@restorecommerce/facade 0.3.3 → 0.3.4

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