@silexpert/core 0.4.35 → 0.4.37
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/BalanceSheetModule.d.ts +10 -0
- package/es/api/resources/BalanceSheetModule.d.ts.map +1 -0
- package/es/api/resources/BalanceSheetModule.js +16 -0
- package/es/api/resources/BalanceSheetModule.js.map +1 -0
- package/es/api/resources/Loan.d.ts +2 -2
- package/es/api/resources/Loan.d.ts.map +1 -1
- package/es/api/resources/Loan.js +4 -4
- package/es/api/resources/Loan.js.map +1 -1
- package/es/api/resources/User.d.ts +3 -1
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +6 -0
- package/es/api/resources/User.js.map +1 -1
- package/es/types/Enum/{TypeConnector.d.ts → ConnectorType.d.ts} +2 -2
- package/es/types/Enum/{TypeConnector.d.ts.map → ConnectorType.d.ts.map} +1 -1
- package/es/types/Enum/ConnectorType.js +15 -0
- package/es/types/Enum/{TypeConnector.js.map → ConnectorType.js.map} +1 -1
- package/es/types/Form/FormConnector.d.ts +3 -3
- package/es/types/Form/FormConnector.d.ts.map +1 -1
- package/es/types/Form/FormConnector.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +8 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +33 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.d.ts +4 -0
- package/es/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js +17 -0
- package/es/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +8 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +33 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -0
- package/es/types/Interface/api/loan/UpdateLoan.js +8 -8
- package/es/types/Interface/api/loan/UpdateLoan.js.map +1 -1
- package/es/types/Interface/api/pdf/BillingDocumentData.d.ts +44 -0
- package/es/types/Interface/api/pdf/BillingDocumentData.d.ts.map +1 -0
- package/es/types/Interface/api/pdf/BillingDocumentData.js +2 -0
- package/es/types/Interface/api/pdf/BillingDocumentData.js.map +1 -0
- package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.d.ts +10 -0
- package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.d.ts.map +1 -0
- package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.js +41 -0
- package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.js.map +1 -0
- package/es/types/Interface/api/user/Permissions.d.ts +13 -0
- package/es/types/Interface/api/user/Permissions.d.ts.map +1 -0
- package/es/types/Interface/api/user/Permissions.js +2 -0
- package/es/types/Interface/api/user/Permissions.js.map +1 -0
- package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.d.ts +10 -0
- package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.d.ts.map +1 -0
- package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.js +37 -0
- package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.js.map +1 -0
- 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/IEstimateInvoice.d.ts +13 -13
- package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/es/types/Interface/models/IItemEstimate.d.ts +4 -4
- package/es/types/Interface/models/IItemEstimate.d.ts.map +1 -1
- package/es/types/Interface/models/IItemEstimate.js.map +1 -1
- package/es/types/Interface/models/IPermission.d.ts +2 -0
- package/es/types/Interface/models/IPermission.d.ts.map +1 -1
- package/es/types/Interface/models/IPermission.js.map +1 -1
- package/es/types/Interface/models/IProduct.d.ts +5 -5
- package/es/types/Interface/models/IProduct.d.ts.map +1 -1
- package/es/types/Interface/models/IProduct.js.map +1 -1
- package/es/types/index.d.ts +9 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +9 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BalanceSheetModule.js +30 -0
- package/js/api/resources/BalanceSheetModule.js.map +1 -0
- package/js/api/resources/Loan.js +4 -4
- package/js/api/resources/Loan.js.map +1 -1
- package/js/api/resources/User.js +8 -0
- package/js/api/resources/User.js.map +1 -1
- package/js/types/Enum/ConnectorType.js +21 -0
- package/js/types/Enum/{TypeConnector.js.map → ConnectorType.js.map} +1 -1
- package/js/types/Form/FormConnector.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +35 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js +27 -0
- package/js/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +35 -0
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -0
- package/js/types/Interface/api/loan/UpdateLoan.js +7 -7
- package/js/types/Interface/api/loan/UpdateLoan.js.map +1 -1
- package/js/types/Interface/api/pdf/BillingDocumentData.js +6 -0
- package/js/types/Interface/api/pdf/BillingDocumentData.js.map +1 -0
- package/js/types/Interface/api/user/CreateUserToSocietyWithPermission.js +39 -0
- package/js/types/Interface/api/user/CreateUserToSocietyWithPermission.js.map +1 -0
- package/js/types/Interface/api/user/Permissions.js +6 -0
- package/js/types/Interface/api/user/Permissions.js.map +1 -0
- package/js/types/Interface/api/user/UpdateUserToSocietyWithPermission.js +37 -0
- package/js/types/Interface/api/user/UpdateUserToSocietyWithPermission.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +1 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +99 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BalanceSheetModule.ts +21 -0
- package/ts/api/resources/Loan.ts +4 -4
- package/ts/api/resources/User.ts +7 -1
- package/ts/types/Enum/{TypeConnector.ts → ConnectorType.ts} +1 -1
- package/ts/types/Form/FormConnector.ts +3 -3
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +18 -0
- package/ts/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +18 -0
- package/ts/types/Interface/api/loan/UpdateLoan.ts +8 -8
- package/ts/types/Interface/api/pdf/BillingDocumentData.ts +44 -0
- package/ts/types/Interface/api/user/CreateUserToSocietyWithPermission.ts +18 -0
- package/ts/types/Interface/api/user/Permissions.ts +12 -0
- package/ts/types/Interface/api/user/UpdateUserToSocietyWithPermission.ts +17 -0
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/IEstimateInvoice.ts +13 -13
- package/ts/types/Interface/models/IItemEstimate.ts +4 -4
- package/ts/types/Interface/models/IPermission.ts +2 -0
- package/ts/types/Interface/models/IProduct.ts +5 -5
- package/ts/types/index.ts +9 -1
- package/es/types/Enum/TypeConnector.js +0 -15
- package/js/types/Enum/TypeConnector.js +0 -21
package/ts/types/index.ts
CHANGED
|
@@ -297,7 +297,7 @@ export * from './Enum/LegalForm';
|
|
|
297
297
|
export * from './Enum/VatRegime';
|
|
298
298
|
export * from './Enum/AccountType';
|
|
299
299
|
export * from './Enum/BankAccountType';
|
|
300
|
-
export * from './Enum/
|
|
300
|
+
export * from './Enum/ConnectorType';
|
|
301
301
|
export * from './Enum/Vat';
|
|
302
302
|
export * from './Enum/AccountingJournal';
|
|
303
303
|
export * from './Enum/ImmobilizationType';
|
|
@@ -348,9 +348,13 @@ export * from './Interface/api/account/QueryAccountSociety';
|
|
|
348
348
|
export * from './Interface/api/account/QueryGenericAccount';
|
|
349
349
|
export * from './Interface/api/accountingTransaction/QueryTransaction';
|
|
350
350
|
export * from './Interface/api/user/QueryConfirm';
|
|
351
|
+
export * from './Interface/api/user/QuerySocieties';
|
|
351
352
|
export * from './Interface/api/user/QueryResendConfirmationLink';
|
|
352
353
|
export * from './Interface/api/user/CreateUser';
|
|
353
354
|
export * from './Interface/api/user/QueryUserSmsConfirmation';
|
|
355
|
+
export * from './Interface/api/user/CreateUserToSocietyWithPermission';
|
|
356
|
+
export * from './Interface/api/user/UpdateUserToSocietyWithPermission';
|
|
357
|
+
export * from './Interface/api/user/Permissions';
|
|
354
358
|
export * from './Interface/api/account/ReadAccounts';
|
|
355
359
|
export * from './Interface/api/simulationColors/ReadSimulationColors';
|
|
356
360
|
export * from './Interface/api/survey/QuerySurveys';
|
|
@@ -368,6 +372,7 @@ export * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';
|
|
|
368
372
|
export * from './Interface/api/stock/StockEntries';
|
|
369
373
|
export * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';
|
|
370
374
|
export * from './Interface/api/dashboard/ResultTurnOverProfitAndLoss';
|
|
375
|
+
export * from './Interface/api/pdf/BillingDocumentData';
|
|
371
376
|
|
|
372
377
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
373
378
|
export * from './Interface/api/survey/ReadSurvey';
|
|
@@ -415,3 +420,6 @@ export * from './Interface/api/societyPromoCode/CreateSocietyPromoCode';
|
|
|
415
420
|
export * from './Interface/api/loan/UpdateLoan';
|
|
416
421
|
export * from './Interface/api/zticket/CreateZTicket';
|
|
417
422
|
export * from './Interface/api/zticket/QueryZTicket';
|
|
423
|
+
export * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';
|
|
424
|
+
export * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';
|
|
425
|
+
export * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export var TypeConnector;
|
|
2
|
-
(function (TypeConnector) {
|
|
3
|
-
TypeConnector[TypeConnector["SEELSY"] = 1] = "SEELSY";
|
|
4
|
-
TypeConnector[TypeConnector["PRESTASHOP"] = 2] = "PRESTASHOP";
|
|
5
|
-
TypeConnector[TypeConnector["ZOHO"] = 3] = "ZOHO";
|
|
6
|
-
TypeConnector[TypeConnector["DOLIBARR"] = 4] = "DOLIBARR";
|
|
7
|
-
TypeConnector[TypeConnector["STRIPE_CONNECT"] = 5] = "STRIPE_CONNECT";
|
|
8
|
-
TypeConnector[TypeConnector["STRIPE"] = 6] = "STRIPE";
|
|
9
|
-
TypeConnector[TypeConnector["JS"] = 7] = "JS";
|
|
10
|
-
TypeConnector[TypeConnector["AUTOLOGIN"] = 8] = "AUTOLOGIN";
|
|
11
|
-
TypeConnector[TypeConnector["SHOPIFY"] = 9] = "SHOPIFY";
|
|
12
|
-
TypeConnector[TypeConnector["WOOCOMMERCE"] = 10] = "WOOCOMMERCE";
|
|
13
|
-
TypeConnector[TypeConnector["ACTIVATION"] = 11] = "ACTIVATION";
|
|
14
|
-
})(TypeConnector || (TypeConnector = {}));
|
|
15
|
-
//# sourceMappingURL=TypeConnector.js.map
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var TypeConnector = exports.TypeConnector = undefined;
|
|
7
|
-
|
|
8
|
-
(function (TypeConnector) {
|
|
9
|
-
TypeConnector[TypeConnector["SEELSY"] = 1] = "SEELSY";
|
|
10
|
-
TypeConnector[TypeConnector["PRESTASHOP"] = 2] = "PRESTASHOP";
|
|
11
|
-
TypeConnector[TypeConnector["ZOHO"] = 3] = "ZOHO";
|
|
12
|
-
TypeConnector[TypeConnector["DOLIBARR"] = 4] = "DOLIBARR";
|
|
13
|
-
TypeConnector[TypeConnector["STRIPE_CONNECT"] = 5] = "STRIPE_CONNECT";
|
|
14
|
-
TypeConnector[TypeConnector["STRIPE"] = 6] = "STRIPE";
|
|
15
|
-
TypeConnector[TypeConnector["JS"] = 7] = "JS";
|
|
16
|
-
TypeConnector[TypeConnector["AUTOLOGIN"] = 8] = "AUTOLOGIN";
|
|
17
|
-
TypeConnector[TypeConnector["SHOPIFY"] = 9] = "SHOPIFY";
|
|
18
|
-
TypeConnector[TypeConnector["WOOCOMMERCE"] = 10] = "WOOCOMMERCE";
|
|
19
|
-
TypeConnector[TypeConnector["ACTIVATION"] = 11] = "ACTIVATION";
|
|
20
|
-
})(TypeConnector || (exports.TypeConnector = TypeConnector = {}));
|
|
21
|
-
//# sourceMappingURL=TypeConnector.js.map
|