@restorecommerce/facade 0.3.5 → 0.3.8
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.
- package/CHANGELOG.md +34 -0
- package/dist/gql/protos/graphql.d.ts +4 -2
- package/dist/gql/protos/graphql.js +93 -167
- package/dist/gql/protos/registry.d.ts +1 -0
- package/dist/gql/protos/registry.js +52 -7
- package/dist/gql/protos/utils.d.ts +1 -1
- package/dist/gql/protos/utils.js +1 -1
- package/dist/modules/access-control/gql/schema.generated.d.ts +7 -41
- package/dist/modules/catalog/gql/schema.generated.d.ts +7 -51
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +9 -70
- package/dist/modules/identity/gql/schema.generated.d.ts +9 -88
- package/dist/modules/indexing/gql/schema.generated.d.ts +8 -10
- package/dist/modules/invoicing/gql/schema.generated.d.ts +7 -29
- package/dist/modules/notification/gql/schema.generated.d.ts +7 -29
- package/dist/modules/ordering/gql/schema.generated.d.ts +7 -39
- package/dist/modules/ostorage/gql/schema.generated.d.ts +10 -31
- package/dist/modules/payment/gql/schema.generated.d.ts +0 -8
- package/dist/modules/resource/gql/schema.generated.d.ts +9 -72
- package/dist/modules/scheduling/gql/schema.generated.d.ts +9 -38
- package/package.json +2 -2
@@ -24,6 +24,7 @@ export declare type Scalars = {
|
|
24
24
|
Int: number;
|
25
25
|
Float: number;
|
26
26
|
TodoScalar: any;
|
27
|
+
GoogleProtobufAnyValue: any;
|
27
28
|
Upload: any;
|
28
29
|
};
|
29
30
|
export declare type Query = {
|
@@ -101,7 +102,7 @@ export declare type IoRestorecommerceOstorageOptions = {
|
|
101
102
|
export declare type GoogleProtobufAny = {
|
102
103
|
__typename?: 'GoogleProtobufAny';
|
103
104
|
typeUrl?: Maybe<Scalars['String']>;
|
104
|
-
value?: Maybe<Scalars['
|
105
|
+
value?: Maybe<Scalars['GoogleProtobufAnyValue']>;
|
105
106
|
};
|
106
107
|
export declare type IoRestorecommerceStatusStatus = {
|
107
108
|
__typename?: 'IoRestorecommerceStatusStatus';
|
@@ -118,8 +119,6 @@ export declare type IIoRestorecommerceOstorageGetRequest = {
|
|
118
119
|
key?: InputMaybe<Scalars['String']>;
|
119
120
|
bucket?: InputMaybe<Scalars['String']>;
|
120
121
|
download?: InputMaybe<Scalars['Boolean']>;
|
121
|
-
/** target scope */
|
122
|
-
scope?: InputMaybe<Scalars['String']>;
|
123
122
|
};
|
124
123
|
export declare type ProtoIoRestorecommerceOstorageListResponse = {
|
125
124
|
__typename?: 'ProtoIoRestorecommerceOstorageListResponse';
|
@@ -146,14 +145,10 @@ export declare type IIoRestorecommerceOstorageListRequest = {
|
|
146
145
|
filters?: InputMaybe<IIoRestorecommerceFilterFilterOp>;
|
147
146
|
maxKeys?: InputMaybe<Scalars['Int']>;
|
148
147
|
prefix?: InputMaybe<Scalars['String']>;
|
149
|
-
/** target scope */
|
150
|
-
scope?: InputMaybe<Scalars['String']>;
|
151
148
|
};
|
152
149
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
153
150
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
154
151
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
155
|
-
/** target scope */
|
156
|
-
scope?: InputMaybe<Scalars['String']>;
|
157
152
|
};
|
158
153
|
export declare type IIoRestorecommerceFilterFilter = {
|
159
154
|
field?: InputMaybe<Scalars['String']>;
|
@@ -161,8 +156,6 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
161
156
|
value?: InputMaybe<Scalars['String']>;
|
162
157
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
163
158
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
164
|
-
/** target scope */
|
165
|
-
scope?: InputMaybe<Scalars['String']>;
|
166
159
|
};
|
167
160
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
168
161
|
Eq = 0,
|
@@ -243,8 +236,6 @@ export declare type IIoRestorecommerceOstorageObject = {
|
|
243
236
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
244
237
|
url?: InputMaybe<Scalars['String']>;
|
245
238
|
options?: InputMaybe<IIoRestorecommerceOstorageOptions>;
|
246
|
-
/** target scope */
|
247
|
-
scope?: InputMaybe<Scalars['String']>;
|
248
239
|
};
|
249
240
|
export declare type IIoRestorecommerceMetaMeta = {
|
250
241
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -252,20 +243,14 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
252
243
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
253
244
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
254
245
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
255
|
-
/** target scope */
|
256
|
-
scope?: InputMaybe<Scalars['String']>;
|
257
246
|
};
|
258
247
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
259
248
|
id?: InputMaybe<Scalars['String']>;
|
260
249
|
value?: InputMaybe<Scalars['String']>;
|
261
250
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
262
|
-
/** target scope */
|
263
|
-
scope?: InputMaybe<Scalars['String']>;
|
264
251
|
};
|
265
252
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
266
253
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
267
|
-
/** target scope */
|
268
|
-
scope?: InputMaybe<Scalars['String']>;
|
269
254
|
};
|
270
255
|
export declare type IIoRestorecommerceOstorageOptions = {
|
271
256
|
encoding?: InputMaybe<Scalars['String']>;
|
@@ -277,14 +262,10 @@ export declare type IIoRestorecommerceOstorageOptions = {
|
|
277
262
|
md5?: InputMaybe<Scalars['String']>;
|
278
263
|
tags?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
279
264
|
data?: InputMaybe<IGoogleProtobufAny>;
|
280
|
-
/** target scope */
|
281
|
-
scope?: InputMaybe<Scalars['String']>;
|
282
265
|
};
|
283
266
|
export declare type IGoogleProtobufAny = {
|
284
267
|
typeUrl?: InputMaybe<Scalars['String']>;
|
285
|
-
value?: InputMaybe<Scalars['
|
286
|
-
/** target scope */
|
287
|
-
scope?: InputMaybe<Scalars['String']>;
|
268
|
+
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']>;
|
288
269
|
};
|
289
270
|
export declare type ProtoIoRestorecommerceResourcebaseDeleteResponse = {
|
290
271
|
__typename?: 'ProtoIoRestorecommerceResourcebaseDeleteResponse';
|
@@ -325,8 +306,6 @@ export declare type IoRestorecommerceOstorageCopyResponseItem = {
|
|
325
306
|
};
|
326
307
|
export declare type IIoRestorecommerceOstorageCopyRequestList = {
|
327
308
|
items?: InputMaybe<Array<IIoRestorecommerceOstorageCopyRequestItem>>;
|
328
|
-
/** target scope */
|
329
|
-
scope?: InputMaybe<Scalars['String']>;
|
330
309
|
};
|
331
310
|
export declare type IIoRestorecommerceOstorageCopyRequestItem = {
|
332
311
|
bucket?: InputMaybe<Scalars['String']>;
|
@@ -334,8 +313,6 @@ export declare type IIoRestorecommerceOstorageCopyRequestItem = {
|
|
334
313
|
key?: InputMaybe<Scalars['String']>;
|
335
314
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
336
315
|
options?: InputMaybe<IIoRestorecommerceOstorageOptions>;
|
337
|
-
/** target scope */
|
338
|
-
scope?: InputMaybe<Scalars['String']>;
|
339
316
|
};
|
340
317
|
export declare type ProtoIoRestorecommerceOstorageMoveResponseList = {
|
341
318
|
__typename?: 'ProtoIoRestorecommerceOstorageMoveResponseList';
|
@@ -361,8 +338,6 @@ export declare type IoRestorecommerceOstorageMoveResponseItem = {
|
|
361
338
|
};
|
362
339
|
export declare type IIoRestorecommerceOstorageMoveRequestList = {
|
363
340
|
items?: InputMaybe<Array<IIoRestorecommerceOstorageMoveRequestItem>>;
|
364
|
-
/** target scope */
|
365
|
-
scope?: InputMaybe<Scalars['String']>;
|
366
341
|
};
|
367
342
|
export declare type IIoRestorecommerceOstorageMoveRequestItem = {
|
368
343
|
bucket?: InputMaybe<Scalars['String']>;
|
@@ -370,8 +345,6 @@ export declare type IIoRestorecommerceOstorageMoveRequestItem = {
|
|
370
345
|
key?: InputMaybe<Scalars['String']>;
|
371
346
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
372
347
|
options?: InputMaybe<IIoRestorecommerceOstorageOptions>;
|
373
|
-
/** target scope */
|
374
|
-
scope?: InputMaybe<Scalars['String']>;
|
375
348
|
};
|
376
349
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
377
350
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -419,6 +392,7 @@ export declare type ResolversTypes = ResolversObject<{
|
|
419
392
|
IoRestorecommerceOstorageOptions: ResolverTypeWrapper<IoRestorecommerceOstorageOptions>;
|
420
393
|
Int: ResolverTypeWrapper<Scalars['Int']>;
|
421
394
|
GoogleProtobufAny: ResolverTypeWrapper<GoogleProtobufAny>;
|
395
|
+
GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']>;
|
422
396
|
IoRestorecommerceStatusStatus: ResolverTypeWrapper<IoRestorecommerceStatusStatus>;
|
423
397
|
IoRestorecommerceStatusOperationStatus: ResolverTypeWrapper<IoRestorecommerceStatusOperationStatus>;
|
424
398
|
IIoRestorecommerceOstorageGetRequest: IIoRestorecommerceOstorageGetRequest;
|
@@ -481,6 +455,7 @@ export declare type ResolversParentTypes = ResolversObject<{
|
|
481
455
|
IoRestorecommerceOstorageOptions: IoRestorecommerceOstorageOptions;
|
482
456
|
Int: Scalars['Int'];
|
483
457
|
GoogleProtobufAny: GoogleProtobufAny;
|
458
|
+
GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue'];
|
484
459
|
IoRestorecommerceStatusStatus: IoRestorecommerceStatusStatus;
|
485
460
|
IoRestorecommerceStatusOperationStatus: IoRestorecommerceStatusOperationStatus;
|
486
461
|
IIoRestorecommerceOstorageGetRequest: IIoRestorecommerceOstorageGetRequest;
|
@@ -592,9 +567,12 @@ export declare type IoRestorecommerceOstorageOptionsResolvers<ContextType = Osto
|
|
592
567
|
}>;
|
593
568
|
export declare type GoogleProtobufAnyResolvers<ContextType = OstorageContext, ParentType extends ResolversParentTypes['GoogleProtobufAny'] = ResolversParentTypes['GoogleProtobufAny']> = ResolversObject<{
|
594
569
|
typeUrl?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
595
|
-
value?: Resolver<Maybe<ResolversTypes['
|
570
|
+
value?: Resolver<Maybe<ResolversTypes['GoogleProtobufAnyValue']>, ParentType, ContextType>;
|
596
571
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
597
572
|
}>;
|
573
|
+
export interface GoogleProtobufAnyValueScalarConfig extends GraphQLScalarTypeConfig<ResolversTypes['GoogleProtobufAnyValue'], any> {
|
574
|
+
name: 'GoogleProtobufAnyValue';
|
575
|
+
}
|
598
576
|
export declare type IoRestorecommerceStatusStatusResolvers<ContextType = OstorageContext, ParentType extends ResolversParentTypes['IoRestorecommerceStatusStatus'] = ResolversParentTypes['IoRestorecommerceStatusStatus']> = ResolversObject<{
|
599
577
|
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
600
578
|
code?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
@@ -755,6 +733,7 @@ export declare type Resolvers<ContextType = OstorageContext> = ResolversObject<{
|
|
755
733
|
IoRestorecommerceAttributeAttributeObj?: IoRestorecommerceAttributeAttributeObjResolvers<ContextType>;
|
756
734
|
IoRestorecommerceOstorageOptions?: IoRestorecommerceOstorageOptionsResolvers<ContextType>;
|
757
735
|
GoogleProtobufAny?: GoogleProtobufAnyResolvers<ContextType>;
|
736
|
+
GoogleProtobufAnyValue?: GraphQLScalarType;
|
758
737
|
IoRestorecommerceStatusStatus?: IoRestorecommerceStatusStatusResolvers<ContextType>;
|
759
738
|
IoRestorecommerceStatusOperationStatus?: IoRestorecommerceStatusOperationStatusResolvers<ContextType>;
|
760
739
|
ProtoIoRestorecommerceOstorageListResponse?: ProtoIoRestorecommerceOstorageListResponseResolvers<ContextType>;
|
@@ -98,16 +98,12 @@ export declare type IIoRestorecommercePaymentSetupRequest = {
|
|
98
98
|
cancelReturnUrl?: InputMaybe<Scalars['String']>;
|
99
99
|
allowGuestCheckout?: InputMaybe<Scalars['Boolean']>;
|
100
100
|
provider?: InputMaybe<IoRestorecommercePaymentProvider>;
|
101
|
-
/** target scope */
|
102
|
-
scope?: InputMaybe<Scalars['String']>;
|
103
101
|
};
|
104
102
|
export declare type IIoRestorecommercePaymentItem = {
|
105
103
|
name?: InputMaybe<Scalars['String']>;
|
106
104
|
description?: InputMaybe<Scalars['String']>;
|
107
105
|
quantity?: InputMaybe<Scalars['Int']>;
|
108
106
|
amount?: InputMaybe<Scalars['Int']>;
|
109
|
-
/** target scope */
|
110
|
-
scope?: InputMaybe<Scalars['String']>;
|
111
107
|
};
|
112
108
|
export declare enum IoRestorecommercePaymentProvider {
|
113
109
|
NoProvider = 0,
|
@@ -284,16 +280,12 @@ export declare type IIoRestorecommercePaymentPaymentRequest = {
|
|
284
280
|
paymentId?: InputMaybe<Scalars['String']>;
|
285
281
|
payerId?: InputMaybe<Scalars['String']>;
|
286
282
|
token?: InputMaybe<Scalars['String']>;
|
287
|
-
/** target scope */
|
288
|
-
scope?: InputMaybe<Scalars['String']>;
|
289
283
|
};
|
290
284
|
export declare type IIoRestorecommercePaymentCaptureRequest = {
|
291
285
|
provider?: InputMaybe<IoRestorecommercePaymentProvider>;
|
292
286
|
paymentSum?: InputMaybe<Scalars['Int']>;
|
293
287
|
currency?: InputMaybe<Scalars['String']>;
|
294
288
|
paymentId?: InputMaybe<Scalars['String']>;
|
295
|
-
/** target scope */
|
296
|
-
scope?: InputMaybe<Scalars['String']>;
|
297
289
|
};
|
298
290
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
299
291
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -23,8 +23,7 @@ export declare type Scalars = {
|
|
23
23
|
Boolean: boolean;
|
24
24
|
Int: number;
|
25
25
|
Float: number;
|
26
|
-
|
27
|
-
TodoScalar: any;
|
26
|
+
GoogleProtobufAnyValue: any;
|
28
27
|
};
|
29
28
|
export declare type Query = {
|
30
29
|
__typename?: 'Query';
|
@@ -136,8 +135,6 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
136
135
|
export declare type IIoRestorecommerceResourcebaseSort = {
|
137
136
|
field?: InputMaybe<Scalars['String']>;
|
138
137
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
139
|
-
/** target scope */
|
140
|
-
scope?: InputMaybe<Scalars['String']>;
|
141
138
|
};
|
142
139
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
143
140
|
Unsorted = 0,
|
@@ -147,8 +144,6 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
147
144
|
export declare type IIoRestorecommerceResourcebaseFilterOp = {
|
148
145
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
149
146
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
150
|
-
/** target scope */
|
151
|
-
scope?: InputMaybe<Scalars['String']>;
|
152
147
|
};
|
153
148
|
export declare type IIoRestorecommerceResourcebaseFilter = {
|
154
149
|
field?: InputMaybe<Scalars['String']>;
|
@@ -156,8 +151,6 @@ export declare type IIoRestorecommerceResourcebaseFilter = {
|
|
156
151
|
value?: InputMaybe<Scalars['String']>;
|
157
152
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
158
153
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
159
|
-
/** target scope */
|
160
|
-
scope?: InputMaybe<Scalars['String']>;
|
161
154
|
};
|
162
155
|
export declare enum IoRestorecommerceResourcebaseFilterOperation {
|
163
156
|
Eq = 0,
|
@@ -180,8 +173,6 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
180
173
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
181
174
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
182
175
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
183
|
-
/** target scope */
|
184
|
-
scope?: InputMaybe<Scalars['String']>;
|
185
176
|
};
|
186
177
|
export declare type IIoRestorecommerceFilterFilter = {
|
187
178
|
field?: InputMaybe<Scalars['String']>;
|
@@ -189,8 +180,6 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
189
180
|
value?: InputMaybe<Scalars['String']>;
|
190
181
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
191
182
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
192
|
-
/** target scope */
|
193
|
-
scope?: InputMaybe<Scalars['String']>;
|
194
183
|
};
|
195
184
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
196
185
|
Eq = 0,
|
@@ -221,14 +210,10 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
221
210
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
222
211
|
name?: InputMaybe<Scalars['String']>;
|
223
212
|
include?: InputMaybe<Scalars['Boolean']>;
|
224
|
-
/** target scope */
|
225
|
-
scope?: InputMaybe<Scalars['String']>;
|
226
213
|
};
|
227
214
|
export declare type IGoogleProtobufAny = {
|
228
215
|
typeUrl?: InputMaybe<Scalars['String']>;
|
229
|
-
value?: InputMaybe<Scalars['
|
230
|
-
/** target scope */
|
231
|
-
scope?: InputMaybe<Scalars['String']>;
|
216
|
+
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']>;
|
232
217
|
};
|
233
218
|
export declare type ResourceCountryQuery = {
|
234
219
|
__typename?: 'ResourceCountryQuery';
|
@@ -464,7 +449,7 @@ export declare type IoRestorecommerceLocationLocation = {
|
|
464
449
|
export declare type GoogleProtobufAny = {
|
465
450
|
__typename?: 'GoogleProtobufAny';
|
466
451
|
typeUrl?: Maybe<Scalars['String']>;
|
467
|
-
value?: Maybe<Scalars['
|
452
|
+
value?: Maybe<Scalars['GoogleProtobufAnyValue']>;
|
468
453
|
};
|
469
454
|
export declare type ResourceOrganizationQuery = {
|
470
455
|
__typename?: 'ResourceOrganizationQuery';
|
@@ -659,8 +644,6 @@ export declare type IIoRestorecommerceAddressAddress = {
|
|
659
644
|
altitude?: InputMaybe<Scalars['Float']>;
|
660
645
|
buildingNumber?: InputMaybe<Scalars['String']>;
|
661
646
|
addressAddition?: InputMaybe<IIoRestorecommerceAddressAddressAddition>;
|
662
|
-
/** target scope */
|
663
|
-
scope?: InputMaybe<Scalars['String']>;
|
664
647
|
};
|
665
648
|
export declare type IIoRestorecommerceMetaMeta = {
|
666
649
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -668,32 +651,22 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
668
651
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
669
652
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
670
653
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
671
|
-
/** target scope */
|
672
|
-
scope?: InputMaybe<Scalars['String']>;
|
673
654
|
};
|
674
655
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
675
656
|
id?: InputMaybe<Scalars['String']>;
|
676
657
|
value?: InputMaybe<Scalars['String']>;
|
677
658
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
678
|
-
/** target scope */
|
679
|
-
scope?: InputMaybe<Scalars['String']>;
|
680
659
|
};
|
681
660
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
682
661
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
683
|
-
/** target scope */
|
684
|
-
scope?: InputMaybe<Scalars['String']>;
|
685
662
|
};
|
686
663
|
export declare type IIoRestorecommerceAddressAddressGeoPoint = {
|
687
664
|
latitude?: InputMaybe<Scalars['Float']>;
|
688
665
|
longitude?: InputMaybe<Scalars['Float']>;
|
689
|
-
/** target scope */
|
690
|
-
scope?: InputMaybe<Scalars['String']>;
|
691
666
|
};
|
692
667
|
export declare type IIoRestorecommerceAddressAddressAddition = {
|
693
668
|
field1?: InputMaybe<Scalars['String']>;
|
694
669
|
field2?: InputMaybe<Scalars['String']>;
|
695
|
-
/** target scope */
|
696
|
-
scope?: InputMaybe<Scalars['String']>;
|
697
670
|
};
|
698
671
|
export declare enum ModeType {
|
699
672
|
Create = "CREATE",
|
@@ -740,8 +713,6 @@ export declare type IIoRestorecommerceCountryCountry = {
|
|
740
713
|
countryCode?: InputMaybe<Scalars['String']>;
|
741
714
|
geographicalName?: InputMaybe<Scalars['String']>;
|
742
715
|
economicAreas?: InputMaybe<Array<Scalars['String']>>;
|
743
|
-
/** target scope */
|
744
|
-
scope?: InputMaybe<Scalars['String']>;
|
745
716
|
};
|
746
717
|
export declare type ResourceTimezoneMutation = {
|
747
718
|
__typename?: 'ResourceTimezoneMutation';
|
@@ -765,8 +736,6 @@ export declare type IIoRestorecommerceTimezoneTimezone = {
|
|
765
736
|
id?: InputMaybe<Scalars['String']>;
|
766
737
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
767
738
|
description?: InputMaybe<Scalars['String']>;
|
768
|
-
/** target scope */
|
769
|
-
scope?: InputMaybe<Scalars['String']>;
|
770
739
|
};
|
771
740
|
export declare type ResourceContactPointTypeMutation = {
|
772
741
|
__typename?: 'ResourceContactPointTypeMutation';
|
@@ -790,8 +759,6 @@ export declare type IIoRestorecommerceContactPointTypeContactPointType = {
|
|
790
759
|
id?: InputMaybe<Scalars['String']>;
|
791
760
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
792
761
|
type?: InputMaybe<Scalars['String']>;
|
793
|
-
/** target scope */
|
794
|
-
scope?: InputMaybe<Scalars['String']>;
|
795
762
|
};
|
796
763
|
export declare type ResourceCustomerMutation = {
|
797
764
|
__typename?: 'ResourceCustomerMutation';
|
@@ -817,28 +784,20 @@ export declare type IIoRestorecommerceCustomerCustomer = {
|
|
817
784
|
individualUser?: InputMaybe<IIoRestorecommerceCustomerIndividualUser>;
|
818
785
|
orgUser?: InputMaybe<IIoRestorecommerceCustomerOrgUser>;
|
819
786
|
guest?: InputMaybe<IIoRestorecommerceCustomerGuest>;
|
820
|
-
/** target scope */
|
821
|
-
scope?: InputMaybe<Scalars['String']>;
|
822
787
|
};
|
823
788
|
export declare type IIoRestorecommerceCustomerIndividualUser = {
|
824
789
|
userId?: InputMaybe<Scalars['String']>;
|
825
790
|
addressId?: InputMaybe<Scalars['String']>;
|
826
791
|
contactPointIds?: InputMaybe<Array<Scalars['String']>>;
|
827
|
-
/** target scope */
|
828
|
-
scope?: InputMaybe<Scalars['String']>;
|
829
792
|
};
|
830
793
|
export declare type IIoRestorecommerceCustomerOrgUser = {
|
831
794
|
userId?: InputMaybe<Scalars['String']>;
|
832
795
|
organizationId?: InputMaybe<Scalars['String']>;
|
833
|
-
/** target scope */
|
834
|
-
scope?: InputMaybe<Scalars['String']>;
|
835
796
|
};
|
836
797
|
export declare type IIoRestorecommerceCustomerGuest = {
|
837
798
|
guest?: InputMaybe<Scalars['Boolean']>;
|
838
799
|
addressId?: InputMaybe<Scalars['String']>;
|
839
800
|
contactPointIds?: InputMaybe<Array<Scalars['String']>>;
|
840
|
-
/** target scope */
|
841
|
-
scope?: InputMaybe<Scalars['String']>;
|
842
801
|
};
|
843
802
|
export declare type ResourceContactPointMutation = {
|
844
803
|
__typename?: 'ResourceContactPointMutation';
|
@@ -868,8 +827,6 @@ export declare type IIoRestorecommerceContactPointContactPoint = {
|
|
868
827
|
telephone?: InputMaybe<Scalars['String']>;
|
869
828
|
timezoneId?: InputMaybe<Scalars['String']>;
|
870
829
|
localeId?: InputMaybe<Scalars['String']>;
|
871
|
-
/** target scope */
|
872
|
-
scope?: InputMaybe<Scalars['String']>;
|
873
830
|
};
|
874
831
|
export declare type ResourceLocaleMutation = {
|
875
832
|
__typename?: 'ResourceLocaleMutation';
|
@@ -894,8 +851,6 @@ export declare type IIoRestorecommerceLocaleLocale = {
|
|
894
851
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
895
852
|
value?: InputMaybe<Scalars['String']>;
|
896
853
|
description?: InputMaybe<Scalars['String']>;
|
897
|
-
/** target scope */
|
898
|
-
scope?: InputMaybe<Scalars['String']>;
|
899
854
|
};
|
900
855
|
export declare type ResourceLocationMutation = {
|
901
856
|
__typename?: 'ResourceLocationMutation';
|
@@ -925,8 +880,6 @@ export declare type IIoRestorecommerceLocationLocation = {
|
|
925
880
|
addressId?: InputMaybe<Scalars['String']>;
|
926
881
|
data?: InputMaybe<IGoogleProtobufAny>;
|
927
882
|
type?: InputMaybe<Scalars['String']>;
|
928
|
-
/** target scope */
|
929
|
-
scope?: InputMaybe<Scalars['String']>;
|
930
883
|
};
|
931
884
|
export declare type ResourceOrganizationMutation = {
|
932
885
|
__typename?: 'ResourceOrganizationMutation';
|
@@ -962,8 +915,6 @@ export declare type IIoRestorecommerceOrganizationOrganization = {
|
|
962
915
|
name?: InputMaybe<Scalars['String']>;
|
963
916
|
paymentMethodIds?: InputMaybe<Array<Scalars['String']>>;
|
964
917
|
data?: InputMaybe<IGoogleProtobufAny>;
|
965
|
-
/** target scope */
|
966
|
-
scope?: InputMaybe<Scalars['String']>;
|
967
918
|
};
|
968
919
|
export declare type ResourceTaxMutation = {
|
969
920
|
__typename?: 'ResourceTaxMutation';
|
@@ -990,8 +941,6 @@ export declare type IIoRestorecommerceTaxTax = {
|
|
990
941
|
rate?: InputMaybe<Scalars['Float']>;
|
991
942
|
variant?: InputMaybe<Scalars['String']>;
|
992
943
|
typeId?: InputMaybe<Scalars['String']>;
|
993
|
-
/** target scope */
|
994
|
-
scope?: InputMaybe<Scalars['String']>;
|
995
944
|
};
|
996
945
|
export declare type ResourceTaxTypeMutation = {
|
997
946
|
__typename?: 'ResourceTaxTypeMutation';
|
@@ -1016,8 +965,6 @@ export declare type IIoRestorecommerceTaxTypeTaxType = {
|
|
1016
965
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
1017
966
|
type?: InputMaybe<Scalars['String']>;
|
1018
967
|
description?: InputMaybe<Scalars['String']>;
|
1019
|
-
/** target scope */
|
1020
|
-
scope?: InputMaybe<Scalars['String']>;
|
1021
968
|
};
|
1022
969
|
export declare type ResourceCommandMutation = {
|
1023
970
|
__typename?: 'ResourceCommandMutation';
|
@@ -1043,16 +990,12 @@ export declare type IIoRestorecommerceCommandCommand = {
|
|
1043
990
|
name?: InputMaybe<Scalars['String']>;
|
1044
991
|
parameters?: InputMaybe<Array<IIoRestorecommerceCommandCommandParameter>>;
|
1045
992
|
description?: InputMaybe<Scalars['String']>;
|
1046
|
-
/** target scope */
|
1047
|
-
scope?: InputMaybe<Scalars['String']>;
|
1048
993
|
};
|
1049
994
|
export declare type IIoRestorecommerceCommandCommandParameter = {
|
1050
995
|
field?: InputMaybe<Scalars['String']>;
|
1051
996
|
description?: InputMaybe<Scalars['String']>;
|
1052
997
|
type?: InputMaybe<IoRestorecommerceCommandCommandParameterParameterType>;
|
1053
998
|
properties?: InputMaybe<Scalars['String']>;
|
1054
|
-
/** target scope */
|
1055
|
-
scope?: InputMaybe<Scalars['String']>;
|
1056
999
|
};
|
1057
1000
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
1058
1001
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -1117,7 +1060,7 @@ export declare type ResolversTypes = ResolversObject<{
|
|
1117
1060
|
IIoRestorecommerceResourcebaseFieldFilter: IIoRestorecommerceResourcebaseFieldFilter;
|
1118
1061
|
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
1119
1062
|
IGoogleProtobufAny: IGoogleProtobufAny;
|
1120
|
-
|
1063
|
+
GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']>;
|
1121
1064
|
ResourceCountryQuery: ResolverTypeWrapper<ResourceCountryQuery>;
|
1122
1065
|
ProtoIoRestorecommerceCountryCountryListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceCountryCountryListResponse>;
|
1123
1066
|
IoRestorecommerceCountryCountryListResponse: ResolverTypeWrapper<IoRestorecommerceCountryCountryListResponse>;
|
@@ -1157,7 +1100,6 @@ export declare type ResolversTypes = ResolversObject<{
|
|
1157
1100
|
IoRestorecommerceLocationLocationResponse: ResolverTypeWrapper<IoRestorecommerceLocationLocationResponse>;
|
1158
1101
|
IoRestorecommerceLocationLocation: ResolverTypeWrapper<IoRestorecommerceLocationLocation>;
|
1159
1102
|
GoogleProtobufAny: ResolverTypeWrapper<GoogleProtobufAny>;
|
1160
|
-
TodoScalar: ResolverTypeWrapper<Scalars['TodoScalar']>;
|
1161
1103
|
ResourceOrganizationQuery: ResolverTypeWrapper<ResourceOrganizationQuery>;
|
1162
1104
|
ProtoIoRestorecommerceOrganizationOrganizationListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceOrganizationOrganizationListResponse>;
|
1163
1105
|
IoRestorecommerceOrganizationOrganizationListResponse: ResolverTypeWrapper<IoRestorecommerceOrganizationOrganizationListResponse>;
|
@@ -1260,7 +1202,7 @@ export declare type ResolversParentTypes = ResolversObject<{
|
|
1260
1202
|
IIoRestorecommerceResourcebaseFieldFilter: IIoRestorecommerceResourcebaseFieldFilter;
|
1261
1203
|
Boolean: Scalars['Boolean'];
|
1262
1204
|
IGoogleProtobufAny: IGoogleProtobufAny;
|
1263
|
-
|
1205
|
+
GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue'];
|
1264
1206
|
ResourceCountryQuery: ResourceCountryQuery;
|
1265
1207
|
ProtoIoRestorecommerceCountryCountryListResponse: ProtoIoRestorecommerceCountryCountryListResponse;
|
1266
1208
|
IoRestorecommerceCountryCountryListResponse: IoRestorecommerceCountryCountryListResponse;
|
@@ -1300,7 +1242,6 @@ export declare type ResolversParentTypes = ResolversObject<{
|
|
1300
1242
|
IoRestorecommerceLocationLocationResponse: IoRestorecommerceLocationLocationResponse;
|
1301
1243
|
IoRestorecommerceLocationLocation: IoRestorecommerceLocationLocation;
|
1302
1244
|
GoogleProtobufAny: GoogleProtobufAny;
|
1303
|
-
TodoScalar: Scalars['TodoScalar'];
|
1304
1245
|
ResourceOrganizationQuery: ResourceOrganizationQuery;
|
1305
1246
|
ProtoIoRestorecommerceOrganizationOrganizationListResponse: ProtoIoRestorecommerceOrganizationOrganizationListResponse;
|
1306
1247
|
IoRestorecommerceOrganizationOrganizationListResponse: IoRestorecommerceOrganizationOrganizationListResponse;
|
@@ -1512,8 +1453,8 @@ export declare type IoRestorecommerceResourcebaseFilterOpOperatorResolvers = {
|
|
1512
1453
|
and: 'undefined';
|
1513
1454
|
or: 1;
|
1514
1455
|
};
|
1515
|
-
export interface
|
1516
|
-
name: '
|
1456
|
+
export interface GoogleProtobufAnyValueScalarConfig extends GraphQLScalarTypeConfig<ResolversTypes['GoogleProtobufAnyValue'], any> {
|
1457
|
+
name: 'GoogleProtobufAnyValue';
|
1517
1458
|
}
|
1518
1459
|
export declare type ResourceCountryQueryResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ResourceCountryQuery'] = ResolversParentTypes['ResourceCountryQuery']> = ResolversObject<{
|
1519
1460
|
Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceCountryCountryListResponse']>, ParentType, ContextType, RequireFields<ResourceCountryQueryReadArgs, 'input'>>;
|
@@ -1727,12 +1668,9 @@ export declare type IoRestorecommerceLocationLocationResolvers<ContextType = Res
|
|
1727
1668
|
}>;
|
1728
1669
|
export declare type GoogleProtobufAnyResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['GoogleProtobufAny'] = ResolversParentTypes['GoogleProtobufAny']> = ResolversObject<{
|
1729
1670
|
typeUrl?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1730
|
-
value?: Resolver<Maybe<ResolversTypes['
|
1671
|
+
value?: Resolver<Maybe<ResolversTypes['GoogleProtobufAnyValue']>, ParentType, ContextType>;
|
1731
1672
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1732
1673
|
}>;
|
1733
|
-
export interface TodoScalarScalarConfig extends GraphQLScalarTypeConfig<ResolversTypes['TodoScalar'], any> {
|
1734
|
-
name: 'TodoScalar';
|
1735
|
-
}
|
1736
1674
|
export declare type ResourceOrganizationQueryResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ResourceOrganizationQuery'] = ResolversParentTypes['ResourceOrganizationQuery']> = ResolversObject<{
|
1737
1675
|
Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceOrganizationOrganizationListResponse']>, ParentType, ContextType, RequireFields<ResourceOrganizationQueryReadArgs, 'input'>>;
|
1738
1676
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -1974,7 +1912,7 @@ export declare type Resolvers<ContextType = ResourceContext> = ResolversObject<{
|
|
1974
1912
|
IoRestorecommerceFilterFilterValueType?: IoRestorecommerceFilterFilterValueTypeResolvers;
|
1975
1913
|
IoRestorecommerceFilterFilterOpOperator?: IoRestorecommerceFilterFilterOpOperatorResolvers;
|
1976
1914
|
IoRestorecommerceResourcebaseFilterOpOperator?: IoRestorecommerceResourcebaseFilterOpOperatorResolvers;
|
1977
|
-
|
1915
|
+
GoogleProtobufAnyValue?: GraphQLScalarType;
|
1978
1916
|
ResourceCountryQuery?: ResourceCountryQueryResolvers<ContextType>;
|
1979
1917
|
ProtoIoRestorecommerceCountryCountryListResponse?: ProtoIoRestorecommerceCountryCountryListResponseResolvers<ContextType>;
|
1980
1918
|
IoRestorecommerceCountryCountryListResponse?: IoRestorecommerceCountryCountryListResponseResolvers<ContextType>;
|
@@ -2014,7 +1952,6 @@ export declare type Resolvers<ContextType = ResourceContext> = ResolversObject<{
|
|
2014
1952
|
IoRestorecommerceLocationLocationResponse?: IoRestorecommerceLocationLocationResponseResolvers<ContextType>;
|
2015
1953
|
IoRestorecommerceLocationLocation?: IoRestorecommerceLocationLocationResolvers<ContextType>;
|
2016
1954
|
GoogleProtobufAny?: GoogleProtobufAnyResolvers<ContextType>;
|
2017
|
-
TodoScalar?: GraphQLScalarType;
|
2018
1955
|
ResourceOrganizationQuery?: ResourceOrganizationQueryResolvers<ContextType>;
|
2019
1956
|
ProtoIoRestorecommerceOrganizationOrganizationListResponse?: ProtoIoRestorecommerceOrganizationOrganizationListResponseResolvers<ContextType>;
|
2020
1957
|
IoRestorecommerceOrganizationOrganizationListResponse?: IoRestorecommerceOrganizationOrganizationListResponseResolvers<ContextType>;
|