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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -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 };