btrz-api-client 9.10.0 → 9.10.1
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/package.json
CHANGED
|
@@ -32,10 +32,6 @@ type InvoiceInfileJsonValidateVoidQuery = {
|
|
|
32
32
|
* - Original sale transaction `_id` (24-character hex ObjectId)
|
|
33
33
|
*/
|
|
34
34
|
originalTransactionId: string;
|
|
35
|
-
/**
|
|
36
|
-
* - Optional infileJson invoice provider id
|
|
37
|
-
*/
|
|
38
|
-
invoiceProviderId?: string;
|
|
39
35
|
};
|
|
40
36
|
/**
|
|
41
37
|
* Query params for POST /infile-json (btrz-api-invoices). onlyValidateRequest optional.
|