@silexpert/core 0.4.88 → 0.4.89
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/Connector.d.ts +5 -0
- package/es/api/resources/Connector.d.ts.map +1 -0
- package/es/api/resources/Connector.js +7 -0
- package/es/api/resources/Connector.js.map +1 -0
- package/es/api/resources/FecFile.d.ts +3 -1
- package/es/api/resources/FecFile.d.ts.map +1 -1
- package/es/api/resources/FecFile.js +6 -0
- package/es/api/resources/FecFile.js.map +1 -1
- package/es/api/resources/Report.d.ts +6 -0
- package/es/api/resources/Report.d.ts.map +1 -1
- package/es/api/resources/Report.js +3 -0
- package/es/api/resources/Report.js.map +1 -1
- package/es/api/resources/SalariesFile.d.ts +3 -0
- package/es/api/resources/SalariesFile.d.ts.map +1 -1
- package/es/api/resources/SalariesFile.js +3 -0
- package/es/api/resources/SalariesFile.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AccountType.d.ts +1 -6
- package/es/types/Enum/AccountType.d.ts.map +1 -1
- package/es/types/Enum/AccountType.js +1 -6
- package/es/types/Enum/AccountType.js.map +1 -1
- package/es/types/Enum/BrandClementine.js +4 -4
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Form/FormConnector.d.ts +1 -0
- package/es/types/Form/FormConnector.d.ts.map +1 -1
- package/es/types/Form/FormConnector.js.map +1 -1
- package/es/types/Interface/api/fecFile/DeleteFecFile.d.ts +6 -0
- package/es/types/Interface/api/fecFile/DeleteFecFile.d.ts.map +1 -0
- package/es/types/Interface/api/fecFile/DeleteFecFile.js +2 -0
- package/es/types/Interface/api/fecFile/DeleteFecFile.js.map +1 -0
- package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts +4 -4
- package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts.map +1 -1
- package/es/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
- package/es/types/Interface/api/report/CreateReport.d.ts +1 -1
- package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/es/types/Interface/api/report/CreateReport.js +1 -1
- package/es/types/Interface/api/report/CreateReport.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +2 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +2 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IReport.d.ts +1 -1
- package/es/types/Interface/models/IReport.d.ts.map +1 -1
- package/es/types/Interface/models/IReport.js.map +1 -1
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Connector.js +18 -0
- package/js/api/resources/Connector.js.map +1 -0
- package/js/api/resources/FecFile.js +10 -0
- package/js/api/resources/FecFile.js.map +1 -1
- package/js/api/resources/Report.js +6 -0
- package/js/api/resources/Report.js.map +1 -1
- package/js/api/resources/SalariesFile.js +4 -0
- package/js/api/resources/SalariesFile.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AccountType.js +1 -6
- package/js/types/Enum/AccountType.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +4 -4
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Form/FormConnector.js.map +1 -1
- package/js/types/Interface/api/fecFile/DeleteFecFile.js +6 -0
- package/js/types/Interface/api/fecFile/DeleteFecFile.js.map +1 -0
- package/js/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
- package/js/types/Interface/api/report/CreateReport.js +1 -1
- package/js/types/Interface/api/report/CreateReport.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +3 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +12 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Connector.ts +7 -0
- package/ts/api/resources/FecFile.ts +9 -0
- package/ts/api/resources/Report.ts +5 -0
- package/ts/api/resources/SalariesFile.ts +4 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/AccountType.ts +1 -6
- package/ts/types/Enum/BrandClementine.ts +4 -4
- package/ts/types/Form/FormConnector.ts +3 -0
- package/ts/types/Interface/api/fecFile/DeleteFecFile.ts +5 -0
- package/ts/types/Interface/api/prestashop/InvoicesPrestashop.ts +4 -4
- package/ts/types/Interface/api/report/CreateReport.ts +1 -1
- package/ts/types/Interface/models/IApiError.ts +2 -0
- package/ts/types/Interface/models/IReport.ts +1 -1
- package/ts/types/index.ts +1 -0
|
@@ -98,6 +98,7 @@ export enum Code {
|
|
|
98
98
|
|
|
99
99
|
// FecFile
|
|
100
100
|
insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',
|
|
101
|
+
fecFileAlreadyExists = 'fec_file_already_exists',
|
|
101
102
|
|
|
102
103
|
// User creation
|
|
103
104
|
userAlreadyExistWithSociety = 'user-already-exists',
|
|
@@ -116,6 +117,7 @@ export enum Code {
|
|
|
116
117
|
idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',
|
|
117
118
|
sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',
|
|
118
119
|
sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',
|
|
120
|
+
societyNotFound = 'society_not_found',
|
|
119
121
|
|
|
120
122
|
payloadIsEmpty = 'payload_is_empty',
|
|
121
123
|
|
|
@@ -9,7 +9,7 @@ export interface IReport {
|
|
|
9
9
|
idReportType?: number | null;
|
|
10
10
|
idLetterType?: number | null;
|
|
11
11
|
declareSoupcons?: boolean | null;
|
|
12
|
-
|
|
12
|
+
state?: number | null;
|
|
13
13
|
informerjlb?: boolean | null;
|
|
14
14
|
ressenti?: number | null;
|
|
15
15
|
action?: number | null;
|
package/ts/types/index.ts
CHANGED
|
@@ -430,6 +430,7 @@ export * from './Interface/api/partner/CreatePartner';
|
|
|
430
430
|
export * from './Interface/api/partner/GetPartners';
|
|
431
431
|
// export * from './Interface/api/generalLedger/GeneralLedgerQuery';
|
|
432
432
|
export * from './Interface/api/fecFile/CreateFecFile';
|
|
433
|
+
export * from './Interface/api/fecFile/DeleteFecFile';
|
|
433
434
|
export * from './Interface/api/fecFile/ReadFecFile';
|
|
434
435
|
export * from './Interface/api/generalLedger/QueryGeneralLedger';
|
|
435
436
|
export * from './Interface/api/incomeStatement/QueryIncomeStatement';
|