@openbox/shared-types 0.3.28 → 0.3.30
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/lib/accounting/EntriesTypes/GetMany/Response.d.ts +4 -0
- package/lib/accounting/EntriesTypes/GetMany/Response.js +3 -0
- package/lib/accounting/EntriesTypes/GetMany/Response.js.map +1 -0
- package/lib/accounting/EntriesTypes/accounting.entries-types.types.d.ts +6 -0
- package/lib/accounting/EntriesTypes/accounting.entries-types.types.js +3 -0
- package/lib/accounting/EntriesTypes/accounting.entries-types.types.js.map +1 -0
- package/lib/accounting/EntriesTypes/index.d.ts +2 -6
- package/lib/accounting/EntriesTypes/index.js +16 -0
- package/lib/accounting/EntriesTypes/index.js.map +1 -1
- package/lib/accounting/accounting.enums.d.ts +5 -0
- package/lib/accounting/accounting.enums.js +8 -0
- package/lib/accounting/accounting.enums.js.map +1 -1
- package/lib/accounting/index.d.ts +2 -0
- package/lib/accounting/index.js +2 -0
- package/lib/accounting/index.js.map +1 -1
- package/package.json +1 -1
- package/src/accounting/EntriesTypes/GetMany/Response.ts +5 -0
- package/src/accounting/EntriesTypes/accounting.entries-types.types.ts +6 -0
- package/src/accounting/EntriesTypes/index.ts +2 -6
- package/src/accounting/accounting.enums.ts +5 -0
- package/src/accounting/index.ts +2 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/accounting/EntriesTypes/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accounting.entries-types.types.js","sourceRoot":"","sources":["../../../src/accounting/EntriesTypes/accounting.entries-types.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./GetMany/Response"), exports);
|
|
18
|
+
__exportStar(require("./accounting.entries-types.types"), exports);
|
|
3
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accounting/EntriesTypes/index.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accounting/EntriesTypes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC;AAClC,mEAAgD"}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AccountingEntriesStatusesEnum = void 0;
|
|
4
|
+
var AccountingEntriesStatusesEnum;
|
|
5
|
+
(function (AccountingEntriesStatusesEnum) {
|
|
6
|
+
AccountingEntriesStatusesEnum[AccountingEntriesStatusesEnum["Incomplete"] = 1] = "Incomplete";
|
|
7
|
+
AccountingEntriesStatusesEnum[AccountingEntriesStatusesEnum["Squared"] = 2] = "Squared";
|
|
8
|
+
AccountingEntriesStatusesEnum[AccountingEntriesStatusesEnum["Accounted"] = 3] = "Accounted";
|
|
9
|
+
})(AccountingEntriesStatusesEnum = exports.AccountingEntriesStatusesEnum || (exports.AccountingEntriesStatusesEnum = {}));
|
|
2
10
|
//# sourceMappingURL=accounting.enums.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accounting.enums.js","sourceRoot":"","sources":["../../src/accounting/accounting.enums.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"accounting.enums.js","sourceRoot":"","sources":["../../src/accounting/accounting.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,6BAIX;AAJD,WAAY,6BAA6B;IACvC,6FAAc,CAAA;IACd,uFAAW,CAAA;IACX,2FAAa,CAAA;AACf,CAAC,EAJW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAIxC"}
|
package/lib/accounting/index.js
CHANGED
|
@@ -16,4 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./Entries"), exports);
|
|
18
18
|
__exportStar(require("./EntriesStatuses"), exports);
|
|
19
|
+
__exportStar(require("./EntriesTypes"), exports);
|
|
20
|
+
__exportStar(require("./accounting.enums"), exports);
|
|
19
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/accounting/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,oDAAiC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/accounting/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,oDAAiC;AACjC,iDAA8B;AAC9B,qDAAkC"}
|
package/package.json
CHANGED
package/src/accounting/index.ts
CHANGED