@silexpert/core 1.0.88 → 1.0.90

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 (104) hide show
  1. package/es/api/resources/CustomerActivity.d.ts +3 -0
  2. package/es/api/resources/CustomerActivity.d.ts.map +1 -1
  3. package/es/api/resources/CustomerActivity.js +6 -0
  4. package/es/api/resources/CustomerActivity.js.map +1 -1
  5. package/es/api/resources/prestation.d.ts +5 -2
  6. package/es/api/resources/prestation.d.ts.map +1 -1
  7. package/es/api/resources/prestation.js +22 -0
  8. package/es/api/resources/prestation.js.map +1 -1
  9. package/es/types/Enum/BankCollectingState.d.ts +11 -0
  10. package/es/types/Enum/BankCollectingState.d.ts.map +1 -0
  11. package/es/types/Enum/BankCollectingState.js +26 -0
  12. package/es/types/Enum/BankCollectingState.js.map +1 -0
  13. package/es/types/Enum/FolderFile.d.ts +1 -0
  14. package/es/types/Enum/FolderFile.d.ts.map +1 -1
  15. package/es/types/Enum/FolderFile.js +1 -0
  16. package/es/types/Enum/FolderFile.js.map +1 -1
  17. package/es/types/Enum/LetterRecoveryState.d.ts +23 -0
  18. package/es/types/Enum/LetterRecoveryState.d.ts.map +1 -0
  19. package/es/types/Enum/LetterRecoveryState.js +23 -0
  20. package/es/types/Enum/LetterRecoveryState.js.map +1 -0
  21. package/es/types/Enum/Phone.d.ts +38 -0
  22. package/es/types/Enum/Phone.d.ts.map +1 -0
  23. package/es/types/Enum/Phone.js +38 -0
  24. package/es/types/Enum/Phone.js.map +1 -0
  25. package/es/types/Interface/api/customerActivity/Create.d.ts +4 -0
  26. package/es/types/Interface/api/customerActivity/Create.d.ts.map +1 -0
  27. package/es/types/Interface/api/customerActivity/Create.js +19 -0
  28. package/es/types/Interface/api/customerActivity/Create.js.map +1 -0
  29. package/es/types/Interface/api/customerActivity/Query.d.ts +4 -0
  30. package/es/types/Interface/api/customerActivity/Query.d.ts.map +1 -0
  31. package/es/types/Interface/api/customerActivity/Query.js +20 -0
  32. package/es/types/Interface/api/customerActivity/Query.js.map +1 -0
  33. package/es/types/Interface/api/file/TFile.d.ts +1 -0
  34. package/es/types/Interface/api/file/TFile.d.ts.map +1 -1
  35. package/es/types/Interface/api/file/TFile.js.map +1 -1
  36. package/es/types/Interface/api/gedFile/updateGedFile.d.ts +1 -0
  37. package/es/types/Interface/api/gedFile/updateGedFile.d.ts.map +1 -1
  38. package/es/types/Interface/api/gedFile/updateGedFile.js +4 -0
  39. package/es/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
  40. package/es/types/Interface/api/prestation/QueryPrestation.d.ts +4 -0
  41. package/es/types/Interface/api/prestation/QueryPrestation.d.ts.map +1 -0
  42. package/es/types/Interface/api/prestation/QueryPrestation.js +20 -0
  43. package/es/types/Interface/api/prestation/QueryPrestation.js.map +1 -0
  44. package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts +1 -0
  45. package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts.map +1 -1
  46. package/es/types/Interface/api/society/SocietyWithStatsCaParams.js.map +1 -1
  47. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -1
  48. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  49. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +5 -1
  50. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  51. package/es/types/Interface/models/ISociety.d.ts +2 -1
  52. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  53. package/es/types/Interface/models/ISociety.js.map +1 -1
  54. package/es/types/index.d.ts +6 -1
  55. package/es/types/index.d.ts.map +1 -1
  56. package/es/types/index.js +6 -1
  57. package/es/types/index.js.map +1 -1
  58. package/js/api/resources/CustomerActivity.js +10 -0
  59. package/js/api/resources/CustomerActivity.js.map +1 -1
  60. package/js/api/resources/prestation.js +20 -0
  61. package/js/api/resources/prestation.js.map +1 -1
  62. package/js/types/Enum/BankCollectingState.js +28 -0
  63. package/js/types/Enum/BankCollectingState.js.map +1 -0
  64. package/js/types/Enum/FolderFile.js +1 -0
  65. package/js/types/Enum/FolderFile.js.map +1 -1
  66. package/js/types/Enum/LetterRecoveryState.js +28 -0
  67. package/js/types/Enum/LetterRecoveryState.js.map +1 -0
  68. package/js/types/Enum/Phone.js +43 -0
  69. package/js/types/Enum/Phone.js.map +1 -0
  70. package/js/types/Interface/api/customerActivity/Create.js +29 -0
  71. package/js/types/Interface/api/customerActivity/Create.js.map +1 -0
  72. package/js/types/Interface/api/customerActivity/Query.js +29 -0
  73. package/js/types/Interface/api/customerActivity/Query.js.map +1 -0
  74. package/js/types/Interface/api/gedFile/updateGedFile.js +2 -0
  75. package/js/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
  76. package/js/types/Interface/api/prestation/QueryPrestation.js +29 -0
  77. package/js/types/Interface/api/prestation/QueryPrestation.js.map +1 -0
  78. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +5 -0
  79. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  80. package/js/types/index.js +87 -27
  81. package/js/types/index.js.map +1 -1
  82. package/package.json +1 -1
  83. package/ts/api/resources/CustomerActivity.ts +9 -0
  84. package/ts/api/resources/prestation.ts +28 -2
  85. package/ts/types/Enum/BankCollectingState.ts +24 -0
  86. package/ts/types/Enum/FolderFile.ts +1 -0
  87. package/ts/types/Enum/LetterRecoveryState.ts +22 -0
  88. package/ts/types/Enum/Phone.ts +37 -0
  89. package/ts/types/Interface/api/customerActivity/Create.ts +8 -0
  90. package/ts/types/Interface/api/customerActivity/Query.ts +9 -0
  91. package/ts/types/Interface/api/file/TFile.ts +2 -1
  92. package/ts/types/Interface/api/gedFile/updateGedFile.ts +3 -0
  93. package/ts/types/Interface/api/prestation/QueryPrestation.ts +9 -0
  94. package/ts/types/Interface/api/society/SocietyWithStatsCaParams.ts +2 -1
  95. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +4 -1
  96. package/ts/types/Interface/models/ISociety.ts +2 -1
  97. package/ts/types/index.ts +6 -1
  98. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts +0 -46
  99. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts.map +0 -1
  100. package/es/types/Interface/api/pdf/BillingDocumentData.js +0 -2
  101. package/es/types/Interface/api/pdf/BillingDocumentData.js.map +0 -1
  102. package/js/types/Interface/api/pdf/BillingDocumentData.js +0 -6
  103. package/js/types/Interface/api/pdf/BillingDocumentData.js.map +0 -1
  104. package/ts/types/Interface/api/pdf/BillingDocumentData.ts +0 -46
@@ -1,5 +1,8 @@
1
+ import { CreateContactRequest, IRecontactHistory, QueryContactRequest } from '../../types';
1
2
  import { Resource } from '../Resource';
2
3
  export declare class CustomerActivity extends Resource {
3
4
  previewReporting(idSociety: number): Promise<string>;
5
+ getAllContactRequests(idUser: number, query: QueryContactRequest): Promise<IRecontactHistory[]>;
6
+ createContactRequests(idUser: number, params: CreateContactRequest): Promise<IRecontactHistory>;
4
7
  }
5
8
  //# sourceMappingURL=CustomerActivity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CustomerActivity.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAGrD"}
1
+ {"version":3,"file":"CustomerActivity.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC3F,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAIpD,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAI/F,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAGhG"}
@@ -3,5 +3,11 @@ export class CustomerActivity extends Resource {
3
3
  previewReporting(idSociety) {
4
4
  return this.axios.$get(`/customer-activities/societies/${idSociety}/reports/preview`);
5
5
  }
6
+ getAllContactRequests(idUser, query) {
7
+ return this.axios.$get(`/users/${idUser}/contact-requests`, { params: query });
8
+ }
9
+ createContactRequests(idUser, params) {
10
+ return this.axios.$post(`/users/${idUser}/contact-requests`, params);
11
+ }
6
12
  }
7
13
  //# sourceMappingURL=CustomerActivity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CustomerActivity.js","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,SAAiB;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kCAAkC,SAAS,kBAAkB,CAAC,CAAC;IACxF,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\n\nexport class CustomerActivity extends Resource {\n previewReporting(idSociety: number): Promise<string> {\n return this.axios.$get(`/customer-activities/societies/${idSociety}/reports/preview`);\n }\n}"]}
1
+ {"version":3,"file":"CustomerActivity.js","sourceRoot":"","sources":["../../../ts/api/resources/CustomerActivity.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,SAAiB;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kCAAkC,SAAS,kBAAkB,CAAC,CAAC;IACxF,CAAC;IAED,qBAAqB,CAAC,MAAc,EAAE,KAA0B;QAC9D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,MAAM,mBAAmB,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACjF,CAAC;IAED,qBAAqB,CAAC,MAAc,EAAE,MAA4B;QAChE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,MAAM,mBAAmB,EAAE,MAAM,CAAC,CAAC;IACvE,CAAC;CACF","sourcesContent":["import { CreateContactRequest, IRecontactHistory, QueryContactRequest } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class CustomerActivity extends Resource {\n previewReporting(idSociety: number): Promise<string> {\n return this.axios.$get(`/customer-activities/societies/${idSociety}/reports/preview`);\n }\n\n getAllContactRequests(idUser: number, query: QueryContactRequest): Promise<IRecontactHistory[]> {\n return this.axios.$get(`/users/${idUser}/contact-requests`, { params: query });\n }\n\n createContactRequests(idUser: number, params: CreateContactRequest): Promise<IRecontactHistory> {\n return this.axios.$post(`/users/${idUser}/contact-requests`, params);\n }\n}"]}
@@ -1,11 +1,14 @@
1
+ import { CancelToken } from 'axios';
1
2
  import { Resource } from '../Resource';
2
- import { IPrestation } from '../../types';
3
+ import { IPrestation, QueryPrestation } from '../../types';
3
4
  export declare class Prestation extends Resource {
4
5
  /**
5
6
  * retourne toutes les prestations juridique d'une société
6
7
  * @param { number } id
7
8
  * @returns { IPrestation }
8
9
  */
9
- getAllJuridicFromSociety(id: number): Promise<IPrestation>;
10
+ getAllJuridicFromSociety(id: number): Promise<IPrestation[]>;
11
+ getAllFromSociety(id: number, params?: QueryPrestation, cancelToken?: CancelToken): Promise<IPrestation[]>;
12
+ getAllSocialFromSociety(id: number, cancelToken?: CancelToken): Promise<IPrestation[]>;
10
13
  }
11
14
  //# sourceMappingURL=prestation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"prestation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/prestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,WAAW,EACZ,MAAM,aAAa,CAAC;AAErB,qBAAa,UAAW,SAAQ,QAAQ;IACtC;;;;OAIG;IACI,wBAAwB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;CAGlE"}
1
+ {"version":3,"file":"prestation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/prestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,WAAW,EAAkB,eAAe,EAC7C,MAAM,aAAa,CAAC;AAErB,qBAAa,UAAW,SAAQ,QAAQ;IACtC;;;;OAIG;IACI,wBAAwB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAI5D,iBAAiB,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,eAAe,EAAE,WAAW,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAI1G,uBAAuB,CAAC,EAAE,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;CAoB9F"}
@@ -1,4 +1,5 @@
1
1
  import { Resource } from '../Resource';
2
+ import { PrestationType, } from '../../types';
2
3
  export class Prestation extends Resource {
3
4
  /**
4
5
  * retourne toutes les prestations juridique d'une société
@@ -8,5 +9,26 @@ export class Prestation extends Resource {
8
9
  getAllJuridicFromSociety(id) {
9
10
  return this.axios.$get(`/prestation/society/${id}/juridicals`);
10
11
  }
12
+ getAllFromSociety(id, params, cancelToken) {
13
+ return this.axios.$get(`/societies/${id}/prestations`, Object.assign(Object.assign({}, (cancelToken ? { cancelToken } : {})), { params }));
14
+ }
15
+ getAllSocialFromSociety(id, cancelToken) {
16
+ return this.axios.$get(`/societies/${id}/prestations`, Object.assign(Object.assign({}, (cancelToken ? { cancelToken } : {})), { params: {
17
+ prestationListIds: [
18
+ PrestationType.FRUCTUPAIE,
19
+ PrestationType.SOCIAL,
20
+ PrestationType.MYFRUCTUCOMPTA_SOCIAL,
21
+ PrestationType.MYFRUCTUCOMPTA_EXPRESS_SOCIAL,
22
+ PrestationType.FRUCTUCOMPTA_ASSISTANCE_EXPRESS_SOCIAL,
23
+ PrestationType.FRUCTUCOMPTA_ASSISTANCE_SOCIAL,
24
+ PrestationType.FRUCTUCOMPTA_EXPRESS_SOCIAL,
25
+ PrestationType.FRUCTUCOMPTA_SOCIAL,
26
+ PrestationType.COMPTA_PRO_PAIE,
27
+ PrestationType.COMPTA_PRO_EXPRESS_PAIE,
28
+ PrestationType.COMPTA_ENTREPRISE_PAIE,
29
+ PrestationType.COMPTA_ENTREPRISE_EXPRESS_PAIE
30
+ ],
31
+ } }));
32
+ }
11
33
  }
12
34
  //# sourceMappingURL=prestation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"prestation.js","sourceRoot":"","sources":["../../../ts/api/resources/prestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,UAAW,SAAQ,QAAQ;IACtC;;;;OAIG;IACI,wBAAwB,CAAC,EAAU;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,aAAa,CAAC,CAAC;IACjE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IPrestation,\n} from '../../types';\n\nexport class Prestation extends Resource {\n /**\n * retourne toutes les prestations juridique d'une société\n * @param { number } id\n * @returns { IPrestation }\n */\n public getAllJuridicFromSociety(id: number): Promise<IPrestation> {\n return this.axios.$get(`/prestation/society/${id}/juridicals`);\n }\n}"]}
1
+ {"version":3,"file":"prestation.js","sourceRoot":"","sources":["../../../ts/api/resources/prestation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACQ,cAAc,GAC5B,MAAM,aAAa,CAAC;AAErB,MAAM,OAAO,UAAW,SAAQ,QAAQ;IACtC;;;;OAIG;IACI,wBAAwB,CAAC,EAAU;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,aAAa,CAAC,CAAC;IACjE,CAAC;IAEM,iBAAiB,CAAC,EAAU,EAAE,MAAwB,EAAE,WAAyB;QACtF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,EAAE,cAAc,kCAAO,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,KAAE,MAAM,IAAG,CAAC;IAC9G,CAAC;IAEM,uBAAuB,CAAC,EAAU,EAAE,WAAyB;QAClE,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,EAAE,cAAc,kCAChD,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,KACvC,MAAM,EAAE;gBACN,iBAAiB,EAAE;oBACjB,cAAc,CAAC,UAAU;oBACzB,cAAc,CAAC,MAAM;oBACrB,cAAc,CAAC,qBAAqB;oBACpC,cAAc,CAAC,6BAA6B;oBAC5C,cAAc,CAAC,sCAAsC;oBACrD,cAAc,CAAC,8BAA8B;oBAC7C,cAAc,CAAC,2BAA2B;oBAC1C,cAAc,CAAC,mBAAmB;oBAClC,cAAc,CAAC,eAAe;oBAC9B,cAAc,CAAC,uBAAuB;oBACtC,cAAc,CAAC,sBAAsB;oBACrC,cAAc,CAAC,8BAA8B;iBAAC;aACjD,IACD,CAAC;IACL,CAAC;CACF","sourcesContent":["import { CancelToken } from 'axios';\nimport { Resource } from '../Resource';\nimport {\n IPrestation, PrestationType, QueryPrestation,\n} from '../../types';\n\nexport class Prestation extends Resource {\n /**\n * retourne toutes les prestations juridique d'une société\n * @param { number } id\n * @returns { IPrestation }\n */\n public getAllJuridicFromSociety(id: number): Promise<IPrestation[]> {\n return this.axios.$get(`/prestation/society/${id}/juridicals`);\n }\n\n public getAllFromSociety(id: number, params?: QueryPrestation, cancelToken?: CancelToken): Promise<IPrestation[]> {\n return this.axios.$get(`/societies/${id}/prestations`, { ...(cancelToken ? { cancelToken } : {}), params });\n }\n\n public getAllSocialFromSociety(id: number, cancelToken?: CancelToken): Promise<IPrestation[]> {\n return this.axios.$get(`/societies/${id}/prestations`, {\n ...(cancelToken ? { cancelToken } : {}),\n params: {\n prestationListIds: [\n PrestationType.FRUCTUPAIE,\n PrestationType.SOCIAL,\n PrestationType.MYFRUCTUCOMPTA_SOCIAL,\n PrestationType.MYFRUCTUCOMPTA_EXPRESS_SOCIAL,\n PrestationType.FRUCTUCOMPTA_ASSISTANCE_EXPRESS_SOCIAL,\n PrestationType.FRUCTUCOMPTA_ASSISTANCE_SOCIAL,\n PrestationType.FRUCTUCOMPTA_EXPRESS_SOCIAL,\n PrestationType.FRUCTUCOMPTA_SOCIAL,\n PrestationType.COMPTA_PRO_PAIE,\n PrestationType.COMPTA_PRO_EXPRESS_PAIE,\n PrestationType.COMPTA_ENTREPRISE_PAIE,\n PrestationType.COMPTA_ENTREPRISE_EXPRESS_PAIE],\n },\n });\n }\n}"]}
@@ -0,0 +1,11 @@
1
+ export declare enum BankCollectingState {
2
+ INVOICE_IN_PROGRESS = 1,
3
+ PENDING_COLLECTION = 2,
4
+ INVOICED = 3,
5
+ REFUSED_INVOICE = 4
6
+ }
7
+ export declare const BankCollectingStateList: {
8
+ id: BankCollectingState;
9
+ label: string;
10
+ }[];
11
+ //# sourceMappingURL=BankCollectingState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BankCollectingState.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BankCollectingState.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,mBAAmB,IAAI;IACvB,kBAAkB,IAAI;IACtB,QAAQ,IAAI;IACZ,eAAe,IAAI;CACpB;AAED,eAAO,MAAM,uBAAuB;;;GAgBhC,CAAC"}
@@ -0,0 +1,26 @@
1
+ export var BankCollectingState;
2
+ (function (BankCollectingState) {
3
+ BankCollectingState[BankCollectingState["INVOICE_IN_PROGRESS"] = 1] = "INVOICE_IN_PROGRESS";
4
+ BankCollectingState[BankCollectingState["PENDING_COLLECTION"] = 2] = "PENDING_COLLECTION";
5
+ BankCollectingState[BankCollectingState["INVOICED"] = 3] = "INVOICED";
6
+ BankCollectingState[BankCollectingState["REFUSED_INVOICE"] = 4] = "REFUSED_INVOICE";
7
+ })(BankCollectingState || (BankCollectingState = {}));
8
+ export const BankCollectingStateList = [
9
+ {
10
+ id: BankCollectingState.INVOICE_IN_PROGRESS,
11
+ label: 'Facturation en cours',
12
+ },
13
+ {
14
+ id: BankCollectingState.PENDING_COLLECTION,
15
+ label: 'Encaissement en att.',
16
+ },
17
+ {
18
+ id: BankCollectingState.INVOICED,
19
+ label: 'Facturé et encaissé',
20
+ },
21
+ {
22
+ id: BankCollectingState.REFUSED_INVOICE,
23
+ label: 'Facturation refusée',
24
+ }
25
+ ];
26
+ //# sourceMappingURL=BankCollectingState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BankCollectingState.js","sourceRoot":"","sources":["../../../ts/types/Enum/BankCollectingState.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,2FAAuB,CAAA;IACvB,yFAAsB,CAAA;IACtB,qEAAY,CAAA;IACZ,mFAAmB,CAAA;AACrB,CAAC,EALW,mBAAmB,KAAnB,mBAAmB,QAK9B;AAED,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC;QACE,EAAE,EAAE,mBAAmB,CAAC,mBAAmB;QAC3C,KAAK,EAAE,sBAAsB;KAC9B;IACD;QACE,EAAE,EAAE,mBAAmB,CAAC,kBAAkB;QAC1C,KAAK,EAAE,sBAAsB;KAC9B;IACD;QACE,EAAE,EAAE,mBAAmB,CAAC,QAAQ;QAChC,KAAK,EAAE,qBAAqB;KAC7B;IACD;QACE,EAAE,EAAE,mBAAmB,CAAC,eAAe;QACvC,KAAK,EAAE,qBAAqB;KAC7B;CAAC,CAAC","sourcesContent":["export enum BankCollectingState {\n INVOICE_IN_PROGRESS = 1,\n PENDING_COLLECTION = 2,\n INVOICED = 3,\n REFUSED_INVOICE = 4,\n}\n\nexport const BankCollectingStateList = [\n {\n id: BankCollectingState.INVOICE_IN_PROGRESS,\n label: 'Facturation en cours',\n },\n {\n id: BankCollectingState.PENDING_COLLECTION,\n label: 'Encaissement en att.',\n },\n {\n id: BankCollectingState.INVOICED,\n label: 'Facturé et encaissé',\n },\n {\n id: BankCollectingState.REFUSED_INVOICE,\n label: 'Facturation refusée',\n }];"]}
@@ -1,6 +1,7 @@
1
1
  export declare enum FolderFile {
2
2
  ACCOUNTING = 4,
3
3
  GED = 6,
4
+ WEBMAIL = 7,
4
5
  ESTIMATE = 16
5
6
  }
6
7
  //# sourceMappingURL=FolderFile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FolderFile.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/FolderFile.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,UAAU,IAAI;IACd,GAAG,IAAI;IACP,QAAQ,KAAK;CACd"}
1
+ {"version":3,"file":"FolderFile.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/FolderFile.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,UAAU,IAAI;IACd,GAAG,IAAI;IACP,OAAO,IAAI;IACX,QAAQ,KAAK;CACd"}
@@ -2,6 +2,7 @@ export var FolderFile;
2
2
  (function (FolderFile) {
3
3
  FolderFile[FolderFile["ACCOUNTING"] = 4] = "ACCOUNTING";
4
4
  FolderFile[FolderFile["GED"] = 6] = "GED";
5
+ FolderFile[FolderFile["WEBMAIL"] = 7] = "WEBMAIL";
5
6
  FolderFile[FolderFile["ESTIMATE"] = 16] = "ESTIMATE";
6
7
  })(FolderFile || (FolderFile = {}));
7
8
  //# sourceMappingURL=FolderFile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FolderFile.js","sourceRoot":"","sources":["../../../ts/types/Enum/FolderFile.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,uDAAc,CAAA;IACd,yCAAO,CAAA;IACP,oDAAa,CAAA;AACf,CAAC,EAJW,UAAU,KAAV,UAAU,QAIrB","sourcesContent":["export enum FolderFile {\n ACCOUNTING = 4,\n GED = 6,\n ESTIMATE = 16,\n}"]}
1
+ {"version":3,"file":"FolderFile.js","sourceRoot":"","sources":["../../../ts/types/Enum/FolderFile.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,uDAAc,CAAA;IACd,yCAAO,CAAA;IACP,iDAAW,CAAA;IACX,oDAAa,CAAA;AACf,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB","sourcesContent":["export enum FolderFile {\n ACCOUNTING = 4,\n GED = 6,\n WEBMAIL = 7,\n ESTIMATE = 16,\n}"]}
@@ -0,0 +1,23 @@
1
+ export declare const LetterRecoveryState: {
2
+ N_A: {
3
+ id: number;
4
+ name: string;
5
+ };
6
+ MAIL_OK: {
7
+ id: number;
8
+ name: string;
9
+ };
10
+ REFUS_M: {
11
+ id: number;
12
+ name: string;
13
+ };
14
+ LETTER_OK: {
15
+ id: number;
16
+ name: string;
17
+ };
18
+ REFUS_C: {
19
+ id: number;
20
+ name: string;
21
+ };
22
+ };
23
+ //# sourceMappingURL=LetterRecoveryState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LetterRecoveryState.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/LetterRecoveryState.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;CAqB/B,CAAC"}
@@ -0,0 +1,23 @@
1
+ export const LetterRecoveryState = {
2
+ N_A: {
3
+ id: 0,
4
+ name: 'N/A',
5
+ },
6
+ MAIL_OK: {
7
+ id: 1,
8
+ name: 'Mail ok',
9
+ },
10
+ REFUS_M: {
11
+ id: 2,
12
+ name: 'Refus (m)',
13
+ },
14
+ LETTER_OK: {
15
+ id: 3,
16
+ name: 'Courrier ok',
17
+ },
18
+ REFUS_C: {
19
+ id: 4,
20
+ name: 'Refus (c)',
21
+ },
22
+ };
23
+ //# sourceMappingURL=LetterRecoveryState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LetterRecoveryState.js","sourceRoot":"","sources":["../../../ts/types/Enum/LetterRecoveryState.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,GAAG,EAAE;QACH,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,KAAK;KACZ;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,SAAS;KAChB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,WAAW;KAClB;IACD,SAAS,EAAE;QACT,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,aAAa;KACpB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,WAAW;KAClB;CACF,CAAC","sourcesContent":["export const LetterRecoveryState = {\n N_A: {\n id: 0,\n name: 'N/A',\n },\n MAIL_OK: {\n id: 1,\n name: 'Mail ok',\n },\n REFUS_M: {\n id: 2,\n name: 'Refus (m)',\n },\n LETTER_OK: {\n id: 3,\n name: 'Courrier ok',\n },\n REFUS_C: {\n id: 4,\n name: 'Refus (c)',\n },\n};"]}
@@ -0,0 +1,38 @@
1
+ export declare const PhonePrefix: {
2
+ FRANCE: {
3
+ id: number;
4
+ prefix: string;
5
+ text: string;
6
+ };
7
+ GUADELOUPE: {
8
+ id: number;
9
+ prefix: string;
10
+ text: string;
11
+ };
12
+ GUYANE: {
13
+ id: number;
14
+ prefix: string;
15
+ text: string;
16
+ };
17
+ MARTINIQUE: {
18
+ id: number;
19
+ prefix: string;
20
+ text: string;
21
+ };
22
+ NEW_CALEDONIA: {
23
+ id: number;
24
+ prefix: string;
25
+ text: string;
26
+ };
27
+ REUNION: {
28
+ id: number;
29
+ prefix: string;
30
+ text: string;
31
+ };
32
+ GERMANY: {
33
+ id: number;
34
+ prefix: string;
35
+ text: string;
36
+ };
37
+ };
38
+ //# sourceMappingURL=Phone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Phone.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCvB,CAAC"}
@@ -0,0 +1,38 @@
1
+ export const PhonePrefix = {
2
+ FRANCE: {
3
+ id: 1,
4
+ prefix: '+33',
5
+ text: '+33 (France)',
6
+ },
7
+ GUADELOUPE: {
8
+ id: 2,
9
+ prefix: '+590',
10
+ text: '+590 (Guadeloupe)',
11
+ },
12
+ GUYANE: {
13
+ id: 3,
14
+ prefix: '+594',
15
+ text: '+594 (Guyane)',
16
+ },
17
+ MARTINIQUE: {
18
+ id: 4,
19
+ prefix: '+596',
20
+ text: '+596 (Martinique)',
21
+ },
22
+ NEW_CALEDONIA: {
23
+ id: 5,
24
+ prefix: '+687',
25
+ text: '+687 (Nouvelle-Calédonie)',
26
+ },
27
+ REUNION: {
28
+ id: 6,
29
+ prefix: '+262',
30
+ text: '+262 (La Réunion)',
31
+ },
32
+ GERMANY: {
33
+ id: 7,
34
+ prefix: '+49',
35
+ text: '+49 (Allemagne)',
36
+ },
37
+ };
38
+ //# sourceMappingURL=Phone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Phone.js","sourceRoot":"","sources":["../../../ts/types/Enum/Phone.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,KAAK;QACb,IAAI,EAAE,cAAc;KACrB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,mBAAmB;KAC1B;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,eAAe;KACtB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,mBAAmB;KAC1B;IACD,aAAa,EAAE;QACb,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,2BAA2B;KAClC;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,mBAAmB;KAC1B;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,KAAK;QACb,IAAI,EAAE,iBAAiB;KACxB;CACF,CAAC","sourcesContent":["export const PhonePrefix = {\n FRANCE: {\n id: 1,\n prefix: '+33',\n text: '+33 (France)',\n },\n GUADELOUPE: {\n id: 2,\n prefix: '+590',\n text: '+590 (Guadeloupe)',\n },\n GUYANE: {\n id: 3,\n prefix: '+594',\n text: '+594 (Guyane)',\n },\n MARTINIQUE: {\n id: 4,\n prefix: '+596',\n text: '+596 (Martinique)',\n },\n NEW_CALEDONIA: {\n id: 5,\n prefix: '+687',\n text: '+687 (Nouvelle-Calédonie)',\n },\n REUNION: {\n id: 6,\n prefix: '+262',\n text: '+262 (La Réunion)',\n },\n GERMANY: {\n id: 7,\n prefix: '+49',\n text: '+49 (Allemagne)',\n },\n};"]}
@@ -0,0 +1,4 @@
1
+ export declare class CreateContactRequest {
2
+ idSource: number;
3
+ }
4
+ //# sourceMappingURL=Create.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Create.ts"],"names":[],"mappings":"AAGA,qBAAa,oBAAoB;IAG/B,QAAQ,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,19 @@
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 } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ export class CreateContactRequest {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsNumber(),
17
+ __metadata("design:type", Number)
18
+ ], CreateContactRequest.prototype, "idSource", void 0);
19
+ //# sourceMappingURL=Create.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Create.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,oBAAoB;CAIhC;AADC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;sDACM","sourcesContent":["import { IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class CreateContactRequest {\n @ApiProperty()\n @IsNumber()\n idSource: number;\n}"]}
@@ -0,0 +1,4 @@
1
+ export declare class QueryContactRequest {
2
+ idSource?: number;
3
+ }
4
+ //# sourceMappingURL=Query.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,mBAAmB;IAI9B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,20 @@
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, IsOptional } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryContactRequest {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ IsNumber(),
18
+ __metadata("design:type", Number)
19
+ ], QueryContactRequest.prototype, "idSource", void 0);
20
+ //# sourceMappingURL=Query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,mBAAmB;CAK/B;AADC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;qDACO","sourcesContent":["import { IsNumber, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryContactRequest {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSource?: number;\n}"]}
@@ -6,5 +6,6 @@ export declare type TFile = {
6
6
  mimetype?: string;
7
7
  originalname: string;
8
8
  size?: number;
9
+ bankFileId?: string;
9
10
  };
10
11
  //# sourceMappingURL=TFile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TFile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/file/TFile.ts"],"names":[],"mappings":";AAAA,oBAAY,KAAK,GAAG;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAC"}
1
+ {"version":3,"file":"TFile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/file/TFile.ts"],"names":[],"mappings":";AAAA,oBAAY,KAAK,GAAG;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TFile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/file/TFile.ts"],"names":[],"mappings":"","sourcesContent":["export type TFile = {\n buffer: Buffer,\n encoding?: string,\n fieldname: string,\n mimetype?: string,\n originalname: string,\n size?: number\n};"]}
1
+ {"version":3,"file":"TFile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/file/TFile.ts"],"names":[],"mappings":"","sourcesContent":["export type TFile = {\n buffer: Buffer,\n encoding?: string,\n fieldname: string,\n mimetype?: string,\n originalname: string,\n size?: number,\n bankFileId?: string\n};"]}
@@ -7,5 +7,6 @@ export declare class UpdateGedFile {
7
7
  idSociety: number;
8
8
  idFile: number;
9
9
  idExercice: number;
10
+ idMail: number;
10
11
  }
11
12
  //# sourceMappingURL=updateGedFile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateGedFile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IAExB,YAAY,EAAE,IAAI,CAAC;IAGnB,UAAU,EAAE,MAAM,CAAC;IAGnB,aAAa,EAAE,MAAM,CAAC;IAGtB,MAAM,EAAE,MAAM,CAAC;IAGf,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,EAAE,MAAM,CAAC;IAGlB,MAAM,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"updateGedFile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IAExB,YAAY,EAAE,IAAI,CAAC;IAGnB,UAAU,EAAE,MAAM,CAAC;IAGnB,aAAa,EAAE,MAAM,CAAC;IAGtB,MAAM,EAAE,MAAM,CAAC;IAGf,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,EAAE,MAAM,CAAC;IAGlB,MAAM,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -42,4 +42,8 @@ __decorate([
42
42
  ApiPropertyOptional(),
43
43
  __metadata("design:type", Number)
44
44
  ], UpdateGedFile.prototype, "idExercice", void 0);
45
+ __decorate([
46
+ ApiPropertyOptional(),
47
+ __metadata("design:type", Number)
48
+ ], UpdateGedFile.prototype, "idMail", void 0);
45
49
  //# sourceMappingURL=updateGedFile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateGedFile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,aAAa;CAwBzB;AAtBC;IADC,mBAAmB,EAAE;8BACR,IAAI;mDAAC;AAGnB;IADC,mBAAmB,EAAE;;iDACH;AAGnB;IADC,mBAAmB,EAAE;;oDACA;AAGtB;IADC,mBAAmB,EAAE;;6CACP;AAGf;IADC,mBAAmB,EAAE;;kDACF;AAGpB;IADC,mBAAmB,EAAE;;gDACJ;AAGlB;IADC,mBAAmB,EAAE;;6CACP;AAGf;IADC,mBAAmB,EAAE;;iDACH","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateGedFile {\n @ApiPropertyOptional()\n emissionDate: Date;\n\n @ApiPropertyOptional()\n statutFile: number;\n\n @ApiPropertyOptional()\n idTypeGedFile: number;\n\n @ApiPropertyOptional()\n idUser: number;\n\n @ApiPropertyOptional()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n idFile: number;\n\n @ApiPropertyOptional()\n idExercice: number;\n}"]}
1
+ {"version":3,"file":"updateGedFile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,aAAa;CA2BzB;AAzBC;IADC,mBAAmB,EAAE;8BACR,IAAI;mDAAC;AAGnB;IADC,mBAAmB,EAAE;;iDACH;AAGnB;IADC,mBAAmB,EAAE;;oDACA;AAGtB;IADC,mBAAmB,EAAE;;6CACP;AAGf;IADC,mBAAmB,EAAE;;kDACF;AAGpB;IADC,mBAAmB,EAAE;;gDACJ;AAGlB;IADC,mBAAmB,EAAE;;6CACP;AAGf;IADC,mBAAmB,EAAE;;iDACH;AAGnB;IADC,mBAAmB,EAAE;;6CACP","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateGedFile {\n @ApiPropertyOptional()\n emissionDate: Date;\n\n @ApiPropertyOptional()\n statutFile: number;\n\n @ApiPropertyOptional()\n idTypeGedFile: number;\n\n @ApiPropertyOptional()\n idUser: number;\n\n @ApiPropertyOptional()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n idFile: number;\n\n @ApiPropertyOptional()\n idExercice: number;\n\n @ApiPropertyOptional()\n idMail: number;\n}"]}
@@ -0,0 +1,4 @@
1
+ export declare class QueryPrestation {
2
+ prestationListIds: Array<number>;
3
+ }
4
+ //# sourceMappingURL=QueryPrestation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPrestation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/QueryPrestation.ts"],"names":[],"mappings":"AAGA,qBAAa,eAAe;IAI1B,iBAAiB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAClC"}
@@ -0,0 +1,20 @@
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, IsOptional } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryPrestation {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ IsArray(),
18
+ __metadata("design:type", Array)
19
+ ], QueryPrestation.prototype, "prestationListIds", void 0);
20
+ //# sourceMappingURL=QueryPrestation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPrestation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/QueryPrestation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,eAAe;CAK3B;AADC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;8BACS,KAAK;0DAAS","sourcesContent":["import { IsArray, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryPrestation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n prestationListIds: Array<number>;\n}"]}
@@ -7,6 +7,7 @@ export interface SocietyWithStatsCaParams extends ISociety {
7
7
  requiredInfos?: ReadInvalidFieldState[];
8
8
  stateOfProgress?: string;
9
9
  isBillingOk?: boolean;
10
+ labAcceptation?: boolean;
10
11
  labValidationDate?: Date | null;
11
12
  regulates?: IRegulate[];
12
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SocietyWithStatsCaParams.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/SocietyWithStatsCaParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAEtD,MAAM,WAAW,wBAAyB,SAAQ,QAAQ;IACxD,YAAY,CAAC,EAAC,WAAW,EAAE,CAAC;IAC5B,aAAa,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACxC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAC/B,SAAS,CAAC,EAAE,SAAS,EAAE,CAAA;CACxB"}
1
+ {"version":3,"file":"SocietyWithStatsCaParams.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/SocietyWithStatsCaParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAEtD,MAAM,WAAW,wBAAyB,SAAQ,QAAQ;IACxD,YAAY,CAAC,EAAC,WAAW,EAAE,CAAC;IAC5B,aAAa,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACxC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,iBAAiB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAChC,SAAS,CAAC,EAAE,SAAS,EAAE,CAAA;CACxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"SocietyWithStatsCaParams.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/SocietyWithStatsCaParams.ts"],"names":[],"mappings":"","sourcesContent":["import { GedFileType } from '../../../Enum/Ged';\nimport { IRegulate } from '../../models/IRegulate';\nimport { ISociety } from '../../models/ISociety';\nimport { ReadInvalidFieldState } from './ReadSociety';\n\nexport interface SocietyWithStatsCaParams extends ISociety {\n requiredDocs?:GedFileType[],\n requiredInfos?: ReadInvalidFieldState[],\n stateOfProgress?: string,\n isBillingOk?: boolean,\n labValidationDate?: Date | null\n regulates?: IRegulate[]\n}"]}
1
+ {"version":3,"file":"SocietyWithStatsCaParams.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/SocietyWithStatsCaParams.ts"],"names":[],"mappings":"","sourcesContent":["import { GedFileType } from '../../../Enum/Ged';\nimport { IRegulate } from '../../models/IRegulate';\nimport { ISociety } from '../../models/ISociety';\nimport { ReadInvalidFieldState } from './ReadSociety';\n\nexport interface SocietyWithStatsCaParams extends ISociety {\n requiredDocs?:GedFileType[],\n requiredInfos?: ReadInvalidFieldState[],\n stateOfProgress?: string,\n isBillingOk?: boolean,\n labAcceptation?: boolean,\n labValidationDate?: Date | null,\n regulates?: IRegulate[]\n}"]}
@@ -1,4 +1,4 @@
1
- import { VatRegime, ToDoOrDone } from '../../..';
1
+ import { VatRegime, ToDoOrDone, BankCollectingState } from '../../..';
2
2
  import { ComptaType } from '../../../Enum/ComptaType';
3
3
  import { TaxSystem } from '../../../Enum/TaxSystem';
4
4
  import { Supervision } from '../../../Enum/Supervision';
@@ -18,6 +18,7 @@ export declare class QueryTaxDeadline {
18
18
  minimalEndDate?: string;
19
19
  maximalEndDate?: string;
20
20
  idSupervisionState?: Supervision;
21
+ bankCollectingState?: BankCollectingState[];
21
22
  idTaxStatus?: ToDoOrDone;
22
23
  }
23
24
  export declare class QueryTaxDeadlineStatistics {
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,qBAAa,gBAAgB;IAE3B,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGhC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,kBAAkB,CAAC,EAAE,WAAW,CAAC;IAKjC,WAAW,CAAC,EAAE,UAAU,CAAC;CAC1B;AAED,qBAAa,0BAA0B;IAErC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B"}
1
+ {"version":3,"file":"QueryTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,qBAAa,gBAAgB;IAE3B,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGhC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,kBAAkB,CAAC,EAAE,WAAW,CAAC;IAGjC,mBAAmB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAK5C,WAAW,CAAC,EAAE,UAAU,CAAC;CAC1B;AAED,qBAAa,0BAA0B;IAErC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B"}
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  };
10
10
  import { IsOptional, IsEnum } from 'class-validator';
11
11
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
- import { VatRegime, ToDoOrDone } from '../../..';
12
+ import { VatRegime, ToDoOrDone, BankCollectingState } from '../../..';
13
13
  import { ComptaType } from '../../../Enum/ComptaType';
14
14
  import { TaxSystem } from '../../../Enum/TaxSystem';
15
15
  import { Supervision } from '../../../Enum/Supervision';
@@ -72,6 +72,10 @@ __decorate([
72
72
  ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision }),
73
73
  __metadata("design:type", Number)
74
74
  ], QueryTaxDeadline.prototype, "idSupervisionState", void 0);
75
+ __decorate([
76
+ ApiPropertyOptional({ description: 'État de l encaissement', enum: BankCollectingState }),
77
+ __metadata("design:type", Array)
78
+ ], QueryTaxDeadline.prototype, "bankCollectingState", void 0);
75
79
  __decorate([
76
80
  ApiPropertyOptional({ description: 'Statuts de l\'IS/IR' }),
77
81
  IsOptional(),
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsOptional, IsEnum } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VatRegime, ToDoOrDone } from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}"]}
1
+ {"version":3,"file":"QueryTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsOptional, IsEnum } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VatRegime, ToDoOrDone, BankCollectingState } from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'État de l encaissement', enum: BankCollectingState })\n bankCollectingState?: BankCollectingState[];\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}"]}
@@ -47,7 +47,7 @@ import { ILog } from './ILog';
47
47
  import { ISms } from './ISms';
48
48
  import { IUser } from './IUser';
49
49
  import { ISocietyEvent } from './ISocietyEvent';
50
- import { ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule } from '../..';
50
+ import { ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate } from '../..';
51
51
  import { IBrandType } from './IBrandType';
52
52
  export interface ISociety {
53
53
  id?: number;
@@ -193,6 +193,7 @@ export interface ISociety {
193
193
  logs?: ILog[];
194
194
  sms?: ISms[];
195
195
  users?: IUser[];
196
+ regulates?: IRegulate[];
196
197
  brandType?: IBrandType;
197
198
  partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];
198
199
  partneredAccountantRelated: IPartneredAccountantToSociety;