@sp-api-sdk/shipment-invoicing-api-v0
Advanced tools
Comparing version 1.12.0 to 1.12.1
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./src/client"), exports); | ||
tslib_1.__exportStar(require("./src/api-model/models"), exports); | ||
__exportStar(require("./src/client"), exports); | ||
__exportStar(require("./src/api-model/models"), exports); |
@@ -15,4 +15,17 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./api/shipment-invoice-api"), exports); | ||
__exportStar(require("./api/shipment-invoice-api"), exports); |
@@ -15,6 +15,8 @@ "use strict"; | ||
*/ | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ShipmentInvoiceApi = exports.ShipmentInvoiceApiFactory = exports.ShipmentInvoiceApiFp = exports.ShipmentInvoiceApiAxiosParamCreator = void 0; | ||
const tslib_1 = require("tslib"); | ||
const axios_1 = tslib_1.__importDefault(require("axios")); | ||
const axios_1 = __importDefault(require("axios")); | ||
// Some imports not used depending on template conditions | ||
@@ -21,0 +23,0 @@ // @ts-ignore |
@@ -15,6 +15,8 @@ "use strict"; | ||
*/ | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0; | ||
const tslib_1 = require("tslib"); | ||
const axios_1 = tslib_1.__importDefault(require("axios")); | ||
const axios_1 = __importDefault(require("axios")); | ||
exports.BASE_PATH = "http://localhost".replace(/\/+$/, ""); | ||
@@ -21,0 +23,0 @@ /** |
@@ -15,6 +15,19 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./api"), exports); | ||
tslib_1.__exportStar(require("./configuration"), exports); | ||
tslib_1.__exportStar(require("./models"), exports); | ||
__exportStar(require("./api"), exports); | ||
__exportStar(require("./configuration"), exports); | ||
__exportStar(require("./models"), exports); |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./address"), exports); | ||
tslib_1.__exportStar(require("./address-type-enum"), exports); | ||
tslib_1.__exportStar(require("./buyer-tax-info"), exports); | ||
tslib_1.__exportStar(require("./get-invoice-status-response"), exports); | ||
tslib_1.__exportStar(require("./get-shipment-details-response"), exports); | ||
tslib_1.__exportStar(require("./marketplace-tax-info"), exports); | ||
tslib_1.__exportStar(require("./model-error"), exports); | ||
tslib_1.__exportStar(require("./money"), exports); | ||
tslib_1.__exportStar(require("./shipment-detail"), exports); | ||
tslib_1.__exportStar(require("./shipment-invoice-status"), exports); | ||
tslib_1.__exportStar(require("./shipment-invoice-status-info"), exports); | ||
tslib_1.__exportStar(require("./shipment-invoice-status-response"), exports); | ||
tslib_1.__exportStar(require("./shipment-item"), exports); | ||
tslib_1.__exportStar(require("./submit-invoice-request"), exports); | ||
tslib_1.__exportStar(require("./submit-invoice-response"), exports); | ||
tslib_1.__exportStar(require("./tax-classification"), exports); | ||
__exportStar(require("./address"), exports); | ||
__exportStar(require("./address-type-enum"), exports); | ||
__exportStar(require("./buyer-tax-info"), exports); | ||
__exportStar(require("./get-invoice-status-response"), exports); | ||
__exportStar(require("./get-shipment-details-response"), exports); | ||
__exportStar(require("./marketplace-tax-info"), exports); | ||
__exportStar(require("./model-error"), exports); | ||
__exportStar(require("./money"), exports); | ||
__exportStar(require("./shipment-detail"), exports); | ||
__exportStar(require("./shipment-invoice-status"), exports); | ||
__exportStar(require("./shipment-invoice-status-info"), exports); | ||
__exportStar(require("./shipment-invoice-status-response"), exports); | ||
__exportStar(require("./shipment-item"), exports); | ||
__exportStar(require("./submit-invoice-request"), exports); | ||
__exportStar(require("./submit-invoice-response"), exports); | ||
__exportStar(require("./tax-classification"), exports); |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Shipment Invoicing helps you programmatically retrieve shipment invoice information in the Brazil marketplace for a selling partner’s Fulfillment by Amazon (FBA) orders.", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"main": "dist/cjs/index.js", | ||
@@ -21,12 +21,4 @@ "module": "dist/es/index.js", | ||
], | ||
"scripts": { | ||
"check:ts": "yarn tsc --noEmit", | ||
"build:cjs": "tsc -p tsconfig.json", | ||
"build:es": "tsc -p tsconfig.es.json", | ||
"build": "yarn build:cjs && yarn build:es", | ||
"clean": "rimraf dist", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@sp-api-sdk/common": "^1.11.0", | ||
"@sp-api-sdk/common": "1.11.2", | ||
"axios": "^1.4.0" | ||
@@ -56,3 +48,3 @@ }, | ||
}, | ||
"gitHead": "107d3711376fa9561a8c02add732f7508c9c02ec" | ||
"gitHead": "fb810d21c79c3f71392e6d4a18b2de0b5de3566a" | ||
} |
@@ -17,6 +17,2 @@ # `shipment-invoicing-api-v0` | ||
```sh | ||
yarn add @sp-api-sdk/shipment-invoicing-api-v0 | ||
``` | ||
```sh | ||
npm install @sp-api-sdk/shipment-invoicing-api-v0 | ||
@@ -23,0 +19,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134738
2964
104
+ Added@sp-api-sdk/auth@1.11.2(transitive)
+ Added@sp-api-sdk/common@1.11.2(transitive)
- Removed@sp-api-sdk/auth@1.11.6(transitive)
- Removed@sp-api-sdk/common@1.11.6(transitive)
Updated@sp-api-sdk/common@1.11.2