ebay-api 9.4.0 → 9.4.1-RC.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 (76) hide show
  1. package/README.md +1 -1
  2. package/dist/api/traditional/XMLRequest.d.ts +1 -3
  3. package/dist/api/traditional/XMLRequest.js +1 -3
  4. package/dist/ebay-api.min.mjs +1 -1
  5. package/dist/types/restful/specs/buy_browse_v1_oas3.d.ts +561 -111
  6. package/dist/types/restful/specs/buy_deal_v1_oas3.d.ts +171 -30
  7. package/dist/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +200 -28
  8. package/dist/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +114 -20
  9. package/dist/types/restful/specs/buy_marketplace_insights_v1_beta_oas3.d.ts +52 -17
  10. package/dist/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +84 -12
  11. package/dist/types/restful/specs/buy_order_v1_beta_oas3.d.ts +1478 -179
  12. package/dist/types/restful/specs/cancellation_oas3.d.ts +179 -9
  13. package/dist/types/restful/specs/case_oas3.d.ts +173 -9
  14. package/dist/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +323 -75
  15. package/dist/types/restful/specs/commerce_charity_v1_oas3.d.ts +110 -13
  16. package/dist/types/restful/specs/commerce_identity_v1_oas3.d.ts +39 -6
  17. package/dist/types/restful/specs/commerce_media_v1_beta_oas3.d.ts +150 -23
  18. package/dist/types/restful/specs/commerce_notification_v1_oas3.d.ts +623 -72
  19. package/dist/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +339 -45
  20. package/dist/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +40 -8
  21. package/dist/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +67 -11
  22. package/dist/types/restful/specs/developer_key_management_v1_oas3.d.ts +134 -18
  23. package/dist/types/restful/specs/inquiry_oas3.d.ts +271 -13
  24. package/dist/types/restful/specs/return_oas3.d.ts +761 -35
  25. package/dist/types/restful/specs/sell_account_v1_oas3.d.ts +1503 -187
  26. package/dist/types/restful/specs/sell_account_v2_oas3.d.ts +155 -21
  27. package/dist/types/restful/specs/sell_analytics_v1_oas3.d.ts +174 -32
  28. package/dist/types/restful/specs/sell_compliance_v1_oas3.d.ts +128 -21
  29. package/dist/types/restful/specs/sell_feed_v1_oas3.d.ts +880 -103
  30. package/dist/types/restful/specs/sell_finances_v1_oas3.d.ts +261 -28
  31. package/dist/types/restful/specs/sell_fulfillment_v1_oas3.d.ts +618 -98
  32. package/dist/types/restful/specs/sell_inventory_v1_oas3.d.ts +1257 -210
  33. package/dist/types/restful/specs/sell_listing_v1_beta_oas3.d.ts +38 -9
  34. package/dist/types/restful/specs/sell_logistics_v1_oas3.d.ts +255 -36
  35. package/dist/types/restful/specs/sell_marketing_v1_oas3.d.ts +3201 -435
  36. package/dist/types/restful/specs/sell_metadata_v1_oas3.d.ts +361 -63
  37. package/dist/types/restful/specs/sell_negotiation_v1_oas3.d.ts +82 -14
  38. package/dist/types/restful/specs/sell_recommendation_v1_oas3.d.ts +43 -10
  39. package/lib/api/traditional/XMLRequest.d.ts +1 -3
  40. package/lib/api/traditional/XMLRequest.js +1 -3
  41. package/lib/ebay-api.min.js +2 -2
  42. package/lib/types/restful/specs/buy_browse_v1_oas3.d.ts +561 -111
  43. package/lib/types/restful/specs/buy_deal_v1_oas3.d.ts +171 -30
  44. package/lib/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +200 -28
  45. package/lib/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +114 -20
  46. package/lib/types/restful/specs/buy_marketplace_insights_v1_beta_oas3.d.ts +52 -17
  47. package/lib/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +84 -12
  48. package/lib/types/restful/specs/buy_order_v1_beta_oas3.d.ts +1478 -179
  49. package/lib/types/restful/specs/cancellation_oas3.d.ts +179 -9
  50. package/lib/types/restful/specs/case_oas3.d.ts +173 -9
  51. package/lib/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +323 -75
  52. package/lib/types/restful/specs/commerce_charity_v1_oas3.d.ts +110 -13
  53. package/lib/types/restful/specs/commerce_identity_v1_oas3.d.ts +39 -6
  54. package/lib/types/restful/specs/commerce_media_v1_beta_oas3.d.ts +150 -23
  55. package/lib/types/restful/specs/commerce_notification_v1_oas3.d.ts +623 -72
  56. package/lib/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +339 -45
  57. package/lib/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +40 -8
  58. package/lib/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +67 -11
  59. package/lib/types/restful/specs/developer_key_management_v1_oas3.d.ts +134 -18
  60. package/lib/types/restful/specs/inquiry_oas3.d.ts +271 -13
  61. package/lib/types/restful/specs/return_oas3.d.ts +761 -35
  62. package/lib/types/restful/specs/sell_account_v1_oas3.d.ts +1503 -187
  63. package/lib/types/restful/specs/sell_account_v2_oas3.d.ts +155 -21
  64. package/lib/types/restful/specs/sell_analytics_v1_oas3.d.ts +174 -32
  65. package/lib/types/restful/specs/sell_compliance_v1_oas3.d.ts +128 -21
  66. package/lib/types/restful/specs/sell_feed_v1_oas3.d.ts +880 -103
  67. package/lib/types/restful/specs/sell_finances_v1_oas3.d.ts +261 -28
  68. package/lib/types/restful/specs/sell_fulfillment_v1_oas3.d.ts +618 -98
  69. package/lib/types/restful/specs/sell_inventory_v1_oas3.d.ts +1257 -210
  70. package/lib/types/restful/specs/sell_listing_v1_beta_oas3.d.ts +38 -9
  71. package/lib/types/restful/specs/sell_logistics_v1_oas3.d.ts +255 -36
  72. package/lib/types/restful/specs/sell_marketing_v1_oas3.d.ts +3201 -435
  73. package/lib/types/restful/specs/sell_metadata_v1_oas3.d.ts +361 -63
  74. package/lib/types/restful/specs/sell_negotiation_v1_oas3.d.ts +82 -14
  75. package/lib/types/restful/specs/sell_recommendation_v1_oas3.d.ts +43 -10
  76. package/package.json +4 -5
package/README.md CHANGED
@@ -75,7 +75,7 @@ For more examples, check out the [examples directory](./examples).
75
75
 
76
76
  ## Changelog
77
77
 
78
- * `v9.4.0` is the latest release.
78
+ * `v9.4.1-RC.0` is the latest release.
79
79
  * See [here](https://github.com/hendt/ebay-api/blob/master/CHANGELOG.md) for the full changelog.
80
80
 
81
81
  ## Implementation status
@@ -6,8 +6,6 @@ export declare const defaultXmlBuilderOptions: {
6
6
  attributeNamePrefix: string;
7
7
  textNodeName: string;
8
8
  ignoreAttributes: boolean;
9
- cdataTagName: string;
10
- cdataPositionChar: string;
11
9
  format: boolean;
12
10
  indentBy: string;
13
11
  suppressEmptyNode: boolean;
@@ -18,7 +16,7 @@ export declare const defaultXML2JSONParseOptions: {
18
16
  textNodeName: string;
19
17
  ignoreAttributes: boolean;
20
18
  parseAttributeValue: boolean;
21
- parseNodeValue: boolean;
19
+ parseTagValue: boolean;
22
20
  numberParseOptions: {
23
21
  hex: boolean;
24
22
  leadingZeros: boolean;
@@ -6,8 +6,6 @@ export const defaultXmlBuilderOptions = {
6
6
  attributeNamePrefix: '@_',
7
7
  textNodeName: '#value',
8
8
  ignoreAttributes: false,
9
- cdataTagName: '__cdata',
10
- cdataPositionChar: '\\c',
11
9
  format: false,
12
10
  indentBy: ' ',
13
11
  suppressEmptyNode: false,
@@ -18,7 +16,7 @@ export const defaultXML2JSONParseOptions = {
18
16
  textNodeName: 'value',
19
17
  ignoreAttributes: false,
20
18
  parseAttributeValue: true,
21
- parseNodeValue: true,
19
+ parseTagValue: true,
22
20
  numberParseOptions: {
23
21
  hex: false,
24
22
  leadingZeros: false