@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1 1.9.5 → 1.9.7

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.
@@ -38,4 +38,4 @@ export declare const AdditionalDetailsTypeEnum: {
38
38
  readonly Sur: "SUR";
39
39
  readonly Ocr: "OCR";
40
40
  };
41
- export declare type AdditionalDetailsTypeEnum = typeof AdditionalDetailsTypeEnum[keyof typeof AdditionalDetailsTypeEnum];
41
+ export type AdditionalDetailsTypeEnum = typeof AdditionalDetailsTypeEnum[keyof typeof AdditionalDetailsTypeEnum];
@@ -45,4 +45,4 @@ export declare const ChargeDetailsTypeEnum: {
45
45
  readonly Freightout: "FREIGHTOUT";
46
46
  readonly TaxCollectedAtSource: "TAX_COLLECTED_AT_SOURCE";
47
47
  };
48
- export declare type ChargeDetailsTypeEnum = typeof ChargeDetailsTypeEnum[keyof typeof ChargeDetailsTypeEnum];
48
+ export type ChargeDetailsTypeEnum = typeof ChargeDetailsTypeEnum[keyof typeof ChargeDetailsTypeEnum];
@@ -57,4 +57,4 @@ export declare const TaxDetailTaxTypeEnum: {
57
57
  readonly MutuallyDefined: "MutuallyDefined";
58
58
  readonly DomesticVat: "DomesticVAT";
59
59
  };
60
- export declare type TaxDetailTaxTypeEnum = typeof TaxDetailTaxTypeEnum[keyof typeof TaxDetailTaxTypeEnum];
60
+ export type TaxDetailTaxTypeEnum = typeof TaxDetailTaxTypeEnum[keyof typeof TaxDetailTaxTypeEnum];
@@ -45,4 +45,4 @@ export declare const TaxRegistrationDetailTaxRegistrationTypeEnum: {
45
45
  readonly Vat: "VAT";
46
46
  readonly Gst: "GST";
47
47
  };
48
- export declare type TaxRegistrationDetailTaxRegistrationTypeEnum = typeof TaxRegistrationDetailTaxRegistrationTypeEnum[keyof typeof TaxRegistrationDetailTaxRegistrationTypeEnum];
48
+ export type TaxRegistrationDetailTaxRegistrationTypeEnum = typeof TaxRegistrationDetailTaxRegistrationTypeEnum[keyof typeof TaxRegistrationDetailTaxRegistrationTypeEnum];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Direct Fulfillment Payments provides programmatic access to a direct fulfillment vendor's invoice data.",
5
- "version": "1.9.5",
5
+ "version": "1.9.7",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "test": "jest"
27
27
  },
28
28
  "dependencies": {
29
- "@sp-api-sdk/common": "^1.9.17",
29
+ "@sp-api-sdk/common": "^1.9.19",
30
30
  "axios": "^0.27.2"
31
31
  },
32
32
  "repository": {
@@ -51,5 +51,5 @@
51
51
  "typedoc": {
52
52
  "entryPoint": "./index.ts"
53
53
  },
54
- "gitHead": "07823635b37c2e82b4b6ad962d8ef4b7318a011c"
54
+ "gitHead": "51c491e1ac6ad46d8cfae56568f17b350fc9e367"
55
55
  }