@erp-galoper/types 1.0.1636 → 1.0.1638
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/openapi.ts +15 -15
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -21132,7 +21132,7 @@ export interface paths {
|
|
|
21132
21132
|
/**
|
|
21133
21133
|
* Manually sync a single item to the online store
|
|
21134
21134
|
* @description Triggers background sync of a specific ERP item to the online store. Automatically uses the first available store. Returns 202 if request is queued.
|
|
21135
|
-
* filter items by: active=True,
|
|
21135
|
+
* filter items by: active=True, role in ['template', 'standalone']
|
|
21136
21136
|
*/
|
|
21137
21137
|
post: operations["integration_sync_views_sync_single_item_endpoint"];
|
|
21138
21138
|
delete?: never;
|
|
@@ -40046,7 +40046,7 @@ export interface components {
|
|
|
40046
40046
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
40047
40047
|
/**
|
|
40048
40048
|
* Discountamount
|
|
40049
|
-
* @description
|
|
40049
|
+
* @description Header-level discount amount (after line discounts)
|
|
40050
40050
|
*/
|
|
40051
40051
|
discountAmount?: string | null;
|
|
40052
40052
|
/**
|
|
@@ -40469,7 +40469,7 @@ export interface components {
|
|
|
40469
40469
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
40470
40470
|
/**
|
|
40471
40471
|
* Discountamount
|
|
40472
|
-
* @description
|
|
40472
|
+
* @description Header-level discount amount (after line discounts)
|
|
40473
40473
|
*/
|
|
40474
40474
|
discountAmount?: string | null;
|
|
40475
40475
|
/**
|
|
@@ -40806,7 +40806,7 @@ export interface components {
|
|
|
40806
40806
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
40807
40807
|
/**
|
|
40808
40808
|
* Discountamount
|
|
40809
|
-
* @description
|
|
40809
|
+
* @description Header-level discount amount (after line discounts)
|
|
40810
40810
|
*/
|
|
40811
40811
|
discountAmount?: string | null;
|
|
40812
40812
|
/**
|
|
@@ -41850,7 +41850,7 @@ export interface components {
|
|
|
41850
41850
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
41851
41851
|
/**
|
|
41852
41852
|
* Discountamount
|
|
41853
|
-
* @description
|
|
41853
|
+
* @description Header-level discount amount (after line discounts)
|
|
41854
41854
|
*/
|
|
41855
41855
|
discountAmount?: string | null;
|
|
41856
41856
|
/**
|
|
@@ -42144,7 +42144,7 @@ export interface components {
|
|
|
42144
42144
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
42145
42145
|
/**
|
|
42146
42146
|
* Discountamount
|
|
42147
|
-
* @description
|
|
42147
|
+
* @description Header-level discount amount (after line discounts)
|
|
42148
42148
|
*/
|
|
42149
42149
|
discountAmount?: string | null;
|
|
42150
42150
|
/**
|
|
@@ -47280,7 +47280,7 @@ export interface components {
|
|
|
47280
47280
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
47281
47281
|
/**
|
|
47282
47282
|
* Discountamount
|
|
47283
|
-
* @description
|
|
47283
|
+
* @description Header-level discount amount (after line discounts)
|
|
47284
47284
|
*/
|
|
47285
47285
|
discountAmount?: string | null;
|
|
47286
47286
|
/**
|
|
@@ -47693,7 +47693,7 @@ export interface components {
|
|
|
47693
47693
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
47694
47694
|
/**
|
|
47695
47695
|
* Discountamount
|
|
47696
|
-
* @description
|
|
47696
|
+
* @description Header-level discount amount (after line discounts)
|
|
47697
47697
|
*/
|
|
47698
47698
|
discountAmount?: string | null;
|
|
47699
47699
|
/**
|
|
@@ -48129,7 +48129,7 @@ export interface components {
|
|
|
48129
48129
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
48130
48130
|
/**
|
|
48131
48131
|
* Discountamount
|
|
48132
|
-
* @description
|
|
48132
|
+
* @description Header-level discount amount (after line discounts)
|
|
48133
48133
|
*/
|
|
48134
48134
|
discountAmount?: string | null;
|
|
48135
48135
|
/**
|
|
@@ -49979,7 +49979,7 @@ export interface components {
|
|
|
49979
49979
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
49980
49980
|
/**
|
|
49981
49981
|
* Discountamount
|
|
49982
|
-
* @description
|
|
49982
|
+
* @description Header-level discount amount (after line discounts)
|
|
49983
49983
|
*/
|
|
49984
49984
|
discountAmount?: string | null;
|
|
49985
49985
|
/**
|
|
@@ -50468,7 +50468,7 @@ export interface components {
|
|
|
50468
50468
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
50469
50469
|
/**
|
|
50470
50470
|
* Discountamount
|
|
50471
|
-
* @description
|
|
50471
|
+
* @description Header-level discount amount (after line discounts)
|
|
50472
50472
|
*/
|
|
50473
50473
|
discountAmount?: string | null;
|
|
50474
50474
|
/**
|
|
@@ -50678,7 +50678,7 @@ export interface components {
|
|
|
50678
50678
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
50679
50679
|
/**
|
|
50680
50680
|
* Discountamount
|
|
50681
|
-
* @description
|
|
50681
|
+
* @description Header-level discount amount (after line discounts)
|
|
50682
50682
|
*/
|
|
50683
50683
|
discountAmount?: string | null;
|
|
50684
50684
|
/**
|
|
@@ -51820,7 +51820,7 @@ export interface components {
|
|
|
51820
51820
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
51821
51821
|
/**
|
|
51822
51822
|
* Discountamount
|
|
51823
|
-
* @description
|
|
51823
|
+
* @description Header-level discount amount (after line discounts)
|
|
51824
51824
|
*/
|
|
51825
51825
|
discountAmount?: string | null;
|
|
51826
51826
|
/**
|
|
@@ -52374,7 +52374,7 @@ export interface components {
|
|
|
52374
52374
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
52375
52375
|
/**
|
|
52376
52376
|
* Discountamount
|
|
52377
|
-
* @description
|
|
52377
|
+
* @description Header-level discount amount (after line discounts)
|
|
52378
52378
|
*/
|
|
52379
52379
|
discountAmount?: string | null;
|
|
52380
52380
|
/**
|
|
@@ -52621,7 +52621,7 @@ export interface components {
|
|
|
52621
52621
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
52622
52622
|
/**
|
|
52623
52623
|
* Discountamount
|
|
52624
|
-
* @description
|
|
52624
|
+
* @description Header-level discount amount (after line discounts)
|
|
52625
52625
|
*/
|
|
52626
52626
|
discountAmount?: string | null;
|
|
52627
52627
|
/**
|