@sp-api-sdk/fulfillment-inbound-api-v0 1.8.2 → 1.8.5

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 (136) hide show
  1. package/dist/cjs/src/api-model/api/fba-inbound-api.js +17 -17
  2. package/dist/cjs/src/api-model/models/barcode-instruction.js +5 -6
  3. package/dist/cjs/src/api-model/models/box-contents-source.js +6 -7
  4. package/dist/cjs/src/api-model/models/condition.js +20 -21
  5. package/dist/cjs/src/api-model/models/currency-code.js +4 -5
  6. package/dist/cjs/src/api-model/models/error-reason.js +4 -5
  7. package/dist/cjs/src/api-model/models/guidance-reason.js +4 -5
  8. package/dist/cjs/src/api-model/models/inbound-guidance.js +4 -5
  9. package/dist/cjs/src/api-model/models/intended-box-contents-source.js +5 -6
  10. package/dist/cjs/src/api-model/models/label-prep-preference.js +5 -6
  11. package/dist/cjs/src/api-model/models/label-prep-type.js +5 -6
  12. package/dist/cjs/src/api-model/models/package-status.js +9 -10
  13. package/dist/cjs/src/api-model/models/prep-guidance.js +5 -6
  14. package/dist/cjs/src/api-model/models/prep-instruction.js +8 -9
  15. package/dist/cjs/src/api-model/models/prep-owner.js +4 -5
  16. package/dist/cjs/src/api-model/models/seller-freight-class.js +20 -21
  17. package/dist/cjs/src/api-model/models/shipment-status.js +12 -13
  18. package/dist/cjs/src/api-model/models/shipment-type.js +4 -5
  19. package/dist/cjs/src/api-model/models/transport-status.js +13 -14
  20. package/dist/cjs/src/api-model/models/unit-of-measurement.js +4 -5
  21. package/dist/cjs/src/api-model/models/unit-of-weight.js +4 -5
  22. package/dist/es/src/api-model/api/fba-inbound-api.js +17 -17
  23. package/dist/es/src/api-model/models/barcode-instruction.js +5 -6
  24. package/dist/es/src/api-model/models/box-contents-source.js +6 -7
  25. package/dist/es/src/api-model/models/condition.js +20 -21
  26. package/dist/es/src/api-model/models/currency-code.js +4 -5
  27. package/dist/es/src/api-model/models/error-reason.js +4 -5
  28. package/dist/es/src/api-model/models/guidance-reason.js +4 -5
  29. package/dist/es/src/api-model/models/inbound-guidance.js +4 -5
  30. package/dist/es/src/api-model/models/intended-box-contents-source.js +5 -6
  31. package/dist/es/src/api-model/models/label-prep-preference.js +5 -6
  32. package/dist/es/src/api-model/models/label-prep-type.js +5 -6
  33. package/dist/es/src/api-model/models/package-status.js +9 -10
  34. package/dist/es/src/api-model/models/prep-guidance.js +5 -6
  35. package/dist/es/src/api-model/models/prep-instruction.js +8 -9
  36. package/dist/es/src/api-model/models/prep-owner.js +4 -5
  37. package/dist/es/src/api-model/models/seller-freight-class.js +20 -21
  38. package/dist/es/src/api-model/models/shipment-status.js +12 -13
  39. package/dist/es/src/api-model/models/shipment-type.js +4 -5
  40. package/dist/es/src/api-model/models/transport-status.js +13 -14
  41. package/dist/es/src/api-model/models/unit-of-measurement.js +4 -5
  42. package/dist/es/src/api-model/models/unit-of-weight.js +4 -5
  43. package/dist/types/src/api-model/api/fba-inbound-api.d.ts +53 -53
  44. package/dist/types/src/api-model/base.d.ts +2 -2
  45. package/dist/types/src/api-model/common.d.ts +2 -2
  46. package/dist/types/src/api-model/models/address.d.ts +8 -8
  47. package/dist/types/src/api-model/models/amazon-prep-fees-details.d.ts +2 -2
  48. package/dist/types/src/api-model/models/amount.d.ts +2 -2
  49. package/dist/types/src/api-model/models/asininbound-guidance.d.ts +3 -3
  50. package/dist/types/src/api-model/models/asinprep-instructions.d.ts +4 -4
  51. package/dist/types/src/api-model/models/barcode-instruction.d.ts +6 -5
  52. package/dist/types/src/api-model/models/bill-of-lading-download-url.d.ts +1 -1
  53. package/dist/types/src/api-model/models/box-contents-fee-details.d.ts +3 -3
  54. package/dist/types/src/api-model/models/box-contents-source.d.ts +7 -6
  55. package/dist/types/src/api-model/models/common-transport-result.d.ts +1 -1
  56. package/dist/types/src/api-model/models/condition.d.ts +21 -20
  57. package/dist/types/src/api-model/models/confirm-preorder-response.d.ts +2 -2
  58. package/dist/types/src/api-model/models/confirm-preorder-result.d.ts +2 -2
  59. package/dist/types/src/api-model/models/confirm-transport-response.d.ts +2 -2
  60. package/dist/types/src/api-model/models/contact.d.ts +4 -4
  61. package/dist/types/src/api-model/models/create-inbound-shipment-plan-request.d.ts +5 -5
  62. package/dist/types/src/api-model/models/create-inbound-shipment-plan-response.d.ts +2 -2
  63. package/dist/types/src/api-model/models/create-inbound-shipment-plan-result.d.ts +1 -1
  64. package/dist/types/src/api-model/models/currency-code.d.ts +5 -4
  65. package/dist/types/src/api-model/models/dimensions.d.ts +4 -4
  66. package/dist/types/src/api-model/models/error-reason.d.ts +5 -4
  67. package/dist/types/src/api-model/models/estimate-transport-response.d.ts +2 -2
  68. package/dist/types/src/api-model/models/get-bill-of-lading-response.d.ts +2 -2
  69. package/dist/types/src/api-model/models/get-inbound-guidance-response.d.ts +2 -2
  70. package/dist/types/src/api-model/models/get-inbound-guidance-result.d.ts +4 -4
  71. package/dist/types/src/api-model/models/get-labels-response.d.ts +2 -2
  72. package/dist/types/src/api-model/models/get-preorder-info-response.d.ts +2 -2
  73. package/dist/types/src/api-model/models/get-preorder-info-result.d.ts +4 -4
  74. package/dist/types/src/api-model/models/get-prep-instructions-response.d.ts +2 -2
  75. package/dist/types/src/api-model/models/get-prep-instructions-result.d.ts +4 -4
  76. package/dist/types/src/api-model/models/get-shipment-items-response.d.ts +2 -2
  77. package/dist/types/src/api-model/models/get-shipment-items-result.d.ts +2 -2
  78. package/dist/types/src/api-model/models/get-shipments-response.d.ts +2 -2
  79. package/dist/types/src/api-model/models/get-shipments-result.d.ts +2 -2
  80. package/dist/types/src/api-model/models/get-transport-details-response.d.ts +2 -2
  81. package/dist/types/src/api-model/models/get-transport-details-result.d.ts +1 -1
  82. package/dist/types/src/api-model/models/guidance-reason.d.ts +5 -4
  83. package/dist/types/src/api-model/models/inbound-guidance.d.ts +5 -4
  84. package/dist/types/src/api-model/models/inbound-shipment-header.d.ts +7 -7
  85. package/dist/types/src/api-model/models/inbound-shipment-info.d.ts +10 -10
  86. package/dist/types/src/api-model/models/inbound-shipment-item.d.ts +8 -8
  87. package/dist/types/src/api-model/models/inbound-shipment-plan-item.d.ts +4 -4
  88. package/dist/types/src/api-model/models/inbound-shipment-plan-request-item.d.ts +6 -6
  89. package/dist/types/src/api-model/models/inbound-shipment-plan.d.ts +6 -6
  90. package/dist/types/src/api-model/models/inbound-shipment-request.d.ts +3 -3
  91. package/dist/types/src/api-model/models/inbound-shipment-response.d.ts +2 -2
  92. package/dist/types/src/api-model/models/inbound-shipment-result.d.ts +1 -1
  93. package/dist/types/src/api-model/models/intended-box-contents-source.d.ts +6 -5
  94. package/dist/types/src/api-model/models/invalid-asin.d.ts +2 -2
  95. package/dist/types/src/api-model/models/invalid-sku.d.ts +2 -2
  96. package/dist/types/src/api-model/models/label-download-url.d.ts +1 -1
  97. package/dist/types/src/api-model/models/label-prep-preference.d.ts +6 -5
  98. package/dist/types/src/api-model/models/label-prep-type.d.ts +6 -5
  99. package/dist/types/src/api-model/models/model-error.d.ts +3 -3
  100. package/dist/types/src/api-model/models/non-partnered-ltl-data-input.d.ts +2 -2
  101. package/dist/types/src/api-model/models/non-partnered-ltl-data-output.d.ts +2 -2
  102. package/dist/types/src/api-model/models/non-partnered-small-parcel-data-input.d.ts +2 -2
  103. package/dist/types/src/api-model/models/non-partnered-small-parcel-data-output.d.ts +1 -1
  104. package/dist/types/src/api-model/models/non-partnered-small-parcel-package-input.d.ts +1 -1
  105. package/dist/types/src/api-model/models/non-partnered-small-parcel-package-output.d.ts +3 -3
  106. package/dist/types/src/api-model/models/package-status.d.ts +10 -9
  107. package/dist/types/src/api-model/models/pallet.d.ts +3 -3
  108. package/dist/types/src/api-model/models/partnered-estimate.d.ts +3 -3
  109. package/dist/types/src/api-model/models/partnered-ltl-data-input.d.ts +7 -7
  110. package/dist/types/src/api-model/models/partnered-ltl-data-output.d.ts +15 -15
  111. package/dist/types/src/api-model/models/partnered-small-parcel-data-input.d.ts +2 -2
  112. package/dist/types/src/api-model/models/partnered-small-parcel-data-output.d.ts +2 -2
  113. package/dist/types/src/api-model/models/partnered-small-parcel-package-input.d.ts +2 -2
  114. package/dist/types/src/api-model/models/partnered-small-parcel-package-output.d.ts +5 -5
  115. package/dist/types/src/api-model/models/prep-details.d.ts +2 -2
  116. package/dist/types/src/api-model/models/prep-guidance.d.ts +6 -5
  117. package/dist/types/src/api-model/models/prep-instruction.d.ts +9 -8
  118. package/dist/types/src/api-model/models/prep-owner.d.ts +5 -4
  119. package/dist/types/src/api-model/models/put-transport-details-request.d.ts +3 -3
  120. package/dist/types/src/api-model/models/put-transport-details-response.d.ts +2 -2
  121. package/dist/types/src/api-model/models/seller-freight-class.d.ts +21 -20
  122. package/dist/types/src/api-model/models/shipment-status.d.ts +13 -12
  123. package/dist/types/src/api-model/models/shipment-type.d.ts +5 -4
  124. package/dist/types/src/api-model/models/skuinbound-guidance.d.ts +4 -4
  125. package/dist/types/src/api-model/models/skuprep-instructions.d.ts +6 -6
  126. package/dist/types/src/api-model/models/transport-content.d.ts +3 -3
  127. package/dist/types/src/api-model/models/transport-detail-input.d.ts +4 -4
  128. package/dist/types/src/api-model/models/transport-detail-output.d.ts +4 -4
  129. package/dist/types/src/api-model/models/transport-header.d.ts +4 -4
  130. package/dist/types/src/api-model/models/transport-result.d.ts +3 -3
  131. package/dist/types/src/api-model/models/transport-status.d.ts +14 -13
  132. package/dist/types/src/api-model/models/unit-of-measurement.d.ts +5 -4
  133. package/dist/types/src/api-model/models/unit-of-weight.d.ts +5 -4
  134. package/dist/types/src/api-model/models/void-transport-response.d.ts +2 -2
  135. package/dist/types/src/api-model/models/weight.d.ts +2 -2
  136. package/package.json +5 -5
@@ -61,7 +61,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
61
61
  if (marketplaceId !== undefined) {
62
62
  localVarQueryParameter['MarketplaceId'] = marketplaceId;
63
63
  }
64
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
64
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
65
65
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
66
66
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
67
67
  return {
@@ -89,7 +89,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
89
89
  const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
90
90
  const localVarHeaderParameter = {};
91
91
  const localVarQueryParameter = {};
92
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
92
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
93
93
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
94
94
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
95
95
  return {
@@ -121,7 +121,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
121
121
  const localVarHeaderParameter = {};
122
122
  const localVarQueryParameter = {};
123
123
  localVarHeaderParameter['Content-Type'] = 'application/json';
124
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
124
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
125
125
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
126
126
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
127
127
  localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
@@ -150,7 +150,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
150
150
  const localVarHeaderParameter = {};
151
151
  const localVarQueryParameter = {};
152
152
  localVarHeaderParameter['Content-Type'] = 'application/json';
153
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
153
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
154
154
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
155
155
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
156
156
  localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
@@ -179,7 +179,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
179
179
  const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
180
180
  const localVarHeaderParameter = {};
181
181
  const localVarQueryParameter = {};
182
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
182
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
183
183
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
184
184
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
185
185
  return {
@@ -207,7 +207,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
207
207
  const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
208
208
  const localVarHeaderParameter = {};
209
209
  const localVarQueryParameter = {};
210
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
210
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
211
211
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
212
212
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
213
213
  return {
@@ -245,7 +245,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
245
245
  if (aSINList) {
246
246
  localVarQueryParameter['ASINList'] = aSINList.join(base_1.COLLECTION_FORMATS.csv);
247
247
  }
248
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
248
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
249
249
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
250
250
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
251
251
  return {
@@ -305,7 +305,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
305
305
  if (pageStartIndex !== undefined) {
306
306
  localVarQueryParameter['PageStartIndex'] = pageStartIndex;
307
307
  }
308
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
308
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
309
309
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
310
310
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
311
311
  return {
@@ -339,7 +339,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
339
339
  if (marketplaceId !== undefined) {
340
340
  localVarQueryParameter['MarketplaceId'] = marketplaceId;
341
341
  }
342
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
342
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
343
343
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
344
344
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
345
345
  return {
@@ -377,7 +377,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
377
377
  if (aSINList) {
378
378
  localVarQueryParameter['ASINList'] = aSINList.join(base_1.COLLECTION_FORMATS.csv);
379
379
  }
380
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
380
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
381
381
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
382
382
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
383
383
  return {
@@ -429,7 +429,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
429
429
  if (marketplaceId !== undefined) {
430
430
  localVarQueryParameter['MarketplaceId'] = marketplaceId;
431
431
  }
432
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
432
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
433
433
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
434
434
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
435
435
  return {
@@ -463,7 +463,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
463
463
  if (marketplaceId !== undefined) {
464
464
  localVarQueryParameter['MarketplaceId'] = marketplaceId;
465
465
  }
466
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
466
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
467
467
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
468
468
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
469
469
  return {
@@ -523,7 +523,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
523
523
  if (marketplaceId !== undefined) {
524
524
  localVarQueryParameter['MarketplaceId'] = marketplaceId;
525
525
  }
526
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
526
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
527
527
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
528
528
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
529
529
  return {
@@ -551,7 +551,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
551
551
  const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
552
552
  const localVarHeaderParameter = {};
553
553
  const localVarQueryParameter = {};
554
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
554
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
555
555
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
556
556
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
557
557
  return {
@@ -583,7 +583,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
583
583
  const localVarHeaderParameter = {};
584
584
  const localVarQueryParameter = {};
585
585
  localVarHeaderParameter['Content-Type'] = 'application/json';
586
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
586
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
587
587
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
588
588
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
589
589
  localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
@@ -616,7 +616,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
616
616
  const localVarHeaderParameter = {};
617
617
  const localVarQueryParameter = {};
618
618
  localVarHeaderParameter['Content-Type'] = 'application/json';
619
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
619
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
620
620
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
621
621
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
622
622
  localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
@@ -645,7 +645,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
645
645
  const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
646
646
  const localVarHeaderParameter = {};
647
647
  const localVarQueryParameter = {};
648
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
648
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
649
649
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
650
650
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
651
651
  return {
@@ -19,9 +19,8 @@ exports.BarcodeInstruction = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var BarcodeInstruction;
23
- (function (BarcodeInstruction) {
24
- BarcodeInstruction["RequiresFnskuLabel"] = "RequiresFNSKULabel";
25
- BarcodeInstruction["CanUseOriginalBarcode"] = "CanUseOriginalBarcode";
26
- BarcodeInstruction["MustProvideSellerSku"] = "MustProvideSellerSKU";
27
- })(BarcodeInstruction = exports.BarcodeInstruction || (exports.BarcodeInstruction = {}));
22
+ exports.BarcodeInstruction = {
23
+ RequiresFnskuLabel: 'RequiresFNSKULabel',
24
+ CanUseOriginalBarcode: 'CanUseOriginalBarcode',
25
+ MustProvideSellerSku: 'MustProvideSellerSKU'
26
+ };
@@ -19,10 +19,9 @@ exports.BoxContentsSource = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var BoxContentsSource;
23
- (function (BoxContentsSource) {
24
- BoxContentsSource["None"] = "NONE";
25
- BoxContentsSource["Feed"] = "FEED";
26
- BoxContentsSource["_2DBarcode"] = "2D_BARCODE";
27
- BoxContentsSource["Interactive"] = "INTERACTIVE";
28
- })(BoxContentsSource = exports.BoxContentsSource || (exports.BoxContentsSource = {}));
22
+ exports.BoxContentsSource = {
23
+ None: 'NONE',
24
+ Feed: 'FEED',
25
+ _2DBarcode: '2D_BARCODE',
26
+ Interactive: 'INTERACTIVE'
27
+ };
@@ -19,24 +19,23 @@ exports.Condition = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var Condition;
23
- (function (Condition) {
24
- Condition["NewItem"] = "NewItem";
25
- Condition["NewWithWarranty"] = "NewWithWarranty";
26
- Condition["NewOem"] = "NewOEM";
27
- Condition["NewOpenBox"] = "NewOpenBox";
28
- Condition["UsedLikeNew"] = "UsedLikeNew";
29
- Condition["UsedVeryGood"] = "UsedVeryGood";
30
- Condition["UsedGood"] = "UsedGood";
31
- Condition["UsedAcceptable"] = "UsedAcceptable";
32
- Condition["UsedPoor"] = "UsedPoor";
33
- Condition["UsedRefurbished"] = "UsedRefurbished";
34
- Condition["CollectibleLikeNew"] = "CollectibleLikeNew";
35
- Condition["CollectibleVeryGood"] = "CollectibleVeryGood";
36
- Condition["CollectibleGood"] = "CollectibleGood";
37
- Condition["CollectibleAcceptable"] = "CollectibleAcceptable";
38
- Condition["CollectiblePoor"] = "CollectiblePoor";
39
- Condition["RefurbishedWithWarranty"] = "RefurbishedWithWarranty";
40
- Condition["Refurbished"] = "Refurbished";
41
- Condition["Club"] = "Club";
42
- })(Condition = exports.Condition || (exports.Condition = {}));
22
+ exports.Condition = {
23
+ NewItem: 'NewItem',
24
+ NewWithWarranty: 'NewWithWarranty',
25
+ NewOem: 'NewOEM',
26
+ NewOpenBox: 'NewOpenBox',
27
+ UsedLikeNew: 'UsedLikeNew',
28
+ UsedVeryGood: 'UsedVeryGood',
29
+ UsedGood: 'UsedGood',
30
+ UsedAcceptable: 'UsedAcceptable',
31
+ UsedPoor: 'UsedPoor',
32
+ UsedRefurbished: 'UsedRefurbished',
33
+ CollectibleLikeNew: 'CollectibleLikeNew',
34
+ CollectibleVeryGood: 'CollectibleVeryGood',
35
+ CollectibleGood: 'CollectibleGood',
36
+ CollectibleAcceptable: 'CollectibleAcceptable',
37
+ CollectiblePoor: 'CollectiblePoor',
38
+ RefurbishedWithWarranty: 'RefurbishedWithWarranty',
39
+ Refurbished: 'Refurbished',
40
+ Club: 'Club'
41
+ };
@@ -19,8 +19,7 @@ exports.CurrencyCode = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var CurrencyCode;
23
- (function (CurrencyCode) {
24
- CurrencyCode["Usd"] = "USD";
25
- CurrencyCode["Gbp"] = "GBP";
26
- })(CurrencyCode = exports.CurrencyCode || (exports.CurrencyCode = {}));
22
+ exports.CurrencyCode = {
23
+ Usd: 'USD',
24
+ Gbp: 'GBP'
25
+ };
@@ -19,8 +19,7 @@ exports.ErrorReason = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var ErrorReason;
23
- (function (ErrorReason) {
24
- ErrorReason["DoesNotExist"] = "DoesNotExist";
25
- ErrorReason["InvalidAsin"] = "InvalidASIN";
26
- })(ErrorReason = exports.ErrorReason || (exports.ErrorReason = {}));
22
+ exports.ErrorReason = {
23
+ DoesNotExist: 'DoesNotExist',
24
+ InvalidAsin: 'InvalidASIN'
25
+ };
@@ -19,8 +19,7 @@ exports.GuidanceReason = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var GuidanceReason;
23
- (function (GuidanceReason) {
24
- GuidanceReason["SlowMovingAsin"] = "SlowMovingASIN";
25
- GuidanceReason["NoApplicableGuidance"] = "NoApplicableGuidance";
26
- })(GuidanceReason = exports.GuidanceReason || (exports.GuidanceReason = {}));
22
+ exports.GuidanceReason = {
23
+ SlowMovingAsin: 'SlowMovingASIN',
24
+ NoApplicableGuidance: 'NoApplicableGuidance'
25
+ };
@@ -19,8 +19,7 @@ exports.InboundGuidance = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var InboundGuidance;
23
- (function (InboundGuidance) {
24
- InboundGuidance["InboundNotRecommended"] = "InboundNotRecommended";
25
- InboundGuidance["InboundOk"] = "InboundOK";
26
- })(InboundGuidance = exports.InboundGuidance || (exports.InboundGuidance = {}));
22
+ exports.InboundGuidance = {
23
+ InboundNotRecommended: 'InboundNotRecommended',
24
+ InboundOk: 'InboundOK'
25
+ };
@@ -19,9 +19,8 @@ exports.IntendedBoxContentsSource = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var IntendedBoxContentsSource;
23
- (function (IntendedBoxContentsSource) {
24
- IntendedBoxContentsSource["None"] = "NONE";
25
- IntendedBoxContentsSource["Feed"] = "FEED";
26
- IntendedBoxContentsSource["_2DBarcode"] = "2D_BARCODE";
27
- })(IntendedBoxContentsSource = exports.IntendedBoxContentsSource || (exports.IntendedBoxContentsSource = {}));
22
+ exports.IntendedBoxContentsSource = {
23
+ None: 'NONE',
24
+ Feed: 'FEED',
25
+ _2DBarcode: '2D_BARCODE'
26
+ };
@@ -19,9 +19,8 @@ exports.LabelPrepPreference = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var LabelPrepPreference;
23
- (function (LabelPrepPreference) {
24
- LabelPrepPreference["SellerLabel"] = "SELLER_LABEL";
25
- LabelPrepPreference["AmazonLabelOnly"] = "AMAZON_LABEL_ONLY";
26
- LabelPrepPreference["AmazonLabelPreferred"] = "AMAZON_LABEL_PREFERRED";
27
- })(LabelPrepPreference = exports.LabelPrepPreference || (exports.LabelPrepPreference = {}));
22
+ exports.LabelPrepPreference = {
23
+ SellerLabel: 'SELLER_LABEL',
24
+ AmazonLabelOnly: 'AMAZON_LABEL_ONLY',
25
+ AmazonLabelPreferred: 'AMAZON_LABEL_PREFERRED'
26
+ };
@@ -19,9 +19,8 @@ exports.LabelPrepType = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var LabelPrepType;
23
- (function (LabelPrepType) {
24
- LabelPrepType["NoLabel"] = "NO_LABEL";
25
- LabelPrepType["SellerLabel"] = "SELLER_LABEL";
26
- LabelPrepType["AmazonLabel"] = "AMAZON_LABEL";
27
- })(LabelPrepType = exports.LabelPrepType || (exports.LabelPrepType = {}));
22
+ exports.LabelPrepType = {
23
+ NoLabel: 'NO_LABEL',
24
+ SellerLabel: 'SELLER_LABEL',
25
+ AmazonLabel: 'AMAZON_LABEL'
26
+ };
@@ -19,13 +19,12 @@ exports.PackageStatus = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var PackageStatus;
23
- (function (PackageStatus) {
24
- PackageStatus["Shipped"] = "SHIPPED";
25
- PackageStatus["InTransit"] = "IN_TRANSIT";
26
- PackageStatus["Delivered"] = "DELIVERED";
27
- PackageStatus["CheckedIn"] = "CHECKED_IN";
28
- PackageStatus["Receiving"] = "RECEIVING";
29
- PackageStatus["Closed"] = "CLOSED";
30
- PackageStatus["Deleted"] = "DELETED";
31
- })(PackageStatus = exports.PackageStatus || (exports.PackageStatus = {}));
22
+ exports.PackageStatus = {
23
+ Shipped: 'SHIPPED',
24
+ InTransit: 'IN_TRANSIT',
25
+ Delivered: 'DELIVERED',
26
+ CheckedIn: 'CHECKED_IN',
27
+ Receiving: 'RECEIVING',
28
+ Closed: 'CLOSED',
29
+ Deleted: 'DELETED'
30
+ };
@@ -19,9 +19,8 @@ exports.PrepGuidance = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var PrepGuidance;
23
- (function (PrepGuidance) {
24
- PrepGuidance["ConsultHelpDocuments"] = "ConsultHelpDocuments";
25
- PrepGuidance["NoAdditionalPrepRequired"] = "NoAdditionalPrepRequired";
26
- PrepGuidance["SeePrepInstructionsList"] = "SeePrepInstructionsList";
27
- })(PrepGuidance = exports.PrepGuidance || (exports.PrepGuidance = {}));
22
+ exports.PrepGuidance = {
23
+ ConsultHelpDocuments: 'ConsultHelpDocuments',
24
+ NoAdditionalPrepRequired: 'NoAdditionalPrepRequired',
25
+ SeePrepInstructionsList: 'SeePrepInstructionsList'
26
+ };
@@ -19,12 +19,11 @@ exports.PrepInstruction = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var PrepInstruction;
23
- (function (PrepInstruction) {
24
- PrepInstruction["Polybagging"] = "Polybagging";
25
- PrepInstruction["BubbleWrapping"] = "BubbleWrapping";
26
- PrepInstruction["Taping"] = "Taping";
27
- PrepInstruction["BlackShrinkWrapping"] = "BlackShrinkWrapping";
28
- PrepInstruction["Labeling"] = "Labeling";
29
- PrepInstruction["HangGarment"] = "HangGarment";
30
- })(PrepInstruction = exports.PrepInstruction || (exports.PrepInstruction = {}));
22
+ exports.PrepInstruction = {
23
+ Polybagging: 'Polybagging',
24
+ BubbleWrapping: 'BubbleWrapping',
25
+ Taping: 'Taping',
26
+ BlackShrinkWrapping: 'BlackShrinkWrapping',
27
+ Labeling: 'Labeling',
28
+ HangGarment: 'HangGarment'
29
+ };
@@ -19,8 +19,7 @@ exports.PrepOwner = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var PrepOwner;
23
- (function (PrepOwner) {
24
- PrepOwner["Amazon"] = "AMAZON";
25
- PrepOwner["Seller"] = "SELLER";
26
- })(PrepOwner = exports.PrepOwner || (exports.PrepOwner = {}));
22
+ exports.PrepOwner = {
23
+ Amazon: 'AMAZON',
24
+ Seller: 'SELLER'
25
+ };
@@ -19,24 +19,23 @@ exports.SellerFreightClass = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var SellerFreightClass;
23
- (function (SellerFreightClass) {
24
- SellerFreightClass["_50"] = "50";
25
- SellerFreightClass["_55"] = "55";
26
- SellerFreightClass["_60"] = "60";
27
- SellerFreightClass["_65"] = "65";
28
- SellerFreightClass["_70"] = "70";
29
- SellerFreightClass["_775"] = "77.5";
30
- SellerFreightClass["_85"] = "85";
31
- SellerFreightClass["_925"] = "92.5";
32
- SellerFreightClass["_100"] = "100";
33
- SellerFreightClass["_110"] = "110";
34
- SellerFreightClass["_125"] = "125";
35
- SellerFreightClass["_150"] = "150";
36
- SellerFreightClass["_175"] = "175";
37
- SellerFreightClass["_200"] = "200";
38
- SellerFreightClass["_250"] = "250";
39
- SellerFreightClass["_300"] = "300";
40
- SellerFreightClass["_400"] = "400";
41
- SellerFreightClass["_500"] = "500";
42
- })(SellerFreightClass = exports.SellerFreightClass || (exports.SellerFreightClass = {}));
22
+ exports.SellerFreightClass = {
23
+ _50: '50',
24
+ _55: '55',
25
+ _60: '60',
26
+ _65: '65',
27
+ _70: '70',
28
+ _775: '77.5',
29
+ _85: '85',
30
+ _925: '92.5',
31
+ _100: '100',
32
+ _110: '110',
33
+ _125: '125',
34
+ _150: '150',
35
+ _175: '175',
36
+ _200: '200',
37
+ _250: '250',
38
+ _300: '300',
39
+ _400: '400',
40
+ _500: '500'
41
+ };
@@ -19,16 +19,15 @@ exports.ShipmentStatus = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var ShipmentStatus;
23
- (function (ShipmentStatus) {
24
- ShipmentStatus["Working"] = "WORKING";
25
- ShipmentStatus["Shipped"] = "SHIPPED";
26
- ShipmentStatus["Receiving"] = "RECEIVING";
27
- ShipmentStatus["Cancelled"] = "CANCELLED";
28
- ShipmentStatus["Deleted"] = "DELETED";
29
- ShipmentStatus["Closed"] = "CLOSED";
30
- ShipmentStatus["Error"] = "ERROR";
31
- ShipmentStatus["InTransit"] = "IN_TRANSIT";
32
- ShipmentStatus["Delivered"] = "DELIVERED";
33
- ShipmentStatus["CheckedIn"] = "CHECKED_IN";
34
- })(ShipmentStatus = exports.ShipmentStatus || (exports.ShipmentStatus = {}));
22
+ exports.ShipmentStatus = {
23
+ Working: 'WORKING',
24
+ Shipped: 'SHIPPED',
25
+ Receiving: 'RECEIVING',
26
+ Cancelled: 'CANCELLED',
27
+ Deleted: 'DELETED',
28
+ Closed: 'CLOSED',
29
+ Error: 'ERROR',
30
+ InTransit: 'IN_TRANSIT',
31
+ Delivered: 'DELIVERED',
32
+ CheckedIn: 'CHECKED_IN'
33
+ };
@@ -19,8 +19,7 @@ exports.ShipmentType = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var ShipmentType;
23
- (function (ShipmentType) {
24
- ShipmentType["Sp"] = "SP";
25
- ShipmentType["Ltl"] = "LTL";
26
- })(ShipmentType = exports.ShipmentType || (exports.ShipmentType = {}));
22
+ exports.ShipmentType = {
23
+ Sp: 'SP',
24
+ Ltl: 'LTL'
25
+ };
@@ -19,17 +19,16 @@ exports.TransportStatus = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var TransportStatus;
23
- (function (TransportStatus) {
24
- TransportStatus["Working"] = "WORKING";
25
- TransportStatus["Estimating"] = "ESTIMATING";
26
- TransportStatus["Estimated"] = "ESTIMATED";
27
- TransportStatus["ErrorOnEstimating"] = "ERROR_ON_ESTIMATING";
28
- TransportStatus["Confirming"] = "CONFIRMING";
29
- TransportStatus["Confirmed"] = "CONFIRMED";
30
- TransportStatus["ErrorOnConfirming"] = "ERROR_ON_CONFIRMING";
31
- TransportStatus["Voiding"] = "VOIDING";
32
- TransportStatus["Voided"] = "VOIDED";
33
- TransportStatus["ErrorInVoiding"] = "ERROR_IN_VOIDING";
34
- TransportStatus["Error"] = "ERROR";
35
- })(TransportStatus = exports.TransportStatus || (exports.TransportStatus = {}));
22
+ exports.TransportStatus = {
23
+ Working: 'WORKING',
24
+ Estimating: 'ESTIMATING',
25
+ Estimated: 'ESTIMATED',
26
+ ErrorOnEstimating: 'ERROR_ON_ESTIMATING',
27
+ Confirming: 'CONFIRMING',
28
+ Confirmed: 'CONFIRMED',
29
+ ErrorOnConfirming: 'ERROR_ON_CONFIRMING',
30
+ Voiding: 'VOIDING',
31
+ Voided: 'VOIDED',
32
+ ErrorInVoiding: 'ERROR_IN_VOIDING',
33
+ Error: 'ERROR'
34
+ };
@@ -19,8 +19,7 @@ exports.UnitOfMeasurement = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var UnitOfMeasurement;
23
- (function (UnitOfMeasurement) {
24
- UnitOfMeasurement["Inches"] = "inches";
25
- UnitOfMeasurement["Centimeters"] = "centimeters";
26
- })(UnitOfMeasurement = exports.UnitOfMeasurement || (exports.UnitOfMeasurement = {}));
22
+ exports.UnitOfMeasurement = {
23
+ Inches: 'inches',
24
+ Centimeters: 'centimeters'
25
+ };
@@ -19,8 +19,7 @@ exports.UnitOfWeight = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var UnitOfWeight;
23
- (function (UnitOfWeight) {
24
- UnitOfWeight["Pounds"] = "pounds";
25
- UnitOfWeight["Kilograms"] = "kilograms";
26
- })(UnitOfWeight = exports.UnitOfWeight || (exports.UnitOfWeight = {}));
22
+ exports.UnitOfWeight = {
23
+ Pounds: 'pounds',
24
+ Kilograms: 'kilograms'
25
+ };