@silexpert/core 0.4.19 → 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/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/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/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 +5 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -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/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/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 +60 -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/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/shine/CreateShine.ts +84 -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 +5 -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
|
@@ -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,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};"]}
|
|
@@ -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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApiError.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,mCAAsB,CAAA;IACtB,+CAAkC,CAAA;IAClC,wCAA2B,CAAA;AAC7B,CAAC,EAJW,SAAS,KAAT,SAAS,QAIpB;AAED,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"IApiError.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,mCAAsB,CAAA;IACtB,+CAAkC,CAAA;IAClC,wCAA2B,CAAA;AAC7B,CAAC,EAJW,SAAS,KAAT,SAAS,QAIpB;AAED,MAAM,CAAN,IAAY,IAiGX;AAjGD,WAAY,IAAI;IACd,aAAa;IACb,qDAA6C,CAAA;IAC7C,oEAA4D,CAAA;IAC5D,uCAA+B,CAAA;IAC/B,qDAA6C,CAAA;IAC7C,qDAA6C,CAAA;IAC7C,mCAA2B,CAAA;IAC3B,qDAA6C,CAAA;IAC7C,gDAAwC,CAAA;IACxC,kDAA0C,CAAA;IAE1C,mBAAmB;IACnB,mDAA2C,CAAA;IAC3C,kFAA0E,CAAA;IAC1E,8EAAsE,CAAA;IACtE,wIAAgI,CAAA;IAChI,iDAAyC,CAAA;IACzC,wFAAgF,CAAA;IAChF,iFAAyE,CAAA;IACzE,kFAA0E,CAAA;IAC1E,6EAAqE,CAAA;IACrE,8EAAsE,CAAA;IACtE,wEAAgE,CAAA;IAChE,yDAAiD,CAAA;IACjD,kDAA0C,CAAA;IAC1C,iGAAyF,CAAA;IACzF,uFAA+E,CAAA;IAC/E,iGAAyF,CAAA;IACzF,iFAAyE,CAAA;IACzE,4GAAoG,CAAA;IACpG,oHAA4G,CAAA;IAC5G,oIAA4H,CAAA;IAE5H,YAAY;IACZ,oCAA4B,CAAA;IAC5B,4CAAoC,CAAA;IAEpC,cAAc;IACd,iDAAyC,CAAA;IACzC,6EAAqE,CAAA;IACrE,qEAA6D,CAAA;IAC7D,yCAAiC,CAAA;IAEjC,cAAc;IACd,kEAA0D,CAAA;IAC1D,qEAA6D,CAAA;IAE7D,mBAAmB;IACnB,oEAA4D,CAAA;IAE5D,eAAe;IACf,yEAAiE,CAAA;IACjE,iGAAyF,CAAA;IACzF,+FAAuF,CAAA;IACvF,mGAA2F,CAAA;IAC3F,qGAA6F,CAAA;IAC7F,qGAA6F,CAAA;IAC7F,uFAA+E,CAAA;IAC/E,iEAAyD,CAAA;IACzD,qEAA6D,CAAA;IAC7D,2EAAmE,CAAA;IACnE,iEAAyD,CAAA;IACzD,yGAAiG,CAAA;IACjG,iFAAyE,CAAA;IACzE,iFAAyE,CAAA;IACzE,iFAAyE,CAAA;IACzE,+FAAuF,CAAA;IACvF,6FAAqF,CAAA;IACrF,qFAA6E,CAAA;IAC7E,2FAAmF,CAAA;IACnF,qFAA6E,CAAA;IAC7E,mFAA2E,CAAA;IAC3E,mFAA2E,CAAA;IAC3E,mFAA2E,CAAA;IAC3E,2HAAmH,CAAA;IACnH,mFAA2E,CAAA;IAC3E,+EAAuE,CAAA;IACvE,mDAA2C,CAAA;IAC3C,iDAAyC,CAAA;IACzC,iDAAyC,CAAA;IAEzC,gBAAgB;IAChB,8DAAsD,CAAA;IAEtD,UAAU;IACV,kFAA0E,CAAA;IAE1E,gBAAgB;IAChB,2DAAmD,CAAA;IACnD,iDAAyC,CAAA;IACzC,2CAAmC,CAAA;IACnC,uDAA+C,CAAA;IAC/C,uCAA+B,CAAA;IAE/B,QAAQ;IACR,+CAAuC,CAAA;AACzC,CAAC,EAjGW,IAAI,KAAJ,IAAI,QAiGf","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"]}
|
|
@@ -3,10 +3,13 @@ export interface IBankConnection {
|
|
|
3
3
|
id?: number;
|
|
4
4
|
login: string | null;
|
|
5
5
|
password: string | null;
|
|
6
|
+
token: string | null;
|
|
7
|
+
refreshToken: string | null;
|
|
8
|
+
expireAt: Date | null;
|
|
6
9
|
idBankList: number | null;
|
|
7
10
|
idSociety: number;
|
|
8
11
|
createdAt?: Date | null;
|
|
9
12
|
updatedAt?: Date | null;
|
|
10
|
-
bankList
|
|
13
|
+
bankList?: IBankList;
|
|
11
14
|
}
|
|
12
15
|
//# sourceMappingURL=IBankConnection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IBankConnection.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankConnection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,EAAE,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"IBankConnection.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankConnection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IBankConnection.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankConnection.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankList } from './IBankList';\n\n// bankConnections\nexport interface IBankConnection {\n id?: number;\n login: string | null;\n password: string | null;\n idBankList: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankList
|
|
1
|
+
{"version":3,"file":"IBankConnection.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankConnection.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankList } from './IBankList';\n\n// bankConnections\nexport interface IBankConnection {\n id?: number;\n login: string | null;\n password: string | null;\n token: string | null;\n refreshToken: string | null;\n expireAt: Date | null;\n idBankList: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankList?: IBankList;\n}\n"]}
|
|
@@ -4,7 +4,7 @@ import { ISociety } from './ISociety';
|
|
|
4
4
|
import { IUser } from './IUser';
|
|
5
5
|
export interface IBankTransaction {
|
|
6
6
|
id?: number;
|
|
7
|
-
|
|
7
|
+
reference: string | null;
|
|
8
8
|
dateValue: Date;
|
|
9
9
|
dateLocked: Date | null;
|
|
10
10
|
checkDateLocked: boolean | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IBankTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,
|
|
1
|
+
{"version":3,"file":"IBankTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,IAAI,CAAC;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,EAAE,YAAY,CAAC;IAC1B,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IBankTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// bankTransactions\nexport interface IBankTransaction {\n id?: number;\n
|
|
1
|
+
{"version":3,"file":"IBankTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// bankTransactions\nexport interface IBankTransaction {\n id?: number;\n reference: string | null;\n dateValue: Date;\n dateLocked: Date | null;\n checkDateLocked: boolean | null;\n dateVerified: Date | null;\n idUser: number | null;\n isBlocked: boolean;\n exported: Date | null;\n kilometers: number | null;\n purchaseTtc: number | null;\n isReadMobile: boolean;\n invoiceRequested: boolean;\n isLockedMobile: boolean;\n idBankAccount: number | null;\n idSociety: number;\n idPaymentMethod: number | null;\n idSocietyVehicle: number | null;\n idSocietyPartner: number | null;\n idRule: number | null;\n idAccountingJournal: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankAccount: IBankAccount;\n accountingJournal: IAccountingJournal;\n society: ISociety;\n user: IUser;\n}\n"]}
|
|
@@ -7,7 +7,7 @@ import { IPartnerTransaction } from './IPartnerTransaction';
|
|
|
7
7
|
export interface IEngagementBankTransaction {
|
|
8
8
|
id?: number;
|
|
9
9
|
migrate: boolean;
|
|
10
|
-
|
|
10
|
+
reference: string | null;
|
|
11
11
|
dateValue: Date;
|
|
12
12
|
dateLocked: Date | null;
|
|
13
13
|
dateVerified: Date | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IEngagementBankTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementBankTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,MAAM,WAAW,0BAA0B;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACjB,
|
|
1
|
+
{"version":3,"file":"IEngagementBankTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementBankTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,MAAM,WAAW,0BAA0B;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,IAAI,CAAC;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,WAAW,EAAE,YAAY,CAAC;IAC1B,2BAA2B,EAAE,0BAA0B,EAAE,CAAC;IAC1D,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,IAAI,EAAE,KAAK,CAAC;IACZ,SAAS,EAAE,UAAU,CAAC;IACtB,mBAAmB,EAAE,mBAAmB,CAAC;CAC1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IEngagementBankTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementBankTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IEngagementAccountingEntry } from './IEngagementAccountingEntry';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { IUser } from './IUser';\nimport { ILettering } from './ILettering';\nimport { IPartnerTransaction } from './IPartnerTransaction';\n\n// engagementBankTransactions\nexport interface IEngagementBankTransaction {\n id?: number;\n migrate: boolean;\n
|
|
1
|
+
{"version":3,"file":"IEngagementBankTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementBankTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IEngagementAccountingEntry } from './IEngagementAccountingEntry';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { IUser } from './IUser';\nimport { ILettering } from './ILettering';\nimport { IPartnerTransaction } from './IPartnerTransaction';\n\n// engagementBankTransactions\nexport interface IEngagementBankTransaction {\n id?: number;\n migrate: boolean;\n reference: string | null;\n dateValue: Date;\n dateLocked: Date | null;\n dateVerified: Date | null;\n isBlocked: boolean;\n exported: Date | null;\n noInvoice: boolean;\n isReadMobile: boolean;\n isLockedMobile: boolean;\n idBankAccount: number | null;\n idSociety: number;\n idPaymentMethod: number | null;\n idRule: number | null;\n idAccountingJournal: number;\n idLettering: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n idUser: number | null;\n\n // Associations\n bankAccount: IBankAccount;\n engagementAccountingEntries: IEngagementAccountingEntry[];\n accountingJournal: IAccountingJournal;\n user: IUser;\n lettering: ILettering;\n partnersTransaction: IPartnerTransaction;\n}\n"]}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PartnerTransactionType } from '../../Enum/PartnerTransactionType';
|
|
2
2
|
import { IPartnerTransactionType } from './IPartnerTransactionType';
|
|
3
3
|
export interface IPartnerTransaction {
|
|
4
4
|
id?: number;
|
|
5
5
|
tokenString: string | null;
|
|
6
6
|
tokenInteger: number | null;
|
|
7
|
-
idTypePartnerTransaction:
|
|
7
|
+
idTypePartnerTransaction: PartnerTransactionType;
|
|
8
8
|
idAccountingTransaction: number | null;
|
|
9
9
|
createdAt?: Date | null;
|
|
10
10
|
updatedAt?: Date | null;
|
|
11
11
|
idEngagementBankTransaction: number | null;
|
|
12
|
-
typePartnerTransaction
|
|
12
|
+
typePartnerTransaction?: IPartnerTransactionType;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=IPartnerTransaction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPartnerTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,wBAAwB,EAAE,sBAAsB,CAAC;IACjD,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3C,sBAAsB,EAAE,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"IPartnerTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,wBAAwB,EAAE,sBAAsB,CAAC;IACjD,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3C,sBAAsB,CAAC,EAAE,uBAAuB,CAAC;CAClD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPartnerTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"IPartnerTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { PartnerTransactionType } from '../../Enum/PartnerTransactionType';\nimport { IPartnerTransactionType } from './IPartnerTransactionType';\n\n// partnersTransactions\nexport interface IPartnerTransaction {\n id?: number;\n tokenString: string | null;\n tokenInteger: number | null;\n idTypePartnerTransaction: PartnerTransactionType;\n idAccountingTransaction: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n idEngagementBankTransaction: number | null;\n\n // Associations\n typePartnerTransaction?: IPartnerTransactionType;\n}\n"]}
|