@silexpert/core 1.1.158 → 1.1.161
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/types/Enum/BrandClementine.d.ts +1 -1
- package/dist/cjs/types/Enum/BrandClementine.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BrandClementine.js +21 -20
- package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +4 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +54 -0
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/TypeCustomerProviderOperation.d.ts +3 -1
- package/dist/cjs/types/Enum/TypeCustomerProviderOperation.d.ts.map +1 -1
- package/dist/cjs/types/Enum/TypeCustomerProviderOperation.js +2 -0
- package/dist/cjs/types/Enum/TypeCustomerProviderOperation.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +2 -0
- package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +8 -0
- package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/dist/cjs/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/dist/mjs/types/Enum/BrandClementine.d.ts +1 -1
- package/dist/mjs/types/Enum/BrandClementine.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BrandClementine.js +21 -20
- package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +4 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +54 -0
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/TypeCustomerProviderOperation.d.ts +3 -1
- package/dist/mjs/types/Enum/TypeCustomerProviderOperation.d.ts.map +1 -1
- package/dist/mjs/types/Enum/TypeCustomerProviderOperation.js +2 -0
- package/dist/mjs/types/Enum/TypeCustomerProviderOperation.js.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +2 -0
- package/dist/mjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +10 -0
- package/dist/mjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/dist/mjs/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/BrandClementine.ts +21 -20
- package/ts/types/Enum/PrestationType.ts +54 -0
- package/ts/types/Enum/TypeCustomerProviderOperation.ts +2 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
|
@@ -172,6 +172,9 @@ export var PrestationType;
|
|
|
172
172
|
PrestationType[PrestationType["COMPTA_MICRO_KLEMS"] = 216] = "COMPTA_MICRO_KLEMS";
|
|
173
173
|
PrestationType[PrestationType["COMPTA_EI_KLEMS"] = 217] = "COMPTA_EI_KLEMS";
|
|
174
174
|
PrestationType[PrestationType["COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS"] = 218] = "COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS";
|
|
175
|
+
PrestationType[PrestationType["COMPTA_MICRO_KLEMS_EXPRESS"] = 219] = "COMPTA_MICRO_KLEMS_EXPRESS";
|
|
176
|
+
PrestationType[PrestationType["COMPTA_EI_KLEMS_EXPRESS"] = 220] = "COMPTA_EI_KLEMS_EXPRESS";
|
|
177
|
+
PrestationType[PrestationType["COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS"] = 221] = "COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS";
|
|
175
178
|
})(PrestationType || (PrestationType = {}));
|
|
176
179
|
// Liste des prestations avec une lettre de mission à signer
|
|
177
180
|
export const allPrestationsWithBrochure = [
|
|
@@ -3113,5 +3116,56 @@ export const PrestationDetail = {
|
|
|
3113
3116
|
signaturePage: null,
|
|
3114
3117
|
point: 0,
|
|
3115
3118
|
},
|
|
3119
|
+
COMPTA_MICRO_KLEMS_EXPRESS: {
|
|
3120
|
+
id: PrestationType.COMPTA_MICRO_KLEMS_EXPRESS,
|
|
3121
|
+
name: 'Compta Micro Klems Express',
|
|
3122
|
+
isComptable: true,
|
|
3123
|
+
isJuridique: false,
|
|
3124
|
+
isSocial: false,
|
|
3125
|
+
isAttestation: false,
|
|
3126
|
+
inAverageCart: true,
|
|
3127
|
+
isBack: true,
|
|
3128
|
+
price: null,
|
|
3129
|
+
isCatalog: true,
|
|
3130
|
+
hidden: false,
|
|
3131
|
+
isComplementary: false,
|
|
3132
|
+
signaturePosition: '',
|
|
3133
|
+
signaturePage: null,
|
|
3134
|
+
point: 0,
|
|
3135
|
+
},
|
|
3136
|
+
COMPTA_EI_KLEMS_EXPRESS: {
|
|
3137
|
+
id: PrestationType.COMPTA_EI_KLEMS_EXPRESS,
|
|
3138
|
+
name: 'Compta Entreprise Individuelle Klems Express',
|
|
3139
|
+
isComptable: true,
|
|
3140
|
+
isJuridique: false,
|
|
3141
|
+
isSocial: false,
|
|
3142
|
+
isAttestation: false,
|
|
3143
|
+
inAverageCart: true,
|
|
3144
|
+
isBack: true,
|
|
3145
|
+
price: null,
|
|
3146
|
+
isCatalog: true,
|
|
3147
|
+
hidden: false,
|
|
3148
|
+
isComplementary: false,
|
|
3149
|
+
signaturePosition: '',
|
|
3150
|
+
signaturePage: null,
|
|
3151
|
+
point: 0,
|
|
3152
|
+
},
|
|
3153
|
+
COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS: {
|
|
3154
|
+
id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS,
|
|
3155
|
+
name: 'Compta Loueur Meublé Non Professionnel Klems Express',
|
|
3156
|
+
isComptable: true,
|
|
3157
|
+
isJuridique: false,
|
|
3158
|
+
isSocial: false,
|
|
3159
|
+
isAttestation: false,
|
|
3160
|
+
inAverageCart: true,
|
|
3161
|
+
isBack: true,
|
|
3162
|
+
price: null,
|
|
3163
|
+
isCatalog: true,
|
|
3164
|
+
hidden: false,
|
|
3165
|
+
isComplementary: false,
|
|
3166
|
+
signaturePosition: '',
|
|
3167
|
+
signaturePage: null,
|
|
3168
|
+
point: 0,
|
|
3169
|
+
},
|
|
3116
3170
|
};
|
|
3117
3171
|
//# sourceMappingURL=PrestationType.js.map
|