@silexpert/core 1.1.324 → 1.1.326
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/dist/cjs/api/resources/Payment.d.ts +2 -1
- package/dist/cjs/api/resources/Payment.d.ts.map +1 -1
- package/dist/cjs/api/resources/Payment.js +3 -0
- package/dist/cjs/api/resources/Payment.js.map +1 -1
- package/dist/cjs/api/resources/Transaction.d.ts +2 -1
- package/dist/cjs/api/resources/Transaction.d.ts.map +1 -1
- package/dist/cjs/api/resources/Transaction.js +3 -0
- package/dist/cjs/api/resources/Transaction.js.map +1 -1
- package/dist/cjs/types/Enum/Account.d.ts +8 -0
- package/dist/cjs/types/Enum/Account.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Account.js +8 -0
- package/dist/cjs/types/Enum/Account.js.map +1 -1
- package/dist/cjs/types/Enum/Annotation.d.ts +10 -0
- package/dist/cjs/types/Enum/Annotation.d.ts.map +1 -0
- package/dist/cjs/types/Enum/Annotation.js +14 -0
- package/dist/cjs/types/Enum/Annotation.js.map +1 -0
- package/dist/cjs/types/Enum/MealExpenseThresholds.d.ts.map +1 -1
- package/dist/cjs/types/Enum/MealExpenseThresholds.js +4 -0
- package/dist/cjs/types/Enum/MealExpenseThresholds.js.map +1 -1
- package/dist/cjs/types/Enum/RoleDetail.d.ts +35 -34
- package/dist/cjs/types/Enum/RoleDetail.d.ts.map +1 -1
- package/dist/cjs/types/Enum/RoleDetail.js +35 -34
- package/dist/cjs/types/Enum/RoleDetail.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.d.ts +5 -0
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.js +23 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/QueryPayment.d.ts +3 -0
- package/dist/cjs/types/Interface/api/payment/QueryPayment.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/payment/QueryPayment.js +12 -1
- package/dist/cjs/types/Interface/api/payment/QueryPayment.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/ReadPayment.d.ts +5 -0
- package/dist/cjs/types/Interface/api/payment/ReadPayment.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/payment/ReadPayment.js.map +1 -1
- package/dist/cjs/types/Interface/models/IAnnotation.d.ts +12 -0
- package/dist/cjs/types/Interface/models/IAnnotation.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IAnnotation.js +3 -0
- package/dist/cjs/types/Interface/models/IAnnotation.js.map +1 -0
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +2 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Payment.d.ts +2 -1
- package/dist/mjs/api/resources/Payment.d.ts.map +1 -1
- package/dist/mjs/api/resources/Payment.js +3 -0
- package/dist/mjs/api/resources/Payment.js.map +1 -1
- package/dist/mjs/api/resources/Transaction.d.ts +2 -1
- package/dist/mjs/api/resources/Transaction.d.ts.map +1 -1
- package/dist/mjs/api/resources/Transaction.js +3 -0
- package/dist/mjs/api/resources/Transaction.js.map +1 -1
- package/dist/mjs/types/Enum/Account.d.ts +8 -0
- package/dist/mjs/types/Enum/Account.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Account.js +8 -0
- package/dist/mjs/types/Enum/Account.js.map +1 -1
- package/dist/mjs/types/Enum/Annotation.d.ts +10 -0
- package/dist/mjs/types/Enum/Annotation.d.ts.map +1 -0
- package/dist/mjs/types/Enum/Annotation.js +11 -0
- package/dist/mjs/types/Enum/Annotation.js.map +1 -0
- package/dist/mjs/types/Enum/MealExpenseThresholds.d.ts.map +1 -1
- package/dist/mjs/types/Enum/MealExpenseThresholds.js +4 -0
- package/dist/mjs/types/Enum/MealExpenseThresholds.js.map +1 -1
- package/dist/mjs/types/Enum/RoleDetail.d.ts +35 -34
- package/dist/mjs/types/Enum/RoleDetail.d.ts.map +1 -1
- package/dist/mjs/types/Enum/RoleDetail.js +35 -34
- package/dist/mjs/types/Enum/RoleDetail.js.map +1 -1
- package/dist/mjs/types/Interface/api/accountingTransaction/QueryTransaction.d.ts +5 -0
- package/dist/mjs/types/Interface/api/accountingTransaction/QueryTransaction.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/accountingTransaction/QueryTransaction.js +24 -0
- package/dist/mjs/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/dist/mjs/types/Interface/api/payment/QueryPayment.d.ts +3 -0
- package/dist/mjs/types/Interface/api/payment/QueryPayment.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/payment/QueryPayment.js +13 -2
- package/dist/mjs/types/Interface/api/payment/QueryPayment.js.map +1 -1
- package/dist/mjs/types/Interface/api/payment/ReadPayment.d.ts +5 -0
- package/dist/mjs/types/Interface/api/payment/ReadPayment.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/payment/ReadPayment.js.map +1 -1
- package/dist/mjs/types/Interface/models/IAnnotation.d.ts +12 -0
- package/dist/mjs/types/Interface/models/IAnnotation.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IAnnotation.js +2 -0
- package/dist/mjs/types/Interface/models/IAnnotation.js.map +1 -0
- package/dist/mjs/types/index.d.ts +2 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +2 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Payment.ts +5 -1
- package/ts/api/resources/Transaction.ts +6 -0
- package/ts/types/Enum/Account.ts +8 -0
- package/ts/types/Enum/Annotation.ts +9 -0
- package/ts/types/Enum/MealExpenseThresholds.ts +4 -0
- package/ts/types/Enum/RoleDetail.ts +36 -34
- package/ts/types/Interface/api/accountingTransaction/QueryTransaction.ts +18 -0
- package/ts/types/Interface/api/payment/QueryPayment.ts +11 -2
- package/ts/types/Interface/api/payment/ReadPayment.ts +6 -0
- package/ts/types/Interface/models/IAnnotation.ts +12 -0
- package/ts/types/index.ts +2 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
-
import { CreateNotifyCustomer, CreatePaymentsAutoBilling, IPayment, QueryMonthlyPayment, QueryPayment, QueryPaymentCsv, QuerySocietyUnpaid, ReadPaid, ReadStatPrestation, ReadStatsSocietyUnpaid } from '../../types';
|
|
2
|
+
import { CreateNotifyCustomer, CreatePaymentsAutoBilling, IPayment, QueryMonthlyPayment, QueryPayment, QueryPaymentCsv, QueryPaymentInvoice, QuerySocietyUnpaid, ReadPaid, ReadPaymentInvoice, ReadStatPrestation, ReadStatsSocietyUnpaid } from '../../types';
|
|
3
3
|
export declare class Payment extends Resource {
|
|
4
4
|
getMonthlyCsv(query: QueryMonthlyPayment): Promise<void>;
|
|
5
5
|
getInternalPaymentCsv(query: QueryPaymentCsv): Promise<void>;
|
|
@@ -15,5 +15,6 @@ export declare class Payment extends Resource {
|
|
|
15
15
|
}>;
|
|
16
16
|
getStatsSocietyUnpaid(payload: QuerySocietyUnpaid): Promise<ReadStatsSocietyUnpaid[]>;
|
|
17
17
|
generateForAutoBilling(payload: CreatePaymentsAutoBilling): Promise<ReadStatsSocietyUnpaid[]>;
|
|
18
|
+
getAllInvoices(idExercice: number, query: QueryPaymentInvoice): Promise<ReadPaymentInvoice[]>;
|
|
18
19
|
}
|
|
19
20
|
//# sourceMappingURL=Payment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payment.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/Payment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,QAAQ,EAAE,mBAAmB,EAAE,YAAY,EAAE,eAAe,EAAE,kBAAkB,EAAE,QAAQ,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Payment.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/Payment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,QAAQ,EAAE,mBAAmB,EAAE,YAAY,EAAE,eAAe,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE/P,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,aAAa,CAAC,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;IAUxD,qBAAqB,CAAC,KAAK,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC;IAU5D,eAAe,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAI7D,sBAAsB,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAIpE,OAAO,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,QAAQ,CAAC;IAMjD,SAAS,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,QAAQ,GAAG;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAM1E,wBAAwB,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC;QAAE,mBAAmB,EAAE,kBAAkB,CAAC;QAAC,iBAAiB,EAAE,kBAAkB,CAAA;KAAE,CAAC;IAM5I,qBAAqB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,sBAAsB,EAAE,CAAC;IAMrF,sBAAsB,CAAC,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,sBAAsB,EAAE,CAAC;IAI7F,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,kBAAkB,EAAE,CAAC;CAG9F"}
|
|
@@ -50,6 +50,9 @@ class Payment extends Resource_1.Resource {
|
|
|
50
50
|
generateForAutoBilling(payload) {
|
|
51
51
|
return this.axios.$post('payment/auto-billing', payload);
|
|
52
52
|
}
|
|
53
|
+
getAllInvoices(idExercice, query) {
|
|
54
|
+
return this.axios.$get(`/exercices/${idExercice}/invoices`, { params: query });
|
|
55
|
+
}
|
|
53
56
|
}
|
|
54
57
|
exports.Payment = Payment;
|
|
55
58
|
//# sourceMappingURL=Payment.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payment.js","sourceRoot":"","sources":["../../../../ts/api/resources/Payment.ts"],"names":[],"mappings":";;;AAAA,0CAAuC;AAGvC,MAAa,OAAQ,SAAQ,mBAAQ;IACnC,aAAa,CAAC,KAA0B;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,EAAE;YAC3C,MAAM,EAAE,KAAK;YACb,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,qBAAqB,CAAC,KAAsB;QAC1C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,EAAE;YACrD,MAAM,EAAE,KAAK;YACb,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,eAAe,CAAC,OAA6B;QAC3C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,0BAA0B,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAED,sBAAsB,CAAC,OAA6B;QAClD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,kCAAkC,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED,OAAO,CAAC,OAAqB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,EAAE;YACrC,MAAM,EAAE,OAAO;SAChB,CAAC,CAAC;IACL,CAAC;IAED,SAAS,CAAC,OAAqB;QAC7B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE;YACvC,MAAM,EAAE,OAAO;SAChB,CAAC,CAAC;IACL,CAAC;IAED,wBAAwB,CAAC,OAAqB;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,EAAE;YACpD,MAAM,EAAE,OAAO;SAChB,CAAC,CAAC;IACL,CAAC;IAED,qBAAqB,CAAC,OAA2B;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,0BAA0B,EAAE;YACjD,MAAM,EAAE,OAAO;SAChB,CAAC,CAAC;IACL,CAAC;IAED,sBAAsB,CAAC,OAAkC;QACvD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,sBAAsB,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;CACF;
|
|
1
|
+
{"version":3,"file":"Payment.js","sourceRoot":"","sources":["../../../../ts/api/resources/Payment.ts"],"names":[],"mappings":";;;AAAA,0CAAuC;AAGvC,MAAa,OAAQ,SAAQ,mBAAQ;IACnC,aAAa,CAAC,KAA0B;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,EAAE;YAC3C,MAAM,EAAE,KAAK;YACb,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,qBAAqB,CAAC,KAAsB;QAC1C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,EAAE;YACrD,MAAM,EAAE,KAAK;YACb,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,eAAe,CAAC,OAA6B;QAC3C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,0BAA0B,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAED,sBAAsB,CAAC,OAA6B;QAClD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,kCAAkC,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED,OAAO,CAAC,OAAqB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,EAAE;YACrC,MAAM,EAAE,OAAO;SAChB,CAAC,CAAC;IACL,CAAC;IAED,SAAS,CAAC,OAAqB;QAC7B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE;YACvC,MAAM,EAAE,OAAO;SAChB,CAAC,CAAC;IACL,CAAC;IAED,wBAAwB,CAAC,OAAqB;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,EAAE;YACpD,MAAM,EAAE,OAAO;SAChB,CAAC,CAAC;IACL,CAAC;IAED,qBAAqB,CAAC,OAA2B;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,0BAA0B,EAAE;YACjD,MAAM,EAAE,OAAO;SAChB,CAAC,CAAC;IACL,CAAC;IAED,sBAAsB,CAAC,OAAkC;QACvD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,sBAAsB,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED,cAAc,CAAC,UAAkB,EAAE,KAA0B;QAC3D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,UAAU,WAAW,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACjF,CAAC;CACF;AA5DD,0BA4DC","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateNotifyCustomer, CreatePaymentsAutoBilling, IPayment, QueryMonthlyPayment, QueryPayment, QueryPaymentCsv, QueryPaymentInvoice, QuerySocietyUnpaid, ReadPaid, ReadPaymentInvoice, ReadStatPrestation, ReadStatsSocietyUnpaid } from '../../types';\n\nexport class Payment extends Resource {\n getMonthlyCsv(query: QueryMonthlyPayment): Promise<void> {\n return this.axios.$get('payment/monthlyCsv', {\n params: query,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/csv',\n },\n });\n }\n\n getInternalPaymentCsv(query: QueryPaymentCsv): Promise<void> {\n return this.axios.$get('payment/internal-payment/csv', {\n params: query,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/csv',\n },\n });\n }\n\n notifyCustomers(payload: CreateNotifyCustomer): Promise<void> {\n return this.axios.$post('payment/notify-customers', payload);\n }\n\n notifyCustomersInvoice(payload: CreateNotifyCustomer): Promise<void> {\n return this.axios.$post('payment/notify-customers-invoice', payload);\n }\n\n getPaid(payload: QueryPayment): Promise<ReadPaid> {\n return this.axios.$get('payment/paid', {\n params: payload,\n });\n }\n\n getUnpaid(payload: QueryPayment): Promise<IPayment & { unpaid: number }[]> {\n return this.axios.$get('payment/unpaid', {\n params: payload,\n });\n }\n\n getStatsPaidByPrestation(payload: QueryPayment): Promise<{ invoicePaymentStats: ReadStatPrestation, assetPaymentStats: ReadStatPrestation }> {\n return this.axios.$get('payment/paid-by-prestations', {\n params: payload,\n });\n }\n\n getStatsSocietyUnpaid(payload: QuerySocietyUnpaid): Promise<ReadStatsSocietyUnpaid[]> {\n return this.axios.$get('payment/societies-unpaid', {\n params: payload,\n });\n }\n\n generateForAutoBilling(payload: CreatePaymentsAutoBilling): Promise<ReadStatsSocietyUnpaid[]> {\n return this.axios.$post('payment/auto-billing', payload);\n }\n\n getAllInvoices(idExercice: number, query: QueryPaymentInvoice): Promise<ReadPaymentInvoice[]> {\n return this.axios.$get(`/exercices/${idExercice}/invoices`, { params: query });\n }\n}"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { Resource } from '../Resource';
|
|
3
|
-
import { BasePaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions, IAccountingTransaction, ReadAccountantBalance, CreateManualEntry, IAccountingEntry, QueryDeleteInvoices, ReadDeletedInvoices, QuerySocietyTransactionCount, ReadSocietyTransactionCount, ReadBankAccountSum, QueryBankAccountSum, QueryTransaction, ReadPartnerTransactionType, DuplicateAccountingTransaction, CreateWithMasterEntry, QueryExport } from '../../types';
|
|
3
|
+
import { BasePaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions, IAccountingTransaction, ReadAccountantBalance, CreateManualEntry, IAccountingEntry, QueryDeleteInvoices, ReadDeletedInvoices, QuerySocietyTransactionCount, ReadSocietyTransactionCount, ReadBankAccountSum, QueryBankAccountSum, QueryTransaction, ReadPartnerTransactionType, DuplicateAccountingTransaction, CreateWithMasterEntry, QueryExport, QueryAutomaticAnnotation } from '../../types';
|
|
4
4
|
export declare class Transaction extends Resource {
|
|
5
5
|
getFormattedPaginate(idSociety: number, params: QueryTransaction): Promise<BasePaginate<ReadFormattedAccountingTransaction>>;
|
|
6
6
|
exportInfo(idSociety: number, params: QueryTransaction): Promise<Buffer>;
|
|
@@ -21,6 +21,7 @@ export declare class Transaction extends Resource {
|
|
|
21
21
|
get(id: number): Promise<ReadFormattedAccountingTransaction>;
|
|
22
22
|
getCashdeskSum(): Promise<number>;
|
|
23
23
|
getAllPartnerTypes(): Promise<ReadPartnerTransactionType[]>;
|
|
24
|
+
annotateAutomatically(payload: QueryAutomaticAnnotation): Promise<number>;
|
|
24
25
|
duplicate(data: DuplicateAccountingTransaction): Promise<number>;
|
|
25
26
|
}
|
|
26
27
|
//# sourceMappingURL=Transaction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,YAAY,EACZ,kCAAkC,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,aAAa,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,qBAAqB,EAClc,WAAW,
|
|
1
|
+
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,YAAY,EACZ,kCAAkC,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,aAAa,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,qBAAqB,EAClc,WAAW,EACX,wBAAwB,EACzB,MAAM,aAAa,CAAC;AAErB,qBAAa,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,YAAY,CAAC,kCAAkC,CAAC,CAAC;IAM5H,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,MAAM,CAAC;IAUxE,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,sBAAsB,CAAC,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAI5F,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,sBAAsB,EAAE,CAAC;IAG5F,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC;IAInE,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,MAAM,CAAC;IAG/D,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,CAAC;IAGpG,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAGtD,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC;IAIzE,oBAAoB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC;IAI/E,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAIhG,qBAAqB,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAI7G,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAI5F,sBAAsB,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAInG,eAAe,CACb,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,4BAA4B,GACnC,OAAO,CAAC,2BAA2B,CAAC;IAIvC,iBAAiB,CAAC,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAI1E,GAAG,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kCAAkC,CAAC;IAI5D,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC;IAIjC,kBAAkB,IAAI,OAAO,CAAC,0BAA0B,EAAE,CAAC;IAK3D,qBAAqB,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,MAAM,CAAC;IAIzE,SAAS,CAAC,IAAI,EAAE,8BAA8B,GAAG,OAAO,CAAC,MAAM,CAAC;CAGjE"}
|
|
@@ -68,6 +68,9 @@ class Transaction extends Resource_1.Resource {
|
|
|
68
68
|
getAllPartnerTypes() {
|
|
69
69
|
return this.axios.$get('/transactions/partners-types');
|
|
70
70
|
}
|
|
71
|
+
annotateAutomatically(payload) {
|
|
72
|
+
return this.axios.$post('/transactions/annotate-automatically', payload);
|
|
73
|
+
}
|
|
71
74
|
duplicate(data) {
|
|
72
75
|
return this.axios.$post('/transactions/duplicate', data);
|
|
73
76
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":";;;AAAA,0CAAuC;
|
|
1
|
+
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"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","sourcesContent":["import { Resource } from '../Resource';\nimport {\n BasePaginate,\n ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions, IAccountingTransaction, ReadAccountantBalance, CreateManualEntry, IAccountingEntry, QueryDeleteInvoices, ReadDeletedInvoices, QuerySocietyTransactionCount, ReadSocietyTransactionCount, ReadBankAccountSum, QueryBankAccountSum, QueryTransaction, ReadPartnerTransactionType, DuplicateAccountingTransaction, CreateWithMasterEntry,\n QueryExport,\n QueryAutomaticAnnotation,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: QueryTransaction): Promise<BasePaginate<ReadFormattedAccountingTransaction>> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n\n exportInfo(idSociety: number, params: QueryTransaction): Promise<Buffer> {\n return this.axios.$get(`/society/${idSociety}/transactions/export`, {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n\n update(id: number, params: Partial<IAccountingTransaction>): Promise<IAccountingTransaction> {\n return this.axios.$patch(`/transactions/${id}`, params);\n }\n\n getAll(idSociety: number, query: QueryGetAllTransactions): Promise<IAccountingTransaction[]> {\n return this.axios.$get(`/society/${idSociety}/transactions/list`, { params: query });\n }\n unexport(idSociety: number, params: QueryUnexport): Promise<number> {\n return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);\n }\n\n export(idSociety: number, params: QueryExport): Promise<number> {\n return this.axios.$put(`/society/${idSociety}/transactions/export`, params);\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n delete(idSociety: number, id: number): Promise<number> {\n return this.axios.$delete(`/society/${idSociety}/transaction/${id}`);\n }\n deleteTransactions(id: number, data: DeleteTransactions): Promise<number> {\n return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });\n }\n\n getBalanceQuotaShare(idExercice: number): Promise<Array<ReadAccountantBalance>> {\n return this.axios.$get(`/society/balance/${idExercice}`);\n }\n\n createManual(idSociety: number, data: Array<CreateManualEntry>): Promise<IAccountingTransaction> {\n return this.axios.$post(`/society/${idSociety}/manual-transactions`, data);\n }\n\n createWithMasterEntry(idSociety: number, data: Array<CreateWithMasterEntry>): Promise<IAccountingTransaction> {\n return this.axios.$post(`/society/${idSociety}/transactions`, data);\n }\n\n getAllManual(idSociety: number, idExercice: number): Promise<Array<Array<IAccountingEntry>>> {\n return this.axios.$get(`/society/${idSociety}/exercices/${idExercice}/manual-transactions`);\n }\n\n deleteMultipleInvoices(idSociety: number, query: QueryDeleteInvoices): Promise<ReadDeletedInvoices> {\n return this.axios.$delete(`/society/${idSociety}/invoice-transactions`, { params: query });\n }\n\n toAnnotateCount(\n idSociety: number,\n params: QuerySocietyTransactionCount,\n ): Promise<ReadSocietyTransactionCount> {\n return this.axios.$get(`/society/${idSociety}/transactions/to-annotate/count`, { params });\n }\n\n getBankAccountSum(query: QueryBankAccountSum): Promise<ReadBankAccountSum> {\n return this.axios.$get('/society/transactions/bank-account-sum', { params: query });\n }\n\n get(id: number): Promise<ReadFormattedAccountingTransaction> {\n return this.axios.$get(`/transactions/${id}`);\n }\n\n getCashdeskSum(): Promise<number> {\n return this.axios.$get('/societies/transactions/cashdesk-sum');\n }\n\n getAllPartnerTypes(): Promise<ReadPartnerTransactionType[]> {\n return this.axios.$get('/transactions/partners-types');\n }\n\n\n annotateAutomatically(payload: QueryAutomaticAnnotation): Promise<number> {\n return this.axios.$post('/transactions/annotate-automatically', payload);\n }\n\n duplicate(data: DuplicateAccountingTransaction): Promise<number> {\n return this.axios.$post('/transactions/duplicate', data);\n }\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8HnB,CAAC"}
|
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Account = void 0;
|
|
4
4
|
exports.Account = {
|
|
5
|
+
PERSONAL_SPENT: {
|
|
6
|
+
id: 1,
|
|
7
|
+
number: 108000,
|
|
8
|
+
},
|
|
9
|
+
CURRENT_PARTNER: {
|
|
10
|
+
id: 204,
|
|
11
|
+
number: 455000,
|
|
12
|
+
},
|
|
5
13
|
MERCHANDISE_EXPENSE: {
|
|
6
14
|
id: 27,
|
|
7
15
|
number: 607000,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Account.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG;IACrB,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,2BAA2B,EAAE;QAC3B,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;KACf;IACD,uCAAuC,EAAE;QACvC,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;KACf;IACD,6BAA6B,EAAE;QAC7B,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,cAAc,EAAE;QACd,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,wBAAwB,EAAE;QACxB,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IAED,MAAM,EAAE;QACN,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,yBAAyB,EAAE;QACzB,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;KACf;CACF,CAAC","sourcesContent":["export const Account = {\n MERCHANDISE_EXPENSE: {\n id: 27,\n number: 607000,\n },\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n CAPITAL: {\n id: 112,\n number: 101100,\n },\n REPORT_DEBIT: {\n id: 89,\n number: 119000,\n },\n REPORT_CREDIT: {\n id: 87,\n number: 110000,\n },\n LEGAL_RESERVE: {\n id: 61,\n number: 106100,\n },\n STATUTORY_RESERVE: {\n id: 65,\n number: 106300,\n },\n REGULATED_RESERVE: {\n id: 66,\n number: 106400,\n },\n OPTIONAL_RESERVE: {\n id: 70,\n number: 106800,\n },\n UNAVAILABLE_RESERVE: {\n id: 64,\n number: 106200,\n },\n DIVIDEND: {\n id: 250,\n number: 457000,\n },\n LEVY_ON_RESERVE: {\n id: 70,\n number: 106800,\n },\n COMPANY_TAX: {\n id: 201,\n number: 444000,\n },\n SHARE_CAPITAL_BANK_PROVIDED: {\n id: 0,\n number: 101300,\n },\n SHAREHOLDER_SHARE_CAPITAL_BANK_PROVIDED: {\n id: 0,\n number: 109100,\n },\n TRAVELING_MEAL_HOTEL_EXPENSES: {\n id: 117,\n number: 625100,\n },\n DEDUCTIBLE_VAT: {\n id: 221,\n number: 445660,\n },\n GIFT: {\n id: 110,\n number: 623400,\n },\n VAT_COLLECTED_20_PERCENT: {\n id: 211,\n number: 445720,\n },\n\n INCOME: {\n id: 213,\n number: 706100,\n },\n COUNTER_SALES: {\n id: 214,\n number: 707100,\n },\n INTERNAL_TRANSFER: {\n id: 215,\n number: 581100,\n },\n CASH_WITHDRAWAL: {\n id: 205,\n number: 580000,\n },\n CASH_DEPOSIT: {\n id: 206,\n number: 580000,\n },\n VAT_DEDUCTIBLE_20_PERCENT: {\n id: 6,\n number: 445660,\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Account.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,2BAA2B,EAAE;QAC3B,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;KACf;IACD,uCAAuC,EAAE;QACvC,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;KACf;IACD,6BAA6B,EAAE;QAC7B,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,cAAc,EAAE;QACd,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,wBAAwB,EAAE;QACxB,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IAED,MAAM,EAAE;QACN,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,yBAAyB,EAAE;QACzB,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;KACf;CACF,CAAC","sourcesContent":["export const Account = {\n PERSONAL_SPENT: {\n id: 1,\n number: 108000,\n },\n CURRENT_PARTNER: {\n id: 204,\n number: 455000,\n },\n MERCHANDISE_EXPENSE: {\n id: 27,\n number: 607000,\n },\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n CAPITAL: {\n id: 112,\n number: 101100,\n },\n REPORT_DEBIT: {\n id: 89,\n number: 119000,\n },\n REPORT_CREDIT: {\n id: 87,\n number: 110000,\n },\n LEGAL_RESERVE: {\n id: 61,\n number: 106100,\n },\n STATUTORY_RESERVE: {\n id: 65,\n number: 106300,\n },\n REGULATED_RESERVE: {\n id: 66,\n number: 106400,\n },\n OPTIONAL_RESERVE: {\n id: 70,\n number: 106800,\n },\n UNAVAILABLE_RESERVE: {\n id: 64,\n number: 106200,\n },\n DIVIDEND: {\n id: 250,\n number: 457000,\n },\n LEVY_ON_RESERVE: {\n id: 70,\n number: 106800,\n },\n COMPANY_TAX: {\n id: 201,\n number: 444000,\n },\n SHARE_CAPITAL_BANK_PROVIDED: {\n id: 0,\n number: 101300,\n },\n SHAREHOLDER_SHARE_CAPITAL_BANK_PROVIDED: {\n id: 0,\n number: 109100,\n },\n TRAVELING_MEAL_HOTEL_EXPENSES: {\n id: 117,\n number: 625100,\n },\n DEDUCTIBLE_VAT: {\n id: 221,\n number: 445660,\n },\n GIFT: {\n id: 110,\n number: 623400,\n },\n VAT_COLLECTED_20_PERCENT: {\n id: 211,\n number: 445720,\n },\n\n INCOME: {\n id: 213,\n number: 706100,\n },\n COUNTER_SALES: {\n id: 214,\n number: 707100,\n },\n INTERNAL_TRANSFER: {\n id: 215,\n number: 581100,\n },\n CASH_WITHDRAWAL: {\n id: 205,\n number: 580000,\n },\n CASH_DEPOSIT: {\n id: 206,\n number: 580000,\n },\n VAT_DEDUCTIBLE_20_PERCENT: {\n id: 6,\n number: 445660,\n },\n};"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Annotation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Annotation.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,MAAM,IAAI;IACV,cAAc,IAAI;IAClB,gBAAgB,IAAI;IACpB,SAAS,IAAI;IACb,QAAQ,IAAI;IACZ,GAAG,IAAI;IACP,SAAS,IAAI;CACd"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AnnotationType = void 0;
|
|
4
|
+
var AnnotationType;
|
|
5
|
+
(function (AnnotationType) {
|
|
6
|
+
AnnotationType[AnnotationType["MANUAL"] = 1] = "MANUAL";
|
|
7
|
+
AnnotationType[AnnotationType["AUTOMATIC_RULE"] = 2] = "AUTOMATIC_RULE";
|
|
8
|
+
AnnotationType[AnnotationType["MACHINE_LEARNING"] = 3] = "MACHINE_LEARNING";
|
|
9
|
+
AnnotationType[AnnotationType["AUTOMATOR"] = 4] = "AUTOMATOR";
|
|
10
|
+
AnnotationType[AnnotationType["INTERNAL"] = 5] = "INTERNAL";
|
|
11
|
+
AnnotationType[AnnotationType["OCR"] = 6] = "OCR";
|
|
12
|
+
AnnotationType[AnnotationType["CONNECTOR"] = 7] = "CONNECTOR";
|
|
13
|
+
})(AnnotationType || (exports.AnnotationType = AnnotationType = {}));
|
|
14
|
+
//# sourceMappingURL=Annotation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Annotation.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Annotation.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAQX;AARD,WAAY,cAAc;IACxB,uDAAU,CAAA;IACV,uEAAkB,CAAA;IAClB,2EAAoB,CAAA;IACpB,6DAAa,CAAA;IACb,2DAAY,CAAA;IACZ,iDAAO,CAAA;IACP,6DAAa,CAAA;AACf,CAAC,EARW,cAAc,8BAAd,cAAc,QAQzB","sourcesContent":["export enum AnnotationType {\n MANUAL = 1,\n AUTOMATIC_RULE = 2,\n MACHINE_LEARNING = 3,\n AUTOMATOR = 4,\n INTERNAL = 5,\n OCR = 6,\n CONNECTOR = 7,\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MealExpenseThresholds.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/MealExpenseThresholds.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAA;CACF;AAED,eAAO,MAAM,qBAAqB,EAAE,
|
|
1
|
+
{"version":3,"file":"MealExpenseThresholds.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/MealExpenseThresholds.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAA;CACF;AAED,eAAO,MAAM,qBAAqB,EAAE,sBAqBnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MealExpenseThresholds.js","sourceRoot":"","sources":["../../../../ts/types/Enum/MealExpenseThresholds.ts"],"names":[],"mappings":";;;AAOa,QAAA,qBAAqB,GAA2B;IAC3D,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,EAAE;KACR;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,KAAK;KACX;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,CAAC;QACN,GAAG,EAAE,KAAK;KACX;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,GAAG;QACR,GAAG,EAAE,KAAK;KACX;CACF,CAAC","sourcesContent":["export interface IMealExpenseThresholds {\n [key: string]: {\n min: number;\n max: number;\n }\n}\n\nexport const MealExpenseThresholds: IMealExpenseThresholds = {\n 2020: {\n min: 4.90,\n max: 19,\n },\n 2021: {\n min: 4.95,\n max: 19.10,\n },\n 2022: {\n min: 5,\n max: 19.40,\n },\n 2023: {\n min: 5.2,\n max: 20.20,\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"MealExpenseThresholds.js","sourceRoot":"","sources":["../../../../ts/types/Enum/MealExpenseThresholds.ts"],"names":[],"mappings":";;;AAOa,QAAA,qBAAqB,GAA2B;IAC3D,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,EAAE;KACR;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,KAAK;KACX;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,CAAC;QACN,GAAG,EAAE,KAAK;KACX;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,GAAG;QACR,GAAG,EAAE,KAAK;KACX;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,KAAK;KACX;CACF,CAAC","sourcesContent":["export interface IMealExpenseThresholds {\n [key: string]: {\n min: number;\n max: number;\n }\n}\n\nexport const MealExpenseThresholds: IMealExpenseThresholds = {\n 2020: {\n min: 4.90,\n max: 19,\n },\n 2021: {\n min: 4.95,\n max: 19.10,\n },\n 2022: {\n min: 5,\n max: 19.40,\n },\n 2023: {\n min: 5.2,\n max: 20.20,\n },\n 2024: {\n min: 5.35,\n max: 20.70,\n },\n};"]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Role } from './Role';
|
|
1
2
|
export declare const RoleDetail: {
|
|
2
3
|
CLIENT: {
|
|
3
|
-
id:
|
|
4
|
+
id: Role;
|
|
4
5
|
name: string;
|
|
5
6
|
colorPrimary: string;
|
|
6
7
|
colorSecondary: string;
|
|
@@ -8,7 +9,7 @@ export declare const RoleDetail: {
|
|
|
8
9
|
subRole: boolean;
|
|
9
10
|
};
|
|
10
11
|
ADMIN: {
|
|
11
|
-
id:
|
|
12
|
+
id: Role;
|
|
12
13
|
name: string;
|
|
13
14
|
colorPrimary: string;
|
|
14
15
|
colorSecondary: string;
|
|
@@ -16,7 +17,7 @@ export declare const RoleDetail: {
|
|
|
16
17
|
subRole: boolean;
|
|
17
18
|
};
|
|
18
19
|
FRONT_OFFICE: {
|
|
19
|
-
id:
|
|
20
|
+
id: Role;
|
|
20
21
|
name: string;
|
|
21
22
|
colorPrimary: string;
|
|
22
23
|
colorSecondary: string;
|
|
@@ -29,7 +30,7 @@ export declare const RoleDetail: {
|
|
|
29
30
|
cnVpn: string;
|
|
30
31
|
};
|
|
31
32
|
COMMERCIAL: {
|
|
32
|
-
id:
|
|
33
|
+
id: Role;
|
|
33
34
|
name: string;
|
|
34
35
|
colorPrimary: string;
|
|
35
36
|
colorSecondary: string;
|
|
@@ -42,7 +43,7 @@ export declare const RoleDetail: {
|
|
|
42
43
|
cnVpn: string;
|
|
43
44
|
};
|
|
44
45
|
CUSTOMER_SUCCESS: {
|
|
45
|
-
id:
|
|
46
|
+
id: Role;
|
|
46
47
|
name: string;
|
|
47
48
|
colorPrimary: string;
|
|
48
49
|
colorSecondary: string;
|
|
@@ -56,7 +57,7 @@ export declare const RoleDetail: {
|
|
|
56
57
|
cnVpn: string;
|
|
57
58
|
};
|
|
58
59
|
SOCIAL: {
|
|
59
|
-
id:
|
|
60
|
+
id: Role;
|
|
60
61
|
name: string;
|
|
61
62
|
colorPrimary: string;
|
|
62
63
|
colorSecondary: string;
|
|
@@ -69,7 +70,7 @@ export declare const RoleDetail: {
|
|
|
69
70
|
cnVpn: string;
|
|
70
71
|
};
|
|
71
72
|
JURIDIC: {
|
|
72
|
-
id:
|
|
73
|
+
id: Role;
|
|
73
74
|
name: string;
|
|
74
75
|
colorPrimary: string;
|
|
75
76
|
colorSecondary: string;
|
|
@@ -82,7 +83,7 @@ export declare const RoleDetail: {
|
|
|
82
83
|
cnVpn: string;
|
|
83
84
|
};
|
|
84
85
|
FRONT_OFFICE_EXPRESS: {
|
|
85
|
-
id:
|
|
86
|
+
id: Role;
|
|
86
87
|
name: string;
|
|
87
88
|
colorPrimary: string;
|
|
88
89
|
colorSecondary: string;
|
|
@@ -95,7 +96,7 @@ export declare const RoleDetail: {
|
|
|
95
96
|
cnVpn: string;
|
|
96
97
|
};
|
|
97
98
|
SUPER_ADMIN: {
|
|
98
|
-
id:
|
|
99
|
+
id: Role;
|
|
99
100
|
name: string;
|
|
100
101
|
colorPrimary: string;
|
|
101
102
|
colorSecondary: string;
|
|
@@ -103,7 +104,7 @@ export declare const RoleDetail: {
|
|
|
103
104
|
subRole: boolean;
|
|
104
105
|
};
|
|
105
106
|
EXPERT_SUB_CONTRACTOR: {
|
|
106
|
-
id:
|
|
107
|
+
id: Role;
|
|
107
108
|
name: string;
|
|
108
109
|
colorPrimary: string;
|
|
109
110
|
colorSecondary: string;
|
|
@@ -111,7 +112,7 @@ export declare const RoleDetail: {
|
|
|
111
112
|
subRole: boolean;
|
|
112
113
|
};
|
|
113
114
|
MAINTAINER: {
|
|
114
|
-
id:
|
|
115
|
+
id: Role;
|
|
115
116
|
name: string;
|
|
116
117
|
colorPrimary: string;
|
|
117
118
|
colorSecondary: string;
|
|
@@ -119,7 +120,7 @@ export declare const RoleDetail: {
|
|
|
119
120
|
subRole: boolean;
|
|
120
121
|
};
|
|
121
122
|
MANAGER: {
|
|
122
|
-
id:
|
|
123
|
+
id: Role;
|
|
123
124
|
name: string;
|
|
124
125
|
colorPrimary: string;
|
|
125
126
|
colorSecondary: string;
|
|
@@ -128,7 +129,7 @@ export declare const RoleDetail: {
|
|
|
128
129
|
handledInUserSocietyPermissionTable: boolean;
|
|
129
130
|
};
|
|
130
131
|
EXPERT_ACCOUNTANT: {
|
|
131
|
-
id:
|
|
132
|
+
id: Role;
|
|
132
133
|
name: string;
|
|
133
134
|
colorPrimary: string;
|
|
134
135
|
colorSecondary: string;
|
|
@@ -139,7 +140,7 @@ export declare const RoleDetail: {
|
|
|
139
140
|
cnVpn: string;
|
|
140
141
|
};
|
|
141
142
|
CANDIDAT: {
|
|
142
|
-
id:
|
|
143
|
+
id: Role;
|
|
143
144
|
name: string;
|
|
144
145
|
colorPrimary: string;
|
|
145
146
|
colorSecondary: string;
|
|
@@ -147,7 +148,7 @@ export declare const RoleDetail: {
|
|
|
147
148
|
subRole: boolean;
|
|
148
149
|
};
|
|
149
150
|
DEVELOPER: {
|
|
150
|
-
id:
|
|
151
|
+
id: Role;
|
|
151
152
|
name: string;
|
|
152
153
|
colorPrimary: string;
|
|
153
154
|
colorSecondary: string;
|
|
@@ -158,7 +159,7 @@ export declare const RoleDetail: {
|
|
|
158
159
|
phoneNumberStatutsExpress: string;
|
|
159
160
|
};
|
|
160
161
|
API: {
|
|
161
|
-
id:
|
|
162
|
+
id: Role;
|
|
162
163
|
name: string;
|
|
163
164
|
colorPrimary: string;
|
|
164
165
|
colorSecondary: string;
|
|
@@ -166,7 +167,7 @@ export declare const RoleDetail: {
|
|
|
166
167
|
subRole: boolean;
|
|
167
168
|
};
|
|
168
169
|
FACTURATION: {
|
|
169
|
-
id:
|
|
170
|
+
id: Role;
|
|
170
171
|
name: string;
|
|
171
172
|
colorPrimary: string;
|
|
172
173
|
colorSecondary: string;
|
|
@@ -179,7 +180,7 @@ export declare const RoleDetail: {
|
|
|
179
180
|
cnVpn: string;
|
|
180
181
|
};
|
|
181
182
|
HUMAN_RESSOURCES: {
|
|
182
|
-
id:
|
|
183
|
+
id: Role;
|
|
183
184
|
name: string;
|
|
184
185
|
colorPrimary: string;
|
|
185
186
|
colorSecondary: string;
|
|
@@ -188,7 +189,7 @@ export declare const RoleDetail: {
|
|
|
188
189
|
cnVpn: string;
|
|
189
190
|
};
|
|
190
191
|
PARTNERED_ACCOUNTANT: {
|
|
191
|
-
id:
|
|
192
|
+
id: Role;
|
|
192
193
|
name: string;
|
|
193
194
|
colorPrimary: string;
|
|
194
195
|
colorSecondary: string;
|
|
@@ -196,7 +197,7 @@ export declare const RoleDetail: {
|
|
|
196
197
|
subRole: boolean;
|
|
197
198
|
};
|
|
198
199
|
SDR: {
|
|
199
|
-
id:
|
|
200
|
+
id: Role;
|
|
200
201
|
name: string;
|
|
201
202
|
colorPrimary: string;
|
|
202
203
|
colorSecondary: string;
|
|
@@ -204,7 +205,7 @@ export declare const RoleDetail: {
|
|
|
204
205
|
subRole: boolean;
|
|
205
206
|
};
|
|
206
207
|
FORECAST_MANAGER: {
|
|
207
|
-
id:
|
|
208
|
+
id: Role;
|
|
208
209
|
name: string;
|
|
209
210
|
colorPrimary: string;
|
|
210
211
|
colorSecondary: string;
|
|
@@ -212,7 +213,7 @@ export declare const RoleDetail: {
|
|
|
212
213
|
subRole: boolean;
|
|
213
214
|
};
|
|
214
215
|
TERMINATION: {
|
|
215
|
-
id:
|
|
216
|
+
id: Role;
|
|
216
217
|
name: string;
|
|
217
218
|
colorPrimary: string;
|
|
218
219
|
colorSecondary: string;
|
|
@@ -221,7 +222,7 @@ export declare const RoleDetail: {
|
|
|
221
222
|
subRole: boolean;
|
|
222
223
|
};
|
|
223
224
|
EXPRESS_MANAGER: {
|
|
224
|
-
id:
|
|
225
|
+
id: Role;
|
|
225
226
|
name: string;
|
|
226
227
|
colorPrimary: string;
|
|
227
228
|
colorSecondary: string;
|
|
@@ -231,7 +232,7 @@ export declare const RoleDetail: {
|
|
|
231
232
|
cnVpn: string;
|
|
232
233
|
};
|
|
233
234
|
LITIGE: {
|
|
234
|
-
id:
|
|
235
|
+
id: Role;
|
|
235
236
|
name: string;
|
|
236
237
|
colorPrimary: string;
|
|
237
238
|
colorSecondary: string;
|
|
@@ -240,7 +241,7 @@ export declare const RoleDetail: {
|
|
|
240
241
|
subRole: boolean;
|
|
241
242
|
};
|
|
242
243
|
ATTESTATION_MANAGER: {
|
|
243
|
-
id:
|
|
244
|
+
id: Role;
|
|
244
245
|
name: string;
|
|
245
246
|
colorPrimary: string;
|
|
246
247
|
colorSecondary: string;
|
|
@@ -249,7 +250,7 @@ export declare const RoleDetail: {
|
|
|
249
250
|
cnVpn: string;
|
|
250
251
|
};
|
|
251
252
|
JURIDICAL_SUPPORT: {
|
|
252
|
-
id:
|
|
253
|
+
id: Role;
|
|
253
254
|
name: string;
|
|
254
255
|
colorPrimary: string;
|
|
255
256
|
colorSecondary: string;
|
|
@@ -257,7 +258,7 @@ export declare const RoleDetail: {
|
|
|
257
258
|
subRole: boolean;
|
|
258
259
|
};
|
|
259
260
|
INTERN: {
|
|
260
|
-
id:
|
|
261
|
+
id: Role;
|
|
261
262
|
name: string;
|
|
262
263
|
colorPrimary: string;
|
|
263
264
|
colorSecondary: string;
|
|
@@ -265,7 +266,7 @@ export declare const RoleDetail: {
|
|
|
265
266
|
subRole: boolean;
|
|
266
267
|
};
|
|
267
268
|
ALTERNATE: {
|
|
268
|
-
id:
|
|
269
|
+
id: Role;
|
|
269
270
|
name: string;
|
|
270
271
|
colorPrimary: string;
|
|
271
272
|
colorSecondary: string;
|
|
@@ -273,7 +274,7 @@ export declare const RoleDetail: {
|
|
|
273
274
|
subRole: boolean;
|
|
274
275
|
};
|
|
275
276
|
DIRECTOR: {
|
|
276
|
-
id:
|
|
277
|
+
id: Role;
|
|
277
278
|
name: string;
|
|
278
279
|
colorPrimary: string;
|
|
279
280
|
colorSecondary: string;
|
|
@@ -281,7 +282,7 @@ export declare const RoleDetail: {
|
|
|
281
282
|
subRole: boolean;
|
|
282
283
|
};
|
|
283
284
|
REFERENT_LITIGE: {
|
|
284
|
-
id:
|
|
285
|
+
id: Role;
|
|
285
286
|
name: string;
|
|
286
287
|
colorPrimary: string;
|
|
287
288
|
colorSecondary: string;
|
|
@@ -289,7 +290,7 @@ export declare const RoleDetail: {
|
|
|
289
290
|
subRole: boolean;
|
|
290
291
|
};
|
|
291
292
|
REFERENT_CLIENT: {
|
|
292
|
-
id:
|
|
293
|
+
id: Role;
|
|
293
294
|
name: string;
|
|
294
295
|
colorPrimary: string;
|
|
295
296
|
colorSecondary: string;
|
|
@@ -297,7 +298,7 @@ export declare const RoleDetail: {
|
|
|
297
298
|
subRole: boolean;
|
|
298
299
|
};
|
|
299
300
|
CONTROL_INTERN: {
|
|
300
|
-
id:
|
|
301
|
+
id: Role;
|
|
301
302
|
name: string;
|
|
302
303
|
colorPrimary: string;
|
|
303
304
|
colorSecondary: string;
|
|
@@ -305,7 +306,7 @@ export declare const RoleDetail: {
|
|
|
305
306
|
subRole: boolean;
|
|
306
307
|
};
|
|
307
308
|
ON_BOARDER: {
|
|
308
|
-
id:
|
|
309
|
+
id: Role;
|
|
309
310
|
name: string;
|
|
310
311
|
colorPrimary: string;
|
|
311
312
|
colorSecondary: string;
|
|
@@ -315,7 +316,7 @@ export declare const RoleDetail: {
|
|
|
315
316
|
cnVpn: string;
|
|
316
317
|
};
|
|
317
318
|
DATA_OFFICER: {
|
|
318
|
-
id:
|
|
319
|
+
id: Role;
|
|
319
320
|
name: string;
|
|
320
321
|
colorPrimary: string;
|
|
321
322
|
colorSecondary: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoleDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/RoleDetail.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmZtB,CAAC"}
|
|
1
|
+
{"version":3,"file":"RoleDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/RoleDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmZtB,CAAC"}
|