@silexpert/core 1.1.169 → 1.1.170

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexpert/core",
3
- "version": "1.1.169",
3
+ "version": "1.1.170",
4
4
  "description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
5
5
  "homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
6
6
  "main": "dist/cjs/index.js",
@@ -119,6 +119,8 @@ export enum MailAuto {
119
119
  SOCIETY_DISSOLUTION_LIQUIDATION = 144,
120
120
  FORMALITIES_FILE_SEND_FOR_SIGNATURE = 145,
121
121
  SEND_LINK_TRICOLORES = 146,
122
+ NO_RESPONSE_NEEDED_DOCUMENT_RECEIVED = 147,
123
+ NO_RESPONSE_NEEDED = 148,
122
124
  PAID_ELEMENTS = 150,
123
125
  PAY_SLIP = 151,
124
126
  DSN = 152,
@@ -19,4 +19,8 @@ export const MailFlag = {
19
19
  id: 5,
20
20
  name: 'Autre',
21
21
  },
22
+ NO_ANSWER_NEEDED_DOC: {
23
+ id: 6,
24
+ name: 'Pas de réponse nécessaire, documents reçus',
25
+ },
22
26
  };
@@ -3257,7 +3257,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3257
3257
  isComplementary: false,
3258
3258
  signaturePosition: '',
3259
3259
  signaturePage: null,
3260
- point: 0,
3260
+ point: 100,
3261
3261
  },
3262
3262
  COMPTA_EI_KLEMS: {
3263
3263
  id: PrestationType.COMPTA_EI_KLEMS,
@@ -3275,7 +3275,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3275
3275
  isComplementary: false,
3276
3276
  signaturePosition: '',
3277
3277
  signaturePage: null,
3278
- point: 0,
3278
+ point: 200,
3279
3279
  },
3280
3280
  COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS: {
3281
3281
  id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS,
@@ -3293,7 +3293,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3293
3293
  isComplementary: false,
3294
3294
  signaturePosition: '',
3295
3295
  signaturePage: null,
3296
- point: 0,
3296
+ point: 150,
3297
3297
  },
3298
3298
  COMPTA_MICRO_KLEMS_EXPRESS: {
3299
3299
  id: PrestationType.COMPTA_MICRO_KLEMS_EXPRESS,
@@ -3311,7 +3311,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3311
3311
  isComplementary: false,
3312
3312
  signaturePosition: '',
3313
3313
  signaturePage: null,
3314
- point: 0,
3314
+ point: 150,
3315
3315
  },
3316
3316
  COMPTA_EI_KLEMS_EXPRESS: {
3317
3317
  id: PrestationType.COMPTA_EI_KLEMS_EXPRESS,
@@ -3329,7 +3329,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3329
3329
  isComplementary: false,
3330
3330
  signaturePosition: '',
3331
3331
  signaturePage: null,
3332
- point: 0,
3332
+ point: 250,
3333
3333
  },
3334
3334
  COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS: {
3335
3335
  id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS,
@@ -3347,6 +3347,6 @@ export const PrestationDetail: PrestationDetailEnum = {
3347
3347
  isComplementary: false,
3348
3348
  signaturePosition: '',
3349
3349
  signaturePage: null,
3350
- point: 0,
3350
+ point: 200,
3351
3351
  },
3352
3352
  };