@silexpert/core 1.0.76 → 1.0.78

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 (47) hide show
  1. package/es/api/resources/Library.d.ts +2 -1
  2. package/es/api/resources/Library.d.ts.map +1 -1
  3. package/es/api/resources/Library.js +3 -0
  4. package/es/api/resources/Library.js.map +1 -1
  5. package/es/types/Enum/PrestationOption.d.ts +1 -1
  6. package/es/types/Enum/PrestationOption.js +5 -5
  7. package/es/types/Enum/PrestationOption.js.map +1 -1
  8. package/es/types/Enum/PrestationType.js +1 -1
  9. package/es/types/Enum/PrestationType.js.map +1 -1
  10. package/es/types/Interface/api/gedFile/updateGedFile.d.ts +11 -0
  11. package/es/types/Interface/api/gedFile/updateGedFile.d.ts.map +1 -0
  12. package/es/types/Interface/api/gedFile/updateGedFile.js +45 -0
  13. package/es/types/Interface/api/gedFile/updateGedFile.js.map +1 -0
  14. package/es/types/Interface/api/library/QueryLibrary.d.ts +12 -2
  15. package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  16. package/es/types/Interface/api/library/QueryLibrary.js +36 -2
  17. package/es/types/Interface/api/library/QueryLibrary.js.map +1 -1
  18. package/es/types/index.d.ts +1 -0
  19. package/es/types/index.d.ts.map +1 -1
  20. package/es/types/index.js +1 -0
  21. package/es/types/index.js.map +1 -1
  22. package/es/utils/siretValidation.d.ts +1 -0
  23. package/es/utils/siretValidation.d.ts.map +1 -1
  24. package/es/utils/siretValidation.js +13 -0
  25. package/es/utils/siretValidation.js.map +1 -1
  26. package/js/api/resources/Library.js +4 -0
  27. package/js/api/resources/Library.js.map +1 -1
  28. package/js/types/Enum/PrestationOption.js +5 -5
  29. package/js/types/Enum/PrestationOption.js.map +1 -1
  30. package/js/types/Enum/PrestationType.js +1 -1
  31. package/js/types/Enum/PrestationType.js.map +1 -1
  32. package/js/types/Interface/api/gedFile/updateGedFile.js +41 -0
  33. package/js/types/Interface/api/gedFile/updateGedFile.js.map +1 -0
  34. package/js/types/Interface/api/library/QueryLibrary.js +23 -3
  35. package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
  36. package/js/types/index.js +12 -0
  37. package/js/types/index.js.map +1 -1
  38. package/js/utils/siretValidation.js +17 -0
  39. package/js/utils/siretValidation.js.map +1 -1
  40. package/package.json +1 -1
  41. package/ts/api/resources/Library.ts +7 -1
  42. package/ts/types/Enum/PrestationOption.ts +5 -5
  43. package/ts/types/Enum/PrestationType.ts +1 -1
  44. package/ts/types/Interface/api/gedFile/updateGedFile.ts +27 -0
  45. package/ts/types/Interface/api/library/QueryLibrary.ts +30 -4
  46. package/ts/types/index.ts +1 -0
  47. package/ts/utils/siretValidation.ts +13 -0
@@ -1,8 +1,9 @@
1
1
  /// <reference types="node" />
2
2
  import { Resource } from '../Resource';
3
- import { QueryLibraryFile, IGedFile, QueryDownloadFile } from '../../types';
3
+ import { QueryLibraryFile, UpdateOrCreateGedFile, IGedFile, QueryDownloadFile } from '../../types';
4
4
  export declare class Library extends Resource {
5
5
  get(params: QueryLibraryFile): Promise<IGedFile | null>;
6
+ updateOrCreate(idFile: number, params: UpdateOrCreateGedFile): Promise<IGedFile>;
6
7
  download(idSociety: number, params: QueryDownloadFile, isPdfFile?: boolean): Promise<Buffer>;
7
8
  }
8
9
  //# sourceMappingURL=Library.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Library.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Library.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAE5E,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,GAAG,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAIvD,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,iBAAiB,EAAE,SAAS,UAAQ,GAAG,OAAO,CAAC,MAAM,CAAC;CAY3F"}
1
+ {"version":3,"file":"Library.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Library.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,gBAAgB,EAAE,qBAAqB,EAAE,QAAQ,EAAE,iBAAiB,EACrE,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,GAAG,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAIvD,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIhF,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,iBAAiB,EAAE,SAAS,UAAQ,GAAG,OAAO,CAAC,MAAM,CAAC;CAY3F"}
@@ -3,6 +3,9 @@ export class Library extends Resource {
3
3
  get(params) {
4
4
  return this.axios.$get('/library/file', { params });
5
5
  }
6
+ updateOrCreate(idFile, params) {
7
+ return this.axios.$post(`/library/file/${idFile}`, params);
8
+ }
6
9
  download(idSociety, params, isPdfFile = false) {
7
10
  return this.axios.$get(`/library/${idSociety}/file/download`, Object.assign({ params }, (isPdfFile ? {
8
11
  responseType: 'arraybuffer',
@@ -1 +1 @@
1
- {"version":3,"file":"Library.js","sourceRoot":"","sources":["../../../ts/api/resources/Library.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,GAAG,CAAC,MAAwB;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,eAAe,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACtD,CAAC;IAED,QAAQ,CAAC,SAAiB,EAAE,MAAyB,EAAE,SAAS,GAAG,KAAK;QACtE,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,gBAAgB,kBAExD,MAAM,IACH,CAAC,SAAS,CAAC,CAAC,CAAC;YACd,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC,CAAC,EAAE,CAAC,EACP,CAAC;IACP,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { QueryLibraryFile, IGedFile, QueryDownloadFile } from '../../types';\n\nexport class Library extends Resource {\n get(params: QueryLibraryFile): Promise<IGedFile | null> {\n return this.axios.$get('/library/file', { params });\n }\n\n download(idSociety: number, params: QueryDownloadFile, isPdfFile = false): Promise<Buffer> {\n return this.axios.$get(`/library/${idSociety}/file/download`,\n {\n params,\n ...(isPdfFile ? {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n } : {}),\n });\n }\n}"]}
1
+ {"version":3,"file":"Library.js","sourceRoot":"","sources":["../../../ts/api/resources/Library.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,GAAG,CAAC,MAAwB;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,eAAe,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACtD,CAAC;IAED,cAAc,CAAC,MAAc,EAAE,MAA6B;QAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iBAAiB,MAAM,EAAE,EAAE,MAAM,CAAC,CAAC;IAC7D,CAAC;IAED,QAAQ,CAAC,SAAiB,EAAE,MAAyB,EAAE,SAAS,GAAG,KAAK;QACtE,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,gBAAgB,kBAExD,MAAM,IACH,CAAC,SAAS,CAAC,CAAC,CAAC;YACd,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC,CAAC,EAAE,CAAC,EACP,CAAC;IACP,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryLibraryFile, UpdateOrCreateGedFile, IGedFile, QueryDownloadFile,\n} from '../../types';\n\nexport class Library extends Resource {\n get(params: QueryLibraryFile): Promise<IGedFile | null> {\n return this.axios.$get('/library/file', { params });\n }\n\n updateOrCreate(idFile: number, params: UpdateOrCreateGedFile): Promise<IGedFile> {\n return this.axios.$post(`/library/file/${idFile}`, params);\n }\n\n download(idSociety: number, params: QueryDownloadFile, isPdfFile = false): Promise<Buffer> {\n return this.axios.$get(`/library/${idSociety}/file/download`,\n {\n params,\n ...(isPdfFile ? {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n } : {}),\n });\n }\n}"]}
@@ -59,7 +59,7 @@ export declare const PrestationOption: {
59
59
  CREATION_WITH_OPTION_SUPPORT: {
60
60
  id: number;
61
61
  name: string;
62
- description: string;
62
+ description: null;
63
63
  price: number;
64
64
  brand: string[];
65
65
  prestationList: PrestationType[];
@@ -6,7 +6,7 @@ export const PrestationOption = {
6
6
  description: 'Version supplémentaire établie demandée suite à des modifications du questionnaire',
7
7
  price: 99,
8
8
  brand: ['Clementine'],
9
- prestationList: [PrestationType.BILAN_PREVISIONNEL],
9
+ prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
10
10
  },
11
11
  BUSINESS_PLAN_OPTION_2: {
12
12
  id: 2,
@@ -14,7 +14,7 @@ export const PrestationOption = {
14
14
  description: 'Prévisionnel sur 60 mois',
15
15
  price: 139,
16
16
  brand: ['Clementine'],
17
- prestationList: [PrestationType.BILAN_PREVISIONNEL],
17
+ prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
18
18
  },
19
19
  BUSINESS_PLAN_OPTION_3: {
20
20
  id: 3,
@@ -22,7 +22,7 @@ export const PrestationOption = {
22
22
  description: 'Aide au choix du statut juridique, fiscal et social',
23
23
  price: 99,
24
24
  brand: ['Clementine'],
25
- prestationList: [PrestationType.BILAN_PREVISIONNEL],
25
+ prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
26
26
  },
27
27
  BUSINESS_PLAN_OPTION_4: {
28
28
  id: 4,
@@ -30,7 +30,7 @@ export const PrestationOption = {
30
30
  description: 'Prévisionnel express en 8 jours ouvrables après retour questionnaire rempli de 35 questions simples',
31
31
  price: 99,
32
32
  brand: ['Clementine'],
33
- prestationList: [PrestationType.BILAN_PREVISIONNEL],
33
+ prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
34
34
  },
35
35
  BUSINESS_PLAN_OPTION_1_POURCENTAGE: {
36
36
  id: 5,
@@ -59,7 +59,7 @@ export const PrestationOption = {
59
59
  CREATION_WITH_OPTION_SUPPORT: {
60
60
  id: 8,
61
61
  name: 'Avec accompagnement comptable',
62
- description: 'Prévisionnel sur 60 mois (5 ans)',
62
+ description: null,
63
63
  price: 100,
64
64
  brand: ['Clementine'],
65
65
  prestationList: [PrestationType.CREATION_SOCIETE],
@@ -1 +1 @@
1
- {"version":3,"file":"PrestationOption.js","sourceRoot":"","sources":["../../../ts/types/Enum/PrestationOption.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,sBAAsB,EAAE;QACtB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,oFAAoF;QACjG,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC,YAAY,CAAC;QACrB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,CAAC;KACpD;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,0BAA0B;QACvC,KAAK,EAAE,GAAG;QACV,KAAK,EAAE,CAAC,YAAY,CAAC;QACrB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,CAAC;KACpD;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,qDAAqD;QAClE,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC,YAAY,CAAC;QACrB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,CAAC;KACpD;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,qGAAqG;QAClH,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC,YAAY,CAAC;QACrB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,CAAC;KACpD;IACD,kCAAkC,EAAE;QAClC,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,oFAAoF;QACjG,KAAK,EAAE,GAAG;QACV,KAAK,EAAE,CAAC,aAAa,CAAC;QACtB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,CAAC;KACpD;IACD,kCAAkC,EAAE;QAClC,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,wCAAwC;QACrD,KAAK,EAAE,GAAG;QACV,KAAK,EAAE,CAAC,aAAa,CAAC;QACtB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,CAAC;KACpD;IACD,kCAAkC,EAAE;QAClC,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,kCAAkC;QAC/C,KAAK,EAAE,GAAG;QACV,KAAK,EAAE,CAAC,aAAa,CAAC;QACtB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,CAAC;KACpD;IACD,4BAA4B,EAAE;QAC5B,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,+BAA+B;QACrC,WAAW,EAAE,kCAAkC;QAC/C,KAAK,EAAE,GAAG;QACV,KAAK,EAAE,CAAC,YAAY,CAAC;QACrB,cAAc,EAAE,CAAC,cAAc,CAAC,gBAAgB,CAAC;KAClD;CACF,CAAC","sourcesContent":["import { PrestationType } from './PrestationType';\n\nexport const PrestationOption = {\n BUSINESS_PLAN_OPTION_1: {\n id: 1,\n name: 'Option 1',\n description: 'Version supplémentaire établie demandée suite à des modifications du questionnaire',\n price: 99,\n brand: ['Clementine'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL],\n },\n BUSINESS_PLAN_OPTION_2: {\n id: 2,\n name: 'Option 2',\n description: 'Prévisionnel sur 60 mois',\n price: 139,\n brand: ['Clementine'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL],\n },\n BUSINESS_PLAN_OPTION_3: {\n id: 3,\n name: 'Option 3',\n description: 'Aide au choix du statut juridique, fiscal et social',\n price: 99,\n brand: ['Clementine'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL],\n },\n BUSINESS_PLAN_OPTION_4: {\n id: 4,\n name: 'Option 4',\n description: 'Prévisionnel express en 8 jours ouvrables après retour questionnaire rempli de 35 questions simples',\n price: 99,\n brand: ['Clementine'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL],\n },\n BUSINESS_PLAN_OPTION_1_POURCENTAGE: {\n id: 5,\n name: 'Option 1',\n description: 'Version supplémentaire établie demandée suite à des modifications du questionnaire',\n price: 150,\n brand: ['Pourcentage'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL],\n },\n BUSINESS_PLAN_OPTION_2_POURCENTAGE: {\n id: 6,\n name: 'Option 2',\n description: 'Prévisionnel express en 8 jours ouvrés',\n price: 150,\n brand: ['Pourcentage'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL],\n },\n BUSINESS_PLAN_OPTION_3_POURCENTAGE: {\n id: 7,\n name: 'Option 3',\n description: 'Prévisionnel sur 60 mois (5 ans)',\n price: 199,\n brand: ['Pourcentage'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL],\n },\n CREATION_WITH_OPTION_SUPPORT: {\n id: 8,\n name: 'Avec accompagnement comptable',\n description: 'Prévisionnel sur 60 mois (5 ans)',\n price: 100,\n brand: ['Clementine'],\n prestationList: [PrestationType.CREATION_SOCIETE],\n },\n};"]}
1
+ {"version":3,"file":"PrestationOption.js","sourceRoot":"","sources":["../../../ts/types/Enum/PrestationOption.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,sBAAsB,EAAE;QACtB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,oFAAoF;QACjG,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC,YAAY,CAAC;QACrB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,EAAE,cAAc,CAAC,gBAAgB,CAAC;KACrF;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,0BAA0B;QACvC,KAAK,EAAE,GAAG;QACV,KAAK,EAAE,CAAC,YAAY,CAAC;QACrB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,EAAE,cAAc,CAAC,gBAAgB,CAAC;KACrF;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,qDAAqD;QAClE,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC,YAAY,CAAC;QACrB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,EAAE,cAAc,CAAC,gBAAgB,CAAC;KACrF;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,qGAAqG;QAClH,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC,YAAY,CAAC;QACrB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,EAAE,cAAc,CAAC,gBAAgB,CAAC;KACrF;IACD,kCAAkC,EAAE;QAClC,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,oFAAoF;QACjG,KAAK,EAAE,GAAG;QACV,KAAK,EAAE,CAAC,aAAa,CAAC;QACtB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,CAAC;KACpD;IACD,kCAAkC,EAAE;QAClC,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,wCAAwC;QACrD,KAAK,EAAE,GAAG;QACV,KAAK,EAAE,CAAC,aAAa,CAAC;QACtB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,CAAC;KACpD;IACD,kCAAkC,EAAE;QAClC,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,kCAAkC;QAC/C,KAAK,EAAE,GAAG;QACV,KAAK,EAAE,CAAC,aAAa,CAAC;QACtB,cAAc,EAAE,CAAC,cAAc,CAAC,kBAAkB,CAAC;KACpD;IACD,4BAA4B,EAAE;QAC5B,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,+BAA+B;QACrC,WAAW,EAAE,IAAI;QACjB,KAAK,EAAE,GAAG;QACV,KAAK,EAAE,CAAC,YAAY,CAAC;QACrB,cAAc,EAAE,CAAC,cAAc,CAAC,gBAAgB,CAAC;KAClD;CACF,CAAC","sourcesContent":["import { PrestationType } from './PrestationType';\n\nexport const PrestationOption = {\n BUSINESS_PLAN_OPTION_1: {\n id: 1,\n name: 'Option 1',\n description: 'Version supplémentaire établie demandée suite à des modifications du questionnaire',\n price: 99,\n brand: ['Clementine'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],\n },\n BUSINESS_PLAN_OPTION_2: {\n id: 2,\n name: 'Option 2',\n description: 'Prévisionnel sur 60 mois',\n price: 139,\n brand: ['Clementine'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],\n },\n BUSINESS_PLAN_OPTION_3: {\n id: 3,\n name: 'Option 3',\n description: 'Aide au choix du statut juridique, fiscal et social',\n price: 99,\n brand: ['Clementine'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],\n },\n BUSINESS_PLAN_OPTION_4: {\n id: 4,\n name: 'Option 4',\n description: 'Prévisionnel express en 8 jours ouvrables après retour questionnaire rempli de 35 questions simples',\n price: 99,\n brand: ['Clementine'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],\n },\n BUSINESS_PLAN_OPTION_1_POURCENTAGE: {\n id: 5,\n name: 'Option 1',\n description: 'Version supplémentaire établie demandée suite à des modifications du questionnaire',\n price: 150,\n brand: ['Pourcentage'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL],\n },\n BUSINESS_PLAN_OPTION_2_POURCENTAGE: {\n id: 6,\n name: 'Option 2',\n description: 'Prévisionnel express en 8 jours ouvrés',\n price: 150,\n brand: ['Pourcentage'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL],\n },\n BUSINESS_PLAN_OPTION_3_POURCENTAGE: {\n id: 7,\n name: 'Option 3',\n description: 'Prévisionnel sur 60 mois (5 ans)',\n price: 199,\n brand: ['Pourcentage'],\n prestationList: [PrestationType.BILAN_PREVISIONNEL],\n },\n CREATION_WITH_OPTION_SUPPORT: {\n id: 8,\n name: 'Avec accompagnement comptable',\n description: null,\n price: 100,\n brand: ['Clementine'],\n prestationList: [PrestationType.CREATION_SOCIETE],\n },\n};"]}
@@ -387,7 +387,7 @@ export const PrestationDetail = {
387
387
  hidden: 0,
388
388
  isComplementary: 0,
389
389
  signaturePosition: '308,68,563,131',
390
- signaturePage: 5,
390
+ signaturePage: 6,
391
391
  },
392
392
  JURIDIQUE: {
393
393
  id: 16,