Browse Source

removed interface from instrument instance

Tomi Cvetic 5 years ago
parent
commit
fbb8b4e0b9

+ 0 - 41
backend/database/generated/prisma-client/index.d.ts

@@ -1132,8 +1132,6 @@ export type InstrumentInstanceOrderByInput =
   | "id_DESC"
   | "identifier_ASC"
   | "identifier_DESC"
-  | "interface_ASC"
-  | "interface_DESC"
   | "label_ASC"
   | "label_DESC"
   | "location_ASC"
@@ -1976,20 +1974,6 @@ export interface InstrumentInstanceWhereInput {
   identifier_not_starts_with?: String;
   identifier_ends_with?: String;
   identifier_not_ends_with?: String;
-  interface?: String;
-  interface_not?: String;
-  interface_in?: String[] | String;
-  interface_not_in?: String[] | String;
-  interface_lt?: String;
-  interface_lte?: String;
-  interface_gt?: String;
-  interface_gte?: String;
-  interface_contains?: String;
-  interface_not_contains?: String;
-  interface_starts_with?: String;
-  interface_not_starts_with?: String;
-  interface_ends_with?: String;
-  interface_not_ends_with?: String;
   label?: String;
   label_not?: String;
   label_in?: String[] | String;
@@ -2700,7 +2684,6 @@ export interface InstrumentInstanceCreateManyInput {
 export interface InstrumentInstanceCreateInput {
   instrument: InstrumentCreateOneInput;
   identifier: String;
-  interface: String;
   label?: String;
   location?: String;
 }
@@ -3621,7 +3604,6 @@ export interface InstrumentInstanceUpdateWithWhereUniqueNestedInput {
 export interface InstrumentInstanceUpdateDataInput {
   instrument?: InstrumentUpdateOneRequiredInput;
   identifier?: String;
-  interface?: String;
   label?: String;
   location?: String;
 }
@@ -4173,20 +4155,6 @@ export interface InstrumentInstanceScalarWhereInput {
   identifier_not_starts_with?: String;
   identifier_ends_with?: String;
   identifier_not_ends_with?: String;
-  interface?: String;
-  interface_not?: String;
-  interface_in?: String[] | String;
-  interface_not_in?: String[] | String;
-  interface_lt?: String;
-  interface_lte?: String;
-  interface_gt?: String;
-  interface_gte?: String;
-  interface_contains?: String;
-  interface_not_contains?: String;
-  interface_starts_with?: String;
-  interface_not_starts_with?: String;
-  interface_ends_with?: String;
-  interface_not_ends_with?: String;
   label?: String;
   label_not?: String;
   label_in?: String[] | String;
@@ -4233,7 +4201,6 @@ export interface InstrumentInstanceUpdateManyWithWhereNestedInput {
 
 export interface InstrumentInstanceUpdateManyDataInput {
   identifier?: String;
-  interface?: String;
   label?: String;
   location?: String;
 }
@@ -4440,14 +4407,12 @@ export interface InstrumentCommandUpdateManyMutationInput {
 export interface InstrumentInstanceUpdateInput {
   instrument?: InstrumentUpdateOneRequiredInput;
   identifier?: String;
-  interface?: String;
   label?: String;
   location?: String;
 }
 
 export interface InstrumentInstanceUpdateManyMutationInput {
   identifier?: String;
-  interface?: String;
   label?: String;
   location?: String;
 }
@@ -5594,7 +5559,6 @@ export interface SetupHardwareSubscription
 export interface InstrumentInstance {
   id: ID_Output;
   identifier: String;
-  interface: String;
   label?: String;
   location?: String;
 }
@@ -5605,7 +5569,6 @@ export interface InstrumentInstancePromise
   id: () => Promise<ID_Output>;
   instrument: <T = InstrumentPromise>() => T;
   identifier: () => Promise<String>;
-  interface: () => Promise<String>;
   label: () => Promise<String>;
   location: () => Promise<String>;
 }
@@ -5616,7 +5579,6 @@ export interface InstrumentInstanceSubscription
   id: () => Promise<AsyncIterator<ID_Output>>;
   instrument: <T = InstrumentSubscription>() => T;
   identifier: () => Promise<AsyncIterator<String>>;
-  interface: () => Promise<AsyncIterator<String>>;
   label: () => Promise<AsyncIterator<String>>;
   location: () => Promise<AsyncIterator<String>>;
 }
@@ -7427,7 +7389,6 @@ export interface InstrumentInstanceSubscriptionPayloadSubscription
 export interface InstrumentInstancePreviousValues {
   id: ID_Output;
   identifier: String;
-  interface: String;
   label?: String;
   location?: String;
 }
@@ -7437,7 +7398,6 @@ export interface InstrumentInstancePreviousValuesPromise
     Fragmentable {
   id: () => Promise<ID_Output>;
   identifier: () => Promise<String>;
-  interface: () => Promise<String>;
   label: () => Promise<String>;
   location: () => Promise<String>;
 }
@@ -7447,7 +7407,6 @@ export interface InstrumentInstancePreviousValuesSubscription
     Fragmentable {
   id: () => Promise<AsyncIterator<ID_Output>>;
   identifier: () => Promise<AsyncIterator<String>>;
-  interface: () => Promise<AsyncIterator<String>>;
   label: () => Promise<AsyncIterator<String>>;
   location: () => Promise<AsyncIterator<String>>;
 }

+ 0 - 37
backend/database/generated/prisma-client/prisma-schema.js

@@ -1538,7 +1538,6 @@ type InstrumentInstance {
   id: ID!
   instrument: Instrument!
   identifier: String!
-  interface: String!
   label: String
   location: String
 }
@@ -1552,7 +1551,6 @@ type InstrumentInstanceConnection {
 input InstrumentInstanceCreateInput {
   instrument: InstrumentCreateOneInput!
   identifier: String!
-  interface: String!
   label: String
   location: String
 }
@@ -1572,8 +1570,6 @@ enum InstrumentInstanceOrderByInput {
   id_DESC
   identifier_ASC
   identifier_DESC
-  interface_ASC
-  interface_DESC
   label_ASC
   label_DESC
   location_ASC
@@ -1587,7 +1583,6 @@ enum InstrumentInstanceOrderByInput {
 type InstrumentInstancePreviousValues {
   id: ID!
   identifier: String!
-  interface: String!
   label: String
   location: String
 }
@@ -1621,20 +1616,6 @@ input InstrumentInstanceScalarWhereInput {
   identifier_not_starts_with: String
   identifier_ends_with: String
   identifier_not_ends_with: String
-  interface: String
-  interface_not: String
-  interface_in: [String!]
-  interface_not_in: [String!]
-  interface_lt: String
-  interface_lte: String
-  interface_gt: String
-  interface_gte: String
-  interface_contains: String
-  interface_not_contains: String
-  interface_starts_with: String
-  interface_not_starts_with: String
-  interface_ends_with: String
-  interface_not_ends_with: String
   label: String
   label_not: String
   label_in: [String!]
@@ -1689,7 +1670,6 @@ input InstrumentInstanceSubscriptionWhereInput {
 input InstrumentInstanceUpdateDataInput {
   instrument: InstrumentUpdateOneRequiredInput
   identifier: String
-  interface: String
   label: String
   location: String
 }
@@ -1697,14 +1677,12 @@ input InstrumentInstanceUpdateDataInput {
 input InstrumentInstanceUpdateInput {
   instrument: InstrumentUpdateOneRequiredInput
   identifier: String
-  interface: String
   label: String
   location: String
 }
 
 input InstrumentInstanceUpdateManyDataInput {
   identifier: String
-  interface: String
   label: String
   location: String
 }
@@ -1723,7 +1701,6 @@ input InstrumentInstanceUpdateManyInput {
 
 input InstrumentInstanceUpdateManyMutationInput {
   identifier: String
-  interface: String
   label: String
   location: String
 }
@@ -1774,20 +1751,6 @@ input InstrumentInstanceWhereInput {
   identifier_not_starts_with: String
   identifier_ends_with: String
   identifier_not_ends_with: String
-  interface: String
-  interface_not: String
-  interface_in: [String!]
-  interface_not_in: [String!]
-  interface_lt: String
-  interface_lte: String
-  interface_gt: String
-  interface_gte: String
-  interface_contains: String
-  interface_not_contains: String
-  interface_starts_with: String
-  interface_not_starts_with: String
-  interface_ends_with: String
-  interface_not_ends_with: String
   label: String
   label_not: String
   label_in: [String!]

+ 1 - 90
backend/database/generated/prisma.graphql

@@ -1,5 +1,5 @@
 # source: http://localhost:4466
-# timestamp: Wed Apr 24 2019 17:07:32 GMT+0200 (Central European Summer Time)
+# timestamp: Thu Apr 25 2019 12:47:47 GMT+0200 (Central European Summer Time)
 
 type AggregateCharacterization {
   count: Int!
@@ -2803,7 +2803,6 @@ type InstrumentInstance implements Node {
   id: ID!
   instrument: Instrument!
   identifier: String!
-  interface: String!
   label: String
   location: String
 }
@@ -2820,7 +2819,6 @@ type InstrumentInstanceConnection {
 
 input InstrumentInstanceCreateInput {
   identifier: String!
-  interface: String!
   label: String
   location: String
   instrument: InstrumentCreateOneInput!
@@ -2845,8 +2843,6 @@ enum InstrumentInstanceOrderByInput {
   id_DESC
   identifier_ASC
   identifier_DESC
-  interface_ASC
-  interface_DESC
   label_ASC
   label_DESC
   location_ASC
@@ -2860,7 +2856,6 @@ enum InstrumentInstanceOrderByInput {
 type InstrumentInstancePreviousValues {
   id: ID!
   identifier: String!
-  interface: String!
   label: String
   location: String
 }
@@ -2954,46 +2949,6 @@ input InstrumentInstanceScalarWhereInput {
 
   """All values not ending with the given string."""
   identifier_not_ends_with: String
-  interface: String
-
-  """All values that are not equal to given value."""
-  interface_not: String
-
-  """All values that are contained in given list."""
-  interface_in: [String!]
-
-  """All values that are not contained in given list."""
-  interface_not_in: [String!]
-
-  """All values less than the given value."""
-  interface_lt: String
-
-  """All values less than or equal the given value."""
-  interface_lte: String
-
-  """All values greater than the given value."""
-  interface_gt: String
-
-  """All values greater than or equal the given value."""
-  interface_gte: String
-
-  """All values containing the given string."""
-  interface_contains: String
-
-  """All values not containing the given string."""
-  interface_not_contains: String
-
-  """All values starting with the given string."""
-  interface_starts_with: String
-
-  """All values not starting with the given string."""
-  interface_not_starts_with: String
-
-  """All values ending with the given string."""
-  interface_ends_with: String
-
-  """All values not ending with the given string."""
-  interface_not_ends_with: String
   label: String
 
   """All values that are not equal to given value."""
@@ -3115,7 +3070,6 @@ input InstrumentInstanceSubscriptionWhereInput {
 
 input InstrumentInstanceUpdateDataInput {
   identifier: String
-  interface: String
   label: String
   location: String
   instrument: InstrumentUpdateOneRequiredInput
@@ -3123,7 +3077,6 @@ input InstrumentInstanceUpdateDataInput {
 
 input InstrumentInstanceUpdateInput {
   identifier: String
-  interface: String
   label: String
   location: String
   instrument: InstrumentUpdateOneRequiredInput
@@ -3131,7 +3084,6 @@ input InstrumentInstanceUpdateInput {
 
 input InstrumentInstanceUpdateManyDataInput {
   identifier: String
-  interface: String
   label: String
   location: String
 }
@@ -3150,7 +3102,6 @@ input InstrumentInstanceUpdateManyInput {
 
 input InstrumentInstanceUpdateManyMutationInput {
   identifier: String
-  interface: String
   label: String
   location: String
 }
@@ -3260,46 +3211,6 @@ input InstrumentInstanceWhereInput {
 
   """All values not ending with the given string."""
   identifier_not_ends_with: String
-  interface: String
-
-  """All values that are not equal to given value."""
-  interface_not: String
-
-  """All values that are contained in given list."""
-  interface_in: [String!]
-
-  """All values that are not contained in given list."""
-  interface_not_in: [String!]
-
-  """All values less than the given value."""
-  interface_lt: String
-
-  """All values less than or equal the given value."""
-  interface_lte: String
-
-  """All values greater than the given value."""
-  interface_gt: String
-
-  """All values greater than or equal the given value."""
-  interface_gte: String
-
-  """All values containing the given string."""
-  interface_contains: String
-
-  """All values not containing the given string."""
-  interface_not_contains: String
-
-  """All values starting with the given string."""
-  interface_starts_with: String
-
-  """All values not starting with the given string."""
-  interface_not_starts_with: String
-
-  """All values ending with the given string."""
-  interface_ends_with: String
-
-  """All values not ending with the given string."""
-  interface_not_ends_with: String
   label: String
 
   """All values that are not equal to given value."""

+ 0 - 1
backend/datamodel.prisma

@@ -105,7 +105,6 @@ type InstrumentInstance {
   id: ID! @unique
   instrument: Instrument!
   identifier: String!
-  interface: String!
   label: String
   location: String
 }