@forgecart/sdk 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2491 @@
1
+ /**
2
+ * @forgecart/sdk - Auto-generated TypeScript SDK
3
+ *
4
+ * This file was automatically generated and should not be manually edited.
5
+ * To regenerate, run: npm run codegen:ts
6
+ *
7
+ * Generated at: 2025-12-12T11:13:16.730Z
8
+ * Generator version: 1.0.0
9
+ *
10
+ * 🤖 Generated with ForgeCart SDK Generator
11
+ */
12
+ import * as Types from './admin-types.js';
13
+ import { RequestDocument, Variables } from 'graphql-request';
14
+ /**
15
+ * SDK Configuration
16
+ */
17
+ export interface SDKConfig {
18
+ /** GraphQL HTTP endpoint */
19
+ endpoint?: string;
20
+ /** WebSocket endpoint for subscriptions */
21
+ wsEndpoint?: string;
22
+ /** Custom HTTP headers */
23
+ headers?: Record<string, string>;
24
+ /** Custom WebSocket implementation (optional, auto-detected if not provided) */
25
+ webSocketImpl?: unknown;
26
+ }
27
+ export type ActiveAdministratorQueryVariables = Types.ActiveAdministratorQueryVariables;
28
+ export type ActiveAdministratorQuery = Types.ActiveAdministratorQuery;
29
+ export type ActiveAdministratorQueryResult = Types.ActiveAdministratorQuery;
30
+ export type AdministratorQueryVariables = Types.AdministratorQueryVariables;
31
+ export type AdministratorQuery = Types.AdministratorQuery;
32
+ export type AdministratorQueryResult = Types.AdministratorQuery;
33
+ export type AdministratorsQueryVariables = Types.AdministratorsQueryVariables;
34
+ export type AdministratorsQuery = Types.AdministratorsQuery;
35
+ export type AdministratorsQueryResult = Types.AdministratorsQuery;
36
+ export type MeQueryVariables = Types.MeQueryVariables;
37
+ export type MeQuery = Types.MeQuery;
38
+ export type MeQueryResult = Types.MeQuery;
39
+ export type AuthenticateMutationVariables = Types.AuthenticateMutationVariables;
40
+ export type AuthenticateMutation = Types.AuthenticateMutation;
41
+ export type AuthenticateMutationResult = Types.AuthenticateMutation;
42
+ export type LoginMutationVariables = Types.LoginMutationVariables;
43
+ export type LoginMutation = Types.LoginMutation;
44
+ export type LoginMutationResult = Types.LoginMutation;
45
+ export type LogoutMutationVariables = Types.LogoutMutationVariables;
46
+ export type LogoutMutation = Types.LogoutMutation;
47
+ export type LogoutMutationResult = Types.LogoutMutation;
48
+ export type RegisterMutationVariables = Types.RegisterMutationVariables;
49
+ export type RegisterMutation = Types.RegisterMutation;
50
+ export type RegisterMutationResult = Types.RegisterMutation;
51
+ export type VerifyMutationVariables = Types.VerifyMutationVariables;
52
+ export type VerifyMutation = Types.VerifyMutation;
53
+ export type VerifyMutationResult = Types.VerifyMutation;
54
+ export type CreateAdministratorMutationVariables = Types.CreateAdministratorMutationVariables;
55
+ export type CreateAdministratorMutation = Types.CreateAdministratorMutation;
56
+ export type CreateAdministratorMutationResult = Types.CreateAdministratorMutation;
57
+ export type UpdateAdministratorMutationVariables = Types.UpdateAdministratorMutationVariables;
58
+ export type UpdateAdministratorMutation = Types.UpdateAdministratorMutation;
59
+ export type UpdateAdministratorMutationResult = Types.UpdateAdministratorMutation;
60
+ export type UpdateActiveAdministratorMutationVariables = Types.UpdateActiveAdministratorMutationVariables;
61
+ export type UpdateActiveAdministratorMutation = Types.UpdateActiveAdministratorMutation;
62
+ export type UpdateActiveAdministratorMutationResult = Types.UpdateActiveAdministratorMutation;
63
+ export type DeleteAdministratorMutationVariables = Types.DeleteAdministratorMutationVariables;
64
+ export type DeleteAdministratorMutation = Types.DeleteAdministratorMutation;
65
+ export type DeleteAdministratorMutationResult = Types.DeleteAdministratorMutation;
66
+ export type DeleteAdministratorsMutationVariables = Types.DeleteAdministratorsMutationVariables;
67
+ export type DeleteAdministratorsMutation = Types.DeleteAdministratorsMutation;
68
+ export type DeleteAdministratorsMutationResult = Types.DeleteAdministratorsMutation;
69
+ export type InviteAdministratorMutationVariables = Types.InviteAdministratorMutationVariables;
70
+ export type InviteAdministratorMutation = Types.InviteAdministratorMutation;
71
+ export type InviteAdministratorMutationResult = Types.InviteAdministratorMutation;
72
+ export type AssignRoleToAdministratorMutationVariables = Types.AssignRoleToAdministratorMutationVariables;
73
+ export type AssignRoleToAdministratorMutation = Types.AssignRoleToAdministratorMutation;
74
+ export type AssignRoleToAdministratorMutationResult = Types.AssignRoleToAdministratorMutation;
75
+ export type AssetQueryVariables = Types.AssetQueryVariables;
76
+ export type AssetQuery = Types.AssetQuery;
77
+ export type AssetQueryResult = Types.AssetQuery;
78
+ export type AssetsQueryVariables = Types.AssetsQueryVariables;
79
+ export type AssetsQuery = Types.AssetsQuery;
80
+ export type AssetsQueryResult = Types.AssetsQuery;
81
+ export type CreateAssetsMutationVariables = Types.CreateAssetsMutationVariables;
82
+ export type CreateAssetsMutation = Types.CreateAssetsMutation;
83
+ export type CreateAssetsMutationResult = Types.CreateAssetsMutation;
84
+ export type UpdateAssetMutationVariables = Types.UpdateAssetMutationVariables;
85
+ export type UpdateAssetMutation = Types.UpdateAssetMutation;
86
+ export type UpdateAssetMutationResult = Types.UpdateAssetMutation;
87
+ export type DeleteAssetMutationVariables = Types.DeleteAssetMutationVariables;
88
+ export type DeleteAssetMutation = Types.DeleteAssetMutation;
89
+ export type DeleteAssetMutationResult = Types.DeleteAssetMutation;
90
+ export type DeleteAssetsMutationVariables = Types.DeleteAssetsMutationVariables;
91
+ export type DeleteAssetsMutation = Types.DeleteAssetsMutation;
92
+ export type DeleteAssetsMutationResult = Types.DeleteAssetsMutation;
93
+ export type AssignAssetsToChannelMutationVariables = Types.AssignAssetsToChannelMutationVariables;
94
+ export type AssignAssetsToChannelMutation = Types.AssignAssetsToChannelMutation;
95
+ export type AssignAssetsToChannelMutationResult = Types.AssignAssetsToChannelMutation;
96
+ export type BlogPostsQueryVariables = Types.BlogPostsQueryVariables;
97
+ export type BlogPostsQuery = Types.BlogPostsQuery;
98
+ export type BlogPostsQueryResult = Types.BlogPostsQuery;
99
+ export type BlogPostQueryVariables = Types.BlogPostQueryVariables;
100
+ export type BlogPostQuery = Types.BlogPostQuery;
101
+ export type BlogPostQueryResult = Types.BlogPostQuery;
102
+ export type CreateBlogPostMutationVariables = Types.CreateBlogPostMutationVariables;
103
+ export type CreateBlogPostMutation = Types.CreateBlogPostMutation;
104
+ export type CreateBlogPostMutationResult = Types.CreateBlogPostMutation;
105
+ export type UpdateBlogPostMutationVariables = Types.UpdateBlogPostMutationVariables;
106
+ export type UpdateBlogPostMutation = Types.UpdateBlogPostMutation;
107
+ export type UpdateBlogPostMutationResult = Types.UpdateBlogPostMutation;
108
+ export type DeleteBlogPostMutationVariables = Types.DeleteBlogPostMutationVariables;
109
+ export type DeleteBlogPostMutation = Types.DeleteBlogPostMutation;
110
+ export type DeleteBlogPostMutationResult = Types.DeleteBlogPostMutation;
111
+ export type PublishBlogPostMutationVariables = Types.PublishBlogPostMutationVariables;
112
+ export type PublishBlogPostMutation = Types.PublishBlogPostMutation;
113
+ export type PublishBlogPostMutationResult = Types.PublishBlogPostMutation;
114
+ export type UnpublishBlogPostMutationVariables = Types.UnpublishBlogPostMutationVariables;
115
+ export type UnpublishBlogPostMutation = Types.UnpublishBlogPostMutation;
116
+ export type UnpublishBlogPostMutationResult = Types.UnpublishBlogPostMutation;
117
+ export type ListChannelPluginsQueryVariables = Types.ListChannelPluginsQueryVariables;
118
+ export type ListChannelPluginsQuery = Types.ListChannelPluginsQuery;
119
+ export type ListChannelPluginsQueryResult = Types.ListChannelPluginsQuery;
120
+ export type ListManageablePluginsQueryVariables = Types.ListManageablePluginsQueryVariables;
121
+ export type ListManageablePluginsQuery = Types.ListManageablePluginsQuery;
122
+ export type ListManageablePluginsQueryResult = Types.ListManageablePluginsQuery;
123
+ export type GetChannelPluginConfigurationItemValueQueryVariables = Types.GetChannelPluginConfigurationItemValueQueryVariables;
124
+ export type GetChannelPluginConfigurationItemValueQuery = Types.GetChannelPluginConfigurationItemValueQuery;
125
+ export type GetChannelPluginConfigurationItemValueQueryResult = Types.GetChannelPluginConfigurationItemValueQuery;
126
+ export type CreateChannelPluginMutationVariables = Types.CreateChannelPluginMutationVariables;
127
+ export type CreateChannelPluginMutation = Types.CreateChannelPluginMutation;
128
+ export type CreateChannelPluginMutationResult = Types.CreateChannelPluginMutation;
129
+ export type UpdateChannelPluginConfigurationMutationVariables = Types.UpdateChannelPluginConfigurationMutationVariables;
130
+ export type UpdateChannelPluginConfigurationMutation = Types.UpdateChannelPluginConfigurationMutation;
131
+ export type UpdateChannelPluginConfigurationMutationResult = Types.UpdateChannelPluginConfigurationMutation;
132
+ export type EnableChannelPluginMutationVariables = Types.EnableChannelPluginMutationVariables;
133
+ export type EnableChannelPluginMutation = Types.EnableChannelPluginMutation;
134
+ export type EnableChannelPluginMutationResult = Types.EnableChannelPluginMutation;
135
+ export type DisableChannelPluginMutationVariables = Types.DisableChannelPluginMutationVariables;
136
+ export type DisableChannelPluginMutation = Types.DisableChannelPluginMutation;
137
+ export type DisableChannelPluginMutationResult = Types.DisableChannelPluginMutation;
138
+ export type DeleteChannelPluginMutationVariables = Types.DeleteChannelPluginMutationVariables;
139
+ export type DeleteChannelPluginMutation = Types.DeleteChannelPluginMutation;
140
+ export type DeleteChannelPluginMutationResult = Types.DeleteChannelPluginMutation;
141
+ export type ActiveChannelQueryVariables = Types.ActiveChannelQueryVariables;
142
+ export type ActiveChannelQuery = Types.ActiveChannelQuery;
143
+ export type ActiveChannelQueryResult = Types.ActiveChannelQuery;
144
+ export type ChannelQueryVariables = Types.ChannelQueryVariables;
145
+ export type ChannelQuery = Types.ChannelQuery;
146
+ export type ChannelQueryResult = Types.ChannelQuery;
147
+ export type ChannelsQueryVariables = Types.ChannelsQueryVariables;
148
+ export type ChannelsQuery = Types.ChannelsQuery;
149
+ export type ChannelsQueryResult = Types.ChannelsQuery;
150
+ export type ChannelFulfillmentsQueryVariables = Types.ChannelFulfillmentsQueryVariables;
151
+ export type ChannelFulfillmentsQuery = Types.ChannelFulfillmentsQuery;
152
+ export type ChannelFulfillmentsQueryResult = Types.ChannelFulfillmentsQuery;
153
+ export type CreateChannelMutationVariables = Types.CreateChannelMutationVariables;
154
+ export type CreateChannelMutation = Types.CreateChannelMutation;
155
+ export type CreateChannelMutationResult = Types.CreateChannelMutation;
156
+ export type UpdateChannelMutationVariables = Types.UpdateChannelMutationVariables;
157
+ export type UpdateChannelMutation = Types.UpdateChannelMutation;
158
+ export type UpdateChannelMutationResult = Types.UpdateChannelMutation;
159
+ export type UpdateChannelSettingsMutationVariables = Types.UpdateChannelSettingsMutationVariables;
160
+ export type UpdateChannelSettingsMutation = Types.UpdateChannelSettingsMutation;
161
+ export type UpdateChannelSettingsMutationResult = Types.UpdateChannelSettingsMutation;
162
+ export type DeleteChannelMutationVariables = Types.DeleteChannelMutationVariables;
163
+ export type DeleteChannelMutation = Types.DeleteChannelMutation;
164
+ export type DeleteChannelMutationResult = Types.DeleteChannelMutation;
165
+ export type DeleteChannelsMutationVariables = Types.DeleteChannelsMutationVariables;
166
+ export type DeleteChannelsMutation = Types.DeleteChannelsMutation;
167
+ export type DeleteChannelsMutationResult = Types.DeleteChannelsMutation;
168
+ export type AssignCollectionsToChannelMutationVariables = Types.AssignCollectionsToChannelMutationVariables;
169
+ export type AssignCollectionsToChannelMutation = Types.AssignCollectionsToChannelMutation;
170
+ export type AssignCollectionsToChannelMutationResult = Types.AssignCollectionsToChannelMutation;
171
+ export type RemoveCollectionsFromChannelMutationVariables = Types.RemoveCollectionsFromChannelMutationVariables;
172
+ export type RemoveCollectionsFromChannelMutation = Types.RemoveCollectionsFromChannelMutation;
173
+ export type RemoveCollectionsFromChannelMutationResult = Types.RemoveCollectionsFromChannelMutation;
174
+ export type AssignFacetsToChannelMutationVariables = Types.AssignFacetsToChannelMutationVariables;
175
+ export type AssignFacetsToChannelMutation = Types.AssignFacetsToChannelMutation;
176
+ export type AssignFacetsToChannelMutationResult = Types.AssignFacetsToChannelMutation;
177
+ export type RemoveFacetsFromChannelMutationVariables = Types.RemoveFacetsFromChannelMutationVariables;
178
+ export type RemoveFacetsFromChannelMutation = Types.RemoveFacetsFromChannelMutation;
179
+ export type RemoveFacetsFromChannelMutationResult = Types.RemoveFacetsFromChannelMutation;
180
+ export type AssignPaymentMethodsToChannelMutationVariables = Types.AssignPaymentMethodsToChannelMutationVariables;
181
+ export type AssignPaymentMethodsToChannelMutation = Types.AssignPaymentMethodsToChannelMutation;
182
+ export type AssignPaymentMethodsToChannelMutationResult = Types.AssignPaymentMethodsToChannelMutation;
183
+ export type RemovePaymentMethodsFromChannelMutationVariables = Types.RemovePaymentMethodsFromChannelMutationVariables;
184
+ export type RemovePaymentMethodsFromChannelMutation = Types.RemovePaymentMethodsFromChannelMutation;
185
+ export type RemovePaymentMethodsFromChannelMutationResult = Types.RemovePaymentMethodsFromChannelMutation;
186
+ export type AssignProductVariantsToChannelMutationVariables = Types.AssignProductVariantsToChannelMutationVariables;
187
+ export type AssignProductVariantsToChannelMutation = Types.AssignProductVariantsToChannelMutation;
188
+ export type AssignProductVariantsToChannelMutationResult = Types.AssignProductVariantsToChannelMutation;
189
+ export type RemoveProductVariantsFromChannelMutationVariables = Types.RemoveProductVariantsFromChannelMutationVariables;
190
+ export type RemoveProductVariantsFromChannelMutation = Types.RemoveProductVariantsFromChannelMutation;
191
+ export type RemoveProductVariantsFromChannelMutationResult = Types.RemoveProductVariantsFromChannelMutation;
192
+ export type AssignProductsToChannelMutationVariables = Types.AssignProductsToChannelMutationVariables;
193
+ export type AssignProductsToChannelMutation = Types.AssignProductsToChannelMutation;
194
+ export type AssignProductsToChannelMutationResult = Types.AssignProductsToChannelMutation;
195
+ export type RemoveProductsFromChannelMutationVariables = Types.RemoveProductsFromChannelMutationVariables;
196
+ export type RemoveProductsFromChannelMutation = Types.RemoveProductsFromChannelMutation;
197
+ export type RemoveProductsFromChannelMutationResult = Types.RemoveProductsFromChannelMutation;
198
+ export type AssignPromotionsToChannelMutationVariables = Types.AssignPromotionsToChannelMutationVariables;
199
+ export type AssignPromotionsToChannelMutation = Types.AssignPromotionsToChannelMutation;
200
+ export type AssignPromotionsToChannelMutationResult = Types.AssignPromotionsToChannelMutation;
201
+ export type RemovePromotionsFromChannelMutationVariables = Types.RemovePromotionsFromChannelMutationVariables;
202
+ export type RemovePromotionsFromChannelMutation = Types.RemovePromotionsFromChannelMutation;
203
+ export type RemovePromotionsFromChannelMutationResult = Types.RemovePromotionsFromChannelMutation;
204
+ export type AssignShippingMethodsToChannelMutationVariables = Types.AssignShippingMethodsToChannelMutationVariables;
205
+ export type AssignShippingMethodsToChannelMutation = Types.AssignShippingMethodsToChannelMutation;
206
+ export type AssignShippingMethodsToChannelMutationResult = Types.AssignShippingMethodsToChannelMutation;
207
+ export type RemoveShippingMethodsFromChannelMutationVariables = Types.RemoveShippingMethodsFromChannelMutationVariables;
208
+ export type RemoveShippingMethodsFromChannelMutation = Types.RemoveShippingMethodsFromChannelMutation;
209
+ export type RemoveShippingMethodsFromChannelMutationResult = Types.RemoveShippingMethodsFromChannelMutation;
210
+ export type AssignStockLocationsToChannelMutationVariables = Types.AssignStockLocationsToChannelMutationVariables;
211
+ export type AssignStockLocationsToChannelMutation = Types.AssignStockLocationsToChannelMutation;
212
+ export type AssignStockLocationsToChannelMutationResult = Types.AssignStockLocationsToChannelMutation;
213
+ export type RemoveStockLocationsFromChannelMutationVariables = Types.RemoveStockLocationsFromChannelMutationVariables;
214
+ export type RemoveStockLocationsFromChannelMutation = Types.RemoveStockLocationsFromChannelMutation;
215
+ export type RemoveStockLocationsFromChannelMutationResult = Types.RemoveStockLocationsFromChannelMutation;
216
+ export type CollectionQueryVariables = Types.CollectionQueryVariables;
217
+ export type CollectionQuery = Types.CollectionQuery;
218
+ export type CollectionQueryResult = Types.CollectionQuery;
219
+ export type CollectionsQueryVariables = Types.CollectionsQueryVariables;
220
+ export type CollectionsQuery = Types.CollectionsQuery;
221
+ export type CollectionsQueryResult = Types.CollectionsQuery;
222
+ export type CollectionFiltersQueryVariables = Types.CollectionFiltersQueryVariables;
223
+ export type CollectionFiltersQuery = Types.CollectionFiltersQuery;
224
+ export type CollectionFiltersQueryResult = Types.CollectionFiltersQuery;
225
+ export type PreviewCollectionVariantsQueryVariables = Types.PreviewCollectionVariantsQueryVariables;
226
+ export type PreviewCollectionVariantsQuery = Types.PreviewCollectionVariantsQuery;
227
+ export type PreviewCollectionVariantsQueryResult = Types.PreviewCollectionVariantsQuery;
228
+ export type CreateCollectionMutationVariables = Types.CreateCollectionMutationVariables;
229
+ export type CreateCollectionMutation = Types.CreateCollectionMutation;
230
+ export type CreateCollectionMutationResult = Types.CreateCollectionMutation;
231
+ export type UpdateCollectionMutationVariables = Types.UpdateCollectionMutationVariables;
232
+ export type UpdateCollectionMutation = Types.UpdateCollectionMutation;
233
+ export type UpdateCollectionMutationResult = Types.UpdateCollectionMutation;
234
+ export type MoveCollectionMutationVariables = Types.MoveCollectionMutationVariables;
235
+ export type MoveCollectionMutation = Types.MoveCollectionMutation;
236
+ export type MoveCollectionMutationResult = Types.MoveCollectionMutation;
237
+ export type DeleteCollectionMutationVariables = Types.DeleteCollectionMutationVariables;
238
+ export type DeleteCollectionMutation = Types.DeleteCollectionMutation;
239
+ export type DeleteCollectionMutationResult = Types.DeleteCollectionMutation;
240
+ export type DeleteCollectionsMutationVariables = Types.DeleteCollectionsMutationVariables;
241
+ export type DeleteCollectionsMutation = Types.DeleteCollectionsMutation;
242
+ export type DeleteCollectionsMutationResult = Types.DeleteCollectionsMutation;
243
+ export type CountryQueryVariables = Types.CountryQueryVariables;
244
+ export type CountryQuery = Types.CountryQuery;
245
+ export type CountryQueryResult = Types.CountryQuery;
246
+ export type CountriesQueryVariables = Types.CountriesQueryVariables;
247
+ export type CountriesQuery = Types.CountriesQuery;
248
+ export type CountriesQueryResult = Types.CountriesQuery;
249
+ export type ProvinceQueryVariables = Types.ProvinceQueryVariables;
250
+ export type ProvinceQuery = Types.ProvinceQuery;
251
+ export type ProvinceQueryResult = Types.ProvinceQuery;
252
+ export type ProvincesQueryVariables = Types.ProvincesQueryVariables;
253
+ export type ProvincesQuery = Types.ProvincesQuery;
254
+ export type ProvincesQueryResult = Types.ProvincesQuery;
255
+ export type CreateCountryMutationVariables = Types.CreateCountryMutationVariables;
256
+ export type CreateCountryMutation = Types.CreateCountryMutation;
257
+ export type CreateCountryMutationResult = Types.CreateCountryMutation;
258
+ export type UpdateCountryMutationVariables = Types.UpdateCountryMutationVariables;
259
+ export type UpdateCountryMutation = Types.UpdateCountryMutation;
260
+ export type UpdateCountryMutationResult = Types.UpdateCountryMutation;
261
+ export type DeleteCountryMutationVariables = Types.DeleteCountryMutationVariables;
262
+ export type DeleteCountryMutation = Types.DeleteCountryMutation;
263
+ export type DeleteCountryMutationResult = Types.DeleteCountryMutation;
264
+ export type DeleteCountriesMutationVariables = Types.DeleteCountriesMutationVariables;
265
+ export type DeleteCountriesMutation = Types.DeleteCountriesMutation;
266
+ export type DeleteCountriesMutationResult = Types.DeleteCountriesMutation;
267
+ export type CreateProvinceMutationVariables = Types.CreateProvinceMutationVariables;
268
+ export type CreateProvinceMutation = Types.CreateProvinceMutation;
269
+ export type CreateProvinceMutationResult = Types.CreateProvinceMutation;
270
+ export type UpdateProvinceMutationVariables = Types.UpdateProvinceMutationVariables;
271
+ export type UpdateProvinceMutation = Types.UpdateProvinceMutation;
272
+ export type UpdateProvinceMutationResult = Types.UpdateProvinceMutation;
273
+ export type DeleteProvinceMutationVariables = Types.DeleteProvinceMutationVariables;
274
+ export type DeleteProvinceMutation = Types.DeleteProvinceMutation;
275
+ export type DeleteProvinceMutationResult = Types.DeleteProvinceMutation;
276
+ export type GetAllFieldsQueryVariables = Types.GetAllFieldsQueryVariables;
277
+ export type GetAllFieldsQuery = Types.GetAllFieldsQuery;
278
+ export type GetAllFieldsQueryResult = Types.GetAllFieldsQuery;
279
+ export type GetAllValuesQueryVariables = Types.GetAllValuesQueryVariables;
280
+ export type GetAllValuesQuery = Types.GetAllValuesQuery;
281
+ export type GetAllValuesQueryResult = Types.GetAllValuesQuery;
282
+ export type GetBooleanValueQueryVariables = Types.GetBooleanValueQueryVariables;
283
+ export type GetBooleanValueQuery = Types.GetBooleanValueQuery;
284
+ export type GetBooleanValueQueryResult = Types.GetBooleanValueQuery;
285
+ export type GetDateValueQueryVariables = Types.GetDateValueQueryVariables;
286
+ export type GetDateValueQuery = Types.GetDateValueQuery;
287
+ export type GetDateValueQueryResult = Types.GetDateValueQuery;
288
+ export type GetFloatValueQueryVariables = Types.GetFloatValueQueryVariables;
289
+ export type GetFloatValueQuery = Types.GetFloatValueQuery;
290
+ export type GetFloatValueQueryResult = Types.GetFloatValueQuery;
291
+ export type GetGroupFieldDefinitionByIdQueryVariables = Types.GetGroupFieldDefinitionByIdQueryVariables;
292
+ export type GetGroupFieldDefinitionByIdQuery = Types.GetGroupFieldDefinitionByIdQuery;
293
+ export type GetGroupFieldDefinitionByIdQueryResult = Types.GetGroupFieldDefinitionByIdQuery;
294
+ export type GetGroupValueQueryVariables = Types.GetGroupValueQueryVariables;
295
+ export type GetGroupValueQuery = Types.GetGroupValueQuery;
296
+ export type GetGroupValueQueryResult = Types.GetGroupValueQuery;
297
+ export type GetIntegerValueQueryVariables = Types.GetIntegerValueQueryVariables;
298
+ export type GetIntegerValueQuery = Types.GetIntegerValueQuery;
299
+ export type GetIntegerValueQueryResult = Types.GetIntegerValueQuery;
300
+ export type GetRelationValueQueryVariables = Types.GetRelationValueQueryVariables;
301
+ export type GetRelationValueQuery = Types.GetRelationValueQuery;
302
+ export type GetRelationValueQueryResult = Types.GetRelationValueQuery;
303
+ export type GetRichTextValueQueryVariables = Types.GetRichTextValueQueryVariables;
304
+ export type GetRichTextValueQuery = Types.GetRichTextValueQuery;
305
+ export type GetRichTextValueQueryResult = Types.GetRichTextValueQuery;
306
+ export type GetStringValueQueryVariables = Types.GetStringValueQueryVariables;
307
+ export type GetStringValueQuery = Types.GetStringValueQuery;
308
+ export type GetStringValueQueryResult = Types.GetStringValueQuery;
309
+ export type GetTemplatesByEntityIdQueryVariables = Types.GetTemplatesByEntityIdQueryVariables;
310
+ export type GetTemplatesByEntityIdQuery = Types.GetTemplatesByEntityIdQuery;
311
+ export type GetTemplatesByEntityIdQueryResult = Types.GetTemplatesByEntityIdQuery;
312
+ export type GetUniqueTemplatesQueryVariables = Types.GetUniqueTemplatesQueryVariables;
313
+ export type GetUniqueTemplatesQuery = Types.GetUniqueTemplatesQuery;
314
+ export type GetUniqueTemplatesQueryResult = Types.GetUniqueTemplatesQuery;
315
+ export type InsertBooleanFieldDefinitionMutationVariables = Types.InsertBooleanFieldDefinitionMutationVariables;
316
+ export type InsertBooleanFieldDefinitionMutation = Types.InsertBooleanFieldDefinitionMutation;
317
+ export type InsertBooleanFieldDefinitionMutationResult = Types.InsertBooleanFieldDefinitionMutation;
318
+ export type InsertDateFieldDefinitionMutationVariables = Types.InsertDateFieldDefinitionMutationVariables;
319
+ export type InsertDateFieldDefinitionMutation = Types.InsertDateFieldDefinitionMutation;
320
+ export type InsertDateFieldDefinitionMutationResult = Types.InsertDateFieldDefinitionMutation;
321
+ export type InsertFloatFieldDefinitionMutationVariables = Types.InsertFloatFieldDefinitionMutationVariables;
322
+ export type InsertFloatFieldDefinitionMutation = Types.InsertFloatFieldDefinitionMutation;
323
+ export type InsertFloatFieldDefinitionMutationResult = Types.InsertFloatFieldDefinitionMutation;
324
+ export type InsertGroupFieldDefinitionMutationVariables = Types.InsertGroupFieldDefinitionMutationVariables;
325
+ export type InsertGroupFieldDefinitionMutation = Types.InsertGroupFieldDefinitionMutation;
326
+ export type InsertGroupFieldDefinitionMutationResult = Types.InsertGroupFieldDefinitionMutation;
327
+ export type InsertIntegerFieldDefinitionMutationVariables = Types.InsertIntegerFieldDefinitionMutationVariables;
328
+ export type InsertIntegerFieldDefinitionMutation = Types.InsertIntegerFieldDefinitionMutation;
329
+ export type InsertIntegerFieldDefinitionMutationResult = Types.InsertIntegerFieldDefinitionMutation;
330
+ export type InsertRelationFieldDefinitionMutationVariables = Types.InsertRelationFieldDefinitionMutationVariables;
331
+ export type InsertRelationFieldDefinitionMutation = Types.InsertRelationFieldDefinitionMutation;
332
+ export type InsertRelationFieldDefinitionMutationResult = Types.InsertRelationFieldDefinitionMutation;
333
+ export type InsertRichTextFieldDefinitionMutationVariables = Types.InsertRichTextFieldDefinitionMutationVariables;
334
+ export type InsertRichTextFieldDefinitionMutation = Types.InsertRichTextFieldDefinitionMutation;
335
+ export type InsertRichTextFieldDefinitionMutationResult = Types.InsertRichTextFieldDefinitionMutation;
336
+ export type InsertStringFieldDefinitionMutationVariables = Types.InsertStringFieldDefinitionMutationVariables;
337
+ export type InsertStringFieldDefinitionMutation = Types.InsertStringFieldDefinitionMutation;
338
+ export type InsertStringFieldDefinitionMutationResult = Types.InsertStringFieldDefinitionMutation;
339
+ export type DeleteGroupFieldDefinitionMutationVariables = Types.DeleteGroupFieldDefinitionMutationVariables;
340
+ export type DeleteGroupFieldDefinitionMutation = Types.DeleteGroupFieldDefinitionMutation;
341
+ export type DeleteGroupFieldDefinitionMutationResult = Types.DeleteGroupFieldDefinitionMutation;
342
+ export type CreateGroupValueMutationVariables = Types.CreateGroupValueMutationVariables;
343
+ export type CreateGroupValueMutation = Types.CreateGroupValueMutation;
344
+ export type CreateGroupValueMutationResult = Types.CreateGroupValueMutation;
345
+ export type UpsertBooleanValueMutationVariables = Types.UpsertBooleanValueMutationVariables;
346
+ export type UpsertBooleanValueMutation = Types.UpsertBooleanValueMutation;
347
+ export type UpsertBooleanValueMutationResult = Types.UpsertBooleanValueMutation;
348
+ export type UpsertDateValueMutationVariables = Types.UpsertDateValueMutationVariables;
349
+ export type UpsertDateValueMutation = Types.UpsertDateValueMutation;
350
+ export type UpsertDateValueMutationResult = Types.UpsertDateValueMutation;
351
+ export type UpsertFloatValueMutationVariables = Types.UpsertFloatValueMutationVariables;
352
+ export type UpsertFloatValueMutation = Types.UpsertFloatValueMutation;
353
+ export type UpsertFloatValueMutationResult = Types.UpsertFloatValueMutation;
354
+ export type UpsertGroupValueMutationVariables = Types.UpsertGroupValueMutationVariables;
355
+ export type UpsertGroupValueMutation = Types.UpsertGroupValueMutation;
356
+ export type UpsertGroupValueMutationResult = Types.UpsertGroupValueMutation;
357
+ export type UpsertGroupMemberMutationVariables = Types.UpsertGroupMemberMutationVariables;
358
+ export type UpsertGroupMemberMutation = Types.UpsertGroupMemberMutation;
359
+ export type UpsertGroupMemberMutationResult = Types.UpsertGroupMemberMutation;
360
+ export type UpsertIntegerValueMutationVariables = Types.UpsertIntegerValueMutationVariables;
361
+ export type UpsertIntegerValueMutation = Types.UpsertIntegerValueMutation;
362
+ export type UpsertIntegerValueMutationResult = Types.UpsertIntegerValueMutation;
363
+ export type UpsertRelationValueMutationVariables = Types.UpsertRelationValueMutationVariables;
364
+ export type UpsertRelationValueMutation = Types.UpsertRelationValueMutation;
365
+ export type UpsertRelationValueMutationResult = Types.UpsertRelationValueMutation;
366
+ export type UpsertRichTextValueMutationVariables = Types.UpsertRichTextValueMutationVariables;
367
+ export type UpsertRichTextValueMutation = Types.UpsertRichTextValueMutation;
368
+ export type UpsertRichTextValueMutationResult = Types.UpsertRichTextValueMutation;
369
+ export type UpsertStringValueMutationVariables = Types.UpsertStringValueMutationVariables;
370
+ export type UpsertStringValueMutation = Types.UpsertStringValueMutation;
371
+ export type UpsertStringValueMutationResult = Types.UpsertStringValueMutation;
372
+ export type UpdateGroupMembersMutationVariables = Types.UpdateGroupMembersMutationVariables;
373
+ export type UpdateGroupMembersMutation = Types.UpdateGroupMembersMutation;
374
+ export type UpdateGroupMembersMutationResult = Types.UpdateGroupMembersMutation;
375
+ export type DeleteBooleanValueMutationVariables = Types.DeleteBooleanValueMutationVariables;
376
+ export type DeleteBooleanValueMutation = Types.DeleteBooleanValueMutation;
377
+ export type DeleteBooleanValueMutationResult = Types.DeleteBooleanValueMutation;
378
+ export type DeleteDateValueMutationVariables = Types.DeleteDateValueMutationVariables;
379
+ export type DeleteDateValueMutation = Types.DeleteDateValueMutation;
380
+ export type DeleteDateValueMutationResult = Types.DeleteDateValueMutation;
381
+ export type DeleteFloatValueMutationVariables = Types.DeleteFloatValueMutationVariables;
382
+ export type DeleteFloatValueMutation = Types.DeleteFloatValueMutation;
383
+ export type DeleteFloatValueMutationResult = Types.DeleteFloatValueMutation;
384
+ export type DeleteGroupValueMutationVariables = Types.DeleteGroupValueMutationVariables;
385
+ export type DeleteGroupValueMutation = Types.DeleteGroupValueMutation;
386
+ export type DeleteGroupValueMutationResult = Types.DeleteGroupValueMutation;
387
+ export type DeleteIntegerValueMutationVariables = Types.DeleteIntegerValueMutationVariables;
388
+ export type DeleteIntegerValueMutation = Types.DeleteIntegerValueMutation;
389
+ export type DeleteIntegerValueMutationResult = Types.DeleteIntegerValueMutation;
390
+ export type DeleteRelationValueMutationVariables = Types.DeleteRelationValueMutationVariables;
391
+ export type DeleteRelationValueMutation = Types.DeleteRelationValueMutation;
392
+ export type DeleteRelationValueMutationResult = Types.DeleteRelationValueMutation;
393
+ export type DeleteRichTextValueMutationVariables = Types.DeleteRichTextValueMutationVariables;
394
+ export type DeleteRichTextValueMutation = Types.DeleteRichTextValueMutation;
395
+ export type DeleteRichTextValueMutationResult = Types.DeleteRichTextValueMutation;
396
+ export type DeleteStringValueMutationVariables = Types.DeleteStringValueMutationVariables;
397
+ export type DeleteStringValueMutation = Types.DeleteStringValueMutation;
398
+ export type DeleteStringValueMutationResult = Types.DeleteStringValueMutation;
399
+ export type CustomerGroupQueryVariables = Types.CustomerGroupQueryVariables;
400
+ export type CustomerGroupQuery = Types.CustomerGroupQuery;
401
+ export type CustomerGroupQueryResult = Types.CustomerGroupQuery;
402
+ export type CustomerGroupsQueryVariables = Types.CustomerGroupsQueryVariables;
403
+ export type CustomerGroupsQuery = Types.CustomerGroupsQuery;
404
+ export type CustomerGroupsQueryResult = Types.CustomerGroupsQuery;
405
+ export type CreateCustomerGroupMutationVariables = Types.CreateCustomerGroupMutationVariables;
406
+ export type CreateCustomerGroupMutation = Types.CreateCustomerGroupMutation;
407
+ export type CreateCustomerGroupMutationResult = Types.CreateCustomerGroupMutation;
408
+ export type UpdateCustomerGroupMutationVariables = Types.UpdateCustomerGroupMutationVariables;
409
+ export type UpdateCustomerGroupMutation = Types.UpdateCustomerGroupMutation;
410
+ export type UpdateCustomerGroupMutationResult = Types.UpdateCustomerGroupMutation;
411
+ export type DeleteCustomerGroupMutationVariables = Types.DeleteCustomerGroupMutationVariables;
412
+ export type DeleteCustomerGroupMutation = Types.DeleteCustomerGroupMutation;
413
+ export type DeleteCustomerGroupMutationResult = Types.DeleteCustomerGroupMutation;
414
+ export type DeleteCustomerGroupsMutationVariables = Types.DeleteCustomerGroupsMutationVariables;
415
+ export type DeleteCustomerGroupsMutation = Types.DeleteCustomerGroupsMutation;
416
+ export type DeleteCustomerGroupsMutationResult = Types.DeleteCustomerGroupsMutation;
417
+ export type AddCustomersToGroupMutationVariables = Types.AddCustomersToGroupMutationVariables;
418
+ export type AddCustomersToGroupMutation = Types.AddCustomersToGroupMutation;
419
+ export type AddCustomersToGroupMutationResult = Types.AddCustomersToGroupMutation;
420
+ export type RemoveCustomersFromGroupMutationVariables = Types.RemoveCustomersFromGroupMutationVariables;
421
+ export type RemoveCustomersFromGroupMutation = Types.RemoveCustomersFromGroupMutation;
422
+ export type RemoveCustomersFromGroupMutationResult = Types.RemoveCustomersFromGroupMutation;
423
+ export type CustomerQueryVariables = Types.CustomerQueryVariables;
424
+ export type CustomerQuery = Types.CustomerQuery;
425
+ export type CustomerQueryResult = Types.CustomerQuery;
426
+ export type CustomersQueryVariables = Types.CustomersQueryVariables;
427
+ export type CustomersQuery = Types.CustomersQuery;
428
+ export type CustomersQueryResult = Types.CustomersQuery;
429
+ export type CreateCustomerMutationVariables = Types.CreateCustomerMutationVariables;
430
+ export type CreateCustomerMutation = Types.CreateCustomerMutation;
431
+ export type CreateCustomerMutationResult = Types.CreateCustomerMutation;
432
+ export type UpdateCustomerMutationVariables = Types.UpdateCustomerMutationVariables;
433
+ export type UpdateCustomerMutation = Types.UpdateCustomerMutation;
434
+ export type UpdateCustomerMutationResult = Types.UpdateCustomerMutation;
435
+ export type DeleteCustomerMutationVariables = Types.DeleteCustomerMutationVariables;
436
+ export type DeleteCustomerMutation = Types.DeleteCustomerMutation;
437
+ export type DeleteCustomerMutationResult = Types.DeleteCustomerMutation;
438
+ export type DeleteCustomersMutationVariables = Types.DeleteCustomersMutationVariables;
439
+ export type DeleteCustomersMutation = Types.DeleteCustomersMutation;
440
+ export type DeleteCustomersMutationResult = Types.DeleteCustomersMutation;
441
+ export type CreateCustomerAddressMutationVariables = Types.CreateCustomerAddressMutationVariables;
442
+ export type CreateCustomerAddressMutation = Types.CreateCustomerAddressMutation;
443
+ export type CreateCustomerAddressMutationResult = Types.CreateCustomerAddressMutation;
444
+ export type UpdateCustomerAddressMutationVariables = Types.UpdateCustomerAddressMutationVariables;
445
+ export type UpdateCustomerAddressMutation = Types.UpdateCustomerAddressMutation;
446
+ export type UpdateCustomerAddressMutationResult = Types.UpdateCustomerAddressMutation;
447
+ export type DeleteCustomerAddressMutationVariables = Types.DeleteCustomerAddressMutationVariables;
448
+ export type DeleteCustomerAddressMutation = Types.DeleteCustomerAddressMutation;
449
+ export type DeleteCustomerAddressMutationResult = Types.DeleteCustomerAddressMutation;
450
+ export type AddNoteToCustomerMutationVariables = Types.AddNoteToCustomerMutationVariables;
451
+ export type AddNoteToCustomerMutation = Types.AddNoteToCustomerMutation;
452
+ export type AddNoteToCustomerMutationResult = Types.AddNoteToCustomerMutation;
453
+ export type UpdateCustomerNoteMutationVariables = Types.UpdateCustomerNoteMutationVariables;
454
+ export type UpdateCustomerNoteMutation = Types.UpdateCustomerNoteMutation;
455
+ export type UpdateCustomerNoteMutationResult = Types.UpdateCustomerNoteMutation;
456
+ export type DeleteCustomerNoteMutationVariables = Types.DeleteCustomerNoteMutationVariables;
457
+ export type DeleteCustomerNoteMutation = Types.DeleteCustomerNoteMutation;
458
+ export type DeleteCustomerNoteMutationResult = Types.DeleteCustomerNoteMutation;
459
+ export type EntityDuplicatorsQueryVariables = Types.EntityDuplicatorsQueryVariables;
460
+ export type EntityDuplicatorsQuery = Types.EntityDuplicatorsQuery;
461
+ export type EntityDuplicatorsQueryResult = Types.EntityDuplicatorsQuery;
462
+ export type DuplicateEntityMutationVariables = Types.DuplicateEntityMutationVariables;
463
+ export type DuplicateEntityMutation = Types.DuplicateEntityMutation;
464
+ export type DuplicateEntityMutationResult = Types.DuplicateEntityMutation;
465
+ export type FacetQueryVariables = Types.FacetQueryVariables;
466
+ export type FacetQuery = Types.FacetQuery;
467
+ export type FacetQueryResult = Types.FacetQuery;
468
+ export type FacetsQueryVariables = Types.FacetsQueryVariables;
469
+ export type FacetsQuery = Types.FacetsQuery;
470
+ export type FacetsQueryResult = Types.FacetsQuery;
471
+ export type FacetValuesQueryVariables = Types.FacetValuesQueryVariables;
472
+ export type FacetValuesQuery = Types.FacetValuesQuery;
473
+ export type FacetValuesQueryResult = Types.FacetValuesQuery;
474
+ export type CreateFacetMutationVariables = Types.CreateFacetMutationVariables;
475
+ export type CreateFacetMutation = Types.CreateFacetMutation;
476
+ export type CreateFacetMutationResult = Types.CreateFacetMutation;
477
+ export type UpdateFacetMutationVariables = Types.UpdateFacetMutationVariables;
478
+ export type UpdateFacetMutation = Types.UpdateFacetMutation;
479
+ export type UpdateFacetMutationResult = Types.UpdateFacetMutation;
480
+ export type DeleteFacetMutationVariables = Types.DeleteFacetMutationVariables;
481
+ export type DeleteFacetMutation = Types.DeleteFacetMutation;
482
+ export type DeleteFacetMutationResult = Types.DeleteFacetMutation;
483
+ export type DeleteFacetsMutationVariables = Types.DeleteFacetsMutationVariables;
484
+ export type DeleteFacetsMutation = Types.DeleteFacetsMutation;
485
+ export type DeleteFacetsMutationResult = Types.DeleteFacetsMutation;
486
+ export type CreateFacetValuesMutationVariables = Types.CreateFacetValuesMutationVariables;
487
+ export type CreateFacetValuesMutation = Types.CreateFacetValuesMutation;
488
+ export type CreateFacetValuesMutationResult = Types.CreateFacetValuesMutation;
489
+ export type UpdateFacetValuesMutationVariables = Types.UpdateFacetValuesMutationVariables;
490
+ export type UpdateFacetValuesMutation = Types.UpdateFacetValuesMutation;
491
+ export type UpdateFacetValuesMutationResult = Types.UpdateFacetValuesMutation;
492
+ export type DeleteFacetValuesMutationVariables = Types.DeleteFacetValuesMutationVariables;
493
+ export type DeleteFacetValuesMutation = Types.DeleteFacetValuesMutation;
494
+ export type DeleteFacetValuesMutationResult = Types.DeleteFacetValuesMutation;
495
+ export type FulfillmentHandlersQueryVariables = Types.FulfillmentHandlersQueryVariables;
496
+ export type FulfillmentHandlersQuery = Types.FulfillmentHandlersQuery;
497
+ export type FulfillmentHandlersQueryResult = Types.FulfillmentHandlersQuery;
498
+ export type GlobalSettingsQueryVariables = Types.GlobalSettingsQueryVariables;
499
+ export type GlobalSettingsQuery = Types.GlobalSettingsQuery;
500
+ export type GlobalSettingsQueryResult = Types.GlobalSettingsQuery;
501
+ export type UpdateGlobalSettingsMutationVariables = Types.UpdateGlobalSettingsMutationVariables;
502
+ export type UpdateGlobalSettingsMutation = Types.UpdateGlobalSettingsMutation;
503
+ export type UpdateGlobalSettingsMutationResult = Types.UpdateGlobalSettingsMutation;
504
+ export type ImportProductsMutationVariables = Types.ImportProductsMutationVariables;
505
+ export type ImportProductsMutation = Types.ImportProductsMutation;
506
+ export type ImportProductsMutationResult = Types.ImportProductsMutation;
507
+ export type JobQueryVariables = Types.JobQueryVariables;
508
+ export type JobQuery = Types.JobQuery;
509
+ export type JobQueryResult = Types.JobQuery;
510
+ export type JobsQueryVariables = Types.JobsQueryVariables;
511
+ export type JobsQuery = Types.JobsQuery;
512
+ export type JobsQueryResult = Types.JobsQuery;
513
+ export type JobsByIdQueryVariables = Types.JobsByIdQueryVariables;
514
+ export type JobsByIdQuery = Types.JobsByIdQuery;
515
+ export type JobsByIdQueryResult = Types.JobsByIdQuery;
516
+ export type JobQueuesQueryVariables = Types.JobQueuesQueryVariables;
517
+ export type JobQueuesQuery = Types.JobQueuesQuery;
518
+ export type JobQueuesQueryResult = Types.JobQueuesQuery;
519
+ export type JobBufferSizeQueryVariables = Types.JobBufferSizeQueryVariables;
520
+ export type JobBufferSizeQuery = Types.JobBufferSizeQuery;
521
+ export type JobBufferSizeQueryResult = Types.JobBufferSizeQuery;
522
+ export type ScheduledTasksQueryVariables = Types.ScheduledTasksQueryVariables;
523
+ export type ScheduledTasksQuery = Types.ScheduledTasksQuery;
524
+ export type ScheduledTasksQueryResult = Types.ScheduledTasksQuery;
525
+ export type CancelJobMutationVariables = Types.CancelJobMutationVariables;
526
+ export type CancelJobMutation = Types.CancelJobMutation;
527
+ export type CancelJobMutationResult = Types.CancelJobMutation;
528
+ export type FlushBufferedJobsMutationVariables = Types.FlushBufferedJobsMutationVariables;
529
+ export type FlushBufferedJobsMutation = Types.FlushBufferedJobsMutation;
530
+ export type FlushBufferedJobsMutationResult = Types.FlushBufferedJobsMutation;
531
+ export type RemoveSettledJobsMutationVariables = Types.RemoveSettledJobsMutationVariables;
532
+ export type RemoveSettledJobsMutation = Types.RemoveSettledJobsMutation;
533
+ export type RemoveSettledJobsMutationResult = Types.RemoveSettledJobsMutation;
534
+ export type RunScheduledTaskMutationVariables = Types.RunScheduledTaskMutationVariables;
535
+ export type RunScheduledTaskMutation = Types.RunScheduledTaskMutation;
536
+ export type RunScheduledTaskMutationResult = Types.RunScheduledTaskMutation;
537
+ export type UpdateScheduledTaskMutationVariables = Types.UpdateScheduledTaskMutationVariables;
538
+ export type UpdateScheduledTaskMutation = Types.UpdateScheduledTaskMutation;
539
+ export type UpdateScheduledTaskMutationResult = Types.UpdateScheduledTaskMutation;
540
+ export type SubmitLandingContactFormMutationVariables = Types.SubmitLandingContactFormMutationVariables;
541
+ export type SubmitLandingContactFormMutation = Types.SubmitLandingContactFormMutation;
542
+ export type SubmitLandingContactFormMutationResult = Types.SubmitLandingContactFormMutation;
543
+ export type NotificationsQueryVariables = Types.NotificationsQueryVariables;
544
+ export type NotificationsQuery = Types.NotificationsQuery;
545
+ export type NotificationsQueryResult = Types.NotificationsQuery;
546
+ export type NotificationSubscriptionVariables = Types.NotificationSubscriptionVariables;
547
+ export type NotificationSubscription = Types.NotificationSubscription;
548
+ export type NotificationSubscriptionResult = Types.NotificationSubscription;
549
+ export type MarkAsReadMutationVariables = Types.MarkAsReadMutationVariables;
550
+ export type MarkAsReadMutation = Types.MarkAsReadMutation;
551
+ export type MarkAsReadMutationResult = Types.MarkAsReadMutation;
552
+ export type OrderQueryVariables = Types.OrderQueryVariables;
553
+ export type OrderQuery = Types.OrderQuery;
554
+ export type OrderQueryResult = Types.OrderQuery;
555
+ export type OrdersQueryVariables = Types.OrdersQueryVariables;
556
+ export type OrdersQuery = Types.OrdersQuery;
557
+ export type OrdersQueryResult = Types.OrdersQuery;
558
+ export type EligibleShippingMethodsForDraftOrderQueryVariables = Types.EligibleShippingMethodsForDraftOrderQueryVariables;
559
+ export type EligibleShippingMethodsForDraftOrderQuery = Types.EligibleShippingMethodsForDraftOrderQuery;
560
+ export type EligibleShippingMethodsForDraftOrderQueryResult = Types.EligibleShippingMethodsForDraftOrderQuery;
561
+ export type CreateDraftOrderMutationVariables = Types.CreateDraftOrderMutationVariables;
562
+ export type CreateDraftOrderMutation = Types.CreateDraftOrderMutation;
563
+ export type CreateDraftOrderMutationResult = Types.CreateDraftOrderMutation;
564
+ export type DeleteDraftOrderMutationVariables = Types.DeleteDraftOrderMutationVariables;
565
+ export type DeleteDraftOrderMutation = Types.DeleteDraftOrderMutation;
566
+ export type DeleteDraftOrderMutationResult = Types.DeleteDraftOrderMutation;
567
+ export type AddItemToDraftOrderMutationVariables = Types.AddItemToDraftOrderMutationVariables;
568
+ export type AddItemToDraftOrderMutation = Types.AddItemToDraftOrderMutation;
569
+ export type AddItemToDraftOrderMutationResult = Types.AddItemToDraftOrderMutation;
570
+ export type AdjustDraftOrderLineMutationVariables = Types.AdjustDraftOrderLineMutationVariables;
571
+ export type AdjustDraftOrderLineMutation = Types.AdjustDraftOrderLineMutation;
572
+ export type AdjustDraftOrderLineMutationResult = Types.AdjustDraftOrderLineMutation;
573
+ export type RemoveDraftOrderLineMutationVariables = Types.RemoveDraftOrderLineMutationVariables;
574
+ export type RemoveDraftOrderLineMutation = Types.RemoveDraftOrderLineMutation;
575
+ export type RemoveDraftOrderLineMutationResult = Types.RemoveDraftOrderLineMutation;
576
+ export type ApplyCouponCodeToDraftOrderMutationVariables = Types.ApplyCouponCodeToDraftOrderMutationVariables;
577
+ export type ApplyCouponCodeToDraftOrderMutation = Types.ApplyCouponCodeToDraftOrderMutation;
578
+ export type ApplyCouponCodeToDraftOrderMutationResult = Types.ApplyCouponCodeToDraftOrderMutation;
579
+ export type RemoveCouponCodeFromDraftOrderMutationVariables = Types.RemoveCouponCodeFromDraftOrderMutationVariables;
580
+ export type RemoveCouponCodeFromDraftOrderMutation = Types.RemoveCouponCodeFromDraftOrderMutation;
581
+ export type RemoveCouponCodeFromDraftOrderMutationResult = Types.RemoveCouponCodeFromDraftOrderMutation;
582
+ export type SetCustomerForDraftOrderMutationVariables = Types.SetCustomerForDraftOrderMutationVariables;
583
+ export type SetCustomerForDraftOrderMutation = Types.SetCustomerForDraftOrderMutation;
584
+ export type SetCustomerForDraftOrderMutationResult = Types.SetCustomerForDraftOrderMutation;
585
+ export type SetDraftOrderBillingAddressMutationVariables = Types.SetDraftOrderBillingAddressMutationVariables;
586
+ export type SetDraftOrderBillingAddressMutation = Types.SetDraftOrderBillingAddressMutation;
587
+ export type SetDraftOrderBillingAddressMutationResult = Types.SetDraftOrderBillingAddressMutation;
588
+ export type SetDraftOrderShippingAddressMutationVariables = Types.SetDraftOrderShippingAddressMutationVariables;
589
+ export type SetDraftOrderShippingAddressMutation = Types.SetDraftOrderShippingAddressMutation;
590
+ export type SetDraftOrderShippingAddressMutationResult = Types.SetDraftOrderShippingAddressMutation;
591
+ export type UnsetDraftOrderBillingAddressMutationVariables = Types.UnsetDraftOrderBillingAddressMutationVariables;
592
+ export type UnsetDraftOrderBillingAddressMutation = Types.UnsetDraftOrderBillingAddressMutation;
593
+ export type UnsetDraftOrderBillingAddressMutationResult = Types.UnsetDraftOrderBillingAddressMutation;
594
+ export type UnsetDraftOrderShippingAddressMutationVariables = Types.UnsetDraftOrderShippingAddressMutationVariables;
595
+ export type UnsetDraftOrderShippingAddressMutation = Types.UnsetDraftOrderShippingAddressMutation;
596
+ export type UnsetDraftOrderShippingAddressMutationResult = Types.UnsetDraftOrderShippingAddressMutation;
597
+ export type SetDraftOrderShippingMethodMutationVariables = Types.SetDraftOrderShippingMethodMutationVariables;
598
+ export type SetDraftOrderShippingMethodMutation = Types.SetDraftOrderShippingMethodMutation;
599
+ export type SetDraftOrderShippingMethodMutationResult = Types.SetDraftOrderShippingMethodMutation;
600
+ export type SetDraftOrderCustomFieldsMutationVariables = Types.SetDraftOrderCustomFieldsMutationVariables;
601
+ export type SetDraftOrderCustomFieldsMutation = Types.SetDraftOrderCustomFieldsMutation;
602
+ export type SetDraftOrderCustomFieldsMutationResult = Types.SetDraftOrderCustomFieldsMutation;
603
+ export type AddNoteToOrderMutationVariables = Types.AddNoteToOrderMutationVariables;
604
+ export type AddNoteToOrderMutation = Types.AddNoteToOrderMutation;
605
+ export type AddNoteToOrderMutationResult = Types.AddNoteToOrderMutation;
606
+ export type UpdateOrderNoteMutationVariables = Types.UpdateOrderNoteMutationVariables;
607
+ export type UpdateOrderNoteMutation = Types.UpdateOrderNoteMutation;
608
+ export type UpdateOrderNoteMutationResult = Types.UpdateOrderNoteMutation;
609
+ export type DeleteOrderNoteMutationVariables = Types.DeleteOrderNoteMutationVariables;
610
+ export type DeleteOrderNoteMutation = Types.DeleteOrderNoteMutation;
611
+ export type DeleteOrderNoteMutationResult = Types.DeleteOrderNoteMutation;
612
+ export type SetOrderCustomFieldsMutationVariables = Types.SetOrderCustomFieldsMutationVariables;
613
+ export type SetOrderCustomFieldsMutation = Types.SetOrderCustomFieldsMutation;
614
+ export type SetOrderCustomFieldsMutationResult = Types.SetOrderCustomFieldsMutation;
615
+ export type SetOrderCustomerMutationVariables = Types.SetOrderCustomerMutationVariables;
616
+ export type SetOrderCustomerMutation = Types.SetOrderCustomerMutation;
617
+ export type SetOrderCustomerMutationResult = Types.SetOrderCustomerMutation;
618
+ export type ModifyOrderMutationVariables = Types.ModifyOrderMutationVariables;
619
+ export type ModifyOrderMutation = Types.ModifyOrderMutation;
620
+ export type ModifyOrderMutationResult = Types.ModifyOrderMutation;
621
+ export type CancelOrderMutationVariables = Types.CancelOrderMutationVariables;
622
+ export type CancelOrderMutation = Types.CancelOrderMutation;
623
+ export type CancelOrderMutationResult = Types.CancelOrderMutation;
624
+ export type TransitionOrderToStateMutationVariables = Types.TransitionOrderToStateMutationVariables;
625
+ export type TransitionOrderToStateMutation = Types.TransitionOrderToStateMutation;
626
+ export type TransitionOrderToStateMutationResult = Types.TransitionOrderToStateMutation;
627
+ export type AddFulfillmentToOrderMutationVariables = Types.AddFulfillmentToOrderMutationVariables;
628
+ export type AddFulfillmentToOrderMutation = Types.AddFulfillmentToOrderMutation;
629
+ export type AddFulfillmentToOrderMutationResult = Types.AddFulfillmentToOrderMutation;
630
+ export type TransitionFulfillmentToStateMutationVariables = Types.TransitionFulfillmentToStateMutationVariables;
631
+ export type TransitionFulfillmentToStateMutation = Types.TransitionFulfillmentToStateMutation;
632
+ export type TransitionFulfillmentToStateMutationResult = Types.TransitionFulfillmentToStateMutation;
633
+ export type AddManualPaymentToOrderMutationVariables = Types.AddManualPaymentToOrderMutationVariables;
634
+ export type AddManualPaymentToOrderMutation = Types.AddManualPaymentToOrderMutation;
635
+ export type AddManualPaymentToOrderMutationResult = Types.AddManualPaymentToOrderMutation;
636
+ export type CancelPaymentMutationVariables = Types.CancelPaymentMutationVariables;
637
+ export type CancelPaymentMutation = Types.CancelPaymentMutation;
638
+ export type CancelPaymentMutationResult = Types.CancelPaymentMutation;
639
+ export type SettlePaymentMutationVariables = Types.SettlePaymentMutationVariables;
640
+ export type SettlePaymentMutation = Types.SettlePaymentMutation;
641
+ export type SettlePaymentMutationResult = Types.SettlePaymentMutation;
642
+ export type TransitionPaymentToStateMutationVariables = Types.TransitionPaymentToStateMutationVariables;
643
+ export type TransitionPaymentToStateMutation = Types.TransitionPaymentToStateMutation;
644
+ export type TransitionPaymentToStateMutationResult = Types.TransitionPaymentToStateMutation;
645
+ export type RefundOrderMutationVariables = Types.RefundOrderMutationVariables;
646
+ export type RefundOrderMutation = Types.RefundOrderMutation;
647
+ export type RefundOrderMutationResult = Types.RefundOrderMutation;
648
+ export type SettleRefundMutationVariables = Types.SettleRefundMutationVariables;
649
+ export type SettleRefundMutation = Types.SettleRefundMutation;
650
+ export type SettleRefundMutationResult = Types.SettleRefundMutation;
651
+ export type PaymentMethodsQueryVariables = Types.PaymentMethodsQueryVariables;
652
+ export type PaymentMethodsQuery = Types.PaymentMethodsQuery;
653
+ export type PaymentMethodsQueryResult = Types.PaymentMethodsQuery;
654
+ export type PaymentMethodQueryVariables = Types.PaymentMethodQueryVariables;
655
+ export type PaymentMethodQuery = Types.PaymentMethodQuery;
656
+ export type PaymentMethodQueryResult = Types.PaymentMethodQuery;
657
+ export type PaymentMethodEligibilityCheckersQueryVariables = Types.PaymentMethodEligibilityCheckersQueryVariables;
658
+ export type PaymentMethodEligibilityCheckersQuery = Types.PaymentMethodEligibilityCheckersQuery;
659
+ export type PaymentMethodEligibilityCheckersQueryResult = Types.PaymentMethodEligibilityCheckersQuery;
660
+ export type PaymentMethodHandlersQueryVariables = Types.PaymentMethodHandlersQueryVariables;
661
+ export type PaymentMethodHandlersQuery = Types.PaymentMethodHandlersQuery;
662
+ export type PaymentMethodHandlersQueryResult = Types.PaymentMethodHandlersQuery;
663
+ export type CreatePaymentMethodMutationVariables = Types.CreatePaymentMethodMutationVariables;
664
+ export type CreatePaymentMethodMutation = Types.CreatePaymentMethodMutation;
665
+ export type CreatePaymentMethodMutationResult = Types.CreatePaymentMethodMutation;
666
+ export type UpdatePaymentMethodMutationVariables = Types.UpdatePaymentMethodMutationVariables;
667
+ export type UpdatePaymentMethodMutation = Types.UpdatePaymentMethodMutation;
668
+ export type UpdatePaymentMethodMutationResult = Types.UpdatePaymentMethodMutation;
669
+ export type DeletePaymentMethodMutationVariables = Types.DeletePaymentMethodMutationVariables;
670
+ export type DeletePaymentMethodMutation = Types.DeletePaymentMethodMutation;
671
+ export type DeletePaymentMethodMutationResult = Types.DeletePaymentMethodMutation;
672
+ export type DeletePaymentMethodsMutationVariables = Types.DeletePaymentMethodsMutationVariables;
673
+ export type DeletePaymentMethodsMutation = Types.DeletePaymentMethodsMutation;
674
+ export type DeletePaymentMethodsMutationResult = Types.DeletePaymentMethodsMutation;
675
+ export type ProductOptionGroupQueryVariables = Types.ProductOptionGroupQueryVariables;
676
+ export type ProductOptionGroupQuery = Types.ProductOptionGroupQuery;
677
+ export type ProductOptionGroupQueryResult = Types.ProductOptionGroupQuery;
678
+ export type ProductOptionGroupsQueryVariables = Types.ProductOptionGroupsQueryVariables;
679
+ export type ProductOptionGroupsQuery = Types.ProductOptionGroupsQuery;
680
+ export type ProductOptionGroupsQueryResult = Types.ProductOptionGroupsQuery;
681
+ export type CreateProductOptionMutationVariables = Types.CreateProductOptionMutationVariables;
682
+ export type CreateProductOptionMutation = Types.CreateProductOptionMutation;
683
+ export type CreateProductOptionMutationResult = Types.CreateProductOptionMutation;
684
+ export type CreateProductOptionGroupMutationVariables = Types.CreateProductOptionGroupMutationVariables;
685
+ export type CreateProductOptionGroupMutation = Types.CreateProductOptionGroupMutation;
686
+ export type CreateProductOptionGroupMutationResult = Types.CreateProductOptionGroupMutation;
687
+ export type UpdateProductOptionMutationVariables = Types.UpdateProductOptionMutationVariables;
688
+ export type UpdateProductOptionMutation = Types.UpdateProductOptionMutation;
689
+ export type UpdateProductOptionMutationResult = Types.UpdateProductOptionMutation;
690
+ export type UpdateProductOptionGroupMutationVariables = Types.UpdateProductOptionGroupMutationVariables;
691
+ export type UpdateProductOptionGroupMutation = Types.UpdateProductOptionGroupMutation;
692
+ export type UpdateProductOptionGroupMutationResult = Types.UpdateProductOptionGroupMutation;
693
+ export type DeleteProductOptionMutationVariables = Types.DeleteProductOptionMutationVariables;
694
+ export type DeleteProductOptionMutation = Types.DeleteProductOptionMutation;
695
+ export type DeleteProductOptionMutationResult = Types.DeleteProductOptionMutation;
696
+ export type AddOptionGroupToProductMutationVariables = Types.AddOptionGroupToProductMutationVariables;
697
+ export type AddOptionGroupToProductMutation = Types.AddOptionGroupToProductMutation;
698
+ export type AddOptionGroupToProductMutationResult = Types.AddOptionGroupToProductMutation;
699
+ export type RemoveOptionGroupFromProductMutationVariables = Types.RemoveOptionGroupFromProductMutationVariables;
700
+ export type RemoveOptionGroupFromProductMutation = Types.RemoveOptionGroupFromProductMutation;
701
+ export type RemoveOptionGroupFromProductMutationResult = Types.RemoveOptionGroupFromProductMutation;
702
+ export type ProductVariantQueryVariables = Types.ProductVariantQueryVariables;
703
+ export type ProductVariantQuery = Types.ProductVariantQuery;
704
+ export type ProductVariantQueryResult = Types.ProductVariantQuery;
705
+ export type ProductVariantsQueryVariables = Types.ProductVariantsQueryVariables;
706
+ export type ProductVariantsQuery = Types.ProductVariantsQuery;
707
+ export type ProductVariantsQueryResult = Types.ProductVariantsQuery;
708
+ export type CreateProductVariantsMutationVariables = Types.CreateProductVariantsMutationVariables;
709
+ export type CreateProductVariantsMutation = Types.CreateProductVariantsMutation;
710
+ export type CreateProductVariantsMutationResult = Types.CreateProductVariantsMutation;
711
+ export type UpdateProductVariantMutationVariables = Types.UpdateProductVariantMutationVariables;
712
+ export type UpdateProductVariantMutation = Types.UpdateProductVariantMutation;
713
+ export type UpdateProductVariantMutationResult = Types.UpdateProductVariantMutation;
714
+ export type UpdateProductVariantsMutationVariables = Types.UpdateProductVariantsMutationVariables;
715
+ export type UpdateProductVariantsMutation = Types.UpdateProductVariantsMutation;
716
+ export type UpdateProductVariantsMutationResult = Types.UpdateProductVariantsMutation;
717
+ export type DeleteProductVariantMutationVariables = Types.DeleteProductVariantMutationVariables;
718
+ export type DeleteProductVariantMutation = Types.DeleteProductVariantMutation;
719
+ export type DeleteProductVariantMutationResult = Types.DeleteProductVariantMutation;
720
+ export type DeleteProductVariantsMutationVariables = Types.DeleteProductVariantsMutationVariables;
721
+ export type DeleteProductVariantsMutation = Types.DeleteProductVariantsMutation;
722
+ export type DeleteProductVariantsMutationResult = Types.DeleteProductVariantsMutation;
723
+ export type ProductsQueryVariables = Types.ProductsQueryVariables;
724
+ export type ProductsQuery = Types.ProductsQuery;
725
+ export type ProductsQueryResult = Types.ProductsQuery;
726
+ export type ProductQueryVariables = Types.ProductQueryVariables;
727
+ export type ProductQuery = Types.ProductQuery;
728
+ export type ProductQueryResult = Types.ProductQuery;
729
+ export type CreateProductMutationVariables = Types.CreateProductMutationVariables;
730
+ export type CreateProductMutation = Types.CreateProductMutation;
731
+ export type CreateProductMutationResult = Types.CreateProductMutation;
732
+ export type UpdateProductMutationVariables = Types.UpdateProductMutationVariables;
733
+ export type UpdateProductMutation = Types.UpdateProductMutation;
734
+ export type UpdateProductMutationResult = Types.UpdateProductMutation;
735
+ export type DeleteProductMutationVariables = Types.DeleteProductMutationVariables;
736
+ export type DeleteProductMutation = Types.DeleteProductMutation;
737
+ export type DeleteProductMutationResult = Types.DeleteProductMutation;
738
+ export type PromotionQueryVariables = Types.PromotionQueryVariables;
739
+ export type PromotionQuery = Types.PromotionQuery;
740
+ export type PromotionQueryResult = Types.PromotionQuery;
741
+ export type PromotionsQueryVariables = Types.PromotionsQueryVariables;
742
+ export type PromotionsQuery = Types.PromotionsQuery;
743
+ export type PromotionsQueryResult = Types.PromotionsQuery;
744
+ export type PromotionActionsQueryVariables = Types.PromotionActionsQueryVariables;
745
+ export type PromotionActionsQuery = Types.PromotionActionsQuery;
746
+ export type PromotionActionsQueryResult = Types.PromotionActionsQuery;
747
+ export type PromotionConditionsQueryVariables = Types.PromotionConditionsQueryVariables;
748
+ export type PromotionConditionsQuery = Types.PromotionConditionsQuery;
749
+ export type PromotionConditionsQueryResult = Types.PromotionConditionsQuery;
750
+ export type CreatePromotionMutationVariables = Types.CreatePromotionMutationVariables;
751
+ export type CreatePromotionMutation = Types.CreatePromotionMutation;
752
+ export type CreatePromotionMutationResult = Types.CreatePromotionMutation;
753
+ export type UpdatePromotionMutationVariables = Types.UpdatePromotionMutationVariables;
754
+ export type UpdatePromotionMutation = Types.UpdatePromotionMutation;
755
+ export type UpdatePromotionMutationResult = Types.UpdatePromotionMutation;
756
+ export type DeletePromotionMutationVariables = Types.DeletePromotionMutationVariables;
757
+ export type DeletePromotionMutation = Types.DeletePromotionMutation;
758
+ export type DeletePromotionMutationResult = Types.DeletePromotionMutation;
759
+ export type DeletePromotionsMutationVariables = Types.DeletePromotionsMutationVariables;
760
+ export type DeletePromotionsMutation = Types.DeletePromotionsMutation;
761
+ export type DeletePromotionsMutationResult = Types.DeletePromotionsMutation;
762
+ export type RoleQueryVariables = Types.RoleQueryVariables;
763
+ export type RoleQuery = Types.RoleQuery;
764
+ export type RoleQueryResult = Types.RoleQuery;
765
+ export type RolesQueryVariables = Types.RolesQueryVariables;
766
+ export type RolesQuery = Types.RolesQuery;
767
+ export type RolesQueryResult = Types.RolesQuery;
768
+ export type CreateRoleMutationVariables = Types.CreateRoleMutationVariables;
769
+ export type CreateRoleMutation = Types.CreateRoleMutation;
770
+ export type CreateRoleMutationResult = Types.CreateRoleMutation;
771
+ export type UpdateRoleMutationVariables = Types.UpdateRoleMutationVariables;
772
+ export type UpdateRoleMutation = Types.UpdateRoleMutation;
773
+ export type UpdateRoleMutationResult = Types.UpdateRoleMutation;
774
+ export type DeleteRoleMutationVariables = Types.DeleteRoleMutationVariables;
775
+ export type DeleteRoleMutation = Types.DeleteRoleMutation;
776
+ export type DeleteRoleMutationResult = Types.DeleteRoleMutation;
777
+ export type DeleteRolesMutationVariables = Types.DeleteRolesMutationVariables;
778
+ export type DeleteRolesMutation = Types.DeleteRolesMutation;
779
+ export type DeleteRolesMutationResult = Types.DeleteRolesMutation;
780
+ export type SearchQueryVariables = Types.SearchQueryVariables;
781
+ export type SearchQuery = Types.SearchQuery;
782
+ export type SearchQueryResult = Types.SearchQuery;
783
+ export type PendingSearchIndexUpdatesQueryVariables = Types.PendingSearchIndexUpdatesQueryVariables;
784
+ export type PendingSearchIndexUpdatesQuery = Types.PendingSearchIndexUpdatesQuery;
785
+ export type PendingSearchIndexUpdatesQueryResult = Types.PendingSearchIndexUpdatesQuery;
786
+ export type RunPendingSearchIndexUpdatesMutationVariables = Types.RunPendingSearchIndexUpdatesMutationVariables;
787
+ export type RunPendingSearchIndexUpdatesMutation = Types.RunPendingSearchIndexUpdatesMutation;
788
+ export type RunPendingSearchIndexUpdatesMutationResult = Types.RunPendingSearchIndexUpdatesMutation;
789
+ export type ReindexMutationVariables = Types.ReindexMutationVariables;
790
+ export type ReindexMutation = Types.ReindexMutation;
791
+ export type ReindexMutationResult = Types.ReindexMutation;
792
+ export type SellerQueryVariables = Types.SellerQueryVariables;
793
+ export type SellerQuery = Types.SellerQuery;
794
+ export type SellerQueryResult = Types.SellerQuery;
795
+ export type SellersQueryVariables = Types.SellersQueryVariables;
796
+ export type SellersQuery = Types.SellersQuery;
797
+ export type SellersQueryResult = Types.SellersQuery;
798
+ export type CreateSellerMutationVariables = Types.CreateSellerMutationVariables;
799
+ export type CreateSellerMutation = Types.CreateSellerMutation;
800
+ export type CreateSellerMutationResult = Types.CreateSellerMutation;
801
+ export type UpdateSellerMutationVariables = Types.UpdateSellerMutationVariables;
802
+ export type UpdateSellerMutation = Types.UpdateSellerMutation;
803
+ export type UpdateSellerMutationResult = Types.UpdateSellerMutation;
804
+ export type DeleteSellerMutationVariables = Types.DeleteSellerMutationVariables;
805
+ export type DeleteSellerMutation = Types.DeleteSellerMutation;
806
+ export type DeleteSellerMutationResult = Types.DeleteSellerMutation;
807
+ export type DeleteSellersMutationVariables = Types.DeleteSellersMutationVariables;
808
+ export type DeleteSellersMutation = Types.DeleteSellersMutation;
809
+ export type DeleteSellersMutationResult = Types.DeleteSellersMutation;
810
+ export type ShippingMethodQueryVariables = Types.ShippingMethodQueryVariables;
811
+ export type ShippingMethodQuery = Types.ShippingMethodQuery;
812
+ export type ShippingMethodQueryResult = Types.ShippingMethodQuery;
813
+ export type ShippingMethodsQueryVariables = Types.ShippingMethodsQueryVariables;
814
+ export type ShippingMethodsQuery = Types.ShippingMethodsQuery;
815
+ export type ShippingMethodsQueryResult = Types.ShippingMethodsQuery;
816
+ export type ShippingCalculatorsQueryVariables = Types.ShippingCalculatorsQueryVariables;
817
+ export type ShippingCalculatorsQuery = Types.ShippingCalculatorsQuery;
818
+ export type ShippingCalculatorsQueryResult = Types.ShippingCalculatorsQuery;
819
+ export type ShippingEligibilityCheckersQueryVariables = Types.ShippingEligibilityCheckersQueryVariables;
820
+ export type ShippingEligibilityCheckersQuery = Types.ShippingEligibilityCheckersQuery;
821
+ export type ShippingEligibilityCheckersQueryResult = Types.ShippingEligibilityCheckersQuery;
822
+ export type CreateShippingMethodMutationVariables = Types.CreateShippingMethodMutationVariables;
823
+ export type CreateShippingMethodMutation = Types.CreateShippingMethodMutation;
824
+ export type CreateShippingMethodMutationResult = Types.CreateShippingMethodMutation;
825
+ export type UpdateShippingMethodMutationVariables = Types.UpdateShippingMethodMutationVariables;
826
+ export type UpdateShippingMethodMutation = Types.UpdateShippingMethodMutation;
827
+ export type UpdateShippingMethodMutationResult = Types.UpdateShippingMethodMutation;
828
+ export type DeleteShippingMethodMutationVariables = Types.DeleteShippingMethodMutationVariables;
829
+ export type DeleteShippingMethodMutation = Types.DeleteShippingMethodMutation;
830
+ export type DeleteShippingMethodMutationResult = Types.DeleteShippingMethodMutation;
831
+ export type DeleteShippingMethodsMutationVariables = Types.DeleteShippingMethodsMutationVariables;
832
+ export type DeleteShippingMethodsMutation = Types.DeleteShippingMethodsMutation;
833
+ export type DeleteShippingMethodsMutationResult = Types.DeleteShippingMethodsMutation;
834
+ export type TestShippingMethodQueryVariables = Types.TestShippingMethodQueryVariables;
835
+ export type TestShippingMethodQuery = Types.TestShippingMethodQuery;
836
+ export type TestShippingMethodQueryResult = Types.TestShippingMethodQuery;
837
+ export type TestEligibleShippingMethodsQueryVariables = Types.TestEligibleShippingMethodsQueryVariables;
838
+ export type TestEligibleShippingMethodsQuery = Types.TestEligibleShippingMethodsQuery;
839
+ export type TestEligibleShippingMethodsQueryResult = Types.TestEligibleShippingMethodsQuery;
840
+ export type StockLocationQueryVariables = Types.StockLocationQueryVariables;
841
+ export type StockLocationQuery = Types.StockLocationQuery;
842
+ export type StockLocationQueryResult = Types.StockLocationQuery;
843
+ export type StockLocationsQueryVariables = Types.StockLocationsQueryVariables;
844
+ export type StockLocationsQuery = Types.StockLocationsQuery;
845
+ export type StockLocationsQueryResult = Types.StockLocationsQuery;
846
+ export type StockLocationProductsQueryVariables = Types.StockLocationProductsQueryVariables;
847
+ export type StockLocationProductsQuery = Types.StockLocationProductsQuery;
848
+ export type StockLocationProductsQueryResult = Types.StockLocationProductsQuery;
849
+ export type CreateStockLocationMutationVariables = Types.CreateStockLocationMutationVariables;
850
+ export type CreateStockLocationMutation = Types.CreateStockLocationMutation;
851
+ export type CreateStockLocationMutationResult = Types.CreateStockLocationMutation;
852
+ export type UpdateStockLocationMutationVariables = Types.UpdateStockLocationMutationVariables;
853
+ export type UpdateStockLocationMutation = Types.UpdateStockLocationMutation;
854
+ export type UpdateStockLocationMutationResult = Types.UpdateStockLocationMutation;
855
+ export type DeleteStockLocationMutationVariables = Types.DeleteStockLocationMutationVariables;
856
+ export type DeleteStockLocationMutation = Types.DeleteStockLocationMutation;
857
+ export type DeleteStockLocationMutationResult = Types.DeleteStockLocationMutation;
858
+ export type DeleteStockLocationsMutationVariables = Types.DeleteStockLocationsMutationVariables;
859
+ export type DeleteStockLocationsMutation = Types.DeleteStockLocationsMutation;
860
+ export type DeleteStockLocationsMutationResult = Types.DeleteStockLocationsMutation;
861
+ export type TagQueryVariables = Types.TagQueryVariables;
862
+ export type TagQuery = Types.TagQuery;
863
+ export type TagQueryResult = Types.TagQuery;
864
+ export type TagsQueryVariables = Types.TagsQueryVariables;
865
+ export type TagsQuery = Types.TagsQuery;
866
+ export type TagsQueryResult = Types.TagsQuery;
867
+ export type CreateTagMutationVariables = Types.CreateTagMutationVariables;
868
+ export type CreateTagMutation = Types.CreateTagMutation;
869
+ export type CreateTagMutationResult = Types.CreateTagMutation;
870
+ export type UpdateTagMutationVariables = Types.UpdateTagMutationVariables;
871
+ export type UpdateTagMutation = Types.UpdateTagMutation;
872
+ export type UpdateTagMutationResult = Types.UpdateTagMutation;
873
+ export type DeleteTagMutationVariables = Types.DeleteTagMutationVariables;
874
+ export type DeleteTagMutation = Types.DeleteTagMutation;
875
+ export type DeleteTagMutationResult = Types.DeleteTagMutation;
876
+ export type TaxRateQueryVariables = Types.TaxRateQueryVariables;
877
+ export type TaxRateQuery = Types.TaxRateQuery;
878
+ export type TaxRateQueryResult = Types.TaxRateQuery;
879
+ export type TaxRatesQueryVariables = Types.TaxRatesQueryVariables;
880
+ export type TaxRatesQuery = Types.TaxRatesQuery;
881
+ export type TaxRatesQueryResult = Types.TaxRatesQuery;
882
+ export type CreateTaxRateMutationVariables = Types.CreateTaxRateMutationVariables;
883
+ export type CreateTaxRateMutation = Types.CreateTaxRateMutation;
884
+ export type CreateTaxRateMutationResult = Types.CreateTaxRateMutation;
885
+ export type UpdateTaxRateMutationVariables = Types.UpdateTaxRateMutationVariables;
886
+ export type UpdateTaxRateMutation = Types.UpdateTaxRateMutation;
887
+ export type UpdateTaxRateMutationResult = Types.UpdateTaxRateMutation;
888
+ export type DeleteTaxRateMutationVariables = Types.DeleteTaxRateMutationVariables;
889
+ export type DeleteTaxRateMutation = Types.DeleteTaxRateMutation;
890
+ export type DeleteTaxRateMutationResult = Types.DeleteTaxRateMutation;
891
+ export type DeleteTaxRatesMutationVariables = Types.DeleteTaxRatesMutationVariables;
892
+ export type DeleteTaxRatesMutation = Types.DeleteTaxRatesMutation;
893
+ export type DeleteTaxRatesMutationResult = Types.DeleteTaxRatesMutation;
894
+ export type TaxCategoryQueryVariables = Types.TaxCategoryQueryVariables;
895
+ export type TaxCategoryQuery = Types.TaxCategoryQuery;
896
+ export type TaxCategoryQueryResult = Types.TaxCategoryQuery;
897
+ export type TaxCategoriesQueryVariables = Types.TaxCategoriesQueryVariables;
898
+ export type TaxCategoriesQuery = Types.TaxCategoriesQuery;
899
+ export type TaxCategoriesQueryResult = Types.TaxCategoriesQuery;
900
+ export type CreateTaxCategoryMutationVariables = Types.CreateTaxCategoryMutationVariables;
901
+ export type CreateTaxCategoryMutation = Types.CreateTaxCategoryMutation;
902
+ export type CreateTaxCategoryMutationResult = Types.CreateTaxCategoryMutation;
903
+ export type UpdateTaxCategoryMutationVariables = Types.UpdateTaxCategoryMutationVariables;
904
+ export type UpdateTaxCategoryMutation = Types.UpdateTaxCategoryMutation;
905
+ export type UpdateTaxCategoryMutationResult = Types.UpdateTaxCategoryMutation;
906
+ export type DeleteTaxCategoryMutationVariables = Types.DeleteTaxCategoryMutationVariables;
907
+ export type DeleteTaxCategoryMutation = Types.DeleteTaxCategoryMutation;
908
+ export type DeleteTaxCategoryMutationResult = Types.DeleteTaxCategoryMutation;
909
+ export type DeleteTaxCategoriesMutationVariables = Types.DeleteTaxCategoriesMutationVariables;
910
+ export type DeleteTaxCategoriesMutation = Types.DeleteTaxCategoriesMutation;
911
+ export type DeleteTaxCategoriesMutationResult = Types.DeleteTaxCategoriesMutation;
912
+ export type ZoneQueryVariables = Types.ZoneQueryVariables;
913
+ export type ZoneQuery = Types.ZoneQuery;
914
+ export type ZoneQueryResult = Types.ZoneQuery;
915
+ export type ZonesQueryVariables = Types.ZonesQueryVariables;
916
+ export type ZonesQuery = Types.ZonesQuery;
917
+ export type ZonesQueryResult = Types.ZonesQuery;
918
+ export type CreateZoneMutationVariables = Types.CreateZoneMutationVariables;
919
+ export type CreateZoneMutation = Types.CreateZoneMutation;
920
+ export type CreateZoneMutationResult = Types.CreateZoneMutation;
921
+ export type UpdateZoneMutationVariables = Types.UpdateZoneMutationVariables;
922
+ export type UpdateZoneMutation = Types.UpdateZoneMutation;
923
+ export type UpdateZoneMutationResult = Types.UpdateZoneMutation;
924
+ export type DeleteZoneMutationVariables = Types.DeleteZoneMutationVariables;
925
+ export type DeleteZoneMutation = Types.DeleteZoneMutation;
926
+ export type DeleteZoneMutationResult = Types.DeleteZoneMutation;
927
+ export type DeleteZonesMutationVariables = Types.DeleteZonesMutationVariables;
928
+ export type DeleteZonesMutation = Types.DeleteZonesMutation;
929
+ export type DeleteZonesMutationResult = Types.DeleteZonesMutation;
930
+ export type AddMembersToZoneMutationVariables = Types.AddMembersToZoneMutationVariables;
931
+ export type AddMembersToZoneMutation = Types.AddMembersToZoneMutation;
932
+ export type AddMembersToZoneMutationResult = Types.AddMembersToZoneMutation;
933
+ export type RemoveMembersFromZoneMutationVariables = Types.RemoveMembersFromZoneMutationVariables;
934
+ export type RemoveMembersFromZoneMutation = Types.RemoveMembersFromZoneMutation;
935
+ export type RemoveMembersFromZoneMutationResult = Types.RemoveMembersFromZoneMutation;
936
+ /**
937
+ * Base GraphQL Client
938
+ * Uses WebSocket as primary layer with HTTP fallback
939
+ * Handles queries, mutations, and subscriptions over WebSocket when available
940
+ */
941
+ declare class BaseGraphQLClient {
942
+ private httpClient;
943
+ private wsClient;
944
+ private wsConnected;
945
+ private wsInitializing;
946
+ private isDisposing;
947
+ private authToken;
948
+ private endpoint;
949
+ private wsEndpoint;
950
+ private config;
951
+ constructor(config: SDKConfig);
952
+ /**
953
+ * Execute a GraphQL query or mutation
954
+ * Uses WebSocket if available, falls back to HTTP
955
+ */
956
+ request<T = unknown, V extends Variables = Variables>(document: RequestDocument, variables?: V): Promise<T>;
957
+ /**
958
+ * Execute request via WebSocket
959
+ * @private
960
+ */
961
+ private requestViaWebSocket;
962
+ /**
963
+ * Handle GraphQL errors
964
+ */
965
+ private handleError;
966
+ /**
967
+ * Get WebSocket implementation for current environment
968
+ */
969
+ private getWebSocketImpl;
970
+ /**
971
+ * Initialize WebSocket client
972
+ * Connects immediately and tracks connection state
973
+ */
974
+ private initializeWebSocket;
975
+ /**
976
+ * Subscribe to a GraphQL subscription
977
+ */
978
+ subscribe<T = unknown>(document: RequestDocument, variables?: Variables): AsyncIterableIterator<T>;
979
+ /**
980
+ * Set authentication token
981
+ * Updates both HTTP and WebSocket connections
982
+ */
983
+ setAuthToken(token: string): void;
984
+ /**
985
+ * Clear authentication token
986
+ * Updates both HTTP and WebSocket connections
987
+ */
988
+ clearAuthToken(): void;
989
+ /**
990
+ * Dispose of the client and close all connections
991
+ */
992
+ dispose(): void;
993
+ }
994
+ /**
995
+ * Administrator operations
996
+ */
997
+ declare class AdministratorOperations {
998
+ private client;
999
+ constructor(client: BaseGraphQLClient);
1000
+ /**
1001
+ * activeAdministrator query
1002
+ */
1003
+ activeAdministrator(): Promise<Types.ActiveAdministratorQuery>;
1004
+ /**
1005
+ * administrator query
1006
+ */
1007
+ administrator(variables: Types.AdministratorQueryVariables): Promise<Types.AdministratorQuery>;
1008
+ /**
1009
+ * administrators query
1010
+ */
1011
+ administrators(variables: Types.AdministratorsQueryVariables): Promise<Types.AdministratorsQuery>;
1012
+ /**
1013
+ * me query
1014
+ */
1015
+ me(): Promise<Types.MeQuery>;
1016
+ /**
1017
+ * authenticate mutation
1018
+ */
1019
+ authenticate(variables: Types.AuthenticateMutationVariables): Promise<Types.AuthenticateMutation>;
1020
+ /**
1021
+ * login mutation
1022
+ */
1023
+ login(variables: Types.LoginMutationVariables): Promise<Types.LoginMutation>;
1024
+ /**
1025
+ * logout mutation
1026
+ */
1027
+ logout(): Promise<Types.LogoutMutation>;
1028
+ /**
1029
+ * register mutation
1030
+ */
1031
+ register(variables: Types.RegisterMutationVariables): Promise<Types.RegisterMutation>;
1032
+ /**
1033
+ * verify mutation
1034
+ */
1035
+ verify(variables: Types.VerifyMutationVariables): Promise<Types.VerifyMutation>;
1036
+ /**
1037
+ * createAdministrator mutation
1038
+ */
1039
+ createAdministrator(variables: Types.CreateAdministratorMutationVariables): Promise<Types.CreateAdministratorMutation>;
1040
+ /**
1041
+ * updateAdministrator mutation
1042
+ */
1043
+ updateAdministrator(variables: Types.UpdateAdministratorMutationVariables): Promise<Types.UpdateAdministratorMutation>;
1044
+ /**
1045
+ * updateActiveAdministrator mutation
1046
+ */
1047
+ updateActiveAdministrator(variables: Types.UpdateActiveAdministratorMutationVariables): Promise<Types.UpdateActiveAdministratorMutation>;
1048
+ /**
1049
+ * deleteAdministrator mutation
1050
+ */
1051
+ deleteAdministrator(variables: Types.DeleteAdministratorMutationVariables): Promise<Types.DeleteAdministratorMutation>;
1052
+ /**
1053
+ * deleteAdministrators mutation
1054
+ */
1055
+ deleteAdministrators(variables: Types.DeleteAdministratorsMutationVariables): Promise<Types.DeleteAdministratorsMutation>;
1056
+ /**
1057
+ * inviteAdministrator mutation
1058
+ */
1059
+ inviteAdministrator(variables: Types.InviteAdministratorMutationVariables): Promise<Types.InviteAdministratorMutation>;
1060
+ /**
1061
+ * assignRoleToAdministrator mutation
1062
+ */
1063
+ assignRoleToAdministrator(variables: Types.AssignRoleToAdministratorMutationVariables): Promise<Types.AssignRoleToAdministratorMutation>;
1064
+ }
1065
+ /**
1066
+ * Asset operations
1067
+ */
1068
+ declare class AssetOperations {
1069
+ private client;
1070
+ constructor(client: BaseGraphQLClient);
1071
+ /**
1072
+ * asset query
1073
+ */
1074
+ asset(variables: Types.AssetQueryVariables): Promise<Types.AssetQuery>;
1075
+ /**
1076
+ * assets query
1077
+ */
1078
+ assets(variables: Types.AssetsQueryVariables): Promise<Types.AssetsQuery>;
1079
+ /**
1080
+ * createAssets mutation
1081
+ */
1082
+ createAssets(variables: Types.CreateAssetsMutationVariables): Promise<Types.CreateAssetsMutation>;
1083
+ /**
1084
+ * updateAsset mutation
1085
+ */
1086
+ updateAsset(variables: Types.UpdateAssetMutationVariables): Promise<Types.UpdateAssetMutation>;
1087
+ /**
1088
+ * deleteAsset mutation
1089
+ */
1090
+ deleteAsset(variables: Types.DeleteAssetMutationVariables): Promise<Types.DeleteAssetMutation>;
1091
+ /**
1092
+ * deleteAssets mutation
1093
+ */
1094
+ deleteAssets(variables: Types.DeleteAssetsMutationVariables): Promise<Types.DeleteAssetsMutation>;
1095
+ /**
1096
+ * assignAssetsToChannel mutation
1097
+ */
1098
+ assignAssetsToChannel(variables: Types.AssignAssetsToChannelMutationVariables): Promise<Types.AssignAssetsToChannelMutation>;
1099
+ }
1100
+ /**
1101
+ * Blog operations
1102
+ */
1103
+ declare class BlogOperations {
1104
+ private client;
1105
+ constructor(client: BaseGraphQLClient);
1106
+ /**
1107
+ * blogPosts query
1108
+ */
1109
+ blogPosts(variables: Types.BlogPostsQueryVariables): Promise<Types.BlogPostsQuery>;
1110
+ /**
1111
+ * blogPost query
1112
+ */
1113
+ blogPost(variables: Types.BlogPostQueryVariables): Promise<Types.BlogPostQuery>;
1114
+ /**
1115
+ * createBlogPost mutation
1116
+ */
1117
+ createBlogPost(variables: Types.CreateBlogPostMutationVariables): Promise<Types.CreateBlogPostMutation>;
1118
+ /**
1119
+ * updateBlogPost mutation
1120
+ */
1121
+ updateBlogPost(variables: Types.UpdateBlogPostMutationVariables): Promise<Types.UpdateBlogPostMutation>;
1122
+ /**
1123
+ * deleteBlogPost mutation
1124
+ */
1125
+ deleteBlogPost(variables: Types.DeleteBlogPostMutationVariables): Promise<Types.DeleteBlogPostMutation>;
1126
+ /**
1127
+ * publishBlogPost mutation
1128
+ */
1129
+ publishBlogPost(variables: Types.PublishBlogPostMutationVariables): Promise<Types.PublishBlogPostMutation>;
1130
+ /**
1131
+ * unpublishBlogPost mutation
1132
+ */
1133
+ unpublishBlogPost(variables: Types.UnpublishBlogPostMutationVariables): Promise<Types.UnpublishBlogPostMutation>;
1134
+ }
1135
+ /**
1136
+ * ChannelPlugin operations
1137
+ */
1138
+ declare class ChannelPluginOperations {
1139
+ private client;
1140
+ constructor(client: BaseGraphQLClient);
1141
+ /**
1142
+ * listChannelPlugins query
1143
+ */
1144
+ listChannelPlugins(): Promise<Types.ListChannelPluginsQuery>;
1145
+ /**
1146
+ * listManageablePlugins query
1147
+ */
1148
+ listManageablePlugins(): Promise<Types.ListManageablePluginsQuery>;
1149
+ /**
1150
+ * getChannelPluginConfigurationItemValue query
1151
+ */
1152
+ getChannelPluginConfigurationItemValue(variables: Types.GetChannelPluginConfigurationItemValueQueryVariables): Promise<Types.GetChannelPluginConfigurationItemValueQuery>;
1153
+ /**
1154
+ * createChannelPlugin mutation
1155
+ */
1156
+ createChannelPlugin(variables: Types.CreateChannelPluginMutationVariables): Promise<Types.CreateChannelPluginMutation>;
1157
+ /**
1158
+ * updateChannelPluginConfiguration mutation
1159
+ */
1160
+ updateChannelPluginConfiguration(variables: Types.UpdateChannelPluginConfigurationMutationVariables): Promise<Types.UpdateChannelPluginConfigurationMutation>;
1161
+ /**
1162
+ * enableChannelPlugin mutation
1163
+ */
1164
+ enableChannelPlugin(variables: Types.EnableChannelPluginMutationVariables): Promise<Types.EnableChannelPluginMutation>;
1165
+ /**
1166
+ * disableChannelPlugin mutation
1167
+ */
1168
+ disableChannelPlugin(variables: Types.DisableChannelPluginMutationVariables): Promise<Types.DisableChannelPluginMutation>;
1169
+ /**
1170
+ * deleteChannelPlugin mutation
1171
+ */
1172
+ deleteChannelPlugin(variables: Types.DeleteChannelPluginMutationVariables): Promise<Types.DeleteChannelPluginMutation>;
1173
+ }
1174
+ /**
1175
+ * Channel operations
1176
+ */
1177
+ declare class ChannelOperations {
1178
+ private client;
1179
+ constructor(client: BaseGraphQLClient);
1180
+ /**
1181
+ * activeChannel query
1182
+ */
1183
+ activeChannel(): Promise<Types.ActiveChannelQuery>;
1184
+ /**
1185
+ * channel query
1186
+ */
1187
+ channel(variables: Types.ChannelQueryVariables): Promise<Types.ChannelQuery>;
1188
+ /**
1189
+ * channels query
1190
+ */
1191
+ channels(variables: Types.ChannelsQueryVariables): Promise<Types.ChannelsQuery>;
1192
+ /**
1193
+ * channelFulfillments query
1194
+ */
1195
+ channelFulfillments(variables: Types.ChannelFulfillmentsQueryVariables): Promise<Types.ChannelFulfillmentsQuery>;
1196
+ /**
1197
+ * createChannel mutation
1198
+ */
1199
+ createChannel(variables: Types.CreateChannelMutationVariables): Promise<Types.CreateChannelMutation>;
1200
+ /**
1201
+ * updateChannel mutation
1202
+ */
1203
+ updateChannel(variables: Types.UpdateChannelMutationVariables): Promise<Types.UpdateChannelMutation>;
1204
+ /**
1205
+ * updateChannelSettings mutation
1206
+ */
1207
+ updateChannelSettings(variables: Types.UpdateChannelSettingsMutationVariables): Promise<Types.UpdateChannelSettingsMutation>;
1208
+ /**
1209
+ * deleteChannel mutation
1210
+ */
1211
+ deleteChannel(variables: Types.DeleteChannelMutationVariables): Promise<Types.DeleteChannelMutation>;
1212
+ /**
1213
+ * deleteChannels mutation
1214
+ */
1215
+ deleteChannels(variables: Types.DeleteChannelsMutationVariables): Promise<Types.DeleteChannelsMutation>;
1216
+ /**
1217
+ * assignCollectionsToChannel mutation
1218
+ */
1219
+ assignCollectionsToChannel(variables: Types.AssignCollectionsToChannelMutationVariables): Promise<Types.AssignCollectionsToChannelMutation>;
1220
+ /**
1221
+ * removeCollectionsFromChannel mutation
1222
+ */
1223
+ removeCollectionsFromChannel(variables: Types.RemoveCollectionsFromChannelMutationVariables): Promise<Types.RemoveCollectionsFromChannelMutation>;
1224
+ /**
1225
+ * assignFacetsToChannel mutation
1226
+ */
1227
+ assignFacetsToChannel(variables: Types.AssignFacetsToChannelMutationVariables): Promise<Types.AssignFacetsToChannelMutation>;
1228
+ /**
1229
+ * removeFacetsFromChannel mutation
1230
+ */
1231
+ removeFacetsFromChannel(variables: Types.RemoveFacetsFromChannelMutationVariables): Promise<Types.RemoveFacetsFromChannelMutation>;
1232
+ /**
1233
+ * assignPaymentMethodsToChannel mutation
1234
+ */
1235
+ assignPaymentMethodsToChannel(variables: Types.AssignPaymentMethodsToChannelMutationVariables): Promise<Types.AssignPaymentMethodsToChannelMutation>;
1236
+ /**
1237
+ * removePaymentMethodsFromChannel mutation
1238
+ */
1239
+ removePaymentMethodsFromChannel(variables: Types.RemovePaymentMethodsFromChannelMutationVariables): Promise<Types.RemovePaymentMethodsFromChannelMutation>;
1240
+ /**
1241
+ * assignProductVariantsToChannel mutation
1242
+ */
1243
+ assignProductVariantsToChannel(variables: Types.AssignProductVariantsToChannelMutationVariables): Promise<Types.AssignProductVariantsToChannelMutation>;
1244
+ /**
1245
+ * removeProductVariantsFromChannel mutation
1246
+ */
1247
+ removeProductVariantsFromChannel(variables: Types.RemoveProductVariantsFromChannelMutationVariables): Promise<Types.RemoveProductVariantsFromChannelMutation>;
1248
+ /**
1249
+ * assignProductsToChannel mutation
1250
+ */
1251
+ assignProductsToChannel(variables: Types.AssignProductsToChannelMutationVariables): Promise<Types.AssignProductsToChannelMutation>;
1252
+ /**
1253
+ * removeProductsFromChannel mutation
1254
+ */
1255
+ removeProductsFromChannel(variables: Types.RemoveProductsFromChannelMutationVariables): Promise<Types.RemoveProductsFromChannelMutation>;
1256
+ /**
1257
+ * assignPromotionsToChannel mutation
1258
+ */
1259
+ assignPromotionsToChannel(variables: Types.AssignPromotionsToChannelMutationVariables): Promise<Types.AssignPromotionsToChannelMutation>;
1260
+ /**
1261
+ * removePromotionsFromChannel mutation
1262
+ */
1263
+ removePromotionsFromChannel(variables: Types.RemovePromotionsFromChannelMutationVariables): Promise<Types.RemovePromotionsFromChannelMutation>;
1264
+ /**
1265
+ * assignShippingMethodsToChannel mutation
1266
+ */
1267
+ assignShippingMethodsToChannel(variables: Types.AssignShippingMethodsToChannelMutationVariables): Promise<Types.AssignShippingMethodsToChannelMutation>;
1268
+ /**
1269
+ * removeShippingMethodsFromChannel mutation
1270
+ */
1271
+ removeShippingMethodsFromChannel(variables: Types.RemoveShippingMethodsFromChannelMutationVariables): Promise<Types.RemoveShippingMethodsFromChannelMutation>;
1272
+ /**
1273
+ * assignStockLocationsToChannel mutation
1274
+ */
1275
+ assignStockLocationsToChannel(variables: Types.AssignStockLocationsToChannelMutationVariables): Promise<Types.AssignStockLocationsToChannelMutation>;
1276
+ /**
1277
+ * removeStockLocationsFromChannel mutation
1278
+ */
1279
+ removeStockLocationsFromChannel(variables: Types.RemoveStockLocationsFromChannelMutationVariables): Promise<Types.RemoveStockLocationsFromChannelMutation>;
1280
+ }
1281
+ /**
1282
+ * Collection operations
1283
+ */
1284
+ declare class CollectionOperations {
1285
+ private client;
1286
+ constructor(client: BaseGraphQLClient);
1287
+ /**
1288
+ * collection query
1289
+ */
1290
+ collection(variables: Types.CollectionQueryVariables): Promise<Types.CollectionQuery>;
1291
+ /**
1292
+ * collections query
1293
+ */
1294
+ collections(variables: Types.CollectionsQueryVariables): Promise<Types.CollectionsQuery>;
1295
+ /**
1296
+ * collectionFilters query
1297
+ */
1298
+ collectionFilters(): Promise<Types.CollectionFiltersQuery>;
1299
+ /**
1300
+ * previewCollectionVariants query
1301
+ */
1302
+ previewCollectionVariants(variables: Types.PreviewCollectionVariantsQueryVariables): Promise<Types.PreviewCollectionVariantsQuery>;
1303
+ /**
1304
+ * createCollection mutation
1305
+ */
1306
+ createCollection(variables: Types.CreateCollectionMutationVariables): Promise<Types.CreateCollectionMutation>;
1307
+ /**
1308
+ * updateCollection mutation
1309
+ */
1310
+ updateCollection(variables: Types.UpdateCollectionMutationVariables): Promise<Types.UpdateCollectionMutation>;
1311
+ /**
1312
+ * moveCollection mutation
1313
+ */
1314
+ moveCollection(variables: Types.MoveCollectionMutationVariables): Promise<Types.MoveCollectionMutation>;
1315
+ /**
1316
+ * deleteCollection mutation
1317
+ */
1318
+ deleteCollection(variables: Types.DeleteCollectionMutationVariables): Promise<Types.DeleteCollectionMutation>;
1319
+ /**
1320
+ * deleteCollections mutation
1321
+ */
1322
+ deleteCollections(variables: Types.DeleteCollectionsMutationVariables): Promise<Types.DeleteCollectionsMutation>;
1323
+ }
1324
+ /**
1325
+ * Country operations
1326
+ */
1327
+ declare class CountryOperations {
1328
+ private client;
1329
+ constructor(client: BaseGraphQLClient);
1330
+ /**
1331
+ * country query
1332
+ */
1333
+ country(variables: Types.CountryQueryVariables): Promise<Types.CountryQuery>;
1334
+ /**
1335
+ * countries query
1336
+ */
1337
+ countries(variables: Types.CountriesQueryVariables): Promise<Types.CountriesQuery>;
1338
+ /**
1339
+ * province query
1340
+ */
1341
+ province(variables: Types.ProvinceQueryVariables): Promise<Types.ProvinceQuery>;
1342
+ /**
1343
+ * provinces query
1344
+ */
1345
+ provinces(variables: Types.ProvincesQueryVariables): Promise<Types.ProvincesQuery>;
1346
+ /**
1347
+ * createCountry mutation
1348
+ */
1349
+ createCountry(variables: Types.CreateCountryMutationVariables): Promise<Types.CreateCountryMutation>;
1350
+ /**
1351
+ * updateCountry mutation
1352
+ */
1353
+ updateCountry(variables: Types.UpdateCountryMutationVariables): Promise<Types.UpdateCountryMutation>;
1354
+ /**
1355
+ * deleteCountry mutation
1356
+ */
1357
+ deleteCountry(variables: Types.DeleteCountryMutationVariables): Promise<Types.DeleteCountryMutation>;
1358
+ /**
1359
+ * deleteCountries mutation
1360
+ */
1361
+ deleteCountries(variables: Types.DeleteCountriesMutationVariables): Promise<Types.DeleteCountriesMutation>;
1362
+ /**
1363
+ * createProvince mutation
1364
+ */
1365
+ createProvince(variables: Types.CreateProvinceMutationVariables): Promise<Types.CreateProvinceMutation>;
1366
+ /**
1367
+ * updateProvince mutation
1368
+ */
1369
+ updateProvince(variables: Types.UpdateProvinceMutationVariables): Promise<Types.UpdateProvinceMutation>;
1370
+ /**
1371
+ * deleteProvince mutation
1372
+ */
1373
+ deleteProvince(variables: Types.DeleteProvinceMutationVariables): Promise<Types.DeleteProvinceMutation>;
1374
+ }
1375
+ /**
1376
+ * CustomFields operations
1377
+ */
1378
+ declare class CustomFieldsOperations {
1379
+ private client;
1380
+ constructor(client: BaseGraphQLClient);
1381
+ /**
1382
+ * getAllFields query
1383
+ */
1384
+ getAllFields(variables: Types.GetAllFieldsQueryVariables): Promise<Types.GetAllFieldsQuery>;
1385
+ /**
1386
+ * getAllValues query
1387
+ */
1388
+ getAllValues(variables: Types.GetAllValuesQueryVariables): Promise<Types.GetAllValuesQuery>;
1389
+ /**
1390
+ * getBooleanValue query
1391
+ */
1392
+ getBooleanValue(variables: Types.GetBooleanValueQueryVariables): Promise<Types.GetBooleanValueQuery>;
1393
+ /**
1394
+ * getDateValue query
1395
+ */
1396
+ getDateValue(variables: Types.GetDateValueQueryVariables): Promise<Types.GetDateValueQuery>;
1397
+ /**
1398
+ * getFloatValue query
1399
+ */
1400
+ getFloatValue(variables: Types.GetFloatValueQueryVariables): Promise<Types.GetFloatValueQuery>;
1401
+ /**
1402
+ * getGroupFieldDefinitionById query
1403
+ */
1404
+ getGroupFieldDefinitionById(variables: Types.GetGroupFieldDefinitionByIdQueryVariables): Promise<Types.GetGroupFieldDefinitionByIdQuery>;
1405
+ /**
1406
+ * getGroupValue query
1407
+ */
1408
+ getGroupValue(variables: Types.GetGroupValueQueryVariables): Promise<Types.GetGroupValueQuery>;
1409
+ /**
1410
+ * getIntegerValue query
1411
+ */
1412
+ getIntegerValue(variables: Types.GetIntegerValueQueryVariables): Promise<Types.GetIntegerValueQuery>;
1413
+ /**
1414
+ * getRelationValue query
1415
+ */
1416
+ getRelationValue(variables: Types.GetRelationValueQueryVariables): Promise<Types.GetRelationValueQuery>;
1417
+ /**
1418
+ * getRichTextValue query
1419
+ */
1420
+ getRichTextValue(variables: Types.GetRichTextValueQueryVariables): Promise<Types.GetRichTextValueQuery>;
1421
+ /**
1422
+ * getStringValue query
1423
+ */
1424
+ getStringValue(variables: Types.GetStringValueQueryVariables): Promise<Types.GetStringValueQuery>;
1425
+ /**
1426
+ * getTemplatesByEntityId query
1427
+ */
1428
+ getTemplatesByEntityId(variables: Types.GetTemplatesByEntityIdQueryVariables): Promise<Types.GetTemplatesByEntityIdQuery>;
1429
+ /**
1430
+ * getUniqueTemplates query
1431
+ */
1432
+ getUniqueTemplates(variables: Types.GetUniqueTemplatesQueryVariables): Promise<Types.GetUniqueTemplatesQuery>;
1433
+ /**
1434
+ * insertBooleanFieldDefinition mutation
1435
+ */
1436
+ insertBooleanFieldDefinition(variables: Types.InsertBooleanFieldDefinitionMutationVariables): Promise<Types.InsertBooleanFieldDefinitionMutation>;
1437
+ /**
1438
+ * insertDateFieldDefinition mutation
1439
+ */
1440
+ insertDateFieldDefinition(variables: Types.InsertDateFieldDefinitionMutationVariables): Promise<Types.InsertDateFieldDefinitionMutation>;
1441
+ /**
1442
+ * insertFloatFieldDefinition mutation
1443
+ */
1444
+ insertFloatFieldDefinition(variables: Types.InsertFloatFieldDefinitionMutationVariables): Promise<Types.InsertFloatFieldDefinitionMutation>;
1445
+ /**
1446
+ * insertGroupFieldDefinition mutation
1447
+ */
1448
+ insertGroupFieldDefinition(variables: Types.InsertGroupFieldDefinitionMutationVariables): Promise<Types.InsertGroupFieldDefinitionMutation>;
1449
+ /**
1450
+ * insertIntegerFieldDefinition mutation
1451
+ */
1452
+ insertIntegerFieldDefinition(variables: Types.InsertIntegerFieldDefinitionMutationVariables): Promise<Types.InsertIntegerFieldDefinitionMutation>;
1453
+ /**
1454
+ * insertRelationFieldDefinition mutation
1455
+ */
1456
+ insertRelationFieldDefinition(variables: Types.InsertRelationFieldDefinitionMutationVariables): Promise<Types.InsertRelationFieldDefinitionMutation>;
1457
+ /**
1458
+ * insertRichTextFieldDefinition mutation
1459
+ */
1460
+ insertRichTextFieldDefinition(variables: Types.InsertRichTextFieldDefinitionMutationVariables): Promise<Types.InsertRichTextFieldDefinitionMutation>;
1461
+ /**
1462
+ * insertStringFieldDefinition mutation
1463
+ */
1464
+ insertStringFieldDefinition(variables: Types.InsertStringFieldDefinitionMutationVariables): Promise<Types.InsertStringFieldDefinitionMutation>;
1465
+ /**
1466
+ * deleteGroupFieldDefinition mutation
1467
+ */
1468
+ deleteGroupFieldDefinition(variables: Types.DeleteGroupFieldDefinitionMutationVariables): Promise<Types.DeleteGroupFieldDefinitionMutation>;
1469
+ /**
1470
+ * createGroupValue mutation
1471
+ */
1472
+ createGroupValue(variables: Types.CreateGroupValueMutationVariables): Promise<Types.CreateGroupValueMutation>;
1473
+ /**
1474
+ * upsertBooleanValue mutation
1475
+ */
1476
+ upsertBooleanValue(variables: Types.UpsertBooleanValueMutationVariables): Promise<Types.UpsertBooleanValueMutation>;
1477
+ /**
1478
+ * upsertDateValue mutation
1479
+ */
1480
+ upsertDateValue(variables: Types.UpsertDateValueMutationVariables): Promise<Types.UpsertDateValueMutation>;
1481
+ /**
1482
+ * upsertFloatValue mutation
1483
+ */
1484
+ upsertFloatValue(variables: Types.UpsertFloatValueMutationVariables): Promise<Types.UpsertFloatValueMutation>;
1485
+ /**
1486
+ * upsertGroupValue mutation
1487
+ */
1488
+ upsertGroupValue(variables: Types.UpsertGroupValueMutationVariables): Promise<Types.UpsertGroupValueMutation>;
1489
+ /**
1490
+ * upsertGroupMember mutation
1491
+ */
1492
+ upsertGroupMember(variables: Types.UpsertGroupMemberMutationVariables): Promise<Types.UpsertGroupMemberMutation>;
1493
+ /**
1494
+ * upsertIntegerValue mutation
1495
+ */
1496
+ upsertIntegerValue(variables: Types.UpsertIntegerValueMutationVariables): Promise<Types.UpsertIntegerValueMutation>;
1497
+ /**
1498
+ * upsertRelationValue mutation
1499
+ */
1500
+ upsertRelationValue(variables: Types.UpsertRelationValueMutationVariables): Promise<Types.UpsertRelationValueMutation>;
1501
+ /**
1502
+ * upsertRichTextValue mutation
1503
+ */
1504
+ upsertRichTextValue(variables: Types.UpsertRichTextValueMutationVariables): Promise<Types.UpsertRichTextValueMutation>;
1505
+ /**
1506
+ * upsertStringValue mutation
1507
+ */
1508
+ upsertStringValue(variables: Types.UpsertStringValueMutationVariables): Promise<Types.UpsertStringValueMutation>;
1509
+ /**
1510
+ * updateGroupMembers mutation
1511
+ */
1512
+ updateGroupMembers(variables: Types.UpdateGroupMembersMutationVariables): Promise<Types.UpdateGroupMembersMutation>;
1513
+ /**
1514
+ * deleteBooleanValue mutation
1515
+ */
1516
+ deleteBooleanValue(variables: Types.DeleteBooleanValueMutationVariables): Promise<Types.DeleteBooleanValueMutation>;
1517
+ /**
1518
+ * deleteDateValue mutation
1519
+ */
1520
+ deleteDateValue(variables: Types.DeleteDateValueMutationVariables): Promise<Types.DeleteDateValueMutation>;
1521
+ /**
1522
+ * deleteFloatValue mutation
1523
+ */
1524
+ deleteFloatValue(variables: Types.DeleteFloatValueMutationVariables): Promise<Types.DeleteFloatValueMutation>;
1525
+ /**
1526
+ * deleteGroupValue mutation
1527
+ */
1528
+ deleteGroupValue(variables: Types.DeleteGroupValueMutationVariables): Promise<Types.DeleteGroupValueMutation>;
1529
+ /**
1530
+ * deleteIntegerValue mutation
1531
+ */
1532
+ deleteIntegerValue(variables: Types.DeleteIntegerValueMutationVariables): Promise<Types.DeleteIntegerValueMutation>;
1533
+ /**
1534
+ * deleteRelationValue mutation
1535
+ */
1536
+ deleteRelationValue(variables: Types.DeleteRelationValueMutationVariables): Promise<Types.DeleteRelationValueMutation>;
1537
+ /**
1538
+ * deleteRichTextValue mutation
1539
+ */
1540
+ deleteRichTextValue(variables: Types.DeleteRichTextValueMutationVariables): Promise<Types.DeleteRichTextValueMutation>;
1541
+ /**
1542
+ * deleteStringValue mutation
1543
+ */
1544
+ deleteStringValue(variables: Types.DeleteStringValueMutationVariables): Promise<Types.DeleteStringValueMutation>;
1545
+ }
1546
+ /**
1547
+ * CustomerGroup operations
1548
+ */
1549
+ declare class CustomerGroupOperations {
1550
+ private client;
1551
+ constructor(client: BaseGraphQLClient);
1552
+ /**
1553
+ * customerGroup query
1554
+ */
1555
+ customerGroup(variables: Types.CustomerGroupQueryVariables): Promise<Types.CustomerGroupQuery>;
1556
+ /**
1557
+ * customerGroups query
1558
+ */
1559
+ customerGroups(variables: Types.CustomerGroupsQueryVariables): Promise<Types.CustomerGroupsQuery>;
1560
+ /**
1561
+ * createCustomerGroup mutation
1562
+ */
1563
+ createCustomerGroup(variables: Types.CreateCustomerGroupMutationVariables): Promise<Types.CreateCustomerGroupMutation>;
1564
+ /**
1565
+ * updateCustomerGroup mutation
1566
+ */
1567
+ updateCustomerGroup(variables: Types.UpdateCustomerGroupMutationVariables): Promise<Types.UpdateCustomerGroupMutation>;
1568
+ /**
1569
+ * deleteCustomerGroup mutation
1570
+ */
1571
+ deleteCustomerGroup(variables: Types.DeleteCustomerGroupMutationVariables): Promise<Types.DeleteCustomerGroupMutation>;
1572
+ /**
1573
+ * deleteCustomerGroups mutation
1574
+ */
1575
+ deleteCustomerGroups(variables: Types.DeleteCustomerGroupsMutationVariables): Promise<Types.DeleteCustomerGroupsMutation>;
1576
+ /**
1577
+ * addCustomersToGroup mutation
1578
+ */
1579
+ addCustomersToGroup(variables: Types.AddCustomersToGroupMutationVariables): Promise<Types.AddCustomersToGroupMutation>;
1580
+ /**
1581
+ * removeCustomersFromGroup mutation
1582
+ */
1583
+ removeCustomersFromGroup(variables: Types.RemoveCustomersFromGroupMutationVariables): Promise<Types.RemoveCustomersFromGroupMutation>;
1584
+ }
1585
+ /**
1586
+ * Customer operations
1587
+ */
1588
+ declare class CustomerOperations {
1589
+ private client;
1590
+ constructor(client: BaseGraphQLClient);
1591
+ /**
1592
+ * customer query
1593
+ */
1594
+ customer(variables: Types.CustomerQueryVariables): Promise<Types.CustomerQuery>;
1595
+ /**
1596
+ * customers query
1597
+ */
1598
+ customers(variables: Types.CustomersQueryVariables): Promise<Types.CustomersQuery>;
1599
+ /**
1600
+ * createCustomer mutation
1601
+ */
1602
+ createCustomer(variables: Types.CreateCustomerMutationVariables): Promise<Types.CreateCustomerMutation>;
1603
+ /**
1604
+ * updateCustomer mutation
1605
+ */
1606
+ updateCustomer(variables: Types.UpdateCustomerMutationVariables): Promise<Types.UpdateCustomerMutation>;
1607
+ /**
1608
+ * deleteCustomer mutation
1609
+ */
1610
+ deleteCustomer(variables: Types.DeleteCustomerMutationVariables): Promise<Types.DeleteCustomerMutation>;
1611
+ /**
1612
+ * deleteCustomers mutation
1613
+ */
1614
+ deleteCustomers(variables: Types.DeleteCustomersMutationVariables): Promise<Types.DeleteCustomersMutation>;
1615
+ /**
1616
+ * createCustomerAddress mutation
1617
+ */
1618
+ createCustomerAddress(variables: Types.CreateCustomerAddressMutationVariables): Promise<Types.CreateCustomerAddressMutation>;
1619
+ /**
1620
+ * updateCustomerAddress mutation
1621
+ */
1622
+ updateCustomerAddress(variables: Types.UpdateCustomerAddressMutationVariables): Promise<Types.UpdateCustomerAddressMutation>;
1623
+ /**
1624
+ * deleteCustomerAddress mutation
1625
+ */
1626
+ deleteCustomerAddress(variables: Types.DeleteCustomerAddressMutationVariables): Promise<Types.DeleteCustomerAddressMutation>;
1627
+ /**
1628
+ * addNoteToCustomer mutation
1629
+ */
1630
+ addNoteToCustomer(variables: Types.AddNoteToCustomerMutationVariables): Promise<Types.AddNoteToCustomerMutation>;
1631
+ /**
1632
+ * updateCustomerNote mutation
1633
+ */
1634
+ updateCustomerNote(variables: Types.UpdateCustomerNoteMutationVariables): Promise<Types.UpdateCustomerNoteMutation>;
1635
+ /**
1636
+ * deleteCustomerNote mutation
1637
+ */
1638
+ deleteCustomerNote(variables: Types.DeleteCustomerNoteMutationVariables): Promise<Types.DeleteCustomerNoteMutation>;
1639
+ }
1640
+ /**
1641
+ * EntityDuplication operations
1642
+ */
1643
+ declare class EntityDuplicationOperations {
1644
+ private client;
1645
+ constructor(client: BaseGraphQLClient);
1646
+ /**
1647
+ * entityDuplicators query
1648
+ */
1649
+ entityDuplicators(): Promise<Types.EntityDuplicatorsQuery>;
1650
+ /**
1651
+ * duplicateEntity mutation
1652
+ */
1653
+ duplicateEntity(variables: Types.DuplicateEntityMutationVariables): Promise<Types.DuplicateEntityMutation>;
1654
+ }
1655
+ /**
1656
+ * Facet operations
1657
+ */
1658
+ declare class FacetOperations {
1659
+ private client;
1660
+ constructor(client: BaseGraphQLClient);
1661
+ /**
1662
+ * facet query
1663
+ */
1664
+ facet(variables: Types.FacetQueryVariables): Promise<Types.FacetQuery>;
1665
+ /**
1666
+ * facets query
1667
+ */
1668
+ facets(variables: Types.FacetsQueryVariables): Promise<Types.FacetsQuery>;
1669
+ /**
1670
+ * facetValues query
1671
+ */
1672
+ facetValues(variables: Types.FacetValuesQueryVariables): Promise<Types.FacetValuesQuery>;
1673
+ /**
1674
+ * createFacet mutation
1675
+ */
1676
+ createFacet(variables: Types.CreateFacetMutationVariables): Promise<Types.CreateFacetMutation>;
1677
+ /**
1678
+ * updateFacet mutation
1679
+ */
1680
+ updateFacet(variables: Types.UpdateFacetMutationVariables): Promise<Types.UpdateFacetMutation>;
1681
+ /**
1682
+ * deleteFacet mutation
1683
+ */
1684
+ deleteFacet(variables: Types.DeleteFacetMutationVariables): Promise<Types.DeleteFacetMutation>;
1685
+ /**
1686
+ * deleteFacets mutation
1687
+ */
1688
+ deleteFacets(variables: Types.DeleteFacetsMutationVariables): Promise<Types.DeleteFacetsMutation>;
1689
+ /**
1690
+ * createFacetValues mutation
1691
+ */
1692
+ createFacetValues(variables: Types.CreateFacetValuesMutationVariables): Promise<Types.CreateFacetValuesMutation>;
1693
+ /**
1694
+ * updateFacetValues mutation
1695
+ */
1696
+ updateFacetValues(variables: Types.UpdateFacetValuesMutationVariables): Promise<Types.UpdateFacetValuesMutation>;
1697
+ /**
1698
+ * deleteFacetValues mutation
1699
+ */
1700
+ deleteFacetValues(variables: Types.DeleteFacetValuesMutationVariables): Promise<Types.DeleteFacetValuesMutation>;
1701
+ }
1702
+ /**
1703
+ * Fulfillment operations
1704
+ */
1705
+ declare class FulfillmentOperations {
1706
+ private client;
1707
+ constructor(client: BaseGraphQLClient);
1708
+ /**
1709
+ * fulfillmentHandlers query
1710
+ */
1711
+ fulfillmentHandlers(): Promise<Types.FulfillmentHandlersQuery>;
1712
+ }
1713
+ /**
1714
+ * GlobalSettings operations
1715
+ */
1716
+ declare class GlobalSettingsOperations {
1717
+ private client;
1718
+ constructor(client: BaseGraphQLClient);
1719
+ /**
1720
+ * globalSettings query
1721
+ */
1722
+ globalSettings(): Promise<Types.GlobalSettingsQuery>;
1723
+ /**
1724
+ * updateGlobalSettings mutation
1725
+ */
1726
+ updateGlobalSettings(variables: Types.UpdateGlobalSettingsMutationVariables): Promise<Types.UpdateGlobalSettingsMutation>;
1727
+ }
1728
+ /**
1729
+ * ImportExport operations
1730
+ */
1731
+ declare class ImportExportOperations {
1732
+ private client;
1733
+ constructor(client: BaseGraphQLClient);
1734
+ /**
1735
+ * importProducts mutation
1736
+ */
1737
+ importProducts(variables: Types.ImportProductsMutationVariables): Promise<Types.ImportProductsMutation>;
1738
+ }
1739
+ /**
1740
+ * Job operations
1741
+ */
1742
+ declare class JobOperations {
1743
+ private client;
1744
+ constructor(client: BaseGraphQLClient);
1745
+ /**
1746
+ * job query
1747
+ */
1748
+ job(variables: Types.JobQueryVariables): Promise<Types.JobQuery>;
1749
+ /**
1750
+ * jobs query
1751
+ */
1752
+ jobs(variables: Types.JobsQueryVariables): Promise<Types.JobsQuery>;
1753
+ /**
1754
+ * jobsById query
1755
+ */
1756
+ jobsById(variables: Types.JobsByIdQueryVariables): Promise<Types.JobsByIdQuery>;
1757
+ /**
1758
+ * jobQueues query
1759
+ */
1760
+ jobQueues(): Promise<Types.JobQueuesQuery>;
1761
+ /**
1762
+ * jobBufferSize query
1763
+ */
1764
+ jobBufferSize(variables: Types.JobBufferSizeQueryVariables): Promise<Types.JobBufferSizeQuery>;
1765
+ /**
1766
+ * scheduledTasks query
1767
+ */
1768
+ scheduledTasks(): Promise<Types.ScheduledTasksQuery>;
1769
+ /**
1770
+ * cancelJob mutation
1771
+ */
1772
+ cancelJob(variables: Types.CancelJobMutationVariables): Promise<Types.CancelJobMutation>;
1773
+ /**
1774
+ * flushBufferedJobs mutation
1775
+ */
1776
+ flushBufferedJobs(variables: Types.FlushBufferedJobsMutationVariables): Promise<Types.FlushBufferedJobsMutation>;
1777
+ /**
1778
+ * removeSettledJobs mutation
1779
+ */
1780
+ removeSettledJobs(variables: Types.RemoveSettledJobsMutationVariables): Promise<Types.RemoveSettledJobsMutation>;
1781
+ /**
1782
+ * runScheduledTask mutation
1783
+ */
1784
+ runScheduledTask(variables: Types.RunScheduledTaskMutationVariables): Promise<Types.RunScheduledTaskMutation>;
1785
+ /**
1786
+ * updateScheduledTask mutation
1787
+ */
1788
+ updateScheduledTask(variables: Types.UpdateScheduledTaskMutationVariables): Promise<Types.UpdateScheduledTaskMutation>;
1789
+ }
1790
+ /**
1791
+ * Landing operations
1792
+ */
1793
+ declare class LandingOperations {
1794
+ private client;
1795
+ constructor(client: BaseGraphQLClient);
1796
+ /**
1797
+ * submitLandingContactForm mutation
1798
+ */
1799
+ submitLandingContactForm(variables: Types.SubmitLandingContactFormMutationVariables): Promise<Types.SubmitLandingContactFormMutation>;
1800
+ }
1801
+ /**
1802
+ * Notifications operations
1803
+ */
1804
+ declare class NotificationsOperations {
1805
+ private client;
1806
+ constructor(client: BaseGraphQLClient);
1807
+ /**
1808
+ * notifications query
1809
+ */
1810
+ notifications(): Promise<Types.NotificationsQuery>;
1811
+ /**
1812
+ * notification subscription
1813
+ */
1814
+ notification(): AsyncIterableIterator<Types.NotificationSubscription>;
1815
+ /**
1816
+ * markAsRead mutation
1817
+ */
1818
+ markAsRead(variables: Types.MarkAsReadMutationVariables): Promise<Types.MarkAsReadMutation>;
1819
+ }
1820
+ /**
1821
+ * Order operations
1822
+ */
1823
+ declare class OrderOperations {
1824
+ private client;
1825
+ constructor(client: BaseGraphQLClient);
1826
+ /**
1827
+ * order query
1828
+ */
1829
+ order(variables: Types.OrderQueryVariables): Promise<Types.OrderQuery>;
1830
+ /**
1831
+ * orders query
1832
+ */
1833
+ orders(variables: Types.OrdersQueryVariables): Promise<Types.OrdersQuery>;
1834
+ /**
1835
+ * eligibleShippingMethodsForDraftOrder query
1836
+ */
1837
+ eligibleShippingMethodsForDraftOrder(variables: Types.EligibleShippingMethodsForDraftOrderQueryVariables): Promise<Types.EligibleShippingMethodsForDraftOrderQuery>;
1838
+ /**
1839
+ * createDraftOrder mutation
1840
+ */
1841
+ createDraftOrder(): Promise<Types.CreateDraftOrderMutation>;
1842
+ /**
1843
+ * deleteDraftOrder mutation
1844
+ */
1845
+ deleteDraftOrder(variables: Types.DeleteDraftOrderMutationVariables): Promise<Types.DeleteDraftOrderMutation>;
1846
+ /**
1847
+ * addItemToDraftOrder mutation
1848
+ */
1849
+ addItemToDraftOrder(variables: Types.AddItemToDraftOrderMutationVariables): Promise<Types.AddItemToDraftOrderMutation>;
1850
+ /**
1851
+ * adjustDraftOrderLine mutation
1852
+ */
1853
+ adjustDraftOrderLine(variables: Types.AdjustDraftOrderLineMutationVariables): Promise<Types.AdjustDraftOrderLineMutation>;
1854
+ /**
1855
+ * removeDraftOrderLine mutation
1856
+ */
1857
+ removeDraftOrderLine(variables: Types.RemoveDraftOrderLineMutationVariables): Promise<Types.RemoveDraftOrderLineMutation>;
1858
+ /**
1859
+ * applyCouponCodeToDraftOrder mutation
1860
+ */
1861
+ applyCouponCodeToDraftOrder(variables: Types.ApplyCouponCodeToDraftOrderMutationVariables): Promise<Types.ApplyCouponCodeToDraftOrderMutation>;
1862
+ /**
1863
+ * removeCouponCodeFromDraftOrder mutation
1864
+ */
1865
+ removeCouponCodeFromDraftOrder(variables: Types.RemoveCouponCodeFromDraftOrderMutationVariables): Promise<Types.RemoveCouponCodeFromDraftOrderMutation>;
1866
+ /**
1867
+ * setCustomerForDraftOrder mutation
1868
+ */
1869
+ setCustomerForDraftOrder(variables: Types.SetCustomerForDraftOrderMutationVariables): Promise<Types.SetCustomerForDraftOrderMutation>;
1870
+ /**
1871
+ * setDraftOrderBillingAddress mutation
1872
+ */
1873
+ setDraftOrderBillingAddress(variables: Types.SetDraftOrderBillingAddressMutationVariables): Promise<Types.SetDraftOrderBillingAddressMutation>;
1874
+ /**
1875
+ * setDraftOrderShippingAddress mutation
1876
+ */
1877
+ setDraftOrderShippingAddress(variables: Types.SetDraftOrderShippingAddressMutationVariables): Promise<Types.SetDraftOrderShippingAddressMutation>;
1878
+ /**
1879
+ * unsetDraftOrderBillingAddress mutation
1880
+ */
1881
+ unsetDraftOrderBillingAddress(variables: Types.UnsetDraftOrderBillingAddressMutationVariables): Promise<Types.UnsetDraftOrderBillingAddressMutation>;
1882
+ /**
1883
+ * unsetDraftOrderShippingAddress mutation
1884
+ */
1885
+ unsetDraftOrderShippingAddress(variables: Types.UnsetDraftOrderShippingAddressMutationVariables): Promise<Types.UnsetDraftOrderShippingAddressMutation>;
1886
+ /**
1887
+ * setDraftOrderShippingMethod mutation
1888
+ */
1889
+ setDraftOrderShippingMethod(variables: Types.SetDraftOrderShippingMethodMutationVariables): Promise<Types.SetDraftOrderShippingMethodMutation>;
1890
+ /**
1891
+ * setDraftOrderCustomFields mutation
1892
+ */
1893
+ setDraftOrderCustomFields(variables: Types.SetDraftOrderCustomFieldsMutationVariables): Promise<Types.SetDraftOrderCustomFieldsMutation>;
1894
+ /**
1895
+ * addNoteToOrder mutation
1896
+ */
1897
+ addNoteToOrder(variables: Types.AddNoteToOrderMutationVariables): Promise<Types.AddNoteToOrderMutation>;
1898
+ /**
1899
+ * updateOrderNote mutation
1900
+ */
1901
+ updateOrderNote(variables: Types.UpdateOrderNoteMutationVariables): Promise<Types.UpdateOrderNoteMutation>;
1902
+ /**
1903
+ * deleteOrderNote mutation
1904
+ */
1905
+ deleteOrderNote(variables: Types.DeleteOrderNoteMutationVariables): Promise<Types.DeleteOrderNoteMutation>;
1906
+ /**
1907
+ * setOrderCustomFields mutation
1908
+ */
1909
+ setOrderCustomFields(variables: Types.SetOrderCustomFieldsMutationVariables): Promise<Types.SetOrderCustomFieldsMutation>;
1910
+ /**
1911
+ * setOrderCustomer mutation
1912
+ */
1913
+ setOrderCustomer(variables: Types.SetOrderCustomerMutationVariables): Promise<Types.SetOrderCustomerMutation>;
1914
+ /**
1915
+ * modifyOrder mutation
1916
+ */
1917
+ modifyOrder(variables: Types.ModifyOrderMutationVariables): Promise<Types.ModifyOrderMutation>;
1918
+ /**
1919
+ * cancelOrder mutation
1920
+ */
1921
+ cancelOrder(variables: Types.CancelOrderMutationVariables): Promise<Types.CancelOrderMutation>;
1922
+ /**
1923
+ * transitionOrderToState mutation
1924
+ */
1925
+ transitionOrderToState(variables: Types.TransitionOrderToStateMutationVariables): Promise<Types.TransitionOrderToStateMutation>;
1926
+ /**
1927
+ * addFulfillmentToOrder mutation
1928
+ */
1929
+ addFulfillmentToOrder(variables: Types.AddFulfillmentToOrderMutationVariables): Promise<Types.AddFulfillmentToOrderMutation>;
1930
+ /**
1931
+ * transitionFulfillmentToState mutation
1932
+ */
1933
+ transitionFulfillmentToState(variables: Types.TransitionFulfillmentToStateMutationVariables): Promise<Types.TransitionFulfillmentToStateMutation>;
1934
+ /**
1935
+ * addManualPaymentToOrder mutation
1936
+ */
1937
+ addManualPaymentToOrder(variables: Types.AddManualPaymentToOrderMutationVariables): Promise<Types.AddManualPaymentToOrderMutation>;
1938
+ /**
1939
+ * cancelPayment mutation
1940
+ */
1941
+ cancelPayment(variables: Types.CancelPaymentMutationVariables): Promise<Types.CancelPaymentMutation>;
1942
+ /**
1943
+ * settlePayment mutation
1944
+ */
1945
+ settlePayment(variables: Types.SettlePaymentMutationVariables): Promise<Types.SettlePaymentMutation>;
1946
+ /**
1947
+ * transitionPaymentToState mutation
1948
+ */
1949
+ transitionPaymentToState(variables: Types.TransitionPaymentToStateMutationVariables): Promise<Types.TransitionPaymentToStateMutation>;
1950
+ /**
1951
+ * refundOrder mutation
1952
+ */
1953
+ refundOrder(variables: Types.RefundOrderMutationVariables): Promise<Types.RefundOrderMutation>;
1954
+ /**
1955
+ * settleRefund mutation
1956
+ */
1957
+ settleRefund(variables: Types.SettleRefundMutationVariables): Promise<Types.SettleRefundMutation>;
1958
+ }
1959
+ /**
1960
+ * PaymentMethod operations
1961
+ */
1962
+ declare class PaymentMethodOperations {
1963
+ private client;
1964
+ constructor(client: BaseGraphQLClient);
1965
+ /**
1966
+ * paymentMethods query
1967
+ */
1968
+ paymentMethods(variables: Types.PaymentMethodsQueryVariables): Promise<Types.PaymentMethodsQuery>;
1969
+ /**
1970
+ * paymentMethod query
1971
+ */
1972
+ paymentMethod(variables: Types.PaymentMethodQueryVariables): Promise<Types.PaymentMethodQuery>;
1973
+ /**
1974
+ * paymentMethodEligibilityCheckers query
1975
+ */
1976
+ paymentMethodEligibilityCheckers(): Promise<Types.PaymentMethodEligibilityCheckersQuery>;
1977
+ /**
1978
+ * paymentMethodHandlers query
1979
+ */
1980
+ paymentMethodHandlers(): Promise<Types.PaymentMethodHandlersQuery>;
1981
+ /**
1982
+ * createPaymentMethod mutation
1983
+ */
1984
+ createPaymentMethod(variables: Types.CreatePaymentMethodMutationVariables): Promise<Types.CreatePaymentMethodMutation>;
1985
+ /**
1986
+ * updatePaymentMethod mutation
1987
+ */
1988
+ updatePaymentMethod(variables: Types.UpdatePaymentMethodMutationVariables): Promise<Types.UpdatePaymentMethodMutation>;
1989
+ /**
1990
+ * deletePaymentMethod mutation
1991
+ */
1992
+ deletePaymentMethod(variables: Types.DeletePaymentMethodMutationVariables): Promise<Types.DeletePaymentMethodMutation>;
1993
+ /**
1994
+ * deletePaymentMethods mutation
1995
+ */
1996
+ deletePaymentMethods(variables: Types.DeletePaymentMethodsMutationVariables): Promise<Types.DeletePaymentMethodsMutation>;
1997
+ }
1998
+ /**
1999
+ * ProductOption operations
2000
+ */
2001
+ declare class ProductOptionOperations {
2002
+ private client;
2003
+ constructor(client: BaseGraphQLClient);
2004
+ /**
2005
+ * productOptionGroup query
2006
+ */
2007
+ productOptionGroup(variables: Types.ProductOptionGroupQueryVariables): Promise<Types.ProductOptionGroupQuery>;
2008
+ /**
2009
+ * productOptionGroups query
2010
+ */
2011
+ productOptionGroups(variables: Types.ProductOptionGroupsQueryVariables): Promise<Types.ProductOptionGroupsQuery>;
2012
+ /**
2013
+ * createProductOption mutation
2014
+ */
2015
+ createProductOption(variables: Types.CreateProductOptionMutationVariables): Promise<Types.CreateProductOptionMutation>;
2016
+ /**
2017
+ * createProductOptionGroup mutation
2018
+ */
2019
+ createProductOptionGroup(variables: Types.CreateProductOptionGroupMutationVariables): Promise<Types.CreateProductOptionGroupMutation>;
2020
+ /**
2021
+ * updateProductOption mutation
2022
+ */
2023
+ updateProductOption(variables: Types.UpdateProductOptionMutationVariables): Promise<Types.UpdateProductOptionMutation>;
2024
+ /**
2025
+ * updateProductOptionGroup mutation
2026
+ */
2027
+ updateProductOptionGroup(variables: Types.UpdateProductOptionGroupMutationVariables): Promise<Types.UpdateProductOptionGroupMutation>;
2028
+ /**
2029
+ * deleteProductOption mutation
2030
+ */
2031
+ deleteProductOption(variables: Types.DeleteProductOptionMutationVariables): Promise<Types.DeleteProductOptionMutation>;
2032
+ /**
2033
+ * addOptionGroupToProduct mutation
2034
+ */
2035
+ addOptionGroupToProduct(variables: Types.AddOptionGroupToProductMutationVariables): Promise<Types.AddOptionGroupToProductMutation>;
2036
+ /**
2037
+ * removeOptionGroupFromProduct mutation
2038
+ */
2039
+ removeOptionGroupFromProduct(variables: Types.RemoveOptionGroupFromProductMutationVariables): Promise<Types.RemoveOptionGroupFromProductMutation>;
2040
+ }
2041
+ /**
2042
+ * ProductVariant operations
2043
+ */
2044
+ declare class ProductVariantOperations {
2045
+ private client;
2046
+ constructor(client: BaseGraphQLClient);
2047
+ /**
2048
+ * productVariant query
2049
+ */
2050
+ productVariant(variables: Types.ProductVariantQueryVariables): Promise<Types.ProductVariantQuery>;
2051
+ /**
2052
+ * productVariants query
2053
+ */
2054
+ productVariants(variables: Types.ProductVariantsQueryVariables): Promise<Types.ProductVariantsQuery>;
2055
+ /**
2056
+ * createProductVariants mutation
2057
+ */
2058
+ createProductVariants(variables: Types.CreateProductVariantsMutationVariables): Promise<Types.CreateProductVariantsMutation>;
2059
+ /**
2060
+ * updateProductVariant mutation
2061
+ */
2062
+ updateProductVariant(variables: Types.UpdateProductVariantMutationVariables): Promise<Types.UpdateProductVariantMutation>;
2063
+ /**
2064
+ * updateProductVariants mutation
2065
+ */
2066
+ updateProductVariants(variables: Types.UpdateProductVariantsMutationVariables): Promise<Types.UpdateProductVariantsMutation>;
2067
+ /**
2068
+ * deleteProductVariant mutation
2069
+ */
2070
+ deleteProductVariant(variables: Types.DeleteProductVariantMutationVariables): Promise<Types.DeleteProductVariantMutation>;
2071
+ /**
2072
+ * deleteProductVariants mutation
2073
+ */
2074
+ deleteProductVariants(variables: Types.DeleteProductVariantsMutationVariables): Promise<Types.DeleteProductVariantsMutation>;
2075
+ }
2076
+ /**
2077
+ * Products operations
2078
+ */
2079
+ declare class ProductsOperations {
2080
+ private client;
2081
+ constructor(client: BaseGraphQLClient);
2082
+ /**
2083
+ * products query
2084
+ */
2085
+ products(variables: Types.ProductsQueryVariables): Promise<Types.ProductsQuery>;
2086
+ /**
2087
+ * product query
2088
+ */
2089
+ product(variables: Types.ProductQueryVariables): Promise<Types.ProductQuery>;
2090
+ /**
2091
+ * createProduct mutation
2092
+ */
2093
+ createProduct(variables: Types.CreateProductMutationVariables): Promise<Types.CreateProductMutation>;
2094
+ /**
2095
+ * updateProduct mutation
2096
+ */
2097
+ updateProduct(variables: Types.UpdateProductMutationVariables): Promise<Types.UpdateProductMutation>;
2098
+ /**
2099
+ * deleteProduct mutation
2100
+ */
2101
+ deleteProduct(variables: Types.DeleteProductMutationVariables): Promise<Types.DeleteProductMutation>;
2102
+ }
2103
+ /**
2104
+ * Promotion operations
2105
+ */
2106
+ declare class PromotionOperations {
2107
+ private client;
2108
+ constructor(client: BaseGraphQLClient);
2109
+ /**
2110
+ * promotion query
2111
+ */
2112
+ promotion(variables: Types.PromotionQueryVariables): Promise<Types.PromotionQuery>;
2113
+ /**
2114
+ * promotions query
2115
+ */
2116
+ promotions(variables: Types.PromotionsQueryVariables): Promise<Types.PromotionsQuery>;
2117
+ /**
2118
+ * promotionActions query
2119
+ */
2120
+ promotionActions(): Promise<Types.PromotionActionsQuery>;
2121
+ /**
2122
+ * promotionConditions query
2123
+ */
2124
+ promotionConditions(): Promise<Types.PromotionConditionsQuery>;
2125
+ /**
2126
+ * createPromotion mutation
2127
+ */
2128
+ createPromotion(variables: Types.CreatePromotionMutationVariables): Promise<Types.CreatePromotionMutation>;
2129
+ /**
2130
+ * updatePromotion mutation
2131
+ */
2132
+ updatePromotion(variables: Types.UpdatePromotionMutationVariables): Promise<Types.UpdatePromotionMutation>;
2133
+ /**
2134
+ * deletePromotion mutation
2135
+ */
2136
+ deletePromotion(variables: Types.DeletePromotionMutationVariables): Promise<Types.DeletePromotionMutation>;
2137
+ /**
2138
+ * deletePromotions mutation
2139
+ */
2140
+ deletePromotions(variables: Types.DeletePromotionsMutationVariables): Promise<Types.DeletePromotionsMutation>;
2141
+ }
2142
+ /**
2143
+ * Role operations
2144
+ */
2145
+ declare class RoleOperations {
2146
+ private client;
2147
+ constructor(client: BaseGraphQLClient);
2148
+ /**
2149
+ * role query
2150
+ */
2151
+ role(variables: Types.RoleQueryVariables): Promise<Types.RoleQuery>;
2152
+ /**
2153
+ * roles query
2154
+ */
2155
+ roles(variables: Types.RolesQueryVariables): Promise<Types.RolesQuery>;
2156
+ /**
2157
+ * createRole mutation
2158
+ */
2159
+ createRole(variables: Types.CreateRoleMutationVariables): Promise<Types.CreateRoleMutation>;
2160
+ /**
2161
+ * updateRole mutation
2162
+ */
2163
+ updateRole(variables: Types.UpdateRoleMutationVariables): Promise<Types.UpdateRoleMutation>;
2164
+ /**
2165
+ * deleteRole mutation
2166
+ */
2167
+ deleteRole(variables: Types.DeleteRoleMutationVariables): Promise<Types.DeleteRoleMutation>;
2168
+ /**
2169
+ * deleteRoles mutation
2170
+ */
2171
+ deleteRoles(variables: Types.DeleteRolesMutationVariables): Promise<Types.DeleteRolesMutation>;
2172
+ }
2173
+ /**
2174
+ * Search operations
2175
+ */
2176
+ declare class SearchOperations {
2177
+ private client;
2178
+ constructor(client: BaseGraphQLClient);
2179
+ /**
2180
+ * search query
2181
+ */
2182
+ search(variables: Types.SearchQueryVariables): Promise<Types.SearchQuery>;
2183
+ /**
2184
+ * pendingSearchIndexUpdates query
2185
+ */
2186
+ pendingSearchIndexUpdates(): Promise<Types.PendingSearchIndexUpdatesQuery>;
2187
+ /**
2188
+ * runPendingSearchIndexUpdates mutation
2189
+ */
2190
+ runPendingSearchIndexUpdates(): Promise<Types.RunPendingSearchIndexUpdatesMutation>;
2191
+ /**
2192
+ * reindex mutation
2193
+ */
2194
+ reindex(): Promise<Types.ReindexMutation>;
2195
+ }
2196
+ /**
2197
+ * Seller operations
2198
+ */
2199
+ declare class SellerOperations {
2200
+ private client;
2201
+ constructor(client: BaseGraphQLClient);
2202
+ /**
2203
+ * seller query
2204
+ */
2205
+ seller(variables: Types.SellerQueryVariables): Promise<Types.SellerQuery>;
2206
+ /**
2207
+ * sellers query
2208
+ */
2209
+ sellers(variables: Types.SellersQueryVariables): Promise<Types.SellersQuery>;
2210
+ /**
2211
+ * createSeller mutation
2212
+ */
2213
+ createSeller(variables: Types.CreateSellerMutationVariables): Promise<Types.CreateSellerMutation>;
2214
+ /**
2215
+ * updateSeller mutation
2216
+ */
2217
+ updateSeller(variables: Types.UpdateSellerMutationVariables): Promise<Types.UpdateSellerMutation>;
2218
+ /**
2219
+ * deleteSeller mutation
2220
+ */
2221
+ deleteSeller(variables: Types.DeleteSellerMutationVariables): Promise<Types.DeleteSellerMutation>;
2222
+ /**
2223
+ * deleteSellers mutation
2224
+ */
2225
+ deleteSellers(variables: Types.DeleteSellersMutationVariables): Promise<Types.DeleteSellersMutation>;
2226
+ }
2227
+ /**
2228
+ * ShippingMethod operations
2229
+ */
2230
+ declare class ShippingMethodOperations {
2231
+ private client;
2232
+ constructor(client: BaseGraphQLClient);
2233
+ /**
2234
+ * shippingMethod query
2235
+ */
2236
+ shippingMethod(variables: Types.ShippingMethodQueryVariables): Promise<Types.ShippingMethodQuery>;
2237
+ /**
2238
+ * shippingMethods query
2239
+ */
2240
+ shippingMethods(variables: Types.ShippingMethodsQueryVariables): Promise<Types.ShippingMethodsQuery>;
2241
+ /**
2242
+ * shippingCalculators query
2243
+ */
2244
+ shippingCalculators(): Promise<Types.ShippingCalculatorsQuery>;
2245
+ /**
2246
+ * shippingEligibilityCheckers query
2247
+ */
2248
+ shippingEligibilityCheckers(): Promise<Types.ShippingEligibilityCheckersQuery>;
2249
+ /**
2250
+ * createShippingMethod mutation
2251
+ */
2252
+ createShippingMethod(variables: Types.CreateShippingMethodMutationVariables): Promise<Types.CreateShippingMethodMutation>;
2253
+ /**
2254
+ * updateShippingMethod mutation
2255
+ */
2256
+ updateShippingMethod(variables: Types.UpdateShippingMethodMutationVariables): Promise<Types.UpdateShippingMethodMutation>;
2257
+ /**
2258
+ * deleteShippingMethod mutation
2259
+ */
2260
+ deleteShippingMethod(variables: Types.DeleteShippingMethodMutationVariables): Promise<Types.DeleteShippingMethodMutation>;
2261
+ /**
2262
+ * deleteShippingMethods mutation
2263
+ */
2264
+ deleteShippingMethods(variables: Types.DeleteShippingMethodsMutationVariables): Promise<Types.DeleteShippingMethodsMutation>;
2265
+ /**
2266
+ * testShippingMethod query
2267
+ */
2268
+ testShippingMethod(variables: Types.TestShippingMethodQueryVariables): Promise<Types.TestShippingMethodQuery>;
2269
+ /**
2270
+ * testEligibleShippingMethods query
2271
+ */
2272
+ testEligibleShippingMethods(variables: Types.TestEligibleShippingMethodsQueryVariables): Promise<Types.TestEligibleShippingMethodsQuery>;
2273
+ }
2274
+ /**
2275
+ * StockLocation operations
2276
+ */
2277
+ declare class StockLocationOperations {
2278
+ private client;
2279
+ constructor(client: BaseGraphQLClient);
2280
+ /**
2281
+ * stockLocation query
2282
+ */
2283
+ stockLocation(variables: Types.StockLocationQueryVariables): Promise<Types.StockLocationQuery>;
2284
+ /**
2285
+ * stockLocations query
2286
+ */
2287
+ stockLocations(variables: Types.StockLocationsQueryVariables): Promise<Types.StockLocationsQuery>;
2288
+ /**
2289
+ * stockLocationProducts query
2290
+ */
2291
+ stockLocationProducts(variables: Types.StockLocationProductsQueryVariables): Promise<Types.StockLocationProductsQuery>;
2292
+ /**
2293
+ * createStockLocation mutation
2294
+ */
2295
+ createStockLocation(variables: Types.CreateStockLocationMutationVariables): Promise<Types.CreateStockLocationMutation>;
2296
+ /**
2297
+ * updateStockLocation mutation
2298
+ */
2299
+ updateStockLocation(variables: Types.UpdateStockLocationMutationVariables): Promise<Types.UpdateStockLocationMutation>;
2300
+ /**
2301
+ * deleteStockLocation mutation
2302
+ */
2303
+ deleteStockLocation(variables: Types.DeleteStockLocationMutationVariables): Promise<Types.DeleteStockLocationMutation>;
2304
+ /**
2305
+ * deleteStockLocations mutation
2306
+ */
2307
+ deleteStockLocations(variables: Types.DeleteStockLocationsMutationVariables): Promise<Types.DeleteStockLocationsMutation>;
2308
+ }
2309
+ /**
2310
+ * Tags operations
2311
+ */
2312
+ declare class TagsOperations {
2313
+ private client;
2314
+ constructor(client: BaseGraphQLClient);
2315
+ /**
2316
+ * tag query
2317
+ */
2318
+ tag(variables: Types.TagQueryVariables): Promise<Types.TagQuery>;
2319
+ /**
2320
+ * tags query
2321
+ */
2322
+ tags(variables: Types.TagsQueryVariables): Promise<Types.TagsQuery>;
2323
+ /**
2324
+ * createTag mutation
2325
+ */
2326
+ createTag(variables: Types.CreateTagMutationVariables): Promise<Types.CreateTagMutation>;
2327
+ /**
2328
+ * updateTag mutation
2329
+ */
2330
+ updateTag(variables: Types.UpdateTagMutationVariables): Promise<Types.UpdateTagMutation>;
2331
+ /**
2332
+ * deleteTag mutation
2333
+ */
2334
+ deleteTag(variables: Types.DeleteTagMutationVariables): Promise<Types.DeleteTagMutation>;
2335
+ }
2336
+ /**
2337
+ * TaxRate operations
2338
+ */
2339
+ declare class TaxRateOperations {
2340
+ private client;
2341
+ constructor(client: BaseGraphQLClient);
2342
+ /**
2343
+ * taxRate query
2344
+ */
2345
+ taxRate(variables: Types.TaxRateQueryVariables): Promise<Types.TaxRateQuery>;
2346
+ /**
2347
+ * taxRates query
2348
+ */
2349
+ taxRates(variables: Types.TaxRatesQueryVariables): Promise<Types.TaxRatesQuery>;
2350
+ /**
2351
+ * createTaxRate mutation
2352
+ */
2353
+ createTaxRate(variables: Types.CreateTaxRateMutationVariables): Promise<Types.CreateTaxRateMutation>;
2354
+ /**
2355
+ * updateTaxRate mutation
2356
+ */
2357
+ updateTaxRate(variables: Types.UpdateTaxRateMutationVariables): Promise<Types.UpdateTaxRateMutation>;
2358
+ /**
2359
+ * deleteTaxRate mutation
2360
+ */
2361
+ deleteTaxRate(variables: Types.DeleteTaxRateMutationVariables): Promise<Types.DeleteTaxRateMutation>;
2362
+ /**
2363
+ * deleteTaxRates mutation
2364
+ */
2365
+ deleteTaxRates(variables: Types.DeleteTaxRatesMutationVariables): Promise<Types.DeleteTaxRatesMutation>;
2366
+ }
2367
+ /**
2368
+ * Tax operations
2369
+ */
2370
+ declare class TaxOperations {
2371
+ private client;
2372
+ constructor(client: BaseGraphQLClient);
2373
+ /**
2374
+ * taxCategory query
2375
+ */
2376
+ taxCategory(variables: Types.TaxCategoryQueryVariables): Promise<Types.TaxCategoryQuery>;
2377
+ /**
2378
+ * taxCategories query
2379
+ */
2380
+ taxCategories(variables: Types.TaxCategoriesQueryVariables): Promise<Types.TaxCategoriesQuery>;
2381
+ /**
2382
+ * createTaxCategory mutation
2383
+ */
2384
+ createTaxCategory(variables: Types.CreateTaxCategoryMutationVariables): Promise<Types.CreateTaxCategoryMutation>;
2385
+ /**
2386
+ * updateTaxCategory mutation
2387
+ */
2388
+ updateTaxCategory(variables: Types.UpdateTaxCategoryMutationVariables): Promise<Types.UpdateTaxCategoryMutation>;
2389
+ /**
2390
+ * deleteTaxCategory mutation
2391
+ */
2392
+ deleteTaxCategory(variables: Types.DeleteTaxCategoryMutationVariables): Promise<Types.DeleteTaxCategoryMutation>;
2393
+ /**
2394
+ * deleteTaxCategories mutation
2395
+ */
2396
+ deleteTaxCategories(variables: Types.DeleteTaxCategoriesMutationVariables): Promise<Types.DeleteTaxCategoriesMutation>;
2397
+ }
2398
+ /**
2399
+ * Zone operations
2400
+ */
2401
+ declare class ZoneOperations {
2402
+ private client;
2403
+ constructor(client: BaseGraphQLClient);
2404
+ /**
2405
+ * zone query
2406
+ */
2407
+ zone(variables: Types.ZoneQueryVariables): Promise<Types.ZoneQuery>;
2408
+ /**
2409
+ * zones query
2410
+ */
2411
+ zones(variables: Types.ZonesQueryVariables): Promise<Types.ZonesQuery>;
2412
+ /**
2413
+ * createZone mutation
2414
+ */
2415
+ createZone(variables: Types.CreateZoneMutationVariables): Promise<Types.CreateZoneMutation>;
2416
+ /**
2417
+ * updateZone mutation
2418
+ */
2419
+ updateZone(variables: Types.UpdateZoneMutationVariables): Promise<Types.UpdateZoneMutation>;
2420
+ /**
2421
+ * deleteZone mutation
2422
+ */
2423
+ deleteZone(variables: Types.DeleteZoneMutationVariables): Promise<Types.DeleteZoneMutation>;
2424
+ /**
2425
+ * deleteZones mutation
2426
+ */
2427
+ deleteZones(variables: Types.DeleteZonesMutationVariables): Promise<Types.DeleteZonesMutation>;
2428
+ /**
2429
+ * addMembersToZone mutation
2430
+ */
2431
+ addMembersToZone(variables: Types.AddMembersToZoneMutationVariables): Promise<Types.AddMembersToZoneMutation>;
2432
+ /**
2433
+ * removeMembersFromZone mutation
2434
+ */
2435
+ removeMembersFromZone(variables: Types.RemoveMembersFromZoneMutationVariables): Promise<Types.RemoveMembersFromZoneMutation>;
2436
+ }
2437
+ /**
2438
+ * Admin namespace
2439
+ * Contains categorized operations for admin API
2440
+ */
2441
+ export declare class AdminNamespace {
2442
+ private client;
2443
+ readonly administrator: AdministratorOperations;
2444
+ readonly asset: AssetOperations;
2445
+ readonly blog: BlogOperations;
2446
+ readonly channelPlugin: ChannelPluginOperations;
2447
+ readonly channel: ChannelOperations;
2448
+ readonly collection: CollectionOperations;
2449
+ readonly country: CountryOperations;
2450
+ readonly customFields: CustomFieldsOperations;
2451
+ readonly customerGroup: CustomerGroupOperations;
2452
+ readonly customer: CustomerOperations;
2453
+ readonly entityDuplication: EntityDuplicationOperations;
2454
+ readonly facet: FacetOperations;
2455
+ readonly fulfillment: FulfillmentOperations;
2456
+ readonly globalSettings: GlobalSettingsOperations;
2457
+ readonly importExport: ImportExportOperations;
2458
+ readonly job: JobOperations;
2459
+ readonly landing: LandingOperations;
2460
+ readonly notifications: NotificationsOperations;
2461
+ readonly order: OrderOperations;
2462
+ readonly paymentMethod: PaymentMethodOperations;
2463
+ readonly productOption: ProductOptionOperations;
2464
+ readonly productVariant: ProductVariantOperations;
2465
+ readonly products: ProductsOperations;
2466
+ readonly promotion: PromotionOperations;
2467
+ readonly role: RoleOperations;
2468
+ readonly search: SearchOperations;
2469
+ readonly seller: SellerOperations;
2470
+ readonly shippingMethod: ShippingMethodOperations;
2471
+ readonly stockLocation: StockLocationOperations;
2472
+ readonly tags: TagsOperations;
2473
+ readonly taxRate: TaxRateOperations;
2474
+ readonly tax: TaxOperations;
2475
+ readonly zone: ZoneOperations;
2476
+ constructor(config: SDKConfig);
2477
+ /**
2478
+ * Set authentication token
2479
+ * Updates the client with the new token
2480
+ */
2481
+ setAuthToken(token: string): void;
2482
+ /**
2483
+ * Clear authentication token
2484
+ */
2485
+ clearAuthToken(): void;
2486
+ /**
2487
+ * Dispose of the namespace and close all connections
2488
+ */
2489
+ dispose(): void;
2490
+ }
2491
+ export {};