@usereactify/search 5.53.0 → 5.55.0-beta.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.
Files changed (157) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/package.json +2 -2
  3. package/dist/src/components/ClearAll/ClearAll.d.ts +1 -1
  4. package/dist/src/components/ClearAll/ClearAll.js +3 -2
  5. package/dist/src/components/ClearAll/ClearAll.js.map +1 -1
  6. package/dist/src/components/ClearAll/index.js +5 -1
  7. package/dist/src/components/ClearAll/index.js.map +1 -1
  8. package/dist/src/components/CustomComponent/CustomComponent.d.ts +1 -1
  9. package/dist/src/components/CustomComponent/index.js +5 -1
  10. package/dist/src/components/CustomComponent/index.js.map +1 -1
  11. package/dist/src/components/Example/ExampleClearAll.d.ts +1 -1
  12. package/dist/src/components/Example/ExampleFilterList.d.ts +1 -1
  13. package/dist/src/components/Example/ExampleFilterRange.d.ts +1 -1
  14. package/dist/src/components/Example/ExampleFilterSlider.d.ts +1 -1
  15. package/dist/src/components/Example/ExampleFiltersSelected.d.ts +1 -1
  16. package/dist/src/components/Example/ExampleHookUseResults.js.map +1 -1
  17. package/dist/src/components/Example/ExampleResultCardCallout.d.ts +1 -1
  18. package/dist/src/components/Example/ExampleResultCardProduct.d.ts +1 -1
  19. package/dist/src/components/Example/ExampleResultPaginationInfiniteScroll.d.ts +1 -1
  20. package/dist/src/components/Example/ExampleResultPaginationInfiniteScroll.js.map +1 -1
  21. package/dist/src/components/Example/ExampleResultPaginationLoadMore.d.ts +1 -1
  22. package/dist/src/components/Example/ExampleResultPaginationNextPrev.d.ts +1 -1
  23. package/dist/src/components/Example/ExampleResultPaginationNumbered.d.ts +1 -1
  24. package/dist/src/components/Example/ExampleSearch.d.ts +1 -1
  25. package/dist/src/components/Example/ExampleSortBy.d.ts +1 -1
  26. package/dist/src/components/Example/ExampleStats.d.ts +1 -1
  27. package/dist/src/components/Example/ExampleSuggestions.d.ts +1 -1
  28. package/dist/src/components/Example/index.js +5 -1
  29. package/dist/src/components/Example/index.js.map +1 -1
  30. package/dist/src/components/Filter/Filter.d.ts +1 -1
  31. package/dist/src/components/Filter/Filter.js.map +1 -1
  32. package/dist/src/components/Filter/Filters.d.ts +1 -1
  33. package/dist/src/components/Filter/FiltersSelected.d.ts +1 -1
  34. package/dist/src/components/Filter/FiltersSelected.js +3 -2
  35. package/dist/src/components/Filter/FiltersSelected.js.map +1 -1
  36. package/dist/src/components/Filter/index.js +5 -1
  37. package/dist/src/components/Filter/index.js.map +1 -1
  38. package/dist/src/components/ReactifySearchProvider/ReactifySearchProvider.d.ts +1 -1
  39. package/dist/src/components/ReactifySearchProvider/ReactifySearchProvider.js +5 -1
  40. package/dist/src/components/ReactifySearchProvider/ReactifySearchProvider.js.map +1 -1
  41. package/dist/src/components/ReactifySearchProvider/index.js +5 -1
  42. package/dist/src/components/ReactifySearchProvider/index.js.map +1 -1
  43. package/dist/src/components/Result/ResultCardCallout.d.ts +1 -1
  44. package/dist/src/components/Result/ResultCardCallout.js.map +1 -1
  45. package/dist/src/components/Result/ResultCardProduct.d.ts +1 -1
  46. package/dist/src/components/Result/ResultCardProduct.js.map +1 -1
  47. package/dist/src/components/Result/ResultPaginationInfiniteScroll.d.ts +1 -1
  48. package/dist/src/components/Result/ResultPaginationLoadMore.d.ts +1 -1
  49. package/dist/src/components/Result/ResultPaginationNextPrev.d.ts +1 -1
  50. package/dist/src/components/Result/ResultPaginationNumbered.d.ts +1 -1
  51. package/dist/src/components/Result/ResultPaginationNumbered.js.map +1 -1
  52. package/dist/src/components/Result/ResultStateProvider.d.ts +1 -1
  53. package/dist/src/components/Result/Results.d.ts +2 -2
  54. package/dist/src/components/Result/Results.js.map +1 -1
  55. package/dist/src/components/Result/index.js +5 -1
  56. package/dist/src/components/Result/index.js.map +1 -1
  57. package/dist/src/components/Search/Search.d.ts +1 -1
  58. package/dist/src/components/Search/index.js +5 -1
  59. package/dist/src/components/Search/index.js.map +1 -1
  60. package/dist/src/components/Sensor/SensorCollection.js.map +1 -1
  61. package/dist/src/components/Sensor/SensorInventoryAvailable.js.map +1 -1
  62. package/dist/src/components/Sensor/SensorPublished.js.map +1 -1
  63. package/dist/src/components/Sensor/SensorSearchTerm.js.map +1 -1
  64. package/dist/src/components/Sensor/SensorSort.js.map +1 -1
  65. package/dist/src/components/Sensor/Sensors.d.ts +1 -1
  66. package/dist/src/components/Sensor/Sensors.js.map +1 -1
  67. package/dist/src/components/Sensor/index.js +5 -1
  68. package/dist/src/components/Sensor/index.js.map +1 -1
  69. package/dist/src/components/SortBy/SortBy.d.ts +1 -1
  70. package/dist/src/components/SortBy/index.js +5 -1
  71. package/dist/src/components/SortBy/index.js.map +1 -1
  72. package/dist/src/components/Stats/Stats.d.ts +1 -1
  73. package/dist/src/components/Stats/index.js +5 -1
  74. package/dist/src/components/Stats/index.js.map +1 -1
  75. package/dist/src/components/Suggestions/Suggestions.d.ts +1 -1
  76. package/dist/src/components/Suggestions/Suggestions.js.map +1 -1
  77. package/dist/src/components/Suggestions/index.js +5 -1
  78. package/dist/src/components/Suggestions/index.js.map +1 -1
  79. package/dist/src/components/Utility/UtilityAuthenticatedReactiveBase.d.ts +1 -1
  80. package/dist/src/components/Utility/index.js +5 -1
  81. package/dist/src/components/Utility/index.js.map +1 -1
  82. package/dist/src/components/index.js +5 -1
  83. package/dist/src/components/index.js.map +1 -1
  84. package/dist/src/hooks/index.js +5 -1
  85. package/dist/src/hooks/index.js.map +1 -1
  86. package/dist/src/hooks/reactivesearch/index.js +5 -1
  87. package/dist/src/hooks/reactivesearch/index.js.map +1 -1
  88. package/dist/src/hooks/reactivesearch/useReactiveBaseProps.js.map +1 -1
  89. package/dist/src/hooks/useAnalytics.d.ts +1 -1
  90. package/dist/src/hooks/useAnalytics.js +2 -2
  91. package/dist/src/hooks/useAnalytics.js.map +1 -1
  92. package/dist/src/hooks/useConfig.d.ts +1 -1
  93. package/dist/src/hooks/useConfig.js +1 -12
  94. package/dist/src/hooks/useConfig.js.map +1 -1
  95. package/dist/src/hooks/useCuration.d.ts +1 -1
  96. package/dist/src/hooks/useCuration.js.map +1 -1
  97. package/dist/src/hooks/useDebugger.d.ts +1 -0
  98. package/dist/src/hooks/useDebugger.js +12 -1
  99. package/dist/src/hooks/useDebugger.js.map +1 -1
  100. package/dist/src/hooks/useFilterListProps.js.map +1 -1
  101. package/dist/src/hooks/useFilterRangeProps.js +4 -3
  102. package/dist/src/hooks/useFilterRangeProps.js.map +1 -1
  103. package/dist/src/hooks/useFilterSliderProps.js +4 -3
  104. package/dist/src/hooks/useFilterSliderProps.js.map +1 -1
  105. package/dist/src/hooks/useFilters.d.ts +2 -2
  106. package/dist/src/hooks/useFilters.js +0 -3
  107. package/dist/src/hooks/useFilters.js.map +1 -1
  108. package/dist/src/hooks/useFlags.js +2 -4
  109. package/dist/src/hooks/useFlags.js.map +1 -1
  110. package/dist/src/hooks/useIndices.d.ts +1 -1
  111. package/dist/src/hooks/useIndices.js.map +1 -1
  112. package/dist/src/hooks/usePagination.d.ts +3 -3
  113. package/dist/src/hooks/usePagination.js.map +1 -1
  114. package/dist/src/hooks/usePaginationLoadable.js.map +1 -1
  115. package/dist/src/hooks/useProductPrice.js.map +1 -1
  116. package/dist/src/hooks/useReactifySearchContext.d.ts +21 -21
  117. package/dist/src/hooks/useResults.d.ts +1 -9
  118. package/dist/src/hooks/useResults.js +9 -7
  119. package/dist/src/hooks/useResults.js.map +1 -1
  120. package/dist/src/hooks/useSearch.d.ts +10 -3
  121. package/dist/src/hooks/useSearch.js +11 -5
  122. package/dist/src/hooks/useSearch.js.map +1 -1
  123. package/dist/src/hooks/useSortBy.d.ts +2 -2
  124. package/dist/src/hooks/useSortBy.js +0 -2
  125. package/dist/src/hooks/useSortBy.js.map +1 -1
  126. package/dist/src/index.js +5 -1
  127. package/dist/src/index.js.map +1 -1
  128. package/dist/src/types/config.d.ts +10 -10
  129. package/dist/src/types/elastic.d.ts +6 -6
  130. package/dist/src/types/elastic.js +2 -2
  131. package/dist/src/types/elastic.js.map +1 -1
  132. package/dist/src/types/firestore.d.ts +6 -6
  133. package/dist/src/types/firestore.js +15 -15
  134. package/dist/src/types/firestore.js.map +1 -1
  135. package/dist/src/types/graphql.d.ts +3204 -3204
  136. package/dist/src/types/graphql.js +445 -445
  137. package/dist/src/types/graphql.js.map +1 -1
  138. package/dist/src/types/index.js +5 -1
  139. package/dist/src/types/index.js.map +1 -1
  140. package/dist/src/types/shopify.d.ts +14 -14
  141. package/dist/src/types/shopify.js +7 -7
  142. package/dist/src/types/shopify.js.map +1 -1
  143. package/dist/src/utility/config.js.map +1 -1
  144. package/dist/src/utility/curation.js.map +1 -1
  145. package/dist/src/utility/debug.d.ts +2 -1
  146. package/dist/src/utility/debug.js +1 -0
  147. package/dist/src/utility/debug.js.map +1 -1
  148. package/dist/src/utility/filters.js.map +1 -1
  149. package/dist/src/utility/index.js +5 -1
  150. package/dist/src/utility/index.js.map +1 -1
  151. package/dist/src/utility/liquid.js +3 -3
  152. package/dist/src/utility/liquid.js.map +1 -1
  153. package/dist/src/utility/props.d.ts +7 -8
  154. package/dist/src/utility/props.js +6 -6
  155. package/dist/src/utility/props.js.map +1 -1
  156. package/dist/src/utility/sortOption.js.map +1 -1
  157. package/package.json +2 -2
@@ -18,7 +18,7 @@ var AbandonmentAbandonmentType;
18
18
  AbandonmentAbandonmentType["Cart"] = "CART";
19
19
  /** The abandonment event is an abandoned checkout. */
20
20
  AbandonmentAbandonmentType["Checkout"] = "CHECKOUT";
21
- })(AbandonmentAbandonmentType = exports.AbandonmentAbandonmentType || (exports.AbandonmentAbandonmentType = {}));
21
+ })(AbandonmentAbandonmentType || (exports.AbandonmentAbandonmentType = AbandonmentAbandonmentType = {}));
22
22
  /** Specifies the delivery state of a marketing activity. */
23
23
  var AbandonmentDeliveryState;
24
24
  (function (AbandonmentDeliveryState) {
@@ -28,7 +28,7 @@ var AbandonmentDeliveryState;
28
28
  AbandonmentDeliveryState["Scheduled"] = "SCHEDULED";
29
29
  /** The marketing activity action has been sent. */
30
30
  AbandonmentDeliveryState["Sent"] = "SENT";
31
- })(AbandonmentDeliveryState = exports.AbandonmentDeliveryState || (exports.AbandonmentDeliveryState = {}));
31
+ })(AbandonmentDeliveryState || (exports.AbandonmentDeliveryState = AbandonmentDeliveryState = {}));
32
32
  /** Specifies the email state. */
33
33
  var AbandonmentEmailState;
34
34
  (function (AbandonmentEmailState) {
@@ -38,13 +38,13 @@ var AbandonmentEmailState;
38
38
  AbandonmentEmailState["Scheduled"] = "SCHEDULED";
39
39
  /** The email has been sent. */
40
40
  AbandonmentEmailState["Sent"] = "SENT";
41
- })(AbandonmentEmailState = exports.AbandonmentEmailState || (exports.AbandonmentEmailState = {}));
41
+ })(AbandonmentEmailState || (exports.AbandonmentEmailState = AbandonmentEmailState = {}));
42
42
  /** Possible error codes that can be returned by `AbandonmentEmailStateUpdateUserError`. */
43
43
  var AbandonmentEmailStateUpdateUserErrorCode;
44
44
  (function (AbandonmentEmailStateUpdateUserErrorCode) {
45
45
  /** Unable to find an Abandonment for the provided ID. */
46
46
  AbandonmentEmailStateUpdateUserErrorCode["AbandonmentNotFound"] = "ABANDONMENT_NOT_FOUND";
47
- })(AbandonmentEmailStateUpdateUserErrorCode = exports.AbandonmentEmailStateUpdateUserErrorCode || (exports.AbandonmentEmailStateUpdateUserErrorCode = {}));
47
+ })(AbandonmentEmailStateUpdateUserErrorCode || (exports.AbandonmentEmailStateUpdateUserErrorCode = AbandonmentEmailStateUpdateUserErrorCode = {}));
48
48
  /** Possible error codes that can be returned by `AbandonmentUpdateActivitiesDeliveryStatusesUserError`. */
49
49
  var AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode;
50
50
  (function (AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode) {
@@ -54,7 +54,7 @@ var AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode;
54
54
  AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode["DeliveryStatusInfoNotFound"] = "DELIVERY_STATUS_INFO_NOT_FOUND";
55
55
  /** Unable to find a marketing activity for the provided ID. */
56
56
  AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode["MarketingActivityNotFound"] = "MARKETING_ACTIVITY_NOT_FOUND";
57
- })(AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode = exports.AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode || (exports.AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode = {}));
57
+ })(AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode || (exports.AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode = AbandonmentUpdateActivitiesDeliveryStatusesUserErrorCode = {}));
58
58
  /** The set of valid sort keys for the Adjustments query. */
59
59
  var AdjustmentsSortKeys;
60
60
  (function (AdjustmentsSortKeys) {
@@ -67,7 +67,7 @@ var AdjustmentsSortKeys;
67
67
  AdjustmentsSortKeys["Relevance"] = "RELEVANCE";
68
68
  /** Sort by the `time` value. */
69
69
  AdjustmentsSortKeys["Time"] = "TIME";
70
- })(AdjustmentsSortKeys = exports.AdjustmentsSortKeys || (exports.AdjustmentsSortKeys = {}));
70
+ })(AdjustmentsSortKeys || (exports.AdjustmentsSortKeys = AdjustmentsSortKeys = {}));
71
71
  /** Possible types of app developer. */
72
72
  var AppDeveloperType;
73
73
  (function (AppDeveloperType) {
@@ -79,7 +79,7 @@ var AppDeveloperType;
79
79
  AppDeveloperType["Shopify"] = "SHOPIFY";
80
80
  /** Indicates the app developer is unknown. It is not categorized as any of the other developer types. */
81
81
  AppDeveloperType["Unknown"] = "UNKNOWN";
82
- })(AppDeveloperType = exports.AppDeveloperType || (exports.AppDeveloperType = {}));
82
+ })(AppDeveloperType || (exports.AppDeveloperType = AppDeveloperType = {}));
83
83
  /**
84
84
  * The possible categories of an app installation, based on their purpose
85
85
  * or the environment they can run in.
@@ -90,13 +90,13 @@ var AppInstallationCategory;
90
90
  AppInstallationCategory["Channel"] = "CHANNEL";
91
91
  /** Apps that can be used in the POS mobile client. */
92
92
  AppInstallationCategory["PosEmbedded"] = "POS_EMBEDDED";
93
- })(AppInstallationCategory = exports.AppInstallationCategory || (exports.AppInstallationCategory = {}));
93
+ })(AppInstallationCategory || (exports.AppInstallationCategory = AppInstallationCategory = {}));
94
94
  /** The levels of privacy of an app installation. */
95
95
  var AppInstallationPrivacy;
96
96
  (function (AppInstallationPrivacy) {
97
97
  AppInstallationPrivacy["Private"] = "PRIVATE";
98
98
  AppInstallationPrivacy["Public"] = "PUBLIC";
99
- })(AppInstallationPrivacy = exports.AppInstallationPrivacy || (exports.AppInstallationPrivacy = {}));
99
+ })(AppInstallationPrivacy || (exports.AppInstallationPrivacy = AppInstallationPrivacy = {}));
100
100
  /** The set of valid sort keys for the AppInstallation query. */
101
101
  var AppInstallationSortKeys;
102
102
  (function (AppInstallationSortKeys) {
@@ -111,7 +111,7 @@ var AppInstallationSortKeys;
111
111
  * Don't use this sort key when no search query is specified.
112
112
  */
113
113
  AppInstallationSortKeys["Relevance"] = "RELEVANCE";
114
- })(AppInstallationSortKeys = exports.AppInstallationSortKeys || (exports.AppInstallationSortKeys = {}));
114
+ })(AppInstallationSortKeys || (exports.AppInstallationSortKeys = AppInstallationSortKeys = {}));
115
115
  /** The frequency at which the shop is billed for an app subscription. */
116
116
  var AppPricingInterval;
117
117
  (function (AppPricingInterval) {
@@ -119,7 +119,7 @@ var AppPricingInterval;
119
119
  AppPricingInterval["Annual"] = "ANNUAL";
120
120
  /** The app subscription bills the shop every 30 days. */
121
121
  AppPricingInterval["Every_30Days"] = "EVERY_30_DAYS";
122
- })(AppPricingInterval = exports.AppPricingInterval || (exports.AppPricingInterval = {}));
122
+ })(AppPricingInterval || (exports.AppPricingInterval = AppPricingInterval = {}));
123
123
  /** The public-facing category for an app. */
124
124
  var AppPublicCategory;
125
125
  (function (AppPublicCategory) {
@@ -131,7 +131,7 @@ var AppPublicCategory;
131
131
  AppPublicCategory["Private"] = "PRIVATE";
132
132
  /** The app's public category is [public](https://shopify.dev/apps/distribution#capabilities-and-requirements). */
133
133
  AppPublicCategory["Public"] = "PUBLIC";
134
- })(AppPublicCategory = exports.AppPublicCategory || (exports.AppPublicCategory = {}));
134
+ })(AppPublicCategory || (exports.AppPublicCategory = AppPublicCategory = {}));
135
135
  /**
136
136
  * The approval status of the app purchase.
137
137
  *
@@ -156,7 +156,7 @@ var AppPurchaseStatus;
156
156
  AppPurchaseStatus["Expired"] = "EXPIRED";
157
157
  /** The app purchase is pending approval by the merchant. */
158
158
  AppPurchaseStatus["Pending"] = "PENDING";
159
- })(AppPurchaseStatus = exports.AppPurchaseStatus || (exports.AppPurchaseStatus = {}));
159
+ })(AppPurchaseStatus || (exports.AppPurchaseStatus = AppPurchaseStatus = {}));
160
160
  /** The set of valid sort keys for the AppRevenueAttributionRecord query. */
161
161
  var AppRevenueAttributionRecordSortKeys;
162
162
  (function (AppRevenueAttributionRecordSortKeys) {
@@ -169,7 +169,7 @@ var AppRevenueAttributionRecordSortKeys;
169
169
  * Don't use this sort key when no search query is specified.
170
170
  */
171
171
  AppRevenueAttributionRecordSortKeys["Relevance"] = "RELEVANCE";
172
- })(AppRevenueAttributionRecordSortKeys = exports.AppRevenueAttributionRecordSortKeys || (exports.AppRevenueAttributionRecordSortKeys = {}));
172
+ })(AppRevenueAttributionRecordSortKeys || (exports.AppRevenueAttributionRecordSortKeys = AppRevenueAttributionRecordSortKeys = {}));
173
173
  /** Represents the billing types of revenue attribution. */
174
174
  var AppRevenueAttributionType;
175
175
  (function (AppRevenueAttributionType) {
@@ -181,7 +181,7 @@ var AppRevenueAttributionType;
181
181
  AppRevenueAttributionType["ApplicationUsage"] = "APPLICATION_USAGE";
182
182
  /** Other app revenue collection type. */
183
183
  AppRevenueAttributionType["Other"] = "OTHER";
184
- })(AppRevenueAttributionType = exports.AppRevenueAttributionType || (exports.AppRevenueAttributionType = {}));
184
+ })(AppRevenueAttributionType || (exports.AppRevenueAttributionType = AppRevenueAttributionType = {}));
185
185
  /** The replacement behavior when creating an app subscription for a merchant with an already existing app subscription. */
186
186
  var AppSubscriptionReplacementBehavior;
187
187
  (function (AppSubscriptionReplacementBehavior) {
@@ -197,7 +197,7 @@ var AppSubscriptionReplacementBehavior;
197
197
  * 3) The current app subscription and the newly created app subscription are identical except for the `discount` value.
198
198
  */
199
199
  AppSubscriptionReplacementBehavior["Standard"] = "STANDARD";
200
- })(AppSubscriptionReplacementBehavior = exports.AppSubscriptionReplacementBehavior || (exports.AppSubscriptionReplacementBehavior = {}));
200
+ })(AppSubscriptionReplacementBehavior || (exports.AppSubscriptionReplacementBehavior = AppSubscriptionReplacementBehavior = {}));
201
201
  /** The set of valid sort keys for the AppSubscription query. */
202
202
  var AppSubscriptionSortKeys;
203
203
  (function (AppSubscriptionSortKeys) {
@@ -210,7 +210,7 @@ var AppSubscriptionSortKeys;
210
210
  * Don't use this sort key when no search query is specified.
211
211
  */
212
212
  AppSubscriptionSortKeys["Relevance"] = "RELEVANCE";
213
- })(AppSubscriptionSortKeys = exports.AppSubscriptionSortKeys || (exports.AppSubscriptionSortKeys = {}));
213
+ })(AppSubscriptionSortKeys || (exports.AppSubscriptionSortKeys = AppSubscriptionSortKeys = {}));
214
214
  /** The status of the app subscription. */
215
215
  var AppSubscriptionStatus;
216
216
  (function (AppSubscriptionStatus) {
@@ -231,7 +231,7 @@ var AppSubscriptionStatus;
231
231
  AppSubscriptionStatus["Frozen"] = "FROZEN";
232
232
  /** The app subscription is pending approval by the merchant. */
233
233
  AppSubscriptionStatus["Pending"] = "PENDING";
234
- })(AppSubscriptionStatus = exports.AppSubscriptionStatus || (exports.AppSubscriptionStatus = {}));
234
+ })(AppSubscriptionStatus || (exports.AppSubscriptionStatus = AppSubscriptionStatus = {}));
235
235
  /** Possible error codes that can be returned by `AppSubscriptionTrialExtendUserError`. */
236
236
  var AppSubscriptionTrialExtendUserErrorCode;
237
237
  (function (AppSubscriptionTrialExtendUserErrorCode) {
@@ -241,7 +241,7 @@ var AppSubscriptionTrialExtendUserErrorCode;
241
241
  AppSubscriptionTrialExtendUserErrorCode["SubscriptionNotFound"] = "SUBSCRIPTION_NOT_FOUND";
242
242
  /** The trial isn't active. */
243
243
  AppSubscriptionTrialExtendUserErrorCode["TrialNotActive"] = "TRIAL_NOT_ACTIVE";
244
- })(AppSubscriptionTrialExtendUserErrorCode = exports.AppSubscriptionTrialExtendUserErrorCode || (exports.AppSubscriptionTrialExtendUserErrorCode = {}));
244
+ })(AppSubscriptionTrialExtendUserErrorCode || (exports.AppSubscriptionTrialExtendUserErrorCode = AppSubscriptionTrialExtendUserErrorCode = {}));
245
245
  /** The set of valid sort keys for the AppTransaction query. */
246
246
  var AppTransactionSortKeys;
247
247
  (function (AppTransactionSortKeys) {
@@ -254,7 +254,7 @@ var AppTransactionSortKeys;
254
254
  * Don't use this sort key when no search query is specified.
255
255
  */
256
256
  AppTransactionSortKeys["Relevance"] = "RELEVANCE";
257
- })(AppTransactionSortKeys = exports.AppTransactionSortKeys || (exports.AppTransactionSortKeys = {}));
257
+ })(AppTransactionSortKeys || (exports.AppTransactionSortKeys = AppTransactionSortKeys = {}));
258
258
  /** The set of valid sort keys for the AppUsageRecord query. */
259
259
  var AppUsageRecordSortKeys;
260
260
  (function (AppUsageRecordSortKeys) {
@@ -267,7 +267,7 @@ var AppUsageRecordSortKeys;
267
267
  * Don't use this sort key when no search query is specified.
268
268
  */
269
269
  AppUsageRecordSortKeys["Relevance"] = "RELEVANCE";
270
- })(AppUsageRecordSortKeys = exports.AppUsageRecordSortKeys || (exports.AppUsageRecordSortKeys = {}));
270
+ })(AppUsageRecordSortKeys || (exports.AppUsageRecordSortKeys = AppUsageRecordSortKeys = {}));
271
271
  /** The set of valid sort keys for the AutomaticDiscount query. */
272
272
  var AutomaticDiscountSortKeys;
273
273
  (function (AutomaticDiscountSortKeys) {
@@ -280,7 +280,7 @@ var AutomaticDiscountSortKeys;
280
280
  * Don't use this sort key when no search query is specified.
281
281
  */
282
282
  AutomaticDiscountSortKeys["Relevance"] = "RELEVANCE";
283
- })(AutomaticDiscountSortKeys = exports.AutomaticDiscountSortKeys || (exports.AutomaticDiscountSortKeys = {}));
283
+ })(AutomaticDiscountSortKeys || (exports.AutomaticDiscountSortKeys = AutomaticDiscountSortKeys = {}));
284
284
  /** The possible types for a badge. */
285
285
  var BadgeType;
286
286
  (function (BadgeType) {
@@ -294,7 +294,7 @@ var BadgeType;
294
294
  BadgeType["Success"] = "SUCCESS";
295
295
  /** This badge has type `warning`. */
296
296
  BadgeType["Warning"] = "WARNING";
297
- })(BadgeType = exports.BadgeType || (exports.BadgeType = {}));
297
+ })(BadgeType || (exports.BadgeType = BadgeType = {}));
298
298
  /** The set of valid sort keys for the BalanceTransaction query. */
299
299
  var BalanceTransactionSortKeys;
300
300
  (function (BalanceTransactionSortKeys) {
@@ -323,7 +323,7 @@ var BalanceTransactionSortKeys;
323
323
  BalanceTransactionSortKeys["Relevance"] = "RELEVANCE";
324
324
  /** Sort by the `transaction_type` value. */
325
325
  BalanceTransactionSortKeys["TransactionType"] = "TRANSACTION_TYPE";
326
- })(BalanceTransactionSortKeys = exports.BalanceTransactionSortKeys || (exports.BalanceTransactionSortKeys = {}));
326
+ })(BalanceTransactionSortKeys || (exports.BalanceTransactionSortKeys = BalanceTransactionSortKeys = {}));
327
327
  /** Possible error codes that can be returned by `BillingAttemptUserError`. */
328
328
  var BillingAttemptUserErrorCode;
329
329
  (function (BillingAttemptUserErrorCode) {
@@ -353,7 +353,7 @@ var BillingAttemptUserErrorCode;
353
353
  BillingAttemptUserErrorCode["OriginTimeOutOfRange"] = "ORIGIN_TIME_OUT_OF_RANGE";
354
354
  /** Billing cycle selector cannot select upcoming billing cycle past limit. */
355
355
  BillingAttemptUserErrorCode["UpcomingCycleLimitExceeded"] = "UPCOMING_CYCLE_LIMIT_EXCEEDED";
356
- })(BillingAttemptUserErrorCode = exports.BillingAttemptUserErrorCode || (exports.BillingAttemptUserErrorCode = {}));
356
+ })(BillingAttemptUserErrorCode || (exports.BillingAttemptUserErrorCode = BillingAttemptUserErrorCode = {}));
357
357
  /** Possible error codes that can be returned by `BulkMutationUserError`. */
358
358
  var BulkMutationErrorCode;
359
359
  (function (BulkMutationErrorCode) {
@@ -367,7 +367,7 @@ var BulkMutationErrorCode;
367
367
  BulkMutationErrorCode["NoSuchFile"] = "NO_SUCH_FILE";
368
368
  /** The operation did not run because another bulk mutation is already running. [Wait for the operation to finish](https://shopify.dev/api/usage/bulk-operations/imports#wait-for-the-operation-to-finish) before retrying this operation. */
369
369
  BulkMutationErrorCode["OperationInProgress"] = "OPERATION_IN_PROGRESS";
370
- })(BulkMutationErrorCode = exports.BulkMutationErrorCode || (exports.BulkMutationErrorCode = {}));
370
+ })(BulkMutationErrorCode || (exports.BulkMutationErrorCode = BulkMutationErrorCode = {}));
371
371
  /** Error codes for failed bulk operations. */
372
372
  var BulkOperationErrorCode;
373
373
  (function (BulkOperationErrorCode) {
@@ -387,7 +387,7 @@ var BulkOperationErrorCode;
387
387
  * In some cases, timeouts can be avoided by modifying your `query` to select fewer fields.
388
388
  */
389
389
  BulkOperationErrorCode["Timeout"] = "TIMEOUT";
390
- })(BulkOperationErrorCode = exports.BulkOperationErrorCode || (exports.BulkOperationErrorCode = {}));
390
+ })(BulkOperationErrorCode || (exports.BulkOperationErrorCode = BulkOperationErrorCode = {}));
391
391
  /** The valid values for the status of a bulk operation. */
392
392
  var BulkOperationStatus;
393
393
  (function (BulkOperationStatus) {
@@ -411,7 +411,7 @@ var BulkOperationStatus;
411
411
  BulkOperationStatus["Failed"] = "FAILED";
412
412
  /** The bulk operation is runnning. */
413
413
  BulkOperationStatus["Running"] = "RUNNING";
414
- })(BulkOperationStatus = exports.BulkOperationStatus || (exports.BulkOperationStatus = {}));
414
+ })(BulkOperationStatus || (exports.BulkOperationStatus = BulkOperationStatus = {}));
415
415
  /** The valid values for the bulk operation's type. */
416
416
  var BulkOperationType;
417
417
  (function (BulkOperationType) {
@@ -419,7 +419,7 @@ var BulkOperationType;
419
419
  BulkOperationType["Mutation"] = "MUTATION";
420
420
  /** The bulk operation is a query. */
421
421
  BulkOperationType["Query"] = "QUERY";
422
- })(BulkOperationType = exports.BulkOperationType || (exports.BulkOperationType = {}));
422
+ })(BulkOperationType || (exports.BulkOperationType = BulkOperationType = {}));
423
423
  /** Possible error codes that can be returned by `BulkProductResourceFeedbackCreateUserError`. */
424
424
  var BulkProductResourceFeedbackCreateUserErrorCode;
425
425
  (function (BulkProductResourceFeedbackCreateUserErrorCode) {
@@ -437,7 +437,7 @@ var BulkProductResourceFeedbackCreateUserErrorCode;
437
437
  BulkProductResourceFeedbackCreateUserErrorCode["Present"] = "PRESENT";
438
438
  /** The product wasn't found or isn't available to the channel. */
439
439
  BulkProductResourceFeedbackCreateUserErrorCode["ProductNotFound"] = "PRODUCT_NOT_FOUND";
440
- })(BulkProductResourceFeedbackCreateUserErrorCode = exports.BulkProductResourceFeedbackCreateUserErrorCode || (exports.BulkProductResourceFeedbackCreateUserErrorCode = {}));
440
+ })(BulkProductResourceFeedbackCreateUserErrorCode || (exports.BulkProductResourceFeedbackCreateUserErrorCode = BulkProductResourceFeedbackCreateUserErrorCode = {}));
441
441
  /** Possible error codes that can be returned by `BusinessCustomerUserError`. */
442
442
  var BusinessCustomerErrorCode;
443
443
  (function (BusinessCustomerErrorCode) {
@@ -465,7 +465,7 @@ var BusinessCustomerErrorCode;
465
465
  BusinessCustomerErrorCode["TooLong"] = "TOO_LONG";
466
466
  /** Unexpected type. */
467
467
  BusinessCustomerErrorCode["UnexpectedType"] = "UNEXPECTED_TYPE";
468
- })(BusinessCustomerErrorCode = exports.BusinessCustomerErrorCode || (exports.BusinessCustomerErrorCode = {}));
468
+ })(BusinessCustomerErrorCode || (exports.BusinessCustomerErrorCode = BusinessCustomerErrorCode = {}));
469
469
  /** Represents the staged status of a CalculatedShippingLine on a CalculatedOrder. */
470
470
  var CalculatedShippingLineStagedStatus;
471
471
  (function (CalculatedShippingLineStagedStatus) {
@@ -475,19 +475,19 @@ var CalculatedShippingLineStagedStatus;
475
475
  CalculatedShippingLineStagedStatus["None"] = "NONE";
476
476
  /** The shipping line was removed as part of the current order edit. */
477
477
  CalculatedShippingLineStagedStatus["Removed"] = "REMOVED";
478
- })(CalculatedShippingLineStagedStatus = exports.CalculatedShippingLineStagedStatus || (exports.CalculatedShippingLineStagedStatus = {}));
478
+ })(CalculatedShippingLineStagedStatus || (exports.CalculatedShippingLineStagedStatus = CalculatedShippingLineStagedStatus = {}));
479
479
  /** Possible error codes that can be returned by `CarrierServiceCreateUserError`. */
480
480
  var CarrierServiceCreateUserErrorCode;
481
481
  (function (CarrierServiceCreateUserErrorCode) {
482
482
  /** Carrier service creation failed. */
483
483
  CarrierServiceCreateUserErrorCode["CarrierServiceCreateFailed"] = "CARRIER_SERVICE_CREATE_FAILED";
484
- })(CarrierServiceCreateUserErrorCode = exports.CarrierServiceCreateUserErrorCode || (exports.CarrierServiceCreateUserErrorCode = {}));
484
+ })(CarrierServiceCreateUserErrorCode || (exports.CarrierServiceCreateUserErrorCode = CarrierServiceCreateUserErrorCode = {}));
485
485
  /** Possible error codes that can be returned by `CarrierServiceDeleteUserError`. */
486
486
  var CarrierServiceDeleteUserErrorCode;
487
487
  (function (CarrierServiceDeleteUserErrorCode) {
488
488
  /** Carrier service deletion failed. */
489
489
  CarrierServiceDeleteUserErrorCode["CarrierServiceDeleteFailed"] = "CARRIER_SERVICE_DELETE_FAILED";
490
- })(CarrierServiceDeleteUserErrorCode = exports.CarrierServiceDeleteUserErrorCode || (exports.CarrierServiceDeleteUserErrorCode = {}));
490
+ })(CarrierServiceDeleteUserErrorCode || (exports.CarrierServiceDeleteUserErrorCode = CarrierServiceDeleteUserErrorCode = {}));
491
491
  /** The set of valid sort keys for the CarrierService query. */
492
492
  var CarrierServiceSortKeys;
493
493
  (function (CarrierServiceSortKeys) {
@@ -502,13 +502,13 @@ var CarrierServiceSortKeys;
502
502
  CarrierServiceSortKeys["Relevance"] = "RELEVANCE";
503
503
  /** Sort by the `updated_at` value. */
504
504
  CarrierServiceSortKeys["UpdatedAt"] = "UPDATED_AT";
505
- })(CarrierServiceSortKeys = exports.CarrierServiceSortKeys || (exports.CarrierServiceSortKeys = {}));
505
+ })(CarrierServiceSortKeys || (exports.CarrierServiceSortKeys = CarrierServiceSortKeys = {}));
506
506
  /** Possible error codes that can be returned by `CarrierServiceUpdateUserError`. */
507
507
  var CarrierServiceUpdateUserErrorCode;
508
508
  (function (CarrierServiceUpdateUserErrorCode) {
509
509
  /** Carrier service update failed. */
510
510
  CarrierServiceUpdateUserErrorCode["CarrierServiceUpdateFailed"] = "CARRIER_SERVICE_UPDATE_FAILED";
511
- })(CarrierServiceUpdateUserErrorCode = exports.CarrierServiceUpdateUserErrorCode || (exports.CarrierServiceUpdateUserErrorCode = {}));
511
+ })(CarrierServiceUpdateUserErrorCode || (exports.CarrierServiceUpdateUserErrorCode = CarrierServiceUpdateUserErrorCode = {}));
512
512
  /** Possible error codes that can be returned by `CartTransformCreateUserError`. */
513
513
  var CartTransformCreateUserErrorCode;
514
514
  (function (CartTransformCreateUserErrorCode) {
@@ -520,7 +520,7 @@ var CartTransformCreateUserErrorCode;
520
520
  CartTransformCreateUserErrorCode["FunctionNotFound"] = "FUNCTION_NOT_FOUND";
521
521
  /** Failed to create cart transform due to invalid input. */
522
522
  CartTransformCreateUserErrorCode["InputInvalid"] = "INPUT_INVALID";
523
- })(CartTransformCreateUserErrorCode = exports.CartTransformCreateUserErrorCode || (exports.CartTransformCreateUserErrorCode = {}));
523
+ })(CartTransformCreateUserErrorCode || (exports.CartTransformCreateUserErrorCode = CartTransformCreateUserErrorCode = {}));
524
524
  /** Possible error codes that can be returned by `CartTransformDeleteUserError`. */
525
525
  var CartTransformDeleteUserErrorCode;
526
526
  (function (CartTransformDeleteUserErrorCode) {
@@ -528,7 +528,7 @@ var CartTransformDeleteUserErrorCode;
528
528
  CartTransformDeleteUserErrorCode["NotFound"] = "NOT_FOUND";
529
529
  /** Unauthorized app scope. */
530
530
  CartTransformDeleteUserErrorCode["UnauthorizedAppScope"] = "UNAUTHORIZED_APP_SCOPE";
531
- })(CartTransformDeleteUserErrorCode = exports.CartTransformDeleteUserErrorCode || (exports.CartTransformDeleteUserErrorCode = {}));
531
+ })(CartTransformDeleteUserErrorCode || (exports.CartTransformDeleteUserErrorCode = CartTransformDeleteUserErrorCode = {}));
532
532
  /** The set of valid sort keys for the CashTrackingSessionTransactions query. */
533
533
  var CashTrackingSessionTransactionsSortKeys;
534
534
  (function (CashTrackingSessionTransactionsSortKeys) {
@@ -541,7 +541,7 @@ var CashTrackingSessionTransactionsSortKeys;
541
541
  * Don't use this sort key when no search query is specified.
542
542
  */
543
543
  CashTrackingSessionTransactionsSortKeys["Relevance"] = "RELEVANCE";
544
- })(CashTrackingSessionTransactionsSortKeys = exports.CashTrackingSessionTransactionsSortKeys || (exports.CashTrackingSessionTransactionsSortKeys = {}));
544
+ })(CashTrackingSessionTransactionsSortKeys || (exports.CashTrackingSessionTransactionsSortKeys = CashTrackingSessionTransactionsSortKeys = {}));
545
545
  /** The set of valid sort keys for the CashTrackingSessions query. */
546
546
  var CashTrackingSessionsSortKeys;
547
547
  (function (CashTrackingSessionsSortKeys) {
@@ -564,7 +564,7 @@ var CashTrackingSessionsSortKeys;
564
564
  CashTrackingSessionsSortKeys["TotalDiscrepancyAsc"] = "TOTAL_DISCREPANCY_ASC";
565
565
  /** Sort by the `total_discrepancy_desc` value. */
566
566
  CashTrackingSessionsSortKeys["TotalDiscrepancyDesc"] = "TOTAL_DISCREPANCY_DESC";
567
- })(CashTrackingSessionsSortKeys = exports.CashTrackingSessionsSortKeys || (exports.CashTrackingSessionsSortKeys = {}));
567
+ })(CashTrackingSessionsSortKeys || (exports.CashTrackingSessionsSortKeys = CashTrackingSessionsSortKeys = {}));
568
568
  /** The set of valid sort keys for the Catalog query. */
569
569
  var CatalogSortKeys;
570
570
  (function (CatalogSortKeys) {
@@ -577,7 +577,7 @@ var CatalogSortKeys;
577
577
  CatalogSortKeys["Relevance"] = "RELEVANCE";
578
578
  /** Sort by the `title` value. */
579
579
  CatalogSortKeys["Title"] = "TITLE";
580
- })(CatalogSortKeys = exports.CatalogSortKeys || (exports.CatalogSortKeys = {}));
580
+ })(CatalogSortKeys || (exports.CatalogSortKeys = CatalogSortKeys = {}));
581
581
  /** The state of a catalog. */
582
582
  var CatalogStatus;
583
583
  (function (CatalogStatus) {
@@ -587,7 +587,7 @@ var CatalogStatus;
587
587
  CatalogStatus["Archived"] = "ARCHIVED";
588
588
  /** The catalog is in draft. */
589
589
  CatalogStatus["Draft"] = "DRAFT";
590
- })(CatalogStatus = exports.CatalogStatus || (exports.CatalogStatus = {}));
590
+ })(CatalogStatus || (exports.CatalogStatus = CatalogStatus = {}));
591
591
  /** The associated catalog's type. */
592
592
  var CatalogType;
593
593
  (function (CatalogType) {
@@ -599,7 +599,7 @@ var CatalogType;
599
599
  CatalogType["Market"] = "MARKET";
600
600
  /** Not associated to a catalog. */
601
601
  CatalogType["None"] = "NONE";
602
- })(CatalogType = exports.CatalogType || (exports.CatalogType = {}));
602
+ })(CatalogType || (exports.CatalogType = CatalogType = {}));
603
603
  /** Possible error codes that can be returned by `CatalogUserError`. */
604
604
  var CatalogUserErrorCode;
605
605
  (function (CatalogUserErrorCode) {
@@ -675,7 +675,7 @@ var CatalogUserErrorCode;
675
675
  CatalogUserErrorCode["TooShort"] = "TOO_SHORT";
676
676
  /** Can't perform this action on a catalog of this type. */
677
677
  CatalogUserErrorCode["UnsupportedCatalogAction"] = "UNSUPPORTED_CATALOG_ACTION";
678
- })(CatalogUserErrorCode = exports.CatalogUserErrorCode || (exports.CatalogUserErrorCode = {}));
678
+ })(CatalogUserErrorCode || (exports.CatalogUserErrorCode = CatalogUserErrorCode = {}));
679
679
  /** The container background style. */
680
680
  var CheckoutBrandingBackground;
681
681
  (function (CheckoutBrandingBackground) {
@@ -685,7 +685,7 @@ var CheckoutBrandingBackground;
685
685
  CheckoutBrandingBackground["Subdued"] = "SUBDUED";
686
686
  /** The Transparent background style. */
687
687
  CheckoutBrandingBackground["Transparent"] = "TRANSPARENT";
688
- })(CheckoutBrandingBackground = exports.CheckoutBrandingBackground || (exports.CheckoutBrandingBackground = {}));
688
+ })(CheckoutBrandingBackground || (exports.CheckoutBrandingBackground = CheckoutBrandingBackground = {}));
689
689
  /** Possible values for the background style. */
690
690
  var CheckoutBrandingBackgroundStyle;
691
691
  (function (CheckoutBrandingBackgroundStyle) {
@@ -693,7 +693,7 @@ var CheckoutBrandingBackgroundStyle;
693
693
  CheckoutBrandingBackgroundStyle["None"] = "NONE";
694
694
  /** The Solid background style. */
695
695
  CheckoutBrandingBackgroundStyle["Solid"] = "SOLID";
696
- })(CheckoutBrandingBackgroundStyle = exports.CheckoutBrandingBackgroundStyle || (exports.CheckoutBrandingBackgroundStyle = {}));
696
+ })(CheckoutBrandingBackgroundStyle || (exports.CheckoutBrandingBackgroundStyle = CheckoutBrandingBackgroundStyle = {}));
697
697
  /** Possible values for the border. */
698
698
  var CheckoutBrandingBorder;
699
699
  (function (CheckoutBrandingBorder) {
@@ -703,7 +703,7 @@ var CheckoutBrandingBorder;
703
703
  CheckoutBrandingBorder["Full"] = "FULL";
704
704
  /** The None border. */
705
705
  CheckoutBrandingBorder["None"] = "NONE";
706
- })(CheckoutBrandingBorder = exports.CheckoutBrandingBorder || (exports.CheckoutBrandingBorder = {}));
706
+ })(CheckoutBrandingBorder || (exports.CheckoutBrandingBorder = CheckoutBrandingBorder = {}));
707
707
  /** The container border style. */
708
708
  var CheckoutBrandingBorderStyle;
709
709
  (function (CheckoutBrandingBorderStyle) {
@@ -713,7 +713,7 @@ var CheckoutBrandingBorderStyle;
713
713
  CheckoutBrandingBorderStyle["Dashed"] = "DASHED";
714
714
  /** The Dotted border style. */
715
715
  CheckoutBrandingBorderStyle["Dotted"] = "DOTTED";
716
- })(CheckoutBrandingBorderStyle = exports.CheckoutBrandingBorderStyle || (exports.CheckoutBrandingBorderStyle = {}));
716
+ })(CheckoutBrandingBorderStyle || (exports.CheckoutBrandingBorderStyle = CheckoutBrandingBorderStyle = {}));
717
717
  /** The container border width. */
718
718
  var CheckoutBrandingBorderWidth;
719
719
  (function (CheckoutBrandingBorderWidth) {
@@ -725,7 +725,7 @@ var CheckoutBrandingBorderWidth;
725
725
  CheckoutBrandingBorderWidth["Large_100"] = "LARGE_100";
726
726
  /** The Large 200 border width. */
727
727
  CheckoutBrandingBorderWidth["Large_200"] = "LARGE_200";
728
- })(CheckoutBrandingBorderWidth = exports.CheckoutBrandingBorderWidth || (exports.CheckoutBrandingBorderWidth = {}));
728
+ })(CheckoutBrandingBorderWidth || (exports.CheckoutBrandingBorderWidth = CheckoutBrandingBorderWidth = {}));
729
729
  /** Possible values for the cart link content type for the header. */
730
730
  var CheckoutBrandingCartLinkContentType;
731
731
  (function (CheckoutBrandingCartLinkContentType) {
@@ -735,7 +735,7 @@ var CheckoutBrandingCartLinkContentType;
735
735
  CheckoutBrandingCartLinkContentType["Image"] = "IMAGE";
736
736
  /** The checkout header content type text value. */
737
737
  CheckoutBrandingCartLinkContentType["Text"] = "TEXT";
738
- })(CheckoutBrandingCartLinkContentType = exports.CheckoutBrandingCartLinkContentType || (exports.CheckoutBrandingCartLinkContentType = {}));
738
+ })(CheckoutBrandingCartLinkContentType || (exports.CheckoutBrandingCartLinkContentType = CheckoutBrandingCartLinkContentType = {}));
739
739
  /** The possible color schemes. */
740
740
  var CheckoutBrandingColorSchemeSelection;
741
741
  (function (CheckoutBrandingColorSchemeSelection) {
@@ -749,13 +749,13 @@ var CheckoutBrandingColorSchemeSelection;
749
749
  CheckoutBrandingColorSchemeSelection["ColorScheme4"] = "COLOR_SCHEME4";
750
750
  /** The TRANSPARENT color scheme selection. */
751
751
  CheckoutBrandingColorSchemeSelection["Transparent"] = "TRANSPARENT";
752
- })(CheckoutBrandingColorSchemeSelection = exports.CheckoutBrandingColorSchemeSelection || (exports.CheckoutBrandingColorSchemeSelection = {}));
752
+ })(CheckoutBrandingColorSchemeSelection || (exports.CheckoutBrandingColorSchemeSelection = CheckoutBrandingColorSchemeSelection = {}));
753
753
  /** The possible colors. */
754
754
  var CheckoutBrandingColorSelection;
755
755
  (function (CheckoutBrandingColorSelection) {
756
756
  /** Transparent color selection. */
757
757
  CheckoutBrandingColorSelection["Transparent"] = "TRANSPARENT";
758
- })(CheckoutBrandingColorSelection = exports.CheckoutBrandingColorSelection || (exports.CheckoutBrandingColorSelection = {}));
758
+ })(CheckoutBrandingColorSelection || (exports.CheckoutBrandingColorSelection = CheckoutBrandingColorSelection = {}));
759
759
  /**
760
760
  * The options for customizing the corner radius of checkout-related objects. Examples include the primary
761
761
  * button, the name text fields and the sections within the main area (if they have borders).
@@ -776,7 +776,7 @@ var CheckoutBrandingCornerRadius;
776
776
  CheckoutBrandingCornerRadius["None"] = "NONE";
777
777
  /** The corner radius with a pixel value defined by designSystem.cornerRadius.small. */
778
778
  CheckoutBrandingCornerRadius["Small"] = "SMALL";
779
- })(CheckoutBrandingCornerRadius = exports.CheckoutBrandingCornerRadius || (exports.CheckoutBrandingCornerRadius = {}));
779
+ })(CheckoutBrandingCornerRadius || (exports.CheckoutBrandingCornerRadius = CheckoutBrandingCornerRadius = {}));
780
780
  /**
781
781
  * The font loading strategy determines how a font face is displayed after it is loaded or failed to load.
782
782
  * For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display.
@@ -793,7 +793,7 @@ var CheckoutBrandingFontLoadingStrategy;
793
793
  CheckoutBrandingFontLoadingStrategy["Optional"] = "OPTIONAL";
794
794
  /** Gives the font face an extremely small block period and an infinite swap period. */
795
795
  CheckoutBrandingFontLoadingStrategy["Swap"] = "SWAP";
796
- })(CheckoutBrandingFontLoadingStrategy = exports.CheckoutBrandingFontLoadingStrategy || (exports.CheckoutBrandingFontLoadingStrategy = {}));
796
+ })(CheckoutBrandingFontLoadingStrategy || (exports.CheckoutBrandingFontLoadingStrategy = CheckoutBrandingFontLoadingStrategy = {}));
797
797
  /** Possible values for the footer alignment. */
798
798
  var CheckoutBrandingFooterAlignment;
799
799
  (function (CheckoutBrandingFooterAlignment) {
@@ -803,7 +803,7 @@ var CheckoutBrandingFooterAlignment;
803
803
  CheckoutBrandingFooterAlignment["End"] = "END";
804
804
  /** The checkout footer alignment Start value. */
805
805
  CheckoutBrandingFooterAlignment["Start"] = "START";
806
- })(CheckoutBrandingFooterAlignment = exports.CheckoutBrandingFooterAlignment || (exports.CheckoutBrandingFooterAlignment = {}));
806
+ })(CheckoutBrandingFooterAlignment || (exports.CheckoutBrandingFooterAlignment = CheckoutBrandingFooterAlignment = {}));
807
807
  /** Possible values for the footer position. */
808
808
  var CheckoutBrandingFooterPosition;
809
809
  (function (CheckoutBrandingFooterPosition) {
@@ -811,7 +811,7 @@ var CheckoutBrandingFooterPosition;
811
811
  CheckoutBrandingFooterPosition["End"] = "END";
812
812
  /** The Inline footer position. */
813
813
  CheckoutBrandingFooterPosition["Inline"] = "INLINE";
814
- })(CheckoutBrandingFooterPosition = exports.CheckoutBrandingFooterPosition || (exports.CheckoutBrandingFooterPosition = {}));
814
+ })(CheckoutBrandingFooterPosition || (exports.CheckoutBrandingFooterPosition = CheckoutBrandingFooterPosition = {}));
815
815
  /**
816
816
  * Possible choices to override corner radius customizations on all applicable objects. Note that this selection
817
817
  * can only be used to set the override to `NONE` (0px).
@@ -823,7 +823,7 @@ var CheckoutBrandingGlobalCornerRadius;
823
823
  (function (CheckoutBrandingGlobalCornerRadius) {
824
824
  /** Set the global corner radius override to 0px (square corners). */
825
825
  CheckoutBrandingGlobalCornerRadius["None"] = "NONE";
826
- })(CheckoutBrandingGlobalCornerRadius = exports.CheckoutBrandingGlobalCornerRadius || (exports.CheckoutBrandingGlobalCornerRadius = {}));
826
+ })(CheckoutBrandingGlobalCornerRadius || (exports.CheckoutBrandingGlobalCornerRadius = CheckoutBrandingGlobalCornerRadius = {}));
827
827
  /** The possible header alignments. */
828
828
  var CheckoutBrandingHeaderAlignment;
829
829
  (function (CheckoutBrandingHeaderAlignment) {
@@ -833,7 +833,7 @@ var CheckoutBrandingHeaderAlignment;
833
833
  CheckoutBrandingHeaderAlignment["End"] = "END";
834
834
  /** Start alignment. */
835
835
  CheckoutBrandingHeaderAlignment["Start"] = "START";
836
- })(CheckoutBrandingHeaderAlignment = exports.CheckoutBrandingHeaderAlignment || (exports.CheckoutBrandingHeaderAlignment = {}));
836
+ })(CheckoutBrandingHeaderAlignment || (exports.CheckoutBrandingHeaderAlignment = CheckoutBrandingHeaderAlignment = {}));
837
837
  /** The possible header positions. */
838
838
  var CheckoutBrandingHeaderPosition;
839
839
  (function (CheckoutBrandingHeaderPosition) {
@@ -843,7 +843,7 @@ var CheckoutBrandingHeaderPosition;
843
843
  CheckoutBrandingHeaderPosition["InlineSecondary"] = "INLINE_SECONDARY";
844
844
  /** Start position. */
845
845
  CheckoutBrandingHeaderPosition["Start"] = "START";
846
- })(CheckoutBrandingHeaderPosition = exports.CheckoutBrandingHeaderPosition || (exports.CheckoutBrandingHeaderPosition = {}));
846
+ })(CheckoutBrandingHeaderPosition || (exports.CheckoutBrandingHeaderPosition = CheckoutBrandingHeaderPosition = {}));
847
847
  /** Possible values for the label position. */
848
848
  var CheckoutBrandingLabelPosition;
849
849
  (function (CheckoutBrandingLabelPosition) {
@@ -851,7 +851,7 @@ var CheckoutBrandingLabelPosition;
851
851
  CheckoutBrandingLabelPosition["Inside"] = "INSIDE";
852
852
  /** The Outside label position. */
853
853
  CheckoutBrandingLabelPosition["Outside"] = "OUTSIDE";
854
- })(CheckoutBrandingLabelPosition = exports.CheckoutBrandingLabelPosition || (exports.CheckoutBrandingLabelPosition = {}));
854
+ })(CheckoutBrandingLabelPosition || (exports.CheckoutBrandingLabelPosition = CheckoutBrandingLabelPosition = {}));
855
855
  /** The container shadow. */
856
856
  var CheckoutBrandingShadow;
857
857
  (function (CheckoutBrandingShadow) {
@@ -865,7 +865,7 @@ var CheckoutBrandingShadow;
865
865
  CheckoutBrandingShadow["Small_100"] = "SMALL_100";
866
866
  /** The Small 200 shadow. */
867
867
  CheckoutBrandingShadow["Small_200"] = "SMALL_200";
868
- })(CheckoutBrandingShadow = exports.CheckoutBrandingShadow || (exports.CheckoutBrandingShadow = {}));
868
+ })(CheckoutBrandingShadow || (exports.CheckoutBrandingShadow = CheckoutBrandingShadow = {}));
869
869
  /** Possible values for the simple border. */
870
870
  var CheckoutBrandingSimpleBorder;
871
871
  (function (CheckoutBrandingSimpleBorder) {
@@ -873,7 +873,7 @@ var CheckoutBrandingSimpleBorder;
873
873
  CheckoutBrandingSimpleBorder["Full"] = "FULL";
874
874
  /** The None simple border. */
875
875
  CheckoutBrandingSimpleBorder["None"] = "NONE";
876
- })(CheckoutBrandingSimpleBorder = exports.CheckoutBrandingSimpleBorder || (exports.CheckoutBrandingSimpleBorder = {}));
876
+ })(CheckoutBrandingSimpleBorder || (exports.CheckoutBrandingSimpleBorder = CheckoutBrandingSimpleBorder = {}));
877
877
  /** Possible values for the spacing. */
878
878
  var CheckoutBrandingSpacing;
879
879
  (function (CheckoutBrandingSpacing) {
@@ -889,7 +889,7 @@ var CheckoutBrandingSpacing;
889
889
  CheckoutBrandingSpacing["None"] = "NONE";
890
890
  /** The Tight spacing. */
891
891
  CheckoutBrandingSpacing["Tight"] = "TIGHT";
892
- })(CheckoutBrandingSpacing = exports.CheckoutBrandingSpacing || (exports.CheckoutBrandingSpacing = {}));
892
+ })(CheckoutBrandingSpacing || (exports.CheckoutBrandingSpacing = CheckoutBrandingSpacing = {}));
893
893
  /** The spacing between UI elements. */
894
894
  var CheckoutBrandingSpacingKeyword;
895
895
  (function (CheckoutBrandingSpacingKeyword) {
@@ -921,7 +921,7 @@ var CheckoutBrandingSpacingKeyword;
921
921
  CheckoutBrandingSpacingKeyword["Small_400"] = "SMALL_400";
922
922
  /** The Small 500 spacing. */
923
923
  CheckoutBrandingSpacingKeyword["Small_500"] = "SMALL_500";
924
- })(CheckoutBrandingSpacingKeyword = exports.CheckoutBrandingSpacingKeyword || (exports.CheckoutBrandingSpacingKeyword = {}));
924
+ })(CheckoutBrandingSpacingKeyword || (exports.CheckoutBrandingSpacingKeyword = CheckoutBrandingSpacingKeyword = {}));
925
925
  /** The font selection. */
926
926
  var CheckoutBrandingTypographyFont;
927
927
  (function (CheckoutBrandingTypographyFont) {
@@ -929,7 +929,7 @@ var CheckoutBrandingTypographyFont;
929
929
  CheckoutBrandingTypographyFont["Primary"] = "PRIMARY";
930
930
  /** The secondary font. */
931
931
  CheckoutBrandingTypographyFont["Secondary"] = "SECONDARY";
932
- })(CheckoutBrandingTypographyFont = exports.CheckoutBrandingTypographyFont || (exports.CheckoutBrandingTypographyFont = {}));
932
+ })(CheckoutBrandingTypographyFont || (exports.CheckoutBrandingTypographyFont = CheckoutBrandingTypographyFont = {}));
933
933
  /** Possible values for the typography kerning. */
934
934
  var CheckoutBrandingTypographyKerning;
935
935
  (function (CheckoutBrandingTypographyKerning) {
@@ -939,7 +939,7 @@ var CheckoutBrandingTypographyKerning;
939
939
  CheckoutBrandingTypographyKerning["ExtraLoose"] = "EXTRA_LOOSE";
940
940
  /** Loose kerning, leaving more space than the default in between characters. */
941
941
  CheckoutBrandingTypographyKerning["Loose"] = "LOOSE";
942
- })(CheckoutBrandingTypographyKerning = exports.CheckoutBrandingTypographyKerning || (exports.CheckoutBrandingTypographyKerning = {}));
942
+ })(CheckoutBrandingTypographyKerning || (exports.CheckoutBrandingTypographyKerning = CheckoutBrandingTypographyKerning = {}));
943
943
  /** Possible values for the typography letter case. */
944
944
  var CheckoutBrandingTypographyLetterCase;
945
945
  (function (CheckoutBrandingTypographyLetterCase) {
@@ -951,7 +951,7 @@ var CheckoutBrandingTypographyLetterCase;
951
951
  CheckoutBrandingTypographyLetterCase["Title"] = "TITLE";
952
952
  /** All letters are uppercase. */
953
953
  CheckoutBrandingTypographyLetterCase["Upper"] = "UPPER";
954
- })(CheckoutBrandingTypographyLetterCase = exports.CheckoutBrandingTypographyLetterCase || (exports.CheckoutBrandingTypographyLetterCase = {}));
954
+ })(CheckoutBrandingTypographyLetterCase || (exports.CheckoutBrandingTypographyLetterCase = CheckoutBrandingTypographyLetterCase = {}));
955
955
  /**
956
956
  * Possible choices for the font size.
957
957
  *
@@ -976,7 +976,7 @@ var CheckoutBrandingTypographySize;
976
976
  CheckoutBrandingTypographySize["Medium"] = "MEDIUM";
977
977
  /** The small font size. Example: 12px. */
978
978
  CheckoutBrandingTypographySize["Small"] = "SMALL";
979
- })(CheckoutBrandingTypographySize = exports.CheckoutBrandingTypographySize || (exports.CheckoutBrandingTypographySize = {}));
979
+ })(CheckoutBrandingTypographySize || (exports.CheckoutBrandingTypographySize = CheckoutBrandingTypographySize = {}));
980
980
  /** Possible values for the font weight. */
981
981
  var CheckoutBrandingTypographyWeight;
982
982
  (function (CheckoutBrandingTypographyWeight) {
@@ -984,13 +984,13 @@ var CheckoutBrandingTypographyWeight;
984
984
  CheckoutBrandingTypographyWeight["Base"] = "BASE";
985
985
  /** The bold weight. */
986
986
  CheckoutBrandingTypographyWeight["Bold"] = "BOLD";
987
- })(CheckoutBrandingTypographyWeight = exports.CheckoutBrandingTypographyWeight || (exports.CheckoutBrandingTypographyWeight = {}));
987
+ })(CheckoutBrandingTypographyWeight || (exports.CheckoutBrandingTypographyWeight = CheckoutBrandingTypographyWeight = {}));
988
988
  /** Possible error codes that can be returned by `CheckoutBrandingUpsertUserError`. */
989
989
  var CheckoutBrandingUpsertUserErrorCode;
990
990
  (function (CheckoutBrandingUpsertUserErrorCode) {
991
991
  /** Unexpected internal error happened. */
992
992
  CheckoutBrandingUpsertUserErrorCode["InternalError"] = "INTERNAL_ERROR";
993
- })(CheckoutBrandingUpsertUserErrorCode = exports.CheckoutBrandingUpsertUserErrorCode || (exports.CheckoutBrandingUpsertUserErrorCode = {}));
993
+ })(CheckoutBrandingUpsertUserErrorCode || (exports.CheckoutBrandingUpsertUserErrorCode = CheckoutBrandingUpsertUserErrorCode = {}));
994
994
  /** Possible visibility states. */
995
995
  var CheckoutBrandingVisibility;
996
996
  (function (CheckoutBrandingVisibility) {
@@ -998,7 +998,7 @@ var CheckoutBrandingVisibility;
998
998
  CheckoutBrandingVisibility["Hidden"] = "HIDDEN";
999
999
  /** The Visible visibility setting. */
1000
1000
  CheckoutBrandingVisibility["Visible"] = "VISIBLE";
1001
- })(CheckoutBrandingVisibility = exports.CheckoutBrandingVisibility || (exports.CheckoutBrandingVisibility = {}));
1001
+ })(CheckoutBrandingVisibility || (exports.CheckoutBrandingVisibility = CheckoutBrandingVisibility = {}));
1002
1002
  /** The set of valid sort keys for the CheckoutProfile query. */
1003
1003
  var CheckoutProfileSortKeys;
1004
1004
  (function (CheckoutProfileSortKeys) {
@@ -1017,7 +1017,7 @@ var CheckoutProfileSortKeys;
1017
1017
  CheckoutProfileSortKeys["Relevance"] = "RELEVANCE";
1018
1018
  /** Sort by the `updated_at` value. */
1019
1019
  CheckoutProfileSortKeys["UpdatedAt"] = "UPDATED_AT";
1020
- })(CheckoutProfileSortKeys = exports.CheckoutProfileSortKeys || (exports.CheckoutProfileSortKeys = {}));
1020
+ })(CheckoutProfileSortKeys || (exports.CheckoutProfileSortKeys = CheckoutProfileSortKeys = {}));
1021
1021
  /** The set of valid sort keys for the CodeDiscount query. */
1022
1022
  var CodeDiscountSortKeys;
1023
1023
  (function (CodeDiscountSortKeys) {
@@ -1038,7 +1038,7 @@ var CodeDiscountSortKeys;
1038
1038
  CodeDiscountSortKeys["Title"] = "TITLE";
1039
1039
  /** Sort by the `updated_at` value. */
1040
1040
  CodeDiscountSortKeys["UpdatedAt"] = "UPDATED_AT";
1041
- })(CodeDiscountSortKeys = exports.CodeDiscountSortKeys || (exports.CodeDiscountSortKeys = {}));
1041
+ })(CodeDiscountSortKeys || (exports.CodeDiscountSortKeys = CodeDiscountSortKeys = {}));
1042
1042
  /** Possible error codes that can be returned by `CollectionAddProductsV2UserError`. */
1043
1043
  var CollectionAddProductsV2UserErrorCode;
1044
1044
  (function (CollectionAddProductsV2UserErrorCode) {
@@ -1046,7 +1046,7 @@ var CollectionAddProductsV2UserErrorCode;
1046
1046
  CollectionAddProductsV2UserErrorCode["CantAddToSmartCollection"] = "CANT_ADD_TO_SMART_COLLECTION";
1047
1047
  /** Collection doesn't exist. */
1048
1048
  CollectionAddProductsV2UserErrorCode["CollectionDoesNotExist"] = "COLLECTION_DOES_NOT_EXIST";
1049
- })(CollectionAddProductsV2UserErrorCode = exports.CollectionAddProductsV2UserErrorCode || (exports.CollectionAddProductsV2UserErrorCode = {}));
1049
+ })(CollectionAddProductsV2UserErrorCode || (exports.CollectionAddProductsV2UserErrorCode = CollectionAddProductsV2UserErrorCode = {}));
1050
1050
  /** Specifies the attribute of a product being used to populate the smart collection. */
1051
1051
  var CollectionRuleColumn;
1052
1052
  (function (CollectionRuleColumn) {
@@ -1080,7 +1080,7 @@ var CollectionRuleColumn;
1080
1080
  CollectionRuleColumn["VariantWeight"] = "VARIANT_WEIGHT";
1081
1081
  /** The [`vendor`](https://shopify.dev/api/admin-graphql/latest/objects/Product#field-product-vendor) attribute. */
1082
1082
  CollectionRuleColumn["Vendor"] = "VENDOR";
1083
- })(CollectionRuleColumn = exports.CollectionRuleColumn || (exports.CollectionRuleColumn = {}));
1083
+ })(CollectionRuleColumn || (exports.CollectionRuleColumn = CollectionRuleColumn = {}));
1084
1084
  /** Specifies the relationship between the `column` and the `condition`. */
1085
1085
  var CollectionRuleRelation;
1086
1086
  (function (CollectionRuleRelation) {
@@ -1104,7 +1104,7 @@ var CollectionRuleRelation;
1104
1104
  CollectionRuleRelation["NotEquals"] = "NOT_EQUALS";
1105
1105
  /** The attribute starts with the condition. */
1106
1106
  CollectionRuleRelation["StartsWith"] = "STARTS_WITH";
1107
- })(CollectionRuleRelation = exports.CollectionRuleRelation || (exports.CollectionRuleRelation = {}));
1107
+ })(CollectionRuleRelation || (exports.CollectionRuleRelation = CollectionRuleRelation = {}));
1108
1108
  /** The set of valid sort keys for the Collection query. */
1109
1109
  var CollectionSortKeys;
1110
1110
  (function (CollectionSortKeys) {
@@ -1119,7 +1119,7 @@ var CollectionSortKeys;
1119
1119
  CollectionSortKeys["Title"] = "TITLE";
1120
1120
  /** Sort by the `updated_at` value. */
1121
1121
  CollectionSortKeys["UpdatedAt"] = "UPDATED_AT";
1122
- })(CollectionSortKeys = exports.CollectionSortKeys || (exports.CollectionSortKeys = {}));
1122
+ })(CollectionSortKeys || (exports.CollectionSortKeys = CollectionSortKeys = {}));
1123
1123
  /** Specifies the sort order for the products in the collection. */
1124
1124
  var CollectionSortOrder;
1125
1125
  (function (CollectionSortOrder) {
@@ -1139,7 +1139,7 @@ var CollectionSortOrder;
1139
1139
  CollectionSortOrder["PriceAsc"] = "PRICE_ASC";
1140
1140
  /** By price, in descending order (highest - lowest). */
1141
1141
  CollectionSortOrder["PriceDesc"] = "PRICE_DESC";
1142
- })(CollectionSortOrder = exports.CollectionSortOrder || (exports.CollectionSortOrder = {}));
1142
+ })(CollectionSortOrder || (exports.CollectionSortOrder = CollectionSortOrder = {}));
1143
1143
  /** Possible error codes that can be returned by `CombinedListingUpdateUserError`. */
1144
1144
  var CombinedListingUpdateUserErrorCode;
1145
1145
  (function (CombinedListingUpdateUserErrorCode) {
@@ -1199,7 +1199,7 @@ var CombinedListingUpdateUserErrorCode;
1199
1199
  CombinedListingUpdateUserErrorCode["TooManyVariants"] = "TOO_MANY_VARIANTS";
1200
1200
  /** An unexpected error occurred. */
1201
1201
  CombinedListingUpdateUserErrorCode["UnexpectedError"] = "UNEXPECTED_ERROR";
1202
- })(CombinedListingUpdateUserErrorCode = exports.CombinedListingUpdateUserErrorCode || (exports.CombinedListingUpdateUserErrorCode = {}));
1202
+ })(CombinedListingUpdateUserErrorCode || (exports.CombinedListingUpdateUserErrorCode = CombinedListingUpdateUserErrorCode = {}));
1203
1203
  /** The role of the combined listing. */
1204
1204
  var CombinedListingsRole;
1205
1205
  (function (CombinedListingsRole) {
@@ -1207,7 +1207,7 @@ var CombinedListingsRole;
1207
1207
  CombinedListingsRole["Child"] = "CHILD";
1208
1208
  /** The product is the parent of a combined listing. */
1209
1209
  CombinedListingsRole["Parent"] = "PARENT";
1210
- })(CombinedListingsRole = exports.CombinedListingsRole || (exports.CombinedListingsRole = {}));
1210
+ })(CombinedListingsRole || (exports.CombinedListingsRole = CombinedListingsRole = {}));
1211
1211
  /** The valid values for the address type of a company. */
1212
1212
  var CompanyAddressType;
1213
1213
  (function (CompanyAddressType) {
@@ -1215,7 +1215,7 @@ var CompanyAddressType;
1215
1215
  CompanyAddressType["Billing"] = "BILLING";
1216
1216
  /** The address is a shipping address. */
1217
1217
  CompanyAddressType["Shipping"] = "SHIPPING";
1218
- })(CompanyAddressType = exports.CompanyAddressType || (exports.CompanyAddressType = {}));
1218
+ })(CompanyAddressType || (exports.CompanyAddressType = CompanyAddressType = {}));
1219
1219
  /** The set of valid sort keys for the CompanyContactRoleAssignment query. */
1220
1220
  var CompanyContactRoleAssignmentSortKeys;
1221
1221
  (function (CompanyContactRoleAssignmentSortKeys) {
@@ -1232,7 +1232,7 @@ var CompanyContactRoleAssignmentSortKeys;
1232
1232
  CompanyContactRoleAssignmentSortKeys["Relevance"] = "RELEVANCE";
1233
1233
  /** Sort by the `updated_at` value. */
1234
1234
  CompanyContactRoleAssignmentSortKeys["UpdatedAt"] = "UPDATED_AT";
1235
- })(CompanyContactRoleAssignmentSortKeys = exports.CompanyContactRoleAssignmentSortKeys || (exports.CompanyContactRoleAssignmentSortKeys = {}));
1235
+ })(CompanyContactRoleAssignmentSortKeys || (exports.CompanyContactRoleAssignmentSortKeys = CompanyContactRoleAssignmentSortKeys = {}));
1236
1236
  /** The set of valid sort keys for the CompanyContactRole query. */
1237
1237
  var CompanyContactRoleSortKeys;
1238
1238
  (function (CompanyContactRoleSortKeys) {
@@ -1247,7 +1247,7 @@ var CompanyContactRoleSortKeys;
1247
1247
  CompanyContactRoleSortKeys["Relevance"] = "RELEVANCE";
1248
1248
  /** Sort by the `updated_at` value. */
1249
1249
  CompanyContactRoleSortKeys["UpdatedAt"] = "UPDATED_AT";
1250
- })(CompanyContactRoleSortKeys = exports.CompanyContactRoleSortKeys || (exports.CompanyContactRoleSortKeys = {}));
1250
+ })(CompanyContactRoleSortKeys || (exports.CompanyContactRoleSortKeys = CompanyContactRoleSortKeys = {}));
1251
1251
  /** The set of valid sort keys for the CompanyContact query. */
1252
1252
  var CompanyContactSortKeys;
1253
1253
  (function (CompanyContactSortKeys) {
@@ -1272,7 +1272,7 @@ var CompanyContactSortKeys;
1272
1272
  CompanyContactSortKeys["Title"] = "TITLE";
1273
1273
  /** Sort by the `updated_at` value. */
1274
1274
  CompanyContactSortKeys["UpdatedAt"] = "UPDATED_AT";
1275
- })(CompanyContactSortKeys = exports.CompanyContactSortKeys || (exports.CompanyContactSortKeys = {}));
1275
+ })(CompanyContactSortKeys || (exports.CompanyContactSortKeys = CompanyContactSortKeys = {}));
1276
1276
  /** The set of valid sort keys for the CompanyLocation query. */
1277
1277
  var CompanyLocationSortKeys;
1278
1278
  (function (CompanyLocationSortKeys) {
@@ -1293,7 +1293,7 @@ var CompanyLocationSortKeys;
1293
1293
  CompanyLocationSortKeys["Relevance"] = "RELEVANCE";
1294
1294
  /** Sort by the `updated_at` value. */
1295
1295
  CompanyLocationSortKeys["UpdatedAt"] = "UPDATED_AT";
1296
- })(CompanyLocationSortKeys = exports.CompanyLocationSortKeys || (exports.CompanyLocationSortKeys = {}));
1296
+ })(CompanyLocationSortKeys || (exports.CompanyLocationSortKeys = CompanyLocationSortKeys = {}));
1297
1297
  /** The set of valid sort keys for the Company query. */
1298
1298
  var CompanySortKeys;
1299
1299
  (function (CompanySortKeys) {
@@ -1316,7 +1316,7 @@ var CompanySortKeys;
1316
1316
  CompanySortKeys["TotalSpent"] = "TOTAL_SPENT";
1317
1317
  /** Sort by the `updated_at` value. */
1318
1318
  CompanySortKeys["UpdatedAt"] = "UPDATED_AT";
1319
- })(CompanySortKeys = exports.CompanySortKeys || (exports.CompanySortKeys = {}));
1319
+ })(CompanySortKeys || (exports.CompanySortKeys = CompanySortKeys = {}));
1320
1320
  /** The precision of the value returned by a count field. */
1321
1321
  var CountPrecision;
1322
1322
  (function (CountPrecision) {
@@ -1324,7 +1324,7 @@ var CountPrecision;
1324
1324
  CountPrecision["AtLeast"] = "AT_LEAST";
1325
1325
  /** The count is exactly the value. */
1326
1326
  CountPrecision["Exact"] = "EXACT";
1327
- })(CountPrecision = exports.CountPrecision || (exports.CountPrecision = {}));
1327
+ })(CountPrecision || (exports.CountPrecision = CountPrecision = {}));
1328
1328
  /**
1329
1329
  * The code designating a country/region, which generally follows ISO 3166-1 alpha-2 guidelines.
1330
1330
  * If a territory doesn't have a country code value in the `CountryCode` enum, then it might be considered a subdivision
@@ -1823,7 +1823,7 @@ var CountryCode;
1823
1823
  CountryCode["Zw"] = "ZW";
1824
1824
  /** Unknown Region. */
1825
1825
  CountryCode["Zz"] = "ZZ";
1826
- })(CountryCode = exports.CountryCode || (exports.CountryCode = {}));
1826
+ })(CountryCode || (exports.CountryCode = CountryCode = {}));
1827
1827
  /** The part of the image that should remain after cropping. */
1828
1828
  var CropRegion;
1829
1829
  (function (CropRegion) {
@@ -1837,7 +1837,7 @@ var CropRegion;
1837
1837
  CropRegion["Right"] = "RIGHT";
1838
1838
  /** Keep the top of the image. */
1839
1839
  CropRegion["Top"] = "TOP";
1840
- })(CropRegion = exports.CropRegion || (exports.CropRegion = {}));
1840
+ })(CropRegion || (exports.CropRegion = CropRegion = {}));
1841
1841
  /**
1842
1842
  * The three-letter currency codes that represent the world currencies used in stores. These include standard ISO 4217 codes, legacy codes,
1843
1843
  * and non-standard codes.
@@ -2175,7 +2175,7 @@ var CurrencyCode;
2175
2175
  CurrencyCode["Zar"] = "ZAR";
2176
2176
  /** Zambian Kwacha (ZMW). */
2177
2177
  CurrencyCode["Zmw"] = "ZMW";
2178
- })(CurrencyCode = exports.CurrencyCode || (exports.CurrencyCode = {}));
2178
+ })(CurrencyCode || (exports.CurrencyCode = CurrencyCode = {}));
2179
2179
  /** The login redirection target for customer accounts. */
2180
2180
  var CustomerAccountsVersion;
2181
2181
  (function (CustomerAccountsVersion) {
@@ -2183,7 +2183,7 @@ var CustomerAccountsVersion;
2183
2183
  CustomerAccountsVersion["Classic"] = "CLASSIC";
2184
2184
  /** The customer is redirected to the new customer accounts login page. */
2185
2185
  CustomerAccountsVersion["NewCustomerAccounts"] = "NEW_CUSTOMER_ACCOUNTS";
2186
- })(CustomerAccountsVersion = exports.CustomerAccountsVersion || (exports.CustomerAccountsVersion = {}));
2186
+ })(CustomerAccountsVersion || (exports.CustomerAccountsVersion = CustomerAccountsVersion = {}));
2187
2187
  /** Possible error codes that can be returned by `CustomerCancelDataErasureUserError`. */
2188
2188
  var CustomerCancelDataErasureErrorCode;
2189
2189
  (function (CustomerCancelDataErasureErrorCode) {
@@ -2193,7 +2193,7 @@ var CustomerCancelDataErasureErrorCode;
2193
2193
  CustomerCancelDataErasureErrorCode["FailedToCancel"] = "FAILED_TO_CANCEL";
2194
2194
  /** Customer's data is not scheduled for erasure. */
2195
2195
  CustomerCancelDataErasureErrorCode["NotBeingErased"] = "NOT_BEING_ERASED";
2196
- })(CustomerCancelDataErasureErrorCode = exports.CustomerCancelDataErasureErrorCode || (exports.CustomerCancelDataErasureErrorCode = {}));
2196
+ })(CustomerCancelDataErasureErrorCode || (exports.CustomerCancelDataErasureErrorCode = CustomerCancelDataErasureErrorCode = {}));
2197
2197
  /** The source that collected the customer's consent to receive marketing materials. */
2198
2198
  var CustomerConsentCollectedFrom;
2199
2199
  (function (CustomerConsentCollectedFrom) {
@@ -2201,7 +2201,7 @@ var CustomerConsentCollectedFrom;
2201
2201
  CustomerConsentCollectedFrom["Other"] = "OTHER";
2202
2202
  /** The customer consent was collected by Shopify. */
2203
2203
  CustomerConsentCollectedFrom["Shopify"] = "SHOPIFY";
2204
- })(CustomerConsentCollectedFrom = exports.CustomerConsentCollectedFrom || (exports.CustomerConsentCollectedFrom = {}));
2204
+ })(CustomerConsentCollectedFrom || (exports.CustomerConsentCollectedFrom = CustomerConsentCollectedFrom = {}));
2205
2205
  /** Possible marketing states for the customer’s email address. */
2206
2206
  var CustomerEmailAddressMarketingState;
2207
2207
  (function (CustomerEmailAddressMarketingState) {
@@ -2215,7 +2215,7 @@ var CustomerEmailAddressMarketingState;
2215
2215
  CustomerEmailAddressMarketingState["Subscribed"] = "SUBSCRIBED";
2216
2216
  /** The customer is not subscribed to email marketing but was previously subscribed. */
2217
2217
  CustomerEmailAddressMarketingState["Unsubscribed"] = "UNSUBSCRIBED";
2218
- })(CustomerEmailAddressMarketingState = exports.CustomerEmailAddressMarketingState || (exports.CustomerEmailAddressMarketingState = {}));
2218
+ })(CustomerEmailAddressMarketingState || (exports.CustomerEmailAddressMarketingState = CustomerEmailAddressMarketingState = {}));
2219
2219
  /** The different levels related to whether a customer has opted in to having their opened emails tracked. */
2220
2220
  var CustomerEmailAddressOpenTrackingLevel;
2221
2221
  (function (CustomerEmailAddressOpenTrackingLevel) {
@@ -2225,7 +2225,7 @@ var CustomerEmailAddressOpenTrackingLevel;
2225
2225
  CustomerEmailAddressOpenTrackingLevel["OptedOut"] = "OPTED_OUT";
2226
2226
  /** The customer has not specified whether they want to opt in or out of having their open emails tracked. */
2227
2227
  CustomerEmailAddressOpenTrackingLevel["Unknown"] = "UNKNOWN";
2228
- })(CustomerEmailAddressOpenTrackingLevel = exports.CustomerEmailAddressOpenTrackingLevel || (exports.CustomerEmailAddressOpenTrackingLevel = {}));
2228
+ })(CustomerEmailAddressOpenTrackingLevel || (exports.CustomerEmailAddressOpenTrackingLevel = CustomerEmailAddressOpenTrackingLevel = {}));
2229
2229
  /** Possible error codes that can be returned by `CustomerEmailMarketingConsentUpdateUserError`. */
2230
2230
  var CustomerEmailMarketingConsentUpdateUserErrorCode;
2231
2231
  (function (CustomerEmailMarketingConsentUpdateUserErrorCode) {
@@ -2237,7 +2237,7 @@ var CustomerEmailMarketingConsentUpdateUserErrorCode;
2237
2237
  CustomerEmailMarketingConsentUpdateUserErrorCode["Invalid"] = "INVALID";
2238
2238
  /** Missing a required argument. */
2239
2239
  CustomerEmailMarketingConsentUpdateUserErrorCode["MissingArgument"] = "MISSING_ARGUMENT";
2240
- })(CustomerEmailMarketingConsentUpdateUserErrorCode = exports.CustomerEmailMarketingConsentUpdateUserErrorCode || (exports.CustomerEmailMarketingConsentUpdateUserErrorCode = {}));
2240
+ })(CustomerEmailMarketingConsentUpdateUserErrorCode || (exports.CustomerEmailMarketingConsentUpdateUserErrorCode = CustomerEmailMarketingConsentUpdateUserErrorCode = {}));
2241
2241
  /** The possible email marketing states for a customer. */
2242
2242
  var CustomerEmailMarketingState;
2243
2243
  (function (CustomerEmailMarketingState) {
@@ -2253,7 +2253,7 @@ var CustomerEmailMarketingState;
2253
2253
  CustomerEmailMarketingState["Subscribed"] = "SUBSCRIBED";
2254
2254
  /** The customer isn't currently subscribed to email marketing but was previously subscribed. */
2255
2255
  CustomerEmailMarketingState["Unsubscribed"] = "UNSUBSCRIBED";
2256
- })(CustomerEmailMarketingState = exports.CustomerEmailMarketingState || (exports.CustomerEmailMarketingState = {}));
2256
+ })(CustomerEmailMarketingState || (exports.CustomerEmailMarketingState = CustomerEmailMarketingState = {}));
2257
2257
  /**
2258
2258
  * The possible values for the marketing subscription opt-in level enabled at the time the customer consented to receive marketing information.
2259
2259
  *
@@ -2274,7 +2274,7 @@ var CustomerMarketingOptInLevel;
2274
2274
  CustomerMarketingOptInLevel["SingleOptIn"] = "SINGLE_OPT_IN";
2275
2275
  /** The customer receives marketing information but how they were opted in is unknown. */
2276
2276
  CustomerMarketingOptInLevel["Unknown"] = "UNKNOWN";
2277
- })(CustomerMarketingOptInLevel = exports.CustomerMarketingOptInLevel || (exports.CustomerMarketingOptInLevel = {}));
2277
+ })(CustomerMarketingOptInLevel || (exports.CustomerMarketingOptInLevel = CustomerMarketingOptInLevel = {}));
2278
2278
  /** Possible error codes that can be returned by `CustomerMergeUserError`. */
2279
2279
  var CustomerMergeErrorCode;
2280
2280
  (function (CustomerMergeErrorCode) {
@@ -2290,7 +2290,7 @@ var CustomerMergeErrorCode;
2290
2290
  CustomerMergeErrorCode["MissingOverrideAttribute"] = "MISSING_OVERRIDE_ATTRIBUTE";
2291
2291
  /** The override attribute is invalid. */
2292
2292
  CustomerMergeErrorCode["OverrideAttributeInvalid"] = "OVERRIDE_ATTRIBUTE_INVALID";
2293
- })(CustomerMergeErrorCode = exports.CustomerMergeErrorCode || (exports.CustomerMergeErrorCode = {}));
2293
+ })(CustomerMergeErrorCode || (exports.CustomerMergeErrorCode = CustomerMergeErrorCode = {}));
2294
2294
  /** The types of the hard blockers preventing a customer from being merged to another customer. */
2295
2295
  var CustomerMergeErrorFieldType;
2296
2296
  (function (CustomerMergeErrorFieldType) {
@@ -2314,7 +2314,7 @@ var CustomerMergeErrorFieldType;
2314
2314
  CustomerMergeErrorFieldType["StoreCredit"] = "STORE_CREDIT";
2315
2315
  /** The customer has a subscription history. */
2316
2316
  CustomerMergeErrorFieldType["Subscriptions"] = "SUBSCRIPTIONS";
2317
- })(CustomerMergeErrorFieldType = exports.CustomerMergeErrorFieldType || (exports.CustomerMergeErrorFieldType = {}));
2317
+ })(CustomerMergeErrorFieldType || (exports.CustomerMergeErrorFieldType = CustomerMergeErrorFieldType = {}));
2318
2318
  /** The status of the customer merge request. */
2319
2319
  var CustomerMergeRequestStatus;
2320
2320
  (function (CustomerMergeRequestStatus) {
@@ -2326,7 +2326,7 @@ var CustomerMergeRequestStatus;
2326
2326
  CustomerMergeRequestStatus["InProgress"] = "IN_PROGRESS";
2327
2327
  /** The customer merge request has been requested. */
2328
2328
  CustomerMergeRequestStatus["Requested"] = "REQUESTED";
2329
- })(CustomerMergeRequestStatus = exports.CustomerMergeRequestStatus || (exports.CustomerMergeRequestStatus = {}));
2329
+ })(CustomerMergeRequestStatus || (exports.CustomerMergeRequestStatus = CustomerMergeRequestStatus = {}));
2330
2330
  /** Possible error codes that can be returned by `CustomerPaymentMethodCreateFromDuplicationDataUserError`. */
2331
2331
  var CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode;
2332
2332
  (function (CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode) {
@@ -2336,7 +2336,7 @@ var CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode;
2336
2336
  CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode["InvalidEncryptedDuplicationData"] = "INVALID_ENCRYPTED_DUPLICATION_DATA";
2337
2337
  /** Too many requests. */
2338
2338
  CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode["TooManyRequests"] = "TOO_MANY_REQUESTS";
2339
- })(CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode = exports.CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode || (exports.CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode = {}));
2339
+ })(CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode || (exports.CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode = CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode = {}));
2340
2340
  /** Possible error codes that can be returned by `CustomerPaymentMethodGetDuplicationDataUserError`. */
2341
2341
  var CustomerPaymentMethodGetDuplicationDataUserErrorCode;
2342
2342
  (function (CustomerPaymentMethodGetDuplicationDataUserErrorCode) {
@@ -2352,7 +2352,7 @@ var CustomerPaymentMethodGetDuplicationDataUserErrorCode;
2352
2352
  CustomerPaymentMethodGetDuplicationDataUserErrorCode["SameShop"] = "SAME_SHOP";
2353
2353
  /** Too many requests. */
2354
2354
  CustomerPaymentMethodGetDuplicationDataUserErrorCode["TooManyRequests"] = "TOO_MANY_REQUESTS";
2355
- })(CustomerPaymentMethodGetDuplicationDataUserErrorCode = exports.CustomerPaymentMethodGetDuplicationDataUserErrorCode || (exports.CustomerPaymentMethodGetDuplicationDataUserErrorCode = {}));
2355
+ })(CustomerPaymentMethodGetDuplicationDataUserErrorCode || (exports.CustomerPaymentMethodGetDuplicationDataUserErrorCode = CustomerPaymentMethodGetDuplicationDataUserErrorCode = {}));
2356
2356
  /** Possible error codes that can be returned by `CustomerPaymentMethodGetUpdateUrlUserError`. */
2357
2357
  var CustomerPaymentMethodGetUpdateUrlUserErrorCode;
2358
2358
  (function (CustomerPaymentMethodGetUpdateUrlUserErrorCode) {
@@ -2364,7 +2364,7 @@ var CustomerPaymentMethodGetUpdateUrlUserErrorCode;
2364
2364
  CustomerPaymentMethodGetUpdateUrlUserErrorCode["PaymentMethodDoesNotExist"] = "PAYMENT_METHOD_DOES_NOT_EXIST";
2365
2365
  /** Too many requests. */
2366
2366
  CustomerPaymentMethodGetUpdateUrlUserErrorCode["TooManyRequests"] = "TOO_MANY_REQUESTS";
2367
- })(CustomerPaymentMethodGetUpdateUrlUserErrorCode = exports.CustomerPaymentMethodGetUpdateUrlUserErrorCode || (exports.CustomerPaymentMethodGetUpdateUrlUserErrorCode = {}));
2367
+ })(CustomerPaymentMethodGetUpdateUrlUserErrorCode || (exports.CustomerPaymentMethodGetUpdateUrlUserErrorCode = CustomerPaymentMethodGetUpdateUrlUserErrorCode = {}));
2368
2368
  /** Possible error codes that can be returned by `CustomerPaymentMethodRemoteUserError`. */
2369
2369
  var CustomerPaymentMethodRemoteUserErrorCode;
2370
2370
  (function (CustomerPaymentMethodRemoteUserErrorCode) {
@@ -2380,7 +2380,7 @@ var CustomerPaymentMethodRemoteUserErrorCode;
2380
2380
  CustomerPaymentMethodRemoteUserErrorCode["Present"] = "PRESENT";
2381
2381
  /** The input value is already taken. */
2382
2382
  CustomerPaymentMethodRemoteUserErrorCode["Taken"] = "TAKEN";
2383
- })(CustomerPaymentMethodRemoteUserErrorCode = exports.CustomerPaymentMethodRemoteUserErrorCode || (exports.CustomerPaymentMethodRemoteUserErrorCode = {}));
2383
+ })(CustomerPaymentMethodRemoteUserErrorCode || (exports.CustomerPaymentMethodRemoteUserErrorCode = CustomerPaymentMethodRemoteUserErrorCode = {}));
2384
2384
  /** The revocation reason types for a customer payment method. */
2385
2385
  var CustomerPaymentMethodRevocationReason;
2386
2386
  (function (CustomerPaymentMethodRevocationReason) {
@@ -2412,7 +2412,7 @@ var CustomerPaymentMethodRevocationReason;
2412
2412
  CustomerPaymentMethodRevocationReason["StripePaymentMethodNotCard"] = "STRIPE_PAYMENT_METHOD_NOT_CARD";
2413
2413
  /** Stripe did not return any payment methods. Make sure that the correct Stripe account is linked. */
2414
2414
  CustomerPaymentMethodRevocationReason["StripeReturnedNoPaymentMethod"] = "STRIPE_RETURNED_NO_PAYMENT_METHOD";
2415
- })(CustomerPaymentMethodRevocationReason = exports.CustomerPaymentMethodRevocationReason || (exports.CustomerPaymentMethodRevocationReason = {}));
2415
+ })(CustomerPaymentMethodRevocationReason || (exports.CustomerPaymentMethodRevocationReason = CustomerPaymentMethodRevocationReason = {}));
2416
2416
  /** Possible error codes that can be returned by `CustomerPaymentMethodUserError`. */
2417
2417
  var CustomerPaymentMethodUserErrorCode;
2418
2418
  (function (CustomerPaymentMethodUserErrorCode) {
@@ -2422,7 +2422,7 @@ var CustomerPaymentMethodUserErrorCode;
2422
2422
  CustomerPaymentMethodUserErrorCode["Present"] = "PRESENT";
2423
2423
  /** The input value is already taken. */
2424
2424
  CustomerPaymentMethodUserErrorCode["Taken"] = "TAKEN";
2425
- })(CustomerPaymentMethodUserErrorCode = exports.CustomerPaymentMethodUserErrorCode || (exports.CustomerPaymentMethodUserErrorCode = {}));
2425
+ })(CustomerPaymentMethodUserErrorCode || (exports.CustomerPaymentMethodUserErrorCode = CustomerPaymentMethodUserErrorCode = {}));
2426
2426
  /** The valid tiers for the predicted spend of a customer with a shop. */
2427
2427
  var CustomerPredictedSpendTier;
2428
2428
  (function (CustomerPredictedSpendTier) {
@@ -2432,7 +2432,7 @@ var CustomerPredictedSpendTier;
2432
2432
  CustomerPredictedSpendTier["Low"] = "LOW";
2433
2433
  /** The customer's spending is predicted to be in the normal spending range for the shop in the following year. */
2434
2434
  CustomerPredictedSpendTier["Medium"] = "MEDIUM";
2435
- })(CustomerPredictedSpendTier = exports.CustomerPredictedSpendTier || (exports.CustomerPredictedSpendTier = {}));
2435
+ })(CustomerPredictedSpendTier || (exports.CustomerPredictedSpendTier = CustomerPredictedSpendTier = {}));
2436
2436
  /** The possible product subscription states for a customer, as defined by the customer's subscription contracts. */
2437
2437
  var CustomerProductSubscriberStatus;
2438
2438
  (function (CustomerProductSubscriberStatus) {
@@ -2460,7 +2460,7 @@ var CustomerProductSubscriberStatus;
2460
2460
  * subscription contracts.
2461
2461
  */
2462
2462
  CustomerProductSubscriberStatus["Paused"] = "PAUSED";
2463
- })(CustomerProductSubscriberStatus = exports.CustomerProductSubscriberStatus || (exports.CustomerProductSubscriberStatus = {}));
2463
+ })(CustomerProductSubscriberStatus || (exports.CustomerProductSubscriberStatus = CustomerProductSubscriberStatus = {}));
2464
2464
  /** Possible error codes that can be returned by `CustomerRequestDataErasureUserError`. */
2465
2465
  var CustomerRequestDataErasureErrorCode;
2466
2466
  (function (CustomerRequestDataErasureErrorCode) {
@@ -2468,7 +2468,7 @@ var CustomerRequestDataErasureErrorCode;
2468
2468
  CustomerRequestDataErasureErrorCode["DoesNotExist"] = "DOES_NOT_EXIST";
2469
2469
  /** Failed to request customer data erasure. */
2470
2470
  CustomerRequestDataErasureErrorCode["FailedToRequest"] = "FAILED_TO_REQUEST";
2471
- })(CustomerRequestDataErasureErrorCode = exports.CustomerRequestDataErasureErrorCode || (exports.CustomerRequestDataErasureErrorCode = {}));
2471
+ })(CustomerRequestDataErasureErrorCode || (exports.CustomerRequestDataErasureErrorCode = CustomerRequestDataErasureErrorCode = {}));
2472
2472
  /** The set of valid sort keys for the CustomerSavedSearch query. */
2473
2473
  var CustomerSavedSearchSortKeys;
2474
2474
  (function (CustomerSavedSearchSortKeys) {
@@ -2481,13 +2481,13 @@ var CustomerSavedSearchSortKeys;
2481
2481
  * Don't use this sort key when no search query is specified.
2482
2482
  */
2483
2483
  CustomerSavedSearchSortKeys["Relevance"] = "RELEVANCE";
2484
- })(CustomerSavedSearchSortKeys = exports.CustomerSavedSearchSortKeys || (exports.CustomerSavedSearchSortKeys = {}));
2484
+ })(CustomerSavedSearchSortKeys || (exports.CustomerSavedSearchSortKeys = CustomerSavedSearchSortKeys = {}));
2485
2485
  /** Possible error codes that can be returned by `CustomerSegmentMembersQueryUserError`. */
2486
2486
  var CustomerSegmentMembersQueryUserErrorCode;
2487
2487
  (function (CustomerSegmentMembersQueryUserErrorCode) {
2488
2488
  /** The input value is invalid. */
2489
2489
  CustomerSegmentMembersQueryUserErrorCode["Invalid"] = "INVALID";
2490
- })(CustomerSegmentMembersQueryUserErrorCode = exports.CustomerSegmentMembersQueryUserErrorCode || (exports.CustomerSegmentMembersQueryUserErrorCode = {}));
2490
+ })(CustomerSegmentMembersQueryUserErrorCode || (exports.CustomerSegmentMembersQueryUserErrorCode = CustomerSegmentMembersQueryUserErrorCode = {}));
2491
2491
  /** Possible error codes that can be returned by `CustomerSmsMarketingConsentError`. */
2492
2492
  var CustomerSmsMarketingConsentErrorCode;
2493
2493
  (function (CustomerSmsMarketingConsentErrorCode) {
@@ -2499,7 +2499,7 @@ var CustomerSmsMarketingConsentErrorCode;
2499
2499
  CustomerSmsMarketingConsentErrorCode["Invalid"] = "INVALID";
2500
2500
  /** Missing a required argument. */
2501
2501
  CustomerSmsMarketingConsentErrorCode["MissingArgument"] = "MISSING_ARGUMENT";
2502
- })(CustomerSmsMarketingConsentErrorCode = exports.CustomerSmsMarketingConsentErrorCode || (exports.CustomerSmsMarketingConsentErrorCode = {}));
2502
+ })(CustomerSmsMarketingConsentErrorCode || (exports.CustomerSmsMarketingConsentErrorCode = CustomerSmsMarketingConsentErrorCode = {}));
2503
2503
  /** The valid SMS marketing states for a customer’s phone number. */
2504
2504
  var CustomerSmsMarketingState;
2505
2505
  (function (CustomerSmsMarketingState) {
@@ -2513,7 +2513,7 @@ var CustomerSmsMarketingState;
2513
2513
  CustomerSmsMarketingState["Subscribed"] = "SUBSCRIBED";
2514
2514
  /** The customer isn't currently subscribed to SMS marketing but was previously subscribed. */
2515
2515
  CustomerSmsMarketingState["Unsubscribed"] = "UNSUBSCRIBED";
2516
- })(CustomerSmsMarketingState = exports.CustomerSmsMarketingState || (exports.CustomerSmsMarketingState = {}));
2516
+ })(CustomerSmsMarketingState || (exports.CustomerSmsMarketingState = CustomerSmsMarketingState = {}));
2517
2517
  /** The set of valid sort keys for the Customer query. */
2518
2518
  var CustomerSortKeys;
2519
2519
  (function (CustomerSortKeys) {
@@ -2532,7 +2532,7 @@ var CustomerSortKeys;
2532
2532
  CustomerSortKeys["Relevance"] = "RELEVANCE";
2533
2533
  /** Sort by the `updated_at` value. */
2534
2534
  CustomerSortKeys["UpdatedAt"] = "UPDATED_AT";
2535
- })(CustomerSortKeys = exports.CustomerSortKeys || (exports.CustomerSortKeys = {}));
2535
+ })(CustomerSortKeys || (exports.CustomerSortKeys = CustomerSortKeys = {}));
2536
2536
  /** The valid values for the state of a customer's account with a shop. */
2537
2537
  var CustomerState;
2538
2538
  (function (CustomerState) {
@@ -2544,13 +2544,13 @@ var CustomerState;
2544
2544
  CustomerState["Enabled"] = "ENABLED";
2545
2545
  /** The customer has received an email invite to create an account. */
2546
2546
  CustomerState["Invited"] = "INVITED";
2547
- })(CustomerState = exports.CustomerState || (exports.CustomerState = {}));
2547
+ })(CustomerState || (exports.CustomerState = CustomerState = {}));
2548
2548
  /** Possible error codes that can be returned by `DataSaleOptOutUserError`. */
2549
2549
  var DataSaleOptOutUserErrorCode;
2550
2550
  (function (DataSaleOptOutUserErrorCode) {
2551
2551
  /** Data sale opt out failed. */
2552
2552
  DataSaleOptOutUserErrorCode["Failed"] = "FAILED";
2553
- })(DataSaleOptOutUserErrorCode = exports.DataSaleOptOutUserErrorCode || (exports.DataSaleOptOutUserErrorCode = {}));
2553
+ })(DataSaleOptOutUserErrorCode || (exports.DataSaleOptOutUserErrorCode = DataSaleOptOutUserErrorCode = {}));
2554
2554
  /** Days of the week from Monday to Sunday. */
2555
2555
  var DayOfTheWeek;
2556
2556
  (function (DayOfTheWeek) {
@@ -2568,7 +2568,7 @@ var DayOfTheWeek;
2568
2568
  DayOfTheWeek["Tuesday"] = "TUESDAY";
2569
2569
  /** Wednesday. */
2570
2570
  DayOfTheWeek["Wednesday"] = "WEDNESDAY";
2571
- })(DayOfTheWeek = exports.DayOfTheWeek || (exports.DayOfTheWeek = {}));
2571
+ })(DayOfTheWeek || (exports.DayOfTheWeek = DayOfTheWeek = {}));
2572
2572
  /** Possible error codes that can be returned by `DelegateAccessTokenCreateUserError`. */
2573
2573
  var DelegateAccessTokenCreateUserErrorCode;
2574
2574
  (function (DelegateAccessTokenCreateUserErrorCode) {
@@ -2586,7 +2586,7 @@ var DelegateAccessTokenCreateUserErrorCode;
2586
2586
  DelegateAccessTokenCreateUserErrorCode["RefreshToken"] = "REFRESH_TOKEN";
2587
2587
  /** Unknown scopes. */
2588
2588
  DelegateAccessTokenCreateUserErrorCode["UnknownScopes"] = "UNKNOWN_SCOPES";
2589
- })(DelegateAccessTokenCreateUserErrorCode = exports.DelegateAccessTokenCreateUserErrorCode || (exports.DelegateAccessTokenCreateUserErrorCode = {}));
2589
+ })(DelegateAccessTokenCreateUserErrorCode || (exports.DelegateAccessTokenCreateUserErrorCode = DelegateAccessTokenCreateUserErrorCode = {}));
2590
2590
  /** Possible error codes that can be returned by `DelegateAccessTokenDestroyUserError`. */
2591
2591
  var DelegateAccessTokenDestroyUserErrorCode;
2592
2592
  (function (DelegateAccessTokenDestroyUserErrorCode) {
@@ -2598,7 +2598,7 @@ var DelegateAccessTokenDestroyUserErrorCode;
2598
2598
  DelegateAccessTokenDestroyUserErrorCode["CanOnlyDeleteDelegateTokens"] = "CAN_ONLY_DELETE_DELEGATE_TOKENS";
2599
2599
  /** Persistence failed. */
2600
2600
  DelegateAccessTokenDestroyUserErrorCode["PersistenceFailed"] = "PERSISTENCE_FAILED";
2601
- })(DelegateAccessTokenDestroyUserErrorCode = exports.DelegateAccessTokenDestroyUserErrorCode || (exports.DelegateAccessTokenDestroyUserErrorCode = {}));
2601
+ })(DelegateAccessTokenDestroyUserErrorCode || (exports.DelegateAccessTokenDestroyUserErrorCode = DelegateAccessTokenDestroyUserErrorCode = {}));
2602
2602
  /** The set of valid sort keys for the DeletionEvent query. */
2603
2603
  var DeletionEventSortKeys;
2604
2604
  (function (DeletionEventSortKeys) {
@@ -2611,13 +2611,13 @@ var DeletionEventSortKeys;
2611
2611
  * Don't use this sort key when no search query is specified.
2612
2612
  */
2613
2613
  DeletionEventSortKeys["Relevance"] = "RELEVANCE";
2614
- })(DeletionEventSortKeys = exports.DeletionEventSortKeys || (exports.DeletionEventSortKeys = {}));
2614
+ })(DeletionEventSortKeys || (exports.DeletionEventSortKeys = DeletionEventSortKeys = {}));
2615
2615
  /** The supported subject types of deletion events. */
2616
2616
  var DeletionEventSubjectType;
2617
2617
  (function (DeletionEventSubjectType) {
2618
2618
  DeletionEventSubjectType["Collection"] = "COLLECTION";
2619
2619
  DeletionEventSubjectType["Product"] = "PRODUCT";
2620
- })(DeletionEventSubjectType = exports.DeletionEventSubjectType || (exports.DeletionEventSubjectType = {}));
2620
+ })(DeletionEventSubjectType || (exports.DeletionEventSubjectType = DeletionEventSubjectType = {}));
2621
2621
  /** The field type that the condition will be applied to. */
2622
2622
  var DeliveryConditionField;
2623
2623
  (function (DeliveryConditionField) {
@@ -2625,7 +2625,7 @@ var DeliveryConditionField;
2625
2625
  DeliveryConditionField["TotalPrice"] = "TOTAL_PRICE";
2626
2626
  /** The condition will check against the total weight of the order. */
2627
2627
  DeliveryConditionField["TotalWeight"] = "TOTAL_WEIGHT";
2628
- })(DeliveryConditionField = exports.DeliveryConditionField || (exports.DeliveryConditionField = {}));
2628
+ })(DeliveryConditionField || (exports.DeliveryConditionField = DeliveryConditionField = {}));
2629
2629
  /** The operator to use to determine if the condition passes. */
2630
2630
  var DeliveryConditionOperator;
2631
2631
  (function (DeliveryConditionOperator) {
@@ -2633,7 +2633,7 @@ var DeliveryConditionOperator;
2633
2633
  DeliveryConditionOperator["GreaterThanOrEqualTo"] = "GREATER_THAN_OR_EQUAL_TO";
2634
2634
  /** The condition will check if the field is less than or equal to the criterion. */
2635
2635
  DeliveryConditionOperator["LessThanOrEqualTo"] = "LESS_THAN_OR_EQUAL_TO";
2636
- })(DeliveryConditionOperator = exports.DeliveryConditionOperator || (exports.DeliveryConditionOperator = {}));
2636
+ })(DeliveryConditionOperator || (exports.DeliveryConditionOperator = DeliveryConditionOperator = {}));
2637
2637
  /** Possible error codes that can be returned by `DeliveryCustomizationError`. */
2638
2638
  var DeliveryCustomizationErrorCode;
2639
2639
  (function (DeliveryCustomizationErrorCode) {
@@ -2661,7 +2661,7 @@ var DeliveryCustomizationErrorCode;
2661
2661
  DeliveryCustomizationErrorCode["RequiredInputField"] = "REQUIRED_INPUT_FIELD";
2662
2662
  /** Unauthorized app scope. */
2663
2663
  DeliveryCustomizationErrorCode["UnauthorizedAppScope"] = "UNAUTHORIZED_APP_SCOPE";
2664
- })(DeliveryCustomizationErrorCode = exports.DeliveryCustomizationErrorCode || (exports.DeliveryCustomizationErrorCode = {}));
2664
+ })(DeliveryCustomizationErrorCode || (exports.DeliveryCustomizationErrorCode = DeliveryCustomizationErrorCode = {}));
2665
2665
  /** Reasons the shop is blocked from converting to full multi-location delivery profiles mode. */
2666
2666
  var DeliveryLegacyModeBlockedReason;
2667
2667
  (function (DeliveryLegacyModeBlockedReason) {
@@ -2672,7 +2672,7 @@ var DeliveryLegacyModeBlockedReason;
2672
2672
  DeliveryLegacyModeBlockedReason["MultiLocationDisabled"] = "MULTI_LOCATION_DISABLED";
2673
2673
  /** There are no locations for this store that can fulfill online orders. */
2674
2674
  DeliveryLegacyModeBlockedReason["NoLocationsFulfillingOnlineOrders"] = "NO_LOCATIONS_FULFILLING_ONLINE_ORDERS";
2675
- })(DeliveryLegacyModeBlockedReason = exports.DeliveryLegacyModeBlockedReason || (exports.DeliveryLegacyModeBlockedReason = {}));
2675
+ })(DeliveryLegacyModeBlockedReason || (exports.DeliveryLegacyModeBlockedReason = DeliveryLegacyModeBlockedReason = {}));
2676
2676
  /** Possible pickup time values that a location enabled for local pickup can have. */
2677
2677
  var DeliveryLocalPickupTime;
2678
2678
  (function (DeliveryLocalPickupTime) {
@@ -2688,7 +2688,7 @@ var DeliveryLocalPickupTime;
2688
2688
  DeliveryLocalPickupTime["TwoHours"] = "TWO_HOURS";
2689
2689
  /** Usually ready in 2-4 days. */
2690
2690
  DeliveryLocalPickupTime["TwoToFourDays"] = "TWO_TO_FOUR_DAYS";
2691
- })(DeliveryLocalPickupTime = exports.DeliveryLocalPickupTime || (exports.DeliveryLocalPickupTime = {}));
2691
+ })(DeliveryLocalPickupTime || (exports.DeliveryLocalPickupTime = DeliveryLocalPickupTime = {}));
2692
2692
  /** Possible error codes that can be returned by `DeliveryLocationLocalPickupSettingsError`. */
2693
2693
  var DeliveryLocationLocalPickupSettingsErrorCode;
2694
2694
  (function (DeliveryLocationLocalPickupSettingsErrorCode) {
@@ -2696,7 +2696,7 @@ var DeliveryLocationLocalPickupSettingsErrorCode;
2696
2696
  DeliveryLocationLocalPickupSettingsErrorCode["ActiveLocationNotFound"] = "ACTIVE_LOCATION_NOT_FOUND";
2697
2697
  /** An error occurred while changing the local pickup settings. */
2698
2698
  DeliveryLocationLocalPickupSettingsErrorCode["GenericError"] = "GENERIC_ERROR";
2699
- })(DeliveryLocationLocalPickupSettingsErrorCode = exports.DeliveryLocationLocalPickupSettingsErrorCode || (exports.DeliveryLocationLocalPickupSettingsErrorCode = {}));
2699
+ })(DeliveryLocationLocalPickupSettingsErrorCode || (exports.DeliveryLocationLocalPickupSettingsErrorCode = DeliveryLocationLocalPickupSettingsErrorCode = {}));
2700
2700
  /** The different types of method definitions to filter by. */
2701
2701
  var DeliveryMethodDefinitionType;
2702
2702
  (function (DeliveryMethodDefinitionType) {
@@ -2704,7 +2704,7 @@ var DeliveryMethodDefinitionType;
2704
2704
  DeliveryMethodDefinitionType["Merchant"] = "MERCHANT";
2705
2705
  /** A dynamic participant rate. */
2706
2706
  DeliveryMethodDefinitionType["Participant"] = "PARTICIPANT";
2707
- })(DeliveryMethodDefinitionType = exports.DeliveryMethodDefinitionType || (exports.DeliveryMethodDefinitionType = {}));
2707
+ })(DeliveryMethodDefinitionType || (exports.DeliveryMethodDefinitionType = DeliveryMethodDefinitionType = {}));
2708
2708
  /** Possible method types that a delivery method can have. */
2709
2709
  var DeliveryMethodType;
2710
2710
  (function (DeliveryMethodType) {
@@ -2720,7 +2720,7 @@ var DeliveryMethodType;
2720
2720
  DeliveryMethodType["Retail"] = "RETAIL";
2721
2721
  /** The order is shipped. */
2722
2722
  DeliveryMethodType["Shipping"] = "SHIPPING";
2723
- })(DeliveryMethodType = exports.DeliveryMethodType || (exports.DeliveryMethodType = {}));
2723
+ })(DeliveryMethodType || (exports.DeliveryMethodType = DeliveryMethodType = {}));
2724
2724
  /** Possible error codes that can be returned by `DeliveryPromiseProviderUpsertUserError`. */
2725
2725
  var DeliveryPromiseProviderUpsertUserErrorCode;
2726
2726
  (function (DeliveryPromiseProviderUpsertUserErrorCode) {
@@ -2732,7 +2732,7 @@ var DeliveryPromiseProviderUpsertUserErrorCode;
2732
2732
  DeliveryPromiseProviderUpsertUserErrorCode["NotFound"] = "NOT_FOUND";
2733
2733
  /** The input value is too long. */
2734
2734
  DeliveryPromiseProviderUpsertUserErrorCode["TooLong"] = "TOO_LONG";
2735
- })(DeliveryPromiseProviderUpsertUserErrorCode = exports.DeliveryPromiseProviderUpsertUserErrorCode || (exports.DeliveryPromiseProviderUpsertUserErrorCode = {}));
2735
+ })(DeliveryPromiseProviderUpsertUserErrorCode || (exports.DeliveryPromiseProviderUpsertUserErrorCode = DeliveryPromiseProviderUpsertUserErrorCode = {}));
2736
2736
  /** Digital wallet, such as Apple Pay, which can be used for accelerated checkouts. */
2737
2737
  var DigitalWallet;
2738
2738
  (function (DigitalWallet) {
@@ -2744,7 +2744,7 @@ var DigitalWallet;
2744
2744
  DigitalWallet["GooglePay"] = "GOOGLE_PAY";
2745
2745
  /** Shopify Pay. */
2746
2746
  DigitalWallet["ShopifyPay"] = "SHOPIFY_PAY";
2747
- })(DigitalWallet = exports.DigitalWallet || (exports.DigitalWallet = {}));
2747
+ })(DigitalWallet || (exports.DigitalWallet = DigitalWallet = {}));
2748
2748
  /** The method by which the discount's value is allocated onto its entitled lines. */
2749
2749
  var DiscountApplicationAllocationMethod;
2750
2750
  (function (DiscountApplicationAllocationMethod) {
@@ -2757,7 +2757,7 @@ var DiscountApplicationAllocationMethod;
2757
2757
  * @deprecated Use ACROSS instead.
2758
2758
  */
2759
2759
  DiscountApplicationAllocationMethod["One"] = "ONE";
2760
- })(DiscountApplicationAllocationMethod = exports.DiscountApplicationAllocationMethod || (exports.DiscountApplicationAllocationMethod = {}));
2760
+ })(DiscountApplicationAllocationMethod || (exports.DiscountApplicationAllocationMethod = DiscountApplicationAllocationMethod = {}));
2761
2761
  /** The level at which the discount's value is applied. */
2762
2762
  var DiscountApplicationLevel;
2763
2763
  (function (DiscountApplicationLevel) {
@@ -2771,7 +2771,7 @@ var DiscountApplicationLevel;
2771
2771
  * Order level discounts are not factored into the discountedUnitPriceSet on line items.
2772
2772
  */
2773
2773
  DiscountApplicationLevel["Order"] = "ORDER";
2774
- })(DiscountApplicationLevel = exports.DiscountApplicationLevel || (exports.DiscountApplicationLevel = {}));
2774
+ })(DiscountApplicationLevel || (exports.DiscountApplicationLevel = DiscountApplicationLevel = {}));
2775
2775
  /**
2776
2776
  * The lines on the order to which the discount is applied, of the type defined by
2777
2777
  * the discount application's `targetType`. For example, the value `ENTITLED`, combined with a `targetType` of
@@ -2786,7 +2786,7 @@ var DiscountApplicationTargetSelection;
2786
2786
  DiscountApplicationTargetSelection["Entitled"] = "ENTITLED";
2787
2787
  /** The discount is allocated onto explicitly chosen lines. */
2788
2788
  DiscountApplicationTargetSelection["Explicit"] = "EXPLICIT";
2789
- })(DiscountApplicationTargetSelection = exports.DiscountApplicationTargetSelection || (exports.DiscountApplicationTargetSelection = {}));
2789
+ })(DiscountApplicationTargetSelection || (exports.DiscountApplicationTargetSelection = DiscountApplicationTargetSelection = {}));
2790
2790
  /** The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards. */
2791
2791
  var DiscountApplicationTargetType;
2792
2792
  (function (DiscountApplicationTargetType) {
@@ -2794,7 +2794,7 @@ var DiscountApplicationTargetType;
2794
2794
  DiscountApplicationTargetType["LineItem"] = "LINE_ITEM";
2795
2795
  /** The discount applies onto shipping lines. */
2796
2796
  DiscountApplicationTargetType["ShippingLine"] = "SHIPPING_LINE";
2797
- })(DiscountApplicationTargetType = exports.DiscountApplicationTargetType || (exports.DiscountApplicationTargetType = {}));
2797
+ })(DiscountApplicationTargetType || (exports.DiscountApplicationTargetType = DiscountApplicationTargetType = {}));
2798
2798
  /** The class of the discount for combining purposes. */
2799
2799
  var DiscountClass;
2800
2800
  (function (DiscountClass) {
@@ -2804,7 +2804,7 @@ var DiscountClass;
2804
2804
  DiscountClass["Product"] = "PRODUCT";
2805
2805
  /** Combined as a shipping discount. */
2806
2806
  DiscountClass["Shipping"] = "SHIPPING";
2807
- })(DiscountClass = exports.DiscountClass || (exports.DiscountClass = {}));
2807
+ })(DiscountClass || (exports.DiscountClass = DiscountClass = {}));
2808
2808
  /** The set of valid sort keys for the DiscountCode query. */
2809
2809
  var DiscountCodeSortKeys;
2810
2810
  (function (DiscountCodeSortKeys) {
@@ -2819,7 +2819,7 @@ var DiscountCodeSortKeys;
2819
2819
  * Don't use this sort key when no search query is specified.
2820
2820
  */
2821
2821
  DiscountCodeSortKeys["Relevance"] = "RELEVANCE";
2822
- })(DiscountCodeSortKeys = exports.DiscountCodeSortKeys || (exports.DiscountCodeSortKeys = {}));
2822
+ })(DiscountCodeSortKeys || (exports.DiscountCodeSortKeys = DiscountCodeSortKeys = {}));
2823
2823
  /** Possible error codes that can be returned by `DiscountUserError`. */
2824
2824
  var DiscountErrorCode;
2825
2825
  (function (DiscountErrorCode) {
@@ -2873,7 +2873,7 @@ var DiscountErrorCode;
2873
2873
  DiscountErrorCode["TooShort"] = "TOO_SHORT";
2874
2874
  /** The value is outside of the allowed range. */
2875
2875
  DiscountErrorCode["ValueOutsideRange"] = "VALUE_OUTSIDE_RANGE";
2876
- })(DiscountErrorCode = exports.DiscountErrorCode || (exports.DiscountErrorCode = {}));
2876
+ })(DiscountErrorCode || (exports.DiscountErrorCode = DiscountErrorCode = {}));
2877
2877
  /** The type of page where a shareable discount URL lands. */
2878
2878
  var DiscountShareableUrlTargetType;
2879
2879
  (function (DiscountShareableUrlTargetType) {
@@ -2883,7 +2883,7 @@ var DiscountShareableUrlTargetType;
2883
2883
  DiscountShareableUrlTargetType["Home"] = "HOME";
2884
2884
  /** The URL lands on a product page. */
2885
2885
  DiscountShareableUrlTargetType["Product"] = "PRODUCT";
2886
- })(DiscountShareableUrlTargetType = exports.DiscountShareableUrlTargetType || (exports.DiscountShareableUrlTargetType = {}));
2886
+ })(DiscountShareableUrlTargetType || (exports.DiscountShareableUrlTargetType = DiscountShareableUrlTargetType = {}));
2887
2887
  /** The set of valid sort keys for the Discount query. */
2888
2888
  var DiscountSortKeys;
2889
2889
  (function (DiscountSortKeys) {
@@ -2904,7 +2904,7 @@ var DiscountSortKeys;
2904
2904
  DiscountSortKeys["Title"] = "TITLE";
2905
2905
  /** Sort by the `updated_at` value. */
2906
2906
  DiscountSortKeys["UpdatedAt"] = "UPDATED_AT";
2907
- })(DiscountSortKeys = exports.DiscountSortKeys || (exports.DiscountSortKeys = {}));
2907
+ })(DiscountSortKeys || (exports.DiscountSortKeys = DiscountSortKeys = {}));
2908
2908
  /** The status of the discount. */
2909
2909
  var DiscountStatus;
2910
2910
  (function (DiscountStatus) {
@@ -2914,7 +2914,7 @@ var DiscountStatus;
2914
2914
  DiscountStatus["Expired"] = "EXPIRED";
2915
2915
  /** The discount is scheduled when it has a start date in the future. */
2916
2916
  DiscountStatus["Scheduled"] = "SCHEDULED";
2917
- })(DiscountStatus = exports.DiscountStatus || (exports.DiscountStatus = {}));
2917
+ })(DiscountStatus || (exports.DiscountStatus = DiscountStatus = {}));
2918
2918
  /** The type of line (line item or shipping line) on an order that the subscription discount is applicable towards. */
2919
2919
  var DiscountTargetType;
2920
2920
  (function (DiscountTargetType) {
@@ -2922,7 +2922,7 @@ var DiscountTargetType;
2922
2922
  DiscountTargetType["LineItem"] = "LINE_ITEM";
2923
2923
  /** The discount applies onto shipping lines. */
2924
2924
  DiscountTargetType["ShippingLine"] = "SHIPPING_LINE";
2925
- })(DiscountTargetType = exports.DiscountTargetType || (exports.DiscountTargetType = {}));
2925
+ })(DiscountTargetType || (exports.DiscountTargetType = DiscountTargetType = {}));
2926
2926
  /** The type of the subscription discount. */
2927
2927
  var DiscountType;
2928
2928
  (function (DiscountType) {
@@ -2932,7 +2932,7 @@ var DiscountType;
2932
2932
  DiscountType["CodeDiscount"] = "CODE_DISCOUNT";
2933
2933
  /** Manual discount type. */
2934
2934
  DiscountType["Manual"] = "MANUAL";
2935
- })(DiscountType = exports.DiscountType || (exports.DiscountType = {}));
2935
+ })(DiscountType || (exports.DiscountType = DiscountType = {}));
2936
2936
  /** Possible error codes that can be returned by `DisputeEvidenceUpdateUserError`. */
2937
2937
  var DisputeEvidenceUpdateUserErrorCode;
2938
2938
  (function (DisputeEvidenceUpdateUserErrorCode) {
@@ -2948,7 +2948,7 @@ var DisputeEvidenceUpdateUserErrorCode;
2948
2948
  DisputeEvidenceUpdateUserErrorCode["Invalid"] = "INVALID";
2949
2949
  /** Individual file size is too large. */
2950
2950
  DisputeEvidenceUpdateUserErrorCode["TooLarge"] = "TOO_LARGE";
2951
- })(DisputeEvidenceUpdateUserErrorCode = exports.DisputeEvidenceUpdateUserErrorCode || (exports.DisputeEvidenceUpdateUserErrorCode = {}));
2951
+ })(DisputeEvidenceUpdateUserErrorCode || (exports.DisputeEvidenceUpdateUserErrorCode = DisputeEvidenceUpdateUserErrorCode = {}));
2952
2952
  /** The possible statuses of a dispute. */
2953
2953
  var DisputeStatus;
2954
2954
  (function (DisputeStatus) {
@@ -2962,7 +2962,7 @@ var DisputeStatus;
2962
2962
  DisputeStatus["NeedsResponse"] = "NEEDS_RESPONSE";
2963
2963
  DisputeStatus["UnderReview"] = "UNDER_REVIEW";
2964
2964
  DisputeStatus["Won"] = "WON";
2965
- })(DisputeStatus = exports.DisputeStatus || (exports.DisputeStatus = {}));
2965
+ })(DisputeStatus || (exports.DisputeStatus = DisputeStatus = {}));
2966
2966
  /** The possible types for a dispute. */
2967
2967
  var DisputeType;
2968
2968
  (function (DisputeType) {
@@ -2970,7 +2970,7 @@ var DisputeType;
2970
2970
  DisputeType["Chargeback"] = "CHARGEBACK";
2971
2971
  /** The dispute is in the inquiry phase. */
2972
2972
  DisputeType["Inquiry"] = "INQUIRY";
2973
- })(DisputeType = exports.DisputeType || (exports.DisputeType = {}));
2973
+ })(DisputeType || (exports.DisputeType = DisputeType = {}));
2974
2974
  /** The valid discount types that can be applied to a draft order. */
2975
2975
  var DraftOrderAppliedDiscountType;
2976
2976
  (function (DraftOrderAppliedDiscountType) {
@@ -2978,7 +2978,7 @@ var DraftOrderAppliedDiscountType;
2978
2978
  DraftOrderAppliedDiscountType["FixedAmount"] = "FIXED_AMOUNT";
2979
2979
  /** A percentage of the order subtotal. */
2980
2980
  DraftOrderAppliedDiscountType["Percentage"] = "PERCENTAGE";
2981
- })(DraftOrderAppliedDiscountType = exports.DraftOrderAppliedDiscountType || (exports.DraftOrderAppliedDiscountType = {}));
2981
+ })(DraftOrderAppliedDiscountType || (exports.DraftOrderAppliedDiscountType = DraftOrderAppliedDiscountType = {}));
2982
2982
  /** The set of valid sort keys for the DraftOrder query. */
2983
2983
  var DraftOrderSortKeys;
2984
2984
  (function (DraftOrderSortKeys) {
@@ -2999,7 +2999,7 @@ var DraftOrderSortKeys;
2999
2999
  DraftOrderSortKeys["TotalPrice"] = "TOTAL_PRICE";
3000
3000
  /** Sort by the `updated_at` value. */
3001
3001
  DraftOrderSortKeys["UpdatedAt"] = "UPDATED_AT";
3002
- })(DraftOrderSortKeys = exports.DraftOrderSortKeys || (exports.DraftOrderSortKeys = {}));
3002
+ })(DraftOrderSortKeys || (exports.DraftOrderSortKeys = DraftOrderSortKeys = {}));
3003
3003
  /** The valid statuses for a draft order. */
3004
3004
  var DraftOrderStatus;
3005
3005
  (function (DraftOrderStatus) {
@@ -3009,7 +3009,7 @@ var DraftOrderStatus;
3009
3009
  DraftOrderStatus["InvoiceSent"] = "INVOICE_SENT";
3010
3010
  /** The draft order is open. It has not been paid, and an invoice hasn't been sent. */
3011
3011
  DraftOrderStatus["Open"] = "OPEN";
3012
- })(DraftOrderStatus = exports.DraftOrderStatus || (exports.DraftOrderStatus = {}));
3012
+ })(DraftOrderStatus || (exports.DraftOrderStatus = DraftOrderStatus = {}));
3013
3013
  /** Possible error codes that can be returned by `ErrorsServerPixelUserError`. */
3014
3014
  var ErrorsServerPixelUserErrorCode;
3015
3015
  (function (ErrorsServerPixelUserErrorCode) {
@@ -3021,7 +3021,7 @@ var ErrorsServerPixelUserErrorCode;
3021
3021
  ErrorsServerPixelUserErrorCode["NotFound"] = "NOT_FOUND";
3022
3022
  /** PubSubProject and PubSubTopic values resulted in an address that is not a valid GCP pub/sub format.Address format should be pubsub://project:topic. */
3023
3023
  ErrorsServerPixelUserErrorCode["PubSubError"] = "PUB_SUB_ERROR";
3024
- })(ErrorsServerPixelUserErrorCode = exports.ErrorsServerPixelUserErrorCode || (exports.ErrorsServerPixelUserErrorCode = {}));
3024
+ })(ErrorsServerPixelUserErrorCode || (exports.ErrorsServerPixelUserErrorCode = ErrorsServerPixelUserErrorCode = {}));
3025
3025
  /** Possible error codes that can be returned by `ErrorsWebPixelUserError`. */
3026
3026
  var ErrorsWebPixelUserErrorCode;
3027
3027
  (function (ErrorsWebPixelUserErrorCode) {
@@ -3038,7 +3038,7 @@ var ErrorsWebPixelUserErrorCode;
3038
3038
  * @deprecated `UNABLE_TO_DELETE` is deprecated. Use `UNEXPECTED_ERROR` instead.
3039
3039
  */
3040
3040
  ErrorsWebPixelUserErrorCode["UnableToDelete"] = "UNABLE_TO_DELETE";
3041
- })(ErrorsWebPixelUserErrorCode = exports.ErrorsWebPixelUserErrorCode || (exports.ErrorsWebPixelUserErrorCode = {}));
3041
+ })(ErrorsWebPixelUserErrorCode || (exports.ErrorsWebPixelUserErrorCode = ErrorsWebPixelUserErrorCode = {}));
3042
3042
  /** The set of valid sort keys for the Event query. */
3043
3043
  var EventSortKeys;
3044
3044
  (function (EventSortKeys) {
@@ -3051,7 +3051,7 @@ var EventSortKeys;
3051
3051
  * Don't use this sort key when no search query is specified.
3052
3052
  */
3053
3053
  EventSortKeys["Relevance"] = "RELEVANCE";
3054
- })(EventSortKeys = exports.EventSortKeys || (exports.EventSortKeys = {}));
3054
+ })(EventSortKeys || (exports.EventSortKeys = EventSortKeys = {}));
3055
3055
  /** The possible content types for a file object. */
3056
3056
  var FileContentType;
3057
3057
  (function (FileContentType) {
@@ -3065,7 +3065,7 @@ var FileContentType;
3065
3065
  FileContentType["Model_3D"] = "MODEL_3D";
3066
3066
  /** A Shopify-hosted video file. It's recommended to use this type for all video files. */
3067
3067
  FileContentType["Video"] = "VIDEO";
3068
- })(FileContentType = exports.FileContentType || (exports.FileContentType = {}));
3068
+ })(FileContentType || (exports.FileContentType = FileContentType = {}));
3069
3069
  /** The input fields for handling if filename is already in use. */
3070
3070
  var FileCreateInputDuplicateResolutionMode;
3071
3071
  (function (FileCreateInputDuplicateResolutionMode) {
@@ -3075,7 +3075,7 @@ var FileCreateInputDuplicateResolutionMode;
3075
3075
  FileCreateInputDuplicateResolutionMode["RaiseError"] = "RAISE_ERROR";
3076
3076
  /** Replace the existing file if filename is already in use. */
3077
3077
  FileCreateInputDuplicateResolutionMode["Replace"] = "REPLACE";
3078
- })(FileCreateInputDuplicateResolutionMode = exports.FileCreateInputDuplicateResolutionMode || (exports.FileCreateInputDuplicateResolutionMode = {}));
3078
+ })(FileCreateInputDuplicateResolutionMode || (exports.FileCreateInputDuplicateResolutionMode = FileCreateInputDuplicateResolutionMode = {}));
3079
3079
  /** The error types for a file. */
3080
3080
  var FileErrorCode;
3081
3081
  (function (FileErrorCode) {
@@ -3145,7 +3145,7 @@ var FileErrorCode;
3145
3145
  FileErrorCode["VideoMinWidthError"] = "VIDEO_MIN_WIDTH_ERROR";
3146
3146
  /** Video failed validation. */
3147
3147
  FileErrorCode["VideoValidationError"] = "VIDEO_VALIDATION_ERROR";
3148
- })(FileErrorCode = exports.FileErrorCode || (exports.FileErrorCode = {}));
3148
+ })(FileErrorCode || (exports.FileErrorCode = FileErrorCode = {}));
3149
3149
  /** The set of valid sort keys for the File query. */
3150
3150
  var FileSortKeys;
3151
3151
  (function (FileSortKeys) {
@@ -3164,7 +3164,7 @@ var FileSortKeys;
3164
3164
  FileSortKeys["Relevance"] = "RELEVANCE";
3165
3165
  /** Sort by the `updated_at` value. */
3166
3166
  FileSortKeys["UpdatedAt"] = "UPDATED_AT";
3167
- })(FileSortKeys = exports.FileSortKeys || (exports.FileSortKeys = {}));
3167
+ })(FileSortKeys || (exports.FileSortKeys = FileSortKeys = {}));
3168
3168
  /** The possible statuses for a file object. */
3169
3169
  var FileStatus;
3170
3170
  (function (FileStatus) {
@@ -3176,7 +3176,7 @@ var FileStatus;
3176
3176
  FileStatus["Ready"] = "READY";
3177
3177
  /** File has been uploaded but hasn't been processed. */
3178
3178
  FileStatus["Uploaded"] = "UPLOADED";
3179
- })(FileStatus = exports.FileStatus || (exports.FileStatus = {}));
3179
+ })(FileStatus || (exports.FileStatus = FileStatus = {}));
3180
3180
  /** Possible error codes that can be returned by `FilesUserError`. */
3181
3181
  var FilesErrorCode;
3182
3182
  (function (FilesErrorCode) {
@@ -3230,7 +3230,7 @@ var FilesErrorCode;
3230
3230
  FilesErrorCode["UnsupportedFileReference"] = "UNSUPPORTED_FILE_REFERENCE";
3231
3231
  /** Filename update is only supported on Image and GenericFile. */
3232
3232
  FilesErrorCode["UnsupportedMediaTypeForFilenameUpdate"] = "UNSUPPORTED_MEDIA_TYPE_FOR_FILENAME_UPDATE";
3233
- })(FilesErrorCode = exports.FilesErrorCode || (exports.FilesErrorCode = {}));
3233
+ })(FilesErrorCode || (exports.FilesErrorCode = FilesErrorCode = {}));
3234
3234
  /** Possible error codes that can be returned by `FulfillmentConstraintRuleCreateUserError`. */
3235
3235
  var FulfillmentConstraintRuleCreateUserErrorCode;
3236
3236
  (function (FulfillmentConstraintRuleCreateUserErrorCode) {
@@ -3248,7 +3248,7 @@ var FulfillmentConstraintRuleCreateUserErrorCode;
3248
3248
  FulfillmentConstraintRuleCreateUserErrorCode["InputInvalid"] = "INPUT_INVALID";
3249
3249
  /** Maximum number of fulfillment constraint rules reached. Limit is 10. */
3250
3250
  FulfillmentConstraintRuleCreateUserErrorCode["MaximumFulfillmentConstraintRulesReached"] = "MAXIMUM_FULFILLMENT_CONSTRAINT_RULES_REACHED";
3251
- })(FulfillmentConstraintRuleCreateUserErrorCode = exports.FulfillmentConstraintRuleCreateUserErrorCode || (exports.FulfillmentConstraintRuleCreateUserErrorCode = {}));
3251
+ })(FulfillmentConstraintRuleCreateUserErrorCode || (exports.FulfillmentConstraintRuleCreateUserErrorCode = FulfillmentConstraintRuleCreateUserErrorCode = {}));
3252
3252
  /** Possible error codes that can be returned by `FulfillmentConstraintRuleDeleteUserError`. */
3253
3253
  var FulfillmentConstraintRuleDeleteUserErrorCode;
3254
3254
  (function (FulfillmentConstraintRuleDeleteUserErrorCode) {
@@ -3256,7 +3256,7 @@ var FulfillmentConstraintRuleDeleteUserErrorCode;
3256
3256
  FulfillmentConstraintRuleDeleteUserErrorCode["NotFound"] = "NOT_FOUND";
3257
3257
  /** Unauthorized app scope. */
3258
3258
  FulfillmentConstraintRuleDeleteUserErrorCode["UnauthorizedAppScope"] = "UNAUTHORIZED_APP_SCOPE";
3259
- })(FulfillmentConstraintRuleDeleteUserErrorCode = exports.FulfillmentConstraintRuleDeleteUserErrorCode || (exports.FulfillmentConstraintRuleDeleteUserErrorCode = {}));
3259
+ })(FulfillmentConstraintRuleDeleteUserErrorCode || (exports.FulfillmentConstraintRuleDeleteUserErrorCode = FulfillmentConstraintRuleDeleteUserErrorCode = {}));
3260
3260
  /** The display status of a fulfillment. */
3261
3261
  var FulfillmentDisplayStatus;
3262
3262
  (function (FulfillmentDisplayStatus) {
@@ -3292,7 +3292,7 @@ var FulfillmentDisplayStatus;
3292
3292
  FulfillmentDisplayStatus["ReadyForPickup"] = "READY_FOR_PICKUP";
3293
3293
  /** Displayed as **Submitted**. */
3294
3294
  FulfillmentDisplayStatus["Submitted"] = "SUBMITTED";
3295
- })(FulfillmentDisplayStatus = exports.FulfillmentDisplayStatus || (exports.FulfillmentDisplayStatus = {}));
3295
+ })(FulfillmentDisplayStatus || (exports.FulfillmentDisplayStatus = FulfillmentDisplayStatus = {}));
3296
3296
  /** The set of valid sort keys for the FulfillmentEvent query. */
3297
3297
  var FulfillmentEventSortKeys;
3298
3298
  (function (FulfillmentEventSortKeys) {
@@ -3305,7 +3305,7 @@ var FulfillmentEventSortKeys;
3305
3305
  * Don't use this sort key when no search query is specified.
3306
3306
  */
3307
3307
  FulfillmentEventSortKeys["Relevance"] = "RELEVANCE";
3308
- })(FulfillmentEventSortKeys = exports.FulfillmentEventSortKeys || (exports.FulfillmentEventSortKeys = {}));
3308
+ })(FulfillmentEventSortKeys || (exports.FulfillmentEventSortKeys = FulfillmentEventSortKeys = {}));
3309
3309
  /** The status that describes a fulfillment or delivery event. */
3310
3310
  var FulfillmentEventStatus;
3311
3311
  (function (FulfillmentEventStatus) {
@@ -3327,7 +3327,7 @@ var FulfillmentEventStatus;
3327
3327
  FulfillmentEventStatus["OutForDelivery"] = "OUT_FOR_DELIVERY";
3328
3328
  /** The fulfillment is ready to be picked up. */
3329
3329
  FulfillmentEventStatus["ReadyForPickup"] = "READY_FOR_PICKUP";
3330
- })(FulfillmentEventStatus = exports.FulfillmentEventStatus || (exports.FulfillmentEventStatus = {}));
3330
+ })(FulfillmentEventStatus || (exports.FulfillmentEventStatus = FulfillmentEventStatus = {}));
3331
3331
  /** The reason for a fulfillment hold. */
3332
3332
  var FulfillmentHoldReason;
3333
3333
  (function (FulfillmentHoldReason) {
@@ -3347,7 +3347,7 @@ var FulfillmentHoldReason;
3347
3347
  FulfillmentHoldReason["Other"] = "OTHER";
3348
3348
  /** The fulfillment hold is applied because of an unknown delivery date. */
3349
3349
  FulfillmentHoldReason["UnknownDeliveryDate"] = "UNKNOWN_DELIVERY_DATE";
3350
- })(FulfillmentHoldReason = exports.FulfillmentHoldReason || (exports.FulfillmentHoldReason = {}));
3350
+ })(FulfillmentHoldReason || (exports.FulfillmentHoldReason = FulfillmentHoldReason = {}));
3351
3351
  /** The actions that can be taken on a fulfillment order. */
3352
3352
  var FulfillmentOrderAction;
3353
3353
  (function (FulfillmentOrderAction) {
@@ -3373,7 +3373,7 @@ var FulfillmentOrderAction;
3373
3373
  FulfillmentOrderAction["RequestFulfillment"] = "REQUEST_FULFILLMENT";
3374
3374
  /** Splits a fulfillment order. The corresponding mutation for this action is `fulfillmentOrderSplit`. */
3375
3375
  FulfillmentOrderAction["Split"] = "SPLIT";
3376
- })(FulfillmentOrderAction = exports.FulfillmentOrderAction || (exports.FulfillmentOrderAction = {}));
3376
+ })(FulfillmentOrderAction || (exports.FulfillmentOrderAction = FulfillmentOrderAction = {}));
3377
3377
  /** The assigment status to be used to filter fulfillment orders. */
3378
3378
  var FulfillmentOrderAssignmentStatus;
3379
3379
  (function (FulfillmentOrderAssignmentStatus) {
@@ -3392,7 +3392,7 @@ var FulfillmentOrderAssignmentStatus;
3392
3392
  FulfillmentOrderAssignmentStatus["FulfillmentRequested"] = "FULFILLMENT_REQUESTED";
3393
3393
  /** Fulfillment orders for which the merchant hasn't yet requested fulfillment. */
3394
3394
  FulfillmentOrderAssignmentStatus["FulfillmentUnsubmitted"] = "FULFILLMENT_UNSUBMITTED";
3395
- })(FulfillmentOrderAssignmentStatus = exports.FulfillmentOrderAssignmentStatus || (exports.FulfillmentOrderAssignmentStatus = {}));
3395
+ })(FulfillmentOrderAssignmentStatus || (exports.FulfillmentOrderAssignmentStatus = FulfillmentOrderAssignmentStatus = {}));
3396
3396
  /** Possible error codes that can be returned by `FulfillmentOrderHoldUserError`. */
3397
3397
  var FulfillmentOrderHoldUserErrorCode;
3398
3398
  (function (FulfillmentOrderHoldUserErrorCode) {
@@ -3404,7 +3404,7 @@ var FulfillmentOrderHoldUserErrorCode;
3404
3404
  FulfillmentOrderHoldUserErrorCode["InvalidLineItemQuantity"] = "INVALID_LINE_ITEM_QUANTITY";
3405
3405
  /** The input value is already taken. */
3406
3406
  FulfillmentOrderHoldUserErrorCode["Taken"] = "TAKEN";
3407
- })(FulfillmentOrderHoldUserErrorCode = exports.FulfillmentOrderHoldUserErrorCode || (exports.FulfillmentOrderHoldUserErrorCode = {}));
3407
+ })(FulfillmentOrderHoldUserErrorCode || (exports.FulfillmentOrderHoldUserErrorCode = FulfillmentOrderHoldUserErrorCode = {}));
3408
3408
  /** Possible error codes that can be returned by `FulfillmentOrderLineItemsPreparedForPickupUserError`. */
3409
3409
  var FulfillmentOrderLineItemsPreparedForPickupUserErrorCode;
3410
3410
  (function (FulfillmentOrderLineItemsPreparedForPickupUserErrorCode) {
@@ -3414,7 +3414,7 @@ var FulfillmentOrderLineItemsPreparedForPickupUserErrorCode;
3414
3414
  FulfillmentOrderLineItemsPreparedForPickupUserErrorCode["NoLineItemsToPrepareForFulfillmentOrder"] = "NO_LINE_ITEMS_TO_PREPARE_FOR_FULFILLMENT_ORDER";
3415
3415
  /** Unable to prepare quantity. */
3416
3416
  FulfillmentOrderLineItemsPreparedForPickupUserErrorCode["UnableToPrepareQuantity"] = "UNABLE_TO_PREPARE_QUANTITY";
3417
- })(FulfillmentOrderLineItemsPreparedForPickupUserErrorCode = exports.FulfillmentOrderLineItemsPreparedForPickupUserErrorCode || (exports.FulfillmentOrderLineItemsPreparedForPickupUserErrorCode = {}));
3417
+ })(FulfillmentOrderLineItemsPreparedForPickupUserErrorCode || (exports.FulfillmentOrderLineItemsPreparedForPickupUserErrorCode = FulfillmentOrderLineItemsPreparedForPickupUserErrorCode = {}));
3418
3418
  /** The kinds of request merchants can make to a fulfillment service. */
3419
3419
  var FulfillmentOrderMerchantRequestKind;
3420
3420
  (function (FulfillmentOrderMerchantRequestKind) {
@@ -3422,7 +3422,7 @@ var FulfillmentOrderMerchantRequestKind;
3422
3422
  FulfillmentOrderMerchantRequestKind["CancellationRequest"] = "CANCELLATION_REQUEST";
3423
3423
  /** The merchant requests fulfillment for an `OPEN` fulfillment order. */
3424
3424
  FulfillmentOrderMerchantRequestKind["FulfillmentRequest"] = "FULFILLMENT_REQUEST";
3425
- })(FulfillmentOrderMerchantRequestKind = exports.FulfillmentOrderMerchantRequestKind || (exports.FulfillmentOrderMerchantRequestKind = {}));
3425
+ })(FulfillmentOrderMerchantRequestKind || (exports.FulfillmentOrderMerchantRequestKind = FulfillmentOrderMerchantRequestKind = {}));
3426
3426
  /** Possible error codes that can be returned by `FulfillmentOrderMergeUserError`. */
3427
3427
  var FulfillmentOrderMergeUserErrorCode;
3428
3428
  (function (FulfillmentOrderMergeUserErrorCode) {
@@ -3432,7 +3432,7 @@ var FulfillmentOrderMergeUserErrorCode;
3432
3432
  FulfillmentOrderMergeUserErrorCode["GreaterThan"] = "GREATER_THAN";
3433
3433
  /** The fulfillment order line item quantity is invalid. */
3434
3434
  FulfillmentOrderMergeUserErrorCode["InvalidLineItemQuantity"] = "INVALID_LINE_ITEM_QUANTITY";
3435
- })(FulfillmentOrderMergeUserErrorCode = exports.FulfillmentOrderMergeUserErrorCode || (exports.FulfillmentOrderMergeUserErrorCode = {}));
3435
+ })(FulfillmentOrderMergeUserErrorCode || (exports.FulfillmentOrderMergeUserErrorCode = FulfillmentOrderMergeUserErrorCode = {}));
3436
3436
  /** The reason for a fulfillment order rejection. */
3437
3437
  var FulfillmentOrderRejectionReason;
3438
3438
  (function (FulfillmentOrderRejectionReason) {
@@ -3446,7 +3446,7 @@ var FulfillmentOrderRejectionReason;
3446
3446
  FulfillmentOrderRejectionReason["Other"] = "OTHER";
3447
3447
  /** The fulfillment order was rejected because of an undeliverable destination. */
3448
3448
  FulfillmentOrderRejectionReason["UndeliverableDestination"] = "UNDELIVERABLE_DESTINATION";
3449
- })(FulfillmentOrderRejectionReason = exports.FulfillmentOrderRejectionReason || (exports.FulfillmentOrderRejectionReason = {}));
3449
+ })(FulfillmentOrderRejectionReason || (exports.FulfillmentOrderRejectionReason = FulfillmentOrderRejectionReason = {}));
3450
3450
  /** Possible error codes that can be returned by `FulfillmentOrderReleaseHoldUserError`. */
3451
3451
  var FulfillmentOrderReleaseHoldUserErrorCode;
3452
3452
  (function (FulfillmentOrderReleaseHoldUserErrorCode) {
@@ -3456,7 +3456,7 @@ var FulfillmentOrderReleaseHoldUserErrorCode;
3456
3456
  FulfillmentOrderReleaseHoldUserErrorCode["GreaterThanZero"] = "GREATER_THAN_ZERO";
3457
3457
  /** The fulfillment order line item quantity is invalid. */
3458
3458
  FulfillmentOrderReleaseHoldUserErrorCode["InvalidLineItemQuantity"] = "INVALID_LINE_ITEM_QUANTITY";
3459
- })(FulfillmentOrderReleaseHoldUserErrorCode = exports.FulfillmentOrderReleaseHoldUserErrorCode || (exports.FulfillmentOrderReleaseHoldUserErrorCode = {}));
3459
+ })(FulfillmentOrderReleaseHoldUserErrorCode || (exports.FulfillmentOrderReleaseHoldUserErrorCode = FulfillmentOrderReleaseHoldUserErrorCode = {}));
3460
3460
  /** The request status of a fulfillment order. */
3461
3461
  var FulfillmentOrderRequestStatus;
3462
3462
  (function (FulfillmentOrderRequestStatus) {
@@ -3479,13 +3479,13 @@ var FulfillmentOrderRequestStatus;
3479
3479
  * request status for fulfillment orders that aren't assigned to a fulfillment service.
3480
3480
  */
3481
3481
  FulfillmentOrderRequestStatus["Unsubmitted"] = "UNSUBMITTED";
3482
- })(FulfillmentOrderRequestStatus = exports.FulfillmentOrderRequestStatus || (exports.FulfillmentOrderRequestStatus = {}));
3482
+ })(FulfillmentOrderRequestStatus || (exports.FulfillmentOrderRequestStatus = FulfillmentOrderRequestStatus = {}));
3483
3483
  /** Possible error codes that can be returned by `FulfillmentOrderRescheduleUserError`. */
3484
3484
  var FulfillmentOrderRescheduleUserErrorCode;
3485
3485
  (function (FulfillmentOrderRescheduleUserErrorCode) {
3486
3486
  /** Fulfillment order could not be found. */
3487
3487
  FulfillmentOrderRescheduleUserErrorCode["FulfillmentOrderNotFound"] = "FULFILLMENT_ORDER_NOT_FOUND";
3488
- })(FulfillmentOrderRescheduleUserErrorCode = exports.FulfillmentOrderRescheduleUserErrorCode || (exports.FulfillmentOrderRescheduleUserErrorCode = {}));
3488
+ })(FulfillmentOrderRescheduleUserErrorCode || (exports.FulfillmentOrderRescheduleUserErrorCode = FulfillmentOrderRescheduleUserErrorCode = {}));
3489
3489
  /** The set of valid sort keys for the FulfillmentOrder query. */
3490
3490
  var FulfillmentOrderSortKeys;
3491
3491
  (function (FulfillmentOrderSortKeys) {
@@ -3498,7 +3498,7 @@ var FulfillmentOrderSortKeys;
3498
3498
  FulfillmentOrderSortKeys["Relevance"] = "RELEVANCE";
3499
3499
  /** Sort by the `updated_at` value. */
3500
3500
  FulfillmentOrderSortKeys["UpdatedAt"] = "UPDATED_AT";
3501
- })(FulfillmentOrderSortKeys = exports.FulfillmentOrderSortKeys || (exports.FulfillmentOrderSortKeys = {}));
3501
+ })(FulfillmentOrderSortKeys || (exports.FulfillmentOrderSortKeys = FulfillmentOrderSortKeys = {}));
3502
3502
  /** Possible error codes that can be returned by `FulfillmentOrderSplitUserError`. */
3503
3503
  var FulfillmentOrderSplitUserErrorCode;
3504
3504
  (function (FulfillmentOrderSplitUserErrorCode) {
@@ -3510,7 +3510,7 @@ var FulfillmentOrderSplitUserErrorCode;
3510
3510
  FulfillmentOrderSplitUserErrorCode["InvalidLineItemQuantity"] = "INVALID_LINE_ITEM_QUANTITY";
3511
3511
  /** The fulfillment order must have at least one line item input to split. */
3512
3512
  FulfillmentOrderSplitUserErrorCode["NoLineItemsProvidedToSplit"] = "NO_LINE_ITEMS_PROVIDED_TO_SPLIT";
3513
- })(FulfillmentOrderSplitUserErrorCode = exports.FulfillmentOrderSplitUserErrorCode || (exports.FulfillmentOrderSplitUserErrorCode = {}));
3513
+ })(FulfillmentOrderSplitUserErrorCode || (exports.FulfillmentOrderSplitUserErrorCode = FulfillmentOrderSplitUserErrorCode = {}));
3514
3514
  /** The status of a fulfillment order. */
3515
3515
  var FulfillmentOrderStatus;
3516
3516
  (function (FulfillmentOrderStatus) {
@@ -3528,19 +3528,19 @@ var FulfillmentOrderStatus;
3528
3528
  FulfillmentOrderStatus["Open"] = "OPEN";
3529
3529
  /** The fulfillment order is deferred and will be ready for fulfillment after the date and time specified in `fulfill_at`. */
3530
3530
  FulfillmentOrderStatus["Scheduled"] = "SCHEDULED";
3531
- })(FulfillmentOrderStatus = exports.FulfillmentOrderStatus || (exports.FulfillmentOrderStatus = {}));
3531
+ })(FulfillmentOrderStatus || (exports.FulfillmentOrderStatus = FulfillmentOrderStatus = {}));
3532
3532
  /** Possible error codes that can be returned by `FulfillmentOrdersReleaseHoldsUserError`. */
3533
3533
  var FulfillmentOrdersReleaseHoldsUserErrorCode;
3534
3534
  (function (FulfillmentOrdersReleaseHoldsUserErrorCode) {
3535
3535
  /** Failed to create release fulfillment order holds job. */
3536
3536
  FulfillmentOrdersReleaseHoldsUserErrorCode["FailedToCreateJob"] = "FAILED_TO_CREATE_JOB";
3537
- })(FulfillmentOrdersReleaseHoldsUserErrorCode = exports.FulfillmentOrdersReleaseHoldsUserErrorCode || (exports.FulfillmentOrdersReleaseHoldsUserErrorCode = {}));
3537
+ })(FulfillmentOrdersReleaseHoldsUserErrorCode || (exports.FulfillmentOrdersReleaseHoldsUserErrorCode = FulfillmentOrdersReleaseHoldsUserErrorCode = {}));
3538
3538
  /** Possible error codes that can be returned by `FulfillmentOrdersSetFulfillmentDeadlineUserError`. */
3539
3539
  var FulfillmentOrdersSetFulfillmentDeadlineUserErrorCode;
3540
3540
  (function (FulfillmentOrdersSetFulfillmentDeadlineUserErrorCode) {
3541
3541
  /** The fulfillment orders could not be found. */
3542
3542
  FulfillmentOrdersSetFulfillmentDeadlineUserErrorCode["FulfillmentOrdersNotFound"] = "FULFILLMENT_ORDERS_NOT_FOUND";
3543
- })(FulfillmentOrdersSetFulfillmentDeadlineUserErrorCode = exports.FulfillmentOrdersSetFulfillmentDeadlineUserErrorCode || (exports.FulfillmentOrdersSetFulfillmentDeadlineUserErrorCode = {}));
3543
+ })(FulfillmentOrdersSetFulfillmentDeadlineUserErrorCode || (exports.FulfillmentOrdersSetFulfillmentDeadlineUserErrorCode = FulfillmentOrdersSetFulfillmentDeadlineUserErrorCode = {}));
3544
3544
  /** The type of a fulfillment service. */
3545
3545
  var FulfillmentServiceType;
3546
3546
  (function (FulfillmentServiceType) {
@@ -3550,7 +3550,7 @@ var FulfillmentServiceType;
3550
3550
  FulfillmentServiceType["Manual"] = "MANUAL";
3551
3551
  /** Fullfillment by a third-party fulfillment service. */
3552
3552
  FulfillmentServiceType["ThirdParty"] = "THIRD_PARTY";
3553
- })(FulfillmentServiceType = exports.FulfillmentServiceType || (exports.FulfillmentServiceType = {}));
3553
+ })(FulfillmentServiceType || (exports.FulfillmentServiceType = FulfillmentServiceType = {}));
3554
3554
  /** The status of a fulfillment. */
3555
3555
  var FulfillmentStatus;
3556
3556
  (function (FulfillmentStatus) {
@@ -3572,7 +3572,7 @@ var FulfillmentStatus;
3572
3572
  FulfillmentStatus["Pending"] = "PENDING";
3573
3573
  /** The fulfillment was completed successfully. */
3574
3574
  FulfillmentStatus["Success"] = "SUCCESS";
3575
- })(FulfillmentStatus = exports.FulfillmentStatus || (exports.FulfillmentStatus = {}));
3575
+ })(FulfillmentStatus || (exports.FulfillmentStatus = FulfillmentStatus = {}));
3576
3576
  /** Possible error codes that can be returned by `GiftCardUserError`. */
3577
3577
  var GiftCardErrorCode;
3578
3578
  (function (GiftCardErrorCode) {
@@ -3590,7 +3590,7 @@ var GiftCardErrorCode;
3590
3590
  GiftCardErrorCode["TooLong"] = "TOO_LONG";
3591
3591
  /** The input value is too short. */
3592
3592
  GiftCardErrorCode["TooShort"] = "TOO_SHORT";
3593
- })(GiftCardErrorCode = exports.GiftCardErrorCode || (exports.GiftCardErrorCode = {}));
3593
+ })(GiftCardErrorCode || (exports.GiftCardErrorCode = GiftCardErrorCode = {}));
3594
3594
  /** The set of valid sort keys for the GiftCard query. */
3595
3595
  var GiftCardSortKeys;
3596
3596
  (function (GiftCardSortKeys) {
@@ -3619,7 +3619,7 @@ var GiftCardSortKeys;
3619
3619
  GiftCardSortKeys["Relevance"] = "RELEVANCE";
3620
3620
  /** Sort by the `updated_at` value. */
3621
3621
  GiftCardSortKeys["UpdatedAt"] = "UPDATED_AT";
3622
- })(GiftCardSortKeys = exports.GiftCardSortKeys || (exports.GiftCardSortKeys = {}));
3622
+ })(GiftCardSortKeys || (exports.GiftCardSortKeys = GiftCardSortKeys = {}));
3623
3623
  /** List of supported image content types. */
3624
3624
  var ImageContentType;
3625
3625
  (function (ImageContentType) {
@@ -3629,7 +3629,7 @@ var ImageContentType;
3629
3629
  ImageContentType["Png"] = "PNG";
3630
3630
  /** A WEBP image. */
3631
3631
  ImageContentType["Webp"] = "WEBP";
3632
- })(ImageContentType = exports.ImageContentType || (exports.ImageContentType = {}));
3632
+ })(ImageContentType || (exports.ImageContentType = ImageContentType = {}));
3633
3633
  /** Possible error codes that can be returned by `InventoryAdjustQuantitiesUserError`. */
3634
3634
  var InventoryAdjustQuantitiesUserErrorCode;
3635
3635
  (function (InventoryAdjustQuantitiesUserErrorCode) {
@@ -3663,7 +3663,7 @@ var InventoryAdjustQuantitiesUserErrorCode;
3663
3663
  InventoryAdjustQuantitiesUserErrorCode["MaxOneLedgerDocument"] = "MAX_ONE_LEDGER_DOCUMENT";
3664
3664
  /** The specified inventory item is not allowed to be adjusted via API. Example: if the inventory item is a parent bundle. */
3665
3665
  InventoryAdjustQuantitiesUserErrorCode["NonMutableInventoryItem"] = "NON_MUTABLE_INVENTORY_ITEM";
3666
- })(InventoryAdjustQuantitiesUserErrorCode = exports.InventoryAdjustQuantitiesUserErrorCode || (exports.InventoryAdjustQuantitiesUserErrorCode = {}));
3666
+ })(InventoryAdjustQuantitiesUserErrorCode || (exports.InventoryAdjustQuantitiesUserErrorCode = InventoryAdjustQuantitiesUserErrorCode = {}));
3667
3667
  /** Possible error codes that can be returned by `InventoryBulkToggleActivationUserError`. */
3668
3668
  var InventoryBulkToggleActivationUserErrorCode;
3669
3669
  (function (InventoryBulkToggleActivationUserErrorCode) {
@@ -3696,7 +3696,7 @@ var InventoryBulkToggleActivationUserErrorCode;
3696
3696
  InventoryBulkToggleActivationUserErrorCode["MissingSku"] = "MISSING_SKU";
3697
3697
  /** Cannot unstock this inventory item from this location because it has unavailable quantities. */
3698
3698
  InventoryBulkToggleActivationUserErrorCode["ReservedInventoryAtLocation"] = "RESERVED_INVENTORY_AT_LOCATION";
3699
- })(InventoryBulkToggleActivationUserErrorCode = exports.InventoryBulkToggleActivationUserErrorCode || (exports.InventoryBulkToggleActivationUserErrorCode = {}));
3699
+ })(InventoryBulkToggleActivationUserErrorCode || (exports.InventoryBulkToggleActivationUserErrorCode = InventoryBulkToggleActivationUserErrorCode = {}));
3700
3700
  /** Possible error codes that can be returned by `InventoryMoveQuantitiesUserError`. */
3701
3701
  var InventoryMoveQuantitiesUserErrorCode;
3702
3702
  (function (InventoryMoveQuantitiesUserErrorCode) {
@@ -3734,7 +3734,7 @@ var InventoryMoveQuantitiesUserErrorCode;
3734
3734
  InventoryMoveQuantitiesUserErrorCode["NonMutableInventoryItem"] = "NON_MUTABLE_INVENTORY_ITEM";
3735
3735
  /** The quantity names for each change can't be the same. */
3736
3736
  InventoryMoveQuantitiesUserErrorCode["SameQuantityName"] = "SAME_QUANTITY_NAME";
3737
- })(InventoryMoveQuantitiesUserErrorCode = exports.InventoryMoveQuantitiesUserErrorCode || (exports.InventoryMoveQuantitiesUserErrorCode = {}));
3737
+ })(InventoryMoveQuantitiesUserErrorCode || (exports.InventoryMoveQuantitiesUserErrorCode = InventoryMoveQuantitiesUserErrorCode = {}));
3738
3738
  /** Possible error codes that can be returned by `InventorySetOnHandQuantitiesUserError`. */
3739
3739
  var InventorySetOnHandQuantitiesUserErrorCode;
3740
3740
  (function (InventorySetOnHandQuantitiesUserErrorCode) {
@@ -3756,7 +3756,7 @@ var InventorySetOnHandQuantitiesUserErrorCode;
3756
3756
  InventorySetOnHandQuantitiesUserErrorCode["NonMutableInventoryItem"] = "NON_MUTABLE_INVENTORY_ITEM";
3757
3757
  /** The on-hand quantities couldn't be set. Try again. */
3758
3758
  InventorySetOnHandQuantitiesUserErrorCode["SetOnHandQuantitiesFailed"] = "SET_ON_HAND_QUANTITIES_FAILED";
3759
- })(InventorySetOnHandQuantitiesUserErrorCode = exports.InventorySetOnHandQuantitiesUserErrorCode || (exports.InventorySetOnHandQuantitiesUserErrorCode = {}));
3759
+ })(InventorySetOnHandQuantitiesUserErrorCode || (exports.InventorySetOnHandQuantitiesUserErrorCode = InventorySetOnHandQuantitiesUserErrorCode = {}));
3760
3760
  /** Possible error codes that can be returned by `InventorySetQuantitiesUserError`. */
3761
3761
  var InventorySetQuantitiesUserErrorCode;
3762
3762
  (function (InventorySetQuantitiesUserErrorCode) {
@@ -3782,7 +3782,7 @@ var InventorySetQuantitiesUserErrorCode;
3782
3782
  InventorySetQuantitiesUserErrorCode["ItemNotStockedAtLocation"] = "ITEM_NOT_STOCKED_AT_LOCATION";
3783
3783
  /** The combination of inventoryItemId and locationId must be unique. */
3784
3784
  InventorySetQuantitiesUserErrorCode["NoDuplicateInventoryItemIdGroupIdPair"] = "NO_DUPLICATE_INVENTORY_ITEM_ID_GROUP_ID_PAIR";
3785
- })(InventorySetQuantitiesUserErrorCode = exports.InventorySetQuantitiesUserErrorCode || (exports.InventorySetQuantitiesUserErrorCode = {}));
3785
+ })(InventorySetQuantitiesUserErrorCode || (exports.InventorySetQuantitiesUserErrorCode = InventorySetQuantitiesUserErrorCode = {}));
3786
3786
  /** Possible error codes that can be returned by `InventorySetScheduledChangesUserError`. */
3787
3787
  var InventorySetScheduledChangesUserErrorCode;
3788
3788
  (function (InventorySetScheduledChangesUserErrorCode) {
@@ -3812,7 +3812,7 @@ var InventorySetScheduledChangesUserErrorCode;
3812
3812
  InventorySetScheduledChangesUserErrorCode["LocationNotFound"] = "LOCATION_NOT_FOUND";
3813
3813
  /** The from_name and to_name can't be the same. */
3814
3814
  InventorySetScheduledChangesUserErrorCode["SameFromToNames"] = "SAME_FROM_TO_NAMES";
3815
- })(InventorySetScheduledChangesUserErrorCode = exports.InventorySetScheduledChangesUserErrorCode || (exports.InventorySetScheduledChangesUserErrorCode = {}));
3815
+ })(InventorySetScheduledChangesUserErrorCode || (exports.InventorySetScheduledChangesUserErrorCode = InventorySetScheduledChangesUserErrorCode = {}));
3816
3816
  /** Language codes supported by Shopify. */
3817
3817
  var LanguageCode;
3818
3818
  (function (LanguageCode) {
@@ -4098,7 +4098,7 @@ var LanguageCode;
4098
4098
  LanguageCode["ZhTw"] = "ZH_TW";
4099
4099
  /** Zulu. */
4100
4100
  LanguageCode["Zu"] = "ZU";
4101
- })(LanguageCode = exports.LanguageCode || (exports.LanguageCode = {}));
4101
+ })(LanguageCode || (exports.LanguageCode = LanguageCode = {}));
4102
4102
  /** Units of measurement for length. */
4103
4103
  var LengthUnit;
4104
4104
  (function (LengthUnit) {
@@ -4114,7 +4114,7 @@ var LengthUnit;
4114
4114
  LengthUnit["Millimeters"] = "MILLIMETERS";
4115
4115
  /** 1 yard equals 3 feet. */
4116
4116
  LengthUnit["Yards"] = "YARDS";
4117
- })(LengthUnit = exports.LengthUnit || (exports.LengthUnit = {}));
4117
+ })(LengthUnit || (exports.LengthUnit = LengthUnit = {}));
4118
4118
  /** Specifies the type of the underlying localizable content. This can be used to conditionally render different UI elements such as input fields. */
4119
4119
  var LocalizableContentType;
4120
4120
  (function (LocalizableContentType) {
@@ -4152,7 +4152,7 @@ var LocalizableContentType;
4152
4152
  LocalizableContentType["Uri"] = "URI";
4153
4153
  /** A URL. */
4154
4154
  LocalizableContentType["Url"] = "URL";
4155
- })(LocalizableContentType = exports.LocalizableContentType || (exports.LocalizableContentType = {}));
4155
+ })(LocalizableContentType || (exports.LocalizableContentType = LocalizableContentType = {}));
4156
4156
  /** The key of a localization extension. */
4157
4157
  var LocalizationExtensionKey;
4158
4158
  (function (LocalizationExtensionKey) {
@@ -4228,7 +4228,7 @@ var LocalizationExtensionKey;
4228
4228
  LocalizationExtensionKey["TaxCredentialUseMx"] = "TAX_CREDENTIAL_USE_MX";
4229
4229
  /** Extension key 'tax_email_it' for country IT. */
4230
4230
  LocalizationExtensionKey["TaxEmailIt"] = "TAX_EMAIL_IT";
4231
- })(LocalizationExtensionKey = exports.LocalizationExtensionKey || (exports.LocalizationExtensionKey = {}));
4231
+ })(LocalizationExtensionKey || (exports.LocalizationExtensionKey = LocalizationExtensionKey = {}));
4232
4232
  /** The purpose of a localization extension. */
4233
4233
  var LocalizationExtensionPurpose;
4234
4234
  (function (LocalizationExtensionPurpose) {
@@ -4236,7 +4236,7 @@ var LocalizationExtensionPurpose;
4236
4236
  LocalizationExtensionPurpose["Shipping"] = "SHIPPING";
4237
4237
  /** Extensions that are used for taxes purposes, for example, invoicing. */
4238
4238
  LocalizationExtensionPurpose["Tax"] = "TAX";
4239
- })(LocalizationExtensionPurpose = exports.LocalizationExtensionPurpose || (exports.LocalizationExtensionPurpose = {}));
4239
+ })(LocalizationExtensionPurpose || (exports.LocalizationExtensionPurpose = LocalizationExtensionPurpose = {}));
4240
4240
  /** Possible error codes that can be returned by `LocationActivateUserError`. */
4241
4241
  var LocationActivateUserErrorCode;
4242
4242
  (function (LocationActivateUserErrorCode) {
@@ -4250,7 +4250,7 @@ var LocationActivateUserErrorCode;
4250
4250
  LocationActivateUserErrorCode["LocationLimit"] = "LOCATION_LIMIT";
4251
4251
  /** Location not found. */
4252
4252
  LocationActivateUserErrorCode["LocationNotFound"] = "LOCATION_NOT_FOUND";
4253
- })(LocationActivateUserErrorCode = exports.LocationActivateUserErrorCode || (exports.LocationActivateUserErrorCode = {}));
4253
+ })(LocationActivateUserErrorCode || (exports.LocationActivateUserErrorCode = LocationActivateUserErrorCode = {}));
4254
4254
  /** Possible error codes that can be returned by `LocationAddUserError`. */
4255
4255
  var LocationAddUserErrorCode;
4256
4256
  (function (LocationAddUserErrorCode) {
@@ -4286,7 +4286,7 @@ var LocationAddUserErrorCode;
4286
4286
  LocationAddUserErrorCode["TooShort"] = "TOO_SHORT";
4287
4287
  /** Unstructured reserved namespace. */
4288
4288
  LocationAddUserErrorCode["UnstructuredReservedNamespace"] = "UNSTRUCTURED_RESERVED_NAMESPACE";
4289
- })(LocationAddUserErrorCode = exports.LocationAddUserErrorCode || (exports.LocationAddUserErrorCode = {}));
4289
+ })(LocationAddUserErrorCode || (exports.LocationAddUserErrorCode = LocationAddUserErrorCode = {}));
4290
4290
  /** Possible error codes that can be returned by `LocationDeactivateUserError`. */
4291
4291
  var LocationDeactivateUserErrorCode;
4292
4292
  (function (LocationDeactivateUserErrorCode) {
@@ -4322,7 +4322,7 @@ var LocationDeactivateUserErrorCode;
4322
4322
  LocationDeactivateUserErrorCode["PermanentlyBlockedFromDeactivationError"] = "PERMANENTLY_BLOCKED_FROM_DEACTIVATION_ERROR";
4323
4323
  /** Location has incoming inventory. The location can be deactivated after the inventory has been received. */
4324
4324
  LocationDeactivateUserErrorCode["TemporarilyBlockedFromDeactivationError"] = "TEMPORARILY_BLOCKED_FROM_DEACTIVATION_ERROR";
4325
- })(LocationDeactivateUserErrorCode = exports.LocationDeactivateUserErrorCode || (exports.LocationDeactivateUserErrorCode = {}));
4325
+ })(LocationDeactivateUserErrorCode || (exports.LocationDeactivateUserErrorCode = LocationDeactivateUserErrorCode = {}));
4326
4326
  /** Possible error codes that can be returned by `LocationDeleteUserError`. */
4327
4327
  var LocationDeleteUserErrorCode;
4328
4328
  (function (LocationDeleteUserErrorCode) {
@@ -4338,7 +4338,7 @@ var LocationDeleteUserErrorCode;
4338
4338
  LocationDeleteUserErrorCode["LocationIsActive"] = "LOCATION_IS_ACTIVE";
4339
4339
  /** Location not found. */
4340
4340
  LocationDeleteUserErrorCode["LocationNotFound"] = "LOCATION_NOT_FOUND";
4341
- })(LocationDeleteUserErrorCode = exports.LocationDeleteUserErrorCode || (exports.LocationDeleteUserErrorCode = {}));
4341
+ })(LocationDeleteUserErrorCode || (exports.LocationDeleteUserErrorCode = LocationDeleteUserErrorCode = {}));
4342
4342
  /** Possible error codes that can be returned by `LocationEditUserError`. */
4343
4343
  var LocationEditUserErrorCode;
4344
4344
  (function (LocationEditUserErrorCode) {
@@ -4380,7 +4380,7 @@ var LocationEditUserErrorCode;
4380
4380
  LocationEditUserErrorCode["TooShort"] = "TOO_SHORT";
4381
4381
  /** Unstructured reserved namespace. */
4382
4382
  LocationEditUserErrorCode["UnstructuredReservedNamespace"] = "UNSTRUCTURED_RESERVED_NAMESPACE";
4383
- })(LocationEditUserErrorCode = exports.LocationEditUserErrorCode || (exports.LocationEditUserErrorCode = {}));
4383
+ })(LocationEditUserErrorCode || (exports.LocationEditUserErrorCode = LocationEditUserErrorCode = {}));
4384
4384
  /** The set of valid sort keys for the Location query. */
4385
4385
  var LocationSortKeys;
4386
4386
  (function (LocationSortKeys) {
@@ -4393,7 +4393,7 @@ var LocationSortKeys;
4393
4393
  * Don't use this sort key when no search query is specified.
4394
4394
  */
4395
4395
  LocationSortKeys["Relevance"] = "RELEVANCE";
4396
- })(LocationSortKeys = exports.LocationSortKeys || (exports.LocationSortKeys = {}));
4396
+ })(LocationSortKeys || (exports.LocationSortKeys = LocationSortKeys = {}));
4397
4397
  /** Highest level of validation concerns identified for the address. */
4398
4398
  var MailingAddressValidationResult;
4399
4399
  (function (MailingAddressValidationResult) {
@@ -4403,7 +4403,7 @@ var MailingAddressValidationResult;
4403
4403
  MailingAddressValidationResult["NoIssues"] = "NO_ISSUES";
4404
4404
  /** Indicates that the address has been validated and might contain invalid information. */
4405
4405
  MailingAddressValidationResult["Warning"] = "WARNING";
4406
- })(MailingAddressValidationResult = exports.MailingAddressValidationResult || (exports.MailingAddressValidationResult = {}));
4406
+ })(MailingAddressValidationResult || (exports.MailingAddressValidationResult = MailingAddressValidationResult = {}));
4407
4407
  /** Possible error codes that can be returned by `MarketCurrencySettingsUserError`. */
4408
4408
  var MarketCurrencySettingsUserErrorCode;
4409
4409
  (function (MarketCurrencySettingsUserErrorCode) {
@@ -4419,7 +4419,7 @@ var MarketCurrencySettingsUserErrorCode;
4419
4419
  MarketCurrencySettingsUserErrorCode["PrimaryMarketUsesShopCurrency"] = "PRIMARY_MARKET_USES_SHOP_CURRENCY";
4420
4420
  /** The specified currency is not supported. */
4421
4421
  MarketCurrencySettingsUserErrorCode["UnsupportedCurrency"] = "UNSUPPORTED_CURRENCY";
4422
- })(MarketCurrencySettingsUserErrorCode = exports.MarketCurrencySettingsUserErrorCode || (exports.MarketCurrencySettingsUserErrorCode = {}));
4422
+ })(MarketCurrencySettingsUserErrorCode || (exports.MarketCurrencySettingsUserErrorCode = MarketCurrencySettingsUserErrorCode = {}));
4423
4423
  /** The type of resources that are market localizable. */
4424
4424
  var MarketLocalizableResourceType;
4425
4425
  (function (MarketLocalizableResourceType) {
@@ -4427,7 +4427,7 @@ var MarketLocalizableResourceType;
4427
4427
  MarketLocalizableResourceType["Metafield"] = "METAFIELD";
4428
4428
  /** A Metaobject. Market Localizable fields are determined by the Metaobject type. */
4429
4429
  MarketLocalizableResourceType["Metaobject"] = "METAOBJECT";
4430
- })(MarketLocalizableResourceType = exports.MarketLocalizableResourceType || (exports.MarketLocalizableResourceType = {}));
4430
+ })(MarketLocalizableResourceType || (exports.MarketLocalizableResourceType = MarketLocalizableResourceType = {}));
4431
4431
  /** Possible error codes that can be returned by `MarketUserError`. */
4432
4432
  var MarketUserErrorCode;
4433
4433
  (function (MarketUserErrorCode) {
@@ -4497,7 +4497,7 @@ var MarketUserErrorCode;
4497
4497
  MarketUserErrorCode["UnsupportedCountryRegion"] = "UNSUPPORTED_COUNTRY_REGION";
4498
4498
  /** The market web presence wasn't found. */
4499
4499
  MarketUserErrorCode["WebPresenceNotFound"] = "WEB_PRESENCE_NOT_FOUND";
4500
- })(MarketUserErrorCode = exports.MarketUserErrorCode || (exports.MarketUserErrorCode = {}));
4500
+ })(MarketUserErrorCode || (exports.MarketUserErrorCode = MarketUserErrorCode = {}));
4501
4501
  /** The error code resulted from the marketing activity extension integration. */
4502
4502
  var MarketingActivityExtensionAppErrorCode;
4503
4503
  (function (MarketingActivityExtensionAppErrorCode) {
@@ -4511,7 +4511,7 @@ var MarketingActivityExtensionAppErrorCode;
4511
4511
  MarketingActivityExtensionAppErrorCode["PlatformError"] = "PLATFORM_ERROR";
4512
4512
  /** The app has returned validation errors. */
4513
4513
  MarketingActivityExtensionAppErrorCode["ValidationError"] = "VALIDATION_ERROR";
4514
- })(MarketingActivityExtensionAppErrorCode = exports.MarketingActivityExtensionAppErrorCode || (exports.MarketingActivityExtensionAppErrorCode = {}));
4514
+ })(MarketingActivityExtensionAppErrorCode || (exports.MarketingActivityExtensionAppErrorCode = MarketingActivityExtensionAppErrorCode = {}));
4515
4515
  /** Set of possible statuses for an external marketing activity. */
4516
4516
  var MarketingActivityExternalStatus;
4517
4517
  (function (MarketingActivityExternalStatus) {
@@ -4527,7 +4527,7 @@ var MarketingActivityExternalStatus;
4527
4527
  MarketingActivityExternalStatus["Scheduled"] = "SCHEDULED";
4528
4528
  /** The marketing activity's status is unknown. */
4529
4529
  MarketingActivityExternalStatus["Undefined"] = "UNDEFINED";
4530
- })(MarketingActivityExternalStatus = exports.MarketingActivityExternalStatus || (exports.MarketingActivityExternalStatus = {}));
4530
+ })(MarketingActivityExternalStatus || (exports.MarketingActivityExternalStatus = MarketingActivityExternalStatus = {}));
4531
4531
  /** Hierarchy levels for external marketing activities. */
4532
4532
  var MarketingActivityHierarchyLevel;
4533
4533
  (function (MarketingActivityHierarchyLevel) {
@@ -4537,7 +4537,7 @@ var MarketingActivityHierarchyLevel;
4537
4537
  MarketingActivityHierarchyLevel["AdGroup"] = "AD_GROUP";
4538
4538
  /** A campaign activity. May contain either ad groups or ads as child activities. If childless, then the campaign activity should have tracking parameters assigned (URL or UTM) otherwise it won't appear in marketing reports. */
4539
4539
  MarketingActivityHierarchyLevel["Campaign"] = "CAMPAIGN";
4540
- })(MarketingActivityHierarchyLevel = exports.MarketingActivityHierarchyLevel || (exports.MarketingActivityHierarchyLevel = {}));
4540
+ })(MarketingActivityHierarchyLevel || (exports.MarketingActivityHierarchyLevel = MarketingActivityHierarchyLevel = {}));
4541
4541
  /** The set of valid sort keys for the MarketingActivity query. */
4542
4542
  var MarketingActivitySortKeys;
4543
4543
  (function (MarketingActivitySortKeys) {
@@ -4552,7 +4552,7 @@ var MarketingActivitySortKeys;
4552
4552
  MarketingActivitySortKeys["Relevance"] = "RELEVANCE";
4553
4553
  /** Sort by the `title` value. */
4554
4554
  MarketingActivitySortKeys["Title"] = "TITLE";
4555
- })(MarketingActivitySortKeys = exports.MarketingActivitySortKeys || (exports.MarketingActivitySortKeys = {}));
4555
+ })(MarketingActivitySortKeys || (exports.MarketingActivitySortKeys = MarketingActivitySortKeys = {}));
4556
4556
  /** Status helps to identify if this marketing activity has been completed, queued, failed etc. */
4557
4557
  var MarketingActivityStatus;
4558
4558
  (function (MarketingActivityStatus) {
@@ -4578,7 +4578,7 @@ var MarketingActivityStatus;
4578
4578
  MarketingActivityStatus["Scheduled"] = "SCHEDULED";
4579
4579
  /** The marketing activity's status is unknown. */
4580
4580
  MarketingActivityStatus["Undefined"] = "UNDEFINED";
4581
- })(MarketingActivityStatus = exports.MarketingActivityStatus || (exports.MarketingActivityStatus = {}));
4581
+ })(MarketingActivityStatus || (exports.MarketingActivityStatus = MarketingActivityStatus = {}));
4582
4582
  /** StatusBadgeType helps to identify the color of the status badge. */
4583
4583
  var MarketingActivityStatusBadgeType;
4584
4584
  (function (MarketingActivityStatusBadgeType) {
@@ -4592,7 +4592,7 @@ var MarketingActivityStatusBadgeType;
4592
4592
  MarketingActivityStatusBadgeType["Success"] = "SUCCESS";
4593
4593
  /** This status badge has type warning. */
4594
4594
  MarketingActivityStatusBadgeType["Warning"] = "WARNING";
4595
- })(MarketingActivityStatusBadgeType = exports.MarketingActivityStatusBadgeType || (exports.MarketingActivityStatusBadgeType = {}));
4595
+ })(MarketingActivityStatusBadgeType || (exports.MarketingActivityStatusBadgeType = MarketingActivityStatusBadgeType = {}));
4596
4596
  /** Possible error codes that can be returned by `MarketingActivityUserError`. */
4597
4597
  var MarketingActivityUserErrorCode;
4598
4598
  (function (MarketingActivityUserErrorCode) {
@@ -4646,7 +4646,7 @@ var MarketingActivityUserErrorCode;
4646
4646
  MarketingActivityUserErrorCode["NonHierarchialRequiresUtmUrlParameter"] = "NON_HIERARCHIAL_REQUIRES_UTM_URL_PARAMETER";
4647
4647
  /** The input value is already taken. */
4648
4648
  MarketingActivityUserErrorCode["Taken"] = "TAKEN";
4649
- })(MarketingActivityUserErrorCode = exports.MarketingActivityUserErrorCode || (exports.MarketingActivityUserErrorCode = {}));
4649
+ })(MarketingActivityUserErrorCode || (exports.MarketingActivityUserErrorCode = MarketingActivityUserErrorCode = {}));
4650
4650
  /** The budget type for a marketing activity. */
4651
4651
  var MarketingBudgetBudgetType;
4652
4652
  (function (MarketingBudgetBudgetType) {
@@ -4654,7 +4654,7 @@ var MarketingBudgetBudgetType;
4654
4654
  MarketingBudgetBudgetType["Daily"] = "DAILY";
4655
4655
  /** A budget for the lifetime of a marketing activity. */
4656
4656
  MarketingBudgetBudgetType["Lifetime"] = "LIFETIME";
4657
- })(MarketingBudgetBudgetType = exports.MarketingBudgetBudgetType || (exports.MarketingBudgetBudgetType = {}));
4657
+ })(MarketingBudgetBudgetType || (exports.MarketingBudgetBudgetType = MarketingBudgetBudgetType = {}));
4658
4658
  /** The medium through which the marketing activity and event reached consumers. This is used for reporting aggregation. */
4659
4659
  var MarketingChannel;
4660
4660
  (function (MarketingChannel) {
@@ -4668,7 +4668,7 @@ var MarketingChannel;
4668
4668
  MarketingChannel["Search"] = "SEARCH";
4669
4669
  /** Social media. */
4670
4670
  MarketingChannel["Social"] = "SOCIAL";
4671
- })(MarketingChannel = exports.MarketingChannel || (exports.MarketingChannel = {}));
4671
+ })(MarketingChannel || (exports.MarketingChannel = MarketingChannel = {}));
4672
4672
  /** The set of valid sort keys for the MarketingEvent query. */
4673
4673
  var MarketingEventSortKeys;
4674
4674
  (function (MarketingEventSortKeys) {
@@ -4681,7 +4681,7 @@ var MarketingEventSortKeys;
4681
4681
  MarketingEventSortKeys["Relevance"] = "RELEVANCE";
4682
4682
  /** Sort by the `started_at` value. */
4683
4683
  MarketingEventSortKeys["StartedAt"] = "STARTED_AT";
4684
- })(MarketingEventSortKeys = exports.MarketingEventSortKeys || (exports.MarketingEventSortKeys = {}));
4684
+ })(MarketingEventSortKeys || (exports.MarketingEventSortKeys = MarketingEventSortKeys = {}));
4685
4685
  /** The available types of tactics for a marketing activity. */
4686
4686
  var MarketingTactic;
4687
4687
  (function (MarketingTactic) {
@@ -4711,7 +4711,7 @@ var MarketingTactic;
4711
4711
  MarketingTactic["StorefrontApp"] = "STOREFRONT_APP";
4712
4712
  /** A transactional email. */
4713
4713
  MarketingTactic["Transactional"] = "TRANSACTIONAL";
4714
- })(MarketingTactic = exports.MarketingTactic || (exports.MarketingTactic = {}));
4714
+ })(MarketingTactic || (exports.MarketingTactic = MarketingTactic = {}));
4715
4715
  /** The possible content types for a media object. */
4716
4716
  var MediaContentType;
4717
4717
  (function (MediaContentType) {
@@ -4723,7 +4723,7 @@ var MediaContentType;
4723
4723
  MediaContentType["Model_3D"] = "MODEL_3D";
4724
4724
  /** A Shopify-hosted video. */
4725
4725
  MediaContentType["Video"] = "VIDEO";
4726
- })(MediaContentType = exports.MediaContentType || (exports.MediaContentType = {}));
4726
+ })(MediaContentType || (exports.MediaContentType = MediaContentType = {}));
4727
4727
  /** Error types for media. */
4728
4728
  var MediaErrorCode;
4729
4729
  (function (MediaErrorCode) {
@@ -4793,7 +4793,7 @@ var MediaErrorCode;
4793
4793
  MediaErrorCode["VideoMinWidthError"] = "VIDEO_MIN_WIDTH_ERROR";
4794
4794
  /** Video failed validation. */
4795
4795
  MediaErrorCode["VideoValidationError"] = "VIDEO_VALIDATION_ERROR";
4796
- })(MediaErrorCode = exports.MediaErrorCode || (exports.MediaErrorCode = {}));
4796
+ })(MediaErrorCode || (exports.MediaErrorCode = MediaErrorCode = {}));
4797
4797
  /** Host for a Media Resource. */
4798
4798
  var MediaHost;
4799
4799
  (function (MediaHost) {
@@ -4801,7 +4801,7 @@ var MediaHost;
4801
4801
  MediaHost["Vimeo"] = "VIMEO";
4802
4802
  /** Host for YouTube embedded videos. */
4803
4803
  MediaHost["Youtube"] = "YOUTUBE";
4804
- })(MediaHost = exports.MediaHost || (exports.MediaHost = {}));
4804
+ })(MediaHost || (exports.MediaHost = MediaHost = {}));
4805
4805
  /** The possible statuses for a media preview image. */
4806
4806
  var MediaPreviewImageStatus;
4807
4807
  (function (MediaPreviewImageStatus) {
@@ -4813,7 +4813,7 @@ var MediaPreviewImageStatus;
4813
4813
  MediaPreviewImageStatus["Ready"] = "READY";
4814
4814
  /** Preview image is uploaded but not yet processed. */
4815
4815
  MediaPreviewImageStatus["Uploaded"] = "UPLOADED";
4816
- })(MediaPreviewImageStatus = exports.MediaPreviewImageStatus || (exports.MediaPreviewImageStatus = {}));
4816
+ })(MediaPreviewImageStatus || (exports.MediaPreviewImageStatus = MediaPreviewImageStatus = {}));
4817
4817
  /** The possible statuses for a media object. */
4818
4818
  var MediaStatus;
4819
4819
  (function (MediaStatus) {
@@ -4825,7 +4825,7 @@ var MediaStatus;
4825
4825
  MediaStatus["Ready"] = "READY";
4826
4826
  /** Media has been uploaded but not yet processed. */
4827
4827
  MediaStatus["Uploaded"] = "UPLOADED";
4828
- })(MediaStatus = exports.MediaStatus || (exports.MediaStatus = {}));
4828
+ })(MediaStatus || (exports.MediaStatus = MediaStatus = {}));
4829
4829
  /** Possible error codes that can be returned by `MediaUserError`. */
4830
4830
  var MediaUserErrorCode;
4831
4831
  (function (MediaUserErrorCode) {
@@ -4871,7 +4871,7 @@ var MediaUserErrorCode;
4871
4871
  MediaUserErrorCode["VideoThrottleExceeded"] = "VIDEO_THROTTLE_EXCEEDED";
4872
4872
  /** Video validation failed. */
4873
4873
  MediaUserErrorCode["VideoValidationError"] = "VIDEO_VALIDATION_ERROR";
4874
- })(MediaUserErrorCode = exports.MediaUserErrorCode || (exports.MediaUserErrorCode = {}));
4874
+ })(MediaUserErrorCode || (exports.MediaUserErrorCode = MediaUserErrorCode = {}));
4875
4875
  /** Warning types for media. */
4876
4876
  var MediaWarningCode;
4877
4877
  (function (MediaWarningCode) {
@@ -4879,7 +4879,7 @@ var MediaWarningCode;
4879
4879
  MediaWarningCode["ModelLargePhysicalSize"] = "MODEL_LARGE_PHYSICAL_SIZE";
4880
4880
  /** 3D model physical size might be invalid. The dimensions of your model are very small. Consider reviewing your model to ensure they are correct. */
4881
4881
  MediaWarningCode["ModelSmallPhysicalSize"] = "MODEL_SMALL_PHYSICAL_SIZE";
4882
- })(MediaWarningCode = exports.MediaWarningCode || (exports.MediaWarningCode = {}));
4882
+ })(MediaWarningCode || (exports.MediaWarningCode = MediaWarningCode = {}));
4883
4883
  /** Possible error codes that can be returned by `MenuCreateUserError`. */
4884
4884
  var MenuCreateUserErrorCode;
4885
4885
  (function (MenuCreateUserErrorCode) {
@@ -4887,7 +4887,7 @@ var MenuCreateUserErrorCode;
4887
4887
  MenuCreateUserErrorCode["NestingTooDeep"] = "NESTING_TOO_DEEP";
4888
4888
  /** The record with the ID used as the input value couldn't be found. */
4889
4889
  MenuCreateUserErrorCode["NotFound"] = "NOT_FOUND";
4890
- })(MenuCreateUserErrorCode = exports.MenuCreateUserErrorCode || (exports.MenuCreateUserErrorCode = {}));
4890
+ })(MenuCreateUserErrorCode || (exports.MenuCreateUserErrorCode = MenuCreateUserErrorCode = {}));
4891
4891
  /** Possible error codes that can be returned by `MenuDeleteUserError`. */
4892
4892
  var MenuDeleteUserErrorCode;
4893
4893
  (function (MenuDeleteUserErrorCode) {
@@ -4895,7 +4895,7 @@ var MenuDeleteUserErrorCode;
4895
4895
  MenuDeleteUserErrorCode["MenuDoesNotExist"] = "MENU_DOES_NOT_EXIST";
4896
4896
  /** Default menu cannot be deleted. */
4897
4897
  MenuDeleteUserErrorCode["UnableToDeleteDefaultMenu"] = "UNABLE_TO_DELETE_DEFAULT_MENU";
4898
- })(MenuDeleteUserErrorCode = exports.MenuDeleteUserErrorCode || (exports.MenuDeleteUserErrorCode = {}));
4898
+ })(MenuDeleteUserErrorCode || (exports.MenuDeleteUserErrorCode = MenuDeleteUserErrorCode = {}));
4899
4899
  /** A menu item type. */
4900
4900
  var MenuItemType;
4901
4901
  (function (MenuItemType) {
@@ -4925,7 +4925,7 @@ var MenuItemType;
4925
4925
  MenuItemType["Search"] = "SEARCH";
4926
4926
  /** The shop_policy menu item type. */
4927
4927
  MenuItemType["ShopPolicy"] = "SHOP_POLICY";
4928
- })(MenuItemType = exports.MenuItemType || (exports.MenuItemType = {}));
4928
+ })(MenuItemType || (exports.MenuItemType = MenuItemType = {}));
4929
4929
  /** The set of valid sort keys for the Menu query. */
4930
4930
  var MenuSortKeys;
4931
4931
  (function (MenuSortKeys) {
@@ -4940,7 +4940,7 @@ var MenuSortKeys;
4940
4940
  MenuSortKeys["Title"] = "TITLE";
4941
4941
  /** Sort by the `updated_at` value. */
4942
4942
  MenuSortKeys["UpdatedAt"] = "UPDATED_AT";
4943
- })(MenuSortKeys = exports.MenuSortKeys || (exports.MenuSortKeys = {}));
4943
+ })(MenuSortKeys || (exports.MenuSortKeys = MenuSortKeys = {}));
4944
4944
  /** Possible error codes that can be returned by `MenuUpdateUserError`. */
4945
4945
  var MenuUpdateUserErrorCode;
4946
4946
  (function (MenuUpdateUserErrorCode) {
@@ -4948,7 +4948,7 @@ var MenuUpdateUserErrorCode;
4948
4948
  MenuUpdateUserErrorCode["NestingTooDeep"] = "NESTING_TOO_DEEP";
4949
4949
  /** The record with the ID used as the input value couldn't be found. */
4950
4950
  MenuUpdateUserErrorCode["NotFound"] = "NOT_FOUND";
4951
- })(MenuUpdateUserErrorCode = exports.MenuUpdateUserErrorCode || (exports.MenuUpdateUserErrorCode = {}));
4951
+ })(MenuUpdateUserErrorCode || (exports.MenuUpdateUserErrorCode = MenuUpdateUserErrorCode = {}));
4952
4952
  /** The class of the discount for combining purposes. */
4953
4953
  var MerchandiseDiscountClass;
4954
4954
  (function (MerchandiseDiscountClass) {
@@ -4956,7 +4956,7 @@ var MerchandiseDiscountClass;
4956
4956
  MerchandiseDiscountClass["Order"] = "ORDER";
4957
4957
  /** Combined as a product discount. */
4958
4958
  MerchandiseDiscountClass["Product"] = "PRODUCT";
4959
- })(MerchandiseDiscountClass = exports.MerchandiseDiscountClass || (exports.MerchandiseDiscountClass = {}));
4959
+ })(MerchandiseDiscountClass || (exports.MerchandiseDiscountClass = MerchandiseDiscountClass = {}));
4960
4960
  /** Possible admin access settings for metafields. */
4961
4961
  var MetafieldAdminAccess;
4962
4962
  (function (MetafieldAdminAccess) {
@@ -4970,7 +4970,7 @@ var MetafieldAdminAccess;
4970
4970
  MetafieldAdminAccess["PublicRead"] = "PUBLIC_READ";
4971
4971
  /** Owner gets full access. All applications and the merchant have read and write access. */
4972
4972
  MetafieldAdminAccess["PublicReadWrite"] = "PUBLIC_READ_WRITE";
4973
- })(MetafieldAdminAccess = exports.MetafieldAdminAccess || (exports.MetafieldAdminAccess = {}));
4973
+ })(MetafieldAdminAccess || (exports.MetafieldAdminAccess = MetafieldAdminAccess = {}));
4974
4974
  /** The possible values for setting metafield Admin API access. */
4975
4975
  var MetafieldAdminAccessInput;
4976
4976
  (function (MetafieldAdminAccessInput) {
@@ -4984,7 +4984,7 @@ var MetafieldAdminAccessInput;
4984
4984
  MetafieldAdminAccessInput["PublicRead"] = "PUBLIC_READ";
4985
4985
  /** Owner gets full access. All applications and the merchant have read and write access. */
4986
4986
  MetafieldAdminAccessInput["PublicReadWrite"] = "PUBLIC_READ_WRITE";
4987
- })(MetafieldAdminAccessInput = exports.MetafieldAdminAccessInput || (exports.MetafieldAdminAccessInput = {}));
4987
+ })(MetafieldAdminAccessInput || (exports.MetafieldAdminAccessInput = MetafieldAdminAccessInput = {}));
4988
4988
  /** Defines how the metafields of a definition can be accessed in the Customer Account API. */
4989
4989
  var MetafieldCustomerAccountAccess;
4990
4990
  (function (MetafieldCustomerAccountAccess) {
@@ -4994,7 +4994,7 @@ var MetafieldCustomerAccountAccess;
4994
4994
  MetafieldCustomerAccountAccess["Read"] = "READ";
4995
4995
  /** The Customer Account API can read and write metafields. */
4996
4996
  MetafieldCustomerAccountAccess["ReadWrite"] = "READ_WRITE";
4997
- })(MetafieldCustomerAccountAccess = exports.MetafieldCustomerAccountAccess || (exports.MetafieldCustomerAccountAccess = {}));
4997
+ })(MetafieldCustomerAccountAccess || (exports.MetafieldCustomerAccountAccess = MetafieldCustomerAccountAccess = {}));
4998
4998
  /** The possible values for setting metafield Customer Account API access. */
4999
4999
  var MetafieldCustomerAccountAccessInput;
5000
5000
  (function (MetafieldCustomerAccountAccessInput) {
@@ -5004,7 +5004,7 @@ var MetafieldCustomerAccountAccessInput;
5004
5004
  MetafieldCustomerAccountAccessInput["Read"] = "READ";
5005
5005
  /** The Customer Account API can read and write metafields. */
5006
5006
  MetafieldCustomerAccountAccessInput["ReadWrite"] = "READ_WRITE";
5007
- })(MetafieldCustomerAccountAccessInput = exports.MetafieldCustomerAccountAccessInput || (exports.MetafieldCustomerAccountAccessInput = {}));
5007
+ })(MetafieldCustomerAccountAccessInput || (exports.MetafieldCustomerAccountAccessInput = MetafieldCustomerAccountAccessInput = {}));
5008
5008
  /** Metafield definition constraint criteria to filter metafield definitions by. */
5009
5009
  var MetafieldDefinitionConstraintStatus;
5010
5010
  (function (MetafieldDefinitionConstraintStatus) {
@@ -5014,7 +5014,7 @@ var MetafieldDefinitionConstraintStatus;
5014
5014
  MetafieldDefinitionConstraintStatus["ConstrainedOnly"] = "CONSTRAINED_ONLY";
5015
5015
  /** Only returns metafield definitions that are not constrained to a resource subtype. */
5016
5016
  MetafieldDefinitionConstraintStatus["UnconstrainedOnly"] = "UNCONSTRAINED_ONLY";
5017
- })(MetafieldDefinitionConstraintStatus = exports.MetafieldDefinitionConstraintStatus || (exports.MetafieldDefinitionConstraintStatus = {}));
5017
+ })(MetafieldDefinitionConstraintStatus || (exports.MetafieldDefinitionConstraintStatus = MetafieldDefinitionConstraintStatus = {}));
5018
5018
  /** Possible error codes that can be returned by `MetafieldDefinitionCreateUserError`. */
5019
5019
  var MetafieldDefinitionCreateUserErrorCode;
5020
5020
  (function (MetafieldDefinitionCreateUserErrorCode) {
@@ -5054,7 +5054,7 @@ var MetafieldDefinitionCreateUserErrorCode;
5054
5054
  MetafieldDefinitionCreateUserErrorCode["TypeNotAllowedForConditions"] = "TYPE_NOT_ALLOWED_FOR_CONDITIONS";
5055
5055
  /** This namespace and key combination is already in use for a set of your metafields. */
5056
5056
  MetafieldDefinitionCreateUserErrorCode["UnstructuredAlreadyExists"] = "UNSTRUCTURED_ALREADY_EXISTS";
5057
- })(MetafieldDefinitionCreateUserErrorCode = exports.MetafieldDefinitionCreateUserErrorCode || (exports.MetafieldDefinitionCreateUserErrorCode = {}));
5057
+ })(MetafieldDefinitionCreateUserErrorCode || (exports.MetafieldDefinitionCreateUserErrorCode = MetafieldDefinitionCreateUserErrorCode = {}));
5058
5058
  /** Possible error codes that can be returned by `MetafieldDefinitionDeleteUserError`. */
5059
5059
  var MetafieldDefinitionDeleteUserErrorCode;
5060
5060
  (function (MetafieldDefinitionDeleteUserErrorCode) {
@@ -5072,7 +5072,7 @@ var MetafieldDefinitionDeleteUserErrorCode;
5072
5072
  MetafieldDefinitionDeleteUserErrorCode["ReferenceTypeDeletionError"] = "REFERENCE_TYPE_DELETION_ERROR";
5073
5073
  /** Deleting a definition in a reserved namespace requires deletion of its associated metafields. */
5074
5074
  MetafieldDefinitionDeleteUserErrorCode["ReservedNamespaceOrphanedMetafields"] = "RESERVED_NAMESPACE_ORPHANED_METAFIELDS";
5075
- })(MetafieldDefinitionDeleteUserErrorCode = exports.MetafieldDefinitionDeleteUserErrorCode || (exports.MetafieldDefinitionDeleteUserErrorCode = {}));
5075
+ })(MetafieldDefinitionDeleteUserErrorCode || (exports.MetafieldDefinitionDeleteUserErrorCode = MetafieldDefinitionDeleteUserErrorCode = {}));
5076
5076
  /** Possible error codes that can be returned by `MetafieldDefinitionPinUserError`. */
5077
5077
  var MetafieldDefinitionPinUserErrorCode;
5078
5078
  (function (MetafieldDefinitionPinUserErrorCode) {
@@ -5086,7 +5086,7 @@ var MetafieldDefinitionPinUserErrorCode;
5086
5086
  MetafieldDefinitionPinUserErrorCode["NotFound"] = "NOT_FOUND";
5087
5087
  /** The pinned limit has been reached for owner type. */
5088
5088
  MetafieldDefinitionPinUserErrorCode["PinnedLimitReached"] = "PINNED_LIMIT_REACHED";
5089
- })(MetafieldDefinitionPinUserErrorCode = exports.MetafieldDefinitionPinUserErrorCode || (exports.MetafieldDefinitionPinUserErrorCode = {}));
5089
+ })(MetafieldDefinitionPinUserErrorCode || (exports.MetafieldDefinitionPinUserErrorCode = MetafieldDefinitionPinUserErrorCode = {}));
5090
5090
  /** Possible metafield definition pinned statuses. */
5091
5091
  var MetafieldDefinitionPinnedStatus;
5092
5092
  (function (MetafieldDefinitionPinnedStatus) {
@@ -5096,7 +5096,7 @@ var MetafieldDefinitionPinnedStatus;
5096
5096
  MetafieldDefinitionPinnedStatus["Pinned"] = "PINNED";
5097
5097
  /** Only metafield definitions that are not pinned. */
5098
5098
  MetafieldDefinitionPinnedStatus["Unpinned"] = "UNPINNED";
5099
- })(MetafieldDefinitionPinnedStatus = exports.MetafieldDefinitionPinnedStatus || (exports.MetafieldDefinitionPinnedStatus = {}));
5099
+ })(MetafieldDefinitionPinnedStatus || (exports.MetafieldDefinitionPinnedStatus = MetafieldDefinitionPinnedStatus = {}));
5100
5100
  /** The set of valid sort keys for the MetafieldDefinition query. */
5101
5101
  var MetafieldDefinitionSortKeys;
5102
5102
  (function (MetafieldDefinitionSortKeys) {
@@ -5111,7 +5111,7 @@ var MetafieldDefinitionSortKeys;
5111
5111
  * Don't use this sort key when no search query is specified.
5112
5112
  */
5113
5113
  MetafieldDefinitionSortKeys["Relevance"] = "RELEVANCE";
5114
- })(MetafieldDefinitionSortKeys = exports.MetafieldDefinitionSortKeys || (exports.MetafieldDefinitionSortKeys = {}));
5114
+ })(MetafieldDefinitionSortKeys || (exports.MetafieldDefinitionSortKeys = MetafieldDefinitionSortKeys = {}));
5115
5115
  /** Possible error codes that can be returned by `MetafieldDefinitionUnpinUserError`. */
5116
5116
  var MetafieldDefinitionUnpinUserErrorCode;
5117
5117
  (function (MetafieldDefinitionUnpinUserErrorCode) {
@@ -5123,7 +5123,7 @@ var MetafieldDefinitionUnpinUserErrorCode;
5123
5123
  MetafieldDefinitionUnpinUserErrorCode["NotFound"] = "NOT_FOUND";
5124
5124
  /** The metafield definition isn't pinned. */
5125
5125
  MetafieldDefinitionUnpinUserErrorCode["NotPinned"] = "NOT_PINNED";
5126
- })(MetafieldDefinitionUnpinUserErrorCode = exports.MetafieldDefinitionUnpinUserErrorCode || (exports.MetafieldDefinitionUnpinUserErrorCode = {}));
5126
+ })(MetafieldDefinitionUnpinUserErrorCode || (exports.MetafieldDefinitionUnpinUserErrorCode = MetafieldDefinitionUnpinUserErrorCode = {}));
5127
5127
  /** Possible error codes that can be returned by `MetafieldDefinitionUpdateUserError`. */
5128
5128
  var MetafieldDefinitionUpdateUserErrorCode;
5129
5129
  (function (MetafieldDefinitionUpdateUserErrorCode) {
@@ -5151,7 +5151,7 @@ var MetafieldDefinitionUpdateUserErrorCode;
5151
5151
  MetafieldDefinitionUpdateUserErrorCode["TooLong"] = "TOO_LONG";
5152
5152
  /** The definition type is not eligible to be used as collection condition. */
5153
5153
  MetafieldDefinitionUpdateUserErrorCode["TypeNotAllowedForConditions"] = "TYPE_NOT_ALLOWED_FOR_CONDITIONS";
5154
- })(MetafieldDefinitionUpdateUserErrorCode = exports.MetafieldDefinitionUpdateUserErrorCode || (exports.MetafieldDefinitionUpdateUserErrorCode = {}));
5154
+ })(MetafieldDefinitionUpdateUserErrorCode || (exports.MetafieldDefinitionUpdateUserErrorCode = MetafieldDefinitionUpdateUserErrorCode = {}));
5155
5155
  /** Possible metafield definition validation statuses. */
5156
5156
  var MetafieldDefinitionValidationStatus;
5157
5157
  (function (MetafieldDefinitionValidationStatus) {
@@ -5161,7 +5161,7 @@ var MetafieldDefinitionValidationStatus;
5161
5161
  MetafieldDefinitionValidationStatus["InProgress"] = "IN_PROGRESS";
5162
5162
  /** Some of this definition's metafields are invalid. */
5163
5163
  MetafieldDefinitionValidationStatus["SomeInvalid"] = "SOME_INVALID";
5164
- })(MetafieldDefinitionValidationStatus = exports.MetafieldDefinitionValidationStatus || (exports.MetafieldDefinitionValidationStatus = {}));
5164
+ })(MetafieldDefinitionValidationStatus || (exports.MetafieldDefinitionValidationStatus = MetafieldDefinitionValidationStatus = {}));
5165
5165
  /** Possible access levels for explicit metafield access grants. */
5166
5166
  var MetafieldGrantAccessLevel;
5167
5167
  (function (MetafieldGrantAccessLevel) {
@@ -5169,7 +5169,7 @@ var MetafieldGrantAccessLevel;
5169
5169
  MetafieldGrantAccessLevel["Read"] = "READ";
5170
5170
  /** Read and write metafield access. */
5171
5171
  MetafieldGrantAccessLevel["ReadWrite"] = "READ_WRITE";
5172
- })(MetafieldGrantAccessLevel = exports.MetafieldGrantAccessLevel || (exports.MetafieldGrantAccessLevel = {}));
5172
+ })(MetafieldGrantAccessLevel || (exports.MetafieldGrantAccessLevel = MetafieldGrantAccessLevel = {}));
5173
5173
  /** Possible types of a metafield's owner resource. */
5174
5174
  var MetafieldOwnerType;
5175
5175
  (function (MetafieldOwnerType) {
@@ -5229,7 +5229,7 @@ var MetafieldOwnerType;
5229
5229
  MetafieldOwnerType["Shop"] = "SHOP";
5230
5230
  /** The Validation metafield owner type. */
5231
5231
  MetafieldOwnerType["Validation"] = "VALIDATION";
5232
- })(MetafieldOwnerType = exports.MetafieldOwnerType || (exports.MetafieldOwnerType = {}));
5232
+ })(MetafieldOwnerType || (exports.MetafieldOwnerType = MetafieldOwnerType = {}));
5233
5233
  /** Defines how the metafields of a definition can be accessed in Storefront API surface areas, including Liquid and the GraphQL Storefront API. */
5234
5234
  var MetafieldStorefrontAccess;
5235
5235
  (function (MetafieldStorefrontAccess) {
@@ -5239,7 +5239,7 @@ var MetafieldStorefrontAccess;
5239
5239
  MetafieldStorefrontAccess["None"] = "NONE";
5240
5240
  /** Metafields are accessible in the GraphQL Storefront API and online store Liquid templates. */
5241
5241
  MetafieldStorefrontAccess["PublicRead"] = "PUBLIC_READ";
5242
- })(MetafieldStorefrontAccess = exports.MetafieldStorefrontAccess || (exports.MetafieldStorefrontAccess = {}));
5242
+ })(MetafieldStorefrontAccess || (exports.MetafieldStorefrontAccess = MetafieldStorefrontAccess = {}));
5243
5243
  /**
5244
5244
  * The possible values for setting metafield storefront access.
5245
5245
  * Storefront accesss governs both Liquid and the GraphQL Storefront API.
@@ -5250,7 +5250,7 @@ var MetafieldStorefrontAccessInput;
5250
5250
  MetafieldStorefrontAccessInput["None"] = "NONE";
5251
5251
  /** Metafields are accessible in the GraphQL Storefront API and online store Liquid templates. */
5252
5252
  MetafieldStorefrontAccessInput["PublicRead"] = "PUBLIC_READ";
5253
- })(MetafieldStorefrontAccessInput = exports.MetafieldStorefrontAccessInput || (exports.MetafieldStorefrontAccessInput = {}));
5253
+ })(MetafieldStorefrontAccessInput || (exports.MetafieldStorefrontAccessInput = MetafieldStorefrontAccessInput = {}));
5254
5254
  /** Possible metafield validation statuses. */
5255
5255
  var MetafieldValidationStatus;
5256
5256
  (function (MetafieldValidationStatus) {
@@ -5260,7 +5260,7 @@ var MetafieldValidationStatus;
5260
5260
  MetafieldValidationStatus["Invalid"] = "INVALID";
5261
5261
  /** Valid (according to definition). */
5262
5262
  MetafieldValidationStatus["Valid"] = "VALID";
5263
- })(MetafieldValidationStatus = exports.MetafieldValidationStatus || (exports.MetafieldValidationStatus = {}));
5263
+ })(MetafieldValidationStatus || (exports.MetafieldValidationStatus = MetafieldValidationStatus = {}));
5264
5264
  /**
5265
5265
  * Legacy type information for the stored value.
5266
5266
  * Replaced by `type`.
@@ -5275,7 +5275,7 @@ var MetafieldValueType;
5275
5275
  MetafieldValueType["JsonString"] = "JSON_STRING";
5276
5276
  /** A text field. */
5277
5277
  MetafieldValueType["String"] = "STRING";
5278
- })(MetafieldValueType = exports.MetafieldValueType || (exports.MetafieldValueType = {}));
5278
+ })(MetafieldValueType || (exports.MetafieldValueType = MetafieldValueType = {}));
5279
5279
  /** Possible error codes that can be returned by `MetafieldsSetUserError`. */
5280
5280
  var MetafieldsSetUserErrorCode;
5281
5281
  (function (MetafieldsSetUserErrorCode) {
@@ -5305,7 +5305,7 @@ var MetafieldsSetUserErrorCode;
5305
5305
  MetafieldsSetUserErrorCode["TooLong"] = "TOO_LONG";
5306
5306
  /** The input value is too short. */
5307
5307
  MetafieldsSetUserErrorCode["TooShort"] = "TOO_SHORT";
5308
- })(MetafieldsSetUserErrorCode = exports.MetafieldsSetUserErrorCode || (exports.MetafieldsSetUserErrorCode = {}));
5308
+ })(MetafieldsSetUserErrorCode || (exports.MetafieldsSetUserErrorCode = MetafieldsSetUserErrorCode = {}));
5309
5309
  /** Defines how the metaobjects of a definition can be accessed in admin API surface areas. */
5310
5310
  var MetaobjectAdminAccess;
5311
5311
  (function (MetaobjectAdminAccess) {
@@ -5328,7 +5328,7 @@ var MetaobjectAdminAccess;
5328
5328
  MetaobjectAdminAccess["PublicRead"] = "PUBLIC_READ";
5329
5329
  /** All applications with the `metaobjects` access scope can read and write metaobjects. */
5330
5330
  MetaobjectAdminAccess["PublicReadWrite"] = "PUBLIC_READ_WRITE";
5331
- })(MetaobjectAdminAccess = exports.MetaobjectAdminAccess || (exports.MetaobjectAdminAccess = {}));
5331
+ })(MetaobjectAdminAccess || (exports.MetaobjectAdminAccess = MetaobjectAdminAccess = {}));
5332
5332
  /** Defines visibility status for metaobjects. */
5333
5333
  var MetaobjectStatus;
5334
5334
  (function (MetaobjectStatus) {
@@ -5336,7 +5336,7 @@ var MetaobjectStatus;
5336
5336
  MetaobjectStatus["Active"] = "ACTIVE";
5337
5337
  /** The metaobjects is an internal record. */
5338
5338
  MetaobjectStatus["Draft"] = "DRAFT";
5339
- })(MetaobjectStatus = exports.MetaobjectStatus || (exports.MetaobjectStatus = {}));
5339
+ })(MetaobjectStatus || (exports.MetaobjectStatus = MetaobjectStatus = {}));
5340
5340
  /** Defines how the metaobjects of a definition can be accessed in Storefront API surface areas, including Liquid and the GraphQL Storefront API. */
5341
5341
  var MetaobjectStorefrontAccess;
5342
5342
  (function (MetaobjectStorefrontAccess) {
@@ -5347,7 +5347,7 @@ var MetaobjectStorefrontAccess;
5347
5347
  * Metaobjects are accessible in online store Liquid templates.
5348
5348
  */
5349
5349
  MetaobjectStorefrontAccess["PublicRead"] = "PUBLIC_READ";
5350
- })(MetaobjectStorefrontAccess = exports.MetaobjectStorefrontAccess || (exports.MetaobjectStorefrontAccess = {}));
5350
+ })(MetaobjectStorefrontAccess || (exports.MetaobjectStorefrontAccess = MetaobjectStorefrontAccess = {}));
5351
5351
  /** Possible error codes that can be returned by `MetaobjectUserError`. */
5352
5352
  var MetaobjectUserErrorCode;
5353
5353
  (function (MetaobjectUserErrorCode) {
@@ -5409,7 +5409,7 @@ var MetaobjectUserErrorCode;
5409
5409
  MetaobjectUserErrorCode["UrlHandleInvalid"] = "URL_HANDLE_INVALID";
5410
5410
  /** The Online Store URL handle is already taken. */
5411
5411
  MetaobjectUserErrorCode["UrlHandleTaken"] = "URL_HANDLE_TAKEN";
5412
- })(MetaobjectUserErrorCode = exports.MetaobjectUserErrorCode || (exports.MetaobjectUserErrorCode = {}));
5412
+ })(MetaobjectUserErrorCode || (exports.MetaobjectUserErrorCode = MetaobjectUserErrorCode = {}));
5413
5413
  /** The set of valid sort keys for the MethodDefinition query. */
5414
5414
  var MethodDefinitionSortKeys;
5415
5415
  (function (MethodDefinitionSortKeys) {
@@ -5422,7 +5422,7 @@ var MethodDefinitionSortKeys;
5422
5422
  * Don't use this sort key when no search query is specified.
5423
5423
  */
5424
5424
  MethodDefinitionSortKeys["Relevance"] = "RELEVANCE";
5425
- })(MethodDefinitionSortKeys = exports.MethodDefinitionSortKeys || (exports.MethodDefinitionSortKeys = {}));
5425
+ })(MethodDefinitionSortKeys || (exports.MethodDefinitionSortKeys = MethodDefinitionSortKeys = {}));
5426
5426
  /** Possible error codes that can be returned by `MobilePlatformApplicationUserError`. */
5427
5427
  var MobilePlatformApplicationUserErrorCode;
5428
5428
  (function (MobilePlatformApplicationUserErrorCode) {
@@ -5432,7 +5432,7 @@ var MobilePlatformApplicationUserErrorCode;
5432
5432
  MobilePlatformApplicationUserErrorCode["NotFound"] = "NOT_FOUND";
5433
5433
  /** The input value is too long. */
5434
5434
  MobilePlatformApplicationUserErrorCode["TooLong"] = "TOO_LONG";
5435
- })(MobilePlatformApplicationUserErrorCode = exports.MobilePlatformApplicationUserErrorCode || (exports.MobilePlatformApplicationUserErrorCode = {}));
5435
+ })(MobilePlatformApplicationUserErrorCode || (exports.MobilePlatformApplicationUserErrorCode = MobilePlatformApplicationUserErrorCode = {}));
5436
5436
  /**
5437
5437
  * The possible order action types for a
5438
5438
  * [sales agreement](https://shopify.dev/api/admin-graphql/latest/interfaces/salesagreement).
@@ -5449,7 +5449,7 @@ var OrderActionType;
5449
5449
  OrderActionType["Return"] = "RETURN";
5450
5450
  /** An unknown agreement action. Represents new actions that may be added in future versions. */
5451
5451
  OrderActionType["Unknown"] = "UNKNOWN";
5452
- })(OrderActionType = exports.OrderActionType || (exports.OrderActionType = {}));
5452
+ })(OrderActionType || (exports.OrderActionType = OrderActionType = {}));
5453
5453
  /** Represents the reason for the order's cancellation. */
5454
5454
  var OrderCancelReason;
5455
5455
  (function (OrderCancelReason) {
@@ -5465,7 +5465,7 @@ var OrderCancelReason;
5465
5465
  OrderCancelReason["Other"] = "OTHER";
5466
5466
  /** Staff made an error. */
5467
5467
  OrderCancelReason["Staff"] = "STAFF";
5468
- })(OrderCancelReason = exports.OrderCancelReason || (exports.OrderCancelReason = {}));
5468
+ })(OrderCancelReason || (exports.OrderCancelReason = OrderCancelReason = {}));
5469
5469
  /** Possible error codes that can be returned by `OrderCancelUserError`. */
5470
5470
  var OrderCancelUserErrorCode;
5471
5471
  (function (OrderCancelUserErrorCode) {
@@ -5475,13 +5475,13 @@ var OrderCancelUserErrorCode;
5475
5475
  OrderCancelUserErrorCode["NotFound"] = "NOT_FOUND";
5476
5476
  /** An order refund was requested but the user does not have the refund_orders permission. */
5477
5477
  OrderCancelUserErrorCode["NoRefundPermission"] = "NO_REFUND_PERMISSION";
5478
- })(OrderCancelUserErrorCode = exports.OrderCancelUserErrorCode || (exports.OrderCancelUserErrorCode = {}));
5478
+ })(OrderCancelUserErrorCode || (exports.OrderCancelUserErrorCode = OrderCancelUserErrorCode = {}));
5479
5479
  /** Possible error codes that can be returned by `OrderCreateMandatePaymentUserError`. */
5480
5480
  var OrderCreateMandatePaymentUserErrorCode;
5481
5481
  (function (OrderCreateMandatePaymentUserErrorCode) {
5482
5482
  /** Errors for mandate payment on order. */
5483
5483
  OrderCreateMandatePaymentUserErrorCode["OrderMandatePaymentErrorCode"] = "ORDER_MANDATE_PAYMENT_ERROR_CODE";
5484
- })(OrderCreateMandatePaymentUserErrorCode = exports.OrderCreateMandatePaymentUserErrorCode || (exports.OrderCreateMandatePaymentUserErrorCode = {}));
5484
+ })(OrderCreateMandatePaymentUserErrorCode || (exports.OrderCreateMandatePaymentUserErrorCode = OrderCreateMandatePaymentUserErrorCode = {}));
5485
5485
  /** Possible error codes that can be returned by `OrderDeleteUserError`. */
5486
5486
  var OrderDeleteUserErrorCode;
5487
5487
  (function (OrderDeleteUserErrorCode) {
@@ -5489,7 +5489,7 @@ var OrderDeleteUserErrorCode;
5489
5489
  OrderDeleteUserErrorCode["Invalid"] = "INVALID";
5490
5490
  /** The record with the ID used as the input value couldn't be found. */
5491
5491
  OrderDeleteUserErrorCode["NotFound"] = "NOT_FOUND";
5492
- })(OrderDeleteUserErrorCode = exports.OrderDeleteUserErrorCode || (exports.OrderDeleteUserErrorCode = {}));
5492
+ })(OrderDeleteUserErrorCode || (exports.OrderDeleteUserErrorCode = OrderDeleteUserErrorCode = {}));
5493
5493
  /** Represents the order's current financial status. */
5494
5494
  var OrderDisplayFinancialStatus;
5495
5495
  (function (OrderDisplayFinancialStatus) {
@@ -5509,7 +5509,7 @@ var OrderDisplayFinancialStatus;
5509
5509
  OrderDisplayFinancialStatus["Refunded"] = "REFUNDED";
5510
5510
  /** Displayed as **Voided**. */
5511
5511
  OrderDisplayFinancialStatus["Voided"] = "VOIDED";
5512
- })(OrderDisplayFinancialStatus = exports.OrderDisplayFinancialStatus || (exports.OrderDisplayFinancialStatus = {}));
5512
+ })(OrderDisplayFinancialStatus || (exports.OrderDisplayFinancialStatus = OrderDisplayFinancialStatus = {}));
5513
5513
  /** Represents the order's aggregated fulfillment status for display purposes. */
5514
5514
  var OrderDisplayFulfillmentStatus;
5515
5515
  (function (OrderDisplayFulfillmentStatus) {
@@ -5531,43 +5531,43 @@ var OrderDisplayFulfillmentStatus;
5531
5531
  OrderDisplayFulfillmentStatus["Scheduled"] = "SCHEDULED";
5532
5532
  /** Displayed as **Unfulfilled**. None of the items in the order have been fulfilled. */
5533
5533
  OrderDisplayFulfillmentStatus["Unfulfilled"] = "UNFULFILLED";
5534
- })(OrderDisplayFulfillmentStatus = exports.OrderDisplayFulfillmentStatus || (exports.OrderDisplayFulfillmentStatus = {}));
5534
+ })(OrderDisplayFulfillmentStatus || (exports.OrderDisplayFulfillmentStatus = OrderDisplayFulfillmentStatus = {}));
5535
5535
  /** Possible error codes that can be returned by `OrderEditAddShippingLineUserError`. */
5536
5536
  var OrderEditAddShippingLineUserErrorCode;
5537
5537
  (function (OrderEditAddShippingLineUserErrorCode) {
5538
5538
  /** The input value is invalid. */
5539
5539
  OrderEditAddShippingLineUserErrorCode["Invalid"] = "INVALID";
5540
- })(OrderEditAddShippingLineUserErrorCode = exports.OrderEditAddShippingLineUserErrorCode || (exports.OrderEditAddShippingLineUserErrorCode = {}));
5540
+ })(OrderEditAddShippingLineUserErrorCode || (exports.OrderEditAddShippingLineUserErrorCode = OrderEditAddShippingLineUserErrorCode = {}));
5541
5541
  /** Possible error codes that can be returned by `OrderEditRemoveDiscountUserError`. */
5542
5542
  var OrderEditRemoveDiscountUserErrorCode;
5543
5543
  (function (OrderEditRemoveDiscountUserErrorCode) {
5544
5544
  /** The input value is invalid. */
5545
5545
  OrderEditRemoveDiscountUserErrorCode["Invalid"] = "INVALID";
5546
- })(OrderEditRemoveDiscountUserErrorCode = exports.OrderEditRemoveDiscountUserErrorCode || (exports.OrderEditRemoveDiscountUserErrorCode = {}));
5546
+ })(OrderEditRemoveDiscountUserErrorCode || (exports.OrderEditRemoveDiscountUserErrorCode = OrderEditRemoveDiscountUserErrorCode = {}));
5547
5547
  /** Possible error codes that can be returned by `OrderEditRemoveShippingLineUserError`. */
5548
5548
  var OrderEditRemoveShippingLineUserErrorCode;
5549
5549
  (function (OrderEditRemoveShippingLineUserErrorCode) {
5550
5550
  /** The input value is invalid. */
5551
5551
  OrderEditRemoveShippingLineUserErrorCode["Invalid"] = "INVALID";
5552
- })(OrderEditRemoveShippingLineUserErrorCode = exports.OrderEditRemoveShippingLineUserErrorCode || (exports.OrderEditRemoveShippingLineUserErrorCode = {}));
5552
+ })(OrderEditRemoveShippingLineUserErrorCode || (exports.OrderEditRemoveShippingLineUserErrorCode = OrderEditRemoveShippingLineUserErrorCode = {}));
5553
5553
  /** Possible error codes that can be returned by `OrderEditUpdateDiscountUserError`. */
5554
5554
  var OrderEditUpdateDiscountUserErrorCode;
5555
5555
  (function (OrderEditUpdateDiscountUserErrorCode) {
5556
5556
  /** The input value is invalid. */
5557
5557
  OrderEditUpdateDiscountUserErrorCode["Invalid"] = "INVALID";
5558
- })(OrderEditUpdateDiscountUserErrorCode = exports.OrderEditUpdateDiscountUserErrorCode || (exports.OrderEditUpdateDiscountUserErrorCode = {}));
5558
+ })(OrderEditUpdateDiscountUserErrorCode || (exports.OrderEditUpdateDiscountUserErrorCode = OrderEditUpdateDiscountUserErrorCode = {}));
5559
5559
  /** Possible error codes that can be returned by `OrderEditUpdateShippingLineUserError`. */
5560
5560
  var OrderEditUpdateShippingLineUserErrorCode;
5561
5561
  (function (OrderEditUpdateShippingLineUserErrorCode) {
5562
5562
  /** The input value is invalid. */
5563
5563
  OrderEditUpdateShippingLineUserErrorCode["Invalid"] = "INVALID";
5564
- })(OrderEditUpdateShippingLineUserErrorCode = exports.OrderEditUpdateShippingLineUserErrorCode || (exports.OrderEditUpdateShippingLineUserErrorCode = {}));
5564
+ })(OrderEditUpdateShippingLineUserErrorCode || (exports.OrderEditUpdateShippingLineUserErrorCode = OrderEditUpdateShippingLineUserErrorCode = {}));
5565
5565
  /** Possible error codes that can be returned by `OrderInvoiceSendUserError`. */
5566
5566
  var OrderInvoiceSendUserErrorCode;
5567
5567
  (function (OrderInvoiceSendUserErrorCode) {
5568
5568
  /** An error occurred while sending the invoice. */
5569
5569
  OrderInvoiceSendUserErrorCode["OrderInvoiceSendUnsuccessful"] = "ORDER_INVOICE_SEND_UNSUCCESSFUL";
5570
- })(OrderInvoiceSendUserErrorCode = exports.OrderInvoiceSendUserErrorCode || (exports.OrderInvoiceSendUserErrorCode = {}));
5570
+ })(OrderInvoiceSendUserErrorCode || (exports.OrderInvoiceSendUserErrorCode = OrderInvoiceSendUserErrorCode = {}));
5571
5571
  /** The type of a payment status. */
5572
5572
  var OrderPaymentStatusResult;
5573
5573
  (function (OrderPaymentStatusResult) {
@@ -5597,7 +5597,7 @@ var OrderPaymentStatusResult;
5597
5597
  OrderPaymentStatusResult["Unknown"] = "UNKNOWN";
5598
5598
  /** The payment is voided. */
5599
5599
  OrderPaymentStatusResult["Voided"] = "VOIDED";
5600
- })(OrderPaymentStatusResult = exports.OrderPaymentStatusResult || (exports.OrderPaymentStatusResult = {}));
5600
+ })(OrderPaymentStatusResult || (exports.OrderPaymentStatusResult = OrderPaymentStatusResult = {}));
5601
5601
  /**
5602
5602
  * The order's aggregated return status that's used for display purposes.
5603
5603
  * An order might have multiple returns, so this field communicates the prioritized return status.
@@ -5617,7 +5617,7 @@ var OrderReturnStatus;
5617
5617
  OrderReturnStatus["ReturnFailed"] = "RETURN_FAILED";
5618
5618
  /** A return was requested for some items in the order. */
5619
5619
  OrderReturnStatus["ReturnRequested"] = "RETURN_REQUESTED";
5620
- })(OrderReturnStatus = exports.OrderReturnStatus || (exports.OrderReturnStatus = {}));
5620
+ })(OrderReturnStatus || (exports.OrderReturnStatus = OrderReturnStatus = {}));
5621
5621
  /** Possible error codes that can be returned by `OrderRiskAssessmentCreateUserError`. */
5622
5622
  var OrderRiskAssessmentCreateUserErrorCode;
5623
5623
  (function (OrderRiskAssessmentCreateUserErrorCode) {
@@ -5629,7 +5629,7 @@ var OrderRiskAssessmentCreateUserErrorCode;
5629
5629
  OrderRiskAssessmentCreateUserErrorCode["OrderAlreadyFulfilled"] = "ORDER_ALREADY_FULFILLED";
5630
5630
  /** Too many facts were provided for the risk assessment. */
5631
5631
  OrderRiskAssessmentCreateUserErrorCode["TooManyFacts"] = "TOO_MANY_FACTS";
5632
- })(OrderRiskAssessmentCreateUserErrorCode = exports.OrderRiskAssessmentCreateUserErrorCode || (exports.OrderRiskAssessmentCreateUserErrorCode = {}));
5632
+ })(OrderRiskAssessmentCreateUserErrorCode || (exports.OrderRiskAssessmentCreateUserErrorCode = OrderRiskAssessmentCreateUserErrorCode = {}));
5633
5633
  /** The likelihood that an order is fraudulent. */
5634
5634
  var OrderRiskLevel;
5635
5635
  (function (OrderRiskLevel) {
@@ -5639,7 +5639,7 @@ var OrderRiskLevel;
5639
5639
  OrderRiskLevel["Low"] = "LOW";
5640
5640
  /** There is a medium level of risk that this order is fraudulent. */
5641
5641
  OrderRiskLevel["Medium"] = "MEDIUM";
5642
- })(OrderRiskLevel = exports.OrderRiskLevel || (exports.OrderRiskLevel = {}));
5642
+ })(OrderRiskLevel || (exports.OrderRiskLevel = OrderRiskLevel = {}));
5643
5643
  /** List of possible values for an OrderRiskRecommendation recommendation. */
5644
5644
  var OrderRiskRecommendationResult;
5645
5645
  (function (OrderRiskRecommendationResult) {
@@ -5651,7 +5651,7 @@ var OrderRiskRecommendationResult;
5651
5651
  OrderRiskRecommendationResult["Investigate"] = "INVESTIGATE";
5652
5652
  /** There is no recommended action for the order. */
5653
5653
  OrderRiskRecommendationResult["None"] = "NONE";
5654
- })(OrderRiskRecommendationResult = exports.OrderRiskRecommendationResult || (exports.OrderRiskRecommendationResult = {}));
5654
+ })(OrderRiskRecommendationResult || (exports.OrderRiskRecommendationResult = OrderRiskRecommendationResult = {}));
5655
5655
  /** The set of valid sort keys for the Order query. */
5656
5656
  var OrderSortKeys;
5657
5657
  (function (OrderSortKeys) {
@@ -5684,7 +5684,7 @@ var OrderSortKeys;
5684
5684
  OrderSortKeys["TotalPrice"] = "TOTAL_PRICE";
5685
5685
  /** Sort by the `updated_at` value. */
5686
5686
  OrderSortKeys["UpdatedAt"] = "UPDATED_AT";
5687
- })(OrderSortKeys = exports.OrderSortKeys || (exports.OrderSortKeys = {}));
5687
+ })(OrderSortKeys || (exports.OrderSortKeys = OrderSortKeys = {}));
5688
5688
  /** A standardized error code, independent of the payment provider. */
5689
5689
  var OrderTransactionErrorCode;
5690
5690
  (function (OrderTransactionErrorCode) {
@@ -5742,7 +5742,7 @@ var OrderTransactionErrorCode;
5742
5742
  OrderTransactionErrorCode["TestModeLiveCard"] = "TEST_MODE_LIVE_CARD";
5743
5743
  /** The gateway or merchant configuration doesn't support a feature, such as network tokenization. */
5744
5744
  OrderTransactionErrorCode["UnsupportedFeature"] = "UNSUPPORTED_FEATURE";
5745
- })(OrderTransactionErrorCode = exports.OrderTransactionErrorCode || (exports.OrderTransactionErrorCode = {}));
5745
+ })(OrderTransactionErrorCode || (exports.OrderTransactionErrorCode = OrderTransactionErrorCode = {}));
5746
5746
  /** The different kinds of order transactions. */
5747
5747
  var OrderTransactionKind;
5748
5748
  (function (OrderTransactionKind) {
@@ -5768,7 +5768,7 @@ var OrderTransactionKind;
5768
5768
  OrderTransactionKind["SuggestedRefund"] = "SUGGESTED_REFUND";
5769
5769
  /** A cancelation of an authorization transaction. */
5770
5770
  OrderTransactionKind["Void"] = "VOID";
5771
- })(OrderTransactionKind = exports.OrderTransactionKind || (exports.OrderTransactionKind = {}));
5771
+ })(OrderTransactionKind || (exports.OrderTransactionKind = OrderTransactionKind = {}));
5772
5772
  /** The different states that an `OrderTransaction` can have. */
5773
5773
  var OrderTransactionStatus;
5774
5774
  (function (OrderTransactionStatus) {
@@ -5784,7 +5784,7 @@ var OrderTransactionStatus;
5784
5784
  OrderTransactionStatus["Success"] = "SUCCESS";
5785
5785
  /** The transaction status is unknown. */
5786
5786
  OrderTransactionStatus["Unknown"] = "UNKNOWN";
5787
- })(OrderTransactionStatus = exports.OrderTransactionStatus || (exports.OrderTransactionStatus = {}));
5787
+ })(OrderTransactionStatus || (exports.OrderTransactionStatus = OrderTransactionStatus = {}));
5788
5788
  /** Possible error codes that can be returned by `PaymentCustomizationError`. */
5789
5789
  var PaymentCustomizationErrorCode;
5790
5790
  (function (PaymentCustomizationErrorCode) {
@@ -5810,7 +5810,7 @@ var PaymentCustomizationErrorCode;
5810
5810
  PaymentCustomizationErrorCode["PaymentCustomizationNotFound"] = "PAYMENT_CUSTOMIZATION_NOT_FOUND";
5811
5811
  /** Required input field must be present. */
5812
5812
  PaymentCustomizationErrorCode["RequiredInputField"] = "REQUIRED_INPUT_FIELD";
5813
- })(PaymentCustomizationErrorCode = exports.PaymentCustomizationErrorCode || (exports.PaymentCustomizationErrorCode = {}));
5813
+ })(PaymentCustomizationErrorCode || (exports.PaymentCustomizationErrorCode = PaymentCustomizationErrorCode = {}));
5814
5814
  /** Some of the payment methods used in Shopify. */
5815
5815
  var PaymentMethods;
5816
5816
  (function (PaymentMethods) {
@@ -5836,25 +5836,25 @@ var PaymentMethods;
5836
5836
  /** The payment method for UnionPay payment. */
5837
5837
  PaymentMethods["Unionpay"] = "UNIONPAY";
5838
5838
  PaymentMethods["Visa"] = "VISA";
5839
- })(PaymentMethods = exports.PaymentMethods || (exports.PaymentMethods = {}));
5839
+ })(PaymentMethods || (exports.PaymentMethods = PaymentMethods = {}));
5840
5840
  /** Possible error codes that can be returned by `PaymentReminderSendUserError`. */
5841
5841
  var PaymentReminderSendUserErrorCode;
5842
5842
  (function (PaymentReminderSendUserErrorCode) {
5843
5843
  /** An error occurred while sending the payment reminder. */
5844
5844
  PaymentReminderSendUserErrorCode["PaymentReminderSendUnsuccessful"] = "PAYMENT_REMINDER_SEND_UNSUCCESSFUL";
5845
- })(PaymentReminderSendUserErrorCode = exports.PaymentReminderSendUserErrorCode || (exports.PaymentReminderSendUserErrorCode = {}));
5845
+ })(PaymentReminderSendUserErrorCode || (exports.PaymentReminderSendUserErrorCode = PaymentReminderSendUserErrorCode = {}));
5846
5846
  /** Possible error codes that can be returned by `PaymentTermsCreateUserError`. */
5847
5847
  var PaymentTermsCreateUserErrorCode;
5848
5848
  (function (PaymentTermsCreateUserErrorCode) {
5849
5849
  /** An error occurred while creating payment terms. */
5850
5850
  PaymentTermsCreateUserErrorCode["PaymentTermsCreationUnsuccessful"] = "PAYMENT_TERMS_CREATION_UNSUCCESSFUL";
5851
- })(PaymentTermsCreateUserErrorCode = exports.PaymentTermsCreateUserErrorCode || (exports.PaymentTermsCreateUserErrorCode = {}));
5851
+ })(PaymentTermsCreateUserErrorCode || (exports.PaymentTermsCreateUserErrorCode = PaymentTermsCreateUserErrorCode = {}));
5852
5852
  /** Possible error codes that can be returned by `PaymentTermsDeleteUserError`. */
5853
5853
  var PaymentTermsDeleteUserErrorCode;
5854
5854
  (function (PaymentTermsDeleteUserErrorCode) {
5855
5855
  /** An error occurred while deleting payment terms. */
5856
5856
  PaymentTermsDeleteUserErrorCode["PaymentTermsDeleteUnsuccessful"] = "PAYMENT_TERMS_DELETE_UNSUCCESSFUL";
5857
- })(PaymentTermsDeleteUserErrorCode = exports.PaymentTermsDeleteUserErrorCode || (exports.PaymentTermsDeleteUserErrorCode = {}));
5857
+ })(PaymentTermsDeleteUserErrorCode || (exports.PaymentTermsDeleteUserErrorCode = PaymentTermsDeleteUserErrorCode = {}));
5858
5858
  /** The type of a payment terms or a payment terms template. */
5859
5859
  var PaymentTermsType;
5860
5860
  (function (PaymentTermsType) {
@@ -5868,13 +5868,13 @@ var PaymentTermsType;
5868
5868
  PaymentTermsType["Receipt"] = "RECEIPT";
5869
5869
  /** The type of the payment terms or payment terms template is unknown. */
5870
5870
  PaymentTermsType["Unknown"] = "UNKNOWN";
5871
- })(PaymentTermsType = exports.PaymentTermsType || (exports.PaymentTermsType = {}));
5871
+ })(PaymentTermsType || (exports.PaymentTermsType = PaymentTermsType = {}));
5872
5872
  /** Possible error codes that can be returned by `PaymentTermsUpdateUserError`. */
5873
5873
  var PaymentTermsUpdateUserErrorCode;
5874
5874
  (function (PaymentTermsUpdateUserErrorCode) {
5875
5875
  /** An error occurred while updating payment terms. */
5876
5876
  PaymentTermsUpdateUserErrorCode["PaymentTermsUpdateUnsuccessful"] = "PAYMENT_TERMS_UPDATE_UNSUCCESSFUL";
5877
- })(PaymentTermsUpdateUserErrorCode = exports.PaymentTermsUpdateUserErrorCode || (exports.PaymentTermsUpdateUserErrorCode = {}));
5877
+ })(PaymentTermsUpdateUserErrorCode || (exports.PaymentTermsUpdateUserErrorCode = PaymentTermsUpdateUserErrorCode = {}));
5878
5878
  /** The set of valid sort keys for the Payout query. */
5879
5879
  var PayoutSortKeys;
5880
5880
  (function (PayoutSortKeys) {
@@ -5903,7 +5903,7 @@ var PayoutSortKeys;
5903
5903
  PayoutSortKeys["ShippingLabelGross"] = "SHIPPING_LABEL_GROSS";
5904
5904
  /** Sort by the `status` value. */
5905
5905
  PayoutSortKeys["Status"] = "STATUS";
5906
- })(PayoutSortKeys = exports.PayoutSortKeys || (exports.PayoutSortKeys = {}));
5906
+ })(PayoutSortKeys || (exports.PayoutSortKeys = PayoutSortKeys = {}));
5907
5907
  /** Represents a valid PayPal Express subscriptions gateway status. */
5908
5908
  var PaypalExpressSubscriptionsGatewayStatus;
5909
5909
  (function (PaypalExpressSubscriptionsGatewayStatus) {
@@ -5913,7 +5913,7 @@ var PaypalExpressSubscriptionsGatewayStatus;
5913
5913
  PaypalExpressSubscriptionsGatewayStatus["Enabled"] = "ENABLED";
5914
5914
  /** The status is pending. */
5915
5915
  PaypalExpressSubscriptionsGatewayStatus["Pending"] = "PENDING";
5916
- })(PaypalExpressSubscriptionsGatewayStatus = exports.PaypalExpressSubscriptionsGatewayStatus || (exports.PaypalExpressSubscriptionsGatewayStatus = {}));
5916
+ })(PaypalExpressSubscriptionsGatewayStatus || (exports.PaypalExpressSubscriptionsGatewayStatus = PaypalExpressSubscriptionsGatewayStatus = {}));
5917
5917
  /** How to caluclate the parent product variant's price while bulk updating variant relationships. */
5918
5918
  var PriceCalculationType;
5919
5919
  (function (PriceCalculationType) {
@@ -5923,7 +5923,7 @@ var PriceCalculationType;
5923
5923
  PriceCalculationType["Fixed"] = "FIXED";
5924
5924
  /** The price of the parent will not be adjusted. */
5925
5925
  PriceCalculationType["None"] = "NONE";
5926
- })(PriceCalculationType = exports.PriceCalculationType || (exports.PriceCalculationType = {}));
5926
+ })(PriceCalculationType || (exports.PriceCalculationType = PriceCalculationType = {}));
5927
5927
  /** Represents a percentage price adjustment type. */
5928
5928
  var PriceListAdjustmentType;
5929
5929
  (function (PriceListAdjustmentType) {
@@ -5931,7 +5931,7 @@ var PriceListAdjustmentType;
5931
5931
  PriceListAdjustmentType["PercentageDecrease"] = "PERCENTAGE_DECREASE";
5932
5932
  /** Percentage increase type. Prices will have a higher value. */
5933
5933
  PriceListAdjustmentType["PercentageIncrease"] = "PERCENTAGE_INCREASE";
5934
- })(PriceListAdjustmentType = exports.PriceListAdjustmentType || (exports.PriceListAdjustmentType = {}));
5934
+ })(PriceListAdjustmentType || (exports.PriceListAdjustmentType = PriceListAdjustmentType = {}));
5935
5935
  /** Represents how the compare at price will be determined for a price list. */
5936
5936
  var PriceListCompareAtMode;
5937
5937
  (function (PriceListCompareAtMode) {
@@ -5939,7 +5939,7 @@ var PriceListCompareAtMode;
5939
5939
  PriceListCompareAtMode["Adjusted"] = "ADJUSTED";
5940
5940
  /** The compare at prices are set to `null` unless explicitly defined by a fixed price value. */
5941
5941
  PriceListCompareAtMode["Nullify"] = "NULLIFY";
5942
- })(PriceListCompareAtMode = exports.PriceListCompareAtMode || (exports.PriceListCompareAtMode = {}));
5942
+ })(PriceListCompareAtMode || (exports.PriceListCompareAtMode = PriceListCompareAtMode = {}));
5943
5943
  /** Possible error codes that can be returned by `PriceListFixedPricesByProductBulkUpdateUserError`. */
5944
5944
  var PriceListFixedPricesByProductBulkUpdateUserErrorCode;
5945
5945
  (function (PriceListFixedPricesByProductBulkUpdateUserErrorCode) {
@@ -5957,7 +5957,7 @@ var PriceListFixedPricesByProductBulkUpdateUserErrorCode;
5957
5957
  PriceListFixedPricesByProductBulkUpdateUserErrorCode["PriceListDoesNotExist"] = "PRICE_LIST_DOES_NOT_EXIST";
5958
5958
  /** Product does not exist. */
5959
5959
  PriceListFixedPricesByProductBulkUpdateUserErrorCode["ProductDoesNotExist"] = "PRODUCT_DOES_NOT_EXIST";
5960
- })(PriceListFixedPricesByProductBulkUpdateUserErrorCode = exports.PriceListFixedPricesByProductBulkUpdateUserErrorCode || (exports.PriceListFixedPricesByProductBulkUpdateUserErrorCode = {}));
5960
+ })(PriceListFixedPricesByProductBulkUpdateUserErrorCode || (exports.PriceListFixedPricesByProductBulkUpdateUserErrorCode = PriceListFixedPricesByProductBulkUpdateUserErrorCode = {}));
5961
5961
  /** Represents the origin of a price, either fixed (defined on the price list) or relative (calculated using a price list adjustment configuration). For examples, refer to [PriceList](https://shopify.dev/api/admin-graphql/latest/queries/priceList#section-examples). */
5962
5962
  var PriceListPriceOriginType;
5963
5963
  (function (PriceListPriceOriginType) {
@@ -5965,7 +5965,7 @@ var PriceListPriceOriginType;
5965
5965
  PriceListPriceOriginType["Fixed"] = "FIXED";
5966
5966
  /** The price is relative to the adjustment type and value. */
5967
5967
  PriceListPriceOriginType["Relative"] = "RELATIVE";
5968
- })(PriceListPriceOriginType = exports.PriceListPriceOriginType || (exports.PriceListPriceOriginType = {}));
5968
+ })(PriceListPriceOriginType || (exports.PriceListPriceOriginType = PriceListPriceOriginType = {}));
5969
5969
  /** Possible error codes that can be returned by `PriceListPriceUserError`. */
5970
5970
  var PriceListPriceUserErrorCode;
5971
5971
  (function (PriceListPriceUserErrorCode) {
@@ -5979,7 +5979,7 @@ var PriceListPriceUserErrorCode;
5979
5979
  PriceListPriceUserErrorCode["PriceNotFixed"] = "PRICE_NOT_FIXED";
5980
5980
  /** A fixed price for the specified product variant doesn't exist. */
5981
5981
  PriceListPriceUserErrorCode["VariantNotFound"] = "VARIANT_NOT_FOUND";
5982
- })(PriceListPriceUserErrorCode = exports.PriceListPriceUserErrorCode || (exports.PriceListPriceUserErrorCode = {}));
5982
+ })(PriceListPriceUserErrorCode || (exports.PriceListPriceUserErrorCode = PriceListPriceUserErrorCode = {}));
5983
5983
  /** The set of valid sort keys for the PriceList query. */
5984
5984
  var PriceListSortKeys;
5985
5985
  (function (PriceListSortKeys) {
@@ -5992,7 +5992,7 @@ var PriceListSortKeys;
5992
5992
  * Don't use this sort key when no search query is specified.
5993
5993
  */
5994
5994
  PriceListSortKeys["Relevance"] = "RELEVANCE";
5995
- })(PriceListSortKeys = exports.PriceListSortKeys || (exports.PriceListSortKeys = {}));
5995
+ })(PriceListSortKeys || (exports.PriceListSortKeys = PriceListSortKeys = {}));
5996
5996
  /** Possible error codes that can be returned by `PriceListUserError`. */
5997
5997
  var PriceListUserErrorCode;
5998
5998
  (function (PriceListUserErrorCode) {
@@ -6061,7 +6061,7 @@ var PriceListUserErrorCode;
6061
6061
  PriceListUserErrorCode["Taken"] = "TAKEN";
6062
6062
  /** The input value is too long. */
6063
6063
  PriceListUserErrorCode["TooLong"] = "TOO_LONG";
6064
- })(PriceListUserErrorCode = exports.PriceListUserErrorCode || (exports.PriceListUserErrorCode = {}));
6064
+ })(PriceListUserErrorCode || (exports.PriceListUserErrorCode = PriceListUserErrorCode = {}));
6065
6065
  /** The method by which the price rule's value is allocated to its entitled items. */
6066
6066
  var PriceRuleAllocationMethod;
6067
6067
  (function (PriceRuleAllocationMethod) {
@@ -6069,7 +6069,7 @@ var PriceRuleAllocationMethod;
6069
6069
  PriceRuleAllocationMethod["Across"] = "ACROSS";
6070
6070
  /** The value will be applied to each of the entitled items. */
6071
6071
  PriceRuleAllocationMethod["Each"] = "EACH";
6072
- })(PriceRuleAllocationMethod = exports.PriceRuleAllocationMethod || (exports.PriceRuleAllocationMethod = {}));
6072
+ })(PriceRuleAllocationMethod || (exports.PriceRuleAllocationMethod = PriceRuleAllocationMethod = {}));
6073
6073
  /** Possible error codes that could be returned by a price rule mutation. */
6074
6074
  var PriceRuleErrorCode;
6075
6075
  (function (PriceRuleErrorCode) {
@@ -6223,7 +6223,7 @@ var PriceRuleErrorCode;
6223
6223
  PriceRuleErrorCode["TooShort"] = "TOO_SHORT";
6224
6224
  /** The variant is already entitled through a product. */
6225
6225
  PriceRuleErrorCode["VariantAlreadyEntitledThroughProduct"] = "VARIANT_ALREADY_ENTITLED_THROUGH_PRODUCT";
6226
- })(PriceRuleErrorCode = exports.PriceRuleErrorCode || (exports.PriceRuleErrorCode = {}));
6226
+ })(PriceRuleErrorCode || (exports.PriceRuleErrorCode = PriceRuleErrorCode = {}));
6227
6227
  /** The list of features that can be supported by a price rule. */
6228
6228
  var PriceRuleFeature;
6229
6229
  (function (PriceRuleFeature) {
@@ -6237,7 +6237,7 @@ var PriceRuleFeature;
6237
6237
  PriceRuleFeature["QuantityDiscounts"] = "QUANTITY_DISCOUNTS";
6238
6238
  /** The price rule targets specific customers. */
6239
6239
  PriceRuleFeature["SpecificCustomers"] = "SPECIFIC_CUSTOMERS";
6240
- })(PriceRuleFeature = exports.PriceRuleFeature || (exports.PriceRuleFeature = {}));
6240
+ })(PriceRuleFeature || (exports.PriceRuleFeature = PriceRuleFeature = {}));
6241
6241
  /** The type of page where a shareable price rule URL lands. */
6242
6242
  var PriceRuleShareableUrlTargetType;
6243
6243
  (function (PriceRuleShareableUrlTargetType) {
@@ -6247,7 +6247,7 @@ var PriceRuleShareableUrlTargetType;
6247
6247
  PriceRuleShareableUrlTargetType["Home"] = "HOME";
6248
6248
  /** The URL lands on a product page. */
6249
6249
  PriceRuleShareableUrlTargetType["Product"] = "PRODUCT";
6250
- })(PriceRuleShareableUrlTargetType = exports.PriceRuleShareableUrlTargetType || (exports.PriceRuleShareableUrlTargetType = {}));
6250
+ })(PriceRuleShareableUrlTargetType || (exports.PriceRuleShareableUrlTargetType = PriceRuleShareableUrlTargetType = {}));
6251
6251
  /** The set of valid sort keys for the PriceRule query. */
6252
6252
  var PriceRuleSortKeys;
6253
6253
  (function (PriceRuleSortKeys) {
@@ -6268,7 +6268,7 @@ var PriceRuleSortKeys;
6268
6268
  PriceRuleSortKeys["Title"] = "TITLE";
6269
6269
  /** Sort by the `updated_at` value. */
6270
6270
  PriceRuleSortKeys["UpdatedAt"] = "UPDATED_AT";
6271
- })(PriceRuleSortKeys = exports.PriceRuleSortKeys || (exports.PriceRuleSortKeys = {}));
6271
+ })(PriceRuleSortKeys || (exports.PriceRuleSortKeys = PriceRuleSortKeys = {}));
6272
6272
  /** The status of the price rule. */
6273
6273
  var PriceRuleStatus;
6274
6274
  (function (PriceRuleStatus) {
@@ -6278,7 +6278,7 @@ var PriceRuleStatus;
6278
6278
  PriceRuleStatus["Expired"] = "EXPIRED";
6279
6279
  /** The price rule is scheduled. */
6280
6280
  PriceRuleStatus["Scheduled"] = "SCHEDULED";
6281
- })(PriceRuleStatus = exports.PriceRuleStatus || (exports.PriceRuleStatus = {}));
6281
+ })(PriceRuleStatus || (exports.PriceRuleStatus = PriceRuleStatus = {}));
6282
6282
  /** The type of lines (line_item or shipping_line) to which the price rule applies. */
6283
6283
  var PriceRuleTarget;
6284
6284
  (function (PriceRuleTarget) {
@@ -6286,7 +6286,7 @@ var PriceRuleTarget;
6286
6286
  PriceRuleTarget["LineItem"] = "LINE_ITEM";
6287
6287
  /** The price rule applies to shipping lines. */
6288
6288
  PriceRuleTarget["ShippingLine"] = "SHIPPING_LINE";
6289
- })(PriceRuleTarget = exports.PriceRuleTarget || (exports.PriceRuleTarget = {}));
6289
+ })(PriceRuleTarget || (exports.PriceRuleTarget = PriceRuleTarget = {}));
6290
6290
  /** The list of features that can be supported by a price rule. */
6291
6291
  var PriceRuleTrait;
6292
6292
  (function (PriceRuleTrait) {
@@ -6300,7 +6300,7 @@ var PriceRuleTrait;
6300
6300
  PriceRuleTrait["QuantityDiscounts"] = "QUANTITY_DISCOUNTS";
6301
6301
  /** The price rule targets specific customers. */
6302
6302
  PriceRuleTrait["SpecificCustomers"] = "SPECIFIC_CUSTOMERS";
6303
- })(PriceRuleTrait = exports.PriceRuleTrait || (exports.PriceRuleTrait = {}));
6303
+ })(PriceRuleTrait || (exports.PriceRuleTrait = PriceRuleTrait = {}));
6304
6304
  /** Supported private metafield value types. */
6305
6305
  var PrivateMetafieldValueType;
6306
6306
  (function (PrivateMetafieldValueType) {
@@ -6310,7 +6310,7 @@ var PrivateMetafieldValueType;
6310
6310
  PrivateMetafieldValueType["JsonString"] = "JSON_STRING";
6311
6311
  /** A string metafield. */
6312
6312
  PrivateMetafieldValueType["String"] = "STRING";
6313
- })(PrivateMetafieldValueType = exports.PrivateMetafieldValueType || (exports.PrivateMetafieldValueType = {}));
6313
+ })(PrivateMetafieldValueType || (exports.PrivateMetafieldValueType = PrivateMetafieldValueType = {}));
6314
6314
  /** The status of a component option value related to a bundle. */
6315
6315
  var ProductBundleComponentOptionSelectionStatus;
6316
6316
  (function (ProductBundleComponentOptionSelectionStatus) {
@@ -6322,7 +6322,7 @@ var ProductBundleComponentOptionSelectionStatus;
6322
6322
  ProductBundleComponentOptionSelectionStatus["Selected"] = "SELECTED";
6323
6323
  /** The component option value was selected, is no longer available for the bundle. */
6324
6324
  ProductBundleComponentOptionSelectionStatus["Unavailable"] = "UNAVAILABLE";
6325
- })(ProductBundleComponentOptionSelectionStatus = exports.ProductBundleComponentOptionSelectionStatus || (exports.ProductBundleComponentOptionSelectionStatus = {}));
6325
+ })(ProductBundleComponentOptionSelectionStatus || (exports.ProductBundleComponentOptionSelectionStatus = ProductBundleComponentOptionSelectionStatus = {}));
6326
6326
  /** Possible error codes that can be returned by `ProductBundleMutationUserError`. */
6327
6327
  var ProductBundleMutationUserErrorCode;
6328
6328
  (function (ProductBundleMutationUserErrorCode) {
@@ -6334,7 +6334,7 @@ var ProductBundleMutationUserErrorCode;
6334
6334
  ProductBundleMutationUserErrorCode["JobError"] = "JOB_ERROR";
6335
6335
  /** Product does not exist. */
6336
6336
  ProductBundleMutationUserErrorCode["ProductDoesNotExist"] = "PRODUCT_DOES_NOT_EXIST";
6337
- })(ProductBundleMutationUserErrorCode = exports.ProductBundleMutationUserErrorCode || (exports.ProductBundleMutationUserErrorCode = {}));
6337
+ })(ProductBundleMutationUserErrorCode || (exports.ProductBundleMutationUserErrorCode = ProductBundleMutationUserErrorCode = {}));
6338
6338
  /** Possible error codes that can be returned by `ProductChangeStatusUserError`. */
6339
6339
  var ProductChangeStatusUserErrorCode;
6340
6340
  (function (ProductChangeStatusUserErrorCode) {
@@ -6342,7 +6342,7 @@ var ProductChangeStatusUserErrorCode;
6342
6342
  ProductChangeStatusUserErrorCode["CombinedListingsNotCompatibleWithShop"] = "COMBINED_LISTINGS_NOT_COMPATIBLE_WITH_SHOP";
6343
6343
  /** Product could not be found. */
6344
6344
  ProductChangeStatusUserErrorCode["ProductNotFound"] = "PRODUCT_NOT_FOUND";
6345
- })(ProductChangeStatusUserErrorCode = exports.ProductChangeStatusUserErrorCode || (exports.ProductChangeStatusUserErrorCode = {}));
6345
+ })(ProductChangeStatusUserErrorCode || (exports.ProductChangeStatusUserErrorCode = ProductChangeStatusUserErrorCode = {}));
6346
6346
  /** The set of valid sort keys for the ProductCollection query. */
6347
6347
  var ProductCollectionSortKeys;
6348
6348
  (function (ProductCollectionSortKeys) {
@@ -6365,7 +6365,7 @@ var ProductCollectionSortKeys;
6365
6365
  ProductCollectionSortKeys["Relevance"] = "RELEVANCE";
6366
6366
  /** Sort by the `title` value. */
6367
6367
  ProductCollectionSortKeys["Title"] = "TITLE";
6368
- })(ProductCollectionSortKeys = exports.ProductCollectionSortKeys || (exports.ProductCollectionSortKeys = {}));
6368
+ })(ProductCollectionSortKeys || (exports.ProductCollectionSortKeys = ProductCollectionSortKeys = {}));
6369
6369
  /** Possible error codes that can be returned by `ProductDeleteUserError`. */
6370
6370
  var ProductDeleteUserErrorCode;
6371
6371
  (function (ProductDeleteUserErrorCode) {
@@ -6373,7 +6373,7 @@ var ProductDeleteUserErrorCode;
6373
6373
  ProductDeleteUserErrorCode["GenericError"] = "GENERIC_ERROR";
6374
6374
  /** Product does not exist. */
6375
6375
  ProductDeleteUserErrorCode["ProductDoesNotExist"] = "PRODUCT_DOES_NOT_EXIST";
6376
- })(ProductDeleteUserErrorCode = exports.ProductDeleteUserErrorCode || (exports.ProductDeleteUserErrorCode = {}));
6376
+ })(ProductDeleteUserErrorCode || (exports.ProductDeleteUserErrorCode = ProductDeleteUserErrorCode = {}));
6377
6377
  /** Possible error codes that can be returned by `ProductDuplicateUserError`. */
6378
6378
  var ProductDuplicateUserErrorCode;
6379
6379
  (function (ProductDuplicateUserErrorCode) {
@@ -6389,7 +6389,7 @@ var ProductDuplicateUserErrorCode;
6389
6389
  ProductDuplicateUserErrorCode["GenericError"] = "GENERIC_ERROR";
6390
6390
  /** The product does not exist. */
6391
6391
  ProductDuplicateUserErrorCode["ProductDoesNotExist"] = "PRODUCT_DOES_NOT_EXIST";
6392
- })(ProductDuplicateUserErrorCode = exports.ProductDuplicateUserErrorCode || (exports.ProductDuplicateUserErrorCode = {}));
6392
+ })(ProductDuplicateUserErrorCode || (exports.ProductDuplicateUserErrorCode = ProductDuplicateUserErrorCode = {}));
6393
6393
  /** Possible error codes that can be returned by `ProductFeedCreateUserError`. */
6394
6394
  var ProductFeedCreateUserErrorCode;
6395
6395
  (function (ProductFeedCreateUserErrorCode) {
@@ -6397,13 +6397,13 @@ var ProductFeedCreateUserErrorCode;
6397
6397
  ProductFeedCreateUserErrorCode["Invalid"] = "INVALID";
6398
6398
  /** The input value is already taken. */
6399
6399
  ProductFeedCreateUserErrorCode["Taken"] = "TAKEN";
6400
- })(ProductFeedCreateUserErrorCode = exports.ProductFeedCreateUserErrorCode || (exports.ProductFeedCreateUserErrorCode = {}));
6400
+ })(ProductFeedCreateUserErrorCode || (exports.ProductFeedCreateUserErrorCode = ProductFeedCreateUserErrorCode = {}));
6401
6401
  /** Possible error codes that can be returned by `ProductFeedDeleteUserError`. */
6402
6402
  var ProductFeedDeleteUserErrorCode;
6403
6403
  (function (ProductFeedDeleteUserErrorCode) {
6404
6404
  /** The input value is invalid. */
6405
6405
  ProductFeedDeleteUserErrorCode["Invalid"] = "INVALID";
6406
- })(ProductFeedDeleteUserErrorCode = exports.ProductFeedDeleteUserErrorCode || (exports.ProductFeedDeleteUserErrorCode = {}));
6406
+ })(ProductFeedDeleteUserErrorCode || (exports.ProductFeedDeleteUserErrorCode = ProductFeedDeleteUserErrorCode = {}));
6407
6407
  /** The valid values for the status of product feed. */
6408
6408
  var ProductFeedStatus;
6409
6409
  (function (ProductFeedStatus) {
@@ -6411,13 +6411,13 @@ var ProductFeedStatus;
6411
6411
  ProductFeedStatus["Active"] = "ACTIVE";
6412
6412
  /** The product feed is inactive. */
6413
6413
  ProductFeedStatus["Inactive"] = "INACTIVE";
6414
- })(ProductFeedStatus = exports.ProductFeedStatus || (exports.ProductFeedStatus = {}));
6414
+ })(ProductFeedStatus || (exports.ProductFeedStatus = ProductFeedStatus = {}));
6415
6415
  /** Possible error codes that can be returned by `ProductFullSyncUserError`. */
6416
6416
  var ProductFullSyncUserErrorCode;
6417
6417
  (function (ProductFullSyncUserErrorCode) {
6418
6418
  /** The input value is invalid. */
6419
6419
  ProductFullSyncUserErrorCode["Invalid"] = "INVALID";
6420
- })(ProductFullSyncUserErrorCode = exports.ProductFullSyncUserErrorCode || (exports.ProductFullSyncUserErrorCode = {}));
6420
+ })(ProductFullSyncUserErrorCode || (exports.ProductFullSyncUserErrorCode = ProductFullSyncUserErrorCode = {}));
6421
6421
  /** The set of valid sort keys for the ProductImage query. */
6422
6422
  var ProductImageSortKeys;
6423
6423
  (function (ProductImageSortKeys) {
@@ -6432,7 +6432,7 @@ var ProductImageSortKeys;
6432
6432
  * Don't use this sort key when no search query is specified.
6433
6433
  */
6434
6434
  ProductImageSortKeys["Relevance"] = "RELEVANCE";
6435
- })(ProductImageSortKeys = exports.ProductImageSortKeys || (exports.ProductImageSortKeys = {}));
6435
+ })(ProductImageSortKeys || (exports.ProductImageSortKeys = ProductImageSortKeys = {}));
6436
6436
  /** The set of valid sort keys for the ProductMedia query. */
6437
6437
  var ProductMediaSortKeys;
6438
6438
  (function (ProductMediaSortKeys) {
@@ -6445,7 +6445,7 @@ var ProductMediaSortKeys;
6445
6445
  * Don't use this sort key when no search query is specified.
6446
6446
  */
6447
6447
  ProductMediaSortKeys["Relevance"] = "RELEVANCE";
6448
- })(ProductMediaSortKeys = exports.ProductMediaSortKeys || (exports.ProductMediaSortKeys = {}));
6448
+ })(ProductMediaSortKeys || (exports.ProductMediaSortKeys = ProductMediaSortKeys = {}));
6449
6449
  /** Represents the state of this product operation. */
6450
6450
  var ProductOperationStatus;
6451
6451
  (function (ProductOperationStatus) {
@@ -6455,7 +6455,7 @@ var ProductOperationStatus;
6455
6455
  ProductOperationStatus["Complete"] = "COMPLETE";
6456
6456
  /** Operation has been created. */
6457
6457
  ProductOperationStatus["Created"] = "CREATED";
6458
- })(ProductOperationStatus = exports.ProductOperationStatus || (exports.ProductOperationStatus = {}));
6458
+ })(ProductOperationStatus || (exports.ProductOperationStatus = ProductOperationStatus = {}));
6459
6459
  /** The set of strategies available for use on the `productOptionDelete` mutation. */
6460
6460
  var ProductOptionDeleteStrategy;
6461
6461
  (function (ProductOptionDeleteStrategy) {
@@ -6465,7 +6465,7 @@ var ProductOptionDeleteStrategy;
6465
6465
  ProductOptionDeleteStrategy["NonDestructive"] = "NON_DESTRUCTIVE";
6466
6466
  /** An `Option` with multiple `values` can be deleted. Remaining variants will be deleted, highest `position` first, in the event of duplicates being detected. */
6467
6467
  ProductOptionDeleteStrategy["Position"] = "POSITION";
6468
- })(ProductOptionDeleteStrategy = exports.ProductOptionDeleteStrategy || (exports.ProductOptionDeleteStrategy = {}));
6468
+ })(ProductOptionDeleteStrategy || (exports.ProductOptionDeleteStrategy = ProductOptionDeleteStrategy = {}));
6469
6469
  /** Possible error codes that can be returned by `ProductOptionUpdateUserError`. */
6470
6470
  var ProductOptionUpdateUserErrorCode;
6471
6471
  (function (ProductOptionUpdateUserErrorCode) {
@@ -6527,7 +6527,7 @@ var ProductOptionUpdateUserErrorCode;
6527
6527
  ProductOptionUpdateUserErrorCode["ProductSuspended"] = "PRODUCT_SUSPENDED";
6528
6528
  /** Operation is not supported for a combined listing parent product. */
6529
6529
  ProductOptionUpdateUserErrorCode["UnsupportedCombinedListingParentOperation"] = "UNSUPPORTED_COMBINED_LISTING_PARENT_OPERATION";
6530
- })(ProductOptionUpdateUserErrorCode = exports.ProductOptionUpdateUserErrorCode || (exports.ProductOptionUpdateUserErrorCode = {}));
6530
+ })(ProductOptionUpdateUserErrorCode || (exports.ProductOptionUpdateUserErrorCode = ProductOptionUpdateUserErrorCode = {}));
6531
6531
  /** The set of variant strategies available for use in the `productOptionUpdate` mutation. */
6532
6532
  var ProductOptionUpdateVariantStrategy;
6533
6533
  (function (ProductOptionUpdateVariantStrategy) {
@@ -6547,7 +6547,7 @@ var ProductOptionUpdateVariantStrategy;
6547
6547
  * If an option value is deleted, all variants referencing that option value will be deleted.
6548
6548
  */
6549
6549
  ProductOptionUpdateVariantStrategy["Manage"] = "MANAGE";
6550
- })(ProductOptionUpdateVariantStrategy = exports.ProductOptionUpdateVariantStrategy || (exports.ProductOptionUpdateVariantStrategy = {}));
6550
+ })(ProductOptionUpdateVariantStrategy || (exports.ProductOptionUpdateVariantStrategy = ProductOptionUpdateVariantStrategy = {}));
6551
6551
  /** Possible error codes that can be returned by `ProductOptionsCreateUserError`. */
6552
6552
  var ProductOptionsCreateUserErrorCode;
6553
6553
  (function (ProductOptionsCreateUserErrorCode) {
@@ -6595,7 +6595,7 @@ var ProductOptionsCreateUserErrorCode;
6595
6595
  ProductOptionsCreateUserErrorCode["ProductSuspended"] = "PRODUCT_SUSPENDED";
6596
6596
  /** Operation is not supported for a combined listing parent product. */
6597
6597
  ProductOptionsCreateUserErrorCode["UnsupportedCombinedListingParentOperation"] = "UNSUPPORTED_COMBINED_LISTING_PARENT_OPERATION";
6598
- })(ProductOptionsCreateUserErrorCode = exports.ProductOptionsCreateUserErrorCode || (exports.ProductOptionsCreateUserErrorCode = {}));
6598
+ })(ProductOptionsCreateUserErrorCode || (exports.ProductOptionsCreateUserErrorCode = ProductOptionsCreateUserErrorCode = {}));
6599
6599
  /** Possible error codes that can be returned by `ProductOptionsDeleteUserError`. */
6600
6600
  var ProductOptionsDeleteUserErrorCode;
6601
6601
  (function (ProductOptionsDeleteUserErrorCode) {
@@ -6615,7 +6615,7 @@ var ProductOptionsDeleteUserErrorCode;
6615
6615
  ProductOptionsDeleteUserErrorCode["ProductSuspended"] = "PRODUCT_SUSPENDED";
6616
6616
  /** Operation is not supported for a combined listing parent product. */
6617
6617
  ProductOptionsDeleteUserErrorCode["UnsupportedCombinedListingParentOperation"] = "UNSUPPORTED_COMBINED_LISTING_PARENT_OPERATION";
6618
- })(ProductOptionsDeleteUserErrorCode = exports.ProductOptionsDeleteUserErrorCode || (exports.ProductOptionsDeleteUserErrorCode = {}));
6618
+ })(ProductOptionsDeleteUserErrorCode || (exports.ProductOptionsDeleteUserErrorCode = ProductOptionsDeleteUserErrorCode = {}));
6619
6619
  /** Possible error codes that can be returned by `ProductOptionsReorderUserError`. */
6620
6620
  var ProductOptionsReorderUserErrorCode;
6621
6621
  (function (ProductOptionsReorderUserErrorCode) {
@@ -6643,7 +6643,7 @@ var ProductOptionsReorderUserErrorCode;
6643
6643
  ProductOptionsReorderUserErrorCode["OptionValueIdDoesNotExist"] = "OPTION_VALUE_ID_DOES_NOT_EXIST";
6644
6644
  /** Product does not exist. */
6645
6645
  ProductOptionsReorderUserErrorCode["ProductDoesNotExist"] = "PRODUCT_DOES_NOT_EXIST";
6646
- })(ProductOptionsReorderUserErrorCode = exports.ProductOptionsReorderUserErrorCode || (exports.ProductOptionsReorderUserErrorCode = {}));
6646
+ })(ProductOptionsReorderUserErrorCode || (exports.ProductOptionsReorderUserErrorCode = ProductOptionsReorderUserErrorCode = {}));
6647
6647
  /** Possible error codes that can be returned by `ProductSetUserError`. */
6648
6648
  var ProductSetUserErrorCode;
6649
6649
  (function (ProductSetUserErrorCode) {
@@ -6691,7 +6691,7 @@ var ProductSetUserErrorCode;
6691
6691
  ProductSetUserErrorCode["VariantsInputMissing"] = "VARIANTS_INPUT_MISSING";
6692
6692
  /** Number of product variants exceeds shop limit. */
6693
6693
  ProductSetUserErrorCode["VariantsOverLimit"] = "VARIANTS_OVER_LIMIT";
6694
- })(ProductSetUserErrorCode = exports.ProductSetUserErrorCode || (exports.ProductSetUserErrorCode = {}));
6694
+ })(ProductSetUserErrorCode || (exports.ProductSetUserErrorCode = ProductSetUserErrorCode = {}));
6695
6695
  /** The set of valid sort keys for the Product query. */
6696
6696
  var ProductSortKeys;
6697
6697
  (function (ProductSortKeys) {
@@ -6717,7 +6717,7 @@ var ProductSortKeys;
6717
6717
  ProductSortKeys["UpdatedAt"] = "UPDATED_AT";
6718
6718
  /** Sort by the `vendor` value. */
6719
6719
  ProductSortKeys["Vendor"] = "VENDOR";
6720
- })(ProductSortKeys = exports.ProductSortKeys || (exports.ProductSortKeys = {}));
6720
+ })(ProductSortKeys || (exports.ProductSortKeys = ProductSortKeys = {}));
6721
6721
  /** The possible product statuses. */
6722
6722
  var ProductStatus;
6723
6723
  (function (ProductStatus) {
@@ -6727,7 +6727,7 @@ var ProductStatus;
6727
6727
  ProductStatus["Archived"] = "ARCHIVED";
6728
6728
  /** The product isn't ready to sell and is unavailable to customers on sales channels and apps. By default, duplicated and unarchived products are set to draft. */
6729
6729
  ProductStatus["Draft"] = "DRAFT";
6730
- })(ProductStatus = exports.ProductStatus || (exports.ProductStatus = {}));
6730
+ })(ProductStatus || (exports.ProductStatus = ProductStatus = {}));
6731
6731
  /** The valid values for the inventory policy of a product variant once it is out of stock. */
6732
6732
  var ProductVariantInventoryPolicy;
6733
6733
  (function (ProductVariantInventoryPolicy) {
@@ -6735,7 +6735,7 @@ var ProductVariantInventoryPolicy;
6735
6735
  ProductVariantInventoryPolicy["Continue"] = "CONTINUE";
6736
6736
  /** Customers can't buy this product variant after it's out of stock. */
6737
6737
  ProductVariantInventoryPolicy["Deny"] = "DENY";
6738
- })(ProductVariantInventoryPolicy = exports.ProductVariantInventoryPolicy || (exports.ProductVariantInventoryPolicy = {}));
6738
+ })(ProductVariantInventoryPolicy || (exports.ProductVariantInventoryPolicy = ProductVariantInventoryPolicy = {}));
6739
6739
  /** Possible error codes that can be returned by `ProductVariantRelationshipBulkUpdateUserError`. */
6740
6740
  var ProductVariantRelationshipBulkUpdateUserErrorCode;
6741
6741
  (function (ProductVariantRelationshipBulkUpdateUserErrorCode) {
@@ -6783,7 +6783,7 @@ var ProductVariantRelationshipBulkUpdateUserErrorCode;
6783
6783
  ProductVariantRelationshipBulkUpdateUserErrorCode["UnsupportedMultipackRelationship"] = "UNSUPPORTED_MULTIPACK_RELATIONSHIP";
6784
6784
  /** A price must be provided for a parent product variant if the price calucation is set to fixed. */
6785
6785
  ProductVariantRelationshipBulkUpdateUserErrorCode["UpdateParentVariantPriceRequired"] = "UPDATE_PARENT_VARIANT_PRICE_REQUIRED";
6786
- })(ProductVariantRelationshipBulkUpdateUserErrorCode = exports.ProductVariantRelationshipBulkUpdateUserErrorCode || (exports.ProductVariantRelationshipBulkUpdateUserErrorCode = {}));
6786
+ })(ProductVariantRelationshipBulkUpdateUserErrorCode || (exports.ProductVariantRelationshipBulkUpdateUserErrorCode = ProductVariantRelationshipBulkUpdateUserErrorCode = {}));
6787
6787
  /** The set of valid sort keys for the ProductVariant query. */
6788
6788
  var ProductVariantSortKeys;
6789
6789
  (function (ProductVariantSortKeys) {
@@ -6817,7 +6817,7 @@ var ProductVariantSortKeys;
6817
6817
  ProductVariantSortKeys["Sku"] = "SKU";
6818
6818
  /** Sort by the `title` value. */
6819
6819
  ProductVariantSortKeys["Title"] = "TITLE";
6820
- })(ProductVariantSortKeys = exports.ProductVariantSortKeys || (exports.ProductVariantSortKeys = {}));
6820
+ })(ProductVariantSortKeys || (exports.ProductVariantSortKeys = ProductVariantSortKeys = {}));
6821
6821
  /** The set of strategies available for use on the `productVariantsBulkCreate` mutation. */
6822
6822
  var ProductVariantsBulkCreateStrategy;
6823
6823
  (function (ProductVariantsBulkCreateStrategy) {
@@ -6825,7 +6825,7 @@ var ProductVariantsBulkCreateStrategy;
6825
6825
  ProductVariantsBulkCreateStrategy["Default"] = "DEFAULT";
6826
6826
  /** Delete the standalone variant (when product has only a single or default variant) when creating new variants in bulk. */
6827
6827
  ProductVariantsBulkCreateStrategy["RemoveStandaloneVariant"] = "REMOVE_STANDALONE_VARIANT";
6828
- })(ProductVariantsBulkCreateStrategy = exports.ProductVariantsBulkCreateStrategy || (exports.ProductVariantsBulkCreateStrategy = {}));
6828
+ })(ProductVariantsBulkCreateStrategy || (exports.ProductVariantsBulkCreateStrategy = ProductVariantsBulkCreateStrategy = {}));
6829
6829
  /** Possible error codes that can be returned by `ProductVariantsBulkCreateUserError`. */
6830
6830
  var ProductVariantsBulkCreateUserErrorCode;
6831
6831
  (function (ProductVariantsBulkCreateUserErrorCode) {
@@ -6863,7 +6863,7 @@ var ProductVariantsBulkCreateUserErrorCode;
6863
6863
  ProductVariantsBulkCreateUserErrorCode["VariantAlreadyExists"] = "VARIANT_ALREADY_EXISTS";
6864
6864
  /** Variant options already exist. Please change the variant option(s). */
6865
6865
  ProductVariantsBulkCreateUserErrorCode["VariantAlreadyExistsChangeOptionValue"] = "VARIANT_ALREADY_EXISTS_CHANGE_OPTION_VALUE";
6866
- })(ProductVariantsBulkCreateUserErrorCode = exports.ProductVariantsBulkCreateUserErrorCode || (exports.ProductVariantsBulkCreateUserErrorCode = {}));
6866
+ })(ProductVariantsBulkCreateUserErrorCode || (exports.ProductVariantsBulkCreateUserErrorCode = ProductVariantsBulkCreateUserErrorCode = {}));
6867
6867
  /** Possible error codes that can be returned by `ProductVariantsBulkDeleteUserError`. */
6868
6868
  var ProductVariantsBulkDeleteUserErrorCode;
6869
6869
  (function (ProductVariantsBulkDeleteUserErrorCode) {
@@ -6875,7 +6875,7 @@ var ProductVariantsBulkDeleteUserErrorCode;
6875
6875
  ProductVariantsBulkDeleteUserErrorCode["ProductDoesNotExist"] = "PRODUCT_DOES_NOT_EXIST";
6876
6876
  /** Operation is not supported for a combined listing parent product. */
6877
6877
  ProductVariantsBulkDeleteUserErrorCode["UnsupportedCombinedListingParentOperation"] = "UNSUPPORTED_COMBINED_LISTING_PARENT_OPERATION";
6878
- })(ProductVariantsBulkDeleteUserErrorCode = exports.ProductVariantsBulkDeleteUserErrorCode || (exports.ProductVariantsBulkDeleteUserErrorCode = {}));
6878
+ })(ProductVariantsBulkDeleteUserErrorCode || (exports.ProductVariantsBulkDeleteUserErrorCode = ProductVariantsBulkDeleteUserErrorCode = {}));
6879
6879
  /** Possible error codes that can be returned by `ProductVariantsBulkReorderUserError`. */
6880
6880
  var ProductVariantsBulkReorderUserErrorCode;
6881
6881
  (function (ProductVariantsBulkReorderUserErrorCode) {
@@ -6887,7 +6887,7 @@ var ProductVariantsBulkReorderUserErrorCode;
6887
6887
  ProductVariantsBulkReorderUserErrorCode["MissingVariant"] = "MISSING_VARIANT";
6888
6888
  /** Product does not exist. */
6889
6889
  ProductVariantsBulkReorderUserErrorCode["ProductDoesNotExist"] = "PRODUCT_DOES_NOT_EXIST";
6890
- })(ProductVariantsBulkReorderUserErrorCode = exports.ProductVariantsBulkReorderUserErrorCode || (exports.ProductVariantsBulkReorderUserErrorCode = {}));
6890
+ })(ProductVariantsBulkReorderUserErrorCode || (exports.ProductVariantsBulkReorderUserErrorCode = ProductVariantsBulkReorderUserErrorCode = {}));
6891
6891
  /** Possible error codes that can be returned by `ProductVariantsBulkUpdateUserError`. */
6892
6892
  var ProductVariantsBulkUpdateUserErrorCode;
6893
6893
  (function (ProductVariantsBulkUpdateUserErrorCode) {
@@ -6929,7 +6929,7 @@ var ProductVariantsBulkUpdateUserErrorCode;
6929
6929
  ProductVariantsBulkUpdateUserErrorCode["UnsupportedCombinedListingParentOperation"] = "UNSUPPORTED_COMBINED_LISTING_PARENT_OPERATION";
6930
6930
  /** The variant already exists. */
6931
6931
  ProductVariantsBulkUpdateUserErrorCode["VariantAlreadyExists"] = "VARIANT_ALREADY_EXISTS";
6932
- })(ProductVariantsBulkUpdateUserErrorCode = exports.ProductVariantsBulkUpdateUserErrorCode || (exports.ProductVariantsBulkUpdateUserErrorCode = {}));
6932
+ })(ProductVariantsBulkUpdateUserErrorCode || (exports.ProductVariantsBulkUpdateUserErrorCode = ProductVariantsBulkUpdateUserErrorCode = {}));
6933
6933
  /** The set of valid sort keys for the ProfileItem query. */
6934
6934
  var ProfileItemSortKeys;
6935
6935
  (function (ProfileItemSortKeys) {
@@ -6954,7 +6954,7 @@ var ProfileItemSortKeys;
6954
6954
  ProfileItemSortKeys["UpdatedAt"] = "UPDATED_AT";
6955
6955
  /** Sort by the `vendor` value. */
6956
6956
  ProfileItemSortKeys["Vendor"] = "VENDOR";
6957
- })(ProfileItemSortKeys = exports.ProfileItemSortKeys || (exports.ProfileItemSortKeys = {}));
6957
+ })(ProfileItemSortKeys || (exports.ProfileItemSortKeys = ProfileItemSortKeys = {}));
6958
6958
  /** Possible error codes that can be returned by `PubSubWebhookSubscriptionCreateUserError`. */
6959
6959
  var PubSubWebhookSubscriptionCreateUserErrorCode;
6960
6960
  (function (PubSubWebhookSubscriptionCreateUserErrorCode) {
@@ -6962,13 +6962,13 @@ var PubSubWebhookSubscriptionCreateUserErrorCode;
6962
6962
  PubSubWebhookSubscriptionCreateUserErrorCode["InvalidParameters"] = "INVALID_PARAMETERS";
6963
6963
  /** Address for this topic has already been taken. */
6964
6964
  PubSubWebhookSubscriptionCreateUserErrorCode["Taken"] = "TAKEN";
6965
- })(PubSubWebhookSubscriptionCreateUserErrorCode = exports.PubSubWebhookSubscriptionCreateUserErrorCode || (exports.PubSubWebhookSubscriptionCreateUserErrorCode = {}));
6965
+ })(PubSubWebhookSubscriptionCreateUserErrorCode || (exports.PubSubWebhookSubscriptionCreateUserErrorCode = PubSubWebhookSubscriptionCreateUserErrorCode = {}));
6966
6966
  /** Possible error codes that can be returned by `PubSubWebhookSubscriptionUpdateUserError`. */
6967
6967
  var PubSubWebhookSubscriptionUpdateUserErrorCode;
6968
6968
  (function (PubSubWebhookSubscriptionUpdateUserErrorCode) {
6969
6969
  /** Invalid parameters provided. */
6970
6970
  PubSubWebhookSubscriptionUpdateUserErrorCode["InvalidParameters"] = "INVALID_PARAMETERS";
6971
- })(PubSubWebhookSubscriptionUpdateUserErrorCode = exports.PubSubWebhookSubscriptionUpdateUserErrorCode || (exports.PubSubWebhookSubscriptionUpdateUserErrorCode = {}));
6971
+ })(PubSubWebhookSubscriptionUpdateUserErrorCode || (exports.PubSubWebhookSubscriptionUpdateUserErrorCode = PubSubWebhookSubscriptionUpdateUserErrorCode = {}));
6972
6972
  /** The input fields for the possible values for the default state of a publication. */
6973
6973
  var PublicationCreateInputPublicationDefaultState;
6974
6974
  (function (PublicationCreateInputPublicationDefaultState) {
@@ -6976,7 +6976,7 @@ var PublicationCreateInputPublicationDefaultState;
6976
6976
  PublicationCreateInputPublicationDefaultState["AllProducts"] = "ALL_PRODUCTS";
6977
6977
  /** The publication is empty. */
6978
6978
  PublicationCreateInputPublicationDefaultState["Empty"] = "EMPTY";
6979
- })(PublicationCreateInputPublicationDefaultState = exports.PublicationCreateInputPublicationDefaultState || (exports.PublicationCreateInputPublicationDefaultState = {}));
6979
+ })(PublicationCreateInputPublicationDefaultState || (exports.PublicationCreateInputPublicationDefaultState = PublicationCreateInputPublicationDefaultState = {}));
6980
6980
  /** Possible error codes that can be returned by `PublicationUserError`. */
6981
6981
  var PublicationUserErrorCode;
6982
6982
  (function (PublicationUserErrorCode) {
@@ -7016,7 +7016,7 @@ var PublicationUserErrorCode;
7016
7016
  PublicationUserErrorCode["UnsupportedPublicationAction"] = "UNSUPPORTED_PUBLICATION_ACTION";
7017
7017
  /** A catalog publication can only contain products. */
7018
7018
  PublicationUserErrorCode["UnsupportedPublishableType"] = "UNSUPPORTED_PUBLISHABLE_TYPE";
7019
- })(PublicationUserErrorCode = exports.PublicationUserErrorCode || (exports.PublicationUserErrorCode = {}));
7019
+ })(PublicationUserErrorCode || (exports.PublicationUserErrorCode = PublicationUserErrorCode = {}));
7020
7020
  /** The set of valid sort keys for the QuantityPriceBreak query. */
7021
7021
  var QuantityPriceBreakSortKeys;
7022
7022
  (function (QuantityPriceBreakSortKeys) {
@@ -7029,7 +7029,7 @@ var QuantityPriceBreakSortKeys;
7029
7029
  * Don't use this sort key when no search query is specified.
7030
7030
  */
7031
7031
  QuantityPriceBreakSortKeys["Relevance"] = "RELEVANCE";
7032
- })(QuantityPriceBreakSortKeys = exports.QuantityPriceBreakSortKeys || (exports.QuantityPriceBreakSortKeys = {}));
7032
+ })(QuantityPriceBreakSortKeys || (exports.QuantityPriceBreakSortKeys = QuantityPriceBreakSortKeys = {}));
7033
7033
  /** Possible error codes that can be returned by `QuantityPricingByVariantUserError`. */
7034
7034
  var QuantityPricingByVariantUserErrorCode;
7035
7035
  (function (QuantityPricingByVariantUserErrorCode) {
@@ -7103,7 +7103,7 @@ var QuantityPricingByVariantUserErrorCode;
7103
7103
  QuantityPricingByVariantUserErrorCode["QuantityRuleDeleteRuleNotFound"] = "QUANTITY_RULE_DELETE_RULE_NOT_FOUND";
7104
7104
  /** Quantity rule variant not found. */
7105
7105
  QuantityPricingByVariantUserErrorCode["QuantityRuleDeleteVariantNotFound"] = "QUANTITY_RULE_DELETE_VARIANT_NOT_FOUND";
7106
- })(QuantityPricingByVariantUserErrorCode = exports.QuantityPricingByVariantUserErrorCode || (exports.QuantityPricingByVariantUserErrorCode = {}));
7106
+ })(QuantityPricingByVariantUserErrorCode || (exports.QuantityPricingByVariantUserErrorCode = QuantityPricingByVariantUserErrorCode = {}));
7107
7107
  /** The origin of quantity rule on a price list. */
7108
7108
  var QuantityRuleOriginType;
7109
7109
  (function (QuantityRuleOriginType) {
@@ -7111,7 +7111,7 @@ var QuantityRuleOriginType;
7111
7111
  QuantityRuleOriginType["Fixed"] = "FIXED";
7112
7112
  /** Quantity rule falls back to the relative rule. */
7113
7113
  QuantityRuleOriginType["Relative"] = "RELATIVE";
7114
- })(QuantityRuleOriginType = exports.QuantityRuleOriginType || (exports.QuantityRuleOriginType = {}));
7114
+ })(QuantityRuleOriginType || (exports.QuantityRuleOriginType = QuantityRuleOriginType = {}));
7115
7115
  /** Possible error codes that can be returned by `QuantityRuleUserError`. */
7116
7116
  var QuantityRuleUserErrorCode;
7117
7117
  (function (QuantityRuleUserErrorCode) {
@@ -7145,7 +7145,7 @@ var QuantityRuleUserErrorCode;
7145
7145
  QuantityRuleUserErrorCode["ProductVariantDoesNotExist"] = "PRODUCT_VARIANT_DOES_NOT_EXIST";
7146
7146
  /** Quantity rule for variant associated with the price list provided does not exist. */
7147
7147
  QuantityRuleUserErrorCode["VariantQuantityRuleDoesNotExist"] = "VARIANT_QUANTITY_RULE_DOES_NOT_EXIST";
7148
- })(QuantityRuleUserErrorCode = exports.QuantityRuleUserErrorCode || (exports.QuantityRuleUserErrorCode = {}));
7148
+ })(QuantityRuleUserErrorCode || (exports.QuantityRuleUserErrorCode = QuantityRuleUserErrorCode = {}));
7149
7149
  /** The type of refund to perform for a particular refund duty. */
7150
7150
  var RefundDutyRefundType;
7151
7151
  (function (RefundDutyRefundType) {
@@ -7153,7 +7153,7 @@ var RefundDutyRefundType;
7153
7153
  RefundDutyRefundType["Full"] = "FULL";
7154
7154
  /** The duty is proportionally refunded based on the quantity of the refunded line item. */
7155
7155
  RefundDutyRefundType["Proportional"] = "PROPORTIONAL";
7156
- })(RefundDutyRefundType = exports.RefundDutyRefundType || (exports.RefundDutyRefundType = {}));
7156
+ })(RefundDutyRefundType || (exports.RefundDutyRefundType = RefundDutyRefundType = {}));
7157
7157
  /** The type of restock performed for a particular refund line item. */
7158
7158
  var RefundLineItemRestockType;
7159
7159
  (function (RefundLineItemRestockType) {
@@ -7165,7 +7165,7 @@ var RefundLineItemRestockType;
7165
7165
  RefundLineItemRestockType["NoRestock"] = "NO_RESTOCK";
7166
7166
  /** The refund line item was returned. Use this when restocking line items that were fulfilled. */
7167
7167
  RefundLineItemRestockType["Return"] = "RETURN";
7168
- })(RefundLineItemRestockType = exports.RefundLineItemRestockType || (exports.RefundLineItemRestockType = {}));
7168
+ })(RefundLineItemRestockType || (exports.RefundLineItemRestockType = RefundLineItemRestockType = {}));
7169
7169
  /** The available icons for resource alerts. */
7170
7170
  var ResourceAlertIcon;
7171
7171
  (function (ResourceAlertIcon) {
@@ -7173,7 +7173,7 @@ var ResourceAlertIcon;
7173
7173
  ResourceAlertIcon["CheckmarkCircle"] = "CHECKMARK_CIRCLE";
7174
7174
  /** A lowercase `i` inside a circle. */
7175
7175
  ResourceAlertIcon["InformationCircle"] = "INFORMATION_CIRCLE";
7176
- })(ResourceAlertIcon = exports.ResourceAlertIcon || (exports.ResourceAlertIcon = {}));
7176
+ })(ResourceAlertIcon || (exports.ResourceAlertIcon = ResourceAlertIcon = {}));
7177
7177
  /** The possible severity levels for a resource alert. */
7178
7178
  var ResourceAlertSeverity;
7179
7179
  (function (ResourceAlertSeverity) {
@@ -7189,7 +7189,7 @@ var ResourceAlertSeverity;
7189
7189
  ResourceAlertSeverity["Success"] = "SUCCESS";
7190
7190
  /** Indicates an informative alert. For example, a new dispute. */
7191
7191
  ResourceAlertSeverity["Warning"] = "WARNING";
7192
- })(ResourceAlertSeverity = exports.ResourceAlertSeverity || (exports.ResourceAlertSeverity = {}));
7192
+ })(ResourceAlertSeverity || (exports.ResourceAlertSeverity = ResourceAlertSeverity = {}));
7193
7193
  /** The state of the resource feedback. */
7194
7194
  var ResourceFeedbackState;
7195
7195
  (function (ResourceFeedbackState) {
@@ -7197,7 +7197,7 @@ var ResourceFeedbackState;
7197
7197
  ResourceFeedbackState["Accepted"] = "ACCEPTED";
7198
7198
  /** The merchant needs to resolve an issue with the resource. */
7199
7199
  ResourceFeedbackState["RequiresAction"] = "REQUIRES_ACTION";
7200
- })(ResourceFeedbackState = exports.ResourceFeedbackState || (exports.ResourceFeedbackState = {}));
7200
+ })(ResourceFeedbackState || (exports.ResourceFeedbackState = ResourceFeedbackState = {}));
7201
7201
  /** Represents the state of this catalog operation. */
7202
7202
  var ResourceOperationStatus;
7203
7203
  (function (ResourceOperationStatus) {
@@ -7207,7 +7207,7 @@ var ResourceOperationStatus;
7207
7207
  ResourceOperationStatus["Complete"] = "COMPLETE";
7208
7208
  /** Operation has been created. */
7209
7209
  ResourceOperationStatus["Created"] = "CREATED";
7210
- })(ResourceOperationStatus = exports.ResourceOperationStatus || (exports.ResourceOperationStatus = {}));
7210
+ })(ResourceOperationStatus || (exports.ResourceOperationStatus = ResourceOperationStatus = {}));
7211
7211
  /** The reason why the merchant declined a customer's return request. */
7212
7212
  var ReturnDeclineReason;
7213
7213
  (function (ReturnDeclineReason) {
@@ -7217,7 +7217,7 @@ var ReturnDeclineReason;
7217
7217
  ReturnDeclineReason["Other"] = "OTHER";
7218
7218
  /** The return period has ended. */
7219
7219
  ReturnDeclineReason["ReturnPeriodEnded"] = "RETURN_PERIOD_ENDED";
7220
- })(ReturnDeclineReason = exports.ReturnDeclineReason || (exports.ReturnDeclineReason = {}));
7220
+ })(ReturnDeclineReason || (exports.ReturnDeclineReason = ReturnDeclineReason = {}));
7221
7221
  /** Possible error codes that can be returned by `ReturnUserError`. */
7222
7222
  var ReturnErrorCode;
7223
7223
  (function (ReturnErrorCode) {
@@ -7269,7 +7269,7 @@ var ReturnErrorCode;
7269
7269
  ReturnErrorCode["TooShort"] = "TOO_SHORT";
7270
7270
  /** The input value is the wrong length. */
7271
7271
  ReturnErrorCode["WrongLength"] = "WRONG_LENGTH";
7272
- })(ReturnErrorCode = exports.ReturnErrorCode || (exports.ReturnErrorCode = {}));
7272
+ })(ReturnErrorCode || (exports.ReturnErrorCode = ReturnErrorCode = {}));
7273
7273
  /** The reason for returning the return line item. */
7274
7274
  var ReturnReason;
7275
7275
  (function (ReturnReason) {
@@ -7293,7 +7293,7 @@ var ReturnReason;
7293
7293
  ReturnReason["Unwanted"] = "UNWANTED";
7294
7294
  /** The item is returned because the customer received the wrong one. */
7295
7295
  ReturnReason["WrongItem"] = "WRONG_ITEM";
7296
- })(ReturnReason = exports.ReturnReason || (exports.ReturnReason = {}));
7296
+ })(ReturnReason || (exports.ReturnReason = ReturnReason = {}));
7297
7297
  /** The status of a return. */
7298
7298
  var ReturnStatus;
7299
7299
  (function (ReturnStatus) {
@@ -7307,7 +7307,7 @@ var ReturnStatus;
7307
7307
  ReturnStatus["Open"] = "OPEN";
7308
7308
  /** The return was requested. */
7309
7309
  ReturnStatus["Requested"] = "REQUESTED";
7310
- })(ReturnStatus = exports.ReturnStatus || (exports.ReturnStatus = {}));
7310
+ })(ReturnStatus || (exports.ReturnStatus = ReturnStatus = {}));
7311
7311
  /** The final arrangement of an item from a reverse fulfillment order. */
7312
7312
  var ReverseFulfillmentOrderDispositionType;
7313
7313
  (function (ReverseFulfillmentOrderDispositionType) {
@@ -7319,7 +7319,7 @@ var ReverseFulfillmentOrderDispositionType;
7319
7319
  ReverseFulfillmentOrderDispositionType["ProcessingRequired"] = "PROCESSING_REQUIRED";
7320
7320
  /** An item that was restocked. */
7321
7321
  ReverseFulfillmentOrderDispositionType["Restocked"] = "RESTOCKED";
7322
- })(ReverseFulfillmentOrderDispositionType = exports.ReverseFulfillmentOrderDispositionType || (exports.ReverseFulfillmentOrderDispositionType = {}));
7322
+ })(ReverseFulfillmentOrderDispositionType || (exports.ReverseFulfillmentOrderDispositionType = ReverseFulfillmentOrderDispositionType = {}));
7323
7323
  /** The status of a reverse fulfillment order. */
7324
7324
  var ReverseFulfillmentOrderStatus;
7325
7325
  (function (ReverseFulfillmentOrderStatus) {
@@ -7329,7 +7329,7 @@ var ReverseFulfillmentOrderStatus;
7329
7329
  ReverseFulfillmentOrderStatus["Closed"] = "CLOSED";
7330
7330
  /** The reverse fulfillment order is in progress. */
7331
7331
  ReverseFulfillmentOrderStatus["Open"] = "OPEN";
7332
- })(ReverseFulfillmentOrderStatus = exports.ReverseFulfillmentOrderStatus || (exports.ReverseFulfillmentOrderStatus = {}));
7332
+ })(ReverseFulfillmentOrderStatus || (exports.ReverseFulfillmentOrderStatus = ReverseFulfillmentOrderStatus = {}));
7333
7333
  /** The status of a reverse fulfillment order third-party confirmation. */
7334
7334
  var ReverseFulfillmentOrderThirdPartyConfirmationStatus;
7335
7335
  (function (ReverseFulfillmentOrderThirdPartyConfirmationStatus) {
@@ -7345,7 +7345,7 @@ var ReverseFulfillmentOrderThirdPartyConfirmationStatus;
7345
7345
  ReverseFulfillmentOrderThirdPartyConfirmationStatus["PendingCancelation"] = "PENDING_CANCELATION";
7346
7346
  /** The reverse fulfillment order was rejected by the fulfillment service. */
7347
7347
  ReverseFulfillmentOrderThirdPartyConfirmationStatus["Rejected"] = "REJECTED";
7348
- })(ReverseFulfillmentOrderThirdPartyConfirmationStatus = exports.ReverseFulfillmentOrderThirdPartyConfirmationStatus || (exports.ReverseFulfillmentOrderThirdPartyConfirmationStatus = {}));
7348
+ })(ReverseFulfillmentOrderThirdPartyConfirmationStatus || (exports.ReverseFulfillmentOrderThirdPartyConfirmationStatus = ReverseFulfillmentOrderThirdPartyConfirmationStatus = {}));
7349
7349
  /** List of possible values for a RiskAssessment result. */
7350
7350
  var RiskAssessmentResult;
7351
7351
  (function (RiskAssessmentResult) {
@@ -7359,7 +7359,7 @@ var RiskAssessmentResult;
7359
7359
  RiskAssessmentResult["None"] = "NONE";
7360
7360
  /** Indicates that the risk assessment is still pending. */
7361
7361
  RiskAssessmentResult["Pending"] = "PENDING";
7362
- })(RiskAssessmentResult = exports.RiskAssessmentResult || (exports.RiskAssessmentResult = {}));
7362
+ })(RiskAssessmentResult || (exports.RiskAssessmentResult = RiskAssessmentResult = {}));
7363
7363
  /** List of possible values for a RiskFact sentiment. */
7364
7364
  var RiskFactSentiment;
7365
7365
  (function (RiskFactSentiment) {
@@ -7369,7 +7369,7 @@ var RiskFactSentiment;
7369
7369
  RiskFactSentiment["Neutral"] = "NEUTRAL";
7370
7370
  /** A positive contributor that lowers the risk. */
7371
7371
  RiskFactSentiment["Positive"] = "POSITIVE";
7372
- })(RiskFactSentiment = exports.RiskFactSentiment || (exports.RiskFactSentiment = {}));
7372
+ })(RiskFactSentiment || (exports.RiskFactSentiment = RiskFactSentiment = {}));
7373
7373
  /** The possible order action types for a sale. */
7374
7374
  var SaleActionType;
7375
7375
  (function (SaleActionType) {
@@ -7381,7 +7381,7 @@ var SaleActionType;
7381
7381
  SaleActionType["Unknown"] = "UNKNOWN";
7382
7382
  /** A change to the price, taxes, or discounts for a prior purchase. */
7383
7383
  SaleActionType["Update"] = "UPDATE";
7384
- })(SaleActionType = exports.SaleActionType || (exports.SaleActionType = {}));
7384
+ })(SaleActionType || (exports.SaleActionType = SaleActionType = {}));
7385
7385
  /** The possible line types for a sale record. One of the possible order line types for a sale is an adjustment. Sales adjustments occur when a refund is issued for a line item that is either more or less than the total value of the line item. Examples are restocking fees and goodwill payments. When this happens, Shopify produces a sales agreement with sale records for each line item that is returned or refunded and an additional sale record for the adjustment (for example, a restocking fee). The sales records for the returned or refunded items represent the reversal of the original line item sale value. The additional adjustment sale record represents the difference between the original total value of all line items that were refunded, and the actual amount refunded. */
7386
7386
  var SaleLineType;
7387
7387
  (function (SaleLineType) {
@@ -7403,7 +7403,7 @@ var SaleLineType;
7403
7403
  SaleLineType["Tip"] = "TIP";
7404
7404
  /** An unknown sale line. Represents new types that may be added in future versions. */
7405
7405
  SaleLineType["Unknown"] = "UNKNOWN";
7406
- })(SaleLineType = exports.SaleLineType || (exports.SaleLineType = {}));
7406
+ })(SaleLineType || (exports.SaleLineType = SaleLineType = {}));
7407
7407
  /** The set of valid sort keys for the ScheduledChange query. */
7408
7408
  var ScheduledChangeSortKeys;
7409
7409
  (function (ScheduledChangeSortKeys) {
@@ -7416,7 +7416,7 @@ var ScheduledChangeSortKeys;
7416
7416
  * Don't use this sort key when no search query is specified.
7417
7417
  */
7418
7418
  ScheduledChangeSortKeys["Relevance"] = "RELEVANCE";
7419
- })(ScheduledChangeSortKeys = exports.ScheduledChangeSortKeys || (exports.ScheduledChangeSortKeys = {}));
7419
+ })(ScheduledChangeSortKeys || (exports.ScheduledChangeSortKeys = ScheduledChangeSortKeys = {}));
7420
7420
  /** The page or pages on the online store where the script should be included. */
7421
7421
  var ScriptTagDisplayScope;
7422
7422
  (function (ScriptTagDisplayScope) {
@@ -7426,7 +7426,7 @@ var ScriptTagDisplayScope;
7426
7426
  ScriptTagDisplayScope["OnlineStore"] = "ONLINE_STORE";
7427
7427
  /** Include the script only on the <b>Order status</b> page. */
7428
7428
  ScriptTagDisplayScope["OrderStatus"] = "ORDER_STATUS";
7429
- })(ScriptTagDisplayScope = exports.ScriptTagDisplayScope || (exports.ScriptTagDisplayScope = {}));
7429
+ })(ScriptTagDisplayScope || (exports.ScriptTagDisplayScope = ScriptTagDisplayScope = {}));
7430
7430
  /** Specifies the type of resources to be returned from a search. */
7431
7431
  var SearchResultType;
7432
7432
  (function (SearchResultType) {
@@ -7450,7 +7450,7 @@ var SearchResultType;
7450
7450
  SearchResultType["Product"] = "PRODUCT";
7451
7451
  /** A URL redirect. */
7452
7452
  SearchResultType["UrlRedirect"] = "URL_REDIRECT";
7453
- })(SearchResultType = exports.SearchResultType || (exports.SearchResultType = {}));
7453
+ })(SearchResultType || (exports.SearchResultType = SearchResultType = {}));
7454
7454
  /** The set of valid sort keys for the Segment query. */
7455
7455
  var SegmentSortKeys;
7456
7456
  (function (SegmentSortKeys) {
@@ -7465,7 +7465,7 @@ var SegmentSortKeys;
7465
7465
  * Don't use this sort key when no search query is specified.
7466
7466
  */
7467
7467
  SegmentSortKeys["Relevance"] = "RELEVANCE";
7468
- })(SegmentSortKeys = exports.SegmentSortKeys || (exports.SegmentSortKeys = {}));
7468
+ })(SegmentSortKeys || (exports.SegmentSortKeys = SegmentSortKeys = {}));
7469
7469
  /** Represents the anchor type. */
7470
7470
  var SellingPlanAnchorType;
7471
7471
  (function (SellingPlanAnchorType) {
@@ -7475,7 +7475,7 @@ var SellingPlanAnchorType;
7475
7475
  SellingPlanAnchorType["Weekday"] = "WEEKDAY";
7476
7476
  /** Which days of the month and year, month between 1-12, and day between 1-31. */
7477
7477
  SellingPlanAnchorType["Yearday"] = "YEARDAY";
7478
- })(SellingPlanAnchorType = exports.SellingPlanAnchorType || (exports.SellingPlanAnchorType = {}));
7478
+ })(SellingPlanAnchorType || (exports.SellingPlanAnchorType = SellingPlanAnchorType = {}));
7479
7479
  /**
7480
7480
  * The category of the selling plan. For the `OTHER` category,
7481
7481
  * you must fill out our [request form](https://docs.google.com/forms/d/e/1FAIpQLSeU18Xmw0Q61V8wdH-dfGafFqIBfRchQKUO8WAF3yJTvgyyZQ/viewform),
@@ -7491,7 +7491,7 @@ var SellingPlanCategory;
7491
7491
  SellingPlanCategory["Subscription"] = "SUBSCRIPTION";
7492
7492
  /** The selling plan is for try before you buy purchases. */
7493
7493
  SellingPlanCategory["TryBeforeYouBuy"] = "TRY_BEFORE_YOU_BUY";
7494
- })(SellingPlanCategory = exports.SellingPlanCategory || (exports.SellingPlanCategory = {}));
7494
+ })(SellingPlanCategory || (exports.SellingPlanCategory = SellingPlanCategory = {}));
7495
7495
  /** The checkout charge when the full amount isn't charged at checkout. */
7496
7496
  var SellingPlanCheckoutChargeType;
7497
7497
  (function (SellingPlanCheckoutChargeType) {
@@ -7499,13 +7499,13 @@ var SellingPlanCheckoutChargeType;
7499
7499
  SellingPlanCheckoutChargeType["Percentage"] = "PERCENTAGE";
7500
7500
  /** The checkout charge is a fixed price amount. */
7501
7501
  SellingPlanCheckoutChargeType["Price"] = "PRICE";
7502
- })(SellingPlanCheckoutChargeType = exports.SellingPlanCheckoutChargeType || (exports.SellingPlanCheckoutChargeType = {}));
7502
+ })(SellingPlanCheckoutChargeType || (exports.SellingPlanCheckoutChargeType = SellingPlanCheckoutChargeType = {}));
7503
7503
  /** Possible intentions of a Delivery Policy. */
7504
7504
  var SellingPlanFixedDeliveryPolicyIntent;
7505
7505
  (function (SellingPlanFixedDeliveryPolicyIntent) {
7506
7506
  /** A merchant-centric delivery policy. Mark this delivery policy to define when the merchant should start fulfillment. */
7507
7507
  SellingPlanFixedDeliveryPolicyIntent["FulfillmentBegin"] = "FULFILLMENT_BEGIN";
7508
- })(SellingPlanFixedDeliveryPolicyIntent = exports.SellingPlanFixedDeliveryPolicyIntent || (exports.SellingPlanFixedDeliveryPolicyIntent = {}));
7508
+ })(SellingPlanFixedDeliveryPolicyIntent || (exports.SellingPlanFixedDeliveryPolicyIntent = SellingPlanFixedDeliveryPolicyIntent = {}));
7509
7509
  /** The fulfillment or delivery behavior of the first fulfillment when the orderis placed before the anchor. */
7510
7510
  var SellingPlanFixedDeliveryPolicyPreAnchorBehavior;
7511
7511
  (function (SellingPlanFixedDeliveryPolicyPreAnchorBehavior) {
@@ -7517,7 +7517,7 @@ var SellingPlanFixedDeliveryPolicyPreAnchorBehavior;
7517
7517
  * delivered at the following anchor.
7518
7518
  */
7519
7519
  SellingPlanFixedDeliveryPolicyPreAnchorBehavior["Next"] = "NEXT";
7520
- })(SellingPlanFixedDeliveryPolicyPreAnchorBehavior = exports.SellingPlanFixedDeliveryPolicyPreAnchorBehavior || (exports.SellingPlanFixedDeliveryPolicyPreAnchorBehavior = {}));
7520
+ })(SellingPlanFixedDeliveryPolicyPreAnchorBehavior || (exports.SellingPlanFixedDeliveryPolicyPreAnchorBehavior = SellingPlanFixedDeliveryPolicyPreAnchorBehavior = {}));
7521
7521
  /** Describes what triggers fulfillment. */
7522
7522
  var SellingPlanFulfillmentTrigger;
7523
7523
  (function (SellingPlanFulfillmentTrigger) {
@@ -7529,7 +7529,7 @@ var SellingPlanFulfillmentTrigger;
7529
7529
  SellingPlanFulfillmentTrigger["ExactTime"] = "EXACT_TIME";
7530
7530
  /** Unknown. Usually to be determined in the future. */
7531
7531
  SellingPlanFulfillmentTrigger["Unknown"] = "UNKNOWN";
7532
- })(SellingPlanFulfillmentTrigger = exports.SellingPlanFulfillmentTrigger || (exports.SellingPlanFulfillmentTrigger = {}));
7532
+ })(SellingPlanFulfillmentTrigger || (exports.SellingPlanFulfillmentTrigger = SellingPlanFulfillmentTrigger = {}));
7533
7533
  /** The set of valid sort keys for the SellingPlanGroup query. */
7534
7534
  var SellingPlanGroupSortKeys;
7535
7535
  (function (SellingPlanGroupSortKeys) {
@@ -7546,7 +7546,7 @@ var SellingPlanGroupSortKeys;
7546
7546
  SellingPlanGroupSortKeys["Relevance"] = "RELEVANCE";
7547
7547
  /** Sort by the `updated_at` value. */
7548
7548
  SellingPlanGroupSortKeys["UpdatedAt"] = "UPDATED_AT";
7549
- })(SellingPlanGroupSortKeys = exports.SellingPlanGroupSortKeys || (exports.SellingPlanGroupSortKeys = {}));
7549
+ })(SellingPlanGroupSortKeys || (exports.SellingPlanGroupSortKeys = SellingPlanGroupSortKeys = {}));
7550
7550
  /** Possible error codes that can be returned by `SellingPlanGroupUserError`. */
7551
7551
  var SellingPlanGroupUserErrorCode;
7552
7552
  (function (SellingPlanGroupUserErrorCode) {
@@ -7676,7 +7676,7 @@ var SellingPlanGroupUserErrorCode;
7676
7676
  SellingPlanGroupUserErrorCode["TooShort"] = "TOO_SHORT";
7677
7677
  /** The input value is the wrong length. */
7678
7678
  SellingPlanGroupUserErrorCode["WrongLength"] = "WRONG_LENGTH";
7679
- })(SellingPlanGroupUserErrorCode = exports.SellingPlanGroupUserErrorCode || (exports.SellingPlanGroupUserErrorCode = {}));
7679
+ })(SellingPlanGroupUserErrorCode || (exports.SellingPlanGroupUserErrorCode = SellingPlanGroupUserErrorCode = {}));
7680
7680
  /** Represents valid selling plan interval. */
7681
7681
  var SellingPlanInterval;
7682
7682
  (function (SellingPlanInterval) {
@@ -7688,7 +7688,7 @@ var SellingPlanInterval;
7688
7688
  SellingPlanInterval["Week"] = "WEEK";
7689
7689
  /** Year interval. */
7690
7690
  SellingPlanInterval["Year"] = "YEAR";
7691
- })(SellingPlanInterval = exports.SellingPlanInterval || (exports.SellingPlanInterval = {}));
7691
+ })(SellingPlanInterval || (exports.SellingPlanInterval = SellingPlanInterval = {}));
7692
7692
  /** Represents a selling plan pricing policy adjustment type. */
7693
7693
  var SellingPlanPricingPolicyAdjustmentType;
7694
7694
  (function (SellingPlanPricingPolicyAdjustmentType) {
@@ -7698,13 +7698,13 @@ var SellingPlanPricingPolicyAdjustmentType;
7698
7698
  SellingPlanPricingPolicyAdjustmentType["Percentage"] = "PERCENTAGE";
7699
7699
  /** Price of the policy. */
7700
7700
  SellingPlanPricingPolicyAdjustmentType["Price"] = "PRICE";
7701
- })(SellingPlanPricingPolicyAdjustmentType = exports.SellingPlanPricingPolicyAdjustmentType || (exports.SellingPlanPricingPolicyAdjustmentType = {}));
7701
+ })(SellingPlanPricingPolicyAdjustmentType || (exports.SellingPlanPricingPolicyAdjustmentType = SellingPlanPricingPolicyAdjustmentType = {}));
7702
7702
  /** Whether the delivery policy is merchant or buyer-centric. */
7703
7703
  var SellingPlanRecurringDeliveryPolicyIntent;
7704
7704
  (function (SellingPlanRecurringDeliveryPolicyIntent) {
7705
7705
  /** A merchant-centric delivery policy. Mark this delivery policy to define when the merchant should start fulfillment. */
7706
7706
  SellingPlanRecurringDeliveryPolicyIntent["FulfillmentBegin"] = "FULFILLMENT_BEGIN";
7707
- })(SellingPlanRecurringDeliveryPolicyIntent = exports.SellingPlanRecurringDeliveryPolicyIntent || (exports.SellingPlanRecurringDeliveryPolicyIntent = {}));
7707
+ })(SellingPlanRecurringDeliveryPolicyIntent || (exports.SellingPlanRecurringDeliveryPolicyIntent = SellingPlanRecurringDeliveryPolicyIntent = {}));
7708
7708
  /** The fulfillment or delivery behaviors of the first fulfillment when the orderis placed before the anchor. */
7709
7709
  var SellingPlanRecurringDeliveryPolicyPreAnchorBehavior;
7710
7710
  (function (SellingPlanRecurringDeliveryPolicyPreAnchorBehavior) {
@@ -7716,7 +7716,7 @@ var SellingPlanRecurringDeliveryPolicyPreAnchorBehavior;
7716
7716
  * delivered at the following anchor.
7717
7717
  */
7718
7718
  SellingPlanRecurringDeliveryPolicyPreAnchorBehavior["Next"] = "NEXT";
7719
- })(SellingPlanRecurringDeliveryPolicyPreAnchorBehavior = exports.SellingPlanRecurringDeliveryPolicyPreAnchorBehavior || (exports.SellingPlanRecurringDeliveryPolicyPreAnchorBehavior = {}));
7719
+ })(SellingPlanRecurringDeliveryPolicyPreAnchorBehavior || (exports.SellingPlanRecurringDeliveryPolicyPreAnchorBehavior = SellingPlanRecurringDeliveryPolicyPreAnchorBehavior = {}));
7720
7720
  /** When to capture the payment for the remaining amount due. */
7721
7721
  var SellingPlanRemainingBalanceChargeTrigger;
7722
7722
  (function (SellingPlanRemainingBalanceChargeTrigger) {
@@ -7726,7 +7726,7 @@ var SellingPlanRemainingBalanceChargeTrigger;
7726
7726
  SellingPlanRemainingBalanceChargeTrigger["NoRemainingBalance"] = "NO_REMAINING_BALANCE";
7727
7727
  /** After the duration defined by the remaining_balance_charge_time_after_checkout field. */
7728
7728
  SellingPlanRemainingBalanceChargeTrigger["TimeAfterCheckout"] = "TIME_AFTER_CHECKOUT";
7729
- })(SellingPlanRemainingBalanceChargeTrigger = exports.SellingPlanRemainingBalanceChargeTrigger || (exports.SellingPlanRemainingBalanceChargeTrigger = {}));
7729
+ })(SellingPlanRemainingBalanceChargeTrigger || (exports.SellingPlanRemainingBalanceChargeTrigger = SellingPlanRemainingBalanceChargeTrigger = {}));
7730
7730
  /** When to reserve inventory for a selling plan. */
7731
7731
  var SellingPlanReserve;
7732
7732
  (function (SellingPlanReserve) {
@@ -7734,7 +7734,7 @@ var SellingPlanReserve;
7734
7734
  SellingPlanReserve["OnFulfillment"] = "ON_FULFILLMENT";
7735
7735
  /** Reserve inventory at time of sale. */
7736
7736
  SellingPlanReserve["OnSale"] = "ON_SALE";
7737
- })(SellingPlanReserve = exports.SellingPlanReserve || (exports.SellingPlanReserve = {}));
7737
+ })(SellingPlanReserve || (exports.SellingPlanReserve = SellingPlanReserve = {}));
7738
7738
  /** The current state of a server pixel. */
7739
7739
  var ServerPixelStatus;
7740
7740
  (function (ServerPixelStatus) {
@@ -7744,13 +7744,13 @@ var ServerPixelStatus;
7744
7744
  ServerPixelStatus["DisconnectedConfigured"] = "DISCONNECTED_CONFIGURED";
7745
7745
  /** This server pixel is disconnected and unconfigured: it does not stream events to the endpoint and no endpoint address had been added to the server pixel. */
7746
7746
  ServerPixelStatus["DisconnectedUnconfigured"] = "DISCONNECTED_UNCONFIGURED";
7747
- })(ServerPixelStatus = exports.ServerPixelStatus || (exports.ServerPixelStatus = {}));
7747
+ })(ServerPixelStatus || (exports.ServerPixelStatus = ServerPixelStatus = {}));
7748
7748
  /** The class of the discount for combining purposes. */
7749
7749
  var ShippingDiscountClass;
7750
7750
  (function (ShippingDiscountClass) {
7751
7751
  /** Combined as a shipping discount. */
7752
7752
  ShippingDiscountClass["Shipping"] = "SHIPPING";
7753
- })(ShippingDiscountClass = exports.ShippingDiscountClass || (exports.ShippingDiscountClass = {}));
7753
+ })(ShippingDiscountClass || (exports.ShippingDiscountClass = ShippingDiscountClass = {}));
7754
7754
  /** Type of a shipping package. */
7755
7755
  var ShippingPackageType;
7756
7756
  (function (ShippingPackageType) {
@@ -7762,7 +7762,7 @@ var ShippingPackageType;
7762
7762
  ShippingPackageType["FlatRate"] = "FLAT_RATE";
7763
7763
  /** A soft-pack, bubble-wrap or vinyl envelope. */
7764
7764
  ShippingPackageType["SoftPack"] = "SOFT_PACK";
7765
- })(ShippingPackageType = exports.ShippingPackageType || (exports.ShippingPackageType = {}));
7765
+ })(ShippingPackageType || (exports.ShippingPackageType = ShippingPackageType = {}));
7766
7766
  /**
7767
7767
  * Possible branding of a shop.
7768
7768
  * Branding can be used to define the look of a shop including its styling and logo in the Shopify Admin.
@@ -7777,20 +7777,20 @@ var ShopBranding;
7777
7777
  ShopBranding["ShopifyGold"] = "SHOPIFY_GOLD";
7778
7778
  /** Shop has Shopify Plus branding. */
7779
7779
  ShopBranding["ShopifyPlus"] = "SHOPIFY_PLUS";
7780
- })(ShopBranding = exports.ShopBranding || (exports.ShopBranding = {}));
7780
+ })(ShopBranding || (exports.ShopBranding = ShopBranding = {}));
7781
7781
  /** Represents the shop's customer account requirement preference. */
7782
7782
  var ShopCustomerAccountsSetting;
7783
7783
  (function (ShopCustomerAccountsSetting) {
7784
7784
  ShopCustomerAccountsSetting["Disabled"] = "DISABLED";
7785
7785
  ShopCustomerAccountsSetting["Optional"] = "OPTIONAL";
7786
7786
  ShopCustomerAccountsSetting["Required"] = "REQUIRED";
7787
- })(ShopCustomerAccountsSetting = exports.ShopCustomerAccountsSetting || (exports.ShopCustomerAccountsSetting = {}));
7787
+ })(ShopCustomerAccountsSetting || (exports.ShopCustomerAccountsSetting = ShopCustomerAccountsSetting = {}));
7788
7788
  /** Possible error codes that can be returned by `ShopPolicyUserError`. */
7789
7789
  var ShopPolicyErrorCode;
7790
7790
  (function (ShopPolicyErrorCode) {
7791
7791
  /** The input value is too big. */
7792
7792
  ShopPolicyErrorCode["TooBig"] = "TOO_BIG";
7793
- })(ShopPolicyErrorCode = exports.ShopPolicyErrorCode || (exports.ShopPolicyErrorCode = {}));
7793
+ })(ShopPolicyErrorCode || (exports.ShopPolicyErrorCode = ShopPolicyErrorCode = {}));
7794
7794
  /** Available shop policy types. */
7795
7795
  var ShopPolicyType;
7796
7796
  (function (ShopPolicyType) {
@@ -7810,7 +7810,7 @@ var ShopPolicyType;
7810
7810
  ShopPolicyType["TermsOfSale"] = "TERMS_OF_SALE";
7811
7811
  /** The terms of service. */
7812
7812
  ShopPolicyType["TermsOfService"] = "TERMS_OF_SERVICE";
7813
- })(ShopPolicyType = exports.ShopPolicyType || (exports.ShopPolicyType = {}));
7813
+ })(ShopPolicyType || (exports.ShopPolicyType = ShopPolicyType = {}));
7814
7814
  /** Possible error codes that can be returned by `ShopResourceFeedbackCreateUserError`. */
7815
7815
  var ShopResourceFeedbackCreateUserErrorCode;
7816
7816
  (function (ShopResourceFeedbackCreateUserErrorCode) {
@@ -7822,7 +7822,7 @@ var ShopResourceFeedbackCreateUserErrorCode;
7822
7822
  ShopResourceFeedbackCreateUserErrorCode["OutdatedFeedback"] = "OUTDATED_FEEDBACK";
7823
7823
  /** The input value needs to be blank. */
7824
7824
  ShopResourceFeedbackCreateUserErrorCode["Present"] = "PRESENT";
7825
- })(ShopResourceFeedbackCreateUserErrorCode = exports.ShopResourceFeedbackCreateUserErrorCode || (exports.ShopResourceFeedbackCreateUserErrorCode = {}));
7825
+ })(ShopResourceFeedbackCreateUserErrorCode || (exports.ShopResourceFeedbackCreateUserErrorCode = ShopResourceFeedbackCreateUserErrorCode = {}));
7826
7826
  /** Possible sort of tags. */
7827
7827
  var ShopTagSort;
7828
7828
  (function (ShopTagSort) {
@@ -7830,7 +7830,7 @@ var ShopTagSort;
7830
7830
  ShopTagSort["Alphabetical"] = "ALPHABETICAL";
7831
7831
  /** Popularity sort. */
7832
7832
  ShopTagSort["Popular"] = "POPULAR";
7833
- })(ShopTagSort = exports.ShopTagSort || (exports.ShopTagSort = {}));
7833
+ })(ShopTagSort || (exports.ShopTagSort = ShopTagSort = {}));
7834
7834
  /** The payout status of the balance transaction. */
7835
7835
  var ShopifyPaymentsBalanceTransactionPayoutStatus;
7836
7836
  (function (ShopifyPaymentsBalanceTransactionPayoutStatus) {
@@ -7851,7 +7851,7 @@ var ShopifyPaymentsBalanceTransactionPayoutStatus;
7851
7851
  * it has not yet been submitted to the bank.
7852
7852
  */
7853
7853
  ShopifyPaymentsBalanceTransactionPayoutStatus["Scheduled"] = "SCHEDULED";
7854
- })(ShopifyPaymentsBalanceTransactionPayoutStatus = exports.ShopifyPaymentsBalanceTransactionPayoutStatus || (exports.ShopifyPaymentsBalanceTransactionPayoutStatus = {}));
7854
+ })(ShopifyPaymentsBalanceTransactionPayoutStatus || (exports.ShopifyPaymentsBalanceTransactionPayoutStatus = ShopifyPaymentsBalanceTransactionPayoutStatus = {}));
7855
7855
  /** The bank account status. */
7856
7856
  var ShopifyPaymentsBankAccountStatus;
7857
7857
  (function (ShopifyPaymentsBankAccountStatus) {
@@ -7863,7 +7863,7 @@ var ShopifyPaymentsBankAccountStatus;
7863
7863
  ShopifyPaymentsBankAccountStatus["Validated"] = "VALIDATED";
7864
7864
  /** Bank account validation was successful. */
7865
7865
  ShopifyPaymentsBankAccountStatus["Verified"] = "VERIFIED";
7866
- })(ShopifyPaymentsBankAccountStatus = exports.ShopifyPaymentsBankAccountStatus || (exports.ShopifyPaymentsBankAccountStatus = {}));
7866
+ })(ShopifyPaymentsBankAccountStatus || (exports.ShopifyPaymentsBankAccountStatus = ShopifyPaymentsBankAccountStatus = {}));
7867
7867
  /** The possible dispute evidence file types. */
7868
7868
  var ShopifyPaymentsDisputeEvidenceFileType;
7869
7869
  (function (ShopifyPaymentsDisputeEvidenceFileType) {
@@ -7879,7 +7879,7 @@ var ShopifyPaymentsDisputeEvidenceFileType;
7879
7879
  ShopifyPaymentsDisputeEvidenceFileType["ShippingDocumentationFile"] = "SHIPPING_DOCUMENTATION_FILE";
7880
7880
  /** Uncategorized File. */
7881
7881
  ShopifyPaymentsDisputeEvidenceFileType["UncategorizedFile"] = "UNCATEGORIZED_FILE";
7882
- })(ShopifyPaymentsDisputeEvidenceFileType = exports.ShopifyPaymentsDisputeEvidenceFileType || (exports.ShopifyPaymentsDisputeEvidenceFileType = {}));
7882
+ })(ShopifyPaymentsDisputeEvidenceFileType || (exports.ShopifyPaymentsDisputeEvidenceFileType = ShopifyPaymentsDisputeEvidenceFileType = {}));
7883
7883
  /** The reason for the dispute provided by the cardholder's bank. */
7884
7884
  var ShopifyPaymentsDisputeReason;
7885
7885
  (function (ShopifyPaymentsDisputeReason) {
@@ -7909,7 +7909,7 @@ var ShopifyPaymentsDisputeReason;
7909
7909
  ShopifyPaymentsDisputeReason["SubscriptionCancelled"] = "SUBSCRIPTION_CANCELLED";
7910
7910
  /** The customer doesn’t recognize the payment appearing on their card statement. */
7911
7911
  ShopifyPaymentsDisputeReason["Unrecognized"] = "UNRECOGNIZED";
7912
- })(ShopifyPaymentsDisputeReason = exports.ShopifyPaymentsDisputeReason || (exports.ShopifyPaymentsDisputeReason = {}));
7912
+ })(ShopifyPaymentsDisputeReason || (exports.ShopifyPaymentsDisputeReason = ShopifyPaymentsDisputeReason = {}));
7913
7913
  /** The interval at which payouts are sent to the connected bank account. */
7914
7914
  var ShopifyPaymentsPayoutInterval;
7915
7915
  (function (ShopifyPaymentsPayoutInterval) {
@@ -7921,7 +7921,7 @@ var ShopifyPaymentsPayoutInterval;
7921
7921
  ShopifyPaymentsPayoutInterval["Monthly"] = "MONTHLY";
7922
7922
  /** Each week, on the day of week specified by weeklyAnchor. */
7923
7923
  ShopifyPaymentsPayoutInterval["Weekly"] = "WEEKLY";
7924
- })(ShopifyPaymentsPayoutInterval = exports.ShopifyPaymentsPayoutInterval || (exports.ShopifyPaymentsPayoutInterval = {}));
7924
+ })(ShopifyPaymentsPayoutInterval || (exports.ShopifyPaymentsPayoutInterval = ShopifyPaymentsPayoutInterval = {}));
7925
7925
  /** The transfer status of the payout. */
7926
7926
  var ShopifyPaymentsPayoutStatus;
7927
7927
  (function (ShopifyPaymentsPayoutStatus) {
@@ -7938,7 +7938,7 @@ var ShopifyPaymentsPayoutStatus;
7938
7938
  * it has not yet been submitted to the bank.
7939
7939
  */
7940
7940
  ShopifyPaymentsPayoutStatus["Scheduled"] = "SCHEDULED";
7941
- })(ShopifyPaymentsPayoutStatus = exports.ShopifyPaymentsPayoutStatus || (exports.ShopifyPaymentsPayoutStatus = {}));
7941
+ })(ShopifyPaymentsPayoutStatus || (exports.ShopifyPaymentsPayoutStatus = ShopifyPaymentsPayoutStatus = {}));
7942
7942
  /** The possible transaction types for a payout. */
7943
7943
  var ShopifyPaymentsPayoutTransactionType;
7944
7944
  (function (ShopifyPaymentsPayoutTransactionType) {
@@ -7946,7 +7946,7 @@ var ShopifyPaymentsPayoutTransactionType;
7946
7946
  ShopifyPaymentsPayoutTransactionType["Deposit"] = "DEPOSIT";
7947
7947
  /** The payout is a withdrawal. */
7948
7948
  ShopifyPaymentsPayoutTransactionType["Withdrawal"] = "WITHDRAWAL";
7949
- })(ShopifyPaymentsPayoutTransactionType = exports.ShopifyPaymentsPayoutTransactionType || (exports.ShopifyPaymentsPayoutTransactionType = {}));
7949
+ })(ShopifyPaymentsPayoutTransactionType || (exports.ShopifyPaymentsPayoutTransactionType = ShopifyPaymentsPayoutTransactionType = {}));
7950
7950
  /** The possible source types for a balance transaction. */
7951
7951
  var ShopifyPaymentsSourceType;
7952
7952
  (function (ShopifyPaymentsSourceType) {
@@ -7964,7 +7964,7 @@ var ShopifyPaymentsSourceType;
7964
7964
  ShopifyPaymentsSourceType["SystemAdjustment"] = "SYSTEM_ADJUSTMENT";
7965
7965
  /** The transfer source type. */
7966
7966
  ShopifyPaymentsSourceType["Transfer"] = "TRANSFER";
7967
- })(ShopifyPaymentsSourceType = exports.ShopifyPaymentsSourceType || (exports.ShopifyPaymentsSourceType = {}));
7967
+ })(ShopifyPaymentsSourceType || (exports.ShopifyPaymentsSourceType = ShopifyPaymentsSourceType = {}));
7968
7968
  /** The possible types of transactions. */
7969
7969
  var ShopifyPaymentsTransactionType;
7970
7970
  (function (ShopifyPaymentsTransactionType) {
@@ -8150,7 +8150,7 @@ var ShopifyPaymentsTransactionType;
8150
8150
  ShopifyPaymentsTransactionType["VatRefundCredit"] = "VAT_REFUND_CREDIT";
8151
8151
  /** The vat_refund_credit_reversal transaction type. */
8152
8152
  ShopifyPaymentsTransactionType["VatRefundCreditReversal"] = "VAT_REFUND_CREDIT_REVERSAL";
8153
- })(ShopifyPaymentsTransactionType = exports.ShopifyPaymentsTransactionType || (exports.ShopifyPaymentsTransactionType = {}));
8153
+ })(ShopifyPaymentsTransactionType || (exports.ShopifyPaymentsTransactionType = ShopifyPaymentsTransactionType = {}));
8154
8154
  /** The types of possible verification documents. */
8155
8155
  var ShopifyPaymentsVerificationDocumentType;
8156
8156
  (function (ShopifyPaymentsVerificationDocumentType) {
@@ -8160,7 +8160,7 @@ var ShopifyPaymentsVerificationDocumentType;
8160
8160
  ShopifyPaymentsVerificationDocumentType["GovernmentIdentification"] = "GOVERNMENT_IDENTIFICATION";
8161
8161
  /** The subject's passport. */
8162
8162
  ShopifyPaymentsVerificationDocumentType["Passport"] = "PASSPORT";
8163
- })(ShopifyPaymentsVerificationDocumentType = exports.ShopifyPaymentsVerificationDocumentType || (exports.ShopifyPaymentsVerificationDocumentType = {}));
8163
+ })(ShopifyPaymentsVerificationDocumentType || (exports.ShopifyPaymentsVerificationDocumentType = ShopifyPaymentsVerificationDocumentType = {}));
8164
8164
  /** The status of a verification. */
8165
8165
  var ShopifyPaymentsVerificationStatus;
8166
8166
  (function (ShopifyPaymentsVerificationStatus) {
@@ -8170,7 +8170,7 @@ var ShopifyPaymentsVerificationStatus;
8170
8170
  ShopifyPaymentsVerificationStatus["Unverified"] = "UNVERIFIED";
8171
8171
  /** The verification has been verified. */
8172
8172
  ShopifyPaymentsVerificationStatus["Verified"] = "VERIFIED";
8173
- })(ShopifyPaymentsVerificationStatus = exports.ShopifyPaymentsVerificationStatus || (exports.ShopifyPaymentsVerificationStatus = {}));
8173
+ })(ShopifyPaymentsVerificationStatus || (exports.ShopifyPaymentsVerificationStatus = ShopifyPaymentsVerificationStatus = {}));
8174
8174
  /** The status of an order's eligibility for protection against fraudulent chargebacks by Shopify Protect. */
8175
8175
  var ShopifyProtectEligibilityStatus;
8176
8176
  (function (ShopifyProtectEligibilityStatus) {
@@ -8183,7 +8183,7 @@ var ShopifyProtectEligibilityStatus;
8183
8183
  ShopifyProtectEligibilityStatus["NotEligible"] = "NOT_ELIGIBLE";
8184
8184
  /** The eligibility of the order is pending and has not yet been determined. */
8185
8185
  ShopifyProtectEligibilityStatus["Pending"] = "PENDING";
8186
- })(ShopifyProtectEligibilityStatus = exports.ShopifyProtectEligibilityStatus || (exports.ShopifyProtectEligibilityStatus = {}));
8186
+ })(ShopifyProtectEligibilityStatus || (exports.ShopifyProtectEligibilityStatus = ShopifyProtectEligibilityStatus = {}));
8187
8187
  /** The status of an order's protection with Shopify Protect. */
8188
8188
  var ShopifyProtectStatus;
8189
8189
  (function (ShopifyProtectStatus) {
@@ -8200,7 +8200,7 @@ var ShopifyProtectStatus;
8200
8200
  ShopifyProtectStatus["Pending"] = "PENDING";
8201
8201
  /** The order received a fraudulent chargeback and it was protected. */
8202
8202
  ShopifyProtectStatus["Protected"] = "PROTECTED";
8203
- })(ShopifyProtectStatus = exports.ShopifyProtectStatus || (exports.ShopifyProtectStatus = {}));
8203
+ })(ShopifyProtectStatus || (exports.ShopifyProtectStatus = ShopifyProtectStatus = {}));
8204
8204
  /** Represents the fallback avatar image for a staff member. This is used only if the staff member has no avatar image. */
8205
8205
  var StaffMemberDefaultImage;
8206
8206
  (function (StaffMemberDefaultImage) {
@@ -8210,7 +8210,7 @@ var StaffMemberDefaultImage;
8210
8210
  StaffMemberDefaultImage["NotFound"] = "NOT_FOUND";
8211
8211
  /** Returns a transparent avatar image for the staff member. */
8212
8212
  StaffMemberDefaultImage["Transparent"] = "TRANSPARENT";
8213
- })(StaffMemberDefaultImage = exports.StaffMemberDefaultImage || (exports.StaffMemberDefaultImage = {}));
8213
+ })(StaffMemberDefaultImage || (exports.StaffMemberDefaultImage = StaffMemberDefaultImage = {}));
8214
8214
  /** Represents access permissions for a staff member. */
8215
8215
  var StaffMemberPermission;
8216
8216
  (function (StaffMemberPermission) {
@@ -8276,7 +8276,7 @@ var StaffMemberPermission;
8276
8276
  * @deprecated Unused.
8277
8277
  */
8278
8278
  StaffMemberPermission["Translations"] = "TRANSLATIONS";
8279
- })(StaffMemberPermission = exports.StaffMemberPermission || (exports.StaffMemberPermission = {}));
8279
+ })(StaffMemberPermission || (exports.StaffMemberPermission = StaffMemberPermission = {}));
8280
8280
  /**
8281
8281
  * The possible HTTP methods that can be used when sending a request to upload a file using information from a
8282
8282
  * [StagedMediaUploadTarget](https://shopify.dev/api/admin-graphql/latest/objects/StagedMediaUploadTarget).
@@ -8287,7 +8287,7 @@ var StagedUploadHttpMethodType;
8287
8287
  StagedUploadHttpMethodType["Post"] = "POST";
8288
8288
  /** The PUT HTTP method. */
8289
8289
  StagedUploadHttpMethodType["Put"] = "PUT";
8290
- })(StagedUploadHttpMethodType = exports.StagedUploadHttpMethodType || (exports.StagedUploadHttpMethodType = {}));
8290
+ })(StagedUploadHttpMethodType || (exports.StagedUploadHttpMethodType = StagedUploadHttpMethodType = {}));
8291
8291
  /** The resource type to receive. */
8292
8292
  var StagedUploadTargetGenerateUploadResource;
8293
8293
  (function (StagedUploadTargetGenerateUploadResource) {
@@ -8370,7 +8370,7 @@ var StagedUploadTargetGenerateUploadResource;
8370
8370
  * [fileCreate mutation](https://shopify.dev/api/admin-graphql/latest/mutations/fileCreate).
8371
8371
  */
8372
8372
  StagedUploadTargetGenerateUploadResource["Video"] = "VIDEO";
8373
- })(StagedUploadTargetGenerateUploadResource = exports.StagedUploadTargetGenerateUploadResource || (exports.StagedUploadTargetGenerateUploadResource = {}));
8373
+ })(StagedUploadTargetGenerateUploadResource || (exports.StagedUploadTargetGenerateUploadResource = StagedUploadTargetGenerateUploadResource = {}));
8374
8374
  /** Possible error codes that can be returned by `StandardMetafieldDefinitionEnableUserError`. */
8375
8375
  var StandardMetafieldDefinitionEnableUserErrorCode;
8376
8376
  (function (StandardMetafieldDefinitionEnableUserErrorCode) {
@@ -8386,7 +8386,7 @@ var StandardMetafieldDefinitionEnableUserErrorCode;
8386
8386
  StandardMetafieldDefinitionEnableUserErrorCode["TypeNotAllowedForConditions"] = "TYPE_NOT_ALLOWED_FOR_CONDITIONS";
8387
8387
  /** The namespace and key is already in use for a set of your metafields. */
8388
8388
  StandardMetafieldDefinitionEnableUserErrorCode["UnstructuredAlreadyExists"] = "UNSTRUCTURED_ALREADY_EXISTS";
8389
- })(StandardMetafieldDefinitionEnableUserErrorCode = exports.StandardMetafieldDefinitionEnableUserErrorCode || (exports.StandardMetafieldDefinitionEnableUserErrorCode = {}));
8389
+ })(StandardMetafieldDefinitionEnableUserErrorCode || (exports.StandardMetafieldDefinitionEnableUserErrorCode = StandardMetafieldDefinitionEnableUserErrorCode = {}));
8390
8390
  /** Possible error codes that can be returned by `StoreCreditAccountCreditUserError`. */
8391
8391
  var StoreCreditAccountCreditUserErrorCode;
8392
8392
  (function (StoreCreditAccountCreditUserErrorCode) {
@@ -8402,7 +8402,7 @@ var StoreCreditAccountCreditUserErrorCode;
8402
8402
  StoreCreditAccountCreditUserErrorCode["NegativeOrZeroAmount"] = "NEGATIVE_OR_ZERO_AMOUNT";
8403
8403
  /** Owner does not exist. */
8404
8404
  StoreCreditAccountCreditUserErrorCode["OwnerNotFound"] = "OWNER_NOT_FOUND";
8405
- })(StoreCreditAccountCreditUserErrorCode = exports.StoreCreditAccountCreditUserErrorCode || (exports.StoreCreditAccountCreditUserErrorCode = {}));
8405
+ })(StoreCreditAccountCreditUserErrorCode || (exports.StoreCreditAccountCreditUserErrorCode = StoreCreditAccountCreditUserErrorCode = {}));
8406
8406
  /** Possible error codes that can be returned by `StoreCreditAccountDebitUserError`. */
8407
8407
  var StoreCreditAccountDebitUserErrorCode;
8408
8408
  (function (StoreCreditAccountDebitUserErrorCode) {
@@ -8414,7 +8414,7 @@ var StoreCreditAccountDebitUserErrorCode;
8414
8414
  StoreCreditAccountDebitUserErrorCode["MismatchingCurrency"] = "MISMATCHING_CURRENCY";
8415
8415
  /** A positive amount must be used to debit a store credit account. */
8416
8416
  StoreCreditAccountDebitUserErrorCode["NegativeOrZeroAmount"] = "NEGATIVE_OR_ZERO_AMOUNT";
8417
- })(StoreCreditAccountDebitUserErrorCode = exports.StoreCreditAccountDebitUserErrorCode || (exports.StoreCreditAccountDebitUserErrorCode = {}));
8417
+ })(StoreCreditAccountDebitUserErrorCode || (exports.StoreCreditAccountDebitUserErrorCode = StoreCreditAccountDebitUserErrorCode = {}));
8418
8418
  /**
8419
8419
  * The possible error codes associated with making billing attempts. The error codes supplement the
8420
8420
  * `error_message` to provide consistent results and help with dunning management.
@@ -8469,7 +8469,7 @@ var SubscriptionBillingAttemptErrorCode;
8469
8469
  SubscriptionBillingAttemptErrorCode["TransientError"] = "TRANSIENT_ERROR";
8470
8470
  /** There was an unexpected error during the billing attempt. */
8471
8471
  SubscriptionBillingAttemptErrorCode["UnexpectedError"] = "UNEXPECTED_ERROR";
8472
- })(SubscriptionBillingAttemptErrorCode = exports.SubscriptionBillingAttemptErrorCode || (exports.SubscriptionBillingAttemptErrorCode = {}));
8472
+ })(SubscriptionBillingAttemptErrorCode || (exports.SubscriptionBillingAttemptErrorCode = SubscriptionBillingAttemptErrorCode = {}));
8473
8473
  /** The set of valid sort keys for the SubscriptionBillingAttempts query. */
8474
8474
  var SubscriptionBillingAttemptsSortKeys;
8475
8475
  (function (SubscriptionBillingAttemptsSortKeys) {
@@ -8482,7 +8482,7 @@ var SubscriptionBillingAttemptsSortKeys;
8482
8482
  * Don't use this sort key when no search query is specified.
8483
8483
  */
8484
8484
  SubscriptionBillingAttemptsSortKeys["Relevance"] = "RELEVANCE";
8485
- })(SubscriptionBillingAttemptsSortKeys = exports.SubscriptionBillingAttemptsSortKeys || (exports.SubscriptionBillingAttemptsSortKeys = {}));
8485
+ })(SubscriptionBillingAttemptsSortKeys || (exports.SubscriptionBillingAttemptsSortKeys = SubscriptionBillingAttemptsSortKeys = {}));
8486
8486
  /** The presence of billing attempts on Billing Cycles. */
8487
8487
  var SubscriptionBillingCycleBillingAttemptStatus;
8488
8488
  (function (SubscriptionBillingCycleBillingAttemptStatus) {
@@ -8492,7 +8492,7 @@ var SubscriptionBillingCycleBillingAttemptStatus;
8492
8492
  SubscriptionBillingCycleBillingAttemptStatus["HasAttempt"] = "HAS_ATTEMPT";
8493
8493
  /** Billing cycle has no billing attempts. */
8494
8494
  SubscriptionBillingCycleBillingAttemptStatus["NoAttempt"] = "NO_ATTEMPT";
8495
- })(SubscriptionBillingCycleBillingAttemptStatus = exports.SubscriptionBillingCycleBillingAttemptStatus || (exports.SubscriptionBillingCycleBillingAttemptStatus = {}));
8495
+ })(SubscriptionBillingCycleBillingAttemptStatus || (exports.SubscriptionBillingCycleBillingAttemptStatus = SubscriptionBillingCycleBillingAttemptStatus = {}));
8496
8496
  /** The possible status values of a subscription billing cycle. */
8497
8497
  var SubscriptionBillingCycleBillingCycleStatus;
8498
8498
  (function (SubscriptionBillingCycleBillingCycleStatus) {
@@ -8500,7 +8500,7 @@ var SubscriptionBillingCycleBillingCycleStatus;
8500
8500
  SubscriptionBillingCycleBillingCycleStatus["Billed"] = "BILLED";
8501
8501
  /** The billing cycle hasn't been billed. */
8502
8502
  SubscriptionBillingCycleBillingCycleStatus["Unbilled"] = "UNBILLED";
8503
- })(SubscriptionBillingCycleBillingCycleStatus = exports.SubscriptionBillingCycleBillingCycleStatus || (exports.SubscriptionBillingCycleBillingCycleStatus = {}));
8503
+ })(SubscriptionBillingCycleBillingCycleStatus || (exports.SubscriptionBillingCycleBillingCycleStatus = SubscriptionBillingCycleBillingCycleStatus = {}));
8504
8504
  /** Possible error codes that can be returned by `SubscriptionBillingCycleBulkUserError`. */
8505
8505
  var SubscriptionBillingCycleBulkUserErrorCode;
8506
8506
  (function (SubscriptionBillingCycleBulkUserErrorCode) {
@@ -8514,7 +8514,7 @@ var SubscriptionBillingCycleBulkUserErrorCode;
8514
8514
  SubscriptionBillingCycleBulkUserErrorCode["InvalidDateRange"] = "INVALID_DATE_RANGE";
8515
8515
  /** Start date should be before end date. */
8516
8516
  SubscriptionBillingCycleBulkUserErrorCode["StartDateBeforeEndDate"] = "START_DATE_BEFORE_END_DATE";
8517
- })(SubscriptionBillingCycleBulkUserErrorCode = exports.SubscriptionBillingCycleBulkUserErrorCode || (exports.SubscriptionBillingCycleBulkUserErrorCode = {}));
8517
+ })(SubscriptionBillingCycleBulkUserErrorCode || (exports.SubscriptionBillingCycleBulkUserErrorCode = SubscriptionBillingCycleBulkUserErrorCode = {}));
8518
8518
  /** Possible error codes that can be returned by `SubscriptionBillingCycleUserError`. */
8519
8519
  var SubscriptionBillingCycleErrorCode;
8520
8520
  (function (SubscriptionBillingCycleErrorCode) {
@@ -8542,7 +8542,7 @@ var SubscriptionBillingCycleErrorCode;
8542
8542
  SubscriptionBillingCycleErrorCode["OutOfBounds"] = "OUT_OF_BOUNDS";
8543
8543
  /** Billing cycle selector cannot select upcoming billing cycle past limit. */
8544
8544
  SubscriptionBillingCycleErrorCode["UpcomingCycleLimitExceeded"] = "UPCOMING_CYCLE_LIMIT_EXCEEDED";
8545
- })(SubscriptionBillingCycleErrorCode = exports.SubscriptionBillingCycleErrorCode || (exports.SubscriptionBillingCycleErrorCode = {}));
8545
+ })(SubscriptionBillingCycleErrorCode || (exports.SubscriptionBillingCycleErrorCode = SubscriptionBillingCycleErrorCode = {}));
8546
8546
  /** The input fields for possible reasons for editing the billing cycle's schedule. */
8547
8547
  var SubscriptionBillingCycleScheduleEditInputScheduleEditReason;
8548
8548
  (function (SubscriptionBillingCycleScheduleEditInputScheduleEditReason) {
@@ -8552,19 +8552,19 @@ var SubscriptionBillingCycleScheduleEditInputScheduleEditReason;
8552
8552
  SubscriptionBillingCycleScheduleEditInputScheduleEditReason["DevInitiated"] = "DEV_INITIATED";
8553
8553
  /** Merchant initiated the schedule edit. */
8554
8554
  SubscriptionBillingCycleScheduleEditInputScheduleEditReason["MerchantInitiated"] = "MERCHANT_INITIATED";
8555
- })(SubscriptionBillingCycleScheduleEditInputScheduleEditReason = exports.SubscriptionBillingCycleScheduleEditInputScheduleEditReason || (exports.SubscriptionBillingCycleScheduleEditInputScheduleEditReason = {}));
8555
+ })(SubscriptionBillingCycleScheduleEditInputScheduleEditReason || (exports.SubscriptionBillingCycleScheduleEditInputScheduleEditReason = SubscriptionBillingCycleScheduleEditInputScheduleEditReason = {}));
8556
8556
  /** Possible error codes that can be returned by `SubscriptionBillingCycleSkipUserError`. */
8557
8557
  var SubscriptionBillingCycleSkipUserErrorCode;
8558
8558
  (function (SubscriptionBillingCycleSkipUserErrorCode) {
8559
8559
  /** The input value is invalid. */
8560
8560
  SubscriptionBillingCycleSkipUserErrorCode["Invalid"] = "INVALID";
8561
- })(SubscriptionBillingCycleSkipUserErrorCode = exports.SubscriptionBillingCycleSkipUserErrorCode || (exports.SubscriptionBillingCycleSkipUserErrorCode = {}));
8561
+ })(SubscriptionBillingCycleSkipUserErrorCode || (exports.SubscriptionBillingCycleSkipUserErrorCode = SubscriptionBillingCycleSkipUserErrorCode = {}));
8562
8562
  /** Possible error codes that can be returned by `SubscriptionBillingCycleUnskipUserError`. */
8563
8563
  var SubscriptionBillingCycleUnskipUserErrorCode;
8564
8564
  (function (SubscriptionBillingCycleUnskipUserErrorCode) {
8565
8565
  /** The input value is invalid. */
8566
8566
  SubscriptionBillingCycleUnskipUserErrorCode["Invalid"] = "INVALID";
8567
- })(SubscriptionBillingCycleUnskipUserErrorCode = exports.SubscriptionBillingCycleUnskipUserErrorCode || (exports.SubscriptionBillingCycleUnskipUserErrorCode = {}));
8567
+ })(SubscriptionBillingCycleUnskipUserErrorCode || (exports.SubscriptionBillingCycleUnskipUserErrorCode = SubscriptionBillingCycleUnskipUserErrorCode = {}));
8568
8568
  /** The set of valid sort keys for the SubscriptionBillingCycles query. */
8569
8569
  var SubscriptionBillingCyclesSortKeys;
8570
8570
  (function (SubscriptionBillingCyclesSortKeys) {
@@ -8577,19 +8577,19 @@ var SubscriptionBillingCyclesSortKeys;
8577
8577
  * Don't use this sort key when no search query is specified.
8578
8578
  */
8579
8579
  SubscriptionBillingCyclesSortKeys["Relevance"] = "RELEVANCE";
8580
- })(SubscriptionBillingCyclesSortKeys = exports.SubscriptionBillingCyclesSortKeys || (exports.SubscriptionBillingCyclesSortKeys = {}));
8580
+ })(SubscriptionBillingCyclesSortKeys || (exports.SubscriptionBillingCyclesSortKeys = SubscriptionBillingCyclesSortKeys = {}));
8581
8581
  /** Select subscription billing cycles to be targeted. */
8582
8582
  var SubscriptionBillingCyclesTargetSelection;
8583
8583
  (function (SubscriptionBillingCyclesTargetSelection) {
8584
8584
  /** Target all current and upcoming subscription billing cycles. */
8585
8585
  SubscriptionBillingCyclesTargetSelection["All"] = "ALL";
8586
- })(SubscriptionBillingCyclesTargetSelection = exports.SubscriptionBillingCyclesTargetSelection || (exports.SubscriptionBillingCyclesTargetSelection = {}));
8586
+ })(SubscriptionBillingCyclesTargetSelection || (exports.SubscriptionBillingCyclesTargetSelection = SubscriptionBillingCyclesTargetSelection = {}));
8587
8587
  /** Possible error codes that can be returned by `SubscriptionContractUserError`. */
8588
8588
  var SubscriptionContractErrorCode;
8589
8589
  (function (SubscriptionContractErrorCode) {
8590
8590
  /** The input value is invalid. */
8591
8591
  SubscriptionContractErrorCode["Invalid"] = "INVALID";
8592
- })(SubscriptionContractErrorCode = exports.SubscriptionContractErrorCode || (exports.SubscriptionContractErrorCode = {}));
8592
+ })(SubscriptionContractErrorCode || (exports.SubscriptionContractErrorCode = SubscriptionContractErrorCode = {}));
8593
8593
  /** The possible status values of the last payment on a subscription contract. */
8594
8594
  var SubscriptionContractLastPaymentStatus;
8595
8595
  (function (SubscriptionContractLastPaymentStatus) {
@@ -8597,7 +8597,7 @@ var SubscriptionContractLastPaymentStatus;
8597
8597
  SubscriptionContractLastPaymentStatus["Failed"] = "FAILED";
8598
8598
  /** Successful subscription billing attempt. */
8599
8599
  SubscriptionContractLastPaymentStatus["Succeeded"] = "SUCCEEDED";
8600
- })(SubscriptionContractLastPaymentStatus = exports.SubscriptionContractLastPaymentStatus || (exports.SubscriptionContractLastPaymentStatus = {}));
8600
+ })(SubscriptionContractLastPaymentStatus || (exports.SubscriptionContractLastPaymentStatus = SubscriptionContractLastPaymentStatus = {}));
8601
8601
  /** Possible error codes that can be returned by `SubscriptionContractStatusUpdateUserError`. */
8602
8602
  var SubscriptionContractStatusUpdateErrorCode;
8603
8603
  (function (SubscriptionContractStatusUpdateErrorCode) {
@@ -8605,7 +8605,7 @@ var SubscriptionContractStatusUpdateErrorCode;
8605
8605
  SubscriptionContractStatusUpdateErrorCode["ContractTerminated"] = "CONTRACT_TERMINATED";
8606
8606
  /** The input value is invalid. */
8607
8607
  SubscriptionContractStatusUpdateErrorCode["Invalid"] = "INVALID";
8608
- })(SubscriptionContractStatusUpdateErrorCode = exports.SubscriptionContractStatusUpdateErrorCode || (exports.SubscriptionContractStatusUpdateErrorCode = {}));
8608
+ })(SubscriptionContractStatusUpdateErrorCode || (exports.SubscriptionContractStatusUpdateErrorCode = SubscriptionContractStatusUpdateErrorCode = {}));
8609
8609
  /** The possible status values of a subscription. */
8610
8610
  var SubscriptionContractSubscriptionStatus;
8611
8611
  (function (SubscriptionContractSubscriptionStatus) {
@@ -8619,7 +8619,7 @@ var SubscriptionContractSubscriptionStatus;
8619
8619
  SubscriptionContractSubscriptionStatus["Failed"] = "FAILED";
8620
8620
  /** The contract is temporarily paused and is expected to resume in the future. */
8621
8621
  SubscriptionContractSubscriptionStatus["Paused"] = "PAUSED";
8622
- })(SubscriptionContractSubscriptionStatus = exports.SubscriptionContractSubscriptionStatus || (exports.SubscriptionContractSubscriptionStatus = {}));
8622
+ })(SubscriptionContractSubscriptionStatus || (exports.SubscriptionContractSubscriptionStatus = SubscriptionContractSubscriptionStatus = {}));
8623
8623
  /** The reason a discount on a subscription draft was rejected. */
8624
8624
  var SubscriptionDiscountRejectionReason;
8625
8625
  (function (SubscriptionDiscountRejectionReason) {
@@ -8645,7 +8645,7 @@ var SubscriptionDiscountRejectionReason;
8645
8645
  SubscriptionDiscountRejectionReason["QuantityNotInRange"] = "QUANTITY_NOT_IN_RANGE";
8646
8646
  /** Discount usage limit has been reached. */
8647
8647
  SubscriptionDiscountRejectionReason["UsageLimitReached"] = "USAGE_LIMIT_REACHED";
8648
- })(SubscriptionDiscountRejectionReason = exports.SubscriptionDiscountRejectionReason || (exports.SubscriptionDiscountRejectionReason = {}));
8648
+ })(SubscriptionDiscountRejectionReason || (exports.SubscriptionDiscountRejectionReason = SubscriptionDiscountRejectionReason = {}));
8649
8649
  /** Possible error codes that can be returned by `SubscriptionDraftUserError`. */
8650
8650
  var SubscriptionDraftErrorCode;
8651
8651
  (function (SubscriptionDraftErrorCode) {
@@ -8733,13 +8733,13 @@ var SubscriptionDraftErrorCode;
8733
8733
  SubscriptionDraftErrorCode["TooShort"] = "TOO_SHORT";
8734
8734
  /** Billing cycle selector cannot select upcoming billing cycle past limit. */
8735
8735
  SubscriptionDraftErrorCode["UpcomingCycleLimitExceeded"] = "UPCOMING_CYCLE_LIMIT_EXCEEDED";
8736
- })(SubscriptionDraftErrorCode = exports.SubscriptionDraftErrorCode || (exports.SubscriptionDraftErrorCode = {}));
8736
+ })(SubscriptionDraftErrorCode || (exports.SubscriptionDraftErrorCode = SubscriptionDraftErrorCode = {}));
8737
8737
  /** Specifies the kind of the suggested order transaction. */
8738
8738
  var SuggestedOrderTransactionKind;
8739
8739
  (function (SuggestedOrderTransactionKind) {
8740
8740
  /** A suggested refund transaction for an order. */
8741
8741
  SuggestedOrderTransactionKind["SuggestedRefund"] = "SUGGESTED_REFUND";
8742
- })(SuggestedOrderTransactionKind = exports.SuggestedOrderTransactionKind || (exports.SuggestedOrderTransactionKind = {}));
8742
+ })(SuggestedOrderTransactionKind || (exports.SuggestedOrderTransactionKind = SuggestedOrderTransactionKind = {}));
8743
8743
  /** Possible error codes that can be returned by `TaxAppConfigureUserError`. */
8744
8744
  var TaxAppConfigureUserErrorCode;
8745
8745
  (function (TaxAppConfigureUserErrorCode) {
@@ -8749,7 +8749,7 @@ var TaxAppConfigureUserErrorCode;
8749
8749
  TaxAppConfigureUserErrorCode["TaxPartnerNotFound"] = "TAX_PARTNER_NOT_FOUND";
8750
8750
  /** Unable to update tax partner state. */
8751
8751
  TaxAppConfigureUserErrorCode["TaxPartnerStateUpdateFailed"] = "TAX_PARTNER_STATE_UPDATE_FAILED";
8752
- })(TaxAppConfigureUserErrorCode = exports.TaxAppConfigureUserErrorCode || (exports.TaxAppConfigureUserErrorCode = {}));
8752
+ })(TaxAppConfigureUserErrorCode || (exports.TaxAppConfigureUserErrorCode = TaxAppConfigureUserErrorCode = {}));
8753
8753
  /** Available customer tax exemptions. */
8754
8754
  var TaxExemption;
8755
8755
  (function (TaxExemption) {
@@ -8897,7 +8897,7 @@ var TaxExemption;
8897
8897
  TaxExemption["UsWvResellerExemption"] = "US_WV_RESELLER_EXEMPTION";
8898
8898
  /** This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Wyoming. */
8899
8899
  TaxExemption["UsWyResellerExemption"] = "US_WY_RESELLER_EXEMPTION";
8900
- })(TaxExemption = exports.TaxExemption || (exports.TaxExemption = {}));
8900
+ })(TaxExemption || (exports.TaxExemption = TaxExemption = {}));
8901
8901
  /** State of the tax app configuration. */
8902
8902
  var TaxPartnerState;
8903
8903
  (function (TaxPartnerState) {
@@ -8907,7 +8907,7 @@ var TaxPartnerState;
8907
8907
  TaxPartnerState["Pending"] = "PENDING";
8908
8908
  /** App is configured, but not used for tax calculations. */
8909
8909
  TaxPartnerState["Ready"] = "READY";
8910
- })(TaxPartnerState = exports.TaxPartnerState || (exports.TaxPartnerState = {}));
8910
+ })(TaxPartnerState || (exports.TaxPartnerState = TaxPartnerState = {}));
8911
8911
  /** The set of valid sort keys for the Transaction query. */
8912
8912
  var TransactionSortKeys;
8913
8913
  (function (TransactionSortKeys) {
@@ -8915,7 +8915,7 @@ var TransactionSortKeys;
8915
8915
  TransactionSortKeys["CreatedAt"] = "CREATED_AT";
8916
8916
  /** Sort by the `expires_at` value. */
8917
8917
  TransactionSortKeys["ExpiresAt"] = "EXPIRES_AT";
8918
- })(TransactionSortKeys = exports.TransactionSortKeys || (exports.TransactionSortKeys = {}));
8918
+ })(TransactionSortKeys || (exports.TransactionSortKeys = TransactionSortKeys = {}));
8919
8919
  /** Possible error codes that can be returned by `TransactionVoidUserError`. */
8920
8920
  var TransactionVoidUserErrorCode;
8921
8921
  (function (TransactionVoidUserErrorCode) {
@@ -8927,7 +8927,7 @@ var TransactionVoidUserErrorCode;
8927
8927
  TransactionVoidUserErrorCode["GenericError"] = "GENERIC_ERROR";
8928
8928
  /** Transaction does not exist. */
8929
8929
  TransactionVoidUserErrorCode["TransactionNotFound"] = "TRANSACTION_NOT_FOUND";
8930
- })(TransactionVoidUserErrorCode = exports.TransactionVoidUserErrorCode || (exports.TransactionVoidUserErrorCode = {}));
8930
+ })(TransactionVoidUserErrorCode || (exports.TransactionVoidUserErrorCode = TransactionVoidUserErrorCode = {}));
8931
8931
  /** Specifies the type of resources that are translatable. */
8932
8932
  var TranslatableResourceType;
8933
8933
  (function (TranslatableResourceType) {
@@ -8976,7 +8976,7 @@ var TranslatableResourceType;
8976
8976
  TranslatableResourceType["Shop"] = "SHOP";
8977
8977
  /** A shop policy. Translatable fields: `body`. */
8978
8978
  TranslatableResourceType["ShopPolicy"] = "SHOP_POLICY";
8979
- })(TranslatableResourceType = exports.TranslatableResourceType || (exports.TranslatableResourceType = {}));
8979
+ })(TranslatableResourceType || (exports.TranslatableResourceType = TranslatableResourceType = {}));
8980
8980
  /** Possible error codes that can be returned by `TranslationUserError`. */
8981
8981
  var TranslationErrorCode;
8982
8982
  (function (TranslationErrorCode) {
@@ -9020,7 +9020,7 @@ var TranslationErrorCode;
9020
9020
  TranslationErrorCode["ResourceNotTranslatable"] = "RESOURCE_NOT_TRANSLATABLE";
9021
9021
  /** Too many translation keys for the resource. */
9022
9022
  TranslationErrorCode["TooManyKeysForResource"] = "TOO_MANY_KEYS_FOR_RESOURCE";
9023
- })(TranslationErrorCode = exports.TranslationErrorCode || (exports.TranslationErrorCode = {}));
9023
+ })(TranslationErrorCode || (exports.TranslationErrorCode = TranslationErrorCode = {}));
9024
9024
  /** Systems of weights and measures. */
9025
9025
  var UnitSystem;
9026
9026
  (function (UnitSystem) {
@@ -9028,7 +9028,7 @@ var UnitSystem;
9028
9028
  UnitSystem["ImperialSystem"] = "IMPERIAL_SYSTEM";
9029
9029
  /** Metric system of weights and measures. */
9030
9030
  UnitSystem["MetricSystem"] = "METRIC_SYSTEM";
9031
- })(UnitSystem = exports.UnitSystem || (exports.UnitSystem = {}));
9031
+ })(UnitSystem || (exports.UnitSystem = UnitSystem = {}));
9032
9032
  /** Possible error codes that can be returned by `UrlRedirectBulkDeleteByIdsUserError`. */
9033
9033
  var UrlRedirectBulkDeleteByIdsUserErrorCode;
9034
9034
  (function (UrlRedirectBulkDeleteByIdsUserErrorCode) {
@@ -9038,7 +9038,7 @@ var UrlRedirectBulkDeleteByIdsUserErrorCode;
9038
9038
  * ) object IDs.
9039
9039
  */
9040
9040
  UrlRedirectBulkDeleteByIdsUserErrorCode["IdsEmpty"] = "IDS_EMPTY";
9041
- })(UrlRedirectBulkDeleteByIdsUserErrorCode = exports.UrlRedirectBulkDeleteByIdsUserErrorCode || (exports.UrlRedirectBulkDeleteByIdsUserErrorCode = {}));
9041
+ })(UrlRedirectBulkDeleteByIdsUserErrorCode || (exports.UrlRedirectBulkDeleteByIdsUserErrorCode = UrlRedirectBulkDeleteByIdsUserErrorCode = {}));
9042
9042
  /** Possible error codes that can be returned by `UrlRedirectBulkDeleteBySavedSearchUserError`. */
9043
9043
  var UrlRedirectBulkDeleteBySavedSearchUserErrorCode;
9044
9044
  (function (UrlRedirectBulkDeleteBySavedSearchUserErrorCode) {
@@ -9046,13 +9046,13 @@ var UrlRedirectBulkDeleteBySavedSearchUserErrorCode;
9046
9046
  UrlRedirectBulkDeleteBySavedSearchUserErrorCode["InvalidSavedSearchQuery"] = "INVALID_SAVED_SEARCH_QUERY";
9047
9047
  /** Saved search not found. */
9048
9048
  UrlRedirectBulkDeleteBySavedSearchUserErrorCode["SavedSearchNotFound"] = "SAVED_SEARCH_NOT_FOUND";
9049
- })(UrlRedirectBulkDeleteBySavedSearchUserErrorCode = exports.UrlRedirectBulkDeleteBySavedSearchUserErrorCode || (exports.UrlRedirectBulkDeleteBySavedSearchUserErrorCode = {}));
9049
+ })(UrlRedirectBulkDeleteBySavedSearchUserErrorCode || (exports.UrlRedirectBulkDeleteBySavedSearchUserErrorCode = UrlRedirectBulkDeleteBySavedSearchUserErrorCode = {}));
9050
9050
  /** Possible error codes that can be returned by `UrlRedirectBulkDeleteBySearchUserError`. */
9051
9051
  var UrlRedirectBulkDeleteBySearchUserErrorCode;
9052
9052
  (function (UrlRedirectBulkDeleteBySearchUserErrorCode) {
9053
9053
  /** Invalid search string. */
9054
9054
  UrlRedirectBulkDeleteBySearchUserErrorCode["InvalidSearchArgument"] = "INVALID_SEARCH_ARGUMENT";
9055
- })(UrlRedirectBulkDeleteBySearchUserErrorCode = exports.UrlRedirectBulkDeleteBySearchUserErrorCode || (exports.UrlRedirectBulkDeleteBySearchUserErrorCode = {}));
9055
+ })(UrlRedirectBulkDeleteBySearchUserErrorCode || (exports.UrlRedirectBulkDeleteBySearchUserErrorCode = UrlRedirectBulkDeleteBySearchUserErrorCode = {}));
9056
9056
  /** Possible error codes that can be returned by `UrlRedirectUserError`. */
9057
9057
  var UrlRedirectErrorCode;
9058
9058
  (function (UrlRedirectErrorCode) {
@@ -9064,7 +9064,7 @@ var UrlRedirectErrorCode;
9064
9064
  UrlRedirectErrorCode["DoesNotExist"] = "DOES_NOT_EXIST";
9065
9065
  /** Redirect could not be updated. */
9066
9066
  UrlRedirectErrorCode["UpdateFailed"] = "UPDATE_FAILED";
9067
- })(UrlRedirectErrorCode = exports.UrlRedirectErrorCode || (exports.UrlRedirectErrorCode = {}));
9067
+ })(UrlRedirectErrorCode || (exports.UrlRedirectErrorCode = UrlRedirectErrorCode = {}));
9068
9068
  /** Possible error codes that can be returned by `UrlRedirectImportUserError`. */
9069
9069
  var UrlRedirectImportErrorCode;
9070
9070
  (function (UrlRedirectImportErrorCode) {
@@ -9079,7 +9079,7 @@ var UrlRedirectImportErrorCode;
9079
9079
  UrlRedirectImportErrorCode["InProgress"] = "IN_PROGRESS";
9080
9080
  /** URL redirect import not found. */
9081
9081
  UrlRedirectImportErrorCode["NotFound"] = "NOT_FOUND";
9082
- })(UrlRedirectImportErrorCode = exports.UrlRedirectImportErrorCode || (exports.UrlRedirectImportErrorCode = {}));
9082
+ })(UrlRedirectImportErrorCode || (exports.UrlRedirectImportErrorCode = UrlRedirectImportErrorCode = {}));
9083
9083
  /** The set of valid sort keys for the UrlRedirect query. */
9084
9084
  var UrlRedirectSortKeys;
9085
9085
  (function (UrlRedirectSortKeys) {
@@ -9092,7 +9092,7 @@ var UrlRedirectSortKeys;
9092
9092
  * Don't use this sort key when no search query is specified.
9093
9093
  */
9094
9094
  UrlRedirectSortKeys["Relevance"] = "RELEVANCE";
9095
- })(UrlRedirectSortKeys = exports.UrlRedirectSortKeys || (exports.UrlRedirectSortKeys = {}));
9095
+ })(UrlRedirectSortKeys || (exports.UrlRedirectSortKeys = UrlRedirectSortKeys = {}));
9096
9096
  /** The set of valid sort keys for the Validation query. */
9097
9097
  var ValidationSortKeys;
9098
9098
  (function (ValidationSortKeys) {
@@ -9103,7 +9103,7 @@ var ValidationSortKeys;
9103
9103
  * Don't use this sort key when no search query is specified.
9104
9104
  */
9105
9105
  ValidationSortKeys["Relevance"] = "RELEVANCE";
9106
- })(ValidationSortKeys = exports.ValidationSortKeys || (exports.ValidationSortKeys = {}));
9106
+ })(ValidationSortKeys || (exports.ValidationSortKeys = ValidationSortKeys = {}));
9107
9107
  /** Possible error codes that can be returned by `ValidationUserError`. */
9108
9108
  var ValidationUserErrorCode;
9109
9109
  (function (ValidationUserErrorCode) {
@@ -9145,13 +9145,13 @@ var ValidationUserErrorCode;
9145
9145
  ValidationUserErrorCode["TooShort"] = "TOO_SHORT";
9146
9146
  /** Unstructured reserved namespace. */
9147
9147
  ValidationUserErrorCode["UnstructuredReservedNamespace"] = "UNSTRUCTURED_RESERVED_NAMESPACE";
9148
- })(ValidationUserErrorCode = exports.ValidationUserErrorCode || (exports.ValidationUserErrorCode = {}));
9148
+ })(ValidationUserErrorCode || (exports.ValidationUserErrorCode = ValidationUserErrorCode = {}));
9149
9149
  /** The supported formats for webhook subscriptions. */
9150
9150
  var WebhookSubscriptionFormat;
9151
9151
  (function (WebhookSubscriptionFormat) {
9152
9152
  WebhookSubscriptionFormat["Json"] = "JSON";
9153
9153
  WebhookSubscriptionFormat["Xml"] = "XML";
9154
- })(WebhookSubscriptionFormat = exports.WebhookSubscriptionFormat || (exports.WebhookSubscriptionFormat = {}));
9154
+ })(WebhookSubscriptionFormat || (exports.WebhookSubscriptionFormat = WebhookSubscriptionFormat = {}));
9155
9155
  /** The set of valid sort keys for the WebhookSubscription query. */
9156
9156
  var WebhookSubscriptionSortKeys;
9157
9157
  (function (WebhookSubscriptionSortKeys) {
@@ -9164,7 +9164,7 @@ var WebhookSubscriptionSortKeys;
9164
9164
  * Don't use this sort key when no search query is specified.
9165
9165
  */
9166
9166
  WebhookSubscriptionSortKeys["Relevance"] = "RELEVANCE";
9167
- })(WebhookSubscriptionSortKeys = exports.WebhookSubscriptionSortKeys || (exports.WebhookSubscriptionSortKeys = {}));
9167
+ })(WebhookSubscriptionSortKeys || (exports.WebhookSubscriptionSortKeys = WebhookSubscriptionSortKeys = {}));
9168
9168
  /**
9169
9169
  * The supported topics for webhook subscriptions. You can use webhook subscriptions to receive
9170
9170
  * notifications about particular events in a shop.
@@ -9585,7 +9585,7 @@ var WebhookSubscriptionTopic;
9585
9585
  WebhookSubscriptionTopic["VariantsInStock"] = "VARIANTS_IN_STOCK";
9586
9586
  /** The webhook topic for `variants/out_of_stock` events. Occurs whenever a variant becomes out of stock. Requires the `read_products` scope. */
9587
9587
  WebhookSubscriptionTopic["VariantsOutOfStock"] = "VARIANTS_OUT_OF_STOCK";
9588
- })(WebhookSubscriptionTopic = exports.WebhookSubscriptionTopic || (exports.WebhookSubscriptionTopic = {}));
9588
+ })(WebhookSubscriptionTopic || (exports.WebhookSubscriptionTopic = WebhookSubscriptionTopic = {}));
9589
9589
  /** Units of measurement for weight. */
9590
9590
  var WeightUnit;
9591
9591
  (function (WeightUnit) {
@@ -9597,5 +9597,5 @@ var WeightUnit;
9597
9597
  WeightUnit["Ounces"] = "OUNCES";
9598
9598
  /** 1 pound equals 16 ounces. */
9599
9599
  WeightUnit["Pounds"] = "POUNDS";
9600
- })(WeightUnit = exports.WeightUnit || (exports.WeightUnit = {}));
9600
+ })(WeightUnit || (exports.WeightUnit = WeightUnit = {}));
9601
9601
  //# sourceMappingURL=graphql.js.map