@silexpert/core 1.3.147 → 1.3.149
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api/resources/Echo.d.ts +3 -3
- package/dist/cjs/api/resources/Echo.d.ts.map +1 -1
- package/dist/cjs/api/resources/Echo.js +3 -3
- package/dist/cjs/api/resources/Echo.js.map +1 -1
- package/dist/cjs/api/resources/LegalNotice.d.ts +7 -2
- package/dist/cjs/api/resources/LegalNotice.d.ts.map +1 -1
- package/dist/cjs/api/resources/LegalNotice.js +14 -0
- package/dist/cjs/api/resources/LegalNotice.js.map +1 -1
- package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +1 -1
- package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
- package/dist/cjs/types/Interface/api/echo/CreateOrder.d.ts +10 -19
- package/dist/cjs/types/Interface/api/echo/CreateOrder.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/echo/CreateOrder.js +0 -90
- package/dist/cjs/types/Interface/api/echo/CreateOrder.js.map +1 -1
- package/dist/cjs/types/Interface/api/echo/Estimate.d.ts +33 -0
- package/dist/cjs/types/Interface/api/echo/Estimate.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/echo/Estimate.js +3 -0
- package/dist/cjs/types/Interface/api/echo/Estimate.js.map +1 -0
- package/dist/cjs/types/Interface/api/echo/EstimatePayload.d.ts +6 -0
- package/dist/cjs/types/Interface/api/echo/EstimatePayload.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/echo/EstimatePayload.js +3 -0
- package/dist/cjs/types/Interface/api/echo/EstimatePayload.js.map +1 -0
- package/dist/cjs/types/Interface/api/echo/Mission.d.ts +4 -1
- package/dist/cjs/types/Interface/api/echo/Mission.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/echo/Mission.js.map +1 -1
- package/dist/cjs/types/Interface/api/echo/Order.d.ts +29 -8
- package/dist/cjs/types/Interface/api/echo/Order.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/echo/Order.js.map +1 -1
- package/dist/cjs/types/Interface/api/legalNotice/QueryLegalNotice.d.ts +10 -0
- package/dist/cjs/types/Interface/api/legalNotice/QueryLegalNotice.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/legalNotice/QueryLegalNotice.js +58 -0
- package/dist/cjs/types/Interface/api/legalNotice/QueryLegalNotice.js.map +1 -0
- package/dist/cjs/types/Interface/api/stripe/Create.d.ts +1 -0
- package/dist/cjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/Create.js +6 -0
- package/dist/cjs/types/Interface/api/stripe/Create.js.map +1 -1
- package/dist/cjs/types/index.d.ts +3 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +3 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Echo.d.ts +3 -3
- package/dist/mjs/api/resources/Echo.d.ts.map +1 -1
- package/dist/mjs/api/resources/Echo.js +3 -3
- package/dist/mjs/api/resources/Echo.js.map +1 -1
- package/dist/mjs/api/resources/LegalNotice.d.ts +7 -2
- package/dist/mjs/api/resources/LegalNotice.d.ts.map +1 -1
- package/dist/mjs/api/resources/LegalNotice.js +14 -0
- package/dist/mjs/api/resources/LegalNotice.js.map +1 -1
- package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +1 -1
- package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
- package/dist/mjs/types/Interface/api/echo/CreateOrder.d.ts +10 -19
- package/dist/mjs/types/Interface/api/echo/CreateOrder.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/echo/CreateOrder.js +1 -100
- package/dist/mjs/types/Interface/api/echo/CreateOrder.js.map +1 -1
- package/dist/mjs/types/Interface/api/echo/Estimate.d.ts +33 -0
- package/dist/mjs/types/Interface/api/echo/Estimate.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/echo/Estimate.js +2 -0
- package/dist/mjs/types/Interface/api/echo/Estimate.js.map +1 -0
- package/dist/mjs/types/Interface/api/echo/EstimatePayload.d.ts +6 -0
- package/dist/mjs/types/Interface/api/echo/EstimatePayload.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/echo/EstimatePayload.js +2 -0
- package/dist/mjs/types/Interface/api/echo/EstimatePayload.js.map +1 -0
- package/dist/mjs/types/Interface/api/echo/Mission.d.ts +4 -1
- package/dist/mjs/types/Interface/api/echo/Mission.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/echo/Mission.js.map +1 -1
- package/dist/mjs/types/Interface/api/echo/Order.d.ts +29 -8
- package/dist/mjs/types/Interface/api/echo/Order.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/echo/Order.js.map +1 -1
- package/dist/mjs/types/Interface/api/legalNotice/QueryLegalNotice.d.ts +10 -0
- package/dist/mjs/types/Interface/api/legalNotice/QueryLegalNotice.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/legalNotice/QueryLegalNotice.js +60 -0
- package/dist/mjs/types/Interface/api/legalNotice/QueryLegalNotice.js.map +1 -0
- package/dist/mjs/types/Interface/api/stripe/Create.d.ts +1 -0
- package/dist/mjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/stripe/Create.js +7 -0
- package/dist/mjs/types/Interface/api/stripe/Create.js.map +1 -1
- package/dist/mjs/types/index.d.ts +3 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +3 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Echo.ts +6 -6
- package/ts/api/resources/LegalNotice.ts +19 -2
- package/ts/types/Interface/api/config/ConfigType.ts +3 -1
- package/ts/types/Interface/api/echo/CreateOrder.ts +10 -61
- package/ts/types/Interface/api/echo/Estimate.ts +33 -0
- package/ts/types/Interface/api/echo/EstimatePayload.ts +5 -0
- package/ts/types/Interface/api/echo/Mission.ts +5 -1
- package/ts/types/Interface/api/echo/Order.ts +29 -8
- package/ts/types/Interface/api/legalNotice/QueryLegalNotice.ts +38 -0
- package/ts/types/Interface/api/stripe/Create.ts +5 -0
- package/ts/types/index.ts +3 -0
|
@@ -9,5 +9,19 @@ export class LegalNotice extends Resource {
|
|
|
9
9
|
updateWithOptions(id, payload) {
|
|
10
10
|
return this.axios.$put(`/legal-notices/${id}`, payload);
|
|
11
11
|
}
|
|
12
|
+
getPaginated(params) {
|
|
13
|
+
return this.axios.$get('/legal-notices/paginated', { params });
|
|
14
|
+
}
|
|
15
|
+
delete(id) {
|
|
16
|
+
return this.axios.$delete(`/legal-notices/${id}`);
|
|
17
|
+
}
|
|
18
|
+
getPdf(id) {
|
|
19
|
+
return this.axios.$get(`/legal-notices/${id}/pdf`, {
|
|
20
|
+
responseType: 'arraybuffer',
|
|
21
|
+
headers: {
|
|
22
|
+
Accept: 'application/pdf',
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
}
|
|
12
26
|
}
|
|
13
27
|
//# sourceMappingURL=LegalNotice.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegalNotice.js","sourceRoot":"","sources":["../../../../ts/api/resources/LegalNotice.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IAChC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"LegalNotice.js","sourceRoot":"","sources":["../../../../ts/api/resources/LegalNotice.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IAChC,MAAM,CAAC,OAAoB;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;IAED,MAAM,CAAC,aAAqB,EAAE,MAAwB;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,kBAAkB,aAAa,cAAc,EAAE,MAAM,CAAC,CAAC;IACjF,CAAC;IAEM,iBAAiB,CAAC,EAAU,EAAE,OAAqB;QACxD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kBAAkB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC;IAEM,YAAY,CAAC,MAAiC;QACnD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,0BAA0B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACjE,CAAC;IAEM,MAAM,CAAC,EAAU;QACtB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC,CAAC;IACpD,CAAC;IAEM,MAAM,CAAC,EAAU;QACtB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kBAAkB,EAAE,MAAM,EAAE;YACjD,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import { BasePaginate, CreateOrder, CreatePrestation, ILegalNotice, QueryPaginatedLegalNotice, UpdateLegalNotice } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class LegalNotice extends Resource {\n public create(payload: CreateOrder): Promise<ILegalNotice> {\n return this.axios.$post('/legal-notices', payload);\n }\n\n update(idLegalNotice: number, params: CreatePrestation): Promise<UpdateLegalNotice> {\n return this.axios.$post(`/legal-notices/${idLegalNotice}/prestations`, params);\n }\n\n public updateWithOptions(id: number, payload: ILegalNotice): Promise<ILegalNotice> {\n return this.axios.$put(`/legal-notices/${id}`, payload);\n }\n\n public getPaginated(params: QueryPaginatedLegalNotice): Promise<BasePaginate<ILegalNotice>> {\n return this.axios.$get('/legal-notices/paginated', { params });\n }\n\n public delete(id: number): Promise<{ success: boolean }> {\n return this.axios.$delete(`/legal-notices/${id}`);\n }\n\n public getPdf(id: number): Promise<Buffer> {\n return this.axios.$get(`/legal-notices/${id}/pdf`, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n }\n });\n }\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigType.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ConfigType.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigType.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"","sourcesContent":["export interface ConfigType {\n port: number;\n db: Db;\n hostS3: string;\n redis: Redis;\n redisPrimary: RedisPrimary;\n caarl: Caarl;\n yousign: Yousign;\n awsClementine: AwsClementine;\n mail: Mail;\n client: Client;\n twilio: Twilio;\n pappers: Pappers;\n shine: Shine;\n defaultPermissions: DefaultPermissions;\n crisp: Crisp;\n brand: ConfigBrand;\n ocr: Ocr;\n jeDeclare: JeDeclare;\n pdfizer: Pdfizer;\n iDocus: IDocus;\n imageMagick: { url: string };\n inpi: Inpi;\n brevo: Brevo;\n tinyurl: LambdaInfos;\n machineLearning: MachineLearning;\n echo: Echo;\n compressPdf: LambdaInfos;\n mongodb: Mongodb;\n pdftkizer: LambdaInfos;\n sharper: LambdaInfos;\n chartizer: LambdaInfos;\n authentication?: Authentication;\n}\n\ninterface Authentication {\n token: string;\n}\n\ninterface LambdaInfos {\n url: string;\n}\n\ninterface Mongodb {\n username: string;\n password: string;\n host: string;\n}\n\ninterface MachineLearning {\n transactionAnnotation: string;\n}\n\ninterface Db {\n username: string;\n password: string;\n database: string;\n port: string;\n host: string;\n dialect: string;\n}\n\ninterface Redis {\n host: string;\n port: number;\n}\n\ninterface RedisPrimary {\n replicationGroupId: string;\n}\n\ninterface Caarl {\n api: string;\n bundle: string;\n}\n\ninterface Yousign {\n workspaceId: string;\n}\n\nexport type BucketName =\n | 'resources-local-dev'\n | 'resources-anytime'\n | 'resources-comptalib'\n | 'resources-eunomia'\n | 'resources-legalstart'\n | 'resources-pourcentage'\n | 'resources-statuts-express'\n | 'resources-clementine'\n | 'resources-comptalib-staging'\n | 'clementine-website'\n | 'resources-internal'\n | 'sales-contract';\n\ninterface AwsClementine {\n accessKeyId: string;\n secretAccessKey: string;\n clementineBucketName: BucketName;\n apiVersion: string;\n}\n\ninterface Mail {\n user: string;\n password: string;\n host: string;\n port: number;\n tls: boolean;\n}\n\ninterface Client {\n host: string;\n hostFull: string;\n}\n\ninterface Twilio {\n accountSID: string;\n number: string;\n}\n\nexport interface Access {\n login: string;\n password: string;\n}\n\ninterface Pappers {\n token: string;\n url: string;\n}\n\ninterface Shine {\n host: string;\n hostV3: string;\n leadHost: string;\n publicHost: string;\n clientId: string;\n sendLeadClientId: string;\n updateLeadClientId: string;\n redirect_uris: string[];\n status: string;\n scope: string;\n}\n\ninterface DefaultPermissions {\n gescom: boolean;\n compta: boolean;\n stats: boolean;\n docTreso: boolean;\n services: boolean;\n social: boolean;\n tva: boolean;\n simulation: boolean;\n simulationMultiple: boolean;\n balanceSheet: boolean;\n setting: boolean;\n purchase: boolean;\n}\n\ninterface Crisp {\n identifier: string;\n}\n\ninterface ConfigBrand {\n name: string;\n api: string;\n api2: string;\n api2Clementine: string;\n api2Legalstart: string;\n}\n\nexport interface Ocr {\n URL: string;\n}\n\ninterface JeDeclare {\n access: Access2[];\n serviceVersion: string;\n}\n\ninterface Access2 {\n name: string;\n test: Test;\n production: Production;\n}\n\ninterface Test {\n login: string;\n editor: string;\n software: string;\n wsdl: Wsdl;\n}\n\ninterface Wsdl {\n url: string;\n}\n\ninterface Production {\n login: string;\n editor: string;\n software: string;\n wsdl: Wsdl2;\n}\n\ninterface Wsdl2 {\n url: string;\n}\n\ninterface Pdfizer {\n url: string;\n}\n\ninterface IDocus {\n baseUrl: string;\n callbackurl: string;\n}\n\ninterface Inpi {\n username: string;\n}\n\ninterface Brevo {\n lists: {\n hot: number;\n paying: number;\n cold: number;\n churned: number;\n };\n}\n\ninterface Echo {\n url: string;\n accountid: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"ConfigType.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"","sourcesContent":["export interface ConfigType {\n port: number;\n db: Db;\n hostS3: string;\n redis: Redis;\n redisPrimary: RedisPrimary;\n caarl: Caarl;\n yousign: Yousign;\n awsClementine: AwsClementine;\n mail: Mail;\n client: Client;\n twilio: Twilio;\n pappers: Pappers;\n shine: Shine;\n defaultPermissions: DefaultPermissions;\n crisp: Crisp;\n brand: ConfigBrand;\n ocr: Ocr;\n jeDeclare: JeDeclare;\n pdfizer: Pdfizer;\n iDocus: IDocus;\n imageMagick: { url: string };\n inpi: Inpi;\n brevo: Brevo;\n tinyurl: LambdaInfos;\n machineLearning: MachineLearning;\n echo: Echo;\n compressPdf: LambdaInfos;\n mongodb: Mongodb;\n pdftkizer: LambdaInfos;\n sharper: LambdaInfos;\n chartizer: LambdaInfos;\n authentication?: Authentication;\n}\n\ninterface Authentication {\n token: string;\n}\n\ninterface LambdaInfos {\n url: string;\n}\n\ninterface Mongodb {\n username: string;\n password: string;\n host: string;\n}\n\ninterface MachineLearning {\n transactionAnnotation: string;\n}\n\ninterface Db {\n username: string;\n password: string;\n database: string;\n port: string;\n host: string;\n dialect: string;\n}\n\ninterface Redis {\n host: string;\n port: number;\n}\n\ninterface RedisPrimary {\n replicationGroupId: string;\n}\n\ninterface Caarl {\n api: string;\n bundle: string;\n}\n\ninterface Yousign {\n workspaceId: string;\n}\n\nexport type BucketName =\n | 'resources-local-dev'\n | 'resources-anytime'\n | 'resources-comptalib'\n | 'resources-eunomia'\n | 'resources-legalstart'\n | 'resources-pourcentage'\n | 'resources-statuts-express'\n | 'resources-clementine'\n | 'resources-comptalib-staging'\n | 'clementine-website'\n | 'resources-internal'\n | 'sales-contract';\n\ninterface AwsClementine {\n accessKeyId: string;\n secretAccessKey: string;\n clementineBucketName: BucketName;\n apiVersion: string;\n}\n\ninterface Mail {\n user: string;\n password: string;\n host: string;\n port: number;\n tls: boolean;\n}\n\ninterface Client {\n host: string;\n hostFull: string;\n}\n\ninterface Twilio {\n accountSID: string;\n number: string;\n}\n\nexport interface Access {\n login: string;\n password: string;\n}\n\ninterface Pappers {\n token: string;\n url: string;\n}\n\ninterface Shine {\n host: string;\n hostV3: string;\n leadHost: string;\n publicHost: string;\n clientId: string;\n sendLeadClientId: string;\n updateLeadClientId: string;\n redirect_uris: string[];\n status: string;\n scope: string;\n}\n\ninterface DefaultPermissions {\n gescom: boolean;\n compta: boolean;\n stats: boolean;\n docTreso: boolean;\n services: boolean;\n social: boolean;\n tva: boolean;\n simulation: boolean;\n simulationMultiple: boolean;\n balanceSheet: boolean;\n setting: boolean;\n purchase: boolean;\n}\n\ninterface Crisp {\n identifier: string;\n}\n\ninterface ConfigBrand {\n name: string;\n api: string;\n api2: string;\n api2Clementine: string;\n api2Legalstart: string;\n}\n\nexport interface Ocr {\n URL: string;\n}\n\ninterface JeDeclare {\n access: Access2[];\n serviceVersion: string;\n}\n\ninterface Access2 {\n name: string;\n test: Test;\n production: Production;\n}\n\ninterface Test {\n login: string;\n editor: string;\n software: string;\n wsdl: Wsdl;\n}\n\ninterface Wsdl {\n url: string;\n}\n\ninterface Production {\n login: string;\n editor: string;\n software: string;\n wsdl: Wsdl2;\n}\n\ninterface Wsdl2 {\n url: string;\n}\n\ninterface Pdfizer {\n url: string;\n}\n\ninterface IDocus {\n baseUrl: string;\n callbackurl: string;\n}\n\ninterface Inpi {\n username: string;\n}\n\ninterface Brevo {\n lists: {\n hot: number;\n paying: number;\n cold: number;\n churned: number;\n };\n}\n\ninterface Echo {\n url: string;\n //accountid: string;\n //apikey: string;\n token: string;\n}\n"]}
|
|
@@ -1,22 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare class Publication {
|
|
6
|
-
ad_type_id: string;
|
|
7
|
-
content: PublicationContent;
|
|
1
|
+
export interface CreateOrder {
|
|
2
|
+
departmentCode: string;
|
|
3
|
+
legalNoticeTypeId: string;
|
|
4
|
+
content: string;
|
|
8
5
|
header: string;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
paper_proof_qty: number;
|
|
16
|
-
publication: Publication;
|
|
17
|
-
publishing_date_from: string;
|
|
18
|
-
publishing_date_to: string;
|
|
19
|
-
selection_mode: string;
|
|
20
|
-
type: string;
|
|
6
|
+
logo: string;
|
|
7
|
+
customerReference: string;
|
|
8
|
+
publicationDate: string;
|
|
9
|
+
newspaperId: string;
|
|
10
|
+
supportingDocumentQuantity: number;
|
|
11
|
+
hasBodacc: boolean;
|
|
21
12
|
}
|
|
22
13
|
//# sourceMappingURL=CreateOrder.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateOrder.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/CreateOrder.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CreateOrder.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/CreateOrder.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,0BAA0B,EAAE,MAAM,CAAC;IACnC,SAAS,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -1,101 +1,2 @@
|
|
|
1
|
-
|
|
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 { IsIn, IsInt, IsOptional, IsString } from 'class-validator';
|
|
11
|
-
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
-
export class PublicationContent {
|
|
13
|
-
text_html;
|
|
14
|
-
}
|
|
15
|
-
__decorate([
|
|
16
|
-
ApiProperty(),
|
|
17
|
-
IsString(),
|
|
18
|
-
__metadata("design:type", String)
|
|
19
|
-
], PublicationContent.prototype, "text_html", void 0);
|
|
20
|
-
export class Publication {
|
|
21
|
-
ad_type_id;
|
|
22
|
-
content;
|
|
23
|
-
header;
|
|
24
|
-
legal_name;
|
|
25
|
-
logo_base_64;
|
|
26
|
-
}
|
|
27
|
-
__decorate([
|
|
28
|
-
ApiProperty(),
|
|
29
|
-
IsString(),
|
|
30
|
-
__metadata("design:type", String)
|
|
31
|
-
], Publication.prototype, "ad_type_id", void 0);
|
|
32
|
-
__decorate([
|
|
33
|
-
ApiProperty(),
|
|
34
|
-
__metadata("design:type", PublicationContent)
|
|
35
|
-
], Publication.prototype, "content", void 0);
|
|
36
|
-
__decorate([
|
|
37
|
-
ApiProperty(),
|
|
38
|
-
IsString(),
|
|
39
|
-
__metadata("design:type", String)
|
|
40
|
-
], Publication.prototype, "header", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
ApiProperty(),
|
|
43
|
-
IsString(),
|
|
44
|
-
__metadata("design:type", String)
|
|
45
|
-
], Publication.prototype, "legal_name", void 0);
|
|
46
|
-
__decorate([
|
|
47
|
-
ApiPropertyOptional(),
|
|
48
|
-
IsString(),
|
|
49
|
-
IsOptional(),
|
|
50
|
-
__metadata("design:type", Object)
|
|
51
|
-
], Publication.prototype, "logo_base_64", void 0);
|
|
52
|
-
export class CreateEchoOrder {
|
|
53
|
-
departement;
|
|
54
|
-
newspaper_id;
|
|
55
|
-
paper_proof_qty;
|
|
56
|
-
publication;
|
|
57
|
-
publishing_date_from;
|
|
58
|
-
publishing_date_to;
|
|
59
|
-
selection_mode;
|
|
60
|
-
type;
|
|
61
|
-
}
|
|
62
|
-
__decorate([
|
|
63
|
-
ApiProperty(),
|
|
64
|
-
__metadata("design:type", String)
|
|
65
|
-
], CreateEchoOrder.prototype, "departement", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
ApiProperty(),
|
|
68
|
-
IsString(),
|
|
69
|
-
__metadata("design:type", String)
|
|
70
|
-
], CreateEchoOrder.prototype, "newspaper_id", void 0);
|
|
71
|
-
__decorate([
|
|
72
|
-
ApiProperty(),
|
|
73
|
-
IsInt(),
|
|
74
|
-
__metadata("design:type", Number)
|
|
75
|
-
], CreateEchoOrder.prototype, "paper_proof_qty", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
ApiProperty(),
|
|
78
|
-
__metadata("design:type", Publication)
|
|
79
|
-
], CreateEchoOrder.prototype, "publication", void 0);
|
|
80
|
-
__decorate([
|
|
81
|
-
ApiProperty(),
|
|
82
|
-
IsString(),
|
|
83
|
-
__metadata("design:type", String)
|
|
84
|
-
], CreateEchoOrder.prototype, "publishing_date_from", void 0);
|
|
85
|
-
__decorate([
|
|
86
|
-
ApiProperty(),
|
|
87
|
-
IsString(),
|
|
88
|
-
__metadata("design:type", String)
|
|
89
|
-
], CreateEchoOrder.prototype, "publishing_date_to", void 0);
|
|
90
|
-
__decorate([
|
|
91
|
-
ApiProperty(),
|
|
92
|
-
IsString(),
|
|
93
|
-
__metadata("design:type", String)
|
|
94
|
-
], CreateEchoOrder.prototype, "selection_mode", void 0);
|
|
95
|
-
__decorate([
|
|
96
|
-
ApiProperty(),
|
|
97
|
-
IsString(),
|
|
98
|
-
IsIn(['simulation', 'order']),
|
|
99
|
-
__metadata("design:type", String)
|
|
100
|
-
], CreateEchoOrder.prototype, "type", void 0);
|
|
1
|
+
export {};
|
|
101
2
|
//# sourceMappingURL=CreateOrder.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateOrder.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/CreateOrder.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CreateOrder.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/CreateOrder.ts"],"names":[],"mappings":"","sourcesContent":["export interface CreateOrder {\n departmentCode: string;\n legalNoticeTypeId: string;\n content: string;\n header: string;\n logo: string; // base64 string: \"data:image/jpeg;base64,<data>\"\n customerReference: string;\n publicationDate: string; // format: \"YYYY-MM-DD\"\n newspaperId: string;\n supportingDocumentQuantity: number;\n hasBodacc: boolean;\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export interface EchoEstimateResponse {
|
|
2
|
+
estimates: EchoEstimate[];
|
|
3
|
+
}
|
|
4
|
+
export interface EchoEstimate {
|
|
5
|
+
newspaper: {
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
medium: string;
|
|
9
|
+
recommended: boolean;
|
|
10
|
+
hasDigitalSupportingDocument: boolean;
|
|
11
|
+
hasSupportingDocument: boolean;
|
|
12
|
+
};
|
|
13
|
+
acceptLogo: boolean;
|
|
14
|
+
publicationDate: string;
|
|
15
|
+
publicationClosingDatetime: string;
|
|
16
|
+
price: {
|
|
17
|
+
taxRate: number;
|
|
18
|
+
legalNoticeExcludingTax: number;
|
|
19
|
+
supportingDocumentExcludingTax: number;
|
|
20
|
+
supportingDocumentDiscount: number;
|
|
21
|
+
logoAndHeaderExcludingTax: number;
|
|
22
|
+
logoAndHeaderDiscount: number;
|
|
23
|
+
totalExcludingTax: number;
|
|
24
|
+
totalTax: number;
|
|
25
|
+
total: number;
|
|
26
|
+
};
|
|
27
|
+
supportingDocument: {
|
|
28
|
+
cost: number;
|
|
29
|
+
shippingCost: number;
|
|
30
|
+
maxCopies: number;
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=Estimate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Estimate.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Estimate.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,SAAS,EAAE,YAAY,EAAE,CAAC;CAC3B;AAED,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE;QACT,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,WAAW,EAAE,OAAO,CAAC;QACrB,4BAA4B,EAAE,OAAO,CAAC;QACtC,qBAAqB,EAAE,OAAO,CAAC;KAChC,CAAC;IACF,UAAU,EAAE,OAAO,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,0BAA0B,EAAE,MAAM,CAAC;IACnC,KAAK,EAAE;QACL,OAAO,EAAE,MAAM,CAAC;QAChB,uBAAuB,EAAE,MAAM,CAAC;QAChC,8BAA8B,EAAE,MAAM,CAAC;QACvC,0BAA0B,EAAE,MAAM,CAAC;QACnC,yBAAyB,EAAE,MAAM,CAAC;QAClC,qBAAqB,EAAE,MAAM,CAAC;QAC9B,iBAAiB,EAAE,MAAM,CAAC;QAC1B,QAAQ,EAAE,MAAM,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,kBAAkB,EAAE;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Estimate.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Estimate.ts"],"names":[],"mappings":"","sourcesContent":["export interface EchoEstimateResponse {\n estimates: EchoEstimate[];\n}\n\nexport interface EchoEstimate {\n newspaper: {\n id: string;\n name: string;\n medium: string;\n recommended: boolean;\n hasDigitalSupportingDocument: boolean;\n hasSupportingDocument: boolean;\n };\n acceptLogo: boolean;\n publicationDate: string; // ISO date string\n publicationClosingDatetime: string; // ISO datetime string\n price: {\n taxRate: number;\n legalNoticeExcludingTax: number;\n supportingDocumentExcludingTax: number;\n supportingDocumentDiscount: number;\n logoAndHeaderExcludingTax: number;\n logoAndHeaderDiscount: number;\n totalExcludingTax: number;\n totalTax: number;\n total: number;\n };\n supportingDocument: {\n cost: number;\n shippingCost: number;\n maxCopies: number;\n };\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EstimatePayload.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/EstimatePayload.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EstimatePayload.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/EstimatePayload.ts"],"names":[],"mappings":"","sourcesContent":["export interface EstimatePayload {\n departmentCode: string;\n legalNoticeTypeId: string;\n content?: string;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mission.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Mission.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
1
|
+
{"version":3,"file":"Mission.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Mission.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,gBAAgB,EAAE,OAAO,EAAE,CAAC;CAC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mission.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Mission.ts"],"names":[],"mappings":"","sourcesContent":["export type Mission = {\n id:
|
|
1
|
+
{"version":3,"file":"Mission.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Mission.ts"],"names":[],"mappings":"","sourcesContent":["export type Mission = {\n id: string;\n name: string;\n};\n\nexport interface MissionsResponse {\n legalNoticeTypes: Mission[];\n}\n"]}
|
|
@@ -1,9 +1,30 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
export interface EchoOrder {
|
|
2
|
+
customerReference: string;
|
|
3
|
+
status: string;
|
|
4
|
+
reference: string;
|
|
5
|
+
content: string;
|
|
6
|
+
header: string | null;
|
|
7
|
+
withLogo: boolean;
|
|
8
|
+
publicationDate: string;
|
|
9
|
+
publicationClosingDatetime: string | null;
|
|
10
|
+
publicationProofUrl: string | null;
|
|
11
|
+
price: {
|
|
12
|
+
totalExcludingTax: number;
|
|
13
|
+
total: number;
|
|
14
|
+
};
|
|
15
|
+
department: {
|
|
16
|
+
code: string;
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
newspaper: {
|
|
20
|
+
id: string;
|
|
21
|
+
name: string;
|
|
22
|
+
};
|
|
23
|
+
type: {
|
|
24
|
+
id: string;
|
|
25
|
+
name: string;
|
|
26
|
+
};
|
|
27
|
+
hasBodacc: boolean;
|
|
28
|
+
documents: any[];
|
|
29
|
+
}
|
|
9
30
|
//# sourceMappingURL=Order.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Order.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Order.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Order.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Order.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,KAAK,EAAE;QACL,iBAAiB,EAAE,MAAM,CAAC;QAC1B,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,UAAU,EAAE;QACV,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF,SAAS,EAAE;QACT,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,GAAG,EAAE,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Order.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Order.ts"],"names":[],"mappings":"","sourcesContent":["export
|
|
1
|
+
{"version":3,"file":"Order.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/Order.ts"],"names":[],"mappings":"","sourcesContent":["export interface EchoOrder {\n customerReference: string;\n status: string;\n reference: string;\n content: string;\n header: string | null;\n withLogo: boolean;\n publicationDate: string;\n publicationClosingDatetime: string | null;\n publicationProofUrl: string | null;\n price: {\n totalExcludingTax: number;\n total: number;\n };\n department: {\n code: string;\n name: string;\n };\n newspaper: {\n id: string;\n name: string;\n };\n type: {\n id: string;\n name: string;\n };\n hasBodacc: boolean;\n documents: any[];\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { RequiredQueryPaginate } from '../BasePaginate';
|
|
2
|
+
export declare class QueryPaginatedLegalNotice extends RequiredQueryPaginate {
|
|
3
|
+
year?: number | null;
|
|
4
|
+
quarter?: number | null;
|
|
5
|
+
idJuriste?: number[];
|
|
6
|
+
processed?: boolean | null;
|
|
7
|
+
search?: string;
|
|
8
|
+
include?: string[];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=QueryLegalNotice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryLegalNotice.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/legalNotice/QueryLegalNotice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,qBAAa,yBAA0B,SAAQ,qBAAqB;IAIlE,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKrB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IAMrB,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAK3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB"}
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { IsArray, IsBoolean, IsInt, IsOptional, IsString } from 'class-validator';
|
|
11
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
13
|
+
import { RequiredQueryPaginate } from '../BasePaginate';
|
|
14
|
+
export class QueryPaginatedLegalNotice extends RequiredQueryPaginate {
|
|
15
|
+
year;
|
|
16
|
+
quarter;
|
|
17
|
+
idJuriste;
|
|
18
|
+
processed;
|
|
19
|
+
search;
|
|
20
|
+
include;
|
|
21
|
+
}
|
|
22
|
+
__decorate([
|
|
23
|
+
ApiPropertyOptional(),
|
|
24
|
+
IsOptional(),
|
|
25
|
+
IsInt(),
|
|
26
|
+
__metadata("design:type", Object)
|
|
27
|
+
], QueryPaginatedLegalNotice.prototype, "year", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
ApiPropertyOptional(),
|
|
30
|
+
IsOptional(),
|
|
31
|
+
IsInt(),
|
|
32
|
+
__metadata("design:type", Object)
|
|
33
|
+
], QueryPaginatedLegalNotice.prototype, "quarter", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
ApiPropertyOptional(),
|
|
36
|
+
IsOptional(),
|
|
37
|
+
IsArray(),
|
|
38
|
+
__metadata("design:type", Array)
|
|
39
|
+
], QueryPaginatedLegalNotice.prototype, "idJuriste", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
ApiPropertyOptional(),
|
|
42
|
+
IsOptional(),
|
|
43
|
+
IsBoolean(),
|
|
44
|
+
ToBoolean(),
|
|
45
|
+
__metadata("design:type", Object)
|
|
46
|
+
], QueryPaginatedLegalNotice.prototype, "processed", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
ApiPropertyOptional(),
|
|
49
|
+
IsString(),
|
|
50
|
+
IsOptional(),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], QueryPaginatedLegalNotice.prototype, "search", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
IsOptional(),
|
|
55
|
+
IsString({
|
|
56
|
+
each: true,
|
|
57
|
+
}),
|
|
58
|
+
__metadata("design:type", Array)
|
|
59
|
+
], QueryPaginatedLegalNotice.prototype, "include", void 0);
|
|
60
|
+
//# sourceMappingURL=QueryLegalNotice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryLegalNotice.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/legalNotice/QueryLegalNotice.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAClF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,MAAM,OAAO,yBAA0B,SAAQ,qBAAqB;IAIlE,IAAI,CAAiB;IAKrB,OAAO,CAAiB;IAKxB,SAAS,CAAY;IAMrB,SAAS,CAAkB;IAK3B,MAAM,CAAU;IAMhB,OAAO,CAAY;CACpB;AA5BC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;uDACa;AAKrB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;0DACgB;AAKxB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;4DACW;AAMrB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;4DACe;AAK3B;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;yDACG;AAMhB;IAJC,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;0DACiB","sourcesContent":["import { IsArray, IsBoolean, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { RequiredQueryPaginate } from '../BasePaginate';\n\nexport class QueryPaginatedLegalNotice extends RequiredQueryPaginate {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n quarter?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idJuriste?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n processed?: boolean | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n @IsOptional()\n @IsString({\n each: true,\n })\n include?: string[];\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/stripe/Create.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,qBAAa,sBAAsB;IAGjC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,qBAAa,mBAAmB;IAG9B,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,qBAAa,cAAc;IAGzB,EAAE,EAAE,MAAM,CAAC;IAIX,KAAK,EAAE,MAAM,CAAC;IAId,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,iCAAiC;IAI5C,SAAS,CAAC,EAAE,IAAI,CAAC;IAKjB,OAAO,CAAC,EAAE,IAAI,CAAC;CAChB;AAED,qBAAa,yBAAyB;IAGpC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,uBAAuB;IAGlC,SAAS,EAAE,MAAM,CAAC;IAIlB,MAAM,EAAE,MAAM,CAAC;IAIf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,4BAA4B;IAIvC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,GAAG,EAAE,MAAM,CAAC;IAKZ,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,+BAA+B;IAG1C,SAAS,EAAE,MAAM,CAAC;IAIlB,aAAa,EAAE,MAAM,CAAC;IAKtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,mBAAmB;IAG9B,gBAAgB,EAAE,MAAM,CAAC;IAIzB,eAAe,EAAE,MAAM,CAAC;IAIxB,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,CAAC,EAAE,MAAM,CAAC,aAAa,CAAC;CACjC;AAED,qBAAa,mBAAmB;IAG9B,qBAAqB,EAAE,MAAM,CAAC;IAG9B,QAAQ,EAAE,GAAG,CAAC;CACf;AAED,qBAAa,+BAA+B;IAI1C,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,oBAAoB;IAM/B,aAAa,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/stripe/Create.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,qBAAa,sBAAsB;IAGjC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,qBAAa,mBAAmB;IAG9B,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,qBAAa,cAAc;IAGzB,EAAE,EAAE,MAAM,CAAC;IAIX,KAAK,EAAE,MAAM,CAAC;IAId,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,iCAAiC;IAI5C,SAAS,CAAC,EAAE,IAAI,CAAC;IAKjB,OAAO,CAAC,EAAE,IAAI,CAAC;CAChB;AAED,qBAAa,yBAAyB;IAGpC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,uBAAuB;IAGlC,SAAS,EAAE,MAAM,CAAC;IAIlB,MAAM,EAAE,MAAM,CAAC;IAIf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,4BAA4B;IAIvC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,GAAG,EAAE,MAAM,CAAC;IAKZ,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,+BAA+B;IAG1C,SAAS,EAAE,MAAM,CAAC;IAIlB,aAAa,EAAE,MAAM,CAAC;IAKtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,mBAAmB;IAG9B,gBAAgB,EAAE,MAAM,CAAC;IAIzB,eAAe,EAAE,MAAM,CAAC;IAIxB,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,CAAC,EAAE,MAAM,CAAC,aAAa,CAAC;CACjC;AAED,qBAAa,mBAAmB;IAG9B,qBAAqB,EAAE,MAAM,CAAC;IAG9B,QAAQ,EAAE,GAAG,CAAC;CACf;AAED,qBAAa,+BAA+B;IAI1C,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,oBAAoB;IAM/B,aAAa,EAAE,MAAM,CAAC;IAKtB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,qBAAa,6BAA6B;IAIxC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,qBAAqB;IAIhC,UAAU,EAAE,OAAO,CAAC;IAIpB,kBAAkB,EAAE,MAAM,CAAC;IAI3B,iBAAiB,EAAE,MAAM,CAAC;IAG1B,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;IAI3C,KAAK,EAAE,KAAK,CAAC;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACrD;AACD,qBAAa,oBAAoB;IAG/B,gBAAgB,EAAE,MAAM,CAAC;IAKzB,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,SAAS,EAAE,MAAM,CAAC;IAIlB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;IAK3C,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAKlC,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAKnC,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,qBAAa,qBAAqB;IAGhC,IAAI,EAAE,MAAM,CAAC;IAIb,OAAO,EAAE,MAAM,CAAC;IAIhB,IAAI,EAAE,MAAM,CAAC;IAIb,OAAO,EAAE,MAAM,CAAC;IAIhB,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -195,6 +195,7 @@ __decorate([
|
|
|
195
195
|
], PostProcessPaymentAutomatically.prototype, "minDate", void 0);
|
|
196
196
|
export class CreateTapToPayIntent {
|
|
197
197
|
amountInCents;
|
|
198
|
+
description;
|
|
198
199
|
}
|
|
199
200
|
__decorate([
|
|
200
201
|
ApiProperty(),
|
|
@@ -204,6 +205,12 @@ __decorate([
|
|
|
204
205
|
}),
|
|
205
206
|
__metadata("design:type", Number)
|
|
206
207
|
], CreateTapToPayIntent.prototype, "amountInCents", void 0);
|
|
208
|
+
__decorate([
|
|
209
|
+
ApiPropertyOptional(),
|
|
210
|
+
IsString(),
|
|
211
|
+
IsOptional(),
|
|
212
|
+
__metadata("design:type", String)
|
|
213
|
+
], CreateTapToPayIntent.prototype, "description", void 0);
|
|
207
214
|
export class CreateTapToPayConnectionToken {
|
|
208
215
|
locationId;
|
|
209
216
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/stripe/Create.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/stripe/Create.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsArray, IsBoolean, IsDate, IsDateString, IsInt, IsNumber, IsOptional, IsString, Min } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport type Stripe from 'stripe';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nexport class CreateStripeConnection {\n @ApiProperty()\n @IsString()\n code: string;\n}\n\nexport class CreateStripePortals {\n @ApiProperty()\n @IsString()\n stripeCustomerId: string;\n}\n\nexport class CreateCustomer {\n @ApiProperty()\n @IsInt()\n id: number;\n\n @ApiProperty()\n @IsString()\n email: string;\n\n @ApiPropertyOptional()\n @IsString()\n lastname?: string;\n\n @ApiPropertyOptional()\n @IsString()\n firstname?: string;\n}\n\nexport class CreateImportTransactionForSociety {\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n endDate?: Date;\n}\n\nexport class CreateSubscriptionSession {\n @ApiProperty()\n @IsString()\n priceId: string;\n}\n\nexport class CreateCommercialSession {\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiProperty()\n @IsString()\n priceId: string;\n}\n\nexport class CreateSubscriptionSessionOff {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n stripeCustomerId?: string;\n\n @ApiProperty()\n @IsString()\n ref: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n returnUrl?: string;\n}\n\nexport class CreateSubscriptionSessionOffApp {\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n @IsString()\n stripePriceId: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n returnUrl?: string;\n}\n\nexport class CreatePaymentIntent {\n @ApiProperty()\n @IsString()\n stripeCustomerId: string;\n\n @ApiProperty()\n @IsString()\n paymentMethodId: string;\n\n @ApiProperty()\n @IsInt()\n amountInCents: number;\n\n @ApiPropertyOptional()\n metadata?: Stripe.MetadataParam;\n}\n\nexport class UpdatePaymentMethod {\n @ApiProperty()\n @IsString()\n stripePaymentMethodId: string;\n\n @ApiProperty()\n metadata: any;\n}\n\nexport class PostProcessPaymentAutomatically {\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n minDate?: string;\n}\n\nexport class CreateTapToPayIntent {\n @ApiProperty()\n @IsNumber()\n @Min(1, {\n message: 'Le montant doit être supérieur à 1ct',\n })\n amountInCents: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n description?: string;\n}\n\nexport class CreateTapToPayConnectionToken {\n @ApiProperty()\n @IsString()\n @IsOptional()\n locationId?: string;\n}\n\nexport class CreatePurchaseSession {\n @ApiProperty({ description: 'Is software or accountancy product' })\n @IsBoolean()\n @ToBoolean()\n isSoftware: boolean;\n\n @ApiProperty({ description: 'Redirection link on success' })\n @IsString()\n successRedirection: string;\n\n @ApiProperty({ description: 'Redirection link on cancel / error' })\n @IsString()\n cancelRedirection: string;\n\n @ApiPropertyOptional()\n metadata?: Record<string, string | number>;\n\n @ApiProperty()\n @IsArray()\n items: Array<{ priceId: string; quantity: number }>;\n}\nexport class CreatePaymentSession {\n @ApiProperty()\n @IsString()\n stripeCustomerId: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n label?: string;\n\n @ApiProperty()\n @IsString()\n returnUrl: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n metadata?: Record<string, string | number>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n amountInCentsTaxIncluded?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n priceId?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idVatForInternalInvoicing?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n stripeAccount?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n idempotencyKey?: string;\n}\n\nexport class CreatePaymentLocation {\n @ApiProperty()\n @IsString()\n name: string;\n\n @ApiProperty()\n @IsString()\n address: string;\n\n @ApiProperty()\n @IsString()\n city: string;\n\n @ApiProperty()\n @IsString()\n zipCode: string;\n\n @ApiProperty()\n @IsInt()\n idCountry: number;\n}\n"]}
|
|
@@ -1007,6 +1007,7 @@ export * from './Interface/api/prestation/BodyCreatePrestationSocieties';
|
|
|
1007
1007
|
export * from './Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation';
|
|
1008
1008
|
export * from './Interface/api/paymentExpectation/QueryPaymentExpectation';
|
|
1009
1009
|
export * from './Interface/api/legalNotice/UpdateLegalNotice';
|
|
1010
|
+
export * from './Interface/api/legalNotice/QueryLegalNotice';
|
|
1010
1011
|
export * from './Interface/api/wallet/QueryWallet';
|
|
1011
1012
|
export * from './Interface/api/terminationList/QueryTerminationList';
|
|
1012
1013
|
export * from './Interface/api/terminationList/DestroyTerminationList';
|
|
@@ -1079,6 +1080,8 @@ export * from './Interface/api/echo/Mission';
|
|
|
1079
1080
|
export * from './Interface/api/echo/CreateOrder';
|
|
1080
1081
|
export * from './Interface/api/echo/NewsPaper';
|
|
1081
1082
|
export * from './Interface/api/echo/Order';
|
|
1083
|
+
export * from './Interface/api/echo/Estimate';
|
|
1084
|
+
export * from './Interface/api/echo/EstimatePayload';
|
|
1082
1085
|
export * from './Interface/api/userTimeSlot/QueryUserTimeSlot';
|
|
1083
1086
|
export * from './Interface/api/workingSchedule/QueryAvailableTimeSlot';
|
|
1084
1087
|
export * from './Interface/api/workingSchedule/Query';
|