@openbox/shared-types 0.5.96 → 0.5.97
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/reports/Accounting/BalanceSheetReport/Request.d.ts +5 -0
- package/lib/reports/Accounting/BalanceSheetReport/Request.js +3 -0
- package/lib/reports/Accounting/BalanceSheetReport/Request.js.map +1 -0
- package/lib/reports/Accounting/BalanceSheetReport/Response.d.ts +3 -0
- package/lib/reports/Accounting/BalanceSheetReport/Response.js +3 -0
- package/lib/reports/Accounting/BalanceSheetReport/Response.js.map +1 -0
- package/lib/reports/Accounting/BalanceSheetReportPreview/Request.d.ts +2 -0
- package/lib/reports/Accounting/BalanceSheetReportPreview/Request.js +3 -0
- package/lib/reports/Accounting/BalanceSheetReportPreview/Request.js.map +1 -0
- package/lib/reports/Accounting/BalanceSheetReportPreview/Response.d.ts +3 -0
- package/lib/reports/Accounting/BalanceSheetReportPreview/Response.js +3 -0
- package/lib/reports/Accounting/BalanceSheetReportPreview/Response.js.map +1 -0
- package/lib/reports/Accounting/index.d.ts +4 -0
- package/lib/reports/Accounting/index.js +4 -0
- package/lib/reports/Accounting/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/reports/Accounting/BalanceSheetReport/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/reports/Accounting/BalanceSheetReport/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/reports/Accounting/BalanceSheetReportPreview/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/reports/Accounting/BalanceSheetReportPreview/Response.ts"],"names":[],"mappings":""}
|
|
@@ -6,6 +6,10 @@ export * from './AccountsCatalog/Request';
|
|
|
6
6
|
export * from './AccountsCatalog/Response';
|
|
7
7
|
export * from './AccountsCatalogPreview/Request';
|
|
8
8
|
export * from './AccountsCatalogPreview/Response';
|
|
9
|
+
export * from './BalanceSheetReport/Request';
|
|
10
|
+
export * from './BalanceSheetReport/Response';
|
|
11
|
+
export * from './BalanceSheetReportPreview/Request';
|
|
12
|
+
export * from './BalanceSheetReportPreview/Response';
|
|
9
13
|
export * from './CheckingBalance/Request';
|
|
10
14
|
export * from './CheckingBalance/Response';
|
|
11
15
|
export * from './CheckingBalancePreview/Request';
|
|
@@ -22,6 +22,10 @@ __exportStar(require("./AccountsCatalog/Request"), exports);
|
|
|
22
22
|
__exportStar(require("./AccountsCatalog/Response"), exports);
|
|
23
23
|
__exportStar(require("./AccountsCatalogPreview/Request"), exports);
|
|
24
24
|
__exportStar(require("./AccountsCatalogPreview/Response"), exports);
|
|
25
|
+
__exportStar(require("./BalanceSheetReport/Request"), exports);
|
|
26
|
+
__exportStar(require("./BalanceSheetReport/Response"), exports);
|
|
27
|
+
__exportStar(require("./BalanceSheetReportPreview/Request"), exports);
|
|
28
|
+
__exportStar(require("./BalanceSheetReportPreview/Response"), exports);
|
|
25
29
|
__exportStar(require("./CheckingBalance/Request"), exports);
|
|
26
30
|
__exportStar(require("./CheckingBalance/Response"), exports);
|
|
27
31
|
__exportStar(require("./CheckingBalancePreview/Request"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/reports/Accounting/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA0C;AAC1C,8DAA2C;AAC3C,oEAAiD;AACjD,qEAAkD;AAClD,4DAAyC;AACzC,6DAA0C;AAC1C,mEAAgD;AAChD,oEAAiD;AACjD,4DAAyC;AACzC,6DAA0C;AAC1C,mEAAgD;AAChD,oEAAiD;AACjD,0DAAuC;AACvC,2DAAwC;AACxC,iEAA8C;AAC9C,kEAA+C;AAC/C,6DAA0C;AAC1C,8DAA2C;AAC3C,oEAAiD;AACjD,qEAAkD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/reports/Accounting/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA0C;AAC1C,8DAA2C;AAC3C,oEAAiD;AACjD,qEAAkD;AAClD,4DAAyC;AACzC,6DAA0C;AAC1C,mEAAgD;AAChD,oEAAiD;AACjD,+DAA4C;AAC5C,gEAA6C;AAC7C,sEAAmD;AACnD,uEAAoD;AACpD,4DAAyC;AACzC,6DAA0C;AAC1C,mEAAgD;AAChD,oEAAiD;AACjD,0DAAuC;AACvC,2DAAwC;AACxC,iEAA8C;AAC9C,kEAA+C;AAC/C,6DAA0C;AAC1C,8DAA2C;AAC3C,oEAAiD;AACjD,qEAAkD"}
|