@silexpert/core 0.4.18 → 0.4.20
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/Transaction.d.ts +2 -1
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +3 -0
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/types/Enum/ComptaType.d.ts +1 -1
- package/es/types/Enum/ComptaType.js +1 -1
- package/es/types/Enum/ComptaType.js.map +1 -1
- package/es/types/Enum/PartnerTransactionType.d.ts +7 -0
- package/es/types/Enum/PartnerTransactionType.d.ts.map +1 -0
- package/es/types/Enum/PartnerTransactionType.js +8 -0
- package/es/types/Enum/PartnerTransactionType.js.map +1 -0
- package/es/types/Interface/api/account/CreateAccountSociety.d.ts +7 -0
- package/es/types/Interface/api/account/CreateAccountSociety.d.ts.map +1 -0
- package/es/types/Interface/api/account/CreateAccountSociety.js +29 -0
- package/es/types/Interface/api/account/CreateAccountSociety.js.map +1 -0
- package/es/types/Interface/api/account/QueryAccountSociety.d.ts +8 -0
- package/es/types/Interface/api/account/QueryAccountSociety.d.ts.map +1 -0
- package/es/types/Interface/api/account/QueryAccountSociety.js +33 -0
- package/es/types/Interface/api/account/QueryAccountSociety.js.map +1 -0
- package/es/types/Interface/api/account/QueryGenericAccount.d.ts +6 -0
- package/es/types/Interface/api/account/QueryGenericAccount.d.ts.map +1 -0
- package/es/types/Interface/api/account/QueryGenericAccount.js +25 -0
- package/es/types/Interface/api/account/QueryGenericAccount.js.map +1 -0
- package/es/types/Interface/api/account/UpdateAccountSociety.d.ts +8 -0
- package/es/types/Interface/api/account/UpdateAccountSociety.d.ts.map +1 -0
- package/es/types/Interface/api/account/UpdateAccountSociety.js +29 -0
- package/es/types/Interface/api/account/UpdateAccountSociety.js.map +1 -0
- package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts +9 -0
- package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts.map +1 -0
- package/es/types/Interface/api/bankAccount/DeleteTransaction.js +37 -0
- package/es/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -0
- package/es/types/Interface/api/shine/CreateShine.d.ts +80 -0
- package/es/types/Interface/api/shine/CreateShine.d.ts.map +1 -0
- package/es/types/Interface/api/shine/CreateShine.js +2 -0
- package/es/types/Interface/api/shine/CreateShine.js.map +1 -0
- package/es/types/Interface/api/society/LegalFormSiren.d.ts +2 -0
- package/es/types/Interface/api/society/LegalFormSiren.d.ts.map +1 -1
- package/es/types/Interface/api/society/LegalFormSiren.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -1
- 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 +29 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +30 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBankConnection.d.ts +4 -1
- package/es/types/Interface/models/IBankConnection.d.ts.map +1 -1
- package/es/types/Interface/models/IBankConnection.js.map +1 -1
- package/es/types/Interface/models/IBankTransaction.d.ts +1 -1
- package/es/types/Interface/models/IBankTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IBankTransaction.js.map +1 -1
- package/es/types/Interface/models/IEngagementBankTransaction.d.ts +1 -1
- package/es/types/Interface/models/IEngagementBankTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IEngagementBankTransaction.js.map +1 -1
- package/es/types/Interface/models/IPartnerTransaction.d.ts +3 -3
- package/es/types/Interface/models/IPartnerTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IPartnerTransaction.js.map +1 -1
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.d.ts.map +1 -1
- package/es/utils/index.js +1 -0
- package/es/utils/index.js.map +1 -1
- package/es/utils/stringUtils/clean.d.ts +3 -0
- package/es/utils/stringUtils/clean.d.ts.map +1 -0
- package/es/utils/stringUtils/clean.js +12 -0
- package/es/utils/stringUtils/clean.js.map +1 -0
- package/es/utils/stringUtils/index.d.ts +2 -0
- package/es/utils/stringUtils/index.d.ts.map +1 -0
- package/es/utils/stringUtils/index.js +2 -0
- package/es/utils/stringUtils/index.js.map +1 -0
- package/js/api/resources/Transaction.js +6 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/types/Enum/ComptaType.js +1 -1
- package/js/types/Enum/ComptaType.js.map +1 -1
- package/js/types/Enum/PartnerTransactionType.js +14 -0
- package/js/types/Enum/{TypePartnerTransaction.js.map → PartnerTransactionType.js.map} +1 -1
- package/js/types/Interface/api/account/CreateAccountSociety.js +33 -0
- package/js/types/Interface/api/account/CreateAccountSociety.js.map +1 -0
- package/js/types/Interface/api/account/QueryAccountSociety.js +35 -0
- package/js/types/Interface/api/account/QueryAccountSociety.js.map +1 -0
- package/js/types/Interface/api/account/QueryGenericAccount.js +31 -0
- package/js/types/Interface/api/account/QueryGenericAccount.js.map +1 -0
- package/js/types/Interface/api/account/UpdateAccountSociety.js +33 -0
- package/js/types/Interface/api/account/UpdateAccountSociety.js.map +1 -0
- package/js/types/Interface/api/bankAccount/DeleteTransaction.js +37 -0
- package/js/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -0
- package/js/types/Interface/api/shine/CreateShine.js +6 -0
- package/js/types/Interface/api/shine/CreateShine.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +31 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +72 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/index.js +12 -0
- package/js/utils/index.js.map +1 -1
- package/js/utils/stringUtils/clean.js +15 -0
- package/js/utils/stringUtils/clean.js.map +1 -0
- package/js/utils/stringUtils/index.js +18 -0
- package/js/utils/stringUtils/index.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/Transaction.ts +4 -1
- package/ts/types/Enum/ComptaType.ts +1 -1
- package/ts/types/Enum/{TypePartnerTransaction.ts → PartnerTransactionType.ts} +1 -1
- package/ts/types/Interface/api/account/CreateAccountSociety.ts +15 -0
- package/ts/types/Interface/api/account/QueryAccountSociety.ts +18 -0
- package/ts/types/Interface/api/account/QueryGenericAccount.ts +12 -0
- package/ts/types/Interface/api/account/UpdateAccountSociety.ts +18 -0
- package/ts/types/Interface/api/bankAccount/DeleteTransaction.ts +21 -0
- package/ts/types/Interface/api/shine/CreateShine.ts +84 -0
- package/ts/types/Interface/api/society/LegalFormSiren.ts +2 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -1
- package/ts/types/Interface/models/IApiError.ts +31 -0
- package/ts/types/Interface/models/IBankConnection.ts +4 -1
- package/ts/types/Interface/models/IBankTransaction.ts +1 -1
- package/ts/types/Interface/models/IEngagementBankTransaction.ts +1 -1
- package/ts/types/Interface/models/IPartnerTransaction.ts +3 -3
- package/ts/types/index.ts +6 -0
- package/ts/utils/index.ts +1 -0
- package/ts/utils/stringUtils/clean.ts +12 -0
- package/ts/utils/stringUtils/index.ts +1 -0
- package/es/types/Enum/TypePartnerTransaction.d.ts +0 -7
- package/es/types/Enum/TypePartnerTransaction.d.ts.map +0 -1
- package/es/types/Enum/TypePartnerTransaction.js +0 -8
- package/es/types/Enum/TypePartnerTransaction.js.map +0 -1
- package/js/types/Enum/TypePartnerTransaction.js +0 -14
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
-
import { AccountingJournal, BasePaginate, QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction } from '../../types';
|
|
2
|
+
import { AccountingJournal, BasePaginate, QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions } from '../../types';
|
|
3
3
|
export declare class Transaction extends Resource {
|
|
4
4
|
getFormattedPaginate(idSociety: number, params: {
|
|
5
5
|
idAccountingJournal: AccountingJournal;
|
|
@@ -10,5 +10,6 @@ export declare class Transaction extends Resource {
|
|
|
10
10
|
endDate?: string;
|
|
11
11
|
} & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error>;
|
|
12
12
|
annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error>;
|
|
13
|
+
deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error>;
|
|
13
14
|
}
|
|
14
15
|
//# 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,iBAAiB,EACjB,YAAY,EACZ,aAAa,EAAE,kCAAkC,EAAE,2BAA2B,
|
|
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,iBAAiB,EACjB,YAAY,EACZ,aAAa,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,kBAAkB,EACnG,MAAM,aAAa,CAAC;AAErB,qBAAa,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE;QAC9C,mBAAmB,EAAE,iBAAiB,CAAC;QACvC,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,CAAA;KACjB,GAAG,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,kCAAkC,CAAC,GAAG,KAAK,CAAC;IAKrF,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,GAAG,KAAK,CAAC;IAG5G,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,MAAM,GAAG,KAAK,CAAC;CAGlF"}
|
|
@@ -8,5 +8,8 @@ export class Transaction extends Resource {
|
|
|
8
8
|
annotate(id, data) {
|
|
9
9
|
return this.axios.$put(`/transactions/${id}`, data);
|
|
10
10
|
}
|
|
11
|
+
deleteTransactions(id, data) {
|
|
12
|
+
return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
//# sourceMappingURL=Transaction.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAiB,EAAE,MAOvB;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,eAAe,EAAE;YAC3D,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,QAAQ,CAAC,EAAU,EAAE,IAAiC;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IACtD,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAiB,EAAE,MAOvB;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,eAAe,EAAE;YAC3D,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,QAAQ,CAAC,EAAU,EAAE,IAAiC;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IACtD,CAAC;IACD,kBAAkB,CAAC,EAAU,EAAE,IAAwB;QACrD,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB,EAAE,eAAe,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;IACjF,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error> {\n return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });\n }\n}\n"]}
|
|
@@ -5,6 +5,6 @@ export var ComptaType;
|
|
|
5
5
|
ComptaType[ComptaType["CASH_BASED_SEIZURE"] = 3] = "CASH_BASED_SEIZURE";
|
|
6
6
|
ComptaType[ComptaType["ACCRUALS_SEIZURE"] = 4] = "ACCRUALS_SEIZURE";
|
|
7
7
|
ComptaType[ComptaType["CASH_BASED_ASSISTANCE"] = 5] = "CASH_BASED_ASSISTANCE";
|
|
8
|
-
ComptaType[ComptaType["
|
|
8
|
+
ComptaType[ComptaType["ACCRUALS_ASSISTANCE"] = 6] = "ACCRUALS_ASSISTANCE";
|
|
9
9
|
})(ComptaType || (ComptaType = {}));
|
|
10
10
|
//# sourceMappingURL=ComptaType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComptaType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ComptaType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,uDAAc,CAAA;IACd,mDAAY,CAAA;IACZ,uEAAsB,CAAA;IACtB,mEAAoB,CAAA;IACpB,6EAAyB,CAAA;IACzB,yEAAuB,CAAA;AACzB,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB","sourcesContent":["export enum ComptaType {\n CASH_BASED = 1,\n ACCRUALS = 2,\n CASH_BASED_SEIZURE = 3,\n ACCRUALS_SEIZURE = 4,\n CASH_BASED_ASSISTANCE = 5,\n
|
|
1
|
+
{"version":3,"file":"ComptaType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ComptaType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,uDAAc,CAAA;IACd,mDAAY,CAAA;IACZ,uEAAsB,CAAA;IACtB,mEAAoB,CAAA;IACpB,6EAAyB,CAAA;IACzB,yEAAuB,CAAA;AACzB,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB","sourcesContent":["export enum ComptaType {\n CASH_BASED = 1,\n ACCRUALS = 2,\n CASH_BASED_SEIZURE = 3,\n ACCRUALS_SEIZURE = 4,\n CASH_BASED_ASSISTANCE = 5,\n ACCRUALS_ASSISTANCE = 6,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PartnerTransactionType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/PartnerTransactionType.ts"],"names":[],"mappings":"AAAA,oBAAY,sBAAsB;IAChC,KAAK,IAAI;IACT,cAAc,IAAI;IAClB,KAAK,IAAI;IACT,KAAK,IAAI;CACV"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export var PartnerTransactionType;
|
|
2
|
+
(function (PartnerTransactionType) {
|
|
3
|
+
PartnerTransactionType[PartnerTransactionType["OTHER"] = 1] = "OTHER";
|
|
4
|
+
PartnerTransactionType[PartnerTransactionType["BUDGET_INSIGHT"] = 2] = "BUDGET_INSIGHT";
|
|
5
|
+
PartnerTransactionType[PartnerTransactionType["QONTO"] = 3] = "QONTO";
|
|
6
|
+
PartnerTransactionType[PartnerTransactionType["SHINE"] = 4] = "SHINE";
|
|
7
|
+
})(PartnerTransactionType || (PartnerTransactionType = {}));
|
|
8
|
+
//# sourceMappingURL=PartnerTransactionType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PartnerTransactionType.js","sourceRoot":"","sources":["../../../ts/types/Enum/PartnerTransactionType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,qEAAS,CAAA;IACT,uFAAkB,CAAA;IAClB,qEAAS,CAAA;IACT,qEAAS,CAAA;AACX,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC","sourcesContent":["export enum PartnerTransactionType {\n OTHER = 1,\n BUDGET_INSIGHT = 2,\n QONTO = 3,\n SHINE = 4,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAccountSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/CreateAccountSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,MAAM,EAAE,MAAM,CAAC;IAGf,IAAI,EAAE,MAAM,CAAC;IAGb,eAAe,EAAE,MAAM,CAAC;IAGxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class CreateAccountSociety {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], CreateAccountSociety.prototype, "number", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], CreateAccountSociety.prototype, "name", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiProperty(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], CreateAccountSociety.prototype, "idParentAccount", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], CreateAccountSociety.prototype, "idVat", void 0);
|
|
29
|
+
//# sourceMappingURL=CreateAccountSociety.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAccountSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/CreateAccountSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;CAYhC;AAVC;IADC,WAAW,EAAE;;oDACC;AAGf;IADC,WAAW,EAAE;;kDACD;AAGb;IADC,WAAW,EAAE;;6DACU;AAGxB;IADC,mBAAmB,EAAE;;mDACP","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateAccountSociety {\n @ApiProperty()\n number: number;\n\n @ApiProperty()\n name: string;\n\n @ApiProperty()\n idParentAccount: number;\n\n @ApiPropertyOptional()\n idVat?: number;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryAccountSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryAccountSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,UAAU,EAAE,OAAO,CAAC;IAGpB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class QueryAccountSociety {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], QueryAccountSociety.prototype, "page", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], QueryAccountSociety.prototype, "limit", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiProperty(),
|
|
23
|
+
__metadata("design:type", Boolean)
|
|
24
|
+
], QueryAccountSociety.prototype, "descending", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], QueryAccountSociety.prototype, "accountClass", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], QueryAccountSociety.prototype, "search", void 0);
|
|
33
|
+
//# sourceMappingURL=QueryAccountSociety.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryAccountSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryAccountSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;CAe/B;AAbC;IADC,WAAW,EAAE;;iDACD;AAGb;IADC,WAAW,EAAE;;kDACA;AAGd;IADC,WAAW,EAAE;;uDACM;AAGpB;IADC,mBAAmB,EAAE;;yDACA;AAGtB;IADC,mBAAmB,EAAE;;mDACN","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryAccountSociety {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiProperty()\n descending: boolean;\n\n @ApiPropertyOptional()\n accountClass?: number;\n\n @ApiPropertyOptional()\n search?: string;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGenericAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryGenericAccount.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class QueryGenericAccount {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], QueryGenericAccount.prototype, "page", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], QueryGenericAccount.prototype, "limit", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], QueryGenericAccount.prototype, "accountClass", void 0);
|
|
25
|
+
//# sourceMappingURL=QueryGenericAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGenericAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryGenericAccount.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;CAS/B;AAPC;IADC,WAAW,EAAE;;iDACD;AAGb;IADC,WAAW,EAAE;;kDACA;AAGd;IADC,mBAAmB,EAAE;;yDACA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGenericAccount {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n accountClass?: number;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateAccountSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/UpdateAccountSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class UpdateAccountSociety {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], UpdateAccountSociety.prototype, "id", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], UpdateAccountSociety.prototype, "number", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], UpdateAccountSociety.prototype, "name", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Object)
|
|
28
|
+
], UpdateAccountSociety.prototype, "idVat", void 0);
|
|
29
|
+
//# sourceMappingURL=UpdateAccountSociety.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateAccountSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/UpdateAccountSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;CAehC;AAbC;IADC,WAAW,EAAE;;gDACH;AAGX;IADC,mBAAmB,EAAE;;oDACN;AAGhB;IADC,mBAAmB,EAAE;;kDACR;AAMd;IADC,mBAAmB,EAAE;;mDACA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateAccountSociety {\n @ApiProperty()\n id: number;\n\n @ApiPropertyOptional()\n number?: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n // @ApiPropertyOptional() // value toujours à false lorsque ce décorateur est actif\n isHidden?: boolean;\n\n @ApiPropertyOptional()\n idVat?: number | null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTransaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankAccount/DeleteTransaction.ts"],"names":[],"mappings":"AAEA,qBAAa,kBAAkB;IAE7B,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAGrB,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class DeleteTransactions {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], DeleteTransactions.prototype, "idBankAccount", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Boolean)
|
|
20
|
+
], DeleteTransactions.prototype, "isLocked", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Boolean)
|
|
24
|
+
], DeleteTransactions.prototype, "isExported", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Boolean)
|
|
28
|
+
], DeleteTransactions.prototype, "isFromCsv", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], DeleteTransactions.prototype, "startDate", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
ApiPropertyOptional(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], DeleteTransactions.prototype, "endDate", void 0);
|
|
37
|
+
//# sourceMappingURL=DeleteTransaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTransaction.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankAccount/DeleteTransaction.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,kBAAkB;CAkB9B;AAhBC;IADC,WAAW,EAAE;;yDACQ;AAGtB;IADC,mBAAmB,EAAE;;oDACH;AAGnB;IADC,mBAAmB,EAAE;;sDACD;AAGrB;IADC,mBAAmB,EAAE;;qDACF;AAGpB;IADC,mBAAmB,EAAE;;qDACH;AAGnB;IADC,mBAAmB,EAAE;;mDACL","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class DeleteTransactions {\n @ApiProperty()\n idBankAccount: number;\n\n @ApiPropertyOptional()\n isLocked?: boolean;\n\n @ApiPropertyOptional()\n isExported?: boolean;\n\n @ApiPropertyOptional()\n isFromCsv?: boolean;\n\n @ApiPropertyOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n endDate?: string;\n}"]}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { Code } from '../../models/IApiError';
|
|
2
|
+
export declare type ShineErrorResponse = {
|
|
3
|
+
code: Code;
|
|
4
|
+
message: string;
|
|
5
|
+
status: number;
|
|
6
|
+
};
|
|
7
|
+
export declare type ShineSuccessResponse = {
|
|
8
|
+
access_token: string;
|
|
9
|
+
expires_in: number;
|
|
10
|
+
id_token?: string;
|
|
11
|
+
refresh_token: string;
|
|
12
|
+
scope: string;
|
|
13
|
+
token_type: string;
|
|
14
|
+
};
|
|
15
|
+
export declare type ShineTokenInformations = {
|
|
16
|
+
exp: number;
|
|
17
|
+
};
|
|
18
|
+
export declare type ShineBankAccount = {
|
|
19
|
+
bankAccountId: string;
|
|
20
|
+
currentBalance: number;
|
|
21
|
+
currentBalanceFloat: number;
|
|
22
|
+
nextBalance: number;
|
|
23
|
+
nextBalanceFloat: number;
|
|
24
|
+
currency: string;
|
|
25
|
+
iban: string;
|
|
26
|
+
bic: string;
|
|
27
|
+
name: string;
|
|
28
|
+
ownerName: string;
|
|
29
|
+
trzWalletId: string;
|
|
30
|
+
type: string;
|
|
31
|
+
createdAt: number;
|
|
32
|
+
status: string;
|
|
33
|
+
uid: string;
|
|
34
|
+
companyProfileId: string;
|
|
35
|
+
updatedAt: number;
|
|
36
|
+
};
|
|
37
|
+
export declare type ShineBankTransaction = {
|
|
38
|
+
transactionId: string;
|
|
39
|
+
createdAt: number;
|
|
40
|
+
currency: string;
|
|
41
|
+
paymentMethod: string;
|
|
42
|
+
paymentProvider: string;
|
|
43
|
+
providerTransactionId: string;
|
|
44
|
+
status: string;
|
|
45
|
+
title: string;
|
|
46
|
+
titleLatinised: string;
|
|
47
|
+
type: 'payout' | 'payin';
|
|
48
|
+
uid: string;
|
|
49
|
+
updatedAt: number;
|
|
50
|
+
value: number;
|
|
51
|
+
bankTransferId: string;
|
|
52
|
+
transactionAt: number;
|
|
53
|
+
fee: number;
|
|
54
|
+
transferPayinSenderName: string;
|
|
55
|
+
feeType: string;
|
|
56
|
+
description: string;
|
|
57
|
+
category: string;
|
|
58
|
+
isRefund: false;
|
|
59
|
+
directDebitMandateId: string;
|
|
60
|
+
bankAccountId: string;
|
|
61
|
+
transactionSettledAt: number;
|
|
62
|
+
providerCardPaymentId: null;
|
|
63
|
+
providerCardTransactionId: null;
|
|
64
|
+
cardPaymentStatus: null;
|
|
65
|
+
isPersonal: false;
|
|
66
|
+
hasReceipts: false;
|
|
67
|
+
note: string;
|
|
68
|
+
isHidden: false;
|
|
69
|
+
authorizationReleasedAt: null;
|
|
70
|
+
refundTransactionId: null;
|
|
71
|
+
executedAt: null;
|
|
72
|
+
companyUserId: null;
|
|
73
|
+
initiatorName: null;
|
|
74
|
+
remainingAuthorized: null;
|
|
75
|
+
expectedReleaseDate: null;
|
|
76
|
+
cardPaymentMethod: null;
|
|
77
|
+
paymentCurrency: string;
|
|
78
|
+
is3DS: false;
|
|
79
|
+
};
|
|
80
|
+
//# sourceMappingURL=CreateShine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateShine.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shine/CreateShine.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateShine.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shine/CreateShine.ts"],"names":[],"mappings":"","sourcesContent":["import { Code } from '../../models/IApiError';\n\nexport type ShineErrorResponse = {\n code: Code;\n message: string;\n status: number;\n};\n\nexport type ShineSuccessResponse = {\n access_token: string;\n expires_in: number;\n id_token?: string;\n refresh_token: string;\n scope: string;\n token_type: string;\n};\n\nexport type ShineTokenInformations = {\n exp: number;\n};\n\nexport type ShineBankAccount = {\n bankAccountId: string;\n currentBalance:number;\n currentBalanceFloat:number;\n nextBalance:number;\n nextBalanceFloat:number;\n currency:string;\n iban:string;\n bic:string;\n name:string;\n ownerName:string;\n trzWalletId:string;\n type:string;\n createdAt:number;\n status:string;\n uid:string;\n companyProfileId:string;\n updatedAt:number;\n};\n\nexport type ShineBankTransaction = {\n transactionId: string;\n createdAt: number;\n currency: string;\n paymentMethod: string;\n paymentProvider: string;\n providerTransactionId: string;\n status: string;\n title: string;\n titleLatinised: string;\n type: 'payout' | 'payin';\n uid: string;\n updatedAt: number;\n value: number;\n bankTransferId: string;\n transactionAt: number;\n fee: number;\n transferPayinSenderName: string;\n feeType: string;\n description: string;\n category: string;\n isRefund: false;\n directDebitMandateId: string;\n bankAccountId: string;\n transactionSettledAt: number;\n providerCardPaymentId: null;\n providerCardTransactionId: null;\n cardPaymentStatus: null;\n isPersonal: false;\n hasReceipts: false;\n note: string;\n isHidden: false;\n authorizationReleasedAt: null;\n refundTransactionId: null;\n executedAt: null;\n companyUserId: null;\n initiatorName: null;\n remainingAuthorized: null;\n expectedReleaseDate: null;\n cardPaymentMethod: null;\n paymentCurrency: string;\n is3DS: false\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegalFormSiren.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/LegalFormSiren.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc,GAAG;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"LegalFormSiren.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/LegalFormSiren.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc,GAAG;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegalFormSiren.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/LegalFormSiren.ts"],"names":[],"mappings":"","sourcesContent":["export type LegalFormSiren = {\n l1_normalisee: string;\n l4_declaree: string;\n l6_declaree: string;\n};"]}
|
|
1
|
+
{"version":3,"file":"LegalFormSiren.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/LegalFormSiren.ts"],"names":[],"mappings":"","sourcesContent":["export type LegalFormSiren = {\n l1_normalisee: string;\n l4_declaree: string;\n l6_declaree: string;\n libcom: string;\n codpos: string;\n};"]}
|
|
@@ -15,7 +15,7 @@ export interface IAccountingTransaction {
|
|
|
15
15
|
id?: number;
|
|
16
16
|
label: string | null;
|
|
17
17
|
invoiceNumber: string | null;
|
|
18
|
-
|
|
18
|
+
reference: string | null;
|
|
19
19
|
dateValue: Date;
|
|
20
20
|
dateLocked?: Date | null;
|
|
21
21
|
dateVerified?: Date | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,sBAAsB;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,
|
|
1
|
+
{"version":3,"file":"IAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingEntry } from './IAccountingEntry';\nimport { IAccountingFile } from './IAccountingFile';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IRule } from './IRule';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFile } from './IFile';\nimport { IComptaType } from './IComptaType';\nimport { ILettering } from './ILettering';\nimport { IPartnerTransaction } from './IPartnerTransaction';\nimport { ICurrency } from './ICurrency';\n\n// accountingTransactions\nexport interface IAccountingTransaction {\n id?: number;\n label: string | null;\n invoiceNumber: string | null;\n
|
|
1
|
+
{"version":3,"file":"IAccountingTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingEntry } from './IAccountingEntry';\nimport { IAccountingFile } from './IAccountingFile';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IRule } from './IRule';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFile } from './IFile';\nimport { IComptaType } from './IComptaType';\nimport { ILettering } from './ILettering';\nimport { IPartnerTransaction } from './IPartnerTransaction';\nimport { ICurrency } from './ICurrency';\n\n// accountingTransactions\nexport interface IAccountingTransaction {\n id?: number;\n label: string | null;\n invoiceNumber: string | null;\n reference: string | null;\n dateValue: Date;\n dateLocked?: Date | null;\n dateVerified?: Date | null;\n originalValue?: number | null;\n idUser?: number | null;\n isBlocked?: boolean;\n isMerged?: boolean;\n isAsset?: boolean;\n isPayPerso?: boolean;\n isFecImport?: boolean;\n exported: Date | null;\n kilometers?: number | null;\n purchaseTtc?: number | null;\n internComment?: string | null;\n isReadMobile?: boolean;\n invoiceRequested?: boolean;\n isLockedMobile?: boolean;\n isAlreadyProcessByOcr?: boolean | null;\n idBankAccount: number | null;\n idSociety: number;\n idCurrency?: number | null;\n idPaymentMethod?: number | null;\n idSocietyVehicle?: number | null;\n idSocietyPartner?: number | null;\n idRule?: number | null;\n idLettering?: number | null;\n idAccountingJournal: number;\n idTypeCompta?: number | null;\n idEstimateInvoice?: number | null;\n idFile?: number | null;\n idEBT?: number | null;\n idEAF?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n bankAccount?: IBankAccount;\n accountingEntries?: IAccountingEntry[];\n accountingFiles?: IAccountingFile[];\n accountingJournal?: IAccountingJournal;\n currency?: ICurrency;\n society?: ISociety;\n user?: IUser;\n rule?: IRule;\n estimatesInvoice?: IEstimateInvoice;\n file?: IFile;\n typeComptum?: IComptaType;\n lettering?: ILettering;\n partnersTransaction: IPartnerTransaction | null;\n}\n"]}
|
|
@@ -42,6 +42,35 @@ export declare enum Code {
|
|
|
42
42
|
missingParamAccountNumber = "missing_param_account_number",
|
|
43
43
|
accountNumberParamNotFound = "account_number_param_not_found",
|
|
44
44
|
invalidIncomeStatementList = "invalid_income_statement_list",
|
|
45
|
+
AUTHORIZATION_CLIENT_NOT_FOUND = "AUTHORIZATION_CLIENT_NOT_FOUND",
|
|
46
|
+
AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = "AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH",
|
|
47
|
+
AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = "AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH",
|
|
48
|
+
AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = "AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE",
|
|
49
|
+
AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = "AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED",
|
|
50
|
+
AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = "AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID",
|
|
51
|
+
AUTHORIZATION_CLIENT_STATUS_NOT_VALID = "AUTHORIZATION_CLIENT_STATUS_NOT_VALID",
|
|
52
|
+
AUTHORIZATION_CODE_MISSING = "AUTHORIZATION_CODE_MISSING",
|
|
53
|
+
AUTHORIZATION_CODE_NOT_FOUND = "AUTHORIZATION_CODE_NOT_FOUND",
|
|
54
|
+
AUTHORIZATION_CODE_ALREADY_USED = "AUTHORIZATION_CODE_ALREADY_USED",
|
|
55
|
+
AUTHORIZATION_CODE_EXPIRED = "AUTHORIZATION_CODE_EXPIRED",
|
|
56
|
+
AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = "AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH",
|
|
57
|
+
AUTHORIZATION_ACCESS_TOKEN_EXPIRED = "AUTHORIZATION_ACCESS_TOKEN_EXPIRED",
|
|
58
|
+
AUTHORIZATION_INVALID_ACCESS_TOKEN = "AUTHORIZATION_INVALID_ACCESS_TOKEN",
|
|
59
|
+
AUTHORIZATION_MISSING_ACCESS_TOKEN = "AUTHORIZATION_MISSING_ACCESS_TOKEN",
|
|
60
|
+
AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = "AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE",
|
|
61
|
+
AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = "AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE",
|
|
62
|
+
AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = "AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN",
|
|
63
|
+
AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = "AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE",
|
|
64
|
+
AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = "AUTHORIZATION_UNSUPPORTED_GRANT_TYPE",
|
|
65
|
+
AUTHORIZATION_REFRESH_TOKEN_MISSING = "AUTHORIZATION_REFRESH_TOKEN_MISSING",
|
|
66
|
+
AUTHORIZATION_REFRESH_TOKEN_EXPIRED = "AUTHORIZATION_REFRESH_TOKEN_EXPIRED",
|
|
67
|
+
AUTHORIZATION_REFRESH_TOKEN_INVALID = "AUTHORIZATION_REFRESH_TOKEN_INVALID",
|
|
68
|
+
AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = "AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH",
|
|
69
|
+
AUTHORIZATION_REFRESH_TOKEN_REVOKED = "AUTHORIZATION_REFRESH_TOKEN_REVOKED",
|
|
70
|
+
AUTHORIZATION_USER_NOT_AUTHORIZED = "AUTHORIZATION_USER_NOT_AUTHORIZED",
|
|
71
|
+
responseNotManaged = "response_not_managed",
|
|
72
|
+
bankAccountsError = "bank_accounts_error",
|
|
73
|
+
refreshTokenError = "refresh_token_error",
|
|
45
74
|
invalidBalanceSheetList = "invalid_balance_sheet_list",
|
|
46
75
|
insertAccountingTransactionFailed = "insert_accounting_transaction_failed",
|
|
47
76
|
userAlreadyExistWithSociety = "user-already-exists",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,cAAc;IACtB,SAAS,yBAAyB;IAClC,aAAa,cAAc;CAC5B;AAED,oBAAY,IAAI;IAEd,YAAY,iCAAiC;IAC7C,qBAAqB,uCAAuC;IAC5D,QAAQ,uBAAuB;IAC/B,eAAe,8BAA8B;IAC7C,eAAe,8BAA8B;IAC7C,UAAU,iBAAiB;IAC3B,mBAAmB,0BAA0B;IAC7C,kBAAkB,sBAAsB;IACxC,kBAAkB,wBAAwB;IAG1C,kBAAkB,yBAAyB;IAC3C,+BAA+B,2CAA2C;IAC1E,6BAA6B,yCAAyC;IACtE,uDAAuD,yEAAyE;IAChI,iBAAiB,wBAAwB;IACzC,mCAAmC,6CAA6C;IAChF,+BAA+B,0CAA0C;IACzE,+BAA+B,2CAA2C;IAC1E,6BAA6B,wCAAwC;IACrE,8BAA8B,wCAAwC;IACtE,4BAA4B,oCAAoC;IAChE,oBAAoB,6BAA6B;IACjD,iBAAiB,yBAAyB;IAC1C,uCAAuC,kDAAkD;IACzF,kCAAkC,6CAA6C;IAC/E,uCAAuC,kDAAkD;IACzF,gCAAgC,yCAAyC;IACzE,6CAA6C,uDAAuD;IACpG,gDAAgD,4DAA4D;IAC5G,wDAAwD,oEAAoE;IAG5H,WAAW,iBAAiB;IAC5B,eAAe,qBAAqB;IAGpC,iBAAiB,wBAAwB;IACzC,8BAA8B,uCAAuC;IACrE,0BAA0B,mCAAmC;IAC7D,aAAa,oBAAoB;IAGjC,yBAAyB,iCAAiC;IAC1D,0BAA0B,mCAAmC;IAG7D,0BAA0B,kCAAkC;IAG5D,uBAAuB,+BAA+B;IAGtD,iCAAiC,yCAAyC;IAG1E,2BAA2B,wBAAwB;IACnD,iBAAiB,wBAAwB;IACzC,cAAc,qBAAqB;IACnC,mBAAmB,4BAA4B;IAC/C,YAAY,mBAAmB;IAG/B,gBAAgB,uBAAuB;CACxC;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
1
|
+
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,cAAc;IACtB,SAAS,yBAAyB;IAClC,aAAa,cAAc;CAC5B;AAED,oBAAY,IAAI;IAEd,YAAY,iCAAiC;IAC7C,qBAAqB,uCAAuC;IAC5D,QAAQ,uBAAuB;IAC/B,eAAe,8BAA8B;IAC7C,eAAe,8BAA8B;IAC7C,UAAU,iBAAiB;IAC3B,mBAAmB,0BAA0B;IAC7C,kBAAkB,sBAAsB;IACxC,kBAAkB,wBAAwB;IAG1C,kBAAkB,yBAAyB;IAC3C,+BAA+B,2CAA2C;IAC1E,6BAA6B,yCAAyC;IACtE,uDAAuD,yEAAyE;IAChI,iBAAiB,wBAAwB;IACzC,mCAAmC,6CAA6C;IAChF,+BAA+B,0CAA0C;IACzE,+BAA+B,2CAA2C;IAC1E,6BAA6B,wCAAwC;IACrE,8BAA8B,wCAAwC;IACtE,4BAA4B,oCAAoC;IAChE,oBAAoB,6BAA6B;IACjD,iBAAiB,yBAAyB;IAC1C,uCAAuC,kDAAkD;IACzF,kCAAkC,6CAA6C;IAC/E,uCAAuC,kDAAkD;IACzF,gCAAgC,yCAAyC;IACzE,6CAA6C,uDAAuD;IACpG,gDAAgD,4DAA4D;IAC5G,wDAAwD,oEAAoE;IAG5H,WAAW,iBAAiB;IAC5B,eAAe,qBAAqB;IAGpC,iBAAiB,wBAAwB;IACzC,8BAA8B,uCAAuC;IACrE,0BAA0B,mCAAmC;IAC7D,aAAa,oBAAoB;IAGjC,yBAAyB,iCAAiC;IAC1D,0BAA0B,mCAAmC;IAG7D,0BAA0B,kCAAkC;IAG5D,8BAA8B,mCAAmC;IACjE,0CAA0C,+CAA+C;IACzF,yCAAyC,8CAA8C;IACvF,2CAA2C,gDAAgD;IAC3F,4CAA4C,iDAAiD;IAC7F,4CAA4C,iDAAiD;IAC7F,qCAAqC,0CAA0C;IAC/E,0BAA0B,+BAA+B;IACzD,4BAA4B,iCAAiC;IAC7D,+BAA+B,oCAAoC;IACnE,0BAA0B,+BAA+B;IACzD,8CAA8C,mDAAmD;IACjG,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,yCAAyC,8CAA8C;IACvF,wCAAwC,6CAA6C;IACrF,oCAAoC,yCAAyC;IAC7E,uCAAuC,4CAA4C;IACnF,oCAAoC,yCAAyC;IAC7E,mCAAmC,wCAAwC;IAC3E,mCAAmC,wCAAwC;IAC3E,mCAAmC,wCAAwC;IAC3E,uDAAuD,4DAA4D;IACnH,mCAAmC,wCAAwC;IAC3E,iCAAiC,sCAAsC;IACvE,kBAAkB,yBAAyB;IAC3C,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IAGzC,uBAAuB,+BAA+B;IAGtD,iCAAiC,yCAAyC;IAG1E,2BAA2B,wBAAwB;IACnD,iBAAiB,wBAAwB;IACzC,cAAc,qBAAqB;IACnC,mBAAmB,4BAA4B;IAC/C,YAAY,mBAAmB;IAG/B,gBAAgB,uBAAuB;CACxC;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -50,6 +50,36 @@ export var Code;
|
|
|
50
50
|
Code["accountNumberParamNotFound"] = "account_number_param_not_found";
|
|
51
51
|
// Income statement
|
|
52
52
|
Code["invalidIncomeStatementList"] = "invalid_income_statement_list";
|
|
53
|
+
// Shine errors
|
|
54
|
+
Code["AUTHORIZATION_CLIENT_NOT_FOUND"] = "AUTHORIZATION_CLIENT_NOT_FOUND";
|
|
55
|
+
Code["AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH"] = "AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH";
|
|
56
|
+
Code["AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH"] = "AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH";
|
|
57
|
+
Code["AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE"] = "AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE";
|
|
58
|
+
Code["AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED"] = "AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED";
|
|
59
|
+
Code["AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID"] = "AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID";
|
|
60
|
+
Code["AUTHORIZATION_CLIENT_STATUS_NOT_VALID"] = "AUTHORIZATION_CLIENT_STATUS_NOT_VALID";
|
|
61
|
+
Code["AUTHORIZATION_CODE_MISSING"] = "AUTHORIZATION_CODE_MISSING";
|
|
62
|
+
Code["AUTHORIZATION_CODE_NOT_FOUND"] = "AUTHORIZATION_CODE_NOT_FOUND";
|
|
63
|
+
Code["AUTHORIZATION_CODE_ALREADY_USED"] = "AUTHORIZATION_CODE_ALREADY_USED";
|
|
64
|
+
Code["AUTHORIZATION_CODE_EXPIRED"] = "AUTHORIZATION_CODE_EXPIRED";
|
|
65
|
+
Code["AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH"] = "AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH";
|
|
66
|
+
Code["AUTHORIZATION_ACCESS_TOKEN_EXPIRED"] = "AUTHORIZATION_ACCESS_TOKEN_EXPIRED";
|
|
67
|
+
Code["AUTHORIZATION_INVALID_ACCESS_TOKEN"] = "AUTHORIZATION_INVALID_ACCESS_TOKEN";
|
|
68
|
+
Code["AUTHORIZATION_MISSING_ACCESS_TOKEN"] = "AUTHORIZATION_MISSING_ACCESS_TOKEN";
|
|
69
|
+
Code["AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE"] = "AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE";
|
|
70
|
+
Code["AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE"] = "AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE";
|
|
71
|
+
Code["AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN"] = "AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN";
|
|
72
|
+
Code["AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE"] = "AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE";
|
|
73
|
+
Code["AUTHORIZATION_UNSUPPORTED_GRANT_TYPE"] = "AUTHORIZATION_UNSUPPORTED_GRANT_TYPE";
|
|
74
|
+
Code["AUTHORIZATION_REFRESH_TOKEN_MISSING"] = "AUTHORIZATION_REFRESH_TOKEN_MISSING";
|
|
75
|
+
Code["AUTHORIZATION_REFRESH_TOKEN_EXPIRED"] = "AUTHORIZATION_REFRESH_TOKEN_EXPIRED";
|
|
76
|
+
Code["AUTHORIZATION_REFRESH_TOKEN_INVALID"] = "AUTHORIZATION_REFRESH_TOKEN_INVALID";
|
|
77
|
+
Code["AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH"] = "AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH";
|
|
78
|
+
Code["AUTHORIZATION_REFRESH_TOKEN_REVOKED"] = "AUTHORIZATION_REFRESH_TOKEN_REVOKED";
|
|
79
|
+
Code["AUTHORIZATION_USER_NOT_AUTHORIZED"] = "AUTHORIZATION_USER_NOT_AUTHORIZED";
|
|
80
|
+
Code["responseNotManaged"] = "response_not_managed";
|
|
81
|
+
Code["bankAccountsError"] = "bank_accounts_error";
|
|
82
|
+
Code["refreshTokenError"] = "refresh_token_error";
|
|
53
83
|
// Balance Sheet
|
|
54
84
|
Code["invalidBalanceSheetList"] = "invalid_balance_sheet_list";
|
|
55
85
|
// FecFile
|