@silexpert/core 0.4.5 → 0.4.7-0
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/FirstStep.d.ts +6 -0
- package/es/api/resources/FirstStep.d.ts.map +1 -0
- package/es/api/resources/FirstStep.js +7 -0
- package/es/api/resources/FirstStep.js.map +1 -0
- package/es/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/es/api/resources/Society.d.ts +8 -0
- package/es/api/resources/Society.d.ts.map +1 -0
- package/es/api/resources/Society.js +13 -0
- package/es/api/resources/Society.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AccountType.d.ts +128 -0
- package/es/types/Enum/AccountType.d.ts.map +1 -0
- package/es/types/Enum/AccountType.js +128 -0
- package/es/types/Enum/AccountType.js.map +1 -0
- package/es/types/Enum/BankAccountType.d.ts +6 -0
- package/es/types/Enum/BankAccountType.d.ts.map +1 -0
- package/es/types/Enum/BankAccountType.js +7 -0
- package/es/types/Enum/BankAccountType.js.map +1 -0
- package/es/types/Enum/Vat.d.ts +18 -0
- package/es/types/Enum/Vat.d.ts.map +1 -1
- package/es/types/Enum/Vat.js +27 -0
- package/es/types/Enum/Vat.js.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +4 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.js +2 -1
- package/es/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/es/types/Interface/api/mailInvoice/CreateInvoiceMail.d.ts +4 -0
- package/es/types/Interface/api/mailInvoice/CreateInvoiceMail.d.ts.map +1 -0
- package/es/types/Interface/api/mailInvoice/CreateInvoiceMail.js +17 -0
- package/es/types/Interface/api/mailInvoice/CreateInvoiceMail.js.map +1 -0
- package/es/types/Interface/api/mailInvoice/UpdateInvoiceMail.d.ts +4 -0
- package/es/types/Interface/api/mailInvoice/UpdateInvoiceMail.d.ts.map +1 -0
- package/es/types/Interface/api/mailInvoice/UpdateInvoiceMail.js +17 -0
- package/es/types/Interface/api/mailInvoice/UpdateInvoiceMail.js.map +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts +4 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +9 -3
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +14 -6
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IFirstStep.d.ts +15 -0
- package/es/types/Interface/models/IFirstStep.d.ts.map +1 -0
- package/es/types/Interface/models/IFirstStep.js +2 -0
- package/es/types/Interface/models/IFirstStep.js.map +1 -0
- package/es/types/Interface/models/ISociety.d.ts +4 -2
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +5 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -1
- package/es/types/index.js.map +1 -1
- package/es/utils/decorators.d.ts +2 -0
- package/es/utils/decorators.d.ts.map +1 -1
- package/es/utils/decorators.js +11 -5
- package/es/utils/decorators.js.map +1 -1
- package/export-models.json +0 -74
- package/js/api/resources/FirstStep.js +18 -0
- package/js/api/resources/FirstStep.js.map +1 -0
- package/js/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/js/api/resources/Society.js +26 -0
- package/js/api/resources/Society.js.map +1 -0
- package/js/api/resources.js +7 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AccountType.js +133 -0
- package/js/types/Enum/AccountType.js.map +1 -0
- package/js/types/Enum/BankAccountType.js +13 -0
- package/js/types/Enum/BankAccountType.js.map +1 -0
- package/js/types/Enum/Vat.js +27 -0
- package/js/types/Enum/Vat.js.map +1 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +6 -2
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/js/types/Interface/api/accountingTransaction/QueryTransaction.js +1 -1
- package/js/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/js/types/Interface/api/mailInvoice/CreateInvoiceMail.js +27 -0
- package/js/types/Interface/api/mailInvoice/CreateInvoiceMail.js.map +1 -0
- package/js/types/Interface/api/mailInvoice/UpdateInvoiceMail.js +27 -0
- package/js/types/Interface/api/mailInvoice/UpdateInvoiceMail.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +15 -7
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/{ISocietyProcessRegister.js → IFirstStep.js} +1 -1
- package/js/types/Interface/models/{ISocietyProcessRegister.js.map → IFirstStep.js.map} +1 -1
- package/js/types/index.js +60 -12
- package/js/types/index.js.map +1 -1
- package/js/utils/decorators.js +16 -7
- package/js/utils/decorators.js.map +1 -1
- package/package.json +16 -16
- package/table.json +0 -1
- package/ts/api/resources/FirstStep.ts +8 -0
- package/ts/api/resources/PaymentExpectationCustomer.ts +1 -1
- package/ts/api/resources/Society.ts +20 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/AccountType.ts +127 -0
- package/ts/types/Enum/BankAccountType.ts +5 -0
- package/ts/types/Enum/Vat.ts +27 -0
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +4 -3
- package/ts/types/Interface/api/accountingTransaction/QueryTransaction.ts +3 -2
- package/ts/types/Interface/api/mailInvoice/CreateInvoiceMail.ts +6 -0
- package/ts/types/Interface/api/mailInvoice/UpdateInvoiceMail.ts +6 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +4 -0
- package/ts/types/Interface/models/IApiError.ts +11 -2
- package/ts/types/Interface/models/IFirstStep.ts +17 -0
- package/ts/types/Interface/models/ISociety.ts +4 -2
- package/ts/types/index.ts +5 -1
- package/ts/utils/decorators.ts +12 -5
- package/es/types/Interface/models/ISocietyProcessRegister.d.ts +0 -10
- package/es/types/Interface/models/ISocietyProcessRegister.d.ts.map +0 -1
- package/es/types/Interface/models/ISocietyProcessRegister.js +0 -2
- package/es/types/Interface/models/ISocietyProcessRegister.js.map +0 -1
- package/ts/types/Interface/models/ISocietyProcessRegister.ts +0 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FirstStep.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/FirstStep.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,qBAAa,SAAU,SAAQ,QAAQ;IACrC,GAAG,IAAI,OAAO,CAAC,UAAU,CAAC;CAG3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FirstStep.js","sourceRoot":"","sources":["../../../ts/api/resources/FirstStep.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,SAAU,SAAQ,QAAQ;IACrC,GAAG;QACD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;IAC/C,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { IFirstStep } from '../../types';\n\nexport class FirstStep extends Resource {\n get(): Promise<IFirstStep> {\n return this.axios.$get('/society/firstStep');\n }\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentExpectationCustomer.js","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,0BAA2B,SAAQ,QAAQ;IACtD,GAAG,CAAC,MAA0C;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IACD,YAAY,CAAC,MAAoD;QAC/D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,gCAAgC,EAAE;YACnF,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,KAAK,CAAC,MAAyD;QAC7D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,sCAAsC,EAAE;YACzF,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,GAAG,CAAC,MAA0C;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iCAAiC,EAAE,MAAM,CAAC,CAAC;IACrE,CAAC;IACD,OAAO,CAAC,MAA8C;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,qCAAqC,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IACD,MAAM,CAAC,MAAoD;QACzD,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,MAAM,CAAC,SAAS,kCAAkC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC;IACvG,CAAC;IACD,MAAM,CAAC,MAAqD;QAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,kCAAkC,MAAM,CAAC,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;IACnH,CAAC;IACD,MAAM,CAAC,MAA+C;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,MAAM,CAAC,SAAS,6BAA6B,EAAE,MAAM,CAAC,CAAC;IAC7F,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryGetPaymentExpectationCustomer, IPaymentExpectationCustomer, QueryPayPaymentExpectationCustomer, QueryConfirmPaymentExpectationCustomer, QueryGetSocietyPaymentsExpectationsCustomers, QueryDeleteSocietyPaymentExpectationCustomer, BasePaginate, UpdateRefundSocietyPaymentExpectationCustomer, CreateSocietyPaymentExpectationCustomer, ReadPaymentExpectationCustomerStat, QueryGetSocietyPaymentsExpectationsCustomersStats,\n} from '../../types';\n\nexport class PaymentExpectationCustomer extends Resource {\n get(params: QueryGetPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$get('/paymentExpectationCustomer', { params });\n }\n getBySociety(params: QueryGetSocietyPaymentsExpectationsCustomers): Promise<BasePaginate<IPaymentExpectationCustomer>> {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers`, {\n params,\n });\n }\n stats(params: QueryGetSocietyPaymentsExpectationsCustomersStats): Promise<ReadPaymentExpectationCustomerStat> {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers/stats`, {\n params,\n });\n }\n pay(params: QueryPayPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post('/paymentExpectationCustomer/pay', params);\n }\n confirm(params: QueryConfirmPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post('/paymentExpectationCustomer/confirm', params);\n }\n delete(params: QueryDeleteSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$delete(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}`);\n }\n refund(params: UpdateRefundSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$put(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}/refund`, params);\n }\n create(params: CreateSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post(`/society/${params.idSociety}/paymentExpectationCustomer`, params);\n }\n}"]}
|
|
1
|
+
{"version":3,"file":"PaymentExpectationCustomer.js","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,0BAA2B,SAAQ,QAAQ;IACtD,GAAG,CAAC,MAA0C;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IACD,YAAY,CAAC,MAAoD;QAC/D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,gCAAgC,EAAE;YACnF,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,KAAK,CAAC,MAAyD;QAC7D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,sCAAsC,EAAE;YACzF,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,GAAG,CAAC,MAA0C;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iCAAiC,EAAE,MAAM,CAAC,CAAC;IACrE,CAAC;IACD,OAAO,CAAC,MAA8C;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,qCAAqC,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IACD,MAAM,CAAC,MAAoD;QACzD,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,MAAM,CAAC,SAAS,kCAAkC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC;IACvG,CAAC;IACD,MAAM,CAAC,MAAqD;QAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,kCAAkC,MAAM,CAAC,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;IACnH,CAAC;IACD,MAAM,CAAC,MAA+C;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,MAAM,CAAC,SAAS,6BAA6B,EAAE,MAAM,CAAC,CAAC;IAC7F,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryGetPaymentExpectationCustomer, IPaymentExpectationCustomer, QueryPayPaymentExpectationCustomer, QueryConfirmPaymentExpectationCustomer, QueryGetSocietyPaymentsExpectationsCustomers, QueryDeleteSocietyPaymentExpectationCustomer, BasePaginate, UpdateRefundSocietyPaymentExpectationCustomer, CreateSocietyPaymentExpectationCustomer, ReadPaymentExpectationCustomerStat, QueryGetSocietyPaymentsExpectationsCustomersStats,\n} from '../../types';\n\nexport class PaymentExpectationCustomer extends Resource {\n get(params: QueryGetPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$get('/paymentExpectationCustomer', { params });\n }\n getBySociety(params: QueryGetSocietyPaymentsExpectationsCustomers): Promise<BasePaginate<IPaymentExpectationCustomer>> {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers`, {\n params,\n });\n }\n stats(params: QueryGetSocietyPaymentsExpectationsCustomersStats): Promise<ReadPaymentExpectationCustomerStat> {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers/stats`, {\n params,\n });\n }\n pay(params: QueryPayPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post('/paymentExpectationCustomer/pay', params);\n }\n confirm(params: QueryConfirmPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post('/paymentExpectationCustomer/confirm', params);\n }\n delete(params: QueryDeleteSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$delete(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}`);\n }\n refund(params: UpdateRefundSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$put(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}/refund`, params);\n }\n create(params: CreateSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post(`/society/${params.idSociety}/paymentExpectationCustomer`, params);\n }\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { CreateInvoiceMail, UpdateInvoiceMail, IMailSociety } from '../../types';
|
|
3
|
+
export declare class Society extends Resource {
|
|
4
|
+
getInvoiceEmail(): Promise<IMailSociety | Error>;
|
|
5
|
+
createInvoiceEmail(data: CreateInvoiceMail): Promise<IMailSociety | Error>;
|
|
6
|
+
updateInvoiceEmail(data: UpdateInvoiceMail): Promise<IMailSociety | Error>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=Society.d.ts.map
|
|
@@ -0,0 +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,EACb,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;CAG3E"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export class Society extends Resource {
|
|
3
|
+
getInvoiceEmail() {
|
|
4
|
+
return this.axios.$get('/society/invoiceEmail');
|
|
5
|
+
}
|
|
6
|
+
createInvoiceEmail(data) {
|
|
7
|
+
return this.axios.$post('/society/invoiceEmail', data);
|
|
8
|
+
}
|
|
9
|
+
updateInvoiceEmail(data) {
|
|
10
|
+
return this.axios.$put('/society/invoiceEmail', data);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=Society.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Society.js","sourceRoot":"","sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,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;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateInvoiceMail,\n UpdateInvoiceMail,\n IMailSociety,\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}\n"]}
|
package/es/api/resources.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ import { Transaction } from './resources/Transaction';
|
|
|
7
7
|
import { Account } from './resources/Account';
|
|
8
8
|
import { User } from './resources/User';
|
|
9
9
|
import { Survey } from './resources/Survey';
|
|
10
|
+
import { FirstStep } from './resources/FirstStep';
|
|
11
|
+
import { Society } from './resources/Society';
|
|
10
12
|
export declare const resources: {
|
|
11
13
|
simulation: typeof Simulation;
|
|
12
14
|
country: typeof Country;
|
|
@@ -17,5 +19,7 @@ export declare const resources: {
|
|
|
17
19
|
account: typeof Account;
|
|
18
20
|
user: typeof User;
|
|
19
21
|
survey: typeof Survey;
|
|
22
|
+
firstStep: typeof FirstStep;
|
|
23
|
+
society: typeof Society;
|
|
20
24
|
};
|
|
21
25
|
//# 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,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,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,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,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,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,eAAO,MAAM,SAAS;;;;;;;;;;;;CAYrB,CAAC"}
|
package/es/api/resources.js
CHANGED
|
@@ -7,6 +7,8 @@ import { Transaction } from './resources/Transaction';
|
|
|
7
7
|
import { Account } from './resources/Account';
|
|
8
8
|
import { User } from './resources/User';
|
|
9
9
|
import { Survey } from './resources/Survey';
|
|
10
|
+
import { FirstStep } from './resources/FirstStep';
|
|
11
|
+
import { Society } from './resources/Society';
|
|
10
12
|
export const resources = {
|
|
11
13
|
simulation: Simulation,
|
|
12
14
|
country: Country,
|
|
@@ -17,5 +19,7 @@ export const resources = {
|
|
|
17
19
|
account: Account,
|
|
18
20
|
user: User,
|
|
19
21
|
survey: Survey,
|
|
22
|
+
firstStep: FirstStep,
|
|
23
|
+
society: Society,
|
|
20
24
|
};
|
|
21
25
|
//# 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":"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,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,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"resources.js","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,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,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,0BAA0B,EAAE,0BAA0B;IACtD,cAAc,EAAE,cAAc;IAC9B,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,WAAW;IACxB,OAAO,EAAE,OAAO;IAChB,IAAI,EAAE,IAAI;IACV,MAAM,EAAE,MAAM;IACd,SAAS,EAAE,SAAS;IACpB,OAAO,EAAE,OAAO;CACjB,CAAC","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n user: User,\n survey: Survey,\n firstStep: FirstStep,\n society: Society,\n};\n"]}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
export declare const AccountType: {
|
|
2
|
+
DEPLACEMENTS: {
|
|
3
|
+
id: number;
|
|
4
|
+
color: string;
|
|
5
|
+
icon: string;
|
|
6
|
+
};
|
|
7
|
+
FOURNITURES: {
|
|
8
|
+
id: number;
|
|
9
|
+
color: string;
|
|
10
|
+
icon: string;
|
|
11
|
+
};
|
|
12
|
+
DEPENSES_DIVERSES: {
|
|
13
|
+
id: number;
|
|
14
|
+
color: string;
|
|
15
|
+
icon: string;
|
|
16
|
+
};
|
|
17
|
+
SOUS_TRAITANCES: {
|
|
18
|
+
id: number;
|
|
19
|
+
color: string;
|
|
20
|
+
icon: string;
|
|
21
|
+
};
|
|
22
|
+
ACHAT_MARCHANDISES: {
|
|
23
|
+
id: number;
|
|
24
|
+
color: string;
|
|
25
|
+
icon: string;
|
|
26
|
+
};
|
|
27
|
+
CHARGES_SOCIALES: {
|
|
28
|
+
id: number;
|
|
29
|
+
color: string;
|
|
30
|
+
icon: string;
|
|
31
|
+
};
|
|
32
|
+
SALAIRES: {
|
|
33
|
+
id: number;
|
|
34
|
+
color: string;
|
|
35
|
+
icon: string;
|
|
36
|
+
};
|
|
37
|
+
TAXES: {
|
|
38
|
+
id: number;
|
|
39
|
+
color: string;
|
|
40
|
+
icon: string;
|
|
41
|
+
};
|
|
42
|
+
FONCTIONNEMENT: {
|
|
43
|
+
id: number;
|
|
44
|
+
color: string;
|
|
45
|
+
icon: string;
|
|
46
|
+
};
|
|
47
|
+
RECETTES_PRODUCTION: {
|
|
48
|
+
id: number;
|
|
49
|
+
color: string;
|
|
50
|
+
icon: string;
|
|
51
|
+
};
|
|
52
|
+
RECETTES_NEGOCE: {
|
|
53
|
+
id: number;
|
|
54
|
+
color: string;
|
|
55
|
+
icon: string;
|
|
56
|
+
};
|
|
57
|
+
RECETTES_DIVERSES: {
|
|
58
|
+
id: number;
|
|
59
|
+
color: string;
|
|
60
|
+
icon: string;
|
|
61
|
+
};
|
|
62
|
+
AUTRES: {
|
|
63
|
+
id: number;
|
|
64
|
+
color: string;
|
|
65
|
+
icon: string;
|
|
66
|
+
};
|
|
67
|
+
ACHATS: {
|
|
68
|
+
id: number;
|
|
69
|
+
color: string;
|
|
70
|
+
icon: string;
|
|
71
|
+
};
|
|
72
|
+
SALAIRES_2: {
|
|
73
|
+
id: number;
|
|
74
|
+
color: string;
|
|
75
|
+
icon: string;
|
|
76
|
+
};
|
|
77
|
+
IMMOBILIER: {
|
|
78
|
+
id: number;
|
|
79
|
+
color: string;
|
|
80
|
+
icon: string;
|
|
81
|
+
};
|
|
82
|
+
SERVICES: {
|
|
83
|
+
id: number;
|
|
84
|
+
color: string;
|
|
85
|
+
icon: string;
|
|
86
|
+
};
|
|
87
|
+
ABONNEMENTS: {
|
|
88
|
+
id: number;
|
|
89
|
+
color: string;
|
|
90
|
+
icon: string;
|
|
91
|
+
};
|
|
92
|
+
DEPENSES_COURANTES: {
|
|
93
|
+
id: number;
|
|
94
|
+
color: string;
|
|
95
|
+
icon: string;
|
|
96
|
+
};
|
|
97
|
+
TRANSPORTS: {
|
|
98
|
+
id: number;
|
|
99
|
+
color: string;
|
|
100
|
+
icon: string;
|
|
101
|
+
};
|
|
102
|
+
ADMINISTRATIF: {
|
|
103
|
+
id: number;
|
|
104
|
+
color: string;
|
|
105
|
+
icon: string;
|
|
106
|
+
};
|
|
107
|
+
PUBLICITES_ET_MISSIONS: {
|
|
108
|
+
id: number;
|
|
109
|
+
color: string;
|
|
110
|
+
icon: string;
|
|
111
|
+
};
|
|
112
|
+
DIVERS: {
|
|
113
|
+
id: number;
|
|
114
|
+
color: string;
|
|
115
|
+
icon: string;
|
|
116
|
+
};
|
|
117
|
+
FINANCES: {
|
|
118
|
+
id: number;
|
|
119
|
+
color: string;
|
|
120
|
+
icon: string;
|
|
121
|
+
};
|
|
122
|
+
IMMOBILISATIONS: {
|
|
123
|
+
id: number;
|
|
124
|
+
color: string;
|
|
125
|
+
icon: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
//# sourceMappingURL=AccountType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AccountType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8HvB,CAAC"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
export const AccountType = {
|
|
2
|
+
DEPLACEMENTS: {
|
|
3
|
+
id: 1,
|
|
4
|
+
color: '#CCCCCC',
|
|
5
|
+
icon: 'accountLogo/0616d627-840d-5034-9409-d7d99ce17917',
|
|
6
|
+
},
|
|
7
|
+
FOURNITURES: {
|
|
8
|
+
id: 2,
|
|
9
|
+
color: '#896FD3',
|
|
10
|
+
icon: 'accountLogo/652d7313-aeb5-503e-8f7d-7d1268458fbc',
|
|
11
|
+
},
|
|
12
|
+
DEPENSES_DIVERSES: {
|
|
13
|
+
id: 3,
|
|
14
|
+
color: '#DECC27',
|
|
15
|
+
icon: 'accountLogo/58710fd7-ee94-588a-b788-7caa7d5d4016',
|
|
16
|
+
},
|
|
17
|
+
SOUS_TRAITANCES: {
|
|
18
|
+
id: 4,
|
|
19
|
+
color: '#A75F1C',
|
|
20
|
+
icon: 'accountLogo/304551ee-263e-50b7-83b0-1a102e738f03',
|
|
21
|
+
},
|
|
22
|
+
ACHAT_MARCHANDISES: {
|
|
23
|
+
id: 5,
|
|
24
|
+
color: '#FBD65C',
|
|
25
|
+
icon: 'accountLogo/2dea54a3-cd5d-59fe-8862-fcd354fa4c4e',
|
|
26
|
+
},
|
|
27
|
+
CHARGES_SOCIALES: {
|
|
28
|
+
id: 6,
|
|
29
|
+
color: '#009688',
|
|
30
|
+
icon: 'accountLogo/679928ed-dba5-5634-b925-ec392037a32d',
|
|
31
|
+
},
|
|
32
|
+
SALAIRES: {
|
|
33
|
+
id: 7,
|
|
34
|
+
color: '#FBA55A',
|
|
35
|
+
icon: 'accountLogo/bb818b4c-39b9-5e17-840e-2321b78c318c',
|
|
36
|
+
},
|
|
37
|
+
TAXES: {
|
|
38
|
+
id: 8,
|
|
39
|
+
color: '#26D395',
|
|
40
|
+
icon: 'accountLogo/58710fd7-ee94-588a-b788-7caa7d5d4016',
|
|
41
|
+
},
|
|
42
|
+
FONCTIONNEMENT: {
|
|
43
|
+
id: 9,
|
|
44
|
+
color: '#84908D',
|
|
45
|
+
icon: 'accountLogo/89d397ad-3774-540c-b06d-a6b91e3f2946',
|
|
46
|
+
},
|
|
47
|
+
RECETTES_PRODUCTION: {
|
|
48
|
+
id: 10,
|
|
49
|
+
color: '#26D395',
|
|
50
|
+
icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',
|
|
51
|
+
},
|
|
52
|
+
RECETTES_NEGOCE: {
|
|
53
|
+
id: 11,
|
|
54
|
+
color: '#26D395',
|
|
55
|
+
icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',
|
|
56
|
+
},
|
|
57
|
+
RECETTES_DIVERSES: {
|
|
58
|
+
id: 12,
|
|
59
|
+
color: '#26D395',
|
|
60
|
+
icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',
|
|
61
|
+
},
|
|
62
|
+
AUTRES: {
|
|
63
|
+
id: 13,
|
|
64
|
+
color: '#26D395',
|
|
65
|
+
icon: 'accountLogo/f53f59a1-da0e-55a7-b176-baa0ee454794',
|
|
66
|
+
},
|
|
67
|
+
ACHATS: {
|
|
68
|
+
id: 14,
|
|
69
|
+
color: '#FBD65C',
|
|
70
|
+
icon: 'accountLogo/eca668d8-5fab-50eb-8131-eaa386e814fb',
|
|
71
|
+
},
|
|
72
|
+
SALAIRES_2: {
|
|
73
|
+
id: 15,
|
|
74
|
+
color: '#9AACF8',
|
|
75
|
+
icon: 'accountLogo/bb818b4c-39b9-5e17-840e-2321b78c318c',
|
|
76
|
+
},
|
|
77
|
+
IMMOBILIER: {
|
|
78
|
+
id: 16,
|
|
79
|
+
color: '#C2C1C1',
|
|
80
|
+
icon: 'accountLogo/f3546ef2-5b00-5067-9082-ef1cea96fa6b',
|
|
81
|
+
},
|
|
82
|
+
SERVICES: {
|
|
83
|
+
id: 17,
|
|
84
|
+
color: '#D260BC',
|
|
85
|
+
icon: 'accountLogo/304551ee-263e-50b7-83b0-1a102e738f03',
|
|
86
|
+
},
|
|
87
|
+
ABONNEMENTS: {
|
|
88
|
+
id: 18,
|
|
89
|
+
color: '#E74242',
|
|
90
|
+
icon: 'accountLogo/06379552-c039-5c40-bd24-f9ef5676416c',
|
|
91
|
+
},
|
|
92
|
+
DEPENSES_COURANTES: {
|
|
93
|
+
id: 19,
|
|
94
|
+
color: '#D08FDB',
|
|
95
|
+
icon: 'accountLogo/89d397ad-3774-540c-b06d-a6b91e3f2946',
|
|
96
|
+
},
|
|
97
|
+
TRANSPORTS: {
|
|
98
|
+
id: 20,
|
|
99
|
+
color: '#FF9365',
|
|
100
|
+
icon: 'accountLogo/0616d627-840d-5034-9409-d7d99ce17917',
|
|
101
|
+
},
|
|
102
|
+
ADMINISTRATIF: {
|
|
103
|
+
id: 21,
|
|
104
|
+
color: '#60C0FE',
|
|
105
|
+
icon: 'accountLogo/652d7313-aeb5-503e-8f7d-7d1268458fbc',
|
|
106
|
+
},
|
|
107
|
+
PUBLICITES_ET_MISSIONS: {
|
|
108
|
+
id: 22,
|
|
109
|
+
color: '#FEA1A1',
|
|
110
|
+
icon: 'accountLogo/4868f724-b7d4-5d23-ac16-5c52ab34c84d',
|
|
111
|
+
},
|
|
112
|
+
DIVERS: {
|
|
113
|
+
id: 23,
|
|
114
|
+
color: '#26D395',
|
|
115
|
+
icon: 'accountLogo/f53f59a1-da0e-55a7-b176-baa0ee454794',
|
|
116
|
+
},
|
|
117
|
+
FINANCES: {
|
|
118
|
+
id: 24,
|
|
119
|
+
color: '#26D395',
|
|
120
|
+
icon: 'accountLogo/5f4b746d-d2b3-53bb-8c97-8772a8becdf0',
|
|
121
|
+
},
|
|
122
|
+
IMMOBILISATIONS: {
|
|
123
|
+
id: 25,
|
|
124
|
+
color: '#CCCCCC',
|
|
125
|
+
icon: 'accountLogo/43d187de-51ec-59b9-a72d-9a91b3afd10b',
|
|
126
|
+
},
|
|
127
|
+
};
|
|
128
|
+
//# sourceMappingURL=AccountType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountType.js","sourceRoot":"","sources":["../../../ts/types/Enum/AccountType.ts"],"names":[],"mappings":"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","sourcesContent":["export const AccountType = {\n DEPLACEMENTS: {\n id: 1,\n color: '#CCCCCC',\n icon: 'accountLogo/0616d627-840d-5034-9409-d7d99ce17917',\n },\n FOURNITURES: {\n id: 2,\n color: '#896FD3',\n icon: 'accountLogo/652d7313-aeb5-503e-8f7d-7d1268458fbc',\n },\n DEPENSES_DIVERSES: {\n id: 3,\n color: '#DECC27',\n icon: 'accountLogo/58710fd7-ee94-588a-b788-7caa7d5d4016',\n },\n SOUS_TRAITANCES: {\n id: 4,\n color: '#A75F1C',\n icon: 'accountLogo/304551ee-263e-50b7-83b0-1a102e738f03',\n },\n ACHAT_MARCHANDISES: {\n id: 5,\n color: '#FBD65C',\n icon: 'accountLogo/2dea54a3-cd5d-59fe-8862-fcd354fa4c4e',\n },\n CHARGES_SOCIALES: {\n id: 6,\n color: '#009688',\n icon: 'accountLogo/679928ed-dba5-5634-b925-ec392037a32d',\n },\n SALAIRES: {\n id: 7,\n color: '#FBA55A',\n icon: 'accountLogo/bb818b4c-39b9-5e17-840e-2321b78c318c',\n },\n TAXES: {\n id: 8,\n color: '#26D395',\n icon: 'accountLogo/58710fd7-ee94-588a-b788-7caa7d5d4016',\n },\n FONCTIONNEMENT: {\n id: 9,\n color: '#84908D',\n icon: 'accountLogo/89d397ad-3774-540c-b06d-a6b91e3f2946',\n },\n RECETTES_PRODUCTION: {\n id: 10,\n color: '#26D395',\n icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',\n },\n RECETTES_NEGOCE: {\n id: 11,\n color: '#26D395',\n icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',\n },\n RECETTES_DIVERSES: {\n id: 12,\n color: '#26D395',\n icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',\n },\n AUTRES: {\n id: 13,\n color: '#26D395',\n icon: 'accountLogo/f53f59a1-da0e-55a7-b176-baa0ee454794',\n },\n ACHATS: {\n id: 14,\n color: '#FBD65C',\n icon: 'accountLogo/eca668d8-5fab-50eb-8131-eaa386e814fb',\n },\n SALAIRES_2: {\n id: 15,\n color: '#9AACF8',\n icon: 'accountLogo/bb818b4c-39b9-5e17-840e-2321b78c318c',\n },\n IMMOBILIER: {\n id: 16,\n color: '#C2C1C1',\n icon: 'accountLogo/f3546ef2-5b00-5067-9082-ef1cea96fa6b',\n },\n SERVICES: {\n id: 17,\n color: '#D260BC',\n icon: 'accountLogo/304551ee-263e-50b7-83b0-1a102e738f03',\n },\n ABONNEMENTS: {\n id: 18,\n color: '#E74242',\n icon: 'accountLogo/06379552-c039-5c40-bd24-f9ef5676416c',\n },\n DEPENSES_COURANTES: {\n id: 19,\n color: '#D08FDB',\n icon: 'accountLogo/89d397ad-3774-540c-b06d-a6b91e3f2946',\n },\n TRANSPORTS: {\n id: 20,\n color: '#FF9365',\n icon: 'accountLogo/0616d627-840d-5034-9409-d7d99ce17917',\n },\n ADMINISTRATIF: {\n id: 21,\n color: '#60C0FE',\n icon: 'accountLogo/652d7313-aeb5-503e-8f7d-7d1268458fbc',\n },\n PUBLICITES_ET_MISSIONS: {\n id: 22,\n color: '#FEA1A1',\n icon: 'accountLogo/4868f724-b7d4-5d23-ac16-5c52ab34c84d',\n },\n DIVERS: {\n id: 23,\n color: '#26D395',\n icon: 'accountLogo/f53f59a1-da0e-55a7-b176-baa0ee454794',\n },\n FINANCES: {\n id: 24,\n color: '#26D395',\n icon: 'accountLogo/5f4b746d-d2b3-53bb-8c97-8772a8becdf0',\n },\n IMMOBILISATIONS: {\n id: 25,\n color: '#CCCCCC',\n icon: 'accountLogo/43d187de-51ec-59b9-a72d-9a91b3afd10b',\n },\n};"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BankAccountType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BankAccountType.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,OAAO,IAAI;CACZ"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var BankAccountType;
|
|
2
|
+
(function (BankAccountType) {
|
|
3
|
+
BankAccountType[BankAccountType["BANK"] = 1] = "BANK";
|
|
4
|
+
BankAccountType[BankAccountType["CASHDESK"] = 2] = "CASHDESK";
|
|
5
|
+
BankAccountType[BankAccountType["EXPENSE"] = 3] = "EXPENSE";
|
|
6
|
+
})(BankAccountType || (BankAccountType = {}));
|
|
7
|
+
//# sourceMappingURL=BankAccountType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BankAccountType.js","sourceRoot":"","sources":["../../../ts/types/Enum/BankAccountType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,qDAAQ,CAAA;IACR,6DAAY,CAAA;IACZ,2DAAW,CAAA;AACb,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B","sourcesContent":["export enum BankAccountType {\n BANK = 1,\n CASHDESK = 2,\n EXPENSE = 3,\n}"]}
|
package/es/types/Enum/Vat.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export declare const Vat: {
|
|
2
2
|
WITHOUT_TAXE: {
|
|
3
3
|
id: number;
|
|
4
|
+
idTva: number;
|
|
4
5
|
value: number;
|
|
6
|
+
displayOrder: number;
|
|
5
7
|
name: string;
|
|
6
8
|
collected: number;
|
|
7
9
|
deductible: number;
|
|
@@ -9,7 +11,9 @@ export declare const Vat: {
|
|
|
9
11
|
};
|
|
10
12
|
TX_5_5: {
|
|
11
13
|
id: number;
|
|
14
|
+
idTva: number;
|
|
12
15
|
value: number;
|
|
16
|
+
displayOrder: number;
|
|
13
17
|
name: string;
|
|
14
18
|
collected: number;
|
|
15
19
|
deductible: number;
|
|
@@ -17,7 +21,9 @@ export declare const Vat: {
|
|
|
17
21
|
};
|
|
18
22
|
TX_10: {
|
|
19
23
|
id: number;
|
|
24
|
+
idTva: number;
|
|
20
25
|
value: number;
|
|
26
|
+
displayOrder: number;
|
|
21
27
|
name: string;
|
|
22
28
|
collected: number;
|
|
23
29
|
deductible: number;
|
|
@@ -25,7 +31,9 @@ export declare const Vat: {
|
|
|
25
31
|
};
|
|
26
32
|
TX_20: {
|
|
27
33
|
id: number;
|
|
34
|
+
idTva: number;
|
|
28
35
|
value: number;
|
|
36
|
+
displayOrder: number;
|
|
29
37
|
name: string;
|
|
30
38
|
collected: number;
|
|
31
39
|
deductible: number;
|
|
@@ -33,7 +41,9 @@ export declare const Vat: {
|
|
|
33
41
|
};
|
|
34
42
|
TX_2_1: {
|
|
35
43
|
id: number;
|
|
44
|
+
idTva: number;
|
|
36
45
|
value: number;
|
|
46
|
+
displayOrder: number;
|
|
37
47
|
name: string;
|
|
38
48
|
collected: number;
|
|
39
49
|
deductible: number;
|
|
@@ -41,7 +51,9 @@ export declare const Vat: {
|
|
|
41
51
|
};
|
|
42
52
|
TX_8_5: {
|
|
43
53
|
id: number;
|
|
54
|
+
idTva: number;
|
|
44
55
|
value: number;
|
|
56
|
+
displayOrder: number;
|
|
45
57
|
name: string;
|
|
46
58
|
collected: number;
|
|
47
59
|
deductible: number;
|
|
@@ -49,7 +61,9 @@ export declare const Vat: {
|
|
|
49
61
|
};
|
|
50
62
|
MARGE: {
|
|
51
63
|
id: number;
|
|
64
|
+
idTva: number;
|
|
52
65
|
value: number;
|
|
66
|
+
displayOrder: number;
|
|
53
67
|
name: string;
|
|
54
68
|
collected: number;
|
|
55
69
|
deductible: number;
|
|
@@ -57,7 +71,9 @@ export declare const Vat: {
|
|
|
57
71
|
};
|
|
58
72
|
INTRACOM: {
|
|
59
73
|
id: number;
|
|
74
|
+
idTva: number;
|
|
60
75
|
value: number;
|
|
76
|
+
displayOrder: number;
|
|
61
77
|
name: string;
|
|
62
78
|
collected: number;
|
|
63
79
|
deductible: number;
|
|
@@ -65,7 +81,9 @@ export declare const Vat: {
|
|
|
65
81
|
};
|
|
66
82
|
MANUAL: {
|
|
67
83
|
id: number;
|
|
84
|
+
idTva: number;
|
|
68
85
|
value: number;
|
|
86
|
+
displayOrder: number;
|
|
69
87
|
name: string;
|
|
70
88
|
collected: number;
|
|
71
89
|
deductible: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Vat.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"Vat.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoGf,CAAC"}
|
package/es/types/Enum/Vat.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
export const Vat = {
|
|
2
2
|
WITHOUT_TAXE: {
|
|
3
3
|
id: 1,
|
|
4
|
+
// TODO We should remove idTva when GET vat is remove from api v1
|
|
5
|
+
idTva: 1,
|
|
4
6
|
value: 0,
|
|
7
|
+
displayOrder: 6,
|
|
5
8
|
name: 'Hors-Taxe',
|
|
6
9
|
collected: 212,
|
|
7
10
|
deductible: 221,
|
|
@@ -9,7 +12,10 @@ export const Vat = {
|
|
|
9
12
|
},
|
|
10
13
|
TX_5_5: {
|
|
11
14
|
id: 2,
|
|
15
|
+
// TODO We should remove idTva when GET vat is remove from api v1
|
|
16
|
+
idTva: 2,
|
|
12
17
|
value: 5.5,
|
|
18
|
+
displayOrder: 4,
|
|
13
19
|
name: 'TVA 5.5%',
|
|
14
20
|
collected: 209,
|
|
15
21
|
deductible: 4,
|
|
@@ -17,7 +23,10 @@ export const Vat = {
|
|
|
17
23
|
},
|
|
18
24
|
TX_10: {
|
|
19
25
|
id: 3,
|
|
26
|
+
// TODO We should remove idTva when GET vat is remove from api v1
|
|
27
|
+
idTva: 3,
|
|
20
28
|
value: 10,
|
|
29
|
+
displayOrder: 2,
|
|
21
30
|
name: 'TVA 10%',
|
|
22
31
|
collected: 210,
|
|
23
32
|
deductible: 5,
|
|
@@ -25,7 +34,10 @@ export const Vat = {
|
|
|
25
34
|
},
|
|
26
35
|
TX_20: {
|
|
27
36
|
id: 4,
|
|
37
|
+
// TODO We should remove idTva when GET vat is remove from api v1
|
|
38
|
+
idTva: 4,
|
|
28
39
|
value: 20,
|
|
40
|
+
displayOrder: 1,
|
|
29
41
|
name: 'TVA 20%',
|
|
30
42
|
collected: 211,
|
|
31
43
|
deductible: 6,
|
|
@@ -33,7 +45,10 @@ export const Vat = {
|
|
|
33
45
|
},
|
|
34
46
|
TX_2_1: {
|
|
35
47
|
id: 6,
|
|
48
|
+
// TODO We should remove idTva when GET vat is remove from api v1
|
|
49
|
+
idTva: 6,
|
|
36
50
|
value: 2.1,
|
|
51
|
+
displayOrder: 5,
|
|
37
52
|
name: 'TVA 2.1%',
|
|
38
53
|
collected: 222,
|
|
39
54
|
deductible: 7,
|
|
@@ -41,7 +56,10 @@ export const Vat = {
|
|
|
41
56
|
},
|
|
42
57
|
TX_8_5: {
|
|
43
58
|
id: 7,
|
|
59
|
+
// TODO We should remove idTva when GET vat is remove from api v1
|
|
60
|
+
idTva: 7,
|
|
44
61
|
value: 8.5,
|
|
62
|
+
displayOrder: 3,
|
|
45
63
|
name: 'TVA 8.5%',
|
|
46
64
|
collected: 345,
|
|
47
65
|
deductible: 8,
|
|
@@ -49,7 +67,10 @@ export const Vat = {
|
|
|
49
67
|
},
|
|
50
68
|
MARGE: {
|
|
51
69
|
id: 8,
|
|
70
|
+
// TODO We should remove idTva when GET vat is remove from api v1
|
|
71
|
+
idTva: 8,
|
|
52
72
|
value: 0,
|
|
73
|
+
displayOrder: 9,
|
|
53
74
|
name: 'Sur Marge',
|
|
54
75
|
collected: 211,
|
|
55
76
|
deductible: 9,
|
|
@@ -57,7 +78,10 @@ export const Vat = {
|
|
|
57
78
|
},
|
|
58
79
|
INTRACOM: {
|
|
59
80
|
id: 9,
|
|
81
|
+
// TODO We should remove idTva when GET vat is remove from api v1
|
|
82
|
+
idTva: 9,
|
|
60
83
|
value: 20,
|
|
84
|
+
displayOrder: 7,
|
|
61
85
|
name: 'TVA intracom',
|
|
62
86
|
collected: 207,
|
|
63
87
|
deductible: 208,
|
|
@@ -65,7 +89,10 @@ export const Vat = {
|
|
|
65
89
|
},
|
|
66
90
|
MANUAL: {
|
|
67
91
|
id: 11,
|
|
92
|
+
// TODO We should remove idTva when GET vat is remove from api v1
|
|
93
|
+
idTva: 11,
|
|
68
94
|
value: 0,
|
|
95
|
+
displayOrder: 8,
|
|
69
96
|
name: 'TVA manuelle',
|
|
70
97
|
collected: 0,
|
|
71
98
|
deductible: 0,
|
package/es/types/Enum/Vat.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Vat.js","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,GAAG,GAAG;IACjB,YAAY,EAAE;QACZ,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,CAAC;QACR,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,GAAG;QACf,cAAc,EAAE,EAAE;KACnB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,GAAG;QACV,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;KACnB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,EAAE;QACT,IAAI,EAAE,SAAS;QACf,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;KACnB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,EAAE;QACT,IAAI,EAAE,SAAS;QACf,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;KACnB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,GAAG;QACV,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;KACnB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,GAAG;QACV,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;KACnB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,CAAC;QACR,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,IAAI;KACrB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,EAAE;QACT,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,GAAG;QACf,cAAc,EAAE,GAAG;KACpB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,CAAC;QACR,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE,CAAC;QACZ,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,IAAI;KACrB;CACF,CAAC","sourcesContent":["export const Vat = {\n WITHOUT_TAXE: {\n id: 1,\n value: 0,\n name: 'Hors-Taxe',\n collected: 212,\n deductible: 221,\n immobilization: 19,\n },\n TX_5_5: {\n id: 2,\n value: 5.5,\n name: 'TVA 5.5%',\n collected: 209,\n deductible: 4,\n immobilization: 10,\n },\n TX_10: {\n id: 3,\n value: 10,\n name: 'TVA 10%',\n collected: 210,\n deductible: 5,\n immobilization: 11,\n },\n TX_20: {\n id: 4,\n value: 20,\n name: 'TVA 20%',\n collected: 211,\n deductible: 6,\n immobilization: 12,\n },\n TX_2_1: {\n id: 6,\n value: 2.1,\n name: 'TVA 2.1%',\n collected: 222,\n deductible: 7,\n immobilization: 13,\n },\n TX_8_5: {\n id: 7,\n value: 8.5,\n name: 'TVA 8.5%',\n collected: 345,\n deductible: 8,\n immobilization: 15,\n },\n MARGE: {\n id: 8,\n value: 0,\n name: 'Sur Marge',\n collected: 211,\n deductible: 9,\n immobilization: null,\n },\n INTRACOM: {\n id: 9,\n value: 20,\n name: 'TVA intracom',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n },\n MANUAL: {\n id: 11,\n value: 0,\n name: 'TVA manuelle',\n collected: 0,\n deductible: 0,\n immobilization: null,\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"Vat.js","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,GAAG,GAAG;IACjB,YAAY,EAAE;QACZ,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,CAAC;QACR,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,GAAG;QACf,cAAc,EAAE,EAAE;KACnB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,GAAG;QACV,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;KACnB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,EAAE;QACT,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,SAAS;QACf,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;KACnB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,EAAE;QACT,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,SAAS;QACf,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;KACnB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,GAAG;QACV,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;KACnB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,GAAG;QACV,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;KACnB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,CAAC;QACR,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,IAAI;KACrB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,EAAE;QACT,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,GAAG;QACf,cAAc,EAAE,GAAG;KACpB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,EAAE;QACN,iEAAiE;QACjE,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC;QACR,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE,CAAC;QACZ,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,IAAI;KACrB;CACF,CAAC","sourcesContent":["export const Vat = {\n WITHOUT_TAXE: {\n id: 1,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 1,\n value: 0,\n displayOrder: 6,\n name: 'Hors-Taxe',\n collected: 212,\n deductible: 221,\n immobilization: 19,\n },\n TX_5_5: {\n id: 2,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 2,\n value: 5.5,\n displayOrder: 4,\n name: 'TVA 5.5%',\n collected: 209,\n deductible: 4,\n immobilization: 10,\n },\n TX_10: {\n id: 3,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 3,\n value: 10,\n displayOrder: 2,\n name: 'TVA 10%',\n collected: 210,\n deductible: 5,\n immobilization: 11,\n },\n TX_20: {\n id: 4,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 4,\n value: 20,\n displayOrder: 1,\n name: 'TVA 20%',\n collected: 211,\n deductible: 6,\n immobilization: 12,\n },\n TX_2_1: {\n id: 6,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 6,\n value: 2.1,\n displayOrder: 5,\n name: 'TVA 2.1%',\n collected: 222,\n deductible: 7,\n immobilization: 13,\n },\n TX_8_5: {\n id: 7,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 7,\n value: 8.5,\n displayOrder: 3,\n name: 'TVA 8.5%',\n collected: 345,\n deductible: 8,\n immobilization: 15,\n },\n MARGE: {\n id: 8,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 8,\n value: 0,\n displayOrder: 9,\n name: 'Sur Marge',\n collected: 211,\n deductible: 9,\n immobilization: null,\n },\n INTRACOM: {\n id: 9,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 9,\n value: 20,\n displayOrder: 7,\n name: 'TVA intracom',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n },\n MANUAL: {\n id: 11,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 11,\n value: 0,\n displayOrder: 8,\n name: 'TVA manuelle',\n collected: 0,\n deductible: 0,\n immobilization: null,\n },\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnnotateAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGnE,oBAAY,kBAAkB,GAAG,eAAe,CAAC;AAEjD,
|
|
1
|
+
{"version":3,"file":"AnnotateAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGnE,oBAAY,kBAAkB,GAAG,eAAe,CAAC;AAEjD,qBAAa,SAAS;IACpB,GAAG,CAAC,EAAG,MAAM,GAAG;QACd,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,EAAE,CAAC;IACJ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAGD,oBAAY,6BAA6B,GAAG,SAAS,EAAE,CAAC;AAExD,qBAAa,2BAA2B;IAGtC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;IAEtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACxB;AAGD,MAAM,WAAW,kCAAmC,SAAQ,sBAAsB;IAChF,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,6BAA6B,CAAC;CACzC"}
|