@molopos/shared 2.0.40 → 2.0.42
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 +3 -13
- package/enum/index.js +3 -14
- package/package.json +1 -1
package/enum/index.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ export declare enum QueryTypeEnum {
|
|
|
66
66
|
Subcategory = "SUBCATEGORY",
|
|
67
67
|
ExpenseItem = "EXPENSEITEM",
|
|
68
68
|
Organization = "ORGANIZATION",
|
|
69
|
-
|
|
69
|
+
Advancement = "ADVANCEMENT",
|
|
70
70
|
ApplicationSection = "APPLICATIONSECTION",
|
|
71
71
|
CollaborativeFund = "COLLABORATIVEFUND"
|
|
72
72
|
}
|
|
@@ -271,7 +271,8 @@ export declare enum QuoteStatusEnum {
|
|
|
271
271
|
Pending = "PENDING",
|
|
272
272
|
Archived = "ARCHIVED",
|
|
273
273
|
Confirmed = "CONFIRMED",
|
|
274
|
-
Cancelled = "CANCELLED"
|
|
274
|
+
Cancelled = "CANCELLED",
|
|
275
|
+
Deposited = "DEPOSITED"
|
|
275
276
|
}
|
|
276
277
|
/**
|
|
277
278
|
* Status enum
|
|
@@ -294,14 +295,3 @@ export declare enum ExpenseModuleEnum {
|
|
|
294
295
|
Expense = "EXPENSE",
|
|
295
296
|
CollaborativeFund = "COLLABORATIVEFUND"
|
|
296
297
|
}
|
|
297
|
-
/**
|
|
298
|
-
* Additional module enum
|
|
299
|
-
*/
|
|
300
|
-
export declare enum AdditionModuleEnum {
|
|
301
|
-
Order = "ORDER",
|
|
302
|
-
Quote = "QUOTE",
|
|
303
|
-
Invoice = "INVOICE",
|
|
304
|
-
QuoteItem = "QUOTEITEM",
|
|
305
|
-
QuoteOption = "QUOTEOPTION",
|
|
306
|
-
InvoiceBalance = "INVOICEBALANCE"
|
|
307
|
-
}
|
package/enum/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ExpenseModuleEnum = exports.SectionStatusEnum = exports.StatusEnum = exports.QuoteStatusEnum = exports.PricingTypeEnum = exports.UserStatusEnum = exports.ApplicationSectionModuleEnum = exports.PagesProviderEnum = exports.PrivatePublicEnum = exports.StatusQuoteItemEnum = exports.ContributorRoleEnum = exports.QuoteSignedViewEnum = exports.CurrencyEnum = exports.ExportExtEnum = exports.SortOrderEnum = exports.BooleanStringEnum = exports.TransactionModelEnum = exports.TransactionDirectionEnum = exports.ActivityModelEnum = exports.QueryTypeEnum = exports.ProductTypeEnum = exports.PaymentMethodEnum = exports.DiscountTypeEnum = exports.CustomerTypeEnum = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* Customer type enum
|
|
6
6
|
*/
|
|
@@ -74,7 +74,7 @@ var QueryTypeEnum;
|
|
|
74
74
|
QueryTypeEnum["Subcategory"] = "SUBCATEGORY";
|
|
75
75
|
QueryTypeEnum["ExpenseItem"] = "EXPENSEITEM";
|
|
76
76
|
QueryTypeEnum["Organization"] = "ORGANIZATION";
|
|
77
|
-
QueryTypeEnum["
|
|
77
|
+
QueryTypeEnum["Advancement"] = "ADVANCEMENT";
|
|
78
78
|
QueryTypeEnum["ApplicationSection"] = "APPLICATIONSECTION";
|
|
79
79
|
QueryTypeEnum["CollaborativeFund"] = "COLLABORATIVEFUND";
|
|
80
80
|
})(QueryTypeEnum || (exports.QueryTypeEnum = QueryTypeEnum = {}));
|
|
@@ -296,6 +296,7 @@ var QuoteStatusEnum;
|
|
|
296
296
|
QuoteStatusEnum["Archived"] = "ARCHIVED";
|
|
297
297
|
QuoteStatusEnum["Confirmed"] = "CONFIRMED";
|
|
298
298
|
QuoteStatusEnum["Cancelled"] = "CANCELLED";
|
|
299
|
+
QuoteStatusEnum["Deposited"] = "DEPOSITED";
|
|
299
300
|
})(QuoteStatusEnum || (exports.QuoteStatusEnum = QuoteStatusEnum = {}));
|
|
300
301
|
/**
|
|
301
302
|
* Status enum
|
|
@@ -321,15 +322,3 @@ var ExpenseModuleEnum;
|
|
|
321
322
|
ExpenseModuleEnum["Expense"] = "EXPENSE";
|
|
322
323
|
ExpenseModuleEnum["CollaborativeFund"] = "COLLABORATIVEFUND";
|
|
323
324
|
})(ExpenseModuleEnum || (exports.ExpenseModuleEnum = ExpenseModuleEnum = {}));
|
|
324
|
-
/**
|
|
325
|
-
* Additional module enum
|
|
326
|
-
*/
|
|
327
|
-
var AdditionModuleEnum;
|
|
328
|
-
(function (AdditionModuleEnum) {
|
|
329
|
-
AdditionModuleEnum["Order"] = "ORDER";
|
|
330
|
-
AdditionModuleEnum["Quote"] = "QUOTE";
|
|
331
|
-
AdditionModuleEnum["Invoice"] = "INVOICE";
|
|
332
|
-
AdditionModuleEnum["QuoteItem"] = "QUOTEITEM";
|
|
333
|
-
AdditionModuleEnum["QuoteOption"] = "QUOTEOPTION";
|
|
334
|
-
AdditionModuleEnum["InvoiceBalance"] = "INVOICEBALANCE";
|
|
335
|
-
})(AdditionModuleEnum || (exports.AdditionModuleEnum = AdditionModuleEnum = {}));
|
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.42","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"}}
|