@silexpert/core 0.4.51 → 0.4.53
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/es/api/resources/Cerfa.d.ts +5 -1
- package/es/api/resources/Cerfa.d.ts.map +1 -1
- package/es/api/resources/Cerfa.js +8 -0
- package/es/api/resources/Cerfa.js.map +1 -1
- package/es/api/resources/CustomerProviderOperation.d.ts +6 -0
- package/es/api/resources/CustomerProviderOperation.d.ts.map +1 -0
- package/es/api/resources/CustomerProviderOperation.js +7 -0
- package/es/api/resources/CustomerProviderOperation.js.map +1 -0
- package/es/api/resources/{dashboard.d.ts → Dashboard.d.ts} +2 -2
- package/es/api/resources/{dashboard.d.ts.map → Dashboard.d.ts.map} +1 -1
- package/es/api/resources/{dashboard.js → Dashboard.js} +2 -2
- package/es/api/resources/{dashboard.js.map → Dashboard.js.map} +1 -1
- package/es/api/resources/IncomeAllocation.d.ts +11 -0
- package/es/api/resources/IncomeAllocation.d.ts.map +1 -0
- package/es/api/resources/IncomeAllocation.js +22 -0
- package/es/api/resources/IncomeAllocation.js.map +1 -0
- package/es/api/resources/Step.d.ts +7 -0
- package/es/api/resources/Step.d.ts.map +1 -0
- package/es/api/resources/Step.js +8 -0
- package/es/api/resources/Step.js.map +1 -0
- package/es/api/resources/Transaction.d.ts +3 -1
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +6 -0
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/api/resources.d.ts +7 -1
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +7 -1
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Account.d.ts +40 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +40 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/Ged.d.ts +3 -1
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +2 -2
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/Quality.d.ts +14 -0
- package/es/types/Enum/Quality.d.ts.map +1 -0
- package/es/types/Enum/Quality.js +15 -0
- package/es/types/Enum/Quality.js.map +1 -0
- package/es/types/Enum/TypeCustomerProviderOperation.d.ts +9 -0
- package/es/types/Enum/TypeCustomerProviderOperation.d.ts.map +1 -0
- package/es/types/Enum/TypeCustomerProviderOperation.js +10 -0
- package/es/types/Enum/TypeCustomerProviderOperation.js.map +1 -0
- package/es/types/Enum/TypeIncomeAllocation.d.ts +6 -0
- package/es/types/Enum/TypeIncomeAllocation.d.ts.map +1 -0
- package/es/types/Enum/TypeIncomeAllocation.js +7 -0
- package/es/types/Enum/TypeIncomeAllocation.js.map +1 -0
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts +5 -0
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.js +11 -0
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +9 -3
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +24 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +9 -3
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +24 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts +3 -0
- package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/bankAccount/DeleteTransaction.js +6 -0
- package/es/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +192 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +239 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts +11 -0
- package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts.map +1 -0
- package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +38 -0
- package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -0
- package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +3 -0
- package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +4 -1
- package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
- package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts +16 -0
- package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts.map +1 -0
- package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +65 -0
- package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -0
- package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.d.ts +19 -0
- package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.d.ts.map +1 -0
- package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js +2 -0
- package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js.map +1 -0
- package/es/types/Interface/api/incomeAllocation/TypeAndAmount.d.ts +6 -0
- package/es/types/Interface/api/incomeAllocation/TypeAndAmount.d.ts.map +1 -0
- package/es/types/Interface/api/incomeAllocation/TypeAndAmount.js +2 -0
- package/es/types/Interface/api/incomeAllocation/TypeAndAmount.js.map +1 -0
- package/es/types/Interface/api/loan/CreateLoan.js +2 -2
- package/es/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +1 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +1 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +6 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/index.d.ts +7 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +7 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Cerfa.js +9 -0
- package/js/api/resources/Cerfa.js.map +1 -1
- package/js/api/resources/CustomerProviderOperation.js +18 -0
- package/js/api/resources/CustomerProviderOperation.js.map +1 -0
- package/js/api/resources/{dashboard.js → Dashboard.js} +2 -2
- package/js/api/resources/{dashboard.js.map → Dashboard.js.map} +1 -1
- package/js/api/resources/IncomeAllocation.js +38 -0
- package/js/api/resources/IncomeAllocation.js.map +1 -0
- package/js/api/resources/Step.js +20 -0
- package/js/api/resources/Step.js.map +1 -0
- package/js/api/resources/Transaction.js +10 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources.js +12 -3
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +40 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/Ged.js +4 -4
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/Quality.js +21 -0
- package/js/types/Enum/Quality.js.map +1 -0
- package/js/types/Enum/TypeCustomerProviderOperation.js +16 -0
- package/js/types/Enum/TypeCustomerProviderOperation.js.map +1 -0
- package/js/types/Enum/TypeIncomeAllocation.js +13 -0
- package/js/types/Enum/TypeIncomeAllocation.js.map +1 -0
- package/js/types/Interface/api/accountingTransaction/QueryTransaction.js +11 -1
- package/js/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +12 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +12 -0
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/bankAccount/DeleteTransaction.js +7 -1
- package/js/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
- package/js/types/Interface/api/cerfa/CreateCerfa.js +146 -2
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +45 -0
- package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -0
- package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
- package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +51 -0
- package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -0
- package/js/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js +6 -0
- package/js/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js.map +1 -0
- package/js/types/Interface/api/incomeAllocation/TypeAndAmount.js +6 -0
- package/js/types/Interface/api/incomeAllocation/TypeAndAmount.js.map +1 -0
- package/js/types/Interface/api/loan/CreateLoan.js +6 -2
- package/js/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +2 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +75 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Cerfa.ts +9 -1
- package/ts/api/resources/CustomerProviderOperation.ts +8 -0
- package/ts/api/resources/{dashboard.ts → Dashboard.ts} +1 -1
- package/ts/api/resources/IncomeAllocation.ts +30 -0
- package/ts/api/resources/Step.ts +11 -0
- package/ts/api/resources/Transaction.ts +7 -1
- package/ts/api/resources.ts +7 -1
- package/ts/types/Enum/Account.ts +40 -0
- package/ts/types/Enum/Ged.ts +8 -8
- package/ts/types/Enum/Quality.ts +13 -0
- package/ts/types/Enum/TypeCustomerProviderOperation.ts +8 -0
- package/ts/types/Enum/TypeIncomeAllocation.ts +5 -0
- package/ts/types/Interface/api/accountingTransaction/QueryTransaction.ts +9 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +21 -3
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +21 -3
- package/ts/types/Interface/api/bankAccount/DeleteTransaction.ts +5 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +299 -2
- package/ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts +23 -0
- package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +3 -0
- package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +5 -2
- package/ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts +42 -0
- package/ts/types/Interface/api/incomeAllocation/ReadIncomeAllocation.ts +19 -0
- package/ts/types/Interface/api/incomeAllocation/TypeAndAmount.ts +6 -0
- package/ts/types/Interface/api/loan/CreateLoan.ts +2 -2
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +6 -0
- package/ts/types/index.ts +7 -1
- package/es/types/Enum/Society.d.ts +0 -9
- package/es/types/Enum/Society.d.ts.map +0 -1
- package/es/types/Enum/Society.js +0 -10
- package/es/types/Enum/Society.js.map +0 -1
- package/js/types/Enum/Society.js +0 -16
- package/js/types/Enum/Society.js.map +0 -1
- package/ts/types/Enum/Society.ts +0 -8
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Society.js","sourceRoot":"","sources":["../../../ts/types/Enum/Society.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,2DAAS,CAAA;IACT,yDAAQ,CAAA;IACR,yEAAgB,CAAA;IAChB,uEAAe,CAAA;IACf,yEAAgB,CAAA;IAChB,uEAAe,CAAA;AACjB,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B","sourcesContent":["export enum SocietyComptaType {\n TRESO = 1,\n ENGA = 2,\n SAISIE_TRESO = 3,\n SAISIE_ENGA = 4,\n ASSIST_TRESO = 5,\n ASSIST_ENGA = 6,\n}"]}
|
package/js/types/Enum/Society.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var SocietyComptaType = exports.SocietyComptaType = undefined;
|
|
7
|
-
|
|
8
|
-
(function (SocietyComptaType) {
|
|
9
|
-
SocietyComptaType[SocietyComptaType["TRESO"] = 1] = "TRESO";
|
|
10
|
-
SocietyComptaType[SocietyComptaType["ENGA"] = 2] = "ENGA";
|
|
11
|
-
SocietyComptaType[SocietyComptaType["SAISIE_TRESO"] = 3] = "SAISIE_TRESO";
|
|
12
|
-
SocietyComptaType[SocietyComptaType["SAISIE_ENGA"] = 4] = "SAISIE_ENGA";
|
|
13
|
-
SocietyComptaType[SocietyComptaType["ASSIST_TRESO"] = 5] = "ASSIST_TRESO";
|
|
14
|
-
SocietyComptaType[SocietyComptaType["ASSIST_ENGA"] = 6] = "ASSIST_ENGA";
|
|
15
|
-
})(SocietyComptaType || (exports.SocietyComptaType = SocietyComptaType = {}));
|
|
16
|
-
//# sourceMappingURL=Society.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/Society.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,iBAOX,WAPW,iBAOX,YAPD;;AAAA,CAAA,UAAY,iBAAZ,EAA6B;AAC3B,EAAA,iBAAA,CAAA,iBAAA,CAAA,OAAA,CAAA,GAAA,CAAA,CAAA,GAAA,OAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,cAAA,CAAA,GAAA,CAAA,CAAA,GAAA,cAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,GAAA,CAAA,CAAA,GAAA,aAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,cAAA,CAAA,GAAA,CAAA,CAAA,GAAA,cAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,GAAA,CAAA,CAAA,GAAA,aAAA;AACD,CAPD,EAAY,iBAAiB,aAAjB,iBAAiB,GAAjB,iBAAiB,GAAA,EAAA,CAA7B","sourcesContent":["export enum SocietyComptaType {\n TRESO = 1,\n ENGA = 2,\n SAISIE_TRESO = 3,\n SAISIE_ENGA = 4,\n ASSIST_TRESO = 5,\n ASSIST_ENGA = 6,\n}"],"sourceRoot":"","file":"Society.js"}
|