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