ebay-api 9.4.3 → 10.0.0-RC.1

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 (110) hide show
  1. package/README.md +33 -2
  2. package/dist/api/restful/buy/browse/index.d.ts +1 -4
  3. package/dist/api/restful/buy/browse/index.js +0 -9
  4. package/dist/api/restful/buy/feed/index.d.ts +1 -0
  5. package/dist/api/restful/buy/feed/index.js +8 -0
  6. package/dist/api/restful/buy/marketing/index.d.ts +1 -3
  7. package/dist/api/restful/buy/marketing/index.js +0 -10
  8. package/dist/api/restful/buy/order/index.d.ts +1 -1
  9. package/dist/api/restful/buy/order/index.js +1 -1
  10. package/dist/api/restful/commerce/media/index.d.ts +8 -1
  11. package/dist/api/restful/commerce/media/index.js +24 -0
  12. package/dist/api/restful/commerce/notification/index.d.ts +5 -2
  13. package/dist/api/restful/commerce/notification/index.js +15 -1
  14. package/dist/api/restful/commerce/taxonomy/index.d.ts +1 -0
  15. package/dist/api/restful/commerce/taxonomy/index.js +4 -0
  16. package/dist/api/restful/sell/compliance/index.d.ts +0 -2
  17. package/dist/api/restful/sell/compliance/index.js +0 -3
  18. package/dist/api/restful/sell/feed/index.d.ts +7 -7
  19. package/dist/api/restful/sell/finances/index.d.ts +1 -1
  20. package/dist/api/restful/sell/listing/index.d.ts +2 -1
  21. package/dist/api/restful/sell/logistics/index.d.ts +6 -5
  22. package/dist/api/restful/sell/marketing/index.d.ts +4 -1
  23. package/dist/api/restful/sell/marketing/index.js +10 -0
  24. package/dist/api/restful/sell/metadata/index.d.ts +15 -0
  25. package/dist/api/restful/sell/metadata/index.js +65 -0
  26. package/dist/api/restful/sell/negotiation/index.d.ts +2 -1
  27. package/dist/ebay-api.min.mjs +1 -1
  28. package/dist/types/restful/specs/buy_browse_v1_oas3.d.ts +239 -655
  29. package/dist/types/restful/specs/buy_deal_v1_oas3.d.ts +34 -171
  30. package/dist/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +146 -217
  31. package/dist/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +19 -208
  32. package/dist/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +13 -84
  33. package/dist/types/restful/specs/buy_order_v2_oas3.d.ts +470 -0
  34. package/dist/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +37 -562
  35. package/dist/types/restful/specs/commerce_charity_v1_oas3.d.ts +10 -130
  36. package/dist/types/restful/specs/commerce_identity_v1_oas3.d.ts +6 -39
  37. package/dist/types/restful/specs/commerce_media_v1_beta_oas3.d.ts +209 -132
  38. package/dist/types/restful/specs/commerce_notification_v1_oas3.d.ts +272 -716
  39. package/dist/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +77 -339
  40. package/dist/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +11 -38
  41. package/dist/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +24 -91
  42. package/dist/types/restful/specs/developer_key_management_v1_oas3.d.ts +21 -132
  43. package/dist/types/restful/specs/sell_account_v1_oas3.d.ts +193 -1696
  44. package/dist/types/restful/specs/sell_compliance_v1_oas3.d.ts +21 -148
  45. package/dist/types/restful/specs/sell_feed_v1_oas3.d.ts +122 -902
  46. package/dist/types/restful/specs/sell_finances_v1_oas3.d.ts +99 -275
  47. package/dist/types/restful/specs/sell_inventory_v1_oas3.d.ts +212 -1257
  48. package/dist/types/restful/specs/sell_logistics_v1_oas3.d.ts +77 -281
  49. package/dist/types/restful/specs/sell_marketing_v1_oas3.d.ts +563 -3197
  50. package/dist/types/restful/specs/sell_metadata_v1_oas3.d.ts +709 -330
  51. package/dist/types/restful/specs/sell_negotiation_v1_oas3.d.ts +15 -82
  52. package/dist/types/restful/specs/sell_recommendation_v1_oas3.d.ts +10 -43
  53. package/dist/types/restfulTypes.d.ts +33 -14
  54. package/lib/api/restful/buy/browse/index.d.ts +1 -4
  55. package/lib/api/restful/buy/browse/index.js +0 -9
  56. package/lib/api/restful/buy/feed/index.d.ts +1 -0
  57. package/lib/api/restful/buy/feed/index.js +8 -0
  58. package/lib/api/restful/buy/marketing/index.d.ts +1 -3
  59. package/lib/api/restful/buy/marketing/index.js +0 -10
  60. package/lib/api/restful/buy/order/index.d.ts +1 -1
  61. package/lib/api/restful/buy/order/index.js +1 -1
  62. package/lib/api/restful/commerce/media/index.d.ts +8 -1
  63. package/lib/api/restful/commerce/media/index.js +24 -0
  64. package/lib/api/restful/commerce/notification/index.d.ts +5 -2
  65. package/lib/api/restful/commerce/notification/index.js +15 -1
  66. package/lib/api/restful/commerce/taxonomy/index.d.ts +1 -0
  67. package/lib/api/restful/commerce/taxonomy/index.js +4 -0
  68. package/lib/api/restful/sell/compliance/index.d.ts +0 -2
  69. package/lib/api/restful/sell/compliance/index.js +0 -3
  70. package/lib/api/restful/sell/feed/index.d.ts +7 -7
  71. package/lib/api/restful/sell/finances/index.d.ts +1 -1
  72. package/lib/api/restful/sell/listing/index.d.ts +2 -1
  73. package/lib/api/restful/sell/logistics/index.d.ts +6 -5
  74. package/lib/api/restful/sell/marketing/index.d.ts +4 -1
  75. package/lib/api/restful/sell/marketing/index.js +10 -0
  76. package/lib/api/restful/sell/metadata/index.d.ts +15 -0
  77. package/lib/api/restful/sell/metadata/index.js +65 -0
  78. package/lib/api/restful/sell/negotiation/index.d.ts +2 -1
  79. package/lib/ebay-api.min.js +1 -1
  80. package/lib/types/restful/specs/buy_browse_v1_oas3.d.ts +239 -655
  81. package/lib/types/restful/specs/buy_deal_v1_oas3.d.ts +34 -171
  82. package/lib/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +146 -217
  83. package/lib/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +19 -208
  84. package/lib/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +13 -84
  85. package/lib/types/restful/specs/buy_order_v2_oas3.d.ts +470 -0
  86. package/lib/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +37 -562
  87. package/lib/types/restful/specs/commerce_charity_v1_oas3.d.ts +10 -130
  88. package/lib/types/restful/specs/commerce_identity_v1_oas3.d.ts +6 -39
  89. package/lib/types/restful/specs/commerce_media_v1_beta_oas3.d.ts +209 -132
  90. package/lib/types/restful/specs/commerce_notification_v1_oas3.d.ts +272 -716
  91. package/lib/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +77 -339
  92. package/lib/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +11 -38
  93. package/lib/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +24 -91
  94. package/lib/types/restful/specs/developer_key_management_v1_oas3.d.ts +21 -132
  95. package/lib/types/restful/specs/sell_account_v1_oas3.d.ts +193 -1696
  96. package/lib/types/restful/specs/sell_compliance_v1_oas3.d.ts +21 -148
  97. package/lib/types/restful/specs/sell_feed_v1_oas3.d.ts +122 -902
  98. package/lib/types/restful/specs/sell_finances_v1_oas3.d.ts +99 -275
  99. package/lib/types/restful/specs/sell_inventory_v1_oas3.d.ts +212 -1257
  100. package/lib/types/restful/specs/sell_logistics_v1_oas3.d.ts +77 -281
  101. package/lib/types/restful/specs/sell_marketing_v1_oas3.d.ts +563 -3197
  102. package/lib/types/restful/specs/sell_metadata_v1_oas3.d.ts +709 -330
  103. package/lib/types/restful/specs/sell_negotiation_v1_oas3.d.ts +15 -82
  104. package/lib/types/restful/specs/sell_recommendation_v1_oas3.d.ts +10 -43
  105. package/lib/types/restfulTypes.d.ts +33 -14
  106. package/package.json +2 -1
  107. package/dist/types/restful/specs/buy_order_v1_beta_oas3.d.ts +0 -2400
  108. package/lib/types/restful/specs/buy_order_v1_beta_oas3.d.ts +0 -2400
  109. /package/dist/types/restful/specs/{buy_order_v1_beta_oas3.js → buy_order_v2_oas3.js} +0 -0
  110. /package/lib/types/restful/specs/{buy_order_v1_beta_oas3.js → buy_order_v2_oas3.js} +0 -0