@amazon-sp-api-release/amazon-sp-api-sdk-js 1.2.0 → 1.3.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.
@@ -51,6 +51,7 @@ export const defaultRateLimitMap = {
51
51
  "DefaultApi-listFinancialEventsByGroupId": [1, 30, 2],
52
52
  "DefaultApi-listFinancialEventsByOrderId": [1, 30, 2],
53
53
  "DefaultApi-listFinancialEvents": [1, 30, 2],
54
+ "DefaultApi-listTransactions": [1, 10, 2],
54
55
  "DefaultApi-initiatePayout": [1, 2, 60],
55
56
  "DefaultApi-getPaymentMethods": [1, 30, 2],
56
57
  "FbaInboundApi-getPrepInstructions": [2, 30],
package/index.js CHANGED
@@ -8,6 +8,7 @@ export * as EasyshipSpApi from './src/easyship_v2022_03_23/index.js';
8
8
  export * as FbaeligibilitySpApi from './src/fbaeligibility_v1/index.js';
9
9
  export * as FbainventorySpApi from './src/fbainventory_v1/index.js';
10
10
  export * as FeedsSpApi from './src/feeds_v2021_06_30/index.js';
11
+ export * as Finances20240619SpApi from './src/finances_2024_06_19/index.js';
11
12
  export * as FinancesSpApi from './src/finances_v0/index.js';
12
13
  export * as FulfillmentinboundSpApi from './src/fulfillmentinbound_v2024_03_20/index.js';
13
14
  export * as Fulfillmentinbound_v0SpApi from './src/fulfillmentinbound_v0/index.js';
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "engines": {
57
57
  "node": ">=14.18.0"
58
58
  },
59
- "version": "1.2.0"
59
+ "version": "1.3.0"
60
60
  }