@erp-galoper/types 1.0.342 → 1.0.344
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 +21 -11
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -21135,7 +21135,10 @@ export interface components {
|
|
|
21135
21135
|
description?: string | null;
|
|
21136
21136
|
/** Skucode */
|
|
21137
21137
|
skuCode?: string | null;
|
|
21138
|
-
/**
|
|
21138
|
+
/**
|
|
21139
|
+
* Barcodetype
|
|
21140
|
+
* @description get default value from inventory settings(/api/v1/settings/inventory/) if field value exist
|
|
21141
|
+
*/
|
|
21139
21142
|
barcodeType?: string | null;
|
|
21140
21143
|
/** Barcode */
|
|
21141
21144
|
barcode?: string | null;
|
|
@@ -21243,6 +21246,7 @@ export interface components {
|
|
|
21243
21246
|
warrantyPeriod?: string | null;
|
|
21244
21247
|
/**
|
|
21245
21248
|
* Allownegativestock
|
|
21249
|
+
* @description get default value from inventory settings(/api/v1/settings/inventory/)
|
|
21246
21250
|
* @default false
|
|
21247
21251
|
*/
|
|
21248
21252
|
allowNegativeStock: boolean | null;
|
|
@@ -21294,7 +21298,10 @@ export interface components {
|
|
|
21294
21298
|
description?: string | null;
|
|
21295
21299
|
/** Skucode */
|
|
21296
21300
|
skuCode?: string | null;
|
|
21297
|
-
/**
|
|
21301
|
+
/**
|
|
21302
|
+
* Barcodetype
|
|
21303
|
+
* @description get default barcode type from inventory settings(/api/v1/settings/inventory/) if field value exist
|
|
21304
|
+
*/
|
|
21298
21305
|
barcodeType?: string | null;
|
|
21299
21306
|
/** Barcode */
|
|
21300
21307
|
barcode?: string | null;
|
|
@@ -21415,6 +21422,7 @@ export interface components {
|
|
|
21415
21422
|
warrantyPeriod?: string | null;
|
|
21416
21423
|
/**
|
|
21417
21424
|
* Allownegativestock
|
|
21425
|
+
* @description get default value from inventory settings(/api/v1/settings/inventory/)
|
|
21418
21426
|
* @default false
|
|
21419
21427
|
*/
|
|
21420
21428
|
allowNegativeStock: boolean;
|
|
@@ -21535,7 +21543,10 @@ export interface components {
|
|
|
21535
21543
|
description?: string | null;
|
|
21536
21544
|
/** Skucode */
|
|
21537
21545
|
skuCode?: string | null;
|
|
21538
|
-
/**
|
|
21546
|
+
/**
|
|
21547
|
+
* Barcodetype
|
|
21548
|
+
* @description get default barcode type from inventory settings(/api/v1/settings/inventory/) if field value exist
|
|
21549
|
+
*/
|
|
21539
21550
|
barcodeType?: string | null;
|
|
21540
21551
|
/** Barcode */
|
|
21541
21552
|
barcode?: string | null;
|
|
@@ -21639,7 +21650,10 @@ export interface components {
|
|
|
21639
21650
|
minimumQuantityInStock?: number | null;
|
|
21640
21651
|
/** Warrantyperiod */
|
|
21641
21652
|
warrantyPeriod?: string | null;
|
|
21642
|
-
/**
|
|
21653
|
+
/**
|
|
21654
|
+
* Allownegativestock
|
|
21655
|
+
* @description get default value from inventory settings(/api/v1/settings/inventory/)
|
|
21656
|
+
*/
|
|
21643
21657
|
allowNegativeStock?: boolean | null;
|
|
21644
21658
|
/** Autoreorder */
|
|
21645
21659
|
autoReorder?: boolean | null;
|
|
@@ -26720,7 +26734,7 @@ export interface components {
|
|
|
26720
26734
|
/**
|
|
26721
26735
|
* Id
|
|
26722
26736
|
* Format: uuid
|
|
26723
|
-
* @example
|
|
26737
|
+
* @example c1a07943-ec6e-4780-9bd1-b3a669af1364
|
|
26724
26738
|
*/
|
|
26725
26739
|
id: string;
|
|
26726
26740
|
/**
|
|
@@ -34770,9 +34784,7 @@ export interface components {
|
|
|
34770
34784
|
* @default []
|
|
34771
34785
|
*/
|
|
34772
34786
|
attachments: string[];
|
|
34773
|
-
/** @description
|
|
34774
|
-
* - visible for all promotion types except orderValue and fixedAmount
|
|
34775
|
-
* */
|
|
34787
|
+
/** @description visible for all promotion types except [orderValue, fixedAmount], required for [volumeBased, BuyOneGetOne] */
|
|
34776
34788
|
appliesOn?: components["schemas"]["AppliesOnSchema"];
|
|
34777
34789
|
appliesTo: components["schemas"]["AppliesToSchema"];
|
|
34778
34790
|
/**
|
|
@@ -35061,9 +35073,7 @@ export interface components {
|
|
|
35061
35073
|
* @default []
|
|
35062
35074
|
*/
|
|
35063
35075
|
attachments: string[];
|
|
35064
|
-
/** @description
|
|
35065
|
-
* - visible for all promotion types except orderValue and fixedAmount
|
|
35066
|
-
* */
|
|
35076
|
+
/** @description visible for all promotion types except [orderValue, fixedAmount], required for [volumeBased, BuyOneGetOne] */
|
|
35067
35077
|
appliesOn?: components["schemas"]["AppliesOnSchema"];
|
|
35068
35078
|
appliesTo: components["schemas"]["AppliesToSchema"];
|
|
35069
35079
|
/**
|