@erp-galoper/types 1.0.908 → 1.0.910
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 +12 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -37240,6 +37240,7 @@ export interface components {
|
|
|
37240
37240
|
* Item
|
|
37241
37241
|
* @description
|
|
37242
37242
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems,
|
|
37243
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases except when promotion type is volumeBased should not be duplicated with same quantity
|
|
37243
37244
|
* - use route /settings/sales-settings/ to check if price list is on get items from route api/v1/inventory/price-list/{id}/ where id is selected price list,
|
|
37244
37245
|
* - if price list is off :
|
|
37245
37246
|
* - to get items : /api/v1/inventory/items/?active=true&role!=template&allowSales=true
|
|
@@ -37251,6 +37252,7 @@ export interface components {
|
|
|
37251
37252
|
* Format: uuid
|
|
37252
37253
|
* @description
|
|
37253
37254
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems
|
|
37255
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases except when promotion type is volumeBased should not be duplicated with same unit package
|
|
37254
37256
|
* - use route /api/v1/inventory/items/?active=true&role!=template&allowSales=true, field is item_packages
|
|
37255
37257
|
*
|
|
37256
37258
|
*/
|
|
@@ -37264,6 +37266,7 @@ export interface components {
|
|
|
37264
37266
|
* Itemcategory
|
|
37265
37267
|
* @description
|
|
37266
37268
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems
|
|
37269
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases
|
|
37267
37270
|
* - use route api/v1/inventory/categories/
|
|
37268
37271
|
*/
|
|
37269
37272
|
itemCategory?: number;
|
|
@@ -37272,6 +37275,7 @@ export interface components {
|
|
|
37272
37275
|
* @description
|
|
37273
37276
|
* - brand id
|
|
37274
37277
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems
|
|
37278
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases
|
|
37275
37279
|
* - use route /api/v1/inventory/brands/
|
|
37276
37280
|
*
|
|
37277
37281
|
*/
|
|
@@ -37281,6 +37285,7 @@ export interface components {
|
|
|
37281
37285
|
* @description
|
|
37282
37286
|
* - family id
|
|
37283
37287
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems
|
|
37288
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases
|
|
37284
37289
|
* - use route /api/v1/inventory/families/
|
|
37285
37290
|
*
|
|
37286
37291
|
*/
|
|
@@ -37290,6 +37295,7 @@ export interface components {
|
|
|
37290
37295
|
* @description
|
|
37291
37296
|
* - tag id
|
|
37292
37297
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems
|
|
37298
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases
|
|
37293
37299
|
* - use route /api/v1/inventory/tags/
|
|
37294
37300
|
*
|
|
37295
37301
|
*/
|
|
@@ -37423,6 +37429,7 @@ export interface components {
|
|
|
37423
37429
|
* Item
|
|
37424
37430
|
* @description
|
|
37425
37431
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems,
|
|
37432
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases except when promotion type is volumeBased should not be duplicated with same quantity
|
|
37426
37433
|
* - use route /settings/sales-settings/ to check if price list is on get items from route api/v1/inventory/price-list/{id}/ where id is selected price list,
|
|
37427
37434
|
* - if price list is off :
|
|
37428
37435
|
* - to get items : /api/v1/inventory/items/?active=true&role!=template&allowSales=true
|
|
@@ -37434,6 +37441,7 @@ export interface components {
|
|
|
37434
37441
|
* Format: uuid
|
|
37435
37442
|
* @description
|
|
37436
37443
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems
|
|
37444
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases except when promotion type is volumeBased should not be duplicated with same unit package
|
|
37437
37445
|
* - use route /api/v1/inventory/items/?active=true&role!=template&allowSales=true, field is item_packages
|
|
37438
37446
|
*
|
|
37439
37447
|
*/
|
|
@@ -37447,6 +37455,7 @@ export interface components {
|
|
|
37447
37455
|
* Itemcategory
|
|
37448
37456
|
* @description
|
|
37449
37457
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems
|
|
37458
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases
|
|
37450
37459
|
* - use route api/v1/inventory/categories/
|
|
37451
37460
|
*/
|
|
37452
37461
|
itemCategory?: number;
|
|
@@ -37455,6 +37464,7 @@ export interface components {
|
|
|
37455
37464
|
* @description
|
|
37456
37465
|
* - brand id
|
|
37457
37466
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems
|
|
37467
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases
|
|
37458
37468
|
* - use route /api/v1/inventory/brands/
|
|
37459
37469
|
*
|
|
37460
37470
|
*/
|
|
@@ -37464,6 +37474,7 @@ export interface components {
|
|
|
37464
37474
|
* @description
|
|
37465
37475
|
* - family id
|
|
37466
37476
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems
|
|
37477
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases
|
|
37467
37478
|
* - use route /api/v1/inventory/families/
|
|
37468
37479
|
*
|
|
37469
37480
|
*/
|
|
@@ -37473,6 +37484,7 @@ export interface components {
|
|
|
37473
37484
|
* @description
|
|
37474
37485
|
* - tag id
|
|
37475
37486
|
* - visible when promotion type in [percentage, volumeBased, buyOneGetOne, timeSensitiveOffers, promotionalCodes] and appliesOn = specificItems
|
|
37487
|
+
* - should not be duplicated in the list of items in the same offer and promotion in all cases
|
|
37476
37488
|
* - use route /api/v1/inventory/tags/
|
|
37477
37489
|
*
|
|
37478
37490
|
*/
|