@restorecommerce/facade 0.3.5 → 0.3.6
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 +12 -0
- package/dist/gql/protos/graphql.js +33 -162
- package/dist/gql/protos/registry.js +14 -6
- package/dist/modules/access-control/gql/schema.generated.d.ts +0 -34
- package/dist/modules/catalog/gql/schema.generated.d.ts +0 -44
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +0 -54
- package/dist/modules/identity/gql/schema.generated.d.ts +0 -72
- package/dist/modules/indexing/gql/schema.generated.d.ts +0 -2
- package/dist/modules/invoicing/gql/schema.generated.d.ts +0 -22
- package/dist/modules/notification/gql/schema.generated.d.ts +0 -22
- package/dist/modules/ordering/gql/schema.generated.d.ts +0 -32
- package/dist/modules/ostorage/gql/schema.generated.d.ts +0 -28
- package/dist/modules/payment/gql/schema.generated.d.ts +0 -8
- package/dist/modules/resource/gql/schema.generated.d.ts +0 -56
- package/dist/modules/scheduling/gql/schema.generated.d.ts +0 -22
- package/package.json +2 -2
@@ -117,8 +117,6 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
117
117
|
export declare type IIoRestorecommerceResourcebaseSort = {
|
118
118
|
field?: InputMaybe<Scalars['String']>;
|
119
119
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
120
|
-
/** target scope */
|
121
|
-
scope?: InputMaybe<Scalars['String']>;
|
122
120
|
};
|
123
121
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
124
122
|
Unsorted = 0,
|
@@ -128,8 +126,6 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
128
126
|
export declare type IIoRestorecommerceResourcebaseFilterOp = {
|
129
127
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
130
128
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
131
|
-
/** target scope */
|
132
|
-
scope?: InputMaybe<Scalars['String']>;
|
133
129
|
};
|
134
130
|
export declare type IIoRestorecommerceResourcebaseFilter = {
|
135
131
|
field?: InputMaybe<Scalars['String']>;
|
@@ -137,8 +133,6 @@ export declare type IIoRestorecommerceResourcebaseFilter = {
|
|
137
133
|
value?: InputMaybe<Scalars['String']>;
|
138
134
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
139
135
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
140
|
-
/** target scope */
|
141
|
-
scope?: InputMaybe<Scalars['String']>;
|
142
136
|
};
|
143
137
|
export declare enum IoRestorecommerceResourcebaseFilterOperation {
|
144
138
|
Eq = 0,
|
@@ -161,8 +155,6 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
161
155
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
162
156
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
163
157
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
164
|
-
/** target scope */
|
165
|
-
scope?: InputMaybe<Scalars['String']>;
|
166
158
|
};
|
167
159
|
export declare type IIoRestorecommerceFilterFilter = {
|
168
160
|
field?: InputMaybe<Scalars['String']>;
|
@@ -170,8 +162,6 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
170
162
|
value?: InputMaybe<Scalars['String']>;
|
171
163
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
172
164
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
173
|
-
/** target scope */
|
174
|
-
scope?: InputMaybe<Scalars['String']>;
|
175
165
|
};
|
176
166
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
177
167
|
Eq = 0,
|
@@ -202,14 +192,10 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
202
192
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
203
193
|
name?: InputMaybe<Scalars['String']>;
|
204
194
|
include?: InputMaybe<Scalars['Boolean']>;
|
205
|
-
/** target scope */
|
206
|
-
scope?: InputMaybe<Scalars['String']>;
|
207
195
|
};
|
208
196
|
export declare type IGoogleProtobufAny = {
|
209
197
|
typeUrl?: InputMaybe<Scalars['String']>;
|
210
198
|
value?: InputMaybe<Scalars['Upload']>;
|
211
|
-
/** target scope */
|
212
|
-
scope?: InputMaybe<Scalars['String']>;
|
213
199
|
};
|
214
200
|
export declare type Mutation = {
|
215
201
|
__typename?: 'Mutation';
|
@@ -372,15 +358,11 @@ export declare type IIoRestorecommerceFulfillmentFulfillmentRequestList = {
|
|
372
358
|
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentFulfillmentRequest>>;
|
373
359
|
totalCount?: InputMaybe<Scalars['Int']>;
|
374
360
|
mode?: InputMaybe<ModeType>;
|
375
|
-
/** target scope */
|
376
|
-
scope?: InputMaybe<Scalars['String']>;
|
377
361
|
};
|
378
362
|
export declare type IIoRestorecommerceFulfillmentFulfillmentRequest = {
|
379
363
|
id?: InputMaybe<Scalars['String']>;
|
380
364
|
order?: InputMaybe<IIoRestorecommerceFulfillmentOrder>;
|
381
365
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
382
|
-
/** target scope */
|
383
|
-
scope?: InputMaybe<Scalars['String']>;
|
384
366
|
};
|
385
367
|
export declare type IIoRestorecommerceFulfillmentOrder = {
|
386
368
|
referenceId?: InputMaybe<Scalars['String']>;
|
@@ -388,8 +370,6 @@ export declare type IIoRestorecommerceFulfillmentOrder = {
|
|
388
370
|
sender?: InputMaybe<IIoRestorecommerceFulfillmentAddress>;
|
389
371
|
receiver?: InputMaybe<IIoRestorecommerceFulfillmentAddress>;
|
390
372
|
notify?: InputMaybe<Scalars['String']>;
|
391
|
-
/** target scope */
|
392
|
-
scope?: InputMaybe<Scalars['String']>;
|
393
373
|
};
|
394
374
|
export declare type IIoRestorecommerceFulfillmentParcel = {
|
395
375
|
productId?: InputMaybe<Scalars['String']>;
|
@@ -399,14 +379,10 @@ export declare type IIoRestorecommerceFulfillmentParcel = {
|
|
399
379
|
heightInCm?: InputMaybe<Scalars['Float']>;
|
400
380
|
widthInCm?: InputMaybe<Scalars['Float']>;
|
401
381
|
lengthInCm?: InputMaybe<Scalars['Float']>;
|
402
|
-
/** target scope */
|
403
|
-
scope?: InputMaybe<Scalars['String']>;
|
404
382
|
};
|
405
383
|
export declare type IIoRestorecommerceFulfillmentParcelItem = {
|
406
384
|
itemId?: InputMaybe<Scalars['String']>;
|
407
385
|
quantity?: InputMaybe<Scalars['Int']>;
|
408
|
-
/** target scope */
|
409
|
-
scope?: InputMaybe<Scalars['String']>;
|
410
386
|
};
|
411
387
|
export declare type IIoRestorecommerceFulfillmentAddress = {
|
412
388
|
title?: InputMaybe<Scalars['String']>;
|
@@ -416,8 +392,6 @@ export declare type IIoRestorecommerceFulfillmentAddress = {
|
|
416
392
|
branch?: InputMaybe<IIoRestorecommerceFulfillmentBranch>;
|
417
393
|
country?: InputMaybe<IIoRestorecommerceCountryCountry>;
|
418
394
|
contact?: InputMaybe<IIoRestorecommerceFulfillmentContact>;
|
419
|
-
/** target scope */
|
420
|
-
scope?: InputMaybe<Scalars['String']>;
|
421
395
|
};
|
422
396
|
export declare type IIoRestorecommerceAddressAddress = {
|
423
397
|
id?: InputMaybe<Scalars['String']>;
|
@@ -431,8 +405,6 @@ export declare type IIoRestorecommerceAddressAddress = {
|
|
431
405
|
altitude?: InputMaybe<Scalars['Float']>;
|
432
406
|
buildingNumber?: InputMaybe<Scalars['String']>;
|
433
407
|
addressAddition?: InputMaybe<IIoRestorecommerceAddressAddressAddition>;
|
434
|
-
/** target scope */
|
435
|
-
scope?: InputMaybe<Scalars['String']>;
|
436
408
|
};
|
437
409
|
export declare type IIoRestorecommerceMetaMeta = {
|
438
410
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -440,46 +412,32 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
440
412
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
441
413
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
442
414
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
443
|
-
/** target scope */
|
444
|
-
scope?: InputMaybe<Scalars['String']>;
|
445
415
|
};
|
446
416
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
447
417
|
id?: InputMaybe<Scalars['String']>;
|
448
418
|
value?: InputMaybe<Scalars['String']>;
|
449
419
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
450
|
-
/** target scope */
|
451
|
-
scope?: InputMaybe<Scalars['String']>;
|
452
420
|
};
|
453
421
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
454
422
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
455
|
-
/** target scope */
|
456
|
-
scope?: InputMaybe<Scalars['String']>;
|
457
423
|
};
|
458
424
|
export declare type IIoRestorecommerceAddressAddressGeoPoint = {
|
459
425
|
latitude?: InputMaybe<Scalars['Float']>;
|
460
426
|
longitude?: InputMaybe<Scalars['Float']>;
|
461
|
-
/** target scope */
|
462
|
-
scope?: InputMaybe<Scalars['String']>;
|
463
427
|
};
|
464
428
|
export declare type IIoRestorecommerceAddressAddressAddition = {
|
465
429
|
field1?: InputMaybe<Scalars['String']>;
|
466
430
|
field2?: InputMaybe<Scalars['String']>;
|
467
|
-
/** target scope */
|
468
|
-
scope?: InputMaybe<Scalars['String']>;
|
469
431
|
};
|
470
432
|
export declare type IIoRestorecommerceFulfillmentPackstation = {
|
471
433
|
provider?: InputMaybe<Scalars['String']>;
|
472
434
|
stationNumber?: InputMaybe<Scalars['String']>;
|
473
435
|
postNumber?: InputMaybe<Scalars['String']>;
|
474
|
-
/** target scope */
|
475
|
-
scope?: InputMaybe<Scalars['String']>;
|
476
436
|
};
|
477
437
|
export declare type IIoRestorecommerceFulfillmentBranch = {
|
478
438
|
provider?: InputMaybe<Scalars['String']>;
|
479
439
|
branchNumber?: InputMaybe<Scalars['String']>;
|
480
440
|
postNumber?: InputMaybe<Scalars['String']>;
|
481
|
-
/** target scope */
|
482
|
-
scope?: InputMaybe<Scalars['String']>;
|
483
441
|
};
|
484
442
|
export declare type IIoRestorecommerceCountryCountry = {
|
485
443
|
id?: InputMaybe<Scalars['String']>;
|
@@ -488,15 +446,11 @@ export declare type IIoRestorecommerceCountryCountry = {
|
|
488
446
|
countryCode?: InputMaybe<Scalars['String']>;
|
489
447
|
geographicalName?: InputMaybe<Scalars['String']>;
|
490
448
|
economicAreas?: InputMaybe<Array<Scalars['String']>>;
|
491
|
-
/** target scope */
|
492
|
-
scope?: InputMaybe<Scalars['String']>;
|
493
449
|
};
|
494
450
|
export declare type IIoRestorecommerceFulfillmentContact = {
|
495
451
|
name?: InputMaybe<Scalars['String']>;
|
496
452
|
email?: InputMaybe<Scalars['String']>;
|
497
453
|
phone?: InputMaybe<Scalars['String']>;
|
498
|
-
/** target scope */
|
499
|
-
scope?: InputMaybe<Scalars['String']>;
|
500
454
|
};
|
501
455
|
export declare enum ModeType {
|
502
456
|
Create = "CREATE",
|
@@ -534,20 +488,14 @@ export declare type IoRestorecommerceFulfillmentEvent = {
|
|
534
488
|
};
|
535
489
|
export declare type IIoRestorecommerceFulfillmentTrackingRequestList = {
|
536
490
|
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentTrackingRequest>>;
|
537
|
-
/** target scope */
|
538
|
-
scope?: InputMaybe<Scalars['String']>;
|
539
491
|
};
|
540
492
|
export declare type IIoRestorecommerceFulfillmentTrackingRequest = {
|
541
493
|
fulfillmentId?: InputMaybe<Scalars['String']>;
|
542
494
|
shipmentNumbers?: InputMaybe<Array<Scalars['String']>>;
|
543
495
|
options?: InputMaybe<IGoogleProtobufAny>;
|
544
|
-
/** target scope */
|
545
|
-
scope?: InputMaybe<Scalars['String']>;
|
546
496
|
};
|
547
497
|
export declare type IIoRestorecommerceFulfillmentCancelRequestList = {
|
548
498
|
ids?: InputMaybe<Array<Scalars['String']>>;
|
549
|
-
/** target scope */
|
550
|
-
scope?: InputMaybe<Scalars['String']>;
|
551
499
|
};
|
552
500
|
export declare type ProtoIoRestorecommerceResourcebaseDeleteResponse = {
|
553
501
|
__typename?: 'ProtoIoRestorecommerceResourcebaseDeleteResponse';
|
@@ -591,8 +539,6 @@ export declare type IIoRestorecommerceFulfillmentCourierFulfillmentCourier = {
|
|
591
539
|
stubType?: InputMaybe<Scalars['String']>;
|
592
540
|
configuration?: InputMaybe<IGoogleProtobufAny>;
|
593
541
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
594
|
-
/** target scope */
|
595
|
-
scope?: InputMaybe<Scalars['String']>;
|
596
542
|
};
|
597
543
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
598
544
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -186,8 +186,6 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
186
186
|
export declare type IIoRestorecommerceResourcebaseSort = {
|
187
187
|
field?: InputMaybe<Scalars['String']>;
|
188
188
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
189
|
-
/** target scope */
|
190
|
-
scope?: InputMaybe<Scalars['String']>;
|
191
189
|
};
|
192
190
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
193
191
|
Unsorted = 0,
|
@@ -197,8 +195,6 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
197
195
|
export declare type IIoRestorecommerceResourcebaseFilterOp = {
|
198
196
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
199
197
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
200
|
-
/** target scope */
|
201
|
-
scope?: InputMaybe<Scalars['String']>;
|
202
198
|
};
|
203
199
|
export declare type IIoRestorecommerceResourcebaseFilter = {
|
204
200
|
field?: InputMaybe<Scalars['String']>;
|
@@ -206,8 +202,6 @@ export declare type IIoRestorecommerceResourcebaseFilter = {
|
|
206
202
|
value?: InputMaybe<Scalars['String']>;
|
207
203
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
208
204
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
209
|
-
/** target scope */
|
210
|
-
scope?: InputMaybe<Scalars['String']>;
|
211
205
|
};
|
212
206
|
export declare enum IoRestorecommerceResourcebaseFilterOperation {
|
213
207
|
Eq = 0,
|
@@ -230,8 +224,6 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
230
224
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
231
225
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
232
226
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
233
|
-
/** target scope */
|
234
|
-
scope?: InputMaybe<Scalars['String']>;
|
235
227
|
};
|
236
228
|
export declare type IIoRestorecommerceFilterFilter = {
|
237
229
|
field?: InputMaybe<Scalars['String']>;
|
@@ -239,8 +231,6 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
239
231
|
value?: InputMaybe<Scalars['String']>;
|
240
232
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
241
233
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
242
|
-
/** target scope */
|
243
|
-
scope?: InputMaybe<Scalars['String']>;
|
244
234
|
};
|
245
235
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
246
236
|
Eq = 0,
|
@@ -271,34 +261,24 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
271
261
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
272
262
|
name?: InputMaybe<Scalars['String']>;
|
273
263
|
include?: InputMaybe<Scalars['Boolean']>;
|
274
|
-
/** target scope */
|
275
|
-
scope?: InputMaybe<Scalars['String']>;
|
276
264
|
};
|
277
265
|
export declare type IGoogleProtobufAny = {
|
278
266
|
typeUrl?: InputMaybe<Scalars['String']>;
|
279
267
|
value?: InputMaybe<Scalars['Upload']>;
|
280
|
-
/** target scope */
|
281
|
-
scope?: InputMaybe<Scalars['String']>;
|
282
268
|
};
|
283
269
|
export declare type IIoRestorecommerceUserFindRequest = {
|
284
270
|
id?: InputMaybe<Scalars['String']>;
|
285
271
|
name?: InputMaybe<Scalars['String']>;
|
286
272
|
email?: InputMaybe<Scalars['String']>;
|
287
|
-
/** target scope */
|
288
|
-
scope?: InputMaybe<Scalars['String']>;
|
289
273
|
};
|
290
274
|
export declare type IIoRestorecommerceUserFindByRoleRequest = {
|
291
275
|
role?: InputMaybe<Scalars['String']>;
|
292
276
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
293
|
-
/** target scope */
|
294
|
-
scope?: InputMaybe<Scalars['String']>;
|
295
277
|
};
|
296
278
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
297
279
|
id?: InputMaybe<Scalars['String']>;
|
298
280
|
value?: InputMaybe<Scalars['String']>;
|
299
281
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
300
|
-
/** target scope */
|
301
|
-
scope?: InputMaybe<Scalars['String']>;
|
302
282
|
};
|
303
283
|
export declare type ProtoIoRestorecommerceUserUserResponse = {
|
304
284
|
__typename?: 'ProtoIoRestorecommerceUserUserResponse';
|
@@ -306,8 +286,6 @@ export declare type ProtoIoRestorecommerceUserUserResponse = {
|
|
306
286
|
};
|
307
287
|
export declare type IIoRestorecommerceUserFindByTokenRequest = {
|
308
288
|
token?: InputMaybe<Scalars['String']>;
|
309
|
-
/** target scope */
|
310
|
-
scope?: InputMaybe<Scalars['String']>;
|
311
289
|
};
|
312
290
|
export declare type IdentityRoleQuery = {
|
313
291
|
__typename?: 'IdentityRoleQuery';
|
@@ -388,8 +366,6 @@ export declare type ProtoGoogleProtobufAny = {
|
|
388
366
|
export declare type IIoRestorecommerceTokenIdentifier = {
|
389
367
|
id?: InputMaybe<Scalars['String']>;
|
390
368
|
type?: InputMaybe<Scalars['String']>;
|
391
|
-
/** target scope */
|
392
|
-
scope?: InputMaybe<Scalars['String']>;
|
393
369
|
};
|
394
370
|
export declare type IdentityOauthQuery = {
|
395
371
|
__typename?: 'IdentityOauthQuery';
|
@@ -521,8 +497,6 @@ export declare type IIoRestorecommerceUserUser = {
|
|
521
497
|
tokens?: InputMaybe<Array<IIoRestorecommerceAuthTokens>>;
|
522
498
|
lastAccess?: InputMaybe<Scalars['Float']>;
|
523
499
|
data?: InputMaybe<IGoogleProtobufAny>;
|
524
|
-
/** target scope */
|
525
|
-
scope?: InputMaybe<Scalars['String']>;
|
526
500
|
};
|
527
501
|
export declare type IIoRestorecommerceMetaMeta = {
|
528
502
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -530,21 +504,15 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
530
504
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
531
505
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
532
506
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
533
|
-
/** target scope */
|
534
|
-
scope?: InputMaybe<Scalars['String']>;
|
535
507
|
};
|
536
508
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
537
509
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
538
|
-
/** target scope */
|
539
|
-
scope?: InputMaybe<Scalars['String']>;
|
540
510
|
};
|
541
511
|
export declare type IIoRestorecommerceAuthRoleAssociation = {
|
542
512
|
role?: InputMaybe<Scalars['String']>;
|
543
513
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
544
514
|
id?: InputMaybe<Scalars['String']>;
|
545
515
|
created?: InputMaybe<Scalars['Float']>;
|
546
|
-
/** target scope */
|
547
|
-
scope?: InputMaybe<Scalars['String']>;
|
548
516
|
};
|
549
517
|
export declare type IIoRestorecommerceImageImage = {
|
550
518
|
id?: InputMaybe<Scalars['String']>;
|
@@ -555,8 +523,6 @@ export declare type IIoRestorecommerceImageImage = {
|
|
555
523
|
width?: InputMaybe<Scalars['Float']>;
|
556
524
|
height?: InputMaybe<Scalars['Float']>;
|
557
525
|
length?: InputMaybe<Scalars['Float']>;
|
558
|
-
/** target scope */
|
559
|
-
scope?: InputMaybe<Scalars['String']>;
|
560
526
|
};
|
561
527
|
export declare type IIoRestorecommerceAuthTokens = {
|
562
528
|
name?: InputMaybe<Scalars['String']>;
|
@@ -566,8 +532,6 @@ export declare type IIoRestorecommerceAuthTokens = {
|
|
566
532
|
type?: InputMaybe<Scalars['String']>;
|
567
533
|
interactive?: InputMaybe<Scalars['Boolean']>;
|
568
534
|
lastLogin?: InputMaybe<Scalars['Float']>;
|
569
|
-
/** target scope */
|
570
|
-
scope?: InputMaybe<Scalars['String']>;
|
571
535
|
};
|
572
536
|
export declare enum ModeType {
|
573
537
|
Create = "CREATE",
|
@@ -603,8 +567,6 @@ export declare type IIoRestorecommerceUserRegisterRequest = {
|
|
603
567
|
defaultScope?: InputMaybe<Scalars['String']>;
|
604
568
|
userType?: InputMaybe<IoRestorecommerceUserUserType>;
|
605
569
|
captchaCode?: InputMaybe<Scalars['String']>;
|
606
|
-
/** target scope */
|
607
|
-
scope?: InputMaybe<Scalars['String']>;
|
608
570
|
};
|
609
571
|
export declare type ProtoIoRestorecommerceStatusOperationStatusObj = {
|
610
572
|
__typename?: 'ProtoIoRestorecommerceStatusOperationStatusObj';
|
@@ -617,51 +579,35 @@ export declare type IoRestorecommerceStatusOperationStatusObj = {
|
|
617
579
|
export declare type IIoRestorecommerceUserActivateRequest = {
|
618
580
|
identifier?: InputMaybe<Scalars['String']>;
|
619
581
|
activationCode?: InputMaybe<Scalars['String']>;
|
620
|
-
/** target scope */
|
621
|
-
scope?: InputMaybe<Scalars['String']>;
|
622
582
|
};
|
623
583
|
export declare type IIoRestorecommerceUserChangePasswordRequest = {
|
624
584
|
identifier?: InputMaybe<Scalars['String']>;
|
625
585
|
password?: InputMaybe<Scalars['String']>;
|
626
586
|
newPassword?: InputMaybe<Scalars['String']>;
|
627
|
-
/** target scope */
|
628
|
-
scope?: InputMaybe<Scalars['String']>;
|
629
587
|
};
|
630
588
|
export declare type IIoRestorecommerceUserRequestPasswordChangeRequest = {
|
631
589
|
identifier?: InputMaybe<Scalars['String']>;
|
632
|
-
/** target scope */
|
633
|
-
scope?: InputMaybe<Scalars['String']>;
|
634
590
|
};
|
635
591
|
export declare type IIoRestorecommerceUserChangeEmailRequest = {
|
636
592
|
identifier?: InputMaybe<Scalars['String']>;
|
637
593
|
newEmail?: InputMaybe<Scalars['String']>;
|
638
|
-
/** target scope */
|
639
|
-
scope?: InputMaybe<Scalars['String']>;
|
640
594
|
};
|
641
595
|
export declare type IIoRestorecommerceUserConfirmPasswordChangeRequest = {
|
642
596
|
identifier?: InputMaybe<Scalars['String']>;
|
643
597
|
activationCode?: InputMaybe<Scalars['String']>;
|
644
598
|
password?: InputMaybe<Scalars['String']>;
|
645
|
-
/** target scope */
|
646
|
-
scope?: InputMaybe<Scalars['String']>;
|
647
599
|
};
|
648
600
|
export declare type IIoRestorecommerceUserConfirmEmailChangeRequest = {
|
649
601
|
identifier?: InputMaybe<Scalars['String']>;
|
650
602
|
activationCode?: InputMaybe<Scalars['String']>;
|
651
|
-
/** target scope */
|
652
|
-
scope?: InputMaybe<Scalars['String']>;
|
653
603
|
};
|
654
604
|
export declare type IIoRestorecommerceUserUnregisterRequest = {
|
655
605
|
identifier?: InputMaybe<Scalars['String']>;
|
656
|
-
/** target scope */
|
657
|
-
scope?: InputMaybe<Scalars['String']>;
|
658
606
|
};
|
659
607
|
export declare type IIoRestorecommerceUserLoginRequest = {
|
660
608
|
identifier?: InputMaybe<Scalars['String']>;
|
661
609
|
password?: InputMaybe<Scalars['String']>;
|
662
610
|
token?: InputMaybe<Scalars['String']>;
|
663
|
-
/** target scope */
|
664
|
-
scope?: InputMaybe<Scalars['String']>;
|
665
611
|
};
|
666
612
|
export declare type ProtoIoRestorecommerceUserDeleteUsersByOrgResponse = {
|
667
613
|
__typename?: 'ProtoIoRestorecommerceUserDeleteUsersByOrgResponse';
|
@@ -674,26 +620,18 @@ export declare type IoRestorecommerceUserDeleteUsersByOrgResponse = {
|
|
674
620
|
};
|
675
621
|
export declare type IIoRestorecommerceUserOrgIdRequest = {
|
676
622
|
orgIds?: InputMaybe<Array<Scalars['String']>>;
|
677
|
-
/** target scope */
|
678
|
-
scope?: InputMaybe<Scalars['String']>;
|
679
623
|
};
|
680
624
|
export declare type IIoRestorecommerceUserConfirmUserInvitationRequest = {
|
681
625
|
identifier?: InputMaybe<Scalars['String']>;
|
682
626
|
password?: InputMaybe<Scalars['String']>;
|
683
627
|
activationCode?: InputMaybe<Scalars['String']>;
|
684
|
-
/** target scope */
|
685
|
-
scope?: InputMaybe<Scalars['String']>;
|
686
628
|
};
|
687
629
|
export declare type IIoRestorecommerceUserSendInvitationEmailRequest = {
|
688
630
|
identifier?: InputMaybe<Scalars['String']>;
|
689
631
|
invitedByUserIdentifier?: InputMaybe<Scalars['String']>;
|
690
|
-
/** target scope */
|
691
|
-
scope?: InputMaybe<Scalars['String']>;
|
692
632
|
};
|
693
633
|
export declare type IIoRestorecommerceUserSendActivationEmailRequest = {
|
694
634
|
identifier?: InputMaybe<Scalars['String']>;
|
695
|
-
/** target scope */
|
696
|
-
scope?: InputMaybe<Scalars['String']>;
|
697
635
|
};
|
698
636
|
export declare type IdentityRoleMutation = {
|
699
637
|
__typename?: 'IdentityRoleMutation';
|
@@ -719,8 +657,6 @@ export declare type IIoRestorecommerceRoleRole = {
|
|
719
657
|
name?: InputMaybe<Scalars['String']>;
|
720
658
|
description?: InputMaybe<Scalars['String']>;
|
721
659
|
assignableByRoles?: InputMaybe<Array<Scalars['String']>>;
|
722
|
-
/** target scope */
|
723
|
-
scope?: InputMaybe<Scalars['String']>;
|
724
660
|
};
|
725
661
|
export declare type IdentityAuthenticationLogMutation = {
|
726
662
|
__typename?: 'IdentityAuthenticationLogMutation';
|
@@ -751,8 +687,6 @@ export declare type IIoRestorecommerceAuthenticationLogAuthenticationLog = {
|
|
751
687
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
752
688
|
subjectId?: InputMaybe<Scalars['String']>;
|
753
689
|
tokenName?: InputMaybe<Scalars['String']>;
|
754
|
-
/** target scope */
|
755
|
-
scope?: InputMaybe<Scalars['String']>;
|
756
690
|
};
|
757
691
|
export declare type IdentityTokenMutation = {
|
758
692
|
__typename?: 'IdentityTokenMutation';
|
@@ -778,13 +712,9 @@ export declare type IIoRestorecommerceTokenTokenData = {
|
|
778
712
|
payload?: InputMaybe<IGoogleProtobufAny>;
|
779
713
|
expiresIn?: InputMaybe<Scalars['Float']>;
|
780
714
|
type?: InputMaybe<Scalars['String']>;
|
781
|
-
/** target scope */
|
782
|
-
scope?: InputMaybe<Scalars['String']>;
|
783
715
|
};
|
784
716
|
export declare type IIoRestorecommerceTokenGrantId = {
|
785
717
|
grantId?: InputMaybe<Scalars['String']>;
|
786
|
-
/** target scope */
|
787
|
-
scope?: InputMaybe<Scalars['String']>;
|
788
718
|
};
|
789
719
|
export declare type IdentityOauthMutation = {
|
790
720
|
__typename?: 'IdentityOauthMutation';
|
@@ -807,8 +737,6 @@ export declare type IIoRestorecommerceOauthExchangeCodeRequest = {
|
|
807
737
|
service?: InputMaybe<Scalars['String']>;
|
808
738
|
code?: InputMaybe<Scalars['String']>;
|
809
739
|
state?: InputMaybe<Scalars['String']>;
|
810
|
-
/** target scope */
|
811
|
-
scope?: InputMaybe<Scalars['String']>;
|
812
740
|
};
|
813
741
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
814
742
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -53,8 +53,6 @@ export declare type IIoRestorecommerceSearchSearchRequest = {
|
|
53
53
|
collection?: InputMaybe<Scalars['String']>;
|
54
54
|
text?: InputMaybe<Scalars['String']>;
|
55
55
|
acl?: InputMaybe<Array<Scalars['String']>>;
|
56
|
-
/** target scope */
|
57
|
-
scope?: InputMaybe<Scalars['String']>;
|
58
56
|
};
|
59
57
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
60
58
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -114,8 +114,6 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
114
114
|
export declare type IIoRestorecommerceResourcebaseSort = {
|
115
115
|
field?: InputMaybe<Scalars['String']>;
|
116
116
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
117
|
-
/** target scope */
|
118
|
-
scope?: InputMaybe<Scalars['String']>;
|
119
117
|
};
|
120
118
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
121
119
|
Unsorted = 0,
|
@@ -125,8 +123,6 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
125
123
|
export declare type IIoRestorecommerceResourcebaseFilterOp = {
|
126
124
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
127
125
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
128
|
-
/** target scope */
|
129
|
-
scope?: InputMaybe<Scalars['String']>;
|
130
126
|
};
|
131
127
|
export declare type IIoRestorecommerceResourcebaseFilter = {
|
132
128
|
field?: InputMaybe<Scalars['String']>;
|
@@ -134,8 +130,6 @@ export declare type IIoRestorecommerceResourcebaseFilter = {
|
|
134
130
|
value?: InputMaybe<Scalars['String']>;
|
135
131
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
136
132
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
137
|
-
/** target scope */
|
138
|
-
scope?: InputMaybe<Scalars['String']>;
|
139
133
|
};
|
140
134
|
export declare enum IoRestorecommerceResourcebaseFilterOperation {
|
141
135
|
Eq = 0,
|
@@ -158,8 +152,6 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
158
152
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
159
153
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
160
154
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
161
|
-
/** target scope */
|
162
|
-
scope?: InputMaybe<Scalars['String']>;
|
163
155
|
};
|
164
156
|
export declare type IIoRestorecommerceFilterFilter = {
|
165
157
|
field?: InputMaybe<Scalars['String']>;
|
@@ -167,8 +159,6 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
167
159
|
value?: InputMaybe<Scalars['String']>;
|
168
160
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
169
161
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
170
|
-
/** target scope */
|
171
|
-
scope?: InputMaybe<Scalars['String']>;
|
172
162
|
};
|
173
163
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
174
164
|
Eq = 0,
|
@@ -199,14 +189,10 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
199
189
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
200
190
|
name?: InputMaybe<Scalars['String']>;
|
201
191
|
include?: InputMaybe<Scalars['Boolean']>;
|
202
|
-
/** target scope */
|
203
|
-
scope?: InputMaybe<Scalars['String']>;
|
204
192
|
};
|
205
193
|
export declare type IGoogleProtobufAny = {
|
206
194
|
typeUrl?: InputMaybe<Scalars['String']>;
|
207
195
|
value?: InputMaybe<Scalars['Upload']>;
|
208
|
-
/** target scope */
|
209
|
-
scope?: InputMaybe<Scalars['String']>;
|
210
196
|
};
|
211
197
|
export declare type Mutation = {
|
212
198
|
__typename?: 'Mutation';
|
@@ -246,8 +232,6 @@ export declare type IIoRestorecommerceInvoiceInvoice = {
|
|
246
232
|
document?: InputMaybe<Scalars['String']>;
|
247
233
|
invoiceNumber?: InputMaybe<Scalars['String']>;
|
248
234
|
customerRemark?: InputMaybe<Scalars['String']>;
|
249
|
-
/** target scope */
|
250
|
-
scope?: InputMaybe<Scalars['String']>;
|
251
235
|
};
|
252
236
|
export declare type IIoRestorecommerceMetaMeta = {
|
253
237
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -255,20 +239,14 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
255
239
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
256
240
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
257
241
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
258
|
-
/** target scope */
|
259
|
-
scope?: InputMaybe<Scalars['String']>;
|
260
242
|
};
|
261
243
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
262
244
|
id?: InputMaybe<Scalars['String']>;
|
263
245
|
value?: InputMaybe<Scalars['String']>;
|
264
246
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
265
|
-
/** target scope */
|
266
|
-
scope?: InputMaybe<Scalars['String']>;
|
267
247
|
};
|
268
248
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
269
249
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
270
|
-
/** target scope */
|
271
|
-
scope?: InputMaybe<Scalars['String']>;
|
272
250
|
};
|
273
251
|
export declare enum ModeType {
|
274
252
|
Create = "CREATE",
|
@@ -120,8 +120,6 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
120
120
|
export declare type IIoRestorecommerceResourcebaseSort = {
|
121
121
|
field?: InputMaybe<Scalars['String']>;
|
122
122
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
123
|
-
/** target scope */
|
124
|
-
scope?: InputMaybe<Scalars['String']>;
|
125
123
|
};
|
126
124
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
127
125
|
Unsorted = 0,
|
@@ -131,8 +129,6 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
131
129
|
export declare type IIoRestorecommerceResourcebaseFilterOp = {
|
132
130
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
133
131
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
134
|
-
/** target scope */
|
135
|
-
scope?: InputMaybe<Scalars['String']>;
|
136
132
|
};
|
137
133
|
export declare type IIoRestorecommerceResourcebaseFilter = {
|
138
134
|
field?: InputMaybe<Scalars['String']>;
|
@@ -140,8 +136,6 @@ export declare type IIoRestorecommerceResourcebaseFilter = {
|
|
140
136
|
value?: InputMaybe<Scalars['String']>;
|
141
137
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
142
138
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
143
|
-
/** target scope */
|
144
|
-
scope?: InputMaybe<Scalars['String']>;
|
145
139
|
};
|
146
140
|
export declare enum IoRestorecommerceResourcebaseFilterOperation {
|
147
141
|
Eq = 0,
|
@@ -164,8 +158,6 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
164
158
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
165
159
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
166
160
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
167
|
-
/** target scope */
|
168
|
-
scope?: InputMaybe<Scalars['String']>;
|
169
161
|
};
|
170
162
|
export declare type IIoRestorecommerceFilterFilter = {
|
171
163
|
field?: InputMaybe<Scalars['String']>;
|
@@ -173,8 +165,6 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
173
165
|
value?: InputMaybe<Scalars['String']>;
|
174
166
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
175
167
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
176
|
-
/** target scope */
|
177
|
-
scope?: InputMaybe<Scalars['String']>;
|
178
168
|
};
|
179
169
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
180
170
|
Eq = 0,
|
@@ -205,14 +195,10 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
205
195
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
206
196
|
name?: InputMaybe<Scalars['String']>;
|
207
197
|
include?: InputMaybe<Scalars['Boolean']>;
|
208
|
-
/** target scope */
|
209
|
-
scope?: InputMaybe<Scalars['String']>;
|
210
198
|
};
|
211
199
|
export declare type IGoogleProtobufAny = {
|
212
200
|
typeUrl?: InputMaybe<Scalars['String']>;
|
213
201
|
value?: InputMaybe<Scalars['Upload']>;
|
214
|
-
/** target scope */
|
215
|
-
scope?: InputMaybe<Scalars['String']>;
|
216
202
|
};
|
217
203
|
export declare type IIoRestorecommerceNotificationNotificationList = {
|
218
204
|
items?: InputMaybe<Array<IIoRestorecommerceNotificationNotification>>;
|
@@ -231,8 +217,6 @@ export declare type IIoRestorecommerceNotificationNotification = {
|
|
231
217
|
telephoneNumber?: InputMaybe<Scalars['String']>;
|
232
218
|
subjectTemplate?: InputMaybe<Scalars['String']>;
|
233
219
|
bodyTemplate?: InputMaybe<Scalars['String']>;
|
234
|
-
/** target scope */
|
235
|
-
scope?: InputMaybe<Scalars['String']>;
|
236
220
|
};
|
237
221
|
export declare type IIoRestorecommerceMetaMeta = {
|
238
222
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -240,20 +224,14 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
240
224
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
241
225
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
242
226
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
243
|
-
/** target scope */
|
244
|
-
scope?: InputMaybe<Scalars['String']>;
|
245
227
|
};
|
246
228
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
247
229
|
id?: InputMaybe<Scalars['String']>;
|
248
230
|
value?: InputMaybe<Scalars['String']>;
|
249
231
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
250
|
-
/** target scope */
|
251
|
-
scope?: InputMaybe<Scalars['String']>;
|
252
232
|
};
|
253
233
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
254
234
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
255
|
-
/** target scope */
|
256
|
-
scope?: InputMaybe<Scalars['String']>;
|
257
235
|
};
|
258
236
|
export declare enum ModeType {
|
259
237
|
Create = "CREATE",
|