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