@erp-galoper/types 1.0.117 → 1.0.119
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 +10 -11
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26543,7 +26543,7 @@ export interface components {
|
|
|
26543
26543
|
/**
|
|
26544
26544
|
* Id
|
|
26545
26545
|
* Format: uuid
|
|
26546
|
-
* @example
|
|
26546
|
+
* @example c630fd20-cb91-42e9-b617-9ad4c8159e4a
|
|
26547
26547
|
*/
|
|
26548
26548
|
id: string;
|
|
26549
26549
|
/**
|
|
@@ -34083,6 +34083,11 @@ export interface components {
|
|
|
34083
34083
|
* @enum {string}
|
|
34084
34084
|
*/
|
|
34085
34085
|
AppliesOnSchema: "item" | "category";
|
|
34086
|
+
/**
|
|
34087
|
+
* AppliesToSchema
|
|
34088
|
+
* @enum {string}
|
|
34089
|
+
*/
|
|
34090
|
+
AppliesToSchema: "customer" | "customerGroup";
|
|
34086
34091
|
/** CustomerSharedSchema */
|
|
34087
34092
|
CustomerSharedSchema: {
|
|
34088
34093
|
/** Id */
|
|
@@ -34188,6 +34193,7 @@ export interface components {
|
|
|
34188
34193
|
/** Attachments */
|
|
34189
34194
|
attachments: string[] | null;
|
|
34190
34195
|
appliesOn: components["schemas"]["AppliesOnSchema"] | null;
|
|
34196
|
+
appliesTo: components["schemas"]["AppliesToSchema"];
|
|
34191
34197
|
promotionType: components["schemas"]["PromotionTypes"];
|
|
34192
34198
|
/** Stackable */
|
|
34193
34199
|
stackable: boolean;
|
|
@@ -34253,11 +34259,6 @@ export interface components {
|
|
|
34253
34259
|
* @enum {string}
|
|
34254
34260
|
*/
|
|
34255
34261
|
PromotionTypes: "percentage" | "fixedAmount" | "volumeBased" | "buyOneGetOne" | "bundleOffers" | "orderValue" | "timeSensitiveOffers" | "promotionalCodes";
|
|
34256
|
-
/**
|
|
34257
|
-
* AppliesToSchema
|
|
34258
|
-
* @enum {string}
|
|
34259
|
-
*/
|
|
34260
|
-
AppliesToSchema: "customer" | "customerGroup";
|
|
34261
34262
|
/** OfferAndPromotionCreateSchema */
|
|
34262
34263
|
OfferAndPromotionCreateSchema: {
|
|
34263
34264
|
/** Name */
|
|
@@ -34449,6 +34450,7 @@ export interface components {
|
|
|
34449
34450
|
/** Attachments */
|
|
34450
34451
|
attachments: string[] | null;
|
|
34451
34452
|
appliesOn: components["schemas"]["AppliesOnSchema"] | null;
|
|
34453
|
+
appliesTo: components["schemas"]["AppliesToSchema"];
|
|
34452
34454
|
promotionType: components["schemas"]["PromotionTypes"];
|
|
34453
34455
|
/** Stackable */
|
|
34454
34456
|
stackable: boolean;
|
|
@@ -37618,11 +37620,8 @@ export interface components {
|
|
|
37618
37620
|
};
|
|
37619
37621
|
/** PaymentWithEquivalentResponse */
|
|
37620
37622
|
PaymentWithEquivalentResponse: {
|
|
37621
|
-
/**
|
|
37622
|
-
|
|
37623
|
-
* Format: uuid
|
|
37624
|
-
*/
|
|
37625
|
-
salesInvoice?: string;
|
|
37623
|
+
/** Salesinvoice */
|
|
37624
|
+
salesInvoice?: string | null;
|
|
37626
37625
|
/**
|
|
37627
37626
|
* Amount
|
|
37628
37627
|
* @description field is number
|