@erp-galoper/types 1.0.21 → 1.0.23

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.
Files changed (2) hide show
  1. package/openapi.ts +1 -28
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26115,7 +26115,7 @@ export interface components {
26115
26115
  /**
26116
26116
  * Id
26117
26117
  * Format: uuid
26118
- * @example f4277a4f-026f-4917-ba95-241c98cad9b5
26118
+ * @example deedd50d-5091-41dd-a78e-6bf133d5622f
26119
26119
  */
26120
26120
  id: string;
26121
26121
  /**
@@ -29894,11 +29894,6 @@ export interface components {
29894
29894
  * @description advance payment id
29895
29895
  */
29896
29896
  advancePayment?: string;
29897
- /**
29898
- * Tax
29899
- * @description tax id
29900
- */
29901
- tax?: number;
29902
29897
  };
29903
29898
  /** AdvancePaymentResponse */
29904
29899
  AdvancePaymentResponse: {
@@ -32115,7 +32110,6 @@ export interface components {
32115
32110
  /** Bankname */
32116
32111
  bankName: string | null;
32117
32112
  purchaseInvoice: components["schemas"]["DocumentCommonSchema"];
32118
- tax: components["schemas"]["TaxSharedSchema"] | null;
32119
32113
  /**
32120
32114
  * Amount
32121
32115
  * @description field is number
@@ -32325,11 +32319,6 @@ export interface components {
32325
32319
  * Format: uuid
32326
32320
  */
32327
32321
  purchaseInvoice?: string;
32328
- /**
32329
- * Tax
32330
- * @description tax id
32331
- */
32332
- tax?: number;
32333
32322
  /**
32334
32323
  * Amount
32335
32324
  * @description field is number
@@ -32489,11 +32478,6 @@ export interface components {
32489
32478
  * Format: uuid
32490
32479
  */
32491
32480
  purchaseInvoice?: string;
32492
- /**
32493
- * Tax
32494
- * @description tax id
32495
- */
32496
- tax?: number;
32497
32481
  /**
32498
32482
  * Amount
32499
32483
  * @description field is number
@@ -37038,7 +37022,6 @@ export interface components {
37038
37022
  usdRate: string;
37039
37023
  advancePayment: components["schemas"]["DocumentCommonSchema"] | null;
37040
37024
  refundReturnInvoice: components["schemas"]["DocumentCommonSchema"] | null;
37041
- tax: components["schemas"]["TaxSharedSchema"] | null;
37042
37025
  };
37043
37026
  /** RefundVoucherResponseSchema */
37044
37027
  RefundVoucherResponseSchema: {
@@ -37171,11 +37154,6 @@ export interface components {
37171
37154
  * @description get return invoices from /v1/refund-vouchers/refundable-documents/ with a query param supplier
37172
37155
  */
37173
37156
  returnInvoice?: string;
37174
- /**
37175
- * Tax
37176
- * @description tax id
37177
- */
37178
- tax?: number;
37179
37157
  /**
37180
37158
  * Amount
37181
37159
  * @description field is number
@@ -37333,11 +37311,6 @@ export interface components {
37333
37311
  * @description get return invoices from /v1/refund-vouchers/refundable-documents/ with a query param supplier
37334
37312
  */
37335
37313
  returnInvoice?: string;
37336
- /**
37337
- * Tax
37338
- * @description tax id
37339
- */
37340
- tax?: number;
37341
37314
  /**
37342
37315
  * Amount
37343
37316
  * @description field is number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],