@silexpert/core 1.3.90 → 1.3.91

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.
Files changed (24) hide show
  1. package/dist/cjs/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -1
  2. package/dist/cjs/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +0 -3
  3. package/dist/cjs/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
  4. package/dist/cjs/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
  5. package/dist/cjs/types/Interface/api/ocr/OcrTransactions.js +0 -3
  6. package/dist/cjs/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
  7. package/dist/cjs/types/Interface/api/ocr/OcrTypeTransactions.d.ts +4 -4
  8. package/dist/cjs/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -1
  9. package/dist/cjs/types/Interface/api/ocr/OcrTypeTransactions.js +0 -25
  10. package/dist/cjs/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
  11. package/dist/mjs/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -1
  12. package/dist/mjs/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +0 -3
  13. package/dist/mjs/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
  14. package/dist/mjs/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
  15. package/dist/mjs/types/Interface/api/ocr/OcrTransactions.js +0 -3
  16. package/dist/mjs/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
  17. package/dist/mjs/types/Interface/api/ocr/OcrTypeTransactions.d.ts +4 -4
  18. package/dist/mjs/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -1
  19. package/dist/mjs/types/Interface/api/ocr/OcrTypeTransactions.js +1 -25
  20. package/dist/mjs/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
  21. package/package.json +1 -1
  22. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +0 -2
  23. package/ts/types/Interface/api/ocr/OcrTransactions.ts +0 -2
  24. package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +5 -12
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTransactionBankStatement.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAGnG,qBAAa,6BAA6B;IAExC,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAItC,aAAa,EAAE,MAAM,CAAC;IAKtB,MAAM,EAAE,8BAA8B,EAAE,CAAC;CAC1C"}
1
+ {"version":3,"file":"QueryTransactionBankStatement.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnG,qBAAa,6BAA6B;IAExC,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAItC,aAAa,EAAE,MAAM,CAAC;IAItB,MAAM,EAAE,8BAA8B,EAAE,CAAC;CAC1C"}
@@ -12,8 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.QueryTransactionBankStatement = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const __1 = require("../../../..");
15
- const OcrTypeTransactions_1 = require("../ocr/OcrTypeTransactions");
16
- const class_transformer_1 = require("class-transformer");
17
15
  class QueryTransactionBankStatement {
18
16
  }
19
17
  exports.QueryTransactionBankStatement = QueryTransactionBankStatement;
@@ -29,7 +27,6 @@ __decorate([
29
27
  __decorate([
30
28
  (0, __1.ApiProperty)(),
31
29
  (0, class_validator_1.IsArray)(),
32
- (0, class_transformer_1.Type)(() => OcrTypeTransactions_1.MistralBankAccountSoldeDetails),
33
30
  __metadata("design:type", Array)
34
31
  ], QueryTransactionBankStatement.prototype, "soldes", void 0);
35
32
  //# sourceMappingURL=QueryTransactionBankStatement.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTransactionBankStatement.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoD;AACpD,mCAA0C;AAC1C,oEAAmG;AACnG,yDAAyC;AAEzC,MAAa,6BAA6B;CAYzC;AAZD,sEAYC;AAVC;IADC,IAAA,eAAW,GAAE;;mEACwB;AAItC;IAFC,IAAA,eAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;oEACW;AAKtB;IAHC,IAAA,eAAW,GAAE;IACb,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oDAA8B,CAAC;;6DACF","sourcesContent":["import { IsArray, IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../..';\nimport { MistralBankAccountSoldeDetails, OcrTransactionDetails } from '../ocr/OcrTypeTransactions';\nimport { Type } from 'class-transformer';\n\nexport class QueryTransactionBankStatement {\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiProperty()\n @IsNumber()\n idBankAccount: number;\n\n @ApiProperty()\n @IsArray()\n @Type(() => MistralBankAccountSoldeDetails)\n soldes: MistralBankAccountSoldeDetails[];\n}\n"]}
1
+ {"version":3,"file":"QueryTransactionBankStatement.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoD;AACpD,mCAA0C;AAG1C,MAAa,6BAA6B;CAWzC;AAXD,sEAWC;AATC;IADC,IAAA,eAAW,GAAE;;mEACwB;AAItC;IAFC,IAAA,eAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;oEACW;AAItB;IAFC,IAAA,eAAW,GAAE;IACb,IAAA,yBAAO,GAAE;;6DAC+B","sourcesContent":["import { IsArray, IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../..';\nimport { MistralBankAccountSoldeDetails, OcrTransactionDetails } from '../ocr/OcrTypeTransactions';\n\nexport class QueryTransactionBankStatement {\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiProperty()\n @IsNumber()\n idBankAccount: number;\n\n @ApiProperty()\n @IsArray()\n soldes: MistralBankAccountSoldeDetails[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"OcrTransactions.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,8BAA8B,EAAE,MAAM,uBAAuB,CAAC;AAG9F,qBAAa,eAAe;IAE1B,IAAI,CAAC,EAAE;QACL,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IAGF,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAGtC,aAAa,EAAE,MAAM,CAAC;IAKtB,KAAK,EAAE,OAAO,CAAC;IAKf,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,MAAM,CAAC,EAAE,8BAA8B,EAAE,CAAC;CAC3C"}
1
+ {"version":3,"file":"OcrTransactions.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,8BAA8B,EAAE,MAAM,uBAAuB,CAAC;AAE9F,qBAAa,eAAe;IAE1B,IAAI,CAAC,EAAE;QACL,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IAGF,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAGtC,aAAa,EAAE,MAAM,CAAC;IAKtB,KAAK,EAAE,OAAO,CAAC;IAKf,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,MAAM,CAAC,EAAE,8BAA8B,EAAE,CAAC;CAC3C"}
@@ -13,8 +13,6 @@ exports.OcrTransactions = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const __1 = require("../../../..");
15
15
  const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
16
- const OcrTypeTransactions_1 = require("./OcrTypeTransactions");
17
- const class_transformer_1 = require("class-transformer");
18
16
  class OcrTransactions {
19
17
  }
20
18
  exports.OcrTransactions = OcrTransactions;
@@ -45,7 +43,6 @@ __decorate([
45
43
  __decorate([
46
44
  (0, __1.ApiPropertyOptional)(),
47
45
  (0, class_validator_1.IsArray)(),
48
- (0, class_transformer_1.Type)(() => OcrTypeTransactions_1.MistralBankAccountSoldeDetails),
49
46
  __metadata("design:type", Array)
50
47
  ], OcrTransactions.prototype, "soldes", void 0);
51
48
  //# sourceMappingURL=OcrTransactions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"OcrTransactions.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,mCAA+D;AAC/D,sFAA2E;AAC3E,+DAA8F;AAC9F,yDAAyC;AAEzC,MAAa,eAAe;CA2B3B;AA3BD,0CA2BC;AAzBC;IADC,IAAA,uBAAmB,GAAE;;6CAIpB;AAGF;IADC,IAAA,eAAW,GAAE;;qDACwB;AAGtC;IADC,IAAA,uBAAmB,GAAE;;sDACA;AAKtB;IAHC,IAAA,6BAAS,GAAE;IACX,IAAA,2BAAS,GAAE;IACX,IAAA,eAAW,GAAE;;8CACC;AAKf;IAHC,IAAA,uBAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACI;AAKf;IAHC,IAAA,uBAAmB,GAAE;IACrB,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oDAA8B,CAAC;;+CACD","sourcesContent":["import { IsArray, IsBoolean, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OcrTransactionDetails, MistralBankAccountSoldeDetails } from './OcrTypeTransactions';\nimport { Type } from 'class-transformer';\n\nexport class OcrTransactions {\n @ApiPropertyOptional()\n file?: {\n id: number;\n token: string;\n };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiPropertyOptional()\n idBankAccount: number;\n\n @ToBoolean()\n @IsBoolean()\n @ApiProperty()\n isPdf: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n error?: string;\n\n @ApiPropertyOptional()\n @IsArray()\n @Type(() => MistralBankAccountSoldeDetails)\n soldes?: MistralBankAccountSoldeDetails[];\n}\n"]}
1
+ {"version":3,"file":"OcrTransactions.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,mCAA+D;AAC/D,sFAA2E;AAG3E,MAAa,eAAe;CA0B3B;AA1BD,0CA0BC;AAxBC;IADC,IAAA,uBAAmB,GAAE;;6CAIpB;AAGF;IADC,IAAA,eAAW,GAAE;;qDACwB;AAGtC;IADC,IAAA,uBAAmB,GAAE;;sDACA;AAKtB;IAHC,IAAA,6BAAS,GAAE;IACX,IAAA,2BAAS,GAAE;IACX,IAAA,eAAW,GAAE;;8CACC;AAKf;IAHC,IAAA,uBAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACI;AAIf;IAFC,IAAA,uBAAmB,GAAE;IACrB,IAAA,yBAAO,GAAE;;+CACgC","sourcesContent":["import { IsArray, IsBoolean, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OcrTransactionDetails, MistralBankAccountSoldeDetails } from './OcrTypeTransactions';\n\nexport class OcrTransactions {\n @ApiPropertyOptional()\n file?: {\n id: number;\n token: string;\n };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiPropertyOptional()\n idBankAccount: number;\n\n @ToBoolean()\n @IsBoolean()\n @ApiProperty()\n isPdf: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n error?: string;\n\n @ApiPropertyOptional()\n @IsArray()\n soldes?: MistralBankAccountSoldeDetails[];\n}\n"]}
@@ -9,6 +9,10 @@ export type OcrResponseMessage = {
9
9
  metadata: string;
10
10
  s3_file_name: string;
11
11
  };
12
+ export type MistralBankAccountSoldeDetails = {
13
+ dateValue: string;
14
+ amount: number;
15
+ };
12
16
  export type OcrResponseParsed = {
13
17
  Type: OcrType;
14
18
  MessageId: string;
@@ -21,8 +25,4 @@ export type OcrResponseParsed = {
21
25
  UnsubscribeURL: string;
22
26
  SubscribeURL?: string;
23
27
  };
24
- export declare class MistralBankAccountSoldeDetails {
25
- dateValue: string;
26
- amount: number;
27
- }
28
28
  //# sourceMappingURL=OcrTypeTransactions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OcrTypeTransactions.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,qBAAa,8BAA8B;IAGzC,SAAS,EAAE,MAAM,CAAC;IAIlB,MAAM,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"OcrTypeTransactions.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC"}
@@ -1,28 +1,3 @@
1
1
  "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- 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;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
2
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.MistralBankAccountSoldeDetails = void 0;
13
- const class_validator_1 = require("class-validator");
14
- const utils_1 = require("../../../../utils");
15
- class MistralBankAccountSoldeDetails {
16
- }
17
- exports.MistralBankAccountSoldeDetails = MistralBankAccountSoldeDetails;
18
- __decorate([
19
- (0, utils_1.ApiProperty)(),
20
- (0, class_validator_1.IsString)(),
21
- __metadata("design:type", String)
22
- ], MistralBankAccountSoldeDetails.prototype, "dateValue", void 0);
23
- __decorate([
24
- (0, utils_1.ApiProperty)(),
25
- (0, class_validator_1.IsNumber)(),
26
- __metadata("design:type", Number)
27
- ], MistralBankAccountSoldeDetails.prototype, "amount", void 0);
28
3
  //# sourceMappingURL=OcrTypeTransactions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"OcrTypeTransactions.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,6CAAgD;AA4BhD,MAAa,8BAA8B;CAQ1C;AARD,wEAQC;AALC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;iEACO;AAIlB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;8DACI","sourcesContent":["import { IsNumber, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { OcrType } from '../../../Enum/Ocr';\n\nexport type OcrTransactionDetails = {\n dateValue: string;\n label: string | null;\n debit: number;\n credit: number;\n};\n\nexport type OcrResponseMessage = {\n metadata: string;\n s3_file_name: string;\n};\n\nexport type OcrResponseParsed = {\n Type: OcrType;\n MessageId: string;\n TopicArn: string;\n Message: string;\n Timestamp: string;\n SignatureVersion: string;\n Signature: string;\n SigningCertURL: string;\n UnsubscribeURL: string;\n SubscribeURL?: string;\n};\n\nexport class MistralBankAccountSoldeDetails {\n @ApiProperty()\n @IsString()\n dateValue: string;\n\n @ApiProperty()\n @IsNumber()\n amount: number;\n}\n"]}
1
+ {"version":3,"file":"OcrTypeTransactions.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"","sourcesContent":["import { OcrType } from '../../../Enum/Ocr';\n\nexport type OcrTransactionDetails = {\n dateValue: string;\n label: string | null;\n debit: number;\n credit: number;\n};\n\nexport type OcrResponseMessage = {\n metadata: string;\n s3_file_name: string;\n};\n\nexport type MistralBankAccountSoldeDetails = {\n dateValue: string;\n amount: number;\n};\n\nexport type OcrResponseParsed = {\n Type: OcrType;\n MessageId: string;\n TopicArn: string;\n Message: string;\n Timestamp: string;\n SignatureVersion: string;\n Signature: string;\n SigningCertURL: string;\n UnsubscribeURL: string;\n SubscribeURL?: string;\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTransactionBankStatement.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAGnG,qBAAa,6BAA6B;IAExC,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAItC,aAAa,EAAE,MAAM,CAAC;IAKtB,MAAM,EAAE,8BAA8B,EAAE,CAAC;CAC1C"}
1
+ {"version":3,"file":"QueryTransactionBankStatement.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnG,qBAAa,6BAA6B;IAExC,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAItC,aAAa,EAAE,MAAM,CAAC;IAItB,MAAM,EAAE,8BAA8B,EAAE,CAAC;CAC1C"}
@@ -9,8 +9,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  };
10
10
  import { IsArray, IsNumber } from 'class-validator';
11
11
  import { ApiProperty } from '../../../..';
12
- import { MistralBankAccountSoldeDetails } from '../ocr/OcrTypeTransactions';
13
- import { Type } from 'class-transformer';
14
12
  export class QueryTransactionBankStatement {
15
13
  transactions;
16
14
  idBankAccount;
@@ -28,7 +26,6 @@ __decorate([
28
26
  __decorate([
29
27
  ApiProperty(),
30
28
  IsArray(),
31
- Type(() => MistralBankAccountSoldeDetails),
32
29
  __metadata("design:type", Array)
33
30
  ], QueryTransactionBankStatement.prototype, "soldes", void 0);
34
31
  //# sourceMappingURL=QueryTransactionBankStatement.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTransactionBankStatement.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,8BAA8B,EAAyB,MAAM,4BAA4B,CAAC;AACnG,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAEzC,MAAM,OAAO,6BAA6B;IAExC,YAAY,CAA0B;IAItC,aAAa,CAAS;IAKtB,MAAM,CAAmC;CAC1C;AAVC;IADC,WAAW,EAAE;;mEACwB;AAItC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;oEACW;AAKtB;IAHC,WAAW,EAAE;IACb,OAAO,EAAE;IACT,IAAI,CAAC,GAAG,EAAE,CAAC,8BAA8B,CAAC;;6DACF","sourcesContent":["import { IsArray, IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../..';\nimport { MistralBankAccountSoldeDetails, OcrTransactionDetails } from '../ocr/OcrTypeTransactions';\nimport { Type } from 'class-transformer';\n\nexport class QueryTransactionBankStatement {\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiProperty()\n @IsNumber()\n idBankAccount: number;\n\n @ApiProperty()\n @IsArray()\n @Type(() => MistralBankAccountSoldeDetails)\n soldes: MistralBankAccountSoldeDetails[];\n}\n"]}
1
+ {"version":3,"file":"QueryTransactionBankStatement.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG1C,MAAM,OAAO,6BAA6B;IAExC,YAAY,CAA0B;IAItC,aAAa,CAAS;IAItB,MAAM,CAAmC;CAC1C;AATC;IADC,WAAW,EAAE;;mEACwB;AAItC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;oEACW;AAItB;IAFC,WAAW,EAAE;IACb,OAAO,EAAE;;6DAC+B","sourcesContent":["import { IsArray, IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../..';\nimport { MistralBankAccountSoldeDetails, OcrTransactionDetails } from '../ocr/OcrTypeTransactions';\n\nexport class QueryTransactionBankStatement {\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiProperty()\n @IsNumber()\n idBankAccount: number;\n\n @ApiProperty()\n @IsArray()\n soldes: MistralBankAccountSoldeDetails[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"OcrTransactions.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,8BAA8B,EAAE,MAAM,uBAAuB,CAAC;AAG9F,qBAAa,eAAe;IAE1B,IAAI,CAAC,EAAE;QACL,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IAGF,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAGtC,aAAa,EAAE,MAAM,CAAC;IAKtB,KAAK,EAAE,OAAO,CAAC;IAKf,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,MAAM,CAAC,EAAE,8BAA8B,EAAE,CAAC;CAC3C"}
1
+ {"version":3,"file":"OcrTransactions.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,8BAA8B,EAAE,MAAM,uBAAuB,CAAC;AAE9F,qBAAa,eAAe;IAE1B,IAAI,CAAC,EAAE;QACL,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IAGF,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAGtC,aAAa,EAAE,MAAM,CAAC;IAKtB,KAAK,EAAE,OAAO,CAAC;IAKf,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,MAAM,CAAC,EAAE,8BAA8B,EAAE,CAAC;CAC3C"}
@@ -10,8 +10,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  import { IsArray, IsBoolean, IsOptional, IsString } from 'class-validator';
11
11
  import { ApiProperty, ApiPropertyOptional } from '../../../..';
12
12
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
- import { MistralBankAccountSoldeDetails } from './OcrTypeTransactions';
14
- import { Type } from 'class-transformer';
15
13
  export class OcrTransactions {
16
14
  file;
17
15
  transactions;
@@ -47,7 +45,6 @@ __decorate([
47
45
  __decorate([
48
46
  ApiPropertyOptional(),
49
47
  IsArray(),
50
- Type(() => MistralBankAccountSoldeDetails),
51
48
  __metadata("design:type", Array)
52
49
  ], OcrTransactions.prototype, "soldes", void 0);
53
50
  //# sourceMappingURL=OcrTransactions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"OcrTransactions.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3E,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAC3E,OAAO,EAAyB,8BAA8B,EAAE,MAAM,uBAAuB,CAAC;AAC9F,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAEzC,MAAM,OAAO,eAAe;IAE1B,IAAI,CAGF;IAGF,YAAY,CAA0B;IAGtC,aAAa,CAAS;IAKtB,KAAK,CAAU;IAKf,KAAK,CAAU;IAKf,MAAM,CAAoC;CAC3C;AAzBC;IADC,mBAAmB,EAAE;;6CAIpB;AAGF;IADC,WAAW,EAAE;;qDACwB;AAGtC;IADC,mBAAmB,EAAE;;sDACA;AAKtB;IAHC,SAAS,EAAE;IACX,SAAS,EAAE;IACX,WAAW,EAAE;;8CACC;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;8CACI;AAKf;IAHC,mBAAmB,EAAE;IACrB,OAAO,EAAE;IACT,IAAI,CAAC,GAAG,EAAE,CAAC,8BAA8B,CAAC;;+CACD","sourcesContent":["import { IsArray, IsBoolean, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OcrTransactionDetails, MistralBankAccountSoldeDetails } from './OcrTypeTransactions';\nimport { Type } from 'class-transformer';\n\nexport class OcrTransactions {\n @ApiPropertyOptional()\n file?: {\n id: number;\n token: string;\n };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiPropertyOptional()\n idBankAccount: number;\n\n @ToBoolean()\n @IsBoolean()\n @ApiProperty()\n isPdf: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n error?: string;\n\n @ApiPropertyOptional()\n @IsArray()\n @Type(() => MistralBankAccountSoldeDetails)\n soldes?: MistralBankAccountSoldeDetails[];\n}\n"]}
1
+ {"version":3,"file":"OcrTransactions.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3E,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAG3E,MAAM,OAAO,eAAe;IAE1B,IAAI,CAGF;IAGF,YAAY,CAA0B;IAGtC,aAAa,CAAS;IAKtB,KAAK,CAAU;IAKf,KAAK,CAAU;IAIf,MAAM,CAAoC;CAC3C;AAxBC;IADC,mBAAmB,EAAE;;6CAIpB;AAGF;IADC,WAAW,EAAE;;qDACwB;AAGtC;IADC,mBAAmB,EAAE;;sDACA;AAKtB;IAHC,SAAS,EAAE;IACX,SAAS,EAAE;IACX,WAAW,EAAE;;8CACC;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;8CACI;AAIf;IAFC,mBAAmB,EAAE;IACrB,OAAO,EAAE;;+CACgC","sourcesContent":["import { IsArray, IsBoolean, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OcrTransactionDetails, MistralBankAccountSoldeDetails } from './OcrTypeTransactions';\n\nexport class OcrTransactions {\n @ApiPropertyOptional()\n file?: {\n id: number;\n token: string;\n };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiPropertyOptional()\n idBankAccount: number;\n\n @ToBoolean()\n @IsBoolean()\n @ApiProperty()\n isPdf: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n error?: string;\n\n @ApiPropertyOptional()\n @IsArray()\n soldes?: MistralBankAccountSoldeDetails[];\n}\n"]}
@@ -9,6 +9,10 @@ export type OcrResponseMessage = {
9
9
  metadata: string;
10
10
  s3_file_name: string;
11
11
  };
12
+ export type MistralBankAccountSoldeDetails = {
13
+ dateValue: string;
14
+ amount: number;
15
+ };
12
16
  export type OcrResponseParsed = {
13
17
  Type: OcrType;
14
18
  MessageId: string;
@@ -21,8 +25,4 @@ export type OcrResponseParsed = {
21
25
  UnsubscribeURL: string;
22
26
  SubscribeURL?: string;
23
27
  };
24
- export declare class MistralBankAccountSoldeDetails {
25
- dateValue: string;
26
- amount: number;
27
- }
28
28
  //# sourceMappingURL=OcrTypeTransactions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OcrTypeTransactions.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,qBAAa,8BAA8B;IAGzC,SAAS,EAAE,MAAM,CAAC;IAIlB,MAAM,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"OcrTypeTransactions.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC"}
@@ -1,26 +1,2 @@
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 { IsNumber, IsString } from 'class-validator';
11
- import { ApiProperty } from '../../../../utils';
12
- export class MistralBankAccountSoldeDetails {
13
- dateValue;
14
- amount;
15
- }
16
- __decorate([
17
- ApiProperty(),
18
- IsString(),
19
- __metadata("design:type", String)
20
- ], MistralBankAccountSoldeDetails.prototype, "dateValue", void 0);
21
- __decorate([
22
- ApiProperty(),
23
- IsNumber(),
24
- __metadata("design:type", Number)
25
- ], MistralBankAccountSoldeDetails.prototype, "amount", void 0);
1
+ export {};
26
2
  //# sourceMappingURL=OcrTypeTransactions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"OcrTypeTransactions.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AA4BhD,MAAM,OAAO,8BAA8B;IAGzC,SAAS,CAAS;IAIlB,MAAM,CAAS;CAChB;AALC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;iEACO;AAIlB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;8DACI","sourcesContent":["import { IsNumber, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { OcrType } from '../../../Enum/Ocr';\n\nexport type OcrTransactionDetails = {\n dateValue: string;\n label: string | null;\n debit: number;\n credit: number;\n};\n\nexport type OcrResponseMessage = {\n metadata: string;\n s3_file_name: string;\n};\n\nexport type OcrResponseParsed = {\n Type: OcrType;\n MessageId: string;\n TopicArn: string;\n Message: string;\n Timestamp: string;\n SignatureVersion: string;\n Signature: string;\n SigningCertURL: string;\n UnsubscribeURL: string;\n SubscribeURL?: string;\n};\n\nexport class MistralBankAccountSoldeDetails {\n @ApiProperty()\n @IsString()\n dateValue: string;\n\n @ApiProperty()\n @IsNumber()\n amount: number;\n}\n"]}
1
+ {"version":3,"file":"OcrTypeTransactions.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"","sourcesContent":["import { OcrType } from '../../../Enum/Ocr';\n\nexport type OcrTransactionDetails = {\n dateValue: string;\n label: string | null;\n debit: number;\n credit: number;\n};\n\nexport type OcrResponseMessage = {\n metadata: string;\n s3_file_name: string;\n};\n\nexport type MistralBankAccountSoldeDetails = {\n dateValue: string;\n amount: number;\n};\n\nexport type OcrResponseParsed = {\n Type: OcrType;\n MessageId: string;\n TopicArn: string;\n Message: string;\n Timestamp: string;\n SignatureVersion: string;\n Signature: string;\n SigningCertURL: string;\n UnsubscribeURL: string;\n SubscribeURL?: string;\n};\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexpert/core",
3
- "version": "1.3.90",
3
+ "version": "1.3.91",
4
4
  "description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
5
5
  "homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
6
6
  "main": "dist/cjs/index.js",
@@ -1,7 +1,6 @@
1
1
  import { IsArray, IsNumber } from 'class-validator';
2
2
  import { ApiProperty } from '../../../..';
3
3
  import { MistralBankAccountSoldeDetails, OcrTransactionDetails } from '../ocr/OcrTypeTransactions';
4
- import { Type } from 'class-transformer';
5
4
 
6
5
  export class QueryTransactionBankStatement {
7
6
  @ApiProperty()
@@ -13,6 +12,5 @@ export class QueryTransactionBankStatement {
13
12
 
14
13
  @ApiProperty()
15
14
  @IsArray()
16
- @Type(() => MistralBankAccountSoldeDetails)
17
15
  soldes: MistralBankAccountSoldeDetails[];
18
16
  }
@@ -2,7 +2,6 @@ import { IsArray, IsBoolean, IsOptional, IsString } from 'class-validator';
2
2
  import { ApiProperty, ApiPropertyOptional } from '../../../..';
3
3
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
4
  import { OcrTransactionDetails, MistralBankAccountSoldeDetails } from './OcrTypeTransactions';
5
- import { Type } from 'class-transformer';
6
5
 
7
6
  export class OcrTransactions {
8
7
  @ApiPropertyOptional()
@@ -29,6 +28,5 @@ export class OcrTransactions {
29
28
 
30
29
  @ApiPropertyOptional()
31
30
  @IsArray()
32
- @Type(() => MistralBankAccountSoldeDetails)
33
31
  soldes?: MistralBankAccountSoldeDetails[];
34
32
  }
@@ -1,5 +1,3 @@
1
- import { IsNumber, IsString } from 'class-validator';
2
- import { ApiProperty } from '../../../../utils';
3
1
  import { OcrType } from '../../../Enum/Ocr';
4
2
 
5
3
  export type OcrTransactionDetails = {
@@ -14,6 +12,11 @@ export type OcrResponseMessage = {
14
12
  s3_file_name: string;
15
13
  };
16
14
 
15
+ export type MistralBankAccountSoldeDetails = {
16
+ dateValue: string;
17
+ amount: number;
18
+ };
19
+
17
20
  export type OcrResponseParsed = {
18
21
  Type: OcrType;
19
22
  MessageId: string;
@@ -26,13 +29,3 @@ export type OcrResponseParsed = {
26
29
  UnsubscribeURL: string;
27
30
  SubscribeURL?: string;
28
31
  };
29
-
30
- export class MistralBankAccountSoldeDetails {
31
- @ApiProperty()
32
- @IsString()
33
- dateValue: string;
34
-
35
- @ApiProperty()
36
- @IsNumber()
37
- amount: number;
38
- }