vesant-sdk 1.7.0-dev.059da4f → 1.7.0-dev.295e11e
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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -9
- package/dist/index.mjs.map +1 -1
- package/dist/tax/index.d.mts +1 -24
- package/dist/tax/index.d.ts +1 -24
- package/dist/tax/index.js +0 -9
- package/dist/tax/index.js.map +1 -1
- package/dist/tax/index.mjs +0 -9
- package/dist/tax/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3329,15 +3329,6 @@ var TaxClient = class extends BaseClient {
|
|
|
3329
3329
|
{ method: "POST" }
|
|
3330
3330
|
);
|
|
3331
3331
|
}
|
|
3332
|
-
async requestTaxFormWithProfile(input) {
|
|
3333
|
-
return this.request(
|
|
3334
|
-
"/api/v1/tax/customer-tax-profiles/request-form-with-profile",
|
|
3335
|
-
{
|
|
3336
|
-
method: "POST",
|
|
3337
|
-
body: JSON.stringify(input)
|
|
3338
|
-
}
|
|
3339
|
-
);
|
|
3340
|
-
}
|
|
3341
3332
|
async checkTINStatus(customerID) {
|
|
3342
3333
|
return this.requestWithRetry(
|
|
3343
3334
|
`/api/v1/tax/customer-tax-profiles/${customerID}/check-tin`,
|