@deenruv/replicate-simple-bg-plugin 1.0.17-dev.18 → 1.0.17-dev.23
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/plugin-server/zeus/const.js +864 -603
- package/dist/plugin-server/zeus/index.d.ts +5362 -2605
- package/dist/plugin-server/zeus/index.js +122 -82
- package/dist/plugin-server/zeus/typedDocumentNode.d.ts +3 -3
- package/dist/plugin-ui/zeus/const.js +864 -603
- package/dist/plugin-ui/zeus/index.d.ts +5362 -2605
- package/dist/plugin-ui/zeus/index.js +122 -82
- package/dist/plugin-ui/zeus/typedDocumentNode.d.ts +3 -3
- package/dist/plugin-ui/zeus/typedDocumentNode.js +2 -2
- package/package.json +5 -5
|
@@ -2,617 +2,653 @@
|
|
|
2
2
|
export const AllTypesProps = {
|
|
3
3
|
Query: {
|
|
4
4
|
administrators: {
|
|
5
|
-
options: "AdministratorListOptions"
|
|
5
|
+
options: "AdministratorListOptions",
|
|
6
6
|
},
|
|
7
7
|
administrator: {},
|
|
8
8
|
assets: {
|
|
9
|
-
options: "AssetListOptions"
|
|
9
|
+
options: "AssetListOptions",
|
|
10
10
|
},
|
|
11
11
|
asset: {},
|
|
12
12
|
channels: {
|
|
13
|
-
options: "ChannelListOptions"
|
|
13
|
+
options: "ChannelListOptions",
|
|
14
14
|
},
|
|
15
15
|
channel: {},
|
|
16
16
|
collections: {
|
|
17
|
-
options: "CollectionListOptions"
|
|
17
|
+
options: "CollectionListOptions",
|
|
18
18
|
},
|
|
19
19
|
collection: {},
|
|
20
20
|
previewCollectionVariants: {
|
|
21
21
|
input: "PreviewCollectionVariantsInput",
|
|
22
|
-
options: "ProductVariantListOptions"
|
|
22
|
+
options: "ProductVariantListOptions",
|
|
23
23
|
},
|
|
24
24
|
countries: {
|
|
25
|
-
options: "CountryListOptions"
|
|
25
|
+
options: "CountryListOptions",
|
|
26
26
|
},
|
|
27
27
|
country: {},
|
|
28
28
|
customerGroups: {
|
|
29
|
-
options: "CustomerGroupListOptions"
|
|
29
|
+
options: "CustomerGroupListOptions",
|
|
30
30
|
},
|
|
31
31
|
customerGroup: {},
|
|
32
32
|
customers: {
|
|
33
|
-
options: "CustomerListOptions"
|
|
33
|
+
options: "CustomerListOptions",
|
|
34
34
|
},
|
|
35
35
|
customer: {},
|
|
36
36
|
facets: {
|
|
37
|
-
options: "FacetListOptions"
|
|
37
|
+
options: "FacetListOptions",
|
|
38
38
|
},
|
|
39
39
|
facet: {},
|
|
40
40
|
facetValues: {
|
|
41
|
-
options: "FacetValueListOptions"
|
|
41
|
+
options: "FacetValueListOptions",
|
|
42
42
|
},
|
|
43
43
|
job: {},
|
|
44
44
|
jobs: {
|
|
45
|
-
options: "JobListOptions"
|
|
45
|
+
options: "JobListOptions",
|
|
46
46
|
},
|
|
47
47
|
jobsById: {},
|
|
48
48
|
jobBufferSize: {},
|
|
49
49
|
order: {},
|
|
50
50
|
orders: {
|
|
51
|
-
options: "OrderListOptions"
|
|
51
|
+
options: "OrderListOptions",
|
|
52
52
|
},
|
|
53
53
|
eligibleShippingMethodsForDraftOrder: {},
|
|
54
54
|
paymentMethods: {
|
|
55
|
-
options: "PaymentMethodListOptions"
|
|
55
|
+
options: "PaymentMethodListOptions",
|
|
56
56
|
},
|
|
57
57
|
paymentMethod: {},
|
|
58
58
|
productOptionGroups: {},
|
|
59
59
|
productOptionGroup: {},
|
|
60
60
|
search: {
|
|
61
|
-
input: "SearchInput"
|
|
61
|
+
input: "SearchInput",
|
|
62
62
|
},
|
|
63
63
|
products: {
|
|
64
|
-
options: "ProductListOptions"
|
|
64
|
+
options: "ProductListOptions",
|
|
65
65
|
},
|
|
66
66
|
product: {},
|
|
67
67
|
productVariants: {
|
|
68
|
-
options: "ProductVariantListOptions"
|
|
68
|
+
options: "ProductVariantListOptions",
|
|
69
69
|
},
|
|
70
70
|
productVariant: {},
|
|
71
71
|
promotion: {},
|
|
72
72
|
promotions: {
|
|
73
|
-
options: "PromotionListOptions"
|
|
73
|
+
options: "PromotionListOptions",
|
|
74
74
|
},
|
|
75
75
|
provinces: {
|
|
76
|
-
options: "ProvinceListOptions"
|
|
76
|
+
options: "ProvinceListOptions",
|
|
77
77
|
},
|
|
78
78
|
province: {},
|
|
79
79
|
roles: {
|
|
80
|
-
options: "RoleListOptions"
|
|
80
|
+
options: "RoleListOptions",
|
|
81
81
|
},
|
|
82
82
|
role: {},
|
|
83
83
|
sellers: {
|
|
84
|
-
options: "SellerListOptions"
|
|
84
|
+
options: "SellerListOptions",
|
|
85
85
|
},
|
|
86
86
|
seller: {},
|
|
87
87
|
shippingMethods: {
|
|
88
|
-
options: "ShippingMethodListOptions"
|
|
88
|
+
options: "ShippingMethodListOptions",
|
|
89
89
|
},
|
|
90
90
|
shippingMethod: {},
|
|
91
91
|
testShippingMethod: {
|
|
92
|
-
input: "TestShippingMethodInput"
|
|
92
|
+
input: "TestShippingMethodInput",
|
|
93
93
|
},
|
|
94
94
|
testEligibleShippingMethods: {
|
|
95
|
-
input: "TestEligibleShippingMethodsInput"
|
|
95
|
+
input: "TestEligibleShippingMethodsInput",
|
|
96
96
|
},
|
|
97
97
|
stockLocation: {},
|
|
98
98
|
stockLocations: {
|
|
99
|
-
options: "StockLocationListOptions"
|
|
99
|
+
options: "StockLocationListOptions",
|
|
100
100
|
},
|
|
101
101
|
tag: {},
|
|
102
102
|
tags: {
|
|
103
|
-
options: "TagListOptions"
|
|
103
|
+
options: "TagListOptions",
|
|
104
104
|
},
|
|
105
105
|
taxCategories: {
|
|
106
|
-
options: "TaxCategoryListOptions"
|
|
106
|
+
options: "TaxCategoryListOptions",
|
|
107
107
|
},
|
|
108
108
|
taxCategory: {},
|
|
109
109
|
taxRates: {
|
|
110
|
-
options: "TaxRateListOptions"
|
|
110
|
+
options: "TaxRateListOptions",
|
|
111
111
|
},
|
|
112
112
|
taxRate: {},
|
|
113
113
|
zones: {
|
|
114
|
-
options: "ZoneListOptions"
|
|
114
|
+
options: "ZoneListOptions",
|
|
115
115
|
},
|
|
116
116
|
zone: {},
|
|
117
|
-
|
|
118
|
-
input: "
|
|
117
|
+
cronJobs: {
|
|
118
|
+
input: "CronJobsListInput",
|
|
119
|
+
},
|
|
120
|
+
getMerchantPlatformSettings: {},
|
|
121
|
+
getMerchantPlatformInfo: {},
|
|
122
|
+
getMerchantSyncHistory: {},
|
|
123
|
+
chartMetric: {
|
|
124
|
+
input: "ChartMetricInput",
|
|
125
|
+
},
|
|
126
|
+
orderSummaryMetric: {
|
|
127
|
+
input: "OrderSummaryMetricInput",
|
|
128
|
+
},
|
|
129
|
+
getRealizationURL: {},
|
|
130
|
+
getInpostOrganizations: {
|
|
131
|
+
input: "GetInpostOrganizationsInput",
|
|
119
132
|
},
|
|
120
133
|
getSimpleBgID: {
|
|
121
|
-
input: "GetSimpleBgEntityInput"
|
|
134
|
+
input: "GetSimpleBgEntityInput",
|
|
122
135
|
},
|
|
123
136
|
getSimpleBgPredictions: {
|
|
124
|
-
options: "ReplicateSimpleBgEntityListOptions"
|
|
137
|
+
options: "ReplicateSimpleBgEntityListOptions",
|
|
125
138
|
},
|
|
126
139
|
getSimpleBgItem: {},
|
|
127
|
-
getSimpleBgThemeAsset: {}
|
|
140
|
+
getSimpleBgThemeAsset: {},
|
|
128
141
|
},
|
|
129
142
|
Mutation: {
|
|
130
143
|
createAdministrator: {
|
|
131
|
-
input: "CreateAdministratorInput"
|
|
144
|
+
input: "CreateAdministratorInput",
|
|
132
145
|
},
|
|
133
146
|
updateAdministrator: {
|
|
134
|
-
input: "UpdateAdministratorInput"
|
|
147
|
+
input: "UpdateAdministratorInput",
|
|
135
148
|
},
|
|
136
149
|
updateActiveAdministrator: {
|
|
137
|
-
input: "UpdateActiveAdministratorInput"
|
|
150
|
+
input: "UpdateActiveAdministratorInput",
|
|
138
151
|
},
|
|
139
152
|
deleteAdministrator: {},
|
|
140
153
|
deleteAdministrators: {},
|
|
141
154
|
assignRoleToAdministrator: {},
|
|
142
155
|
createAssets: {
|
|
143
|
-
input: "CreateAssetInput"
|
|
156
|
+
input: "CreateAssetInput",
|
|
144
157
|
},
|
|
145
158
|
updateAsset: {
|
|
146
|
-
input: "UpdateAssetInput"
|
|
159
|
+
input: "UpdateAssetInput",
|
|
147
160
|
},
|
|
148
161
|
deleteAsset: {
|
|
149
|
-
input: "DeleteAssetInput"
|
|
162
|
+
input: "DeleteAssetInput",
|
|
150
163
|
},
|
|
151
164
|
deleteAssets: {
|
|
152
|
-
input: "DeleteAssetsInput"
|
|
165
|
+
input: "DeleteAssetsInput",
|
|
153
166
|
},
|
|
154
167
|
assignAssetsToChannel: {
|
|
155
|
-
input: "AssignAssetsToChannelInput"
|
|
168
|
+
input: "AssignAssetsToChannelInput",
|
|
156
169
|
},
|
|
157
170
|
login: {},
|
|
158
171
|
authenticate: {
|
|
159
|
-
input: "AuthenticationInput"
|
|
172
|
+
input: "AuthenticationInput",
|
|
160
173
|
},
|
|
161
174
|
createChannel: {
|
|
162
|
-
input: "CreateChannelInput"
|
|
175
|
+
input: "CreateChannelInput",
|
|
163
176
|
},
|
|
164
177
|
updateChannel: {
|
|
165
|
-
input: "UpdateChannelInput"
|
|
178
|
+
input: "UpdateChannelInput",
|
|
166
179
|
},
|
|
167
180
|
deleteChannel: {},
|
|
168
181
|
deleteChannels: {},
|
|
169
182
|
createCollection: {
|
|
170
|
-
input: "CreateCollectionInput"
|
|
183
|
+
input: "CreateCollectionInput",
|
|
171
184
|
},
|
|
172
185
|
updateCollection: {
|
|
173
|
-
input: "UpdateCollectionInput"
|
|
186
|
+
input: "UpdateCollectionInput",
|
|
174
187
|
},
|
|
175
188
|
deleteCollection: {},
|
|
176
189
|
deleteCollections: {},
|
|
177
190
|
moveCollection: {
|
|
178
|
-
input: "MoveCollectionInput"
|
|
191
|
+
input: "MoveCollectionInput",
|
|
179
192
|
},
|
|
180
193
|
assignCollectionsToChannel: {
|
|
181
|
-
input: "AssignCollectionsToChannelInput"
|
|
194
|
+
input: "AssignCollectionsToChannelInput",
|
|
182
195
|
},
|
|
183
196
|
removeCollectionsFromChannel: {
|
|
184
|
-
input: "RemoveCollectionsFromChannelInput"
|
|
197
|
+
input: "RemoveCollectionsFromChannelInput",
|
|
185
198
|
},
|
|
186
199
|
createCountry: {
|
|
187
|
-
input: "CreateCountryInput"
|
|
200
|
+
input: "CreateCountryInput",
|
|
188
201
|
},
|
|
189
202
|
updateCountry: {
|
|
190
|
-
input: "UpdateCountryInput"
|
|
203
|
+
input: "UpdateCountryInput",
|
|
191
204
|
},
|
|
192
205
|
deleteCountry: {},
|
|
193
206
|
deleteCountries: {},
|
|
194
207
|
createCustomerGroup: {
|
|
195
|
-
input: "CreateCustomerGroupInput"
|
|
208
|
+
input: "CreateCustomerGroupInput",
|
|
196
209
|
},
|
|
197
210
|
updateCustomerGroup: {
|
|
198
|
-
input: "UpdateCustomerGroupInput"
|
|
211
|
+
input: "UpdateCustomerGroupInput",
|
|
199
212
|
},
|
|
200
213
|
deleteCustomerGroup: {},
|
|
201
214
|
deleteCustomerGroups: {},
|
|
202
215
|
addCustomersToGroup: {},
|
|
203
216
|
removeCustomersFromGroup: {},
|
|
204
217
|
createCustomer: {
|
|
205
|
-
input: "CreateCustomerInput"
|
|
218
|
+
input: "CreateCustomerInput",
|
|
206
219
|
},
|
|
207
220
|
updateCustomer: {
|
|
208
|
-
input: "UpdateCustomerInput"
|
|
221
|
+
input: "UpdateCustomerInput",
|
|
209
222
|
},
|
|
210
223
|
deleteCustomer: {},
|
|
211
224
|
deleteCustomers: {},
|
|
212
225
|
createCustomerAddress: {
|
|
213
|
-
input: "CreateAddressInput"
|
|
226
|
+
input: "CreateAddressInput",
|
|
214
227
|
},
|
|
215
228
|
updateCustomerAddress: {
|
|
216
|
-
input: "UpdateAddressInput"
|
|
229
|
+
input: "UpdateAddressInput",
|
|
217
230
|
},
|
|
218
231
|
deleteCustomerAddress: {},
|
|
219
232
|
addNoteToCustomer: {
|
|
220
|
-
input: "AddNoteToCustomerInput"
|
|
233
|
+
input: "AddNoteToCustomerInput",
|
|
221
234
|
},
|
|
222
235
|
updateCustomerNote: {
|
|
223
|
-
input: "UpdateCustomerNoteInput"
|
|
236
|
+
input: "UpdateCustomerNoteInput",
|
|
224
237
|
},
|
|
225
238
|
deleteCustomerNote: {},
|
|
226
239
|
duplicateEntity: {
|
|
227
|
-
input: "DuplicateEntityInput"
|
|
240
|
+
input: "DuplicateEntityInput",
|
|
228
241
|
},
|
|
229
242
|
createFacet: {
|
|
230
|
-
input: "CreateFacetInput"
|
|
243
|
+
input: "CreateFacetInput",
|
|
231
244
|
},
|
|
232
245
|
updateFacet: {
|
|
233
|
-
input: "UpdateFacetInput"
|
|
246
|
+
input: "UpdateFacetInput",
|
|
234
247
|
},
|
|
235
248
|
deleteFacet: {},
|
|
236
249
|
deleteFacets: {},
|
|
237
250
|
createFacetValues: {
|
|
238
|
-
input: "CreateFacetValueInput"
|
|
251
|
+
input: "CreateFacetValueInput",
|
|
239
252
|
},
|
|
240
253
|
updateFacetValues: {
|
|
241
|
-
input: "UpdateFacetValueInput"
|
|
254
|
+
input: "UpdateFacetValueInput",
|
|
242
255
|
},
|
|
243
256
|
deleteFacetValues: {},
|
|
244
257
|
assignFacetsToChannel: {
|
|
245
|
-
input: "AssignFacetsToChannelInput"
|
|
258
|
+
input: "AssignFacetsToChannelInput",
|
|
246
259
|
},
|
|
247
260
|
removeFacetsFromChannel: {
|
|
248
|
-
input: "RemoveFacetsFromChannelInput"
|
|
261
|
+
input: "RemoveFacetsFromChannelInput",
|
|
249
262
|
},
|
|
250
263
|
updateGlobalSettings: {
|
|
251
|
-
input: "UpdateGlobalSettingsInput"
|
|
264
|
+
input: "UpdateGlobalSettingsInput",
|
|
252
265
|
},
|
|
253
266
|
importProducts: {
|
|
254
|
-
csvFile: "Upload"
|
|
267
|
+
csvFile: "Upload",
|
|
255
268
|
},
|
|
256
269
|
removeSettledJobs: {
|
|
257
|
-
olderThan: "DateTime"
|
|
270
|
+
olderThan: "DateTime",
|
|
258
271
|
},
|
|
259
272
|
cancelJob: {},
|
|
260
273
|
flushBufferedJobs: {},
|
|
261
274
|
settlePayment: {},
|
|
262
275
|
cancelPayment: {},
|
|
263
276
|
addFulfillmentToOrder: {
|
|
264
|
-
input: "FulfillOrderInput"
|
|
277
|
+
input: "FulfillOrderInput",
|
|
265
278
|
},
|
|
266
279
|
cancelOrder: {
|
|
267
|
-
input: "CancelOrderInput"
|
|
280
|
+
input: "CancelOrderInput",
|
|
268
281
|
},
|
|
269
282
|
refundOrder: {
|
|
270
|
-
input: "RefundOrderInput"
|
|
283
|
+
input: "RefundOrderInput",
|
|
271
284
|
},
|
|
272
285
|
settleRefund: {
|
|
273
|
-
input: "SettleRefundInput"
|
|
286
|
+
input: "SettleRefundInput",
|
|
274
287
|
},
|
|
275
288
|
addNoteToOrder: {
|
|
276
|
-
input: "AddNoteToOrderInput"
|
|
289
|
+
input: "AddNoteToOrderInput",
|
|
277
290
|
},
|
|
278
291
|
updateOrderNote: {
|
|
279
|
-
input: "UpdateOrderNoteInput"
|
|
292
|
+
input: "UpdateOrderNoteInput",
|
|
280
293
|
},
|
|
281
294
|
deleteOrderNote: {},
|
|
282
295
|
transitionOrderToState: {},
|
|
283
296
|
transitionFulfillmentToState: {},
|
|
284
297
|
transitionPaymentToState: {},
|
|
285
298
|
setOrderCustomFields: {
|
|
286
|
-
input: "UpdateOrderInput"
|
|
299
|
+
input: "UpdateOrderInput",
|
|
287
300
|
},
|
|
288
301
|
setOrderCustomer: {
|
|
289
|
-
input: "SetOrderCustomerInput"
|
|
302
|
+
input: "SetOrderCustomerInput",
|
|
290
303
|
},
|
|
291
304
|
modifyOrder: {
|
|
292
|
-
input: "ModifyOrderInput"
|
|
305
|
+
input: "ModifyOrderInput",
|
|
293
306
|
},
|
|
294
307
|
addManualPaymentToOrder: {
|
|
295
|
-
input: "ManualPaymentInput"
|
|
308
|
+
input: "ManualPaymentInput",
|
|
296
309
|
},
|
|
297
310
|
deleteDraftOrder: {},
|
|
298
311
|
addItemToDraftOrder: {
|
|
299
|
-
input: "AddItemToDraftOrderInput"
|
|
312
|
+
input: "AddItemToDraftOrderInput",
|
|
300
313
|
},
|
|
301
314
|
adjustDraftOrderLine: {
|
|
302
|
-
input: "AdjustDraftOrderLineInput"
|
|
315
|
+
input: "AdjustDraftOrderLineInput",
|
|
303
316
|
},
|
|
304
317
|
removeDraftOrderLine: {},
|
|
305
318
|
setCustomerForDraftOrder: {
|
|
306
|
-
input: "CreateCustomerInput"
|
|
319
|
+
input: "CreateCustomerInput",
|
|
307
320
|
},
|
|
308
321
|
setDraftOrderShippingAddress: {
|
|
309
|
-
input: "CreateAddressInput"
|
|
322
|
+
input: "CreateAddressInput",
|
|
310
323
|
},
|
|
311
324
|
setDraftOrderBillingAddress: {
|
|
312
|
-
input: "CreateAddressInput"
|
|
325
|
+
input: "CreateAddressInput",
|
|
313
326
|
},
|
|
314
327
|
setDraftOrderCustomFields: {
|
|
315
|
-
input: "UpdateOrderInput"
|
|
328
|
+
input: "UpdateOrderInput",
|
|
316
329
|
},
|
|
317
330
|
applyCouponCodeToDraftOrder: {},
|
|
318
331
|
toggleExcludePromotionInOrder: {},
|
|
319
332
|
removeCouponCodeFromDraftOrder: {},
|
|
320
333
|
setDraftOrderShippingMethod: {},
|
|
321
334
|
createPaymentMethod: {
|
|
322
|
-
input: "CreatePaymentMethodInput"
|
|
335
|
+
input: "CreatePaymentMethodInput",
|
|
323
336
|
},
|
|
324
337
|
updatePaymentMethod: {
|
|
325
|
-
input: "UpdatePaymentMethodInput"
|
|
338
|
+
input: "UpdatePaymentMethodInput",
|
|
326
339
|
},
|
|
327
340
|
deletePaymentMethod: {},
|
|
328
341
|
deletePaymentMethods: {},
|
|
329
342
|
assignPaymentMethodsToChannel: {
|
|
330
|
-
input: "AssignPaymentMethodsToChannelInput"
|
|
343
|
+
input: "AssignPaymentMethodsToChannelInput",
|
|
331
344
|
},
|
|
332
345
|
removePaymentMethodsFromChannel: {
|
|
333
|
-
input: "RemovePaymentMethodsFromChannelInput"
|
|
346
|
+
input: "RemovePaymentMethodsFromChannelInput",
|
|
334
347
|
},
|
|
335
348
|
createProductOptionGroup: {
|
|
336
|
-
input: "CreateProductOptionGroupInput"
|
|
349
|
+
input: "CreateProductOptionGroupInput",
|
|
337
350
|
},
|
|
338
351
|
updateProductOptionGroup: {
|
|
339
|
-
input: "UpdateProductOptionGroupInput"
|
|
352
|
+
input: "UpdateProductOptionGroupInput",
|
|
340
353
|
},
|
|
341
354
|
createProductOption: {
|
|
342
|
-
input: "CreateProductOptionInput"
|
|
355
|
+
input: "CreateProductOptionInput",
|
|
343
356
|
},
|
|
344
357
|
updateProductOption: {
|
|
345
|
-
input: "UpdateProductOptionInput"
|
|
358
|
+
input: "UpdateProductOptionInput",
|
|
346
359
|
},
|
|
347
360
|
deleteProductOption: {},
|
|
348
361
|
createProduct: {
|
|
349
|
-
input: "CreateProductInput"
|
|
362
|
+
input: "CreateProductInput",
|
|
350
363
|
},
|
|
351
364
|
updateProduct: {
|
|
352
|
-
input: "UpdateProductInput"
|
|
365
|
+
input: "UpdateProductInput",
|
|
353
366
|
},
|
|
354
367
|
updateProducts: {
|
|
355
|
-
input: "UpdateProductInput"
|
|
368
|
+
input: "UpdateProductInput",
|
|
356
369
|
},
|
|
357
370
|
deleteProduct: {},
|
|
358
371
|
deleteProducts: {},
|
|
359
372
|
addOptionGroupToProduct: {},
|
|
360
373
|
removeOptionGroupFromProduct: {},
|
|
361
374
|
createProductVariants: {
|
|
362
|
-
input: "CreateProductVariantInput"
|
|
375
|
+
input: "CreateProductVariantInput",
|
|
363
376
|
},
|
|
364
377
|
updateProductVariants: {
|
|
365
|
-
input: "UpdateProductVariantInput"
|
|
378
|
+
input: "UpdateProductVariantInput",
|
|
366
379
|
},
|
|
367
380
|
deleteProductVariant: {},
|
|
368
381
|
deleteProductVariants: {},
|
|
369
382
|
assignProductsToChannel: {
|
|
370
|
-
input: "AssignProductsToChannelInput"
|
|
383
|
+
input: "AssignProductsToChannelInput",
|
|
371
384
|
},
|
|
372
385
|
removeProductsFromChannel: {
|
|
373
|
-
input: "RemoveProductsFromChannelInput"
|
|
386
|
+
input: "RemoveProductsFromChannelInput",
|
|
374
387
|
},
|
|
375
388
|
assignProductVariantsToChannel: {
|
|
376
|
-
input: "AssignProductVariantsToChannelInput"
|
|
389
|
+
input: "AssignProductVariantsToChannelInput",
|
|
377
390
|
},
|
|
378
391
|
removeProductVariantsFromChannel: {
|
|
379
|
-
input: "RemoveProductVariantsFromChannelInput"
|
|
392
|
+
input: "RemoveProductVariantsFromChannelInput",
|
|
380
393
|
},
|
|
381
394
|
createPromotion: {
|
|
382
|
-
input: "CreatePromotionInput"
|
|
395
|
+
input: "CreatePromotionInput",
|
|
383
396
|
},
|
|
384
397
|
updatePromotion: {
|
|
385
|
-
input: "UpdatePromotionInput"
|
|
398
|
+
input: "UpdatePromotionInput",
|
|
386
399
|
},
|
|
387
400
|
deletePromotion: {},
|
|
388
401
|
deletePromotions: {},
|
|
389
402
|
assignPromotionsToChannel: {
|
|
390
|
-
input: "AssignPromotionsToChannelInput"
|
|
403
|
+
input: "AssignPromotionsToChannelInput",
|
|
391
404
|
},
|
|
392
405
|
removePromotionsFromChannel: {
|
|
393
|
-
input: "RemovePromotionsFromChannelInput"
|
|
406
|
+
input: "RemovePromotionsFromChannelInput",
|
|
394
407
|
},
|
|
395
408
|
createProvince: {
|
|
396
|
-
input: "CreateProvinceInput"
|
|
409
|
+
input: "CreateProvinceInput",
|
|
397
410
|
},
|
|
398
411
|
updateProvince: {
|
|
399
|
-
input: "UpdateProvinceInput"
|
|
412
|
+
input: "UpdateProvinceInput",
|
|
400
413
|
},
|
|
401
414
|
deleteProvince: {},
|
|
402
415
|
createRole: {
|
|
403
|
-
input: "CreateRoleInput"
|
|
416
|
+
input: "CreateRoleInput",
|
|
404
417
|
},
|
|
405
418
|
updateRole: {
|
|
406
|
-
input: "UpdateRoleInput"
|
|
419
|
+
input: "UpdateRoleInput",
|
|
407
420
|
},
|
|
408
421
|
deleteRole: {},
|
|
409
422
|
deleteRoles: {},
|
|
410
423
|
createSeller: {
|
|
411
|
-
input: "CreateSellerInput"
|
|
424
|
+
input: "CreateSellerInput",
|
|
412
425
|
},
|
|
413
426
|
updateSeller: {
|
|
414
|
-
input: "UpdateSellerInput"
|
|
427
|
+
input: "UpdateSellerInput",
|
|
415
428
|
},
|
|
416
429
|
deleteSeller: {},
|
|
417
430
|
deleteSellers: {},
|
|
418
431
|
createShippingMethod: {
|
|
419
|
-
input: "CreateShippingMethodInput"
|
|
432
|
+
input: "CreateShippingMethodInput",
|
|
420
433
|
},
|
|
421
434
|
updateShippingMethod: {
|
|
422
|
-
input: "UpdateShippingMethodInput"
|
|
435
|
+
input: "UpdateShippingMethodInput",
|
|
423
436
|
},
|
|
424
437
|
deleteShippingMethod: {},
|
|
425
438
|
deleteShippingMethods: {},
|
|
426
439
|
assignShippingMethodsToChannel: {
|
|
427
|
-
input: "AssignShippingMethodsToChannelInput"
|
|
440
|
+
input: "AssignShippingMethodsToChannelInput",
|
|
428
441
|
},
|
|
429
442
|
removeShippingMethodsFromChannel: {
|
|
430
|
-
input: "RemoveShippingMethodsFromChannelInput"
|
|
443
|
+
input: "RemoveShippingMethodsFromChannelInput",
|
|
431
444
|
},
|
|
432
445
|
createStockLocation: {
|
|
433
|
-
input: "CreateStockLocationInput"
|
|
446
|
+
input: "CreateStockLocationInput",
|
|
434
447
|
},
|
|
435
448
|
updateStockLocation: {
|
|
436
|
-
input: "UpdateStockLocationInput"
|
|
449
|
+
input: "UpdateStockLocationInput",
|
|
437
450
|
},
|
|
438
451
|
deleteStockLocation: {
|
|
439
|
-
input: "DeleteStockLocationInput"
|
|
452
|
+
input: "DeleteStockLocationInput",
|
|
440
453
|
},
|
|
441
454
|
deleteStockLocations: {
|
|
442
|
-
input: "DeleteStockLocationInput"
|
|
455
|
+
input: "DeleteStockLocationInput",
|
|
443
456
|
},
|
|
444
457
|
assignStockLocationsToChannel: {
|
|
445
|
-
input: "AssignStockLocationsToChannelInput"
|
|
458
|
+
input: "AssignStockLocationsToChannelInput",
|
|
446
459
|
},
|
|
447
460
|
removeStockLocationsFromChannel: {
|
|
448
|
-
input: "RemoveStockLocationsFromChannelInput"
|
|
461
|
+
input: "RemoveStockLocationsFromChannelInput",
|
|
449
462
|
},
|
|
450
463
|
createTag: {
|
|
451
|
-
input: "CreateTagInput"
|
|
464
|
+
input: "CreateTagInput",
|
|
452
465
|
},
|
|
453
466
|
updateTag: {
|
|
454
|
-
input: "UpdateTagInput"
|
|
467
|
+
input: "UpdateTagInput",
|
|
455
468
|
},
|
|
456
469
|
deleteTag: {},
|
|
457
470
|
createTaxCategory: {
|
|
458
|
-
input: "CreateTaxCategoryInput"
|
|
471
|
+
input: "CreateTaxCategoryInput",
|
|
459
472
|
},
|
|
460
473
|
updateTaxCategory: {
|
|
461
|
-
input: "UpdateTaxCategoryInput"
|
|
474
|
+
input: "UpdateTaxCategoryInput",
|
|
462
475
|
},
|
|
463
476
|
deleteTaxCategory: {},
|
|
464
477
|
deleteTaxCategories: {},
|
|
465
478
|
createTaxRate: {
|
|
466
|
-
input: "CreateTaxRateInput"
|
|
479
|
+
input: "CreateTaxRateInput",
|
|
467
480
|
},
|
|
468
481
|
updateTaxRate: {
|
|
469
|
-
input: "UpdateTaxRateInput"
|
|
482
|
+
input: "UpdateTaxRateInput",
|
|
470
483
|
},
|
|
471
484
|
deleteTaxRate: {},
|
|
472
485
|
deleteTaxRates: {},
|
|
473
486
|
createZone: {
|
|
474
|
-
input: "CreateZoneInput"
|
|
487
|
+
input: "CreateZoneInput",
|
|
475
488
|
},
|
|
476
489
|
updateZone: {
|
|
477
|
-
input: "UpdateZoneInput"
|
|
490
|
+
input: "UpdateZoneInput",
|
|
478
491
|
},
|
|
479
492
|
deleteZone: {},
|
|
480
493
|
deleteZones: {},
|
|
481
494
|
addMembersToZone: {},
|
|
482
495
|
removeMembersFromZone: {},
|
|
496
|
+
copyOrder: {},
|
|
497
|
+
createCronJob: {
|
|
498
|
+
input: "CronJobCreateInput",
|
|
499
|
+
},
|
|
500
|
+
updateCronJob: {
|
|
501
|
+
job: "CronJobInput",
|
|
502
|
+
},
|
|
503
|
+
removeCronJob: {
|
|
504
|
+
jobs: "CronJobInput",
|
|
505
|
+
},
|
|
506
|
+
sendAllProductsToMerchantPlatform: {},
|
|
507
|
+
saveMerchantPlatformSettings: {
|
|
508
|
+
input: "SaveMerchantPlatformSettingInput",
|
|
509
|
+
},
|
|
510
|
+
removeOrphanItems: {},
|
|
511
|
+
registerRealization: {
|
|
512
|
+
input: "OrderRealizationInput",
|
|
513
|
+
},
|
|
514
|
+
setInpostShippingMethodConfig: {
|
|
515
|
+
input: "SetInpostShippingMethodConfigInput",
|
|
516
|
+
},
|
|
483
517
|
startGenerateSimpleBg: {
|
|
484
|
-
input: "StartGenerateSimpleBgInput"
|
|
518
|
+
input: "StartGenerateSimpleBgInput",
|
|
485
519
|
},
|
|
486
520
|
getPredictionAsset: {
|
|
487
|
-
input: "GetPredictionAssetInput"
|
|
488
|
-
}
|
|
521
|
+
input: "GetPredictionAssetInput",
|
|
522
|
+
},
|
|
489
523
|
},
|
|
490
524
|
AdministratorListOptions: {
|
|
491
525
|
sort: "AdministratorSortParameter",
|
|
492
526
|
filter: "AdministratorFilterParameter",
|
|
493
|
-
filterOperator: "LogicalOperator"
|
|
527
|
+
filterOperator: "LogicalOperator",
|
|
494
528
|
},
|
|
495
529
|
CreateAdministratorInput: {
|
|
496
|
-
customFields: "JSON"
|
|
530
|
+
customFields: "JSON",
|
|
497
531
|
},
|
|
498
532
|
UpdateAdministratorInput: {
|
|
499
|
-
customFields: "JSON"
|
|
533
|
+
customFields: "JSON",
|
|
500
534
|
},
|
|
501
535
|
UpdateActiveAdministratorInput: {
|
|
502
|
-
customFields: "JSON"
|
|
536
|
+
customFields: "JSON",
|
|
503
537
|
},
|
|
504
538
|
AssetListOptions: {
|
|
505
539
|
tagsOperator: "LogicalOperator",
|
|
506
540
|
sort: "AssetSortParameter",
|
|
507
541
|
filter: "AssetFilterParameter",
|
|
508
|
-
filterOperator: "LogicalOperator"
|
|
542
|
+
filterOperator: "LogicalOperator",
|
|
509
543
|
},
|
|
510
544
|
CreateAssetInput: {
|
|
511
545
|
file: "Upload",
|
|
512
|
-
customFields: "JSON"
|
|
546
|
+
customFields: "JSON",
|
|
513
547
|
},
|
|
514
548
|
CoordinateInput: {},
|
|
515
549
|
DeleteAssetInput: {},
|
|
516
550
|
DeleteAssetsInput: {},
|
|
517
551
|
UpdateAssetInput: {
|
|
518
552
|
focalPoint: "CoordinateInput",
|
|
519
|
-
customFields: "JSON"
|
|
553
|
+
customFields: "JSON",
|
|
520
554
|
},
|
|
521
555
|
AssignAssetsToChannelInput: {},
|
|
522
556
|
AuthenticationInput: {
|
|
523
|
-
native: "NativeAuthInput"
|
|
557
|
+
native: "NativeAuthInput",
|
|
524
558
|
},
|
|
525
559
|
ChannelListOptions: {
|
|
526
560
|
sort: "ChannelSortParameter",
|
|
527
561
|
filter: "ChannelFilterParameter",
|
|
528
|
-
filterOperator: "LogicalOperator"
|
|
562
|
+
filterOperator: "LogicalOperator",
|
|
529
563
|
},
|
|
530
564
|
CreateChannelInput: {
|
|
531
565
|
defaultLanguageCode: "LanguageCode",
|
|
532
566
|
availableLanguageCodes: "LanguageCode",
|
|
567
|
+
currencyCode: "CurrencyCode",
|
|
533
568
|
defaultCurrencyCode: "CurrencyCode",
|
|
534
569
|
availableCurrencyCodes: "CurrencyCode",
|
|
535
|
-
customFields: "JSON"
|
|
570
|
+
customFields: "JSON",
|
|
536
571
|
},
|
|
537
572
|
UpdateChannelInput: {
|
|
538
573
|
defaultLanguageCode: "LanguageCode",
|
|
539
574
|
availableLanguageCodes: "LanguageCode",
|
|
575
|
+
currencyCode: "CurrencyCode",
|
|
540
576
|
defaultCurrencyCode: "CurrencyCode",
|
|
541
577
|
availableCurrencyCodes: "CurrencyCode",
|
|
542
|
-
customFields: "JSON"
|
|
578
|
+
customFields: "JSON",
|
|
543
579
|
},
|
|
544
580
|
Collection: {
|
|
545
581
|
productVariants: {
|
|
546
|
-
options: "ProductVariantListOptions"
|
|
547
|
-
}
|
|
582
|
+
options: "ProductVariantListOptions",
|
|
583
|
+
},
|
|
548
584
|
},
|
|
549
585
|
CollectionListOptions: {
|
|
550
586
|
sort: "CollectionSortParameter",
|
|
551
587
|
filter: "CollectionFilterParameter",
|
|
552
|
-
filterOperator: "LogicalOperator"
|
|
588
|
+
filterOperator: "LogicalOperator",
|
|
553
589
|
},
|
|
554
590
|
MoveCollectionInput: {},
|
|
555
591
|
CreateCollectionTranslationInput: {
|
|
556
592
|
languageCode: "LanguageCode",
|
|
557
|
-
customFields: "JSON"
|
|
593
|
+
customFields: "JSON",
|
|
558
594
|
},
|
|
559
595
|
UpdateCollectionTranslationInput: {
|
|
560
596
|
languageCode: "LanguageCode",
|
|
561
|
-
customFields: "JSON"
|
|
597
|
+
customFields: "JSON",
|
|
562
598
|
},
|
|
563
599
|
CreateCollectionInput: {
|
|
564
600
|
filters: "ConfigurableOperationInput",
|
|
565
601
|
translations: "CreateCollectionTranslationInput",
|
|
566
|
-
customFields: "JSON"
|
|
602
|
+
customFields: "JSON",
|
|
567
603
|
},
|
|
568
604
|
PreviewCollectionVariantsInput: {
|
|
569
|
-
filters: "ConfigurableOperationInput"
|
|
605
|
+
filters: "ConfigurableOperationInput",
|
|
570
606
|
},
|
|
571
607
|
UpdateCollectionInput: {
|
|
572
608
|
filters: "ConfigurableOperationInput",
|
|
573
609
|
translations: "UpdateCollectionTranslationInput",
|
|
574
|
-
customFields: "JSON"
|
|
610
|
+
customFields: "JSON",
|
|
575
611
|
},
|
|
576
612
|
AssignCollectionsToChannelInput: {},
|
|
577
613
|
RemoveCollectionsFromChannelInput: {},
|
|
578
614
|
CountryTranslationInput: {
|
|
579
615
|
languageCode: "LanguageCode",
|
|
580
|
-
customFields: "JSON"
|
|
616
|
+
customFields: "JSON",
|
|
581
617
|
},
|
|
582
618
|
CreateCountryInput: {
|
|
583
619
|
translations: "CountryTranslationInput",
|
|
584
|
-
customFields: "JSON"
|
|
620
|
+
customFields: "JSON",
|
|
585
621
|
},
|
|
586
622
|
UpdateCountryInput: {
|
|
587
623
|
translations: "CountryTranslationInput",
|
|
588
|
-
customFields: "JSON"
|
|
624
|
+
customFields: "JSON",
|
|
589
625
|
},
|
|
590
626
|
CountryListOptions: {
|
|
591
627
|
sort: "CountrySortParameter",
|
|
592
628
|
filter: "CountryFilterParameter",
|
|
593
|
-
filterOperator: "LogicalOperator"
|
|
629
|
+
filterOperator: "LogicalOperator",
|
|
594
630
|
},
|
|
595
631
|
Customer: {
|
|
596
632
|
history: {
|
|
597
|
-
options: "HistoryEntryListOptions"
|
|
633
|
+
options: "HistoryEntryListOptions",
|
|
598
634
|
},
|
|
599
635
|
orders: {
|
|
600
|
-
options: "OrderListOptions"
|
|
601
|
-
}
|
|
636
|
+
options: "OrderListOptions",
|
|
637
|
+
},
|
|
602
638
|
},
|
|
603
639
|
CustomerGroupListOptions: {
|
|
604
640
|
sort: "CustomerGroupSortParameter",
|
|
605
641
|
filter: "CustomerGroupFilterParameter",
|
|
606
|
-
filterOperator: "LogicalOperator"
|
|
642
|
+
filterOperator: "LogicalOperator",
|
|
607
643
|
},
|
|
608
644
|
CreateCustomerGroupInput: {
|
|
609
|
-
customFields: "JSON"
|
|
645
|
+
customFields: "JSON",
|
|
610
646
|
},
|
|
611
647
|
UpdateCustomerGroupInput: {
|
|
612
|
-
customFields: "JSON"
|
|
648
|
+
customFields: "JSON",
|
|
613
649
|
},
|
|
614
650
|
UpdateCustomerInput: {
|
|
615
|
-
customFields: "JSON"
|
|
651
|
+
customFields: "JSON",
|
|
616
652
|
},
|
|
617
653
|
CustomerFilterParameter: {
|
|
618
654
|
postalCode: "StringOperators",
|
|
@@ -625,72 +661,72 @@ export const AllTypesProps = {
|
|
|
625
661
|
phoneNumber: "StringOperators",
|
|
626
662
|
emailAddress: "StringOperators",
|
|
627
663
|
_and: "CustomerFilterParameter",
|
|
628
|
-
_or: "CustomerFilterParameter"
|
|
664
|
+
_or: "CustomerFilterParameter",
|
|
629
665
|
},
|
|
630
666
|
CustomerListOptions: {
|
|
631
667
|
sort: "CustomerSortParameter",
|
|
632
668
|
filter: "CustomerFilterParameter",
|
|
633
|
-
filterOperator: "LogicalOperator"
|
|
669
|
+
filterOperator: "LogicalOperator",
|
|
634
670
|
},
|
|
635
671
|
AddNoteToCustomerInput: {},
|
|
636
672
|
UpdateCustomerNoteInput: {},
|
|
637
673
|
DuplicateEntityInput: {
|
|
638
|
-
duplicatorInput: "ConfigurableOperationInput"
|
|
674
|
+
duplicatorInput: "ConfigurableOperationInput",
|
|
639
675
|
},
|
|
640
676
|
Facet: {
|
|
641
677
|
valueList: {
|
|
642
|
-
options: "FacetValueListOptions"
|
|
643
|
-
}
|
|
678
|
+
options: "FacetValueListOptions",
|
|
679
|
+
},
|
|
644
680
|
},
|
|
645
681
|
FacetListOptions: {
|
|
646
682
|
sort: "FacetSortParameter",
|
|
647
683
|
filter: "FacetFilterParameter",
|
|
648
|
-
filterOperator: "LogicalOperator"
|
|
684
|
+
filterOperator: "LogicalOperator",
|
|
649
685
|
},
|
|
650
686
|
FacetTranslationInput: {
|
|
651
687
|
languageCode: "LanguageCode",
|
|
652
|
-
customFields: "JSON"
|
|
688
|
+
customFields: "JSON",
|
|
653
689
|
},
|
|
654
690
|
CreateFacetInput: {
|
|
655
691
|
translations: "FacetTranslationInput",
|
|
656
692
|
values: "CreateFacetValueWithFacetInput",
|
|
657
|
-
customFields: "
|
|
693
|
+
customFields: "CreateFacetCustomFieldsInput",
|
|
658
694
|
},
|
|
659
695
|
UpdateFacetInput: {
|
|
660
696
|
translations: "FacetTranslationInput",
|
|
661
|
-
customFields: "
|
|
697
|
+
customFields: "UpdateFacetCustomFieldsInput",
|
|
662
698
|
},
|
|
663
699
|
FacetValueTranslationInput: {
|
|
664
700
|
languageCode: "LanguageCode",
|
|
665
|
-
customFields: "JSON"
|
|
701
|
+
customFields: "JSON",
|
|
666
702
|
},
|
|
667
703
|
CreateFacetValueWithFacetInput: {
|
|
668
|
-
translations: "FacetValueTranslationInput"
|
|
704
|
+
translations: "FacetValueTranslationInput",
|
|
669
705
|
},
|
|
670
706
|
CreateFacetValueInput: {
|
|
671
707
|
translations: "FacetValueTranslationInput",
|
|
672
|
-
customFields: "
|
|
708
|
+
customFields: "CreateFacetValueCustomFieldsInput",
|
|
673
709
|
},
|
|
674
710
|
UpdateFacetValueInput: {
|
|
675
711
|
translations: "FacetValueTranslationInput",
|
|
676
|
-
customFields: "
|
|
712
|
+
customFields: "UpdateFacetValueCustomFieldsInput",
|
|
677
713
|
},
|
|
678
714
|
AssignFacetsToChannelInput: {},
|
|
679
715
|
RemoveFacetsFromChannelInput: {},
|
|
680
716
|
UpdateGlobalSettingsInput: {
|
|
681
717
|
availableLanguages: "LanguageCode",
|
|
682
|
-
customFields: "JSON"
|
|
718
|
+
customFields: "JSON",
|
|
683
719
|
},
|
|
684
720
|
JobState: "enum",
|
|
685
721
|
JobListOptions: {
|
|
686
722
|
sort: "JobSortParameter",
|
|
687
723
|
filter: "JobFilterParameter",
|
|
688
|
-
filterOperator: "LogicalOperator"
|
|
724
|
+
filterOperator: "LogicalOperator",
|
|
689
725
|
},
|
|
690
726
|
Order: {
|
|
691
727
|
history: {
|
|
692
|
-
options: "HistoryEntryListOptions"
|
|
693
|
-
}
|
|
728
|
+
options: "HistoryEntryListOptions",
|
|
729
|
+
},
|
|
694
730
|
},
|
|
695
731
|
OrderFilterParameter: {
|
|
696
732
|
customerLastName: "StringOperators",
|
|
@@ -713,7 +749,8 @@ export const AllTypesProps = {
|
|
|
713
749
|
total: "NumberOperators",
|
|
714
750
|
totalWithTax: "NumberOperators",
|
|
715
751
|
_and: "OrderFilterParameter",
|
|
716
|
-
_or: "OrderFilterParameter"
|
|
752
|
+
_or: "OrderFilterParameter",
|
|
753
|
+
pickupPointId: "StringOperators",
|
|
717
754
|
},
|
|
718
755
|
OrderSortParameter: {
|
|
719
756
|
customerLastName: "SortOrder",
|
|
@@ -731,39 +768,40 @@ export const AllTypesProps = {
|
|
|
731
768
|
shipping: "SortOrder",
|
|
732
769
|
shippingWithTax: "SortOrder",
|
|
733
770
|
total: "SortOrder",
|
|
734
|
-
totalWithTax: "SortOrder"
|
|
771
|
+
totalWithTax: "SortOrder",
|
|
772
|
+
pickupPointId: "SortOrder",
|
|
735
773
|
},
|
|
736
774
|
OrderListOptions: {
|
|
737
775
|
sort: "OrderSortParameter",
|
|
738
776
|
filter: "OrderFilterParameter",
|
|
739
|
-
filterOperator: "LogicalOperator"
|
|
777
|
+
filterOperator: "LogicalOperator",
|
|
740
778
|
},
|
|
741
779
|
SetOrderCustomerInput: {},
|
|
742
780
|
UpdateOrderInput: {
|
|
743
|
-
customFields: "
|
|
781
|
+
customFields: "UpdateOrderCustomFieldsInput",
|
|
744
782
|
},
|
|
745
783
|
FulfillOrderInput: {
|
|
746
784
|
lines: "OrderLineInput",
|
|
747
|
-
handler: "ConfigurableOperationInput"
|
|
785
|
+
handler: "ConfigurableOperationInput",
|
|
748
786
|
},
|
|
749
787
|
CancelOrderInput: {
|
|
750
|
-
lines: "OrderLineInput"
|
|
788
|
+
lines: "OrderLineInput",
|
|
751
789
|
},
|
|
752
790
|
RefundOrderInput: {
|
|
753
791
|
lines: "OrderLineInput",
|
|
754
792
|
shipping: "Money",
|
|
755
793
|
adjustment: "Money",
|
|
756
|
-
amount: "Money"
|
|
794
|
+
amount: "Money",
|
|
757
795
|
},
|
|
758
796
|
OrderLineInput: {},
|
|
759
797
|
SettleRefundInput: {},
|
|
760
798
|
AddNoteToOrderInput: {},
|
|
761
799
|
UpdateOrderNoteInput: {},
|
|
762
800
|
AdministratorPaymentInput: {
|
|
763
|
-
metadata: "JSON"
|
|
801
|
+
metadata: "JSON",
|
|
764
802
|
},
|
|
765
803
|
AdministratorRefundInput: {
|
|
766
|
-
amount: "Money"
|
|
804
|
+
amount: "Money",
|
|
767
805
|
},
|
|
768
806
|
ModifyOrderOptions: {},
|
|
769
807
|
UpdateOrderAddressInput: {},
|
|
@@ -775,85 +813,86 @@ export const AllTypesProps = {
|
|
|
775
813
|
updateBillingAddress: "UpdateOrderAddressInput",
|
|
776
814
|
refund: "AdministratorRefundInput",
|
|
777
815
|
refunds: "AdministratorRefundInput",
|
|
778
|
-
options: "ModifyOrderOptions"
|
|
816
|
+
options: "ModifyOrderOptions",
|
|
817
|
+
customFields: "UpdateOrderCustomFieldsInput",
|
|
779
818
|
},
|
|
780
819
|
AddItemInput: {},
|
|
781
820
|
SurchargeInput: {
|
|
782
|
-
price: "Money"
|
|
821
|
+
price: "Money",
|
|
783
822
|
},
|
|
784
823
|
ManualPaymentInput: {
|
|
785
|
-
metadata: "JSON"
|
|
824
|
+
metadata: "JSON",
|
|
786
825
|
},
|
|
787
826
|
AddItemToDraftOrderInput: {},
|
|
788
827
|
AdjustDraftOrderLineInput: {},
|
|
789
828
|
PaymentMethodListOptions: {
|
|
790
829
|
sort: "PaymentMethodSortParameter",
|
|
791
830
|
filter: "PaymentMethodFilterParameter",
|
|
792
|
-
filterOperator: "LogicalOperator"
|
|
831
|
+
filterOperator: "LogicalOperator",
|
|
793
832
|
},
|
|
794
833
|
PaymentMethodTranslationInput: {
|
|
795
834
|
languageCode: "LanguageCode",
|
|
796
|
-
customFields: "JSON"
|
|
835
|
+
customFields: "JSON",
|
|
797
836
|
},
|
|
798
837
|
CreatePaymentMethodInput: {
|
|
799
838
|
checker: "ConfigurableOperationInput",
|
|
800
839
|
handler: "ConfigurableOperationInput",
|
|
801
840
|
translations: "PaymentMethodTranslationInput",
|
|
802
|
-
customFields: "JSON"
|
|
841
|
+
customFields: "JSON",
|
|
803
842
|
},
|
|
804
843
|
UpdatePaymentMethodInput: {
|
|
805
844
|
checker: "ConfigurableOperationInput",
|
|
806
845
|
handler: "ConfigurableOperationInput",
|
|
807
846
|
translations: "PaymentMethodTranslationInput",
|
|
808
|
-
customFields: "JSON"
|
|
847
|
+
customFields: "JSON",
|
|
809
848
|
},
|
|
810
849
|
AssignPaymentMethodsToChannelInput: {},
|
|
811
850
|
RemovePaymentMethodsFromChannelInput: {},
|
|
812
851
|
Product: {
|
|
813
852
|
variantList: {
|
|
814
|
-
options: "ProductVariantListOptions"
|
|
815
|
-
}
|
|
853
|
+
options: "ProductVariantListOptions",
|
|
854
|
+
},
|
|
816
855
|
},
|
|
817
856
|
ProductVariant: {
|
|
818
857
|
stockMovements: {
|
|
819
|
-
options: "StockMovementListOptions"
|
|
820
|
-
}
|
|
858
|
+
options: "StockMovementListOptions",
|
|
859
|
+
},
|
|
821
860
|
},
|
|
822
861
|
ProductOptionGroupTranslationInput: {
|
|
823
862
|
languageCode: "LanguageCode",
|
|
824
|
-
customFields: "JSON"
|
|
863
|
+
customFields: "JSON",
|
|
825
864
|
},
|
|
826
865
|
CreateProductOptionGroupInput: {
|
|
827
866
|
translations: "ProductOptionGroupTranslationInput",
|
|
828
867
|
options: "CreateGroupOptionInput",
|
|
829
|
-
customFields: "JSON"
|
|
868
|
+
customFields: "JSON",
|
|
830
869
|
},
|
|
831
870
|
UpdateProductOptionGroupInput: {
|
|
832
871
|
translations: "ProductOptionGroupTranslationInput",
|
|
833
|
-
customFields: "JSON"
|
|
872
|
+
customFields: "JSON",
|
|
834
873
|
},
|
|
835
874
|
ProductOptionTranslationInput: {
|
|
836
875
|
languageCode: "LanguageCode",
|
|
837
|
-
customFields: "JSON"
|
|
876
|
+
customFields: "JSON",
|
|
838
877
|
},
|
|
839
878
|
CreateGroupOptionInput: {
|
|
840
|
-
translations: "ProductOptionGroupTranslationInput"
|
|
879
|
+
translations: "ProductOptionGroupTranslationInput",
|
|
841
880
|
},
|
|
842
881
|
CreateProductOptionInput: {
|
|
843
882
|
translations: "ProductOptionGroupTranslationInput",
|
|
844
|
-
customFields: "JSON"
|
|
883
|
+
customFields: "JSON",
|
|
845
884
|
},
|
|
846
885
|
UpdateProductOptionInput: {
|
|
847
886
|
translations: "ProductOptionGroupTranslationInput",
|
|
848
|
-
customFields: "JSON"
|
|
887
|
+
customFields: "JSON",
|
|
849
888
|
},
|
|
850
889
|
StockMovementListOptions: {
|
|
851
|
-
type: "StockMovementType"
|
|
890
|
+
type: "StockMovementType",
|
|
852
891
|
},
|
|
853
892
|
ProductListOptions: {
|
|
854
893
|
sort: "ProductSortParameter",
|
|
855
894
|
filter: "ProductFilterParameter",
|
|
856
|
-
filterOperator: "LogicalOperator"
|
|
895
|
+
filterOperator: "LogicalOperator",
|
|
857
896
|
},
|
|
858
897
|
ProductFilterParameter: {
|
|
859
898
|
facetValueId: "IDOperators",
|
|
@@ -867,12 +906,12 @@ export const AllTypesProps = {
|
|
|
867
906
|
description: "StringOperators",
|
|
868
907
|
enabled: "BooleanOperators",
|
|
869
908
|
_and: "ProductFilterParameter",
|
|
870
|
-
_or: "ProductFilterParameter"
|
|
909
|
+
_or: "ProductFilterParameter",
|
|
871
910
|
},
|
|
872
911
|
ProductVariantListOptions: {
|
|
873
912
|
sort: "ProductVariantSortParameter",
|
|
874
913
|
filter: "ProductVariantFilterParameter",
|
|
875
|
-
filterOperator: "LogicalOperator"
|
|
914
|
+
filterOperator: "LogicalOperator",
|
|
876
915
|
},
|
|
877
916
|
ProductVariantFilterParameter: {
|
|
878
917
|
facetValueId: "IDOperators",
|
|
@@ -894,38 +933,39 @@ export const AllTypesProps = {
|
|
|
894
933
|
priceWithTax: "NumberOperators",
|
|
895
934
|
stockLevel: "StringOperators",
|
|
896
935
|
_and: "ProductVariantFilterParameter",
|
|
897
|
-
_or: "ProductVariantFilterParameter"
|
|
936
|
+
_or: "ProductVariantFilterParameter",
|
|
937
|
+
communicateID: "StringOperators",
|
|
898
938
|
},
|
|
899
939
|
ProductTranslationInput: {
|
|
900
940
|
languageCode: "LanguageCode",
|
|
901
|
-
customFields: "JSON"
|
|
941
|
+
customFields: "JSON",
|
|
902
942
|
},
|
|
903
943
|
CreateProductInput: {
|
|
904
944
|
translations: "ProductTranslationInput",
|
|
905
|
-
customFields: "JSON"
|
|
945
|
+
customFields: "JSON",
|
|
906
946
|
},
|
|
907
947
|
UpdateProductInput: {
|
|
908
948
|
translations: "ProductTranslationInput",
|
|
909
|
-
customFields: "JSON"
|
|
949
|
+
customFields: "JSON",
|
|
910
950
|
},
|
|
911
951
|
ProductVariantTranslationInput: {
|
|
912
952
|
languageCode: "LanguageCode",
|
|
913
|
-
customFields: "JSON"
|
|
953
|
+
customFields: "JSON",
|
|
914
954
|
},
|
|
915
955
|
CreateProductVariantOptionInput: {
|
|
916
|
-
translations: "ProductOptionTranslationInput"
|
|
956
|
+
translations: "ProductOptionTranslationInput",
|
|
917
957
|
},
|
|
918
958
|
StockLevelInput: {},
|
|
919
959
|
ProductVariantPriceInput: {
|
|
920
960
|
currencyCode: "CurrencyCode",
|
|
921
|
-
price: "Money"
|
|
961
|
+
price: "Money",
|
|
922
962
|
},
|
|
923
963
|
CreateProductVariantInput: {
|
|
924
964
|
translations: "ProductVariantTranslationInput",
|
|
925
965
|
price: "Money",
|
|
926
966
|
stockLevels: "StockLevelInput",
|
|
927
967
|
trackInventory: "GlobalFlag",
|
|
928
|
-
customFields: "JSON"
|
|
968
|
+
customFields: "JSON",
|
|
929
969
|
},
|
|
930
970
|
UpdateProductVariantInput: {
|
|
931
971
|
translations: "ProductVariantTranslationInput",
|
|
@@ -933,7 +973,7 @@ export const AllTypesProps = {
|
|
|
933
973
|
prices: "ProductVariantPriceInput",
|
|
934
974
|
stockLevels: "StockLevelInput",
|
|
935
975
|
trackInventory: "GlobalFlag",
|
|
936
|
-
customFields: "JSON"
|
|
976
|
+
customFields: "JSON",
|
|
937
977
|
},
|
|
938
978
|
AssignProductsToChannelInput: {},
|
|
939
979
|
RemoveProductsFromChannelInput: {},
|
|
@@ -942,11 +982,11 @@ export const AllTypesProps = {
|
|
|
942
982
|
PromotionListOptions: {
|
|
943
983
|
sort: "PromotionSortParameter",
|
|
944
984
|
filter: "PromotionFilterParameter",
|
|
945
|
-
filterOperator: "LogicalOperator"
|
|
985
|
+
filterOperator: "LogicalOperator",
|
|
946
986
|
},
|
|
947
987
|
PromotionTranslationInput: {
|
|
948
988
|
languageCode: "LanguageCode",
|
|
949
|
-
customFields: "JSON"
|
|
989
|
+
customFields: "JSON",
|
|
950
990
|
},
|
|
951
991
|
CreatePromotionInput: {
|
|
952
992
|
startsAt: "DateTime",
|
|
@@ -954,7 +994,7 @@ export const AllTypesProps = {
|
|
|
954
994
|
conditions: "ConfigurableOperationInput",
|
|
955
995
|
actions: "ConfigurableOperationInput",
|
|
956
996
|
translations: "PromotionTranslationInput",
|
|
957
|
-
customFields: "JSON"
|
|
997
|
+
customFields: "JSON",
|
|
958
998
|
},
|
|
959
999
|
UpdatePromotionInput: {
|
|
960
1000
|
startsAt: "DateTime",
|
|
@@ -962,79 +1002,79 @@ export const AllTypesProps = {
|
|
|
962
1002
|
conditions: "ConfigurableOperationInput",
|
|
963
1003
|
actions: "ConfigurableOperationInput",
|
|
964
1004
|
translations: "PromotionTranslationInput",
|
|
965
|
-
customFields: "JSON"
|
|
1005
|
+
customFields: "JSON",
|
|
966
1006
|
},
|
|
967
1007
|
AssignPromotionsToChannelInput: {},
|
|
968
1008
|
RemovePromotionsFromChannelInput: {},
|
|
969
1009
|
ProvinceTranslationInput: {
|
|
970
1010
|
languageCode: "LanguageCode",
|
|
971
|
-
customFields: "JSON"
|
|
1011
|
+
customFields: "JSON",
|
|
972
1012
|
},
|
|
973
1013
|
CreateProvinceInput: {
|
|
974
1014
|
translations: "ProvinceTranslationInput",
|
|
975
|
-
customFields: "JSON"
|
|
1015
|
+
customFields: "JSON",
|
|
976
1016
|
},
|
|
977
1017
|
UpdateProvinceInput: {
|
|
978
1018
|
translations: "ProvinceTranslationInput",
|
|
979
|
-
customFields: "JSON"
|
|
1019
|
+
customFields: "JSON",
|
|
980
1020
|
},
|
|
981
1021
|
ProvinceListOptions: {
|
|
982
1022
|
sort: "ProvinceSortParameter",
|
|
983
1023
|
filter: "ProvinceFilterParameter",
|
|
984
|
-
filterOperator: "LogicalOperator"
|
|
1024
|
+
filterOperator: "LogicalOperator",
|
|
985
1025
|
},
|
|
986
1026
|
RoleListOptions: {
|
|
987
1027
|
sort: "RoleSortParameter",
|
|
988
1028
|
filter: "RoleFilterParameter",
|
|
989
|
-
filterOperator: "LogicalOperator"
|
|
1029
|
+
filterOperator: "LogicalOperator",
|
|
990
1030
|
},
|
|
991
1031
|
CreateRoleInput: {
|
|
992
|
-
permissions: "Permission"
|
|
1032
|
+
permissions: "Permission",
|
|
993
1033
|
},
|
|
994
1034
|
UpdateRoleInput: {
|
|
995
|
-
permissions: "Permission"
|
|
1035
|
+
permissions: "Permission",
|
|
996
1036
|
},
|
|
997
1037
|
SellerListOptions: {
|
|
998
1038
|
sort: "SellerSortParameter",
|
|
999
1039
|
filter: "SellerFilterParameter",
|
|
1000
|
-
filterOperator: "LogicalOperator"
|
|
1040
|
+
filterOperator: "LogicalOperator",
|
|
1001
1041
|
},
|
|
1002
1042
|
CreateSellerInput: {
|
|
1003
|
-
customFields: "JSON"
|
|
1043
|
+
customFields: "JSON",
|
|
1004
1044
|
},
|
|
1005
1045
|
UpdateSellerInput: {
|
|
1006
|
-
customFields: "JSON"
|
|
1046
|
+
customFields: "JSON",
|
|
1007
1047
|
},
|
|
1008
1048
|
ShippingMethodListOptions: {
|
|
1009
1049
|
sort: "ShippingMethodSortParameter",
|
|
1010
1050
|
filter: "ShippingMethodFilterParameter",
|
|
1011
|
-
filterOperator: "LogicalOperator"
|
|
1051
|
+
filterOperator: "LogicalOperator",
|
|
1012
1052
|
},
|
|
1013
1053
|
ShippingMethodTranslationInput: {
|
|
1014
1054
|
languageCode: "LanguageCode",
|
|
1015
|
-
customFields: "JSON"
|
|
1055
|
+
customFields: "JSON",
|
|
1016
1056
|
},
|
|
1017
1057
|
CreateShippingMethodInput: {
|
|
1018
1058
|
checker: "ConfigurableOperationInput",
|
|
1019
1059
|
calculator: "ConfigurableOperationInput",
|
|
1020
1060
|
translations: "ShippingMethodTranslationInput",
|
|
1021
|
-
customFields: "JSON"
|
|
1061
|
+
customFields: "JSON",
|
|
1022
1062
|
},
|
|
1023
1063
|
UpdateShippingMethodInput: {
|
|
1024
1064
|
checker: "ConfigurableOperationInput",
|
|
1025
1065
|
calculator: "ConfigurableOperationInput",
|
|
1026
1066
|
translations: "ShippingMethodTranslationInput",
|
|
1027
|
-
customFields: "JSON"
|
|
1067
|
+
customFields: "JSON",
|
|
1028
1068
|
},
|
|
1029
1069
|
TestShippingMethodInput: {
|
|
1030
1070
|
checker: "ConfigurableOperationInput",
|
|
1031
1071
|
calculator: "ConfigurableOperationInput",
|
|
1032
1072
|
shippingAddress: "CreateAddressInput",
|
|
1033
|
-
lines: "TestShippingMethodOrderLineInput"
|
|
1073
|
+
lines: "TestShippingMethodOrderLineInput",
|
|
1034
1074
|
},
|
|
1035
1075
|
TestEligibleShippingMethodsInput: {
|
|
1036
1076
|
shippingAddress: "CreateAddressInput",
|
|
1037
|
-
lines: "TestShippingMethodOrderLineInput"
|
|
1077
|
+
lines: "TestShippingMethodOrderLineInput",
|
|
1038
1078
|
},
|
|
1039
1079
|
TestShippingMethodOrderLineInput: {},
|
|
1040
1080
|
AssignShippingMethodsToChannelInput: {},
|
|
@@ -1042,13 +1082,13 @@ export const AllTypesProps = {
|
|
|
1042
1082
|
StockLocationListOptions: {
|
|
1043
1083
|
sort: "StockLocationSortParameter",
|
|
1044
1084
|
filter: "StockLocationFilterParameter",
|
|
1045
|
-
filterOperator: "LogicalOperator"
|
|
1085
|
+
filterOperator: "LogicalOperator",
|
|
1046
1086
|
},
|
|
1047
1087
|
CreateStockLocationInput: {
|
|
1048
|
-
customFields: "JSON"
|
|
1088
|
+
customFields: "JSON",
|
|
1049
1089
|
},
|
|
1050
1090
|
UpdateStockLocationInput: {
|
|
1051
|
-
customFields: "JSON"
|
|
1091
|
+
customFields: "JSON",
|
|
1052
1092
|
},
|
|
1053
1093
|
DeleteStockLocationInput: {},
|
|
1054
1094
|
AssignStockLocationsToChannelInput: {},
|
|
@@ -1057,42 +1097,42 @@ export const AllTypesProps = {
|
|
|
1057
1097
|
TagListOptions: {
|
|
1058
1098
|
sort: "TagSortParameter",
|
|
1059
1099
|
filter: "TagFilterParameter",
|
|
1060
|
-
filterOperator: "LogicalOperator"
|
|
1100
|
+
filterOperator: "LogicalOperator",
|
|
1061
1101
|
},
|
|
1062
1102
|
CreateTagInput: {},
|
|
1063
1103
|
UpdateTagInput: {},
|
|
1064
1104
|
TaxCategoryListOptions: {
|
|
1065
1105
|
sort: "TaxCategorySortParameter",
|
|
1066
1106
|
filter: "TaxCategoryFilterParameter",
|
|
1067
|
-
filterOperator: "LogicalOperator"
|
|
1107
|
+
filterOperator: "LogicalOperator",
|
|
1068
1108
|
},
|
|
1069
1109
|
CreateTaxCategoryInput: {
|
|
1070
|
-
customFields: "JSON"
|
|
1110
|
+
customFields: "JSON",
|
|
1071
1111
|
},
|
|
1072
1112
|
UpdateTaxCategoryInput: {
|
|
1073
|
-
customFields: "JSON"
|
|
1113
|
+
customFields: "JSON",
|
|
1074
1114
|
},
|
|
1075
1115
|
TaxRateListOptions: {
|
|
1076
1116
|
sort: "TaxRateSortParameter",
|
|
1077
1117
|
filter: "TaxRateFilterParameter",
|
|
1078
|
-
filterOperator: "LogicalOperator"
|
|
1118
|
+
filterOperator: "LogicalOperator",
|
|
1079
1119
|
},
|
|
1080
1120
|
CreateTaxRateInput: {
|
|
1081
|
-
customFields: "JSON"
|
|
1121
|
+
customFields: "JSON",
|
|
1082
1122
|
},
|
|
1083
1123
|
UpdateTaxRateInput: {
|
|
1084
|
-
customFields: "JSON"
|
|
1124
|
+
customFields: "JSON",
|
|
1085
1125
|
},
|
|
1086
1126
|
ZoneListOptions: {
|
|
1087
1127
|
sort: "ZoneSortParameter",
|
|
1088
1128
|
filter: "ZoneFilterParameter",
|
|
1089
|
-
filterOperator: "LogicalOperator"
|
|
1129
|
+
filterOperator: "LogicalOperator",
|
|
1090
1130
|
},
|
|
1091
1131
|
CreateZoneInput: {
|
|
1092
|
-
customFields: "JSON"
|
|
1132
|
+
customFields: "JSON",
|
|
1093
1133
|
},
|
|
1094
1134
|
UpdateZoneInput: {
|
|
1095
|
-
customFields: "JSON"
|
|
1135
|
+
customFields: "JSON",
|
|
1096
1136
|
},
|
|
1097
1137
|
AssetType: "enum",
|
|
1098
1138
|
GlobalFlag: "enum",
|
|
@@ -1108,84 +1148,98 @@ export const AllTypesProps = {
|
|
|
1108
1148
|
Money: `scalar.Money`,
|
|
1109
1149
|
ConfigArgInput: {},
|
|
1110
1150
|
ConfigurableOperationInput: {
|
|
1111
|
-
arguments: "ConfigArgInput"
|
|
1151
|
+
arguments: "ConfigArgInput",
|
|
1112
1152
|
},
|
|
1113
1153
|
StringOperators: {},
|
|
1114
1154
|
IDOperators: {},
|
|
1115
1155
|
BooleanOperators: {},
|
|
1116
1156
|
NumberRange: {},
|
|
1117
1157
|
NumberOperators: {
|
|
1118
|
-
between: "NumberRange"
|
|
1158
|
+
between: "NumberRange",
|
|
1119
1159
|
},
|
|
1120
1160
|
DateRange: {
|
|
1121
1161
|
start: "DateTime",
|
|
1122
|
-
end: "DateTime"
|
|
1162
|
+
end: "DateTime",
|
|
1123
1163
|
},
|
|
1124
1164
|
DateOperators: {
|
|
1125
1165
|
eq: "DateTime",
|
|
1126
1166
|
before: "DateTime",
|
|
1127
1167
|
after: "DateTime",
|
|
1128
|
-
between: "DateRange"
|
|
1168
|
+
between: "DateRange",
|
|
1129
1169
|
},
|
|
1130
1170
|
StringListOperators: {},
|
|
1131
1171
|
NumberListOperators: {},
|
|
1132
1172
|
BooleanListOperators: {},
|
|
1133
1173
|
IDListOperators: {},
|
|
1134
1174
|
DateListOperators: {
|
|
1135
|
-
inList: "DateTime"
|
|
1175
|
+
inList: "DateTime",
|
|
1136
1176
|
},
|
|
1137
1177
|
FacetValueFilterInput: {},
|
|
1138
1178
|
SearchInput: {
|
|
1179
|
+
facetValueOperator: "LogicalOperator",
|
|
1139
1180
|
facetValueFilters: "FacetValueFilterInput",
|
|
1140
|
-
sort: "SearchResultSortParameter"
|
|
1181
|
+
sort: "SearchResultSortParameter",
|
|
1141
1182
|
},
|
|
1142
1183
|
SearchResultSortParameter: {
|
|
1143
1184
|
name: "SortOrder",
|
|
1144
|
-
price: "SortOrder"
|
|
1185
|
+
price: "SortOrder",
|
|
1145
1186
|
},
|
|
1146
1187
|
CreateCustomerInput: {
|
|
1147
|
-
customFields: "JSON"
|
|
1188
|
+
customFields: "JSON",
|
|
1148
1189
|
},
|
|
1149
1190
|
CreateAddressInput: {
|
|
1150
|
-
customFields: "JSON"
|
|
1191
|
+
customFields: "JSON",
|
|
1151
1192
|
},
|
|
1152
1193
|
UpdateAddressInput: {
|
|
1153
|
-
customFields: "JSON"
|
|
1194
|
+
customFields: "JSON",
|
|
1154
1195
|
},
|
|
1155
1196
|
CurrencyCode: "enum",
|
|
1156
1197
|
CustomerGroup: {
|
|
1157
1198
|
customers: {
|
|
1158
|
-
options: "CustomerListOptions"
|
|
1159
|
-
}
|
|
1199
|
+
options: "CustomerListOptions",
|
|
1200
|
+
},
|
|
1160
1201
|
},
|
|
1161
1202
|
FacetValueListOptions: {
|
|
1162
1203
|
sort: "FacetValueSortParameter",
|
|
1163
1204
|
filter: "FacetValueFilterParameter",
|
|
1164
|
-
filterOperator: "LogicalOperator"
|
|
1205
|
+
filterOperator: "LogicalOperator",
|
|
1165
1206
|
},
|
|
1166
1207
|
HistoryEntryType: "enum",
|
|
1167
1208
|
HistoryEntryListOptions: {
|
|
1168
1209
|
sort: "HistoryEntrySortParameter",
|
|
1169
1210
|
filter: "HistoryEntryFilterParameter",
|
|
1170
|
-
filterOperator: "LogicalOperator"
|
|
1211
|
+
filterOperator: "LogicalOperator",
|
|
1171
1212
|
},
|
|
1172
1213
|
LanguageCode: "enum",
|
|
1173
1214
|
OrderType: "enum",
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1215
|
+
CronJobsListInput: {},
|
|
1216
|
+
CronJobInput: {},
|
|
1217
|
+
CronJobCreateInput: {},
|
|
1218
|
+
MerchantPlatformSettingInput: {},
|
|
1219
|
+
SaveMerchantPlatformSettingInput: {
|
|
1220
|
+
entries: "MerchantPlatformSettingInput",
|
|
1221
|
+
},
|
|
1222
|
+
MetricRangeType: "enum",
|
|
1223
|
+
MetricIntervalType: "enum",
|
|
1224
|
+
ChartMetricType: "enum",
|
|
1225
|
+
BetterMetricRangeInput: {
|
|
1226
|
+
start: "DateTime",
|
|
1227
|
+
end: "DateTime",
|
|
1179
1228
|
},
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
filterOperator: "LogicalOperator"
|
|
1229
|
+
OrderSummaryMetricInput: {
|
|
1230
|
+
range: "BetterMetricRangeInput",
|
|
1231
|
+
},
|
|
1232
|
+
ChartMetricInput: {
|
|
1233
|
+
range: "BetterMetricRangeInput",
|
|
1234
|
+
interval: "MetricIntervalType",
|
|
1235
|
+
types: "ChartMetricType",
|
|
1188
1236
|
},
|
|
1237
|
+
RealizationAssetInput: {},
|
|
1238
|
+
OrderRealizationInput: {
|
|
1239
|
+
assets: "RealizationAssetInput",
|
|
1240
|
+
},
|
|
1241
|
+
SetInpostShippingMethodConfigInput: {},
|
|
1242
|
+
GetInpostOrganizationsInput: {},
|
|
1189
1243
|
AdministratorFilterParameter: {
|
|
1190
1244
|
id: "IDOperators",
|
|
1191
1245
|
createdAt: "DateOperators",
|
|
@@ -1194,7 +1248,7 @@ export const AllTypesProps = {
|
|
|
1194
1248
|
lastName: "StringOperators",
|
|
1195
1249
|
emailAddress: "StringOperators",
|
|
1196
1250
|
_and: "AdministratorFilterParameter",
|
|
1197
|
-
_or: "AdministratorFilterParameter"
|
|
1251
|
+
_or: "AdministratorFilterParameter",
|
|
1198
1252
|
},
|
|
1199
1253
|
AdministratorSortParameter: {
|
|
1200
1254
|
id: "SortOrder",
|
|
@@ -1202,7 +1256,7 @@ export const AllTypesProps = {
|
|
|
1202
1256
|
updatedAt: "SortOrder",
|
|
1203
1257
|
firstName: "SortOrder",
|
|
1204
1258
|
lastName: "SortOrder",
|
|
1205
|
-
emailAddress: "SortOrder"
|
|
1259
|
+
emailAddress: "SortOrder",
|
|
1206
1260
|
},
|
|
1207
1261
|
AssetFilterParameter: {
|
|
1208
1262
|
id: "IDOperators",
|
|
@@ -1217,7 +1271,7 @@ export const AllTypesProps = {
|
|
|
1217
1271
|
source: "StringOperators",
|
|
1218
1272
|
preview: "StringOperators",
|
|
1219
1273
|
_and: "AssetFilterParameter",
|
|
1220
|
-
_or: "AssetFilterParameter"
|
|
1274
|
+
_or: "AssetFilterParameter",
|
|
1221
1275
|
},
|
|
1222
1276
|
AssetSortParameter: {
|
|
1223
1277
|
id: "SortOrder",
|
|
@@ -1229,7 +1283,7 @@ export const AllTypesProps = {
|
|
|
1229
1283
|
width: "SortOrder",
|
|
1230
1284
|
height: "SortOrder",
|
|
1231
1285
|
source: "SortOrder",
|
|
1232
|
-
preview: "SortOrder"
|
|
1286
|
+
preview: "SortOrder",
|
|
1233
1287
|
},
|
|
1234
1288
|
ChannelFilterParameter: {
|
|
1235
1289
|
id: "IDOperators",
|
|
@@ -1244,7 +1298,7 @@ export const AllTypesProps = {
|
|
|
1244
1298
|
outOfStockThreshold: "NumberOperators",
|
|
1245
1299
|
pricesIncludeTax: "BooleanOperators",
|
|
1246
1300
|
_and: "ChannelFilterParameter",
|
|
1247
|
-
_or: "ChannelFilterParameter"
|
|
1301
|
+
_or: "ChannelFilterParameter",
|
|
1248
1302
|
},
|
|
1249
1303
|
ChannelSortParameter: {
|
|
1250
1304
|
id: "SortOrder",
|
|
@@ -1252,7 +1306,7 @@ export const AllTypesProps = {
|
|
|
1252
1306
|
updatedAt: "SortOrder",
|
|
1253
1307
|
code: "SortOrder",
|
|
1254
1308
|
token: "SortOrder",
|
|
1255
|
-
outOfStockThreshold: "SortOrder"
|
|
1309
|
+
outOfStockThreshold: "SortOrder",
|
|
1256
1310
|
},
|
|
1257
1311
|
CollectionFilterParameter: {
|
|
1258
1312
|
isPrivate: "BooleanOperators",
|
|
@@ -1267,7 +1321,7 @@ export const AllTypesProps = {
|
|
|
1267
1321
|
description: "StringOperators",
|
|
1268
1322
|
parentId: "IDOperators",
|
|
1269
1323
|
_and: "CollectionFilterParameter",
|
|
1270
|
-
_or: "CollectionFilterParameter"
|
|
1324
|
+
_or: "CollectionFilterParameter",
|
|
1271
1325
|
},
|
|
1272
1326
|
CollectionSortParameter: {
|
|
1273
1327
|
id: "SortOrder",
|
|
@@ -1277,7 +1331,7 @@ export const AllTypesProps = {
|
|
|
1277
1331
|
slug: "SortOrder",
|
|
1278
1332
|
position: "SortOrder",
|
|
1279
1333
|
description: "SortOrder",
|
|
1280
|
-
parentId: "SortOrder"
|
|
1334
|
+
parentId: "SortOrder",
|
|
1281
1335
|
},
|
|
1282
1336
|
ProductVariantSortParameter: {
|
|
1283
1337
|
stockOnHand: "SortOrder",
|
|
@@ -1291,7 +1345,8 @@ export const AllTypesProps = {
|
|
|
1291
1345
|
name: "SortOrder",
|
|
1292
1346
|
price: "SortOrder",
|
|
1293
1347
|
priceWithTax: "SortOrder",
|
|
1294
|
-
stockLevel: "SortOrder"
|
|
1348
|
+
stockLevel: "SortOrder",
|
|
1349
|
+
communicateID: "SortOrder",
|
|
1295
1350
|
},
|
|
1296
1351
|
CountryFilterParameter: {
|
|
1297
1352
|
id: "IDOperators",
|
|
@@ -1304,7 +1359,7 @@ export const AllTypesProps = {
|
|
|
1304
1359
|
enabled: "BooleanOperators",
|
|
1305
1360
|
parentId: "IDOperators",
|
|
1306
1361
|
_and: "CountryFilterParameter",
|
|
1307
|
-
_or: "CountryFilterParameter"
|
|
1362
|
+
_or: "CountryFilterParameter",
|
|
1308
1363
|
},
|
|
1309
1364
|
CountrySortParameter: {
|
|
1310
1365
|
id: "SortOrder",
|
|
@@ -1313,7 +1368,7 @@ export const AllTypesProps = {
|
|
|
1313
1368
|
code: "SortOrder",
|
|
1314
1369
|
type: "SortOrder",
|
|
1315
1370
|
name: "SortOrder",
|
|
1316
|
-
parentId: "SortOrder"
|
|
1371
|
+
parentId: "SortOrder",
|
|
1317
1372
|
},
|
|
1318
1373
|
CustomerGroupFilterParameter: {
|
|
1319
1374
|
id: "IDOperators",
|
|
@@ -1321,13 +1376,13 @@ export const AllTypesProps = {
|
|
|
1321
1376
|
updatedAt: "DateOperators",
|
|
1322
1377
|
name: "StringOperators",
|
|
1323
1378
|
_and: "CustomerGroupFilterParameter",
|
|
1324
|
-
_or: "CustomerGroupFilterParameter"
|
|
1379
|
+
_or: "CustomerGroupFilterParameter",
|
|
1325
1380
|
},
|
|
1326
1381
|
CustomerGroupSortParameter: {
|
|
1327
1382
|
id: "SortOrder",
|
|
1328
1383
|
createdAt: "SortOrder",
|
|
1329
1384
|
updatedAt: "SortOrder",
|
|
1330
|
-
name: "SortOrder"
|
|
1385
|
+
name: "SortOrder",
|
|
1331
1386
|
},
|
|
1332
1387
|
CustomerSortParameter: {
|
|
1333
1388
|
id: "SortOrder",
|
|
@@ -1337,7 +1392,7 @@ export const AllTypesProps = {
|
|
|
1337
1392
|
firstName: "SortOrder",
|
|
1338
1393
|
lastName: "SortOrder",
|
|
1339
1394
|
phoneNumber: "SortOrder",
|
|
1340
|
-
emailAddress: "SortOrder"
|
|
1395
|
+
emailAddress: "SortOrder",
|
|
1341
1396
|
},
|
|
1342
1397
|
FacetFilterParameter: {
|
|
1343
1398
|
isPrivate: "BooleanOperators",
|
|
@@ -1348,14 +1403,20 @@ export const AllTypesProps = {
|
|
|
1348
1403
|
name: "StringOperators",
|
|
1349
1404
|
code: "StringOperators",
|
|
1350
1405
|
_and: "FacetFilterParameter",
|
|
1351
|
-
_or: "FacetFilterParameter"
|
|
1406
|
+
_or: "FacetFilterParameter",
|
|
1407
|
+
usedForColors: "BooleanOperators",
|
|
1408
|
+
usedForProductCreations: "BooleanOperators",
|
|
1409
|
+
colorsCollection: "BooleanOperators",
|
|
1352
1410
|
},
|
|
1353
1411
|
FacetSortParameter: {
|
|
1354
1412
|
id: "SortOrder",
|
|
1355
1413
|
createdAt: "SortOrder",
|
|
1356
1414
|
updatedAt: "SortOrder",
|
|
1357
1415
|
name: "SortOrder",
|
|
1358
|
-
code: "SortOrder"
|
|
1416
|
+
code: "SortOrder",
|
|
1417
|
+
usedForColors: "SortOrder",
|
|
1418
|
+
usedForProductCreations: "SortOrder",
|
|
1419
|
+
colorsCollection: "SortOrder",
|
|
1359
1420
|
},
|
|
1360
1421
|
FacetValueFilterParameter: {
|
|
1361
1422
|
id: "IDOperators",
|
|
@@ -1366,7 +1427,10 @@ export const AllTypesProps = {
|
|
|
1366
1427
|
name: "StringOperators",
|
|
1367
1428
|
code: "StringOperators",
|
|
1368
1429
|
_and: "FacetValueFilterParameter",
|
|
1369
|
-
_or: "FacetValueFilterParameter"
|
|
1430
|
+
_or: "FacetValueFilterParameter",
|
|
1431
|
+
hexColor: "StringOperators",
|
|
1432
|
+
isNew: "BooleanOperators",
|
|
1433
|
+
isHidden: "BooleanOperators",
|
|
1370
1434
|
},
|
|
1371
1435
|
FacetValueSortParameter: {
|
|
1372
1436
|
id: "SortOrder",
|
|
@@ -1374,7 +1438,11 @@ export const AllTypesProps = {
|
|
|
1374
1438
|
updatedAt: "SortOrder",
|
|
1375
1439
|
facetId: "SortOrder",
|
|
1376
1440
|
name: "SortOrder",
|
|
1377
|
-
code: "SortOrder"
|
|
1441
|
+
code: "SortOrder",
|
|
1442
|
+
hexColor: "SortOrder",
|
|
1443
|
+
isNew: "SortOrder",
|
|
1444
|
+
isHidden: "SortOrder",
|
|
1445
|
+
image: "SortOrder",
|
|
1378
1446
|
},
|
|
1379
1447
|
JobFilterParameter: {
|
|
1380
1448
|
id: "IDOperators",
|
|
@@ -1389,7 +1457,7 @@ export const AllTypesProps = {
|
|
|
1389
1457
|
retries: "NumberOperators",
|
|
1390
1458
|
attempts: "NumberOperators",
|
|
1391
1459
|
_and: "JobFilterParameter",
|
|
1392
|
-
_or: "JobFilterParameter"
|
|
1460
|
+
_or: "JobFilterParameter",
|
|
1393
1461
|
},
|
|
1394
1462
|
JobSortParameter: {
|
|
1395
1463
|
id: "SortOrder",
|
|
@@ -1400,7 +1468,7 @@ export const AllTypesProps = {
|
|
|
1400
1468
|
progress: "SortOrder",
|
|
1401
1469
|
duration: "SortOrder",
|
|
1402
1470
|
retries: "SortOrder",
|
|
1403
|
-
attempts: "SortOrder"
|
|
1471
|
+
attempts: "SortOrder",
|
|
1404
1472
|
},
|
|
1405
1473
|
PaymentMethodFilterParameter: {
|
|
1406
1474
|
id: "IDOperators",
|
|
@@ -1411,7 +1479,7 @@ export const AllTypesProps = {
|
|
|
1411
1479
|
description: "StringOperators",
|
|
1412
1480
|
enabled: "BooleanOperators",
|
|
1413
1481
|
_and: "PaymentMethodFilterParameter",
|
|
1414
|
-
_or: "PaymentMethodFilterParameter"
|
|
1482
|
+
_or: "PaymentMethodFilterParameter",
|
|
1415
1483
|
},
|
|
1416
1484
|
PaymentMethodSortParameter: {
|
|
1417
1485
|
id: "SortOrder",
|
|
@@ -1419,7 +1487,7 @@ export const AllTypesProps = {
|
|
|
1419
1487
|
updatedAt: "SortOrder",
|
|
1420
1488
|
name: "SortOrder",
|
|
1421
1489
|
code: "SortOrder",
|
|
1422
|
-
description: "SortOrder"
|
|
1490
|
+
description: "SortOrder",
|
|
1423
1491
|
},
|
|
1424
1492
|
ProductSortParameter: {
|
|
1425
1493
|
id: "SortOrder",
|
|
@@ -1427,7 +1495,7 @@ export const AllTypesProps = {
|
|
|
1427
1495
|
updatedAt: "SortOrder",
|
|
1428
1496
|
name: "SortOrder",
|
|
1429
1497
|
slug: "SortOrder",
|
|
1430
|
-
description: "SortOrder"
|
|
1498
|
+
description: "SortOrder",
|
|
1431
1499
|
},
|
|
1432
1500
|
PromotionFilterParameter: {
|
|
1433
1501
|
id: "IDOperators",
|
|
@@ -1442,7 +1510,7 @@ export const AllTypesProps = {
|
|
|
1442
1510
|
description: "StringOperators",
|
|
1443
1511
|
enabled: "BooleanOperators",
|
|
1444
1512
|
_and: "PromotionFilterParameter",
|
|
1445
|
-
_or: "PromotionFilterParameter"
|
|
1513
|
+
_or: "PromotionFilterParameter",
|
|
1446
1514
|
},
|
|
1447
1515
|
PromotionSortParameter: {
|
|
1448
1516
|
id: "SortOrder",
|
|
@@ -1454,7 +1522,7 @@ export const AllTypesProps = {
|
|
|
1454
1522
|
perCustomerUsageLimit: "SortOrder",
|
|
1455
1523
|
usageLimit: "SortOrder",
|
|
1456
1524
|
name: "SortOrder",
|
|
1457
|
-
description: "SortOrder"
|
|
1525
|
+
description: "SortOrder",
|
|
1458
1526
|
},
|
|
1459
1527
|
ProvinceFilterParameter: {
|
|
1460
1528
|
id: "IDOperators",
|
|
@@ -1467,7 +1535,7 @@ export const AllTypesProps = {
|
|
|
1467
1535
|
enabled: "BooleanOperators",
|
|
1468
1536
|
parentId: "IDOperators",
|
|
1469
1537
|
_and: "ProvinceFilterParameter",
|
|
1470
|
-
_or: "ProvinceFilterParameter"
|
|
1538
|
+
_or: "ProvinceFilterParameter",
|
|
1471
1539
|
},
|
|
1472
1540
|
ProvinceSortParameter: {
|
|
1473
1541
|
id: "SortOrder",
|
|
@@ -1476,7 +1544,7 @@ export const AllTypesProps = {
|
|
|
1476
1544
|
code: "SortOrder",
|
|
1477
1545
|
type: "SortOrder",
|
|
1478
1546
|
name: "SortOrder",
|
|
1479
|
-
parentId: "SortOrder"
|
|
1547
|
+
parentId: "SortOrder",
|
|
1480
1548
|
},
|
|
1481
1549
|
RoleFilterParameter: {
|
|
1482
1550
|
id: "IDOperators",
|
|
@@ -1485,14 +1553,14 @@ export const AllTypesProps = {
|
|
|
1485
1553
|
code: "StringOperators",
|
|
1486
1554
|
description: "StringOperators",
|
|
1487
1555
|
_and: "RoleFilterParameter",
|
|
1488
|
-
_or: "RoleFilterParameter"
|
|
1556
|
+
_or: "RoleFilterParameter",
|
|
1489
1557
|
},
|
|
1490
1558
|
RoleSortParameter: {
|
|
1491
1559
|
id: "SortOrder",
|
|
1492
1560
|
createdAt: "SortOrder",
|
|
1493
1561
|
updatedAt: "SortOrder",
|
|
1494
1562
|
code: "SortOrder",
|
|
1495
|
-
description: "SortOrder"
|
|
1563
|
+
description: "SortOrder",
|
|
1496
1564
|
},
|
|
1497
1565
|
SellerFilterParameter: {
|
|
1498
1566
|
id: "IDOperators",
|
|
@@ -1500,13 +1568,13 @@ export const AllTypesProps = {
|
|
|
1500
1568
|
updatedAt: "DateOperators",
|
|
1501
1569
|
name: "StringOperators",
|
|
1502
1570
|
_and: "SellerFilterParameter",
|
|
1503
|
-
_or: "SellerFilterParameter"
|
|
1571
|
+
_or: "SellerFilterParameter",
|
|
1504
1572
|
},
|
|
1505
1573
|
SellerSortParameter: {
|
|
1506
1574
|
id: "SortOrder",
|
|
1507
1575
|
createdAt: "SortOrder",
|
|
1508
1576
|
updatedAt: "SortOrder",
|
|
1509
|
-
name: "SortOrder"
|
|
1577
|
+
name: "SortOrder",
|
|
1510
1578
|
},
|
|
1511
1579
|
ShippingMethodFilterParameter: {
|
|
1512
1580
|
id: "IDOperators",
|
|
@@ -1518,7 +1586,7 @@ export const AllTypesProps = {
|
|
|
1518
1586
|
description: "StringOperators",
|
|
1519
1587
|
fulfillmentHandlerCode: "StringOperators",
|
|
1520
1588
|
_and: "ShippingMethodFilterParameter",
|
|
1521
|
-
_or: "ShippingMethodFilterParameter"
|
|
1589
|
+
_or: "ShippingMethodFilterParameter",
|
|
1522
1590
|
},
|
|
1523
1591
|
ShippingMethodSortParameter: {
|
|
1524
1592
|
id: "SortOrder",
|
|
@@ -1527,7 +1595,7 @@ export const AllTypesProps = {
|
|
|
1527
1595
|
code: "SortOrder",
|
|
1528
1596
|
name: "SortOrder",
|
|
1529
1597
|
description: "SortOrder",
|
|
1530
|
-
fulfillmentHandlerCode: "SortOrder"
|
|
1598
|
+
fulfillmentHandlerCode: "SortOrder",
|
|
1531
1599
|
},
|
|
1532
1600
|
StockLocationFilterParameter: {
|
|
1533
1601
|
id: "IDOperators",
|
|
@@ -1536,14 +1604,14 @@ export const AllTypesProps = {
|
|
|
1536
1604
|
name: "StringOperators",
|
|
1537
1605
|
description: "StringOperators",
|
|
1538
1606
|
_and: "StockLocationFilterParameter",
|
|
1539
|
-
_or: "StockLocationFilterParameter"
|
|
1607
|
+
_or: "StockLocationFilterParameter",
|
|
1540
1608
|
},
|
|
1541
1609
|
StockLocationSortParameter: {
|
|
1542
1610
|
id: "SortOrder",
|
|
1543
1611
|
createdAt: "SortOrder",
|
|
1544
1612
|
updatedAt: "SortOrder",
|
|
1545
1613
|
name: "SortOrder",
|
|
1546
|
-
description: "SortOrder"
|
|
1614
|
+
description: "SortOrder",
|
|
1547
1615
|
},
|
|
1548
1616
|
TagFilterParameter: {
|
|
1549
1617
|
id: "IDOperators",
|
|
@@ -1551,13 +1619,13 @@ export const AllTypesProps = {
|
|
|
1551
1619
|
updatedAt: "DateOperators",
|
|
1552
1620
|
value: "StringOperators",
|
|
1553
1621
|
_and: "TagFilterParameter",
|
|
1554
|
-
_or: "TagFilterParameter"
|
|
1622
|
+
_or: "TagFilterParameter",
|
|
1555
1623
|
},
|
|
1556
1624
|
TagSortParameter: {
|
|
1557
1625
|
id: "SortOrder",
|
|
1558
1626
|
createdAt: "SortOrder",
|
|
1559
1627
|
updatedAt: "SortOrder",
|
|
1560
|
-
value: "SortOrder"
|
|
1628
|
+
value: "SortOrder",
|
|
1561
1629
|
},
|
|
1562
1630
|
TaxCategoryFilterParameter: {
|
|
1563
1631
|
id: "IDOperators",
|
|
@@ -1566,13 +1634,13 @@ export const AllTypesProps = {
|
|
|
1566
1634
|
name: "StringOperators",
|
|
1567
1635
|
isDefault: "BooleanOperators",
|
|
1568
1636
|
_and: "TaxCategoryFilterParameter",
|
|
1569
|
-
_or: "TaxCategoryFilterParameter"
|
|
1637
|
+
_or: "TaxCategoryFilterParameter",
|
|
1570
1638
|
},
|
|
1571
1639
|
TaxCategorySortParameter: {
|
|
1572
1640
|
id: "SortOrder",
|
|
1573
1641
|
createdAt: "SortOrder",
|
|
1574
1642
|
updatedAt: "SortOrder",
|
|
1575
|
-
name: "SortOrder"
|
|
1643
|
+
name: "SortOrder",
|
|
1576
1644
|
},
|
|
1577
1645
|
TaxRateFilterParameter: {
|
|
1578
1646
|
id: "IDOperators",
|
|
@@ -1582,14 +1650,14 @@ export const AllTypesProps = {
|
|
|
1582
1650
|
enabled: "BooleanOperators",
|
|
1583
1651
|
value: "NumberOperators",
|
|
1584
1652
|
_and: "TaxRateFilterParameter",
|
|
1585
|
-
_or: "TaxRateFilterParameter"
|
|
1653
|
+
_or: "TaxRateFilterParameter",
|
|
1586
1654
|
},
|
|
1587
1655
|
TaxRateSortParameter: {
|
|
1588
1656
|
id: "SortOrder",
|
|
1589
1657
|
createdAt: "SortOrder",
|
|
1590
1658
|
updatedAt: "SortOrder",
|
|
1591
1659
|
name: "SortOrder",
|
|
1592
|
-
value: "SortOrder"
|
|
1660
|
+
value: "SortOrder",
|
|
1593
1661
|
},
|
|
1594
1662
|
ZoneFilterParameter: {
|
|
1595
1663
|
id: "IDOperators",
|
|
@@ -1597,24 +1665,13 @@ export const AllTypesProps = {
|
|
|
1597
1665
|
updatedAt: "DateOperators",
|
|
1598
1666
|
name: "StringOperators",
|
|
1599
1667
|
_and: "ZoneFilterParameter",
|
|
1600
|
-
_or: "ZoneFilterParameter"
|
|
1668
|
+
_or: "ZoneFilterParameter",
|
|
1601
1669
|
},
|
|
1602
1670
|
ZoneSortParameter: {
|
|
1603
1671
|
id: "SortOrder",
|
|
1604
1672
|
createdAt: "SortOrder",
|
|
1605
1673
|
updatedAt: "SortOrder",
|
|
1606
|
-
name: "SortOrder"
|
|
1607
|
-
},
|
|
1608
|
-
ReplicateSimpleBgEntityFilterParameter: {
|
|
1609
|
-
id: "IDOperators",
|
|
1610
|
-
status: "StringOperators",
|
|
1611
|
-
finishedAt: "DateOperators",
|
|
1612
|
-
_and: "ReplicateSimpleBgEntityFilterParameter",
|
|
1613
|
-
_or: "ReplicateSimpleBgEntityFilterParameter"
|
|
1614
|
-
},
|
|
1615
|
-
ReplicateSimpleBgEntitySortParameter: {
|
|
1616
|
-
id: "SortOrder",
|
|
1617
|
-
finishedAt: "SortOrder"
|
|
1674
|
+
name: "SortOrder",
|
|
1618
1675
|
},
|
|
1619
1676
|
HistoryEntryFilterParameter: {
|
|
1620
1677
|
isPublic: "BooleanOperators",
|
|
@@ -1623,15 +1680,40 @@ export const AllTypesProps = {
|
|
|
1623
1680
|
updatedAt: "DateOperators",
|
|
1624
1681
|
type: "StringOperators",
|
|
1625
1682
|
_and: "HistoryEntryFilterParameter",
|
|
1626
|
-
_or: "HistoryEntryFilterParameter"
|
|
1683
|
+
_or: "HistoryEntryFilterParameter",
|
|
1627
1684
|
},
|
|
1628
1685
|
HistoryEntrySortParameter: {
|
|
1629
1686
|
id: "SortOrder",
|
|
1630
1687
|
createdAt: "SortOrder",
|
|
1631
|
-
updatedAt: "SortOrder"
|
|
1688
|
+
updatedAt: "SortOrder",
|
|
1632
1689
|
},
|
|
1690
|
+
CreateFacetCustomFieldsInput: {},
|
|
1691
|
+
UpdateFacetCustomFieldsInput: {},
|
|
1692
|
+
CreateFacetValueCustomFieldsInput: {},
|
|
1693
|
+
UpdateFacetValueCustomFieldsInput: {},
|
|
1694
|
+
UpdateOrderCustomFieldsInput: {},
|
|
1633
1695
|
NativeAuthInput: {},
|
|
1634
|
-
|
|
1696
|
+
StartGenerateSimpleBgInput: {},
|
|
1697
|
+
GetPredictionAssetInput: {},
|
|
1698
|
+
GetSimpleBgEntityInput: {},
|
|
1699
|
+
PredictionSimpleBgStatus: "enum",
|
|
1700
|
+
ReplicateSimpleBgEntityListOptions: {
|
|
1701
|
+
sort: "ReplicateSimpleBgEntitySortParameter",
|
|
1702
|
+
filter: "ReplicateSimpleBgEntityFilterParameter",
|
|
1703
|
+
filterOperator: "LogicalOperator",
|
|
1704
|
+
},
|
|
1705
|
+
ReplicateSimpleBgEntityFilterParameter: {
|
|
1706
|
+
id: "IDOperators",
|
|
1707
|
+
status: "StringOperators",
|
|
1708
|
+
finishedAt: "DateOperators",
|
|
1709
|
+
_and: "ReplicateSimpleBgEntityFilterParameter",
|
|
1710
|
+
_or: "ReplicateSimpleBgEntityFilterParameter",
|
|
1711
|
+
},
|
|
1712
|
+
ReplicateSimpleBgEntitySortParameter: {
|
|
1713
|
+
id: "SortOrder",
|
|
1714
|
+
finishedAt: "SortOrder",
|
|
1715
|
+
},
|
|
1716
|
+
ID: `scalar.ID`,
|
|
1635
1717
|
};
|
|
1636
1718
|
export const ReturnTypes = {
|
|
1637
1719
|
Query: {
|
|
@@ -1706,12 +1788,22 @@ export const ReturnTypes = {
|
|
|
1706
1788
|
taxRate: "TaxRate",
|
|
1707
1789
|
zones: "ZoneList",
|
|
1708
1790
|
zone: "Zone",
|
|
1709
|
-
|
|
1791
|
+
cronJobsConfig: "CronJobsConfig",
|
|
1792
|
+
cronJobs: "CronJobsList",
|
|
1793
|
+
getMerchantPlatformSettings: "MerchantPlatformSettingsEntity",
|
|
1794
|
+
getMerchantPlatformInfo: "MerchantPlatformInfo",
|
|
1795
|
+
getMerchantSyncHistory: "MerchantSyncRun",
|
|
1796
|
+
additionalOrderStates: "AdditionalOrderState",
|
|
1797
|
+
chartMetric: "ChartMetrics",
|
|
1798
|
+
orderSummaryMetric: "OrderSummaryMetrics",
|
|
1799
|
+
getRealizationURL: "String",
|
|
1800
|
+
getInpostConfig: "InpostConfig",
|
|
1801
|
+
getInpostOrganizations: "InpostOrganizationResponse",
|
|
1710
1802
|
getSimpleBgID: "String",
|
|
1711
1803
|
getSimpleBgPredictions: "ReplicateSimpleBgEntityList",
|
|
1712
1804
|
getSimpleBgItem: "PredictionSimpleBgResult",
|
|
1713
1805
|
getSimpleBgThemeAsset: "Image",
|
|
1714
|
-
getSimpleBgOptions: "SimpleBgPluginOptions"
|
|
1806
|
+
getSimpleBgOptions: "SimpleBgPluginOptions",
|
|
1715
1807
|
},
|
|
1716
1808
|
Mutation: {
|
|
1717
1809
|
createAdministrator: "Administrator",
|
|
@@ -1830,7 +1922,7 @@ export const ReturnTypes = {
|
|
|
1830
1922
|
assignProductsToChannel: "Product",
|
|
1831
1923
|
removeProductsFromChannel: "Product",
|
|
1832
1924
|
assignProductVariantsToChannel: "ProductVariant",
|
|
1833
|
-
removeProductVariantsFromChannel: "
|
|
1925
|
+
removeProductVariantsFromChannel: "ID",
|
|
1834
1926
|
createPromotion: "CreatePromotionResult",
|
|
1835
1927
|
updatePromotion: "UpdatePromotionResult",
|
|
1836
1928
|
deletePromotion: "DeletionResponse",
|
|
@@ -1877,8 +1969,17 @@ export const ReturnTypes = {
|
|
|
1877
1969
|
deleteZones: "DeletionResponse",
|
|
1878
1970
|
addMembersToZone: "Zone",
|
|
1879
1971
|
removeMembersFromZone: "Zone",
|
|
1972
|
+
copyOrder: "CopyOrderResult",
|
|
1973
|
+
createCronJob: "Boolean",
|
|
1974
|
+
updateCronJob: "Boolean",
|
|
1975
|
+
removeCronJob: "Boolean",
|
|
1976
|
+
sendAllProductsToMerchantPlatform: "Boolean",
|
|
1977
|
+
saveMerchantPlatformSettings: "MerchantPlatformSettingsEntity",
|
|
1978
|
+
removeOrphanItems: "Boolean",
|
|
1979
|
+
registerRealization: "OrderRealization",
|
|
1980
|
+
setInpostShippingMethodConfig: "Boolean",
|
|
1880
1981
|
startGenerateSimpleBg: "String",
|
|
1881
|
-
getPredictionAsset: "Asset"
|
|
1982
|
+
getPredictionAsset: "Asset",
|
|
1882
1983
|
},
|
|
1883
1984
|
Administrator: {
|
|
1884
1985
|
id: "ID",
|
|
@@ -1888,47 +1989,47 @@ export const ReturnTypes = {
|
|
|
1888
1989
|
lastName: "String",
|
|
1889
1990
|
emailAddress: "String",
|
|
1890
1991
|
user: "User",
|
|
1891
|
-
customFields: "JSON"
|
|
1992
|
+
customFields: "JSON",
|
|
1892
1993
|
},
|
|
1893
1994
|
AdministratorList: {
|
|
1894
1995
|
items: "Administrator",
|
|
1895
|
-
totalItems: "Int"
|
|
1996
|
+
totalItems: "Int",
|
|
1896
1997
|
},
|
|
1897
1998
|
MimeTypeError: {
|
|
1898
1999
|
errorCode: "ErrorCode",
|
|
1899
2000
|
message: "String",
|
|
1900
2001
|
fileName: "String",
|
|
1901
|
-
mimeType: "String"
|
|
2002
|
+
mimeType: "String",
|
|
1902
2003
|
},
|
|
1903
2004
|
CreateAssetResult: {
|
|
1904
2005
|
"...on Asset": "Asset",
|
|
1905
|
-
"...on MimeTypeError": "MimeTypeError"
|
|
2006
|
+
"...on MimeTypeError": "MimeTypeError",
|
|
1906
2007
|
},
|
|
1907
2008
|
NativeAuthenticationResult: {
|
|
1908
2009
|
"...on CurrentUser": "CurrentUser",
|
|
1909
2010
|
"...on InvalidCredentialsError": "InvalidCredentialsError",
|
|
1910
|
-
"...on NativeAuthStrategyError": "NativeAuthStrategyError"
|
|
2011
|
+
"...on NativeAuthStrategyError": "NativeAuthStrategyError",
|
|
1911
2012
|
},
|
|
1912
2013
|
AuthenticationResult: {
|
|
1913
2014
|
"...on CurrentUser": "CurrentUser",
|
|
1914
|
-
"...on InvalidCredentialsError": "InvalidCredentialsError"
|
|
2015
|
+
"...on InvalidCredentialsError": "InvalidCredentialsError",
|
|
1915
2016
|
},
|
|
1916
2017
|
ChannelList: {
|
|
1917
2018
|
items: "Channel",
|
|
1918
|
-
totalItems: "Int"
|
|
2019
|
+
totalItems: "Int",
|
|
1919
2020
|
},
|
|
1920
2021
|
LanguageNotAvailableError: {
|
|
1921
2022
|
errorCode: "ErrorCode",
|
|
1922
2023
|
message: "String",
|
|
1923
|
-
languageCode: "String"
|
|
2024
|
+
languageCode: "String",
|
|
1924
2025
|
},
|
|
1925
2026
|
CreateChannelResult: {
|
|
1926
2027
|
"...on Channel": "Channel",
|
|
1927
|
-
"...on LanguageNotAvailableError": "LanguageNotAvailableError"
|
|
2028
|
+
"...on LanguageNotAvailableError": "LanguageNotAvailableError",
|
|
1928
2029
|
},
|
|
1929
2030
|
UpdateChannelResult: {
|
|
1930
2031
|
"...on Channel": "Channel",
|
|
1931
|
-
"...on LanguageNotAvailableError": "LanguageNotAvailableError"
|
|
2032
|
+
"...on LanguageNotAvailableError": "LanguageNotAvailableError",
|
|
1932
2033
|
},
|
|
1933
2034
|
Collection: {
|
|
1934
2035
|
isPrivate: "Boolean",
|
|
@@ -1950,7 +2051,7 @@ export const ReturnTypes = {
|
|
|
1950
2051
|
filters: "ConfigurableOperation",
|
|
1951
2052
|
translations: "CollectionTranslation",
|
|
1952
2053
|
productVariants: "ProductVariantList",
|
|
1953
|
-
customFields: "JSON"
|
|
2054
|
+
customFields: "JSON",
|
|
1954
2055
|
},
|
|
1955
2056
|
Customer: {
|
|
1956
2057
|
groups: "CustomerGroup",
|
|
@@ -1966,38 +2067,38 @@ export const ReturnTypes = {
|
|
|
1966
2067
|
addresses: "Address",
|
|
1967
2068
|
orders: "OrderList",
|
|
1968
2069
|
user: "User",
|
|
1969
|
-
customFields: "JSON"
|
|
2070
|
+
customFields: "JSON",
|
|
1970
2071
|
},
|
|
1971
2072
|
CustomerGroupList: {
|
|
1972
2073
|
items: "CustomerGroup",
|
|
1973
|
-
totalItems: "Int"
|
|
2074
|
+
totalItems: "Int",
|
|
1974
2075
|
},
|
|
1975
2076
|
CreateCustomerResult: {
|
|
1976
2077
|
"...on Customer": "Customer",
|
|
1977
|
-
"...on EmailAddressConflictError": "EmailAddressConflictError"
|
|
2078
|
+
"...on EmailAddressConflictError": "EmailAddressConflictError",
|
|
1978
2079
|
},
|
|
1979
2080
|
UpdateCustomerResult: {
|
|
1980
2081
|
"...on Customer": "Customer",
|
|
1981
|
-
"...on EmailAddressConflictError": "EmailAddressConflictError"
|
|
2082
|
+
"...on EmailAddressConflictError": "EmailAddressConflictError",
|
|
1982
2083
|
},
|
|
1983
2084
|
EntityDuplicatorDefinition: {
|
|
1984
2085
|
code: "String",
|
|
1985
2086
|
args: "ConfigArgDefinition",
|
|
1986
2087
|
description: "String",
|
|
1987
2088
|
forEntities: "String",
|
|
1988
|
-
requiresPermission: "Permission"
|
|
2089
|
+
requiresPermission: "Permission",
|
|
1989
2090
|
},
|
|
1990
2091
|
DuplicateEntitySuccess: {
|
|
1991
|
-
newEntityId: "ID"
|
|
2092
|
+
newEntityId: "ID",
|
|
1992
2093
|
},
|
|
1993
2094
|
DuplicateEntityError: {
|
|
1994
2095
|
errorCode: "ErrorCode",
|
|
1995
2096
|
message: "String",
|
|
1996
|
-
duplicationError: "String"
|
|
2097
|
+
duplicationError: "String",
|
|
1997
2098
|
},
|
|
1998
2099
|
DuplicateEntityResult: {
|
|
1999
2100
|
"...on DuplicateEntitySuccess": "DuplicateEntitySuccess",
|
|
2000
|
-
"...on DuplicateEntityError": "DuplicateEntityError"
|
|
2101
|
+
"...on DuplicateEntityError": "DuplicateEntityError",
|
|
2001
2102
|
},
|
|
2002
2103
|
Facet: {
|
|
2003
2104
|
isPrivate: "Boolean",
|
|
@@ -2010,28 +2111,28 @@ export const ReturnTypes = {
|
|
|
2010
2111
|
values: "FacetValue",
|
|
2011
2112
|
valueList: "FacetValueList",
|
|
2012
2113
|
translations: "FacetTranslation",
|
|
2013
|
-
customFields: "
|
|
2114
|
+
customFields: "FacetCustomFields",
|
|
2014
2115
|
},
|
|
2015
2116
|
FacetInUseError: {
|
|
2016
2117
|
errorCode: "ErrorCode",
|
|
2017
2118
|
message: "String",
|
|
2018
2119
|
facetCode: "String",
|
|
2019
2120
|
productCount: "Int",
|
|
2020
|
-
variantCount: "Int"
|
|
2121
|
+
variantCount: "Int",
|
|
2021
2122
|
},
|
|
2022
2123
|
RemoveFacetFromChannelResult: {
|
|
2023
2124
|
"...on Facet": "Facet",
|
|
2024
|
-
"...on FacetInUseError": "FacetInUseError"
|
|
2125
|
+
"...on FacetInUseError": "FacetInUseError",
|
|
2025
2126
|
},
|
|
2026
2127
|
ChannelDefaultLanguageError: {
|
|
2027
2128
|
errorCode: "ErrorCode",
|
|
2028
2129
|
message: "String",
|
|
2029
2130
|
language: "String",
|
|
2030
|
-
channelCode: "String"
|
|
2131
|
+
channelCode: "String",
|
|
2031
2132
|
},
|
|
2032
2133
|
UpdateGlobalSettingsResult: {
|
|
2033
2134
|
"...on GlobalSettings": "GlobalSettings",
|
|
2034
|
-
"...on ChannelDefaultLanguageError": "ChannelDefaultLanguageError"
|
|
2135
|
+
"...on ChannelDefaultLanguageError": "ChannelDefaultLanguageError",
|
|
2035
2136
|
},
|
|
2036
2137
|
GlobalSettings: {
|
|
2037
2138
|
id: "ID",
|
|
@@ -2041,16 +2142,16 @@ export const ReturnTypes = {
|
|
|
2041
2142
|
trackInventory: "Boolean",
|
|
2042
2143
|
outOfStockThreshold: "Int",
|
|
2043
2144
|
serverConfig: "ServerConfig",
|
|
2044
|
-
customFields: "JSON"
|
|
2145
|
+
customFields: "JSON",
|
|
2045
2146
|
},
|
|
2046
2147
|
OrderProcessState: {
|
|
2047
2148
|
name: "String",
|
|
2048
|
-
to: "String"
|
|
2149
|
+
to: "String",
|
|
2049
2150
|
},
|
|
2050
2151
|
PermissionDefinition: {
|
|
2051
2152
|
name: "String",
|
|
2052
2153
|
description: "String",
|
|
2053
|
-
assignable: "Boolean"
|
|
2154
|
+
assignable: "Boolean",
|
|
2054
2155
|
},
|
|
2055
2156
|
ServerConfig: {
|
|
2056
2157
|
orderProcess: "OrderProcessState",
|
|
@@ -2058,7 +2159,7 @@ export const ReturnTypes = {
|
|
|
2058
2159
|
permissions: "PermissionDefinition",
|
|
2059
2160
|
moneyStrategyPrecision: "Int",
|
|
2060
2161
|
customFieldConfig: "CustomFields",
|
|
2061
|
-
entityCustomFields: "EntityCustomFields"
|
|
2162
|
+
entityCustomFields: "EntityCustomFields",
|
|
2062
2163
|
},
|
|
2063
2164
|
HistoryEntry: {
|
|
2064
2165
|
isPublic: "Boolean",
|
|
@@ -2067,20 +2168,20 @@ export const ReturnTypes = {
|
|
|
2067
2168
|
createdAt: "DateTime",
|
|
2068
2169
|
updatedAt: "DateTime",
|
|
2069
2170
|
type: "HistoryEntryType",
|
|
2070
|
-
data: "JSON"
|
|
2171
|
+
data: "JSON",
|
|
2071
2172
|
},
|
|
2072
2173
|
ImportInfo: {
|
|
2073
2174
|
errors: "String",
|
|
2074
2175
|
processed: "Int",
|
|
2075
|
-
imported: "Int"
|
|
2176
|
+
imported: "Int",
|
|
2076
2177
|
},
|
|
2077
2178
|
JobBufferSize: {
|
|
2078
2179
|
bufferId: "String",
|
|
2079
|
-
size: "Int"
|
|
2180
|
+
size: "Int",
|
|
2080
2181
|
},
|
|
2081
2182
|
JobList: {
|
|
2082
2183
|
items: "Job",
|
|
2083
|
-
totalItems: "Int"
|
|
2184
|
+
totalItems: "Int",
|
|
2084
2185
|
},
|
|
2085
2186
|
Job: {
|
|
2086
2187
|
id: "ID",
|
|
@@ -2096,11 +2197,11 @@ export const ReturnTypes = {
|
|
|
2096
2197
|
isSettled: "Boolean",
|
|
2097
2198
|
duration: "Int",
|
|
2098
2199
|
retries: "Int",
|
|
2099
|
-
attempts: "Int"
|
|
2200
|
+
attempts: "Int",
|
|
2100
2201
|
},
|
|
2101
2202
|
JobQueue: {
|
|
2102
2203
|
name: "String",
|
|
2103
|
-
running: "Boolean"
|
|
2204
|
+
running: "Boolean",
|
|
2104
2205
|
},
|
|
2105
2206
|
Order: {
|
|
2106
2207
|
nextStates: "String",
|
|
@@ -2139,7 +2240,8 @@ export const ReturnTypes = {
|
|
|
2139
2240
|
totalWithTax: "Money",
|
|
2140
2241
|
taxSummary: "OrderTaxSummary",
|
|
2141
2242
|
history: "HistoryEntryList",
|
|
2142
|
-
|
|
2243
|
+
getRealization: "OrderRealization",
|
|
2244
|
+
customFields: "OrderCustomFields",
|
|
2143
2245
|
},
|
|
2144
2246
|
Fulfillment: {
|
|
2145
2247
|
nextStates: "String",
|
|
@@ -2151,7 +2253,7 @@ export const ReturnTypes = {
|
|
|
2151
2253
|
state: "String",
|
|
2152
2254
|
method: "String",
|
|
2153
2255
|
trackingCode: "String",
|
|
2154
|
-
customFields: "
|
|
2256
|
+
customFields: "FulfillmentCustomFields",
|
|
2155
2257
|
},
|
|
2156
2258
|
Payment: {
|
|
2157
2259
|
nextStates: "String",
|
|
@@ -2164,14 +2266,14 @@ export const ReturnTypes = {
|
|
|
2164
2266
|
transactionId: "String",
|
|
2165
2267
|
errorMessage: "String",
|
|
2166
2268
|
refunds: "Refund",
|
|
2167
|
-
metadata: "JSON"
|
|
2269
|
+
metadata: "JSON",
|
|
2168
2270
|
},
|
|
2169
2271
|
OrderModificationLine: {
|
|
2170
2272
|
orderLine: "OrderLine",
|
|
2171
2273
|
orderLineId: "ID",
|
|
2172
2274
|
quantity: "Int",
|
|
2173
2275
|
modification: "OrderModification",
|
|
2174
|
-
modificationId: "ID"
|
|
2276
|
+
modificationId: "ID",
|
|
2175
2277
|
},
|
|
2176
2278
|
OrderModification: {
|
|
2177
2279
|
id: "ID",
|
|
@@ -2183,133 +2285,133 @@ export const ReturnTypes = {
|
|
|
2183
2285
|
surcharges: "Surcharge",
|
|
2184
2286
|
payment: "Payment",
|
|
2185
2287
|
refund: "Refund",
|
|
2186
|
-
isSettled: "Boolean"
|
|
2288
|
+
isSettled: "Boolean",
|
|
2187
2289
|
},
|
|
2188
2290
|
SettlePaymentError: {
|
|
2189
2291
|
errorCode: "ErrorCode",
|
|
2190
2292
|
message: "String",
|
|
2191
|
-
paymentErrorMessage: "String"
|
|
2293
|
+
paymentErrorMessage: "String",
|
|
2192
2294
|
},
|
|
2193
2295
|
CancelPaymentError: {
|
|
2194
2296
|
errorCode: "ErrorCode",
|
|
2195
2297
|
message: "String",
|
|
2196
|
-
paymentErrorMessage: "String"
|
|
2298
|
+
paymentErrorMessage: "String",
|
|
2197
2299
|
},
|
|
2198
2300
|
EmptyOrderLineSelectionError: {
|
|
2199
2301
|
errorCode: "ErrorCode",
|
|
2200
|
-
message: "String"
|
|
2302
|
+
message: "String",
|
|
2201
2303
|
},
|
|
2202
2304
|
ItemsAlreadyFulfilledError: {
|
|
2203
2305
|
errorCode: "ErrorCode",
|
|
2204
|
-
message: "String"
|
|
2306
|
+
message: "String",
|
|
2205
2307
|
},
|
|
2206
2308
|
InvalidFulfillmentHandlerError: {
|
|
2207
2309
|
errorCode: "ErrorCode",
|
|
2208
|
-
message: "String"
|
|
2310
|
+
message: "String",
|
|
2209
2311
|
},
|
|
2210
2312
|
CreateFulfillmentError: {
|
|
2211
2313
|
errorCode: "ErrorCode",
|
|
2212
2314
|
message: "String",
|
|
2213
|
-
fulfillmentHandlerError: "String"
|
|
2315
|
+
fulfillmentHandlerError: "String",
|
|
2214
2316
|
},
|
|
2215
2317
|
InsufficientStockOnHandError: {
|
|
2216
2318
|
errorCode: "ErrorCode",
|
|
2217
2319
|
message: "String",
|
|
2218
2320
|
productVariantId: "ID",
|
|
2219
2321
|
productVariantName: "String",
|
|
2220
|
-
stockOnHand: "Int"
|
|
2322
|
+
stockOnHand: "Int",
|
|
2221
2323
|
},
|
|
2222
2324
|
MultipleOrderError: {
|
|
2223
2325
|
errorCode: "ErrorCode",
|
|
2224
|
-
message: "String"
|
|
2326
|
+
message: "String",
|
|
2225
2327
|
},
|
|
2226
2328
|
CancelActiveOrderError: {
|
|
2227
2329
|
errorCode: "ErrorCode",
|
|
2228
2330
|
message: "String",
|
|
2229
|
-
orderState: "String"
|
|
2331
|
+
orderState: "String",
|
|
2230
2332
|
},
|
|
2231
2333
|
PaymentOrderMismatchError: {
|
|
2232
2334
|
errorCode: "ErrorCode",
|
|
2233
|
-
message: "String"
|
|
2335
|
+
message: "String",
|
|
2234
2336
|
},
|
|
2235
2337
|
RefundOrderStateError: {
|
|
2236
2338
|
errorCode: "ErrorCode",
|
|
2237
2339
|
message: "String",
|
|
2238
|
-
orderState: "String"
|
|
2340
|
+
orderState: "String",
|
|
2239
2341
|
},
|
|
2240
2342
|
NothingToRefundError: {
|
|
2241
2343
|
errorCode: "ErrorCode",
|
|
2242
|
-
message: "String"
|
|
2344
|
+
message: "String",
|
|
2243
2345
|
},
|
|
2244
2346
|
AlreadyRefundedError: {
|
|
2245
2347
|
errorCode: "ErrorCode",
|
|
2246
2348
|
message: "String",
|
|
2247
|
-
refundId: "ID"
|
|
2349
|
+
refundId: "ID",
|
|
2248
2350
|
},
|
|
2249
2351
|
QuantityTooGreatError: {
|
|
2250
2352
|
errorCode: "ErrorCode",
|
|
2251
|
-
message: "String"
|
|
2353
|
+
message: "String",
|
|
2252
2354
|
},
|
|
2253
2355
|
RefundAmountError: {
|
|
2254
2356
|
errorCode: "ErrorCode",
|
|
2255
2357
|
message: "String",
|
|
2256
|
-
maximumRefundable: "Int"
|
|
2358
|
+
maximumRefundable: "Int",
|
|
2257
2359
|
},
|
|
2258
2360
|
RefundStateTransitionError: {
|
|
2259
2361
|
errorCode: "ErrorCode",
|
|
2260
2362
|
message: "String",
|
|
2261
2363
|
transitionError: "String",
|
|
2262
2364
|
fromState: "String",
|
|
2263
|
-
toState: "String"
|
|
2365
|
+
toState: "String",
|
|
2264
2366
|
},
|
|
2265
2367
|
PaymentStateTransitionError: {
|
|
2266
2368
|
errorCode: "ErrorCode",
|
|
2267
2369
|
message: "String",
|
|
2268
2370
|
transitionError: "String",
|
|
2269
2371
|
fromState: "String",
|
|
2270
|
-
toState: "String"
|
|
2372
|
+
toState: "String",
|
|
2271
2373
|
},
|
|
2272
2374
|
FulfillmentStateTransitionError: {
|
|
2273
2375
|
errorCode: "ErrorCode",
|
|
2274
2376
|
message: "String",
|
|
2275
2377
|
transitionError: "String",
|
|
2276
2378
|
fromState: "String",
|
|
2277
|
-
toState: "String"
|
|
2379
|
+
toState: "String",
|
|
2278
2380
|
},
|
|
2279
2381
|
OrderModificationStateError: {
|
|
2280
2382
|
errorCode: "ErrorCode",
|
|
2281
|
-
message: "String"
|
|
2383
|
+
message: "String",
|
|
2282
2384
|
},
|
|
2283
2385
|
NoChangesSpecifiedError: {
|
|
2284
2386
|
errorCode: "ErrorCode",
|
|
2285
|
-
message: "String"
|
|
2387
|
+
message: "String",
|
|
2286
2388
|
},
|
|
2287
2389
|
PaymentMethodMissingError: {
|
|
2288
2390
|
errorCode: "ErrorCode",
|
|
2289
|
-
message: "String"
|
|
2391
|
+
message: "String",
|
|
2290
2392
|
},
|
|
2291
2393
|
RefundPaymentIdMissingError: {
|
|
2292
2394
|
errorCode: "ErrorCode",
|
|
2293
|
-
message: "String"
|
|
2395
|
+
message: "String",
|
|
2294
2396
|
},
|
|
2295
2397
|
ManualPaymentStateError: {
|
|
2296
2398
|
errorCode: "ErrorCode",
|
|
2297
|
-
message: "String"
|
|
2399
|
+
message: "String",
|
|
2298
2400
|
},
|
|
2299
2401
|
TransitionOrderToStateResult: {
|
|
2300
2402
|
"...on Order": "Order",
|
|
2301
|
-
"...on OrderStateTransitionError": "OrderStateTransitionError"
|
|
2403
|
+
"...on OrderStateTransitionError": "OrderStateTransitionError",
|
|
2302
2404
|
},
|
|
2303
2405
|
SettlePaymentResult: {
|
|
2304
2406
|
"...on Payment": "Payment",
|
|
2305
2407
|
"...on SettlePaymentError": "SettlePaymentError",
|
|
2306
2408
|
"...on PaymentStateTransitionError": "PaymentStateTransitionError",
|
|
2307
|
-
"...on OrderStateTransitionError": "OrderStateTransitionError"
|
|
2409
|
+
"...on OrderStateTransitionError": "OrderStateTransitionError",
|
|
2308
2410
|
},
|
|
2309
2411
|
CancelPaymentResult: {
|
|
2310
2412
|
"...on Payment": "Payment",
|
|
2311
2413
|
"...on CancelPaymentError": "CancelPaymentError",
|
|
2312
|
-
"...on PaymentStateTransitionError": "PaymentStateTransitionError"
|
|
2414
|
+
"...on PaymentStateTransitionError": "PaymentStateTransitionError",
|
|
2313
2415
|
},
|
|
2314
2416
|
AddFulfillmentToOrderResult: {
|
|
2315
2417
|
"...on Fulfillment": "Fulfillment",
|
|
@@ -2318,7 +2420,7 @@ export const ReturnTypes = {
|
|
|
2318
2420
|
"...on InsufficientStockOnHandError": "InsufficientStockOnHandError",
|
|
2319
2421
|
"...on InvalidFulfillmentHandlerError": "InvalidFulfillmentHandlerError",
|
|
2320
2422
|
"...on FulfillmentStateTransitionError": "FulfillmentStateTransitionError",
|
|
2321
|
-
"...on CreateFulfillmentError": "CreateFulfillmentError"
|
|
2423
|
+
"...on CreateFulfillmentError": "CreateFulfillmentError",
|
|
2322
2424
|
},
|
|
2323
2425
|
CancelOrderResult: {
|
|
2324
2426
|
"...on Order": "Order",
|
|
@@ -2326,7 +2428,7 @@ export const ReturnTypes = {
|
|
|
2326
2428
|
"...on QuantityTooGreatError": "QuantityTooGreatError",
|
|
2327
2429
|
"...on MultipleOrderError": "MultipleOrderError",
|
|
2328
2430
|
"...on CancelActiveOrderError": "CancelActiveOrderError",
|
|
2329
|
-
"...on OrderStateTransitionError": "OrderStateTransitionError"
|
|
2431
|
+
"...on OrderStateTransitionError": "OrderStateTransitionError",
|
|
2330
2432
|
},
|
|
2331
2433
|
RefundOrderResult: {
|
|
2332
2434
|
"...on Refund": "Refund",
|
|
@@ -2338,19 +2440,19 @@ export const ReturnTypes = {
|
|
|
2338
2440
|
"...on RefundOrderStateError": "RefundOrderStateError",
|
|
2339
2441
|
"...on AlreadyRefundedError": "AlreadyRefundedError",
|
|
2340
2442
|
"...on RefundStateTransitionError": "RefundStateTransitionError",
|
|
2341
|
-
"...on RefundAmountError": "RefundAmountError"
|
|
2443
|
+
"...on RefundAmountError": "RefundAmountError",
|
|
2342
2444
|
},
|
|
2343
2445
|
SettleRefundResult: {
|
|
2344
2446
|
"...on Refund": "Refund",
|
|
2345
|
-
"...on RefundStateTransitionError": "RefundStateTransitionError"
|
|
2447
|
+
"...on RefundStateTransitionError": "RefundStateTransitionError",
|
|
2346
2448
|
},
|
|
2347
2449
|
TransitionFulfillmentToStateResult: {
|
|
2348
2450
|
"...on Fulfillment": "Fulfillment",
|
|
2349
|
-
"...on FulfillmentStateTransitionError": "FulfillmentStateTransitionError"
|
|
2451
|
+
"...on FulfillmentStateTransitionError": "FulfillmentStateTransitionError",
|
|
2350
2452
|
},
|
|
2351
2453
|
TransitionPaymentToStateResult: {
|
|
2352
2454
|
"...on Payment": "Payment",
|
|
2353
|
-
"...on PaymentStateTransitionError": "PaymentStateTransitionError"
|
|
2455
|
+
"...on PaymentStateTransitionError": "PaymentStateTransitionError",
|
|
2354
2456
|
},
|
|
2355
2457
|
ModifyOrderResult: {
|
|
2356
2458
|
"...on Order": "Order",
|
|
@@ -2364,19 +2466,19 @@ export const ReturnTypes = {
|
|
|
2364
2466
|
"...on CouponCodeExpiredError": "CouponCodeExpiredError",
|
|
2365
2467
|
"...on CouponCodeInvalidError": "CouponCodeInvalidError",
|
|
2366
2468
|
"...on CouponCodeLimitError": "CouponCodeLimitError",
|
|
2367
|
-
"...on IneligibleShippingMethodError": "IneligibleShippingMethodError"
|
|
2469
|
+
"...on IneligibleShippingMethodError": "IneligibleShippingMethodError",
|
|
2368
2470
|
},
|
|
2369
2471
|
AddManualPaymentToOrderResult: {
|
|
2370
2472
|
"...on Order": "Order",
|
|
2371
|
-
"...on ManualPaymentStateError": "ManualPaymentStateError"
|
|
2473
|
+
"...on ManualPaymentStateError": "ManualPaymentStateError",
|
|
2372
2474
|
},
|
|
2373
2475
|
SetCustomerForDraftOrderResult: {
|
|
2374
2476
|
"...on Order": "Order",
|
|
2375
|
-
"...on EmailAddressConflictError": "EmailAddressConflictError"
|
|
2477
|
+
"...on EmailAddressConflictError": "EmailAddressConflictError",
|
|
2376
2478
|
},
|
|
2377
2479
|
PaymentMethodList: {
|
|
2378
2480
|
items: "PaymentMethod",
|
|
2379
|
-
totalItems: "Int"
|
|
2481
|
+
totalItems: "Int",
|
|
2380
2482
|
},
|
|
2381
2483
|
Product: {
|
|
2382
2484
|
channels: "Channel",
|
|
@@ -2396,12 +2498,12 @@ export const ReturnTypes = {
|
|
|
2396
2498
|
facetValues: "FacetValue",
|
|
2397
2499
|
translations: "ProductTranslation",
|
|
2398
2500
|
collections: "Collection",
|
|
2399
|
-
customFields: "JSON"
|
|
2501
|
+
customFields: "JSON",
|
|
2400
2502
|
},
|
|
2401
2503
|
ProductVariantPrice: {
|
|
2402
2504
|
currencyCode: "CurrencyCode",
|
|
2403
2505
|
price: "Money",
|
|
2404
|
-
customFields: "JSON"
|
|
2506
|
+
customFields: "JSON",
|
|
2405
2507
|
},
|
|
2406
2508
|
ProductVariant: {
|
|
2407
2509
|
enabled: "Boolean",
|
|
@@ -2433,7 +2535,7 @@ export const ReturnTypes = {
|
|
|
2433
2535
|
options: "ProductOption",
|
|
2434
2536
|
facetValues: "FacetValue",
|
|
2435
2537
|
translations: "ProductVariantTranslation",
|
|
2436
|
-
customFields: "
|
|
2538
|
+
customFields: "ProductVariantCustomFields",
|
|
2437
2539
|
},
|
|
2438
2540
|
SearchResult: {
|
|
2439
2541
|
enabled: "Boolean",
|
|
@@ -2453,42 +2555,42 @@ export const ReturnTypes = {
|
|
|
2453
2555
|
facetIds: "ID",
|
|
2454
2556
|
facetValueIds: "ID",
|
|
2455
2557
|
collectionIds: "ID",
|
|
2456
|
-
score: "Float"
|
|
2558
|
+
score: "Float",
|
|
2457
2559
|
},
|
|
2458
2560
|
ProductOptionInUseError: {
|
|
2459
2561
|
errorCode: "ErrorCode",
|
|
2460
2562
|
message: "String",
|
|
2461
2563
|
optionGroupCode: "String",
|
|
2462
|
-
productVariantCount: "Int"
|
|
2564
|
+
productVariantCount: "Int",
|
|
2463
2565
|
},
|
|
2464
2566
|
RemoveOptionGroupFromProductResult: {
|
|
2465
2567
|
"...on Product": "Product",
|
|
2466
|
-
"...on ProductOptionInUseError": "ProductOptionInUseError"
|
|
2568
|
+
"...on ProductOptionInUseError": "ProductOptionInUseError",
|
|
2467
2569
|
},
|
|
2468
2570
|
MissingConditionsError: {
|
|
2469
2571
|
errorCode: "ErrorCode",
|
|
2470
|
-
message: "String"
|
|
2572
|
+
message: "String",
|
|
2471
2573
|
},
|
|
2472
2574
|
CreatePromotionResult: {
|
|
2473
2575
|
"...on Promotion": "Promotion",
|
|
2474
|
-
"...on MissingConditionsError": "MissingConditionsError"
|
|
2576
|
+
"...on MissingConditionsError": "MissingConditionsError",
|
|
2475
2577
|
},
|
|
2476
2578
|
UpdatePromotionResult: {
|
|
2477
2579
|
"...on Promotion": "Promotion",
|
|
2478
|
-
"...on MissingConditionsError": "MissingConditionsError"
|
|
2580
|
+
"...on MissingConditionsError": "MissingConditionsError",
|
|
2479
2581
|
},
|
|
2480
2582
|
SellerList: {
|
|
2481
2583
|
items: "Seller",
|
|
2482
|
-
totalItems: "Int"
|
|
2584
|
+
totalItems: "Int",
|
|
2483
2585
|
},
|
|
2484
2586
|
TestShippingMethodResult: {
|
|
2485
2587
|
eligible: "Boolean",
|
|
2486
|
-
quote: "TestShippingMethodQuote"
|
|
2588
|
+
quote: "TestShippingMethodQuote",
|
|
2487
2589
|
},
|
|
2488
2590
|
TestShippingMethodQuote: {
|
|
2489
2591
|
price: "Money",
|
|
2490
2592
|
priceWithTax: "Money",
|
|
2491
|
-
metadata: "JSON"
|
|
2593
|
+
metadata: "JSON",
|
|
2492
2594
|
},
|
|
2493
2595
|
StockLevel: {
|
|
2494
2596
|
id: "ID",
|
|
@@ -2497,11 +2599,11 @@ export const ReturnTypes = {
|
|
|
2497
2599
|
stockLocationId: "ID",
|
|
2498
2600
|
stockOnHand: "Int",
|
|
2499
2601
|
stockAllocated: "Int",
|
|
2500
|
-
stockLocation: "StockLocation"
|
|
2602
|
+
stockLocation: "StockLocation",
|
|
2501
2603
|
},
|
|
2502
2604
|
StockLocationList: {
|
|
2503
2605
|
items: "StockLocation",
|
|
2504
|
-
totalItems: "Int"
|
|
2606
|
+
totalItems: "Int",
|
|
2505
2607
|
},
|
|
2506
2608
|
StockLocation: {
|
|
2507
2609
|
id: "ID",
|
|
@@ -2509,7 +2611,7 @@ export const ReturnTypes = {
|
|
|
2509
2611
|
updatedAt: "DateTime",
|
|
2510
2612
|
name: "String",
|
|
2511
2613
|
description: "String",
|
|
2512
|
-
customFields: "JSON"
|
|
2614
|
+
customFields: "JSON",
|
|
2513
2615
|
},
|
|
2514
2616
|
StockMovement: {
|
|
2515
2617
|
"...on StockAdjustment": "StockAdjustment",
|
|
@@ -2523,7 +2625,7 @@ export const ReturnTypes = {
|
|
|
2523
2625
|
updatedAt: "DateTime",
|
|
2524
2626
|
productVariant: "ProductVariant",
|
|
2525
2627
|
type: "StockMovementType",
|
|
2526
|
-
quantity: "Int"
|
|
2628
|
+
quantity: "Int",
|
|
2527
2629
|
},
|
|
2528
2630
|
StockAdjustment: {
|
|
2529
2631
|
id: "ID",
|
|
@@ -2531,7 +2633,7 @@ export const ReturnTypes = {
|
|
|
2531
2633
|
updatedAt: "DateTime",
|
|
2532
2634
|
productVariant: "ProductVariant",
|
|
2533
2635
|
type: "StockMovementType",
|
|
2534
|
-
quantity: "Int"
|
|
2636
|
+
quantity: "Int",
|
|
2535
2637
|
},
|
|
2536
2638
|
Allocation: {
|
|
2537
2639
|
id: "ID",
|
|
@@ -2540,7 +2642,7 @@ export const ReturnTypes = {
|
|
|
2540
2642
|
productVariant: "ProductVariant",
|
|
2541
2643
|
type: "StockMovementType",
|
|
2542
2644
|
quantity: "Int",
|
|
2543
|
-
orderLine: "OrderLine"
|
|
2645
|
+
orderLine: "OrderLine",
|
|
2544
2646
|
},
|
|
2545
2647
|
Sale: {
|
|
2546
2648
|
id: "ID",
|
|
@@ -2548,7 +2650,7 @@ export const ReturnTypes = {
|
|
|
2548
2650
|
updatedAt: "DateTime",
|
|
2549
2651
|
productVariant: "ProductVariant",
|
|
2550
2652
|
type: "StockMovementType",
|
|
2551
|
-
quantity: "Int"
|
|
2653
|
+
quantity: "Int",
|
|
2552
2654
|
},
|
|
2553
2655
|
Cancellation: {
|
|
2554
2656
|
id: "ID",
|
|
@@ -2557,7 +2659,7 @@ export const ReturnTypes = {
|
|
|
2557
2659
|
productVariant: "ProductVariant",
|
|
2558
2660
|
type: "StockMovementType",
|
|
2559
2661
|
quantity: "Int",
|
|
2560
|
-
orderLine: "OrderLine"
|
|
2662
|
+
orderLine: "OrderLine",
|
|
2561
2663
|
},
|
|
2562
2664
|
Return: {
|
|
2563
2665
|
id: "ID",
|
|
@@ -2565,7 +2667,7 @@ export const ReturnTypes = {
|
|
|
2565
2667
|
updatedAt: "DateTime",
|
|
2566
2668
|
productVariant: "ProductVariant",
|
|
2567
2669
|
type: "StockMovementType",
|
|
2568
|
-
quantity: "Int"
|
|
2670
|
+
quantity: "Int",
|
|
2569
2671
|
},
|
|
2570
2672
|
Release: {
|
|
2571
2673
|
id: "ID",
|
|
@@ -2573,7 +2675,7 @@ export const ReturnTypes = {
|
|
|
2573
2675
|
updatedAt: "DateTime",
|
|
2574
2676
|
productVariant: "ProductVariant",
|
|
2575
2677
|
type: "StockMovementType",
|
|
2576
|
-
quantity: "Int"
|
|
2678
|
+
quantity: "Int",
|
|
2577
2679
|
},
|
|
2578
2680
|
StockMovementItem: {
|
|
2579
2681
|
"...on StockAdjustment": "StockAdjustment",
|
|
@@ -2581,19 +2683,19 @@ export const ReturnTypes = {
|
|
|
2581
2683
|
"...on Sale": "Sale",
|
|
2582
2684
|
"...on Cancellation": "Cancellation",
|
|
2583
2685
|
"...on Return": "Return",
|
|
2584
|
-
"...on Release": "Release"
|
|
2686
|
+
"...on Release": "Release",
|
|
2585
2687
|
},
|
|
2586
2688
|
StockMovementList: {
|
|
2587
2689
|
items: "StockMovementItem",
|
|
2588
|
-
totalItems: "Int"
|
|
2690
|
+
totalItems: "Int",
|
|
2589
2691
|
},
|
|
2590
2692
|
TaxCategoryList: {
|
|
2591
2693
|
items: "TaxCategory",
|
|
2592
|
-
totalItems: "Int"
|
|
2694
|
+
totalItems: "Int",
|
|
2593
2695
|
},
|
|
2594
2696
|
ZoneList: {
|
|
2595
2697
|
items: "Zone",
|
|
2596
|
-
totalItems: "Int"
|
|
2698
|
+
totalItems: "Int",
|
|
2597
2699
|
},
|
|
2598
2700
|
Address: {
|
|
2599
2701
|
id: "ID",
|
|
@@ -2610,7 +2712,7 @@ export const ReturnTypes = {
|
|
|
2610
2712
|
phoneNumber: "String",
|
|
2611
2713
|
defaultShippingAddress: "Boolean",
|
|
2612
2714
|
defaultBillingAddress: "Boolean",
|
|
2613
|
-
customFields: "JSON"
|
|
2715
|
+
customFields: "JSON",
|
|
2614
2716
|
},
|
|
2615
2717
|
Asset: {
|
|
2616
2718
|
id: "ID",
|
|
@@ -2626,26 +2728,26 @@ export const ReturnTypes = {
|
|
|
2626
2728
|
preview: "String",
|
|
2627
2729
|
focalPoint: "Coordinate",
|
|
2628
2730
|
tags: "Tag",
|
|
2629
|
-
customFields: "JSON"
|
|
2731
|
+
customFields: "JSON",
|
|
2630
2732
|
},
|
|
2631
2733
|
Coordinate: {
|
|
2632
2734
|
x: "Float",
|
|
2633
|
-
y: "Float"
|
|
2735
|
+
y: "Float",
|
|
2634
2736
|
},
|
|
2635
2737
|
AssetList: {
|
|
2636
2738
|
items: "Asset",
|
|
2637
|
-
totalItems: "Int"
|
|
2739
|
+
totalItems: "Int",
|
|
2638
2740
|
},
|
|
2639
2741
|
CurrentUser: {
|
|
2640
2742
|
id: "ID",
|
|
2641
2743
|
identifier: "String",
|
|
2642
|
-
channels: "CurrentUserChannel"
|
|
2744
|
+
channels: "CurrentUserChannel",
|
|
2643
2745
|
},
|
|
2644
2746
|
CurrentUserChannel: {
|
|
2645
2747
|
id: "ID",
|
|
2646
2748
|
token: "String",
|
|
2647
2749
|
code: "String",
|
|
2648
|
-
permissions: "Permission"
|
|
2750
|
+
permissions: "Permission",
|
|
2649
2751
|
},
|
|
2650
2752
|
Channel: {
|
|
2651
2753
|
id: "ID",
|
|
@@ -2664,12 +2766,12 @@ export const ReturnTypes = {
|
|
|
2664
2766
|
outOfStockThreshold: "Int",
|
|
2665
2767
|
pricesIncludeTax: "Boolean",
|
|
2666
2768
|
seller: "Seller",
|
|
2667
|
-
customFields: "JSON"
|
|
2769
|
+
customFields: "JSON",
|
|
2668
2770
|
},
|
|
2669
2771
|
CollectionBreadcrumb: {
|
|
2670
2772
|
id: "ID",
|
|
2671
2773
|
name: "String",
|
|
2672
|
-
slug: "String"
|
|
2774
|
+
slug: "String",
|
|
2673
2775
|
},
|
|
2674
2776
|
CollectionTranslation: {
|
|
2675
2777
|
id: "ID",
|
|
@@ -2678,84 +2780,84 @@ export const ReturnTypes = {
|
|
|
2678
2780
|
languageCode: "LanguageCode",
|
|
2679
2781
|
name: "String",
|
|
2680
2782
|
slug: "String",
|
|
2681
|
-
description: "String"
|
|
2783
|
+
description: "String",
|
|
2682
2784
|
},
|
|
2683
2785
|
CollectionList: {
|
|
2684
2786
|
items: "Collection",
|
|
2685
|
-
totalItems: "Int"
|
|
2787
|
+
totalItems: "Int",
|
|
2686
2788
|
},
|
|
2687
2789
|
NativeAuthStrategyError: {
|
|
2688
2790
|
errorCode: "ErrorCode",
|
|
2689
|
-
message: "String"
|
|
2791
|
+
message: "String",
|
|
2690
2792
|
},
|
|
2691
2793
|
InvalidCredentialsError: {
|
|
2692
2794
|
errorCode: "ErrorCode",
|
|
2693
2795
|
message: "String",
|
|
2694
|
-
authenticationError: "String"
|
|
2796
|
+
authenticationError: "String",
|
|
2695
2797
|
},
|
|
2696
2798
|
OrderStateTransitionError: {
|
|
2697
2799
|
errorCode: "ErrorCode",
|
|
2698
2800
|
message: "String",
|
|
2699
2801
|
transitionError: "String",
|
|
2700
2802
|
fromState: "String",
|
|
2701
|
-
toState: "String"
|
|
2803
|
+
toState: "String",
|
|
2702
2804
|
},
|
|
2703
2805
|
EmailAddressConflictError: {
|
|
2704
2806
|
errorCode: "ErrorCode",
|
|
2705
|
-
message: "String"
|
|
2807
|
+
message: "String",
|
|
2706
2808
|
},
|
|
2707
2809
|
GuestCheckoutError: {
|
|
2708
2810
|
errorCode: "ErrorCode",
|
|
2709
2811
|
message: "String",
|
|
2710
|
-
errorDetail: "String"
|
|
2812
|
+
errorDetail: "String",
|
|
2711
2813
|
},
|
|
2712
2814
|
OrderLimitError: {
|
|
2713
2815
|
errorCode: "ErrorCode",
|
|
2714
2816
|
message: "String",
|
|
2715
|
-
maxItems: "Int"
|
|
2817
|
+
maxItems: "Int",
|
|
2716
2818
|
},
|
|
2717
2819
|
NegativeQuantityError: {
|
|
2718
2820
|
errorCode: "ErrorCode",
|
|
2719
|
-
message: "String"
|
|
2821
|
+
message: "String",
|
|
2720
2822
|
},
|
|
2721
2823
|
InsufficientStockError: {
|
|
2722
2824
|
errorCode: "ErrorCode",
|
|
2723
2825
|
message: "String",
|
|
2724
2826
|
quantityAvailable: "Int",
|
|
2725
|
-
order: "Order"
|
|
2827
|
+
order: "Order",
|
|
2726
2828
|
},
|
|
2727
2829
|
CouponCodeInvalidError: {
|
|
2728
2830
|
errorCode: "ErrorCode",
|
|
2729
2831
|
message: "String",
|
|
2730
|
-
couponCode: "String"
|
|
2832
|
+
couponCode: "String",
|
|
2731
2833
|
},
|
|
2732
2834
|
CouponCodeExpiredError: {
|
|
2733
2835
|
errorCode: "ErrorCode",
|
|
2734
2836
|
message: "String",
|
|
2735
|
-
couponCode: "String"
|
|
2837
|
+
couponCode: "String",
|
|
2736
2838
|
},
|
|
2737
2839
|
CouponCodeLimitError: {
|
|
2738
2840
|
errorCode: "ErrorCode",
|
|
2739
2841
|
message: "String",
|
|
2740
2842
|
couponCode: "String",
|
|
2741
|
-
limit: "Int"
|
|
2843
|
+
limit: "Int",
|
|
2742
2844
|
},
|
|
2743
2845
|
OrderModificationError: {
|
|
2744
2846
|
errorCode: "ErrorCode",
|
|
2745
|
-
message: "String"
|
|
2847
|
+
message: "String",
|
|
2746
2848
|
},
|
|
2747
2849
|
IneligibleShippingMethodError: {
|
|
2748
2850
|
errorCode: "ErrorCode",
|
|
2749
|
-
message: "String"
|
|
2851
|
+
message: "String",
|
|
2750
2852
|
},
|
|
2751
2853
|
NoActiveOrderError: {
|
|
2752
2854
|
errorCode: "ErrorCode",
|
|
2753
|
-
message: "String"
|
|
2855
|
+
message: "String",
|
|
2754
2856
|
},
|
|
2755
2857
|
OrderMiddlewareError: {
|
|
2756
2858
|
errorCode: "ErrorCode",
|
|
2757
2859
|
message: "String",
|
|
2758
|
-
middlewareError: "String"
|
|
2860
|
+
middlewareError: "String",
|
|
2759
2861
|
},
|
|
2760
2862
|
JSON: `scalar.JSON`,
|
|
2761
2863
|
DateTime: `scalar.DateTime`,
|
|
@@ -2790,7 +2892,7 @@ export const ReturnTypes = {
|
|
|
2790
2892
|
"...on ReplicateSimpleBgEntityList": "ReplicateSimpleBgEntityList",
|
|
2791
2893
|
"...on SimpleBgProductList": "SimpleBgProductList",
|
|
2792
2894
|
items: "Node",
|
|
2793
|
-
totalItems: "Int"
|
|
2895
|
+
totalItems: "Int",
|
|
2794
2896
|
},
|
|
2795
2897
|
Node: {
|
|
2796
2898
|
"...on Administrator": "Administrator",
|
|
@@ -2837,11 +2939,12 @@ export const ReturnTypes = {
|
|
|
2837
2939
|
"...on User": "User",
|
|
2838
2940
|
"...on AuthenticationMethod": "AuthenticationMethod",
|
|
2839
2941
|
"...on Zone": "Zone",
|
|
2942
|
+
"...on MerchantPlatformSettingsEntity": "MerchantPlatformSettingsEntity",
|
|
2840
2943
|
"...on RoomType": "RoomType",
|
|
2841
2944
|
"...on RoomTheme": "RoomTheme",
|
|
2842
2945
|
"...on ReplicateSimpleBgEntity": "ReplicateSimpleBgEntity",
|
|
2843
2946
|
"...on SimpleBgProduct": "SimpleBgProduct",
|
|
2844
|
-
id: "ID"
|
|
2947
|
+
id: "ID",
|
|
2845
2948
|
},
|
|
2846
2949
|
ErrorResult: {
|
|
2847
2950
|
"...on MimeTypeError": "MimeTypeError",
|
|
@@ -2890,22 +2993,22 @@ export const ReturnTypes = {
|
|
|
2890
2993
|
"...on NoActiveOrderError": "NoActiveOrderError",
|
|
2891
2994
|
"...on OrderMiddlewareError": "OrderMiddlewareError",
|
|
2892
2995
|
errorCode: "ErrorCode",
|
|
2893
|
-
message: "String"
|
|
2996
|
+
message: "String",
|
|
2894
2997
|
},
|
|
2895
2998
|
Adjustment: {
|
|
2896
2999
|
adjustmentSource: "String",
|
|
2897
3000
|
type: "AdjustmentType",
|
|
2898
3001
|
description: "String",
|
|
2899
3002
|
amount: "Money",
|
|
2900
|
-
data: "JSON"
|
|
3003
|
+
data: "JSON",
|
|
2901
3004
|
},
|
|
2902
3005
|
TaxLine: {
|
|
2903
3006
|
description: "String",
|
|
2904
|
-
taxRate: "Float"
|
|
3007
|
+
taxRate: "Float",
|
|
2905
3008
|
},
|
|
2906
3009
|
ConfigArg: {
|
|
2907
3010
|
name: "String",
|
|
2908
|
-
value: "String"
|
|
3011
|
+
value: "String",
|
|
2909
3012
|
},
|
|
2910
3013
|
ConfigArgDefinition: {
|
|
2911
3014
|
name: "String",
|
|
@@ -2915,23 +3018,23 @@ export const ReturnTypes = {
|
|
|
2915
3018
|
defaultValue: "JSON",
|
|
2916
3019
|
label: "String",
|
|
2917
3020
|
description: "String",
|
|
2918
|
-
ui: "JSON"
|
|
3021
|
+
ui: "JSON",
|
|
2919
3022
|
},
|
|
2920
3023
|
ConfigurableOperation: {
|
|
2921
3024
|
code: "String",
|
|
2922
|
-
args: "ConfigArg"
|
|
3025
|
+
args: "ConfigArg",
|
|
2923
3026
|
},
|
|
2924
3027
|
ConfigurableOperationDefinition: {
|
|
2925
3028
|
code: "String",
|
|
2926
3029
|
args: "ConfigArgDefinition",
|
|
2927
|
-
description: "String"
|
|
3030
|
+
description: "String",
|
|
2928
3031
|
},
|
|
2929
3032
|
DeletionResponse: {
|
|
2930
3033
|
result: "DeletionResult",
|
|
2931
|
-
message: "String"
|
|
3034
|
+
message: "String",
|
|
2932
3035
|
},
|
|
2933
3036
|
Success: {
|
|
2934
|
-
success: "Boolean"
|
|
3037
|
+
success: "Boolean",
|
|
2935
3038
|
},
|
|
2936
3039
|
ShippingMethodQuote: {
|
|
2937
3040
|
id: "ID",
|
|
@@ -2941,7 +3044,7 @@ export const ReturnTypes = {
|
|
|
2941
3044
|
name: "String",
|
|
2942
3045
|
description: "String",
|
|
2943
3046
|
metadata: "JSON",
|
|
2944
|
-
customFields: "JSON"
|
|
3047
|
+
customFields: "JSON",
|
|
2945
3048
|
},
|
|
2946
3049
|
PaymentMethodQuote: {
|
|
2947
3050
|
id: "ID",
|
|
@@ -2950,7 +3053,7 @@ export const ReturnTypes = {
|
|
|
2950
3053
|
description: "String",
|
|
2951
3054
|
isEligible: "Boolean",
|
|
2952
3055
|
eligibilityMessage: "String",
|
|
2953
|
-
customFields: "JSON"
|
|
3056
|
+
customFields: "JSON",
|
|
2954
3057
|
},
|
|
2955
3058
|
UpdateOrderItemsResult: {
|
|
2956
3059
|
"...on Order": "Order",
|
|
@@ -2958,25 +3061,25 @@ export const ReturnTypes = {
|
|
|
2958
3061
|
"...on OrderLimitError": "OrderLimitError",
|
|
2959
3062
|
"...on NegativeQuantityError": "NegativeQuantityError",
|
|
2960
3063
|
"...on InsufficientStockError": "InsufficientStockError",
|
|
2961
|
-
"...on OrderMiddlewareError": "OrderMiddlewareError"
|
|
3064
|
+
"...on OrderMiddlewareError": "OrderMiddlewareError",
|
|
2962
3065
|
},
|
|
2963
3066
|
RemoveOrderItemsResult: {
|
|
2964
3067
|
"...on Order": "Order",
|
|
2965
3068
|
"...on OrderModificationError": "OrderModificationError",
|
|
2966
|
-
"...on OrderMiddlewareError": "OrderMiddlewareError"
|
|
3069
|
+
"...on OrderMiddlewareError": "OrderMiddlewareError",
|
|
2967
3070
|
},
|
|
2968
3071
|
SetOrderShippingMethodResult: {
|
|
2969
3072
|
"...on Order": "Order",
|
|
2970
3073
|
"...on OrderModificationError": "OrderModificationError",
|
|
2971
3074
|
"...on IneligibleShippingMethodError": "IneligibleShippingMethodError",
|
|
2972
|
-
"...on NoActiveOrderError": "NoActiveOrderError"
|
|
3075
|
+
"...on NoActiveOrderError": "NoActiveOrderError",
|
|
2973
3076
|
},
|
|
2974
3077
|
ApplyCouponCodeResult: {
|
|
2975
3078
|
"...on Order": "Order",
|
|
2976
3079
|
"...on CouponCodeExpiredError": "CouponCodeExpiredError",
|
|
2977
3080
|
"...on CouponCodeInvalidError": "CouponCodeInvalidError",
|
|
2978
3081
|
"...on CouponCodeLimitError": "CouponCodeLimitError",
|
|
2979
|
-
"...on OrderMiddlewareError": "OrderMiddlewareError"
|
|
3082
|
+
"...on OrderMiddlewareError": "OrderMiddlewareError",
|
|
2980
3083
|
},
|
|
2981
3084
|
CustomField: {
|
|
2982
3085
|
"...on StringCustomFieldConfig": "StringCustomFieldConfig",
|
|
@@ -2997,7 +3100,7 @@ export const ReturnTypes = {
|
|
|
2997
3100
|
internal: "Boolean",
|
|
2998
3101
|
nullable: "Boolean",
|
|
2999
3102
|
requiresPermission: "Permission",
|
|
3000
|
-
ui: "JSON"
|
|
3103
|
+
ui: "JSON",
|
|
3001
3104
|
},
|
|
3002
3105
|
StringCustomFieldConfig: {
|
|
3003
3106
|
name: "String",
|
|
@@ -3012,11 +3115,11 @@ export const ReturnTypes = {
|
|
|
3012
3115
|
requiresPermission: "Permission",
|
|
3013
3116
|
pattern: "String",
|
|
3014
3117
|
options: "StringFieldOption",
|
|
3015
|
-
ui: "JSON"
|
|
3118
|
+
ui: "JSON",
|
|
3016
3119
|
},
|
|
3017
3120
|
StringFieldOption: {
|
|
3018
3121
|
value: "String",
|
|
3019
|
-
label: "LocalizedString"
|
|
3122
|
+
label: "LocalizedString",
|
|
3020
3123
|
},
|
|
3021
3124
|
LocaleStringCustomFieldConfig: {
|
|
3022
3125
|
name: "String",
|
|
@@ -3030,7 +3133,7 @@ export const ReturnTypes = {
|
|
|
3030
3133
|
nullable: "Boolean",
|
|
3031
3134
|
requiresPermission: "Permission",
|
|
3032
3135
|
pattern: "String",
|
|
3033
|
-
ui: "JSON"
|
|
3136
|
+
ui: "JSON",
|
|
3034
3137
|
},
|
|
3035
3138
|
IntCustomFieldConfig: {
|
|
3036
3139
|
name: "String",
|
|
@@ -3045,7 +3148,7 @@ export const ReturnTypes = {
|
|
|
3045
3148
|
min: "Int",
|
|
3046
3149
|
max: "Int",
|
|
3047
3150
|
step: "Int",
|
|
3048
|
-
ui: "JSON"
|
|
3151
|
+
ui: "JSON",
|
|
3049
3152
|
},
|
|
3050
3153
|
FloatCustomFieldConfig: {
|
|
3051
3154
|
name: "String",
|
|
@@ -3060,7 +3163,7 @@ export const ReturnTypes = {
|
|
|
3060
3163
|
min: "Float",
|
|
3061
3164
|
max: "Float",
|
|
3062
3165
|
step: "Float",
|
|
3063
|
-
ui: "JSON"
|
|
3166
|
+
ui: "JSON",
|
|
3064
3167
|
},
|
|
3065
3168
|
BooleanCustomFieldConfig: {
|
|
3066
3169
|
name: "String",
|
|
@@ -3072,7 +3175,7 @@ export const ReturnTypes = {
|
|
|
3072
3175
|
internal: "Boolean",
|
|
3073
3176
|
nullable: "Boolean",
|
|
3074
3177
|
requiresPermission: "Permission",
|
|
3075
|
-
ui: "JSON"
|
|
3178
|
+
ui: "JSON",
|
|
3076
3179
|
},
|
|
3077
3180
|
DateTimeCustomFieldConfig: {
|
|
3078
3181
|
name: "String",
|
|
@@ -3087,7 +3190,7 @@ export const ReturnTypes = {
|
|
|
3087
3190
|
min: "String",
|
|
3088
3191
|
max: "String",
|
|
3089
3192
|
step: "Int",
|
|
3090
|
-
ui: "JSON"
|
|
3193
|
+
ui: "JSON",
|
|
3091
3194
|
},
|
|
3092
3195
|
RelationCustomFieldConfig: {
|
|
3093
3196
|
name: "String",
|
|
@@ -3101,7 +3204,7 @@ export const ReturnTypes = {
|
|
|
3101
3204
|
requiresPermission: "Permission",
|
|
3102
3205
|
entity: "String",
|
|
3103
3206
|
scalarFields: "String",
|
|
3104
|
-
ui: "JSON"
|
|
3207
|
+
ui: "JSON",
|
|
3105
3208
|
},
|
|
3106
3209
|
TextCustomFieldConfig: {
|
|
3107
3210
|
name: "String",
|
|
@@ -3113,7 +3216,7 @@ export const ReturnTypes = {
|
|
|
3113
3216
|
internal: "Boolean",
|
|
3114
3217
|
nullable: "Boolean",
|
|
3115
3218
|
requiresPermission: "Permission",
|
|
3116
|
-
ui: "JSON"
|
|
3219
|
+
ui: "JSON",
|
|
3117
3220
|
},
|
|
3118
3221
|
LocaleTextCustomFieldConfig: {
|
|
3119
3222
|
name: "String",
|
|
@@ -3125,11 +3228,11 @@ export const ReturnTypes = {
|
|
|
3125
3228
|
internal: "Boolean",
|
|
3126
3229
|
nullable: "Boolean",
|
|
3127
3230
|
requiresPermission: "Permission",
|
|
3128
|
-
ui: "JSON"
|
|
3231
|
+
ui: "JSON",
|
|
3129
3232
|
},
|
|
3130
3233
|
LocalizedString: {
|
|
3131
3234
|
languageCode: "LanguageCode",
|
|
3132
|
-
value: "String"
|
|
3235
|
+
value: "String",
|
|
3133
3236
|
},
|
|
3134
3237
|
CustomFieldConfig: {
|
|
3135
3238
|
"...on StringCustomFieldConfig": "StringCustomFieldConfig",
|
|
@@ -3140,7 +3243,7 @@ export const ReturnTypes = {
|
|
|
3140
3243
|
"...on DateTimeCustomFieldConfig": "DateTimeCustomFieldConfig",
|
|
3141
3244
|
"...on RelationCustomFieldConfig": "RelationCustomFieldConfig",
|
|
3142
3245
|
"...on TextCustomFieldConfig": "TextCustomFieldConfig",
|
|
3143
|
-
"...on LocaleTextCustomFieldConfig": "LocaleTextCustomFieldConfig"
|
|
3246
|
+
"...on LocaleTextCustomFieldConfig": "LocaleTextCustomFieldConfig",
|
|
3144
3247
|
},
|
|
3145
3248
|
CustomerGroup: {
|
|
3146
3249
|
id: "ID",
|
|
@@ -3148,11 +3251,11 @@ export const ReturnTypes = {
|
|
|
3148
3251
|
updatedAt: "DateTime",
|
|
3149
3252
|
name: "String",
|
|
3150
3253
|
customers: "CustomerList",
|
|
3151
|
-
customFields: "JSON"
|
|
3254
|
+
customFields: "JSON",
|
|
3152
3255
|
},
|
|
3153
3256
|
CustomerList: {
|
|
3154
3257
|
items: "Customer",
|
|
3155
|
-
totalItems: "Int"
|
|
3258
|
+
totalItems: "Int",
|
|
3156
3259
|
},
|
|
3157
3260
|
FacetValue: {
|
|
3158
3261
|
id: "ID",
|
|
@@ -3164,39 +3267,39 @@ export const ReturnTypes = {
|
|
|
3164
3267
|
name: "String",
|
|
3165
3268
|
code: "String",
|
|
3166
3269
|
translations: "FacetValueTranslation",
|
|
3167
|
-
customFields: "
|
|
3270
|
+
customFields: "FacetValueCustomFields",
|
|
3168
3271
|
},
|
|
3169
3272
|
FacetValueTranslation: {
|
|
3170
3273
|
id: "ID",
|
|
3171
3274
|
createdAt: "DateTime",
|
|
3172
3275
|
updatedAt: "DateTime",
|
|
3173
3276
|
languageCode: "LanguageCode",
|
|
3174
|
-
name: "String"
|
|
3277
|
+
name: "String",
|
|
3175
3278
|
},
|
|
3176
3279
|
FacetTranslation: {
|
|
3177
3280
|
id: "ID",
|
|
3178
3281
|
createdAt: "DateTime",
|
|
3179
3282
|
updatedAt: "DateTime",
|
|
3180
3283
|
languageCode: "LanguageCode",
|
|
3181
|
-
name: "String"
|
|
3284
|
+
name: "String",
|
|
3182
3285
|
},
|
|
3183
3286
|
FacetList: {
|
|
3184
3287
|
items: "Facet",
|
|
3185
|
-
totalItems: "Int"
|
|
3288
|
+
totalItems: "Int",
|
|
3186
3289
|
},
|
|
3187
3290
|
FacetValueList: {
|
|
3188
3291
|
items: "FacetValue",
|
|
3189
|
-
totalItems: "Int"
|
|
3292
|
+
totalItems: "Int",
|
|
3190
3293
|
},
|
|
3191
3294
|
HistoryEntryList: {
|
|
3192
3295
|
items: "HistoryEntry",
|
|
3193
|
-
totalItems: "Int"
|
|
3296
|
+
totalItems: "Int",
|
|
3194
3297
|
},
|
|
3195
3298
|
OrderTaxSummary: {
|
|
3196
3299
|
description: "String",
|
|
3197
3300
|
taxRate: "Float",
|
|
3198
3301
|
taxBase: "Money",
|
|
3199
|
-
taxTotal: "Money"
|
|
3302
|
+
taxTotal: "Money",
|
|
3200
3303
|
},
|
|
3201
3304
|
OrderAddress: {
|
|
3202
3305
|
fullName: "String",
|
|
@@ -3209,11 +3312,11 @@ export const ReturnTypes = {
|
|
|
3209
3312
|
country: "String",
|
|
3210
3313
|
countryCode: "String",
|
|
3211
3314
|
phoneNumber: "String",
|
|
3212
|
-
customFields: "JSON"
|
|
3315
|
+
customFields: "JSON",
|
|
3213
3316
|
},
|
|
3214
3317
|
OrderList: {
|
|
3215
3318
|
items: "Order",
|
|
3216
|
-
totalItems: "Int"
|
|
3319
|
+
totalItems: "Int",
|
|
3217
3320
|
},
|
|
3218
3321
|
ShippingLine: {
|
|
3219
3322
|
id: "ID",
|
|
@@ -3222,14 +3325,14 @@ export const ReturnTypes = {
|
|
|
3222
3325
|
priceWithTax: "Money",
|
|
3223
3326
|
discountedPrice: "Money",
|
|
3224
3327
|
discountedPriceWithTax: "Money",
|
|
3225
|
-
discounts: "Discount"
|
|
3328
|
+
discounts: "Discount",
|
|
3226
3329
|
},
|
|
3227
3330
|
Discount: {
|
|
3228
3331
|
adjustmentSource: "String",
|
|
3229
3332
|
type: "AdjustmentType",
|
|
3230
3333
|
description: "String",
|
|
3231
3334
|
amount: "Money",
|
|
3232
|
-
amountWithTax: "Money"
|
|
3335
|
+
amountWithTax: "Money",
|
|
3233
3336
|
},
|
|
3234
3337
|
OrderLine: {
|
|
3235
3338
|
id: "ID",
|
|
@@ -3259,14 +3362,14 @@ export const ReturnTypes = {
|
|
|
3259
3362
|
taxLines: "TaxLine",
|
|
3260
3363
|
order: "Order",
|
|
3261
3364
|
fulfillmentLines: "FulfillmentLine",
|
|
3262
|
-
customFields: "JSON"
|
|
3365
|
+
customFields: "JSON",
|
|
3263
3366
|
},
|
|
3264
3367
|
RefundLine: {
|
|
3265
3368
|
orderLine: "OrderLine",
|
|
3266
3369
|
orderLineId: "ID",
|
|
3267
3370
|
quantity: "Int",
|
|
3268
3371
|
refund: "Refund",
|
|
3269
|
-
refundId: "ID"
|
|
3372
|
+
refundId: "ID",
|
|
3270
3373
|
},
|
|
3271
3374
|
Refund: {
|
|
3272
3375
|
id: "ID",
|
|
@@ -3282,14 +3385,14 @@ export const ReturnTypes = {
|
|
|
3282
3385
|
reason: "String",
|
|
3283
3386
|
lines: "RefundLine",
|
|
3284
3387
|
paymentId: "ID",
|
|
3285
|
-
metadata: "JSON"
|
|
3388
|
+
metadata: "JSON",
|
|
3286
3389
|
},
|
|
3287
3390
|
FulfillmentLine: {
|
|
3288
3391
|
orderLine: "OrderLine",
|
|
3289
3392
|
orderLineId: "ID",
|
|
3290
3393
|
quantity: "Int",
|
|
3291
3394
|
fulfillment: "Fulfillment",
|
|
3292
|
-
fulfillmentId: "ID"
|
|
3395
|
+
fulfillmentId: "ID",
|
|
3293
3396
|
},
|
|
3294
3397
|
Surcharge: {
|
|
3295
3398
|
id: "ID",
|
|
@@ -3300,7 +3403,7 @@ export const ReturnTypes = {
|
|
|
3300
3403
|
taxLines: "TaxLine",
|
|
3301
3404
|
price: "Money",
|
|
3302
3405
|
priceWithTax: "Money",
|
|
3303
|
-
taxRate: "Float"
|
|
3406
|
+
taxRate: "Float",
|
|
3304
3407
|
},
|
|
3305
3408
|
PaymentMethod: {
|
|
3306
3409
|
id: "ID",
|
|
@@ -3313,7 +3416,7 @@ export const ReturnTypes = {
|
|
|
3313
3416
|
checker: "ConfigurableOperation",
|
|
3314
3417
|
handler: "ConfigurableOperation",
|
|
3315
3418
|
translations: "PaymentMethodTranslation",
|
|
3316
|
-
customFields: "JSON"
|
|
3419
|
+
customFields: "JSON",
|
|
3317
3420
|
},
|
|
3318
3421
|
PaymentMethodTranslation: {
|
|
3319
3422
|
id: "ID",
|
|
@@ -3321,7 +3424,7 @@ export const ReturnTypes = {
|
|
|
3321
3424
|
updatedAt: "DateTime",
|
|
3322
3425
|
languageCode: "LanguageCode",
|
|
3323
3426
|
name: "String",
|
|
3324
|
-
description: "String"
|
|
3427
|
+
description: "String",
|
|
3325
3428
|
},
|
|
3326
3429
|
ProductOptionGroup: {
|
|
3327
3430
|
id: "ID",
|
|
@@ -3332,14 +3435,14 @@ export const ReturnTypes = {
|
|
|
3332
3435
|
name: "String",
|
|
3333
3436
|
options: "ProductOption",
|
|
3334
3437
|
translations: "ProductOptionGroupTranslation",
|
|
3335
|
-
customFields: "JSON"
|
|
3438
|
+
customFields: "JSON",
|
|
3336
3439
|
},
|
|
3337
3440
|
ProductOptionGroupTranslation: {
|
|
3338
3441
|
id: "ID",
|
|
3339
3442
|
createdAt: "DateTime",
|
|
3340
3443
|
updatedAt: "DateTime",
|
|
3341
3444
|
languageCode: "LanguageCode",
|
|
3342
|
-
name: "String"
|
|
3445
|
+
name: "String",
|
|
3343
3446
|
},
|
|
3344
3447
|
ProductOption: {
|
|
3345
3448
|
id: "ID",
|
|
@@ -3351,47 +3454,47 @@ export const ReturnTypes = {
|
|
|
3351
3454
|
groupId: "ID",
|
|
3352
3455
|
group: "ProductOptionGroup",
|
|
3353
3456
|
translations: "ProductOptionTranslation",
|
|
3354
|
-
customFields: "JSON"
|
|
3457
|
+
customFields: "JSON",
|
|
3355
3458
|
},
|
|
3356
3459
|
ProductOptionTranslation: {
|
|
3357
3460
|
id: "ID",
|
|
3358
3461
|
createdAt: "DateTime",
|
|
3359
3462
|
updatedAt: "DateTime",
|
|
3360
3463
|
languageCode: "LanguageCode",
|
|
3361
|
-
name: "String"
|
|
3464
|
+
name: "String",
|
|
3362
3465
|
},
|
|
3363
3466
|
SearchReindexResponse: {
|
|
3364
|
-
success: "Boolean"
|
|
3467
|
+
success: "Boolean",
|
|
3365
3468
|
},
|
|
3366
3469
|
SearchResponse: {
|
|
3367
3470
|
items: "SearchResult",
|
|
3368
3471
|
totalItems: "Int",
|
|
3369
3472
|
facetValues: "FacetValueResult",
|
|
3370
|
-
collections: "CollectionResult"
|
|
3473
|
+
collections: "CollectionResult",
|
|
3371
3474
|
},
|
|
3372
3475
|
FacetValueResult: {
|
|
3373
3476
|
facetValue: "FacetValue",
|
|
3374
|
-
count: "Int"
|
|
3477
|
+
count: "Int",
|
|
3375
3478
|
},
|
|
3376
3479
|
CollectionResult: {
|
|
3377
3480
|
collection: "Collection",
|
|
3378
|
-
count: "Int"
|
|
3481
|
+
count: "Int",
|
|
3379
3482
|
},
|
|
3380
3483
|
SearchResultAsset: {
|
|
3381
3484
|
id: "ID",
|
|
3382
3485
|
preview: "String",
|
|
3383
|
-
focalPoint: "Coordinate"
|
|
3486
|
+
focalPoint: "Coordinate",
|
|
3384
3487
|
},
|
|
3385
3488
|
SearchResultPrice: {
|
|
3386
3489
|
"...on PriceRange": "PriceRange",
|
|
3387
|
-
"...on SinglePrice": "SinglePrice"
|
|
3490
|
+
"...on SinglePrice": "SinglePrice",
|
|
3388
3491
|
},
|
|
3389
3492
|
SinglePrice: {
|
|
3390
|
-
value: "Money"
|
|
3493
|
+
value: "Money",
|
|
3391
3494
|
},
|
|
3392
3495
|
PriceRange: {
|
|
3393
3496
|
min: "Money",
|
|
3394
|
-
max: "Money"
|
|
3497
|
+
max: "Money",
|
|
3395
3498
|
},
|
|
3396
3499
|
ProductTranslation: {
|
|
3397
3500
|
id: "ID",
|
|
@@ -3400,22 +3503,22 @@ export const ReturnTypes = {
|
|
|
3400
3503
|
languageCode: "LanguageCode",
|
|
3401
3504
|
name: "String",
|
|
3402
3505
|
slug: "String",
|
|
3403
|
-
description: "String"
|
|
3506
|
+
description: "String",
|
|
3404
3507
|
},
|
|
3405
3508
|
ProductList: {
|
|
3406
3509
|
items: "Product",
|
|
3407
|
-
totalItems: "Int"
|
|
3510
|
+
totalItems: "Int",
|
|
3408
3511
|
},
|
|
3409
3512
|
ProductVariantList: {
|
|
3410
3513
|
items: "ProductVariant",
|
|
3411
|
-
totalItems: "Int"
|
|
3514
|
+
totalItems: "Int",
|
|
3412
3515
|
},
|
|
3413
3516
|
ProductVariantTranslation: {
|
|
3414
3517
|
id: "ID",
|
|
3415
3518
|
createdAt: "DateTime",
|
|
3416
3519
|
updatedAt: "DateTime",
|
|
3417
3520
|
languageCode: "LanguageCode",
|
|
3418
|
-
name: "String"
|
|
3521
|
+
name: "String",
|
|
3419
3522
|
},
|
|
3420
3523
|
Promotion: {
|
|
3421
3524
|
id: "ID",
|
|
@@ -3432,7 +3535,7 @@ export const ReturnTypes = {
|
|
|
3432
3535
|
conditions: "ConfigurableOperation",
|
|
3433
3536
|
actions: "ConfigurableOperation",
|
|
3434
3537
|
translations: "PromotionTranslation",
|
|
3435
|
-
customFields: "JSON"
|
|
3538
|
+
customFields: "JSON",
|
|
3436
3539
|
},
|
|
3437
3540
|
PromotionTranslation: {
|
|
3438
3541
|
id: "ID",
|
|
@@ -3440,11 +3543,11 @@ export const ReturnTypes = {
|
|
|
3440
3543
|
updatedAt: "DateTime",
|
|
3441
3544
|
languageCode: "LanguageCode",
|
|
3442
3545
|
name: "String",
|
|
3443
|
-
description: "String"
|
|
3546
|
+
description: "String",
|
|
3444
3547
|
},
|
|
3445
3548
|
PromotionList: {
|
|
3446
3549
|
items: "Promotion",
|
|
3447
|
-
totalItems: "Int"
|
|
3550
|
+
totalItems: "Int",
|
|
3448
3551
|
},
|
|
3449
3552
|
Region: {
|
|
3450
3553
|
"...on Country": "Country",
|
|
@@ -3459,14 +3562,14 @@ export const ReturnTypes = {
|
|
|
3459
3562
|
enabled: "Boolean",
|
|
3460
3563
|
parent: "Region",
|
|
3461
3564
|
parentId: "ID",
|
|
3462
|
-
translations: "RegionTranslation"
|
|
3565
|
+
translations: "RegionTranslation",
|
|
3463
3566
|
},
|
|
3464
3567
|
RegionTranslation: {
|
|
3465
3568
|
id: "ID",
|
|
3466
3569
|
createdAt: "DateTime",
|
|
3467
3570
|
updatedAt: "DateTime",
|
|
3468
3571
|
languageCode: "LanguageCode",
|
|
3469
|
-
name: "String"
|
|
3572
|
+
name: "String",
|
|
3470
3573
|
},
|
|
3471
3574
|
Country: {
|
|
3472
3575
|
id: "ID",
|
|
@@ -3480,11 +3583,11 @@ export const ReturnTypes = {
|
|
|
3480
3583
|
parent: "Region",
|
|
3481
3584
|
parentId: "ID",
|
|
3482
3585
|
translations: "RegionTranslation",
|
|
3483
|
-
customFields: "JSON"
|
|
3586
|
+
customFields: "JSON",
|
|
3484
3587
|
},
|
|
3485
3588
|
CountryList: {
|
|
3486
3589
|
items: "Country",
|
|
3487
|
-
totalItems: "Int"
|
|
3590
|
+
totalItems: "Int",
|
|
3488
3591
|
},
|
|
3489
3592
|
Province: {
|
|
3490
3593
|
id: "ID",
|
|
@@ -3498,11 +3601,11 @@ export const ReturnTypes = {
|
|
|
3498
3601
|
parent: "Region",
|
|
3499
3602
|
parentId: "ID",
|
|
3500
3603
|
translations: "RegionTranslation",
|
|
3501
|
-
customFields: "JSON"
|
|
3604
|
+
customFields: "JSON",
|
|
3502
3605
|
},
|
|
3503
3606
|
ProvinceList: {
|
|
3504
3607
|
items: "Province",
|
|
3505
|
-
totalItems: "Int"
|
|
3608
|
+
totalItems: "Int",
|
|
3506
3609
|
},
|
|
3507
3610
|
Role: {
|
|
3508
3611
|
id: "ID",
|
|
@@ -3511,18 +3614,18 @@ export const ReturnTypes = {
|
|
|
3511
3614
|
code: "String",
|
|
3512
3615
|
description: "String",
|
|
3513
3616
|
permissions: "Permission",
|
|
3514
|
-
channels: "Channel"
|
|
3617
|
+
channels: "Channel",
|
|
3515
3618
|
},
|
|
3516
3619
|
RoleList: {
|
|
3517
3620
|
items: "Role",
|
|
3518
|
-
totalItems: "Int"
|
|
3621
|
+
totalItems: "Int",
|
|
3519
3622
|
},
|
|
3520
3623
|
Seller: {
|
|
3521
3624
|
id: "ID",
|
|
3522
3625
|
createdAt: "DateTime",
|
|
3523
3626
|
updatedAt: "DateTime",
|
|
3524
3627
|
name: "String",
|
|
3525
|
-
customFields: "JSON"
|
|
3628
|
+
customFields: "JSON",
|
|
3526
3629
|
},
|
|
3527
3630
|
ShippingMethod: {
|
|
3528
3631
|
id: "ID",
|
|
@@ -3536,7 +3639,7 @@ export const ReturnTypes = {
|
|
|
3536
3639
|
checker: "ConfigurableOperation",
|
|
3537
3640
|
calculator: "ConfigurableOperation",
|
|
3538
3641
|
translations: "ShippingMethodTranslation",
|
|
3539
|
-
customFields: "JSON"
|
|
3642
|
+
customFields: "JSON",
|
|
3540
3643
|
},
|
|
3541
3644
|
ShippingMethodTranslation: {
|
|
3542
3645
|
id: "ID",
|
|
@@ -3544,21 +3647,21 @@ export const ReturnTypes = {
|
|
|
3544
3647
|
updatedAt: "DateTime",
|
|
3545
3648
|
languageCode: "LanguageCode",
|
|
3546
3649
|
name: "String",
|
|
3547
|
-
description: "String"
|
|
3650
|
+
description: "String",
|
|
3548
3651
|
},
|
|
3549
3652
|
ShippingMethodList: {
|
|
3550
3653
|
items: "ShippingMethod",
|
|
3551
|
-
totalItems: "Int"
|
|
3654
|
+
totalItems: "Int",
|
|
3552
3655
|
},
|
|
3553
3656
|
Tag: {
|
|
3554
3657
|
id: "ID",
|
|
3555
3658
|
createdAt: "DateTime",
|
|
3556
3659
|
updatedAt: "DateTime",
|
|
3557
|
-
value: "String"
|
|
3660
|
+
value: "String",
|
|
3558
3661
|
},
|
|
3559
3662
|
TagList: {
|
|
3560
3663
|
items: "Tag",
|
|
3561
|
-
totalItems: "Int"
|
|
3664
|
+
totalItems: "Int",
|
|
3562
3665
|
},
|
|
3563
3666
|
TaxCategory: {
|
|
3564
3667
|
id: "ID",
|
|
@@ -3566,7 +3669,7 @@ export const ReturnTypes = {
|
|
|
3566
3669
|
updatedAt: "DateTime",
|
|
3567
3670
|
name: "String",
|
|
3568
3671
|
isDefault: "Boolean",
|
|
3569
|
-
customFields: "JSON"
|
|
3672
|
+
customFields: "JSON",
|
|
3570
3673
|
},
|
|
3571
3674
|
TaxRate: {
|
|
3572
3675
|
id: "ID",
|
|
@@ -3578,11 +3681,11 @@ export const ReturnTypes = {
|
|
|
3578
3681
|
category: "TaxCategory",
|
|
3579
3682
|
zone: "Zone",
|
|
3580
3683
|
customerGroup: "CustomerGroup",
|
|
3581
|
-
customFields: "JSON"
|
|
3684
|
+
customFields: "JSON",
|
|
3582
3685
|
},
|
|
3583
3686
|
TaxRateList: {
|
|
3584
3687
|
items: "TaxRate",
|
|
3585
|
-
totalItems: "Int"
|
|
3688
|
+
totalItems: "Int",
|
|
3586
3689
|
},
|
|
3587
3690
|
User: {
|
|
3588
3691
|
id: "ID",
|
|
@@ -3593,13 +3696,13 @@ export const ReturnTypes = {
|
|
|
3593
3696
|
roles: "Role",
|
|
3594
3697
|
lastLogin: "DateTime",
|
|
3595
3698
|
authenticationMethods: "AuthenticationMethod",
|
|
3596
|
-
customFields: "JSON"
|
|
3699
|
+
customFields: "JSON",
|
|
3597
3700
|
},
|
|
3598
3701
|
AuthenticationMethod: {
|
|
3599
3702
|
id: "ID",
|
|
3600
3703
|
createdAt: "DateTime",
|
|
3601
3704
|
updatedAt: "DateTime",
|
|
3602
|
-
strategy: "String"
|
|
3705
|
+
strategy: "String",
|
|
3603
3706
|
},
|
|
3604
3707
|
Zone: {
|
|
3605
3708
|
id: "ID",
|
|
@@ -3607,67 +3710,175 @@ export const ReturnTypes = {
|
|
|
3607
3710
|
updatedAt: "DateTime",
|
|
3608
3711
|
name: "String",
|
|
3609
3712
|
members: "Region",
|
|
3610
|
-
customFields: "JSON"
|
|
3713
|
+
customFields: "JSON",
|
|
3611
3714
|
},
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3715
|
+
CopyOrderErrorResponse: {
|
|
3716
|
+
message: "String",
|
|
3717
|
+
},
|
|
3718
|
+
CopyOrderResult: {
|
|
3719
|
+
"...on Order": "Order",
|
|
3720
|
+
"...on CopyOrderErrorResponse": "CopyOrderErrorResponse",
|
|
3721
|
+
},
|
|
3722
|
+
CronJob: {
|
|
3723
|
+
name: "String",
|
|
3724
|
+
schedule: "String",
|
|
3725
|
+
lastScheduleTime: "String",
|
|
3726
|
+
lastSuccessfulTime: "String",
|
|
3727
|
+
channelToken: "String",
|
|
3617
3728
|
},
|
|
3618
|
-
|
|
3729
|
+
CronJobsList: {
|
|
3730
|
+
items: "CronJob",
|
|
3731
|
+
totalItems: "Int",
|
|
3732
|
+
},
|
|
3733
|
+
CronJobsPreset: {
|
|
3619
3734
|
label: "String",
|
|
3620
|
-
value: "
|
|
3735
|
+
value: "String",
|
|
3736
|
+
default: "Boolean",
|
|
3621
3737
|
},
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
source: "String"
|
|
3738
|
+
CronJobsConfig: {
|
|
3739
|
+
suggestedJobs: "String",
|
|
3740
|
+
presets: "CronJobsPreset",
|
|
3626
3741
|
},
|
|
3627
|
-
|
|
3742
|
+
MerchantPlatformSetting: {
|
|
3743
|
+
key: "String",
|
|
3744
|
+
value: "String",
|
|
3745
|
+
},
|
|
3746
|
+
MerchantPlatformSettingsEntity: {
|
|
3628
3747
|
id: "ID",
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
roomType: "String",
|
|
3632
|
-
roomStyle: "String"
|
|
3748
|
+
platform: "String",
|
|
3749
|
+
entries: "MerchantPlatformSetting",
|
|
3633
3750
|
},
|
|
3634
|
-
|
|
3635
|
-
|
|
3751
|
+
MerchantPlatformInfo: {
|
|
3752
|
+
isValidConnection: "Boolean",
|
|
3753
|
+
productsCount: "Int",
|
|
3754
|
+
connectionStatus: "String",
|
|
3755
|
+
dataSourceVerified: "Boolean",
|
|
3756
|
+
checkedAt: "DateTime",
|
|
3757
|
+
latencyMs: "Int",
|
|
3758
|
+
disapprovedProductsCount: "Int",
|
|
3759
|
+
issuesCount: "Int",
|
|
3760
|
+
lastError: "MerchantPlatformError",
|
|
3761
|
+
issues: "MerchantProductIssue",
|
|
3636
3762
|
},
|
|
3637
|
-
|
|
3763
|
+
MerchantPlatformError: {
|
|
3764
|
+
code: "String",
|
|
3765
|
+
message: "String",
|
|
3766
|
+
retryable: "Boolean",
|
|
3767
|
+
},
|
|
3768
|
+
MerchantProductIssue: {
|
|
3769
|
+
offerId: "String",
|
|
3770
|
+
code: "String",
|
|
3771
|
+
description: "String",
|
|
3772
|
+
severity: "String",
|
|
3773
|
+
},
|
|
3774
|
+
MerchantSyncItem: {
|
|
3638
3775
|
id: "ID",
|
|
3639
|
-
|
|
3640
|
-
|
|
3776
|
+
offerId: "String",
|
|
3777
|
+
operation: "String",
|
|
3778
|
+
status: "String",
|
|
3779
|
+
errorCode: "String",
|
|
3780
|
+
errorMessage: "String",
|
|
3781
|
+
attempts: "Int",
|
|
3641
3782
|
},
|
|
3642
|
-
|
|
3783
|
+
MerchantSyncRun: {
|
|
3643
3784
|
id: "ID",
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3785
|
+
createdAt: "DateTime",
|
|
3786
|
+
platform: "String",
|
|
3787
|
+
trigger: "String",
|
|
3788
|
+
status: "String",
|
|
3789
|
+
jobId: "String",
|
|
3790
|
+
total: "Int",
|
|
3791
|
+
succeeded: "Int",
|
|
3792
|
+
failed: "Int",
|
|
3793
|
+
errorSummary: "String",
|
|
3794
|
+
startedAt: "DateTime",
|
|
3795
|
+
finishedAt: "DateTime",
|
|
3796
|
+
items: "MerchantSyncItem",
|
|
3647
3797
|
},
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3798
|
+
AdditionalOrderState: {
|
|
3799
|
+
state: "String",
|
|
3800
|
+
selectedByDefault: "Boolean",
|
|
3651
3801
|
},
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3802
|
+
ChartDataType: {
|
|
3803
|
+
type: "ChartMetricType",
|
|
3804
|
+
title: "String",
|
|
3805
|
+
entries: "ChartEntry",
|
|
3656
3806
|
},
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
totalItems: "Int"
|
|
3807
|
+
ChartMetrics: {
|
|
3808
|
+
data: "ChartDataType",
|
|
3660
3809
|
},
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3810
|
+
OrderSummaryMetrics: {
|
|
3811
|
+
data: "OrderSummaryDataMetric",
|
|
3812
|
+
},
|
|
3813
|
+
OrderSummaryDataMetric: {
|
|
3814
|
+
currencyCode: "CurrencyCode",
|
|
3815
|
+
total: "Float",
|
|
3816
|
+
totalWithTax: "Float",
|
|
3817
|
+
orderCount: "Float",
|
|
3818
|
+
averageOrderValue: "Float",
|
|
3819
|
+
averageOrderValueWithTax: "Float",
|
|
3820
|
+
productCount: "Float",
|
|
3821
|
+
},
|
|
3822
|
+
ChartEntryAdditionalData: {
|
|
3823
|
+
id: "String",
|
|
3664
3824
|
name: "String",
|
|
3665
|
-
|
|
3666
|
-
id: "ID"
|
|
3825
|
+
quantity: "Float",
|
|
3667
3826
|
},
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3827
|
+
ChartEntry: {
|
|
3828
|
+
intervalTick: "Int",
|
|
3829
|
+
value: "Float",
|
|
3830
|
+
additionalData: "ChartEntryAdditionalData",
|
|
3831
|
+
},
|
|
3832
|
+
OrderRealization: {
|
|
3833
|
+
orderID: "ID",
|
|
3834
|
+
assetID: "ID",
|
|
3835
|
+
plannedAt: "String",
|
|
3836
|
+
finalPlannedAt: "String",
|
|
3837
|
+
note: "String",
|
|
3838
|
+
color: "String",
|
|
3839
|
+
key: "String",
|
|
3840
|
+
url: "String",
|
|
3841
|
+
},
|
|
3842
|
+
ShopOrderRealization: {
|
|
3843
|
+
note: "String",
|
|
3844
|
+
plannedAt: "String",
|
|
3845
|
+
finalPlannedAt: "String",
|
|
3846
|
+
},
|
|
3847
|
+
InpostConfig: {
|
|
3848
|
+
shippingMethodId: "ID",
|
|
3849
|
+
host: "String",
|
|
3850
|
+
apiKey: "String",
|
|
3851
|
+
geowidgetKey: "String",
|
|
3852
|
+
inpostOrganization: "Int",
|
|
3853
|
+
service: "String",
|
|
3854
|
+
},
|
|
3855
|
+
InpostOrganization: {
|
|
3856
|
+
id: "Int",
|
|
3857
|
+
name: "String",
|
|
3858
|
+
services: "String",
|
|
3859
|
+
},
|
|
3860
|
+
InpostOrganizationResponse: {
|
|
3861
|
+
items: "InpostOrganization",
|
|
3862
|
+
},
|
|
3863
|
+
FacetCustomFields: {
|
|
3864
|
+
usedForColors: "Boolean",
|
|
3865
|
+
usedForProductCreations: "Boolean",
|
|
3866
|
+
colorsCollection: "Boolean",
|
|
3867
|
+
},
|
|
3868
|
+
FacetValueCustomFields: {
|
|
3869
|
+
hexColor: "String",
|
|
3870
|
+
isNew: "Boolean",
|
|
3871
|
+
isHidden: "Boolean",
|
|
3872
|
+
image: "Asset",
|
|
3873
|
+
},
|
|
3874
|
+
FulfillmentCustomFields: {
|
|
3875
|
+
inpostLabel: "Asset",
|
|
3876
|
+
},
|
|
3877
|
+
OrderCustomFields: {
|
|
3878
|
+
pickupPointId: "String",
|
|
3879
|
+
},
|
|
3880
|
+
ProductVariantCustomFields: {
|
|
3881
|
+
communicateID: "String",
|
|
3671
3882
|
},
|
|
3672
3883
|
CustomFields: {
|
|
3673
3884
|
Address: "CustomFieldConfig",
|
|
@@ -3697,15 +3908,65 @@ export const ReturnTypes = {
|
|
|
3697
3908
|
TaxCategory: "CustomFieldConfig",
|
|
3698
3909
|
TaxRate: "CustomFieldConfig",
|
|
3699
3910
|
User: "CustomFieldConfig",
|
|
3700
|
-
Zone: "CustomFieldConfig"
|
|
3911
|
+
Zone: "CustomFieldConfig",
|
|
3701
3912
|
},
|
|
3702
3913
|
EntityCustomFields: {
|
|
3703
3914
|
entityName: "String",
|
|
3704
|
-
customFields: "CustomFieldConfig"
|
|
3915
|
+
customFields: "CustomFieldConfig",
|
|
3916
|
+
},
|
|
3917
|
+
AssetPrediction: {
|
|
3918
|
+
id: "ID",
|
|
3919
|
+
preview: "String",
|
|
3920
|
+
source: "String",
|
|
3921
|
+
},
|
|
3922
|
+
PredictionSimpleBgResult: {
|
|
3923
|
+
id: "ID",
|
|
3924
|
+
status: "PredictionSimpleBgStatus",
|
|
3925
|
+
image: "String",
|
|
3926
|
+
roomType: "String",
|
|
3927
|
+
roomStyle: "String",
|
|
3928
|
+
},
|
|
3929
|
+
Image: {
|
|
3930
|
+
url: "String",
|
|
3931
|
+
},
|
|
3932
|
+
RoomType: {
|
|
3933
|
+
id: "ID",
|
|
3934
|
+
value: "String",
|
|
3935
|
+
label: "String",
|
|
3936
|
+
},
|
|
3937
|
+
RoomTheme: {
|
|
3938
|
+
id: "ID",
|
|
3939
|
+
value: "String",
|
|
3940
|
+
label: "String",
|
|
3941
|
+
image: "String",
|
|
3942
|
+
},
|
|
3943
|
+
SimpleBgPluginOptions: {
|
|
3944
|
+
roomTypes: "RoomType",
|
|
3945
|
+
roomThemes: "RoomTheme",
|
|
3946
|
+
},
|
|
3947
|
+
ReplicateSimpleBgEntity: {
|
|
3948
|
+
id: "ID",
|
|
3949
|
+
status: "PredictionSimpleBgStatus",
|
|
3950
|
+
finishedAt: "DateTime",
|
|
3951
|
+
},
|
|
3952
|
+
ReplicateSimpleBgEntityList: {
|
|
3953
|
+
items: "ReplicateSimpleBgEntity",
|
|
3954
|
+
totalItems: "Int",
|
|
3955
|
+
},
|
|
3956
|
+
SimpleBgProduct: {
|
|
3957
|
+
createdAt: "DateTime",
|
|
3958
|
+
updatedAt: "DateTime",
|
|
3959
|
+
name: "String",
|
|
3960
|
+
slug: "String",
|
|
3961
|
+
id: "ID",
|
|
3962
|
+
},
|
|
3963
|
+
SimpleBgProductList: {
|
|
3964
|
+
items: "SimpleBgProduct",
|
|
3965
|
+
totalItems: "Int",
|
|
3705
3966
|
},
|
|
3706
|
-
ID: `scalar.ID
|
|
3967
|
+
ID: `scalar.ID`,
|
|
3707
3968
|
};
|
|
3708
3969
|
export const Ops = {
|
|
3709
3970
|
query: "Query",
|
|
3710
|
-
mutation: "Mutation"
|
|
3971
|
+
mutation: "Mutation",
|
|
3711
3972
|
};
|