@restorecommerce/facade 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/codegen/index.js +2 -1
  3. package/dist/gql/protos/federation.js +2 -2
  4. package/dist/gql/protos/registry.js +2 -2
  5. package/dist/gql/protos/resolvers.d.ts +2 -2
  6. package/dist/gql/protos/resolvers.js +7 -6
  7. package/dist/gql/protos/schema.d.ts +1 -1
  8. package/dist/gql/protos/schema.js +4 -4
  9. package/dist/gql/protos/types.d.ts +3 -3
  10. package/dist/gql/protos/utils.d.ts +2 -0
  11. package/dist/gql/protos/utils.js +11 -1
  12. package/dist/index.d.ts +1 -3
  13. package/dist/index.js +19 -18
  14. package/dist/interfaces.d.ts +4 -5
  15. package/dist/modules/access-control/gql/federation.js +2 -2
  16. package/dist/modules/access-control/gql/schema.generated.d.ts +166 -161
  17. package/dist/modules/access-control/grpc/index.d.ts +8 -8
  18. package/dist/modules/access-control/grpc/index.js +4 -4
  19. package/dist/modules/access-control/interfaces.d.ts +1 -1
  20. package/dist/modules/catalog/gql/federation.js +2 -2
  21. package/dist/modules/catalog/gql/schema.generated.d.ts +575 -339
  22. package/dist/modules/catalog/gql/schema.generated.js +7 -1
  23. package/dist/modules/catalog/grpc/index.d.ts +10 -10
  24. package/dist/modules/catalog/grpc/index.js +5 -5
  25. package/dist/modules/catalog/interfaces.d.ts +1 -1
  26. package/dist/modules/facade-status/gql/index.js +2 -2
  27. package/dist/modules/facade-status/gql/schema.generated.d.ts +27 -27
  28. package/dist/modules/facade-status/interfaces.d.ts +1 -1
  29. package/dist/modules/fulfillment/gql/federation.js +2 -2
  30. package/dist/modules/fulfillment/gql/schema.generated.d.ts +561 -505
  31. package/dist/modules/fulfillment/gql/schema.generated.js +6 -6
  32. package/dist/modules/fulfillment/grpc/index.d.ts +4 -4
  33. package/dist/modules/fulfillment/grpc/index.js +2 -2
  34. package/dist/modules/fulfillment/interfaces.d.ts +1 -1
  35. package/dist/modules/identity/gql/schema.generated.d.ts +361 -213
  36. package/dist/modules/identity/grpc/index.d.ts +10 -10
  37. package/dist/modules/identity/grpc/index.js +5 -5
  38. package/dist/modules/identity/interfaces.d.ts +1 -1
  39. package/dist/modules/identity/oidc/adapter.d.ts +1 -1
  40. package/dist/modules/identity/oidc/index.d.ts +1 -1
  41. package/dist/modules/identity/oidc/index.js +1 -1
  42. package/dist/modules/identity/oidc/interfaces.d.ts +11 -10
  43. package/dist/modules/identity/oidc/router.d.ts +1 -1
  44. package/dist/modules/identity/oidc/router.js +2 -2
  45. package/dist/modules/identity/oidc/user.d.ts +1 -1
  46. package/dist/modules/indexing/gql/federation.js +2 -2
  47. package/dist/modules/indexing/gql/schema.generated.d.ts +55 -50
  48. package/dist/modules/indexing/grpc/index.d.ts +2 -2
  49. package/dist/modules/indexing/grpc/index.js +1 -1
  50. package/dist/modules/indexing/interfaces.d.ts +1 -1
  51. package/dist/modules/invoicing/gql/federation.js +2 -2
  52. package/dist/modules/invoicing/gql/schema.generated.d.ts +148 -139
  53. package/dist/modules/invoicing/grpc/index.d.ts +2 -2
  54. package/dist/modules/invoicing/grpc/index.js +1 -1
  55. package/dist/modules/invoicing/interfaces.d.ts +1 -1
  56. package/dist/modules/notification/gql/federation.js +2 -2
  57. package/dist/modules/notification/gql/schema.generated.d.ts +100 -95
  58. package/dist/modules/notification/grpc/index.d.ts +2 -2
  59. package/dist/modules/notification/grpc/index.js +1 -1
  60. package/dist/modules/notification/interfaces.d.ts +1 -1
  61. package/dist/modules/ordering/gql/federation.js +2 -2
  62. package/dist/modules/ordering/gql/schema.generated.d.ts +686 -269
  63. package/dist/modules/ordering/gql/schema.generated.js +24 -12
  64. package/dist/modules/ordering/grpc/index.d.ts +2 -2
  65. package/dist/modules/ordering/grpc/index.js +1 -1
  66. package/dist/modules/ordering/interfaces.d.ts +1 -1
  67. package/dist/modules/ostorage/gql/federation.js +2 -2
  68. package/dist/modules/ostorage/gql/schema.generated.d.ts +135 -130
  69. package/dist/modules/ostorage/grpc/index.d.ts +2 -2
  70. package/dist/modules/ostorage/grpc/index.js +1 -1
  71. package/dist/modules/ostorage/interfaces.d.ts +1 -1
  72. package/dist/modules/payment/gql/federation.js +2 -2
  73. package/dist/modules/payment/gql/schema.generated.d.ts +65 -65
  74. package/dist/modules/payment/grpc/index.d.ts +2 -2
  75. package/dist/modules/payment/grpc/index.js +1 -1
  76. package/dist/modules/payment/interfaces.d.ts +1 -1
  77. package/dist/modules/resource/gql/federation.js +2 -2
  78. package/dist/modules/resource/gql/schema.generated.d.ts +331 -314
  79. package/dist/modules/resource/gql/schema.generated.js +6 -1
  80. package/dist/modules/resource/grpc/index.d.ts +22 -22
  81. package/dist/modules/resource/grpc/index.js +12 -12
  82. package/dist/modules/resource/interfaces.d.ts +1 -1
  83. package/dist/modules/scheduling/gql/federation.js +2 -2
  84. package/dist/modules/scheduling/gql/schema.generated.d.ts +105 -100
  85. package/dist/modules/scheduling/grpc/index.d.ts +2 -2
  86. package/dist/modules/scheduling/grpc/index.js +1 -1
  87. package/dist/modules/scheduling/interfaces.d.ts +1 -1
  88. package/dist/utils.d.ts +2 -2
  89. package/package.json +46 -45
@@ -1,23 +1,23 @@
1
1
  import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
2
2
  import { InvoicingContext } from '../interfaces';
3
- export declare type Maybe<T> = T | undefined;
4
- export declare type InputMaybe<T> = T | undefined;
5
- export declare type Exact<T extends {
3
+ export type Maybe<T> = T | null | undefined;
4
+ export type InputMaybe<T> = T | null | undefined;
5
+ export type Exact<T extends {
6
6
  [key: string]: unknown;
7
7
  }> = {
8
8
  [K in keyof T]: T[K];
9
9
  };
10
- export declare type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
10
+ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
11
11
  [SubKey in K]?: Maybe<T[SubKey]>;
12
12
  };
13
- export declare type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
13
+ export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
14
14
  [SubKey in K]: Maybe<T[SubKey]>;
15
15
  };
16
- export declare type RequireFields<T, K extends keyof T> = Omit<T, K> & {
16
+ export type RequireFields<T, K extends keyof T> = Omit<T, K> & {
17
17
  [P in K]-?: NonNullable<T[P]>;
18
18
  };
19
19
  /** All built-in and custom scalars, mapped to their actual values */
20
- export declare type Scalars = {
20
+ export type Scalars = {
21
21
  ID: string;
22
22
  String: string;
23
23
  Boolean: boolean;
@@ -25,37 +25,37 @@ export declare type Scalars = {
25
25
  Float: number;
26
26
  GoogleProtobufAnyValue: any;
27
27
  };
28
- export declare type Query = {
28
+ export type Query = {
29
29
  __typename?: 'Query';
30
30
  invoicing: InvoicingQuery;
31
31
  };
32
- export declare type InvoicingQuery = {
32
+ export type InvoicingQuery = {
33
33
  __typename?: 'InvoicingQuery';
34
34
  invoice: InvoicingInvoiceQuery;
35
35
  };
36
- export declare type InvoicingInvoiceQuery = {
36
+ export type InvoicingInvoiceQuery = {
37
37
  __typename?: 'InvoicingInvoiceQuery';
38
38
  Read?: Maybe<ProtoIoRestorecommerceInvoiceInvoiceListResponse>;
39
39
  };
40
- export declare type InvoicingInvoiceQueryReadArgs = {
40
+ export type InvoicingInvoiceQueryReadArgs = {
41
41
  input: IIoRestorecommerceResourcebaseReadRequest;
42
42
  };
43
- export declare type ProtoIoRestorecommerceInvoiceInvoiceListResponse = {
43
+ export type ProtoIoRestorecommerceInvoiceInvoiceListResponse = {
44
44
  __typename?: 'ProtoIoRestorecommerceInvoiceInvoiceListResponse';
45
45
  details?: Maybe<IoRestorecommerceInvoiceInvoiceListResponse>;
46
46
  };
47
- export declare type IoRestorecommerceInvoiceInvoiceListResponse = {
47
+ export type IoRestorecommerceInvoiceInvoiceListResponse = {
48
48
  __typename?: 'IoRestorecommerceInvoiceInvoiceListResponse';
49
49
  items?: Maybe<Array<IoRestorecommerceInvoiceInvoiceResponse>>;
50
50
  totalCount?: Maybe<Scalars['Int']>;
51
51
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
52
52
  };
53
- export declare type IoRestorecommerceInvoiceInvoiceResponse = {
53
+ export type IoRestorecommerceInvoiceInvoiceResponse = {
54
54
  __typename?: 'IoRestorecommerceInvoiceInvoiceResponse';
55
55
  payload?: Maybe<IoRestorecommerceInvoiceInvoice>;
56
56
  status?: Maybe<IoRestorecommerceStatusStatus>;
57
57
  };
58
- export declare type IoRestorecommerceInvoiceInvoice = {
58
+ export type IoRestorecommerceInvoiceInvoice = {
59
59
  __typename?: 'IoRestorecommerceInvoiceInvoice';
60
60
  id?: Maybe<Scalars['String']>;
61
61
  meta?: Maybe<IoRestorecommerceMetaMeta>;
@@ -70,7 +70,7 @@ export declare type IoRestorecommerceInvoiceInvoice = {
70
70
  invoiceNumber?: Maybe<Scalars['String']>;
71
71
  customerRemark?: Maybe<Scalars['String']>;
72
72
  };
73
- export declare type IoRestorecommerceMetaMeta = {
73
+ export type IoRestorecommerceMetaMeta = {
74
74
  __typename?: 'IoRestorecommerceMetaMeta';
75
75
  created?: Maybe<Scalars['Float']>;
76
76
  modified?: Maybe<Scalars['Float']>;
@@ -78,17 +78,17 @@ export declare type IoRestorecommerceMetaMeta = {
78
78
  owner?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
79
79
  acl?: Maybe<Array<IoRestorecommerceAttributeAttributeObj>>;
80
80
  };
81
- export declare type IoRestorecommerceAttributeAttribute = {
81
+ export type IoRestorecommerceAttributeAttribute = {
82
82
  __typename?: 'IoRestorecommerceAttributeAttribute';
83
83
  id?: Maybe<Scalars['String']>;
84
84
  value?: Maybe<Scalars['String']>;
85
85
  attribute?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
86
86
  };
87
- export declare type IoRestorecommerceAttributeAttributeObj = {
87
+ export type IoRestorecommerceAttributeAttributeObj = {
88
88
  __typename?: 'IoRestorecommerceAttributeAttributeObj';
89
89
  attribute?: Maybe<IoRestorecommerceAttributeAttribute>;
90
90
  };
91
- export declare type IoRestorecommerceCustomerCustomer = {
91
+ export type IoRestorecommerceCustomerCustomer = {
92
92
  __typename?: 'IoRestorecommerceCustomerCustomer';
93
93
  id?: Maybe<Scalars['String']>;
94
94
  meta?: Maybe<IoRestorecommerceMetaMeta>;
@@ -96,7 +96,7 @@ export declare type IoRestorecommerceCustomerCustomer = {
96
96
  orgUser?: Maybe<IoRestorecommerceCustomerOrgUser>;
97
97
  guest?: Maybe<IoRestorecommerceCustomerGuest>;
98
98
  };
99
- export declare type IoRestorecommerceCustomerIndividualUser = {
99
+ export type IoRestorecommerceCustomerIndividualUser = {
100
100
  __typename?: 'IoRestorecommerceCustomerIndividualUser';
101
101
  userId?: Maybe<Scalars['String']>;
102
102
  user?: Maybe<IoRestorecommerceUserUser>;
@@ -105,7 +105,7 @@ export declare type IoRestorecommerceCustomerIndividualUser = {
105
105
  contactPointIds?: Maybe<Array<Scalars['String']>>;
106
106
  contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
107
107
  };
108
- export declare type IoRestorecommerceUserUser = {
108
+ export type IoRestorecommerceUserUser = {
109
109
  __typename?: 'IoRestorecommerceUserUser';
110
110
  id?: Maybe<Scalars['String']>;
111
111
  meta?: Maybe<IoRestorecommerceMetaMeta>;
@@ -136,27 +136,27 @@ export declare type IoRestorecommerceUserUser = {
136
136
  lastAccess?: Maybe<Scalars['Float']>;
137
137
  data?: Maybe<GoogleProtobufAny>;
138
138
  };
139
- export declare type IoRestorecommerceAuthRoleAssociation = {
139
+ export type IoRestorecommerceAuthRoleAssociation = {
140
140
  __typename?: 'IoRestorecommerceAuthRoleAssociation';
141
141
  role?: Maybe<Scalars['String']>;
142
142
  attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
143
143
  id?: Maybe<Scalars['String']>;
144
144
  created?: Maybe<Scalars['Float']>;
145
145
  };
146
- export declare type IoRestorecommerceTimezoneTimezone = {
146
+ export type IoRestorecommerceTimezoneTimezone = {
147
147
  __typename?: 'IoRestorecommerceTimezoneTimezone';
148
148
  id?: Maybe<Scalars['String']>;
149
149
  meta?: Maybe<IoRestorecommerceMetaMeta>;
150
150
  description?: Maybe<Scalars['String']>;
151
151
  };
152
- export declare type IoRestorecommerceLocaleLocale = {
152
+ export type IoRestorecommerceLocaleLocale = {
153
153
  __typename?: 'IoRestorecommerceLocaleLocale';
154
154
  id?: Maybe<Scalars['String']>;
155
155
  meta?: Maybe<IoRestorecommerceMetaMeta>;
156
156
  value?: Maybe<Scalars['String']>;
157
157
  description?: Maybe<Scalars['String']>;
158
158
  };
159
- export declare type IoRestorecommerceImageImage = {
159
+ export type IoRestorecommerceImageImage = {
160
160
  __typename?: 'IoRestorecommerceImageImage';
161
161
  id?: Maybe<Scalars['String']>;
162
162
  caption?: Maybe<Scalars['String']>;
@@ -166,6 +166,8 @@ export declare type IoRestorecommerceImageImage = {
166
166
  width?: Maybe<Scalars['Float']>;
167
167
  height?: Maybe<Scalars['Float']>;
168
168
  length?: Maybe<Scalars['Float']>;
169
+ tags?: Maybe<Array<Scalars['String']>>;
170
+ index?: Maybe<Scalars['Int']>;
169
171
  };
170
172
  export declare enum IoRestorecommerceUserUserType {
171
173
  OrgUser = 0,
@@ -173,7 +175,7 @@ export declare enum IoRestorecommerceUserUserType {
173
175
  Guest = 2,
174
176
  TechnicalUser = 3
175
177
  }
176
- export declare type IoRestorecommerceAuthTokens = {
178
+ export type IoRestorecommerceAuthTokens = {
177
179
  __typename?: 'IoRestorecommerceAuthTokens';
178
180
  name?: Maybe<Scalars['String']>;
179
181
  expiresIn?: Maybe<Scalars['Float']>;
@@ -183,12 +185,12 @@ export declare type IoRestorecommerceAuthTokens = {
183
185
  interactive?: Maybe<Scalars['Boolean']>;
184
186
  lastLogin?: Maybe<Scalars['Float']>;
185
187
  };
186
- export declare type GoogleProtobufAny = {
188
+ export type GoogleProtobufAny = {
187
189
  __typename?: 'GoogleProtobufAny';
188
190
  typeUrl?: Maybe<Scalars['String']>;
189
191
  value?: Maybe<Scalars['GoogleProtobufAnyValue']>;
190
192
  };
191
- export declare type IoRestorecommerceAddressAddress = {
193
+ export type IoRestorecommerceAddressAddress = {
192
194
  __typename?: 'IoRestorecommerceAddressAddress';
193
195
  id?: Maybe<Scalars['String']>;
194
196
  meta?: Maybe<IoRestorecommerceMetaMeta>;
@@ -206,7 +208,7 @@ export declare type IoRestorecommerceAddressAddress = {
206
208
  residentialAddress?: Maybe<IoRestorecommerceAddressResidentialAddress>;
207
209
  packStation?: Maybe<IoRestorecommerceAddressPackStation>;
208
210
  };
209
- export declare type IoRestorecommerceCountryCountry = {
211
+ export type IoRestorecommerceCountryCountry = {
210
212
  __typename?: 'IoRestorecommerceCountryCountry';
211
213
  id?: Maybe<Scalars['String']>;
212
214
  meta?: Maybe<IoRestorecommerceMetaMeta>;
@@ -215,34 +217,34 @@ export declare type IoRestorecommerceCountryCountry = {
215
217
  geographicalName?: Maybe<Scalars['String']>;
216
218
  economicAreas?: Maybe<Array<Scalars['String']>>;
217
219
  };
218
- export declare type IoRestorecommerceAddressGeoPoint = {
220
+ export type IoRestorecommerceAddressGeoPoint = {
219
221
  __typename?: 'IoRestorecommerceAddressGeoPoint';
220
222
  latitude?: Maybe<Scalars['Float']>;
221
223
  longitude?: Maybe<Scalars['Float']>;
222
224
  };
223
- export declare type IoRestorecommerceAddressAddressAddition = {
225
+ export type IoRestorecommerceAddressAddressAddition = {
224
226
  __typename?: 'IoRestorecommerceAddressAddressAddition';
225
227
  field1?: Maybe<Scalars['String']>;
226
228
  field2?: Maybe<Scalars['String']>;
227
229
  };
228
- export declare type IoRestorecommerceAddressBusinessAddress = {
230
+ export type IoRestorecommerceAddressBusinessAddress = {
229
231
  __typename?: 'IoRestorecommerceAddressBusinessAddress';
230
232
  name?: Maybe<Scalars['String']>;
231
233
  };
232
- export declare type IoRestorecommerceAddressResidentialAddress = {
234
+ export type IoRestorecommerceAddressResidentialAddress = {
233
235
  __typename?: 'IoRestorecommerceAddressResidentialAddress';
234
236
  title?: Maybe<Scalars['String']>;
235
237
  givenName?: Maybe<Scalars['String']>;
236
238
  midName?: Maybe<Scalars['String']>;
237
239
  familyName?: Maybe<Scalars['String']>;
238
240
  };
239
- export declare type IoRestorecommerceAddressPackStation = {
241
+ export type IoRestorecommerceAddressPackStation = {
240
242
  __typename?: 'IoRestorecommerceAddressPackStation';
241
243
  provider?: Maybe<Scalars['String']>;
242
244
  stationNumber?: Maybe<Scalars['String']>;
243
245
  postNumber?: Maybe<Scalars['String']>;
244
246
  };
245
- export declare type IoRestorecommerceContactPointContactPoint = {
247
+ export type IoRestorecommerceContactPointContactPoint = {
246
248
  __typename?: 'IoRestorecommerceContactPointContactPoint';
247
249
  id?: Maybe<Scalars['String']>;
248
250
  meta?: Maybe<IoRestorecommerceMetaMeta>;
@@ -258,20 +260,20 @@ export declare type IoRestorecommerceContactPointContactPoint = {
258
260
  localeId?: Maybe<Scalars['String']>;
259
261
  locale?: Maybe<IoRestorecommerceLocaleLocale>;
260
262
  };
261
- export declare type IoRestorecommerceContactPointTypeContactPointType = {
263
+ export type IoRestorecommerceContactPointTypeContactPointType = {
262
264
  __typename?: 'IoRestorecommerceContactPointTypeContactPointType';
263
265
  id?: Maybe<Scalars['String']>;
264
266
  meta?: Maybe<IoRestorecommerceMetaMeta>;
265
267
  type?: Maybe<Scalars['String']>;
266
268
  };
267
- export declare type IoRestorecommerceCustomerOrgUser = {
269
+ export type IoRestorecommerceCustomerOrgUser = {
268
270
  __typename?: 'IoRestorecommerceCustomerOrgUser';
269
271
  userId?: Maybe<Scalars['String']>;
270
272
  user?: Maybe<IoRestorecommerceUserUser>;
271
273
  organizationId?: Maybe<Scalars['String']>;
272
274
  organization?: Maybe<IoRestorecommerceOrganizationOrganization>;
273
275
  };
274
- export declare type IoRestorecommerceOrganizationOrganization = {
276
+ export type IoRestorecommerceOrganizationOrganization = {
275
277
  __typename?: 'IoRestorecommerceOrganizationOrganization';
276
278
  id?: Maybe<Scalars['String']>;
277
279
  meta?: Maybe<IoRestorecommerceMetaMeta>;
@@ -292,7 +294,7 @@ export declare type IoRestorecommerceOrganizationOrganization = {
292
294
  paymentMethodIds?: Maybe<Array<Scalars['String']>>;
293
295
  data?: Maybe<GoogleProtobufAny>;
294
296
  };
295
- export declare type IoRestorecommerceCustomerGuest = {
297
+ export type IoRestorecommerceCustomerGuest = {
296
298
  __typename?: 'IoRestorecommerceCustomerGuest';
297
299
  guest?: Maybe<Scalars['Boolean']>;
298
300
  addressId?: Maybe<Scalars['String']>;
@@ -300,18 +302,18 @@ export declare type IoRestorecommerceCustomerGuest = {
300
302
  contactPointIds?: Maybe<Array<Scalars['String']>>;
301
303
  contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
302
304
  };
303
- export declare type IoRestorecommerceStatusStatus = {
305
+ export type IoRestorecommerceStatusStatus = {
304
306
  __typename?: 'IoRestorecommerceStatusStatus';
305
307
  id?: Maybe<Scalars['String']>;
306
308
  code?: Maybe<Scalars['Int']>;
307
309
  message?: Maybe<Scalars['String']>;
308
310
  };
309
- export declare type IoRestorecommerceStatusOperationStatus = {
311
+ export type IoRestorecommerceStatusOperationStatus = {
310
312
  __typename?: 'IoRestorecommerceStatusOperationStatus';
311
313
  code?: Maybe<Scalars['Int']>;
312
314
  message?: Maybe<Scalars['String']>;
313
315
  };
314
- export declare type IIoRestorecommerceResourcebaseReadRequest = {
316
+ export type IIoRestorecommerceResourcebaseReadRequest = {
315
317
  offset?: InputMaybe<Scalars['Int']>;
316
318
  limit?: InputMaybe<Scalars['Int']>;
317
319
  sort?: InputMaybe<Array<IIoRestorecommerceResourcebaseSort>>;
@@ -324,7 +326,7 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
324
326
  /** target scope */
325
327
  scope?: InputMaybe<Scalars['String']>;
326
328
  };
327
- export declare type IIoRestorecommerceResourcebaseSort = {
329
+ export type IIoRestorecommerceResourcebaseSort = {
328
330
  field?: InputMaybe<Scalars['String']>;
329
331
  order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
330
332
  };
@@ -333,11 +335,11 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
333
335
  Ascending = 1,
334
336
  Descending = 2
335
337
  }
336
- export declare type IIoRestorecommerceResourcebaseFilterOp = {
338
+ export type IIoRestorecommerceResourcebaseFilterOp = {
337
339
  filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
338
340
  operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
339
341
  };
340
- export declare type IIoRestorecommerceResourcebaseFilter = {
342
+ export type IIoRestorecommerceResourcebaseFilter = {
341
343
  field?: InputMaybe<Scalars['String']>;
342
344
  operation?: InputMaybe<IoRestorecommerceResourcebaseFilterOperation>;
343
345
  value?: InputMaybe<Scalars['String']>;
@@ -362,11 +364,11 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
362
364
  Date = 3,
363
365
  Array = 4
364
366
  }
365
- export declare type IIoRestorecommerceFilterFilterOp = {
367
+ export type IIoRestorecommerceFilterFilterOp = {
366
368
  filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
367
369
  operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
368
370
  };
369
- export declare type IIoRestorecommerceFilterFilter = {
371
+ export type IIoRestorecommerceFilterFilter = {
370
372
  field?: InputMaybe<Scalars['String']>;
371
373
  operation?: InputMaybe<IoRestorecommerceFilterFilterOperation>;
372
374
  value?: InputMaybe<Scalars['String']>;
@@ -399,50 +401,50 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
399
401
  And = 0,
400
402
  Or = 1
401
403
  }
402
- export declare type IIoRestorecommerceResourcebaseFieldFilter = {
404
+ export type IIoRestorecommerceResourcebaseFieldFilter = {
403
405
  name?: InputMaybe<Scalars['String']>;
404
406
  include?: InputMaybe<Scalars['Boolean']>;
405
407
  };
406
- export declare type IGoogleProtobufAny = {
408
+ export type IGoogleProtobufAny = {
407
409
  typeUrl?: InputMaybe<Scalars['String']>;
408
410
  value?: InputMaybe<Scalars['GoogleProtobufAnyValue']>;
409
411
  };
410
- export declare type IIoRestorecommerceResourcebaseSearch = {
412
+ export type IIoRestorecommerceResourcebaseSearch = {
411
413
  search?: InputMaybe<Scalars['String']>;
412
414
  fields?: InputMaybe<Array<Scalars['String']>>;
413
415
  caseSensitive?: InputMaybe<Scalars['Boolean']>;
414
416
  };
415
- export declare type Mutation = {
417
+ export type Mutation = {
416
418
  __typename?: 'Mutation';
417
419
  invoicing: InvoicingMutation;
418
420
  };
419
- export declare type InvoicingMutation = {
421
+ export type InvoicingMutation = {
420
422
  __typename?: 'InvoicingMutation';
421
423
  invoice: InvoicingInvoiceMutation;
422
424
  };
423
- export declare type InvoicingInvoiceMutation = {
425
+ export type InvoicingInvoiceMutation = {
424
426
  __typename?: 'InvoicingInvoiceMutation';
425
427
  Mutate?: Maybe<ProtoIoRestorecommerceInvoiceInvoiceListResponse>;
426
428
  Delete?: Maybe<ProtoIoRestorecommerceResourcebaseDeleteResponse>;
427
429
  GenerateInvoiceNumber?: Maybe<ProtoIoRestorecommerceInvoiceInvoiceNumberResponse>;
428
430
  };
429
- export declare type InvoicingInvoiceMutationMutateArgs = {
431
+ export type InvoicingInvoiceMutationMutateArgs = {
430
432
  input: IIoRestorecommerceInvoiceInvoiceList;
431
433
  };
432
- export declare type InvoicingInvoiceMutationDeleteArgs = {
434
+ export type InvoicingInvoiceMutationDeleteArgs = {
433
435
  input: IIoRestorecommerceResourcebaseDeleteRequest;
434
436
  };
435
- export declare type InvoicingInvoiceMutationGenerateInvoiceNumberArgs = {
437
+ export type InvoicingInvoiceMutationGenerateInvoiceNumberArgs = {
436
438
  input: IIoRestorecommerceInvoiceRequestInvoiceNumber;
437
439
  };
438
- export declare type IIoRestorecommerceInvoiceInvoiceList = {
440
+ export type IIoRestorecommerceInvoiceInvoiceList = {
439
441
  items?: InputMaybe<Array<IIoRestorecommerceInvoiceInvoice>>;
440
442
  totalCount?: InputMaybe<Scalars['Int']>;
441
443
  mode?: InputMaybe<ModeType>;
442
444
  /** target scope */
443
445
  scope?: InputMaybe<Scalars['String']>;
444
446
  };
445
- export declare type IIoRestorecommerceInvoiceInvoice = {
447
+ export type IIoRestorecommerceInvoiceInvoice = {
446
448
  id?: InputMaybe<Scalars['String']>;
447
449
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
448
450
  timestamp?: InputMaybe<Scalars['String']>;
@@ -455,19 +457,19 @@ export declare type IIoRestorecommerceInvoiceInvoice = {
455
457
  invoiceNumber?: InputMaybe<Scalars['String']>;
456
458
  customerRemark?: InputMaybe<Scalars['String']>;
457
459
  };
458
- export declare type IIoRestorecommerceMetaMeta = {
460
+ export type IIoRestorecommerceMetaMeta = {
459
461
  created?: InputMaybe<Scalars['Float']>;
460
462
  modified?: InputMaybe<Scalars['Float']>;
461
463
  modifiedBy?: InputMaybe<Scalars['String']>;
462
464
  owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
463
465
  acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
464
466
  };
465
- export declare type IIoRestorecommerceAttributeAttribute = {
467
+ export type IIoRestorecommerceAttributeAttribute = {
466
468
  id?: InputMaybe<Scalars['String']>;
467
469
  value?: InputMaybe<Scalars['String']>;
468
470
  attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
469
471
  };
470
- export declare type IIoRestorecommerceAttributeAttributeObj = {
472
+ export type IIoRestorecommerceAttributeAttributeObj = {
471
473
  attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
472
474
  };
473
475
  export declare enum ModeType {
@@ -475,16 +477,16 @@ export declare enum ModeType {
475
477
  Update = "UPDATE",
476
478
  Upsert = "UPSERT"
477
479
  }
478
- export declare type ProtoIoRestorecommerceResourcebaseDeleteResponse = {
480
+ export type ProtoIoRestorecommerceResourcebaseDeleteResponse = {
479
481
  __typename?: 'ProtoIoRestorecommerceResourcebaseDeleteResponse';
480
482
  details?: Maybe<IoRestorecommerceResourcebaseDeleteResponse>;
481
483
  };
482
- export declare type IoRestorecommerceResourcebaseDeleteResponse = {
484
+ export type IoRestorecommerceResourcebaseDeleteResponse = {
483
485
  __typename?: 'IoRestorecommerceResourcebaseDeleteResponse';
484
486
  status?: Maybe<Array<IoRestorecommerceStatusStatus>>;
485
487
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
486
488
  };
487
- export declare type IIoRestorecommerceResourcebaseDeleteRequest = {
489
+ export type IIoRestorecommerceResourcebaseDeleteRequest = {
488
490
  collection?: InputMaybe<Scalars['Boolean']>;
489
491
  ids?: InputMaybe<Array<Scalars['String']>>;
490
492
  view?: InputMaybe<Array<Scalars['String']>>;
@@ -492,25 +494,29 @@ export declare type IIoRestorecommerceResourcebaseDeleteRequest = {
492
494
  /** target scope */
493
495
  scope?: InputMaybe<Scalars['String']>;
494
496
  };
495
- export declare type ProtoIoRestorecommerceInvoiceInvoiceNumberResponse = {
497
+ export type ProtoIoRestorecommerceInvoiceInvoiceNumberResponse = {
496
498
  __typename?: 'ProtoIoRestorecommerceInvoiceInvoiceNumberResponse';
497
499
  details?: Maybe<IoRestorecommerceInvoiceInvoiceNumberResponse>;
498
500
  };
499
- export declare type IoRestorecommerceInvoiceInvoiceNumberResponse = {
501
+ export type IoRestorecommerceInvoiceInvoiceNumberResponse = {
500
502
  __typename?: 'IoRestorecommerceInvoiceInvoiceNumberResponse';
501
503
  invoiceNo?: Maybe<Scalars['String']>;
502
504
  };
503
- export declare type IIoRestorecommerceInvoiceRequestInvoiceNumber = {
505
+ export type IIoRestorecommerceInvoiceRequestInvoiceNumber = {
504
506
  context?: InputMaybe<IGoogleProtobufAny>;
505
507
  };
506
- export declare type Subscription = {
508
+ export type Subscription = {
507
509
  __typename?: 'Subscription';
508
510
  orderingOrders?: Maybe<SubscriptionOutput>;
511
+ catalogProducts?: Maybe<SubscriptionOutput>;
509
512
  };
510
- export declare type SubscriptionOrderingOrdersArgs = {
513
+ export type SubscriptionOrderingOrdersArgs = {
511
514
  action?: InputMaybe<SubscriptionAction>;
512
515
  };
513
- export declare type SubscriptionOutput = {
516
+ export type SubscriptionCatalogProductsArgs = {
517
+ action?: InputMaybe<SubscriptionAction>;
518
+ };
519
+ export type SubscriptionOutput = {
514
520
  __typename?: 'SubscriptionOutput';
515
521
  id?: Maybe<Scalars['String']>;
516
522
  };
@@ -519,16 +525,16 @@ export declare enum SubscriptionAction {
519
525
  Updated = "UPDATED",
520
526
  Deleted = "DELETED"
521
527
  }
522
- export declare type WithIndex<TObject> = TObject & Record<string, any>;
523
- export declare type ResolversObject<TObject> = WithIndex<TObject>;
524
- export declare type ResolverTypeWrapper<T> = Promise<T> | T;
525
- export declare type ResolverWithResolve<TResult, TParent, TContext, TArgs> = {
528
+ export type WithIndex<TObject> = TObject & Record<string, any>;
529
+ export type ResolversObject<TObject> = WithIndex<TObject>;
530
+ export type ResolverTypeWrapper<T> = Promise<T> | T;
531
+ export type ResolverWithResolve<TResult, TParent, TContext, TArgs> = {
526
532
  resolve: ResolverFn<TResult, TParent, TContext, TArgs>;
527
533
  };
528
- export declare type Resolver<TResult, TParent = {}, TContext = {}, TArgs = {}> = ResolverFn<TResult, TParent, TContext, TArgs> | ResolverWithResolve<TResult, TParent, TContext, TArgs>;
529
- export declare type ResolverFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => Promise<TResult> | TResult;
530
- export declare type SubscriptionSubscribeFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => AsyncIterable<TResult> | Promise<AsyncIterable<TResult>>;
531
- export declare type SubscriptionResolveFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
534
+ export type Resolver<TResult, TParent = {}, TContext = {}, TArgs = {}> = ResolverFn<TResult, TParent, TContext, TArgs> | ResolverWithResolve<TResult, TParent, TContext, TArgs>;
535
+ export type ResolverFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => Promise<TResult> | TResult;
536
+ export type SubscriptionSubscribeFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => AsyncIterable<TResult> | Promise<AsyncIterable<TResult>>;
537
+ export type SubscriptionResolveFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
532
538
  export interface SubscriptionSubscriberObject<TResult, TKey extends string, TParent, TContext, TArgs> {
533
539
  subscribe: SubscriptionSubscribeFn<{
534
540
  [key in TKey]: TResult;
@@ -541,14 +547,14 @@ export interface SubscriptionResolverObject<TResult, TParent, TContext, TArgs> {
541
547
  subscribe: SubscriptionSubscribeFn<any, TParent, TContext, TArgs>;
542
548
  resolve: SubscriptionResolveFn<TResult, any, TContext, TArgs>;
543
549
  }
544
- export declare type SubscriptionObject<TResult, TKey extends string, TParent, TContext, TArgs> = SubscriptionSubscriberObject<TResult, TKey, TParent, TContext, TArgs> | SubscriptionResolverObject<TResult, TParent, TContext, TArgs>;
545
- export declare type SubscriptionResolver<TResult, TKey extends string, TParent = {}, TContext = {}, TArgs = {}> = ((...args: any[]) => SubscriptionObject<TResult, TKey, TParent, TContext, TArgs>) | SubscriptionObject<TResult, TKey, TParent, TContext, TArgs>;
546
- export declare type TypeResolveFn<TTypes, TParent = {}, TContext = {}> = (parent: TParent, context: TContext, info: GraphQLResolveInfo) => Maybe<TTypes> | Promise<Maybe<TTypes>>;
547
- export declare type IsTypeOfResolverFn<T = {}, TContext = {}> = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise<boolean>;
548
- export declare type NextResolverFn<T> = () => Promise<T>;
549
- export declare type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs = {}> = (next: NextResolverFn<TResult>, parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
550
+ export type SubscriptionObject<TResult, TKey extends string, TParent, TContext, TArgs> = SubscriptionSubscriberObject<TResult, TKey, TParent, TContext, TArgs> | SubscriptionResolverObject<TResult, TParent, TContext, TArgs>;
551
+ export type SubscriptionResolver<TResult, TKey extends string, TParent = {}, TContext = {}, TArgs = {}> = ((...args: any[]) => SubscriptionObject<TResult, TKey, TParent, TContext, TArgs>) | SubscriptionObject<TResult, TKey, TParent, TContext, TArgs>;
552
+ export type TypeResolveFn<TTypes, TParent = {}, TContext = {}> = (parent: TParent, context: TContext, info: GraphQLResolveInfo) => Maybe<TTypes> | Promise<Maybe<TTypes>>;
553
+ export type IsTypeOfResolverFn<T = {}, TContext = {}> = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise<boolean>;
554
+ export type NextResolverFn<T> = () => Promise<T>;
555
+ export type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs = {}> = (next: NextResolverFn<TResult>, parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
550
556
  /** Mapping between all available schema types and the resolvers types */
551
- export declare type ResolversTypes = ResolversObject<{
557
+ export type ResolversTypes = ResolversObject<{
552
558
  Query: ResolverTypeWrapper<{}>;
553
559
  InvoicingQuery: ResolverTypeWrapper<InvoicingQuery>;
554
560
  InvoicingInvoiceQuery: ResolverTypeWrapper<InvoicingInvoiceQuery>;
@@ -569,6 +575,7 @@ export declare type ResolversTypes = ResolversObject<{
569
575
  IoRestorecommerceTimezoneTimezone: ResolverTypeWrapper<IoRestorecommerceTimezoneTimezone>;
570
576
  IoRestorecommerceLocaleLocale: ResolverTypeWrapper<IoRestorecommerceLocaleLocale>;
571
577
  IoRestorecommerceImageImage: ResolverTypeWrapper<IoRestorecommerceImageImage>;
578
+ Int: ResolverTypeWrapper<Scalars['Int']>;
572
579
  IoRestorecommerceUserUserType: IoRestorecommerceUserUserType;
573
580
  IoRestorecommerceAuthTokens: ResolverTypeWrapper<IoRestorecommerceAuthTokens>;
574
581
  GoogleProtobufAny: ResolverTypeWrapper<GoogleProtobufAny>;
@@ -586,7 +593,6 @@ export declare type ResolversTypes = ResolversObject<{
586
593
  IoRestorecommerceOrganizationOrganization: ResolverTypeWrapper<IoRestorecommerceOrganizationOrganization>;
587
594
  IoRestorecommerceCustomerGuest: ResolverTypeWrapper<IoRestorecommerceCustomerGuest>;
588
595
  IoRestorecommerceStatusStatus: ResolverTypeWrapper<IoRestorecommerceStatusStatus>;
589
- Int: ResolverTypeWrapper<Scalars['Int']>;
590
596
  IoRestorecommerceStatusOperationStatus: ResolverTypeWrapper<IoRestorecommerceStatusOperationStatus>;
591
597
  IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
592
598
  IIoRestorecommerceResourcebaseSort: IIoRestorecommerceResourcebaseSort;
@@ -624,7 +630,7 @@ export declare type ResolversTypes = ResolversObject<{
624
630
  SubscriptionAction: SubscriptionAction;
625
631
  }>;
626
632
  /** Mapping between all available schema types and the resolvers parents */
627
- export declare type ResolversParentTypes = ResolversObject<{
633
+ export type ResolversParentTypes = ResolversObject<{
628
634
  Query: {};
629
635
  InvoicingQuery: InvoicingQuery;
630
636
  InvoicingInvoiceQuery: InvoicingInvoiceQuery;
@@ -645,6 +651,7 @@ export declare type ResolversParentTypes = ResolversObject<{
645
651
  IoRestorecommerceTimezoneTimezone: IoRestorecommerceTimezoneTimezone;
646
652
  IoRestorecommerceLocaleLocale: IoRestorecommerceLocaleLocale;
647
653
  IoRestorecommerceImageImage: IoRestorecommerceImageImage;
654
+ Int: Scalars['Int'];
648
655
  IoRestorecommerceAuthTokens: IoRestorecommerceAuthTokens;
649
656
  GoogleProtobufAny: GoogleProtobufAny;
650
657
  GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue'];
@@ -661,7 +668,6 @@ export declare type ResolversParentTypes = ResolversObject<{
661
668
  IoRestorecommerceOrganizationOrganization: IoRestorecommerceOrganizationOrganization;
662
669
  IoRestorecommerceCustomerGuest: IoRestorecommerceCustomerGuest;
663
670
  IoRestorecommerceStatusStatus: IoRestorecommerceStatusStatus;
664
- Int: Scalars['Int'];
665
671
  IoRestorecommerceStatusOperationStatus: IoRestorecommerceStatusOperationStatus;
666
672
  IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
667
673
  IIoRestorecommerceResourcebaseSort: IIoRestorecommerceResourcebaseSort;
@@ -689,33 +695,33 @@ export declare type ResolversParentTypes = ResolversObject<{
689
695
  Subscription: {};
690
696
  SubscriptionOutput: SubscriptionOutput;
691
697
  }>;
692
- export declare type QueryResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['Query'] = ResolversParentTypes['Query']> = ResolversObject<{
698
+ export type QueryResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['Query'] = ResolversParentTypes['Query']> = ResolversObject<{
693
699
  invoicing?: Resolver<ResolversTypes['InvoicingQuery'], ParentType, ContextType>;
694
700
  }>;
695
- export declare type InvoicingQueryResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['InvoicingQuery'] = ResolversParentTypes['InvoicingQuery']> = ResolversObject<{
701
+ export type InvoicingQueryResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['InvoicingQuery'] = ResolversParentTypes['InvoicingQuery']> = ResolversObject<{
696
702
  invoice?: Resolver<ResolversTypes['InvoicingInvoiceQuery'], ParentType, ContextType>;
697
703
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
698
704
  }>;
699
- export declare type InvoicingInvoiceQueryResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['InvoicingInvoiceQuery'] = ResolversParentTypes['InvoicingInvoiceQuery']> = ResolversObject<{
705
+ export type InvoicingInvoiceQueryResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['InvoicingInvoiceQuery'] = ResolversParentTypes['InvoicingInvoiceQuery']> = ResolversObject<{
700
706
  Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceInvoiceInvoiceListResponse']>, ParentType, ContextType, RequireFields<InvoicingInvoiceQueryReadArgs, 'input'>>;
701
707
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
702
708
  }>;
703
- export declare type ProtoIoRestorecommerceInvoiceInvoiceListResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceInvoiceInvoiceListResponse'] = ResolversParentTypes['ProtoIoRestorecommerceInvoiceInvoiceListResponse']> = ResolversObject<{
709
+ export type ProtoIoRestorecommerceInvoiceInvoiceListResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceInvoiceInvoiceListResponse'] = ResolversParentTypes['ProtoIoRestorecommerceInvoiceInvoiceListResponse']> = ResolversObject<{
704
710
  details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceInvoiceInvoiceListResponse']>, ParentType, ContextType>;
705
711
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
706
712
  }>;
707
- export declare type IoRestorecommerceInvoiceInvoiceListResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceInvoiceInvoiceListResponse'] = ResolversParentTypes['IoRestorecommerceInvoiceInvoiceListResponse']> = ResolversObject<{
713
+ export type IoRestorecommerceInvoiceInvoiceListResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceInvoiceInvoiceListResponse'] = ResolversParentTypes['IoRestorecommerceInvoiceInvoiceListResponse']> = ResolversObject<{
708
714
  items?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceInvoiceInvoiceResponse']>>, ParentType, ContextType>;
709
715
  totalCount?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
710
716
  operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
711
717
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
712
718
  }>;
713
- export declare type IoRestorecommerceInvoiceInvoiceResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceInvoiceInvoiceResponse'] = ResolversParentTypes['IoRestorecommerceInvoiceInvoiceResponse']> = ResolversObject<{
719
+ export type IoRestorecommerceInvoiceInvoiceResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceInvoiceInvoiceResponse'] = ResolversParentTypes['IoRestorecommerceInvoiceInvoiceResponse']> = ResolversObject<{
714
720
  payload?: Resolver<Maybe<ResolversTypes['IoRestorecommerceInvoiceInvoice']>, ParentType, ContextType>;
715
721
  status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
716
722
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
717
723
  }>;
718
- export declare type IoRestorecommerceInvoiceInvoiceResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceInvoiceInvoice'] = ResolversParentTypes['IoRestorecommerceInvoiceInvoice']> = ResolversObject<{
724
+ export type IoRestorecommerceInvoiceInvoiceResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceInvoiceInvoice'] = ResolversParentTypes['IoRestorecommerceInvoiceInvoice']> = ResolversObject<{
719
725
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
720
726
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
721
727
  timestamp?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -730,7 +736,7 @@ export declare type IoRestorecommerceInvoiceInvoiceResolvers<ContextType = Invoi
730
736
  customerRemark?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
731
737
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
732
738
  }>;
733
- export declare type IoRestorecommerceMetaMetaResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceMetaMeta'] = ResolversParentTypes['IoRestorecommerceMetaMeta']> = ResolversObject<{
739
+ export type IoRestorecommerceMetaMetaResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceMetaMeta'] = ResolversParentTypes['IoRestorecommerceMetaMeta']> = ResolversObject<{
734
740
  created?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
735
741
  modified?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
736
742
  modifiedBy?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -738,17 +744,17 @@ export declare type IoRestorecommerceMetaMetaResolvers<ContextType = InvoicingCo
738
744
  acl?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttributeObj']>>, ParentType, ContextType>;
739
745
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
740
746
  }>;
741
- export declare type IoRestorecommerceAttributeAttributeResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAttributeAttribute'] = ResolversParentTypes['IoRestorecommerceAttributeAttribute']> = ResolversObject<{
747
+ export type IoRestorecommerceAttributeAttributeResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAttributeAttribute'] = ResolversParentTypes['IoRestorecommerceAttributeAttribute']> = ResolversObject<{
742
748
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
743
749
  value?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
744
750
  attribute?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
745
751
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
746
752
  }>;
747
- export declare type IoRestorecommerceAttributeAttributeObjResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAttributeAttributeObj'] = ResolversParentTypes['IoRestorecommerceAttributeAttributeObj']> = ResolversObject<{
753
+ export type IoRestorecommerceAttributeAttributeObjResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAttributeAttributeObj'] = ResolversParentTypes['IoRestorecommerceAttributeAttributeObj']> = ResolversObject<{
748
754
  attribute?: Resolver<Maybe<ResolversTypes['IoRestorecommerceAttributeAttribute']>, ParentType, ContextType>;
749
755
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
750
756
  }>;
751
- export declare type IoRestorecommerceCustomerCustomerResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceCustomerCustomer'] = ResolversParentTypes['IoRestorecommerceCustomerCustomer']> = ResolversObject<{
757
+ export type IoRestorecommerceCustomerCustomerResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceCustomerCustomer'] = ResolversParentTypes['IoRestorecommerceCustomerCustomer']> = ResolversObject<{
752
758
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
753
759
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
754
760
  individualUser?: Resolver<Maybe<ResolversTypes['IoRestorecommerceCustomerIndividualUser']>, ParentType, ContextType>;
@@ -756,7 +762,7 @@ export declare type IoRestorecommerceCustomerCustomerResolvers<ContextType = Inv
756
762
  guest?: Resolver<Maybe<ResolversTypes['IoRestorecommerceCustomerGuest']>, ParentType, ContextType>;
757
763
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
758
764
  }>;
759
- export declare type IoRestorecommerceCustomerIndividualUserResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceCustomerIndividualUser'] = ResolversParentTypes['IoRestorecommerceCustomerIndividualUser']> = ResolversObject<{
765
+ export type IoRestorecommerceCustomerIndividualUserResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceCustomerIndividualUser'] = ResolversParentTypes['IoRestorecommerceCustomerIndividualUser']> = ResolversObject<{
760
766
  userId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
761
767
  user?: Resolver<Maybe<ResolversTypes['IoRestorecommerceUserUser']>, ParentType, ContextType>;
762
768
  addressId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -765,7 +771,7 @@ export declare type IoRestorecommerceCustomerIndividualUserResolvers<ContextType
765
771
  contactPoints?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceContactPointContactPoint']>>, ParentType, ContextType>;
766
772
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
767
773
  }>;
768
- export declare type IoRestorecommerceUserUserResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceUserUser'] = ResolversParentTypes['IoRestorecommerceUserUser']> = ResolversObject<{
774
+ export type IoRestorecommerceUserUserResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceUserUser'] = ResolversParentTypes['IoRestorecommerceUserUser']> = ResolversObject<{
769
775
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
770
776
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
771
777
  name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -796,27 +802,27 @@ export declare type IoRestorecommerceUserUserResolvers<ContextType = InvoicingCo
796
802
  data?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
797
803
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
798
804
  }>;
799
- export declare type IoRestorecommerceAuthRoleAssociationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAuthRoleAssociation'] = ResolversParentTypes['IoRestorecommerceAuthRoleAssociation']> = ResolversObject<{
805
+ export type IoRestorecommerceAuthRoleAssociationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAuthRoleAssociation'] = ResolversParentTypes['IoRestorecommerceAuthRoleAssociation']> = ResolversObject<{
800
806
  role?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
801
807
  attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
802
808
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
803
809
  created?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
804
810
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
805
811
  }>;
806
- export declare type IoRestorecommerceTimezoneTimezoneResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceTimezoneTimezone'] = ResolversParentTypes['IoRestorecommerceTimezoneTimezone']> = ResolversObject<{
812
+ export type IoRestorecommerceTimezoneTimezoneResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceTimezoneTimezone'] = ResolversParentTypes['IoRestorecommerceTimezoneTimezone']> = ResolversObject<{
807
813
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
808
814
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
809
815
  description?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
810
816
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
811
817
  }>;
812
- export declare type IoRestorecommerceLocaleLocaleResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceLocaleLocale'] = ResolversParentTypes['IoRestorecommerceLocaleLocale']> = ResolversObject<{
818
+ export type IoRestorecommerceLocaleLocaleResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceLocaleLocale'] = ResolversParentTypes['IoRestorecommerceLocaleLocale']> = ResolversObject<{
813
819
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
814
820
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
815
821
  value?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
816
822
  description?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
817
823
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
818
824
  }>;
819
- export declare type IoRestorecommerceImageImageResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceImageImage'] = ResolversParentTypes['IoRestorecommerceImageImage']> = ResolversObject<{
825
+ export type IoRestorecommerceImageImageResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceImageImage'] = ResolversParentTypes['IoRestorecommerceImageImage']> = ResolversObject<{
820
826
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
821
827
  caption?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
822
828
  filename?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -825,15 +831,17 @@ export declare type IoRestorecommerceImageImageResolvers<ContextType = Invoicing
825
831
  width?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
826
832
  height?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
827
833
  length?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
834
+ tags?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
835
+ index?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
828
836
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
829
837
  }>;
830
- export declare type IoRestorecommerceUserUserTypeResolvers = {
838
+ export type IoRestorecommerceUserUserTypeResolvers = {
831
839
  ORG_USER: 0;
832
840
  INDIVIDUAL_USER: 1;
833
841
  GUEST: 2;
834
842
  TECHNICAL_USER: 3;
835
843
  };
836
- export declare type IoRestorecommerceAuthTokensResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAuthTokens'] = ResolversParentTypes['IoRestorecommerceAuthTokens']> = ResolversObject<{
844
+ export type IoRestorecommerceAuthTokensResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAuthTokens'] = ResolversParentTypes['IoRestorecommerceAuthTokens']> = ResolversObject<{
837
845
  name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
838
846
  expiresIn?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
839
847
  token?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -843,7 +851,7 @@ export declare type IoRestorecommerceAuthTokensResolvers<ContextType = Invoicing
843
851
  lastLogin?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
844
852
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
845
853
  }>;
846
- export declare type GoogleProtobufAnyResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['GoogleProtobufAny'] = ResolversParentTypes['GoogleProtobufAny']> = ResolversObject<{
854
+ export type GoogleProtobufAnyResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['GoogleProtobufAny'] = ResolversParentTypes['GoogleProtobufAny']> = ResolversObject<{
847
855
  typeUrl?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
848
856
  value?: Resolver<Maybe<ResolversTypes['GoogleProtobufAnyValue']>, ParentType, ContextType>;
849
857
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
@@ -851,7 +859,7 @@ export declare type GoogleProtobufAnyResolvers<ContextType = InvoicingContext, P
851
859
  export interface GoogleProtobufAnyValueScalarConfig extends GraphQLScalarTypeConfig<ResolversTypes['GoogleProtobufAnyValue'], any> {
852
860
  name: 'GoogleProtobufAnyValue';
853
861
  }
854
- export declare type IoRestorecommerceAddressAddressResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressAddress'] = ResolversParentTypes['IoRestorecommerceAddressAddress']> = ResolversObject<{
862
+ export type IoRestorecommerceAddressAddressResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressAddress'] = ResolversParentTypes['IoRestorecommerceAddressAddress']> = ResolversObject<{
855
863
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
856
864
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
857
865
  postcode?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -869,7 +877,7 @@ export declare type IoRestorecommerceAddressAddressResolvers<ContextType = Invoi
869
877
  packStation?: Resolver<Maybe<ResolversTypes['IoRestorecommerceAddressPackStation']>, ParentType, ContextType>;
870
878
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
871
879
  }>;
872
- export declare type IoRestorecommerceCountryCountryResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceCountryCountry'] = ResolversParentTypes['IoRestorecommerceCountryCountry']> = ResolversObject<{
880
+ export type IoRestorecommerceCountryCountryResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceCountryCountry'] = ResolversParentTypes['IoRestorecommerceCountryCountry']> = ResolversObject<{
873
881
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
874
882
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
875
883
  name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -878,34 +886,34 @@ export declare type IoRestorecommerceCountryCountryResolvers<ContextType = Invoi
878
886
  economicAreas?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
879
887
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
880
888
  }>;
881
- export declare type IoRestorecommerceAddressGeoPointResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressGeoPoint'] = ResolversParentTypes['IoRestorecommerceAddressGeoPoint']> = ResolversObject<{
889
+ export type IoRestorecommerceAddressGeoPointResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressGeoPoint'] = ResolversParentTypes['IoRestorecommerceAddressGeoPoint']> = ResolversObject<{
882
890
  latitude?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
883
891
  longitude?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
884
892
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
885
893
  }>;
886
- export declare type IoRestorecommerceAddressAddressAdditionResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressAddressAddition'] = ResolversParentTypes['IoRestorecommerceAddressAddressAddition']> = ResolversObject<{
894
+ export type IoRestorecommerceAddressAddressAdditionResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressAddressAddition'] = ResolversParentTypes['IoRestorecommerceAddressAddressAddition']> = ResolversObject<{
887
895
  field1?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
888
896
  field2?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
889
897
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
890
898
  }>;
891
- export declare type IoRestorecommerceAddressBusinessAddressResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressBusinessAddress'] = ResolversParentTypes['IoRestorecommerceAddressBusinessAddress']> = ResolversObject<{
899
+ export type IoRestorecommerceAddressBusinessAddressResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressBusinessAddress'] = ResolversParentTypes['IoRestorecommerceAddressBusinessAddress']> = ResolversObject<{
892
900
  name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
893
901
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
894
902
  }>;
895
- export declare type IoRestorecommerceAddressResidentialAddressResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressResidentialAddress'] = ResolversParentTypes['IoRestorecommerceAddressResidentialAddress']> = ResolversObject<{
903
+ export type IoRestorecommerceAddressResidentialAddressResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressResidentialAddress'] = ResolversParentTypes['IoRestorecommerceAddressResidentialAddress']> = ResolversObject<{
896
904
  title?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
897
905
  givenName?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
898
906
  midName?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
899
907
  familyName?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
900
908
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
901
909
  }>;
902
- export declare type IoRestorecommerceAddressPackStationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressPackStation'] = ResolversParentTypes['IoRestorecommerceAddressPackStation']> = ResolversObject<{
910
+ export type IoRestorecommerceAddressPackStationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressPackStation'] = ResolversParentTypes['IoRestorecommerceAddressPackStation']> = ResolversObject<{
903
911
  provider?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
904
912
  stationNumber?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
905
913
  postNumber?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
906
914
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
907
915
  }>;
908
- export declare type IoRestorecommerceContactPointContactPointResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceContactPointContactPoint'] = ResolversParentTypes['IoRestorecommerceContactPointContactPoint']> = ResolversObject<{
916
+ export type IoRestorecommerceContactPointContactPointResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceContactPointContactPoint'] = ResolversParentTypes['IoRestorecommerceContactPointContactPoint']> = ResolversObject<{
909
917
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
910
918
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
911
919
  physicalAddressId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -921,20 +929,20 @@ export declare type IoRestorecommerceContactPointContactPointResolvers<ContextTy
921
929
  locale?: Resolver<Maybe<ResolversTypes['IoRestorecommerceLocaleLocale']>, ParentType, ContextType>;
922
930
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
923
931
  }>;
924
- export declare type IoRestorecommerceContactPointTypeContactPointTypeResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceContactPointTypeContactPointType'] = ResolversParentTypes['IoRestorecommerceContactPointTypeContactPointType']> = ResolversObject<{
932
+ export type IoRestorecommerceContactPointTypeContactPointTypeResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceContactPointTypeContactPointType'] = ResolversParentTypes['IoRestorecommerceContactPointTypeContactPointType']> = ResolversObject<{
925
933
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
926
934
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
927
935
  type?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
928
936
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
929
937
  }>;
930
- export declare type IoRestorecommerceCustomerOrgUserResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceCustomerOrgUser'] = ResolversParentTypes['IoRestorecommerceCustomerOrgUser']> = ResolversObject<{
938
+ export type IoRestorecommerceCustomerOrgUserResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceCustomerOrgUser'] = ResolversParentTypes['IoRestorecommerceCustomerOrgUser']> = ResolversObject<{
931
939
  userId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
932
940
  user?: Resolver<Maybe<ResolversTypes['IoRestorecommerceUserUser']>, ParentType, ContextType>;
933
941
  organizationId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
934
942
  organization?: Resolver<Maybe<ResolversTypes['IoRestorecommerceOrganizationOrganization']>, ParentType, ContextType>;
935
943
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
936
944
  }>;
937
- export declare type IoRestorecommerceOrganizationOrganizationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceOrganizationOrganization'] = ResolversParentTypes['IoRestorecommerceOrganizationOrganization']> = ResolversObject<{
945
+ export type IoRestorecommerceOrganizationOrganizationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceOrganizationOrganization'] = ResolversParentTypes['IoRestorecommerceOrganizationOrganization']> = ResolversObject<{
938
946
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
939
947
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
940
948
  addressId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -955,7 +963,7 @@ export declare type IoRestorecommerceOrganizationOrganizationResolvers<ContextTy
955
963
  data?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
956
964
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
957
965
  }>;
958
- export declare type IoRestorecommerceCustomerGuestResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceCustomerGuest'] = ResolversParentTypes['IoRestorecommerceCustomerGuest']> = ResolversObject<{
966
+ export type IoRestorecommerceCustomerGuestResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceCustomerGuest'] = ResolversParentTypes['IoRestorecommerceCustomerGuest']> = ResolversObject<{
959
967
  guest?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
960
968
  addressId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
961
969
  address?: Resolver<Maybe<ResolversTypes['IoRestorecommerceAddressAddress']>, ParentType, ContextType>;
@@ -963,23 +971,23 @@ export declare type IoRestorecommerceCustomerGuestResolvers<ContextType = Invoic
963
971
  contactPoints?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceContactPointContactPoint']>>, ParentType, ContextType>;
964
972
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
965
973
  }>;
966
- export declare type IoRestorecommerceStatusStatusResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceStatusStatus'] = ResolversParentTypes['IoRestorecommerceStatusStatus']> = ResolversObject<{
974
+ export type IoRestorecommerceStatusStatusResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceStatusStatus'] = ResolversParentTypes['IoRestorecommerceStatusStatus']> = ResolversObject<{
967
975
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
968
976
  code?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
969
977
  message?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
970
978
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
971
979
  }>;
972
- export declare type IoRestorecommerceStatusOperationStatusResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceStatusOperationStatus'] = ResolversParentTypes['IoRestorecommerceStatusOperationStatus']> = ResolversObject<{
980
+ export type IoRestorecommerceStatusOperationStatusResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceStatusOperationStatus'] = ResolversParentTypes['IoRestorecommerceStatusOperationStatus']> = ResolversObject<{
973
981
  code?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
974
982
  message?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
975
983
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
976
984
  }>;
977
- export declare type IoRestorecommerceResourcebaseSortSortOrderResolvers = {
985
+ export type IoRestorecommerceResourcebaseSortSortOrderResolvers = {
978
986
  UNSORTED: 0;
979
987
  ASCENDING: 1;
980
988
  DESCENDING: 2;
981
989
  };
982
- export declare type IoRestorecommerceResourcebaseFilterOperationResolvers = {
990
+ export type IoRestorecommerceResourcebaseFilterOperationResolvers = {
983
991
  eq: 0;
984
992
  lt: 1;
985
993
  lte: 2;
@@ -990,14 +998,14 @@ export declare type IoRestorecommerceResourcebaseFilterOperationResolvers = {
990
998
  in: 7;
991
999
  neq: 8;
992
1000
  };
993
- export declare type IoRestorecommerceResourcebaseFilterValueTypeResolvers = {
1001
+ export type IoRestorecommerceResourcebaseFilterValueTypeResolvers = {
994
1002
  STRING: 0;
995
1003
  NUMBER: 1;
996
1004
  BOOLEAN: 2;
997
1005
  DATE: 3;
998
1006
  ARRAY: 4;
999
1007
  };
1000
- export declare type IoRestorecommerceFilterFilterOperationResolvers = {
1008
+ export type IoRestorecommerceFilterFilterOperationResolvers = {
1001
1009
  eq: 0;
1002
1010
  lt: 1;
1003
1011
  lte: 2;
@@ -1008,59 +1016,60 @@ export declare type IoRestorecommerceFilterFilterOperationResolvers = {
1008
1016
  in: 7;
1009
1017
  neq: 8;
1010
1018
  };
1011
- export declare type IoRestorecommerceFilterFilterValueTypeResolvers = {
1019
+ export type IoRestorecommerceFilterFilterValueTypeResolvers = {
1012
1020
  STRING: 0;
1013
1021
  NUMBER: 1;
1014
1022
  BOOLEAN: 2;
1015
1023
  DATE: 3;
1016
1024
  ARRAY: 4;
1017
1025
  };
1018
- export declare type IoRestorecommerceFilterFilterOpOperatorResolvers = {
1026
+ export type IoRestorecommerceFilterFilterOpOperatorResolvers = {
1019
1027
  and: 0;
1020
1028
  or: 1;
1021
1029
  };
1022
- export declare type IoRestorecommerceResourcebaseFilterOpOperatorResolvers = {
1030
+ export type IoRestorecommerceResourcebaseFilterOpOperatorResolvers = {
1023
1031
  and: 0;
1024
1032
  or: 1;
1025
1033
  };
1026
- export declare type MutationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['Mutation'] = ResolversParentTypes['Mutation']> = ResolversObject<{
1034
+ export type MutationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['Mutation'] = ResolversParentTypes['Mutation']> = ResolversObject<{
1027
1035
  invoicing?: Resolver<ResolversTypes['InvoicingMutation'], ParentType, ContextType>;
1028
1036
  }>;
1029
- export declare type InvoicingMutationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['InvoicingMutation'] = ResolversParentTypes['InvoicingMutation']> = ResolversObject<{
1037
+ export type InvoicingMutationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['InvoicingMutation'] = ResolversParentTypes['InvoicingMutation']> = ResolversObject<{
1030
1038
  invoice?: Resolver<ResolversTypes['InvoicingInvoiceMutation'], ParentType, ContextType>;
1031
1039
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1032
1040
  }>;
1033
- export declare type InvoicingInvoiceMutationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['InvoicingInvoiceMutation'] = ResolversParentTypes['InvoicingInvoiceMutation']> = ResolversObject<{
1041
+ export type InvoicingInvoiceMutationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['InvoicingInvoiceMutation'] = ResolversParentTypes['InvoicingInvoiceMutation']> = ResolversObject<{
1034
1042
  Mutate?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceInvoiceInvoiceListResponse']>, ParentType, ContextType, RequireFields<InvoicingInvoiceMutationMutateArgs, 'input'>>;
1035
1043
  Delete?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType, RequireFields<InvoicingInvoiceMutationDeleteArgs, 'input'>>;
1036
1044
  GenerateInvoiceNumber?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceInvoiceInvoiceNumberResponse']>, ParentType, ContextType, RequireFields<InvoicingInvoiceMutationGenerateInvoiceNumberArgs, 'input'>>;
1037
1045
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1038
1046
  }>;
1039
- export declare type ProtoIoRestorecommerceResourcebaseDeleteResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse'] = ResolversParentTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']> = ResolversObject<{
1047
+ export type ProtoIoRestorecommerceResourcebaseDeleteResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse'] = ResolversParentTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']> = ResolversObject<{
1040
1048
  details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType>;
1041
1049
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1042
1050
  }>;
1043
- export declare type IoRestorecommerceResourcebaseDeleteResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceResourcebaseDeleteResponse'] = ResolversParentTypes['IoRestorecommerceResourcebaseDeleteResponse']> = ResolversObject<{
1051
+ export type IoRestorecommerceResourcebaseDeleteResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceResourcebaseDeleteResponse'] = ResolversParentTypes['IoRestorecommerceResourcebaseDeleteResponse']> = ResolversObject<{
1044
1052
  status?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceStatusStatus']>>, ParentType, ContextType>;
1045
1053
  operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
1046
1054
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1047
1055
  }>;
1048
- export declare type ProtoIoRestorecommerceInvoiceInvoiceNumberResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceInvoiceInvoiceNumberResponse'] = ResolversParentTypes['ProtoIoRestorecommerceInvoiceInvoiceNumberResponse']> = ResolversObject<{
1056
+ export type ProtoIoRestorecommerceInvoiceInvoiceNumberResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceInvoiceInvoiceNumberResponse'] = ResolversParentTypes['ProtoIoRestorecommerceInvoiceInvoiceNumberResponse']> = ResolversObject<{
1049
1057
  details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceInvoiceInvoiceNumberResponse']>, ParentType, ContextType>;
1050
1058
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1051
1059
  }>;
1052
- export declare type IoRestorecommerceInvoiceInvoiceNumberResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceInvoiceInvoiceNumberResponse'] = ResolversParentTypes['IoRestorecommerceInvoiceInvoiceNumberResponse']> = ResolversObject<{
1060
+ export type IoRestorecommerceInvoiceInvoiceNumberResponseResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceInvoiceInvoiceNumberResponse'] = ResolversParentTypes['IoRestorecommerceInvoiceInvoiceNumberResponse']> = ResolversObject<{
1053
1061
  invoiceNo?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
1054
1062
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1055
1063
  }>;
1056
- export declare type SubscriptionResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['Subscription'] = ResolversParentTypes['Subscription']> = ResolversObject<{
1064
+ export type SubscriptionResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['Subscription'] = ResolversParentTypes['Subscription']> = ResolversObject<{
1057
1065
  orderingOrders?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "orderingOrders", ParentType, ContextType, Partial<SubscriptionOrderingOrdersArgs>>;
1066
+ catalogProducts?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "catalogProducts", ParentType, ContextType, Partial<SubscriptionCatalogProductsArgs>>;
1058
1067
  }>;
1059
- export declare type SubscriptionOutputResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['SubscriptionOutput'] = ResolversParentTypes['SubscriptionOutput']> = ResolversObject<{
1068
+ export type SubscriptionOutputResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['SubscriptionOutput'] = ResolversParentTypes['SubscriptionOutput']> = ResolversObject<{
1060
1069
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
1061
1070
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1062
1071
  }>;
1063
- export declare type Resolvers<ContextType = InvoicingContext> = ResolversObject<{
1072
+ export type Resolvers<ContextType = InvoicingContext> = ResolversObject<{
1064
1073
  Query?: QueryResolvers<ContextType>;
1065
1074
  InvoicingQuery?: InvoicingQueryResolvers<ContextType>;
1066
1075
  InvoicingInvoiceQuery?: InvoicingInvoiceQueryResolvers<ContextType>;