@molopos/shared 2.0.69 → 2.0.71
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
|
@@ -69,6 +69,7 @@ export declare enum QueryTypeEnum {
|
|
|
69
69
|
ExpenseItem = "EXPENSEITEM",
|
|
70
70
|
Organization = "ORGANIZATION",
|
|
71
71
|
Advancement = "ADVANCEMENT",
|
|
72
|
+
PaymentType = "PAYMENTTYPE",
|
|
72
73
|
ApplicationSection = "APPLICATIONSECTION",
|
|
73
74
|
CollaborativeFund = "COLLABORATIVEFUND",
|
|
74
75
|
Subscription = "SUBSCRIPTION"
|
|
@@ -147,7 +148,10 @@ export declare enum ActivityModelEnum {
|
|
|
147
148
|
SubCategoryDelete = "SUBCATEGORY_DELETE",
|
|
148
149
|
CustomerCreate = "CUSTOMER_CREATE",
|
|
149
150
|
CustomerUpdate = "CUSTOMER_UPDATE",
|
|
150
|
-
CustomerDelete = "CUSTOMER_DELETE"
|
|
151
|
+
CustomerDelete = "CUSTOMER_DELETE",
|
|
152
|
+
PaymentTypeCreate = "PAYMENT_TYPE_CREATE",
|
|
153
|
+
PaymentTypeUpdate = "PAYMENT_TYPE_UPDATE",
|
|
154
|
+
PaymentTypeDelete = "PAYMENT_TYPE_DELETE"
|
|
151
155
|
}
|
|
152
156
|
/**
|
|
153
157
|
* Transaction direction enum
|
package/enum/index.js
CHANGED
|
@@ -77,6 +77,7 @@ var QueryTypeEnum;
|
|
|
77
77
|
QueryTypeEnum["ExpenseItem"] = "EXPENSEITEM";
|
|
78
78
|
QueryTypeEnum["Organization"] = "ORGANIZATION";
|
|
79
79
|
QueryTypeEnum["Advancement"] = "ADVANCEMENT";
|
|
80
|
+
QueryTypeEnum["PaymentType"] = "PAYMENTTYPE";
|
|
80
81
|
QueryTypeEnum["ApplicationSection"] = "APPLICATIONSECTION";
|
|
81
82
|
QueryTypeEnum["CollaborativeFund"] = "COLLABORATIVEFUND";
|
|
82
83
|
QueryTypeEnum["Subscription"] = "SUBSCRIPTION";
|
|
@@ -157,6 +158,9 @@ var ActivityModelEnum;
|
|
|
157
158
|
ActivityModelEnum["CustomerCreate"] = "CUSTOMER_CREATE";
|
|
158
159
|
ActivityModelEnum["CustomerUpdate"] = "CUSTOMER_UPDATE";
|
|
159
160
|
ActivityModelEnum["CustomerDelete"] = "CUSTOMER_DELETE";
|
|
161
|
+
ActivityModelEnum["PaymentTypeCreate"] = "PAYMENT_TYPE_CREATE";
|
|
162
|
+
ActivityModelEnum["PaymentTypeUpdate"] = "PAYMENT_TYPE_UPDATE";
|
|
163
|
+
ActivityModelEnum["PaymentTypeDelete"] = "PAYMENT_TYPE_DELETE";
|
|
160
164
|
})(ActivityModelEnum || (exports.ActivityModelEnum = ActivityModelEnum = {}));
|
|
161
165
|
/**
|
|
162
166
|
* 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.71","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"}}
|