@silexpert/core 0.4.47 → 0.4.50
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/Society.d.ts +1 -0
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +3 -0
- package/es/api/resources/Society.js.map +1 -1
- package/es/api/resources/dashboard.d.ts +4 -3
- package/es/api/resources/dashboard.d.ts.map +1 -1
- package/es/api/resources/dashboard.js +5 -2
- package/es/api/resources/dashboard.js.map +1 -1
- package/es/types/Enum/EstimateInvoice.d.ts +9 -0
- package/es/types/Enum/EstimateInvoice.d.ts.map +1 -0
- package/es/types/Enum/EstimateInvoice.js +10 -0
- package/es/types/Enum/EstimateInvoice.js.map +1 -0
- package/es/types/Enum/Gescom.d.ts +6 -0
- package/es/types/Enum/Gescom.d.ts.map +1 -0
- package/es/types/Enum/Gescom.js +7 -0
- package/es/types/Enum/Gescom.js.map +1 -0
- package/es/types/Enum/Society.d.ts +9 -0
- package/es/types/Enum/Society.d.ts.map +1 -0
- package/es/types/Enum/Society.js +10 -0
- package/es/types/Enum/Society.js.map +1 -0
- package/es/types/Interface/api/dashboard/QueryGescom.d.ts +7 -0
- package/es/types/Interface/api/dashboard/QueryGescom.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/QueryGescom.js +29 -0
- package/es/types/Interface/api/dashboard/QueryGescom.js.map +1 -0
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts +10 -6
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -1
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js +1 -1
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
- package/es/types/Interface/api/dashboard/ReadGescom.d.ts +23 -0
- package/es/types/Interface/api/dashboard/ReadGescom.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ReadGescom.js +9 -0
- package/es/types/Interface/api/dashboard/ReadGescom.js.map +1 -0
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +2 -0
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +1 -1
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.js +8 -0
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -1
- package/es/types/Interface/models/IAccountingFile.d.ts +2 -2
- package/es/types/Interface/models/IAccountingFile.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction_new.d.ts +18 -0
- package/es/types/Interface/models/IAccountingTransaction_new.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingTransaction_new.js +2 -0
- package/es/types/Interface/models/IAccountingTransaction_new.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +4 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +4 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.d.ts +1 -1
- package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Society.js +4 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/api/resources/dashboard.js +9 -3
- package/js/api/resources/dashboard.js.map +1 -1
- package/js/types/Enum/EstimateInvoice.js +16 -0
- package/js/types/Enum/EstimateInvoice.js.map +1 -0
- package/js/types/Enum/Gescom.js +13 -0
- package/js/types/Enum/Gescom.js.map +1 -0
- package/js/types/Enum/Society.js +16 -0
- package/js/types/Enum/Society.js.map +1 -0
- package/js/types/Interface/api/dashboard/QueryGescom.js +33 -0
- package/js/types/Interface/api/dashboard/QueryGescom.js.map +1 -0
- package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js +2 -2
- package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadGescom.js +22 -0
- package/js/types/Interface/api/dashboard/ReadGescom.js.map +1 -0
- package/js/types/Interface/api/shopify/ImportInvoicesShopify.js +4 -0
- package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -1
- package/js/types/Interface/models/IAccountingTransaction_new.js +6 -0
- package/js/types/Interface/models/IAccountingTransaction_new.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +5 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +72 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Society.ts +3 -0
- package/ts/api/resources/dashboard.ts +9 -3
- package/ts/types/Enum/EstimateInvoice.ts +8 -0
- package/ts/types/Enum/Gescom.ts +5 -0
- package/ts/types/Enum/Society.ts +8 -0
- package/ts/types/Interface/api/dashboard/QueryGescom.ts +15 -0
- package/ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts +10 -7
- package/ts/types/Interface/api/dashboard/ReadGescom.ts +25 -0
- package/ts/types/Interface/api/shopify/ImportInvoicesShopify.ts +4 -0
- package/ts/types/Interface/models/IAccountingFile.ts +2 -2
- package/ts/types/Interface/models/IAccountingTransaction_new.ts +20 -0
- package/ts/types/Interface/models/IApiError.ts +5 -0
- package/ts/types/Interface/models/IEstimateInvoice.ts +1 -1
- package/ts/types/index.ts +6 -0
|
@@ -14,5 +14,6 @@ export declare class Society extends Resource {
|
|
|
14
14
|
deleteUser(idSociety: number, idUser: number): Promise<true>;
|
|
15
15
|
createUserToSocietyWithPermission(idSociety: number, data: CreateUserToSocietyWithPermission): Promise<IUser>;
|
|
16
16
|
updateUserToSocietyWithPermission(idSociety: number, id: number, data: UpdateUserToSocietyWithPermission): Promise<IUser>;
|
|
17
|
+
delete(id: number): Promise<number>;
|
|
17
18
|
}
|
|
18
19
|
//# sourceMappingURL=Society.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Society.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,cAAc,EACd,aAAa,EACb,qBAAqB,EACrB,aAAa,EACb,8BAA8B,EAC9B,KAAK,EACL,eAAe,EACf,iCAAiC,EACjC,iCAAiC,EACjC,gBAAgB,EACjB,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,eAAe,IAAI,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAIhD,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAI1E,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAG1E,aAAa,CAAC,IAAI,EAAE,aAAa,EAAE,gBAAgB,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC;IAGzF,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIjE,cAAc,CAAC,MAAM,EAAE,cAAc,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IAGjE,WAAW,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,MAAM,CAAC;IAGvE,2BAA2B,IAAI,OAAO,CAAC,IAAI,CAAC;IAG5C,wBAAwB,CAAC,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,8BAA8B,GAAG,OAAO,CAAC,MAAM,CAAC;IAG3H,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,GAAE,OAAO,CAAC,gBAAgB,CAAC;IAGrF,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAG5D,iCAAiC,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,iCAAiC,GAAG,OAAO,CAAC,KAAK,CAAC;IAG7G,iCAAiC,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,iCAAiC,GAAG,OAAO,CAAC,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"Society.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,cAAc,EACd,aAAa,EACb,qBAAqB,EACrB,aAAa,EACb,8BAA8B,EAC9B,KAAK,EACL,eAAe,EACf,iCAAiC,EACjC,iCAAiC,EACjC,gBAAgB,EACjB,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,eAAe,IAAI,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAIhD,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAI1E,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAG1E,aAAa,CAAC,IAAI,EAAE,aAAa,EAAE,gBAAgB,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC;IAGzF,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIjE,cAAc,CAAC,MAAM,EAAE,cAAc,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IAGjE,WAAW,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,MAAM,CAAC;IAGvE,2BAA2B,IAAI,OAAO,CAAC,IAAI,CAAC;IAG5C,wBAAwB,CAAC,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,8BAA8B,GAAG,OAAO,CAAC,MAAM,CAAC;IAG3H,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,GAAE,OAAO,CAAC,gBAAgB,CAAC;IAGrF,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAG5D,iCAAiC,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,iCAAiC,GAAG,OAAO,CAAC,KAAK,CAAC;IAG7G,iCAAiC,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,iCAAiC,GAAG,OAAO,CAAC,KAAK,CAAC;IAGzH,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAGpC"}
|
|
@@ -40,5 +40,8 @@ export class Society extends Resource {
|
|
|
40
40
|
updateUserToSocietyWithPermission(idSociety, id, data) {
|
|
41
41
|
return this.axios.$put(`/society/${idSociety}/userToSocietyWithPermission/${id}`, data);
|
|
42
42
|
}
|
|
43
|
+
delete(id) {
|
|
44
|
+
return this.axios.$delete(`/society/${id}`);
|
|
45
|
+
}
|
|
43
46
|
}
|
|
44
47
|
//# sourceMappingURL=Society.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Society.js","sourceRoot":"","sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAmBvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,eAAe;QACb,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;IAClD,CAAC;IAED,kBAAkB,CAAC,IAAuB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;IAED,kBAAkB,CAAC,IAAuB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;IACD,aAAa,CAAC,IAAmB,EAAE,gBAAkC;QACnE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oCAAoC,gBAAgB,EAAE,EAAE,IAAI,CAAC,CAAC;IACxF,CAAC;IACD,aAAa,CAAC,EAAU,EAAE,IAAmB;QAC3C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,gBAAgB,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;IACD,+DAA+D;IAC/D,cAAc,CAAC,MAAsB;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC7D,CAAC;IACD,WAAW,CAAC,EAAU,EAAE,MAA6B;QACnD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,EAAE,MAAM,CAAC,CAAC;IAChE,CAAC;IACD,2BAA2B;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,kDAAkD,CAAC,CAAC;IAC9E,CAAC;IACD,wBAAwB,CAAC,SAAiB,EAAE,aAAqB,EAAE,MAAsC;QACvG,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,SAAS,gBAAgB,aAAa,gBAAgB,EAAE,MAAM,CAAC,CAAC;IACtG,CAAC;IACD,eAAe,CAAC,SAAiB,EAAE,MAAuB;QACxD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,QAAQ,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IACD,UAAU,CAAC,SAAiB,EAAE,MAAc;QAC1C,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,SAAS,SAAS,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IACD,iCAAiC,CAAC,SAAiB,EAAE,IAAuC;QAC1F,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,SAAS,8BAA8B,EAAE,IAAI,CAAC,CAAC;IACrF,CAAC;IACD,iCAAiC,CAAC,SAAiB,EAAE,EAAU,EAAE,IAAuC;QACtG,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,gCAAgC,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IAC1F,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateInvoiceMail,\n UpdateInvoiceMail,\n IMailSociety,\n ISociety,\n LegalFormSiren,\n GetDataSociety,\n CreateSociety,\n CreateSynchronization,\n UpdateSociety,\n CreateBudgetBalanceBankAccount,\n IUser,\n ListUserSociety,\n CreateUserToSocietyWithPermission,\n UpdateUserToSocietyWithPermission,\n ReadSocietyUsers,\n} from '../../types';\n\nexport class Society extends Resource {\n getInvoiceEmail(): Promise<IMailSociety | Error> {\n return this.axios.$get('/society/invoiceEmail');\n }\n\n createInvoiceEmail(data: CreateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$post('/society/invoiceEmail', data);\n }\n\n updateInvoiceEmail(data: UpdateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$put('/society/invoiceEmail', data);\n }\n createSociety(data: CreateSociety, fromSubscription: boolean | string): Promise<ISociety> {\n return this.axios.$post(`/society/create?fromSubscription=${fromSubscription}`, data);\n }\n updateSociety(id: number, data: UpdateSociety): Promise<ISociety> {\n return this.axios.$put(`/society/${id}/updateSociety`, data);\n }\n // this endpoint is used to fetch from extern api for legalForm\n getDataSociety(params: GetDataSociety): Promise<LegalFormSiren[]> {\n return this.axios.$get('/society/dataSociety', { params });\n }\n synchronize(id: number, params: CreateSynchronization): Promise<string> {\n return this.axios.$post(`/society/${id}/synchronize`, params);\n }\n autoImportationTransactions(): Promise<void> {\n return this.axios.$post('/society/bankAccount/autoImportationTransactions');\n }\n importBalanceBankAccount(idSociety: number, idBankAccount: number, params: CreateBudgetBalanceBankAccount): Promise<number> {\n return this.axios.$post(`/society/${idSociety}/bankAccount/${idBankAccount}/importBalance`, params);\n }\n listUserSociety(idSociety: number, params: ListUserSociety):Promise<ReadSocietyUsers> {\n return this.axios.$get(`/society/${idSociety}/users`, { params });\n }\n deleteUser(idSociety: number, idUser: number): Promise<true> {\n return this.axios.$delete(`/society/${idSociety}/user/${idUser}`);\n }\n createUserToSocietyWithPermission(idSociety: number, data: CreateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$post(`/society/${idSociety}/userToSocietyWithPermission`, data);\n }\n updateUserToSocietyWithPermission(idSociety: number, id: number, data: UpdateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$put(`/society/${idSociety}/userToSocietyWithPermission/${id}`, data);\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"Society.js","sourceRoot":"","sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAmBvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,eAAe;QACb,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;IAClD,CAAC;IAED,kBAAkB,CAAC,IAAuB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;IAED,kBAAkB,CAAC,IAAuB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;IACD,aAAa,CAAC,IAAmB,EAAE,gBAAkC;QACnE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oCAAoC,gBAAgB,EAAE,EAAE,IAAI,CAAC,CAAC;IACxF,CAAC;IACD,aAAa,CAAC,EAAU,EAAE,IAAmB;QAC3C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,gBAAgB,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;IACD,+DAA+D;IAC/D,cAAc,CAAC,MAAsB;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC7D,CAAC;IACD,WAAW,CAAC,EAAU,EAAE,MAA6B;QACnD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,EAAE,MAAM,CAAC,CAAC;IAChE,CAAC;IACD,2BAA2B;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,kDAAkD,CAAC,CAAC;IAC9E,CAAC;IACD,wBAAwB,CAAC,SAAiB,EAAE,aAAqB,EAAE,MAAsC;QACvG,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,SAAS,gBAAgB,aAAa,gBAAgB,EAAE,MAAM,CAAC,CAAC;IACtG,CAAC;IACD,eAAe,CAAC,SAAiB,EAAE,MAAuB;QACxD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,QAAQ,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IACD,UAAU,CAAC,SAAiB,EAAE,MAAc;QAC1C,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,SAAS,SAAS,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IACD,iCAAiC,CAAC,SAAiB,EAAE,IAAuC;QAC1F,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,SAAS,8BAA8B,EAAE,IAAI,CAAC,CAAC;IACrF,CAAC;IACD,iCAAiC,CAAC,SAAiB,EAAE,EAAU,EAAE,IAAuC;QACtG,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,gCAAgC,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IAC1F,CAAC;IACD,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;IAC9C,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateInvoiceMail,\n UpdateInvoiceMail,\n IMailSociety,\n ISociety,\n LegalFormSiren,\n GetDataSociety,\n CreateSociety,\n CreateSynchronization,\n UpdateSociety,\n CreateBudgetBalanceBankAccount,\n IUser,\n ListUserSociety,\n CreateUserToSocietyWithPermission,\n UpdateUserToSocietyWithPermission,\n ReadSocietyUsers,\n} from '../../types';\n\nexport class Society extends Resource {\n getInvoiceEmail(): Promise<IMailSociety | Error> {\n return this.axios.$get('/society/invoiceEmail');\n }\n\n createInvoiceEmail(data: CreateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$post('/society/invoiceEmail', data);\n }\n\n updateInvoiceEmail(data: UpdateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$put('/society/invoiceEmail', data);\n }\n createSociety(data: CreateSociety, fromSubscription: boolean | string): Promise<ISociety> {\n return this.axios.$post(`/society/create?fromSubscription=${fromSubscription}`, data);\n }\n updateSociety(id: number, data: UpdateSociety): Promise<ISociety> {\n return this.axios.$put(`/society/${id}/updateSociety`, data);\n }\n // this endpoint is used to fetch from extern api for legalForm\n getDataSociety(params: GetDataSociety): Promise<LegalFormSiren[]> {\n return this.axios.$get('/society/dataSociety', { params });\n }\n synchronize(id: number, params: CreateSynchronization): Promise<string> {\n return this.axios.$post(`/society/${id}/synchronize`, params);\n }\n autoImportationTransactions(): Promise<void> {\n return this.axios.$post('/society/bankAccount/autoImportationTransactions');\n }\n importBalanceBankAccount(idSociety: number, idBankAccount: number, params: CreateBudgetBalanceBankAccount): Promise<number> {\n return this.axios.$post(`/society/${idSociety}/bankAccount/${idBankAccount}/importBalance`, params);\n }\n listUserSociety(idSociety: number, params: ListUserSociety):Promise<ReadSocietyUsers> {\n return this.axios.$get(`/society/${idSociety}/users`, { params });\n }\n deleteUser(idSociety: number, idUser: number): Promise<true> {\n return this.axios.$delete(`/society/${idSociety}/user/${idUser}`);\n }\n createUserToSocietyWithPermission(idSociety: number, data: CreateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$post(`/society/${idSociety}/userToSocietyWithPermission`, data);\n }\n updateUserToSocietyWithPermission(idSociety: number, id: number, data: UpdateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$put(`/society/${idSociety}/userToSocietyWithPermission/${id}`, data);\n }\n delete(id: number): Promise<number> {\n return this.axios.$delete(`/society/${id}`);\n }\n}\n"]}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
-
import { QueryBalanceBankAccount, QueryTurnoverProfitAndLoss, QueryVat, QueryTopBuys, QueryTopProviders, ReadTopProviders, ReadTurnoverProfitAndLoss, ReadBalanceBankAccount, ReadVat, ReadTopBuys } from '../../types';
|
|
2
|
+
import { QueryBalanceBankAccount, QueryTurnoverProfitAndLoss, QueryVat, QueryTopBuys, QueryTopProviders, ReadTopProviders, ReadTurnoverProfitAndLoss, ReadBalanceBankAccount, ReadVat, ReadTopBuys, QueryGescom, ReadGescom } from '../../types';
|
|
3
3
|
export declare class Dashboard extends Resource {
|
|
4
4
|
getTurnoverProfitAndLoss(params: QueryTurnoverProfitAndLoss): Promise<ReadTurnoverProfitAndLoss>;
|
|
5
|
-
getBalanceBankAccount(params: QueryBalanceBankAccount): Promise<ReadBalanceBankAccount
|
|
6
|
-
getTva(
|
|
5
|
+
getBalanceBankAccount(params: QueryBalanceBankAccount): Promise<ReadBalanceBankAccount>;
|
|
6
|
+
getTva(params: QueryVat): Promise<ReadVat>;
|
|
7
|
+
getGescom(params: QueryGescom): Promise<ReadGescom>;
|
|
7
8
|
getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]>;
|
|
8
9
|
getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]>;
|
|
9
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,QAAQ,EACR,YAAY,EACZ,iBAAiB,EACjB,gBAAgB,EAChB,yBAAyB,EACzB,sBAAsB,EACtB,OAAO,EACP,WAAW,
|
|
1
|
+
{"version":3,"file":"dashboard.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,QAAQ,EACR,YAAY,EACZ,iBAAiB,EACjB,gBAAgB,EAChB,yBAAyB,EACzB,sBAAsB,EACtB,OAAO,EACP,WAAW,EACX,WAAW,EACX,UAAU,EACX,MAAM,aAAa,CAAC;AAGrB,qBAAa,SAAU,SAAQ,QAAQ;IACrC,wBAAwB,CACtB,MAAM,EAAE,0BAA0B,GACjC,OAAO,CAAC,yBAAyB,CAAC;IAIrC,qBAAqB,CACnB,MAAM,EAAE,uBAAuB,GAC9B,OAAO,CAAC,sBAAsB,CAAC;IAIlC,MAAM,CAAC,MAAM,EAAE,QAAQ,GAAG,OAAO,CAAC,OAAO,CAAC;IAI1C,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC;IAInD,UAAU,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAIvD,eAAe,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CAGxE"}
|
|
@@ -7,8 +7,11 @@ export class Dashboard extends Resource {
|
|
|
7
7
|
getBalanceBankAccount(params) {
|
|
8
8
|
return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });
|
|
9
9
|
}
|
|
10
|
-
getTva(
|
|
11
|
-
return this.axios
|
|
10
|
+
getTva(params) {
|
|
11
|
+
return this.axios.$get(`${ROUTE}/vat`, { params });
|
|
12
|
+
}
|
|
13
|
+
getGescom(params) {
|
|
14
|
+
return this.axios.$get(`${ROUTE}/gescom`, { params });
|
|
12
15
|
}
|
|
13
16
|
getTopBuys(dates) {
|
|
14
17
|
return this.axios.$get(`${ROUTE}/topBuys`, { params: dates });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../ts/api/resources/dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../ts/api/resources/dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAgBvC,MAAM,KAAK,GAAG,WAAW,CAAC;AAC1B,MAAM,OAAO,SAAU,SAAQ,QAAQ;IACrC,wBAAwB,CACtB,MAAkC;QAElC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,wBAAwB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,qBAAqB,CACnB,MAA+B;QAE/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,qBAAqB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,MAAM,CAAC,MAAgB;QACrB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,MAAM,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,SAAS,CAAC,MAAmB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,SAAS,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACxD,CAAC;IAED,UAAU,CAAC,KAAmB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,UAAU,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAChE,CAAC;IAED,eAAe,CAAC,MAAyB;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,eAAe,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryBalanceBankAccount,\n QueryTurnoverProfitAndLoss,\n QueryVat,\n QueryTopBuys,\n QueryTopProviders,\n ReadTopProviders,\n ReadTurnoverProfitAndLoss,\n ReadBalanceBankAccount,\n ReadVat,\n ReadTopBuys,\n QueryGescom,\n ReadGescom,\n} from '../../types';\n\nconst ROUTE = 'dashboard';\nexport class Dashboard extends Resource {\n getTurnoverProfitAndLoss(\n params: QueryTurnoverProfitAndLoss,\n ): Promise<ReadTurnoverProfitAndLoss> {\n return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, { params });\n }\n\n getBalanceBankAccount(\n params: QueryBalanceBankAccount,\n ): Promise<ReadBalanceBankAccount> {\n return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });\n }\n\n getTva(params: QueryVat): Promise<ReadVat> {\n return this.axios.$get(`${ROUTE}/vat`, { params });\n }\n\n getGescom(params: QueryGescom): Promise<ReadGescom> {\n return this.axios.$get(`${ROUTE}/gescom`, { params });\n }\n\n getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]> {\n return this.axios.$get(`${ROUTE}/topBuys`, { params: dates });\n }\n\n getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]> {\n return this.axios.$get(`${ROUTE}/topProviders`, { params });\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EstimateInvoice.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/EstimateInvoice.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,OAAO,IAAI;IACX,KAAK,IAAI;IACT,GAAG,IAAI;IACP,KAAK,IAAI;IACT,KAAK,IAAI;IACT,QAAQ,IAAI;CACb"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export var EstimateInvoiceId;
|
|
2
|
+
(function (EstimateInvoiceId) {
|
|
3
|
+
EstimateInvoiceId[EstimateInvoiceId["FACTURE"] = 1] = "FACTURE";
|
|
4
|
+
EstimateInvoiceId[EstimateInvoiceId["DEVIS"] = 2] = "DEVIS";
|
|
5
|
+
EstimateInvoiceId[EstimateInvoiceId["BON"] = 3] = "BON";
|
|
6
|
+
EstimateInvoiceId[EstimateInvoiceId["AVOIR"] = 4] = "AVOIR";
|
|
7
|
+
EstimateInvoiceId[EstimateInvoiceId["RESTE"] = 5] = "RESTE";
|
|
8
|
+
EstimateInvoiceId[EstimateInvoiceId["ACCOMPTE"] = 6] = "ACCOMPTE";
|
|
9
|
+
})(EstimateInvoiceId || (EstimateInvoiceId = {}));
|
|
10
|
+
//# sourceMappingURL=EstimateInvoice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EstimateInvoice.js","sourceRoot":"","sources":["../../../ts/types/Enum/EstimateInvoice.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,+DAAW,CAAA;IACX,2DAAS,CAAA;IACT,uDAAO,CAAA;IACP,2DAAS,CAAA;IACT,2DAAS,CAAA;IACT,iEAAY,CAAA;AACd,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B","sourcesContent":["export enum EstimateInvoiceId {\n FACTURE = 1,\n DEVIS = 2,\n BON = 3,\n AVOIR = 4,\n RESTE = 5,\n ACCOMPTE = 6,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gescom.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Gescom.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,QAAQ,IAAI;IACZ,OAAO,IAAI;IACX,OAAO,IAAI;CACZ"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var GescomStatus;
|
|
2
|
+
(function (GescomStatus) {
|
|
3
|
+
GescomStatus[GescomStatus["ACCEPTED"] = 1] = "ACCEPTED";
|
|
4
|
+
GescomStatus[GescomStatus["REFUSED"] = 2] = "REFUSED";
|
|
5
|
+
GescomStatus[GescomStatus["PENDING"] = 3] = "PENDING";
|
|
6
|
+
})(GescomStatus || (GescomStatus = {}));
|
|
7
|
+
//# sourceMappingURL=Gescom.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gescom.js","sourceRoot":"","sources":["../../../ts/types/Enum/Gescom.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,uDAAY,CAAA;IACZ,qDAAW,CAAA;IACX,qDAAW,CAAA;AACb,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB","sourcesContent":["export enum GescomStatus {\n ACCEPTED = 1,\n REFUSED = 2,\n PENDING = 3,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Society.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Society.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,KAAK,IAAI;IACT,IAAI,IAAI;IACR,YAAY,IAAI;IAChB,WAAW,IAAI;IACf,YAAY,IAAI;IAChB,WAAW,IAAI;CAChB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export var SocietyComptaType;
|
|
2
|
+
(function (SocietyComptaType) {
|
|
3
|
+
SocietyComptaType[SocietyComptaType["TRESO"] = 1] = "TRESO";
|
|
4
|
+
SocietyComptaType[SocietyComptaType["ENGA"] = 2] = "ENGA";
|
|
5
|
+
SocietyComptaType[SocietyComptaType["SAISIE_TRESO"] = 3] = "SAISIE_TRESO";
|
|
6
|
+
SocietyComptaType[SocietyComptaType["SAISIE_ENGA"] = 4] = "SAISIE_ENGA";
|
|
7
|
+
SocietyComptaType[SocietyComptaType["ASSIST_TRESO"] = 5] = "ASSIST_TRESO";
|
|
8
|
+
SocietyComptaType[SocietyComptaType["ASSIST_ENGA"] = 6] = "ASSIST_ENGA";
|
|
9
|
+
})(SocietyComptaType || (SocietyComptaType = {}));
|
|
10
|
+
//# sourceMappingURL=Society.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGescom.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":"AAEA,qBAAa,WAAW;IAEtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class QueryGescom {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Object)
|
|
16
|
+
], QueryGescom.prototype, "startDate", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", Object)
|
|
20
|
+
], QueryGescom.prototype, "endDate", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Boolean)
|
|
24
|
+
], QueryGescom.prototype, "isPaid", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Boolean)
|
|
28
|
+
], QueryGescom.prototype, "isLate", void 0);
|
|
29
|
+
//# sourceMappingURL=QueryGescom.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGescom.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,WAAW;CAYvB;AAVC;IADC,WAAW,EAAE;;8CACW;AAGzB;IADC,WAAW,EAAE;;4CACS;AAGvB;IADC,mBAAmB,EAAE;;2CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACL","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGescom {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiPropertyOptional()\n isPaid?: boolean;\n\n @ApiPropertyOptional()\n isLate?: boolean;\n}"]}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import { IBalanceBankAccount } from '../../models/IBalanceBankAccount';
|
|
2
1
|
export declare class ReadBalanceBankAccount {
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
periodicity: string;
|
|
3
|
+
nb: number;
|
|
4
|
+
balancesBankDatas: Array<BankAccountData>;
|
|
5
|
+
labels: string[];
|
|
5
6
|
}
|
|
6
|
-
export declare class
|
|
7
|
-
idBankAccount
|
|
8
|
-
noData
|
|
7
|
+
export declare class BankAccountData {
|
|
8
|
+
idBankAccount?: number;
|
|
9
|
+
noData?: boolean;
|
|
10
|
+
id?: number;
|
|
11
|
+
dateValue?: Date;
|
|
12
|
+
amount?: number;
|
|
9
13
|
}
|
|
10
14
|
//# sourceMappingURL=ReadBalanceBankAccount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadBalanceBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"ReadBalanceBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":"AAAA,qBAAa,sBAAsB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC1C,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,qBAAa,eAAe;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadBalanceBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReadBalanceBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,sBAAsB;CAKlC;AAED,MAAM,OAAO,eAAe;CAM3B","sourcesContent":["export class ReadBalanceBankAccount {\n periodicity: string;\n nb: number;\n balancesBankDatas: Array<BankAccountData>;\n labels: string[];\n}\n\nexport class BankAccountData {\n idBankAccount?: number;\n noData?: boolean;\n id?: number;\n dateValue?: Date;\n amount?: number;\n}\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare class ReadGescom {
|
|
2
|
+
bill: InvoiceObject;
|
|
3
|
+
quote: QuoteObject;
|
|
4
|
+
}
|
|
5
|
+
export declare class InvoiceObject {
|
|
6
|
+
invoicesPaid: Array<PartialInvoice>;
|
|
7
|
+
invoicesPaiementWaiting: Array<PartialInvoice>;
|
|
8
|
+
invoicesPaiementLate: Array<PartialInvoice>;
|
|
9
|
+
}
|
|
10
|
+
export declare class QuoteObject {
|
|
11
|
+
quoteAccepted: Array<PartialInvoice>;
|
|
12
|
+
quoteRefused: Array<PartialInvoice>;
|
|
13
|
+
quotePending: Array<PartialInvoice>;
|
|
14
|
+
}
|
|
15
|
+
export declare class PartialInvoice {
|
|
16
|
+
id: number;
|
|
17
|
+
label: string;
|
|
18
|
+
totalHt: number;
|
|
19
|
+
totalTtc: number;
|
|
20
|
+
dueDate: string | Date;
|
|
21
|
+
expirationDate: string | Date | null;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=ReadGescom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadGescom.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadGescom.ts"],"names":[],"mappings":"AAAA,qBAAa,UAAU;IACrB,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,qBAAa,aAAa;IACxB,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACpC,uBAAuB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAC/C,oBAAoB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CAC7C;AAED,qBAAa,WAAW;IACtB,aAAa,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACrC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACpC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CACrC;AAED,qBAAa,cAAc;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;CACtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadGescom.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadGescom.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,UAAU;CAGtB;AAED,MAAM,OAAO,aAAa;CAIzB;AAED,MAAM,OAAO,WAAW;CAIvB;AAED,MAAM,OAAO,cAAc;CAO1B","sourcesContent":["export class ReadGescom {\n bill: InvoiceObject;\n quote: QuoteObject;\n}\n\nexport class InvoiceObject {\n invoicesPaid: Array<PartialInvoice>;\n invoicesPaiementWaiting: Array<PartialInvoice>;\n invoicesPaiementLate: Array<PartialInvoice>;\n}\n\nexport class QuoteObject {\n quoteAccepted: Array<PartialInvoice>;\n quoteRefused: Array<PartialInvoice>;\n quotePending: Array<PartialInvoice>;\n}\n\nexport class PartialInvoice {\n id: number;\n label: string;\n totalHt: number;\n totalTtc: number;\n dueDate: string | Date;\n expirationDate: string | Date | null;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImportInvoicesShopify.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/ImportInvoicesShopify.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAEhC,KAAK,EAAE,MAAM,CAAC;IAEd,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
1
|
+
{"version":3,"file":"ImportInvoicesShopify.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/ImportInvoicesShopify.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAEhC,KAAK,EAAE,MAAM,CAAC;IAEd,KAAK,EAAE,MAAM,CAAC;IAEd,GAAG,EAAE,MAAM,EAAE,CAAC;IAEd,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -10,10 +10,18 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
11
11
|
export class ImportInvoicesShopify {
|
|
12
12
|
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], ImportInvoicesShopify.prototype, "order", void 0);
|
|
13
17
|
__decorate([
|
|
14
18
|
ApiPropertyOptional(),
|
|
15
19
|
__metadata("design:type", Number)
|
|
16
20
|
], ImportInvoicesShopify.prototype, "limit", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], ImportInvoicesShopify.prototype, "ids", void 0);
|
|
17
25
|
__decorate([
|
|
18
26
|
ApiPropertyOptional(),
|
|
19
27
|
__metadata("design:type", Number)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImportInvoicesShopify.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/ImportInvoicesShopify.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,qBAAqB;
|
|
1
|
+
{"version":3,"file":"ImportInvoicesShopify.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/ImportInvoicesShopify.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,qBAAqB;CASjC;AAPC;IADC,mBAAmB,EAAE;;oDACR;AAEd;IADC,mBAAmB,EAAE;;oDACR;AAEd;IADC,mBAAmB,EAAE;;kDACR;AAEd;IADC,mBAAmB,EAAE;;wDACJ","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class ImportInvoicesShopify {\n @ApiPropertyOptional()\n order: string;\n @ApiPropertyOptional()\n limit: number;\n @ApiPropertyOptional()\n ids: number[];\n @ApiPropertyOptional()\n idSociety: number;\n}\n"]}
|
|
@@ -8,8 +8,8 @@ export interface IAccountingFile {
|
|
|
8
8
|
id?: number;
|
|
9
9
|
idUser?: number | null;
|
|
10
10
|
isMerged: boolean;
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
budgeaDocumentId?: number | null;
|
|
12
|
+
bankFileId?: string | null;
|
|
13
13
|
emissionDate?: Date | null;
|
|
14
14
|
isMobile: boolean;
|
|
15
15
|
isDownload: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingFile.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccountingTransaction } from './IAccountingTransaction';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFileType } from './IFileType';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IAccountingFileType } from './IAccountingFileType';\n\n// accountingFile\nexport interface IAccountingFile {\n id?: number;\n idUser?: number | null;\n isMerged: boolean;\n
|
|
1
|
+
{"version":3,"file":"IAccountingFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingFile.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccountingTransaction } from './IAccountingTransaction';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFileType } from './IFileType';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IAccountingFileType } from './IAccountingFileType';\n\n// accountingFile\nexport interface IAccountingFile {\n id?: number;\n idUser?: number | null;\n isMerged: boolean;\n budgeaDocumentId?: number | null;\n bankFileId?: string | null;\n emissionDate?: Date | null;\n isMobile: boolean;\n isDownload: boolean;\n idAccountingTransaction?: number | null;\n idEstimateInvoice?: number | null;\n idAccountingFileType: number;\n idSociety: number;\n idFile: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n idFileType?: number | null;\n\n // Associations\n accountingTransaction?: IAccountingTransaction;\n estimatesInvoice?: IEstimateInvoice;\n accountingFileType?: IAccountingFileType;\n fileType?: IFileType;\n file?: IFile;\n society?: ISociety;\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IBankAccount } from './IBankAccount';
|
|
2
|
+
import { IRule } from './IRule';
|
|
3
|
+
import { ISociety } from './ISociety';
|
|
4
|
+
export interface IAccountingTransaction_new {
|
|
5
|
+
idAccountingTransaction?: number;
|
|
6
|
+
budgeaTransactionId: number;
|
|
7
|
+
idBankAccount: number;
|
|
8
|
+
idSociety: number;
|
|
9
|
+
idRule: number;
|
|
10
|
+
dateValue: Date;
|
|
11
|
+
dateLocked: Date | null;
|
|
12
|
+
createdAt?: Date | null;
|
|
13
|
+
updatedAt?: Date | null;
|
|
14
|
+
bankAccount: IBankAccount;
|
|
15
|
+
society: ISociety;
|
|
16
|
+
rule: IRule;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=IAccountingTransaction_new.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAccountingTransaction_new.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction_new.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,0BAA0B;IACzC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,MAAM,CAAE;IACvB,SAAS,EAAC,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,IAAI,CAAC;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,EAAE,YAAY,CAAC;IAC1B,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAccountingTransaction_new.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction_new.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IRule } from './IRule';\nimport { ISociety } from './ISociety';\n\nexport interface IAccountingTransaction_new {\n idAccountingTransaction?: number;\n budgeaTransactionId: number;\n idBankAccount: number ;\n idSociety:number;\n idRule: number;\n dateValue: Date;\n dateLocked: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankAccount: IBankAccount;\n society: ISociety;\n rule: IRule;\n}\n"]}
|
|
@@ -92,7 +92,10 @@ export declare enum Code {
|
|
|
92
92
|
sponsorshipCodeDoesntExist = "sponsorship_code_doesnt_exist",
|
|
93
93
|
sponsorshipLinkDoesntExist = "sponsorship_link_doesnt_exist",
|
|
94
94
|
payloadIsEmpty = "payload_is_empty",
|
|
95
|
-
wrongPromoCode = "wrong_promo_code"
|
|
95
|
+
wrongPromoCode = "wrong_promo_code",
|
|
96
|
+
fetchConnectionFailed = "fetch_connection_failed",
|
|
97
|
+
fetchBankAccountFailed = "fetch_bank_account_failed",
|
|
98
|
+
fetchTransactionsFailed = "fetch_transactions_failed"
|
|
96
99
|
}
|
|
97
100
|
export interface IApiError {
|
|
98
101
|
type: ErrorType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,cAAc;IACtB,SAAS,yBAAyB;IAClC,aAAa,cAAc;CAC5B;AAED,oBAAY,IAAI;IAEd,YAAY,iCAAiC;IAC7C,qBAAqB,uCAAuC;IAC5D,QAAQ,uBAAuB;IAC/B,eAAe,8BAA8B;IAC7C,eAAe,8BAA8B;IAC7C,UAAU,iBAAiB;IAC3B,mBAAmB,0BAA0B;IAC7C,kBAAkB,sBAAsB;IACxC,kBAAkB,wBAAwB;IAG1C,kBAAkB,yBAAyB;IAC3C,+BAA+B,2CAA2C;IAC1E,6BAA6B,yCAAyC;IACtE,uDAAuD,yEAAyE;IAChI,iBAAiB,wBAAwB;IACzC,mCAAmC,6CAA6C;IAChF,+BAA+B,0CAA0C;IACzE,+BAA+B,2CAA2C;IAC1E,6BAA6B,wCAAwC;IACrE,8BAA8B,wCAAwC;IACtE,4BAA4B,oCAAoC;IAChE,oBAAoB,6BAA6B;IACjD,iBAAiB,yBAAyB;IAC1C,uCAAuC,kDAAkD;IACzF,kCAAkC,6CAA6C;IAC/E,uCAAuC,kDAAkD;IACzF,sBAAsB,6BAA6B;IACnD,uBAAuB,+BAA+B;IACtD,mBAAmB,2BAA2B;IAC9C,gCAAgC,yCAAyC;IACzE,6CAA6C,uDAAuD;IACpG,gDAAgD,4DAA4D;IAC5G,wDAAwD,oEAAoE;IAC5H,sBAAsB,6BAA6B;IAGnD,WAAW,iBAAiB;IAC5B,eAAe,qBAAqB;IACpC,UAAU,gBAAgB;IAG1B,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IACzC,8BAA8B,uCAAuC;IACrE,0BAA0B,mCAAmC;IAC7D,aAAa,oBAAoB;IAGjC,yBAAyB,iCAAiC;IAC1D,0BAA0B,mCAAmC;IAG7D,0BAA0B,kCAAkC;IAG5D,8BAA8B,mCAAmC;IACjE,0CAA0C,+CAA+C;IACzF,yCAAyC,8CAA8C;IACvF,2CAA2C,gDAAgD;IAC3F,4CAA4C,iDAAiD;IAC7F,4CAA4C,iDAAiD;IAC7F,qCAAqC,0CAA0C;IAC/E,0BAA0B,+BAA+B;IACzD,4BAA4B,iCAAiC;IAC7D,+BAA+B,oCAAoC;IACnE,0BAA0B,+BAA+B;IACzD,8CAA8C,mDAAmD;IACjG,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,yCAAyC,8CAA8C;IACvF,wCAAwC,6CAA6C;IACrF,oCAAoC,yCAAyC;IAC7E,uCAAuC,4CAA4C;IACnF,oCAAoC,yCAAyC;IAC7E,mCAAmC,wCAAwC;IAC3E,mCAAmC,wCAAwC;IAC3E,mCAAmC,wCAAwC;IAC3E,uDAAuD,4DAA4D;IACnH,mCAAmC,wCAAwC;IAC3E,iCAAiC,sCAAsC;IACvE,kBAAkB,yBAAyB;IAC3C,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IAGzC,uBAAuB,+BAA+B;IAGtD,iCAAiC,yCAAyC;IAG1E,2BAA2B,wBAAwB;IACnD,iBAAiB,wBAAwB;IACzC,2BAA2B,mCAAmC;IAC9D,cAAc,qBAAqB;IACnC,mBAAmB,4BAA4B;IAC/C,YAAY,mBAAmB;IAG/B,gBAAgB,uBAAuB;IACvC,WAAW,gBAAgB;IAG3B,8BAA8B,uCAAuC;IACrE,kCAAkC,2CAA2C;IAC7E,0BAA0B,kCAAkC;IAC5D,0BAA0B,kCAAkC;IAE5D,cAAc,qBAAqB;IAGnC,cAAc,qBAAqB;
|
|
1
|
+
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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"}
|
|
@@ -108,5 +108,9 @@ export var Code;
|
|
|
108
108
|
Code["payloadIsEmpty"] = "payload_is_empty";
|
|
109
109
|
// PromoCode
|
|
110
110
|
Code["wrongPromoCode"] = "wrong_promo_code";
|
|
111
|
+
// Budget Fetch
|
|
112
|
+
Code["fetchConnectionFailed"] = "fetch_connection_failed";
|
|
113
|
+
Code["fetchBankAccountFailed"] = "fetch_bank_account_failed";
|
|
114
|
+
Code["fetchTransactionsFailed"] = "fetch_transactions_failed";
|
|
111
115
|
})(Code || (Code = {}));
|
|
112
116
|
//# sourceMappingURL=IApiError.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApiError.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,mCAAsB,CAAA;IACtB,+CAAkC,CAAA;IAClC,wCAA2B,CAAA;AAC7B,CAAC,EAJW,SAAS,KAAT,SAAS,QAIpB;AAED,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"IApiError.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"]}
|
|
@@ -42,7 +42,7 @@ export interface IEstimateInvoice {
|
|
|
42
42
|
isCanceled: boolean;
|
|
43
43
|
idRelatedEstimateOrderForm: number | null;
|
|
44
44
|
idRelatedInvoice: number | null;
|
|
45
|
-
idTypeEstimateInvoice: number;
|
|
45
|
+
idTypeEstimateInvoice: number | number[];
|
|
46
46
|
idFrequency: number | null;
|
|
47
47
|
idSociety: number;
|
|
48
48
|
idEstimateInvoiceForThisAdvance: number | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IEstimateInvoice.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEstimateInvoice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,gBAAgB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,kBAAkB,EAAE,IAAI,GAAG,IAAI,CAAC;IAChC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,eAAe,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,qBAAqB,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"IEstimateInvoice.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEstimateInvoice.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IEstimateInvoice.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEstimateInvoice.ts"],"names":[],"mappings":"","sourcesContent":["import { IProduct } from './IProduct';\nimport { IItemEstimate } from './IItemEstimate';\nimport { IEstimateInvoiceRepeat } from './IEstimateInvoiceRepeat';\nimport { IPaymentExpectationCustomer } from './IPaymentExpectationCustomer';\nimport { IThirdParty } from './IThirdParty';\nimport { IFrequency } from './IFrequency';\nimport { IEstimateInvoiceType } from './IEstimateInvoiceType';\nimport { ISociety } from './ISociety';\nimport { ISocietyRelance } from './ISocietyRelance';\n\n// estimatesInvoices\nexport interface IEstimateInvoice {\n id?: number;\n label: string | null;\n payment: string | null;\n estimateRef: string | null;\n fileEstimate: string | null;\n expirationDate: Date | null;\n estimateMailSend: Date | null;\n dateInvoiceCreated: Date | null;\n invoiceRef: string | null;\n deposit: number;\n totalHt: number;\n totalTtc: number;\n isDraft: boolean;\n dueDate: Date | null;\n fileInvoice: string | null;\n invoiceMailSend: Date | null;\n isPaid?: boolean;\n isUsed: boolean;\n isStripe: boolean;\n lastTryRepeat: Date | null;\n template: number | null;\n penalties: string | null;\n discount: string | null;\n recoveryCost: string | null;\n vatMention: string | null;\n freeText: string | null;\n greetings: boolean;\n generalComment: string | null;\n generalDiscount: number | null;\n lastRelanceDate: Date | null;\n isRefused: boolean;\n isCanceled: boolean;\n idRelatedEstimateOrderForm: number | null;\n idRelatedInvoice: number | null;\n idTypeEstimateInvoice: number;\n idFrequency: number | null;\n idSociety: number;\n idEstimateInvoiceForThisAdvance: number | null;\n idEstimateInvoiceForThisAsset: number | null;\n idThirdParty: number;\n idEstimateInvoiceForThisRepeat: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n estimatesInvoicesProducts?: IProduct[];\n productItemsEstimates?: IItemEstimate[];\n estimateInvoiceEstimateInvoiceRepeat?: IEstimateInvoiceRepeat;\n estimateInvoicePaymentExpectationCustomer?: IPaymentExpectationCustomer;\n estimatesInvoicesThirdParty?: IThirdParty;\n estimatesInvoicesFrequency?: IFrequency;\n estimatesInvoicesType?: IEstimateInvoiceType;\n estimatesInvoicesSociety?: ISociety;\n estimatesInvoicesForThisAdvance?: IEstimateInvoice;\n assetRelatedToThisEstimateInvoice?: IEstimateInvoice;\n estimatesInvoicesForThisAsset?: IEstimateInvoice;\n estimatesInvoicesForThisRepeat?: IEstimateInvoice;\n societyRelance?: ISocietyRelance;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IEstimateInvoice.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEstimateInvoice.ts"],"names":[],"mappings":"","sourcesContent":["import { IProduct } from './IProduct';\nimport { IItemEstimate } from './IItemEstimate';\nimport { IEstimateInvoiceRepeat } from './IEstimateInvoiceRepeat';\nimport { IPaymentExpectationCustomer } from './IPaymentExpectationCustomer';\nimport { IThirdParty } from './IThirdParty';\nimport { IFrequency } from './IFrequency';\nimport { IEstimateInvoiceType } from './IEstimateInvoiceType';\nimport { ISociety } from './ISociety';\nimport { ISocietyRelance } from './ISocietyRelance';\n\n// estimatesInvoices\nexport interface IEstimateInvoice {\n id?: number;\n label: string | null;\n payment: string | null;\n estimateRef: string | null;\n fileEstimate: string | null;\n expirationDate: Date | null;\n estimateMailSend: Date | null;\n dateInvoiceCreated: Date | null;\n invoiceRef: string | null;\n deposit: number;\n totalHt: number;\n totalTtc: number;\n isDraft: boolean;\n dueDate: Date | null;\n fileInvoice: string | null;\n invoiceMailSend: Date | null;\n isPaid?: boolean;\n isUsed: boolean;\n isStripe: boolean;\n lastTryRepeat: Date | null;\n template: number | null;\n penalties: string | null;\n discount: string | null;\n recoveryCost: string | null;\n vatMention: string | null;\n freeText: string | null;\n greetings: boolean;\n generalComment: string | null;\n generalDiscount: number | null;\n lastRelanceDate: Date | null;\n isRefused: boolean;\n isCanceled: boolean;\n idRelatedEstimateOrderForm: number | null;\n idRelatedInvoice: number | null;\n idTypeEstimateInvoice: number | number[];\n idFrequency: number | null;\n idSociety: number;\n idEstimateInvoiceForThisAdvance: number | null;\n idEstimateInvoiceForThisAsset: number | null;\n idThirdParty: number;\n idEstimateInvoiceForThisRepeat: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n estimatesInvoicesProducts?: IProduct[];\n productItemsEstimates?: IItemEstimate[];\n estimateInvoiceEstimateInvoiceRepeat?: IEstimateInvoiceRepeat;\n estimateInvoicePaymentExpectationCustomer?: IPaymentExpectationCustomer;\n estimatesInvoicesThirdParty?: IThirdParty;\n estimatesInvoicesFrequency?: IFrequency;\n estimatesInvoicesType?: IEstimateInvoiceType;\n estimatesInvoicesSociety?: ISociety;\n estimatesInvoicesForThisAdvance?: IEstimateInvoice;\n assetRelatedToThisEstimateInvoice?: IEstimateInvoice;\n estimatesInvoicesForThisAsset?: IEstimateInvoice;\n estimatesInvoicesForThisRepeat?: IEstimateInvoice;\n societyRelance?: ISocietyRelance;\n}\n"]}
|
package/es/types/index.d.ts
CHANGED
|
@@ -280,6 +280,7 @@ export * from './Interface/models/IBalanceSheetModule';
|
|
|
280
280
|
export * from './Interface/models/IStock';
|
|
281
281
|
export * from './Interface/models/ISocietyPromoCode';
|
|
282
282
|
export * from './Interface/models/IZTicket';
|
|
283
|
+
export * from './Interface/models/IAccountingTransaction_new';
|
|
283
284
|
export * from './Form/FormAuthenticate';
|
|
284
285
|
export * from './Form/FormConnector';
|
|
285
286
|
export * from './Enum/Role';
|
|
@@ -324,6 +325,9 @@ export * from './Enum/StockType';
|
|
|
324
325
|
export * from './Enum/SaleType';
|
|
325
326
|
export * from './Enum/TypePayment';
|
|
326
327
|
export * from './Enum/Account';
|
|
328
|
+
export * from './Enum/EstimateInvoice';
|
|
329
|
+
export * from './Enum/Gescom';
|
|
330
|
+
export * from './Enum/Society';
|
|
327
331
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
328
332
|
export * from './Interface/api/simulation/CreateSimulation';
|
|
329
333
|
export * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';
|
|
@@ -375,6 +379,8 @@ export * from './Interface/api/dashboard/ReadBalanceBankAccount';
|
|
|
375
379
|
export * from './Interface/api/dashboard/ReadVat';
|
|
376
380
|
export * from './Interface/api/dashboard/ReadTopBuys';
|
|
377
381
|
export * from './Interface/api/dashboard/ReadTopProviders';
|
|
382
|
+
export * from './Interface/api/dashboard/QueryGescom';
|
|
383
|
+
export * from './Interface/api/dashboard/ReadGescom';
|
|
378
384
|
export * from './Interface/api/survey/ReadSurvey';
|
|
379
385
|
export * from './Interface/api/survey/UpdateSurvey';
|
|
380
386
|
export * from './Interface/api/survey/CreateSurvey';
|