@molopos/shared 2.0.45 → 2.0.47
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/enum/index.d.ts +5 -1
- package/enum/index.js +4 -0
- package/package.json +1 -1
package/enum/index.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export declare enum QueryTypeEnum {
|
|
|
53
53
|
Profile = "PROFILE",
|
|
54
54
|
Variant = "VARIANT",
|
|
55
55
|
Project = "PROJECT",
|
|
56
|
+
Supplier = "SUPPLIER",
|
|
56
57
|
Pipeline = "PIPELINE",
|
|
57
58
|
Customer = "CUSTOMER",
|
|
58
59
|
Checkout = "CHECKOUT",
|
|
@@ -143,7 +144,10 @@ export declare enum ActivityModelEnum {
|
|
|
143
144
|
SubscriptionDelete = "SUBSCRIPTION_DELETE",
|
|
144
145
|
SubCategoryCreate = "SUBCATEGORY_CREATE",
|
|
145
146
|
SubCategoryUpdate = "SUBCATEGORY_UPDATE",
|
|
146
|
-
SubCategoryDelete = "SUBCATEGORY_DELETE"
|
|
147
|
+
SubCategoryDelete = "SUBCATEGORY_DELETE",
|
|
148
|
+
CustomerCreate = "CUSTOMER_CREATE",
|
|
149
|
+
CustomerUpdate = "CUSTOMER_UPDATE",
|
|
150
|
+
CustomerDelete = "CUSTOMER_DELETE"
|
|
147
151
|
}
|
|
148
152
|
/**
|
|
149
153
|
* Transaction direction enum
|
package/enum/index.js
CHANGED
|
@@ -61,6 +61,7 @@ var QueryTypeEnum;
|
|
|
61
61
|
QueryTypeEnum["Profile"] = "PROFILE";
|
|
62
62
|
QueryTypeEnum["Variant"] = "VARIANT";
|
|
63
63
|
QueryTypeEnum["Project"] = "PROJECT";
|
|
64
|
+
QueryTypeEnum["Supplier"] = "SUPPLIER";
|
|
64
65
|
QueryTypeEnum["Pipeline"] = "PIPELINE";
|
|
65
66
|
QueryTypeEnum["Customer"] = "CUSTOMER";
|
|
66
67
|
QueryTypeEnum["Checkout"] = "CHECKOUT";
|
|
@@ -153,6 +154,9 @@ var ActivityModelEnum;
|
|
|
153
154
|
ActivityModelEnum["SubCategoryCreate"] = "SUBCATEGORY_CREATE";
|
|
154
155
|
ActivityModelEnum["SubCategoryUpdate"] = "SUBCATEGORY_UPDATE";
|
|
155
156
|
ActivityModelEnum["SubCategoryDelete"] = "SUBCATEGORY_DELETE";
|
|
157
|
+
ActivityModelEnum["CustomerCreate"] = "CUSTOMER_CREATE";
|
|
158
|
+
ActivityModelEnum["CustomerUpdate"] = "CUSTOMER_UPDATE";
|
|
159
|
+
ActivityModelEnum["CustomerDelete"] = "CUSTOMER_DELETE";
|
|
156
160
|
})(ActivityModelEnum || (exports.ActivityModelEnum = ActivityModelEnum = {}));
|
|
157
161
|
/**
|
|
158
162
|
* Transaction direction enum
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.
|
|
1
|
+
{"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.47","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}
|