@silexpert/core 1.0.146 → 1.0.148
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/Acceptance.d.ts +6 -0
- package/es/api/resources/Acceptance.d.ts.map +1 -0
- package/es/api/resources/Acceptance.js +7 -0
- package/es/api/resources/Acceptance.js.map +1 -0
- package/es/api/resources/CustomerActivity.d.ts +2 -1
- package/es/api/resources/CustomerActivity.d.ts.map +1 -1
- package/es/api/resources/CustomerActivity.js +3 -0
- package/es/api/resources/CustomerActivity.js.map +1 -1
- package/es/api/resources/Partner.d.ts +3 -1
- package/es/api/resources/Partner.d.ts.map +1 -1
- package/es/api/resources/Partner.js +6 -0
- package/es/api/resources/Partner.js.map +1 -1
- package/es/api/resources/Registration.d.ts +3 -1
- package/es/api/resources/Registration.d.ts.map +1 -1
- package/es/api/resources/Registration.js +6 -0
- package/es/api/resources/Registration.js.map +1 -1
- package/es/api/resources/Wallet.d.ts +2 -1
- package/es/api/resources/Wallet.d.ts.map +1 -1
- package/es/api/resources/Wallet.js +3 -0
- package/es/api/resources/Wallet.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/Acceptance.d.ts +5 -0
- package/es/types/Enum/Acceptance.d.ts.map +1 -0
- package/es/types/Enum/Acceptance.js +6 -0
- package/es/types/Enum/Acceptance.js.map +1 -0
- package/es/types/Enum/CerfaType.d.ts +5 -1
- package/es/types/Enum/CerfaType.d.ts.map +1 -1
- package/es/types/Enum/CerfaType.js +4 -0
- package/es/types/Enum/CerfaType.js.map +1 -1
- package/es/types/Enum/MailAuto.d.ts +2 -1
- package/es/types/Enum/MailAuto.d.ts.map +1 -1
- package/es/types/Enum/MailAuto.js +1 -0
- package/es/types/Enum/MailAuto.js.map +1 -1
- package/es/types/Enum/Notification.d.ts +5 -1
- package/es/types/Enum/Notification.d.ts.map +1 -1
- package/es/types/Enum/Notification.js +5 -0
- package/es/types/Enum/Notification.js.map +1 -1
- package/es/types/Enum/PaymentReason.d.ts +17 -0
- package/es/types/Enum/PaymentReason.d.ts.map +1 -0
- package/es/types/Enum/PaymentReason.js +56 -0
- package/es/types/Enum/PaymentReason.js.map +1 -0
- package/es/types/Enum/TaskResponseType.js +1 -1
- package/es/types/Enum/TaskResponseType.js.map +1 -1
- package/es/types/Interface/api/BasePaginate.d.ts +4 -0
- package/es/types/Interface/api/BasePaginate.d.ts.map +1 -1
- package/es/types/Interface/api/BasePaginate.js +15 -1
- package/es/types/Interface/api/BasePaginate.js.map +1 -1
- package/es/types/Interface/api/acceptance/CreateAcceptance.d.ts +7 -0
- package/es/types/Interface/api/acceptance/CreateAcceptance.d.ts.map +1 -0
- package/es/types/Interface/api/acceptance/CreateAcceptance.js +29 -0
- package/es/types/Interface/api/acceptance/CreateAcceptance.js.map +1 -0
- package/es/types/Interface/api/cerfa/2571.d.ts +92 -0
- package/es/types/Interface/api/cerfa/2571.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2571.js +3 -0
- package/es/types/Interface/api/cerfa/2571.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/mail/CreateMailParams.d.ts +1 -0
- package/es/types/Interface/api/mail/CreateMailParams.d.ts.map +1 -1
- package/es/types/Interface/api/mail/CreateMailParams.js.map +1 -1
- package/es/types/Interface/api/partner/CreatePartner.d.ts +1 -0
- package/es/types/Interface/api/partner/CreatePartner.d.ts.map +1 -1
- package/es/types/Interface/api/partner/CreatePartner.js +4 -0
- package/es/types/Interface/api/partner/CreatePartner.js.map +1 -1
- package/es/types/Interface/api/partner/Query.d.ts +13 -0
- package/es/types/Interface/api/partner/Query.d.ts.map +1 -0
- package/es/types/Interface/api/partner/{GetPartners.js → Query.js} +26 -2
- package/es/types/Interface/api/partner/Query.js.map +1 -0
- package/es/types/Interface/api/partner/Read.d.ts +29 -0
- package/es/types/Interface/api/partner/Read.d.ts.map +1 -0
- package/es/types/Interface/api/partner/Read.js +7 -0
- package/es/types/Interface/api/partner/Read.js.map +1 -0
- package/es/types/Interface/api/partner/UpdatePartner.d.ts +1 -0
- package/es/types/Interface/api/partner/UpdatePartner.d.ts.map +1 -1
- package/es/types/Interface/api/partner/UpdatePartner.js +4 -0
- package/es/types/Interface/api/partner/UpdatePartner.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +24 -0
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.js +62 -1
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/es/types/Interface/api/tax/CreateTax.d.ts +1 -0
- package/es/types/Interface/api/tax/CreateTax.d.ts.map +1 -1
- package/es/types/Interface/api/tax/CreateTax.js +7 -1
- package/es/types/Interface/api/tax/CreateTax.js.map +1 -1
- package/es/types/Interface/api/tax/ReadTax.d.ts +6 -0
- package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -1
- package/es/types/Interface/api/tax/ReadTax.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +6 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +24 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/models/IAccountingStatementHistory.d.ts +18 -0
- package/es/types/Interface/models/IAccountingStatementHistory.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingStatementHistory.js +2 -0
- package/es/types/Interface/models/IAccountingStatementHistory.js.map +1 -0
- package/es/types/Interface/models/ICustomerAcceptance.d.ts +13 -0
- package/es/types/Interface/models/ICustomerAcceptance.d.ts.map +1 -0
- package/es/types/Interface/models/ICustomerAcceptance.js +2 -0
- package/es/types/Interface/models/ICustomerAcceptance.js.map +1 -0
- package/es/types/Interface/models/ICustomerIsRegime.d.ts +6 -1
- package/es/types/Interface/models/ICustomerIsRegime.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerIsRegime.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts +1 -0
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/IRegistration.d.ts +3 -0
- package/es/types/Interface/models/IRegistration.d.ts.map +1 -1
- package/es/types/Interface/models/IRegistration.js.map +1 -1
- package/es/types/Interface/models/ISocietyPartner.d.ts +1 -0
- package/es/types/Interface/models/ISocietyPartner.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyPartner.js.map +1 -1
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts +3 -1
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -1
- package/es/types/index.d.ts +7 -3
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +7 -3
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Acceptance.js +14 -0
- package/js/api/resources/Acceptance.js.map +1 -0
- package/js/api/resources/CustomerActivity.js +3 -0
- package/js/api/resources/CustomerActivity.js.map +1 -1
- package/js/api/resources/Partner.js +10 -0
- package/js/api/resources/Partner.js.map +1 -1
- package/js/api/resources/Registration.js +6 -0
- package/js/api/resources/Registration.js.map +1 -1
- package/js/api/resources/Wallet.js +7 -0
- package/js/api/resources/Wallet.js.map +1 -1
- package/js/api/resources.js +3 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Acceptance.js +11 -0
- package/js/types/Enum/Acceptance.js.map +1 -0
- package/js/types/Enum/CerfaType.js +4 -0
- package/js/types/Enum/CerfaType.js.map +1 -1
- package/js/types/Enum/MailAuto.js +1 -0
- package/js/types/Enum/MailAuto.js.map +1 -1
- package/js/types/Enum/Notification.js +5 -0
- package/js/types/Enum/Notification.js.map +1 -1
- package/js/types/Enum/PaymentReason.js +50 -0
- package/js/types/Enum/PaymentReason.js.map +1 -0
- package/js/types/Enum/TaskResponseType.js +1 -1
- package/js/types/Enum/TaskResponseType.js.map +1 -1
- package/js/types/Interface/api/BasePaginate.js +5 -1
- package/js/types/Interface/api/BasePaginate.js.map +1 -1
- package/js/types/Interface/api/acceptance/CreateAcceptance.js +25 -0
- package/js/types/Interface/api/acceptance/CreateAcceptance.js.map +1 -0
- package/js/types/Interface/api/cerfa/2571.js +8 -0
- package/js/types/Interface/api/cerfa/2571.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +11 -1
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/api/mail/CreateMailParams.js.map +1 -1
- package/js/types/Interface/api/partner/CreatePartner.js +1 -0
- package/js/types/Interface/api/partner/CreatePartner.js.map +1 -1
- package/js/types/Interface/api/partner/{GetPartners.js → Query.js} +11 -2
- package/js/types/Interface/api/partner/Query.js.map +1 -0
- package/js/types/Interface/api/partner/Read.js +12 -0
- package/js/types/Interface/api/partner/Read.js.map +1 -0
- package/js/types/Interface/api/partner/UpdatePartner.js +1 -0
- package/js/types/Interface/api/partner/UpdatePartner.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +19 -1
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/js/types/Interface/api/tax/CreateTax.js +3 -0
- package/js/types/Interface/api/tax/CreateTax.js.map +1 -1
- package/js/types/Interface/api/tax/ReadTax.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +11 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/models/IAccountingStatementHistory.js +6 -0
- package/js/types/Interface/models/IAccountingStatementHistory.js.map +1 -0
- package/js/types/Interface/models/{IBalanceSheetHistory.js → ICustomerAcceptance.js} +1 -1
- package/js/types/Interface/models/ICustomerAcceptance.js.map +1 -0
- package/js/types/Interface/models/ICustomerIsRegime.js.map +1 -1
- package/js/types/Interface/models/IExercice.js.map +1 -1
- package/js/types/Interface/models/IRegistration.js.map +1 -1
- package/js/types/Interface/models/ISocietyPartner.js.map +1 -1
- package/js/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -1
- package/js/types/index.js +79 -39
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Acceptance.ts +8 -0
- package/ts/api/resources/CustomerActivity.ts +7 -1
- package/ts/api/resources/Partner.ts +13 -0
- package/ts/api/resources/Registration.ts +9 -0
- package/ts/api/resources/Wallet.ts +10 -1
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Acceptance.ts +4 -0
- package/ts/types/Enum/CerfaType.ts +4 -0
- package/ts/types/Enum/MailAuto.ts +1 -0
- package/ts/types/Enum/Notification.ts +5 -0
- package/ts/types/Enum/PaymentReason.ts +56 -0
- package/ts/types/Enum/TaskResponseType.ts +1 -1
- package/ts/types/Interface/api/BasePaginate.ts +13 -1
- package/ts/types/Interface/api/acceptance/CreateAcceptance.ts +16 -0
- package/ts/types/Interface/api/cerfa/2571.ts +97 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +1 -0
- package/ts/types/Interface/api/mail/CreateMailParams.ts +1 -0
- package/ts/types/Interface/api/partner/CreatePartner.ts +2 -0
- package/ts/types/Interface/api/partner/Query.ts +30 -0
- package/ts/types/Interface/api/partner/Read.ts +31 -0
- package/ts/types/Interface/api/partner/UpdatePartner.ts +2 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +58 -1
- package/ts/types/Interface/api/tax/CreateTax.ts +6 -1
- package/ts/types/Interface/api/tax/ReadTax.ts +8 -1
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +22 -1
- package/ts/types/Interface/models/IAccountingStatementHistory.ts +20 -0
- package/ts/types/Interface/models/ICustomerAcceptance.ts +14 -0
- package/ts/types/Interface/models/ICustomerIsRegime.ts +8 -1
- package/ts/types/Interface/models/IExercice.ts +1 -0
- package/ts/types/Interface/models/IRegistration.ts +3 -0
- package/ts/types/Interface/models/ISocietyPartner.ts +1 -0
- package/ts/types/Interface/models/IVatDeclarationSocietyDetail.ts +3 -1
- package/ts/types/index.ts +7 -3
- package/es/types/Enum/Reason.d.ts +0 -4
- package/es/types/Enum/Reason.d.ts.map +0 -1
- package/es/types/Enum/Reason.js +0 -5
- package/es/types/Enum/Reason.js.map +0 -1
- package/es/types/Interface/api/partner/GetPartners.d.ts +0 -4
- package/es/types/Interface/api/partner/GetPartners.d.ts.map +0 -1
- package/es/types/Interface/api/partner/GetPartners.js.map +0 -1
- package/es/types/Interface/models/IBalanceSheetHistory.d.ts +0 -10
- package/es/types/Interface/models/IBalanceSheetHistory.d.ts.map +0 -1
- package/es/types/Interface/models/IBalanceSheetHistory.js +0 -2
- package/es/types/Interface/models/IBalanceSheetHistory.js.map +0 -1
- package/js/types/Enum/Reason.js +0 -10
- package/js/types/Enum/Reason.js.map +0 -1
- package/js/types/Interface/api/partner/GetPartners.js.map +0 -1
- package/js/types/Interface/models/IBalanceSheetHistory.js.map +0 -1
- package/ts/types/Enum/Reason.ts +0 -3
- package/ts/types/Interface/api/partner/GetPartners.ts +0 -11
- package/ts/types/Interface/models/IBalanceSheetHistory.ts +0 -13
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { CreateCustomerAcceptance, ICustomerAcceptance } from '../../types';
|
|
3
|
+
export declare class Acceptance extends Resource {
|
|
4
|
+
create(payload: CreateCustomerAcceptance): Promise<ICustomerAcceptance>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=Acceptance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Acceptance.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Acceptance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAE5E,qBAAa,UAAW,SAAQ,QAAQ;IACtC,MAAM,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,mBAAmB,CAAC;CAGxE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Acceptance.js","sourceRoot":"","sources":["../../../ts/api/resources/Acceptance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,UAAW,SAAQ,QAAQ;IACtC,MAAM,CAAC,OAAiC;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,wBAAwB,EAAE,OAAO,CAAC,CAAC;IAC7D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateCustomerAcceptance, ICustomerAcceptance } from '../../types';\n\nexport class Acceptance extends Resource {\n create(payload: CreateCustomerAcceptance): Promise<ICustomerAcceptance> {\n return this.axios.$post('/customers-acceptances', payload);\n }\n}\n"]}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { CreateContactRequest, IRecontactHistory, QueryContactRequest } from '../../types';
|
|
1
|
+
import { CreateContactRequest, CreateCustomerAcceptance, ICustomerAcceptance, IRecontactHistory, QueryContactRequest } from '../../types';
|
|
2
2
|
import { Resource } from '../Resource';
|
|
3
3
|
export declare class CustomerActivity extends Resource {
|
|
4
4
|
previewReporting(idSociety: number): Promise<string>;
|
|
5
5
|
getAllContactRequests(idUser: number, query: QueryContactRequest): Promise<IRecontactHistory[]>;
|
|
6
6
|
createContactRequests(idUser: number, params: CreateContactRequest): Promise<IRecontactHistory>;
|
|
7
|
+
createAcceptance(params: CreateCustomerAcceptance): Promise<ICustomerAcceptance>;
|
|
7
8
|
}
|
|
8
9
|
//# sourceMappingURL=CustomerActivity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerActivity.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"CustomerActivity.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,mBAAmB,EAC5G,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAIpD,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAI/F,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAI/F,gBAAgB,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO,CAAC,mBAAmB,CAAC;CAGjF"}
|
|
@@ -9,5 +9,8 @@ export class CustomerActivity extends Resource {
|
|
|
9
9
|
createContactRequests(idUser, params) {
|
|
10
10
|
return this.axios.$post(`/users/${idUser}/contact-requests`, params);
|
|
11
11
|
}
|
|
12
|
+
createAcceptance(params) {
|
|
13
|
+
return this.axios.$post('/customers-acceptances', params);
|
|
14
|
+
}
|
|
12
15
|
}
|
|
13
16
|
//# sourceMappingURL=CustomerActivity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerActivity.js","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CustomerActivity.js","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,SAAiB;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kCAAkC,SAAS,kBAAkB,CAAC,CAAC;IACxF,CAAC;IAED,qBAAqB,CAAC,MAAc,EAAE,KAA0B;QAC9D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,MAAM,mBAAmB,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACjF,CAAC;IAED,qBAAqB,CAAC,MAAc,EAAE,MAA4B;QAChE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,MAAM,mBAAmB,EAAE,MAAM,CAAC,CAAC;IACvE,CAAC;IAED,gBAAgB,CAAC,MAAgC;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,wBAAwB,EAAE,MAAM,CAAC,CAAC;IAC5D,CAAC;CACF","sourcesContent":["import {\n CreateContactRequest, CreateCustomerAcceptance, ICustomerAcceptance, IRecontactHistory, QueryContactRequest,\n} from '../../types';\nimport { Resource } from '../Resource';\n\nexport class CustomerActivity extends Resource {\n previewReporting(idSociety: number): Promise<string> {\n return this.axios.$get(`/customer-activities/societies/${idSociety}/reports/preview`);\n }\n\n getAllContactRequests(idUser: number, query: QueryContactRequest): Promise<IRecontactHistory[]> {\n return this.axios.$get(`/users/${idUser}/contact-requests`, { params: query });\n }\n\n createContactRequests(idUser: number, params: CreateContactRequest): Promise<IRecontactHistory> {\n return this.axios.$post(`/users/${idUser}/contact-requests`, params);\n }\n\n createAcceptance(params: CreateCustomerAcceptance): Promise<ICustomerAcceptance> {\n return this.axios.$post('/customers-acceptances', params);\n }\n}"]}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
-
import { ISocietyPartner, CreatePartner, UpdatePartner, GetPartners } from '../../types';
|
|
2
|
+
import { ISocietyPartner, CreatePartner, UpdatePartner, GetPartners, GetPartnersCurrentAccounts, ReadPartnersCurrentAccounts, GetPartnerSolde, ReadPartnerSolde, BasePaginate } from '../../types';
|
|
3
3
|
export declare class Partner extends Resource {
|
|
4
4
|
create(params: CreatePartner): Promise<ISocietyPartner>;
|
|
5
5
|
getAll(params: GetPartners): Promise<ISocietyPartner[]>;
|
|
6
6
|
update(idPartner: number, params: UpdatePartner): Promise<ISocietyPartner>;
|
|
7
7
|
delete(idPartner: number): Promise<number>;
|
|
8
|
+
getCurrentAccounts(idPartner: number, params: GetPartnersCurrentAccounts): Promise<ReadPartnersCurrentAccounts>;
|
|
9
|
+
getSolde(params: GetPartnerSolde): Promise<BasePaginate<ReadPartnerSolde>>;
|
|
8
10
|
}
|
|
9
11
|
//# sourceMappingURL=Partner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Partner.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Partner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,eAAe,EACf,aAAa,EACb,aAAa,EACb,WAAW,
|
|
1
|
+
{"version":3,"file":"Partner.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Partner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,eAAe,EACf,aAAa,EACb,aAAa,EACb,WAAW,EACX,0BAA0B,EAC1B,2BAA2B,EAC3B,eAAe,EACf,gBAAgB,EAChB,YAAY,EACb,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,eAAe,CAAC;IAGvD,MAAM,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;IAGvD,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,eAAe,CAAC;IAI1E,MAAM,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAI1C,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,0BAA0B,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAI/G,QAAQ,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,YAAY,CAAC,gBAAgB,CAAC,CAAC;CAG3E"}
|
|
@@ -12,5 +12,11 @@ export class Partner extends Resource {
|
|
|
12
12
|
delete(idPartner) {
|
|
13
13
|
return this.axios.$delete(`partners/${idPartner}`);
|
|
14
14
|
}
|
|
15
|
+
getCurrentAccounts(idPartner, params) {
|
|
16
|
+
return this.axios.$get(`partners/${idPartner}/current-accounts`, { params });
|
|
17
|
+
}
|
|
18
|
+
getSolde(params) {
|
|
19
|
+
return this.axios.$get('partners/solde', { params });
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
//# sourceMappingURL=Partner.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Partner.js","sourceRoot":"","sources":["../../../ts/api/resources/Partner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Partner.js","sourceRoot":"","sources":["../../../ts/api/resources/Partner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAavC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAqB;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;IAC9C,CAAC;IACD,MAAM,CAAC,MAAmB;QACxB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACjD,CAAC;IACD,MAAM,CAAC,SAAiB,EAAE,MAAqB;QAC7C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,EAAE,EAAE,MAAM,CAAC,CAAC;IAC1D,CAAC;IAED,MAAM,CAAC,SAAiB;QACtB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,SAAS,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,kBAAkB,CAAC,SAAiB,EAAE,MAAkC;QACtE,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,mBAAmB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC/E,CAAC;IAED,QAAQ,CAAC,MAAuB;QAC9B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACvD,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ISocietyPartner,\n CreatePartner,\n UpdatePartner,\n GetPartners,\n GetPartnersCurrentAccounts,\n ReadPartnersCurrentAccounts,\n GetPartnerSolde,\n ReadPartnerSolde,\n BasePaginate,\n} from '../../types';\n\nexport class Partner extends Resource {\n create(params: CreatePartner): Promise<ISocietyPartner> {\n return this.axios.$post('partners', params);\n }\n getAll(params: GetPartners): Promise<ISocietyPartner[]> {\n return this.axios.$get('partners', { params });\n }\n update(idPartner: number, params: UpdatePartner): Promise<ISocietyPartner> {\n return this.axios.$put(`partners/${idPartner}`, params);\n }\n\n delete(idPartner: number): Promise<number> {\n return this.axios.$delete(`partners/${idPartner}`);\n }\n\n getCurrentAccounts(idPartner: number, params: GetPartnersCurrentAccounts): Promise<ReadPartnersCurrentAccounts> {\n return this.axios.$get(`partners/${idPartner}/current-accounts`, { params });\n }\n\n getSolde(params: GetPartnerSolde): Promise<BasePaginate<ReadPartnerSolde>> {\n return this.axios.$get('partners/solde', { params });\n }\n}"]}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
-
import { CreateRegistration, ReadRegistration, CreateRegistrationSetting, IVatDeclarationSocietyDetail, QueryRegistration, DeclareRegistration } from '../../types';
|
|
2
|
+
import { CreateRegistration, ReadRegistration, CreateRegistrationSetting, IVatDeclarationSocietyDetail, QueryRegistration, DeclareRegistration, CreateRegistrationSettingFromSociety } from '../../types';
|
|
3
3
|
export declare class Registration extends Resource {
|
|
4
4
|
updateOrCreate(idExercice: number, params: CreateRegistration): Promise<ReadRegistration>;
|
|
5
5
|
updateOrCreateSettings(params: CreateRegistrationSetting): Promise<IVatDeclarationSocietyDetail>;
|
|
6
6
|
getAll(idSociety: number, params?: QueryRegistration): Promise<ReadRegistration[]>;
|
|
7
7
|
declare(id: number, params: DeclareRegistration): Promise<ReadRegistration>;
|
|
8
|
+
getSettingsFromSociety(idSociety: number): Promise<IVatDeclarationSocietyDetail | null>;
|
|
9
|
+
updateOrCreateSettingsFromSociety(idSociety: number, params: CreateRegistrationSettingFromSociety): Promise<IVatDeclarationSocietyDetail>;
|
|
8
10
|
}
|
|
9
11
|
//# sourceMappingURL=Registration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Registration.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,kBAAkB,EAClB,gBAAgB,EAChB,yBAAyB,EACzB,4BAA4B,EAC5B,iBAAiB,EACjB,mBAAmB,
|
|
1
|
+
{"version":3,"file":"Registration.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,kBAAkB,EAClB,gBAAgB,EAChB,yBAAyB,EACzB,4BAA4B,EAC5B,iBAAiB,EACjB,mBAAmB,EACnB,oCAAoC,EACrC,MAAM,aAAa,CAAC;AAErB,qBAAa,YAAa,SAAQ,QAAQ;IACxC,cAAc,CACZ,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,kBAAkB,GACzB,OAAO,CAAC,gBAAgB,CAAC;IAG5B,sBAAsB,CACpB,MAAM,EAAE,yBAAyB,GAChC,OAAO,CAAC,4BAA4B,CAAC;IAGxC,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,iBAAiB,GACzB,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAK9B,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,mBAAmB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAI3E,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,4BAA4B,GAAG,IAAI,CAAC;IAIvF,iCAAiC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,oCAAoC,GAAG,OAAO,CAAC,4BAA4B,CAAC;CAG1I"}
|
|
@@ -12,5 +12,11 @@ export class Registration extends Resource {
|
|
|
12
12
|
declare(id, params) {
|
|
13
13
|
return this.axios.$post(`/registrations/${id}/declare`, params);
|
|
14
14
|
}
|
|
15
|
+
getSettingsFromSociety(idSociety) {
|
|
16
|
+
return this.axios.$get(`/societies/${idSociety}/registrations/settings`);
|
|
17
|
+
}
|
|
18
|
+
updateOrCreateSettingsFromSociety(idSociety, params) {
|
|
19
|
+
return this.axios.$post(`/societies/${idSociety}/registrations/settings`, params);
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
//# sourceMappingURL=Registration.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Registration.js","sourceRoot":"","sources":["../../../ts/api/resources/Registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Registration.js","sourceRoot":"","sources":["../../../ts/api/resources/Registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAWvC,MAAM,OAAO,YAAa,SAAQ,QAAQ;IACxC,cAAc,CACZ,UAAkB,EAClB,MAA0B;QAE1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,cAAc,UAAU,gBAAgB,EAAE,MAAM,CAAC,CAAC;IAC5E,CAAC;IACD,sBAAsB,CACpB,MAAiC;QAEjC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,yBAAyB,EAAE,MAAM,CAAC,CAAC;IAC7D,CAAC;IACD,MAAM,CACJ,SAAiB,EACjB,MAA0B;QAE1B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,SAAS,gBAAgB,oBACzD,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7B,CAAC;IACL,CAAC;IACD,OAAO,CAAC,EAAU,EAAE,MAA2B;QAC7C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,kBAAkB,EAAE,UAAU,EAAE,MAAM,CAAC,CAAC;IAClE,CAAC;IAED,sBAAsB,CAAC,SAAiB;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,SAAS,yBAAyB,CAAC,CAAC;IAC3E,CAAC;IAED,iCAAiC,CAAC,SAAiB,EAAE,MAA4C;QAC/F,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,cAAc,SAAS,yBAAyB,EAAE,MAAM,CAAC,CAAC;IACpF,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateRegistration,\n ReadRegistration,\n CreateRegistrationSetting,\n IVatDeclarationSocietyDetail,\n QueryRegistration,\n DeclareRegistration,\n CreateRegistrationSettingFromSociety,\n} from '../../types';\n\nexport class Registration extends Resource {\n updateOrCreate(\n idExercice: number,\n params: CreateRegistration,\n ): Promise<ReadRegistration> {\n return this.axios.$post(`/exercices/${idExercice}/registrations`, params);\n }\n updateOrCreateSettings(\n params: CreateRegistrationSetting,\n ): Promise<IVatDeclarationSocietyDetail> {\n return this.axios.$post('/registrations/settings', params);\n }\n getAll(\n idSociety: number,\n params?: QueryRegistration,\n ): Promise<ReadRegistration[]> {\n return this.axios.$get(`/societies/${idSociety}/registrations`, {\n ...(params ? { params } : {}),\n });\n }\n declare(id: number, params: DeclareRegistration): Promise<ReadRegistration> {\n return this.axios.$post(`/registrations/${id}/declare`, params);\n }\n\n getSettingsFromSociety(idSociety: number): Promise<IVatDeclarationSocietyDetail | null> {\n return this.axios.$get(`/societies/${idSociety}/registrations/settings`);\n }\n\n updateOrCreateSettingsFromSociety(idSociety: number, params: CreateRegistrationSettingFromSociety): Promise<IVatDeclarationSocietyDetail> {\n return this.axios.$post(`/societies/${idSociety}/registrations/settings`, params);\n }\n}\n"]}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { CancelToken } from 'axios';
|
|
2
2
|
import { Resource } from '../Resource';
|
|
3
3
|
import { UpdateAttribution } from '../../types/Interface/api/wallet/UpdateAttribution';
|
|
4
|
-
import { BasePaginate, ISociety, QueryPaginate } from '../../types';
|
|
4
|
+
import { BasePaginate, ISociety, QueryCompanyTaxesByCollaborater, QueryPaginate, ReadCompanyTaxWallet } from '../../types';
|
|
5
5
|
export declare class Wallet extends Resource {
|
|
6
6
|
get(pagination?: QueryPaginate, cancelToken?: CancelToken): Promise<(BasePaginate<ISociety>)>;
|
|
7
7
|
update(idUser: number, payload: UpdateAttribution): Promise<{
|
|
8
8
|
message: string;
|
|
9
9
|
}>;
|
|
10
|
+
getPaginatedCompanyTaxes(query: QueryCompanyTaxesByCollaborater, cancelToken?: CancelToken): Promise<BasePaginate<ReadCompanyTaxWallet>>;
|
|
10
11
|
}
|
|
11
12
|
//# sourceMappingURL=Wallet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wallet.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Wallet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,
|
|
1
|
+
{"version":3,"file":"Wallet.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Wallet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EACL,YAAY,EAAE,QAAQ,EAAE,+BAA+B,EAAE,aAAa,EAAE,oBAAoB,EAC7F,MAAM,aAAa,CAAC;AAErB,qBAAa,MAAO,SAAQ,QAAQ;IAClC,GAAG,CAAC,UAAU,CAAC,EAAE,aAAa,EAAE,WAAW,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;IAS7F,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IAIhF,wBAAwB,CAAC,KAAK,EAAE,+BAA+B,EAAE,WAAW,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,YAAY,CAAC,oBAAoB,CAAC,CAAC;CAMzI"}
|
|
@@ -6,5 +6,8 @@ export class Wallet extends Resource {
|
|
|
6
6
|
update(idUser, payload) {
|
|
7
7
|
return this.axios.$put(`/users/${idUser}/wallets`, payload);
|
|
8
8
|
}
|
|
9
|
+
getPaginatedCompanyTaxes(query, cancelToken) {
|
|
10
|
+
return this.axios.$get('/wallets/company-taxes', Object.assign(Object.assign({}, (cancelToken ? { cancelToken } : {})), { params: query }));
|
|
11
|
+
}
|
|
9
12
|
}
|
|
10
13
|
//# sourceMappingURL=Wallet.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wallet.js","sourceRoot":"","sources":["../../../ts/api/resources/Wallet.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Wallet.js","sourceRoot":"","sources":["../../../ts/api/resources/Wallet.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAMvC,MAAM,OAAO,MAAO,SAAQ,QAAQ;IAClC,GAAG,CAAC,UAA0B,EAAE,WAAyB;QACvD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,kCACtC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,KACvC,MAAM,oBACD,UAAU,KAEf,CAAC;IACL,CAAC;IAED,MAAM,CAAC,MAAc,EAAE,OAA0B;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,MAAM,UAAU,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAED,wBAAwB,CAAC,KAAsC,EAAE,WAAyB;QACxF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,wBAAwB,kCAC1C,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,KACvC,MAAM,EAAE,KAAK,IACb,CAAC;IACL,CAAC;CACF","sourcesContent":["import { CancelToken } from 'axios';\nimport { Resource } from '../Resource';\nimport { UpdateAttribution } from '../../types/Interface/api/wallet/UpdateAttribution';\nimport {\n BasePaginate, ISociety, QueryCompanyTaxesByCollaborater, QueryPaginate, ReadCompanyTaxWallet,\n} from '../../types';\n\nexport class Wallet extends Resource {\n get(pagination?: QueryPaginate, cancelToken?: CancelToken): Promise<(BasePaginate<ISociety>)> {\n return this.axios.$get('/juridical-wallets', {\n ...(cancelToken ? { cancelToken } : {}),\n params: {\n ...pagination,\n },\n });\n }\n\n update(idUser: number, payload: UpdateAttribution): Promise<{ message: string }> {\n return this.axios.$put(`/users/${idUser}/wallets`, payload);\n }\n\n getPaginatedCompanyTaxes(query: QueryCompanyTaxesByCollaborater, cancelToken?: CancelToken): Promise<BasePaginate<ReadCompanyTaxWallet>> {\n return this.axios.$get('/wallets/company-taxes', {\n ...(cancelToken ? { cancelToken } : {}),\n params: query,\n });\n }\n}"]}
|
package/es/api/resources.d.ts
CHANGED
|
@@ -116,6 +116,7 @@ import { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet
|
|
|
116
116
|
import { SignFile } from './resources/SignFile';
|
|
117
117
|
import { Rule } from './resources/Rule';
|
|
118
118
|
import { VatRegimeHistory } from './resources/VatRegimeHistory';
|
|
119
|
+
import { Acceptance } from './resources/Acceptance';
|
|
119
120
|
export declare const resources: {
|
|
120
121
|
simulation: typeof Simulation;
|
|
121
122
|
budgetInsight: typeof BudgetInsight;
|
|
@@ -235,5 +236,6 @@ export declare const resources: {
|
|
|
235
236
|
societyConfigBalanceSheet: typeof SocietyConfigBalanceSheet;
|
|
236
237
|
signFile: typeof SignFile;
|
|
237
238
|
rule: typeof Rule;
|
|
239
|
+
acceptance: typeof Acceptance;
|
|
238
240
|
};
|
|
239
241
|
//# sourceMappingURL=resources.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,yBAAyB,EAAE,MAAM,wCAAwC,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,yBAAyB,EAAE,MAAM,wCAAwC,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEpD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwHrB,CAAC"}
|
package/es/api/resources.js
CHANGED
|
@@ -116,6 +116,7 @@ import { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet
|
|
|
116
116
|
import { SignFile } from './resources/SignFile';
|
|
117
117
|
import { Rule } from './resources/Rule';
|
|
118
118
|
import { VatRegimeHistory } from './resources/VatRegimeHistory';
|
|
119
|
+
import { Acceptance } from './resources/Acceptance';
|
|
119
120
|
export const resources = {
|
|
120
121
|
simulation: Simulation,
|
|
121
122
|
budgetInsight: BudgetInsight,
|
|
@@ -235,5 +236,6 @@ export const resources = {
|
|
|
235
236
|
societyConfigBalanceSheet: SocietyConfigBalanceSheet,
|
|
236
237
|
signFile: SignFile,
|
|
237
238
|
rule: Rule,
|
|
239
|
+
acceptance: Acceptance,
|
|
238
240
|
};
|
|
239
241
|
//# sourceMappingURL=resources.js.map
|
package/es/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n};"]}
|
|
1
|
+
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n acceptance: Acceptance,\n};"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Acceptance.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Acceptance.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,OAAO,IAAI;IACX,QAAQ,IAAI;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Acceptance.js","sourceRoot":"","sources":["../../../ts/types/Enum/Acceptance.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,yDAAW,CAAA;IACX,2DAAY,CAAA;AACd,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB","sourcesContent":["export enum AcceptanceType {\n REFUSED = 0,\n ACCEPTED = 1,\n}"]}
|
|
@@ -12,6 +12,10 @@ export declare enum CerfaType {
|
|
|
12
12
|
CERFA_2070 = 11,
|
|
13
13
|
CERFA_2072 = 12,
|
|
14
14
|
CERFA_2572_2022 = 13,
|
|
15
|
-
CERFA_2572_2023 = 14
|
|
15
|
+
CERFA_2572_2023 = 14,
|
|
16
|
+
CERFA_2571_2023_A = 15,
|
|
17
|
+
CERFA_2571_2023_B = 16,
|
|
18
|
+
CERFA_2571_2023_C = 17,
|
|
19
|
+
CERFA_2571_2023_D = 18
|
|
16
20
|
}
|
|
17
21
|
//# sourceMappingURL=CerfaType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CerfaType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,gBAAgB,IAAI;IACpB,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,KAAK;IACf,UAAU,KAAK;IACf,UAAU,KAAK;IACf,eAAe,KAAK;IACpB,eAAe,KAAK;
|
|
1
|
+
{"version":3,"file":"CerfaType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,gBAAgB,IAAI;IACpB,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,KAAK;IACf,UAAU,KAAK;IACf,UAAU,KAAK;IACf,eAAe,KAAK;IACpB,eAAe,KAAK;IACpB,iBAAiB,KAAK;IACtB,iBAAiB,KAAK;IACtB,iBAAiB,KAAK;IACtB,iBAAiB,KAAK;CACvB"}
|
|
@@ -14,5 +14,9 @@ export var CerfaType;
|
|
|
14
14
|
CerfaType[CerfaType["CERFA_2072"] = 12] = "CERFA_2072";
|
|
15
15
|
CerfaType[CerfaType["CERFA_2572_2022"] = 13] = "CERFA_2572_2022";
|
|
16
16
|
CerfaType[CerfaType["CERFA_2572_2023"] = 14] = "CERFA_2572_2023";
|
|
17
|
+
CerfaType[CerfaType["CERFA_2571_2023_A"] = 15] = "CERFA_2571_2023_A";
|
|
18
|
+
CerfaType[CerfaType["CERFA_2571_2023_B"] = 16] = "CERFA_2571_2023_B";
|
|
19
|
+
CerfaType[CerfaType["CERFA_2571_2023_C"] = 17] = "CERFA_2571_2023_C";
|
|
20
|
+
CerfaType[CerfaType["CERFA_2571_2023_D"] = 18] = "CERFA_2571_2023_D";
|
|
17
21
|
})(CerfaType || (CerfaType = {}));
|
|
18
22
|
//# sourceMappingURL=CerfaType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CerfaType.js","sourceRoot":"","sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"CerfaType.js","sourceRoot":"","sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAmBX;AAnBD,WAAY,SAAS;IACnB,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,iEAAoB,CAAA;IACpB,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,sDAAe,CAAA;IACf,sDAAe,CAAA;IACf,sDAAe,CAAA;IACf,gEAAoB,CAAA;IACpB,gEAAoB,CAAA;IACpB,oEAAsB,CAAA;IACtB,oEAAsB,CAAA;IACtB,oEAAsB,CAAA;IACtB,oEAAsB,CAAA;AACxB,CAAC,EAnBW,SAAS,KAAT,SAAS,QAmBpB","sourcesContent":["export enum CerfaType {\n CERFA_3310 = 1,\n CERFA_3514 = 2,\n CERFA_3517 = 3,\n CERFA_2031 = 4,\n CERFA_2033 = 5,\n CERFA_2035 = 6,\n CERFA_2042_C_Pro = 7,\n CERFA_2044 = 8,\n CERFA_2050 = 9,\n CERFA_2065 = 10,\n CERFA_2070 = 11,\n CERFA_2072 = 12,\n CERFA_2572_2022 = 13,\n CERFA_2572_2023 = 14,\n CERFA_2571_2023_A = 15,\n CERFA_2571_2023_B = 16,\n CERFA_2571_2023_C = 17,\n CERFA_2571_2023_D = 18,\n}"]}
|
|
@@ -111,7 +111,8 @@ export declare enum MailAuto {
|
|
|
111
111
|
DONT_MISS_CLEMENTINE = 136,
|
|
112
112
|
CLEMENTINE_ADVENTURE_DOES_NOT_END = 137,
|
|
113
113
|
ASK_DOCUMENTS_FOR_BALANCE_SHEET = 138,
|
|
114
|
-
ASK_SIGNED_DOCUMENTS_FOR_BALANCE_SHEET = 139
|
|
114
|
+
ASK_SIGNED_DOCUMENTS_FOR_BALANCE_SHEET = 139,
|
|
115
|
+
CUSTOMER_ACCEPTANCE_COMPANY_TAX = 140
|
|
115
116
|
}
|
|
116
117
|
export declare const MailAutoList: {
|
|
117
118
|
id: MailAuto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MailAuto.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/MailAuto.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,OAAO,IAAI;IACX,WAAW,IAAI;IACf,KAAK,IAAI;IACT,YAAY,IAAI;IAChB,SAAS,IAAI;IACb,UAAU,IAAI;IACd,gBAAgB,IAAI;IACpB,SAAS,IAAI;IACb,iBAAiB,IAAI;IACrB,WAAW,KAAK;IAChB,MAAM,KAAK;IACX,YAAY,KAAK;IACjB,UAAU,KAAK;IACf,WAAW,KAAK;IAChB,eAAe,KAAK;IACpB,gBAAgB,KAAK;IACrB,kBAAkB,KAAK;IACvB,wBAAwB,KAAK;IAC7B,gBAAgB,KAAK;IACrB,eAAe,KAAK;IACpB,qBAAqB,KAAK;IAC1B,iBAAiB,KAAK;IACtB,kBAAkB,KAAK;IACvB,WAAW,KAAK;IAChB,uBAAuB,KAAK;IAC5B,sBAAsB,KAAK;IAC3B,oBAAoB,KAAK;IACzB,qCAAqC,KAAK;IAC1C,qBAAqB,KAAK;IAC1B,uCAAuC,KAAK;IAC5C,cAAc,KAAK;IACnB,eAAe,KAAK;IACpB,sBAAsB,KAAK;IAC3B,iBAAiB,KAAK;IACtB,yBAAyB,KAAK;IAC9B,uBAAuB,KAAK;IAC5B,yBAAyB,KAAK;IAC9B,wBAAwB,KAAK;IAC7B,MAAM,KAAK;IACX,mBAAmB,KAAK;IACxB,cAAc,KAAK;IACnB,IAAI,KAAK;IACT,cAAc,KAAK;IACnB,gBAAgB,KAAK;IACrB,cAAc,KAAK;IACnB,qCAAqC,KAAK;IAC1C,4BAA4B,KAAK;IACjC,YAAY,KAAK;IACjB,YAAY,KAAK;IACjB,sBAAsB,KAAK;IAC3B,eAAe,KAAK;IACpB,SAAS,KAAK;IACd,WAAW,KAAK;IAChB,uBAAuB,KAAK;IAC5B,oBAAoB,KAAK;IACzB,+BAA+B,KAAK;IACpC,iCAAiC,KAAK;IACtC,eAAe,KAAK;IACpB,gBAAgB,KAAK;IACrB,OAAO,KAAK;IACZ,aAAa,KAAK;IAClB,mBAAmB,KAAK;IACxB,eAAe,KAAK;IACpB,oBAAoB,KAAK;IACzB,gBAAgB,KAAK;IACrB,gBAAgB,KAAK;IACrB,wBAAwB,KAAK;IAC7B,2BAA2B,KAAK;IAChC,yBAAyB,KAAK;IAC9B,QAAQ,KAAK;IACb,iCAAiC,KAAK;IACtC,WAAW,KAAK;IAChB,qBAAqB,KAAK;IAC1B,2BAA2B,KAAK;IAChC,6BAA6B,KAAK;IAClC,qCAAqC,KAAK;IAC1C,cAAc,KAAK;IACnB,8BAA8B,KAAK;IACnC,gCAAgC,KAAK;IACrC,aAAa,KAAK;IAClB,aAAa,KAAK;IAClB,UAAU,KAAK;IACf,gCAAgC,KAAK;IACrC,aAAa,KAAK;IAClB,sBAAsB,KAAK;IAC3B,eAAe,KAAK;IACpB,oBAAoB,KAAK;IACzB,WAAW,MAAM;IACjB,kBAAkB,MAAM;IACxB,mBAAmB,MAAM;IACzB,iBAAiB,MAAM;IACvB,sBAAsB,MAAM;IAC5B,yBAAyB,MAAM;IAC/B,iCAAiC,MAAM;IACvC,8BAA8B,MAAM;IACpC,gCAAgC,MAAM;IACtC,oCAAoC,MAAM;IAC1C,oCAAoC,MAAM;IAC1C,sCAAsC,MAAM;IAC5C,uCAAuC,MAAM;IAC7C,uCAAuC,MAAM;IAC7C,uCAAuC,MAAM;IAC7C,uCAAuC,MAAM;IAC7C,uCAAuC,MAAM;IAC7C,2BAA2B,MAAM;IACjC,6BAA6B,MAAM;IACnC,cAAc,MAAM;IACpB,qBAAqB,MAAM;IAC3B,uBAAuB,MAAM;IAC7B,oBAAoB,MAAM;IAC1B,iCAAiC,MAAM;IACvC,+BAA+B,MAAM;IACrC,sCAAsC,MAAM;
|
|
1
|
+
{"version":3,"file":"MailAuto.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/MailAuto.ts"],"names":[],"mappings":"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"}
|
|
@@ -113,6 +113,7 @@ export var MailAuto;
|
|
|
113
113
|
MailAuto[MailAuto["CLEMENTINE_ADVENTURE_DOES_NOT_END"] = 137] = "CLEMENTINE_ADVENTURE_DOES_NOT_END";
|
|
114
114
|
MailAuto[MailAuto["ASK_DOCUMENTS_FOR_BALANCE_SHEET"] = 138] = "ASK_DOCUMENTS_FOR_BALANCE_SHEET";
|
|
115
115
|
MailAuto[MailAuto["ASK_SIGNED_DOCUMENTS_FOR_BALANCE_SHEET"] = 139] = "ASK_SIGNED_DOCUMENTS_FOR_BALANCE_SHEET";
|
|
116
|
+
MailAuto[MailAuto["CUSTOMER_ACCEPTANCE_COMPANY_TAX"] = 140] = "CUSTOMER_ACCEPTANCE_COMPANY_TAX";
|
|
116
117
|
})(MailAuto || (MailAuto = {}));
|
|
117
118
|
export const MailAutoList = [
|
|
118
119
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MailAuto.js","sourceRoot":"","sources":["../../../ts/types/Enum/MailAuto.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"MailAuto.js","sourceRoot":"","sources":["../../../ts/types/Enum/MailAuto.ts"],"names":[],"mappings":"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","sourcesContent":["export enum MailAuto {\n MEMENTO = 1,\n ANNOTATIONS = 2,\n BILAN = 3,\n MISSING_DOCS = 4,\n SYNC_BANK = 5,\n A_NOUVEAUX = 6,\n MISSING_INVOICES = 7,\n PHONE_RDV = 8,\n GRACEFUL_DELIVERY = 9,\n ON_BOARDING = 10,\n UNPAID = 11,\n MYCLE_ACCESS = 12,\n FIRST_TALK = 13,\n ATTRIBUTION = 14,\n NEW_ATTRIBUTION = 15,\n PAYMENT_REJECTED = 16,\n ATTESTATION_SIGNED = 17,\n ATTESTATION_PAYMENT_LINK = 18,\n PHONE_RDV_MISSED = 19,\n PHONE_SYNTHESIS = 20,\n LEGAL_FOLDER_CREATION = 21,\n JURIDICAL_PAYMENT = 22,\n RELANCE_ANNOTATION = 23,\n SUPERVISION = 24,\n PAYMENT_LATE_FOR_ACTION = 25,\n SYNCHRONIZE_FOR_ACTION = 26,\n DOCUMENTS_FOR_ACTION = 27,\n PAYMENTS_LATE_AND_NOT_SYNC_FOR_ACTION = 28,\n ANNOTATION_FOR_ACTION = 29,\n PAYMENT_LATE_AND_NOT_ANNOTED_FOR_ACTION = 30,\n MAJ_FOR_ACTION = 31,\n CONSTITUTION_EI = 32,\n CONSTITUTION_SOCIETIES = 33,\n CONSTITUTION_KBIS = 34,\n RELANCE_GRACEFUL_DELIVERY = 35,\n REPLY_GRACEFUL_DELIVERY = 36,\n ACCOUNTING_IMPLEMENTATION = 37,\n INFORM_CUSTOMER_DRG_DONE = 38,\n UNSYNC = 40,\n NEW_CUSTOMER_SOCIAL = 41,\n JURIDICAL_KBIS = 42,\n HOME = 43,\n HOME_SYNTHESIS = 44,\n OPINION_RECEIVED = 47,\n RESPONSE_RECAP = 48,\n RESPONSE_CALL_DIRECTLY_NOTATION_ECHEC = 49,\n RESPONSE_CALL_DIRECTLY_ECHEC = 50,\n AVIS_3_WEEKS = 51,\n SATISFACTION = 52,\n UPDATE_YOUR_ACCOUNTING = 53,\n RELANCE_CHECKUP = 54,\n RESPONDER = 55,\n NO_RESPONSE = 56,\n MEMO_RELANCE_ANNOTATION = 57,\n APPROBATION_DIVIDEND = 58,\n APPROBATION_JURIDICAL_DOCUMENTS = 59,\n APPROBATION_ACCOUNTS_DEPOSIT_BACK = 61,\n VAT_DECLARATION = 62,\n TAKE_BACK_LETTER = 63,\n ASK_RIB = 67,\n DOCS_RECAP_CA = 68,\n THANKS_FOR_ESTIMATE = 69,\n REMIND_ESTIMATE = 70,\n LAST_REMIND_ESTIMATE = 71,\n EXPIRED_ESTIMATE = 72,\n DOCS_FOR_EXPRESS = 73,\n DOCS_FOR_EXPRESS_RELANCE = 74,\n TICKET_SUPPORT_CONSTATATION = 76,\n TICKET_SUPPORT_RESOLUTION = 77,\n SCHEDULE = 78,\n TERMINATION_FOR_MISSING_DOCUMENTS = 80,\n TERMINATION = 81,\n LAST_RELANCE_CHECK_UP = 82,\n TERMINATION_FOR_NO_CHECK_UP = 83,\n TERMINATION_FOR_LAB_REJECTION = 84,\n TERMINATION_FOR_SATISFIED_OR_REFUNDED = 85,\n DRAWDOWN_ERROR = 86,\n RECOVERY_REFUSED_BY_OLD_EXPERT = 87,\n DRAWDOWN_ERROR_AFTER_TERMINATION = 88,\n REFUND_PRESTA = 89,\n REFUND_AMOUNT = 90,\n PDF_CSV_BA = 91,\n REVIVE_ELEMENTS_FOR_CONSTITUTION = 92,\n REVIVE_TICKET = 93,\n RESOLVE_WAITING_TICKET = 94,\n RELANCE_UNPAIDS = 95,\n LAST_RELANCE_UNPAIDS = 96,\n FIRST_PREVI = 100,\n FIRST_RAPPEL_PREVI = 101,\n SECOND_RAPPEL_PREVI = 102,\n LAST_RAPPEL_PREVI = 103,\n BILAN_PREVI_FOR_CLIENT = 117,\n REPORTING_FIRST_PHONE_RDV = 105,\n REPORTING_EDITING_FIRST_PHONE_RDV = 106,\n REPORTING_PHONE_RDV_SUMMARY_J0 = 107,\n REPORTING_PHONE_RDV_BUG_FIXED_J3 = 108,\n REPORTING_PHONE_RDV_SATISFACTION_J15 = 109,\n REPORTING_PHONE_RDV_SATISFACTION_J30 = 110,\n REPORTING_PHONE_RDV_UNAVAILABLE_1_TIME = 111,\n REPORTING_PHONE_RDV_UNAVAILABLE_2_TIMES = 112,\n REPORTING_PHONE_RDV_UNAVAILABLE_3_TIMES = 113,\n REPORTING_PHONE_RDV_UNAVAILABLE_4_TIMES = 114,\n REPORTING_PHONE_RDV_UNAVAILABLE_5_TIMES = 115,\n REPORTING_PHONE_RDV_UNAVAILABLE_6_TIMES = 116,\n TASK_EXTERNAL_CALL_NOT_MAKE = 120,\n MISSING_ELEMENT_FOR_CHECKLIST = 122,\n MONTHLY_REPORT = 124,\n WELCOME_TO_CLEMENTINE = 134,\n MEETING_WITH_CLEMENTINE = 135,\n DONT_MISS_CLEMENTINE = 136,\n CLEMENTINE_ADVENTURE_DOES_NOT_END = 137,\n ASK_DOCUMENTS_FOR_BALANCE_SHEET = 138,\n ASK_SIGNED_DOCUMENTS_FOR_BALANCE_SHEET = 139,\n CUSTOMER_ACCEPTANCE_COMPANY_TAX = 140,\n}\n\nexport const MailAutoList = [\n {\n id: MailAuto.ASK_DOCUMENTS_FOR_BALANCE_SHEET,\n onlyforRoles: null,\n alias: 'ask-documents-for-balance-sheet',\n title: 'Demande de document pour votre bilan comptable',\n subject: 'Demande de document pour votre bilan comptable',\n fields: [\n { name: 'to', lg: 'xs12 sm5' },\n { name: 'subject', lg: 'xs12 sm7' },\n { name: 'contentHtml' },\n ],\n },\n {\n id: MailAuto.ASK_SIGNED_DOCUMENTS_FOR_BALANCE_SHEET,\n onlyforRoles: null,\n alias: 'ask-signed-documents-for-balance-sheet',\n title: 'Signer vos documents pour mon bilan comptable',\n subject: 'Signer vos documents pour mon bilan comptable',\n fields: [\n { name: 'to', lg: 'xs12 sm5' },\n { name: 'subject', lg: 'xs12 sm7' },\n { name: 'contentHtml' },\n ],\n },\n];\n"]}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
export declare enum NotificationCode {
|
|
2
2
|
UNPAID_OR_WAITING_END = 9,
|
|
3
|
-
ASK_TO_CHANGE_COMPTA_TYPE = 33
|
|
3
|
+
ASK_TO_CHANGE_COMPTA_TYPE = 33,
|
|
4
|
+
ACCEPANCE = 38
|
|
5
|
+
}
|
|
6
|
+
export declare enum TypeNotificationType {
|
|
7
|
+
ACTION = 1
|
|
4
8
|
}
|
|
5
9
|
//# sourceMappingURL=Notification.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Notification.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,qBAAqB,IAAI;IACzB,yBAAyB,KAAK;
|
|
1
|
+
{"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Notification.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,qBAAqB,IAAI;IACzB,yBAAyB,KAAK;IAC9B,SAAS,KAAK;CACf;AAED,oBAAY,oBAAoB;IAC9B,MAAM,IAAI;CACX"}
|
|
@@ -2,5 +2,10 @@ export var NotificationCode;
|
|
|
2
2
|
(function (NotificationCode) {
|
|
3
3
|
NotificationCode[NotificationCode["UNPAID_OR_WAITING_END"] = 9] = "UNPAID_OR_WAITING_END";
|
|
4
4
|
NotificationCode[NotificationCode["ASK_TO_CHANGE_COMPTA_TYPE"] = 33] = "ASK_TO_CHANGE_COMPTA_TYPE";
|
|
5
|
+
NotificationCode[NotificationCode["ACCEPANCE"] = 38] = "ACCEPANCE";
|
|
5
6
|
})(NotificationCode || (NotificationCode = {}));
|
|
7
|
+
export var TypeNotificationType;
|
|
8
|
+
(function (TypeNotificationType) {
|
|
9
|
+
TypeNotificationType[TypeNotificationType["ACTION"] = 1] = "ACTION";
|
|
10
|
+
})(TypeNotificationType || (TypeNotificationType = {}));
|
|
6
11
|
//# sourceMappingURL=Notification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notification.js","sourceRoot":"","sources":["../../../ts/types/Enum/Notification.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"Notification.js","sourceRoot":"","sources":["../../../ts/types/Enum/Notification.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,yFAAyB,CAAA;IACzB,kGAA8B,CAAA;IAC9B,kEAAc,CAAA;AAChB,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B;AAED,MAAM,CAAN,IAAY,oBAEX;AAFD,WAAY,oBAAoB;IAC9B,mEAAU,CAAA;AACZ,CAAC,EAFW,oBAAoB,KAApB,oBAAoB,QAE/B","sourcesContent":["export enum NotificationCode {\n UNPAID_OR_WAITING_END = 9,\n ASK_TO_CHANGE_COMPTA_TYPE = 33,\n ACCEPANCE = 38,\n}\n\nexport enum TypeNotificationType {\n ACTION = 1,\n}"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare enum PaymentReason {
|
|
2
|
+
FIRST_PAYMENT = 1,
|
|
3
|
+
REGULATES_SAMPLING_REJECTION = 2,
|
|
4
|
+
ANNONCE_LEGALE = 3,
|
|
5
|
+
FORECAST = 4,
|
|
6
|
+
ACCOUNTING = 5,
|
|
7
|
+
JURIDIC = 6,
|
|
8
|
+
EXCEPTIONAL = 7,
|
|
9
|
+
ADDITIONAL_PRESTA = 8,
|
|
10
|
+
ATTESTATIONS = 9,
|
|
11
|
+
UNPAID = 10
|
|
12
|
+
}
|
|
13
|
+
export declare const PaymentReasonList: Array<{
|
|
14
|
+
value: PaymentReason;
|
|
15
|
+
text: string;
|
|
16
|
+
}>;
|
|
17
|
+
//# sourceMappingURL=PaymentReason.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentReason.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/PaymentReason.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,aAAa,IAAI;IACjB,4BAA4B,IAAI;IAChC,cAAc,IAAI;IAClB,QAAQ,IAAI;IACZ,UAAU,IAAI;IACd,OAAO,IAAI;IACX,WAAW,IAAI;IACf,iBAAiB,IAAI;IACrB,YAAY,IAAI;IAChB,MAAM,KAAK;CACZ;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC;IAAE,KAAK,EAAE,aAAa,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CA0CzE,CAAC"}
|