@commercetools-frontend-extensions/change-history 8.25.1 → 8.26.0
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/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +962 -944
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +958 -830
- package/dist/commercetools-frontend-extensions-change-history.esm.js +965 -948
- package/dist/{de-ad037854.cjs.dev.js → de-43cb4047.cjs.prod.js} +12 -0
- package/dist/{de-c2be9253.cjs.prod.js → de-56dd9c17.cjs.dev.js} +12 -0
- package/dist/{de-7764939f.esm.js → de-e31aba14.esm.js} +12 -0
- package/dist/declarations/src/i18n/load-i18n.d.ts +24 -0
- package/dist/declarations/types/src/generated/change-history.d.ts +333 -329
- package/dist/{en-1c982e4c.esm.js → en-99ba1d0a.esm.js} +12 -0
- package/dist/{en-87dd4629.cjs.dev.js → en-9dc7b636.cjs.prod.js} +12 -0
- package/dist/{en-f0b11682.cjs.prod.js → en-d08e7e84.cjs.dev.js} +12 -0
- package/dist/{es-dee2e5ce.cjs.dev.js → es-9ebed685.cjs.dev.js} +12 -0
- package/dist/{es-83f1bc1c.esm.js → es-a3bb1f2d.esm.js} +12 -0
- package/dist/{es-0421b67e.cjs.prod.js → es-f2d2e7a4.cjs.prod.js} +12 -0
- package/dist/{fr-FR-f37fb0ff.cjs.dev.js → fr-FR-36330979.cjs.dev.js} +12 -0
- package/dist/{fr-FR-a3c8a9b8.cjs.prod.js → fr-FR-c1b86aa9.cjs.prod.js} +12 -0
- package/dist/{fr-FR-49d3b2ef.esm.js → fr-FR-cd50a6e3.esm.js} +12 -0
- package/dist/{pt-BR-eb64f196.esm.js → pt-BR-b4e5dd84.esm.js} +12 -0
- package/dist/{pt-BR-4e486b02.cjs.prod.js → pt-BR-d9d90a6f.cjs.prod.js} +12 -0
- package/dist/{pt-BR-8a1c2b7a.cjs.dev.js → pt-BR-f8fd8e23.cjs.dev.js} +12 -0
- package/dist/{zh-CN-f319b1ad.cjs.dev.js → zh-CN-06c9221b.cjs.dev.js} +12 -0
- package/dist/{zh-CN-9ac999ed.esm.js → zh-CN-ba4d9631.esm.js} +12 -0
- package/dist/{zh-CN-252dd3b1.cjs.prod.js → zh-CN-c5e4f709.cjs.prod.js} +12 -0
- package/package.json +1 -1
|
@@ -48,6 +48,10 @@ export type Scalars = {
|
|
|
48
48
|
input: any;
|
|
49
49
|
output: any;
|
|
50
50
|
};
|
|
51
|
+
Long: {
|
|
52
|
+
input: any;
|
|
53
|
+
output: any;
|
|
54
|
+
};
|
|
51
55
|
};
|
|
52
56
|
export type TAddress = {
|
|
53
57
|
__typename?: 'Address';
|
|
@@ -79,7 +83,7 @@ export type TAddress = {
|
|
|
79
83
|
};
|
|
80
84
|
export type TAmountPlanned = {
|
|
81
85
|
__typename?: 'AmountPlanned';
|
|
82
|
-
centAmount: Scalars['
|
|
86
|
+
centAmount: Scalars['Long']['output'];
|
|
83
87
|
currencyCode: Scalars['String']['output'];
|
|
84
88
|
fractionDigits: Scalars['Int']['output'];
|
|
85
89
|
};
|
|
@@ -96,7 +100,7 @@ export type TAssociateRoleChange = TChange & {
|
|
|
96
100
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
97
101
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
98
102
|
};
|
|
99
|
-
export declare enum
|
|
103
|
+
export declare enum AssociateRoleChangeInput {
|
|
100
104
|
ChangeBuyerAssignable = "changeBuyerAssignable",
|
|
101
105
|
SetCustomField = "setCustomField",
|
|
102
106
|
SetCustomType = "setCustomType",
|
|
@@ -108,7 +112,7 @@ export type TAssociateRoleLabel = {
|
|
|
108
112
|
key: Scalars['String']['output'];
|
|
109
113
|
name?: Maybe<Scalars['String']['output']>;
|
|
110
114
|
};
|
|
111
|
-
export declare enum
|
|
115
|
+
export declare enum AuthPermission {
|
|
112
116
|
ManageAuditLog = "manage_audit_log",
|
|
113
117
|
ViewAssociateRoles = "view_associate_roles",
|
|
114
118
|
ViewAuditLog = "view_audit_log",
|
|
@@ -144,7 +148,7 @@ export type TBusinessUnitChange = TChange & {
|
|
|
144
148
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
145
149
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
146
150
|
};
|
|
147
|
-
export declare enum
|
|
151
|
+
export declare enum BusinessUnitChangeInput {
|
|
148
152
|
AddAddress = "addAddress",
|
|
149
153
|
AddAssociate = "addAssociate",
|
|
150
154
|
AddBillingAddressId = "addBillingAddressId",
|
|
@@ -185,7 +189,7 @@ export type TCartDiscountChange = TChange & {
|
|
|
185
189
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
186
190
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
187
191
|
};
|
|
188
|
-
export declare enum
|
|
192
|
+
export declare enum CartDiscountChangeInput {
|
|
189
193
|
ChangeCartPredicate = "changeCartPredicate",
|
|
190
194
|
ChangeIsActive = "changeIsActive",
|
|
191
195
|
ChangeName = "changeName",
|
|
@@ -212,7 +216,7 @@ export type TCategoryChange = TChange & {
|
|
|
212
216
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
213
217
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
214
218
|
};
|
|
215
|
-
export declare enum
|
|
219
|
+
export declare enum CategoryChangeInput {
|
|
216
220
|
AddAsset = "addAsset",
|
|
217
221
|
ChangeAssetName = "changeAssetName",
|
|
218
222
|
ChangeAssetOrder = "changeAssetOrder",
|
|
@@ -252,7 +256,7 @@ export type TChangeHistory = {
|
|
|
252
256
|
previousVersion: Scalars['Int']['output'];
|
|
253
257
|
resource: TResourceIdentifier;
|
|
254
258
|
stores: Array<TStore>;
|
|
255
|
-
type:
|
|
259
|
+
type: ChangeType;
|
|
256
260
|
version: Scalars['Int']['output'];
|
|
257
261
|
withoutChanges?: Maybe<Scalars['Boolean']['output']>;
|
|
258
262
|
};
|
|
@@ -264,7 +268,7 @@ export type TChangeHistoryQueryResults = {
|
|
|
264
268
|
results: Array<TChangeHistory>;
|
|
265
269
|
total?: Maybe<Scalars['Int']['output']>;
|
|
266
270
|
};
|
|
267
|
-
export declare enum
|
|
271
|
+
export declare enum ChangeType {
|
|
268
272
|
ResourceCreated = "ResourceCreated",
|
|
269
273
|
ResourceDeleted = "ResourceDeleted",
|
|
270
274
|
ResourceUpdated = "ResourceUpdated"
|
|
@@ -277,7 +281,7 @@ export type TChannelChange = TChange & {
|
|
|
277
281
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
278
282
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
279
283
|
};
|
|
280
|
-
export declare enum
|
|
284
|
+
export declare enum ChannelChangeInput {
|
|
281
285
|
ChangeDescription = "changeDescription",
|
|
282
286
|
ChangeKey = "changeKey",
|
|
283
287
|
ChangeName = "changeName",
|
|
@@ -299,7 +303,7 @@ export type TCustomObjectChange = TChange & {
|
|
|
299
303
|
path?: Maybe<Scalars['String']['output']>;
|
|
300
304
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
301
305
|
};
|
|
302
|
-
export declare enum
|
|
306
|
+
export declare enum CustomObjectChangeInput {
|
|
303
307
|
AddProperty = "addProperty",
|
|
304
308
|
RemoveProperty = "removeProperty",
|
|
305
309
|
SetProperty = "setProperty",
|
|
@@ -319,7 +323,7 @@ export type TCustomerChange = TChange & {
|
|
|
319
323
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
320
324
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
321
325
|
};
|
|
322
|
-
export declare enum
|
|
326
|
+
export declare enum CustomerChangeInput {
|
|
323
327
|
AddAddress = "addAddress",
|
|
324
328
|
AddBillingAddressId = "addBillingAddressId",
|
|
325
329
|
AddShippingAddressId = "addShippingAddressId",
|
|
@@ -358,7 +362,7 @@ export type TCustomerGroupChange = TChange & {
|
|
|
358
362
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
359
363
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
360
364
|
};
|
|
361
|
-
export declare enum
|
|
365
|
+
export declare enum CustomerGroupChangeInput {
|
|
362
366
|
ChangeName = "changeName",
|
|
363
367
|
SetCustomField = "setCustomField",
|
|
364
368
|
SetCustomType = "setCustomType",
|
|
@@ -382,7 +386,7 @@ export type TDiscountCodeChange = TChange & {
|
|
|
382
386
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
383
387
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
384
388
|
};
|
|
385
|
-
export declare enum
|
|
389
|
+
export declare enum DiscountCodeChangeInput {
|
|
386
390
|
ChangeCartDiscounts = "changeCartDiscounts",
|
|
387
391
|
ChangeGroups = "changeGroups",
|
|
388
392
|
ChangeIsActive = "changeIsActive",
|
|
@@ -397,11 +401,11 @@ export declare enum TDiscountCodeChangeInput {
|
|
|
397
401
|
SetValidFromAndUntil = "setValidFromAndUntil",
|
|
398
402
|
SetValidUntil = "setValidUntil"
|
|
399
403
|
}
|
|
400
|
-
export declare enum
|
|
404
|
+
export declare enum DiscountCodeInternalChangesInput {
|
|
401
405
|
ExcludeAll = "excludeAll",
|
|
402
406
|
SetApplicationVersion = "setApplicationVersion"
|
|
403
407
|
}
|
|
404
|
-
export declare enum
|
|
408
|
+
export declare enum ExcludePlatformInitiatedChangesInput {
|
|
405
409
|
ChangeLineItemName = "changeLineItemName",
|
|
406
410
|
ChangeReviewRatingStatistics = "changeReviewRatingStatistics",
|
|
407
411
|
ExcludeAll = "excludeAll",
|
|
@@ -417,7 +421,7 @@ export type TInitiator = {
|
|
|
417
421
|
customer?: Maybe<TReference>;
|
|
418
422
|
id?: Maybe<Scalars['String']['output']>;
|
|
419
423
|
isPlatformClient: Scalars['Boolean']['output'];
|
|
420
|
-
type:
|
|
424
|
+
type: ModifiedByType;
|
|
421
425
|
};
|
|
422
426
|
export type TInventoryEntryChange = TChange & {
|
|
423
427
|
__typename?: 'InventoryEntryChange';
|
|
@@ -427,7 +431,7 @@ export type TInventoryEntryChange = TChange & {
|
|
|
427
431
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
428
432
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
429
433
|
};
|
|
430
|
-
export declare enum
|
|
434
|
+
export declare enum InventoryEntryChangeInput {
|
|
431
435
|
ChangeQuantity = "changeQuantity",
|
|
432
436
|
SetCustomField = "setCustomField",
|
|
433
437
|
SetCustomType = "setCustomType",
|
|
@@ -455,7 +459,7 @@ export type TLocalizedString = {
|
|
|
455
459
|
locale: Scalars['String']['output'];
|
|
456
460
|
value: Scalars['String']['output'];
|
|
457
461
|
};
|
|
458
|
-
export declare enum
|
|
462
|
+
export declare enum ModifiedByType {
|
|
459
463
|
Associate = "associate",
|
|
460
464
|
ExternalUser = "externalUser",
|
|
461
465
|
User = "user"
|
|
@@ -475,10 +479,10 @@ export type TOrderChange = TChange & {
|
|
|
475
479
|
parcel?: Maybe<TParcel>;
|
|
476
480
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
477
481
|
stateId?: Maybe<Scalars['String']['output']>;
|
|
478
|
-
taxMode?: Maybe<
|
|
482
|
+
taxMode?: Maybe<TaxMode>;
|
|
479
483
|
variant?: Maybe<Scalars['String']['output']>;
|
|
480
484
|
};
|
|
481
|
-
export declare enum
|
|
485
|
+
export declare enum OrderChangeInput {
|
|
482
486
|
AddDelivery = "addDelivery",
|
|
483
487
|
AddDiscountCode = "addDiscountCode",
|
|
484
488
|
AddItemShippingAddress = "addItemShippingAddress",
|
|
@@ -568,7 +572,7 @@ export type TPaymentChange = TChange & {
|
|
|
568
572
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
569
573
|
transaction?: Maybe<TTransaction>;
|
|
570
574
|
};
|
|
571
|
-
export declare enum
|
|
575
|
+
export declare enum PaymentChangeInput {
|
|
572
576
|
AddInterfaceInteraction = "addInterfaceInteraction",
|
|
573
577
|
AddTransaction = "addTransaction",
|
|
574
578
|
ChangeAmountPlanned = "changeAmountPlanned",
|
|
@@ -593,14 +597,14 @@ export type TPaymentLabel = {
|
|
|
593
597
|
amountPlanned?: Maybe<TAmountPlanned>;
|
|
594
598
|
key?: Maybe<Scalars['String']['output']>;
|
|
595
599
|
};
|
|
596
|
-
export declare enum
|
|
600
|
+
export declare enum ProductCatalogData {
|
|
597
601
|
Current = "current",
|
|
598
602
|
Staged = "staged"
|
|
599
603
|
}
|
|
600
604
|
export type TProductChange = TChange & {
|
|
601
605
|
__typename?: 'ProductChange';
|
|
602
606
|
asset?: Maybe<TAsset>;
|
|
603
|
-
catalogData?: Maybe<
|
|
607
|
+
catalogData?: Maybe<ProductCatalogData>;
|
|
604
608
|
category?: Maybe<TReference>;
|
|
605
609
|
change: Scalars['String']['output'];
|
|
606
610
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -610,7 +614,7 @@ export type TProductChange = TChange & {
|
|
|
610
614
|
priceId?: Maybe<Scalars['String']['output']>;
|
|
611
615
|
variant?: Maybe<Scalars['String']['output']>;
|
|
612
616
|
};
|
|
613
|
-
export declare enum
|
|
617
|
+
export declare enum ProductChangeInput {
|
|
614
618
|
AddAsset = "addAsset",
|
|
615
619
|
AddExternalImage = "addExternalImage",
|
|
616
620
|
AddPrice = "addPrice",
|
|
@@ -660,7 +664,7 @@ export type TProductDiscountChange = TChange & {
|
|
|
660
664
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
661
665
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
662
666
|
};
|
|
663
|
-
export declare enum
|
|
667
|
+
export declare enum ProductDiscountChangeInput {
|
|
664
668
|
ChangeIsActive = "changeIsActive",
|
|
665
669
|
ChangeName = "changeName",
|
|
666
670
|
ChangePredicate = "changePredicate",
|
|
@@ -672,11 +676,11 @@ export declare enum TProductDiscountChangeInput {
|
|
|
672
676
|
SetValidFromAndUntil = "setValidFromAndUntil",
|
|
673
677
|
SetValidUntil = "setValidUntil"
|
|
674
678
|
}
|
|
675
|
-
export declare enum
|
|
679
|
+
export declare enum ProductDiscountInternalChangesInput {
|
|
676
680
|
ExcludeAll = "excludeAll",
|
|
677
681
|
SetIsValid = "setIsValid"
|
|
678
682
|
}
|
|
679
|
-
export declare enum
|
|
683
|
+
export declare enum ProductInternalChangesInput {
|
|
680
684
|
ChangeReviewRatingStatistics = "changeReviewRatingStatistics",
|
|
681
685
|
ExcludeAll = "excludeAll",
|
|
682
686
|
SetVariantAvailability = "setVariantAvailability"
|
|
@@ -696,7 +700,7 @@ export type TProductSelectionChange = TChange & {
|
|
|
696
700
|
product?: Maybe<TReference>;
|
|
697
701
|
variantSelection?: Maybe<TProductVariantSelection>;
|
|
698
702
|
};
|
|
699
|
-
export declare enum
|
|
703
|
+
export declare enum ProductSelectionChangeInput {
|
|
700
704
|
AddProduct = "addProduct",
|
|
701
705
|
ChangeName = "changeName",
|
|
702
706
|
ExcludeProduct = "excludeProduct",
|
|
@@ -716,7 +720,7 @@ export type TProductTypeChange = TChange & {
|
|
|
716
720
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
717
721
|
valueKey?: Maybe<Scalars['String']['output']>;
|
|
718
722
|
};
|
|
719
|
-
export declare enum
|
|
723
|
+
export declare enum ProductTypeChangeInput {
|
|
720
724
|
AddAttributeDefinition = "addAttributeDefinition",
|
|
721
725
|
AddLocalizedEnumValue = "addLocalizedEnumValue",
|
|
722
726
|
AddPlainEnumValue = "addPlainEnumValue",
|
|
@@ -741,7 +745,7 @@ export type TProductVariantSelection = {
|
|
|
741
745
|
skus?: Maybe<Array<Scalars['String']['output']>>;
|
|
742
746
|
type?: Maybe<Scalars['String']['output']>;
|
|
743
747
|
};
|
|
744
|
-
export declare enum
|
|
748
|
+
export declare enum ProductVariantSelectionEnumType {
|
|
745
749
|
Exclusion = "exclusion",
|
|
746
750
|
Inclusion = "inclusion"
|
|
747
751
|
}
|
|
@@ -798,7 +802,7 @@ export type TQuery = {
|
|
|
798
802
|
stores: TChangeHistoryQueryResults;
|
|
799
803
|
taxCategories: TChangeHistoryQueryResults;
|
|
800
804
|
taxCategory: TChangeHistoryQueryResults;
|
|
801
|
-
tier:
|
|
805
|
+
tier: TierLevels;
|
|
802
806
|
type: TChangeHistoryQueryResults;
|
|
803
807
|
types: TChangeHistoryQueryResults;
|
|
804
808
|
zone: TChangeHistoryQueryResults;
|
|
@@ -808,7 +812,7 @@ export type TQuery_AllUsersOfOrganizationArgs = {
|
|
|
808
812
|
organizationId: Scalars['String']['input'];
|
|
809
813
|
};
|
|
810
814
|
export type TQuery_AssociateRoleArgs = {
|
|
811
|
-
changes?: InputMaybe<Array<
|
|
815
|
+
changes?: InputMaybe<Array<AssociateRoleChangeInput>>;
|
|
812
816
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
813
817
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
814
818
|
date?: InputMaybe<TDateRange>;
|
|
@@ -816,13 +820,13 @@ export type TQuery_AssociateRoleArgs = {
|
|
|
816
820
|
id: Scalars['String']['input'];
|
|
817
821
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
818
822
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
819
|
-
source?: InputMaybe<
|
|
823
|
+
source?: InputMaybe<Source>;
|
|
820
824
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
821
|
-
type?: InputMaybe<
|
|
825
|
+
type?: InputMaybe<Type>;
|
|
822
826
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
823
827
|
};
|
|
824
828
|
export type TQuery_AssociateRolesArgs = {
|
|
825
|
-
changes?: InputMaybe<Array<
|
|
829
|
+
changes?: InputMaybe<Array<AssociateRoleChangeInput>>;
|
|
826
830
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
827
831
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
828
832
|
date?: InputMaybe<TDateRange>;
|
|
@@ -830,14 +834,14 @@ export type TQuery_AssociateRolesArgs = {
|
|
|
830
834
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
831
835
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
832
836
|
resourceKey?: InputMaybe<Scalars['String']['input']>;
|
|
833
|
-
source?: InputMaybe<
|
|
837
|
+
source?: InputMaybe<Source>;
|
|
834
838
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
835
|
-
type?: InputMaybe<
|
|
839
|
+
type?: InputMaybe<Type>;
|
|
836
840
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
837
841
|
};
|
|
838
842
|
export type TQuery_BusinessUnitArgs = {
|
|
839
843
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
840
|
-
changes?: InputMaybe<Array<
|
|
844
|
+
changes?: InputMaybe<Array<BusinessUnitChangeInput>>;
|
|
841
845
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
842
846
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
843
847
|
date?: InputMaybe<TDateRange>;
|
|
@@ -845,14 +849,14 @@ export type TQuery_BusinessUnitArgs = {
|
|
|
845
849
|
id: Scalars['String']['input'];
|
|
846
850
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
847
851
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
848
|
-
source?: InputMaybe<
|
|
852
|
+
source?: InputMaybe<Source>;
|
|
849
853
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
850
|
-
type?: InputMaybe<
|
|
854
|
+
type?: InputMaybe<Type>;
|
|
851
855
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
852
856
|
};
|
|
853
857
|
export type TQuery_BusinessUnitsArgs = {
|
|
854
858
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
855
|
-
changes?: InputMaybe<Array<
|
|
859
|
+
changes?: InputMaybe<Array<BusinessUnitChangeInput>>;
|
|
856
860
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
857
861
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
858
862
|
date?: InputMaybe<TDateRange>;
|
|
@@ -860,13 +864,13 @@ export type TQuery_BusinessUnitsArgs = {
|
|
|
860
864
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
861
865
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
862
866
|
resourceKey?: InputMaybe<Scalars['String']['input']>;
|
|
863
|
-
source?: InputMaybe<
|
|
867
|
+
source?: InputMaybe<Source>;
|
|
864
868
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
865
|
-
type?: InputMaybe<
|
|
869
|
+
type?: InputMaybe<Type>;
|
|
866
870
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
867
871
|
};
|
|
868
872
|
export type TQuery_CartDiscountArgs = {
|
|
869
|
-
changes?: InputMaybe<Array<
|
|
873
|
+
changes?: InputMaybe<Array<CartDiscountChangeInput>>;
|
|
870
874
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
871
875
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
872
876
|
date?: InputMaybe<TDateRange>;
|
|
@@ -874,39 +878,39 @@ export type TQuery_CartDiscountArgs = {
|
|
|
874
878
|
id: Scalars['String']['input'];
|
|
875
879
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
876
880
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
877
|
-
source?: InputMaybe<
|
|
881
|
+
source?: InputMaybe<Source>;
|
|
878
882
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
879
|
-
type?: InputMaybe<
|
|
883
|
+
type?: InputMaybe<Type>;
|
|
880
884
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
881
885
|
};
|
|
882
886
|
export type TQuery_CartDiscountsArgs = {
|
|
883
|
-
changes?: InputMaybe<Array<
|
|
887
|
+
changes?: InputMaybe<Array<CartDiscountChangeInput>>;
|
|
884
888
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
885
889
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
886
890
|
date?: InputMaybe<TDateRange>;
|
|
887
891
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
888
892
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
889
893
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
890
|
-
source?: InputMaybe<
|
|
894
|
+
source?: InputMaybe<Source>;
|
|
891
895
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
892
|
-
type?: InputMaybe<
|
|
896
|
+
type?: InputMaybe<Type>;
|
|
893
897
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
894
898
|
};
|
|
895
899
|
export type TQuery_CategoriesArgs = {
|
|
896
|
-
changes?: InputMaybe<Array<
|
|
900
|
+
changes?: InputMaybe<Array<CategoryChangeInput>>;
|
|
897
901
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
898
902
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
899
903
|
date?: InputMaybe<TDateRange>;
|
|
900
904
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
901
905
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
902
906
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
903
|
-
source?: InputMaybe<
|
|
907
|
+
source?: InputMaybe<Source>;
|
|
904
908
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
905
|
-
type?: InputMaybe<
|
|
909
|
+
type?: InputMaybe<Type>;
|
|
906
910
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
907
911
|
};
|
|
908
912
|
export type TQuery_CategoryArgs = {
|
|
909
|
-
changes?: InputMaybe<Array<
|
|
913
|
+
changes?: InputMaybe<Array<CategoryChangeInput>>;
|
|
910
914
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
911
915
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
912
916
|
date?: InputMaybe<TDateRange>;
|
|
@@ -914,32 +918,32 @@ export type TQuery_CategoryArgs = {
|
|
|
914
918
|
id: Scalars['String']['input'];
|
|
915
919
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
916
920
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
917
|
-
source?: InputMaybe<
|
|
921
|
+
source?: InputMaybe<Source>;
|
|
918
922
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
919
|
-
type?: InputMaybe<
|
|
923
|
+
type?: InputMaybe<Type>;
|
|
920
924
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
921
925
|
};
|
|
922
926
|
export type TQuery_ChangeHistoryArgs = {
|
|
923
927
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
924
928
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
925
|
-
changes?: InputMaybe<Array<
|
|
929
|
+
changes?: InputMaybe<Array<ResourceChangeInput>>;
|
|
926
930
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
927
931
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
928
932
|
date?: InputMaybe<TDateRange>;
|
|
929
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
933
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<ExcludePlatformInitiatedChangesInput>>;
|
|
930
934
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
931
935
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
932
936
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
933
937
|
resourceId?: InputMaybe<Scalars['String']['input']>;
|
|
934
938
|
resourceKey?: InputMaybe<Scalars['String']['input']>;
|
|
935
|
-
resourceTypes?: InputMaybe<Array<
|
|
936
|
-
source?: InputMaybe<
|
|
939
|
+
resourceTypes?: InputMaybe<Array<ResourceTypes>>;
|
|
940
|
+
source?: InputMaybe<Source>;
|
|
937
941
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
938
|
-
type?: InputMaybe<
|
|
942
|
+
type?: InputMaybe<Type>;
|
|
939
943
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
940
944
|
};
|
|
941
945
|
export type TQuery_ChannelArgs = {
|
|
942
|
-
changes?: InputMaybe<Array<
|
|
946
|
+
changes?: InputMaybe<Array<ChannelChangeInput>>;
|
|
943
947
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
944
948
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
945
949
|
date?: InputMaybe<TDateRange>;
|
|
@@ -947,26 +951,26 @@ export type TQuery_ChannelArgs = {
|
|
|
947
951
|
id: Scalars['String']['input'];
|
|
948
952
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
949
953
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
950
|
-
source?: InputMaybe<
|
|
954
|
+
source?: InputMaybe<Source>;
|
|
951
955
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
952
|
-
type?: InputMaybe<
|
|
956
|
+
type?: InputMaybe<Type>;
|
|
953
957
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
954
958
|
};
|
|
955
959
|
export type TQuery_ChannelsArgs = {
|
|
956
|
-
changes?: InputMaybe<Array<
|
|
960
|
+
changes?: InputMaybe<Array<ChannelChangeInput>>;
|
|
957
961
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
958
962
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
959
963
|
date?: InputMaybe<TDateRange>;
|
|
960
964
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
961
965
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
962
966
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
963
|
-
source?: InputMaybe<
|
|
967
|
+
source?: InputMaybe<Source>;
|
|
964
968
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
965
|
-
type?: InputMaybe<
|
|
969
|
+
type?: InputMaybe<Type>;
|
|
966
970
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
967
971
|
};
|
|
968
972
|
export type TQuery_CustomObjectArgs = {
|
|
969
|
-
changes?: InputMaybe<Array<
|
|
973
|
+
changes?: InputMaybe<Array<CustomObjectChangeInput>>;
|
|
970
974
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
971
975
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
972
976
|
date?: InputMaybe<TDateRange>;
|
|
@@ -974,26 +978,26 @@ export type TQuery_CustomObjectArgs = {
|
|
|
974
978
|
id: Scalars['String']['input'];
|
|
975
979
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
976
980
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
977
|
-
source?: InputMaybe<
|
|
981
|
+
source?: InputMaybe<Source>;
|
|
978
982
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
979
|
-
type?: InputMaybe<
|
|
983
|
+
type?: InputMaybe<Type>;
|
|
980
984
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
981
985
|
};
|
|
982
986
|
export type TQuery_CustomObjectsArgs = {
|
|
983
|
-
changes?: InputMaybe<Array<
|
|
987
|
+
changes?: InputMaybe<Array<CustomObjectChangeInput>>;
|
|
984
988
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
985
989
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
986
990
|
date?: InputMaybe<TDateRange>;
|
|
987
991
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
988
992
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
989
993
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
990
|
-
source?: InputMaybe<
|
|
994
|
+
source?: InputMaybe<Source>;
|
|
991
995
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
992
|
-
type?: InputMaybe<
|
|
996
|
+
type?: InputMaybe<Type>;
|
|
993
997
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
994
998
|
};
|
|
995
999
|
export type TQuery_CustomerArgs = {
|
|
996
|
-
changes?: InputMaybe<Array<
|
|
1000
|
+
changes?: InputMaybe<Array<CustomerChangeInput>>;
|
|
997
1001
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
998
1002
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
999
1003
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1001,13 +1005,13 @@ export type TQuery_CustomerArgs = {
|
|
|
1001
1005
|
id: Scalars['String']['input'];
|
|
1002
1006
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1003
1007
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1004
|
-
source?: InputMaybe<
|
|
1008
|
+
source?: InputMaybe<Source>;
|
|
1005
1009
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1006
|
-
type?: InputMaybe<
|
|
1010
|
+
type?: InputMaybe<Type>;
|
|
1007
1011
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1008
1012
|
};
|
|
1009
1013
|
export type TQuery_CustomerGroupArgs = {
|
|
1010
|
-
changes?: InputMaybe<Array<
|
|
1014
|
+
changes?: InputMaybe<Array<CustomerGroupChangeInput>>;
|
|
1011
1015
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1012
1016
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1013
1017
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1015,82 +1019,82 @@ export type TQuery_CustomerGroupArgs = {
|
|
|
1015
1019
|
id: Scalars['String']['input'];
|
|
1016
1020
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1017
1021
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1018
|
-
source?: InputMaybe<
|
|
1022
|
+
source?: InputMaybe<Source>;
|
|
1019
1023
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1020
|
-
type?: InputMaybe<
|
|
1024
|
+
type?: InputMaybe<Type>;
|
|
1021
1025
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1022
1026
|
};
|
|
1023
1027
|
export type TQuery_CustomerGroupsArgs = {
|
|
1024
|
-
changes?: InputMaybe<Array<
|
|
1028
|
+
changes?: InputMaybe<Array<CustomerGroupChangeInput>>;
|
|
1025
1029
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1026
1030
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1027
1031
|
date?: InputMaybe<TDateRange>;
|
|
1028
1032
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1029
1033
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1030
1034
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1031
|
-
source?: InputMaybe<
|
|
1035
|
+
source?: InputMaybe<Source>;
|
|
1032
1036
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1033
|
-
type?: InputMaybe<
|
|
1037
|
+
type?: InputMaybe<Type>;
|
|
1034
1038
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1035
1039
|
};
|
|
1036
1040
|
export type TQuery_CustomersArgs = {
|
|
1037
1041
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
1038
|
-
changes?: InputMaybe<Array<
|
|
1042
|
+
changes?: InputMaybe<Array<CustomerChangeInput>>;
|
|
1039
1043
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1040
1044
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1041
1045
|
date?: InputMaybe<TDateRange>;
|
|
1042
1046
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1043
1047
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1044
1048
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1045
|
-
source?: InputMaybe<
|
|
1049
|
+
source?: InputMaybe<Source>;
|
|
1046
1050
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1047
|
-
type?: InputMaybe<
|
|
1051
|
+
type?: InputMaybe<Type>;
|
|
1048
1052
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1049
1053
|
};
|
|
1050
1054
|
export type TQuery_DiscountCodeArgs = {
|
|
1051
|
-
changes?: InputMaybe<Array<
|
|
1055
|
+
changes?: InputMaybe<Array<DiscountCodeChangeInput>>;
|
|
1052
1056
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1053
1057
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1054
1058
|
date?: InputMaybe<TDateRange>;
|
|
1055
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
1059
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<DiscountCodeInternalChangesInput>>;
|
|
1056
1060
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1057
1061
|
id: Scalars['String']['input'];
|
|
1058
1062
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1059
1063
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1060
|
-
source?: InputMaybe<
|
|
1064
|
+
source?: InputMaybe<Source>;
|
|
1061
1065
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1062
|
-
type?: InputMaybe<
|
|
1066
|
+
type?: InputMaybe<Type>;
|
|
1063
1067
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1064
1068
|
};
|
|
1065
1069
|
export type TQuery_DiscountCodesArgs = {
|
|
1066
|
-
changes?: InputMaybe<Array<
|
|
1070
|
+
changes?: InputMaybe<Array<DiscountCodeChangeInput>>;
|
|
1067
1071
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1068
1072
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1069
1073
|
date?: InputMaybe<TDateRange>;
|
|
1070
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
1074
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<DiscountCodeInternalChangesInput>>;
|
|
1071
1075
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1072
1076
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1073
1077
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1074
|
-
source?: InputMaybe<
|
|
1078
|
+
source?: InputMaybe<Source>;
|
|
1075
1079
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1076
|
-
type?: InputMaybe<
|
|
1080
|
+
type?: InputMaybe<Type>;
|
|
1077
1081
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1078
1082
|
};
|
|
1079
1083
|
export type TQuery_InventoryEntriesArgs = {
|
|
1080
|
-
changes?: InputMaybe<Array<
|
|
1084
|
+
changes?: InputMaybe<Array<InventoryEntryChangeInput>>;
|
|
1081
1085
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1082
1086
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1083
1087
|
date?: InputMaybe<TDateRange>;
|
|
1084
1088
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1085
1089
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1086
1090
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1087
|
-
source?: InputMaybe<
|
|
1091
|
+
source?: InputMaybe<Source>;
|
|
1088
1092
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1089
|
-
type?: InputMaybe<
|
|
1093
|
+
type?: InputMaybe<Type>;
|
|
1090
1094
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1091
1095
|
};
|
|
1092
1096
|
export type TQuery_InventoryEntryArgs = {
|
|
1093
|
-
changes?: InputMaybe<Array<
|
|
1097
|
+
changes?: InputMaybe<Array<InventoryEntryChangeInput>>;
|
|
1094
1098
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1095
1099
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1096
1100
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1098,14 +1102,14 @@ export type TQuery_InventoryEntryArgs = {
|
|
|
1098
1102
|
id: Scalars['String']['input'];
|
|
1099
1103
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1100
1104
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1101
|
-
source?: InputMaybe<
|
|
1105
|
+
source?: InputMaybe<Source>;
|
|
1102
1106
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1103
|
-
type?: InputMaybe<
|
|
1107
|
+
type?: InputMaybe<Type>;
|
|
1104
1108
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1105
1109
|
};
|
|
1106
1110
|
export type TQuery_OrderArgs = {
|
|
1107
1111
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
1108
|
-
changes?: InputMaybe<Array<
|
|
1112
|
+
changes?: InputMaybe<Array<OrderChangeInput>>;
|
|
1109
1113
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1110
1114
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1111
1115
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1113,28 +1117,28 @@ export type TQuery_OrderArgs = {
|
|
|
1113
1117
|
id: Scalars['String']['input'];
|
|
1114
1118
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1115
1119
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1116
|
-
source?: InputMaybe<
|
|
1120
|
+
source?: InputMaybe<Source>;
|
|
1117
1121
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1118
|
-
type?: InputMaybe<
|
|
1122
|
+
type?: InputMaybe<Type>;
|
|
1119
1123
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1120
1124
|
};
|
|
1121
1125
|
export type TQuery_OrdersArgs = {
|
|
1122
1126
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
1123
1127
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
1124
|
-
changes?: InputMaybe<Array<
|
|
1128
|
+
changes?: InputMaybe<Array<OrderChangeInput>>;
|
|
1125
1129
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1126
1130
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1127
1131
|
date?: InputMaybe<TDateRange>;
|
|
1128
1132
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1129
1133
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1130
1134
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1131
|
-
source?: InputMaybe<
|
|
1135
|
+
source?: InputMaybe<Source>;
|
|
1132
1136
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1133
|
-
type?: InputMaybe<
|
|
1137
|
+
type?: InputMaybe<Type>;
|
|
1134
1138
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1135
1139
|
};
|
|
1136
1140
|
export type TQuery_PaymentArgs = {
|
|
1137
|
-
changes?: InputMaybe<Array<
|
|
1141
|
+
changes?: InputMaybe<Array<PaymentChangeInput>>;
|
|
1138
1142
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1139
1143
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1140
1144
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1142,70 +1146,70 @@ export type TQuery_PaymentArgs = {
|
|
|
1142
1146
|
id: Scalars['String']['input'];
|
|
1143
1147
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1144
1148
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1145
|
-
source?: InputMaybe<
|
|
1149
|
+
source?: InputMaybe<Source>;
|
|
1146
1150
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1147
|
-
type?: InputMaybe<
|
|
1151
|
+
type?: InputMaybe<Type>;
|
|
1148
1152
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1149
1153
|
};
|
|
1150
1154
|
export type TQuery_PaymentsArgs = {
|
|
1151
|
-
changes?: InputMaybe<Array<
|
|
1155
|
+
changes?: InputMaybe<Array<PaymentChangeInput>>;
|
|
1152
1156
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1153
1157
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1154
1158
|
date?: InputMaybe<TDateRange>;
|
|
1155
1159
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1156
1160
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1157
1161
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1158
|
-
source?: InputMaybe<
|
|
1162
|
+
source?: InputMaybe<Source>;
|
|
1159
1163
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1160
|
-
type?: InputMaybe<
|
|
1164
|
+
type?: InputMaybe<Type>;
|
|
1161
1165
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1162
1166
|
};
|
|
1163
1167
|
export type TQuery_ProductArgs = {
|
|
1164
|
-
changes?: InputMaybe<Array<
|
|
1168
|
+
changes?: InputMaybe<Array<ProductChangeInput>>;
|
|
1165
1169
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1166
1170
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1167
1171
|
date?: InputMaybe<TDateRange>;
|
|
1168
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
1172
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<ProductInternalChangesInput>>;
|
|
1169
1173
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1170
1174
|
id: Scalars['String']['input'];
|
|
1171
1175
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1172
1176
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1173
|
-
source?: InputMaybe<
|
|
1177
|
+
source?: InputMaybe<Source>;
|
|
1174
1178
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1175
|
-
type?: InputMaybe<
|
|
1179
|
+
type?: InputMaybe<Type>;
|
|
1176
1180
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1177
1181
|
};
|
|
1178
1182
|
export type TQuery_ProductDiscountArgs = {
|
|
1179
|
-
changes?: InputMaybe<Array<
|
|
1183
|
+
changes?: InputMaybe<Array<ProductDiscountChangeInput>>;
|
|
1180
1184
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1181
1185
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1182
1186
|
date?: InputMaybe<TDateRange>;
|
|
1183
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
1187
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<ProductDiscountInternalChangesInput>>;
|
|
1184
1188
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1185
1189
|
id: Scalars['String']['input'];
|
|
1186
1190
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1187
1191
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1188
|
-
source?: InputMaybe<
|
|
1192
|
+
source?: InputMaybe<Source>;
|
|
1189
1193
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1190
|
-
type?: InputMaybe<
|
|
1194
|
+
type?: InputMaybe<Type>;
|
|
1191
1195
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1192
1196
|
};
|
|
1193
1197
|
export type TQuery_ProductDiscountsArgs = {
|
|
1194
|
-
changes?: InputMaybe<Array<
|
|
1198
|
+
changes?: InputMaybe<Array<ProductDiscountChangeInput>>;
|
|
1195
1199
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1196
1200
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1197
1201
|
date?: InputMaybe<TDateRange>;
|
|
1198
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
1202
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<ProductDiscountInternalChangesInput>>;
|
|
1199
1203
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1200
1204
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1201
1205
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1202
|
-
source?: InputMaybe<
|
|
1206
|
+
source?: InputMaybe<Source>;
|
|
1203
1207
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1204
|
-
type?: InputMaybe<
|
|
1208
|
+
type?: InputMaybe<Type>;
|
|
1205
1209
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1206
1210
|
};
|
|
1207
1211
|
export type TQuery_ProductSelectionArgs = {
|
|
1208
|
-
changes?: InputMaybe<Array<
|
|
1212
|
+
changes?: InputMaybe<Array<ProductSelectionChangeInput>>;
|
|
1209
1213
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1210
1214
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1211
1215
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1213,26 +1217,26 @@ export type TQuery_ProductSelectionArgs = {
|
|
|
1213
1217
|
id: Scalars['String']['input'];
|
|
1214
1218
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1215
1219
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1216
|
-
source?: InputMaybe<
|
|
1220
|
+
source?: InputMaybe<Source>;
|
|
1217
1221
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1218
|
-
type?: InputMaybe<
|
|
1222
|
+
type?: InputMaybe<Type>;
|
|
1219
1223
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1220
1224
|
};
|
|
1221
1225
|
export type TQuery_ProductSelectionsArgs = {
|
|
1222
|
-
changes?: InputMaybe<Array<
|
|
1226
|
+
changes?: InputMaybe<Array<ProductSelectionChangeInput>>;
|
|
1223
1227
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1224
1228
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1225
1229
|
date?: InputMaybe<TDateRange>;
|
|
1226
1230
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1227
1231
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1228
1232
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1229
|
-
source?: InputMaybe<
|
|
1233
|
+
source?: InputMaybe<Source>;
|
|
1230
1234
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1231
|
-
type?: InputMaybe<
|
|
1235
|
+
type?: InputMaybe<Type>;
|
|
1232
1236
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1233
1237
|
};
|
|
1234
1238
|
export type TQuery_ProductTypeArgs = {
|
|
1235
|
-
changes?: InputMaybe<Array<
|
|
1239
|
+
changes?: InputMaybe<Array<ProductTypeChangeInput>>;
|
|
1236
1240
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1237
1241
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1238
1242
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1240,43 +1244,43 @@ export type TQuery_ProductTypeArgs = {
|
|
|
1240
1244
|
id: Scalars['String']['input'];
|
|
1241
1245
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1242
1246
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1243
|
-
source?: InputMaybe<
|
|
1247
|
+
source?: InputMaybe<Source>;
|
|
1244
1248
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1245
|
-
type?: InputMaybe<
|
|
1249
|
+
type?: InputMaybe<Type>;
|
|
1246
1250
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1247
1251
|
};
|
|
1248
1252
|
export type TQuery_ProductTypesArgs = {
|
|
1249
|
-
changes?: InputMaybe<Array<
|
|
1253
|
+
changes?: InputMaybe<Array<ProductTypeChangeInput>>;
|
|
1250
1254
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1251
1255
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1252
1256
|
date?: InputMaybe<TDateRange>;
|
|
1253
1257
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1254
1258
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1255
1259
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1256
|
-
source?: InputMaybe<
|
|
1260
|
+
source?: InputMaybe<Source>;
|
|
1257
1261
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1258
|
-
type?: InputMaybe<
|
|
1262
|
+
type?: InputMaybe<Type>;
|
|
1259
1263
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1260
1264
|
};
|
|
1261
1265
|
export type TQuery_ProductsArgs = {
|
|
1262
|
-
changes?: InputMaybe<Array<
|
|
1266
|
+
changes?: InputMaybe<Array<ProductChangeInput>>;
|
|
1263
1267
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1264
1268
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1265
1269
|
date?: InputMaybe<TDateRange>;
|
|
1266
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
1270
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<ProductInternalChangesInput>>;
|
|
1267
1271
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1268
1272
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1269
1273
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1270
1274
|
resourceKey?: InputMaybe<Scalars['String']['input']>;
|
|
1271
|
-
source?: InputMaybe<
|
|
1275
|
+
source?: InputMaybe<Source>;
|
|
1272
1276
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1273
|
-
type?: InputMaybe<
|
|
1277
|
+
type?: InputMaybe<Type>;
|
|
1274
1278
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1275
1279
|
};
|
|
1276
1280
|
export type TQuery_QuoteArgs = {
|
|
1277
1281
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
1278
1282
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
1279
|
-
changes?: InputMaybe<Array<
|
|
1283
|
+
changes?: InputMaybe<Array<QuoteChangeInput>>;
|
|
1280
1284
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1281
1285
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1282
1286
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1284,15 +1288,15 @@ export type TQuery_QuoteArgs = {
|
|
|
1284
1288
|
id: Scalars['String']['input'];
|
|
1285
1289
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1286
1290
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1287
|
-
source?: InputMaybe<
|
|
1291
|
+
source?: InputMaybe<Source>;
|
|
1288
1292
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1289
|
-
type?: InputMaybe<
|
|
1293
|
+
type?: InputMaybe<Type>;
|
|
1290
1294
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1291
1295
|
};
|
|
1292
1296
|
export type TQuery_QuoteRequestArgs = {
|
|
1293
1297
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
1294
1298
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
1295
|
-
changes?: InputMaybe<Array<
|
|
1299
|
+
changes?: InputMaybe<Array<QuoteRequestChangeInput>>;
|
|
1296
1300
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1297
1301
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1298
1302
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1300,43 +1304,43 @@ export type TQuery_QuoteRequestArgs = {
|
|
|
1300
1304
|
id: Scalars['String']['input'];
|
|
1301
1305
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1302
1306
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1303
|
-
source?: InputMaybe<
|
|
1307
|
+
source?: InputMaybe<Source>;
|
|
1304
1308
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1305
|
-
type?: InputMaybe<
|
|
1309
|
+
type?: InputMaybe<Type>;
|
|
1306
1310
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1307
1311
|
};
|
|
1308
1312
|
export type TQuery_QuoteRequestsArgs = {
|
|
1309
1313
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
1310
1314
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
1311
|
-
changes?: InputMaybe<Array<
|
|
1315
|
+
changes?: InputMaybe<Array<QuoteRequestChangeInput>>;
|
|
1312
1316
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1313
1317
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1314
1318
|
date?: InputMaybe<TDateRange>;
|
|
1315
1319
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1316
1320
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1317
1321
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1318
|
-
source?: InputMaybe<
|
|
1322
|
+
source?: InputMaybe<Source>;
|
|
1319
1323
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1320
|
-
type?: InputMaybe<
|
|
1324
|
+
type?: InputMaybe<Type>;
|
|
1321
1325
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1322
1326
|
};
|
|
1323
1327
|
export type TQuery_QuotesArgs = {
|
|
1324
1328
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
1325
1329
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
1326
|
-
changes?: InputMaybe<Array<
|
|
1330
|
+
changes?: InputMaybe<Array<QuoteChangeInput>>;
|
|
1327
1331
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1328
1332
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1329
1333
|
date?: InputMaybe<TDateRange>;
|
|
1330
1334
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1331
1335
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1332
1336
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1333
|
-
source?: InputMaybe<
|
|
1337
|
+
source?: InputMaybe<Source>;
|
|
1334
1338
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1335
|
-
type?: InputMaybe<
|
|
1339
|
+
type?: InputMaybe<Type>;
|
|
1336
1340
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1337
1341
|
};
|
|
1338
1342
|
export type TQuery_ReviewArgs = {
|
|
1339
|
-
changes?: InputMaybe<Array<
|
|
1343
|
+
changes?: InputMaybe<Array<ReviewChangeInput>>;
|
|
1340
1344
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1341
1345
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1342
1346
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1344,55 +1348,55 @@ export type TQuery_ReviewArgs = {
|
|
|
1344
1348
|
id: Scalars['String']['input'];
|
|
1345
1349
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1346
1350
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1347
|
-
source?: InputMaybe<
|
|
1351
|
+
source?: InputMaybe<Source>;
|
|
1348
1352
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1349
|
-
type?: InputMaybe<
|
|
1353
|
+
type?: InputMaybe<Type>;
|
|
1350
1354
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1351
1355
|
};
|
|
1352
1356
|
export type TQuery_ReviewsArgs = {
|
|
1353
|
-
changes?: InputMaybe<Array<
|
|
1357
|
+
changes?: InputMaybe<Array<ReviewChangeInput>>;
|
|
1354
1358
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1355
1359
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1356
1360
|
date?: InputMaybe<TDateRange>;
|
|
1357
1361
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1358
1362
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1359
1363
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1360
|
-
source?: InputMaybe<
|
|
1364
|
+
source?: InputMaybe<Source>;
|
|
1361
1365
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1362
|
-
type?: InputMaybe<
|
|
1366
|
+
type?: InputMaybe<Type>;
|
|
1363
1367
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1364
1368
|
};
|
|
1365
1369
|
export type TQuery_ShoppingListArgs = {
|
|
1366
|
-
changes?: InputMaybe<Array<
|
|
1370
|
+
changes?: InputMaybe<Array<ShoppingListChangeInput>>;
|
|
1367
1371
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1368
1372
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1369
1373
|
date?: InputMaybe<TDateRange>;
|
|
1370
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
1374
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<ShoppingListInternalChangesInput>>;
|
|
1371
1375
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1372
1376
|
id: Scalars['String']['input'];
|
|
1373
1377
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1374
1378
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1375
|
-
source?: InputMaybe<
|
|
1379
|
+
source?: InputMaybe<Source>;
|
|
1376
1380
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1377
|
-
type?: InputMaybe<
|
|
1381
|
+
type?: InputMaybe<Type>;
|
|
1378
1382
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1379
1383
|
};
|
|
1380
1384
|
export type TQuery_ShoppingListsArgs = {
|
|
1381
|
-
changes?: InputMaybe<Array<
|
|
1385
|
+
changes?: InputMaybe<Array<ShoppingListChangeInput>>;
|
|
1382
1386
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1383
1387
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1384
1388
|
date?: InputMaybe<TDateRange>;
|
|
1385
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
1389
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<ShoppingListInternalChangesInput>>;
|
|
1386
1390
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1387
1391
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1388
1392
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1389
|
-
source?: InputMaybe<
|
|
1393
|
+
source?: InputMaybe<Source>;
|
|
1390
1394
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1391
|
-
type?: InputMaybe<
|
|
1395
|
+
type?: InputMaybe<Type>;
|
|
1392
1396
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1393
1397
|
};
|
|
1394
1398
|
export type TQuery_StagedQuoteArgs = {
|
|
1395
|
-
changes?: InputMaybe<Array<
|
|
1399
|
+
changes?: InputMaybe<Array<StagedQuoteChangeInput>>;
|
|
1396
1400
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1397
1401
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1398
1402
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1400,26 +1404,26 @@ export type TQuery_StagedQuoteArgs = {
|
|
|
1400
1404
|
id: Scalars['String']['input'];
|
|
1401
1405
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1402
1406
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1403
|
-
source?: InputMaybe<
|
|
1407
|
+
source?: InputMaybe<Source>;
|
|
1404
1408
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1405
|
-
type?: InputMaybe<
|
|
1409
|
+
type?: InputMaybe<Type>;
|
|
1406
1410
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1407
1411
|
};
|
|
1408
1412
|
export type TQuery_StagedQuotesArgs = {
|
|
1409
|
-
changes?: InputMaybe<Array<
|
|
1413
|
+
changes?: InputMaybe<Array<StagedQuoteChangeInput>>;
|
|
1410
1414
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1411
1415
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1412
1416
|
date?: InputMaybe<TDateRange>;
|
|
1413
1417
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1414
1418
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1415
1419
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1416
|
-
source?: InputMaybe<
|
|
1420
|
+
source?: InputMaybe<Source>;
|
|
1417
1421
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1418
|
-
type?: InputMaybe<
|
|
1422
|
+
type?: InputMaybe<Type>;
|
|
1419
1423
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1420
1424
|
};
|
|
1421
1425
|
export type TQuery_StateArgs = {
|
|
1422
|
-
changes?: InputMaybe<Array<
|
|
1426
|
+
changes?: InputMaybe<Array<StateChangeInput>>;
|
|
1423
1427
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1424
1428
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1425
1429
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1427,26 +1431,26 @@ export type TQuery_StateArgs = {
|
|
|
1427
1431
|
id: Scalars['String']['input'];
|
|
1428
1432
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1429
1433
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1430
|
-
source?: InputMaybe<
|
|
1434
|
+
source?: InputMaybe<Source>;
|
|
1431
1435
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1432
|
-
type?: InputMaybe<
|
|
1436
|
+
type?: InputMaybe<Type>;
|
|
1433
1437
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1434
1438
|
};
|
|
1435
1439
|
export type TQuery_StatesArgs = {
|
|
1436
|
-
changes?: InputMaybe<Array<
|
|
1440
|
+
changes?: InputMaybe<Array<StateChangeInput>>;
|
|
1437
1441
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1438
1442
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1439
1443
|
date?: InputMaybe<TDateRange>;
|
|
1440
1444
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1441
1445
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1442
1446
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1443
|
-
source?: InputMaybe<
|
|
1447
|
+
source?: InputMaybe<Source>;
|
|
1444
1448
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1445
|
-
type?: InputMaybe<
|
|
1449
|
+
type?: InputMaybe<Type>;
|
|
1446
1450
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1447
1451
|
};
|
|
1448
1452
|
export type TQuery_StoreArgs = {
|
|
1449
|
-
changes?: InputMaybe<Array<
|
|
1453
|
+
changes?: InputMaybe<Array<StoreChangeInput>>;
|
|
1450
1454
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1451
1455
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1452
1456
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1454,13 +1458,13 @@ export type TQuery_StoreArgs = {
|
|
|
1454
1458
|
id: Scalars['String']['input'];
|
|
1455
1459
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1456
1460
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1457
|
-
source?: InputMaybe<
|
|
1461
|
+
source?: InputMaybe<Source>;
|
|
1458
1462
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1459
|
-
type?: InputMaybe<
|
|
1463
|
+
type?: InputMaybe<Type>;
|
|
1460
1464
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1461
1465
|
};
|
|
1462
1466
|
export type TQuery_StoresArgs = {
|
|
1463
|
-
changes?: InputMaybe<Array<
|
|
1467
|
+
changes?: InputMaybe<Array<StoreChangeInput>>;
|
|
1464
1468
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1465
1469
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1466
1470
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1468,26 +1472,26 @@ export type TQuery_StoresArgs = {
|
|
|
1468
1472
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1469
1473
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1470
1474
|
resourceKey?: InputMaybe<Scalars['String']['input']>;
|
|
1471
|
-
source?: InputMaybe<
|
|
1475
|
+
source?: InputMaybe<Source>;
|
|
1472
1476
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1473
|
-
type?: InputMaybe<
|
|
1477
|
+
type?: InputMaybe<Type>;
|
|
1474
1478
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1475
1479
|
};
|
|
1476
1480
|
export type TQuery_TaxCategoriesArgs = {
|
|
1477
|
-
changes?: InputMaybe<Array<
|
|
1481
|
+
changes?: InputMaybe<Array<TaxCategoryChangeInput>>;
|
|
1478
1482
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1479
1483
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1480
1484
|
date?: InputMaybe<TDateRange>;
|
|
1481
1485
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1482
1486
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1483
1487
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1484
|
-
source?: InputMaybe<
|
|
1488
|
+
source?: InputMaybe<Source>;
|
|
1485
1489
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1486
|
-
type?: InputMaybe<
|
|
1490
|
+
type?: InputMaybe<Type>;
|
|
1487
1491
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1488
1492
|
};
|
|
1489
1493
|
export type TQuery_TaxCategoryArgs = {
|
|
1490
|
-
changes?: InputMaybe<Array<
|
|
1494
|
+
changes?: InputMaybe<Array<TaxCategoryChangeInput>>;
|
|
1491
1495
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1492
1496
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1493
1497
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1495,13 +1499,13 @@ export type TQuery_TaxCategoryArgs = {
|
|
|
1495
1499
|
id: Scalars['String']['input'];
|
|
1496
1500
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1497
1501
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1498
|
-
source?: InputMaybe<
|
|
1502
|
+
source?: InputMaybe<Source>;
|
|
1499
1503
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1500
|
-
type?: InputMaybe<
|
|
1504
|
+
type?: InputMaybe<Type>;
|
|
1501
1505
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1502
1506
|
};
|
|
1503
1507
|
export type TQuery_TypeArgs = {
|
|
1504
|
-
changes?: InputMaybe<Array<
|
|
1508
|
+
changes?: InputMaybe<Array<TypeChangeInput>>;
|
|
1505
1509
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1506
1510
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1507
1511
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1509,26 +1513,26 @@ export type TQuery_TypeArgs = {
|
|
|
1509
1513
|
id: Scalars['String']['input'];
|
|
1510
1514
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1511
1515
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1512
|
-
source?: InputMaybe<
|
|
1516
|
+
source?: InputMaybe<Source>;
|
|
1513
1517
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1514
|
-
type?: InputMaybe<
|
|
1518
|
+
type?: InputMaybe<Type>;
|
|
1515
1519
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1516
1520
|
};
|
|
1517
1521
|
export type TQuery_TypesArgs = {
|
|
1518
|
-
changes?: InputMaybe<Array<
|
|
1522
|
+
changes?: InputMaybe<Array<TypeChangeInput>>;
|
|
1519
1523
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1520
1524
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1521
1525
|
date?: InputMaybe<TDateRange>;
|
|
1522
1526
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1523
1527
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1524
1528
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1525
|
-
source?: InputMaybe<
|
|
1529
|
+
source?: InputMaybe<Source>;
|
|
1526
1530
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1527
|
-
type?: InputMaybe<
|
|
1531
|
+
type?: InputMaybe<Type>;
|
|
1528
1532
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1529
1533
|
};
|
|
1530
1534
|
export type TQuery_ZoneArgs = {
|
|
1531
|
-
changes?: InputMaybe<Array<
|
|
1535
|
+
changes?: InputMaybe<Array<ZoneChangeInput>>;
|
|
1532
1536
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1533
1537
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1534
1538
|
date?: InputMaybe<TDateRange>;
|
|
@@ -1536,22 +1540,22 @@ export type TQuery_ZoneArgs = {
|
|
|
1536
1540
|
id: Scalars['String']['input'];
|
|
1537
1541
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1538
1542
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1539
|
-
source?: InputMaybe<
|
|
1543
|
+
source?: InputMaybe<Source>;
|
|
1540
1544
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1541
|
-
type?: InputMaybe<
|
|
1545
|
+
type?: InputMaybe<Type>;
|
|
1542
1546
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1543
1547
|
};
|
|
1544
1548
|
export type TQuery_ZonesArgs = {
|
|
1545
|
-
changes?: InputMaybe<Array<
|
|
1549
|
+
changes?: InputMaybe<Array<ZoneChangeInput>>;
|
|
1546
1550
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
1547
1551
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
1548
1552
|
date?: InputMaybe<TDateRange>;
|
|
1549
1553
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1550
1554
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1551
1555
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1552
|
-
source?: InputMaybe<
|
|
1556
|
+
source?: InputMaybe<Source>;
|
|
1553
1557
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1554
|
-
type?: InputMaybe<
|
|
1558
|
+
type?: InputMaybe<Type>;
|
|
1555
1559
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1556
1560
|
};
|
|
1557
1561
|
export type TQuoteChange = TChange & {
|
|
@@ -1563,7 +1567,7 @@ export type TQuoteChange = TChange & {
|
|
|
1563
1567
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1564
1568
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1565
1569
|
};
|
|
1566
|
-
export declare enum
|
|
1570
|
+
export declare enum QuoteChangeInput {
|
|
1567
1571
|
ChangeCustomer = "changeCustomer",
|
|
1568
1572
|
ChangeQuoteState = "changeQuoteState",
|
|
1569
1573
|
RequestQuoteRenegotiation = "requestQuoteRenegotiation",
|
|
@@ -1585,7 +1589,7 @@ export type TQuoteRequestChange = TChange & {
|
|
|
1585
1589
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1586
1590
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1587
1591
|
};
|
|
1588
|
-
export declare enum
|
|
1592
|
+
export declare enum QuoteRequestChangeInput {
|
|
1589
1593
|
ChangeCustomer = "changeCustomer",
|
|
1590
1594
|
ChangeQuoteRequestState = "changeQuoteRequestState",
|
|
1591
1595
|
SetCustomField = "setCustomField",
|
|
@@ -1606,7 +1610,7 @@ export type TResource = {
|
|
|
1606
1610
|
id: Scalars['String']['output'];
|
|
1607
1611
|
typeId: Scalars['String']['output'];
|
|
1608
1612
|
};
|
|
1609
|
-
export declare enum
|
|
1613
|
+
export declare enum ResourceChangeInput {
|
|
1610
1614
|
AddAddress = "addAddress",
|
|
1611
1615
|
AddAsset = "addAsset",
|
|
1612
1616
|
AddAssociate = "addAssociate",
|
|
@@ -1880,7 +1884,7 @@ export type TResourceIdentifier = {
|
|
|
1880
1884
|
typeId: Scalars['String']['output'];
|
|
1881
1885
|
};
|
|
1882
1886
|
export type TResourceLabel = TAssociateRoleLabel | TBusinessUnitLabel | TCommonLabel | TCustomObjectLabel | TCustomerLabel | TLocalizedCommonLabel | TOrderLabel | TPaymentLabel | TProductLabel | TQuoteLabel | TQuoteRequestLabel | TReviewLabel | TStagedQuoteLabel | TStringLabel;
|
|
1883
|
-
export declare enum
|
|
1887
|
+
export declare enum ResourceTypes {
|
|
1884
1888
|
AssociateRole = "AssociateRole",
|
|
1885
1889
|
BusinessUnit = "BusinessUnit",
|
|
1886
1890
|
CartDiscount = "CartDiscount",
|
|
@@ -1916,7 +1920,7 @@ export type TReviewChange = TChange & {
|
|
|
1916
1920
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1917
1921
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1918
1922
|
};
|
|
1919
|
-
export declare enum
|
|
1923
|
+
export declare enum ReviewChangeInput {
|
|
1920
1924
|
SetAuthorName = "setAuthorName",
|
|
1921
1925
|
SetCustomField = "setCustomField",
|
|
1922
1926
|
SetCustomType = "setCustomType",
|
|
@@ -1944,7 +1948,7 @@ export type TShoppingListChange = TChange & {
|
|
|
1944
1948
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1945
1949
|
textLineItem?: Maybe<TTextLineItem>;
|
|
1946
1950
|
};
|
|
1947
|
-
export declare enum
|
|
1951
|
+
export declare enum ShoppingListChangeInput {
|
|
1948
1952
|
AddLineItem = "addLineItem",
|
|
1949
1953
|
AddTextLineItem = "addTextLineItem",
|
|
1950
1954
|
ChangeLineItemQuantity = "changeLineItemQuantity",
|
|
@@ -1970,11 +1974,11 @@ export declare enum TShoppingListChangeInput {
|
|
|
1970
1974
|
SetTextLineItemCustomType = "setTextLineItemCustomType",
|
|
1971
1975
|
SetTextLineItemDescription = "setTextLineItemDescription"
|
|
1972
1976
|
}
|
|
1973
|
-
export declare enum
|
|
1977
|
+
export declare enum ShoppingListInternalChangesInput {
|
|
1974
1978
|
ChangeLineItemName = "changeLineItemName",
|
|
1975
1979
|
ExcludeAll = "excludeAll"
|
|
1976
1980
|
}
|
|
1977
|
-
export declare enum
|
|
1981
|
+
export declare enum Source {
|
|
1978
1982
|
ApiClient = "ApiClient",
|
|
1979
1983
|
ImpEx = "ImpEx",
|
|
1980
1984
|
MerchantCenter = "MerchantCenter"
|
|
@@ -1987,7 +1991,7 @@ export type TStagedQuoteChange = TChange & {
|
|
|
1987
1991
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1988
1992
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1989
1993
|
};
|
|
1990
|
-
export declare enum
|
|
1994
|
+
export declare enum StagedQuoteChangeInput {
|
|
1991
1995
|
ChangeStagedQuoteState = "changeStagedQuoteState",
|
|
1992
1996
|
SetCustomField = "setCustomField",
|
|
1993
1997
|
SetCustomType = "setCustomType",
|
|
@@ -2006,7 +2010,7 @@ export type TStateChange = TChange & {
|
|
|
2006
2010
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
2007
2011
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
2008
2012
|
};
|
|
2009
|
-
export declare enum
|
|
2013
|
+
export declare enum StateChangeInput {
|
|
2010
2014
|
AddRoles = "addRoles",
|
|
2011
2015
|
ChangeInitial = "changeInitial",
|
|
2012
2016
|
ChangeKey = "changeKey",
|
|
@@ -2021,7 +2025,7 @@ export type TStatus = {
|
|
|
2021
2025
|
__typename?: 'Status';
|
|
2022
2026
|
currentRecords: Scalars['Int']['output'];
|
|
2023
2027
|
maxRecords: Scalars['Int']['output'];
|
|
2024
|
-
tier:
|
|
2028
|
+
tier: TierLevels;
|
|
2025
2029
|
};
|
|
2026
2030
|
export type TStore = {
|
|
2027
2031
|
__typename?: 'Store';
|
|
@@ -2035,7 +2039,7 @@ export type TStoreChange = TChange & {
|
|
|
2035
2039
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
2036
2040
|
productSelection?: Maybe<TReference>;
|
|
2037
2041
|
};
|
|
2038
|
-
export declare enum
|
|
2042
|
+
export declare enum StoreChangeInput {
|
|
2039
2043
|
AddProductSelection = "addProductSelection",
|
|
2040
2044
|
ChangeProductSelectionActive = "changeProductSelectionActive",
|
|
2041
2045
|
RemoveProductSelection = "removeProductSelection",
|
|
@@ -2055,14 +2059,14 @@ export type TTaxCategoryChange = TChange & {
|
|
|
2055
2059
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
2056
2060
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
2057
2061
|
};
|
|
2058
|
-
export declare enum
|
|
2062
|
+
export declare enum TaxCategoryChangeInput {
|
|
2059
2063
|
AddTaxRate = "addTaxRate",
|
|
2060
2064
|
ChangeName = "changeName",
|
|
2061
2065
|
RemoveTaxRate = "removeTaxRate",
|
|
2062
2066
|
SetDescription = "setDescription",
|
|
2063
2067
|
SetKey = "setKey"
|
|
2064
2068
|
}
|
|
2065
|
-
export declare enum
|
|
2069
|
+
export declare enum TaxMode {
|
|
2066
2070
|
Disabled = "Disabled",
|
|
2067
2071
|
External = "External",
|
|
2068
2072
|
ExternalAmount = "ExternalAmount",
|
|
@@ -2073,7 +2077,7 @@ export type TTextLineItem = {
|
|
|
2073
2077
|
id?: Maybe<Scalars['String']['output']>;
|
|
2074
2078
|
nameAllLocales: Array<TLocalizedString>;
|
|
2075
2079
|
};
|
|
2076
|
-
export declare enum
|
|
2080
|
+
export declare enum TierLevels {
|
|
2077
2081
|
Basic = "BASIC",
|
|
2078
2082
|
Premium = "PREMIUM"
|
|
2079
2083
|
}
|
|
@@ -2083,7 +2087,7 @@ export type TTransaction = {
|
|
|
2083
2087
|
interactionId?: Maybe<Scalars['String']['output']>;
|
|
2084
2088
|
timestamp?: Maybe<Scalars['String']['output']>;
|
|
2085
2089
|
};
|
|
2086
|
-
export declare enum
|
|
2090
|
+
export declare enum Type {
|
|
2087
2091
|
ResourceCreated = "ResourceCreated",
|
|
2088
2092
|
ResourceDeleted = "ResourceDeleted",
|
|
2089
2093
|
ResourceUpdated = "ResourceUpdated"
|
|
@@ -2096,7 +2100,7 @@ export type TTypeChange = TChange & {
|
|
|
2096
2100
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
2097
2101
|
valueKey?: Maybe<Scalars['String']['output']>;
|
|
2098
2102
|
};
|
|
2099
|
-
export declare enum
|
|
2103
|
+
export declare enum TypeChangeInput {
|
|
2100
2104
|
AddEnumValue = "addEnumValue",
|
|
2101
2105
|
AddFieldDefinition = "addFieldDefinition",
|
|
2102
2106
|
AddLocalizedEnumValue = "addLocalizedEnumValue",
|
|
@@ -2125,7 +2129,7 @@ export type TZoneChange = TChange & {
|
|
|
2125
2129
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
2126
2130
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
2127
2131
|
};
|
|
2128
|
-
export declare enum
|
|
2132
|
+
export declare enum ZoneChangeInput {
|
|
2129
2133
|
AddLocation = "addLocation",
|
|
2130
2134
|
ChangeName = "changeName",
|
|
2131
2135
|
RemoveLocation = "removeLocation",
|
|
@@ -2189,7 +2193,7 @@ type TLabelDetails_PaymentLabel_Fragment = {
|
|
|
2189
2193
|
amountPlanned?: {
|
|
2190
2194
|
__typename?: 'AmountPlanned';
|
|
2191
2195
|
currencyCode: string;
|
|
2192
|
-
centAmount:
|
|
2196
|
+
centAmount: any;
|
|
2193
2197
|
fractionDigits: number;
|
|
2194
2198
|
} | null;
|
|
2195
2199
|
};
|
|
@@ -2262,15 +2266,15 @@ export type TFetchChangeHistoryQueryVariables = Exact<{
|
|
|
2262
2266
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2263
2267
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2264
2268
|
resourceId?: InputMaybe<Scalars['String']['input']>;
|
|
2265
|
-
source?: InputMaybe<
|
|
2266
|
-
resourceTypes?: InputMaybe<Array<
|
|
2267
|
-
type?: InputMaybe<
|
|
2268
|
-
changes?: InputMaybe<Array<
|
|
2269
|
+
source?: InputMaybe<Source>;
|
|
2270
|
+
resourceTypes?: InputMaybe<Array<ResourceTypes> | ResourceTypes>;
|
|
2271
|
+
type?: InputMaybe<Type>;
|
|
2272
|
+
changes?: InputMaybe<Array<ResourceChangeInput> | ResourceChangeInput>;
|
|
2269
2273
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
2270
2274
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
2271
2275
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
2272
2276
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2273
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
2277
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<ExcludePlatformInitiatedChangesInput> | ExcludePlatformInitiatedChangesInput>;
|
|
2274
2278
|
stores?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
2275
2279
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
2276
2280
|
}>;
|
|
@@ -2284,13 +2288,13 @@ export type TFetchChangeHistoryQuery = {
|
|
|
2284
2288
|
version: number;
|
|
2285
2289
|
previousVersion: number;
|
|
2286
2290
|
modifiedAt: string;
|
|
2287
|
-
type:
|
|
2291
|
+
type: ChangeType;
|
|
2288
2292
|
withoutChanges?: boolean | null;
|
|
2289
2293
|
modifiedBy: {
|
|
2290
2294
|
__typename?: 'Initiator';
|
|
2291
2295
|
isPlatformClient: boolean;
|
|
2292
2296
|
id?: string | null;
|
|
2293
|
-
type:
|
|
2297
|
+
type: ModifiedByType;
|
|
2294
2298
|
anonymousId?: string | null;
|
|
2295
2299
|
clientId?: string | null;
|
|
2296
2300
|
customer?: {
|
|
@@ -2351,7 +2355,7 @@ export type TFetchChangeHistoryQuery = {
|
|
|
2351
2355
|
amountPlanned?: {
|
|
2352
2356
|
__typename?: 'AmountPlanned';
|
|
2353
2357
|
currencyCode: string;
|
|
2354
|
-
centAmount:
|
|
2358
|
+
centAmount: any;
|
|
2355
2359
|
fractionDigits: number;
|
|
2356
2360
|
} | null;
|
|
2357
2361
|
} | {
|
|
@@ -2449,7 +2453,7 @@ export type TFetchChangeHistoryQuery = {
|
|
|
2449
2453
|
amountPlanned?: {
|
|
2450
2454
|
__typename?: 'AmountPlanned';
|
|
2451
2455
|
currencyCode: string;
|
|
2452
|
-
centAmount:
|
|
2456
|
+
centAmount: any;
|
|
2453
2457
|
fractionDigits: number;
|
|
2454
2458
|
} | null;
|
|
2455
2459
|
} | {
|
|
@@ -2639,7 +2643,7 @@ export type TFetchChangeHistoryQuery = {
|
|
|
2639
2643
|
} | {
|
|
2640
2644
|
__typename?: 'ProductChange';
|
|
2641
2645
|
name?: string | null;
|
|
2642
|
-
catalogData?:
|
|
2646
|
+
catalogData?: ProductCatalogData | null;
|
|
2643
2647
|
variant?: string | null;
|
|
2644
2648
|
priceId?: string | null;
|
|
2645
2649
|
change: string;
|
|
@@ -2772,7 +2776,7 @@ export type TFetchVersionTierQueryVariables = Exact<{
|
|
|
2772
2776
|
}>;
|
|
2773
2777
|
export type TFetchVersionTierQuery = {
|
|
2774
2778
|
__typename?: 'Query';
|
|
2775
|
-
tier:
|
|
2779
|
+
tier: TierLevels;
|
|
2776
2780
|
};
|
|
2777
2781
|
export type TAssociateRoleResourceLabelDetailsFragment = {
|
|
2778
2782
|
__typename?: 'BusinessUnitLabel';
|
|
@@ -2784,12 +2788,12 @@ export type TFetchAssociateRoleChangeHistoryQueryVariables = Exact<{
|
|
|
2784
2788
|
date?: InputMaybe<TDateRange>;
|
|
2785
2789
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2786
2790
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2787
|
-
source?: InputMaybe<
|
|
2788
|
-
type?: InputMaybe<
|
|
2791
|
+
source?: InputMaybe<Source>;
|
|
2792
|
+
type?: InputMaybe<Type>;
|
|
2789
2793
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
2790
2794
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
2791
2795
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
2792
|
-
changes?: InputMaybe<Array<
|
|
2796
|
+
changes?: InputMaybe<Array<AssociateRoleChangeInput> | AssociateRoleChangeInput>;
|
|
2793
2797
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2794
2798
|
}>;
|
|
2795
2799
|
export type TFetchAssociateRoleChangeHistoryQuery = {
|
|
@@ -2802,13 +2806,13 @@ export type TFetchAssociateRoleChangeHistoryQuery = {
|
|
|
2802
2806
|
version: number;
|
|
2803
2807
|
previousVersion: number;
|
|
2804
2808
|
modifiedAt: string;
|
|
2805
|
-
type:
|
|
2809
|
+
type: ChangeType;
|
|
2806
2810
|
withoutChanges?: boolean | null;
|
|
2807
2811
|
modifiedBy: {
|
|
2808
2812
|
__typename?: 'Initiator';
|
|
2809
2813
|
isPlatformClient: boolean;
|
|
2810
2814
|
id?: string | null;
|
|
2811
|
-
type:
|
|
2815
|
+
type: ModifiedByType;
|
|
2812
2816
|
anonymousId?: string | null;
|
|
2813
2817
|
clientId?: string | null;
|
|
2814
2818
|
customer?: {
|
|
@@ -3029,12 +3033,12 @@ export type TFetchBusinessUnitChangeHistoryQueryVariables = Exact<{
|
|
|
3029
3033
|
date?: InputMaybe<TDateRange>;
|
|
3030
3034
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3031
3035
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3032
|
-
source?: InputMaybe<
|
|
3033
|
-
type?: InputMaybe<
|
|
3036
|
+
source?: InputMaybe<Source>;
|
|
3037
|
+
type?: InputMaybe<Type>;
|
|
3034
3038
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
3035
3039
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
3036
3040
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
3037
|
-
changes?: InputMaybe<Array<
|
|
3041
|
+
changes?: InputMaybe<Array<BusinessUnitChangeInput> | BusinessUnitChangeInput>;
|
|
3038
3042
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3039
3043
|
stores?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
3040
3044
|
}>;
|
|
@@ -3048,13 +3052,13 @@ export type TFetchBusinessUnitChangeHistoryQuery = {
|
|
|
3048
3052
|
version: number;
|
|
3049
3053
|
previousVersion: number;
|
|
3050
3054
|
modifiedAt: string;
|
|
3051
|
-
type:
|
|
3055
|
+
type: ChangeType;
|
|
3052
3056
|
withoutChanges?: boolean | null;
|
|
3053
3057
|
modifiedBy: {
|
|
3054
3058
|
__typename?: 'Initiator';
|
|
3055
3059
|
isPlatformClient: boolean;
|
|
3056
3060
|
id?: string | null;
|
|
3057
|
-
type:
|
|
3061
|
+
type: ModifiedByType;
|
|
3058
3062
|
anonymousId?: string | null;
|
|
3059
3063
|
clientId?: string | null;
|
|
3060
3064
|
customer?: {
|
|
@@ -3333,9 +3337,9 @@ export type TFetchCategoryChangeHistoryQueryVariables = Exact<{
|
|
|
3333
3337
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3334
3338
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3335
3339
|
resourceId: Scalars['String']['input'];
|
|
3336
|
-
source?: InputMaybe<
|
|
3337
|
-
type?: InputMaybe<
|
|
3338
|
-
changes?: InputMaybe<Array<
|
|
3340
|
+
source?: InputMaybe<Source>;
|
|
3341
|
+
type?: InputMaybe<Type>;
|
|
3342
|
+
changes?: InputMaybe<Array<CategoryChangeInput> | CategoryChangeInput>;
|
|
3339
3343
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
3340
3344
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
3341
3345
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3351,13 +3355,13 @@ export type TFetchCategoryChangeHistoryQuery = {
|
|
|
3351
3355
|
version: number;
|
|
3352
3356
|
previousVersion: number;
|
|
3353
3357
|
modifiedAt: string;
|
|
3354
|
-
type:
|
|
3358
|
+
type: ChangeType;
|
|
3355
3359
|
withoutChanges?: boolean | null;
|
|
3356
3360
|
modifiedBy: {
|
|
3357
3361
|
__typename?: 'Initiator';
|
|
3358
3362
|
isPlatformClient: boolean;
|
|
3359
3363
|
id?: string | null;
|
|
3360
|
-
type:
|
|
3364
|
+
type: ModifiedByType;
|
|
3361
3365
|
anonymousId?: string | null;
|
|
3362
3366
|
clientId?: string | null;
|
|
3363
3367
|
customer?: {
|
|
@@ -3637,9 +3641,9 @@ export type TFetchChannelChangeHistoryQueryVariables = Exact<{
|
|
|
3637
3641
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3638
3642
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3639
3643
|
resourceId: Scalars['String']['input'];
|
|
3640
|
-
source?: InputMaybe<
|
|
3641
|
-
type?: InputMaybe<
|
|
3642
|
-
changes?: InputMaybe<Array<
|
|
3644
|
+
source?: InputMaybe<Source>;
|
|
3645
|
+
type?: InputMaybe<Type>;
|
|
3646
|
+
changes?: InputMaybe<Array<ChannelChangeInput> | ChannelChangeInput>;
|
|
3643
3647
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
3644
3648
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
3645
3649
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3655,13 +3659,13 @@ export type TFetchChannelChangeHistoryQuery = {
|
|
|
3655
3659
|
version: number;
|
|
3656
3660
|
previousVersion: number;
|
|
3657
3661
|
modifiedAt: string;
|
|
3658
|
-
type:
|
|
3662
|
+
type: ChangeType;
|
|
3659
3663
|
withoutChanges?: boolean | null;
|
|
3660
3664
|
modifiedBy: {
|
|
3661
3665
|
__typename?: 'Initiator';
|
|
3662
3666
|
isPlatformClient: boolean;
|
|
3663
3667
|
id?: string | null;
|
|
3664
|
-
type:
|
|
3668
|
+
type: ModifiedByType;
|
|
3665
3669
|
anonymousId?: string | null;
|
|
3666
3670
|
clientId?: string | null;
|
|
3667
3671
|
customer?: {
|
|
@@ -3888,9 +3892,9 @@ export type TFetchCustomerChangeHistoryQueryVariables = Exact<{
|
|
|
3888
3892
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3889
3893
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3890
3894
|
resourceId: Scalars['String']['input'];
|
|
3891
|
-
source?: InputMaybe<
|
|
3892
|
-
type?: InputMaybe<
|
|
3893
|
-
changes?: InputMaybe<Array<
|
|
3895
|
+
source?: InputMaybe<Source>;
|
|
3896
|
+
type?: InputMaybe<Type>;
|
|
3897
|
+
changes?: InputMaybe<Array<CustomerChangeInput> | CustomerChangeInput>;
|
|
3894
3898
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
3895
3899
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
3896
3900
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3907,13 +3911,13 @@ export type TFetchCustomerChangeHistoryQuery = {
|
|
|
3907
3911
|
version: number;
|
|
3908
3912
|
previousVersion: number;
|
|
3909
3913
|
modifiedAt: string;
|
|
3910
|
-
type:
|
|
3914
|
+
type: ChangeType;
|
|
3911
3915
|
withoutChanges?: boolean | null;
|
|
3912
3916
|
modifiedBy: {
|
|
3913
3917
|
__typename?: 'Initiator';
|
|
3914
3918
|
isPlatformClient: boolean;
|
|
3915
3919
|
id?: string | null;
|
|
3916
|
-
type:
|
|
3920
|
+
type: ModifiedByType;
|
|
3917
3921
|
anonymousId?: string | null;
|
|
3918
3922
|
clientId?: string | null;
|
|
3919
3923
|
customer?: {
|
|
@@ -4193,9 +4197,9 @@ export type TFetchCustomerGroupChangeHistoryQueryVariables = Exact<{
|
|
|
4193
4197
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
4194
4198
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
4195
4199
|
resourceId: Scalars['String']['input'];
|
|
4196
|
-
source?: InputMaybe<
|
|
4197
|
-
type?: InputMaybe<
|
|
4198
|
-
changes?: InputMaybe<Array<
|
|
4200
|
+
source?: InputMaybe<Source>;
|
|
4201
|
+
type?: InputMaybe<Type>;
|
|
4202
|
+
changes?: InputMaybe<Array<CustomerGroupChangeInput> | CustomerGroupChangeInput>;
|
|
4199
4203
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
4200
4204
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
4201
4205
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4211,13 +4215,13 @@ export type TFetchCustomerGroupChangeHistoryQuery = {
|
|
|
4211
4215
|
version: number;
|
|
4212
4216
|
previousVersion: number;
|
|
4213
4217
|
modifiedAt: string;
|
|
4214
|
-
type:
|
|
4218
|
+
type: ChangeType;
|
|
4215
4219
|
withoutChanges?: boolean | null;
|
|
4216
4220
|
modifiedBy: {
|
|
4217
4221
|
__typename?: 'Initiator';
|
|
4218
4222
|
isPlatformClient: boolean;
|
|
4219
4223
|
id?: string | null;
|
|
4220
|
-
type:
|
|
4224
|
+
type: ModifiedByType;
|
|
4221
4225
|
anonymousId?: string | null;
|
|
4222
4226
|
clientId?: string | null;
|
|
4223
4227
|
customer?: {
|
|
@@ -4489,9 +4493,9 @@ export type TFetchCartDiscountChangeHistoryQueryVariables = Exact<{
|
|
|
4489
4493
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
4490
4494
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
4491
4495
|
resourceId: Scalars['String']['input'];
|
|
4492
|
-
source?: InputMaybe<
|
|
4493
|
-
type?: InputMaybe<
|
|
4494
|
-
changes?: InputMaybe<Array<
|
|
4496
|
+
source?: InputMaybe<Source>;
|
|
4497
|
+
type?: InputMaybe<Type>;
|
|
4498
|
+
changes?: InputMaybe<Array<CartDiscountChangeInput> | CartDiscountChangeInput>;
|
|
4495
4499
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
4496
4500
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
4497
4501
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4507,13 +4511,13 @@ export type TFetchCartDiscountChangeHistoryQuery = {
|
|
|
4507
4511
|
version: number;
|
|
4508
4512
|
previousVersion: number;
|
|
4509
4513
|
modifiedAt: string;
|
|
4510
|
-
type:
|
|
4514
|
+
type: ChangeType;
|
|
4511
4515
|
withoutChanges?: boolean | null;
|
|
4512
4516
|
modifiedBy: {
|
|
4513
4517
|
__typename?: 'Initiator';
|
|
4514
4518
|
isPlatformClient: boolean;
|
|
4515
4519
|
id?: string | null;
|
|
4516
|
-
type:
|
|
4520
|
+
type: ModifiedByType;
|
|
4517
4521
|
anonymousId?: string | null;
|
|
4518
4522
|
clientId?: string | null;
|
|
4519
4523
|
customer?: {
|
|
@@ -4786,14 +4790,14 @@ export type TFetchDiscountCodeChangeHistoryQueryVariables = Exact<{
|
|
|
4786
4790
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
4787
4791
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
4788
4792
|
resourceId: Scalars['String']['input'];
|
|
4789
|
-
source?: InputMaybe<
|
|
4790
|
-
type?: InputMaybe<
|
|
4791
|
-
changes?: InputMaybe<Array<
|
|
4793
|
+
source?: InputMaybe<Source>;
|
|
4794
|
+
type?: InputMaybe<Type>;
|
|
4795
|
+
changes?: InputMaybe<Array<DiscountCodeChangeInput> | DiscountCodeChangeInput>;
|
|
4792
4796
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
4793
4797
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
4794
4798
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
4795
4799
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4796
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
4800
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<DiscountCodeInternalChangesInput> | DiscountCodeInternalChangesInput>;
|
|
4797
4801
|
}>;
|
|
4798
4802
|
export type TFetchDiscountCodeChangeHistoryQuery = {
|
|
4799
4803
|
__typename?: 'Query';
|
|
@@ -4805,13 +4809,13 @@ export type TFetchDiscountCodeChangeHistoryQuery = {
|
|
|
4805
4809
|
version: number;
|
|
4806
4810
|
previousVersion: number;
|
|
4807
4811
|
modifiedAt: string;
|
|
4808
|
-
type:
|
|
4812
|
+
type: ChangeType;
|
|
4809
4813
|
withoutChanges?: boolean | null;
|
|
4810
4814
|
modifiedBy: {
|
|
4811
4815
|
__typename?: 'Initiator';
|
|
4812
4816
|
isPlatformClient: boolean;
|
|
4813
4817
|
id?: string | null;
|
|
4814
|
-
type:
|
|
4818
|
+
type: ModifiedByType;
|
|
4815
4819
|
anonymousId?: string | null;
|
|
4816
4820
|
clientId?: string | null;
|
|
4817
4821
|
customer?: {
|
|
@@ -5083,14 +5087,14 @@ export type TFetchProductDiscountChangeHistoryQueryVariables = Exact<{
|
|
|
5083
5087
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
5084
5088
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
5085
5089
|
resourceId: Scalars['String']['input'];
|
|
5086
|
-
source?: InputMaybe<
|
|
5087
|
-
type?: InputMaybe<
|
|
5088
|
-
changes?: InputMaybe<Array<
|
|
5090
|
+
source?: InputMaybe<Source>;
|
|
5091
|
+
type?: InputMaybe<Type>;
|
|
5092
|
+
changes?: InputMaybe<Array<ProductDiscountChangeInput> | ProductDiscountChangeInput>;
|
|
5089
5093
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
5090
5094
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
5091
5095
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
5092
5096
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5093
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
5097
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<ProductDiscountInternalChangesInput> | ProductDiscountInternalChangesInput>;
|
|
5094
5098
|
}>;
|
|
5095
5099
|
export type TFetchProductDiscountChangeHistoryQuery = {
|
|
5096
5100
|
__typename?: 'Query';
|
|
@@ -5102,13 +5106,13 @@ export type TFetchProductDiscountChangeHistoryQuery = {
|
|
|
5102
5106
|
version: number;
|
|
5103
5107
|
previousVersion: number;
|
|
5104
5108
|
modifiedAt: string;
|
|
5105
|
-
type:
|
|
5109
|
+
type: ChangeType;
|
|
5106
5110
|
withoutChanges?: boolean | null;
|
|
5107
5111
|
modifiedBy: {
|
|
5108
5112
|
__typename?: 'Initiator';
|
|
5109
5113
|
isPlatformClient: boolean;
|
|
5110
5114
|
id?: string | null;
|
|
5111
|
-
type:
|
|
5115
|
+
type: ModifiedByType;
|
|
5112
5116
|
anonymousId?: string | null;
|
|
5113
5117
|
clientId?: string | null;
|
|
5114
5118
|
customer?: {
|
|
@@ -5334,9 +5338,9 @@ export type TFetchOrderChangeHistoryQueryVariables = Exact<{
|
|
|
5334
5338
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
5335
5339
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
5336
5340
|
resourceId: Scalars['String']['input'];
|
|
5337
|
-
source?: InputMaybe<
|
|
5338
|
-
type?: InputMaybe<
|
|
5339
|
-
changes?: InputMaybe<Array<
|
|
5341
|
+
source?: InputMaybe<Source>;
|
|
5342
|
+
type?: InputMaybe<Type>;
|
|
5343
|
+
changes?: InputMaybe<Array<OrderChangeInput> | OrderChangeInput>;
|
|
5340
5344
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
5341
5345
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
5342
5346
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -5353,13 +5357,13 @@ export type TFetchOrderChangeHistoryQuery = {
|
|
|
5353
5357
|
version: number;
|
|
5354
5358
|
previousVersion: number;
|
|
5355
5359
|
modifiedAt: string;
|
|
5356
|
-
type:
|
|
5360
|
+
type: ChangeType;
|
|
5357
5361
|
withoutChanges?: boolean | null;
|
|
5358
5362
|
modifiedBy: {
|
|
5359
5363
|
__typename?: 'Initiator';
|
|
5360
5364
|
isPlatformClient: boolean;
|
|
5361
5365
|
id?: string | null;
|
|
5362
|
-
type:
|
|
5366
|
+
type: ModifiedByType;
|
|
5363
5367
|
anonymousId?: string | null;
|
|
5364
5368
|
clientId?: string | null;
|
|
5365
5369
|
customer?: {
|
|
@@ -5648,9 +5652,9 @@ export type TFetchProductSelectionChangeHistoryQueryVariables = Exact<{
|
|
|
5648
5652
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
5649
5653
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
5650
5654
|
resourceId: Scalars['String']['input'];
|
|
5651
|
-
source?: InputMaybe<
|
|
5652
|
-
type?: InputMaybe<
|
|
5653
|
-
changes?: InputMaybe<Array<
|
|
5655
|
+
source?: InputMaybe<Source>;
|
|
5656
|
+
type?: InputMaybe<Type>;
|
|
5657
|
+
changes?: InputMaybe<Array<ProductSelectionChangeInput> | ProductSelectionChangeInput>;
|
|
5654
5658
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
5655
5659
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
5656
5660
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -5666,13 +5670,13 @@ export type TFetchProductSelectionChangeHistoryQuery = {
|
|
|
5666
5670
|
version: number;
|
|
5667
5671
|
previousVersion: number;
|
|
5668
5672
|
modifiedAt: string;
|
|
5669
|
-
type:
|
|
5673
|
+
type: ChangeType;
|
|
5670
5674
|
withoutChanges?: boolean | null;
|
|
5671
5675
|
modifiedBy: {
|
|
5672
5676
|
__typename?: 'Initiator';
|
|
5673
5677
|
isPlatformClient: boolean;
|
|
5674
5678
|
id?: string | null;
|
|
5675
|
-
type:
|
|
5679
|
+
type: ModifiedByType;
|
|
5676
5680
|
anonymousId?: string | null;
|
|
5677
5681
|
clientId?: string | null;
|
|
5678
5682
|
customer?: {
|
|
@@ -5943,9 +5947,9 @@ export type TFetchProductTypeChangeHistoryQueryVariables = Exact<{
|
|
|
5943
5947
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
5944
5948
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
5945
5949
|
resourceId: Scalars['String']['input'];
|
|
5946
|
-
source?: InputMaybe<
|
|
5947
|
-
type?: InputMaybe<
|
|
5948
|
-
changes?: InputMaybe<Array<
|
|
5950
|
+
source?: InputMaybe<Source>;
|
|
5951
|
+
type?: InputMaybe<Type>;
|
|
5952
|
+
changes?: InputMaybe<Array<ProductTypeChangeInput> | ProductTypeChangeInput>;
|
|
5949
5953
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
5950
5954
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
5951
5955
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -5961,13 +5965,13 @@ export type TFetchProductTypeChangeHistoryQuery = {
|
|
|
5961
5965
|
version: number;
|
|
5962
5966
|
previousVersion: number;
|
|
5963
5967
|
modifiedAt: string;
|
|
5964
|
-
type:
|
|
5968
|
+
type: ChangeType;
|
|
5965
5969
|
withoutChanges?: boolean | null;
|
|
5966
5970
|
modifiedBy: {
|
|
5967
5971
|
__typename?: 'Initiator';
|
|
5968
5972
|
isPlatformClient: boolean;
|
|
5969
5973
|
id?: string | null;
|
|
5970
|
-
type:
|
|
5974
|
+
type: ModifiedByType;
|
|
5971
5975
|
anonymousId?: string | null;
|
|
5972
5976
|
clientId?: string | null;
|
|
5973
5977
|
customer?: {
|
|
@@ -6203,14 +6207,14 @@ export type TFetchProductChangeHistoryQueryVariables = Exact<{
|
|
|
6203
6207
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
6204
6208
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
6205
6209
|
resourceId: Scalars['String']['input'];
|
|
6206
|
-
source?: InputMaybe<
|
|
6207
|
-
type?: InputMaybe<
|
|
6208
|
-
changes?: InputMaybe<Array<
|
|
6210
|
+
source?: InputMaybe<Source>;
|
|
6211
|
+
type?: InputMaybe<Type>;
|
|
6212
|
+
changes?: InputMaybe<Array<ProductChangeInput> | ProductChangeInput>;
|
|
6209
6213
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
6210
6214
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
6211
6215
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
6212
6216
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6213
|
-
excludePlatformInitiatedChanges?: InputMaybe<Array<
|
|
6217
|
+
excludePlatformInitiatedChanges?: InputMaybe<Array<ProductInternalChangesInput> | ProductInternalChangesInput>;
|
|
6214
6218
|
}>;
|
|
6215
6219
|
export type TFetchProductChangeHistoryQuery = {
|
|
6216
6220
|
__typename?: 'Query';
|
|
@@ -6222,13 +6226,13 @@ export type TFetchProductChangeHistoryQuery = {
|
|
|
6222
6226
|
version: number;
|
|
6223
6227
|
previousVersion: number;
|
|
6224
6228
|
modifiedAt: string;
|
|
6225
|
-
type:
|
|
6229
|
+
type: ChangeType;
|
|
6226
6230
|
withoutChanges?: boolean | null;
|
|
6227
6231
|
modifiedBy: {
|
|
6228
6232
|
__typename?: 'Initiator';
|
|
6229
6233
|
isPlatformClient: boolean;
|
|
6230
6234
|
id?: string | null;
|
|
6231
|
-
type:
|
|
6235
|
+
type: ModifiedByType;
|
|
6232
6236
|
anonymousId?: string | null;
|
|
6233
6237
|
clientId?: string | null;
|
|
6234
6238
|
customer?: {
|
|
@@ -6383,7 +6387,7 @@ export type TFetchProductChangeHistoryQuery = {
|
|
|
6383
6387
|
} | {
|
|
6384
6388
|
__typename?: 'ProductChange';
|
|
6385
6389
|
name?: string | null;
|
|
6386
|
-
catalogData?:
|
|
6390
|
+
catalogData?: ProductCatalogData | null;
|
|
6387
6391
|
variant?: string | null;
|
|
6388
6392
|
priceId?: string | null;
|
|
6389
6393
|
change: string;
|
|
@@ -6524,9 +6528,9 @@ export type TFetchQuoteRequestChangeHistoryQueryVariables = Exact<{
|
|
|
6524
6528
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
6525
6529
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
6526
6530
|
resourceId: Scalars['String']['input'];
|
|
6527
|
-
source?: InputMaybe<
|
|
6528
|
-
type?: InputMaybe<
|
|
6529
|
-
changes?: InputMaybe<Array<
|
|
6531
|
+
source?: InputMaybe<Source>;
|
|
6532
|
+
type?: InputMaybe<Type>;
|
|
6533
|
+
changes?: InputMaybe<Array<QuoteRequestChangeInput> | QuoteRequestChangeInput>;
|
|
6530
6534
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
6531
6535
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
6532
6536
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -6542,13 +6546,13 @@ export type TFetchQuoteRequestChangeHistoryQuery = {
|
|
|
6542
6546
|
version: number;
|
|
6543
6547
|
previousVersion: number;
|
|
6544
6548
|
modifiedAt: string;
|
|
6545
|
-
type:
|
|
6549
|
+
type: ChangeType;
|
|
6546
6550
|
withoutChanges?: boolean | null;
|
|
6547
6551
|
modifiedBy: {
|
|
6548
6552
|
__typename?: 'Initiator';
|
|
6549
6553
|
isPlatformClient: boolean;
|
|
6550
6554
|
id?: string | null;
|
|
6551
|
-
type:
|
|
6555
|
+
type: ModifiedByType;
|
|
6552
6556
|
anonymousId?: string | null;
|
|
6553
6557
|
clientId?: string | null;
|
|
6554
6558
|
customer?: {
|
|
@@ -6830,9 +6834,9 @@ export type TFetchQuoteChangeHistoryQueryVariables = Exact<{
|
|
|
6830
6834
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
6831
6835
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
6832
6836
|
resourceId: Scalars['String']['input'];
|
|
6833
|
-
source?: InputMaybe<
|
|
6834
|
-
type?: InputMaybe<
|
|
6835
|
-
changes?: InputMaybe<Array<
|
|
6837
|
+
source?: InputMaybe<Source>;
|
|
6838
|
+
type?: InputMaybe<Type>;
|
|
6839
|
+
changes?: InputMaybe<Array<QuoteChangeInput> | QuoteChangeInput>;
|
|
6836
6840
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
6837
6841
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
6838
6842
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -6848,13 +6852,13 @@ export type TFetchQuoteChangeHistoryQuery = {
|
|
|
6848
6852
|
version: number;
|
|
6849
6853
|
previousVersion: number;
|
|
6850
6854
|
modifiedAt: string;
|
|
6851
|
-
type:
|
|
6855
|
+
type: ChangeType;
|
|
6852
6856
|
withoutChanges?: boolean | null;
|
|
6853
6857
|
modifiedBy: {
|
|
6854
6858
|
__typename?: 'Initiator';
|
|
6855
6859
|
isPlatformClient: boolean;
|
|
6856
6860
|
id?: string | null;
|
|
6857
|
-
type:
|
|
6861
|
+
type: ModifiedByType;
|
|
6858
6862
|
anonymousId?: string | null;
|
|
6859
6863
|
clientId?: string | null;
|
|
6860
6864
|
customer?: {
|
|
@@ -7154,9 +7158,9 @@ export type TFetchStagedQuoteChangeHistoryQueryVariables = Exact<{
|
|
|
7154
7158
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
7155
7159
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
7156
7160
|
resourceId: Scalars['String']['input'];
|
|
7157
|
-
source?: InputMaybe<
|
|
7158
|
-
type?: InputMaybe<
|
|
7159
|
-
changes?: InputMaybe<Array<
|
|
7161
|
+
source?: InputMaybe<Source>;
|
|
7162
|
+
type?: InputMaybe<Type>;
|
|
7163
|
+
changes?: InputMaybe<Array<StagedQuoteChangeInput> | StagedQuoteChangeInput>;
|
|
7160
7164
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
7161
7165
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
7162
7166
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -7172,13 +7176,13 @@ export type TFetchStagedQuoteChangeHistoryQuery = {
|
|
|
7172
7176
|
version: number;
|
|
7173
7177
|
previousVersion: number;
|
|
7174
7178
|
modifiedAt: string;
|
|
7175
|
-
type:
|
|
7179
|
+
type: ChangeType;
|
|
7176
7180
|
withoutChanges?: boolean | null;
|
|
7177
7181
|
modifiedBy: {
|
|
7178
7182
|
__typename?: 'Initiator';
|
|
7179
7183
|
isPlatformClient: boolean;
|
|
7180
7184
|
id?: string | null;
|
|
7181
|
-
type:
|
|
7185
|
+
type: ModifiedByType;
|
|
7182
7186
|
anonymousId?: string | null;
|
|
7183
7187
|
clientId?: string | null;
|
|
7184
7188
|
customer?: {
|
|
@@ -7459,9 +7463,9 @@ export type TFetchStoreChangeHistoryQueryVariables = Exact<{
|
|
|
7459
7463
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
7460
7464
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
7461
7465
|
resourceId: Scalars['String']['input'];
|
|
7462
|
-
source?: InputMaybe<
|
|
7463
|
-
type?: InputMaybe<
|
|
7464
|
-
changes?: InputMaybe<Array<
|
|
7466
|
+
source?: InputMaybe<Source>;
|
|
7467
|
+
type?: InputMaybe<Type>;
|
|
7468
|
+
changes?: InputMaybe<Array<StoreChangeInput> | StoreChangeInput>;
|
|
7465
7469
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
7466
7470
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
7467
7471
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -7477,13 +7481,13 @@ export type TFetchStoreChangeHistoryQuery = {
|
|
|
7477
7481
|
version: number;
|
|
7478
7482
|
previousVersion: number;
|
|
7479
7483
|
modifiedAt: string;
|
|
7480
|
-
type:
|
|
7484
|
+
type: ChangeType;
|
|
7481
7485
|
withoutChanges?: boolean | null;
|
|
7482
7486
|
modifiedBy: {
|
|
7483
7487
|
__typename?: 'Initiator';
|
|
7484
7488
|
isPlatformClient: boolean;
|
|
7485
7489
|
id?: string | null;
|
|
7486
|
-
type:
|
|
7490
|
+
type: ModifiedByType;
|
|
7487
7491
|
anonymousId?: string | null;
|
|
7488
7492
|
clientId?: string | null;
|
|
7489
7493
|
customer?: {
|
|
@@ -7752,9 +7756,9 @@ export type TFetchTaxCategoryChangeHistoryQueryVariables = Exact<{
|
|
|
7752
7756
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
7753
7757
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
7754
7758
|
resourceId: Scalars['String']['input'];
|
|
7755
|
-
source?: InputMaybe<
|
|
7756
|
-
type?: InputMaybe<
|
|
7757
|
-
changes?: InputMaybe<Array<
|
|
7759
|
+
source?: InputMaybe<Source>;
|
|
7760
|
+
type?: InputMaybe<Type>;
|
|
7761
|
+
changes?: InputMaybe<Array<TaxCategoryChangeInput> | TaxCategoryChangeInput>;
|
|
7758
7762
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
7759
7763
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
7760
7764
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -7770,13 +7774,13 @@ export type TFetchTaxCategoryChangeHistoryQuery = {
|
|
|
7770
7774
|
version: number;
|
|
7771
7775
|
previousVersion: number;
|
|
7772
7776
|
modifiedAt: string;
|
|
7773
|
-
type:
|
|
7777
|
+
type: ChangeType;
|
|
7774
7778
|
withoutChanges?: boolean | null;
|
|
7775
7779
|
modifiedBy: {
|
|
7776
7780
|
__typename?: 'Initiator';
|
|
7777
7781
|
isPlatformClient: boolean;
|
|
7778
7782
|
id?: string | null;
|
|
7779
|
-
type:
|
|
7783
|
+
type: ModifiedByType;
|
|
7780
7784
|
anonymousId?: string | null;
|
|
7781
7785
|
clientId?: string | null;
|
|
7782
7786
|
customer?: {
|
|
@@ -8041,9 +8045,9 @@ export type TFetchZoneChangeHistoryQueryVariables = Exact<{
|
|
|
8041
8045
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
8042
8046
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
8043
8047
|
resourceId: Scalars['String']['input'];
|
|
8044
|
-
source?: InputMaybe<
|
|
8045
|
-
type?: InputMaybe<
|
|
8046
|
-
changes?: InputMaybe<Array<
|
|
8048
|
+
source?: InputMaybe<Source>;
|
|
8049
|
+
type?: InputMaybe<Type>;
|
|
8050
|
+
changes?: InputMaybe<Array<ZoneChangeInput> | ZoneChangeInput>;
|
|
8047
8051
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
8048
8052
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
8049
8053
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -8059,13 +8063,13 @@ export type TFetchZoneChangeHistoryQuery = {
|
|
|
8059
8063
|
version: number;
|
|
8060
8064
|
previousVersion: number;
|
|
8061
8065
|
modifiedAt: string;
|
|
8062
|
-
type:
|
|
8066
|
+
type: ChangeType;
|
|
8063
8067
|
withoutChanges?: boolean | null;
|
|
8064
8068
|
modifiedBy: {
|
|
8065
8069
|
__typename?: 'Initiator';
|
|
8066
8070
|
isPlatformClient: boolean;
|
|
8067
8071
|
id?: string | null;
|
|
8068
|
-
type:
|
|
8072
|
+
type: ModifiedByType;
|
|
8069
8073
|
anonymousId?: string | null;
|
|
8070
8074
|
clientId?: string | null;
|
|
8071
8075
|
customer?: {
|