@amazon-sp-api-release/amazon-sp-api-sdk-js 1.3.0 → 1.5.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 (4949) hide show
  1. package/README.md +2 -2
  2. package/helper/DefaultRateLimitFetcher.d.mts +7 -0
  3. package/helper/DefaultRateLimitFetcher.d.mts.map +1 -0
  4. package/helper/DefaultRateLimitMap.d.mts +307 -0
  5. package/helper/DefaultRateLimitMap.d.mts.map +1 -0
  6. package/helper/DefaultRateLimitMap.mjs +16 -7
  7. package/helper/RateLimitConfiguration.d.mts +26 -0
  8. package/helper/RateLimitConfiguration.d.mts.map +1 -0
  9. package/helper/SuperagentRateLimiter.d.mts +14 -0
  10. package/helper/SuperagentRateLimiter.d.mts.map +1 -0
  11. package/index.js +1 -0
  12. package/package.json +8 -8
  13. package/src/apluscontent_v2020_11_01/ApiClient.d.ts +260 -0
  14. package/src/apluscontent_v2020_11_01/ApiClient.d.ts.map +1 -0
  15. package/src/apluscontent_v2020_11_01/api/AplusContentApi.d.ts +223 -0
  16. package/src/apluscontent_v2020_11_01/api/AplusContentApi.d.ts.map +1 -0
  17. package/src/apluscontent_v2020_11_01/api/AplusContentApi.js +53 -53
  18. package/src/apluscontent_v2020_11_01/index.d.ts +67 -0
  19. package/src/apluscontent_v2020_11_01/index.d.ts.map +1 -0
  20. package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.d.ts +29 -0
  21. package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.d.ts.map +1 -0
  22. package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.js +7 -4
  23. package/src/apluscontent_v2020_11_01/model/AplusResponse.d.ts +23 -0
  24. package/src/apluscontent_v2020_11_01/model/AplusResponse.d.ts.map +1 -0
  25. package/src/apluscontent_v2020_11_01/model/AplusResponse.js +4 -3
  26. package/src/apluscontent_v2020_11_01/model/AsinBadge.d.ts +34 -0
  27. package/src/apluscontent_v2020_11_01/model/AsinBadge.d.ts.map +1 -0
  28. package/src/apluscontent_v2020_11_01/model/AsinBadge.js +2 -2
  29. package/src/apluscontent_v2020_11_01/model/AsinMetadata.d.ts +56 -0
  30. package/src/apluscontent_v2020_11_01/model/AsinMetadata.d.ts.map +1 -0
  31. package/src/apluscontent_v2020_11_01/model/AsinMetadata.js +10 -4
  32. package/src/apluscontent_v2020_11_01/model/ColorType.d.ts +24 -0
  33. package/src/apluscontent_v2020_11_01/model/ColorType.d.ts.map +1 -0
  34. package/src/apluscontent_v2020_11_01/model/ColorType.js +2 -2
  35. package/src/apluscontent_v2020_11_01/model/ContentBadge.d.ts +39 -0
  36. package/src/apluscontent_v2020_11_01/model/ContentBadge.d.ts.map +1 -0
  37. package/src/apluscontent_v2020_11_01/model/ContentBadge.js +2 -2
  38. package/src/apluscontent_v2020_11_01/model/ContentDocument.d.ts +39 -0
  39. package/src/apluscontent_v2020_11_01/model/ContentDocument.d.ts.map +1 -0
  40. package/src/apluscontent_v2020_11_01/model/ContentDocument.js +11 -6
  41. package/src/apluscontent_v2020_11_01/model/ContentMetadata.d.ts +35 -0
  42. package/src/apluscontent_v2020_11_01/model/ContentMetadata.d.ts.map +1 -0
  43. package/src/apluscontent_v2020_11_01/model/ContentMetadata.js +11 -6
  44. package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.d.ts +28 -0
  45. package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.d.ts.map +1 -0
  46. package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.js +6 -4
  47. package/src/apluscontent_v2020_11_01/model/ContentModule.d.ts +116 -0
  48. package/src/apluscontent_v2020_11_01/model/ContentModule.d.ts.map +1 -0
  49. package/src/apluscontent_v2020_11_01/model/ContentModule.js +35 -19
  50. package/src/apluscontent_v2020_11_01/model/ContentModuleType.d.ts +89 -0
  51. package/src/apluscontent_v2020_11_01/model/ContentModuleType.d.ts.map +1 -0
  52. package/src/apluscontent_v2020_11_01/model/ContentModuleType.js +2 -2
  53. package/src/apluscontent_v2020_11_01/model/ContentRecord.d.ts +37 -0
  54. package/src/apluscontent_v2020_11_01/model/ContentRecord.d.ts.map +1 -0
  55. package/src/apluscontent_v2020_11_01/model/ContentRecord.js +7 -4
  56. package/src/apluscontent_v2020_11_01/model/ContentStatus.d.ts +34 -0
  57. package/src/apluscontent_v2020_11_01/model/ContentStatus.d.ts.map +1 -0
  58. package/src/apluscontent_v2020_11_01/model/ContentStatus.js +2 -2
  59. package/src/apluscontent_v2020_11_01/model/ContentType.d.ts +24 -0
  60. package/src/apluscontent_v2020_11_01/model/ContentType.d.ts.map +1 -0
  61. package/src/apluscontent_v2020_11_01/model/ContentType.js +2 -2
  62. package/src/apluscontent_v2020_11_01/model/Decorator.d.ts +40 -0
  63. package/src/apluscontent_v2020_11_01/model/Decorator.d.ts.map +1 -0
  64. package/src/apluscontent_v2020_11_01/model/Decorator.js +7 -3
  65. package/src/apluscontent_v2020_11_01/model/DecoratorType.d.ts +54 -0
  66. package/src/apluscontent_v2020_11_01/model/DecoratorType.d.ts.map +1 -0
  67. package/src/apluscontent_v2020_11_01/model/DecoratorType.js +2 -2
  68. package/src/apluscontent_v2020_11_01/model/Error.d.ts +33 -0
  69. package/src/apluscontent_v2020_11_01/model/Error.d.ts.map +1 -0
  70. package/src/apluscontent_v2020_11_01/model/Error.js +5 -2
  71. package/src/apluscontent_v2020_11_01/model/ErrorList.d.ts +26 -0
  72. package/src/apluscontent_v2020_11_01/model/ErrorList.d.ts.map +1 -0
  73. package/src/apluscontent_v2020_11_01/model/ErrorList.js +5 -4
  74. package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.d.ts +33 -0
  75. package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.d.ts.map +1 -0
  76. package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.js +9 -6
  77. package/src/apluscontent_v2020_11_01/model/ImageComponent.d.ts +30 -0
  78. package/src/apluscontent_v2020_11_01/model/ImageComponent.d.ts.map +1 -0
  79. package/src/apluscontent_v2020_11_01/model/ImageComponent.js +7 -4
  80. package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.d.ts +32 -0
  81. package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.d.ts.map +1 -0
  82. package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.js +7 -5
  83. package/src/apluscontent_v2020_11_01/model/ImageDimensions.d.ts +28 -0
  84. package/src/apluscontent_v2020_11_01/model/ImageDimensions.d.ts.map +1 -0
  85. package/src/apluscontent_v2020_11_01/model/ImageDimensions.js +8 -6
  86. package/src/apluscontent_v2020_11_01/model/ImageOffsets.d.ts +28 -0
  87. package/src/apluscontent_v2020_11_01/model/ImageOffsets.d.ts.map +1 -0
  88. package/src/apluscontent_v2020_11_01/model/ImageOffsets.js +8 -6
  89. package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.d.ts +27 -0
  90. package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.d.ts.map +1 -0
  91. package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.js +4 -2
  92. package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.d.ts +39 -0
  93. package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.d.ts.map +1 -0
  94. package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.js +11 -6
  95. package/src/apluscontent_v2020_11_01/model/ParagraphComponent.d.ts +26 -0
  96. package/src/apluscontent_v2020_11_01/model/ParagraphComponent.d.ts.map +1 -0
  97. package/src/apluscontent_v2020_11_01/model/ParagraphComponent.js +5 -4
  98. package/src/apluscontent_v2020_11_01/model/PlainTextItem.d.ts +27 -0
  99. package/src/apluscontent_v2020_11_01/model/PlainTextItem.d.ts.map +1 -0
  100. package/src/apluscontent_v2020_11_01/model/PlainTextItem.js +4 -2
  101. package/src/apluscontent_v2020_11_01/model/PositionType.d.ts +24 -0
  102. package/src/apluscontent_v2020_11_01/model/PositionType.d.ts.map +1 -0
  103. package/src/apluscontent_v2020_11_01/model/PositionType.js +2 -2
  104. package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.d.ts +23 -0
  105. package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.d.ts.map +1 -0
  106. package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.js +6 -4
  107. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.d.ts +24 -0
  108. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.d.ts.map +1 -0
  109. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.js +5 -4
  110. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.d.ts +23 -0
  111. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.d.ts.map +1 -0
  112. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.js +6 -4
  113. package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.d.ts +25 -0
  114. package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.d.ts.map +1 -0
  115. package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.js +5 -4
  116. package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.d.ts +32 -0
  117. package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.d.ts.map +1 -0
  118. package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.js +7 -4
  119. package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.d.ts +23 -0
  120. package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.d.ts.map +1 -0
  121. package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.js +6 -4
  122. package/src/apluscontent_v2020_11_01/model/PublishRecord.d.ts +40 -0
  123. package/src/apluscontent_v2020_11_01/model/PublishRecord.d.ts.map +1 -0
  124. package/src/apluscontent_v2020_11_01/model/PublishRecord.js +10 -4
  125. package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.d.ts +39 -0
  126. package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.d.ts.map +1 -0
  127. package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.js +11 -6
  128. package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.d.ts +39 -0
  129. package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.d.ts.map +1 -0
  130. package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.js +11 -6
  131. package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.d.ts +26 -0
  132. package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.d.ts.map +1 -0
  133. package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.js +5 -4
  134. package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.d.ts +56 -0
  135. package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.d.ts.map +1 -0
  136. package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.js +10 -4
  137. package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.d.ts +28 -0
  138. package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.d.ts.map +1 -0
  139. package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.js +6 -4
  140. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.d.ts +43 -0
  141. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.d.ts.map +1 -0
  142. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.js +12 -7
  143. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.d.ts +32 -0
  144. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.d.ts.map +1 -0
  145. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.js +14 -10
  146. package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.d.ts +28 -0
  147. package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.d.ts.map +1 -0
  148. package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.js +6 -4
  149. package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.d.ts +28 -0
  150. package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.d.ts.map +1 -0
  151. package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.js +6 -4
  152. package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.d.ts +28 -0
  153. package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.d.ts.map +1 -0
  154. package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.js +6 -4
  155. package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.d.ts +51 -0
  156. package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.d.ts.map +1 -0
  157. package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.js +14 -8
  158. package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.d.ts +34 -0
  159. package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.d.ts.map +1 -0
  160. package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.js +8 -5
  161. package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.d.ts +28 -0
  162. package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.d.ts.map +1 -0
  163. package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.js +6 -4
  164. package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.d.ts +32 -0
  165. package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.d.ts.map +1 -0
  166. package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.js +7 -5
  167. package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.d.ts +22 -0
  168. package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.d.ts.map +1 -0
  169. package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.js +4 -3
  170. package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.d.ts +26 -0
  171. package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.d.ts.map +1 -0
  172. package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.js +5 -4
  173. package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.d.ts +50 -0
  174. package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.d.ts.map +1 -0
  175. package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.js +14 -8
  176. package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.d.ts +60 -0
  177. package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.d.ts.map +1 -0
  178. package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.js +18 -10
  179. package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.d.ts +32 -0
  180. package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.d.ts.map +1 -0
  181. package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.js +7 -5
  182. package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.d.ts +38 -0
  183. package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.d.ts.map +1 -0
  184. package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.js +8 -5
  185. package/src/apluscontent_v2020_11_01/model/StandardTextBlock.d.ts +28 -0
  186. package/src/apluscontent_v2020_11_01/model/StandardTextBlock.d.ts.map +1 -0
  187. package/src/apluscontent_v2020_11_01/model/StandardTextBlock.js +6 -4
  188. package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.d.ts +26 -0
  189. package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.d.ts.map +1 -0
  190. package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.js +5 -4
  191. package/src/apluscontent_v2020_11_01/model/StandardTextModule.d.ts +32 -0
  192. package/src/apluscontent_v2020_11_01/model/StandardTextModule.d.ts.map +1 -0
  193. package/src/apluscontent_v2020_11_01/model/StandardTextModule.js +7 -5
  194. package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.d.ts +27 -0
  195. package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.d.ts.map +1 -0
  196. package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.js +6 -4
  197. package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.d.ts +38 -0
  198. package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.d.ts.map +1 -0
  199. package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.js +10 -6
  200. package/src/apluscontent_v2020_11_01/model/TextComponent.d.ts +32 -0
  201. package/src/apluscontent_v2020_11_01/model/TextComponent.d.ts.map +1 -0
  202. package/src/apluscontent_v2020_11_01/model/TextComponent.js +5 -3
  203. package/src/apluscontent_v2020_11_01/model/TextItem.d.ts +28 -0
  204. package/src/apluscontent_v2020_11_01/model/TextItem.d.ts.map +1 -0
  205. package/src/apluscontent_v2020_11_01/model/TextItem.js +6 -4
  206. package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.d.ts +33 -0
  207. package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.d.ts.map +1 -0
  208. package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.js +11 -7
  209. package/src/appintegrations_v2024_04_01/ApiClient.d.ts +260 -0
  210. package/src/appintegrations_v2024_04_01/ApiClient.d.ts.map +1 -0
  211. package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.d.ts +70 -0
  212. package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.d.ts.map +1 -0
  213. package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.js +15 -15
  214. package/src/appintegrations_v2024_04_01/index.d.ts +10 -0
  215. package/src/appintegrations_v2024_04_01/index.d.ts.map +1 -0
  216. package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.d.ts +37 -0
  217. package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.d.ts.map +1 -0
  218. package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.js +7 -4
  219. package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.d.ts +22 -0
  220. package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.d.ts.map +1 -0
  221. package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.js +3 -2
  222. package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.d.ts +37 -0
  223. package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.d.ts.map +1 -0
  224. package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.js +6 -4
  225. package/src/appintegrations_v2024_04_01/model/Error.d.ts +33 -0
  226. package/src/appintegrations_v2024_04_01/model/Error.d.ts.map +1 -0
  227. package/src/appintegrations_v2024_04_01/model/Error.js +5 -2
  228. package/src/appintegrations_v2024_04_01/model/ErrorList.d.ts +26 -0
  229. package/src/appintegrations_v2024_04_01/model/ErrorList.d.ts.map +1 -0
  230. package/src/appintegrations_v2024_04_01/model/ErrorList.js +5 -4
  231. package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.d.ts +34 -0
  232. package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.d.ts.map +1 -0
  233. package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.js +5 -4
  234. package/src/applications_v2023_11_30/ApiClient.d.ts +260 -0
  235. package/src/applications_v2023_11_30/ApiClient.d.ts.map +1 -0
  236. package/src/applications_v2023_11_30/api/ApplicationsApi.d.ts +38 -0
  237. package/src/applications_v2023_11_30/api/ApplicationsApi.d.ts.map +1 -0
  238. package/src/applications_v2023_11_30/api/ApplicationsApi.js +5 -5
  239. package/src/applications_v2023_11_30/index.d.ts +6 -0
  240. package/src/applications_v2023_11_30/index.d.ts.map +1 -0
  241. package/src/applications_v2023_11_30/model/Error.d.ts +33 -0
  242. package/src/applications_v2023_11_30/model/Error.d.ts.map +1 -0
  243. package/src/applications_v2023_11_30/model/Error.js +5 -2
  244. package/src/applications_v2023_11_30/model/ErrorList.d.ts +26 -0
  245. package/src/applications_v2023_11_30/model/ErrorList.d.ts.map +1 -0
  246. package/src/applications_v2023_11_30/model/ErrorList.js +5 -4
  247. package/src/awd_v2024_05_09/ApiClient.d.ts +260 -0
  248. package/src/awd_v2024_05_09/ApiClient.d.ts.map +1 -0
  249. package/src/awd_v2024_05_09/api/AwdApi.d.ts +246 -0
  250. package/src/awd_v2024_05_09/api/AwdApi.d.ts.map +1 -0
  251. package/src/awd_v2024_05_09/api/AwdApi.js +71 -71
  252. package/src/awd_v2024_05_09/index.d.ts +54 -0
  253. package/src/awd_v2024_05_09/index.d.ts.map +1 -0
  254. package/src/awd_v2024_05_09/model/Address.d.ts +73 -0
  255. package/src/awd_v2024_05_09/model/Address.d.ts.map +1 -0
  256. package/src/awd_v2024_05_09/model/Address.js +13 -2
  257. package/src/awd_v2024_05_09/model/CarrierCode.d.ts +28 -0
  258. package/src/awd_v2024_05_09/model/CarrierCode.d.ts.map +1 -0
  259. package/src/awd_v2024_05_09/model/CarrierCode.js +5 -3
  260. package/src/awd_v2024_05_09/model/CarrierCodeType.d.ts +19 -0
  261. package/src/awd_v2024_05_09/model/CarrierCodeType.d.ts.map +1 -0
  262. package/src/awd_v2024_05_09/model/CarrierCodeType.js +2 -2
  263. package/src/awd_v2024_05_09/model/DestinationDetails.d.ts +34 -0
  264. package/src/awd_v2024_05_09/model/DestinationDetails.d.ts.map +1 -0
  265. package/src/awd_v2024_05_09/model/DestinationDetails.js +6 -3
  266. package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.d.ts +24 -0
  267. package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.d.ts.map +1 -0
  268. package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.js +2 -2
  269. package/src/awd_v2024_05_09/model/DistributionPackage.d.ts +32 -0
  270. package/src/awd_v2024_05_09/model/DistributionPackage.d.ts.map +1 -0
  271. package/src/awd_v2024_05_09/model/DistributionPackage.js +11 -8
  272. package/src/awd_v2024_05_09/model/DistributionPackageContents.d.ts +30 -0
  273. package/src/awd_v2024_05_09/model/DistributionPackageContents.d.ts.map +1 -0
  274. package/src/awd_v2024_05_09/model/DistributionPackageContents.js +6 -4
  275. package/src/awd_v2024_05_09/model/DistributionPackageQuantity.d.ts +28 -0
  276. package/src/awd_v2024_05_09/model/DistributionPackageQuantity.d.ts.map +1 -0
  277. package/src/awd_v2024_05_09/model/DistributionPackageQuantity.js +6 -4
  278. package/src/awd_v2024_05_09/model/DistributionPackageType.d.ts +24 -0
  279. package/src/awd_v2024_05_09/model/DistributionPackageType.d.ts.map +1 -0
  280. package/src/awd_v2024_05_09/model/DistributionPackageType.js +2 -2
  281. package/src/awd_v2024_05_09/model/Error.d.ts +33 -0
  282. package/src/awd_v2024_05_09/model/Error.d.ts.map +1 -0
  283. package/src/awd_v2024_05_09/model/Error.js +5 -2
  284. package/src/awd_v2024_05_09/model/ErrorList.d.ts +26 -0
  285. package/src/awd_v2024_05_09/model/ErrorList.d.ts.map +1 -0
  286. package/src/awd_v2024_05_09/model/ErrorList.js +5 -4
  287. package/src/awd_v2024_05_09/model/ExpirationDetails.d.ts +28 -0
  288. package/src/awd_v2024_05_09/model/ExpirationDetails.d.ts.map +1 -0
  289. package/src/awd_v2024_05_09/model/ExpirationDetails.js +4 -2
  290. package/src/awd_v2024_05_09/model/InboundEligibility.d.ts +38 -0
  291. package/src/awd_v2024_05_09/model/InboundEligibility.d.ts.map +1 -0
  292. package/src/awd_v2024_05_09/model/InboundEligibility.js +11 -7
  293. package/src/awd_v2024_05_09/model/InboundEligibilityStatus.d.ts +24 -0
  294. package/src/awd_v2024_05_09/model/InboundEligibilityStatus.d.ts.map +1 -0
  295. package/src/awd_v2024_05_09/model/InboundEligibilityStatus.js +2 -2
  296. package/src/awd_v2024_05_09/model/InboundOrder.d.ts +60 -0
  297. package/src/awd_v2024_05_09/model/InboundOrder.d.ts.map +1 -0
  298. package/src/awd_v2024_05_09/model/InboundOrder.js +19 -10
  299. package/src/awd_v2024_05_09/model/InboundOrderCreationData.d.ts +41 -0
  300. package/src/awd_v2024_05_09/model/InboundOrderCreationData.d.ts.map +1 -0
  301. package/src/awd_v2024_05_09/model/InboundOrderCreationData.js +11 -7
  302. package/src/awd_v2024_05_09/model/InboundOrderReference.d.ts +25 -0
  303. package/src/awd_v2024_05_09/model/InboundOrderReference.d.ts.map +1 -0
  304. package/src/awd_v2024_05_09/model/InboundOrderReference.js +3 -2
  305. package/src/awd_v2024_05_09/model/InboundPackages.d.ts +26 -0
  306. package/src/awd_v2024_05_09/model/InboundPackages.d.ts.map +1 -0
  307. package/src/awd_v2024_05_09/model/InboundPackages.js +5 -4
  308. package/src/awd_v2024_05_09/model/InboundPreferences.d.ts +22 -0
  309. package/src/awd_v2024_05_09/model/InboundPreferences.d.ts.map +1 -0
  310. package/src/awd_v2024_05_09/model/InboundPreferences.js +3 -2
  311. package/src/awd_v2024_05_09/model/InboundShipment.d.ts +100 -0
  312. package/src/awd_v2024_05_09/model/InboundShipment.d.ts.map +1 -0
  313. package/src/awd_v2024_05_09/model/InboundShipment.js +29 -13
  314. package/src/awd_v2024_05_09/model/InboundShipmentStatus.d.ts +49 -0
  315. package/src/awd_v2024_05_09/model/InboundShipmentStatus.d.ts.map +1 -0
  316. package/src/awd_v2024_05_09/model/InboundShipmentStatus.js +2 -2
  317. package/src/awd_v2024_05_09/model/InboundShipmentSummary.d.ts +48 -0
  318. package/src/awd_v2024_05_09/model/InboundShipmentSummary.d.ts.map +1 -0
  319. package/src/awd_v2024_05_09/model/InboundShipmentSummary.js +10 -4
  320. package/src/awd_v2024_05_09/model/InboundStatus.d.ts +44 -0
  321. package/src/awd_v2024_05_09/model/InboundStatus.d.ts.map +1 -0
  322. package/src/awd_v2024_05_09/model/InboundStatus.js +2 -2
  323. package/src/awd_v2024_05_09/model/InventoryDetails.d.ts +34 -0
  324. package/src/awd_v2024_05_09/model/InventoryDetails.d.ts.map +1 -0
  325. package/src/awd_v2024_05_09/model/InventoryDetails.js +5 -2
  326. package/src/awd_v2024_05_09/model/InventoryListing.d.ts +32 -0
  327. package/src/awd_v2024_05_09/model/InventoryListing.d.ts.map +1 -0
  328. package/src/awd_v2024_05_09/model/InventoryListing.js +6 -4
  329. package/src/awd_v2024_05_09/model/InventoryQuantity.d.ts +28 -0
  330. package/src/awd_v2024_05_09/model/InventoryQuantity.d.ts.map +1 -0
  331. package/src/awd_v2024_05_09/model/InventoryQuantity.js +6 -4
  332. package/src/awd_v2024_05_09/model/InventorySummary.d.ts +50 -0
  333. package/src/awd_v2024_05_09/model/InventorySummary.d.ts.map +1 -0
  334. package/src/awd_v2024_05_09/model/InventorySummary.js +9 -4
  335. package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.d.ts +29 -0
  336. package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.d.ts.map +1 -0
  337. package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.js +2 -2
  338. package/src/awd_v2024_05_09/model/LabelOwner.d.ts +24 -0
  339. package/src/awd_v2024_05_09/model/LabelOwner.d.ts.map +1 -0
  340. package/src/awd_v2024_05_09/model/LabelOwner.js +2 -2
  341. package/src/awd_v2024_05_09/model/LabelStatus.d.ts +34 -0
  342. package/src/awd_v2024_05_09/model/LabelStatus.d.ts.map +1 -0
  343. package/src/awd_v2024_05_09/model/LabelStatus.js +2 -2
  344. package/src/awd_v2024_05_09/model/MeasurementData.d.ts +38 -0
  345. package/src/awd_v2024_05_09/model/MeasurementData.d.ts.map +1 -0
  346. package/src/awd_v2024_05_09/model/MeasurementData.js +9 -6
  347. package/src/awd_v2024_05_09/model/OrderIneligibilityReason.d.ts +27 -0
  348. package/src/awd_v2024_05_09/model/OrderIneligibilityReason.d.ts.map +1 -0
  349. package/src/awd_v2024_05_09/model/OrderIneligibilityReason.js +4 -2
  350. package/src/awd_v2024_05_09/model/PackageDimensions.d.ts +32 -0
  351. package/src/awd_v2024_05_09/model/PackageDimensions.d.ts.map +1 -0
  352. package/src/awd_v2024_05_09/model/PackageDimensions.js +8 -4
  353. package/src/awd_v2024_05_09/model/PackageVolume.d.ts +28 -0
  354. package/src/awd_v2024_05_09/model/PackageVolume.d.ts.map +1 -0
  355. package/src/awd_v2024_05_09/model/PackageVolume.js +6 -4
  356. package/src/awd_v2024_05_09/model/PackageWeight.d.ts +28 -0
  357. package/src/awd_v2024_05_09/model/PackageWeight.d.ts.map +1 -0
  358. package/src/awd_v2024_05_09/model/PackageWeight.js +6 -4
  359. package/src/awd_v2024_05_09/model/PrepCategory.d.ts +84 -0
  360. package/src/awd_v2024_05_09/model/PrepCategory.d.ts.map +1 -0
  361. package/src/awd_v2024_05_09/model/PrepCategory.js +2 -2
  362. package/src/awd_v2024_05_09/model/PrepDetails.d.ts +41 -0
  363. package/src/awd_v2024_05_09/model/PrepDetails.d.ts.map +1 -0
  364. package/src/awd_v2024_05_09/model/PrepDetails.js +10 -6
  365. package/src/awd_v2024_05_09/model/PrepInstruction.d.ts +28 -0
  366. package/src/awd_v2024_05_09/model/PrepInstruction.d.ts.map +1 -0
  367. package/src/awd_v2024_05_09/model/PrepInstruction.js +5 -3
  368. package/src/awd_v2024_05_09/model/PrepOwner.d.ts +24 -0
  369. package/src/awd_v2024_05_09/model/PrepOwner.d.ts.map +1 -0
  370. package/src/awd_v2024_05_09/model/PrepOwner.js +2 -2
  371. package/src/awd_v2024_05_09/model/ProductAttribute.d.ts +28 -0
  372. package/src/awd_v2024_05_09/model/ProductAttribute.d.ts.map +1 -0
  373. package/src/awd_v2024_05_09/model/ProductAttribute.js +4 -2
  374. package/src/awd_v2024_05_09/model/ProductQuantity.d.ts +46 -0
  375. package/src/awd_v2024_05_09/model/ProductQuantity.d.ts.map +1 -0
  376. package/src/awd_v2024_05_09/model/ProductQuantity.js +9 -4
  377. package/src/awd_v2024_05_09/model/ShipmentLabels.d.ts +32 -0
  378. package/src/awd_v2024_05_09/model/ShipmentLabels.d.ts.map +1 -0
  379. package/src/awd_v2024_05_09/model/ShipmentLabels.js +6 -4
  380. package/src/awd_v2024_05_09/model/ShipmentListing.d.ts +29 -0
  381. package/src/awd_v2024_05_09/model/ShipmentListing.d.ts.map +1 -0
  382. package/src/awd_v2024_05_09/model/ShipmentListing.js +5 -3
  383. package/src/awd_v2024_05_09/model/SkuEligibility.d.ts +36 -0
  384. package/src/awd_v2024_05_09/model/SkuEligibility.d.ts.map +1 -0
  385. package/src/awd_v2024_05_09/model/SkuEligibility.js +10 -7
  386. package/src/awd_v2024_05_09/model/SkuIneligibilityReason.d.ts +27 -0
  387. package/src/awd_v2024_05_09/model/SkuIneligibilityReason.d.ts.map +1 -0
  388. package/src/awd_v2024_05_09/model/SkuIneligibilityReason.js +4 -2
  389. package/src/awd_v2024_05_09/model/SkuQuantity.d.ts +33 -0
  390. package/src/awd_v2024_05_09/model/SkuQuantity.d.ts.map +1 -0
  391. package/src/awd_v2024_05_09/model/SkuQuantity.js +8 -5
  392. package/src/awd_v2024_05_09/model/TrackingDetails.d.ts +31 -0
  393. package/src/awd_v2024_05_09/model/TrackingDetails.d.ts.map +1 -0
  394. package/src/awd_v2024_05_09/model/TrackingDetails.js +5 -3
  395. package/src/awd_v2024_05_09/model/TransportationDetails.d.ts +26 -0
  396. package/src/awd_v2024_05_09/model/TransportationDetails.d.ts.map +1 -0
  397. package/src/awd_v2024_05_09/model/TransportationDetails.js +5 -4
  398. package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.d.ts +29 -0
  399. package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.d.ts.map +1 -0
  400. package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.js +2 -2
  401. package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.d.ts +24 -0
  402. package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.d.ts.map +1 -0
  403. package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.js +2 -2
  404. package/src/catalogitems_v2022_04_01/ApiClient.d.ts +260 -0
  405. package/src/catalogitems_v2022_04_01/ApiClient.d.ts.map +1 -0
  406. package/src/catalogitems_v2022_04_01/api/CatalogApi.d.ts +116 -0
  407. package/src/catalogitems_v2022_04_01/api/CatalogApi.d.ts.map +1 -0
  408. package/src/catalogitems_v2022_04_01/api/CatalogApi.js +45 -45
  409. package/src/catalogitems_v2022_04_01/index.d.ts +33 -0
  410. package/src/catalogitems_v2022_04_01/index.d.ts.map +1 -0
  411. package/src/catalogitems_v2022_04_01/model/BrandRefinement.d.ts +27 -0
  412. package/src/catalogitems_v2022_04_01/model/BrandRefinement.d.ts.map +1 -0
  413. package/src/catalogitems_v2022_04_01/model/BrandRefinement.js +4 -2
  414. package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.d.ts +29 -0
  415. package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.d.ts.map +1 -0
  416. package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.js +5 -2
  417. package/src/catalogitems_v2022_04_01/model/Dimension.d.ts +28 -0
  418. package/src/catalogitems_v2022_04_01/model/Dimension.d.ts.map +1 -0
  419. package/src/catalogitems_v2022_04_01/model/Dimension.js +4 -2
  420. package/src/catalogitems_v2022_04_01/model/Dimensions.d.ts +37 -0
  421. package/src/catalogitems_v2022_04_01/model/Dimensions.d.ts.map +1 -0
  422. package/src/catalogitems_v2022_04_01/model/Dimensions.js +10 -6
  423. package/src/catalogitems_v2022_04_01/model/Error.d.ts +33 -0
  424. package/src/catalogitems_v2022_04_01/model/Error.d.ts.map +1 -0
  425. package/src/catalogitems_v2022_04_01/model/Error.js +5 -2
  426. package/src/catalogitems_v2022_04_01/model/ErrorList.d.ts +26 -0
  427. package/src/catalogitems_v2022_04_01/model/ErrorList.d.ts.map +1 -0
  428. package/src/catalogitems_v2022_04_01/model/ErrorList.js +5 -4
  429. package/src/catalogitems_v2022_04_01/model/Item.d.ts +96 -0
  430. package/src/catalogitems_v2022_04_01/model/Item.d.ts.map +1 -0
  431. package/src/catalogitems_v2022_04_01/model/Item.js +24 -13
  432. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.d.ts +32 -0
  433. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.d.ts.map +1 -0
  434. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.js +6 -3
  435. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.d.ts +32 -0
  436. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.d.ts.map +1 -0
  437. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.js +5 -3
  438. package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.d.ts +35 -0
  439. package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.d.ts.map +1 -0
  440. package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.js +6 -2
  441. package/src/catalogitems_v2022_04_01/model/ItemContributor.d.ts +28 -0
  442. package/src/catalogitems_v2022_04_01/model/ItemContributor.d.ts.map +1 -0
  443. package/src/catalogitems_v2022_04_01/model/ItemContributor.js +6 -4
  444. package/src/catalogitems_v2022_04_01/model/ItemContributorRole.d.ts +31 -0
  445. package/src/catalogitems_v2022_04_01/model/ItemContributorRole.d.ts.map +1 -0
  446. package/src/catalogitems_v2022_04_01/model/ItemContributorRole.js +4 -2
  447. package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.d.ts +36 -0
  448. package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.d.ts.map +1 -0
  449. package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.js +7 -4
  450. package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.d.ts +35 -0
  451. package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.d.ts.map +1 -0
  452. package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.js +6 -2
  453. package/src/catalogitems_v2022_04_01/model/ItemIdentifier.d.ts +27 -0
  454. package/src/catalogitems_v2022_04_01/model/ItemIdentifier.d.ts.map +1 -0
  455. package/src/catalogitems_v2022_04_01/model/ItemIdentifier.js +4 -2
  456. package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.d.ts +28 -0
  457. package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.d.ts.map +1 -0
  458. package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.js +6 -4
  459. package/src/catalogitems_v2022_04_01/model/ItemImage.d.ts +49 -0
  460. package/src/catalogitems_v2022_04_01/model/ItemImage.d.ts.map +1 -0
  461. package/src/catalogitems_v2022_04_01/model/ItemImage.js +8 -4
  462. package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.d.ts +28 -0
  463. package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.d.ts.map +1 -0
  464. package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.js +6 -4
  465. package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.d.ts +28 -0
  466. package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.d.ts.map +1 -0
  467. package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.js +4 -2
  468. package/src/catalogitems_v2022_04_01/model/ItemRelationship.d.ts +53 -0
  469. package/src/catalogitems_v2022_04_01/model/ItemRelationship.d.ts.map +1 -0
  470. package/src/catalogitems_v2022_04_01/model/ItemRelationship.js +11 -7
  471. package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.d.ts +28 -0
  472. package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.d.ts.map +1 -0
  473. package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.js +6 -4
  474. package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.d.ts +39 -0
  475. package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.d.ts.map +1 -0
  476. package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.js +7 -4
  477. package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts +34 -0
  478. package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts.map +1 -0
  479. package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +12 -8
  480. package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.d.ts +152 -0
  481. package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.d.ts.map +1 -0
  482. package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.js +25 -5
  483. package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.d.ts +28 -0
  484. package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.d.ts.map +1 -0
  485. package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.js +5 -3
  486. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.d.ts +84 -0
  487. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.d.ts.map +1 -0
  488. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.js +13 -5
  489. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.d.ts +28 -0
  490. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.d.ts.map +1 -0
  491. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.js +4 -2
  492. package/src/catalogitems_v2022_04_01/model/Pagination.d.ts +28 -0
  493. package/src/catalogitems_v2022_04_01/model/Pagination.d.ts.map +1 -0
  494. package/src/catalogitems_v2022_04_01/model/Pagination.js +4 -2
  495. package/src/catalogitems_v2022_04_01/model/Refinements.d.ts +29 -0
  496. package/src/catalogitems_v2022_04_01/model/Refinements.d.ts.map +1 -0
  497. package/src/catalogitems_v2022_04_01/model/Refinements.js +8 -6
  498. package/src/customerFeedback_2024_06_01/ApiClient.d.ts +260 -0
  499. package/src/customerFeedback_2024_06_01/ApiClient.d.ts.map +1 -0
  500. package/src/customerFeedback_2024_06_01/ApiClient.js +827 -0
  501. package/src/customerFeedback_2024_06_01/api/CustomerFeedbackApi.d.ts +137 -0
  502. package/src/customerFeedback_2024_06_01/api/CustomerFeedbackApi.d.ts.map +1 -0
  503. package/src/customerFeedback_2024_06_01/api/CustomerFeedbackApi.js +470 -0
  504. package/src/customerFeedback_2024_06_01/index.d.ts +43 -0
  505. package/src/customerFeedback_2024_06_01/index.d.ts.map +1 -0
  506. package/src/customerFeedback_2024_06_01/index.js +308 -0
  507. package/src/customerFeedback_2024_06_01/model/BrowseNodeAllOccurrence.d.ts +27 -0
  508. package/src/customerFeedback_2024_06_01/model/BrowseNodeAllOccurrence.d.ts.map +1 -0
  509. package/src/customerFeedback_2024_06_01/model/BrowseNodeAllOccurrence.js +75 -0
  510. package/src/customerFeedback_2024_06_01/model/BrowseNodeAllStarRatingImpact.d.ts +27 -0
  511. package/src/customerFeedback_2024_06_01/model/BrowseNodeAllStarRatingImpact.d.ts.map +1 -0
  512. package/src/customerFeedback_2024_06_01/model/BrowseNodeAllStarRatingImpact.js +75 -0
  513. package/src/customerFeedback_2024_06_01/model/BrowseNodeOccurrence.d.ts +25 -0
  514. package/src/customerFeedback_2024_06_01/model/BrowseNodeOccurrence.d.ts.map +1 -0
  515. package/src/customerFeedback_2024_06_01/model/BrowseNodeOccurrence.js +65 -0
  516. package/src/customerFeedback_2024_06_01/model/BrowseNodeResponse.d.ts +27 -0
  517. package/src/customerFeedback_2024_06_01/model/BrowseNodeResponse.d.ts.map +1 -0
  518. package/src/customerFeedback_2024_06_01/model/BrowseNodeResponse.js +75 -0
  519. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopics.d.ts +28 -0
  520. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopics.d.ts.map +1 -0
  521. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopics.js +75 -0
  522. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopicsResponse.d.ts +37 -0
  523. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopicsResponse.d.ts.map +1 -0
  524. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopicsResponse.js +116 -0
  525. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrend.d.ts +28 -0
  526. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrend.d.ts.map +1 -0
  527. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrend.js +76 -0
  528. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendPoint.d.ts +29 -0
  529. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendPoint.d.ts.map +1 -0
  530. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendPoint.js +75 -0
  531. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendsResponse.d.ts +37 -0
  532. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendsResponse.d.ts.map +1 -0
  533. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendsResponse.js +116 -0
  534. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewSubtopicMetrics.d.ts +25 -0
  535. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewSubtopicMetrics.d.ts.map +1 -0
  536. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewSubtopicMetrics.js +65 -0
  537. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopic.d.ts +41 -0
  538. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopic.d.ts.map +1 -0
  539. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopic.js +92 -0
  540. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicMetrics.d.ts +28 -0
  541. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicMetrics.d.ts.map +1 -0
  542. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicMetrics.js +71 -0
  543. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopics.d.ts +29 -0
  544. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopics.d.ts.map +1 -0
  545. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopics.js +72 -0
  546. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicsResponse.d.ts +37 -0
  547. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicsResponse.d.ts.map +1 -0
  548. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicsResponse.js +115 -0
  549. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrend.d.ts +28 -0
  550. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrend.d.ts.map +1 -0
  551. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrend.js +76 -0
  552. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendMetrics.d.ts +26 -0
  553. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendMetrics.d.ts.map +1 -0
  554. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendMetrics.js +65 -0
  555. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendPoint.d.ts +29 -0
  556. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendPoint.d.ts.map +1 -0
  557. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendPoint.js +75 -0
  558. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrends.d.ts +29 -0
  559. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrends.d.ts.map +1 -0
  560. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrends.js +72 -0
  561. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendsResponse.d.ts +37 -0
  562. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendsResponse.d.ts.map +1 -0
  563. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendsResponse.js +115 -0
  564. package/src/customerFeedback_2024_06_01/model/BrowseNodeStarRatingImpact.d.ts +25 -0
  565. package/src/customerFeedback_2024_06_01/model/BrowseNodeStarRatingImpact.d.ts.map +1 -0
  566. package/src/customerFeedback_2024_06_01/model/BrowseNodeStarRatingImpact.js +65 -0
  567. package/src/customerFeedback_2024_06_01/model/BrowseNodeSubtopic.d.ts +34 -0
  568. package/src/customerFeedback_2024_06_01/model/BrowseNodeSubtopic.d.ts.map +1 -0
  569. package/src/customerFeedback_2024_06_01/model/BrowseNodeSubtopic.js +83 -0
  570. package/src/customerFeedback_2024_06_01/model/BrowseNodeTrendMetrics.d.ts +26 -0
  571. package/src/customerFeedback_2024_06_01/model/BrowseNodeTrendMetrics.d.ts.map +1 -0
  572. package/src/customerFeedback_2024_06_01/model/BrowseNodeTrendMetrics.js +65 -0
  573. package/src/customerFeedback_2024_06_01/model/ChildAsinMentionMetrics.d.ts +27 -0
  574. package/src/customerFeedback_2024_06_01/model/ChildAsinMentionMetrics.d.ts.map +1 -0
  575. package/src/customerFeedback_2024_06_01/model/ChildAsinMentionMetrics.js +75 -0
  576. package/src/customerFeedback_2024_06_01/model/ChildAsinMetrics.d.ts +27 -0
  577. package/src/customerFeedback_2024_06_01/model/ChildAsinMetrics.d.ts.map +1 -0
  578. package/src/customerFeedback_2024_06_01/model/ChildAsinMetrics.js +70 -0
  579. package/src/customerFeedback_2024_06_01/model/DateRange.d.ts +27 -0
  580. package/src/customerFeedback_2024_06_01/model/DateRange.d.ts.map +1 -0
  581. package/src/customerFeedback_2024_06_01/model/DateRange.js +75 -0
  582. package/src/customerFeedback_2024_06_01/model/Error.d.ts +33 -0
  583. package/src/customerFeedback_2024_06_01/model/Error.d.ts.map +1 -0
  584. package/src/customerFeedback_2024_06_01/model/Error.js +83 -0
  585. package/src/customerFeedback_2024_06_01/model/ErrorList.d.ts +26 -0
  586. package/src/customerFeedback_2024_06_01/model/ErrorList.d.ts.map +1 -0
  587. package/src/customerFeedback_2024_06_01/model/ErrorList.js +66 -0
  588. package/src/customerFeedback_2024_06_01/model/ItemReviewBrowseNodeMetrics.d.ts +28 -0
  589. package/src/customerFeedback_2024_06_01/model/ItemReviewBrowseNodeMetrics.d.ts.map +1 -0
  590. package/src/customerFeedback_2024_06_01/model/ItemReviewBrowseNodeMetrics.js +71 -0
  591. package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopic.d.ts +34 -0
  592. package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopic.d.ts.map +1 -0
  593. package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopic.js +83 -0
  594. package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopicMetrics.d.ts +27 -0
  595. package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopicMetrics.d.ts.map +1 -0
  596. package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopicMetrics.js +75 -0
  597. package/src/customerFeedback_2024_06_01/model/ItemReviewTopic.d.ts +58 -0
  598. package/src/customerFeedback_2024_06_01/model/ItemReviewTopic.d.ts.map +1 -0
  599. package/src/customerFeedback_2024_06_01/model/ItemReviewTopic.js +115 -0
  600. package/src/customerFeedback_2024_06_01/model/ItemReviewTopicMetrics.d.ts +34 -0
  601. package/src/customerFeedback_2024_06_01/model/ItemReviewTopicMetrics.d.ts.map +1 -0
  602. package/src/customerFeedback_2024_06_01/model/ItemReviewTopicMetrics.js +79 -0
  603. package/src/customerFeedback_2024_06_01/model/ItemReviewTopics.d.ts +29 -0
  604. package/src/customerFeedback_2024_06_01/model/ItemReviewTopics.d.ts.map +1 -0
  605. package/src/customerFeedback_2024_06_01/model/ItemReviewTopics.js +72 -0
  606. package/src/customerFeedback_2024_06_01/model/ItemReviewTopicsResponse.d.ts +37 -0
  607. package/src/customerFeedback_2024_06_01/model/ItemReviewTopicsResponse.d.ts.map +1 -0
  608. package/src/customerFeedback_2024_06_01/model/ItemReviewTopicsResponse.js +115 -0
  609. package/src/customerFeedback_2024_06_01/model/ItemReviewTrend.d.ts +28 -0
  610. package/src/customerFeedback_2024_06_01/model/ItemReviewTrend.d.ts.map +1 -0
  611. package/src/customerFeedback_2024_06_01/model/ItemReviewTrend.js +76 -0
  612. package/src/customerFeedback_2024_06_01/model/ItemReviewTrendPoint.d.ts +40 -0
  613. package/src/customerFeedback_2024_06_01/model/ItemReviewTrendPoint.d.ts.map +1 -0
  614. package/src/customerFeedback_2024_06_01/model/ItemReviewTrendPoint.js +90 -0
  615. package/src/customerFeedback_2024_06_01/model/ItemReviewTrends.d.ts +29 -0
  616. package/src/customerFeedback_2024_06_01/model/ItemReviewTrends.d.ts.map +1 -0
  617. package/src/customerFeedback_2024_06_01/model/ItemReviewTrends.js +72 -0
  618. package/src/customerFeedback_2024_06_01/model/ItemReviewTrendsResponse.d.ts +37 -0
  619. package/src/customerFeedback_2024_06_01/model/ItemReviewTrendsResponse.d.ts.map +1 -0
  620. package/src/customerFeedback_2024_06_01/model/ItemReviewTrendsResponse.js +115 -0
  621. package/src/customerFeedback_2024_06_01/model/ReviewTrendMetrics.d.ts +25 -0
  622. package/src/customerFeedback_2024_06_01/model/ReviewTrendMetrics.d.ts.map +1 -0
  623. package/src/customerFeedback_2024_06_01/model/ReviewTrendMetrics.js +65 -0
  624. package/src/datakiosk_v2023_11_15/ApiClient.d.ts +260 -0
  625. package/src/datakiosk_v2023_11_15/ApiClient.d.ts.map +1 -0
  626. package/src/datakiosk_v2023_11_15/api/QueriesApi.d.ts +115 -0
  627. package/src/datakiosk_v2023_11_15/api/QueriesApi.d.ts.map +1 -0
  628. package/src/datakiosk_v2023_11_15/api/QueriesApi.js +27 -27
  629. package/src/datakiosk_v2023_11_15/index.d.ts +13 -0
  630. package/src/datakiosk_v2023_11_15/index.d.ts.map +1 -0
  631. package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.d.ts +25 -0
  632. package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.d.ts.map +1 -0
  633. package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.js +3 -2
  634. package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.d.ts +31 -0
  635. package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.d.ts.map +1 -0
  636. package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.js +4 -2
  637. package/src/datakiosk_v2023_11_15/model/Error.d.ts +33 -0
  638. package/src/datakiosk_v2023_11_15/model/Error.d.ts.map +1 -0
  639. package/src/datakiosk_v2023_11_15/model/Error.js +5 -2
  640. package/src/datakiosk_v2023_11_15/model/ErrorList.d.ts +26 -0
  641. package/src/datakiosk_v2023_11_15/model/ErrorList.d.ts.map +1 -0
  642. package/src/datakiosk_v2023_11_15/model/ErrorList.js +5 -4
  643. package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.d.ts +27 -0
  644. package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.d.ts.map +1 -0
  645. package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.js +4 -2
  646. package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.d.ts +32 -0
  647. package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.d.ts.map +1 -0
  648. package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.js +7 -5
  649. package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.d.ts +22 -0
  650. package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.d.ts.map +1 -0
  651. package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.js +3 -2
  652. package/src/datakiosk_v2023_11_15/model/Query.d.ts +74 -0
  653. package/src/datakiosk_v2023_11_15/model/Query.d.ts.map +1 -0
  654. package/src/datakiosk_v2023_11_15/model/Query.js +14 -5
  655. package/src/datakiosk_v2023_11_15/model/QueryPagination.d.ts +22 -0
  656. package/src/datakiosk_v2023_11_15/model/QueryPagination.d.ts.map +1 -0
  657. package/src/datakiosk_v2023_11_15/model/QueryPagination.js +3 -2
  658. package/src/easyship_v2022_03_23/ApiClient.d.ts +260 -0
  659. package/src/easyship_v2022_03_23/ApiClient.d.ts.map +1 -0
  660. package/src/easyship_v2022_03_23/api/EasyShipApi.d.ts +110 -0
  661. package/src/easyship_v2022_03_23/api/EasyShipApi.d.ts.map +1 -0
  662. package/src/easyship_v2022_03_23/api/EasyShipApi.js +25 -25
  663. package/src/easyship_v2022_03_23/index.d.ts +31 -0
  664. package/src/easyship_v2022_03_23/index.d.ts.map +1 -0
  665. package/src/easyship_v2022_03_23/model/Code.d.ts +69 -0
  666. package/src/easyship_v2022_03_23/model/Code.d.ts.map +1 -0
  667. package/src/easyship_v2022_03_23/model/Code.js +2 -2
  668. package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.d.ts +30 -0
  669. package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.d.ts.map +1 -0
  670. package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.js +7 -4
  671. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.d.ts +31 -0
  672. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.d.ts.map +1 -0
  673. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.js +9 -6
  674. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.d.ts +36 -0
  675. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.d.ts.map +1 -0
  676. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.js +7 -4
  677. package/src/easyship_v2022_03_23/model/Dimensions.d.ts +46 -0
  678. package/src/easyship_v2022_03_23/model/Dimensions.d.ts.map +1 -0
  679. package/src/easyship_v2022_03_23/model/Dimensions.js +8 -3
  680. package/src/easyship_v2022_03_23/model/Error.d.ts +33 -0
  681. package/src/easyship_v2022_03_23/model/Error.d.ts.map +1 -0
  682. package/src/easyship_v2022_03_23/model/Error.js +5 -2
  683. package/src/easyship_v2022_03_23/model/ErrorList.d.ts +26 -0
  684. package/src/easyship_v2022_03_23/model/ErrorList.d.ts.map +1 -0
  685. package/src/easyship_v2022_03_23/model/ErrorList.js +5 -4
  686. package/src/easyship_v2022_03_23/model/HandoverMethod.d.ts +24 -0
  687. package/src/easyship_v2022_03_23/model/HandoverMethod.d.ts.map +1 -0
  688. package/src/easyship_v2022_03_23/model/HandoverMethod.js +2 -2
  689. package/src/easyship_v2022_03_23/model/InvoiceData.d.ts +31 -0
  690. package/src/easyship_v2022_03_23/model/InvoiceData.d.ts.map +1 -0
  691. package/src/easyship_v2022_03_23/model/InvoiceData.js +4 -2
  692. package/src/easyship_v2022_03_23/model/Item.d.ts +28 -0
  693. package/src/easyship_v2022_03_23/model/Item.d.ts.map +1 -0
  694. package/src/easyship_v2022_03_23/model/Item.js +5 -3
  695. package/src/easyship_v2022_03_23/model/LabelFormat.d.ts +24 -0
  696. package/src/easyship_v2022_03_23/model/LabelFormat.d.ts.map +1 -0
  697. package/src/easyship_v2022_03_23/model/LabelFormat.js +2 -2
  698. package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.d.ts +33 -0
  699. package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.d.ts.map +1 -0
  700. package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.js +10 -6
  701. package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.d.ts +28 -0
  702. package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.d.ts.map +1 -0
  703. package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.js +6 -4
  704. package/src/easyship_v2022_03_23/model/OrderScheduleDetails.d.ts +31 -0
  705. package/src/easyship_v2022_03_23/model/OrderScheduleDetails.d.ts.map +1 -0
  706. package/src/easyship_v2022_03_23/model/OrderScheduleDetails.js +5 -3
  707. package/src/easyship_v2022_03_23/model/Package.d.ts +66 -0
  708. package/src/easyship_v2022_03_23/model/Package.d.ts.map +1 -0
  709. package/src/easyship_v2022_03_23/model/Package.js +23 -14
  710. package/src/easyship_v2022_03_23/model/PackageDetails.d.ts +39 -0
  711. package/src/easyship_v2022_03_23/model/PackageDetails.d.ts.map +1 -0
  712. package/src/easyship_v2022_03_23/model/PackageDetails.js +8 -5
  713. package/src/easyship_v2022_03_23/model/PackageStatus.d.ts +74 -0
  714. package/src/easyship_v2022_03_23/model/PackageStatus.d.ts.map +1 -0
  715. package/src/easyship_v2022_03_23/model/PackageStatus.js +2 -2
  716. package/src/easyship_v2022_03_23/model/Packages.d.ts +26 -0
  717. package/src/easyship_v2022_03_23/model/Packages.d.ts.map +1 -0
  718. package/src/easyship_v2022_03_23/model/Packages.js +5 -4
  719. package/src/easyship_v2022_03_23/model/RejectedOrder.d.ts +31 -0
  720. package/src/easyship_v2022_03_23/model/RejectedOrder.d.ts.map +1 -0
  721. package/src/easyship_v2022_03_23/model/RejectedOrder.js +5 -3
  722. package/src/easyship_v2022_03_23/model/ScheduledPackageId.d.ts +31 -0
  723. package/src/easyship_v2022_03_23/model/ScheduledPackageId.d.ts.map +1 -0
  724. package/src/easyship_v2022_03_23/model/ScheduledPackageId.js +4 -2
  725. package/src/easyship_v2022_03_23/model/TimeSlot.d.ts +43 -0
  726. package/src/easyship_v2022_03_23/model/TimeSlot.d.ts.map +1 -0
  727. package/src/easyship_v2022_03_23/model/TimeSlot.js +7 -3
  728. package/src/easyship_v2022_03_23/model/TrackingDetails.d.ts +22 -0
  729. package/src/easyship_v2022_03_23/model/TrackingDetails.d.ts.map +1 -0
  730. package/src/easyship_v2022_03_23/model/TrackingDetails.js +3 -2
  731. package/src/easyship_v2022_03_23/model/UnitOfLength.d.ts +19 -0
  732. package/src/easyship_v2022_03_23/model/UnitOfLength.d.ts.map +1 -0
  733. package/src/easyship_v2022_03_23/model/UnitOfLength.js +2 -2
  734. package/src/easyship_v2022_03_23/model/UnitOfWeight.d.ts +24 -0
  735. package/src/easyship_v2022_03_23/model/UnitOfWeight.d.ts.map +1 -0
  736. package/src/easyship_v2022_03_23/model/UnitOfWeight.js +2 -2
  737. package/src/easyship_v2022_03_23/model/UpdatePackageDetails.d.ts +29 -0
  738. package/src/easyship_v2022_03_23/model/UpdatePackageDetails.d.ts.map +1 -0
  739. package/src/easyship_v2022_03_23/model/UpdatePackageDetails.js +8 -6
  740. package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.d.ts +28 -0
  741. package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.d.ts.map +1 -0
  742. package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.js +6 -4
  743. package/src/easyship_v2022_03_23/model/Weight.d.ts +28 -0
  744. package/src/easyship_v2022_03_23/model/Weight.d.ts.map +1 -0
  745. package/src/easyship_v2022_03_23/model/Weight.js +5 -3
  746. package/src/fbaeligibility_v1/ApiClient.d.ts +260 -0
  747. package/src/fbaeligibility_v1/ApiClient.d.ts.map +1 -0
  748. package/src/fbaeligibility_v1/api/FbaInboundApi.d.ts +51 -0
  749. package/src/fbaeligibility_v1/api/FbaInboundApi.d.ts.map +1 -0
  750. package/src/fbaeligibility_v1/api/FbaInboundApi.js +11 -11
  751. package/src/fbaeligibility_v1/index.d.ts +7 -0
  752. package/src/fbaeligibility_v1/index.d.ts.map +1 -0
  753. package/src/fbaeligibility_v1/model/Error.d.ts +37 -0
  754. package/src/fbaeligibility_v1/model/Error.d.ts.map +1 -0
  755. package/src/fbaeligibility_v1/model/Error.js +5 -2
  756. package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.d.ts +29 -0
  757. package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.d.ts.map +1 -0
  758. package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.js +6 -4
  759. package/src/fbaeligibility_v1/model/ItemEligibilityPreview.d.ts +96 -0
  760. package/src/fbaeligibility_v1/model/ItemEligibilityPreview.d.ts.map +1 -0
  761. package/src/fbaeligibility_v1/model/ItemEligibilityPreview.js +10 -5
  762. package/src/fbainventory_v1/ApiClient.d.ts +260 -0
  763. package/src/fbainventory_v1/ApiClient.d.ts.map +1 -0
  764. package/src/fbainventory_v1/api/FbaInventoryApi.d.ts +114 -0
  765. package/src/fbainventory_v1/api/FbaInventoryApi.d.ts.map +1 -0
  766. package/src/fbainventory_v1/api/FbaInventoryApi.js +31 -31
  767. package/src/fbainventory_v1/index.d.ts +21 -0
  768. package/src/fbainventory_v1/index.d.ts.map +1 -0
  769. package/src/fbainventory_v1/model/AddInventoryRequest.d.ts +23 -0
  770. package/src/fbainventory_v1/model/AddInventoryRequest.d.ts.map +1 -0
  771. package/src/fbainventory_v1/model/AddInventoryRequest.js +4 -3
  772. package/src/fbainventory_v1/model/AddInventoryResponse.d.ts +23 -0
  773. package/src/fbainventory_v1/model/AddInventoryResponse.d.ts.map +1 -0
  774. package/src/fbainventory_v1/model/AddInventoryResponse.js +4 -3
  775. package/src/fbainventory_v1/model/CreateInventoryItemRequest.d.ts +29 -0
  776. package/src/fbainventory_v1/model/CreateInventoryItemRequest.d.ts.map +1 -0
  777. package/src/fbainventory_v1/model/CreateInventoryItemRequest.js +5 -2
  778. package/src/fbainventory_v1/model/CreateInventoryItemResponse.d.ts +23 -0
  779. package/src/fbainventory_v1/model/CreateInventoryItemResponse.d.ts.map +1 -0
  780. package/src/fbainventory_v1/model/CreateInventoryItemResponse.js +4 -3
  781. package/src/fbainventory_v1/model/DeleteInventoryItemResponse.d.ts +23 -0
  782. package/src/fbainventory_v1/model/DeleteInventoryItemResponse.d.ts.map +1 -0
  783. package/src/fbainventory_v1/model/DeleteInventoryItemResponse.js +4 -3
  784. package/src/fbainventory_v1/model/Error.d.ts +37 -0
  785. package/src/fbainventory_v1/model/Error.d.ts.map +1 -0
  786. package/src/fbainventory_v1/model/Error.js +5 -2
  787. package/src/fbainventory_v1/model/GetInventorySummariesResponse.d.ts +35 -0
  788. package/src/fbainventory_v1/model/GetInventorySummariesResponse.d.ts.map +1 -0
  789. package/src/fbainventory_v1/model/GetInventorySummariesResponse.js +8 -5
  790. package/src/fbainventory_v1/model/GetInventorySummariesResult.d.ts +29 -0
  791. package/src/fbainventory_v1/model/GetInventorySummariesResult.d.ts.map +1 -0
  792. package/src/fbainventory_v1/model/GetInventorySummariesResult.js +8 -6
  793. package/src/fbainventory_v1/model/Granularity.d.ts +28 -0
  794. package/src/fbainventory_v1/model/Granularity.d.ts.map +1 -0
  795. package/src/fbainventory_v1/model/Granularity.js +4 -2
  796. package/src/fbainventory_v1/model/InventoryDetails.d.ts +58 -0
  797. package/src/fbainventory_v1/model/InventoryDetails.d.ts.map +1 -0
  798. package/src/fbainventory_v1/model/InventoryDetails.js +12 -5
  799. package/src/fbainventory_v1/model/InventoryItem.d.ts +29 -0
  800. package/src/fbainventory_v1/model/InventoryItem.d.ts.map +1 -0
  801. package/src/fbainventory_v1/model/InventoryItem.js +5 -2
  802. package/src/fbainventory_v1/model/InventorySummary.d.ts +70 -0
  803. package/src/fbainventory_v1/model/InventorySummary.d.ts.map +1 -0
  804. package/src/fbainventory_v1/model/InventorySummary.js +13 -4
  805. package/src/fbainventory_v1/model/Pagination.d.ts +22 -0
  806. package/src/fbainventory_v1/model/Pagination.d.ts.map +1 -0
  807. package/src/fbainventory_v1/model/Pagination.js +3 -2
  808. package/src/fbainventory_v1/model/ResearchingQuantity.d.ts +29 -0
  809. package/src/fbainventory_v1/model/ResearchingQuantity.d.ts.map +1 -0
  810. package/src/fbainventory_v1/model/ResearchingQuantity.js +5 -3
  811. package/src/fbainventory_v1/model/ResearchingQuantityEntry.d.ts +38 -0
  812. package/src/fbainventory_v1/model/ResearchingQuantityEntry.d.ts.map +1 -0
  813. package/src/fbainventory_v1/model/ResearchingQuantityEntry.js +6 -4
  814. package/src/fbainventory_v1/model/ReservedQuantity.d.ts +40 -0
  815. package/src/fbainventory_v1/model/ReservedQuantity.d.ts.map +1 -0
  816. package/src/fbainventory_v1/model/ReservedQuantity.js +6 -2
  817. package/src/fbainventory_v1/model/UnfulfillableQuantity.d.ts +58 -0
  818. package/src/fbainventory_v1/model/UnfulfillableQuantity.d.ts.map +1 -0
  819. package/src/fbainventory_v1/model/UnfulfillableQuantity.js +9 -2
  820. package/src/feeds_v2021_06_30/ApiClient.d.ts +260 -0
  821. package/src/feeds_v2021_06_30/ApiClient.d.ts.map +1 -0
  822. package/src/feeds_v2021_06_30/api/FeedsApi.d.ts +137 -0
  823. package/src/feeds_v2021_06_30/api/FeedsApi.d.ts.map +1 -0
  824. package/src/feeds_v2021_06_30/api/FeedsApi.js +41 -41
  825. package/src/feeds_v2021_06_30/index.d.ts +13 -0
  826. package/src/feeds_v2021_06_30/index.d.ts.map +1 -0
  827. package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.d.ts +27 -0
  828. package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.d.ts.map +1 -0
  829. package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.js +4 -2
  830. package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.d.ts +25 -0
  831. package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.d.ts.map +1 -0
  832. package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.js +3 -2
  833. package/src/feeds_v2021_06_30/model/CreateFeedResponse.d.ts +25 -0
  834. package/src/feeds_v2021_06_30/model/CreateFeedResponse.d.ts.map +1 -0
  835. package/src/feeds_v2021_06_30/model/CreateFeedResponse.js +3 -2
  836. package/src/feeds_v2021_06_30/model/CreateFeedSpecification.d.ts +37 -0
  837. package/src/feeds_v2021_06_30/model/CreateFeedSpecification.d.ts.map +1 -0
  838. package/src/feeds_v2021_06_30/model/CreateFeedSpecification.js +9 -5
  839. package/src/feeds_v2021_06_30/model/Error.d.ts +33 -0
  840. package/src/feeds_v2021_06_30/model/Error.d.ts.map +1 -0
  841. package/src/feeds_v2021_06_30/model/Error.js +5 -2
  842. package/src/feeds_v2021_06_30/model/ErrorList.d.ts +26 -0
  843. package/src/feeds_v2021_06_30/model/ErrorList.d.ts.map +1 -0
  844. package/src/feeds_v2021_06_30/model/ErrorList.js +5 -4
  845. package/src/feeds_v2021_06_30/model/Feed.d.ts +68 -0
  846. package/src/feeds_v2021_06_30/model/Feed.d.ts.map +1 -0
  847. package/src/feeds_v2021_06_30/model/Feed.js +13 -5
  848. package/src/feeds_v2021_06_30/model/FeedDocument.d.ts +42 -0
  849. package/src/feeds_v2021_06_30/model/FeedDocument.d.ts.map +1 -0
  850. package/src/feeds_v2021_06_30/model/FeedDocument.js +6 -3
  851. package/src/feeds_v2021_06_30/model/GetFeedsResponse.d.ts +32 -0
  852. package/src/feeds_v2021_06_30/model/GetFeedsResponse.d.ts.map +1 -0
  853. package/src/feeds_v2021_06_30/model/GetFeedsResponse.js +6 -4
  854. package/src/finances_2024_06_19/ApiClient.d.ts +260 -0
  855. package/src/finances_2024_06_19/ApiClient.d.ts.map +1 -0
  856. package/src/finances_2024_06_19/api/DefaultApi.d.ts +61 -0
  857. package/src/finances_2024_06_19/api/DefaultApi.d.ts.map +1 -0
  858. package/src/finances_2024_06_19/api/DefaultApi.js +15 -15
  859. package/src/finances_2024_06_19/index.d.ts +23 -0
  860. package/src/finances_2024_06_19/index.d.ts.map +1 -0
  861. package/src/finances_2024_06_19/model/AmazonPayContext.d.ts +34 -0
  862. package/src/finances_2024_06_19/model/AmazonPayContext.d.ts.map +1 -0
  863. package/src/finances_2024_06_19/model/AmazonPayContext.js +5 -2
  864. package/src/finances_2024_06_19/model/Breakdown.d.ts +34 -0
  865. package/src/finances_2024_06_19/model/Breakdown.d.ts.map +1 -0
  866. package/src/finances_2024_06_19/model/Breakdown.js +7 -4
  867. package/src/finances_2024_06_19/model/BusinessContext.d.ts +31 -0
  868. package/src/finances_2024_06_19/model/BusinessContext.d.ts.map +1 -0
  869. package/src/finances_2024_06_19/model/BusinessContext.js +4 -3
  870. package/src/finances_2024_06_19/model/Context.d.ts +130 -0
  871. package/src/finances_2024_06_19/model/Context.d.ts.map +1 -0
  872. package/src/finances_2024_06_19/model/Context.js +36 -4
  873. package/src/finances_2024_06_19/model/Currency.d.ts +28 -0
  874. package/src/finances_2024_06_19/model/Currency.d.ts.map +1 -0
  875. package/src/finances_2024_06_19/model/Currency.js +4 -2
  876. package/src/finances_2024_06_19/model/DeferredContext.d.ts +28 -0
  877. package/src/finances_2024_06_19/model/DeferredContext.d.ts.map +1 -0
  878. package/src/finances_2024_06_19/model/DeferredContext.js +4 -2
  879. package/src/finances_2024_06_19/model/Error.d.ts +33 -0
  880. package/src/finances_2024_06_19/model/Error.d.ts.map +1 -0
  881. package/src/finances_2024_06_19/model/Error.js +5 -2
  882. package/src/finances_2024_06_19/model/ErrorList.d.ts +26 -0
  883. package/src/finances_2024_06_19/model/ErrorList.d.ts.map +1 -0
  884. package/src/finances_2024_06_19/model/ErrorList.js +5 -4
  885. package/src/finances_2024_06_19/model/Item.d.ts +49 -0
  886. package/src/finances_2024_06_19/model/Item.d.ts.map +1 -0
  887. package/src/finances_2024_06_19/model/Item.js +11 -6
  888. package/src/finances_2024_06_19/model/ItemRelatedIdentifier.d.ts +40 -0
  889. package/src/finances_2024_06_19/model/ItemRelatedIdentifier.d.ts.map +1 -0
  890. package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +5 -3
  891. package/src/finances_2024_06_19/model/ListTransactionsResponse.d.ts +22 -0
  892. package/src/finances_2024_06_19/model/ListTransactionsResponse.d.ts.map +1 -0
  893. package/src/finances_2024_06_19/model/ListTransactionsResponse.js +4 -3
  894. package/src/finances_2024_06_19/model/MarketplaceDetails.d.ts +28 -0
  895. package/src/finances_2024_06_19/model/MarketplaceDetails.d.ts.map +1 -0
  896. package/src/finances_2024_06_19/model/MarketplaceDetails.js +4 -2
  897. package/src/finances_2024_06_19/model/PaymentsContext.d.ts +40 -0
  898. package/src/finances_2024_06_19/model/PaymentsContext.d.ts.map +1 -0
  899. package/src/finances_2024_06_19/model/PaymentsContext.js +6 -2
  900. package/src/finances_2024_06_19/model/ProductContext.d.ts +40 -0
  901. package/src/finances_2024_06_19/model/ProductContext.d.ts.map +1 -0
  902. package/src/finances_2024_06_19/model/ProductContext.js +6 -2
  903. package/src/finances_2024_06_19/model/RelatedIdentifier.d.ts +46 -0
  904. package/src/finances_2024_06_19/model/RelatedIdentifier.d.ts.map +1 -0
  905. package/src/finances_2024_06_19/model/RelatedIdentifier.js +5 -3
  906. package/src/finances_2024_06_19/model/SellingPartnerMetadata.d.ts +34 -0
  907. package/src/finances_2024_06_19/model/SellingPartnerMetadata.d.ts.map +1 -0
  908. package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +5 -2
  909. package/src/finances_2024_06_19/model/TimeRangeContext.d.ts +28 -0
  910. package/src/finances_2024_06_19/model/TimeRangeContext.d.ts.map +1 -0
  911. package/src/finances_2024_06_19/model/TimeRangeContext.js +4 -2
  912. package/src/finances_2024_06_19/model/Transaction.d.ts +92 -0
  913. package/src/finances_2024_06_19/model/Transaction.d.ts.map +1 -0
  914. package/src/finances_2024_06_19/model/Transaction.js +21 -9
  915. package/src/finances_2024_06_19/model/TransactionsPayload.d.ts +29 -0
  916. package/src/finances_2024_06_19/model/TransactionsPayload.d.ts.map +1 -0
  917. package/src/finances_2024_06_19/model/TransactionsPayload.js +5 -3
  918. package/src/finances_v0/ApiClient.d.ts +260 -0
  919. package/src/finances_v0/ApiClient.d.ts.map +1 -0
  920. package/src/finances_v0/api/DefaultApi.d.ts +146 -0
  921. package/src/finances_v0/api/DefaultApi.d.ts.map +1 -0
  922. package/src/finances_v0/api/DefaultApi.js +47 -47
  923. package/src/finances_v0/index.d.ts +54 -0
  924. package/src/finances_v0/index.d.ts.map +1 -0
  925. package/src/finances_v0/model/AdhocDisbursementEvent.d.ts +40 -0
  926. package/src/finances_v0/model/AdhocDisbursementEvent.d.ts.map +1 -0
  927. package/src/finances_v0/model/AdhocDisbursementEvent.js +7 -3
  928. package/src/finances_v0/model/AdjustmentEvent.d.ts +47 -0
  929. package/src/finances_v0/model/AdjustmentEvent.d.ts.map +1 -0
  930. package/src/finances_v0/model/AdjustmentEvent.js +9 -4
  931. package/src/finances_v0/model/AdjustmentItem.d.ts +63 -0
  932. package/src/finances_v0/model/AdjustmentItem.d.ts.map +1 -0
  933. package/src/finances_v0/model/AdjustmentItem.js +12 -4
  934. package/src/finances_v0/model/AffordabilityExpenseEvent.d.ts +64 -0
  935. package/src/finances_v0/model/AffordabilityExpenseEvent.d.ts.map +1 -0
  936. package/src/finances_v0/model/AffordabilityExpenseEvent.js +19 -10
  937. package/src/finances_v0/model/CapacityReservationBillingEvent.d.ts +40 -0
  938. package/src/finances_v0/model/CapacityReservationBillingEvent.d.ts.map +1 -0
  939. package/src/finances_v0/model/CapacityReservationBillingEvent.js +7 -3
  940. package/src/finances_v0/model/ChargeComponent.d.ts +28 -0
  941. package/src/finances_v0/model/ChargeComponent.d.ts.map +1 -0
  942. package/src/finances_v0/model/ChargeComponent.js +5 -3
  943. package/src/finances_v0/model/ChargeInstrument.d.ts +34 -0
  944. package/src/finances_v0/model/ChargeInstrument.d.ts.map +1 -0
  945. package/src/finances_v0/model/ChargeInstrument.js +6 -3
  946. package/src/finances_v0/model/ChargeRefundEvent.d.ts +41 -0
  947. package/src/finances_v0/model/ChargeRefundEvent.d.ts.map +1 -0
  948. package/src/finances_v0/model/ChargeRefundEvent.js +7 -3
  949. package/src/finances_v0/model/ChargeRefundTransaction.d.ts +28 -0
  950. package/src/finances_v0/model/ChargeRefundTransaction.d.ts.map +1 -0
  951. package/src/finances_v0/model/ChargeRefundTransaction.js +5 -3
  952. package/src/finances_v0/model/CouponPaymentEvent.d.ts +64 -0
  953. package/src/finances_v0/model/CouponPaymentEvent.d.ts.map +1 -0
  954. package/src/finances_v0/model/CouponPaymentEvent.js +13 -5
  955. package/src/finances_v0/model/Currency.d.ts +28 -0
  956. package/src/finances_v0/model/Currency.d.ts.map +1 -0
  957. package/src/finances_v0/model/Currency.js +4 -2
  958. package/src/finances_v0/model/DebtRecoveryEvent.d.ts +47 -0
  959. package/src/finances_v0/model/DebtRecoveryEvent.d.ts.map +1 -0
  960. package/src/finances_v0/model/DebtRecoveryEvent.js +11 -6
  961. package/src/finances_v0/model/DebtRecoveryItem.d.ts +39 -0
  962. package/src/finances_v0/model/DebtRecoveryItem.d.ts.map +1 -0
  963. package/src/finances_v0/model/DebtRecoveryItem.js +8 -4
  964. package/src/finances_v0/model/DirectPayment.d.ts +28 -0
  965. package/src/finances_v0/model/DirectPayment.d.ts.map +1 -0
  966. package/src/finances_v0/model/DirectPayment.js +5 -3
  967. package/src/finances_v0/model/Error.d.ts +33 -0
  968. package/src/finances_v0/model/Error.d.ts.map +1 -0
  969. package/src/finances_v0/model/Error.js +5 -2
  970. package/src/finances_v0/model/FBALiquidationEvent.d.ts +39 -0
  971. package/src/finances_v0/model/FBALiquidationEvent.d.ts.map +1 -0
  972. package/src/finances_v0/model/FBALiquidationEvent.js +8 -4
  973. package/src/finances_v0/model/FailedAdhocDisbursementEvent.d.ts +58 -0
  974. package/src/finances_v0/model/FailedAdhocDisbursementEvent.d.ts.map +1 -0
  975. package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +10 -3
  976. package/src/finances_v0/model/FeeComponent.d.ts +28 -0
  977. package/src/finances_v0/model/FeeComponent.d.ts.map +1 -0
  978. package/src/finances_v0/model/FeeComponent.js +5 -3
  979. package/src/finances_v0/model/FinancialEventGroup.d.ts +80 -0
  980. package/src/finances_v0/model/FinancialEventGroup.d.ts.map +1 -0
  981. package/src/finances_v0/model/FinancialEventGroup.js +16 -5
  982. package/src/finances_v0/model/FinancialEvents.d.ts +242 -0
  983. package/src/finances_v0/model/FinancialEvents.d.ts.map +1 -0
  984. package/src/finances_v0/model/FinancialEvents.js +68 -35
  985. package/src/finances_v0/model/ImagingServicesFeeEvent.d.ts +41 -0
  986. package/src/finances_v0/model/ImagingServicesFeeEvent.d.ts.map +1 -0
  987. package/src/finances_v0/model/ImagingServicesFeeEvent.js +7 -3
  988. package/src/finances_v0/model/ListFinancialEventGroupsPayload.d.ts +29 -0
  989. package/src/finances_v0/model/ListFinancialEventGroupsPayload.d.ts.map +1 -0
  990. package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +5 -3
  991. package/src/finances_v0/model/ListFinancialEventGroupsResponse.d.ts +29 -0
  992. package/src/finances_v0/model/ListFinancialEventGroupsResponse.d.ts.map +1 -0
  993. package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +6 -4
  994. package/src/finances_v0/model/ListFinancialEventsPayload.d.ts +28 -0
  995. package/src/finances_v0/model/ListFinancialEventsPayload.d.ts.map +1 -0
  996. package/src/finances_v0/model/ListFinancialEventsPayload.js +5 -3
  997. package/src/finances_v0/model/ListFinancialEventsResponse.d.ts +29 -0
  998. package/src/finances_v0/model/ListFinancialEventsResponse.d.ts.map +1 -0
  999. package/src/finances_v0/model/ListFinancialEventsResponse.js +6 -4
  1000. package/src/finances_v0/model/LoanServicingEvent.d.ts +28 -0
  1001. package/src/finances_v0/model/LoanServicingEvent.d.ts.map +1 -0
  1002. package/src/finances_v0/model/LoanServicingEvent.js +5 -3
  1003. package/src/finances_v0/model/NetworkComminglingTransactionEvent.d.ts +63 -0
  1004. package/src/finances_v0/model/NetworkComminglingTransactionEvent.d.ts.map +1 -0
  1005. package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +12 -4
  1006. package/src/finances_v0/model/PayWithAmazonEvent.d.ts +77 -0
  1007. package/src/finances_v0/model/PayWithAmazonEvent.d.ts.map +1 -0
  1008. package/src/finances_v0/model/PayWithAmazonEvent.js +14 -4
  1009. package/src/finances_v0/model/ProductAdsPaymentEvent.d.ts +50 -0
  1010. package/src/finances_v0/model/ProductAdsPaymentEvent.d.ts.map +1 -0
  1011. package/src/finances_v0/model/ProductAdsPaymentEvent.js +11 -5
  1012. package/src/finances_v0/model/Promotion.d.ts +34 -0
  1013. package/src/finances_v0/model/Promotion.d.ts.map +1 -0
  1014. package/src/finances_v0/model/Promotion.js +6 -3
  1015. package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.d.ts +53 -0
  1016. package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.d.ts.map +1 -0
  1017. package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +9 -3
  1018. package/src/finances_v0/model/RemovalShipmentEvent.d.ts +53 -0
  1019. package/src/finances_v0/model/RemovalShipmentEvent.d.ts.map +1 -0
  1020. package/src/finances_v0/model/RemovalShipmentEvent.js +9 -3
  1021. package/src/finances_v0/model/RemovalShipmentItem.d.ts +61 -0
  1022. package/src/finances_v0/model/RemovalShipmentItem.d.ts.map +1 -0
  1023. package/src/finances_v0/model/RemovalShipmentItem.js +14 -6
  1024. package/src/finances_v0/model/RemovalShipmentItemAdjustment.d.ts +56 -0
  1025. package/src/finances_v0/model/RemovalShipmentItemAdjustment.d.ts.map +1 -0
  1026. package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +12 -5
  1027. package/src/finances_v0/model/RentalTransactionEvent.d.ts +78 -0
  1028. package/src/finances_v0/model/RentalTransactionEvent.d.ts.map +1 -0
  1029. package/src/finances_v0/model/RentalTransactionEvent.js +17 -7
  1030. package/src/finances_v0/model/RetrochargeEvent.d.ts +58 -0
  1031. package/src/finances_v0/model/RetrochargeEvent.d.ts.map +1 -0
  1032. package/src/finances_v0/model/RetrochargeEvent.js +12 -5
  1033. package/src/finances_v0/model/SAFETReimbursementEvent.d.ts +47 -0
  1034. package/src/finances_v0/model/SAFETReimbursementEvent.d.ts.map +1 -0
  1035. package/src/finances_v0/model/SAFETReimbursementEvent.js +9 -4
  1036. package/src/finances_v0/model/SAFETReimbursementItem.d.ts +35 -0
  1037. package/src/finances_v0/model/SAFETReimbursementItem.d.ts.map +1 -0
  1038. package/src/finances_v0/model/SAFETReimbursementItem.js +6 -3
  1039. package/src/finances_v0/model/SellerDealPaymentEvent.d.ts +62 -0
  1040. package/src/finances_v0/model/SellerDealPaymentEvent.d.ts.map +1 -0
  1041. package/src/finances_v0/model/SellerDealPaymentEvent.js +13 -5
  1042. package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.d.ts +52 -0
  1043. package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.d.ts.map +1 -0
  1044. package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +11 -5
  1045. package/src/finances_v0/model/ServiceFeeEvent.d.ts +65 -0
  1046. package/src/finances_v0/model/ServiceFeeEvent.d.ts.map +1 -0
  1047. package/src/finances_v0/model/ServiceFeeEvent.js +11 -3
  1048. package/src/finances_v0/model/ShipmentEvent.d.ts +104 -0
  1049. package/src/finances_v0/model/ShipmentEvent.d.ts.map +1 -0
  1050. package/src/finances_v0/model/ShipmentEvent.js +25 -11
  1051. package/src/finances_v0/model/ShipmentItem.d.ts +97 -0
  1052. package/src/finances_v0/model/ShipmentItem.d.ts.map +1 -0
  1053. package/src/finances_v0/model/ShipmentItem.js +24 -11
  1054. package/src/finances_v0/model/SolutionProviderCreditEvent.d.ts +76 -0
  1055. package/src/finances_v0/model/SolutionProviderCreditEvent.d.ts.map +1 -0
  1056. package/src/finances_v0/model/SolutionProviderCreditEvent.js +13 -3
  1057. package/src/finances_v0/model/TDSReimbursementEvent.d.ts +34 -0
  1058. package/src/finances_v0/model/TDSReimbursementEvent.d.ts.map +1 -0
  1059. package/src/finances_v0/model/TDSReimbursementEvent.js +6 -3
  1060. package/src/finances_v0/model/TaxWithheldComponent.d.ts +29 -0
  1061. package/src/finances_v0/model/TaxWithheldComponent.d.ts.map +1 -0
  1062. package/src/finances_v0/model/TaxWithheldComponent.js +5 -3
  1063. package/src/finances_v0/model/TaxWithholdingEvent.d.ts +39 -0
  1064. package/src/finances_v0/model/TaxWithholdingEvent.d.ts.map +1 -0
  1065. package/src/finances_v0/model/TaxWithholdingEvent.js +9 -5
  1066. package/src/finances_v0/model/TaxWithholdingPeriod.d.ts +28 -0
  1067. package/src/finances_v0/model/TaxWithholdingPeriod.d.ts.map +1 -0
  1068. package/src/finances_v0/model/TaxWithholdingPeriod.js +4 -2
  1069. package/src/finances_v0/model/TrialShipmentEvent.d.ts +47 -0
  1070. package/src/finances_v0/model/TrialShipmentEvent.d.ts.map +1 -0
  1071. package/src/finances_v0/model/TrialShipmentEvent.js +8 -3
  1072. package/src/finances_v0/model/ValueAddedServiceChargeEvent.d.ts +40 -0
  1073. package/src/finances_v0/model/ValueAddedServiceChargeEvent.d.ts.map +1 -0
  1074. package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +7 -3
  1075. package/src/fulfillmentinbound_v0/ApiClient.d.ts +260 -0
  1076. package/src/fulfillmentinbound_v0/ApiClient.d.ts.map +1 -0
  1077. package/src/fulfillmentinbound_v0/api/FbaInboundApi.d.ts +197 -0
  1078. package/src/fulfillmentinbound_v0/api/FbaInboundApi.d.ts.map +1 -0
  1079. package/src/fulfillmentinbound_v0/api/FbaInboundApi.js +65 -65
  1080. package/src/fulfillmentinbound_v0/index.d.ts +35 -0
  1081. package/src/fulfillmentinbound_v0/index.d.ts.map +1 -0
  1082. package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.d.ts +41 -0
  1083. package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.d.ts.map +1 -0
  1084. package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.js +9 -5
  1085. package/src/fulfillmentinbound_v0/model/Address.d.ts +47 -0
  1086. package/src/fulfillmentinbound_v0/model/Address.d.ts.map +1 -0
  1087. package/src/fulfillmentinbound_v0/model/Address.js +10 -2
  1088. package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.d.ts +28 -0
  1089. package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.d.ts.map +1 -0
  1090. package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.js +6 -4
  1091. package/src/fulfillmentinbound_v0/model/Amount.d.ts +28 -0
  1092. package/src/fulfillmentinbound_v0/model/Amount.d.ts.map +1 -0
  1093. package/src/fulfillmentinbound_v0/model/Amount.js +6 -4
  1094. package/src/fulfillmentinbound_v0/model/BarcodeInstruction.d.ts +29 -0
  1095. package/src/fulfillmentinbound_v0/model/BarcodeInstruction.d.ts.map +1 -0
  1096. package/src/fulfillmentinbound_v0/model/BarcodeInstruction.js +2 -2
  1097. package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.d.ts +22 -0
  1098. package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.d.ts.map +1 -0
  1099. package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.js +3 -2
  1100. package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.d.ts +33 -0
  1101. package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.d.ts.map +1 -0
  1102. package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.js +7 -4
  1103. package/src/fulfillmentinbound_v0/model/BoxContentsSource.d.ts +34 -0
  1104. package/src/fulfillmentinbound_v0/model/BoxContentsSource.d.ts.map +1 -0
  1105. package/src/fulfillmentinbound_v0/model/BoxContentsSource.js +2 -2
  1106. package/src/fulfillmentinbound_v0/model/CurrencyCode.d.ts +24 -0
  1107. package/src/fulfillmentinbound_v0/model/CurrencyCode.d.ts.map +1 -0
  1108. package/src/fulfillmentinbound_v0/model/CurrencyCode.js +2 -2
  1109. package/src/fulfillmentinbound_v0/model/Error.d.ts +33 -0
  1110. package/src/fulfillmentinbound_v0/model/Error.d.ts.map +1 -0
  1111. package/src/fulfillmentinbound_v0/model/Error.js +5 -2
  1112. package/src/fulfillmentinbound_v0/model/ErrorReason.d.ts +24 -0
  1113. package/src/fulfillmentinbound_v0/model/ErrorReason.d.ts.map +1 -0
  1114. package/src/fulfillmentinbound_v0/model/ErrorReason.js +2 -2
  1115. package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.d.ts +29 -0
  1116. package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.d.ts.map +1 -0
  1117. package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.js +6 -4
  1118. package/src/fulfillmentinbound_v0/model/GetLabelsResponse.d.ts +29 -0
  1119. package/src/fulfillmentinbound_v0/model/GetLabelsResponse.d.ts.map +1 -0
  1120. package/src/fulfillmentinbound_v0/model/GetLabelsResponse.js +6 -4
  1121. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.d.ts +29 -0
  1122. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.d.ts.map +1 -0
  1123. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.js +6 -4
  1124. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.d.ts +44 -0
  1125. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.d.ts.map +1 -0
  1126. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.js +10 -6
  1127. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.d.ts +29 -0
  1128. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.d.ts.map +1 -0
  1129. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.js +6 -4
  1130. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.d.ts +29 -0
  1131. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.d.ts.map +1 -0
  1132. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.js +5 -3
  1133. package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.d.ts +29 -0
  1134. package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.d.ts.map +1 -0
  1135. package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.js +6 -4
  1136. package/src/fulfillmentinbound_v0/model/GetShipmentsResult.d.ts +29 -0
  1137. package/src/fulfillmentinbound_v0/model/GetShipmentsResult.d.ts.map +1 -0
  1138. package/src/fulfillmentinbound_v0/model/GetShipmentsResult.js +5 -3
  1139. package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.d.ts +76 -0
  1140. package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.d.ts.map +1 -0
  1141. package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.js +18 -8
  1142. package/src/fulfillmentinbound_v0/model/InboundShipmentItem.d.ts +64 -0
  1143. package/src/fulfillmentinbound_v0/model/InboundShipmentItem.d.ts.map +1 -0
  1144. package/src/fulfillmentinbound_v0/model/InboundShipmentItem.js +11 -3
  1145. package/src/fulfillmentinbound_v0/model/InvalidASIN.d.ts +28 -0
  1146. package/src/fulfillmentinbound_v0/model/InvalidASIN.d.ts.map +1 -0
  1147. package/src/fulfillmentinbound_v0/model/InvalidASIN.js +5 -3
  1148. package/src/fulfillmentinbound_v0/model/InvalidSKU.d.ts +28 -0
  1149. package/src/fulfillmentinbound_v0/model/InvalidSKU.d.ts.map +1 -0
  1150. package/src/fulfillmentinbound_v0/model/InvalidSKU.js +5 -3
  1151. package/src/fulfillmentinbound_v0/model/LabelDownloadURL.d.ts +22 -0
  1152. package/src/fulfillmentinbound_v0/model/LabelDownloadURL.d.ts.map +1 -0
  1153. package/src/fulfillmentinbound_v0/model/LabelDownloadURL.js +3 -2
  1154. package/src/fulfillmentinbound_v0/model/LabelPrepType.d.ts +29 -0
  1155. package/src/fulfillmentinbound_v0/model/LabelPrepType.d.ts.map +1 -0
  1156. package/src/fulfillmentinbound_v0/model/LabelPrepType.js +2 -2
  1157. package/src/fulfillmentinbound_v0/model/PrepDetails.d.ts +29 -0
  1158. package/src/fulfillmentinbound_v0/model/PrepDetails.d.ts.map +1 -0
  1159. package/src/fulfillmentinbound_v0/model/PrepDetails.js +8 -6
  1160. package/src/fulfillmentinbound_v0/model/PrepGuidance.d.ts +29 -0
  1161. package/src/fulfillmentinbound_v0/model/PrepGuidance.d.ts.map +1 -0
  1162. package/src/fulfillmentinbound_v0/model/PrepGuidance.js +2 -2
  1163. package/src/fulfillmentinbound_v0/model/PrepInstruction.d.ts +94 -0
  1164. package/src/fulfillmentinbound_v0/model/PrepInstruction.d.ts.map +1 -0
  1165. package/src/fulfillmentinbound_v0/model/PrepInstruction.js +2 -2
  1166. package/src/fulfillmentinbound_v0/model/PrepOwner.d.ts +24 -0
  1167. package/src/fulfillmentinbound_v0/model/PrepOwner.d.ts.map +1 -0
  1168. package/src/fulfillmentinbound_v0/model/PrepOwner.js +2 -2
  1169. package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.d.ts +54 -0
  1170. package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.d.ts.map +1 -0
  1171. package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.js +12 -6
  1172. package/src/fulfillmentinbound_v0/model/ShipmentStatus.d.ts +64 -0
  1173. package/src/fulfillmentinbound_v0/model/ShipmentStatus.d.ts.map +1 -0
  1174. package/src/fulfillmentinbound_v0/model/ShipmentStatus.js +2 -2
  1175. package/src/fulfillmentinbound_v2024_03_20/ApiClient.d.ts +260 -0
  1176. package/src/fulfillmentinbound_v2024_03_20/ApiClient.d.ts.map +1 -0
  1177. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts +927 -0
  1178. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts.map +1 -0
  1179. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +305 -241
  1180. package/src/fulfillmentinbound_v2024_03_20/index.d.ts +148 -0
  1181. package/src/fulfillmentinbound_v2024_03_20/index.d.ts.map +1 -0
  1182. package/src/fulfillmentinbound_v2024_03_20/index.js +28 -0
  1183. package/src/fulfillmentinbound_v2024_03_20/model/Address.d.ts +69 -0
  1184. package/src/fulfillmentinbound_v2024_03_20/model/Address.d.ts.map +1 -0
  1185. package/src/fulfillmentinbound_v2024_03_20/model/Address.js +20 -2
  1186. package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.d.ts +65 -0
  1187. package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.d.ts.map +1 -0
  1188. package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.js +20 -2
  1189. package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.d.ts +19 -0
  1190. package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.d.ts.map +1 -0
  1191. package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.js +2 -2
  1192. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.d.ts +28 -0
  1193. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.d.ts.map +1 -0
  1194. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.js +6 -4
  1195. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.d.ts +27 -0
  1196. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.d.ts.map +1 -0
  1197. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.js +4 -2
  1198. package/src/fulfillmentinbound_v2024_03_20/model/Box.d.ts +86 -0
  1199. package/src/fulfillmentinbound_v2024_03_20/model/Box.d.ts.map +1 -0
  1200. package/src/fulfillmentinbound_v2024_03_20/model/Box.js +18 -7
  1201. package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.d.ts +29 -0
  1202. package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.d.ts.map +1 -0
  1203. package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.js +2 -2
  1204. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.d.ts +34 -0
  1205. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.d.ts.map +1 -0
  1206. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.js +83 -0
  1207. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.d.ts +24 -0
  1208. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.d.ts.map +1 -0
  1209. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.js +42 -0
  1210. package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.d.ts +41 -0
  1211. package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.d.ts.map +1 -0
  1212. package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.js +14 -9
  1213. package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.d.ts +26 -0
  1214. package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.d.ts.map +1 -0
  1215. package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.js +5 -4
  1216. package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.d.ts +47 -0
  1217. package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.d.ts.map +1 -0
  1218. package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.js +15 -9
  1219. package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.d.ts +25 -0
  1220. package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.d.ts.map +1 -0
  1221. package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.js +3 -2
  1222. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.d.ts +22 -0
  1223. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.d.ts.map +1 -0
  1224. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.js +4 -3
  1225. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.d.ts +25 -0
  1226. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.d.ts.map +1 -0
  1227. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.js +3 -2
  1228. package/src/fulfillmentinbound_v2024_03_20/model/Carrier.d.ts +28 -0
  1229. package/src/fulfillmentinbound_v2024_03_20/model/Carrier.d.ts.map +1 -0
  1230. package/src/fulfillmentinbound_v2024_03_20/model/Carrier.js +4 -2
  1231. package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.d.ts +27 -0
  1232. package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.d.ts.map +1 -0
  1233. package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.js +4 -2
  1234. package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.d.ts +40 -0
  1235. package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.d.ts.map +1 -0
  1236. package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.js +7 -3
  1237. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.d.ts +25 -0
  1238. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.d.ts.map +1 -0
  1239. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.js +3 -2
  1240. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.d.ts +25 -0
  1241. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.d.ts.map +1 -0
  1242. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.js +3 -2
  1243. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.d.ts +25 -0
  1244. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.d.ts.map +1 -0
  1245. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.js +3 -2
  1246. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.d.ts +25 -0
  1247. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.d.ts.map +1 -0
  1248. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.js +3 -2
  1249. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.d.ts +26 -0
  1250. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.d.ts.map +1 -0
  1251. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.js +5 -4
  1252. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.d.ts +25 -0
  1253. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.d.ts.map +1 -0
  1254. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.js +3 -2
  1255. package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.d.ts +33 -0
  1256. package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.d.ts.map +1 -0
  1257. package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.js +5 -2
  1258. package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.d.ts +33 -0
  1259. package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.d.ts.map +1 -0
  1260. package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.js +10 -6
  1261. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.d.ts +37 -0
  1262. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.d.ts.map +1 -0
  1263. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.js +12 -8
  1264. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.d.ts +27 -0
  1265. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.d.ts.map +1 -0
  1266. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.js +4 -2
  1267. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.d.ts +56 -0
  1268. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.d.ts.map +1 -0
  1269. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.js +14 -7
  1270. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.d.ts +26 -0
  1271. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.d.ts.map +1 -0
  1272. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.js +5 -4
  1273. package/src/fulfillmentinbound_v2024_03_20/model/Currency.d.ts +27 -0
  1274. package/src/fulfillmentinbound_v2024_03_20/model/Currency.d.ts.map +1 -0
  1275. package/src/fulfillmentinbound_v2024_03_20/model/Currency.js +4 -2
  1276. package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.d.ts +28 -0
  1277. package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.d.ts.map +1 -0
  1278. package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.js +6 -4
  1279. package/src/fulfillmentinbound_v2024_03_20/model/Dates.d.ts +22 -0
  1280. package/src/fulfillmentinbound_v2024_03_20/model/Dates.d.ts.map +1 -0
  1281. package/src/fulfillmentinbound_v2024_03_20/model/Dates.js +4 -3
  1282. package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.d.ts +33 -0
  1283. package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.d.ts.map +1 -0
  1284. package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +7 -2
  1285. package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.d.ts +32 -0
  1286. package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.d.ts.map +1 -0
  1287. package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.js +8 -4
  1288. package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.d.ts +33 -0
  1289. package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.d.ts.map +1 -0
  1290. package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.js +5 -2
  1291. package/src/fulfillmentinbound_v2024_03_20/model/Error.d.ts +33 -0
  1292. package/src/fulfillmentinbound_v2024_03_20/model/Error.d.ts.map +1 -0
  1293. package/src/fulfillmentinbound_v2024_03_20/model/Error.js +5 -2
  1294. package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.d.ts +26 -0
  1295. package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.d.ts.map +1 -0
  1296. package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.js +5 -4
  1297. package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.d.ts +28 -0
  1298. package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.d.ts.map +1 -0
  1299. package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.js +6 -4
  1300. package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.d.ts +25 -0
  1301. package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.d.ts.map +1 -0
  1302. package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.js +3 -2
  1303. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.d.ts +25 -0
  1304. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.d.ts.map +1 -0
  1305. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.js +3 -2
  1306. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.d.ts +23 -0
  1307. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.d.ts.map +1 -0
  1308. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.js +4 -3
  1309. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.d.ts +25 -0
  1310. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.d.ts.map +1 -0
  1311. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.js +3 -2
  1312. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.d.ts +28 -0
  1313. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.d.ts.map +1 -0
  1314. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.js +4 -2
  1315. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.d.ts +25 -0
  1316. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.d.ts.map +1 -0
  1317. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.js +3 -2
  1318. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.d.ts +29 -0
  1319. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.d.ts.map +1 -0
  1320. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.js +8 -6
  1321. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.d.ts +25 -0
  1322. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.d.ts.map +1 -0
  1323. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.js +3 -2
  1324. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.d.ts +28 -0
  1325. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.d.ts.map +1 -0
  1326. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.js +6 -4
  1327. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.d.ts +25 -0
  1328. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.d.ts.map +1 -0
  1329. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.js +3 -2
  1330. package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.d.ts +26 -0
  1331. package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.d.ts.map +1 -0
  1332. package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.js +5 -4
  1333. package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.d.ts +32 -0
  1334. package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.d.ts.map +1 -0
  1335. package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.js +7 -5
  1336. package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.d.ts +33 -0
  1337. package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.d.ts.map +1 -0
  1338. package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.js +10 -6
  1339. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.d.ts +59 -0
  1340. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.d.ts.map +1 -0
  1341. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.js +19 -9
  1342. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.d.ts +38 -0
  1343. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.d.ts.map +1 -0
  1344. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.js +13 -6
  1345. package/src/fulfillmentinbound_v2024_03_20/model/Incentive.d.ts +32 -0
  1346. package/src/fulfillmentinbound_v2024_03_20/model/Incentive.d.ts.map +1 -0
  1347. package/src/fulfillmentinbound_v2024_03_20/model/Incentive.js +8 -4
  1348. package/src/fulfillmentinbound_v2024_03_20/model/Item.d.ts +48 -0
  1349. package/src/fulfillmentinbound_v2024_03_20/model/Item.d.ts.map +1 -0
  1350. package/src/fulfillmentinbound_v2024_03_20/model/Item.js +14 -6
  1351. package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.d.ts +45 -0
  1352. package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.d.ts.map +1 -0
  1353. package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.js +12 -6
  1354. package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.d.ts +69 -0
  1355. package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.d.ts.map +1 -0
  1356. package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.js +2 -2
  1357. package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.d.ts +29 -0
  1358. package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.d.ts.map +1 -0
  1359. package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.js +2 -2
  1360. package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.d.ts +24 -0
  1361. package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.d.ts.map +1 -0
  1362. package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.js +2 -2
  1363. package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.d.ts +32 -0
  1364. package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.d.ts.map +1 -0
  1365. package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.js +7 -5
  1366. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.d.ts +32 -0
  1367. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.d.ts.map +1 -0
  1368. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.js +7 -5
  1369. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.d.ts +32 -0
  1370. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.d.ts.map +1 -0
  1371. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.js +7 -5
  1372. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.d.ts +32 -0
  1373. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.d.ts.map +1 -0
  1374. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.js +7 -5
  1375. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.d.ts +29 -0
  1376. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.d.ts.map +1 -0
  1377. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.js +6 -4
  1378. package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.d.ts +23 -0
  1379. package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.d.ts.map +1 -0
  1380. package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.js +4 -3
  1381. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.d.ts +32 -0
  1382. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.d.ts.map +1 -0
  1383. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.js +7 -5
  1384. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.d.ts +32 -0
  1385. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.d.ts.map +1 -0
  1386. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.js +7 -5
  1387. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.d.ts +32 -0
  1388. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.d.ts.map +1 -0
  1389. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.js +7 -5
  1390. package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.d.ts +32 -0
  1391. package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.d.ts.map +1 -0
  1392. package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.js +7 -5
  1393. package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.d.ts +26 -0
  1394. package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.d.ts.map +1 -0
  1395. package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.js +5 -4
  1396. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.d.ts +32 -0
  1397. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.d.ts.map +1 -0
  1398. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.js +7 -5
  1399. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.d.ts +32 -0
  1400. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.d.ts.map +1 -0
  1401. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.js +7 -5
  1402. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.d.ts +32 -0
  1403. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.d.ts.map +1 -0
  1404. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.js +7 -5
  1405. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.d.ts +32 -0
  1406. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.d.ts.map +1 -0
  1407. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.js +7 -5
  1408. package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.d.ts +32 -0
  1409. package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.d.ts.map +1 -0
  1410. package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.js +7 -5
  1411. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.d.ts +28 -0
  1412. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.d.ts.map +1 -0
  1413. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.js +5 -3
  1414. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.d.ts +31 -0
  1415. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.d.ts.map +1 -0
  1416. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.js +6 -4
  1417. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.d.ts +48 -0
  1418. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.d.ts.map +1 -0
  1419. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.js +15 -9
  1420. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.d.ts +31 -0
  1421. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.d.ts.map +1 -0
  1422. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.js +9 -6
  1423. package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.d.ts +27 -0
  1424. package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.d.ts.map +1 -0
  1425. package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.js +4 -2
  1426. package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.d.ts +35 -0
  1427. package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.d.ts.map +1 -0
  1428. package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.js +6 -2
  1429. package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.d.ts +29 -0
  1430. package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.d.ts.map +1 -0
  1431. package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.js +2 -2
  1432. package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.d.ts +29 -0
  1433. package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.d.ts.map +1 -0
  1434. package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.js +2 -2
  1435. package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.d.ts +38 -0
  1436. package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.d.ts.map +1 -0
  1437. package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.js +7 -4
  1438. package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.d.ts +36 -0
  1439. package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.d.ts.map +1 -0
  1440. package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.js +8 -5
  1441. package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.d.ts +46 -0
  1442. package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.d.ts.map +1 -0
  1443. package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.js +20 -12
  1444. package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.d.ts +27 -0
  1445. package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.d.ts.map +1 -0
  1446. package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.js +4 -2
  1447. package/src/fulfillmentinbound_v2024_03_20/model/Pagination.d.ts +22 -0
  1448. package/src/fulfillmentinbound_v2024_03_20/model/Pagination.d.ts.map +1 -0
  1449. package/src/fulfillmentinbound_v2024_03_20/model/Pagination.js +3 -2
  1450. package/src/fulfillmentinbound_v2024_03_20/model/Pallet.d.ts +49 -0
  1451. package/src/fulfillmentinbound_v2024_03_20/model/Pallet.d.ts.map +1 -0
  1452. package/src/fulfillmentinbound_v2024_03_20/model/Pallet.js +10 -5
  1453. package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.d.ts +43 -0
  1454. package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.d.ts.map +1 -0
  1455. package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.js +9 -5
  1456. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.d.ts +40 -0
  1457. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.d.ts.map +1 -0
  1458. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.js +14 -8
  1459. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.d.ts +27 -0
  1460. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.d.ts.map +1 -0
  1461. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.js +4 -2
  1462. package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.d.ts +84 -0
  1463. package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.d.ts.map +1 -0
  1464. package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.js +2 -2
  1465. package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.d.ts +34 -0
  1466. package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.d.ts.map +1 -0
  1467. package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.js +6 -3
  1468. package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.d.ts +29 -0
  1469. package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.d.ts.map +1 -0
  1470. package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.js +2 -2
  1471. package/src/fulfillmentinbound_v2024_03_20/model/PrepType.d.ts +94 -0
  1472. package/src/fulfillmentinbound_v2024_03_20/model/PrepType.d.ts.map +1 -0
  1473. package/src/fulfillmentinbound_v2024_03_20/model/PrepType.js +2 -2
  1474. package/src/fulfillmentinbound_v2024_03_20/model/Quote.d.ts +38 -0
  1475. package/src/fulfillmentinbound_v2024_03_20/model/Quote.d.ts.map +1 -0
  1476. package/src/fulfillmentinbound_v2024_03_20/model/Quote.js +7 -4
  1477. package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.d.ts +59 -0
  1478. package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.d.ts.map +1 -0
  1479. package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.js +2 -2
  1480. package/src/fulfillmentinbound_v2024_03_20/model/Region.d.ts +34 -0
  1481. package/src/fulfillmentinbound_v2024_03_20/model/Region.d.ts.map +1 -0
  1482. package/src/fulfillmentinbound_v2024_03_20/model/Region.js +5 -2
  1483. package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.d.ts +30 -0
  1484. package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.d.ts.map +1 -0
  1485. package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.js +6 -4
  1486. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.d.ts +22 -0
  1487. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.d.ts.map +1 -0
  1488. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.js +4 -3
  1489. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.d.ts +26 -0
  1490. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.d.ts.map +1 -0
  1491. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.js +5 -4
  1492. package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.d.ts +37 -0
  1493. package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.d.ts.map +1 -0
  1494. package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +7 -2
  1495. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.d.ts +34 -0
  1496. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.d.ts.map +1 -0
  1497. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.js +6 -3
  1498. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.d.ts +29 -0
  1499. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.d.ts.map +1 -0
  1500. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.js +5 -3
  1501. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.d.ts +26 -0
  1502. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.d.ts.map +1 -0
  1503. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.js +5 -4
  1504. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.d.ts +25 -0
  1505. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.d.ts.map +1 -0
  1506. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.js +3 -2
  1507. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.d.ts +28 -0
  1508. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.d.ts.map +1 -0
  1509. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.js +6 -4
  1510. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.d.ts +25 -0
  1511. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.d.ts.map +1 -0
  1512. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.js +3 -2
  1513. package/src/fulfillmentinbound_v2024_03_20/model/Shipment.d.ts +100 -0
  1514. package/src/fulfillmentinbound_v2024_03_20/model/Shipment.d.ts.map +1 -0
  1515. package/src/fulfillmentinbound_v2024_03_20/model/Shipment.js +27 -12
  1516. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.d.ts +37 -0
  1517. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.d.ts.map +1 -0
  1518. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.js +7 -4
  1519. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.d.ts +31 -0
  1520. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.d.ts.map +1 -0
  1521. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.js +5 -3
  1522. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.d.ts +27 -0
  1523. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.d.ts.map +1 -0
  1524. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.js +4 -2
  1525. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.d.ts +47 -0
  1526. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.d.ts.map +1 -0
  1527. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.js +12 -7
  1528. package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.d.ts +28 -0
  1529. package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.d.ts.map +1 -0
  1530. package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.js +4 -2
  1531. package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.d.ts +27 -0
  1532. package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.d.ts.map +1 -0
  1533. package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.js +6 -4
  1534. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.d.ts +23 -0
  1535. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.d.ts.map +1 -0
  1536. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.js +4 -3
  1537. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.d.ts +26 -0
  1538. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.d.ts.map +1 -0
  1539. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.js +5 -4
  1540. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.d.ts +34 -0
  1541. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.d.ts.map +1 -0
  1542. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.js +6 -3
  1543. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.d.ts +27 -0
  1544. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.d.ts.map +1 -0
  1545. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.js +4 -2
  1546. package/src/fulfillmentinbound_v2024_03_20/model/Stackability.d.ts +24 -0
  1547. package/src/fulfillmentinbound_v2024_03_20/model/Stackability.d.ts.map +1 -0
  1548. package/src/fulfillmentinbound_v2024_03_20/model/Stackability.js +2 -2
  1549. package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.d.ts +35 -0
  1550. package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.d.ts.map +1 -0
  1551. package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.js +7 -4
  1552. package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.d.ts +34 -0
  1553. package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.d.ts.map +1 -0
  1554. package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.js +5 -2
  1555. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.d.ts +28 -0
  1556. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.d.ts.map +1 -0
  1557. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.js +6 -4
  1558. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.d.ts +28 -0
  1559. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.d.ts.map +1 -0
  1560. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.js +6 -4
  1561. package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.d.ts +48 -0
  1562. package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.d.ts.map +1 -0
  1563. package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.js +16 -8
  1564. package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.d.ts +33 -0
  1565. package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.d.ts.map +1 -0
  1566. package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.js +6 -3
  1567. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.d.ts +24 -0
  1568. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.d.ts.map +1 -0
  1569. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.js +2 -2
  1570. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.d.ts +24 -0
  1571. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.d.ts.map +1 -0
  1572. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.js +2 -2
  1573. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.d.ts +26 -0
  1574. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.d.ts.map +1 -0
  1575. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.js +66 -0
  1576. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.d.ts +25 -0
  1577. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.d.ts.map +1 -0
  1578. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.js +65 -0
  1579. package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.d.ts +25 -0
  1580. package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.d.ts.map +1 -0
  1581. package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.js +3 -2
  1582. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.d.ts +28 -0
  1583. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.d.ts.map +1 -0
  1584. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.js +6 -4
  1585. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.d.ts +25 -0
  1586. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.d.ts.map +1 -0
  1587. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.js +3 -2
  1588. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.d.ts +25 -0
  1589. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.d.ts.map +1 -0
  1590. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.js +3 -2
  1591. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.d.ts +26 -0
  1592. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.d.ts.map +1 -0
  1593. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.js +5 -4
  1594. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.d.ts +25 -0
  1595. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.d.ts.map +1 -0
  1596. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.js +3 -2
  1597. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.d.ts +26 -0
  1598. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.d.ts.map +1 -0
  1599. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.js +5 -4
  1600. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.d.ts +25 -0
  1601. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.d.ts.map +1 -0
  1602. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.js +3 -2
  1603. package/src/fulfillmentinbound_v2024_03_20/model/Weight.d.ts +28 -0
  1604. package/src/fulfillmentinbound_v2024_03_20/model/Weight.d.ts.map +1 -0
  1605. package/src/fulfillmentinbound_v2024_03_20/model/Weight.js +6 -4
  1606. package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.d.ts +30 -0
  1607. package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.d.ts.map +1 -0
  1608. package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.js +7 -4
  1609. package/src/fulfillmentinbound_v2024_03_20/model/Window.d.ts +33 -0
  1610. package/src/fulfillmentinbound_v2024_03_20/model/Window.d.ts.map +1 -0
  1611. package/src/fulfillmentinbound_v2024_03_20/model/Window.js +5 -2
  1612. package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.d.ts +25 -0
  1613. package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.d.ts.map +1 -0
  1614. package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.js +3 -2
  1615. package/src/fulfillmentoutbound_v2020_07_01/ApiClient.d.ts +260 -0
  1616. package/src/fulfillmentoutbound_v2020_07_01/ApiClient.d.ts.map +1 -0
  1617. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts +276 -0
  1618. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts.map +1 -0
  1619. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +83 -82
  1620. package/src/fulfillmentoutbound_v2020_07_01/index.d.ts +92 -0
  1621. package/src/fulfillmentoutbound_v2020_07_01/index.d.ts.map +1 -0
  1622. package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.d.ts +144 -0
  1623. package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.d.ts.map +1 -0
  1624. package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.js +2 -2
  1625. package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts +63 -0
  1626. package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts.map +1 -0
  1627. package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +12 -2
  1628. package/src/fulfillmentoutbound_v2020_07_01/model/Amount.d.ts +36 -0
  1629. package/src/fulfillmentoutbound_v2020_07_01/model/Amount.d.ts.map +1 -0
  1630. package/src/fulfillmentoutbound_v2020_07_01/model/Amount.js +6 -4
  1631. package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.d.ts +46 -0
  1632. package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.d.ts.map +1 -0
  1633. package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.js +11 -6
  1634. package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.d.ts +23 -0
  1635. package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.d.ts.map +1 -0
  1636. package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.js +4 -3
  1637. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.d.ts +63 -0
  1638. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.d.ts.map +1 -0
  1639. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.js +16 -7
  1640. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.d.ts +102 -0
  1641. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.d.ts.map +1 -0
  1642. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.js +37 -20
  1643. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.d.ts +23 -0
  1644. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.d.ts.map +1 -0
  1645. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.js +4 -3
  1646. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.d.ts +26 -0
  1647. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.d.ts.map +1 -0
  1648. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.js +6 -5
  1649. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.d.ts +29 -0
  1650. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.d.ts.map +1 -0
  1651. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.js +6 -4
  1652. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.d.ts +37 -0
  1653. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.d.ts.map +1 -0
  1654. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.js +9 -6
  1655. package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.d.ts +37 -0
  1656. package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.d.ts.map +1 -0
  1657. package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.js +9 -4
  1658. package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.d.ts +104 -0
  1659. package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.d.ts.map +1 -0
  1660. package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.js +2 -2
  1661. package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.d.ts +27 -0
  1662. package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.d.ts.map +1 -0
  1663. package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.js +4 -2
  1664. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.d.ts +31 -0
  1665. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.d.ts.map +1 -0
  1666. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +4 -2
  1667. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.d.ts +29 -0
  1668. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.d.ts.map +1 -0
  1669. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.js +6 -4
  1670. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.d.ts +28 -0
  1671. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.d.ts.map +1 -0
  1672. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.js +5 -3
  1673. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.d.ts +34 -0
  1674. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.d.ts.map +1 -0
  1675. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.js +7 -4
  1676. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.d.ts +22 -0
  1677. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.d.ts.map +1 -0
  1678. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.js +4 -3
  1679. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.d.ts +28 -0
  1680. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.d.ts.map +1 -0
  1681. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.js +5 -3
  1682. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.d.ts +27 -0
  1683. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.d.ts.map +1 -0
  1684. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.js +4 -2
  1685. package/src/fulfillmentoutbound_v2020_07_01/model/Destination.d.ts +28 -0
  1686. package/src/fulfillmentoutbound_v2020_07_01/model/Destination.d.ts.map +1 -0
  1687. package/src/fulfillmentoutbound_v2020_07_01/model/Destination.js +5 -3
  1688. package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.d.ts +49 -0
  1689. package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.d.ts.map +1 -0
  1690. package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.js +7 -5
  1691. package/src/fulfillmentoutbound_v2020_07_01/model/Error.d.ts +33 -0
  1692. package/src/fulfillmentoutbound_v2020_07_01/model/Error.d.ts.map +1 -0
  1693. package/src/fulfillmentoutbound_v2020_07_01/model/Error.js +5 -2
  1694. package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.d.ts +179 -0
  1695. package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.d.ts.map +1 -0
  1696. package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.js +2 -2
  1697. package/src/fulfillmentoutbound_v2020_07_01/model/Feature.d.ts +33 -0
  1698. package/src/fulfillmentoutbound_v2020_07_01/model/Feature.d.ts.map +1 -0
  1699. package/src/fulfillmentoutbound_v2020_07_01/model/Feature.js +5 -2
  1700. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.d.ts +38 -0
  1701. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.d.ts.map +1 -0
  1702. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +6 -4
  1703. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.d.ts +46 -0
  1704. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.d.ts.map +1 -0
  1705. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.js +8 -3
  1706. package/src/fulfillmentoutbound_v2020_07_01/model/Fee.d.ts +40 -0
  1707. package/src/fulfillmentoutbound_v2020_07_01/model/Fee.d.ts.map +1 -0
  1708. package/src/fulfillmentoutbound_v2020_07_01/model/Fee.js +8 -6
  1709. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.d.ts +24 -0
  1710. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.d.ts.map +1 -0
  1711. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.js +2 -2
  1712. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.d.ts +83 -0
  1713. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.d.ts.map +1 -0
  1714. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.js +30 -14
  1715. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.d.ts +85 -0
  1716. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.d.ts.map +1 -0
  1717. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.js +19 -5
  1718. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.d.ts +59 -0
  1719. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.d.ts.map +1 -0
  1720. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.js +2 -2
  1721. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.d.ts +29 -0
  1722. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.d.ts.map +1 -0
  1723. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.js +2 -2
  1724. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.d.ts +78 -0
  1725. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.d.ts.map +1 -0
  1726. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.js +22 -11
  1727. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.d.ts +51 -0
  1728. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.d.ts.map +1 -0
  1729. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.js +9 -4
  1730. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.d.ts +56 -0
  1731. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.d.ts.map +1 -0
  1732. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.js +11 -5
  1733. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.d.ts +24 -0
  1734. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.d.ts.map +1 -0
  1735. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.js +2 -2
  1736. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.d.ts +69 -0
  1737. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.d.ts.map +1 -0
  1738. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.js +19 -11
  1739. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.d.ts +47 -0
  1740. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.d.ts.map +1 -0
  1741. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.js +9 -3
  1742. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.d.ts +57 -0
  1743. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.d.ts.map +1 -0
  1744. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.js +18 -4
  1745. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.d.ts +32 -0
  1746. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.d.ts.map +1 -0
  1747. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.js +7 -5
  1748. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.d.ts +29 -0
  1749. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.d.ts.map +1 -0
  1750. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.js +9 -7
  1751. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.d.ts +29 -0
  1752. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.d.ts.map +1 -0
  1753. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.js +7 -5
  1754. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.d.ts +23 -0
  1755. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.d.ts.map +1 -0
  1756. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.js +4 -3
  1757. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.d.ts +29 -0
  1758. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.d.ts.map +1 -0
  1759. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.js +8 -6
  1760. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.d.ts +29 -0
  1761. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.d.ts.map +1 -0
  1762. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.js +6 -4
  1763. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.d.ts +40 -0
  1764. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.d.ts.map +1 -0
  1765. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.js +8 -4
  1766. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.d.ts +29 -0
  1767. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.d.ts.map +1 -0
  1768. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.js +6 -4
  1769. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.d.ts +41 -0
  1770. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.d.ts.map +1 -0
  1771. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.js +10 -5
  1772. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.d.ts +29 -0
  1773. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.d.ts.map +1 -0
  1774. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.js +6 -4
  1775. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.d.ts +26 -0
  1776. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.d.ts.map +1 -0
  1777. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.js +5 -4
  1778. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.d.ts +29 -0
  1779. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.d.ts.map +1 -0
  1780. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.js +6 -4
  1781. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.d.ts +49 -0
  1782. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.d.ts.map +1 -0
  1783. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.js +19 -13
  1784. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.d.ts +35 -0
  1785. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.d.ts.map +1 -0
  1786. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.js +7 -3
  1787. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.d.ts +61 -0
  1788. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.d.ts.map +1 -0
  1789. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.js +17 -10
  1790. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.d.ts +29 -0
  1791. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.d.ts.map +1 -0
  1792. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.js +6 -4
  1793. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.d.ts +23 -0
  1794. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.d.ts.map +1 -0
  1795. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.js +4 -3
  1796. package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.d.ts +29 -0
  1797. package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.d.ts.map +1 -0
  1798. package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.js +6 -4
  1799. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.d.ts +28 -0
  1800. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.d.ts.map +1 -0
  1801. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.js +6 -4
  1802. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.d.ts +34 -0
  1803. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.d.ts.map +1 -0
  1804. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.js +2 -2
  1805. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.d.ts +30 -0
  1806. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.d.ts.map +1 -0
  1807. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.js +9 -6
  1808. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.d.ts +29 -0
  1809. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.d.ts.map +1 -0
  1810. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.js +6 -4
  1811. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.d.ts +29 -0
  1812. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.d.ts.map +1 -0
  1813. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.js +6 -4
  1814. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.d.ts +29 -0
  1815. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.d.ts.map +1 -0
  1816. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.js +6 -4
  1817. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.d.ts +23 -0
  1818. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.d.ts.map +1 -0
  1819. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.js +5 -4
  1820. package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.d.ts +28 -0
  1821. package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.d.ts.map +1 -0
  1822. package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.js +4 -2
  1823. package/src/fulfillmentoutbound_v2020_07_01/model/Money.d.ts +27 -0
  1824. package/src/fulfillmentoutbound_v2020_07_01/model/Money.d.ts.map +1 -0
  1825. package/src/fulfillmentoutbound_v2020_07_01/model/Money.js +4 -2
  1826. package/src/fulfillmentoutbound_v2020_07_01/model/Origin.d.ts +25 -0
  1827. package/src/fulfillmentoutbound_v2020_07_01/model/Origin.d.ts.map +1 -0
  1828. package/src/fulfillmentoutbound_v2020_07_01/model/Origin.js +3 -2
  1829. package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.d.ts +110 -0
  1830. package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.d.ts.map +1 -0
  1831. package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.js +23 -8
  1832. package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.d.ts +29 -0
  1833. package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.d.ts.map +1 -0
  1834. package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.js +5 -2
  1835. package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.d.ts +25 -0
  1836. package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.d.ts.map +1 -0
  1837. package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.js +3 -2
  1838. package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.d.ts +33 -0
  1839. package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.d.ts.map +1 -0
  1840. package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.js +6 -3
  1841. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.d.ts +34 -0
  1842. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.d.ts.map +1 -0
  1843. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.js +11 -6
  1844. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.d.ts +66 -0
  1845. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.d.ts.map +1 -0
  1846. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.js +18 -7
  1847. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.d.ts +39 -0
  1848. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.d.ts.map +1 -0
  1849. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.js +2 -2
  1850. package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.d.ts +28 -0
  1851. package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.d.ts.map +1 -0
  1852. package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.js +6 -4
  1853. package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.d.ts +34 -0
  1854. package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.d.ts.map +1 -0
  1855. package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.js +2 -2
  1856. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.d.ts +22 -0
  1857. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.d.ts.map +1 -0
  1858. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.js +4 -3
  1859. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.d.ts +23 -0
  1860. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.d.ts.map +1 -0
  1861. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.js +4 -3
  1862. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.d.ts +29 -0
  1863. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.d.ts.map +1 -0
  1864. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.js +5 -2
  1865. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.d.ts +33 -0
  1866. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.d.ts.map +1 -0
  1867. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.js +10 -6
  1868. package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.d.ts +35 -0
  1869. package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.d.ts.map +1 -0
  1870. package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.js +7 -3
  1871. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.d.ts +73 -0
  1872. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.d.ts.map +1 -0
  1873. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.js +17 -7
  1874. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.d.ts +90 -0
  1875. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.d.ts.map +1 -0
  1876. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.js +21 -9
  1877. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.d.ts +23 -0
  1878. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.d.ts.map +1 -0
  1879. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.js +4 -3
  1880. package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.d.ts +63 -0
  1881. package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.d.ts.map +1 -0
  1882. package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.js +10 -2
  1883. package/src/fulfillmentoutbound_v2020_07_01/model/Weight.d.ts +39 -0
  1884. package/src/fulfillmentoutbound_v2020_07_01/model/Weight.d.ts.map +1 -0
  1885. package/src/fulfillmentoutbound_v2020_07_01/model/Weight.js +6 -4
  1886. package/src/invoices_v2024_06_19/ApiClient.d.ts +260 -0
  1887. package/src/invoices_v2024_06_19/ApiClient.d.ts.map +1 -0
  1888. package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts +202 -0
  1889. package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts.map +1 -0
  1890. package/src/invoices_v2024_06_19/api/InvoicesApi.js +59 -59
  1891. package/src/invoices_v2024_06_19/index.d.ts +22 -0
  1892. package/src/invoices_v2024_06_19/index.d.ts.map +1 -0
  1893. package/src/invoices_v2024_06_19/model/AttributeOption.d.ts +28 -0
  1894. package/src/invoices_v2024_06_19/model/AttributeOption.d.ts.map +1 -0
  1895. package/src/invoices_v2024_06_19/model/AttributeOption.js +4 -2
  1896. package/src/invoices_v2024_06_19/model/Error.d.ts +33 -0
  1897. package/src/invoices_v2024_06_19/model/Error.d.ts.map +1 -0
  1898. package/src/invoices_v2024_06_19/model/Error.js +5 -2
  1899. package/src/invoices_v2024_06_19/model/ErrorList.d.ts +26 -0
  1900. package/src/invoices_v2024_06_19/model/ErrorList.d.ts.map +1 -0
  1901. package/src/invoices_v2024_06_19/model/ErrorList.js +5 -4
  1902. package/src/invoices_v2024_06_19/model/Export.d.ts +52 -0
  1903. package/src/invoices_v2024_06_19/model/Export.d.ts.map +1 -0
  1904. package/src/invoices_v2024_06_19/model/Export.js +10 -4
  1905. package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.d.ts +79 -0
  1906. package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.d.ts.map +1 -0
  1907. package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.js +15 -5
  1908. package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.d.ts +22 -0
  1909. package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.d.ts.map +1 -0
  1910. package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.js +3 -2
  1911. package/src/invoices_v2024_06_19/model/ExportStatus.d.ts +34 -0
  1912. package/src/invoices_v2024_06_19/model/ExportStatus.d.ts.map +1 -0
  1913. package/src/invoices_v2024_06_19/model/ExportStatus.js +2 -2
  1914. package/src/invoices_v2024_06_19/model/FileFormat.d.ts +19 -0
  1915. package/src/invoices_v2024_06_19/model/FileFormat.d.ts.map +1 -0
  1916. package/src/invoices_v2024_06_19/model/FileFormat.js +2 -2
  1917. package/src/invoices_v2024_06_19/model/GetInvoiceResponse.d.ts +22 -0
  1918. package/src/invoices_v2024_06_19/model/GetInvoiceResponse.d.ts.map +1 -0
  1919. package/src/invoices_v2024_06_19/model/GetInvoiceResponse.js +4 -3
  1920. package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.d.ts +22 -0
  1921. package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.d.ts.map +1 -0
  1922. package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.js +4 -3
  1923. package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.d.ts +22 -0
  1924. package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.d.ts.map +1 -0
  1925. package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.js +4 -3
  1926. package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.d.ts +22 -0
  1927. package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.d.ts.map +1 -0
  1928. package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.js +4 -3
  1929. package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.d.ts +29 -0
  1930. package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.d.ts.map +1 -0
  1931. package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.js +5 -3
  1932. package/src/invoices_v2024_06_19/model/GetInvoicesResponse.d.ts +29 -0
  1933. package/src/invoices_v2024_06_19/model/GetInvoicesResponse.d.ts.map +1 -0
  1934. package/src/invoices_v2024_06_19/model/GetInvoicesResponse.js +5 -3
  1935. package/src/invoices_v2024_06_19/model/Invoice.d.ts +77 -0
  1936. package/src/invoices_v2024_06_19/model/Invoice.d.ts.map +1 -0
  1937. package/src/invoices_v2024_06_19/model/Invoice.js +13 -3
  1938. package/src/invoices_v2024_06_19/model/InvoicesAttributes.d.ts +41 -0
  1939. package/src/invoices_v2024_06_19/model/InvoicesAttributes.d.ts.map +1 -0
  1940. package/src/invoices_v2024_06_19/model/InvoicesAttributes.js +10 -6
  1941. package/src/invoices_v2024_06_19/model/InvoicesDocument.d.ts +28 -0
  1942. package/src/invoices_v2024_06_19/model/InvoicesDocument.d.ts.map +1 -0
  1943. package/src/invoices_v2024_06_19/model/InvoicesDocument.js +4 -2
  1944. package/src/invoices_v2024_06_19/model/TransactionIdentifier.d.ts +28 -0
  1945. package/src/invoices_v2024_06_19/model/TransactionIdentifier.d.ts.map +1 -0
  1946. package/src/invoices_v2024_06_19/model/TransactionIdentifier.js +4 -2
  1947. package/src/invoicing_v0/ApiClient.d.ts +260 -0
  1948. package/src/invoicing_v0/ApiClient.d.ts.map +1 -0
  1949. package/src/invoicing_v0/ApiClient.js +2 -2
  1950. package/src/invoicing_v0/api/ShipmentInvoiceApi.d.ts +70 -0
  1951. package/src/invoicing_v0/api/ShipmentInvoiceApi.d.ts.map +1 -0
  1952. package/src/invoicing_v0/api/ShipmentInvoiceApi.js +11 -11
  1953. package/src/invoicing_v0/index.d.ts +22 -0
  1954. package/src/invoicing_v0/index.d.ts.map +1 -0
  1955. package/src/invoicing_v0/index.js +14 -0
  1956. package/src/invoicing_v0/model/Address.d.ts +88 -0
  1957. package/src/invoicing_v0/model/Address.d.ts.map +1 -0
  1958. package/src/invoicing_v0/model/Address.js +15 -3
  1959. package/src/invoicing_v0/model/AddressTypeEnum.d.ts +24 -0
  1960. package/src/invoicing_v0/model/AddressTypeEnum.d.ts.map +1 -0
  1961. package/src/invoicing_v0/model/AddressTypeEnum.js +2 -2
  1962. package/src/invoicing_v0/model/BuyerTaxInfo.d.ts +35 -0
  1963. package/src/invoicing_v0/model/BuyerTaxInfo.d.ts.map +1 -0
  1964. package/src/invoicing_v0/model/BuyerTaxInfo.js +6 -3
  1965. package/src/invoicing_v0/model/Error.d.ts +33 -0
  1966. package/src/invoicing_v0/model/Error.d.ts.map +1 -0
  1967. package/src/invoicing_v0/model/Error.js +5 -2
  1968. package/src/invoicing_v0/model/GetInvoiceStatusResponse.d.ts +29 -0
  1969. package/src/invoicing_v0/model/GetInvoiceStatusResponse.d.ts.map +1 -0
  1970. package/src/invoicing_v0/model/GetInvoiceStatusResponse.js +6 -4
  1971. package/src/invoicing_v0/model/GetShipmentDetailsResponse.d.ts +29 -0
  1972. package/src/invoicing_v0/model/GetShipmentDetailsResponse.d.ts.map +1 -0
  1973. package/src/invoicing_v0/model/GetShipmentDetailsResponse.js +6 -4
  1974. package/src/invoicing_v0/model/MarketplaceTaxInfo.d.ts +35 -0
  1975. package/src/invoicing_v0/model/MarketplaceTaxInfo.d.ts.map +1 -0
  1976. package/src/invoicing_v0/model/MarketplaceTaxInfo.js +6 -3
  1977. package/src/invoicing_v0/model/Money.d.ts +28 -0
  1978. package/src/invoicing_v0/model/Money.d.ts.map +1 -0
  1979. package/src/invoicing_v0/model/Money.js +4 -2
  1980. package/src/invoicing_v0/model/PaymentInformation.d.ts +46 -0
  1981. package/src/invoicing_v0/model/PaymentInformation.d.ts.map +1 -0
  1982. package/src/invoicing_v0/model/PaymentInformation.js +95 -0
  1983. package/src/invoicing_v0/model/PaymentMethodEnum.d.ts +44 -0
  1984. package/src/invoicing_v0/model/PaymentMethodEnum.d.ts.map +1 -0
  1985. package/src/invoicing_v0/model/PaymentMethodEnum.js +66 -0
  1986. package/src/invoicing_v0/model/ShipmentDetail.d.ts +108 -0
  1987. package/src/invoicing_v0/model/ShipmentDetail.d.ts.map +1 -0
  1988. package/src/invoicing_v0/model/ShipmentDetail.js +30 -7
  1989. package/src/invoicing_v0/model/ShipmentInvoiceStatus.d.ts +34 -0
  1990. package/src/invoicing_v0/model/ShipmentInvoiceStatus.d.ts.map +1 -0
  1991. package/src/invoicing_v0/model/ShipmentInvoiceStatus.js +2 -2
  1992. package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.d.ts +28 -0
  1993. package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.d.ts.map +1 -0
  1994. package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.js +5 -3
  1995. package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.d.ts +22 -0
  1996. package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.d.ts.map +1 -0
  1997. package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.js +4 -3
  1998. package/src/invoicing_v0/model/ShipmentItem.d.ts +78 -0
  1999. package/src/invoicing_v0/model/ShipmentItem.d.ts.map +1 -0
  2000. package/src/invoicing_v0/model/ShipmentItem.js +19 -8
  2001. package/src/invoicing_v0/model/SubmitInvoiceRequest.d.ts +33 -0
  2002. package/src/invoicing_v0/model/SubmitInvoiceRequest.d.ts.map +1 -0
  2003. package/src/invoicing_v0/model/SubmitInvoiceRequest.js +5 -2
  2004. package/src/invoicing_v0/model/SubmitInvoiceResponse.d.ts +23 -0
  2005. package/src/invoicing_v0/model/SubmitInvoiceResponse.d.ts.map +1 -0
  2006. package/src/invoicing_v0/model/SubmitInvoiceResponse.js +4 -3
  2007. package/src/invoicing_v0/model/TaxClassification.d.ts +28 -0
  2008. package/src/invoicing_v0/model/TaxClassification.d.ts.map +1 -0
  2009. package/src/invoicing_v0/model/TaxClassification.js +4 -2
  2010. package/src/listingsitems_v2021_08_01/ApiClient.d.ts +260 -0
  2011. package/src/listingsitems_v2021_08_01/ApiClient.d.ts.map +1 -0
  2012. package/src/listingsitems_v2021_08_01/api/ListingsApi.d.ts +239 -0
  2013. package/src/listingsitems_v2021_08_01/api/ListingsApi.d.ts.map +1 -0
  2014. package/src/listingsitems_v2021_08_01/api/ListingsApi.js +91 -91
  2015. package/src/listingsitems_v2021_08_01/index.d.ts +30 -0
  2016. package/src/listingsitems_v2021_08_01/index.d.ts.map +1 -0
  2017. package/src/listingsitems_v2021_08_01/model/Audience.d.ts +28 -0
  2018. package/src/listingsitems_v2021_08_01/model/Audience.d.ts.map +1 -0
  2019. package/src/listingsitems_v2021_08_01/model/Audience.js +4 -2
  2020. package/src/listingsitems_v2021_08_01/model/Error.d.ts +33 -0
  2021. package/src/listingsitems_v2021_08_01/model/Error.d.ts.map +1 -0
  2022. package/src/listingsitems_v2021_08_01/model/Error.js +5 -2
  2023. package/src/listingsitems_v2021_08_01/model/ErrorList.d.ts +26 -0
  2024. package/src/listingsitems_v2021_08_01/model/ErrorList.d.ts.map +1 -0
  2025. package/src/listingsitems_v2021_08_01/model/ErrorList.js +5 -4
  2026. package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.d.ts +31 -0
  2027. package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.d.ts.map +1 -0
  2028. package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.js +4 -2
  2029. package/src/listingsitems_v2021_08_01/model/Issue.d.ts +54 -0
  2030. package/src/listingsitems_v2021_08_01/model/Issue.d.ts.map +1 -0
  2031. package/src/listingsitems_v2021_08_01/model/Issue.js +14 -8
  2032. package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.d.ts +25 -0
  2033. package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.d.ts.map +1 -0
  2034. package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.js +3 -2
  2035. package/src/listingsitems_v2021_08_01/model/IssueEnforcements.d.ts +29 -0
  2036. package/src/listingsitems_v2021_08_01/model/IssueEnforcements.d.ts.map +1 -0
  2037. package/src/listingsitems_v2021_08_01/model/IssueEnforcements.js +8 -6
  2038. package/src/listingsitems_v2021_08_01/model/IssueExemption.d.ts +42 -0
  2039. package/src/listingsitems_v2021_08_01/model/IssueExemption.d.ts.map +1 -0
  2040. package/src/listingsitems_v2021_08_01/model/IssueExemption.js +6 -4
  2041. package/src/listingsitems_v2021_08_01/model/Item.d.ts +82 -0
  2042. package/src/listingsitems_v2021_08_01/model/Item.d.ts.map +1 -0
  2043. package/src/listingsitems_v2021_08_01/model/Item.js +19 -10
  2044. package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.d.ts +28 -0
  2045. package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.d.ts.map +1 -0
  2046. package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.js +4 -2
  2047. package/src/listingsitems_v2021_08_01/model/ItemImage.d.ts +29 -0
  2048. package/src/listingsitems_v2021_08_01/model/ItemImage.d.ts.map +1 -0
  2049. package/src/listingsitems_v2021_08_01/model/ItemImage.js +5 -2
  2050. package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.d.ts +52 -0
  2051. package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.d.ts.map +1 -0
  2052. package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.js +13 -8
  2053. package/src/listingsitems_v2021_08_01/model/ItemProcurement.d.ts +26 -0
  2054. package/src/listingsitems_v2021_08_01/model/ItemProcurement.d.ts.map +1 -0
  2055. package/src/listingsitems_v2021_08_01/model/ItemProcurement.js +5 -4
  2056. package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.d.ts +27 -0
  2057. package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.d.ts.map +1 -0
  2058. package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.js +4 -2
  2059. package/src/listingsitems_v2021_08_01/model/ItemRelationship.d.ts +53 -0
  2060. package/src/listingsitems_v2021_08_01/model/ItemRelationship.d.ts.map +1 -0
  2061. package/src/listingsitems_v2021_08_01/model/ItemRelationship.js +11 -7
  2062. package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.d.ts +28 -0
  2063. package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.d.ts.map +1 -0
  2064. package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.js +6 -4
  2065. package/src/listingsitems_v2021_08_01/model/ItemSearchResults.d.ts +34 -0
  2066. package/src/listingsitems_v2021_08_01/model/ItemSearchResults.d.ts.map +1 -0
  2067. package/src/listingsitems_v2021_08_01/model/ItemSearchResults.js +8 -5
  2068. package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.d.ts +92 -0
  2069. package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.d.ts.map +1 -0
  2070. package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.js +16 -6
  2071. package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.d.ts +27 -0
  2072. package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.d.ts.map +1 -0
  2073. package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.js +6 -4
  2074. package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.d.ts +28 -0
  2075. package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.d.ts.map +1 -0
  2076. package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.js +6 -4
  2077. package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.d.ts +48 -0
  2078. package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.d.ts.map +1 -0
  2079. package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.js +8 -5
  2080. package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.d.ts +54 -0
  2081. package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.d.ts.map +1 -0
  2082. package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.js +11 -6
  2083. package/src/listingsitems_v2021_08_01/model/Money.d.ts +27 -0
  2084. package/src/listingsitems_v2021_08_01/model/Money.d.ts.map +1 -0
  2085. package/src/listingsitems_v2021_08_01/model/Money.js +4 -2
  2086. package/src/listingsitems_v2021_08_01/model/Pagination.d.ts +28 -0
  2087. package/src/listingsitems_v2021_08_01/model/Pagination.d.ts.map +1 -0
  2088. package/src/listingsitems_v2021_08_01/model/Pagination.js +4 -2
  2089. package/src/listingsitems_v2021_08_01/model/PatchOperation.d.ts +48 -0
  2090. package/src/listingsitems_v2021_08_01/model/PatchOperation.d.ts.map +1 -0
  2091. package/src/listingsitems_v2021_08_01/model/PatchOperation.js +8 -5
  2092. package/src/listingsitems_v2021_08_01/model/Points.d.ts +25 -0
  2093. package/src/listingsitems_v2021_08_01/model/Points.d.ts.map +1 -0
  2094. package/src/listingsitems_v2021_08_01/model/Points.js +3 -2
  2095. package/src/listingsrestrictions_v2021_08_01/ApiClient.d.ts +260 -0
  2096. package/src/listingsrestrictions_v2021_08_01/ApiClient.d.ts.map +1 -0
  2097. package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.d.ts +57 -0
  2098. package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.d.ts.map +1 -0
  2099. package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.js +13 -13
  2100. package/src/listingsrestrictions_v2021_08_01/index.d.ts +9 -0
  2101. package/src/listingsrestrictions_v2021_08_01/index.d.ts.map +1 -0
  2102. package/src/listingsrestrictions_v2021_08_01/model/Error.d.ts +33 -0
  2103. package/src/listingsrestrictions_v2021_08_01/model/Error.d.ts.map +1 -0
  2104. package/src/listingsrestrictions_v2021_08_01/model/Error.js +5 -2
  2105. package/src/listingsrestrictions_v2021_08_01/model/Link.d.ts +48 -0
  2106. package/src/listingsrestrictions_v2021_08_01/model/Link.d.ts.map +1 -0
  2107. package/src/listingsrestrictions_v2021_08_01/model/Link.js +8 -4
  2108. package/src/listingsrestrictions_v2021_08_01/model/Reason.d.ts +49 -0
  2109. package/src/listingsrestrictions_v2021_08_01/model/Reason.d.ts.map +1 -0
  2110. package/src/listingsrestrictions_v2021_08_01/model/Reason.js +7 -4
  2111. package/src/listingsrestrictions_v2021_08_01/model/Restriction.d.ts +59 -0
  2112. package/src/listingsrestrictions_v2021_08_01/model/Restriction.d.ts.map +1 -0
  2113. package/src/listingsrestrictions_v2021_08_01/model/Restriction.js +7 -4
  2114. package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.d.ts +26 -0
  2115. package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.d.ts.map +1 -0
  2116. package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.js +5 -4
  2117. package/src/merchantfulfillment_v0/ApiClient.d.ts +260 -0
  2118. package/src/merchantfulfillment_v0/ApiClient.d.ts.map +1 -0
  2119. package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.d.ts +96 -0
  2120. package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.d.ts.map +1 -0
  2121. package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.js +19 -19
  2122. package/src/merchantfulfillment_v0/index.d.ts +60 -0
  2123. package/src/merchantfulfillment_v0/index.d.ts.map +1 -0
  2124. package/src/merchantfulfillment_v0/model/AdditionalInputs.d.ts +28 -0
  2125. package/src/merchantfulfillment_v0/model/AdditionalInputs.d.ts.map +1 -0
  2126. package/src/merchantfulfillment_v0/model/AdditionalInputs.js +5 -3
  2127. package/src/merchantfulfillment_v0/model/AdditionalSellerInput.d.ts +70 -0
  2128. package/src/merchantfulfillment_v0/model/AdditionalSellerInput.d.ts.map +1 -0
  2129. package/src/merchantfulfillment_v0/model/AdditionalSellerInput.js +15 -6
  2130. package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.d.ts +28 -0
  2131. package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.d.ts.map +1 -0
  2132. package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.js +6 -4
  2133. package/src/merchantfulfillment_v0/model/Address.d.ts +61 -0
  2134. package/src/merchantfulfillment_v0/model/Address.d.ts.map +1 -0
  2135. package/src/merchantfulfillment_v0/model/Address.js +13 -2
  2136. package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.d.ts +29 -0
  2137. package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.d.ts.map +1 -0
  2138. package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.js +8 -6
  2139. package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.d.ts +29 -0
  2140. package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.d.ts.map +1 -0
  2141. package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.js +8 -6
  2142. package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.d.ts +29 -0
  2143. package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.d.ts.map +1 -0
  2144. package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.js +8 -6
  2145. package/src/merchantfulfillment_v0/model/Benefits.d.ts +29 -0
  2146. package/src/merchantfulfillment_v0/model/Benefits.d.ts.map +1 -0
  2147. package/src/merchantfulfillment_v0/model/Benefits.js +6 -4
  2148. package/src/merchantfulfillment_v0/model/CancelShipmentResponse.d.ts +29 -0
  2149. package/src/merchantfulfillment_v0/model/CancelShipmentResponse.d.ts.map +1 -0
  2150. package/src/merchantfulfillment_v0/model/CancelShipmentResponse.js +6 -4
  2151. package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.d.ts +29 -0
  2152. package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.d.ts.map +1 -0
  2153. package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.js +2 -2
  2154. package/src/merchantfulfillment_v0/model/Constraint.d.ts +31 -0
  2155. package/src/merchantfulfillment_v0/model/Constraint.d.ts.map +1 -0
  2156. package/src/merchantfulfillment_v0/model/Constraint.js +4 -2
  2157. package/src/merchantfulfillment_v0/model/CreateShipmentRequest.d.ts +53 -0
  2158. package/src/merchantfulfillment_v0/model/CreateShipmentRequest.d.ts.map +1 -0
  2159. package/src/merchantfulfillment_v0/model/CreateShipmentRequest.js +13 -7
  2160. package/src/merchantfulfillment_v0/model/CreateShipmentResponse.d.ts +29 -0
  2161. package/src/merchantfulfillment_v0/model/CreateShipmentResponse.d.ts.map +1 -0
  2162. package/src/merchantfulfillment_v0/model/CreateShipmentResponse.js +6 -4
  2163. package/src/merchantfulfillment_v0/model/CurrencyAmount.d.ts +27 -0
  2164. package/src/merchantfulfillment_v0/model/CurrencyAmount.d.ts.map +1 -0
  2165. package/src/merchantfulfillment_v0/model/CurrencyAmount.js +4 -2
  2166. package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.d.ts +70 -0
  2167. package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.d.ts.map +1 -0
  2168. package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.js +8 -4
  2169. package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.d.ts +39 -0
  2170. package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.d.ts.map +1 -0
  2171. package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.js +2 -2
  2172. package/src/merchantfulfillment_v0/model/DeliveryExperienceType.d.ts +34 -0
  2173. package/src/merchantfulfillment_v0/model/DeliveryExperienceType.d.ts.map +1 -0
  2174. package/src/merchantfulfillment_v0/model/DeliveryExperienceType.js +2 -2
  2175. package/src/merchantfulfillment_v0/model/Error.d.ts +33 -0
  2176. package/src/merchantfulfillment_v0/model/Error.d.ts.map +1 -0
  2177. package/src/merchantfulfillment_v0/model/Error.js +5 -2
  2178. package/src/merchantfulfillment_v0/model/ExcludedBenefit.d.ts +28 -0
  2179. package/src/merchantfulfillment_v0/model/ExcludedBenefit.d.ts.map +1 -0
  2180. package/src/merchantfulfillment_v0/model/ExcludedBenefit.js +5 -3
  2181. package/src/merchantfulfillment_v0/model/FileContents.d.ts +30 -0
  2182. package/src/merchantfulfillment_v0/model/FileContents.d.ts.map +1 -0
  2183. package/src/merchantfulfillment_v0/model/FileContents.js +7 -4
  2184. package/src/merchantfulfillment_v0/model/FileType.d.ts +29 -0
  2185. package/src/merchantfulfillment_v0/model/FileType.d.ts.map +1 -0
  2186. package/src/merchantfulfillment_v0/model/FileType.js +2 -2
  2187. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.d.ts +30 -0
  2188. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.d.ts.map +1 -0
  2189. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.js +7 -4
  2190. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.d.ts +29 -0
  2191. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.d.ts.map +1 -0
  2192. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.js +6 -4
  2193. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.d.ts +30 -0
  2194. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.d.ts.map +1 -0
  2195. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.js +6 -4
  2196. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.d.ts +32 -0
  2197. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.d.ts.map +1 -0
  2198. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.js +7 -5
  2199. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.d.ts +29 -0
  2200. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.d.ts.map +1 -0
  2201. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.js +6 -4
  2202. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.d.ts +47 -0
  2203. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.d.ts.map +1 -0
  2204. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.js +11 -7
  2205. package/src/merchantfulfillment_v0/model/GetShipmentResponse.d.ts +29 -0
  2206. package/src/merchantfulfillment_v0/model/GetShipmentResponse.d.ts.map +1 -0
  2207. package/src/merchantfulfillment_v0/model/GetShipmentResponse.js +6 -4
  2208. package/src/merchantfulfillment_v0/model/HazmatType.d.ts +24 -0
  2209. package/src/merchantfulfillment_v0/model/HazmatType.d.ts.map +1 -0
  2210. package/src/merchantfulfillment_v0/model/HazmatType.js +2 -2
  2211. package/src/merchantfulfillment_v0/model/InputTargetType.d.ts +24 -0
  2212. package/src/merchantfulfillment_v0/model/InputTargetType.d.ts.map +1 -0
  2213. package/src/merchantfulfillment_v0/model/InputTargetType.js +2 -2
  2214. package/src/merchantfulfillment_v0/model/Item.d.ts +70 -0
  2215. package/src/merchantfulfillment_v0/model/Item.d.ts.map +1 -0
  2216. package/src/merchantfulfillment_v0/model/Item.js +16 -7
  2217. package/src/merchantfulfillment_v0/model/ItemLevelFields.d.ts +28 -0
  2218. package/src/merchantfulfillment_v0/model/ItemLevelFields.d.ts.map +1 -0
  2219. package/src/merchantfulfillment_v0/model/ItemLevelFields.js +6 -4
  2220. package/src/merchantfulfillment_v0/model/Label.d.ts +47 -0
  2221. package/src/merchantfulfillment_v0/model/Label.d.ts.map +1 -0
  2222. package/src/merchantfulfillment_v0/model/Label.js +13 -8
  2223. package/src/merchantfulfillment_v0/model/LabelCustomization.d.ts +28 -0
  2224. package/src/merchantfulfillment_v0/model/LabelCustomization.d.ts.map +1 -0
  2225. package/src/merchantfulfillment_v0/model/LabelCustomization.js +5 -3
  2226. package/src/merchantfulfillment_v0/model/LabelDimensions.d.ts +30 -0
  2227. package/src/merchantfulfillment_v0/model/LabelDimensions.d.ts.map +1 -0
  2228. package/src/merchantfulfillment_v0/model/LabelDimensions.js +7 -4
  2229. package/src/merchantfulfillment_v0/model/LabelFormat.d.ts +39 -0
  2230. package/src/merchantfulfillment_v0/model/LabelFormat.d.ts.map +1 -0
  2231. package/src/merchantfulfillment_v0/model/LabelFormat.js +2 -2
  2232. package/src/merchantfulfillment_v0/model/LabelFormatOption.d.ts +28 -0
  2233. package/src/merchantfulfillment_v0/model/LabelFormatOption.d.ts.map +1 -0
  2234. package/src/merchantfulfillment_v0/model/LabelFormatOption.js +5 -3
  2235. package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.d.ts +22 -0
  2236. package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.d.ts.map +1 -0
  2237. package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.js +3 -2
  2238. package/src/merchantfulfillment_v0/model/Length.d.ts +28 -0
  2239. package/src/merchantfulfillment_v0/model/Length.d.ts.map +1 -0
  2240. package/src/merchantfulfillment_v0/model/Length.js +5 -3
  2241. package/src/merchantfulfillment_v0/model/LiquidVolume.d.ts +42 -0
  2242. package/src/merchantfulfillment_v0/model/LiquidVolume.d.ts.map +1 -0
  2243. package/src/merchantfulfillment_v0/model/LiquidVolume.js +6 -4
  2244. package/src/merchantfulfillment_v0/model/PackageDimensions.d.ts +46 -0
  2245. package/src/merchantfulfillment_v0/model/PackageDimensions.d.ts.map +1 -0
  2246. package/src/merchantfulfillment_v0/model/PackageDimensions.js +9 -4
  2247. package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.d.ts +264 -0
  2248. package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.d.ts.map +1 -0
  2249. package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.js +2 -2
  2250. package/src/merchantfulfillment_v0/model/RejectedShippingService.d.ts +37 -0
  2251. package/src/merchantfulfillment_v0/model/RejectedShippingService.d.ts.map +1 -0
  2252. package/src/merchantfulfillment_v0/model/RejectedShippingService.js +7 -2
  2253. package/src/merchantfulfillment_v0/model/SellerInputDefinition.d.ts +47 -0
  2254. package/src/merchantfulfillment_v0/model/SellerInputDefinition.d.ts.map +1 -0
  2255. package/src/merchantfulfillment_v0/model/SellerInputDefinition.js +15 -8
  2256. package/src/merchantfulfillment_v0/model/Shipment.d.ts +73 -0
  2257. package/src/merchantfulfillment_v0/model/Shipment.d.ts.map +1 -0
  2258. package/src/merchantfulfillment_v0/model/Shipment.js +35 -20
  2259. package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.d.ts +64 -0
  2260. package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.d.ts.map +1 -0
  2261. package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.js +23 -13
  2262. package/src/merchantfulfillment_v0/model/ShipmentStatus.d.ts +34 -0
  2263. package/src/merchantfulfillment_v0/model/ShipmentStatus.d.ts.map +1 -0
  2264. package/src/merchantfulfillment_v0/model/ShipmentStatus.js +2 -2
  2265. package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.d.ts +40 -0
  2266. package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.d.ts.map +1 -0
  2267. package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.js +8 -4
  2268. package/src/merchantfulfillment_v0/model/ShippingService.d.ts +79 -0
  2269. package/src/merchantfulfillment_v0/model/ShippingService.d.ts.map +1 -0
  2270. package/src/merchantfulfillment_v0/model/ShippingService.js +24 -10
  2271. package/src/merchantfulfillment_v0/model/ShippingServiceOptions.d.ts +46 -0
  2272. package/src/merchantfulfillment_v0/model/ShippingServiceOptions.d.ts.map +1 -0
  2273. package/src/merchantfulfillment_v0/model/ShippingServiceOptions.js +12 -7
  2274. package/src/merchantfulfillment_v0/model/StandardIdForLabel.d.ts +19 -0
  2275. package/src/merchantfulfillment_v0/model/StandardIdForLabel.d.ts.map +1 -0
  2276. package/src/merchantfulfillment_v0/model/StandardIdForLabel.js +2 -2
  2277. package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.d.ts +25 -0
  2278. package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.d.ts.map +1 -0
  2279. package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.js +3 -2
  2280. package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.d.ts +25 -0
  2281. package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.d.ts.map +1 -0
  2282. package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.js +3 -2
  2283. package/src/merchantfulfillment_v0/model/UnitOfLength.d.ts +24 -0
  2284. package/src/merchantfulfillment_v0/model/UnitOfLength.d.ts.map +1 -0
  2285. package/src/merchantfulfillment_v0/model/UnitOfLength.js +2 -2
  2286. package/src/merchantfulfillment_v0/model/UnitOfWeight.d.ts +24 -0
  2287. package/src/merchantfulfillment_v0/model/UnitOfWeight.d.ts.map +1 -0
  2288. package/src/merchantfulfillment_v0/model/UnitOfWeight.js +2 -2
  2289. package/src/merchantfulfillment_v0/model/Weight.d.ts +28 -0
  2290. package/src/merchantfulfillment_v0/model/Weight.d.ts.map +1 -0
  2291. package/src/merchantfulfillment_v0/model/Weight.js +6 -4
  2292. package/src/messaging_v1/ApiClient.d.ts +260 -0
  2293. package/src/messaging_v1/ApiClient.d.ts.map +1 -0
  2294. package/src/messaging_v1/api/MessagingApi.d.ts +238 -0
  2295. package/src/messaging_v1/api/MessagingApi.d.ts.map +1 -0
  2296. package/src/messaging_v1/api/MessagingApi.js +71 -127
  2297. package/src/messaging_v1/index.d.ts +38 -0
  2298. package/src/messaging_v1/index.d.ts.map +1 -0
  2299. package/src/messaging_v1/index.js +0 -7
  2300. package/src/messaging_v1/model/Attachment.d.ts +27 -0
  2301. package/src/messaging_v1/model/Attachment.d.ts.map +1 -0
  2302. package/src/messaging_v1/model/Attachment.js +7 -5
  2303. package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts +23 -0
  2304. package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts.map +1 -0
  2305. package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +4 -3
  2306. package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts +23 -0
  2307. package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts.map +1 -0
  2308. package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +4 -3
  2309. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.d.ts +29 -0
  2310. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.d.ts.map +1 -0
  2311. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.js +5 -3
  2312. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.d.ts +23 -0
  2313. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.d.ts.map +1 -0
  2314. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.js +4 -3
  2315. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.d.ts +22 -0
  2316. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.d.ts.map +1 -0
  2317. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.js +3 -2
  2318. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.d.ts +23 -0
  2319. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.d.ts.map +1 -0
  2320. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.js +4 -3
  2321. package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.d.ts +22 -0
  2322. package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.d.ts.map +1 -0
  2323. package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.js +3 -2
  2324. package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.d.ts +23 -0
  2325. package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.d.ts.map +1 -0
  2326. package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.js +4 -3
  2327. package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.d.ts +22 -0
  2328. package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.d.ts.map +1 -0
  2329. package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.js +3 -2
  2330. package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.d.ts +23 -0
  2331. package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.d.ts.map +1 -0
  2332. package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.js +4 -3
  2333. package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.d.ts +29 -0
  2334. package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.d.ts.map +1 -0
  2335. package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.js +5 -3
  2336. package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.d.ts +23 -0
  2337. package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.d.ts.map +1 -0
  2338. package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.js +4 -3
  2339. package/src/messaging_v1/model/CreateLegalDisclosureRequest.d.ts +23 -0
  2340. package/src/messaging_v1/model/CreateLegalDisclosureRequest.d.ts.map +1 -0
  2341. package/src/messaging_v1/model/CreateLegalDisclosureRequest.js +4 -3
  2342. package/src/messaging_v1/model/CreateLegalDisclosureResponse.d.ts +23 -0
  2343. package/src/messaging_v1/model/CreateLegalDisclosureResponse.d.ts.map +1 -0
  2344. package/src/messaging_v1/model/CreateLegalDisclosureResponse.js +4 -3
  2345. package/src/messaging_v1/model/CreateUnexpectedProblemRequest.d.ts +22 -0
  2346. package/src/messaging_v1/model/CreateUnexpectedProblemRequest.d.ts.map +1 -0
  2347. package/src/messaging_v1/model/CreateUnexpectedProblemRequest.js +3 -2
  2348. package/src/messaging_v1/model/CreateUnexpectedProblemResponse.d.ts +23 -0
  2349. package/src/messaging_v1/model/CreateUnexpectedProblemResponse.d.ts.map +1 -0
  2350. package/src/messaging_v1/model/CreateUnexpectedProblemResponse.js +4 -3
  2351. package/src/messaging_v1/model/CreateWarrantyRequest.d.ts +35 -0
  2352. package/src/messaging_v1/model/CreateWarrantyRequest.d.ts.map +1 -0
  2353. package/src/messaging_v1/model/CreateWarrantyRequest.js +6 -3
  2354. package/src/messaging_v1/model/CreateWarrantyResponse.d.ts +23 -0
  2355. package/src/messaging_v1/model/CreateWarrantyResponse.d.ts.map +1 -0
  2356. package/src/messaging_v1/model/CreateWarrantyResponse.js +4 -3
  2357. package/src/messaging_v1/model/Error.d.ts +33 -0
  2358. package/src/messaging_v1/model/Error.d.ts.map +1 -0
  2359. package/src/messaging_v1/model/Error.js +5 -2
  2360. package/src/messaging_v1/model/GetAttributesResponse.d.ts +29 -0
  2361. package/src/messaging_v1/model/GetAttributesResponse.d.ts.map +1 -0
  2362. package/src/messaging_v1/model/GetAttributesResponse.js +6 -4
  2363. package/src/messaging_v1/model/GetAttributesResponseBuyer.d.ts +22 -0
  2364. package/src/messaging_v1/model/GetAttributesResponseBuyer.d.ts.map +1 -0
  2365. package/src/messaging_v1/model/GetAttributesResponseBuyer.js +3 -2
  2366. package/src/messaging_v1/model/GetMessagingActionResponse.d.ts +41 -0
  2367. package/src/messaging_v1/model/GetMessagingActionResponse.d.ts.map +1 -0
  2368. package/src/messaging_v1/model/GetMessagingActionResponse.js +10 -6
  2369. package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.d.ts +22 -0
  2370. package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.d.ts.map +1 -0
  2371. package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.js +4 -3
  2372. package/src/messaging_v1/model/GetMessagingActionResponseLinks.d.ts +28 -0
  2373. package/src/messaging_v1/model/GetMessagingActionResponseLinks.d.ts.map +1 -0
  2374. package/src/messaging_v1/model/GetMessagingActionResponseLinks.js +8 -6
  2375. package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.d.ts +35 -0
  2376. package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.d.ts.map +1 -0
  2377. package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.js +8 -5
  2378. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.d.ts +26 -0
  2379. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.d.ts.map +1 -0
  2380. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.js +5 -4
  2381. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.d.ts +28 -0
  2382. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.d.ts.map +1 -0
  2383. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.js +8 -6
  2384. package/src/messaging_v1/model/GetSchemaResponse.d.ts +37 -0
  2385. package/src/messaging_v1/model/GetSchemaResponse.d.ts.map +1 -0
  2386. package/src/messaging_v1/model/GetSchemaResponse.js +8 -5
  2387. package/src/messaging_v1/model/GetSchemaResponseLinks.d.ts +26 -0
  2388. package/src/messaging_v1/model/GetSchemaResponseLinks.d.ts.map +1 -0
  2389. package/src/messaging_v1/model/GetSchemaResponseLinks.js +5 -4
  2390. package/src/messaging_v1/model/InvoiceRequest.d.ts +23 -0
  2391. package/src/messaging_v1/model/InvoiceRequest.d.ts.map +1 -0
  2392. package/src/messaging_v1/model/InvoiceRequest.js +4 -3
  2393. package/src/messaging_v1/model/InvoiceResponse.d.ts +23 -0
  2394. package/src/messaging_v1/model/InvoiceResponse.d.ts.map +1 -0
  2395. package/src/messaging_v1/model/InvoiceResponse.js +4 -3
  2396. package/src/messaging_v1/model/LinkObject.d.ts +31 -0
  2397. package/src/messaging_v1/model/LinkObject.d.ts.map +1 -0
  2398. package/src/messaging_v1/model/LinkObject.js +4 -2
  2399. package/src/messaging_v1/model/MessagingAction.d.ts +25 -0
  2400. package/src/messaging_v1/model/MessagingAction.d.ts.map +1 -0
  2401. package/src/messaging_v1/model/MessagingAction.js +3 -2
  2402. package/src/notifications_v1/ApiClient.d.ts +260 -0
  2403. package/src/notifications_v1/ApiClient.d.ts.map +1 -0
  2404. package/src/notifications_v1/api/NotificationsApi.d.ts +146 -0
  2405. package/src/notifications_v1/api/NotificationsApi.d.ts.map +1 -0
  2406. package/src/notifications_v1/api/NotificationsApi.js +27 -27
  2407. package/src/notifications_v1/index.d.ts +30 -0
  2408. package/src/notifications_v1/index.d.ts.map +1 -0
  2409. package/src/notifications_v1/model/AggregationFilter.d.ts +22 -0
  2410. package/src/notifications_v1/model/AggregationFilter.d.ts.map +1 -0
  2411. package/src/notifications_v1/model/AggregationFilter.js +4 -3
  2412. package/src/notifications_v1/model/AggregationSettings.d.ts +26 -0
  2413. package/src/notifications_v1/model/AggregationSettings.d.ts.map +1 -0
  2414. package/src/notifications_v1/model/AggregationSettings.js +5 -4
  2415. package/src/notifications_v1/model/AggregationTimePeriod.d.ts +24 -0
  2416. package/src/notifications_v1/model/AggregationTimePeriod.d.ts.map +1 -0
  2417. package/src/notifications_v1/model/AggregationTimePeriod.js +2 -2
  2418. package/src/notifications_v1/model/CreateDestinationRequest.d.ts +28 -0
  2419. package/src/notifications_v1/model/CreateDestinationRequest.d.ts.map +1 -0
  2420. package/src/notifications_v1/model/CreateDestinationRequest.js +6 -4
  2421. package/src/notifications_v1/model/CreateDestinationResponse.d.ts +29 -0
  2422. package/src/notifications_v1/model/CreateDestinationResponse.d.ts.map +1 -0
  2423. package/src/notifications_v1/model/CreateDestinationResponse.js +6 -4
  2424. package/src/notifications_v1/model/CreateSubscriptionRequest.d.ts +33 -0
  2425. package/src/notifications_v1/model/CreateSubscriptionRequest.d.ts.map +1 -0
  2426. package/src/notifications_v1/model/CreateSubscriptionRequest.js +6 -3
  2427. package/src/notifications_v1/model/CreateSubscriptionResponse.d.ts +29 -0
  2428. package/src/notifications_v1/model/CreateSubscriptionResponse.d.ts.map +1 -0
  2429. package/src/notifications_v1/model/CreateSubscriptionResponse.js +6 -4
  2430. package/src/notifications_v1/model/DeleteDestinationResponse.d.ts +23 -0
  2431. package/src/notifications_v1/model/DeleteDestinationResponse.d.ts.map +1 -0
  2432. package/src/notifications_v1/model/DeleteDestinationResponse.js +4 -3
  2433. package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.d.ts +23 -0
  2434. package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.d.ts.map +1 -0
  2435. package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.js +4 -3
  2436. package/src/notifications_v1/model/Destination.d.ts +30 -0
  2437. package/src/notifications_v1/model/Destination.d.ts.map +1 -0
  2438. package/src/notifications_v1/model/Destination.js +7 -4
  2439. package/src/notifications_v1/model/DestinationResource.d.ts +28 -0
  2440. package/src/notifications_v1/model/DestinationResource.d.ts.map +1 -0
  2441. package/src/notifications_v1/model/DestinationResource.js +6 -4
  2442. package/src/notifications_v1/model/DestinationResourceSpecification.d.ts +28 -0
  2443. package/src/notifications_v1/model/DestinationResourceSpecification.d.ts.map +1 -0
  2444. package/src/notifications_v1/model/DestinationResourceSpecification.js +6 -4
  2445. package/src/notifications_v1/model/Error.d.ts +33 -0
  2446. package/src/notifications_v1/model/Error.d.ts.map +1 -0
  2447. package/src/notifications_v1/model/Error.js +5 -2
  2448. package/src/notifications_v1/model/EventBridgeResource.d.ts +29 -0
  2449. package/src/notifications_v1/model/EventBridgeResource.d.ts.map +1 -0
  2450. package/src/notifications_v1/model/EventBridgeResource.js +5 -2
  2451. package/src/notifications_v1/model/EventBridgeResourceSpecification.d.ts +27 -0
  2452. package/src/notifications_v1/model/EventBridgeResourceSpecification.d.ts.map +1 -0
  2453. package/src/notifications_v1/model/EventBridgeResourceSpecification.js +4 -2
  2454. package/src/notifications_v1/model/EventFilter.d.ts +57 -0
  2455. package/src/notifications_v1/model/EventFilter.d.ts.map +1 -0
  2456. package/src/notifications_v1/model/EventFilter.js +17 -10
  2457. package/src/notifications_v1/model/GetDestinationResponse.d.ts +29 -0
  2458. package/src/notifications_v1/model/GetDestinationResponse.d.ts.map +1 -0
  2459. package/src/notifications_v1/model/GetDestinationResponse.js +6 -4
  2460. package/src/notifications_v1/model/GetDestinationsResponse.d.ts +30 -0
  2461. package/src/notifications_v1/model/GetDestinationsResponse.d.ts.map +1 -0
  2462. package/src/notifications_v1/model/GetDestinationsResponse.js +6 -4
  2463. package/src/notifications_v1/model/GetSubscriptionByIdResponse.d.ts +29 -0
  2464. package/src/notifications_v1/model/GetSubscriptionByIdResponse.d.ts.map +1 -0
  2465. package/src/notifications_v1/model/GetSubscriptionByIdResponse.js +6 -4
  2466. package/src/notifications_v1/model/GetSubscriptionResponse.d.ts +29 -0
  2467. package/src/notifications_v1/model/GetSubscriptionResponse.d.ts.map +1 -0
  2468. package/src/notifications_v1/model/GetSubscriptionResponse.js +6 -4
  2469. package/src/notifications_v1/model/MarketplaceFilter.d.ts +22 -0
  2470. package/src/notifications_v1/model/MarketplaceFilter.d.ts.map +1 -0
  2471. package/src/notifications_v1/model/MarketplaceFilter.js +4 -3
  2472. package/src/notifications_v1/model/OrderChangeTypeEnum.d.ts +24 -0
  2473. package/src/notifications_v1/model/OrderChangeTypeEnum.d.ts.map +1 -0
  2474. package/src/notifications_v1/model/OrderChangeTypeEnum.js +2 -2
  2475. package/src/notifications_v1/model/OrderChangeTypeFilter.d.ts +23 -0
  2476. package/src/notifications_v1/model/OrderChangeTypeFilter.d.ts.map +1 -0
  2477. package/src/notifications_v1/model/OrderChangeTypeFilter.js +4 -3
  2478. package/src/notifications_v1/model/ProcessingDirective.d.ts +22 -0
  2479. package/src/notifications_v1/model/ProcessingDirective.d.ts.map +1 -0
  2480. package/src/notifications_v1/model/ProcessingDirective.js +4 -3
  2481. package/src/notifications_v1/model/SqsResource.d.ts +25 -0
  2482. package/src/notifications_v1/model/SqsResource.d.ts.map +1 -0
  2483. package/src/notifications_v1/model/SqsResource.js +3 -2
  2484. package/src/notifications_v1/model/Subscription.d.ts +35 -0
  2485. package/src/notifications_v1/model/Subscription.d.ts.map +1 -0
  2486. package/src/notifications_v1/model/Subscription.js +7 -3
  2487. package/src/orders_v0/ApiClient.d.ts +260 -0
  2488. package/src/orders_v0/ApiClient.d.ts.map +1 -0
  2489. package/src/orders_v0/api/OrdersV0Api.d.ts +253 -0
  2490. package/src/orders_v0/api/OrdersV0Api.d.ts.map +1 -0
  2491. package/src/orders_v0/api/OrdersV0Api.js +79 -79
  2492. package/src/orders_v0/api/ShipmentApi.d.ts +43 -0
  2493. package/src/orders_v0/api/ShipmentApi.d.ts.map +1 -0
  2494. package/src/orders_v0/api/ShipmentApi.js +7 -7
  2495. package/src/orders_v0/index.d.ts +75 -0
  2496. package/src/orders_v0/index.d.ts.map +1 -0
  2497. package/src/orders_v0/model/Address.d.ts +119 -0
  2498. package/src/orders_v0/model/Address.d.ts.map +1 -0
  2499. package/src/orders_v0/model/Address.js +19 -4
  2500. package/src/orders_v0/model/AddressExtendedFields.d.ts +40 -0
  2501. package/src/orders_v0/model/AddressExtendedFields.d.ts.map +1 -0
  2502. package/src/orders_v0/model/AddressExtendedFields.js +6 -2
  2503. package/src/orders_v0/model/AmazonPrograms.d.ts +25 -0
  2504. package/src/orders_v0/model/AmazonPrograms.d.ts.map +1 -0
  2505. package/src/orders_v0/model/AmazonPrograms.js +5 -4
  2506. package/src/orders_v0/model/AssociatedItem.d.ts +34 -0
  2507. package/src/orders_v0/model/AssociatedItem.d.ts.map +1 -0
  2508. package/src/orders_v0/model/AssociatedItem.js +6 -3
  2509. package/src/orders_v0/model/AssociationType.d.ts +19 -0
  2510. package/src/orders_v0/model/AssociationType.d.ts.map +1 -0
  2511. package/src/orders_v0/model/AssociationType.js +2 -2
  2512. package/src/orders_v0/model/AutomatedShippingSettings.d.ts +34 -0
  2513. package/src/orders_v0/model/AutomatedShippingSettings.d.ts.map +1 -0
  2514. package/src/orders_v0/model/AutomatedShippingSettings.js +5 -2
  2515. package/src/orders_v0/model/BusinessHours.d.ts +44 -0
  2516. package/src/orders_v0/model/BusinessHours.d.ts.map +1 -0
  2517. package/src/orders_v0/model/BusinessHours.js +6 -4
  2518. package/src/orders_v0/model/BuyerCustomizedInfoDetail.d.ts +22 -0
  2519. package/src/orders_v0/model/BuyerCustomizedInfoDetail.d.ts.map +1 -0
  2520. package/src/orders_v0/model/BuyerCustomizedInfoDetail.js +3 -2
  2521. package/src/orders_v0/model/BuyerInfo.d.ts +46 -0
  2522. package/src/orders_v0/model/BuyerInfo.d.ts.map +1 -0
  2523. package/src/orders_v0/model/BuyerInfo.js +8 -3
  2524. package/src/orders_v0/model/BuyerRequestedCancel.d.ts +28 -0
  2525. package/src/orders_v0/model/BuyerRequestedCancel.d.ts.map +1 -0
  2526. package/src/orders_v0/model/BuyerRequestedCancel.js +4 -2
  2527. package/src/orders_v0/model/BuyerTaxInfo.d.ts +35 -0
  2528. package/src/orders_v0/model/BuyerTaxInfo.d.ts.map +1 -0
  2529. package/src/orders_v0/model/BuyerTaxInfo.js +6 -3
  2530. package/src/orders_v0/model/BuyerTaxInformation.d.ts +40 -0
  2531. package/src/orders_v0/model/BuyerTaxInformation.d.ts.map +1 -0
  2532. package/src/orders_v0/model/BuyerTaxInformation.js +6 -2
  2533. package/src/orders_v0/model/ConfirmShipmentErrorResponse.d.ts +23 -0
  2534. package/src/orders_v0/model/ConfirmShipmentErrorResponse.d.ts.map +1 -0
  2535. package/src/orders_v0/model/ConfirmShipmentErrorResponse.js +4 -3
  2536. package/src/orders_v0/model/ConfirmShipmentOrderItem.d.ts +33 -0
  2537. package/src/orders_v0/model/ConfirmShipmentOrderItem.d.ts.map +1 -0
  2538. package/src/orders_v0/model/ConfirmShipmentOrderItem.js +6 -3
  2539. package/src/orders_v0/model/ConfirmShipmentRequest.d.ts +43 -0
  2540. package/src/orders_v0/model/ConfirmShipmentRequest.d.ts.map +1 -0
  2541. package/src/orders_v0/model/ConfirmShipmentRequest.js +8 -5
  2542. package/src/orders_v0/model/ConstraintType.d.ts +19 -0
  2543. package/src/orders_v0/model/ConstraintType.d.ts.map +1 -0
  2544. package/src/orders_v0/model/ConstraintType.js +2 -2
  2545. package/src/orders_v0/model/DeliveryPreferences.d.ts +41 -0
  2546. package/src/orders_v0/model/DeliveryPreferences.d.ts.map +1 -0
  2547. package/src/orders_v0/model/DeliveryPreferences.js +8 -4
  2548. package/src/orders_v0/model/EasyShipShipmentStatus.d.ts +94 -0
  2549. package/src/orders_v0/model/EasyShipShipmentStatus.d.ts.map +1 -0
  2550. package/src/orders_v0/model/EasyShipShipmentStatus.js +2 -2
  2551. package/src/orders_v0/model/ElectronicInvoiceStatus.d.ts +39 -0
  2552. package/src/orders_v0/model/ElectronicInvoiceStatus.d.ts.map +1 -0
  2553. package/src/orders_v0/model/ElectronicInvoiceStatus.js +2 -2
  2554. package/src/orders_v0/model/Error.d.ts +33 -0
  2555. package/src/orders_v0/model/Error.d.ts.map +1 -0
  2556. package/src/orders_v0/model/Error.js +5 -2
  2557. package/src/orders_v0/model/ExceptionDates.d.ts +35 -0
  2558. package/src/orders_v0/model/ExceptionDates.d.ts.map +1 -0
  2559. package/src/orders_v0/model/ExceptionDates.js +6 -3
  2560. package/src/orders_v0/model/FulfillmentInstruction.d.ts +22 -0
  2561. package/src/orders_v0/model/FulfillmentInstruction.d.ts.map +1 -0
  2562. package/src/orders_v0/model/FulfillmentInstruction.js +3 -2
  2563. package/src/orders_v0/model/GetOrderAddressResponse.d.ts +29 -0
  2564. package/src/orders_v0/model/GetOrderAddressResponse.d.ts.map +1 -0
  2565. package/src/orders_v0/model/GetOrderAddressResponse.js +6 -4
  2566. package/src/orders_v0/model/GetOrderBuyerInfoResponse.d.ts +29 -0
  2567. package/src/orders_v0/model/GetOrderBuyerInfoResponse.d.ts.map +1 -0
  2568. package/src/orders_v0/model/GetOrderBuyerInfoResponse.js +6 -4
  2569. package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.d.ts +29 -0
  2570. package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.d.ts.map +1 -0
  2571. package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.js +6 -4
  2572. package/src/orders_v0/model/GetOrderItemsResponse.d.ts +29 -0
  2573. package/src/orders_v0/model/GetOrderItemsResponse.d.ts.map +1 -0
  2574. package/src/orders_v0/model/GetOrderItemsResponse.js +6 -4
  2575. package/src/orders_v0/model/GetOrderRegulatedInfoResponse.d.ts +29 -0
  2576. package/src/orders_v0/model/GetOrderRegulatedInfoResponse.d.ts.map +1 -0
  2577. package/src/orders_v0/model/GetOrderRegulatedInfoResponse.js +6 -4
  2578. package/src/orders_v0/model/GetOrderResponse.d.ts +29 -0
  2579. package/src/orders_v0/model/GetOrderResponse.d.ts.map +1 -0
  2580. package/src/orders_v0/model/GetOrderResponse.js +6 -4
  2581. package/src/orders_v0/model/GetOrdersResponse.d.ts +29 -0
  2582. package/src/orders_v0/model/GetOrdersResponse.d.ts.map +1 -0
  2583. package/src/orders_v0/model/GetOrdersResponse.js +6 -4
  2584. package/src/orders_v0/model/ItemBuyerInfo.d.ts +45 -0
  2585. package/src/orders_v0/model/ItemBuyerInfo.d.ts.map +1 -0
  2586. package/src/orders_v0/model/ItemBuyerInfo.js +10 -5
  2587. package/src/orders_v0/model/MarketplaceTaxInfo.d.ts +23 -0
  2588. package/src/orders_v0/model/MarketplaceTaxInfo.d.ts.map +1 -0
  2589. package/src/orders_v0/model/MarketplaceTaxInfo.js +4 -3
  2590. package/src/orders_v0/model/Measurement.d.ts +59 -0
  2591. package/src/orders_v0/model/Measurement.d.ts.map +1 -0
  2592. package/src/orders_v0/model/Measurement.js +6 -4
  2593. package/src/orders_v0/model/Money.d.ts +28 -0
  2594. package/src/orders_v0/model/Money.d.ts.map +1 -0
  2595. package/src/orders_v0/model/Money.js +4 -2
  2596. package/src/orders_v0/model/OpenInterval.d.ts +27 -0
  2597. package/src/orders_v0/model/OpenInterval.d.ts.map +1 -0
  2598. package/src/orders_v0/model/OpenInterval.js +6 -4
  2599. package/src/orders_v0/model/OpenTimeInterval.d.ts +28 -0
  2600. package/src/orders_v0/model/OpenTimeInterval.d.ts.map +1 -0
  2601. package/src/orders_v0/model/OpenTimeInterval.js +4 -2
  2602. package/src/orders_v0/model/Order.d.ts +341 -0
  2603. package/src/orders_v0/model/Order.d.ts.map +1 -0
  2604. package/src/orders_v0/model/Order.js +67 -20
  2605. package/src/orders_v0/model/OrderAddress.d.ts +43 -0
  2606. package/src/orders_v0/model/OrderAddress.d.ts.map +1 -0
  2607. package/src/orders_v0/model/OrderAddress.js +8 -4
  2608. package/src/orders_v0/model/OrderBuyerInfo.d.ts +55 -0
  2609. package/src/orders_v0/model/OrderBuyerInfo.d.ts.map +1 -0
  2610. package/src/orders_v0/model/OrderBuyerInfo.js +9 -3
  2611. package/src/orders_v0/model/OrderItem.d.ts +253 -0
  2612. package/src/orders_v0/model/OrderItem.d.ts.map +1 -0
  2613. package/src/orders_v0/model/OrderItem.js +65 -25
  2614. package/src/orders_v0/model/OrderItemBuyerInfo.d.ts +54 -0
  2615. package/src/orders_v0/model/OrderItemBuyerInfo.d.ts.map +1 -0
  2616. package/src/orders_v0/model/OrderItemBuyerInfo.js +11 -5
  2617. package/src/orders_v0/model/OrderItemsBuyerInfoList.d.ts +34 -0
  2618. package/src/orders_v0/model/OrderItemsBuyerInfoList.d.ts.map +1 -0
  2619. package/src/orders_v0/model/OrderItemsBuyerInfoList.js +7 -4
  2620. package/src/orders_v0/model/OrderItemsInner.d.ts +28 -0
  2621. package/src/orders_v0/model/OrderItemsInner.d.ts.map +1 -0
  2622. package/src/orders_v0/model/OrderItemsInner.js +4 -2
  2623. package/src/orders_v0/model/OrderItemsList.d.ts +34 -0
  2624. package/src/orders_v0/model/OrderItemsList.d.ts.map +1 -0
  2625. package/src/orders_v0/model/OrderItemsList.js +7 -4
  2626. package/src/orders_v0/model/OrderRegulatedInfo.d.ts +33 -0
  2627. package/src/orders_v0/model/OrderRegulatedInfo.d.ts.map +1 -0
  2628. package/src/orders_v0/model/OrderRegulatedInfo.js +10 -6
  2629. package/src/orders_v0/model/OrdersList.d.ts +44 -0
  2630. package/src/orders_v0/model/OrdersList.d.ts.map +1 -0
  2631. package/src/orders_v0/model/OrdersList.js +8 -4
  2632. package/src/orders_v0/model/OtherDeliveryAttributes.d.ts +29 -0
  2633. package/src/orders_v0/model/OtherDeliveryAttributes.d.ts.map +1 -0
  2634. package/src/orders_v0/model/OtherDeliveryAttributes.js +2 -2
  2635. package/src/orders_v0/model/PackageDetail.d.ts +52 -0
  2636. package/src/orders_v0/model/PackageDetail.d.ts.map +1 -0
  2637. package/src/orders_v0/model/PackageDetail.js +12 -4
  2638. package/src/orders_v0/model/PaymentExecutionDetailItem.d.ts +46 -0
  2639. package/src/orders_v0/model/PaymentExecutionDetailItem.d.ts.map +1 -0
  2640. package/src/orders_v0/model/PaymentExecutionDetailItem.js +32 -6
  2641. package/src/orders_v0/model/PointsGrantedDetail.d.ts +28 -0
  2642. package/src/orders_v0/model/PointsGrantedDetail.d.ts.map +1 -0
  2643. package/src/orders_v0/model/PointsGrantedDetail.js +5 -3
  2644. package/src/orders_v0/model/PreferredDeliveryTime.d.ts +30 -0
  2645. package/src/orders_v0/model/PreferredDeliveryTime.d.ts.map +1 -0
  2646. package/src/orders_v0/model/PreferredDeliveryTime.js +6 -4
  2647. package/src/orders_v0/model/PrescriptionDetail.d.ts +37 -0
  2648. package/src/orders_v0/model/PrescriptionDetail.d.ts.map +1 -0
  2649. package/src/orders_v0/model/PrescriptionDetail.js +9 -2
  2650. package/src/orders_v0/model/ProductInfoDetail.d.ts +22 -0
  2651. package/src/orders_v0/model/ProductInfoDetail.d.ts.map +1 -0
  2652. package/src/orders_v0/model/ProductInfoDetail.js +3 -2
  2653. package/src/orders_v0/model/RegulatedInformation.d.ts +26 -0
  2654. package/src/orders_v0/model/RegulatedInformation.d.ts.map +1 -0
  2655. package/src/orders_v0/model/RegulatedInformation.js +5 -4
  2656. package/src/orders_v0/model/RegulatedInformationField.d.ts +41 -0
  2657. package/src/orders_v0/model/RegulatedInformationField.d.ts.map +1 -0
  2658. package/src/orders_v0/model/RegulatedInformationField.js +8 -4
  2659. package/src/orders_v0/model/RegulatedOrderVerificationStatus.d.ts +55 -0
  2660. package/src/orders_v0/model/RegulatedOrderVerificationStatus.d.ts.map +1 -0
  2661. package/src/orders_v0/model/RegulatedOrderVerificationStatus.js +15 -8
  2662. package/src/orders_v0/model/RejectionReason.d.ts +27 -0
  2663. package/src/orders_v0/model/RejectionReason.d.ts.map +1 -0
  2664. package/src/orders_v0/model/RejectionReason.js +4 -2
  2665. package/src/orders_v0/model/ShipmentStatus.d.ts +29 -0
  2666. package/src/orders_v0/model/ShipmentStatus.d.ts.map +1 -0
  2667. package/src/orders_v0/model/ShipmentStatus.js +2 -2
  2668. package/src/orders_v0/model/ShippingConstraints.d.ts +37 -0
  2669. package/src/orders_v0/model/ShippingConstraints.d.ts.map +1 -0
  2670. package/src/orders_v0/model/ShippingConstraints.js +10 -6
  2671. package/src/orders_v0/model/SubstitutionOption.d.ts +46 -0
  2672. package/src/orders_v0/model/SubstitutionOption.d.ts.map +1 -0
  2673. package/src/orders_v0/model/SubstitutionOption.js +8 -3
  2674. package/src/orders_v0/model/SubstitutionPreferences.d.ts +43 -0
  2675. package/src/orders_v0/model/SubstitutionPreferences.d.ts.map +1 -0
  2676. package/src/orders_v0/model/SubstitutionPreferences.js +7 -5
  2677. package/src/orders_v0/model/TaxClassification.d.ts +28 -0
  2678. package/src/orders_v0/model/TaxClassification.d.ts.map +1 -0
  2679. package/src/orders_v0/model/TaxClassification.js +4 -2
  2680. package/src/orders_v0/model/TaxCollection.d.ts +48 -0
  2681. package/src/orders_v0/model/TaxCollection.d.ts.map +1 -0
  2682. package/src/orders_v0/model/TaxCollection.js +6 -4
  2683. package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.d.ts +23 -0
  2684. package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.d.ts.map +1 -0
  2685. package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.js +4 -3
  2686. package/src/orders_v0/model/UpdateShipmentStatusRequest.d.ts +35 -0
  2687. package/src/orders_v0/model/UpdateShipmentStatusRequest.d.ts.map +1 -0
  2688. package/src/orders_v0/model/UpdateShipmentStatusRequest.js +8 -5
  2689. package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.d.ts +23 -0
  2690. package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.d.ts.map +1 -0
  2691. package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.js +4 -3
  2692. package/src/orders_v0/model/UpdateVerificationStatusRequest.d.ts +26 -0
  2693. package/src/orders_v0/model/UpdateVerificationStatusRequest.d.ts.map +1 -0
  2694. package/src/orders_v0/model/UpdateVerificationStatusRequest.js +5 -4
  2695. package/src/orders_v0/model/UpdateVerificationStatusRequestBody.d.ts +43 -0
  2696. package/src/orders_v0/model/UpdateVerificationStatusRequestBody.d.ts.map +1 -0
  2697. package/src/orders_v0/model/UpdateVerificationStatusRequestBody.js +8 -4
  2698. package/src/orders_v0/model/ValidVerificationDetail.d.ts +28 -0
  2699. package/src/orders_v0/model/ValidVerificationDetail.d.ts.map +1 -0
  2700. package/src/orders_v0/model/ValidVerificationDetail.js +6 -4
  2701. package/src/orders_v0/model/VerificationDetails.d.ts +22 -0
  2702. package/src/orders_v0/model/VerificationDetails.d.ts.map +1 -0
  2703. package/src/orders_v0/model/VerificationDetails.js +4 -3
  2704. package/src/orders_v0/model/VerificationStatus.d.ts +39 -0
  2705. package/src/orders_v0/model/VerificationStatus.d.ts.map +1 -0
  2706. package/src/orders_v0/model/VerificationStatus.js +2 -2
  2707. package/src/pricing_v0/ApiClient.d.ts +260 -0
  2708. package/src/pricing_v0/ApiClient.d.ts.map +1 -0
  2709. package/src/pricing_v0/api/ProductPricingApi.d.ts +170 -0
  2710. package/src/pricing_v0/api/ProductPricingApi.d.ts.map +1 -0
  2711. package/src/pricing_v0/api/ProductPricingApi.js +53 -53
  2712. package/src/pricing_v0/index.d.ts +55 -0
  2713. package/src/pricing_v0/index.d.ts.map +1 -0
  2714. package/src/pricing_v0/model/ASINIdentifier.d.ts +27 -0
  2715. package/src/pricing_v0/model/ASINIdentifier.d.ts.map +1 -0
  2716. package/src/pricing_v0/model/ASINIdentifier.js +4 -2
  2717. package/src/pricing_v0/model/BatchOffersRequestParams.d.ts +34 -0
  2718. package/src/pricing_v0/model/BatchOffersRequestParams.d.ts.map +1 -0
  2719. package/src/pricing_v0/model/BatchOffersRequestParams.js +8 -5
  2720. package/src/pricing_v0/model/BatchOffersResponse.d.ts +38 -0
  2721. package/src/pricing_v0/model/BatchOffersResponse.d.ts.map +1 -0
  2722. package/src/pricing_v0/model/BatchOffersResponse.js +9 -6
  2723. package/src/pricing_v0/model/BatchRequest.d.ts +36 -0
  2724. package/src/pricing_v0/model/BatchRequest.d.ts.map +1 -0
  2725. package/src/pricing_v0/model/BatchRequest.js +8 -5
  2726. package/src/pricing_v0/model/BuyBoxPriceType.d.ts +62 -0
  2727. package/src/pricing_v0/model/BuyBoxPriceType.d.ts.map +1 -0
  2728. package/src/pricing_v0/model/BuyBoxPriceType.js +20 -11
  2729. package/src/pricing_v0/model/CompetitivePriceType.d.ts +70 -0
  2730. package/src/pricing_v0/model/CompetitivePriceType.d.ts.map +1 -0
  2731. package/src/pricing_v0/model/CompetitivePriceType.js +15 -6
  2732. package/src/pricing_v0/model/CompetitivePricingType.d.ts +35 -0
  2733. package/src/pricing_v0/model/CompetitivePricingType.d.ts.map +1 -0
  2734. package/src/pricing_v0/model/CompetitivePricingType.js +10 -7
  2735. package/src/pricing_v0/model/ConditionType.d.ts +39 -0
  2736. package/src/pricing_v0/model/ConditionType.d.ts.map +1 -0
  2737. package/src/pricing_v0/model/ConditionType.js +2 -2
  2738. package/src/pricing_v0/model/CustomerType.d.ts +24 -0
  2739. package/src/pricing_v0/model/CustomerType.d.ts.map +1 -0
  2740. package/src/pricing_v0/model/CustomerType.js +2 -2
  2741. package/src/pricing_v0/model/DetailedShippingTimeType.d.ts +51 -0
  2742. package/src/pricing_v0/model/DetailedShippingTimeType.d.ts.map +1 -0
  2743. package/src/pricing_v0/model/DetailedShippingTimeType.js +7 -3
  2744. package/src/pricing_v0/model/Error.d.ts +33 -0
  2745. package/src/pricing_v0/model/Error.d.ts.map +1 -0
  2746. package/src/pricing_v0/model/Error.js +5 -2
  2747. package/src/pricing_v0/model/Errors.d.ts +26 -0
  2748. package/src/pricing_v0/model/Errors.d.ts.map +1 -0
  2749. package/src/pricing_v0/model/Errors.js +5 -4
  2750. package/src/pricing_v0/model/FulfillmentChannelType.d.ts +24 -0
  2751. package/src/pricing_v0/model/FulfillmentChannelType.d.ts.map +1 -0
  2752. package/src/pricing_v0/model/FulfillmentChannelType.js +2 -2
  2753. package/src/pricing_v0/model/GetItemOffersBatchRequest.d.ts +23 -0
  2754. package/src/pricing_v0/model/GetItemOffersBatchRequest.d.ts.map +1 -0
  2755. package/src/pricing_v0/model/GetItemOffersBatchRequest.js +4 -3
  2756. package/src/pricing_v0/model/GetItemOffersBatchResponse.d.ts +23 -0
  2757. package/src/pricing_v0/model/GetItemOffersBatchResponse.d.ts.map +1 -0
  2758. package/src/pricing_v0/model/GetItemOffersBatchResponse.js +4 -3
  2759. package/src/pricing_v0/model/GetListingOffersBatchRequest.d.ts +23 -0
  2760. package/src/pricing_v0/model/GetListingOffersBatchRequest.d.ts.map +1 -0
  2761. package/src/pricing_v0/model/GetListingOffersBatchRequest.js +4 -3
  2762. package/src/pricing_v0/model/GetListingOffersBatchResponse.d.ts +23 -0
  2763. package/src/pricing_v0/model/GetListingOffersBatchResponse.d.ts.map +1 -0
  2764. package/src/pricing_v0/model/GetListingOffersBatchResponse.js +4 -3
  2765. package/src/pricing_v0/model/GetOffersHttpStatusLine.d.ts +28 -0
  2766. package/src/pricing_v0/model/GetOffersHttpStatusLine.d.ts.map +1 -0
  2767. package/src/pricing_v0/model/GetOffersHttpStatusLine.js +4 -2
  2768. package/src/pricing_v0/model/GetOffersResponse.d.ts +29 -0
  2769. package/src/pricing_v0/model/GetOffersResponse.d.ts.map +1 -0
  2770. package/src/pricing_v0/model/GetOffersResponse.js +6 -4
  2771. package/src/pricing_v0/model/GetOffersResult.d.ts +51 -0
  2772. package/src/pricing_v0/model/GetOffersResult.d.ts.map +1 -0
  2773. package/src/pricing_v0/model/GetOffersResult.js +18 -10
  2774. package/src/pricing_v0/model/GetPricingResponse.d.ts +30 -0
  2775. package/src/pricing_v0/model/GetPricingResponse.d.ts.map +1 -0
  2776. package/src/pricing_v0/model/GetPricingResponse.js +6 -4
  2777. package/src/pricing_v0/model/HttpMethod.d.ts +39 -0
  2778. package/src/pricing_v0/model/HttpMethod.d.ts.map +1 -0
  2779. package/src/pricing_v0/model/HttpMethod.js +2 -2
  2780. package/src/pricing_v0/model/HttpResponseHeaders.d.ts +28 -0
  2781. package/src/pricing_v0/model/HttpResponseHeaders.d.ts.map +1 -0
  2782. package/src/pricing_v0/model/HttpResponseHeaders.js +4 -2
  2783. package/src/pricing_v0/model/IdentifierType.d.ts +32 -0
  2784. package/src/pricing_v0/model/IdentifierType.d.ts.map +1 -0
  2785. package/src/pricing_v0/model/IdentifierType.js +7 -5
  2786. package/src/pricing_v0/model/ItemCondition.d.ts +39 -0
  2787. package/src/pricing_v0/model/ItemCondition.d.ts.map +1 -0
  2788. package/src/pricing_v0/model/ItemCondition.js +2 -2
  2789. package/src/pricing_v0/model/ItemIdentifier.d.ts +40 -0
  2790. package/src/pricing_v0/model/ItemIdentifier.d.ts.map +1 -0
  2791. package/src/pricing_v0/model/ItemIdentifier.js +8 -4
  2792. package/src/pricing_v0/model/ItemOffersRequest.d.ts +49 -0
  2793. package/src/pricing_v0/model/ItemOffersRequest.d.ts.map +1 -0
  2794. package/src/pricing_v0/model/ItemOffersRequest.js +24 -12
  2795. package/src/pricing_v0/model/ItemOffersRequestParams.d.ts +41 -0
  2796. package/src/pricing_v0/model/ItemOffersRequestParams.d.ts.map +1 -0
  2797. package/src/pricing_v0/model/ItemOffersRequestParams.js +14 -7
  2798. package/src/pricing_v0/model/ItemOffersResponse.d.ts +42 -0
  2799. package/src/pricing_v0/model/ItemOffersResponse.d.ts.map +1 -0
  2800. package/src/pricing_v0/model/ItemOffersResponse.js +18 -11
  2801. package/src/pricing_v0/model/ListingOffersRequest.d.ts +49 -0
  2802. package/src/pricing_v0/model/ListingOffersRequest.d.ts.map +1 -0
  2803. package/src/pricing_v0/model/ListingOffersRequest.js +24 -12
  2804. package/src/pricing_v0/model/ListingOffersRequestParams.d.ts +37 -0
  2805. package/src/pricing_v0/model/ListingOffersRequestParams.d.ts.map +1 -0
  2806. package/src/pricing_v0/model/ListingOffersRequestParams.js +14 -7
  2807. package/src/pricing_v0/model/ListingOffersResponse.d.ts +45 -0
  2808. package/src/pricing_v0/model/ListingOffersResponse.d.ts.map +1 -0
  2809. package/src/pricing_v0/model/ListingOffersResponse.js +17 -10
  2810. package/src/pricing_v0/model/LowestPriceType.d.ts +64 -0
  2811. package/src/pricing_v0/model/LowestPriceType.d.ts.map +1 -0
  2812. package/src/pricing_v0/model/LowestPriceType.js +18 -9
  2813. package/src/pricing_v0/model/MoneyType.d.ts +28 -0
  2814. package/src/pricing_v0/model/MoneyType.d.ts.map +1 -0
  2815. package/src/pricing_v0/model/MoneyType.js +4 -2
  2816. package/src/pricing_v0/model/OfferCountType.d.ts +34 -0
  2817. package/src/pricing_v0/model/OfferCountType.d.ts.map +1 -0
  2818. package/src/pricing_v0/model/OfferCountType.js +6 -3
  2819. package/src/pricing_v0/model/OfferCustomerType.d.ts +24 -0
  2820. package/src/pricing_v0/model/OfferCustomerType.d.ts.map +1 -0
  2821. package/src/pricing_v0/model/OfferCustomerType.js +2 -2
  2822. package/src/pricing_v0/model/OfferDetail.d.ts +102 -0
  2823. package/src/pricing_v0/model/OfferDetail.d.ts.map +1 -0
  2824. package/src/pricing_v0/model/OfferDetail.js +30 -14
  2825. package/src/pricing_v0/model/OfferListingCountType.d.ts +27 -0
  2826. package/src/pricing_v0/model/OfferListingCountType.d.ts.map +1 -0
  2827. package/src/pricing_v0/model/OfferListingCountType.js +4 -2
  2828. package/src/pricing_v0/model/OfferType.d.ts +55 -0
  2829. package/src/pricing_v0/model/OfferType.d.ts.map +1 -0
  2830. package/src/pricing_v0/model/OfferType.js +18 -9
  2831. package/src/pricing_v0/model/Points.d.ts +28 -0
  2832. package/src/pricing_v0/model/Points.d.ts.map +1 -0
  2833. package/src/pricing_v0/model/Points.js +5 -3
  2834. package/src/pricing_v0/model/Price.d.ts +43 -0
  2835. package/src/pricing_v0/model/Price.d.ts.map +1 -0
  2836. package/src/pricing_v0/model/Price.js +7 -3
  2837. package/src/pricing_v0/model/PriceType.d.ts +42 -0
  2838. package/src/pricing_v0/model/PriceType.d.ts.map +1 -0
  2839. package/src/pricing_v0/model/PriceType.js +11 -7
  2840. package/src/pricing_v0/model/PrimeInformationType.d.ts +27 -0
  2841. package/src/pricing_v0/model/PrimeInformationType.d.ts.map +1 -0
  2842. package/src/pricing_v0/model/PrimeInformationType.js +4 -2
  2843. package/src/pricing_v0/model/Product.d.ts +58 -0
  2844. package/src/pricing_v0/model/Product.d.ts.map +1 -0
  2845. package/src/pricing_v0/model/Product.js +15 -9
  2846. package/src/pricing_v0/model/QuantityDiscountPriceType.d.ts +31 -0
  2847. package/src/pricing_v0/model/QuantityDiscountPriceType.d.ts.map +1 -0
  2848. package/src/pricing_v0/model/QuantityDiscountPriceType.js +9 -6
  2849. package/src/pricing_v0/model/QuantityDiscountType.d.ts +19 -0
  2850. package/src/pricing_v0/model/QuantityDiscountType.d.ts.map +1 -0
  2851. package/src/pricing_v0/model/QuantityDiscountType.js +2 -2
  2852. package/src/pricing_v0/model/SalesRankType.d.ts +27 -0
  2853. package/src/pricing_v0/model/SalesRankType.d.ts.map +1 -0
  2854. package/src/pricing_v0/model/SalesRankType.js +4 -2
  2855. package/src/pricing_v0/model/SellerFeedbackType.d.ts +31 -0
  2856. package/src/pricing_v0/model/SellerFeedbackType.d.ts.map +1 -0
  2857. package/src/pricing_v0/model/SellerFeedbackType.js +4 -2
  2858. package/src/pricing_v0/model/SellerSKUIdentifier.d.ts +29 -0
  2859. package/src/pricing_v0/model/SellerSKUIdentifier.d.ts.map +1 -0
  2860. package/src/pricing_v0/model/SellerSKUIdentifier.js +5 -2
  2861. package/src/pricing_v0/model/ShipsFromType.d.ts +28 -0
  2862. package/src/pricing_v0/model/ShipsFromType.d.ts.map +1 -0
  2863. package/src/pricing_v0/model/ShipsFromType.js +4 -2
  2864. package/src/pricing_v0/model/Summary.d.ts +81 -0
  2865. package/src/pricing_v0/model/Summary.d.ts.map +1 -0
  2866. package/src/pricing_v0/model/Summary.js +20 -10
  2867. package/src/pricing_v2022_05_01/ApiClient.d.ts +260 -0
  2868. package/src/pricing_v2022_05_01/ApiClient.d.ts.map +1 -0
  2869. package/src/pricing_v2022_05_01/api/ProductPricingApi.d.ts +56 -0
  2870. package/src/pricing_v2022_05_01/api/ProductPricingApi.d.ts.map +1 -0
  2871. package/src/pricing_v2022_05_01/api/ProductPricingApi.js +11 -11
  2872. package/src/pricing_v2022_05_01/index.d.ts +44 -0
  2873. package/src/pricing_v2022_05_01/index.d.ts.map +1 -0
  2874. package/src/pricing_v2022_05_01/model/BatchRequest.d.ts +44 -0
  2875. package/src/pricing_v2022_05_01/model/BatchRequest.d.ts.map +1 -0
  2876. package/src/pricing_v2022_05_01/model/BatchRequest.js +10 -6
  2877. package/src/pricing_v2022_05_01/model/BatchResponse.d.ts +32 -0
  2878. package/src/pricing_v2022_05_01/model/BatchResponse.d.ts.map +1 -0
  2879. package/src/pricing_v2022_05_01/model/BatchResponse.js +8 -6
  2880. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.d.ts +26 -0
  2881. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.d.ts.map +1 -0
  2882. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.js +5 -4
  2883. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.d.ts +26 -0
  2884. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.d.ts.map +1 -0
  2885. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.js +5 -4
  2886. package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.d.ts +29 -0
  2887. package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.d.ts.map +1 -0
  2888. package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.js +2 -2
  2889. package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.d.ts +42 -0
  2890. package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.d.ts.map +1 -0
  2891. package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.js +13 -7
  2892. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.d.ts +29 -0
  2893. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.d.ts.map +1 -0
  2894. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.js +8 -6
  2895. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.d.ts +55 -0
  2896. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.d.ts.map +1 -0
  2897. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.js +12 -6
  2898. package/src/pricing_v2022_05_01/model/Condition.d.ts +39 -0
  2899. package/src/pricing_v2022_05_01/model/Condition.d.ts.map +1 -0
  2900. package/src/pricing_v2022_05_01/model/Condition.js +2 -2
  2901. package/src/pricing_v2022_05_01/model/Error.d.ts +33 -0
  2902. package/src/pricing_v2022_05_01/model/Error.d.ts.map +1 -0
  2903. package/src/pricing_v2022_05_01/model/Error.js +5 -2
  2904. package/src/pricing_v2022_05_01/model/Errors.d.ts +26 -0
  2905. package/src/pricing_v2022_05_01/model/Errors.d.ts.map +1 -0
  2906. package/src/pricing_v2022_05_01/model/Errors.js +5 -4
  2907. package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.d.ts +37 -0
  2908. package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.d.ts.map +1 -0
  2909. package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.js +8 -6
  2910. package/src/pricing_v2022_05_01/model/FeaturedOffer.d.ts +38 -0
  2911. package/src/pricing_v2022_05_01/model/FeaturedOffer.d.ts.map +1 -0
  2912. package/src/pricing_v2022_05_01/model/FeaturedOffer.js +9 -6
  2913. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.d.ts +32 -0
  2914. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.d.ts.map +1 -0
  2915. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.js +7 -5
  2916. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.d.ts +56 -0
  2917. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.d.ts.map +1 -0
  2918. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.js +25 -11
  2919. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.d.ts +33 -0
  2920. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.d.ts.map +1 -0
  2921. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.js +6 -3
  2922. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.d.ts +42 -0
  2923. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.d.ts.map +1 -0
  2924. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.js +17 -11
  2925. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.d.ts +36 -0
  2926. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.d.ts.map +1 -0
  2927. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.js +8 -5
  2928. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.d.ts +42 -0
  2929. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.d.ts.map +1 -0
  2930. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.js +9 -5
  2931. package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.d.ts +39 -0
  2932. package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.d.ts.map +1 -0
  2933. package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.js +8 -6
  2934. package/src/pricing_v2022_05_01/model/FulfillmentType.d.ts +24 -0
  2935. package/src/pricing_v2022_05_01/model/FulfillmentType.d.ts.map +1 -0
  2936. package/src/pricing_v2022_05_01/model/FulfillmentType.js +2 -2
  2937. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.d.ts +23 -0
  2938. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.d.ts.map +1 -0
  2939. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.js +4 -3
  2940. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.d.ts +23 -0
  2941. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.d.ts.map +1 -0
  2942. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.js +4 -3
  2943. package/src/pricing_v2022_05_01/model/HttpMethod.d.ts +39 -0
  2944. package/src/pricing_v2022_05_01/model/HttpMethod.d.ts.map +1 -0
  2945. package/src/pricing_v2022_05_01/model/HttpMethod.js +2 -2
  2946. package/src/pricing_v2022_05_01/model/HttpStatusLine.d.ts +28 -0
  2947. package/src/pricing_v2022_05_01/model/HttpStatusLine.d.ts.map +1 -0
  2948. package/src/pricing_v2022_05_01/model/HttpStatusLine.js +4 -2
  2949. package/src/pricing_v2022_05_01/model/LowestPricedOffer.d.ts +29 -0
  2950. package/src/pricing_v2022_05_01/model/LowestPricedOffer.d.ts.map +1 -0
  2951. package/src/pricing_v2022_05_01/model/LowestPricedOffer.js +8 -6
  2952. package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.d.ts +37 -0
  2953. package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.d.ts.map +1 -0
  2954. package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.js +8 -6
  2955. package/src/pricing_v2022_05_01/model/MoneyType.d.ts +28 -0
  2956. package/src/pricing_v2022_05_01/model/MoneyType.d.ts.map +1 -0
  2957. package/src/pricing_v2022_05_01/model/MoneyType.js +4 -2
  2958. package/src/pricing_v2022_05_01/model/Offer.d.ts +80 -0
  2959. package/src/pricing_v2022_05_01/model/Offer.d.ts.map +1 -0
  2960. package/src/pricing_v2022_05_01/model/Offer.js +20 -12
  2961. package/src/pricing_v2022_05_01/model/OfferIdentifier.d.ts +45 -0
  2962. package/src/pricing_v2022_05_01/model/OfferIdentifier.d.ts.map +1 -0
  2963. package/src/pricing_v2022_05_01/model/OfferIdentifier.js +8 -3
  2964. package/src/pricing_v2022_05_01/model/Points.d.ts +28 -0
  2965. package/src/pricing_v2022_05_01/model/Points.d.ts.map +1 -0
  2966. package/src/pricing_v2022_05_01/model/Points.js +5 -3
  2967. package/src/pricing_v2022_05_01/model/PostalCode.d.ts +28 -0
  2968. package/src/pricing_v2022_05_01/model/PostalCode.d.ts.map +1 -0
  2969. package/src/pricing_v2022_05_01/model/PostalCode.js +4 -2
  2970. package/src/pricing_v2022_05_01/model/Price.d.ts +37 -0
  2971. package/src/pricing_v2022_05_01/model/Price.d.ts.map +1 -0
  2972. package/src/pricing_v2022_05_01/model/Price.js +9 -6
  2973. package/src/pricing_v2022_05_01/model/PrimeDetails.d.ts +36 -0
  2974. package/src/pricing_v2022_05_01/model/PrimeDetails.d.ts.map +1 -0
  2975. package/src/pricing_v2022_05_01/model/PrimeDetails.js +5 -4
  2976. package/src/pricing_v2022_05_01/model/ReferencePrice.d.ts +28 -0
  2977. package/src/pricing_v2022_05_01/model/ReferencePrice.d.ts.map +1 -0
  2978. package/src/pricing_v2022_05_01/model/ReferencePrice.js +6 -4
  2979. package/src/pricing_v2022_05_01/model/SampleLocation.d.ts +22 -0
  2980. package/src/pricing_v2022_05_01/model/SampleLocation.d.ts.map +1 -0
  2981. package/src/pricing_v2022_05_01/model/SampleLocation.js +4 -3
  2982. package/src/pricing_v2022_05_01/model/Segment.d.ts +22 -0
  2983. package/src/pricing_v2022_05_01/model/Segment.d.ts.map +1 -0
  2984. package/src/pricing_v2022_05_01/model/Segment.js +4 -3
  2985. package/src/pricing_v2022_05_01/model/SegmentDetails.d.ts +28 -0
  2986. package/src/pricing_v2022_05_01/model/SegmentDetails.d.ts.map +1 -0
  2987. package/src/pricing_v2022_05_01/model/SegmentDetails.js +5 -3
  2988. package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.d.ts +84 -0
  2989. package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.d.ts.map +1 -0
  2990. package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.js +38 -21
  2991. package/src/pricing_v2022_05_01/model/ShippingOption.d.ts +37 -0
  2992. package/src/pricing_v2022_05_01/model/ShippingOption.d.ts.map +1 -0
  2993. package/src/pricing_v2022_05_01/model/ShippingOption.js +8 -6
  2994. package/src/productfees_v0/ApiClient.d.ts +260 -0
  2995. package/src/productfees_v0/ApiClient.d.ts.map +1 -0
  2996. package/src/productfees_v0/api/FeesApi.d.ts +72 -0
  2997. package/src/productfees_v0/api/FeesApi.d.ts.map +1 -0
  2998. package/src/productfees_v0/api/FeesApi.js +15 -15
  2999. package/src/productfees_v0/index.d.ts +22 -0
  3000. package/src/productfees_v0/index.d.ts.map +1 -0
  3001. package/src/productfees_v0/model/Error.d.ts +33 -0
  3002. package/src/productfees_v0/model/Error.d.ts.map +1 -0
  3003. package/src/productfees_v0/model/Error.js +6 -2
  3004. package/src/productfees_v0/model/FeeDetail.d.ts +47 -0
  3005. package/src/productfees_v0/model/FeeDetail.d.ts.map +1 -0
  3006. package/src/productfees_v0/model/FeeDetail.js +15 -9
  3007. package/src/productfees_v0/model/FeesEstimate.d.ts +38 -0
  3008. package/src/productfees_v0/model/FeesEstimate.d.ts.map +1 -0
  3009. package/src/productfees_v0/model/FeesEstimate.js +7 -4
  3010. package/src/productfees_v0/model/FeesEstimateByIdRequest.d.ts +34 -0
  3011. package/src/productfees_v0/model/FeesEstimateByIdRequest.d.ts.map +1 -0
  3012. package/src/productfees_v0/model/FeesEstimateByIdRequest.js +8 -5
  3013. package/src/productfees_v0/model/FeesEstimateError.d.ts +31 -0
  3014. package/src/productfees_v0/model/FeesEstimateError.d.ts.map +1 -0
  3015. package/src/productfees_v0/model/FeesEstimateError.js +8 -4
  3016. package/src/productfees_v0/model/FeesEstimateIdentifier.d.ts +64 -0
  3017. package/src/productfees_v0/model/FeesEstimateIdentifier.d.ts.map +1 -0
  3018. package/src/productfees_v0/model/FeesEstimateIdentifier.js +13 -5
  3019. package/src/productfees_v0/model/FeesEstimateRequest.d.ts +42 -0
  3020. package/src/productfees_v0/model/FeesEstimateRequest.d.ts.map +1 -0
  3021. package/src/productfees_v0/model/FeesEstimateRequest.js +10 -5
  3022. package/src/productfees_v0/model/FeesEstimateResult.d.ts +40 -0
  3023. package/src/productfees_v0/model/FeesEstimateResult.d.ts.map +1 -0
  3024. package/src/productfees_v0/model/FeesEstimateResult.js +9 -5
  3025. package/src/productfees_v0/model/GetMyFeesEstimateRequest.d.ts +22 -0
  3026. package/src/productfees_v0/model/GetMyFeesEstimateRequest.d.ts.map +1 -0
  3027. package/src/productfees_v0/model/GetMyFeesEstimateRequest.js +4 -3
  3028. package/src/productfees_v0/model/GetMyFeesEstimateResponse.d.ts +29 -0
  3029. package/src/productfees_v0/model/GetMyFeesEstimateResponse.d.ts.map +1 -0
  3030. package/src/productfees_v0/model/GetMyFeesEstimateResponse.js +7 -4
  3031. package/src/productfees_v0/model/GetMyFeesEstimateResult.d.ts +22 -0
  3032. package/src/productfees_v0/model/GetMyFeesEstimateResult.d.ts.map +1 -0
  3033. package/src/productfees_v0/model/GetMyFeesEstimateResult.js +4 -3
  3034. package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.d.ts +26 -0
  3035. package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.d.ts.map +1 -0
  3036. package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.js +6 -4
  3037. package/src/productfees_v0/model/IdType.d.ts +24 -0
  3038. package/src/productfees_v0/model/IdType.d.ts.map +1 -0
  3039. package/src/productfees_v0/model/IdType.js +2 -2
  3040. package/src/productfees_v0/model/IncludedFeeDetail.d.ts +40 -0
  3041. package/src/productfees_v0/model/IncludedFeeDetail.d.ts.map +1 -0
  3042. package/src/productfees_v0/model/IncludedFeeDetail.js +13 -8
  3043. package/src/productfees_v0/model/MoneyType.d.ts +28 -0
  3044. package/src/productfees_v0/model/MoneyType.d.ts.map +1 -0
  3045. package/src/productfees_v0/model/MoneyType.js +5 -2
  3046. package/src/productfees_v0/model/OptionalFulfillmentProgram.d.ts +29 -0
  3047. package/src/productfees_v0/model/OptionalFulfillmentProgram.d.ts.map +1 -0
  3048. package/src/productfees_v0/model/OptionalFulfillmentProgram.js +2 -2
  3049. package/src/productfees_v0/model/Points.d.ts +28 -0
  3050. package/src/productfees_v0/model/Points.d.ts.map +1 -0
  3051. package/src/productfees_v0/model/Points.js +7 -3
  3052. package/src/productfees_v0/model/PriceToEstimateFees.d.ts +37 -0
  3053. package/src/productfees_v0/model/PriceToEstimateFees.d.ts.map +1 -0
  3054. package/src/productfees_v0/model/PriceToEstimateFees.js +9 -6
  3055. package/src/producttypedefinitions_v2020_09_01/ApiClient.d.ts +260 -0
  3056. package/src/producttypedefinitions_v2020_09_01/ApiClient.d.ts.map +1 -0
  3057. package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.d.ts +100 -0
  3058. package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.d.ts.map +1 -0
  3059. package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.js +33 -33
  3060. package/src/producttypedefinitions_v2020_09_01/index.d.ts +13 -0
  3061. package/src/producttypedefinitions_v2020_09_01/index.d.ts.map +1 -0
  3062. package/src/producttypedefinitions_v2020_09_01/model/Error.d.ts +33 -0
  3063. package/src/producttypedefinitions_v2020_09_01/model/Error.d.ts.map +1 -0
  3064. package/src/producttypedefinitions_v2020_09_01/model/Error.js +5 -2
  3065. package/src/producttypedefinitions_v2020_09_01/model/ErrorList.d.ts +26 -0
  3066. package/src/producttypedefinitions_v2020_09_01/model/ErrorList.d.ts.map +1 -0
  3067. package/src/producttypedefinitions_v2020_09_01/model/ErrorList.js +5 -4
  3068. package/src/producttypedefinitions_v2020_09_01/model/ProductType.d.ts +29 -0
  3069. package/src/producttypedefinitions_v2020_09_01/model/ProductType.d.ts.map +1 -0
  3070. package/src/producttypedefinitions_v2020_09_01/model/ProductType.js +7 -4
  3071. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.d.ts +72 -0
  3072. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.d.ts.map +1 -0
  3073. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.js +25 -15
  3074. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.d.ts +28 -0
  3075. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.d.ts.map +1 -0
  3076. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.js +6 -4
  3077. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.d.ts +33 -0
  3078. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.d.ts.map +1 -0
  3079. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.js +5 -2
  3080. package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.d.ts +34 -0
  3081. package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.d.ts.map +1 -0
  3082. package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.js +6 -3
  3083. package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.d.ts +27 -0
  3084. package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.d.ts.map +1 -0
  3085. package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.js +6 -4
  3086. package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.d.ts +36 -0
  3087. package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.d.ts.map +1 -0
  3088. package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.js +6 -4
  3089. package/src/replenishment_v2022_11_07/ApiClient.d.ts +260 -0
  3090. package/src/replenishment_v2022_11_07/ApiClient.d.ts.map +1 -0
  3091. package/src/replenishment_v2022_11_07/api/OffersApi.d.ts +68 -0
  3092. package/src/replenishment_v2022_11_07/api/OffersApi.d.ts.map +1 -0
  3093. package/src/replenishment_v2022_11_07/api/OffersApi.js +15 -15
  3094. package/src/replenishment_v2022_11_07/api/SellingpartnersApi.d.ts +48 -0
  3095. package/src/replenishment_v2022_11_07/api/SellingpartnersApi.d.ts.map +1 -0
  3096. package/src/replenishment_v2022_11_07/api/SellingpartnersApi.js +9 -9
  3097. package/src/replenishment_v2022_11_07/index.d.ts +41 -0
  3098. package/src/replenishment_v2022_11_07/index.d.ts.map +1 -0
  3099. package/src/replenishment_v2022_11_07/model/AggregationFrequency.d.ts +34 -0
  3100. package/src/replenishment_v2022_11_07/model/AggregationFrequency.d.ts.map +1 -0
  3101. package/src/replenishment_v2022_11_07/model/AggregationFrequency.js +2 -2
  3102. package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.d.ts +24 -0
  3103. package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.d.ts.map +1 -0
  3104. package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.js +2 -2
  3105. package/src/replenishment_v2022_11_07/model/DiscountFunding.d.ts +22 -0
  3106. package/src/replenishment_v2022_11_07/model/DiscountFunding.d.ts.map +1 -0
  3107. package/src/replenishment_v2022_11_07/model/DiscountFunding.js +4 -3
  3108. package/src/replenishment_v2022_11_07/model/EligibilityStatus.d.ts +34 -0
  3109. package/src/replenishment_v2022_11_07/model/EligibilityStatus.d.ts.map +1 -0
  3110. package/src/replenishment_v2022_11_07/model/EligibilityStatus.js +2 -2
  3111. package/src/replenishment_v2022_11_07/model/EnrollmentMethod.d.ts +24 -0
  3112. package/src/replenishment_v2022_11_07/model/EnrollmentMethod.d.ts.map +1 -0
  3113. package/src/replenishment_v2022_11_07/model/EnrollmentMethod.js +2 -2
  3114. package/src/replenishment_v2022_11_07/model/Error.d.ts +33 -0
  3115. package/src/replenishment_v2022_11_07/model/Error.d.ts.map +1 -0
  3116. package/src/replenishment_v2022_11_07/model/Error.js +5 -2
  3117. package/src/replenishment_v2022_11_07/model/ErrorList.d.ts +26 -0
  3118. package/src/replenishment_v2022_11_07/model/ErrorList.d.ts.map +1 -0
  3119. package/src/replenishment_v2022_11_07/model/ErrorList.js +5 -4
  3120. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.d.ts +47 -0
  3121. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.d.ts.map +1 -0
  3122. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.js +16 -10
  3123. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.d.ts +23 -0
  3124. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.d.ts.map +1 -0
  3125. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.js +4 -3
  3126. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts +148 -0
  3127. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts.map +1 -0
  3128. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +25 -3
  3129. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.d.ts +35 -0
  3130. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.d.ts.map +1 -0
  3131. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.js +10 -7
  3132. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.d.ts +46 -0
  3133. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.d.ts.map +1 -0
  3134. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.js +16 -10
  3135. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.d.ts +27 -0
  3136. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.d.ts.map +1 -0
  3137. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.js +4 -2
  3138. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.d.ts +29 -0
  3139. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.d.ts.map +1 -0
  3140. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.js +8 -6
  3141. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.d.ts +29 -0
  3142. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.d.ts.map +1 -0
  3143. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.js +6 -4
  3144. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.d.ts +118 -0
  3145. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.d.ts.map +1 -0
  3146. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +20 -3
  3147. package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.d.ts +59 -0
  3148. package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.d.ts.map +1 -0
  3149. package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.js +2 -2
  3150. package/src/replenishment_v2022_11_07/model/ListOffersRequest.d.ts +35 -0
  3151. package/src/replenishment_v2022_11_07/model/ListOffersRequest.d.ts.map +1 -0
  3152. package/src/replenishment_v2022_11_07/model/ListOffersRequest.js +10 -7
  3153. package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.d.ts +59 -0
  3154. package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.d.ts.map +1 -0
  3155. package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.js +16 -9
  3156. package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.d.ts +27 -0
  3157. package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.d.ts.map +1 -0
  3158. package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.js +4 -2
  3159. package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.d.ts +29 -0
  3160. package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.d.ts.map +1 -0
  3161. package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.js +8 -6
  3162. package/src/replenishment_v2022_11_07/model/ListOffersResponse.d.ts +29 -0
  3163. package/src/replenishment_v2022_11_07/model/ListOffersResponse.d.ts.map +1 -0
  3164. package/src/replenishment_v2022_11_07/model/ListOffersResponse.js +6 -4
  3165. package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.d.ts +58 -0
  3166. package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.d.ts.map +1 -0
  3167. package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.js +13 -6
  3168. package/src/replenishment_v2022_11_07/model/ListOffersSortKey.d.ts +39 -0
  3169. package/src/replenishment_v2022_11_07/model/ListOffersSortKey.d.ts.map +1 -0
  3170. package/src/replenishment_v2022_11_07/model/ListOffersSortKey.js +2 -2
  3171. package/src/replenishment_v2022_11_07/model/Metric.d.ts +74 -0
  3172. package/src/replenishment_v2022_11_07/model/Metric.d.ts.map +1 -0
  3173. package/src/replenishment_v2022_11_07/model/Metric.js +2 -2
  3174. package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.d.ts +34 -0
  3175. package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.d.ts.map +1 -0
  3176. package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.js +8 -5
  3177. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.d.ts +22 -0
  3178. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.d.ts.map +1 -0
  3179. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.js +4 -3
  3180. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.d.ts +37 -0
  3181. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.d.ts.map +1 -0
  3182. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.js +10 -6
  3183. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.d.ts +22 -0
  3184. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.d.ts.map +1 -0
  3185. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.js +3 -2
  3186. package/src/replenishment_v2022_11_07/model/PaginationResponse.d.ts +22 -0
  3187. package/src/replenishment_v2022_11_07/model/PaginationResponse.d.ts.map +1 -0
  3188. package/src/replenishment_v2022_11_07/model/PaginationResponse.js +3 -2
  3189. package/src/replenishment_v2022_11_07/model/Preference.d.ts +23 -0
  3190. package/src/replenishment_v2022_11_07/model/Preference.d.ts.map +1 -0
  3191. package/src/replenishment_v2022_11_07/model/Preference.js +4 -3
  3192. package/src/replenishment_v2022_11_07/model/ProgramType.d.ts +19 -0
  3193. package/src/replenishment_v2022_11_07/model/ProgramType.d.ts.map +1 -0
  3194. package/src/replenishment_v2022_11_07/model/ProgramType.js +2 -2
  3195. package/src/replenishment_v2022_11_07/model/Promotion.d.ts +37 -0
  3196. package/src/replenishment_v2022_11_07/model/Promotion.d.ts.map +1 -0
  3197. package/src/replenishment_v2022_11_07/model/Promotion.js +10 -6
  3198. package/src/replenishment_v2022_11_07/model/SortOrder.d.ts +24 -0
  3199. package/src/replenishment_v2022_11_07/model/SortOrder.d.ts.map +1 -0
  3200. package/src/replenishment_v2022_11_07/model/SortOrder.js +2 -2
  3201. package/src/replenishment_v2022_11_07/model/TimeInterval.d.ts +27 -0
  3202. package/src/replenishment_v2022_11_07/model/TimeInterval.d.ts.map +1 -0
  3203. package/src/replenishment_v2022_11_07/model/TimeInterval.js +4 -2
  3204. package/src/replenishment_v2022_11_07/model/TimePeriodType.d.ts +24 -0
  3205. package/src/replenishment_v2022_11_07/model/TimePeriodType.d.ts.map +1 -0
  3206. package/src/replenishment_v2022_11_07/model/TimePeriodType.js +2 -2
  3207. package/src/reports_v2021_06_30/ApiClient.d.ts +260 -0
  3208. package/src/reports_v2021_06_30/ApiClient.d.ts.map +1 -0
  3209. package/src/reports_v2021_06_30/api/ReportsApi.d.ts +175 -0
  3210. package/src/reports_v2021_06_30/api/ReportsApi.d.ts.map +1 -0
  3211. package/src/reports_v2021_06_30/api/ReportsApi.js +43 -43
  3212. package/src/reports_v2021_06_30/index.d.ts +15 -0
  3213. package/src/reports_v2021_06_30/index.d.ts.map +1 -0
  3214. package/src/reports_v2021_06_30/model/CreateReportResponse.d.ts +25 -0
  3215. package/src/reports_v2021_06_30/model/CreateReportResponse.d.ts.map +1 -0
  3216. package/src/reports_v2021_06_30/model/CreateReportResponse.js +3 -2
  3217. package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.d.ts +25 -0
  3218. package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.d.ts.map +1 -0
  3219. package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.js +3 -2
  3220. package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.d.ts +69 -0
  3221. package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.d.ts.map +1 -0
  3222. package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.js +12 -7
  3223. package/src/reports_v2021_06_30/model/CreateReportSpecification.d.ts +47 -0
  3224. package/src/reports_v2021_06_30/model/CreateReportSpecification.d.ts.map +1 -0
  3225. package/src/reports_v2021_06_30/model/CreateReportSpecification.js +10 -5
  3226. package/src/reports_v2021_06_30/model/Error.d.ts +33 -0
  3227. package/src/reports_v2021_06_30/model/Error.d.ts.map +1 -0
  3228. package/src/reports_v2021_06_30/model/Error.js +5 -2
  3229. package/src/reports_v2021_06_30/model/ErrorList.d.ts +26 -0
  3230. package/src/reports_v2021_06_30/model/ErrorList.d.ts.map +1 -0
  3231. package/src/reports_v2021_06_30/model/ErrorList.js +5 -4
  3232. package/src/reports_v2021_06_30/model/GetReportsResponse.d.ts +32 -0
  3233. package/src/reports_v2021_06_30/model/GetReportsResponse.d.ts.map +1 -0
  3234. package/src/reports_v2021_06_30/model/GetReportsResponse.js +6 -4
  3235. package/src/reports_v2021_06_30/model/Report.d.ts +86 -0
  3236. package/src/reports_v2021_06_30/model/Report.d.ts.map +1 -0
  3237. package/src/reports_v2021_06_30/model/Report.js +16 -5
  3238. package/src/reports_v2021_06_30/model/ReportDocument.d.ts +42 -0
  3239. package/src/reports_v2021_06_30/model/ReportDocument.d.ts.map +1 -0
  3240. package/src/reports_v2021_06_30/model/ReportDocument.js +6 -3
  3241. package/src/reports_v2021_06_30/model/ReportSchedule.d.ts +49 -0
  3242. package/src/reports_v2021_06_30/model/ReportSchedule.d.ts.map +1 -0
  3243. package/src/reports_v2021_06_30/model/ReportSchedule.js +10 -4
  3244. package/src/reports_v2021_06_30/model/ReportScheduleList.d.ts +26 -0
  3245. package/src/reports_v2021_06_30/model/ReportScheduleList.d.ts.map +1 -0
  3246. package/src/reports_v2021_06_30/model/ReportScheduleList.js +5 -4
  3247. package/src/sales_v1/ApiClient.d.ts +260 -0
  3248. package/src/sales_v1/ApiClient.d.ts.map +1 -0
  3249. package/src/sales_v1/api/SalesApi.d.ts +77 -0
  3250. package/src/sales_v1/api/SalesApi.d.ts.map +1 -0
  3251. package/src/sales_v1/api/SalesApi.js +25 -25
  3252. package/src/sales_v1/index.d.ts +8 -0
  3253. package/src/sales_v1/index.d.ts.map +1 -0
  3254. package/src/sales_v1/model/Error.d.ts +33 -0
  3255. package/src/sales_v1/model/Error.d.ts.map +1 -0
  3256. package/src/sales_v1/model/Error.js +5 -2
  3257. package/src/sales_v1/model/GetOrderMetricsResponse.d.ts +30 -0
  3258. package/src/sales_v1/model/GetOrderMetricsResponse.d.ts.map +1 -0
  3259. package/src/sales_v1/model/GetOrderMetricsResponse.js +6 -4
  3260. package/src/sales_v1/model/Money.d.ts +27 -0
  3261. package/src/sales_v1/model/Money.d.ts.map +1 -0
  3262. package/src/sales_v1/model/Money.js +4 -2
  3263. package/src/sales_v1/model/OrderMetricsInterval.d.ts +36 -0
  3264. package/src/sales_v1/model/OrderMetricsInterval.d.ts.map +1 -0
  3265. package/src/sales_v1/model/OrderMetricsInterval.js +12 -6
  3266. package/src/sellerWallet_2024_03_01/ApiClient.d.ts +260 -0
  3267. package/src/sellerWallet_2024_03_01/ApiClient.d.ts.map +1 -0
  3268. package/src/sellerWallet_2024_03_01/ApiClient.js +1 -1
  3269. package/src/sellerWallet_2024_03_01/api/AccountsApi.d.ts +77 -0
  3270. package/src/sellerWallet_2024_03_01/api/AccountsApi.d.ts.map +1 -0
  3271. package/src/sellerWallet_2024_03_01/api/AccountsApi.js +50 -34
  3272. package/src/sellerWallet_2024_03_01/api/TransactionsApi.d.ts +92 -0
  3273. package/src/sellerWallet_2024_03_01/api/TransactionsApi.d.ts.map +1 -0
  3274. package/src/sellerWallet_2024_03_01/api/TransactionsApi.js +68 -43
  3275. package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.d.ts +53 -0
  3276. package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.d.ts.map +1 -0
  3277. package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.js +30 -22
  3278. package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.d.ts +128 -0
  3279. package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.d.ts.map +1 -0
  3280. package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.js +89 -49
  3281. package/src/sellerWallet_2024_03_01/index.d.ts +46 -0
  3282. package/src/sellerWallet_2024_03_01/index.d.ts.map +1 -0
  3283. package/src/sellerWallet_2024_03_01/index.js +8 -1
  3284. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts +45 -0
  3285. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts.map +1 -0
  3286. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.js +21 -14
  3287. package/src/sellerWallet_2024_03_01/model/Balance.d.ts +37 -0
  3288. package/src/sellerWallet_2024_03_01/model/Balance.d.ts.map +1 -0
  3289. package/src/sellerWallet_2024_03_01/model/Balance.js +18 -13
  3290. package/src/sellerWallet_2024_03_01/model/BalanceListing.d.ts +23 -0
  3291. package/src/sellerWallet_2024_03_01/model/BalanceListing.d.ts.map +1 -0
  3292. package/src/sellerWallet_2024_03_01/model/BalanceListing.js +7 -6
  3293. package/src/sellerWallet_2024_03_01/model/BalanceType.d.ts +34 -0
  3294. package/src/sellerWallet_2024_03_01/model/BalanceType.d.ts.map +1 -0
  3295. package/src/sellerWallet_2024_03_01/model/BalanceType.js +3 -3
  3296. package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts +64 -0
  3297. package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts.map +1 -0
  3298. package/src/sellerWallet_2024_03_01/model/BankAccount.js +34 -25
  3299. package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.d.ts +34 -0
  3300. package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.d.ts.map +1 -0
  3301. package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.js +3 -3
  3302. package/src/sellerWallet_2024_03_01/model/BankAccountListing.d.ts +26 -0
  3303. package/src/sellerWallet_2024_03_01/model/BankAccountListing.d.ts.map +1 -0
  3304. package/src/sellerWallet_2024_03_01/model/BankAccountListing.js +8 -7
  3305. package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.d.ts +24 -0
  3306. package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.d.ts.map +1 -0
  3307. package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.js +3 -3
  3308. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts +29 -0
  3309. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts.map +1 -0
  3310. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.js +3 -3
  3311. package/src/sellerWallet_2024_03_01/model/BankNumberFormat.d.ts +24 -0
  3312. package/src/sellerWallet_2024_03_01/model/BankNumberFormat.d.ts.map +1 -0
  3313. package/src/sellerWallet_2024_03_01/model/BankNumberFormat.js +3 -3
  3314. package/src/sellerWallet_2024_03_01/model/CreateTransactionResponse.d.ts +28 -0
  3315. package/src/sellerWallet_2024_03_01/model/CreateTransactionResponse.d.ts.map +1 -0
  3316. package/src/sellerWallet_2024_03_01/model/CreateTransactionResponse.js +75 -0
  3317. package/src/sellerWallet_2024_03_01/model/Currency.d.ts +28 -0
  3318. package/src/sellerWallet_2024_03_01/model/Currency.d.ts.map +1 -0
  3319. package/src/sellerWallet_2024_03_01/model/Currency.js +6 -4
  3320. package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.d.ts +33 -0
  3321. package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.d.ts.map +1 -0
  3322. package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.js +9 -6
  3323. package/src/sellerWallet_2024_03_01/model/Error.d.ts +33 -0
  3324. package/src/sellerWallet_2024_03_01/model/Error.d.ts.map +1 -0
  3325. package/src/sellerWallet_2024_03_01/model/Error.js +6 -3
  3326. package/src/sellerWallet_2024_03_01/model/ErrorList.d.ts +26 -0
  3327. package/src/sellerWallet_2024_03_01/model/ErrorList.d.ts.map +1 -0
  3328. package/src/sellerWallet_2024_03_01/model/ErrorList.js +6 -5
  3329. package/src/sellerWallet_2024_03_01/model/Fee.d.ts +33 -0
  3330. package/src/sellerWallet_2024_03_01/model/Fee.d.ts.map +1 -0
  3331. package/src/sellerWallet_2024_03_01/model/Fee.js +18 -14
  3332. package/src/sellerWallet_2024_03_01/model/FeeType.d.ts +29 -0
  3333. package/src/sellerWallet_2024_03_01/model/FeeType.d.ts.map +1 -0
  3334. package/src/sellerWallet_2024_03_01/model/FeeType.js +3 -3
  3335. package/src/sellerWallet_2024_03_01/model/FxRateDetails.d.ts +32 -0
  3336. package/src/sellerWallet_2024_03_01/model/FxRateDetails.d.ts.map +1 -0
  3337. package/src/sellerWallet_2024_03_01/model/FxRateDetails.js +16 -12
  3338. package/src/sellerWallet_2024_03_01/model/PaymentPreference.d.ts +28 -0
  3339. package/src/sellerWallet_2024_03_01/model/PaymentPreference.d.ts.map +1 -0
  3340. package/src/sellerWallet_2024_03_01/model/PaymentPreference.js +10 -8
  3341. package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.d.ts +24 -0
  3342. package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.d.ts.map +1 -0
  3343. package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.js +3 -3
  3344. package/src/sellerWallet_2024_03_01/model/RateDirection.d.ts +24 -0
  3345. package/src/sellerWallet_2024_03_01/model/RateDirection.d.ts.map +1 -0
  3346. package/src/sellerWallet_2024_03_01/model/RateDirection.js +3 -3
  3347. package/src/sellerWallet_2024_03_01/model/RecurringFrequency.d.ts +34 -0
  3348. package/src/sellerWallet_2024_03_01/model/RecurringFrequency.d.ts.map +1 -0
  3349. package/src/sellerWallet_2024_03_01/model/RecurringFrequency.js +11 -11
  3350. package/src/sellerWallet_2024_03_01/model/ScheduleExpression.d.ts +32 -0
  3351. package/src/sellerWallet_2024_03_01/model/ScheduleExpression.d.ts.map +1 -0
  3352. package/src/sellerWallet_2024_03_01/model/ScheduleExpression.js +9 -7
  3353. package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.d.ts +24 -0
  3354. package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.d.ts.map +1 -0
  3355. package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.js +3 -3
  3356. package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.d.ts +19 -0
  3357. package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.d.ts.map +1 -0
  3358. package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.js +3 -3
  3359. package/src/sellerWallet_2024_03_01/model/Transaction.d.ts +79 -0
  3360. package/src/sellerWallet_2024_03_01/model/Transaction.d.ts.map +1 -0
  3361. package/src/sellerWallet_2024_03_01/model/Transaction.js +47 -31
  3362. package/src/sellerWallet_2024_03_01/model/TransactionAccount.d.ts +54 -0
  3363. package/src/sellerWallet_2024_03_01/model/TransactionAccount.d.ts.map +1 -0
  3364. package/src/sellerWallet_2024_03_01/model/TransactionAccount.js +22 -17
  3365. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts +63 -0
  3366. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts.map +1 -0
  3367. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.js +36 -22
  3368. package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.d.ts +30 -0
  3369. package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.d.ts.map +1 -0
  3370. package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.js +21 -9
  3371. package/src/sellerWallet_2024_03_01/model/TransactionListing.d.ts +32 -0
  3372. package/src/sellerWallet_2024_03_01/model/TransactionListing.d.ts.map +1 -0
  3373. package/src/sellerWallet_2024_03_01/model/TransactionListing.js +10 -8
  3374. package/src/sellerWallet_2024_03_01/model/TransactionStatus.d.ts +44 -0
  3375. package/src/sellerWallet_2024_03_01/model/TransactionStatus.d.ts.map +1 -0
  3376. package/src/sellerWallet_2024_03_01/model/TransactionStatus.js +11 -11
  3377. package/src/sellerWallet_2024_03_01/model/TransactionType.d.ts +24 -0
  3378. package/src/sellerWallet_2024_03_01/model/TransactionType.d.ts.map +1 -0
  3379. package/src/sellerWallet_2024_03_01/model/TransactionType.js +3 -3
  3380. package/src/sellerWallet_2024_03_01/model/TransferRatePreview.d.ts +34 -0
  3381. package/src/sellerWallet_2024_03_01/model/TransferRatePreview.d.ts.map +1 -0
  3382. package/src/sellerWallet_2024_03_01/model/TransferRatePreview.js +17 -13
  3383. package/src/sellerWallet_2024_03_01/model/TransferSchedule.d.ts +51 -0
  3384. package/src/sellerWallet_2024_03_01/model/TransferSchedule.d.ts.map +1 -0
  3385. package/src/sellerWallet_2024_03_01/model/TransferSchedule.js +27 -19
  3386. package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.d.ts +27 -0
  3387. package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.d.ts.map +1 -0
  3388. package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.js +10 -8
  3389. package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.d.ts +40 -0
  3390. package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.d.ts.map +1 -0
  3391. package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.js +12 -8
  3392. package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.d.ts +32 -0
  3393. package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.d.ts.map +1 -0
  3394. package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.js +10 -8
  3395. package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.d.ts +47 -0
  3396. package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.d.ts.map +1 -0
  3397. package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.js +27 -19
  3398. package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.d.ts +34 -0
  3399. package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.d.ts.map +1 -0
  3400. package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.js +3 -3
  3401. package/src/sellers_v1/ApiClient.d.ts +260 -0
  3402. package/src/sellers_v1/ApiClient.d.ts.map +1 -0
  3403. package/src/sellers_v1/api/SellersApi.d.ts +50 -0
  3404. package/src/sellers_v1/api/SellersApi.d.ts.map +1 -0
  3405. package/src/sellers_v1/api/SellersApi.js +7 -7
  3406. package/src/sellers_v1/index.d.ts +14 -0
  3407. package/src/sellers_v1/index.d.ts.map +1 -0
  3408. package/src/sellers_v1/model/Account.d.ts +67 -0
  3409. package/src/sellers_v1/model/Account.d.ts.map +1 -0
  3410. package/src/sellers_v1/model/Account.js +15 -10
  3411. package/src/sellers_v1/model/Address.d.ts +51 -0
  3412. package/src/sellers_v1/model/Address.d.ts.map +1 -0
  3413. package/src/sellers_v1/model/Address.js +8 -2
  3414. package/src/sellers_v1/model/Business.d.ts +46 -0
  3415. package/src/sellers_v1/model/Business.d.ts.map +1 -0
  3416. package/src/sellers_v1/model/Business.js +9 -4
  3417. package/src/sellers_v1/model/Error.d.ts +33 -0
  3418. package/src/sellers_v1/model/Error.d.ts.map +1 -0
  3419. package/src/sellers_v1/model/Error.js +5 -2
  3420. package/src/sellers_v1/model/GetAccountResponse.d.ts +29 -0
  3421. package/src/sellers_v1/model/GetAccountResponse.d.ts.map +1 -0
  3422. package/src/sellers_v1/model/GetAccountResponse.js +6 -4
  3423. package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.d.ts +30 -0
  3424. package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.d.ts.map +1 -0
  3425. package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.js +6 -4
  3426. package/src/sellers_v1/model/Marketplace.d.ts +35 -0
  3427. package/src/sellers_v1/model/Marketplace.d.ts.map +1 -0
  3428. package/src/sellers_v1/model/Marketplace.js +8 -2
  3429. package/src/sellers_v1/model/MarketplaceParticipation.d.ts +30 -0
  3430. package/src/sellers_v1/model/MarketplaceParticipation.d.ts.map +1 -0
  3431. package/src/sellers_v1/model/MarketplaceParticipation.js +9 -6
  3432. package/src/sellers_v1/model/Participation.d.ts +27 -0
  3433. package/src/sellers_v1/model/Participation.d.ts.map +1 -0
  3434. package/src/sellers_v1/model/Participation.js +4 -2
  3435. package/src/sellers_v1/model/PrimaryContact.d.ts +34 -0
  3436. package/src/sellers_v1/model/PrimaryContact.d.ts.map +1 -0
  3437. package/src/sellers_v1/model/PrimaryContact.js +7 -4
  3438. package/src/services_v1/ApiClient.d.ts +260 -0
  3439. package/src/services_v1/ApiClient.d.ts.map +1 -0
  3440. package/src/services_v1/api/ServiceApi.d.ts +402 -0
  3441. package/src/services_v1/api/ServiceApi.d.ts.map +1 -0
  3442. package/src/services_v1/api/ServiceApi.js +127 -127
  3443. package/src/services_v1/index.d.ts +68 -0
  3444. package/src/services_v1/index.d.ts.map +1 -0
  3445. package/src/services_v1/model/AddAppointmentRequest.d.ts +26 -0
  3446. package/src/services_v1/model/AddAppointmentRequest.d.ts.map +1 -0
  3447. package/src/services_v1/model/AddAppointmentRequest.js +5 -4
  3448. package/src/services_v1/model/Address.d.ts +81 -0
  3449. package/src/services_v1/model/Address.d.ts.map +1 -0
  3450. package/src/services_v1/model/Address.js +13 -2
  3451. package/src/services_v1/model/Appointment.d.ts +64 -0
  3452. package/src/services_v1/model/Appointment.d.ts.map +1 -0
  3453. package/src/services_v1/model/Appointment.js +12 -6
  3454. package/src/services_v1/model/AppointmentResource.d.ts +22 -0
  3455. package/src/services_v1/model/AppointmentResource.d.ts.map +1 -0
  3456. package/src/services_v1/model/AppointmentResource.js +3 -2
  3457. package/src/services_v1/model/AppointmentSlot.d.ts +34 -0
  3458. package/src/services_v1/model/AppointmentSlot.d.ts.map +1 -0
  3459. package/src/services_v1/model/AppointmentSlot.js +5 -2
  3460. package/src/services_v1/model/AppointmentSlotReport.d.ts +51 -0
  3461. package/src/services_v1/model/AppointmentSlotReport.d.ts.map +1 -0
  3462. package/src/services_v1/model/AppointmentSlotReport.js +8 -4
  3463. package/src/services_v1/model/AppointmentTime.d.ts +27 -0
  3464. package/src/services_v1/model/AppointmentTime.d.ts.map +1 -0
  3465. package/src/services_v1/model/AppointmentTime.js +4 -2
  3466. package/src/services_v1/model/AppointmentTimeInput.d.ts +31 -0
  3467. package/src/services_v1/model/AppointmentTimeInput.d.ts.map +1 -0
  3468. package/src/services_v1/model/AppointmentTimeInput.js +4 -2
  3469. package/src/services_v1/model/AssignAppointmentResourcesRequest.d.ts +26 -0
  3470. package/src/services_v1/model/AssignAppointmentResourcesRequest.d.ts.map +1 -0
  3471. package/src/services_v1/model/AssignAppointmentResourcesRequest.js +5 -4
  3472. package/src/services_v1/model/AssignAppointmentResourcesResponse.d.ts +29 -0
  3473. package/src/services_v1/model/AssignAppointmentResourcesResponse.d.ts.map +1 -0
  3474. package/src/services_v1/model/AssignAppointmentResourcesResponse.js +6 -4
  3475. package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.d.ts +23 -0
  3476. package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.d.ts.map +1 -0
  3477. package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.js +4 -3
  3478. package/src/services_v1/model/AssociatedItem.d.ts +70 -0
  3479. package/src/services_v1/model/AssociatedItem.d.ts.map +1 -0
  3480. package/src/services_v1/model/AssociatedItem.js +11 -4
  3481. package/src/services_v1/model/AvailabilityRecord.d.ts +39 -0
  3482. package/src/services_v1/model/AvailabilityRecord.d.ts.map +1 -0
  3483. package/src/services_v1/model/AvailabilityRecord.js +7 -3
  3484. package/src/services_v1/model/Buyer.d.ts +40 -0
  3485. package/src/services_v1/model/Buyer.d.ts.map +1 -0
  3486. package/src/services_v1/model/Buyer.js +6 -2
  3487. package/src/services_v1/model/CancelReservationResponse.d.ts +23 -0
  3488. package/src/services_v1/model/CancelReservationResponse.d.ts.map +1 -0
  3489. package/src/services_v1/model/CancelReservationResponse.js +4 -3
  3490. package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.d.ts +23 -0
  3491. package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.d.ts.map +1 -0
  3492. package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.js +4 -3
  3493. package/src/services_v1/model/CapacityType.d.ts +34 -0
  3494. package/src/services_v1/model/CapacityType.d.ts.map +1 -0
  3495. package/src/services_v1/model/CapacityType.js +2 -2
  3496. package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.d.ts +23 -0
  3497. package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.d.ts.map +1 -0
  3498. package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.js +4 -3
  3499. package/src/services_v1/model/CreateReservationRecord.d.ts +36 -0
  3500. package/src/services_v1/model/CreateReservationRecord.d.ts.map +1 -0
  3501. package/src/services_v1/model/CreateReservationRecord.js +8 -5
  3502. package/src/services_v1/model/CreateReservationRequest.d.ts +28 -0
  3503. package/src/services_v1/model/CreateReservationRequest.d.ts.map +1 -0
  3504. package/src/services_v1/model/CreateReservationRequest.js +6 -4
  3505. package/src/services_v1/model/CreateReservationResponse.d.ts +29 -0
  3506. package/src/services_v1/model/CreateReservationResponse.d.ts.map +1 -0
  3507. package/src/services_v1/model/CreateReservationResponse.js +6 -4
  3508. package/src/services_v1/model/CreateServiceDocumentUploadDestination.d.ts +29 -0
  3509. package/src/services_v1/model/CreateServiceDocumentUploadDestination.d.ts.map +1 -0
  3510. package/src/services_v1/model/CreateServiceDocumentUploadDestination.js +6 -4
  3511. package/src/services_v1/model/DateTimeRange.d.ts +27 -0
  3512. package/src/services_v1/model/DateTimeRange.d.ts.map +1 -0
  3513. package/src/services_v1/model/DateTimeRange.js +4 -2
  3514. package/src/services_v1/model/DayOfWeek.d.ts +49 -0
  3515. package/src/services_v1/model/DayOfWeek.d.ts.map +1 -0
  3516. package/src/services_v1/model/DayOfWeek.js +2 -2
  3517. package/src/services_v1/model/EncryptionDetails.d.ts +38 -0
  3518. package/src/services_v1/model/EncryptionDetails.d.ts.map +1 -0
  3519. package/src/services_v1/model/EncryptionDetails.js +7 -4
  3520. package/src/services_v1/model/Error.d.ts +49 -0
  3521. package/src/services_v1/model/Error.d.ts.map +1 -0
  3522. package/src/services_v1/model/Error.js +7 -3
  3523. package/src/services_v1/model/FixedSlot.d.ts +46 -0
  3524. package/src/services_v1/model/FixedSlot.d.ts.map +1 -0
  3525. package/src/services_v1/model/FixedSlot.js +7 -2
  3526. package/src/services_v1/model/FixedSlotCapacity.d.ts +41 -0
  3527. package/src/services_v1/model/FixedSlotCapacity.d.ts.map +1 -0
  3528. package/src/services_v1/model/FixedSlotCapacity.js +7 -3
  3529. package/src/services_v1/model/FixedSlotCapacityErrors.d.ts +23 -0
  3530. package/src/services_v1/model/FixedSlotCapacityErrors.d.ts.map +1 -0
  3531. package/src/services_v1/model/FixedSlotCapacityErrors.js +4 -3
  3532. package/src/services_v1/model/FixedSlotCapacityQuery.d.ts +40 -0
  3533. package/src/services_v1/model/FixedSlotCapacityQuery.d.ts.map +1 -0
  3534. package/src/services_v1/model/FixedSlotCapacityQuery.js +7 -3
  3535. package/src/services_v1/model/FulfillmentDocument.d.ts +28 -0
  3536. package/src/services_v1/model/FulfillmentDocument.d.ts.map +1 -0
  3537. package/src/services_v1/model/FulfillmentDocument.js +4 -2
  3538. package/src/services_v1/model/FulfillmentTime.d.ts +28 -0
  3539. package/src/services_v1/model/FulfillmentTime.d.ts.map +1 -0
  3540. package/src/services_v1/model/FulfillmentTime.js +4 -2
  3541. package/src/services_v1/model/GetAppointmentSlotsResponse.d.ts +29 -0
  3542. package/src/services_v1/model/GetAppointmentSlotsResponse.d.ts.map +1 -0
  3543. package/src/services_v1/model/GetAppointmentSlotsResponse.js +6 -4
  3544. package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.d.ts +29 -0
  3545. package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.d.ts.map +1 -0
  3546. package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.js +6 -4
  3547. package/src/services_v1/model/GetServiceJobsResponse.d.ts +29 -0
  3548. package/src/services_v1/model/GetServiceJobsResponse.d.ts.map +1 -0
  3549. package/src/services_v1/model/GetServiceJobsResponse.js +6 -4
  3550. package/src/services_v1/model/ItemDelivery.d.ts +28 -0
  3551. package/src/services_v1/model/ItemDelivery.d.ts.map +1 -0
  3552. package/src/services_v1/model/ItemDelivery.js +5 -3
  3553. package/src/services_v1/model/ItemDeliveryPromise.d.ts +28 -0
  3554. package/src/services_v1/model/ItemDeliveryPromise.d.ts.map +1 -0
  3555. package/src/services_v1/model/ItemDeliveryPromise.js +4 -2
  3556. package/src/services_v1/model/JobListing.d.ts +41 -0
  3557. package/src/services_v1/model/JobListing.d.ts.map +1 -0
  3558. package/src/services_v1/model/JobListing.js +7 -3
  3559. package/src/services_v1/model/Poa.d.ts +59 -0
  3560. package/src/services_v1/model/Poa.d.ts.map +1 -0
  3561. package/src/services_v1/model/Poa.js +10 -5
  3562. package/src/services_v1/model/RangeCapacity.d.ts +29 -0
  3563. package/src/services_v1/model/RangeCapacity.d.ts.map +1 -0
  3564. package/src/services_v1/model/RangeCapacity.js +6 -4
  3565. package/src/services_v1/model/RangeSlot.d.ts +34 -0
  3566. package/src/services_v1/model/RangeSlot.d.ts.map +1 -0
  3567. package/src/services_v1/model/RangeSlot.js +5 -2
  3568. package/src/services_v1/model/RangeSlotCapacity.d.ts +35 -0
  3569. package/src/services_v1/model/RangeSlotCapacity.d.ts.map +1 -0
  3570. package/src/services_v1/model/RangeSlotCapacity.js +6 -3
  3571. package/src/services_v1/model/RangeSlotCapacityErrors.d.ts +23 -0
  3572. package/src/services_v1/model/RangeSlotCapacityErrors.d.ts.map +1 -0
  3573. package/src/services_v1/model/RangeSlotCapacityErrors.js +4 -3
  3574. package/src/services_v1/model/RangeSlotCapacityQuery.d.ts +34 -0
  3575. package/src/services_v1/model/RangeSlotCapacityQuery.d.ts.map +1 -0
  3576. package/src/services_v1/model/RangeSlotCapacityQuery.js +6 -3
  3577. package/src/services_v1/model/Recurrence.d.ts +38 -0
  3578. package/src/services_v1/model/Recurrence.d.ts.map +1 -0
  3579. package/src/services_v1/model/Recurrence.js +7 -4
  3580. package/src/services_v1/model/RescheduleAppointmentRequest.d.ts +28 -0
  3581. package/src/services_v1/model/RescheduleAppointmentRequest.d.ts.map +1 -0
  3582. package/src/services_v1/model/RescheduleAppointmentRequest.js +6 -4
  3583. package/src/services_v1/model/Reservation.d.ts +47 -0
  3584. package/src/services_v1/model/Reservation.d.ts.map +1 -0
  3585. package/src/services_v1/model/Reservation.js +9 -6
  3586. package/src/services_v1/model/ScopeOfWork.d.ts +40 -0
  3587. package/src/services_v1/model/ScopeOfWork.d.ts.map +1 -0
  3588. package/src/services_v1/model/ScopeOfWork.js +7 -3
  3589. package/src/services_v1/model/Seller.d.ts +22 -0
  3590. package/src/services_v1/model/Seller.d.ts.map +1 -0
  3591. package/src/services_v1/model/Seller.js +3 -2
  3592. package/src/services_v1/model/ServiceDocumentUploadDestination.d.ts +36 -0
  3593. package/src/services_v1/model/ServiceDocumentUploadDestination.d.ts.map +1 -0
  3594. package/src/services_v1/model/ServiceDocumentUploadDestination.js +8 -4
  3595. package/src/services_v1/model/ServiceJob.d.ts +118 -0
  3596. package/src/services_v1/model/ServiceJob.d.ts.map +1 -0
  3597. package/src/services_v1/model/ServiceJob.js +25 -11
  3598. package/src/services_v1/model/ServiceJobProvider.d.ts +22 -0
  3599. package/src/services_v1/model/ServiceJobProvider.d.ts.map +1 -0
  3600. package/src/services_v1/model/ServiceJobProvider.js +3 -2
  3601. package/src/services_v1/model/ServiceLocation.d.ts +39 -0
  3602. package/src/services_v1/model/ServiceLocation.d.ts.map +1 -0
  3603. package/src/services_v1/model/ServiceLocation.js +6 -4
  3604. package/src/services_v1/model/ServiceUploadDocument.d.ts +47 -0
  3605. package/src/services_v1/model/ServiceUploadDocument.d.ts.map +1 -0
  3606. package/src/services_v1/model/ServiceUploadDocument.js +7 -4
  3607. package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.d.ts +42 -0
  3608. package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.d.ts.map +1 -0
  3609. package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.js +10 -6
  3610. package/src/services_v1/model/SetAppointmentResponse.d.ts +36 -0
  3611. package/src/services_v1/model/SetAppointmentResponse.d.ts.map +1 -0
  3612. package/src/services_v1/model/SetAppointmentResponse.js +7 -4
  3613. package/src/services_v1/model/Technician.d.ts +28 -0
  3614. package/src/services_v1/model/Technician.d.ts.map +1 -0
  3615. package/src/services_v1/model/Technician.js +4 -2
  3616. package/src/services_v1/model/UpdateReservationRecord.d.ts +36 -0
  3617. package/src/services_v1/model/UpdateReservationRecord.d.ts.map +1 -0
  3618. package/src/services_v1/model/UpdateReservationRecord.js +8 -5
  3619. package/src/services_v1/model/UpdateReservationRequest.d.ts +28 -0
  3620. package/src/services_v1/model/UpdateReservationRequest.d.ts.map +1 -0
  3621. package/src/services_v1/model/UpdateReservationRequest.js +6 -4
  3622. package/src/services_v1/model/UpdateReservationResponse.d.ts +29 -0
  3623. package/src/services_v1/model/UpdateReservationResponse.d.ts.map +1 -0
  3624. package/src/services_v1/model/UpdateReservationResponse.js +6 -4
  3625. package/src/services_v1/model/UpdateScheduleRecord.d.ts +36 -0
  3626. package/src/services_v1/model/UpdateScheduleRecord.d.ts.map +1 -0
  3627. package/src/services_v1/model/UpdateScheduleRecord.js +8 -5
  3628. package/src/services_v1/model/UpdateScheduleRequest.d.ts +26 -0
  3629. package/src/services_v1/model/UpdateScheduleRequest.d.ts.map +1 -0
  3630. package/src/services_v1/model/UpdateScheduleRequest.js +5 -4
  3631. package/src/services_v1/model/UpdateScheduleResponse.d.ts +30 -0
  3632. package/src/services_v1/model/UpdateScheduleResponse.d.ts.map +1 -0
  3633. package/src/services_v1/model/UpdateScheduleResponse.js +6 -4
  3634. package/src/services_v1/model/Warning.d.ts +33 -0
  3635. package/src/services_v1/model/Warning.d.ts.map +1 -0
  3636. package/src/services_v1/model/Warning.js +5 -2
  3637. package/src/shipping_v2/ApiClient.d.ts +260 -0
  3638. package/src/shipping_v2/ApiClient.d.ts.map +1 -0
  3639. package/src/shipping_v2/api/ShippingApi.d.ts +496 -0
  3640. package/src/shipping_v2/api/ShippingApi.d.ts.map +1 -0
  3641. package/src/shipping_v2/api/ShippingApi.js +163 -163
  3642. package/src/shipping_v2/index.d.ts +131 -0
  3643. package/src/shipping_v2/index.d.ts.map +1 -0
  3644. package/src/shipping_v2/model/AccessPoint.d.ts +90 -0
  3645. package/src/shipping_v2/model/AccessPoint.d.ts.map +1 -0
  3646. package/src/shipping_v2/model/AccessPoint.js +18 -8
  3647. package/src/shipping_v2/model/AccessPointDetails.d.ts +22 -0
  3648. package/src/shipping_v2/model/AccessPointDetails.d.ts.map +1 -0
  3649. package/src/shipping_v2/model/AccessPointDetails.js +3 -2
  3650. package/src/shipping_v2/model/AccessPointType.d.ts +54 -0
  3651. package/src/shipping_v2/model/AccessPointType.d.ts.map +1 -0
  3652. package/src/shipping_v2/model/AccessPointType.js +2 -2
  3653. package/src/shipping_v2/model/AccessibilityAttributes.d.ts +28 -0
  3654. package/src/shipping_v2/model/AccessibilityAttributes.d.ts.map +1 -0
  3655. package/src/shipping_v2/model/AccessibilityAttributes.js +4 -2
  3656. package/src/shipping_v2/model/AccountStatus.d.ts +34 -0
  3657. package/src/shipping_v2/model/AccountStatus.d.ts.map +1 -0
  3658. package/src/shipping_v2/model/AccountStatus.js +2 -2
  3659. package/src/shipping_v2/model/AccountType.d.ts +29 -0
  3660. package/src/shipping_v2/model/AccountType.d.ts.map +1 -0
  3661. package/src/shipping_v2/model/AccountType.js +2 -2
  3662. package/src/shipping_v2/model/ActiveAccount.d.ts +28 -0
  3663. package/src/shipping_v2/model/ActiveAccount.d.ts.map +1 -0
  3664. package/src/shipping_v2/model/ActiveAccount.js +4 -2
  3665. package/src/shipping_v2/model/Address.d.ts +71 -0
  3666. package/src/shipping_v2/model/Address.d.ts.map +1 -0
  3667. package/src/shipping_v2/model/Address.js +15 -3
  3668. package/src/shipping_v2/model/AmazonOrderDetails.d.ts +25 -0
  3669. package/src/shipping_v2/model/AmazonOrderDetails.d.ts.map +1 -0
  3670. package/src/shipping_v2/model/AmazonOrderDetails.js +3 -2
  3671. package/src/shipping_v2/model/AmazonShipmentDetails.d.ts +25 -0
  3672. package/src/shipping_v2/model/AmazonShipmentDetails.d.ts.map +1 -0
  3673. package/src/shipping_v2/model/AmazonShipmentDetails.js +3 -2
  3674. package/src/shipping_v2/model/AvailableValueAddedServiceGroup.d.ts +36 -0
  3675. package/src/shipping_v2/model/AvailableValueAddedServiceGroup.d.ts.map +1 -0
  3676. package/src/shipping_v2/model/AvailableValueAddedServiceGroup.js +7 -3
  3677. package/src/shipping_v2/model/Benefits.d.ts +28 -0
  3678. package/src/shipping_v2/model/Benefits.d.ts.map +1 -0
  3679. package/src/shipping_v2/model/Benefits.js +8 -6
  3680. package/src/shipping_v2/model/CancelShipmentResponse.d.ts +24 -0
  3681. package/src/shipping_v2/model/CancelShipmentResponse.d.ts.map +1 -0
  3682. package/src/shipping_v2/model/CancelShipmentResponse.js +4 -3
  3683. package/src/shipping_v2/model/Carrier.d.ts +27 -0
  3684. package/src/shipping_v2/model/Carrier.d.ts.map +1 -0
  3685. package/src/shipping_v2/model/Carrier.js +4 -2
  3686. package/src/shipping_v2/model/CarrierAccount.d.ts +27 -0
  3687. package/src/shipping_v2/model/CarrierAccount.d.ts.map +1 -0
  3688. package/src/shipping_v2/model/CarrierAccount.js +4 -2
  3689. package/src/shipping_v2/model/CarrierAccountAttribute.d.ts +34 -0
  3690. package/src/shipping_v2/model/CarrierAccountAttribute.d.ts.map +1 -0
  3691. package/src/shipping_v2/model/CarrierAccountAttribute.js +5 -2
  3692. package/src/shipping_v2/model/CarrierAccountInput.d.ts +65 -0
  3693. package/src/shipping_v2/model/CarrierAccountInput.d.ts.map +1 -0
  3694. package/src/shipping_v2/model/CarrierAccountInput.js +12 -4
  3695. package/src/shipping_v2/model/ChannelDetails.d.ts +38 -0
  3696. package/src/shipping_v2/model/ChannelDetails.d.ts.map +1 -0
  3697. package/src/shipping_v2/model/ChannelDetails.js +9 -6
  3698. package/src/shipping_v2/model/ChannelType.d.ts +24 -0
  3699. package/src/shipping_v2/model/ChannelType.d.ts.map +1 -0
  3700. package/src/shipping_v2/model/ChannelType.js +2 -2
  3701. package/src/shipping_v2/model/ChargeComponent.d.ts +38 -0
  3702. package/src/shipping_v2/model/ChargeComponent.d.ts.map +1 -0
  3703. package/src/shipping_v2/model/ChargeComponent.js +6 -4
  3704. package/src/shipping_v2/model/ClaimReason.d.ts +39 -0
  3705. package/src/shipping_v2/model/ClaimReason.d.ts.map +1 -0
  3706. package/src/shipping_v2/model/ClaimReason.js +2 -2
  3707. package/src/shipping_v2/model/ClientReferenceDetail.d.ts +37 -0
  3708. package/src/shipping_v2/model/ClientReferenceDetail.d.ts.map +1 -0
  3709. package/src/shipping_v2/model/ClientReferenceDetail.js +6 -4
  3710. package/src/shipping_v2/model/CollectOnDelivery.d.ts +26 -0
  3711. package/src/shipping_v2/model/CollectOnDelivery.d.ts.map +1 -0
  3712. package/src/shipping_v2/model/CollectOnDelivery.js +5 -4
  3713. package/src/shipping_v2/model/CollectionFormsHistoryRecord.d.ts +46 -0
  3714. package/src/shipping_v2/model/CollectionFormsHistoryRecord.d.ts.map +1 -0
  3715. package/src/shipping_v2/model/CollectionFormsHistoryRecord.js +9 -4
  3716. package/src/shipping_v2/model/CollectionsFormDocument.d.ts +28 -0
  3717. package/src/shipping_v2/model/CollectionsFormDocument.d.ts.map +1 -0
  3718. package/src/shipping_v2/model/CollectionsFormDocument.js +4 -2
  3719. package/src/shipping_v2/model/CreateClaimRequest.d.ts +49 -0
  3720. package/src/shipping_v2/model/CreateClaimRequest.d.ts.map +1 -0
  3721. package/src/shipping_v2/model/CreateClaimRequest.js +14 -8
  3722. package/src/shipping_v2/model/CreateClaimResponse.d.ts +22 -0
  3723. package/src/shipping_v2/model/CreateClaimResponse.d.ts.map +1 -0
  3724. package/src/shipping_v2/model/CreateClaimResponse.js +3 -2
  3725. package/src/shipping_v2/model/Currency.d.ts +27 -0
  3726. package/src/shipping_v2/model/Currency.d.ts.map +1 -0
  3727. package/src/shipping_v2/model/Currency.js +4 -2
  3728. package/src/shipping_v2/model/DangerousGoodsDetails.d.ts +70 -0
  3729. package/src/shipping_v2/model/DangerousGoodsDetails.d.ts.map +1 -0
  3730. package/src/shipping_v2/model/DangerousGoodsDetails.js +8 -4
  3731. package/src/shipping_v2/model/DateRange.d.ts +28 -0
  3732. package/src/shipping_v2/model/DateRange.d.ts.map +1 -0
  3733. package/src/shipping_v2/model/DateRange.js +4 -2
  3734. package/src/shipping_v2/model/DetailCodes.d.ts +164 -0
  3735. package/src/shipping_v2/model/DetailCodes.d.ts.map +1 -0
  3736. package/src/shipping_v2/model/DetailCodes.js +2 -2
  3737. package/src/shipping_v2/model/Dimensions.d.ts +41 -0
  3738. package/src/shipping_v2/model/Dimensions.d.ts.map +1 -0
  3739. package/src/shipping_v2/model/Dimensions.js +8 -4
  3740. package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.d.ts +31 -0
  3741. package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.d.ts.map +1 -0
  3742. package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.js +4 -2
  3743. package/src/shipping_v2/model/DirectPurchaseRequest.d.ts +55 -0
  3744. package/src/shipping_v2/model/DirectPurchaseRequest.d.ts.map +1 -0
  3745. package/src/shipping_v2/model/DirectPurchaseRequest.js +15 -9
  3746. package/src/shipping_v2/model/DirectPurchaseResponse.d.ts +22 -0
  3747. package/src/shipping_v2/model/DirectPurchaseResponse.d.ts.map +1 -0
  3748. package/src/shipping_v2/model/DirectPurchaseResponse.js +4 -3
  3749. package/src/shipping_v2/model/DirectPurchaseResult.d.ts +32 -0
  3750. package/src/shipping_v2/model/DirectPurchaseResult.d.ts.map +1 -0
  3751. package/src/shipping_v2/model/DirectPurchaseResult.js +5 -3
  3752. package/src/shipping_v2/model/DocumentFormat.d.ts +29 -0
  3753. package/src/shipping_v2/model/DocumentFormat.d.ts.map +1 -0
  3754. package/src/shipping_v2/model/DocumentFormat.js +2 -2
  3755. package/src/shipping_v2/model/DocumentSize.d.ts +39 -0
  3756. package/src/shipping_v2/model/DocumentSize.d.ts.map +1 -0
  3757. package/src/shipping_v2/model/DocumentSize.js +7 -4
  3758. package/src/shipping_v2/model/DocumentType.d.ts +34 -0
  3759. package/src/shipping_v2/model/DocumentType.d.ts.map +1 -0
  3760. package/src/shipping_v2/model/DocumentType.js +2 -2
  3761. package/src/shipping_v2/model/Error.d.ts +33 -0
  3762. package/src/shipping_v2/model/Error.d.ts.map +1 -0
  3763. package/src/shipping_v2/model/Error.js +5 -2
  3764. package/src/shipping_v2/model/ErrorList.d.ts +26 -0
  3765. package/src/shipping_v2/model/ErrorList.d.ts.map +1 -0
  3766. package/src/shipping_v2/model/ErrorList.js +5 -4
  3767. package/src/shipping_v2/model/Event.d.ts +40 -0
  3768. package/src/shipping_v2/model/Event.d.ts.map +1 -0
  3769. package/src/shipping_v2/model/Event.js +10 -6
  3770. package/src/shipping_v2/model/EventCode.d.ts +84 -0
  3771. package/src/shipping_v2/model/EventCode.d.ts.map +1 -0
  3772. package/src/shipping_v2/model/EventCode.js +2 -2
  3773. package/src/shipping_v2/model/ExceptionOperatingHours.d.ts +28 -0
  3774. package/src/shipping_v2/model/ExceptionOperatingHours.d.ts.map +1 -0
  3775. package/src/shipping_v2/model/ExceptionOperatingHours.js +6 -4
  3776. package/src/shipping_v2/model/ExcludedBenefit.d.ts +31 -0
  3777. package/src/shipping_v2/model/ExcludedBenefit.d.ts.map +1 -0
  3778. package/src/shipping_v2/model/ExcludedBenefit.js +5 -3
  3779. package/src/shipping_v2/model/GenerateCollectionFormRequest.d.ts +38 -0
  3780. package/src/shipping_v2/model/GenerateCollectionFormRequest.d.ts.map +1 -0
  3781. package/src/shipping_v2/model/GenerateCollectionFormRequest.js +7 -4
  3782. package/src/shipping_v2/model/GenerateCollectionFormResponse.d.ts +22 -0
  3783. package/src/shipping_v2/model/GenerateCollectionFormResponse.d.ts.map +1 -0
  3784. package/src/shipping_v2/model/GenerateCollectionFormResponse.js +4 -3
  3785. package/src/shipping_v2/model/GenerationStatus.d.ts +24 -0
  3786. package/src/shipping_v2/model/GenerationStatus.d.ts.map +1 -0
  3787. package/src/shipping_v2/model/GenerationStatus.js +2 -2
  3788. package/src/shipping_v2/model/Geocode.d.ts +28 -0
  3789. package/src/shipping_v2/model/Geocode.d.ts.map +1 -0
  3790. package/src/shipping_v2/model/Geocode.js +4 -2
  3791. package/src/shipping_v2/model/GetAccessPointsResponse.d.ts +22 -0
  3792. package/src/shipping_v2/model/GetAccessPointsResponse.d.ts.map +1 -0
  3793. package/src/shipping_v2/model/GetAccessPointsResponse.js +4 -3
  3794. package/src/shipping_v2/model/GetAccessPointsResult.d.ts +29 -0
  3795. package/src/shipping_v2/model/GetAccessPointsResult.d.ts.map +1 -0
  3796. package/src/shipping_v2/model/GetAccessPointsResult.js +5 -4
  3797. package/src/shipping_v2/model/GetAdditionalInputsResponse.d.ts +24 -0
  3798. package/src/shipping_v2/model/GetAdditionalInputsResponse.d.ts.map +1 -0
  3799. package/src/shipping_v2/model/GetAdditionalInputsResponse.js +4 -3
  3800. package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.d.ts +23 -0
  3801. package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.d.ts.map +1 -0
  3802. package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.js +4 -3
  3803. package/src/shipping_v2/model/GetCarrierAccountsRequest.d.ts +23 -0
  3804. package/src/shipping_v2/model/GetCarrierAccountsRequest.d.ts.map +1 -0
  3805. package/src/shipping_v2/model/GetCarrierAccountsRequest.js +4 -3
  3806. package/src/shipping_v2/model/GetCarrierAccountsResponse.d.ts +26 -0
  3807. package/src/shipping_v2/model/GetCarrierAccountsResponse.d.ts.map +1 -0
  3808. package/src/shipping_v2/model/GetCarrierAccountsResponse.js +5 -4
  3809. package/src/shipping_v2/model/GetCollectionFormHistoryRequest.d.ts +47 -0
  3810. package/src/shipping_v2/model/GetCollectionFormHistoryRequest.d.ts.map +1 -0
  3811. package/src/shipping_v2/model/GetCollectionFormHistoryRequest.js +10 -5
  3812. package/src/shipping_v2/model/GetCollectionFormHistoryResponse.d.ts +29 -0
  3813. package/src/shipping_v2/model/GetCollectionFormHistoryResponse.d.ts.map +1 -0
  3814. package/src/shipping_v2/model/GetCollectionFormHistoryResponse.js +5 -3
  3815. package/src/shipping_v2/model/GetCollectionFormResponse.d.ts +22 -0
  3816. package/src/shipping_v2/model/GetCollectionFormResponse.d.ts.map +1 -0
  3817. package/src/shipping_v2/model/GetCollectionFormResponse.js +4 -3
  3818. package/src/shipping_v2/model/GetRatesRequest.d.ts +93 -0
  3819. package/src/shipping_v2/model/GetRatesRequest.d.ts.map +1 -0
  3820. package/src/shipping_v2/model/GetRatesRequest.js +30 -17
  3821. package/src/shipping_v2/model/GetRatesResponse.d.ts +22 -0
  3822. package/src/shipping_v2/model/GetRatesResponse.d.ts.map +1 -0
  3823. package/src/shipping_v2/model/GetRatesResponse.js +4 -3
  3824. package/src/shipping_v2/model/GetRatesResult.d.ts +35 -0
  3825. package/src/shipping_v2/model/GetRatesResult.d.ts.map +1 -0
  3826. package/src/shipping_v2/model/GetRatesResult.js +8 -5
  3827. package/src/shipping_v2/model/GetShipmentDocumentsResponse.d.ts +22 -0
  3828. package/src/shipping_v2/model/GetShipmentDocumentsResponse.d.ts.map +1 -0
  3829. package/src/shipping_v2/model/GetShipmentDocumentsResponse.js +4 -3
  3830. package/src/shipping_v2/model/GetShipmentDocumentsResult.d.ts +34 -0
  3831. package/src/shipping_v2/model/GetShipmentDocumentsResult.d.ts.map +1 -0
  3832. package/src/shipping_v2/model/GetShipmentDocumentsResult.js +8 -5
  3833. package/src/shipping_v2/model/GetTrackingResponse.d.ts +22 -0
  3834. package/src/shipping_v2/model/GetTrackingResponse.d.ts.map +1 -0
  3835. package/src/shipping_v2/model/GetTrackingResponse.js +4 -3
  3836. package/src/shipping_v2/model/GetTrackingResult.d.ts +35 -0
  3837. package/src/shipping_v2/model/GetTrackingResult.d.ts.map +1 -0
  3838. package/src/shipping_v2/model/GetTrackingResult.js +11 -6
  3839. package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.d.ts +23 -0
  3840. package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.d.ts.map +1 -0
  3841. package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.js +4 -3
  3842. package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.d.ts +23 -0
  3843. package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.d.ts.map +1 -0
  3844. package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.js +4 -3
  3845. package/src/shipping_v2/model/GoodsOwner.d.ts +25 -0
  3846. package/src/shipping_v2/model/GoodsOwner.d.ts.map +1 -0
  3847. package/src/shipping_v2/model/GoodsOwner.js +3 -2
  3848. package/src/shipping_v2/model/IneligibilityReason.d.ts +28 -0
  3849. package/src/shipping_v2/model/IneligibilityReason.d.ts.map +1 -0
  3850. package/src/shipping_v2/model/IneligibilityReason.js +6 -4
  3851. package/src/shipping_v2/model/IneligibilityReasonCode.d.ts +64 -0
  3852. package/src/shipping_v2/model/IneligibilityReasonCode.d.ts.map +1 -0
  3853. package/src/shipping_v2/model/IneligibilityReasonCode.js +2 -2
  3854. package/src/shipping_v2/model/IneligibleRate.d.ts +34 -0
  3855. package/src/shipping_v2/model/IneligibleRate.d.ts.map +1 -0
  3856. package/src/shipping_v2/model/IneligibleRate.js +9 -4
  3857. package/src/shipping_v2/model/InputType.d.ts +24 -0
  3858. package/src/shipping_v2/model/InputType.d.ts.map +1 -0
  3859. package/src/shipping_v2/model/InputType.js +2 -2
  3860. package/src/shipping_v2/model/InvoiceDetails.d.ts +28 -0
  3861. package/src/shipping_v2/model/InvoiceDetails.d.ts.map +1 -0
  3862. package/src/shipping_v2/model/InvoiceDetails.js +4 -2
  3863. package/src/shipping_v2/model/Item.d.ts +91 -0
  3864. package/src/shipping_v2/model/Item.d.ts.map +1 -0
  3865. package/src/shipping_v2/model/Item.js +21 -9
  3866. package/src/shipping_v2/model/LabelAttribute.d.ts +29 -0
  3867. package/src/shipping_v2/model/LabelAttribute.d.ts.map +1 -0
  3868. package/src/shipping_v2/model/LabelAttribute.js +2 -2
  3869. package/src/shipping_v2/model/LinkCarrierAccountRequest.d.ts +41 -0
  3870. package/src/shipping_v2/model/LinkCarrierAccountRequest.d.ts.map +1 -0
  3871. package/src/shipping_v2/model/LinkCarrierAccountRequest.js +10 -6
  3872. package/src/shipping_v2/model/LinkCarrierAccountResponse.d.ts +28 -0
  3873. package/src/shipping_v2/model/LinkCarrierAccountResponse.d.ts.map +1 -0
  3874. package/src/shipping_v2/model/LinkCarrierAccountResponse.js +5 -3
  3875. package/src/shipping_v2/model/LinkableAccountType.d.ts +29 -0
  3876. package/src/shipping_v2/model/LinkableAccountType.d.ts.map +1 -0
  3877. package/src/shipping_v2/model/LinkableAccountType.js +6 -4
  3878. package/src/shipping_v2/model/LinkableCarrier.d.ts +29 -0
  3879. package/src/shipping_v2/model/LinkableCarrier.d.ts.map +1 -0
  3880. package/src/shipping_v2/model/LinkableCarrier.js +5 -3
  3881. package/src/shipping_v2/model/LiquidVolume.d.ts +42 -0
  3882. package/src/shipping_v2/model/LiquidVolume.d.ts.map +1 -0
  3883. package/src/shipping_v2/model/LiquidVolume.js +6 -4
  3884. package/src/shipping_v2/model/Location.d.ts +40 -0
  3885. package/src/shipping_v2/model/Location.d.ts.map +1 -0
  3886. package/src/shipping_v2/model/Location.js +6 -2
  3887. package/src/shipping_v2/model/NdrAction.d.ts +29 -0
  3888. package/src/shipping_v2/model/NdrAction.d.ts.map +1 -0
  3889. package/src/shipping_v2/model/NdrAction.js +2 -2
  3890. package/src/shipping_v2/model/NdrRequestData.d.ts +28 -0
  3891. package/src/shipping_v2/model/NdrRequestData.d.ts.map +1 -0
  3892. package/src/shipping_v2/model/NdrRequestData.js +4 -2
  3893. package/src/shipping_v2/model/OneClickShipmentRequest.d.ts +86 -0
  3894. package/src/shipping_v2/model/OneClickShipmentRequest.d.ts.map +1 -0
  3895. package/src/shipping_v2/model/OneClickShipmentRequest.js +32 -19
  3896. package/src/shipping_v2/model/OneClickShipmentResponse.d.ts +22 -0
  3897. package/src/shipping_v2/model/OneClickShipmentResponse.d.ts.map +1 -0
  3898. package/src/shipping_v2/model/OneClickShipmentResponse.js +4 -3
  3899. package/src/shipping_v2/model/OneClickShipmentResult.d.ts +40 -0
  3900. package/src/shipping_v2/model/OneClickShipmentResult.d.ts.map +1 -0
  3901. package/src/shipping_v2/model/OneClickShipmentResult.js +18 -12
  3902. package/src/shipping_v2/model/OneClickShipmentValueAddedService.d.ts +31 -0
  3903. package/src/shipping_v2/model/OneClickShipmentValueAddedService.d.ts.map +1 -0
  3904. package/src/shipping_v2/model/OneClickShipmentValueAddedService.js +5 -3
  3905. package/src/shipping_v2/model/OperatingHours.d.ts +33 -0
  3906. package/src/shipping_v2/model/OperatingHours.d.ts.map +1 -0
  3907. package/src/shipping_v2/model/OperatingHours.js +8 -5
  3908. package/src/shipping_v2/model/Package.d.ts +56 -0
  3909. package/src/shipping_v2/model/Package.d.ts.map +1 -0
  3910. package/src/shipping_v2/model/Package.js +19 -11
  3911. package/src/shipping_v2/model/PackageDocument.d.ts +31 -0
  3912. package/src/shipping_v2/model/PackageDocument.d.ts.map +1 -0
  3913. package/src/shipping_v2/model/PackageDocument.js +9 -6
  3914. package/src/shipping_v2/model/PackageDocumentDetail.d.ts +34 -0
  3915. package/src/shipping_v2/model/PackageDocumentDetail.d.ts.map +1 -0
  3916. package/src/shipping_v2/model/PackageDocumentDetail.js +7 -4
  3917. package/src/shipping_v2/model/PaymentType.d.ts +24 -0
  3918. package/src/shipping_v2/model/PaymentType.d.ts.map +1 -0
  3919. package/src/shipping_v2/model/PaymentType.js +2 -2
  3920. package/src/shipping_v2/model/PrintOption.d.ts +36 -0
  3921. package/src/shipping_v2/model/PrintOption.d.ts.map +1 -0
  3922. package/src/shipping_v2/model/PrintOption.js +13 -9
  3923. package/src/shipping_v2/model/Promise.d.ts +27 -0
  3924. package/src/shipping_v2/model/Promise.d.ts.map +1 -0
  3925. package/src/shipping_v2/model/Promise.js +6 -4
  3926. package/src/shipping_v2/model/PurchaseShipmentRequest.d.ts +45 -0
  3927. package/src/shipping_v2/model/PurchaseShipmentRequest.d.ts.map +1 -0
  3928. package/src/shipping_v2/model/PurchaseShipmentRequest.js +11 -6
  3929. package/src/shipping_v2/model/PurchaseShipmentResponse.d.ts +22 -0
  3930. package/src/shipping_v2/model/PurchaseShipmentResponse.d.ts.map +1 -0
  3931. package/src/shipping_v2/model/PurchaseShipmentResponse.js +4 -3
  3932. package/src/shipping_v2/model/PurchaseShipmentResult.d.ts +37 -0
  3933. package/src/shipping_v2/model/PurchaseShipmentResult.d.ts.map +1 -0
  3934. package/src/shipping_v2/model/PurchaseShipmentResult.js +11 -7
  3935. package/src/shipping_v2/model/Rate.d.ts +76 -0
  3936. package/src/shipping_v2/model/Rate.d.ts.map +1 -0
  3937. package/src/shipping_v2/model/Rate.js +27 -13
  3938. package/src/shipping_v2/model/RateItem.d.ts +40 -0
  3939. package/src/shipping_v2/model/RateItem.d.ts.map +1 -0
  3940. package/src/shipping_v2/model/RateItem.js +9 -5
  3941. package/src/shipping_v2/model/RateItemID.d.ts +179 -0
  3942. package/src/shipping_v2/model/RateItemID.d.ts.map +1 -0
  3943. package/src/shipping_v2/model/RateItemID.js +2 -2
  3944. package/src/shipping_v2/model/RateItemType.d.ts +29 -0
  3945. package/src/shipping_v2/model/RateItemType.d.ts.map +1 -0
  3946. package/src/shipping_v2/model/RateItemType.js +2 -2
  3947. package/src/shipping_v2/model/RequestedDocumentSpecification.d.ts +52 -0
  3948. package/src/shipping_v2/model/RequestedDocumentSpecification.d.ts.map +1 -0
  3949. package/src/shipping_v2/model/RequestedDocumentSpecification.js +16 -9
  3950. package/src/shipping_v2/model/RequestedLabelCustomization.d.ts +23 -0
  3951. package/src/shipping_v2/model/RequestedLabelCustomization.d.ts.map +1 -0
  3952. package/src/shipping_v2/model/RequestedLabelCustomization.js +4 -3
  3953. package/src/shipping_v2/model/RequestedValueAddedService.d.ts +25 -0
  3954. package/src/shipping_v2/model/RequestedValueAddedService.d.ts.map +1 -0
  3955. package/src/shipping_v2/model/RequestedValueAddedService.js +3 -2
  3956. package/src/shipping_v2/model/Service.d.ts +27 -0
  3957. package/src/shipping_v2/model/Service.d.ts.map +1 -0
  3958. package/src/shipping_v2/model/Service.js +4 -2
  3959. package/src/shipping_v2/model/ServiceSelection.d.ts +25 -0
  3960. package/src/shipping_v2/model/ServiceSelection.d.ts.map +1 -0
  3961. package/src/shipping_v2/model/ServiceSelection.js +5 -4
  3962. package/src/shipping_v2/model/SettlementType.d.ts +24 -0
  3963. package/src/shipping_v2/model/SettlementType.d.ts.map +1 -0
  3964. package/src/shipping_v2/model/SettlementType.js +2 -2
  3965. package/src/shipping_v2/model/ShipmentType.d.ts +24 -0
  3966. package/src/shipping_v2/model/ShipmentType.d.ts.map +1 -0
  3967. package/src/shipping_v2/model/ShipmentType.js +2 -2
  3968. package/src/shipping_v2/model/ShipperInstruction.d.ts +22 -0
  3969. package/src/shipping_v2/model/ShipperInstruction.d.ts.map +1 -0
  3970. package/src/shipping_v2/model/ShipperInstruction.js +3 -2
  3971. package/src/shipping_v2/model/Status.d.ts +64 -0
  3972. package/src/shipping_v2/model/Status.d.ts.map +1 -0
  3973. package/src/shipping_v2/model/Status.js +2 -2
  3974. package/src/shipping_v2/model/SubmitNdrFeedbackRequest.d.ts +34 -0
  3975. package/src/shipping_v2/model/SubmitNdrFeedbackRequest.d.ts.map +1 -0
  3976. package/src/shipping_v2/model/SubmitNdrFeedbackRequest.js +8 -5
  3977. package/src/shipping_v2/model/SupportedDocumentDetail.d.ts +28 -0
  3978. package/src/shipping_v2/model/SupportedDocumentDetail.d.ts.map +1 -0
  3979. package/src/shipping_v2/model/SupportedDocumentDetail.js +6 -4
  3980. package/src/shipping_v2/model/SupportedDocumentSpecification.d.ts +32 -0
  3981. package/src/shipping_v2/model/SupportedDocumentSpecification.d.ts.map +1 -0
  3982. package/src/shipping_v2/model/SupportedDocumentSpecification.js +11 -8
  3983. package/src/shipping_v2/model/TaxDetail.d.ts +28 -0
  3984. package/src/shipping_v2/model/TaxDetail.d.ts.map +1 -0
  3985. package/src/shipping_v2/model/TaxDetail.js +6 -4
  3986. package/src/shipping_v2/model/TaxType.d.ts +19 -0
  3987. package/src/shipping_v2/model/TaxType.d.ts.map +1 -0
  3988. package/src/shipping_v2/model/TaxType.js +2 -2
  3989. package/src/shipping_v2/model/TimeOfDay.d.ts +34 -0
  3990. package/src/shipping_v2/model/TimeOfDay.d.ts.map +1 -0
  3991. package/src/shipping_v2/model/TimeOfDay.js +5 -2
  3992. package/src/shipping_v2/model/TimeWindow.d.ts +28 -0
  3993. package/src/shipping_v2/model/TimeWindow.d.ts.map +1 -0
  3994. package/src/shipping_v2/model/TimeWindow.js +4 -2
  3995. package/src/shipping_v2/model/TrackingDetailCodes.d.ts +28 -0
  3996. package/src/shipping_v2/model/TrackingDetailCodes.d.ts.map +1 -0
  3997. package/src/shipping_v2/model/TrackingDetailCodes.js +8 -6
  3998. package/src/shipping_v2/model/TrackingSummary.d.ts +28 -0
  3999. package/src/shipping_v2/model/TrackingSummary.d.ts.map +1 -0
  4000. package/src/shipping_v2/model/TrackingSummary.js +6 -4
  4001. package/src/shipping_v2/model/UnlinkCarrierAccountRequest.d.ts +29 -0
  4002. package/src/shipping_v2/model/UnlinkCarrierAccountRequest.d.ts.map +1 -0
  4003. package/src/shipping_v2/model/UnlinkCarrierAccountRequest.js +5 -3
  4004. package/src/shipping_v2/model/UnlinkCarrierAccountResponse.d.ts +22 -0
  4005. package/src/shipping_v2/model/UnlinkCarrierAccountResponse.d.ts.map +1 -0
  4006. package/src/shipping_v2/model/UnlinkCarrierAccountResponse.js +3 -2
  4007. package/src/shipping_v2/model/UnmanifestedCarrierInformation.d.ts +35 -0
  4008. package/src/shipping_v2/model/UnmanifestedCarrierInformation.d.ts.map +1 -0
  4009. package/src/shipping_v2/model/UnmanifestedCarrierInformation.js +6 -3
  4010. package/src/shipping_v2/model/UnmanifestedShipmentLocation.d.ts +28 -0
  4011. package/src/shipping_v2/model/UnmanifestedShipmentLocation.d.ts.map +1 -0
  4012. package/src/shipping_v2/model/UnmanifestedShipmentLocation.js +5 -3
  4013. package/src/shipping_v2/model/ValidationMetadata.d.ts +34 -0
  4014. package/src/shipping_v2/model/ValidationMetadata.d.ts.map +1 -0
  4015. package/src/shipping_v2/model/ValidationMetadata.js +5 -2
  4016. package/src/shipping_v2/model/ValueAddedService.d.ts +30 -0
  4017. package/src/shipping_v2/model/ValueAddedService.d.ts.map +1 -0
  4018. package/src/shipping_v2/model/ValueAddedService.js +7 -4
  4019. package/src/shipping_v2/model/ValueAddedServiceDetails.d.ts +22 -0
  4020. package/src/shipping_v2/model/ValueAddedServiceDetails.d.ts.map +1 -0
  4021. package/src/shipping_v2/model/ValueAddedServiceDetails.js +4 -3
  4022. package/src/shipping_v2/model/Weight.d.ts +39 -0
  4023. package/src/shipping_v2/model/Weight.d.ts.map +1 -0
  4024. package/src/shipping_v2/model/Weight.js +6 -4
  4025. package/src/solicitations_v1/ApiClient.d.ts +260 -0
  4026. package/src/solicitations_v1/ApiClient.d.ts.map +1 -0
  4027. package/src/solicitations_v1/api/SolicitationsApi.d.ts +58 -0
  4028. package/src/solicitations_v1/api/SolicitationsApi.d.ts.map +1 -0
  4029. package/src/solicitations_v1/api/SolicitationsApi.js +11 -11
  4030. package/src/solicitations_v1/index.d.ts +16 -0
  4031. package/src/solicitations_v1/index.d.ts.map +1 -0
  4032. package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.d.ts +23 -0
  4033. package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.d.ts.map +1 -0
  4034. package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.js +4 -3
  4035. package/src/solicitations_v1/model/Error.d.ts +33 -0
  4036. package/src/solicitations_v1/model/Error.d.ts.map +1 -0
  4037. package/src/solicitations_v1/model/Error.js +5 -2
  4038. package/src/solicitations_v1/model/GetSchemaResponse.d.ts +37 -0
  4039. package/src/solicitations_v1/model/GetSchemaResponse.d.ts.map +1 -0
  4040. package/src/solicitations_v1/model/GetSchemaResponse.js +8 -5
  4041. package/src/solicitations_v1/model/GetSchemaResponseLinks.d.ts +25 -0
  4042. package/src/solicitations_v1/model/GetSchemaResponseLinks.d.ts.map +1 -0
  4043. package/src/solicitations_v1/model/GetSchemaResponseLinks.js +5 -4
  4044. package/src/solicitations_v1/model/GetSolicitationActionResponse.d.ts +41 -0
  4045. package/src/solicitations_v1/model/GetSolicitationActionResponse.d.ts.map +1 -0
  4046. package/src/solicitations_v1/model/GetSolicitationActionResponse.js +10 -6
  4047. package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.d.ts +22 -0
  4048. package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.d.ts.map +1 -0
  4049. package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.js +4 -3
  4050. package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.d.ts +27 -0
  4051. package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.d.ts.map +1 -0
  4052. package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.js +8 -6
  4053. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.d.ts +35 -0
  4054. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.d.ts.map +1 -0
  4055. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.js +8 -5
  4056. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.d.ts +25 -0
  4057. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.d.ts.map +1 -0
  4058. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.js +5 -4
  4059. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.d.ts +27 -0
  4060. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.d.ts.map +1 -0
  4061. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.js +8 -6
  4062. package/src/solicitations_v1/model/LinkObject.d.ts +31 -0
  4063. package/src/solicitations_v1/model/LinkObject.d.ts.map +1 -0
  4064. package/src/solicitations_v1/model/LinkObject.js +4 -2
  4065. package/src/solicitations_v1/model/SolicitationsAction.d.ts +25 -0
  4066. package/src/solicitations_v1/model/SolicitationsAction.d.ts.map +1 -0
  4067. package/src/solicitations_v1/model/SolicitationsAction.js +3 -2
  4068. package/src/supplysources_v2020_07_01/ApiClient.d.ts +260 -0
  4069. package/src/supplysources_v2020_07_01/ApiClient.d.ts.map +1 -0
  4070. package/src/supplysources_v2020_07_01/api/SupplySourcesApi.d.ts +133 -0
  4071. package/src/supplysources_v2020_07_01/api/SupplySourcesApi.d.ts.map +1 -0
  4072. package/src/supplysources_v2020_07_01/api/SupplySourcesApi.js +31 -31
  4073. package/src/supplysources_v2020_07_01/index.d.ts +40 -0
  4074. package/src/supplysources_v2020_07_01/index.d.ts.map +1 -0
  4075. package/src/supplysources_v2020_07_01/model/Address.d.ts +73 -0
  4076. package/src/supplysources_v2020_07_01/model/Address.d.ts.map +1 -0
  4077. package/src/supplysources_v2020_07_01/model/Address.js +13 -2
  4078. package/src/supplysources_v2020_07_01/model/AddressWithContact.d.ts +28 -0
  4079. package/src/supplysources_v2020_07_01/model/AddressWithContact.d.ts.map +1 -0
  4080. package/src/supplysources_v2020_07_01/model/AddressWithContact.js +6 -4
  4081. package/src/supplysources_v2020_07_01/model/ContactDetails.d.ts +22 -0
  4082. package/src/supplysources_v2020_07_01/model/ContactDetails.d.ts.map +1 -0
  4083. package/src/supplysources_v2020_07_01/model/ContactDetails.js +4 -3
  4084. package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.d.ts +28 -0
  4085. package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.d.ts.map +1 -0
  4086. package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.js +4 -2
  4087. package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.d.ts +30 -0
  4088. package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.d.ts.map +1 -0
  4089. package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.js +7 -4
  4090. package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.d.ts +27 -0
  4091. package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.d.ts.map +1 -0
  4092. package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.js +4 -2
  4093. package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.d.ts +34 -0
  4094. package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.d.ts.map +1 -0
  4095. package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.js +7 -4
  4096. package/src/supplysources_v2020_07_01/model/DeliveryChannel.d.ts +27 -0
  4097. package/src/supplysources_v2020_07_01/model/DeliveryChannel.d.ts.map +1 -0
  4098. package/src/supplysources_v2020_07_01/model/DeliveryChannel.js +5 -3
  4099. package/src/supplysources_v2020_07_01/model/Duration.d.ts +28 -0
  4100. package/src/supplysources_v2020_07_01/model/Duration.d.ts.map +1 -0
  4101. package/src/supplysources_v2020_07_01/model/Duration.js +5 -3
  4102. package/src/supplysources_v2020_07_01/model/Error.d.ts +33 -0
  4103. package/src/supplysources_v2020_07_01/model/Error.d.ts.map +1 -0
  4104. package/src/supplysources_v2020_07_01/model/Error.js +5 -2
  4105. package/src/supplysources_v2020_07_01/model/ErrorList.d.ts +26 -0
  4106. package/src/supplysources_v2020_07_01/model/ErrorList.d.ts.map +1 -0
  4107. package/src/supplysources_v2020_07_01/model/ErrorList.js +5 -4
  4108. package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.d.ts +29 -0
  4109. package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.d.ts.map +1 -0
  4110. package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.js +5 -3
  4111. package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.d.ts +28 -0
  4112. package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.d.ts.map +1 -0
  4113. package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.js +5 -3
  4114. package/src/supplysources_v2020_07_01/model/OperatingHour.d.ts +28 -0
  4115. package/src/supplysources_v2020_07_01/model/OperatingHour.d.ts.map +1 -0
  4116. package/src/supplysources_v2020_07_01/model/OperatingHour.js +4 -2
  4117. package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.d.ts +59 -0
  4118. package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.d.ts.map +1 -0
  4119. package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.js +16 -9
  4120. package/src/supplysources_v2020_07_01/model/OperationalConfiguration.d.ts +40 -0
  4121. package/src/supplysources_v2020_07_01/model/OperationalConfiguration.d.ts.map +1 -0
  4122. package/src/supplysources_v2020_07_01/model/OperationalConfiguration.js +10 -6
  4123. package/src/supplysources_v2020_07_01/model/OutboundCapability.d.ts +45 -0
  4124. package/src/supplysources_v2020_07_01/model/OutboundCapability.d.ts.map +1 -0
  4125. package/src/supplysources_v2020_07_01/model/OutboundCapability.js +11 -6
  4126. package/src/supplysources_v2020_07_01/model/ParkingConfiguration.d.ts +34 -0
  4127. package/src/supplysources_v2020_07_01/model/ParkingConfiguration.d.ts.map +1 -0
  4128. package/src/supplysources_v2020_07_01/model/ParkingConfiguration.js +7 -4
  4129. package/src/supplysources_v2020_07_01/model/ParkingCostType.d.ts +24 -0
  4130. package/src/supplysources_v2020_07_01/model/ParkingCostType.d.ts.map +1 -0
  4131. package/src/supplysources_v2020_07_01/model/ParkingCostType.js +2 -2
  4132. package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.d.ts +24 -0
  4133. package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.d.ts.map +1 -0
  4134. package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.js +2 -2
  4135. package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.d.ts +40 -0
  4136. package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.d.ts.map +1 -0
  4137. package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.js +14 -7
  4138. package/src/supplysources_v2020_07_01/model/PickupChannel.d.ts +45 -0
  4139. package/src/supplysources_v2020_07_01/model/PickupChannel.d.ts.map +1 -0
  4140. package/src/supplysources_v2020_07_01/model/PickupChannel.js +11 -6
  4141. package/src/supplysources_v2020_07_01/model/ReturnLocation.d.ts +28 -0
  4142. package/src/supplysources_v2020_07_01/model/ReturnLocation.d.ts.map +1 -0
  4143. package/src/supplysources_v2020_07_01/model/ReturnLocation.js +5 -3
  4144. package/src/supplysources_v2020_07_01/model/ServicesCapability.d.ts +28 -0
  4145. package/src/supplysources_v2020_07_01/model/ServicesCapability.d.ts.map +1 -0
  4146. package/src/supplysources_v2020_07_01/model/ServicesCapability.js +5 -3
  4147. package/src/supplysources_v2020_07_01/model/SupplySource.d.ts +70 -0
  4148. package/src/supplysources_v2020_07_01/model/SupplySource.d.ts.map +1 -0
  4149. package/src/supplysources_v2020_07_01/model/SupplySource.js +15 -6
  4150. package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.d.ts +28 -0
  4151. package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.d.ts.map +1 -0
  4152. package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.js +6 -4
  4153. package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.d.ts +28 -0
  4154. package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.d.ts.map +1 -0
  4155. package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.js +5 -3
  4156. package/src/supplysources_v2020_07_01/model/SupplySourceListInner.d.ts +40 -0
  4157. package/src/supplysources_v2020_07_01/model/SupplySourceListInner.d.ts.map +1 -0
  4158. package/src/supplysources_v2020_07_01/model/SupplySourceListInner.js +7 -3
  4159. package/src/supplysources_v2020_07_01/model/SupplySourceStatus.d.ts +24 -0
  4160. package/src/supplysources_v2020_07_01/model/SupplySourceStatus.d.ts.map +1 -0
  4161. package/src/supplysources_v2020_07_01/model/SupplySourceStatus.js +2 -2
  4162. package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.d.ts +29 -0
  4163. package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.d.ts.map +1 -0
  4164. package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.js +2 -2
  4165. package/src/supplysources_v2020_07_01/model/ThroughputCap.d.ts +28 -0
  4166. package/src/supplysources_v2020_07_01/model/ThroughputCap.d.ts.map +1 -0
  4167. package/src/supplysources_v2020_07_01/model/ThroughputCap.js +5 -3
  4168. package/src/supplysources_v2020_07_01/model/ThroughputConfig.d.ts +32 -0
  4169. package/src/supplysources_v2020_07_01/model/ThroughputConfig.d.ts.map +1 -0
  4170. package/src/supplysources_v2020_07_01/model/ThroughputConfig.js +7 -5
  4171. package/src/supplysources_v2020_07_01/model/ThroughputUnit.d.ts +19 -0
  4172. package/src/supplysources_v2020_07_01/model/ThroughputUnit.d.ts.map +1 -0
  4173. package/src/supplysources_v2020_07_01/model/ThroughputUnit.js +2 -2
  4174. package/src/supplysources_v2020_07_01/model/TimeUnit.d.ts +29 -0
  4175. package/src/supplysources_v2020_07_01/model/TimeUnit.d.ts.map +1 -0
  4176. package/src/supplysources_v2020_07_01/model/TimeUnit.js +2 -2
  4177. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.d.ts +34 -0
  4178. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.d.ts.map +1 -0
  4179. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.js +7 -4
  4180. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.d.ts +22 -0
  4181. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.d.ts.map +1 -0
  4182. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.js +4 -3
  4183. package/src/tokens_v2021_03_01/ApiClient.d.ts +260 -0
  4184. package/src/tokens_v2021_03_01/ApiClient.d.ts.map +1 -0
  4185. package/src/tokens_v2021_03_01/api/TokensApi.d.ts +42 -0
  4186. package/src/tokens_v2021_03_01/api/TokensApi.d.ts.map +1 -0
  4187. package/src/tokens_v2021_03_01/api/TokensApi.js +7 -7
  4188. package/src/tokens_v2021_03_01/index.d.ts +9 -0
  4189. package/src/tokens_v2021_03_01/index.d.ts.map +1 -0
  4190. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.d.ts +32 -0
  4191. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.d.ts.map +1 -0
  4192. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.js +6 -4
  4193. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.d.ts +28 -0
  4194. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.d.ts.map +1 -0
  4195. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.js +4 -2
  4196. package/src/tokens_v2021_03_01/model/Error.d.ts +33 -0
  4197. package/src/tokens_v2021_03_01/model/Error.d.ts.map +1 -0
  4198. package/src/tokens_v2021_03_01/model/Error.js +5 -2
  4199. package/src/tokens_v2021_03_01/model/ErrorList.d.ts +22 -0
  4200. package/src/tokens_v2021_03_01/model/ErrorList.d.ts.map +1 -0
  4201. package/src/tokens_v2021_03_01/model/ErrorList.js +4 -3
  4202. package/src/tokens_v2021_03_01/model/RestrictedResource.d.ts +45 -0
  4203. package/src/tokens_v2021_03_01/model/RestrictedResource.d.ts.map +1 -0
  4204. package/src/tokens_v2021_03_01/model/RestrictedResource.js +8 -5
  4205. package/src/transfers_v2024_06_01/ApiClient.d.ts +260 -0
  4206. package/src/transfers_v2024_06_01/ApiClient.d.ts.map +1 -0
  4207. package/src/transfers_v2024_06_01/api/DefaultApi.d.ts +63 -0
  4208. package/src/transfers_v2024_06_01/api/DefaultApi.d.ts.map +1 -0
  4209. package/src/transfers_v2024_06_01/api/DefaultApi.js +13 -13
  4210. package/src/transfers_v2024_06_01/index.d.ts +13 -0
  4211. package/src/transfers_v2024_06_01/index.d.ts.map +1 -0
  4212. package/src/transfers_v2024_06_01/model/AssignmentType.d.ts +19 -0
  4213. package/src/transfers_v2024_06_01/model/AssignmentType.d.ts.map +1 -0
  4214. package/src/transfers_v2024_06_01/model/AssignmentType.js +2 -2
  4215. package/src/transfers_v2024_06_01/model/Error.d.ts +33 -0
  4216. package/src/transfers_v2024_06_01/model/Error.d.ts.map +1 -0
  4217. package/src/transfers_v2024_06_01/model/Error.js +5 -2
  4218. package/src/transfers_v2024_06_01/model/ErrorList.d.ts +26 -0
  4219. package/src/transfers_v2024_06_01/model/ErrorList.d.ts.map +1 -0
  4220. package/src/transfers_v2024_06_01/model/ErrorList.js +5 -4
  4221. package/src/transfers_v2024_06_01/model/ExpiryDate.d.ts +28 -0
  4222. package/src/transfers_v2024_06_01/model/ExpiryDate.d.ts.map +1 -0
  4223. package/src/transfers_v2024_06_01/model/ExpiryDate.js +4 -2
  4224. package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.d.ts +23 -0
  4225. package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.d.ts.map +1 -0
  4226. package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.js +4 -3
  4227. package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.d.ts +27 -0
  4228. package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.d.ts.map +1 -0
  4229. package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.js +4 -2
  4230. package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.d.ts +25 -0
  4231. package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.d.ts.map +1 -0
  4232. package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.js +3 -2
  4233. package/src/transfers_v2024_06_01/model/PaymentMethodDetails.d.ts +58 -0
  4234. package/src/transfers_v2024_06_01/model/PaymentMethodDetails.d.ts.map +1 -0
  4235. package/src/transfers_v2024_06_01/model/PaymentMethodDetails.js +12 -5
  4236. package/src/transfers_v2024_06_01/model/PaymentMethodType.d.ts +29 -0
  4237. package/src/transfers_v2024_06_01/model/PaymentMethodType.d.ts.map +1 -0
  4238. package/src/transfers_v2024_06_01/model/PaymentMethodType.js +2 -2
  4239. package/src/uploads_v2020_11_01/ApiClient.d.ts +260 -0
  4240. package/src/uploads_v2020_11_01/ApiClient.d.ts.map +1 -0
  4241. package/src/uploads_v2020_11_01/api/UploadsApi.d.ts +53 -0
  4242. package/src/uploads_v2020_11_01/api/UploadsApi.d.ts.map +1 -0
  4243. package/src/uploads_v2020_11_01/api/UploadsApi.js +11 -11
  4244. package/src/uploads_v2020_11_01/index.d.ts +7 -0
  4245. package/src/uploads_v2020_11_01/index.d.ts.map +1 -0
  4246. package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.d.ts +29 -0
  4247. package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.d.ts.map +1 -0
  4248. package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.js +6 -4
  4249. package/src/uploads_v2020_11_01/model/Error.d.ts +33 -0
  4250. package/src/uploads_v2020_11_01/model/Error.d.ts.map +1 -0
  4251. package/src/uploads_v2020_11_01/model/Error.js +5 -2
  4252. package/src/uploads_v2020_11_01/model/UploadDestination.d.ts +34 -0
  4253. package/src/uploads_v2020_11_01/model/UploadDestination.d.ts.map +1 -0
  4254. package/src/uploads_v2020_11_01/model/UploadDestination.js +5 -2
  4255. package/src/vehicles_v2024_11_01/ApiClient.d.ts +260 -0
  4256. package/src/vehicles_v2024_11_01/ApiClient.d.ts.map +1 -0
  4257. package/src/vehicles_v2024_11_01/api/AutomotiveApi.d.ts +55 -0
  4258. package/src/vehicles_v2024_11_01/api/AutomotiveApi.d.ts.map +1 -0
  4259. package/src/vehicles_v2024_11_01/api/AutomotiveApi.js +13 -13
  4260. package/src/vehicles_v2024_11_01/api/VehiclesApi.d.ts +55 -0
  4261. package/src/vehicles_v2024_11_01/api/VehiclesApi.d.ts.map +1 -0
  4262. package/src/vehicles_v2024_11_01/api/VehiclesApi.js +13 -13
  4263. package/src/vehicles_v2024_11_01/index.d.ts +16 -0
  4264. package/src/vehicles_v2024_11_01/index.d.ts.map +1 -0
  4265. package/src/vehicles_v2024_11_01/model/EngineOutput.d.ts +28 -0
  4266. package/src/vehicles_v2024_11_01/model/EngineOutput.d.ts.map +1 -0
  4267. package/src/vehicles_v2024_11_01/model/EngineOutput.js +6 -4
  4268. package/src/vehicles_v2024_11_01/model/EngineOutputUnit.d.ts +24 -0
  4269. package/src/vehicles_v2024_11_01/model/EngineOutputUnit.d.ts.map +1 -0
  4270. package/src/vehicles_v2024_11_01/model/EngineOutputUnit.js +2 -2
  4271. package/src/vehicles_v2024_11_01/model/Error.d.ts +33 -0
  4272. package/src/vehicles_v2024_11_01/model/Error.d.ts.map +1 -0
  4273. package/src/vehicles_v2024_11_01/model/Error.js +5 -2
  4274. package/src/vehicles_v2024_11_01/model/ErrorList.d.ts +26 -0
  4275. package/src/vehicles_v2024_11_01/model/ErrorList.d.ts.map +1 -0
  4276. package/src/vehicles_v2024_11_01/model/ErrorList.js +5 -4
  4277. package/src/vehicles_v2024_11_01/model/MonthAndYear.d.ts +28 -0
  4278. package/src/vehicles_v2024_11_01/model/MonthAndYear.d.ts.map +1 -0
  4279. package/src/vehicles_v2024_11_01/model/MonthAndYear.js +4 -2
  4280. package/src/vehicles_v2024_11_01/model/Pagination.d.ts +28 -0
  4281. package/src/vehicles_v2024_11_01/model/Pagination.d.ts.map +1 -0
  4282. package/src/vehicles_v2024_11_01/model/Pagination.js +4 -2
  4283. package/src/vehicles_v2024_11_01/model/Vehicle.d.ts +84 -0
  4284. package/src/vehicles_v2024_11_01/model/Vehicle.d.ts.map +1 -0
  4285. package/src/vehicles_v2024_11_01/model/Vehicle.js +20 -8
  4286. package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.d.ts +28 -0
  4287. package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.d.ts.map +1 -0
  4288. package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.js +6 -4
  4289. package/src/vehicles_v2024_11_01/model/VehicleStandard.d.ts +24 -0
  4290. package/src/vehicles_v2024_11_01/model/VehicleStandard.d.ts.map +1 -0
  4291. package/src/vehicles_v2024_11_01/model/VehicleStandard.js +2 -2
  4292. package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.d.ts +24 -0
  4293. package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.d.ts.map +1 -0
  4294. package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.js +2 -2
  4295. package/src/vehicles_v2024_11_01/model/VehiclesResponse.d.ts +32 -0
  4296. package/src/vehicles_v2024_11_01/model/VehiclesResponse.d.ts.map +1 -0
  4297. package/src/vehicles_v2024_11_01/model/VehiclesResponse.js +7 -5
  4298. package/src/vendordfinventory_v1/ApiClient.d.ts +260 -0
  4299. package/src/vendordfinventory_v1/ApiClient.d.ts.map +1 -0
  4300. package/src/vendordfinventory_v1/api/UpdateInventoryApi.d.ts +44 -0
  4301. package/src/vendordfinventory_v1/api/UpdateInventoryApi.d.ts.map +1 -0
  4302. package/src/vendordfinventory_v1/api/UpdateInventoryApi.js +7 -7
  4303. package/src/vendordfinventory_v1/index.d.ts +12 -0
  4304. package/src/vendordfinventory_v1/index.d.ts.map +1 -0
  4305. package/src/vendordfinventory_v1/model/Error.d.ts +33 -0
  4306. package/src/vendordfinventory_v1/model/Error.d.ts.map +1 -0
  4307. package/src/vendordfinventory_v1/model/Error.js +5 -2
  4308. package/src/vendordfinventory_v1/model/InventoryUpdate.d.ts +31 -0
  4309. package/src/vendordfinventory_v1/model/InventoryUpdate.d.ts.map +1 -0
  4310. package/src/vendordfinventory_v1/model/InventoryUpdate.js +9 -6
  4311. package/src/vendordfinventory_v1/model/ItemDetails.d.ts +44 -0
  4312. package/src/vendordfinventory_v1/model/ItemDetails.d.ts.map +1 -0
  4313. package/src/vendordfinventory_v1/model/ItemDetails.js +8 -4
  4314. package/src/vendordfinventory_v1/model/ItemQuantity.d.ts +31 -0
  4315. package/src/vendordfinventory_v1/model/ItemQuantity.d.ts.map +1 -0
  4316. package/src/vendordfinventory_v1/model/ItemQuantity.js +4 -2
  4317. package/src/vendordfinventory_v1/model/PartyIdentification.d.ts +25 -0
  4318. package/src/vendordfinventory_v1/model/PartyIdentification.d.ts.map +1 -0
  4319. package/src/vendordfinventory_v1/model/PartyIdentification.js +3 -2
  4320. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.d.ts +22 -0
  4321. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.d.ts.map +1 -0
  4322. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.js +4 -3
  4323. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.d.ts +29 -0
  4324. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.d.ts.map +1 -0
  4325. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.js +6 -4
  4326. package/src/vendordfinventory_v1/model/TransactionReference.d.ts +22 -0
  4327. package/src/vendordfinventory_v1/model/TransactionReference.d.ts.map +1 -0
  4328. package/src/vendordfinventory_v1/model/TransactionReference.js +3 -2
  4329. package/src/vendordforders_v2021_12_28/ApiClient.d.ts +260 -0
  4330. package/src/vendordforders_v2021_12_28/ApiClient.d.ts.map +1 -0
  4331. package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.d.ts +98 -0
  4332. package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.d.ts.map +1 -0
  4333. package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.js +25 -25
  4334. package/src/vendordforders_v2021_12_28/index.d.ts +29 -0
  4335. package/src/vendordforders_v2021_12_28/index.d.ts.map +1 -0
  4336. package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.d.ts +28 -0
  4337. package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.d.ts.map +1 -0
  4338. package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.js +4 -2
  4339. package/src/vendordforders_v2021_12_28/model/Address.d.ts +79 -0
  4340. package/src/vendordforders_v2021_12_28/model/Address.d.ts.map +1 -0
  4341. package/src/vendordforders_v2021_12_28/model/Address.js +14 -2
  4342. package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.d.ts +22 -0
  4343. package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.d.ts.map +1 -0
  4344. package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.js +3 -2
  4345. package/src/vendordforders_v2021_12_28/model/Error.d.ts +33 -0
  4346. package/src/vendordforders_v2021_12_28/model/Error.d.ts.map +1 -0
  4347. package/src/vendordforders_v2021_12_28/model/Error.js +5 -2
  4348. package/src/vendordforders_v2021_12_28/model/ErrorList.d.ts +26 -0
  4349. package/src/vendordforders_v2021_12_28/model/ErrorList.d.ts.map +1 -0
  4350. package/src/vendordforders_v2021_12_28/model/ErrorList.js +5 -4
  4351. package/src/vendordforders_v2021_12_28/model/GiftDetails.d.ts +28 -0
  4352. package/src/vendordforders_v2021_12_28/model/GiftDetails.d.ts.map +1 -0
  4353. package/src/vendordforders_v2021_12_28/model/GiftDetails.js +4 -2
  4354. package/src/vendordforders_v2021_12_28/model/ItemQuantity.d.ts +37 -0
  4355. package/src/vendordforders_v2021_12_28/model/ItemQuantity.d.ts.map +1 -0
  4356. package/src/vendordforders_v2021_12_28/model/ItemQuantity.js +5 -3
  4357. package/src/vendordforders_v2021_12_28/model/Money.d.ts +28 -0
  4358. package/src/vendordforders_v2021_12_28/model/Money.d.ts.map +1 -0
  4359. package/src/vendordforders_v2021_12_28/model/Money.js +4 -2
  4360. package/src/vendordforders_v2021_12_28/model/Order.d.ts +31 -0
  4361. package/src/vendordforders_v2021_12_28/model/Order.d.ts.map +1 -0
  4362. package/src/vendordforders_v2021_12_28/model/Order.js +5 -3
  4363. package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.d.ts +40 -0
  4364. package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.d.ts.map +1 -0
  4365. package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.js +17 -10
  4366. package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts +67 -0
  4367. package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts.map +1 -0
  4368. package/src/vendordforders_v2021_12_28/model/OrderDetails.js +26 -16
  4369. package/src/vendordforders_v2021_12_28/model/OrderItem.d.ts +78 -0
  4370. package/src/vendordforders_v2021_12_28/model/OrderItem.d.ts.map +1 -0
  4371. package/src/vendordforders_v2021_12_28/model/OrderItem.js +22 -11
  4372. package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.d.ts +40 -0
  4373. package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.d.ts.map +1 -0
  4374. package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.js +8 -4
  4375. package/src/vendordforders_v2021_12_28/model/OrderList.d.ts +29 -0
  4376. package/src/vendordforders_v2021_12_28/model/OrderList.d.ts.map +1 -0
  4377. package/src/vendordforders_v2021_12_28/model/OrderList.js +6 -4
  4378. package/src/vendordforders_v2021_12_28/model/Pagination.d.ts +22 -0
  4379. package/src/vendordforders_v2021_12_28/model/Pagination.d.ts.map +1 -0
  4380. package/src/vendordforders_v2021_12_28/model/Pagination.js +3 -2
  4381. package/src/vendordforders_v2021_12_28/model/PartyIdentification.d.ts +37 -0
  4382. package/src/vendordforders_v2021_12_28/model/PartyIdentification.d.ts.map +1 -0
  4383. package/src/vendordforders_v2021_12_28/model/PartyIdentification.js +7 -4
  4384. package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.d.ts +34 -0
  4385. package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.d.ts.map +1 -0
  4386. package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.js +5 -2
  4387. package/src/vendordforders_v2021_12_28/model/ShipmentDates.d.ts +31 -0
  4388. package/src/vendordforders_v2021_12_28/model/ShipmentDates.d.ts.map +1 -0
  4389. package/src/vendordforders_v2021_12_28/model/ShipmentDates.js +4 -2
  4390. package/src/vendordforders_v2021_12_28/model/ShipmentDetails.d.ts +46 -0
  4391. package/src/vendordforders_v2021_12_28/model/ShipmentDetails.d.ts.map +1 -0
  4392. package/src/vendordforders_v2021_12_28/model/ShipmentDetails.js +11 -4
  4393. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.d.ts +23 -0
  4394. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.d.ts.map +1 -0
  4395. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.js +4 -3
  4396. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.d.ts +28 -0
  4397. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.d.ts.map +1 -0
  4398. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.js +6 -4
  4399. package/src/vendordforders_v2021_12_28/model/TaxDetails.d.ts +86 -0
  4400. package/src/vendordforders_v2021_12_28/model/TaxDetails.d.ts.map +1 -0
  4401. package/src/vendordforders_v2021_12_28/model/TaxDetails.js +10 -6
  4402. package/src/vendordforders_v2021_12_28/model/TaxItemDetails.d.ts +23 -0
  4403. package/src/vendordforders_v2021_12_28/model/TaxItemDetails.d.ts.map +1 -0
  4404. package/src/vendordforders_v2021_12_28/model/TaxItemDetails.js +4 -3
  4405. package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.d.ts +53 -0
  4406. package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.d.ts.map +1 -0
  4407. package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.js +8 -4
  4408. package/src/vendordforders_v2021_12_28/model/TransactionId.d.ts +22 -0
  4409. package/src/vendordforders_v2021_12_28/model/TransactionId.d.ts.map +1 -0
  4410. package/src/vendordforders_v2021_12_28/model/TransactionId.js +3 -2
  4411. package/src/vendordfpayments_v1/ApiClient.d.ts +260 -0
  4412. package/src/vendordfpayments_v1/ApiClient.d.ts.map +1 -0
  4413. package/src/vendordfpayments_v1/api/VendorInvoiceApi.d.ts +42 -0
  4414. package/src/vendordfpayments_v1/api/VendorInvoiceApi.d.ts.map +1 -0
  4415. package/src/vendordfpayments_v1/api/VendorInvoiceApi.js +7 -7
  4416. package/src/vendordfpayments_v1/index.d.ts +18 -0
  4417. package/src/vendordfpayments_v1/index.d.ts.map +1 -0
  4418. package/src/vendordfpayments_v1/model/AdditionalDetails.d.ts +43 -0
  4419. package/src/vendordfpayments_v1/model/AdditionalDetails.d.ts.map +1 -0
  4420. package/src/vendordfpayments_v1/model/AdditionalDetails.js +7 -4
  4421. package/src/vendordfpayments_v1/model/Address.d.ts +65 -0
  4422. package/src/vendordfpayments_v1/model/Address.d.ts.map +1 -0
  4423. package/src/vendordfpayments_v1/model/Address.js +13 -2
  4424. package/src/vendordfpayments_v1/model/ChargeDetails.d.ts +50 -0
  4425. package/src/vendordfpayments_v1/model/ChargeDetails.d.ts.map +1 -0
  4426. package/src/vendordfpayments_v1/model/ChargeDetails.js +10 -7
  4427. package/src/vendordfpayments_v1/model/Error.d.ts +33 -0
  4428. package/src/vendordfpayments_v1/model/Error.d.ts.map +1 -0
  4429. package/src/vendordfpayments_v1/model/Error.js +5 -2
  4430. package/src/vendordfpayments_v1/model/InvoiceDetail.d.ts +82 -0
  4431. package/src/vendordfpayments_v1/model/InvoiceDetail.d.ts.map +1 -0
  4432. package/src/vendordfpayments_v1/model/InvoiceDetail.js +27 -14
  4433. package/src/vendordfpayments_v1/model/InvoiceItem.d.ts +71 -0
  4434. package/src/vendordfpayments_v1/model/InvoiceItem.d.ts.map +1 -0
  4435. package/src/vendordfpayments_v1/model/InvoiceItem.js +18 -8
  4436. package/src/vendordfpayments_v1/model/ItemQuantity.d.ts +27 -0
  4437. package/src/vendordfpayments_v1/model/ItemQuantity.d.ts.map +1 -0
  4438. package/src/vendordfpayments_v1/model/ItemQuantity.js +4 -2
  4439. package/src/vendordfpayments_v1/model/Money.d.ts +27 -0
  4440. package/src/vendordfpayments_v1/model/Money.d.ts.map +1 -0
  4441. package/src/vendordfpayments_v1/model/Money.js +4 -2
  4442. package/src/vendordfpayments_v1/model/PartyIdentification.d.ts +38 -0
  4443. package/src/vendordfpayments_v1/model/PartyIdentification.d.ts.map +1 -0
  4444. package/src/vendordfpayments_v1/model/PartyIdentification.js +7 -4
  4445. package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.d.ts +23 -0
  4446. package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.d.ts.map +1 -0
  4447. package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.js +4 -3
  4448. package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.d.ts +29 -0
  4449. package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.d.ts.map +1 -0
  4450. package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.js +6 -4
  4451. package/src/vendordfpayments_v1/model/TaxDetail.d.ts +117 -0
  4452. package/src/vendordfpayments_v1/model/TaxDetail.d.ts.map +1 -0
  4453. package/src/vendordfpayments_v1/model/TaxDetail.js +11 -7
  4454. package/src/vendordfpayments_v1/model/TaxRegistrationDetail.d.ts +53 -0
  4455. package/src/vendordfpayments_v1/model/TaxRegistrationDetail.d.ts.map +1 -0
  4456. package/src/vendordfpayments_v1/model/TaxRegistrationDetail.js +8 -4
  4457. package/src/vendordfpayments_v1/model/TransactionReference.d.ts +22 -0
  4458. package/src/vendordfpayments_v1/model/TransactionReference.d.ts.map +1 -0
  4459. package/src/vendordfpayments_v1/model/TransactionReference.js +3 -2
  4460. package/src/vendordfshipping_v2021_12_28/ApiClient.d.ts +260 -0
  4461. package/src/vendordfshipping_v2021_12_28/ApiClient.d.ts.map +1 -0
  4462. package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.d.ts +44 -0
  4463. package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.d.ts.map +1 -0
  4464. package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.js +7 -7
  4465. package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.d.ts +80 -0
  4466. package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.d.ts.map +1 -0
  4467. package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.js +17 -17
  4468. package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.d.ts +111 -0
  4469. package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.d.ts.map +1 -0
  4470. package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.js +25 -25
  4471. package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.d.ts +113 -0
  4472. package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.d.ts.map +1 -0
  4473. package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.js +25 -25
  4474. package/src/vendordfshipping_v2021_12_28/index.d.ts +43 -0
  4475. package/src/vendordfshipping_v2021_12_28/index.d.ts.map +1 -0
  4476. package/src/vendordfshipping_v2021_12_28/model/Address.d.ts +77 -0
  4477. package/src/vendordfshipping_v2021_12_28/model/Address.d.ts.map +1 -0
  4478. package/src/vendordfshipping_v2021_12_28/model/Address.js +13 -2
  4479. package/src/vendordfshipping_v2021_12_28/model/CarrierId.d.ts +19 -0
  4480. package/src/vendordfshipping_v2021_12_28/model/CarrierId.d.ts.map +1 -0
  4481. package/src/vendordfshipping_v2021_12_28/model/CarrierId.js +2 -2
  4482. package/src/vendordfshipping_v2021_12_28/model/Container.d.ts +91 -0
  4483. package/src/vendordfshipping_v2021_12_28/model/Container.d.ts.map +1 -0
  4484. package/src/vendordfshipping_v2021_12_28/model/Container.js +21 -9
  4485. package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.d.ts +34 -0
  4486. package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.d.ts.map +1 -0
  4487. package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.js +7 -4
  4488. package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.d.ts +24 -0
  4489. package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.d.ts.map +1 -0
  4490. package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.js +2 -2
  4491. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.d.ts +36 -0
  4492. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.d.ts.map +1 -0
  4493. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.js +15 -10
  4494. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.d.ts +26 -0
  4495. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.d.ts.map +1 -0
  4496. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.js +5 -4
  4497. package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.d.ts +35 -0
  4498. package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.d.ts.map +1 -0
  4499. package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.js +10 -7
  4500. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.d.ts +27 -0
  4501. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.d.ts.map +1 -0
  4502. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.js +4 -2
  4503. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.d.ts +29 -0
  4504. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.d.ts.map +1 -0
  4505. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.js +6 -4
  4506. package/src/vendordfshipping_v2021_12_28/model/Dimensions.d.ts +41 -0
  4507. package/src/vendordfshipping_v2021_12_28/model/Dimensions.d.ts.map +1 -0
  4508. package/src/vendordfshipping_v2021_12_28/model/Dimensions.js +8 -4
  4509. package/src/vendordfshipping_v2021_12_28/model/Error.d.ts +33 -0
  4510. package/src/vendordfshipping_v2021_12_28/model/Error.d.ts.map +1 -0
  4511. package/src/vendordfshipping_v2021_12_28/model/Error.js +5 -2
  4512. package/src/vendordfshipping_v2021_12_28/model/ErrorList.d.ts +26 -0
  4513. package/src/vendordfshipping_v2021_12_28/model/ErrorList.d.ts.map +1 -0
  4514. package/src/vendordfshipping_v2021_12_28/model/ErrorList.js +5 -4
  4515. package/src/vendordfshipping_v2021_12_28/model/Item.d.ts +40 -0
  4516. package/src/vendordfshipping_v2021_12_28/model/Item.d.ts.map +1 -0
  4517. package/src/vendordfshipping_v2021_12_28/model/Item.js +8 -4
  4518. package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.d.ts +27 -0
  4519. package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.d.ts.map +1 -0
  4520. package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.js +4 -2
  4521. package/src/vendordfshipping_v2021_12_28/model/LabelData.d.ts +49 -0
  4522. package/src/vendordfshipping_v2021_12_28/model/LabelData.d.ts.map +1 -0
  4523. package/src/vendordfshipping_v2021_12_28/model/LabelData.js +7 -2
  4524. package/src/vendordfshipping_v2021_12_28/model/Package.d.ts +25 -0
  4525. package/src/vendordfshipping_v2021_12_28/model/Package.d.ts.map +1 -0
  4526. package/src/vendordfshipping_v2021_12_28/model/Package.js +3 -2
  4527. package/src/vendordfshipping_v2021_12_28/model/PackedItem.d.ts +46 -0
  4528. package/src/vendordfshipping_v2021_12_28/model/PackedItem.d.ts.map +1 -0
  4529. package/src/vendordfshipping_v2021_12_28/model/PackedItem.js +9 -4
  4530. package/src/vendordfshipping_v2021_12_28/model/PackingSlip.d.ts +46 -0
  4531. package/src/vendordfshipping_v2021_12_28/model/PackingSlip.d.ts.map +1 -0
  4532. package/src/vendordfshipping_v2021_12_28/model/PackingSlip.js +6 -3
  4533. package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.d.ts +29 -0
  4534. package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.d.ts.map +1 -0
  4535. package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.js +6 -4
  4536. package/src/vendordfshipping_v2021_12_28/model/Pagination.d.ts +22 -0
  4537. package/src/vendordfshipping_v2021_12_28/model/Pagination.d.ts.map +1 -0
  4538. package/src/vendordfshipping_v2021_12_28/model/Pagination.js +3 -2
  4539. package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.d.ts +38 -0
  4540. package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.d.ts.map +1 -0
  4541. package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.js +7 -4
  4542. package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.d.ts +43 -0
  4543. package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.d.ts.map +1 -0
  4544. package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.js +17 -11
  4545. package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.d.ts +55 -0
  4546. package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.d.ts.map +1 -0
  4547. package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.js +9 -4
  4548. package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.d.ts +34 -0
  4549. package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.d.ts.map +1 -0
  4550. package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.js +5 -2
  4551. package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.d.ts +33 -0
  4552. package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.d.ts.map +1 -0
  4553. package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.js +12 -8
  4554. package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.d.ts +45 -0
  4555. package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.d.ts.map +1 -0
  4556. package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.js +15 -10
  4557. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.d.ts +29 -0
  4558. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.d.ts.map +1 -0
  4559. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.js +6 -4
  4560. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.d.ts +37 -0
  4561. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.d.ts.map +1 -0
  4562. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.js +11 -7
  4563. package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.d.ts +40 -0
  4564. package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.d.ts.map +1 -0
  4565. package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.js +11 -5
  4566. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.d.ts +23 -0
  4567. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.d.ts.map +1 -0
  4568. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.js +4 -3
  4569. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.d.ts +23 -0
  4570. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.d.ts.map +1 -0
  4571. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.js +4 -3
  4572. package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.d.ts +23 -0
  4573. package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.d.ts.map +1 -0
  4574. package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.js +4 -3
  4575. package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.d.ts +53 -0
  4576. package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.d.ts.map +1 -0
  4577. package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.js +8 -4
  4578. package/src/vendordfshipping_v2021_12_28/model/TransactionReference.d.ts +22 -0
  4579. package/src/vendordfshipping_v2021_12_28/model/TransactionReference.d.ts.map +1 -0
  4580. package/src/vendordfshipping_v2021_12_28/model/TransactionReference.js +3 -2
  4581. package/src/vendordfshipping_v2021_12_28/model/Weight.d.ts +37 -0
  4582. package/src/vendordfshipping_v2021_12_28/model/Weight.d.ts.map +1 -0
  4583. package/src/vendordfshipping_v2021_12_28/model/Weight.js +6 -4
  4584. package/src/vendordftransactions_v2021_12_28/ApiClient.d.ts +260 -0
  4585. package/src/vendordftransactions_v2021_12_28/ApiClient.d.ts.map +1 -0
  4586. package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.d.ts +41 -0
  4587. package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.d.ts.map +1 -0
  4588. package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.js +5 -5
  4589. package/src/vendordftransactions_v2021_12_28/index.d.ts +8 -0
  4590. package/src/vendordftransactions_v2021_12_28/index.d.ts.map +1 -0
  4591. package/src/vendordftransactions_v2021_12_28/model/Error.d.ts +33 -0
  4592. package/src/vendordftransactions_v2021_12_28/model/Error.d.ts.map +1 -0
  4593. package/src/vendordftransactions_v2021_12_28/model/Error.js +5 -2
  4594. package/src/vendordftransactions_v2021_12_28/model/ErrorList.d.ts +26 -0
  4595. package/src/vendordftransactions_v2021_12_28/model/ErrorList.d.ts.map +1 -0
  4596. package/src/vendordftransactions_v2021_12_28/model/ErrorList.js +5 -4
  4597. package/src/vendordftransactions_v2021_12_28/model/Transaction.d.ts +44 -0
  4598. package/src/vendordftransactions_v2021_12_28/model/Transaction.d.ts.map +1 -0
  4599. package/src/vendordftransactions_v2021_12_28/model/Transaction.js +8 -5
  4600. package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.d.ts +22 -0
  4601. package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.d.ts.map +1 -0
  4602. package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.js +4 -3
  4603. package/src/vendorinvoices_v1/ApiClient.d.ts +260 -0
  4604. package/src/vendorinvoices_v1/ApiClient.d.ts.map +1 -0
  4605. package/src/vendorinvoices_v1/api/VendorPaymentsApi.d.ts +42 -0
  4606. package/src/vendorinvoices_v1/api/VendorPaymentsApi.d.ts.map +1 -0
  4607. package/src/vendorinvoices_v1/api/VendorPaymentsApi.js +7 -7
  4608. package/src/vendorinvoices_v1/index.d.ts +23 -0
  4609. package/src/vendorinvoices_v1/index.d.ts.map +1 -0
  4610. package/src/vendorinvoices_v1/model/AdditionalDetails.d.ts +44 -0
  4611. package/src/vendorinvoices_v1/model/AdditionalDetails.d.ts.map +1 -0
  4612. package/src/vendorinvoices_v1/model/AdditionalDetails.js +7 -4
  4613. package/src/vendorinvoices_v1/model/Address.d.ts +77 -0
  4614. package/src/vendorinvoices_v1/model/Address.d.ts.map +1 -0
  4615. package/src/vendorinvoices_v1/model/Address.js +13 -2
  4616. package/src/vendorinvoices_v1/model/AllowanceDetails.d.ts +55 -0
  4617. package/src/vendorinvoices_v1/model/AllowanceDetails.d.ts.map +1 -0
  4618. package/src/vendorinvoices_v1/model/AllowanceDetails.js +11 -7
  4619. package/src/vendorinvoices_v1/model/ChargeDetails.d.ts +60 -0
  4620. package/src/vendorinvoices_v1/model/ChargeDetails.d.ts.map +1 -0
  4621. package/src/vendorinvoices_v1/model/ChargeDetails.js +11 -7
  4622. package/src/vendorinvoices_v1/model/CreditNoteDetails.d.ts +58 -0
  4623. package/src/vendorinvoices_v1/model/CreditNoteDetails.d.ts.map +1 -0
  4624. package/src/vendorinvoices_v1/model/CreditNoteDetails.js +9 -2
  4625. package/src/vendorinvoices_v1/model/Error.d.ts +33 -0
  4626. package/src/vendorinvoices_v1/model/Error.d.ts.map +1 -0
  4627. package/src/vendorinvoices_v1/model/Error.js +5 -2
  4628. package/src/vendorinvoices_v1/model/Invoice.d.ts +107 -0
  4629. package/src/vendorinvoices_v1/model/Invoice.d.ts.map +1 -0
  4630. package/src/vendorinvoices_v1/model/Invoice.js +32 -17
  4631. package/src/vendorinvoices_v1/model/InvoiceItem.d.ts +88 -0
  4632. package/src/vendorinvoices_v1/model/InvoiceItem.d.ts.map +1 -0
  4633. package/src/vendorinvoices_v1/model/InvoiceItem.js +23 -11
  4634. package/src/vendorinvoices_v1/model/ItemQuantity.d.ts +49 -0
  4635. package/src/vendorinvoices_v1/model/ItemQuantity.d.ts.map +1 -0
  4636. package/src/vendorinvoices_v1/model/ItemQuantity.js +9 -5
  4637. package/src/vendorinvoices_v1/model/Money.d.ts +28 -0
  4638. package/src/vendorinvoices_v1/model/Money.d.ts.map +1 -0
  4639. package/src/vendorinvoices_v1/model/Money.js +4 -2
  4640. package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.d.ts +34 -0
  4641. package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.d.ts.map +1 -0
  4642. package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.js +2 -2
  4643. package/src/vendorinvoices_v1/model/PartyIdentification.d.ts +38 -0
  4644. package/src/vendorinvoices_v1/model/PartyIdentification.d.ts.map +1 -0
  4645. package/src/vendorinvoices_v1/model/PartyIdentification.js +7 -4
  4646. package/src/vendorinvoices_v1/model/PaymentTerms.d.ts +54 -0
  4647. package/src/vendorinvoices_v1/model/PaymentTerms.d.ts.map +1 -0
  4648. package/src/vendorinvoices_v1/model/PaymentTerms.js +7 -3
  4649. package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.d.ts +23 -0
  4650. package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.d.ts.map +1 -0
  4651. package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.js +4 -3
  4652. package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.d.ts +29 -0
  4653. package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.d.ts.map +1 -0
  4654. package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.js +6 -4
  4655. package/src/vendorinvoices_v1/model/TaxDetails.d.ts +117 -0
  4656. package/src/vendorinvoices_v1/model/TaxDetails.d.ts.map +1 -0
  4657. package/src/vendorinvoices_v1/model/TaxDetails.js +11 -7
  4658. package/src/vendorinvoices_v1/model/TaxRegistrationDetails.d.ts +37 -0
  4659. package/src/vendorinvoices_v1/model/TaxRegistrationDetails.d.ts.map +1 -0
  4660. package/src/vendorinvoices_v1/model/TaxRegistrationDetails.js +6 -4
  4661. package/src/vendorinvoices_v1/model/TotalWeight.d.ts +39 -0
  4662. package/src/vendorinvoices_v1/model/TotalWeight.d.ts.map +1 -0
  4663. package/src/vendorinvoices_v1/model/TotalWeight.js +6 -4
  4664. package/src/vendorinvoices_v1/model/TransactionId.d.ts +22 -0
  4665. package/src/vendorinvoices_v1/model/TransactionId.d.ts.map +1 -0
  4666. package/src/vendorinvoices_v1/model/TransactionId.js +3 -2
  4667. package/src/vendororders_v1/ApiClient.d.ts +260 -0
  4668. package/src/vendororders_v1/ApiClient.d.ts.map +1 -0
  4669. package/src/vendororders_v1/api/VendorOrdersApi.d.ts +185 -0
  4670. package/src/vendororders_v1/api/VendorOrdersApi.d.ts.map +1 -0
  4671. package/src/vendororders_v1/api/VendorOrdersApi.js +67 -67
  4672. package/src/vendororders_v1/index.d.ts +33 -0
  4673. package/src/vendororders_v1/index.d.ts.map +1 -0
  4674. package/src/vendororders_v1/model/AcknowledgementStatusDetails.d.ts +33 -0
  4675. package/src/vendororders_v1/model/AcknowledgementStatusDetails.d.ts.map +1 -0
  4676. package/src/vendororders_v1/model/AcknowledgementStatusDetails.js +7 -4
  4677. package/src/vendororders_v1/model/Address.d.ts +77 -0
  4678. package/src/vendororders_v1/model/Address.d.ts.map +1 -0
  4679. package/src/vendororders_v1/model/Address.js +13 -2
  4680. package/src/vendororders_v1/model/Error.d.ts +33 -0
  4681. package/src/vendororders_v1/model/Error.d.ts.map +1 -0
  4682. package/src/vendororders_v1/model/Error.js +5 -2
  4683. package/src/vendororders_v1/model/GetPurchaseOrderResponse.d.ts +29 -0
  4684. package/src/vendororders_v1/model/GetPurchaseOrderResponse.d.ts.map +1 -0
  4685. package/src/vendororders_v1/model/GetPurchaseOrderResponse.js +6 -4
  4686. package/src/vendororders_v1/model/GetPurchaseOrdersResponse.d.ts +29 -0
  4687. package/src/vendororders_v1/model/GetPurchaseOrdersResponse.d.ts.map +1 -0
  4688. package/src/vendororders_v1/model/GetPurchaseOrdersResponse.js +6 -4
  4689. package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.d.ts +29 -0
  4690. package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.d.ts.map +1 -0
  4691. package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.js +6 -4
  4692. package/src/vendororders_v1/model/ImportDetails.d.ts +77 -0
  4693. package/src/vendororders_v1/model/ImportDetails.d.ts.map +1 -0
  4694. package/src/vendororders_v1/model/ImportDetails.js +9 -4
  4695. package/src/vendororders_v1/model/ItemQuantity.d.ts +44 -0
  4696. package/src/vendororders_v1/model/ItemQuantity.d.ts.map +1 -0
  4697. package/src/vendororders_v1/model/ItemQuantity.js +6 -3
  4698. package/src/vendororders_v1/model/Money.d.ts +46 -0
  4699. package/src/vendororders_v1/model/Money.d.ts.map +1 -0
  4700. package/src/vendororders_v1/model/Money.js +6 -3
  4701. package/src/vendororders_v1/model/Order.d.ts +44 -0
  4702. package/src/vendororders_v1/model/Order.d.ts.map +1 -0
  4703. package/src/vendororders_v1/model/Order.js +8 -5
  4704. package/src/vendororders_v1/model/OrderAcknowledgement.d.ts +33 -0
  4705. package/src/vendororders_v1/model/OrderAcknowledgement.d.ts.map +1 -0
  4706. package/src/vendororders_v1/model/OrderAcknowledgement.js +10 -6
  4707. package/src/vendororders_v1/model/OrderAcknowledgementItem.d.ts +64 -0
  4708. package/src/vendororders_v1/model/OrderAcknowledgementItem.d.ts.map +1 -0
  4709. package/src/vendororders_v1/model/OrderAcknowledgementItem.js +16 -8
  4710. package/src/vendororders_v1/model/OrderDetails.d.ts +115 -0
  4711. package/src/vendororders_v1/model/OrderDetails.d.ts.map +1 -0
  4712. package/src/vendororders_v1/model/OrderDetails.js +25 -11
  4713. package/src/vendororders_v1/model/OrderItem.d.ts +53 -0
  4714. package/src/vendororders_v1/model/OrderItem.d.ts.map +1 -0
  4715. package/src/vendororders_v1/model/OrderItem.js +13 -6
  4716. package/src/vendororders_v1/model/OrderItemAcknowledgement.d.ts +66 -0
  4717. package/src/vendororders_v1/model/OrderItemAcknowledgement.d.ts.map +1 -0
  4718. package/src/vendororders_v1/model/OrderItemAcknowledgement.js +12 -7
  4719. package/src/vendororders_v1/model/OrderItemStatus.d.ts +66 -0
  4720. package/src/vendororders_v1/model/OrderItemStatus.d.ts.map +1 -0
  4721. package/src/vendororders_v1/model/OrderItemStatus.js +15 -7
  4722. package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.d.ts +52 -0
  4723. package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.d.ts.map +1 -0
  4724. package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.js +10 -6
  4725. package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.d.ts +29 -0
  4726. package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.d.ts.map +1 -0
  4727. package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.js +6 -4
  4728. package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.d.ts +45 -0
  4729. package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.d.ts.map +1 -0
  4730. package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.js +7 -4
  4731. package/src/vendororders_v1/model/OrderList.d.ts +29 -0
  4732. package/src/vendororders_v1/model/OrderList.d.ts.map +1 -0
  4733. package/src/vendororders_v1/model/OrderList.js +6 -4
  4734. package/src/vendororders_v1/model/OrderListStatus.d.ts +29 -0
  4735. package/src/vendororders_v1/model/OrderListStatus.d.ts.map +1 -0
  4736. package/src/vendororders_v1/model/OrderListStatus.js +6 -4
  4737. package/src/vendororders_v1/model/OrderStatus.d.ts +53 -0
  4738. package/src/vendororders_v1/model/OrderStatus.d.ts.map +1 -0
  4739. package/src/vendororders_v1/model/OrderStatus.js +17 -10
  4740. package/src/vendororders_v1/model/OrderedQuantityDetails.d.ts +33 -0
  4741. package/src/vendororders_v1/model/OrderedQuantityDetails.d.ts.map +1 -0
  4742. package/src/vendororders_v1/model/OrderedQuantityDetails.js +7 -4
  4743. package/src/vendororders_v1/model/Pagination.d.ts +22 -0
  4744. package/src/vendororders_v1/model/Pagination.d.ts.map +1 -0
  4745. package/src/vendororders_v1/model/Pagination.js +3 -2
  4746. package/src/vendororders_v1/model/PartyIdentification.d.ts +37 -0
  4747. package/src/vendororders_v1/model/PartyIdentification.d.ts.map +1 -0
  4748. package/src/vendororders_v1/model/PartyIdentification.js +7 -4
  4749. package/src/vendororders_v1/model/SubmitAcknowledgementRequest.d.ts +23 -0
  4750. package/src/vendororders_v1/model/SubmitAcknowledgementRequest.d.ts.map +1 -0
  4751. package/src/vendororders_v1/model/SubmitAcknowledgementRequest.js +4 -3
  4752. package/src/vendororders_v1/model/SubmitAcknowledgementResponse.d.ts +29 -0
  4753. package/src/vendororders_v1/model/SubmitAcknowledgementResponse.d.ts.map +1 -0
  4754. package/src/vendororders_v1/model/SubmitAcknowledgementResponse.js +6 -4
  4755. package/src/vendororders_v1/model/TaxRegistrationDetails.d.ts +37 -0
  4756. package/src/vendororders_v1/model/TaxRegistrationDetails.d.ts.map +1 -0
  4757. package/src/vendororders_v1/model/TaxRegistrationDetails.js +6 -4
  4758. package/src/vendororders_v1/model/TransactionId.d.ts +22 -0
  4759. package/src/vendororders_v1/model/TransactionId.d.ts.map +1 -0
  4760. package/src/vendororders_v1/model/TransactionId.js +3 -2
  4761. package/src/vendorshipments_v1/ApiClient.d.ts +260 -0
  4762. package/src/vendorshipments_v1/ApiClient.d.ts.map +1 -0
  4763. package/src/vendorshipments_v1/api/VendorShippingApi.d.ts +219 -0
  4764. package/src/vendorshipments_v1/api/VendorShippingApi.d.ts.map +1 -0
  4765. package/src/vendorshipments_v1/api/VendorShippingApi.js +83 -83
  4766. package/src/vendorshipments_v1/index.d.ts +58 -0
  4767. package/src/vendorshipments_v1/index.d.ts.map +1 -0
  4768. package/src/vendorshipments_v1/model/Address.d.ts +77 -0
  4769. package/src/vendorshipments_v1/model/Address.d.ts.map +1 -0
  4770. package/src/vendorshipments_v1/model/Address.js +13 -2
  4771. package/src/vendorshipments_v1/model/CarrierDetails.d.ts +46 -0
  4772. package/src/vendorshipments_v1/model/CarrierDetails.d.ts.map +1 -0
  4773. package/src/vendorshipments_v1/model/CarrierDetails.js +7 -2
  4774. package/src/vendorshipments_v1/model/Carton.d.ts +53 -0
  4775. package/src/vendorshipments_v1/model/Carton.d.ts.map +1 -0
  4776. package/src/vendorshipments_v1/model/Carton.js +13 -7
  4777. package/src/vendorshipments_v1/model/CartonReferenceDetails.d.ts +31 -0
  4778. package/src/vendorshipments_v1/model/CartonReferenceDetails.d.ts.map +1 -0
  4779. package/src/vendorshipments_v1/model/CartonReferenceDetails.js +6 -4
  4780. package/src/vendorshipments_v1/model/CollectFreightPickupDetails.d.ts +34 -0
  4781. package/src/vendorshipments_v1/model/CollectFreightPickupDetails.d.ts.map +1 -0
  4782. package/src/vendorshipments_v1/model/CollectFreightPickupDetails.js +5 -2
  4783. package/src/vendorshipments_v1/model/ContainerIdentification.d.ts +40 -0
  4784. package/src/vendorshipments_v1/model/ContainerIdentification.d.ts.map +1 -0
  4785. package/src/vendorshipments_v1/model/ContainerIdentification.js +6 -4
  4786. package/src/vendorshipments_v1/model/ContainerItem.d.ts +34 -0
  4787. package/src/vendorshipments_v1/model/ContainerItem.d.ts.map +1 -0
  4788. package/src/vendorshipments_v1/model/ContainerItem.js +8 -5
  4789. package/src/vendorshipments_v1/model/ContainerSequenceNumbers.d.ts +22 -0
  4790. package/src/vendorshipments_v1/model/ContainerSequenceNumbers.d.ts.map +1 -0
  4791. package/src/vendorshipments_v1/model/ContainerSequenceNumbers.js +3 -2
  4792. package/src/vendorshipments_v1/model/Containers.d.ts +87 -0
  4793. package/src/vendorshipments_v1/model/Containers.d.ts.map +1 -0
  4794. package/src/vendorshipments_v1/model/Containers.js +20 -10
  4795. package/src/vendorshipments_v1/model/Dimensions.d.ts +43 -0
  4796. package/src/vendorshipments_v1/model/Dimensions.d.ts.map +1 -0
  4797. package/src/vendorshipments_v1/model/Dimensions.js +8 -4
  4798. package/src/vendorshipments_v1/model/Duration.d.ts +37 -0
  4799. package/src/vendorshipments_v1/model/Duration.d.ts.map +1 -0
  4800. package/src/vendorshipments_v1/model/Duration.js +6 -4
  4801. package/src/vendorshipments_v1/model/Error.d.ts +33 -0
  4802. package/src/vendorshipments_v1/model/Error.d.ts.map +1 -0
  4803. package/src/vendorshipments_v1/model/Error.js +5 -2
  4804. package/src/vendorshipments_v1/model/Expiry.d.ts +34 -0
  4805. package/src/vendorshipments_v1/model/Expiry.d.ts.map +1 -0
  4806. package/src/vendorshipments_v1/model/Expiry.js +6 -3
  4807. package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.d.ts +29 -0
  4808. package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.d.ts.map +1 -0
  4809. package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.js +6 -4
  4810. package/src/vendorshipments_v1/model/GetShipmentLabels.d.ts +29 -0
  4811. package/src/vendorshipments_v1/model/GetShipmentLabels.d.ts.map +1 -0
  4812. package/src/vendorshipments_v1/model/GetShipmentLabels.js +6 -4
  4813. package/src/vendorshipments_v1/model/ImportDetails.d.ts +82 -0
  4814. package/src/vendorshipments_v1/model/ImportDetails.d.ts.map +1 -0
  4815. package/src/vendorshipments_v1/model/ImportDetails.js +13 -6
  4816. package/src/vendorshipments_v1/model/InnerContainersDetails.d.ts +29 -0
  4817. package/src/vendorshipments_v1/model/InnerContainersDetails.d.ts.map +1 -0
  4818. package/src/vendorshipments_v1/model/InnerContainersDetails.js +5 -3
  4819. package/src/vendorshipments_v1/model/Item.d.ts +46 -0
  4820. package/src/vendorshipments_v1/model/Item.d.ts.map +1 -0
  4821. package/src/vendorshipments_v1/model/Item.js +10 -5
  4822. package/src/vendorshipments_v1/model/ItemDetails.d.ts +58 -0
  4823. package/src/vendorshipments_v1/model/ItemDetails.d.ts.map +1 -0
  4824. package/src/vendorshipments_v1/model/ItemDetails.js +10 -5
  4825. package/src/vendorshipments_v1/model/ItemQuantity.d.ts +49 -0
  4826. package/src/vendorshipments_v1/model/ItemQuantity.d.ts.map +1 -0
  4827. package/src/vendorshipments_v1/model/ItemQuantity.js +9 -5
  4828. package/src/vendorshipments_v1/model/LabelData.d.ts +55 -0
  4829. package/src/vendorshipments_v1/model/LabelData.d.ts.map +1 -0
  4830. package/src/vendorshipments_v1/model/LabelData.js +8 -3
  4831. package/src/vendorshipments_v1/model/Location.d.ts +34 -0
  4832. package/src/vendorshipments_v1/model/Location.d.ts.map +1 -0
  4833. package/src/vendorshipments_v1/model/Location.js +5 -2
  4834. package/src/vendorshipments_v1/model/Money.d.ts +27 -0
  4835. package/src/vendorshipments_v1/model/Money.d.ts.map +1 -0
  4836. package/src/vendorshipments_v1/model/Money.js +4 -2
  4837. package/src/vendorshipments_v1/model/PackageItemDetails.d.ts +34 -0
  4838. package/src/vendorshipments_v1/model/PackageItemDetails.d.ts.map +1 -0
  4839. package/src/vendorshipments_v1/model/PackageItemDetails.js +6 -3
  4840. package/src/vendorshipments_v1/model/PackedItems.d.ts +46 -0
  4841. package/src/vendorshipments_v1/model/PackedItems.d.ts.map +1 -0
  4842. package/src/vendorshipments_v1/model/PackedItems.js +9 -4
  4843. package/src/vendorshipments_v1/model/PackedQuantity.d.ts +43 -0
  4844. package/src/vendorshipments_v1/model/PackedQuantity.d.ts.map +1 -0
  4845. package/src/vendorshipments_v1/model/PackedQuantity.js +7 -4
  4846. package/src/vendorshipments_v1/model/Pagination.d.ts +22 -0
  4847. package/src/vendorshipments_v1/model/Pagination.d.ts.map +1 -0
  4848. package/src/vendorshipments_v1/model/Pagination.js +3 -2
  4849. package/src/vendorshipments_v1/model/Pallet.d.ts +63 -0
  4850. package/src/vendorshipments_v1/model/Pallet.d.ts.map +1 -0
  4851. package/src/vendorshipments_v1/model/Pallet.js +15 -8
  4852. package/src/vendorshipments_v1/model/PartyIdentification.d.ts +38 -0
  4853. package/src/vendorshipments_v1/model/PartyIdentification.d.ts.map +1 -0
  4854. package/src/vendorshipments_v1/model/PartyIdentification.js +7 -4
  4855. package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.d.ts +22 -0
  4856. package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.d.ts.map +1 -0
  4857. package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.js +4 -3
  4858. package/src/vendorshipments_v1/model/PurchaseOrderItems.d.ts +46 -0
  4859. package/src/vendorshipments_v1/model/PurchaseOrderItems.d.ts.map +1 -0
  4860. package/src/vendorshipments_v1/model/PurchaseOrderItems.js +10 -5
  4861. package/src/vendorshipments_v1/model/PurchaseOrders.d.ts +41 -0
  4862. package/src/vendorshipments_v1/model/PurchaseOrders.d.ts.map +1 -0
  4863. package/src/vendorshipments_v1/model/PurchaseOrders.js +7 -3
  4864. package/src/vendorshipments_v1/model/Route.d.ts +26 -0
  4865. package/src/vendorshipments_v1/model/Route.d.ts.map +1 -0
  4866. package/src/vendorshipments_v1/model/Route.js +5 -4
  4867. package/src/vendorshipments_v1/model/Shipment.d.ts +151 -0
  4868. package/src/vendorshipments_v1/model/Shipment.d.ts.map +1 -0
  4869. package/src/vendorshipments_v1/model/Shipment.js +39 -19
  4870. package/src/vendorshipments_v1/model/ShipmentConfirmation.d.ts +133 -0
  4871. package/src/vendorshipments_v1/model/ShipmentConfirmation.d.ts.map +1 -0
  4872. package/src/vendorshipments_v1/model/ShipmentConfirmation.js +36 -19
  4873. package/src/vendorshipments_v1/model/ShipmentDetails.d.ts +29 -0
  4874. package/src/vendorshipments_v1/model/ShipmentDetails.d.ts.map +1 -0
  4875. package/src/vendorshipments_v1/model/ShipmentDetails.js +6 -4
  4876. package/src/vendorshipments_v1/model/ShipmentInformation.d.ts +73 -0
  4877. package/src/vendorshipments_v1/model/ShipmentInformation.d.ts.map +1 -0
  4878. package/src/vendorshipments_v1/model/ShipmentInformation.js +14 -6
  4879. package/src/vendorshipments_v1/model/ShipmentMeasurements.d.ts +40 -0
  4880. package/src/vendorshipments_v1/model/ShipmentMeasurements.d.ts.map +1 -0
  4881. package/src/vendorshipments_v1/model/ShipmentMeasurements.js +8 -4
  4882. package/src/vendorshipments_v1/model/ShipmentStatusDetails.d.ts +40 -0
  4883. package/src/vendorshipments_v1/model/ShipmentStatusDetails.d.ts.map +1 -0
  4884. package/src/vendorshipments_v1/model/ShipmentStatusDetails.js +5 -3
  4885. package/src/vendorshipments_v1/model/Stop.d.ts +54 -0
  4886. package/src/vendorshipments_v1/model/Stop.d.ts.map +1 -0
  4887. package/src/vendorshipments_v1/model/Stop.js +9 -5
  4888. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.d.ts +23 -0
  4889. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.d.ts.map +1 -0
  4890. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.js +4 -3
  4891. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.d.ts +29 -0
  4892. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.d.ts.map +1 -0
  4893. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.js +6 -4
  4894. package/src/vendorshipments_v1/model/SubmitShipments.d.ts +23 -0
  4895. package/src/vendorshipments_v1/model/SubmitShipments.d.ts.map +1 -0
  4896. package/src/vendorshipments_v1/model/SubmitShipments.js +4 -3
  4897. package/src/vendorshipments_v1/model/TaxRegistrationDetails.d.ts +37 -0
  4898. package/src/vendorshipments_v1/model/TaxRegistrationDetails.d.ts.map +1 -0
  4899. package/src/vendorshipments_v1/model/TaxRegistrationDetails.js +6 -4
  4900. package/src/vendorshipments_v1/model/TotalWeight.d.ts +39 -0
  4901. package/src/vendorshipments_v1/model/TotalWeight.d.ts.map +1 -0
  4902. package/src/vendorshipments_v1/model/TotalWeight.js +6 -4
  4903. package/src/vendorshipments_v1/model/TransactionReference.d.ts +22 -0
  4904. package/src/vendorshipments_v1/model/TransactionReference.d.ts.map +1 -0
  4905. package/src/vendorshipments_v1/model/TransactionReference.js +3 -2
  4906. package/src/vendorshipments_v1/model/TransportLabel.d.ts +35 -0
  4907. package/src/vendorshipments_v1/model/TransportLabel.d.ts.map +1 -0
  4908. package/src/vendorshipments_v1/model/TransportLabel.js +7 -4
  4909. package/src/vendorshipments_v1/model/TransportShipmentMeasurements.d.ts +46 -0
  4910. package/src/vendorshipments_v1/model/TransportShipmentMeasurements.d.ts.map +1 -0
  4911. package/src/vendorshipments_v1/model/TransportShipmentMeasurements.js +9 -4
  4912. package/src/vendorshipments_v1/model/TransportationDetails.d.ts +78 -0
  4913. package/src/vendorshipments_v1/model/TransportationDetails.d.ts.map +1 -0
  4914. package/src/vendorshipments_v1/model/TransportationDetails.js +12 -5
  4915. package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.d.ts +51 -0
  4916. package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.d.ts.map +1 -0
  4917. package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.js +7 -3
  4918. package/src/vendorshipments_v1/model/TransportationLabels.d.ts +29 -0
  4919. package/src/vendorshipments_v1/model/TransportationLabels.d.ts.map +1 -0
  4920. package/src/vendorshipments_v1/model/TransportationLabels.js +6 -4
  4921. package/src/vendorshipments_v1/model/VendorDetails.d.ts +28 -0
  4922. package/src/vendorshipments_v1/model/VendorDetails.d.ts.map +1 -0
  4923. package/src/vendorshipments_v1/model/VendorDetails.js +5 -3
  4924. package/src/vendorshipments_v1/model/Volume.d.ts +39 -0
  4925. package/src/vendorshipments_v1/model/Volume.d.ts.map +1 -0
  4926. package/src/vendorshipments_v1/model/Volume.js +6 -4
  4927. package/src/vendorshipments_v1/model/Weight.d.ts +39 -0
  4928. package/src/vendorshipments_v1/model/Weight.d.ts.map +1 -0
  4929. package/src/vendorshipments_v1/model/Weight.js +6 -4
  4930. package/src/vendortransactionstatus_v1/ApiClient.d.ts +260 -0
  4931. package/src/vendortransactionstatus_v1/ApiClient.d.ts.map +1 -0
  4932. package/src/vendortransactionstatus_v1/api/VendorTransactionApi.d.ts +41 -0
  4933. package/src/vendortransactionstatus_v1/api/VendorTransactionApi.d.ts.map +1 -0
  4934. package/src/vendortransactionstatus_v1/api/VendorTransactionApi.js +5 -5
  4935. package/src/vendortransactionstatus_v1/index.d.ts +8 -0
  4936. package/src/vendortransactionstatus_v1/index.d.ts.map +1 -0
  4937. package/src/vendortransactionstatus_v1/model/Error.d.ts +33 -0
  4938. package/src/vendortransactionstatus_v1/model/Error.d.ts.map +1 -0
  4939. package/src/vendortransactionstatus_v1/model/Error.js +5 -2
  4940. package/src/vendortransactionstatus_v1/model/GetTransactionResponse.d.ts +29 -0
  4941. package/src/vendortransactionstatus_v1/model/GetTransactionResponse.d.ts.map +1 -0
  4942. package/src/vendortransactionstatus_v1/model/GetTransactionResponse.js +6 -4
  4943. package/src/vendortransactionstatus_v1/model/Transaction.d.ts +45 -0
  4944. package/src/vendortransactionstatus_v1/model/Transaction.d.ts.map +1 -0
  4945. package/src/vendortransactionstatus_v1/model/Transaction.js +8 -5
  4946. package/src/vendortransactionstatus_v1/model/TransactionStatus.d.ts +22 -0
  4947. package/src/vendortransactionstatus_v1/model/TransactionStatus.d.ts.map +1 -0
  4948. package/src/vendortransactionstatus_v1/model/TransactionStatus.js +4 -3
  4949. package/src/messaging_v1/model/CreateNegativeFeedbackRemovalResponse.js +0 -63
@@ -64,6 +64,8 @@ import { SetPackingInformationResponse } from '../model/SetPackingInformationRes
64
64
  import { SetPrepDetailsRequest } from '../model/SetPrepDetailsRequest.js'
65
65
  import { SetPrepDetailsResponse } from '../model/SetPrepDetailsResponse.js'
66
66
  import { Shipment } from '../model/Shipment.js'
67
+ import { UpdateBoxIdentifiersRequest } from '../model/UpdateBoxIdentifiersRequest.js'
68
+ import { UpdateBoxIdentifiersResponse } from '../model/UpdateBoxIdentifiersResponse.js'
67
69
  import { UpdateInboundPlanNameRequest } from '../model/UpdateInboundPlanNameRequest.js'
68
70
  import { UpdateItemComplianceDetailsRequest } from '../model/UpdateItemComplianceDetailsRequest.js'
69
71
  import { UpdateItemComplianceDetailsResponse } from '../model/UpdateItemComplianceDetailsResponse.js'
@@ -81,15 +83,15 @@ import { DefaultRateLimitFetcher } from '../../../helper/DefaultRateLimitFetcher
81
83
  * @version 2024-03-20
82
84
  */
83
85
  export class FbaInboundApi {
84
- // Private memeber stores the default rate limiters
86
+ // Private member stores the default rate limiters
85
87
  #defaultRateLimiterMap
86
88
 
87
89
  /**
88
90
  * Constructs a new FbaInboundApi.
89
91
  * @alias module:fulfillmentinbound_v2024_03_20/api/FbaInboundApi
90
92
  * @class
91
- * @param {module:fulfillmentinbound_v2024_03_20/ApiClient} [apiClient] Optional API client implementation to use,
92
- * default to {@link module:fulfillmentinbound_v2024_03_20/ApiClient#instance} if unspecified.
93
+ * @param {ApiClient} [apiClient] Optional API client implementation to use,
94
+ * default to {@link ApiClient#instance} if unspecified.
93
95
  */
94
96
  constructor (apiClient) {
95
97
  this.apiClient = apiClient || ApiClient.instance
@@ -143,6 +145,7 @@ export class FbaInboundApi {
143
145
  'FbaInboundApi-scheduleSelfShipAppointment',
144
146
  'FbaInboundApi-setPackingInformation',
145
147
  'FbaInboundApi-setPrepDetails',
148
+ 'FbaInboundApi-updateBoxIdentifiers',
146
149
  'FbaInboundApi-updateInboundPlanName',
147
150
  'FbaInboundApi-updateItemComplianceDetails',
148
151
  'FbaInboundApi-updateShipmentName',
@@ -167,7 +170,7 @@ export class FbaInboundApi {
167
170
  /**
168
171
  * Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
169
172
  * @param {String} inboundPlanId Identifier of an inbound plan.
170
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse} and HTTP response
173
+ * @return {Promise<CancelInboundPlanResponse>}
171
174
  */
172
175
  cancelInboundPlanWithHttpInfo (inboundPlanId) {
173
176
  const postBody = null
@@ -201,7 +204,7 @@ export class FbaInboundApi {
201
204
  /**
202
205
  * Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
203
206
  * @param {String} inboundPlanId Identifier of an inbound plan.
204
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse}
207
+ * @return {Promise<CancelInboundPlanResponse>}
205
208
  */
206
209
  cancelInboundPlan (inboundPlanId) {
207
210
  return this.cancelInboundPlanWithHttpInfo(inboundPlanId)
@@ -211,11 +214,11 @@ export class FbaInboundApi {
211
214
  }
212
215
 
213
216
  /**
214
- * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
217
+ * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
215
218
  * @param {String} inboundPlanId Identifier of an inbound plan.
216
219
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
217
- * @param {module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
218
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse} and HTTP response
220
+ * @param {CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
221
+ * @return {Promise<CancelSelfShipAppointmentResponse>}
219
222
  */
220
223
  cancelSelfShipAppointmentWithHttpInfo (inboundPlanId, shipmentId, body) {
221
224
  const postBody = body
@@ -258,11 +261,11 @@ export class FbaInboundApi {
258
261
  }
259
262
 
260
263
  /**
261
- * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
264
+ * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
262
265
  * @param {String} inboundPlanId Identifier of an inbound plan.
263
266
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
264
- * @param {module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
265
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse}
267
+ * @param {CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
268
+ * @return {Promise<CancelSelfShipAppointmentResponse>}
266
269
  */
267
270
  cancelSelfShipAppointment (inboundPlanId, shipmentId, body) {
268
271
  return this.cancelSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, body)
@@ -276,7 +279,7 @@ export class FbaInboundApi {
276
279
  * @param {String} inboundPlanId Identifier of an inbound plan.
277
280
  * @param {String} shipmentId The shipment to confirm the delivery window option for.
278
281
  * @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
279
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse} and HTTP response
282
+ * @return {Promise<ConfirmDeliveryWindowOptionsResponse>}
280
283
  */
281
284
  confirmDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId, deliveryWindowOptionId) {
282
285
  const postBody = null
@@ -324,7 +327,7 @@ export class FbaInboundApi {
324
327
  * @param {String} inboundPlanId Identifier of an inbound plan.
325
328
  * @param {String} shipmentId The shipment to confirm the delivery window option for.
326
329
  * @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
327
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse}
330
+ * @return {Promise<ConfirmDeliveryWindowOptionsResponse>}
328
331
  */
329
332
  confirmDeliveryWindowOptions (inboundPlanId, shipmentId, deliveryWindowOptionId) {
330
333
  return this.confirmDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, deliveryWindowOptionId)
@@ -337,7 +340,7 @@ export class FbaInboundApi {
337
340
  * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
338
341
  * @param {String} inboundPlanId Identifier of an inbound plan.
339
342
  * @param {String} packingOptionId Identifier of a packing option.
340
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse} and HTTP response
343
+ * @return {Promise<ConfirmPackingOptionResponse>}
341
344
  */
342
345
  confirmPackingOptionWithHttpInfo (inboundPlanId, packingOptionId) {
343
346
  const postBody = null
@@ -378,7 +381,7 @@ export class FbaInboundApi {
378
381
  * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
379
382
  * @param {String} inboundPlanId Identifier of an inbound plan.
380
383
  * @param {String} packingOptionId Identifier of a packing option.
381
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse}
384
+ * @return {Promise<ConfirmPackingOptionResponse>}
382
385
  */
383
386
  confirmPackingOption (inboundPlanId, packingOptionId) {
384
387
  return this.confirmPackingOptionWithHttpInfo(inboundPlanId, packingOptionId)
@@ -391,7 +394,7 @@ export class FbaInboundApi {
391
394
  * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
392
395
  * @param {String} inboundPlanId Identifier of an inbound plan.
393
396
  * @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
394
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse} and HTTP response
397
+ * @return {Promise<ConfirmPlacementOptionResponse>}
395
398
  */
396
399
  confirmPlacementOptionWithHttpInfo (inboundPlanId, placementOptionId) {
397
400
  const postBody = null
@@ -432,7 +435,7 @@ export class FbaInboundApi {
432
435
  * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
433
436
  * @param {String} inboundPlanId Identifier of an inbound plan.
434
437
  * @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
435
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse}
438
+ * @return {Promise<ConfirmPlacementOptionResponse>}
436
439
  */
437
440
  confirmPlacementOption (inboundPlanId, placementOptionId) {
438
441
  return this.confirmPlacementOptionWithHttpInfo(inboundPlanId, placementOptionId)
@@ -446,7 +449,7 @@ export class FbaInboundApi {
446
449
  * @param {String} inboundPlanId Identifier of an inbound plan.
447
450
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
448
451
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
449
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse} and HTTP response
452
+ * @return {Promise<ConfirmShipmentContentUpdatePreviewResponse>}
450
453
  */
451
454
  confirmShipmentContentUpdatePreviewWithHttpInfo (inboundPlanId, shipmentId, contentUpdatePreviewId) {
452
455
  const postBody = null
@@ -494,7 +497,7 @@ export class FbaInboundApi {
494
497
  * @param {String} inboundPlanId Identifier of an inbound plan.
495
498
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
496
499
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
497
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse}
500
+ * @return {Promise<ConfirmShipmentContentUpdatePreviewResponse>}
498
501
  */
499
502
  confirmShipmentContentUpdatePreview (inboundPlanId, shipmentId, contentUpdatePreviewId) {
500
503
  return this.confirmShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
@@ -506,8 +509,8 @@ export class FbaInboundApi {
506
509
  /**
507
510
  * Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
508
511
  * @param {String} inboundPlanId Identifier of an inbound plan.
509
- * @param {module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
510
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse} and HTTP response
512
+ * @param {ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
513
+ * @return {Promise<ConfirmTransportationOptionsResponse>}
511
514
  */
512
515
  confirmTransportationOptionsWithHttpInfo (inboundPlanId, body) {
513
516
  const postBody = body
@@ -546,8 +549,8 @@ export class FbaInboundApi {
546
549
  /**
547
550
  * Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
548
551
  * @param {String} inboundPlanId Identifier of an inbound plan.
549
- * @param {module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
550
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse}
552
+ * @param {ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
553
+ * @return {Promise<ConfirmTransportationOptionsResponse>}
551
554
  */
552
555
  confirmTransportationOptions (inboundPlanId, body) {
553
556
  return this.confirmTransportationOptionsWithHttpInfo(inboundPlanId, body)
@@ -558,8 +561,8 @@ export class FbaInboundApi {
558
561
 
559
562
  /**
560
563
  * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon&#39;s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
561
- * @param {module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
562
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse} and HTTP response
564
+ * @param {CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
565
+ * @return {Promise<CreateInboundPlanResponse>}
563
566
  */
564
567
  createInboundPlanWithHttpInfo (body) {
565
568
  const postBody = body
@@ -591,8 +594,8 @@ export class FbaInboundApi {
591
594
 
592
595
  /**
593
596
  * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon&#39;s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
594
- * @param {module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
595
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse}
597
+ * @param {CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
598
+ * @return {Promise<CreateInboundPlanResponse>}
596
599
  */
597
600
  createInboundPlan (body) {
598
601
  return this.createInboundPlanWithHttpInfo(body)
@@ -603,8 +606,8 @@ export class FbaInboundApi {
603
606
 
604
607
  /**
605
608
  * For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
606
- * @param {module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
607
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse} and HTTP response
609
+ * @param {CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
610
+ * @return {Promise<CreateMarketplaceItemLabelsResponse>}
608
611
  */
609
612
  createMarketplaceItemLabelsWithHttpInfo (body) {
610
613
  const postBody = body
@@ -636,8 +639,8 @@ export class FbaInboundApi {
636
639
 
637
640
  /**
638
641
  * For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
639
- * @param {module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
640
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse}
642
+ * @param {CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
643
+ * @return {Promise<CreateMarketplaceItemLabelsResponse>}
641
644
  */
642
645
  createMarketplaceItemLabels (body) {
643
646
  return this.createMarketplaceItemLabelsWithHttpInfo(body)
@@ -650,7 +653,7 @@ export class FbaInboundApi {
650
653
  * Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
651
654
  * @param {String} inboundPlanId Identifier of an inbound plan.
652
655
  * @param {String} shipmentId The shipment to generate delivery window options for.
653
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse} and HTTP response
656
+ * @return {Promise<GenerateDeliveryWindowOptionsResponse>}
654
657
  */
655
658
  generateDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId) {
656
659
  const postBody = null
@@ -691,7 +694,7 @@ export class FbaInboundApi {
691
694
  * Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
692
695
  * @param {String} inboundPlanId Identifier of an inbound plan.
693
696
  * @param {String} shipmentId The shipment to generate delivery window options for.
694
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse}
697
+ * @return {Promise<GenerateDeliveryWindowOptionsResponse>}
695
698
  */
696
699
  generateDeliveryWindowOptions (inboundPlanId, shipmentId) {
697
700
  return this.generateDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId)
@@ -703,7 +706,7 @@ export class FbaInboundApi {
703
706
  /**
704
707
  * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
705
708
  * @param {String} inboundPlanId Identifier of an inbound plan.
706
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse} and HTTP response
709
+ * @return {Promise<GeneratePackingOptionsResponse>}
707
710
  */
708
711
  generatePackingOptionsWithHttpInfo (inboundPlanId) {
709
712
  const postBody = null
@@ -737,7 +740,7 @@ export class FbaInboundApi {
737
740
  /**
738
741
  * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
739
742
  * @param {String} inboundPlanId Identifier of an inbound plan.
740
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse}
743
+ * @return {Promise<GeneratePackingOptionsResponse>}
741
744
  */
742
745
  generatePackingOptions (inboundPlanId) {
743
746
  return this.generatePackingOptionsWithHttpInfo(inboundPlanId)
@@ -749,8 +752,8 @@ export class FbaInboundApi {
749
752
  /**
750
753
  * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
751
754
  * @param {String} inboundPlanId Identifier of an inbound plan.
752
- * @param {module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
753
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse} and HTTP response
755
+ * @param {GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
756
+ * @return {Promise<GeneratePlacementOptionsResponse>}
754
757
  */
755
758
  generatePlacementOptionsWithHttpInfo (inboundPlanId, body) {
756
759
  const postBody = body
@@ -789,8 +792,8 @@ export class FbaInboundApi {
789
792
  /**
790
793
  * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
791
794
  * @param {String} inboundPlanId Identifier of an inbound plan.
792
- * @param {module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
793
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse}
795
+ * @param {GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
796
+ * @return {Promise<GeneratePlacementOptionsResponse>}
794
797
  */
795
798
  generatePlacementOptions (inboundPlanId, body) {
796
799
  return this.generatePlacementOptionsWithHttpInfo(inboundPlanId, body)
@@ -800,11 +803,11 @@ export class FbaInboundApi {
800
803
  }
801
804
 
802
805
  /**
803
- * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
806
+ * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
804
807
  * @param {String} inboundPlanId Identifier of an inbound plan.
805
808
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
806
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
807
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse} and HTTP response
809
+ * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
810
+ * @return {Promise<GenerateSelfShipAppointmentSlotsResponse>}
808
811
  */
809
812
  generateSelfShipAppointmentSlotsWithHttpInfo (inboundPlanId, shipmentId, body) {
810
813
  const postBody = body
@@ -847,11 +850,11 @@ export class FbaInboundApi {
847
850
  }
848
851
 
849
852
  /**
850
- * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
853
+ * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
851
854
  * @param {String} inboundPlanId Identifier of an inbound plan.
852
855
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
853
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
854
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse}
856
+ * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
857
+ * @return {Promise<GenerateSelfShipAppointmentSlotsResponse>}
855
858
  */
856
859
  generateSelfShipAppointmentSlots (inboundPlanId, shipmentId, body) {
857
860
  return this.generateSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, body)
@@ -864,8 +867,8 @@ export class FbaInboundApi {
864
867
  * Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
865
868
  * @param {String} inboundPlanId Identifier of an inbound plan.
866
869
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
867
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
868
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse} and HTTP response
870
+ * @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
871
+ * @return {Promise<GenerateShipmentContentUpdatePreviewsResponse>}
869
872
  */
870
873
  generateShipmentContentUpdatePreviewsWithHttpInfo (inboundPlanId, shipmentId, body) {
871
874
  const postBody = body
@@ -911,8 +914,8 @@ export class FbaInboundApi {
911
914
  * Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
912
915
  * @param {String} inboundPlanId Identifier of an inbound plan.
913
916
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
914
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
915
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse}
917
+ * @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
918
+ * @return {Promise<GenerateShipmentContentUpdatePreviewsResponse>}
916
919
  */
917
920
  generateShipmentContentUpdatePreviews (inboundPlanId, shipmentId, body) {
918
921
  return this.generateShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, body)
@@ -924,8 +927,8 @@ export class FbaInboundApi {
924
927
  /**
925
928
  * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
926
929
  * @param {String} inboundPlanId Identifier of an inbound plan.
927
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
928
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse} and HTTP response
930
+ * @param {GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
931
+ * @return {Promise<GenerateTransportationOptionsResponse>}
929
932
  */
930
933
  generateTransportationOptionsWithHttpInfo (inboundPlanId, body) {
931
934
  const postBody = body
@@ -964,8 +967,8 @@ export class FbaInboundApi {
964
967
  /**
965
968
  * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
966
969
  * @param {String} inboundPlanId Identifier of an inbound plan.
967
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
968
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse}
970
+ * @param {GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
971
+ * @return {Promise<GenerateTransportationOptionsResponse>}
969
972
  */
970
973
  generateTransportationOptions (inboundPlanId, body) {
971
974
  return this.generateTransportationOptionsWithHttpInfo(inboundPlanId, body)
@@ -978,7 +981,7 @@ export class FbaInboundApi {
978
981
  * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
979
982
  * @param {String} inboundPlanId Identifier of an inbound plan.
980
983
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
981
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse} and HTTP response
984
+ * @return {Promise<GetDeliveryChallanDocumentResponse>}
982
985
  */
983
986
  getDeliveryChallanDocumentWithHttpInfo (inboundPlanId, shipmentId) {
984
987
  const postBody = null
@@ -1019,7 +1022,7 @@ export class FbaInboundApi {
1019
1022
  * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1020
1023
  * @param {String} inboundPlanId Identifier of an inbound plan.
1021
1024
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1022
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse}
1025
+ * @return {Promise<GetDeliveryChallanDocumentResponse>}
1023
1026
  */
1024
1027
  getDeliveryChallanDocument (inboundPlanId, shipmentId) {
1025
1028
  return this.getDeliveryChallanDocumentWithHttpInfo(inboundPlanId, shipmentId)
@@ -1031,7 +1034,7 @@ export class FbaInboundApi {
1031
1034
  /**
1032
1035
  * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1033
1036
  * @param {String} operationId Identifier of an asynchronous operation.
1034
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundOperationStatus} and HTTP response
1037
+ * @return {Promise<InboundOperationStatus>}
1035
1038
  */
1036
1039
  getInboundOperationStatusWithHttpInfo (operationId) {
1037
1040
  const postBody = null
@@ -1065,7 +1068,7 @@ export class FbaInboundApi {
1065
1068
  /**
1066
1069
  * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1067
1070
  * @param {String} operationId Identifier of an asynchronous operation.
1068
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundOperationStatus}
1071
+ * @return {Promise<InboundOperationStatus>}
1069
1072
  */
1070
1073
  getInboundOperationStatus (operationId) {
1071
1074
  return this.getInboundOperationStatusWithHttpInfo(operationId)
@@ -1077,7 +1080,7 @@ export class FbaInboundApi {
1077
1080
  /**
1078
1081
  * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1079
1082
  * @param {String} inboundPlanId Identifier of an inbound plan.
1080
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundPlan} and HTTP response
1083
+ * @return {Promise<InboundPlan>}
1081
1084
  */
1082
1085
  getInboundPlanWithHttpInfo (inboundPlanId) {
1083
1086
  const postBody = null
@@ -1111,7 +1114,7 @@ export class FbaInboundApi {
1111
1114
  /**
1112
1115
  * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1113
1116
  * @param {String} inboundPlanId Identifier of an inbound plan.
1114
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundPlan}
1117
+ * @return {Promise<InboundPlan>}
1115
1118
  */
1116
1119
  getInboundPlan (inboundPlanId) {
1117
1120
  return this.getInboundPlanWithHttpInfo(inboundPlanId)
@@ -1121,13 +1124,13 @@ export class FbaInboundApi {
1121
1124
  }
1122
1125
 
1123
1126
  /**
1124
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1127
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1125
1128
  * @param {String} inboundPlanId Identifier of an inbound plan.
1126
1129
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1127
- * @param {Object} opts Optional parameters
1128
- * @param {Number} opts.pageSize The number of self ship appointment slots to return in the response matching the given query. (default to 10)
1129
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1130
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse} and HTTP response
1130
+ * @param {Object} [opts] Optional parameters
1131
+ * @param {Number} [opts.pageSize] The number of self ship appointment slots to return in the response matching the given query. (default to 10)
1132
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1133
+ * @return {Promise<GetSelfShipAppointmentSlotsResponse>}
1131
1134
  */
1132
1135
  getSelfShipAppointmentSlotsWithHttpInfo (inboundPlanId, shipmentId, opts) {
1133
1136
  opts = opts || {}
@@ -1168,13 +1171,13 @@ export class FbaInboundApi {
1168
1171
  }
1169
1172
 
1170
1173
  /**
1171
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1174
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1172
1175
  * @param {String} inboundPlanId Identifier of an inbound plan.
1173
1176
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1174
- * @param {Object} opts Optional parameters
1175
- * @param {Number} opts.pageSize The number of self ship appointment slots to return in the response matching the given query. (default to 10)
1176
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1177
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse}
1177
+ * @param {Object} [opts] Optional parameters
1178
+ * @param {Number} [opts.pageSize] The number of self ship appointment slots to return in the response matching the given query. (default to 10)
1179
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1180
+ * @return {Promise<GetSelfShipAppointmentSlotsResponse>}
1178
1181
  */
1179
1182
  getSelfShipAppointmentSlots (inboundPlanId, shipmentId, opts) {
1180
1183
  return this.getSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -1187,7 +1190,7 @@ export class FbaInboundApi {
1187
1190
  * Provides the full details for a specific shipment within an inbound plan. The &#x60;transportationOptionId&#x60; inside &#x60;acceptedTransportationSelection&#x60; can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1188
1191
  * @param {String} inboundPlanId Identifier of an inbound plan.
1189
1192
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1190
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/Shipment} and HTTP response
1193
+ * @return {Promise<Shipment>}
1191
1194
  */
1192
1195
  getShipmentWithHttpInfo (inboundPlanId, shipmentId) {
1193
1196
  const postBody = null
@@ -1228,7 +1231,7 @@ export class FbaInboundApi {
1228
1231
  * Provides the full details for a specific shipment within an inbound plan. The &#x60;transportationOptionId&#x60; inside &#x60;acceptedTransportationSelection&#x60; can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1229
1232
  * @param {String} inboundPlanId Identifier of an inbound plan.
1230
1233
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1231
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/Shipment}
1234
+ * @return {Promise<Shipment>}
1232
1235
  */
1233
1236
  getShipment (inboundPlanId, shipmentId) {
1234
1237
  return this.getShipmentWithHttpInfo(inboundPlanId, shipmentId)
@@ -1242,7 +1245,7 @@ export class FbaInboundApi {
1242
1245
  * @param {String} inboundPlanId Identifier of an inbound plan.
1243
1246
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1244
1247
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
1245
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview} and HTTP response
1248
+ * @return {Promise<ContentUpdatePreview>}
1246
1249
  */
1247
1250
  getShipmentContentUpdatePreviewWithHttpInfo (inboundPlanId, shipmentId, contentUpdatePreviewId) {
1248
1251
  const postBody = null
@@ -1290,7 +1293,7 @@ export class FbaInboundApi {
1290
1293
  * @param {String} inboundPlanId Identifier of an inbound plan.
1291
1294
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1292
1295
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
1293
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview}
1296
+ * @return {Promise<ContentUpdatePreview>}
1294
1297
  */
1295
1298
  getShipmentContentUpdatePreview (inboundPlanId, shipmentId, contentUpdatePreviewId) {
1296
1299
  return this.getShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
@@ -1303,10 +1306,10 @@ export class FbaInboundApi {
1303
1306
  * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the &#x60;generateDeliveryWindowOptions&#x60; operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1304
1307
  * @param {String} inboundPlanId Identifier of an inbound plan.
1305
1308
  * @param {String} shipmentId The shipment to get delivery window options for.
1306
- * @param {Object} opts Optional parameters
1307
- * @param {Number} opts.pageSize The number of delivery window options to return in the response matching the given query. (default to 10)
1308
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1309
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse} and HTTP response
1309
+ * @param {Object} [opts] Optional parameters
1310
+ * @param {Number} [opts.pageSize] The number of delivery window options to return in the response matching the given query. (default to 10)
1311
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1312
+ * @return {Promise<ListDeliveryWindowOptionsResponse>}
1310
1313
  */
1311
1314
  listDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId, opts) {
1312
1315
  opts = opts || {}
@@ -1350,10 +1353,10 @@ export class FbaInboundApi {
1350
1353
  * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the &#x60;generateDeliveryWindowOptions&#x60; operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1351
1354
  * @param {String} inboundPlanId Identifier of an inbound plan.
1352
1355
  * @param {String} shipmentId The shipment to get delivery window options for.
1353
- * @param {Object} opts Optional parameters
1354
- * @param {Number} opts.pageSize The number of delivery window options to return in the response matching the given query. (default to 10)
1355
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1356
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse}
1356
+ * @param {Object} [opts] Optional parameters
1357
+ * @param {Number} [opts.pageSize] The number of delivery window options to return in the response matching the given query. (default to 10)
1358
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1359
+ * @return {Promise<ListDeliveryWindowOptionsResponse>}
1357
1360
  */
1358
1361
  listDeliveryWindowOptions (inboundPlanId, shipmentId, opts) {
1359
1362
  return this.listDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -1365,10 +1368,10 @@ export class FbaInboundApi {
1365
1368
  /**
1366
1369
  * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1367
1370
  * @param {String} inboundPlanId Identifier of an inbound plan.
1368
- * @param {Object} opts Optional parameters
1369
- * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1370
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1371
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse} and HTTP response
1371
+ * @param {Object} [opts] Optional parameters
1372
+ * @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
1373
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1374
+ * @return {Promise<ListInboundPlanBoxesResponse>}
1372
1375
  */
1373
1376
  listInboundPlanBoxesWithHttpInfo (inboundPlanId, opts) {
1374
1377
  opts = opts || {}
@@ -1405,10 +1408,10 @@ export class FbaInboundApi {
1405
1408
  /**
1406
1409
  * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1407
1410
  * @param {String} inboundPlanId Identifier of an inbound plan.
1408
- * @param {Object} opts Optional parameters
1409
- * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1410
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1411
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse}
1411
+ * @param {Object} [opts] Optional parameters
1412
+ * @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
1413
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1414
+ * @return {Promise<ListInboundPlanBoxesResponse>}
1412
1415
  */
1413
1416
  listInboundPlanBoxes (inboundPlanId, opts) {
1414
1417
  return this.listInboundPlanBoxesWithHttpInfo(inboundPlanId, opts)
@@ -1420,10 +1423,10 @@ export class FbaInboundApi {
1420
1423
  /**
1421
1424
  * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1422
1425
  * @param {String} inboundPlanId Identifier of an inbound plan.
1423
- * @param {Object} opts Optional parameters
1424
- * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
1425
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1426
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse} and HTTP response
1426
+ * @param {Object} [opts] Optional parameters
1427
+ * @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
1428
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1429
+ * @return {Promise<ListInboundPlanItemsResponse>}
1427
1430
  */
1428
1431
  listInboundPlanItemsWithHttpInfo (inboundPlanId, opts) {
1429
1432
  opts = opts || {}
@@ -1460,10 +1463,10 @@ export class FbaInboundApi {
1460
1463
  /**
1461
1464
  * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1462
1465
  * @param {String} inboundPlanId Identifier of an inbound plan.
1463
- * @param {Object} opts Optional parameters
1464
- * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
1465
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1466
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse}
1466
+ * @param {Object} [opts] Optional parameters
1467
+ * @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
1468
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1469
+ * @return {Promise<ListInboundPlanItemsResponse>}
1467
1470
  */
1468
1471
  listInboundPlanItems (inboundPlanId, opts) {
1469
1472
  return this.listInboundPlanItemsWithHttpInfo(inboundPlanId, opts)
@@ -1475,10 +1478,10 @@ export class FbaInboundApi {
1475
1478
  /**
1476
1479
  * Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1477
1480
  * @param {String} inboundPlanId Identifier of an inbound plan.
1478
- * @param {Object} opts Optional parameters
1479
- * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
1480
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1481
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse} and HTTP response
1481
+ * @param {Object} [opts] Optional parameters
1482
+ * @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
1483
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1484
+ * @return {Promise<ListInboundPlanPalletsResponse>}
1482
1485
  */
1483
1486
  listInboundPlanPalletsWithHttpInfo (inboundPlanId, opts) {
1484
1487
  opts = opts || {}
@@ -1515,10 +1518,10 @@ export class FbaInboundApi {
1515
1518
  /**
1516
1519
  * Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1517
1520
  * @param {String} inboundPlanId Identifier of an inbound plan.
1518
- * @param {Object} opts Optional parameters
1519
- * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
1520
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1521
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse}
1521
+ * @param {Object} [opts] Optional parameters
1522
+ * @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
1523
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1524
+ * @return {Promise<ListInboundPlanPalletsResponse>}
1522
1525
  */
1523
1526
  listInboundPlanPallets (inboundPlanId, opts) {
1524
1527
  return this.listInboundPlanPalletsWithHttpInfo(inboundPlanId, opts)
@@ -1529,13 +1532,13 @@ export class FbaInboundApi {
1529
1532
 
1530
1533
  /**
1531
1534
  * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1532
- * @param {Object} opts Optional parameters
1533
- * @param {Number} opts.pageSize The number of inbound plans to return in the response matching the given query. (default to 10)
1534
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1535
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.status The status of an inbound plan.
1536
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortBy Sort by field.
1537
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortOrder The sort order.
1538
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse} and HTTP response
1535
+ * @param {Object} [opts] Optional parameters
1536
+ * @param {Number} [opts.pageSize] The number of inbound plans to return in the response matching the given query. (default to 10)
1537
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1538
+ * @param {String} [opts.status] The status of an inbound plan.
1539
+ * @param {String} [opts.sortBy] Sort by field.
1540
+ * @param {String} [opts.sortOrder] The sort order.
1541
+ * @return {Promise<ListInboundPlansResponse>}
1539
1542
  */
1540
1543
  listInboundPlansWithHttpInfo (opts) {
1541
1544
  opts = opts || {}
@@ -1568,13 +1571,13 @@ export class FbaInboundApi {
1568
1571
 
1569
1572
  /**
1570
1573
  * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1571
- * @param {Object} opts Optional parameters
1572
- * @param {Number} opts.pageSize The number of inbound plans to return in the response matching the given query. (default to 10)
1573
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1574
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.status The status of an inbound plan.
1575
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortBy Sort by field.
1576
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortOrder The sort order.
1577
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse}
1574
+ * @param {Object} [opts] Optional parameters
1575
+ * @param {Number} [opts.pageSize] The number of inbound plans to return in the response matching the given query. (default to 10)
1576
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1577
+ * @param {String} [opts.status] The status of an inbound plan.
1578
+ * @param {String} [opts.sortBy] Sort by field.
1579
+ * @param {String} [opts.sortOrder] The sort order.
1580
+ * @return {Promise<ListInboundPlansResponse>}
1578
1581
  */
1579
1582
  listInboundPlans (opts) {
1580
1583
  return this.listInboundPlansWithHttpInfo(opts)
@@ -1584,10 +1587,10 @@ export class FbaInboundApi {
1584
1587
  }
1585
1588
 
1586
1589
  /**
1587
- * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1588
- * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1590
+ * List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- &#x60;%&#x60;\\n- &#x60;+&#x60;\\n- &#x60;,&#x60;\\n\\n**Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1591
+ * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1589
1592
  * @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
1590
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse} and HTTP response
1593
+ * @return {Promise<ListItemComplianceDetailsResponse>}
1591
1594
  */
1592
1595
  listItemComplianceDetailsWithHttpInfo (mskus, marketplaceId) {
1593
1596
  const postBody = null
@@ -1625,10 +1628,10 @@ export class FbaInboundApi {
1625
1628
  }
1626
1629
 
1627
1630
  /**
1628
- * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1629
- * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1631
+ * List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- &#x60;%&#x60;\\n- &#x60;+&#x60;\\n- &#x60;,&#x60;\\n\\n**Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1632
+ * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1630
1633
  * @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
1631
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse}
1634
+ * @return {Promise<ListItemComplianceDetailsResponse>}
1632
1635
  */
1633
1636
  listItemComplianceDetails (mskus, marketplaceId) {
1634
1637
  return this.listItemComplianceDetailsWithHttpInfo(mskus, marketplaceId)
@@ -1641,10 +1644,10 @@ export class FbaInboundApi {
1641
1644
  * Retrieves a page of boxes from a given packing group. These boxes were previously provided through the &#x60;setPackingInformation&#x60; operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1642
1645
  * @param {String} inboundPlanId Identifier of an inbound plan.
1643
1646
  * @param {String} packingGroupId Identifier of a packing group.
1644
- * @param {Object} opts Optional parameters
1645
- * @param {Number} opts.pageSize The number of packing group boxes to return in the response matching the given query. (default to 10)
1646
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1647
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse} and HTTP response
1647
+ * @param {Object} [opts] Optional parameters
1648
+ * @param {Number} [opts.pageSize] The number of packing group boxes to return in the response matching the given query. (default to 10)
1649
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1650
+ * @return {Promise<ListPackingGroupBoxesResponse>}
1648
1651
  */
1649
1652
  listPackingGroupBoxesWithHttpInfo (inboundPlanId, packingGroupId, opts) {
1650
1653
  opts = opts || {}
@@ -1688,10 +1691,10 @@ export class FbaInboundApi {
1688
1691
  * Retrieves a page of boxes from a given packing group. These boxes were previously provided through the &#x60;setPackingInformation&#x60; operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1689
1692
  * @param {String} inboundPlanId Identifier of an inbound plan.
1690
1693
  * @param {String} packingGroupId Identifier of a packing group.
1691
- * @param {Object} opts Optional parameters
1692
- * @param {Number} opts.pageSize The number of packing group boxes to return in the response matching the given query. (default to 10)
1693
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1694
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse}
1694
+ * @param {Object} [opts] Optional parameters
1695
+ * @param {Number} [opts.pageSize] The number of packing group boxes to return in the response matching the given query. (default to 10)
1696
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1697
+ * @return {Promise<ListPackingGroupBoxesResponse>}
1695
1698
  */
1696
1699
  listPackingGroupBoxes (inboundPlanId, packingGroupId, opts) {
1697
1700
  return this.listPackingGroupBoxesWithHttpInfo(inboundPlanId, packingGroupId, opts)
@@ -1704,10 +1707,10 @@ export class FbaInboundApi {
1704
1707
  * Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1705
1708
  * @param {String} inboundPlanId Identifier of an inbound plan.
1706
1709
  * @param {String} packingGroupId Identifier of a packing group.
1707
- * @param {Object} opts Optional parameters
1708
- * @param {Number} opts.pageSize The number of packing group items to return in the response matching the given query. (default to 10)
1709
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1710
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse} and HTTP response
1710
+ * @param {Object} [opts] Optional parameters
1711
+ * @param {Number} [opts.pageSize] The number of packing group items to return in the response matching the given query. (default to 10)
1712
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1713
+ * @return {Promise<ListPackingGroupItemsResponse>}
1711
1714
  */
1712
1715
  listPackingGroupItemsWithHttpInfo (inboundPlanId, packingGroupId, opts) {
1713
1716
  opts = opts || {}
@@ -1751,10 +1754,10 @@ export class FbaInboundApi {
1751
1754
  * Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1752
1755
  * @param {String} inboundPlanId Identifier of an inbound plan.
1753
1756
  * @param {String} packingGroupId Identifier of a packing group.
1754
- * @param {Object} opts Optional parameters
1755
- * @param {Number} opts.pageSize The number of packing group items to return in the response matching the given query. (default to 10)
1756
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1757
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse}
1757
+ * @param {Object} [opts] Optional parameters
1758
+ * @param {Number} [opts.pageSize] The number of packing group items to return in the response matching the given query. (default to 10)
1759
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1760
+ * @return {Promise<ListPackingGroupItemsResponse>}
1758
1761
  */
1759
1762
  listPackingGroupItems (inboundPlanId, packingGroupId, opts) {
1760
1763
  return this.listPackingGroupItemsWithHttpInfo(inboundPlanId, packingGroupId, opts)
@@ -1766,10 +1769,10 @@ export class FbaInboundApi {
1766
1769
  /**
1767
1770
  * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1768
1771
  * @param {String} inboundPlanId Identifier of an inbound plan.
1769
- * @param {Object} opts Optional parameters
1770
- * @param {Number} opts.pageSize The number of packing options to return in the response matching the given query. (default to 10)
1771
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1772
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse} and HTTP response
1772
+ * @param {Object} [opts] Optional parameters
1773
+ * @param {Number} [opts.pageSize] The number of packing options to return in the response matching the given query. (default to 10)
1774
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1775
+ * @return {Promise<ListPackingOptionsResponse>}
1773
1776
  */
1774
1777
  listPackingOptionsWithHttpInfo (inboundPlanId, opts) {
1775
1778
  opts = opts || {}
@@ -1806,10 +1809,10 @@ export class FbaInboundApi {
1806
1809
  /**
1807
1810
  * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1808
1811
  * @param {String} inboundPlanId Identifier of an inbound plan.
1809
- * @param {Object} opts Optional parameters
1810
- * @param {Number} opts.pageSize The number of packing options to return in the response matching the given query. (default to 10)
1811
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1812
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse}
1812
+ * @param {Object} [opts] Optional parameters
1813
+ * @param {Number} [opts.pageSize] The number of packing options to return in the response matching the given query. (default to 10)
1814
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1815
+ * @return {Promise<ListPackingOptionsResponse>}
1813
1816
  */
1814
1817
  listPackingOptions (inboundPlanId, opts) {
1815
1818
  return this.listPackingOptionsWithHttpInfo(inboundPlanId, opts)
@@ -1821,10 +1824,10 @@ export class FbaInboundApi {
1821
1824
  /**
1822
1825
  * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1823
1826
  * @param {String} inboundPlanId Identifier of an inbound plan.
1824
- * @param {Object} opts Optional parameters
1825
- * @param {Number} opts.pageSize The number of placement options to return in the response matching the given query. (default to 10)
1826
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1827
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse} and HTTP response
1827
+ * @param {Object} [opts] Optional parameters
1828
+ * @param {Number} [opts.pageSize] The number of placement options to return in the response matching the given query. (default to 10)
1829
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1830
+ * @return {Promise<ListPlacementOptionsResponse>}
1828
1831
  */
1829
1832
  listPlacementOptionsWithHttpInfo (inboundPlanId, opts) {
1830
1833
  opts = opts || {}
@@ -1861,10 +1864,10 @@ export class FbaInboundApi {
1861
1864
  /**
1862
1865
  * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1863
1866
  * @param {String} inboundPlanId Identifier of an inbound plan.
1864
- * @param {Object} opts Optional parameters
1865
- * @param {Number} opts.pageSize The number of placement options to return in the response matching the given query. (default to 10)
1866
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1867
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse}
1867
+ * @param {Object} [opts] Optional parameters
1868
+ * @param {Number} [opts.pageSize] The number of placement options to return in the response matching the given query. (default to 10)
1869
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1870
+ * @return {Promise<ListPlacementOptionsResponse>}
1868
1871
  */
1869
1872
  listPlacementOptions (inboundPlanId, opts) {
1870
1873
  return this.listPlacementOptionsWithHttpInfo(inboundPlanId, opts)
@@ -1874,10 +1877,10 @@ export class FbaInboundApi {
1874
1877
  }
1875
1878
 
1876
1879
  /**
1877
- * Get preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1880
+ * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- &#x60;%&#x60;\\n- &#x60;+&#x60;\\n- &#x60;,&#x60;\\n\\n**Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1878
1881
  * @param {String} marketplaceId The marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
1879
- * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1880
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse} and HTTP response
1882
+ * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1883
+ * @return {Promise<ListPrepDetailsResponse>}
1881
1884
  */
1882
1885
  listPrepDetailsWithHttpInfo (marketplaceId, mskus) {
1883
1886
  const postBody = null
@@ -1915,10 +1918,10 @@ export class FbaInboundApi {
1915
1918
  }
1916
1919
 
1917
1920
  /**
1918
- * Get preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1921
+ * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- &#x60;%&#x60;\\n- &#x60;+&#x60;\\n- &#x60;,&#x60;\\n\\n**Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1919
1922
  * @param {String} marketplaceId The marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
1920
- * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1921
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse}
1923
+ * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1924
+ * @return {Promise<ListPrepDetailsResponse>}
1922
1925
  */
1923
1926
  listPrepDetails (marketplaceId, mskus) {
1924
1927
  return this.listPrepDetailsWithHttpInfo(marketplaceId, mskus)
@@ -1931,10 +1934,10 @@ export class FbaInboundApi {
1931
1934
  * Provides a paginated list of box packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1932
1935
  * @param {String} inboundPlanId Identifier of an inbound plan.
1933
1936
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1934
- * @param {Object} opts Optional parameters
1935
- * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1936
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1937
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse} and HTTP response
1937
+ * @param {Object} [opts] Optional parameters
1938
+ * @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
1939
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1940
+ * @return {Promise<ListShipmentBoxesResponse>}
1938
1941
  */
1939
1942
  listShipmentBoxesWithHttpInfo (inboundPlanId, shipmentId, opts) {
1940
1943
  opts = opts || {}
@@ -1978,10 +1981,10 @@ export class FbaInboundApi {
1978
1981
  * Provides a paginated list of box packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1979
1982
  * @param {String} inboundPlanId Identifier of an inbound plan.
1980
1983
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1981
- * @param {Object} opts Optional parameters
1982
- * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1983
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1984
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse}
1984
+ * @param {Object} [opts] Optional parameters
1985
+ * @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
1986
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1987
+ * @return {Promise<ListShipmentBoxesResponse>}
1985
1988
  */
1986
1989
  listShipmentBoxes (inboundPlanId, shipmentId, opts) {
1987
1990
  return this.listShipmentBoxesWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -1994,10 +1997,10 @@ export class FbaInboundApi {
1994
1997
  * Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1995
1998
  * @param {String} inboundPlanId Identifier of an inbound plan.
1996
1999
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1997
- * @param {Object} opts Optional parameters
1998
- * @param {Number} opts.pageSize The number of content update previews to return. (default to 10)
1999
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2000
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse} and HTTP response
2000
+ * @param {Object} [opts] Optional parameters
2001
+ * @param {Number} [opts.pageSize] The number of content update previews to return. (default to 10)
2002
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2003
+ * @return {Promise<ListShipmentContentUpdatePreviewsResponse>}
2001
2004
  */
2002
2005
  listShipmentContentUpdatePreviewsWithHttpInfo (inboundPlanId, shipmentId, opts) {
2003
2006
  opts = opts || {}
@@ -2041,10 +2044,10 @@ export class FbaInboundApi {
2041
2044
  * Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2042
2045
  * @param {String} inboundPlanId Identifier of an inbound plan.
2043
2046
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2044
- * @param {Object} opts Optional parameters
2045
- * @param {Number} opts.pageSize The number of content update previews to return. (default to 10)
2046
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2047
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse}
2047
+ * @param {Object} [opts] Optional parameters
2048
+ * @param {Number} [opts.pageSize] The number of content update previews to return. (default to 10)
2049
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2050
+ * @return {Promise<ListShipmentContentUpdatePreviewsResponse>}
2048
2051
  */
2049
2052
  listShipmentContentUpdatePreviews (inboundPlanId, shipmentId, opts) {
2050
2053
  return this.listShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -2057,10 +2060,10 @@ export class FbaInboundApi {
2057
2060
  * Provides a paginated list of item packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2058
2061
  * @param {String} inboundPlanId Identifier of an inbound plan.
2059
2062
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2060
- * @param {Object} opts Optional parameters
2061
- * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
2062
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2063
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse} and HTTP response
2063
+ * @param {Object} [opts] Optional parameters
2064
+ * @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
2065
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2066
+ * @return {Promise<ListShipmentItemsResponse>}
2064
2067
  */
2065
2068
  listShipmentItemsWithHttpInfo (inboundPlanId, shipmentId, opts) {
2066
2069
  opts = opts || {}
@@ -2104,10 +2107,10 @@ export class FbaInboundApi {
2104
2107
  * Provides a paginated list of item packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2105
2108
  * @param {String} inboundPlanId Identifier of an inbound plan.
2106
2109
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2107
- * @param {Object} opts Optional parameters
2108
- * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
2109
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2110
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse}
2110
+ * @param {Object} [opts] Optional parameters
2111
+ * @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
2112
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2113
+ * @return {Promise<ListShipmentItemsResponse>}
2111
2114
  */
2112
2115
  listShipmentItems (inboundPlanId, shipmentId, opts) {
2113
2116
  return this.listShipmentItemsWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -2120,10 +2123,10 @@ export class FbaInboundApi {
2120
2123
  * Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2121
2124
  * @param {String} inboundPlanId Identifier of an inbound plan.
2122
2125
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2123
- * @param {Object} opts Optional parameters
2124
- * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
2125
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2126
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse} and HTTP response
2126
+ * @param {Object} [opts] Optional parameters
2127
+ * @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
2128
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2129
+ * @return {Promise<ListShipmentPalletsResponse>}
2127
2130
  */
2128
2131
  listShipmentPalletsWithHttpInfo (inboundPlanId, shipmentId, opts) {
2129
2132
  opts = opts || {}
@@ -2167,10 +2170,10 @@ export class FbaInboundApi {
2167
2170
  * Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2168
2171
  * @param {String} inboundPlanId Identifier of an inbound plan.
2169
2172
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2170
- * @param {Object} opts Optional parameters
2171
- * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
2172
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2173
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse}
2173
+ * @param {Object} [opts] Optional parameters
2174
+ * @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
2175
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2176
+ * @return {Promise<ListShipmentPalletsResponse>}
2174
2177
  */
2175
2178
  listShipmentPallets (inboundPlanId, shipmentId, opts) {
2176
2179
  return this.listShipmentPalletsWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -2182,12 +2185,12 @@ export class FbaInboundApi {
2182
2185
  /**
2183
2186
  * Retrieves all transportation options for a shipment. Transportation options must first be generated by the &#x60;generateTransportationOptions&#x60; operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2184
2187
  * @param {String} inboundPlanId Identifier of an inbound plan.
2185
- * @param {Object} opts Optional parameters
2186
- * @param {Number} opts.pageSize The number of transportation options to return in the response matching the given query. (default to 10)
2187
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2188
- * @param {String} opts.placementOptionId The placement option to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2189
- * @param {String} opts.shipmentId The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2190
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse} and HTTP response
2188
+ * @param {Object} [opts] Optional parameters
2189
+ * @param {Number} [opts.pageSize] The number of transportation options to return in the response matching the given query. (default to 10)
2190
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2191
+ * @param {String} [opts.placementOptionId] The placement option to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2192
+ * @param {String} [opts.shipmentId] The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2193
+ * @return {Promise<ListTransportationOptionsResponse>}
2191
2194
  */
2192
2195
  listTransportationOptionsWithHttpInfo (inboundPlanId, opts) {
2193
2196
  opts = opts || {}
@@ -2226,12 +2229,12 @@ export class FbaInboundApi {
2226
2229
  /**
2227
2230
  * Retrieves all transportation options for a shipment. Transportation options must first be generated by the &#x60;generateTransportationOptions&#x60; operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2228
2231
  * @param {String} inboundPlanId Identifier of an inbound plan.
2229
- * @param {Object} opts Optional parameters
2230
- * @param {Number} opts.pageSize The number of transportation options to return in the response matching the given query. (default to 10)
2231
- * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2232
- * @param {String} opts.placementOptionId The placement option to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2233
- * @param {String} opts.shipmentId The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2234
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse}
2232
+ * @param {Object} [opts] Optional parameters
2233
+ * @param {Number} [opts.pageSize] The number of transportation options to return in the response matching the given query. (default to 10)
2234
+ * @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2235
+ * @param {String} [opts.placementOptionId] The placement option to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2236
+ * @param {String} [opts.shipmentId] The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2237
+ * @return {Promise<ListTransportationOptionsResponse>}
2235
2238
  */
2236
2239
  listTransportationOptions (inboundPlanId, opts) {
2237
2240
  return this.listTransportationOptionsWithHttpInfo(inboundPlanId, opts)
@@ -2241,12 +2244,12 @@ export class FbaInboundApi {
2241
2244
  }
2242
2245
 
2243
2246
  /**
2244
- * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2247
+ * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2245
2248
  * @param {String} inboundPlanId Identifier of an inbound plan.
2246
2249
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2247
2250
  * @param {String} slotId An identifier to a self-ship appointment slot.
2248
- * @param {module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2249
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse} and HTTP response
2251
+ * @param {ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2252
+ * @return {Promise<ScheduleSelfShipAppointmentResponse>}
2250
2253
  */
2251
2254
  scheduleSelfShipAppointmentWithHttpInfo (inboundPlanId, shipmentId, slotId, body) {
2252
2255
  const postBody = body
@@ -2295,12 +2298,12 @@ export class FbaInboundApi {
2295
2298
  }
2296
2299
 
2297
2300
  /**
2298
- * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2301
+ * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2299
2302
  * @param {String} inboundPlanId Identifier of an inbound plan.
2300
2303
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2301
2304
  * @param {String} slotId An identifier to a self-ship appointment slot.
2302
- * @param {module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2303
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse}
2305
+ * @param {ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2306
+ * @return {Promise<ScheduleSelfShipAppointmentResponse>}
2304
2307
  */
2305
2308
  scheduleSelfShipAppointment (inboundPlanId, shipmentId, slotId, body) {
2306
2309
  return this.scheduleSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, slotId, body)
@@ -2312,8 +2315,8 @@ export class FbaInboundApi {
2312
2315
  /**
2313
2316
  * Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2314
2317
  * @param {String} inboundPlanId Identifier of an inbound plan.
2315
- * @param {module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2316
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse} and HTTP response
2318
+ * @param {SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2319
+ * @return {Promise<SetPackingInformationResponse>}
2317
2320
  */
2318
2321
  setPackingInformationWithHttpInfo (inboundPlanId, body) {
2319
2322
  const postBody = body
@@ -2352,8 +2355,8 @@ export class FbaInboundApi {
2352
2355
  /**
2353
2356
  * Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2354
2357
  * @param {String} inboundPlanId Identifier of an inbound plan.
2355
- * @param {module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2356
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse}
2358
+ * @param {SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2359
+ * @return {Promise<SetPackingInformationResponse>}
2357
2360
  */
2358
2361
  setPackingInformation (inboundPlanId, body) {
2359
2362
  return this.setPackingInformationWithHttpInfo(inboundPlanId, body)
@@ -2364,8 +2367,8 @@ export class FbaInboundApi {
2364
2367
 
2365
2368
  /**
2366
2369
  * Set the preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2367
- * @param {module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2368
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse} and HTTP response
2370
+ * @param {SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2371
+ * @return {Promise<SetPrepDetailsResponse>}
2369
2372
  */
2370
2373
  setPrepDetailsWithHttpInfo (body) {
2371
2374
  const postBody = body
@@ -2397,8 +2400,8 @@ export class FbaInboundApi {
2397
2400
 
2398
2401
  /**
2399
2402
  * Set the preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2400
- * @param {module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2401
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse}
2403
+ * @param {SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2404
+ * @return {Promise<SetPrepDetailsResponse>}
2402
2405
  */
2403
2406
  setPrepDetails (body) {
2404
2407
  return this.setPrepDetailsWithHttpInfo(body)
@@ -2407,11 +2410,72 @@ export class FbaInboundApi {
2407
2410
  })
2408
2411
  }
2409
2412
 
2413
+ /**
2414
+ * Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2415
+ * @param {String} inboundPlanId Identifier to an inbound plan.
2416
+ * @param {String} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
2417
+ * @param {UpdateBoxIdentifiersRequest} body The body of the request to &#x60;updateBoxIdentifiers&#x60;.
2418
+ * @return {Promise<UpdateBoxIdentifiersResponse>}
2419
+ */
2420
+ updateBoxIdentifiersWithHttpInfo (inboundPlanId, shipmentId, body) {
2421
+ const postBody = body
2422
+
2423
+ // verify the required parameter 'inboundPlanId' is set
2424
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2425
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling updateBoxIdentifiers")
2426
+ }
2427
+
2428
+ // verify the required parameter 'shipmentId' is set
2429
+ if (shipmentId === undefined || shipmentId === null) {
2430
+ throw new Error("Missing the required parameter 'shipmentId' when calling updateBoxIdentifiers")
2431
+ }
2432
+
2433
+ // verify the required parameter 'body' is set
2434
+ if (body === undefined || body === null) {
2435
+ throw new Error("Missing the required parameter 'body' when calling updateBoxIdentifiers")
2436
+ }
2437
+
2438
+ const pathParams = {
2439
+ inboundPlanId,
2440
+ shipmentId
2441
+ }
2442
+ const queryParams = {
2443
+ }
2444
+ const headerParams = {
2445
+ }
2446
+ const formParams = {
2447
+ }
2448
+
2449
+ const contentTypes = ['application/json']
2450
+ const accepts = ['application/json']
2451
+ const returnType = UpdateBoxIdentifiersResponse
2452
+
2453
+ return this.apiClient.callApi('FbaInboundApi-updateBoxIdentifiers',
2454
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxIdentifiers', 'PUT',
2455
+ pathParams, queryParams, headerParams, formParams, postBody,
2456
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateBoxIdentifiers')
2457
+ )
2458
+ }
2459
+
2460
+ /**
2461
+ * Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2462
+ * @param {String} inboundPlanId Identifier to an inbound plan.
2463
+ * @param {String} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
2464
+ * @param {UpdateBoxIdentifiersRequest} body The body of the request to &#x60;updateBoxIdentifiers&#x60;.
2465
+ * @return {Promise<UpdateBoxIdentifiersResponse>}
2466
+ */
2467
+ updateBoxIdentifiers (inboundPlanId, shipmentId, body) {
2468
+ return this.updateBoxIdentifiersWithHttpInfo(inboundPlanId, shipmentId, body)
2469
+ .then(function (response_and_data) {
2470
+ return response_and_data.data
2471
+ })
2472
+ }
2473
+
2410
2474
  /**
2411
2475
  * Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2412
2476
  * @param {String} inboundPlanId Identifier of an inbound plan.
2413
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2414
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
2477
+ * @param {UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2478
+ * @return {Promise<void>}
2415
2479
  */
2416
2480
  updateInboundPlanNameWithHttpInfo (inboundPlanId, body) {
2417
2481
  const postBody = body
@@ -2450,8 +2514,8 @@ export class FbaInboundApi {
2450
2514
  /**
2451
2515
  * Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2452
2516
  * @param {String} inboundPlanId Identifier of an inbound plan.
2453
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2454
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}
2517
+ * @param {UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2518
+ * @return {Promise<void>}
2455
2519
  */
2456
2520
  updateInboundPlanName (inboundPlanId, body) {
2457
2521
  return this.updateInboundPlanNameWithHttpInfo(inboundPlanId, body)
@@ -2463,8 +2527,8 @@ export class FbaInboundApi {
2463
2527
  /**
2464
2528
  * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2465
2529
  * @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
2466
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2467
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse} and HTTP response
2530
+ * @param {UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2531
+ * @return {Promise<UpdateItemComplianceDetailsResponse>}
2468
2532
  */
2469
2533
  updateItemComplianceDetailsWithHttpInfo (marketplaceId, body) {
2470
2534
  const postBody = body
@@ -2503,8 +2567,8 @@ export class FbaInboundApi {
2503
2567
  /**
2504
2568
  * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2505
2569
  * @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
2506
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2507
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse}
2570
+ * @param {UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2571
+ * @return {Promise<UpdateItemComplianceDetailsResponse>}
2508
2572
  */
2509
2573
  updateItemComplianceDetails (marketplaceId, body) {
2510
2574
  return this.updateItemComplianceDetailsWithHttpInfo(marketplaceId, body)
@@ -2517,8 +2581,8 @@ export class FbaInboundApi {
2517
2581
  * Updates the name of an existing shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2518
2582
  * @param {String} inboundPlanId Identifier of an inbound plan.
2519
2583
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2520
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2521
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
2584
+ * @param {UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2585
+ * @return {Promise<void>}
2522
2586
  */
2523
2587
  updateShipmentNameWithHttpInfo (inboundPlanId, shipmentId, body) {
2524
2588
  const postBody = body
@@ -2564,8 +2628,8 @@ export class FbaInboundApi {
2564
2628
  * Updates the name of an existing shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2565
2629
  * @param {String} inboundPlanId Identifier of an inbound plan.
2566
2630
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2567
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2568
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}
2631
+ * @param {UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2632
+ * @return {Promise<void>}
2569
2633
  */
2570
2634
  updateShipmentName (inboundPlanId, shipmentId, body) {
2571
2635
  return this.updateShipmentNameWithHttpInfo(inboundPlanId, shipmentId, body)
@@ -2578,8 +2642,8 @@ export class FbaInboundApi {
2578
2642
  * Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2579
2643
  * @param {String} inboundPlanId Identifier of an inbound plan.
2580
2644
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2581
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2582
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse} and HTTP response
2645
+ * @param {UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2646
+ * @return {Promise<UpdateShipmentSourceAddressResponse>}
2583
2647
  */
2584
2648
  updateShipmentSourceAddressWithHttpInfo (inboundPlanId, shipmentId, body) {
2585
2649
  const postBody = body
@@ -2625,8 +2689,8 @@ export class FbaInboundApi {
2625
2689
  * Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2626
2690
  * @param {String} inboundPlanId Identifier of an inbound plan.
2627
2691
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2628
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2629
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse}
2692
+ * @param {UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2693
+ * @return {Promise<UpdateShipmentSourceAddressResponse>}
2630
2694
  */
2631
2695
  updateShipmentSourceAddress (inboundPlanId, shipmentId, body) {
2632
2696
  return this.updateShipmentSourceAddressWithHttpInfo(inboundPlanId, shipmentId, body)
@@ -2639,8 +2703,8 @@ export class FbaInboundApi {
2639
2703
  * Updates a shipment&#39;s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2640
2704
  * @param {String} inboundPlanId Identifier of an inbound plan.
2641
2705
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2642
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2643
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse} and HTTP response
2706
+ * @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2707
+ * @return {Promise<UpdateShipmentTrackingDetailsResponse>}
2644
2708
  */
2645
2709
  updateShipmentTrackingDetailsWithHttpInfo (inboundPlanId, shipmentId, body) {
2646
2710
  const postBody = body
@@ -2686,8 +2750,8 @@ export class FbaInboundApi {
2686
2750
  * Updates a shipment&#39;s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2687
2751
  * @param {String} inboundPlanId Identifier of an inbound plan.
2688
2752
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2689
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2690
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse}
2753
+ * @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2754
+ * @return {Promise<UpdateShipmentTrackingDetailsResponse>}
2691
2755
  */
2692
2756
  updateShipmentTrackingDetails (inboundPlanId, shipmentId, body) {
2693
2757
  return this.updateShipmentTrackingDetailsWithHttpInfo(inboundPlanId, shipmentId, body)