repzo 1.0.48 → 1.0.49
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/lib/index.d.ts +373 -760
- package/lib/index.js +1088 -1709
- package/lib/types/index.d.ts +5362 -5728
- package/package.json +1 -1
- package/src/types/index.ts +2 -0
package/package.json
CHANGED
package/src/types/index.ts
CHANGED
|
@@ -4110,6 +4110,7 @@ export namespace Service {
|
|
|
4110
4110
|
discounted_price: number;
|
|
4111
4111
|
tax_amount: number;
|
|
4112
4112
|
tax_total: number;
|
|
4113
|
+
class: string;
|
|
4113
4114
|
discount_value: number;
|
|
4114
4115
|
gross_value?: number;
|
|
4115
4116
|
line_total?: number;
|
|
@@ -4190,6 +4191,7 @@ export namespace Service {
|
|
|
4190
4191
|
lineTotalAfterDeduction?: number;
|
|
4191
4192
|
company_namespace?: string[];
|
|
4192
4193
|
note?: string;
|
|
4194
|
+
class: string;
|
|
4193
4195
|
return_reason?: string | ReturnReason.Schema;
|
|
4194
4196
|
}[];
|
|
4195
4197
|
integration_meta?: { [key: string]: any };
|