@openbox/shared-types 0.5.0 → 0.5.2
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/Reports/index.d.ts +0 -4
- package/lib/accounting/Reports/index.js +0 -4
- package/lib/accounting/Reports/index.js.map +1 -1
- package/lib/invoices/Invoices/GetSingle/Response.d.ts +1 -0
- package/package.json +1 -1
- package/src/accounting/Reports/index.ts +0 -4
- package/src/invoices/Invoices/GetSingle/Response.ts +4 -1
- package/lib/accounting/Reports/GeneralBalance/Request.d.ts +0 -5
- package/lib/accounting/Reports/GeneralBalance/Request.js +0 -3
- package/lib/accounting/Reports/GeneralBalance/Request.js.map +0 -1
- package/lib/accounting/Reports/GeneralBalance/Response.d.ts +0 -3
- package/lib/accounting/Reports/GeneralBalance/Response.js +0 -3
- package/lib/accounting/Reports/GeneralBalance/Response.js.map +0 -1
- package/lib/accounting/Reports/GeneralBalancePreview/Request.d.ts +0 -2
- package/lib/accounting/Reports/GeneralBalancePreview/Request.js +0 -3
- package/lib/accounting/Reports/GeneralBalancePreview/Request.js.map +0 -1
- package/lib/accounting/Reports/GeneralBalancePreview/Response.d.ts +0 -3
- package/lib/accounting/Reports/GeneralBalancePreview/Response.js +0 -3
- package/lib/accounting/Reports/GeneralBalancePreview/Response.js.map +0 -1
- package/src/accounting/Reports/GeneralBalance/Request.ts +0 -5
- package/src/accounting/Reports/GeneralBalance/Response.ts +0 -3
- package/src/accounting/Reports/GeneralBalancePreview/Request.ts +0 -6
- package/src/accounting/Reports/GeneralBalancePreview/Response.ts +0 -3
|
@@ -10,10 +10,6 @@ export * from './CheckingBalance/Request';
|
|
|
10
10
|
export * from './CheckingBalance/Response';
|
|
11
11
|
export * from './CheckingBalancePreview/Request';
|
|
12
12
|
export * from './CheckingBalancePreview/Response';
|
|
13
|
-
export * from './GeneralBalance/Request';
|
|
14
|
-
export * from './GeneralBalance/Response';
|
|
15
|
-
export * from './GeneralBalancePreview/Request';
|
|
16
|
-
export * from './GeneralBalancePreview/Response';
|
|
17
13
|
export * from './GeneralLedger/Request';
|
|
18
14
|
export * from './GeneralLedger/Response';
|
|
19
15
|
export * from './GeneralLedgerPreview/Request';
|
|
@@ -26,10 +26,6 @@ __exportStar(require("./CheckingBalance/Request"), exports);
|
|
|
26
26
|
__exportStar(require("./CheckingBalance/Response"), exports);
|
|
27
27
|
__exportStar(require("./CheckingBalancePreview/Request"), exports);
|
|
28
28
|
__exportStar(require("./CheckingBalancePreview/Response"), exports);
|
|
29
|
-
__exportStar(require("./GeneralBalance/Request"), exports);
|
|
30
|
-
__exportStar(require("./GeneralBalance/Response"), exports);
|
|
31
|
-
__exportStar(require("./GeneralBalancePreview/Request"), exports);
|
|
32
|
-
__exportStar(require("./GeneralBalancePreview/Response"), exports);
|
|
33
29
|
__exportStar(require("./GeneralLedger/Request"), exports);
|
|
34
30
|
__exportStar(require("./GeneralLedger/Response"), exports);
|
|
35
31
|
__exportStar(require("./GeneralLedgerPreview/Request"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accounting/Reports/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,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accounting/Reports/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"}
|
package/package.json
CHANGED
|
@@ -10,10 +10,6 @@ export * from './CheckingBalance/Request'
|
|
|
10
10
|
export * from './CheckingBalance/Response'
|
|
11
11
|
export * from './CheckingBalancePreview/Request'
|
|
12
12
|
export * from './CheckingBalancePreview/Response'
|
|
13
|
-
export * from './GeneralBalance/Request'
|
|
14
|
-
export * from './GeneralBalance/Response'
|
|
15
|
-
export * from './GeneralBalancePreview/Request'
|
|
16
|
-
export * from './GeneralBalancePreview/Response'
|
|
17
13
|
export * from './GeneralLedger/Request'
|
|
18
14
|
export * from './GeneralLedger/Response'
|
|
19
15
|
export * from './GeneralLedgerPreview/Request'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/accounting/Reports/GeneralBalance/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/accounting/Reports/GeneralBalance/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/accounting/Reports/GeneralBalancePreview/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/accounting/Reports/GeneralBalancePreview/Response.ts"],"names":[],"mappings":""}
|