@sp-api-sdk/sellers-api-v1 2.3.6 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/README.md +1 -7
  2. package/dist/cjs/api-model/api/sellers-api.js +10 -10
  3. package/dist/cjs/api-model/api.js +2 -2
  4. package/dist/cjs/api-model/base.js +2 -2
  5. package/dist/cjs/api-model/common.js +2 -2
  6. package/dist/cjs/api-model/configuration.js +2 -2
  7. package/dist/cjs/api-model/index.js +2 -2
  8. package/dist/cjs/api-model/models/account.js +7 -3
  9. package/dist/cjs/api-model/models/address.js +2 -2
  10. package/dist/cjs/api-model/models/business.js +2 -2
  11. package/dist/cjs/api-model/models/get-account-response.js +2 -2
  12. package/dist/cjs/api-model/models/get-marketplace-participations-response.js +2 -2
  13. package/dist/cjs/api-model/models/index.js +0 -1
  14. package/dist/cjs/api-model/models/marketplace-participation.js +2 -2
  15. package/dist/cjs/api-model/models/marketplace.js +2 -2
  16. package/dist/cjs/api-model/models/model-error.js +2 -2
  17. package/dist/cjs/api-model/models/participation.js +2 -2
  18. package/dist/cjs/api-model/models/primary-contact.js +2 -2
  19. package/dist/es/api-model/api/sellers-api.js +10 -10
  20. package/dist/es/api-model/api.js +2 -2
  21. package/dist/es/api-model/base.js +2 -2
  22. package/dist/es/api-model/common.js +2 -2
  23. package/dist/es/api-model/configuration.js +2 -2
  24. package/dist/es/api-model/index.js +2 -2
  25. package/dist/es/api-model/models/account.js +6 -2
  26. package/dist/es/api-model/models/address.js +2 -2
  27. package/dist/es/api-model/models/business.js +2 -2
  28. package/dist/es/api-model/models/get-account-response.js +2 -2
  29. package/dist/es/api-model/models/get-marketplace-participations-response.js +2 -2
  30. package/dist/es/api-model/models/index.js +0 -1
  31. package/dist/es/api-model/models/marketplace-participation.js +2 -2
  32. package/dist/es/api-model/models/marketplace.js +2 -2
  33. package/dist/es/api-model/models/model-error.js +2 -2
  34. package/dist/es/api-model/models/participation.js +2 -2
  35. package/dist/es/api-model/models/primary-contact.js +2 -2
  36. package/dist/types/api-model/api/sellers-api.d.ts +10 -10
  37. package/dist/types/api-model/api.d.ts +2 -2
  38. package/dist/types/api-model/base.d.ts +2 -2
  39. package/dist/types/api-model/common.d.ts +2 -2
  40. package/dist/types/api-model/configuration.d.ts +2 -2
  41. package/dist/types/api-model/index.d.ts +2 -2
  42. package/dist/types/api-model/models/account.d.ts +17 -6
  43. package/dist/types/api-model/models/address.d.ts +2 -2
  44. package/dist/types/api-model/models/business.d.ts +3 -3
  45. package/dist/types/api-model/models/get-account-response.d.ts +2 -2
  46. package/dist/types/api-model/models/get-marketplace-participations-response.d.ts +2 -2
  47. package/dist/types/api-model/models/index.d.ts +0 -1
  48. package/dist/types/api-model/models/marketplace-participation.d.ts +8 -2
  49. package/dist/types/api-model/models/marketplace.d.ts +4 -4
  50. package/dist/types/api-model/models/model-error.d.ts +3 -3
  51. package/dist/types/api-model/models/participation.d.ts +5 -5
  52. package/dist/types/api-model/models/primary-contact.d.ts +2 -2
  53. package/package.json +4 -4
  54. package/dist/cjs/api-model/models/marketplace-level-attributes.js +0 -24
  55. package/dist/es/api-model/models/marketplace-level-attributes.js +0 -21
  56. package/dist/types/api-model/models/marketplace-level-attributes.d.ts +0 -53
@@ -1,21 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Sellers
5
- * The [Selling Partner API for Sellers](https://developer-docs.amazon.com/sp-api/docs/sellers-api-v1-reference) (Sellers API) provides essential information about seller accounts, such as: - The marketplaces a seller can list in - The default language and currency of a marketplace - Whether the seller has suspended listings Refer to the [Sellers API reference](https://developer-docs.amazon.com/sp-api/docs/sellers-api-v1-reference) for details about this API\'s operations, data types, and schemas.
6
- *
7
- * The version of the OpenAPI document: v1
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export const MarketplaceLevelAttributesListingStatusEnum = {
15
- Active: 'ACTIVE',
16
- Inactive: 'INACTIVE'
17
- };
18
- export const MarketplaceLevelAttributesSellingPlanEnum = {
19
- Professional: 'PROFESSIONAL',
20
- Individual: 'INDIVIDUAL'
21
- };
@@ -1,53 +0,0 @@
1
- /**
2
- * Selling Partner API for Sellers
3
- * The [Selling Partner API for Sellers](https://developer-docs.amazon.com/sp-api/docs/sellers-api-v1-reference) (Sellers API) provides essential information about seller accounts, such as: - The marketplaces a seller can list in - The default language and currency of a marketplace - Whether the seller has suspended listings Refer to the [Sellers API reference](https://developer-docs.amazon.com/sp-api/docs/sellers-api-v1-reference) for details about this API\'s operations, data types, and schemas.
4
- *
5
- * The version of the OpenAPI document: v1
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { Marketplace } from './marketplace';
13
- /**
14
- * Attributes that define the seller\'s presence and status within a specific marketplace. These attributes include the marketplace details, store name, listing status, and the selling plan the seller is subscribed to.
15
- * @export
16
- * @interface MarketplaceLevelAttributes
17
- */
18
- export interface MarketplaceLevelAttributes {
19
- /**
20
- *
21
- * @type {Marketplace}
22
- * @memberof MarketplaceLevelAttributes
23
- */
24
- 'marketplace': Marketplace;
25
- /**
26
- * The name of the seller\'s store as displayed in the marketplace.
27
- * @type {string}
28
- * @memberof MarketplaceLevelAttributes
29
- */
30
- 'storeName': string;
31
- /**
32
- * The current status of the seller\'s listings.
33
- * @type {string}
34
- * @memberof MarketplaceLevelAttributes
35
- */
36
- 'listingStatus': MarketplaceLevelAttributesListingStatusEnum;
37
- /**
38
- * The selling plan details.
39
- * @type {string}
40
- * @memberof MarketplaceLevelAttributes
41
- */
42
- 'sellingPlan': MarketplaceLevelAttributesSellingPlanEnum;
43
- }
44
- export declare const MarketplaceLevelAttributesListingStatusEnum: {
45
- readonly Active: "ACTIVE";
46
- readonly Inactive: "INACTIVE";
47
- };
48
- export type MarketplaceLevelAttributesListingStatusEnum = typeof MarketplaceLevelAttributesListingStatusEnum[keyof typeof MarketplaceLevelAttributesListingStatusEnum];
49
- export declare const MarketplaceLevelAttributesSellingPlanEnum: {
50
- readonly Professional: "PROFESSIONAL";
51
- readonly Individual: "INDIVIDUAL";
52
- };
53
- export type MarketplaceLevelAttributesSellingPlanEnum = typeof MarketplaceLevelAttributesSellingPlanEnum[keyof typeof MarketplaceLevelAttributesSellingPlanEnum];