@silexpert/core 1.1.319 → 1.1.321
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/ExercicePrestation.d.ts +7 -0
- package/dist/cjs/api/resources/ExercicePrestation.d.ts.map +1 -1
- package/dist/cjs/api/resources/ExercicePrestation.js +9 -0
- package/dist/cjs/api/resources/ExercicePrestation.js.map +1 -1
- package/dist/cjs/types/Enum/CommercialOfferType.js +7 -7
- package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -1
- package/dist/cjs/types/Enum/GeneralThirdParty.d.ts.map +1 -1
- package/dist/cjs/types/Enum/GeneralThirdParty.js +2 -0
- package/dist/cjs/types/Enum/GeneralThirdParty.js.map +1 -1
- package/dist/cjs/types/Enum/RoleDetail.d.ts +1 -0
- package/dist/cjs/types/Enum/RoleDetail.d.ts.map +1 -1
- package/dist/cjs/types/Enum/RoleDetail.js +1 -0
- package/dist/cjs/types/Enum/RoleDetail.js.map +1 -1
- package/dist/cjs/types/Enum/TimeCounterType.d.ts +44 -0
- package/dist/cjs/types/Enum/TimeCounterType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/TimeCounterType.js +44 -0
- package/dist/cjs/types/Enum/TimeCounterType.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingEntry/Create.d.ts +2 -1
- package/dist/cjs/types/Interface/api/accountingEntry/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/accountingEntry/Create.js +8 -1
- package/dist/cjs/types/Interface/api/accountingEntry/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.d.ts +0 -4
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js +1 -18
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.d.ts +12 -11
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.js +4 -0
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/revision/Read.d.ts +2 -1
- package/dist/cjs/types/Interface/api/revision/Read.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/revision/Read.js.map +1 -1
- package/dist/mjs/api/resources/ExercicePrestation.d.ts +7 -0
- package/dist/mjs/api/resources/ExercicePrestation.d.ts.map +1 -1
- package/dist/mjs/api/resources/ExercicePrestation.js +9 -0
- package/dist/mjs/api/resources/ExercicePrestation.js.map +1 -1
- package/dist/mjs/types/Enum/CommercialOfferType.js +7 -7
- package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -1
- package/dist/mjs/types/Enum/GeneralThirdParty.d.ts.map +1 -1
- package/dist/mjs/types/Enum/GeneralThirdParty.js +2 -0
- package/dist/mjs/types/Enum/GeneralThirdParty.js.map +1 -1
- package/dist/mjs/types/Enum/RoleDetail.d.ts +1 -0
- package/dist/mjs/types/Enum/RoleDetail.d.ts.map +1 -1
- package/dist/mjs/types/Enum/RoleDetail.js +1 -0
- package/dist/mjs/types/Enum/RoleDetail.js.map +1 -1
- package/dist/mjs/types/Enum/TimeCounterType.d.ts +44 -0
- package/dist/mjs/types/Enum/TimeCounterType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/TimeCounterType.js +44 -0
- package/dist/mjs/types/Enum/TimeCounterType.js.map +1 -1
- package/dist/mjs/types/Interface/api/accountingEntry/Create.d.ts +2 -1
- package/dist/mjs/types/Interface/api/accountingEntry/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/accountingEntry/Create.js +9 -1
- package/dist/mjs/types/Interface/api/accountingEntry/Create.js.map +1 -1
- package/dist/mjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.d.ts +0 -4
- package/dist/mjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js +1 -19
- package/dist/mjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js.map +1 -1
- package/dist/mjs/types/Interface/api/registration/CreateRegistration.d.ts +12 -11
- package/dist/mjs/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/registration/CreateRegistration.js +5 -0
- package/dist/mjs/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/dist/mjs/types/Interface/api/revision/Read.d.ts +2 -1
- package/dist/mjs/types/Interface/api/revision/Read.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/revision/Read.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/ExercicePrestation.ts +10 -0
- package/ts/types/Enum/CommercialOfferType.ts +7 -7
- package/ts/types/Enum/GeneralThirdParty.ts +2 -0
- package/ts/types/Enum/RoleDetail.ts +1 -0
- package/ts/types/Enum/TimeCounterType.ts +44 -0
- package/ts/types/Interface/api/accountingEntry/Create.ts +8 -2
- package/ts/types/Interface/api/payment/CreateNotifyCustomerInvoice.ts +1 -15
- package/ts/types/Interface/api/registration/CreateRegistration.ts +14 -11
- package/ts/types/Interface/api/revision/Read.ts +2 -0
|
@@ -7,5 +7,12 @@ export declare class ExercicePrestation extends Resource {
|
|
|
7
7
|
* @returns { IExercicePrestation }
|
|
8
8
|
*/
|
|
9
9
|
create(params: QueryCreateExercicePrestation): Promise<IExercicePrestation>;
|
|
10
|
+
/**
|
|
11
|
+
* Update un exercicePrestation tous les éléments lié à celle-ci.
|
|
12
|
+
* @param { number } params
|
|
13
|
+
* @param { Partial<IExercicePrestation> } params
|
|
14
|
+
* @returns { IExercicePrestation }
|
|
15
|
+
*/
|
|
16
|
+
update(id: number, params: Partial<IExercicePrestation>): Promise<IExercicePrestation>;
|
|
10
17
|
}
|
|
11
18
|
//# sourceMappingURL=ExercicePrestation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExercicePrestation.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/ExercicePrestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,mBAAmB,EAAE,6BAA6B,EACnD,MAAM,aAAa,CAAC;AAErB,qBAAa,kBAAmB,SAAQ,QAAQ;IAE9C;;;;OAIG;IACI,MAAM,CAAC,MAAM,EAAE,6BAA6B,GAAG,OAAO,CAAC,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"ExercicePrestation.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/ExercicePrestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,mBAAmB,EAAE,6BAA6B,EACnD,MAAM,aAAa,CAAC;AAErB,qBAAa,kBAAmB,SAAQ,QAAQ;IAE9C;;;;OAIG;IACI,MAAM,CAAC,MAAM,EAAE,6BAA6B,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAIlF;;;;;OAKG;IACI,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,mBAAmB,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC;CAG9F"}
|
|
@@ -11,6 +11,15 @@ class ExercicePrestation extends Resource_1.Resource {
|
|
|
11
11
|
create(params) {
|
|
12
12
|
return this.axios.$post('/exercice-prestation', params);
|
|
13
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* Update un exercicePrestation tous les éléments lié à celle-ci.
|
|
16
|
+
* @param { number } params
|
|
17
|
+
* @param { Partial<IExercicePrestation> } params
|
|
18
|
+
* @returns { IExercicePrestation }
|
|
19
|
+
*/
|
|
20
|
+
update(id, params) {
|
|
21
|
+
return this.axios.$put(`/exercice-prestation/${id}`, Object.assign({}, params));
|
|
22
|
+
}
|
|
14
23
|
}
|
|
15
24
|
exports.ExercicePrestation = ExercicePrestation;
|
|
16
25
|
//# sourceMappingURL=ExercicePrestation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExercicePrestation.js","sourceRoot":"","sources":["../../../../ts/api/resources/ExercicePrestation.ts"],"names":[],"mappings":";;;AAAA,0CAAuC;AAKvC,MAAa,kBAAmB,SAAQ,mBAAQ;IAE9C;;;;OAIG;IACI,MAAM,CAAC,MAAqC;QACjD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,sBAAsB,EAAE,MAAM,CAAC,CAAC;IAC1D,CAAC;CACF;
|
|
1
|
+
{"version":3,"file":"ExercicePrestation.js","sourceRoot":"","sources":["../../../../ts/api/resources/ExercicePrestation.ts"],"names":[],"mappings":";;;AAAA,0CAAuC;AAKvC,MAAa,kBAAmB,SAAQ,mBAAQ;IAE9C;;;;OAIG;IACI,MAAM,CAAC,MAAqC;QACjD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,sBAAsB,EAAE,MAAM,CAAC,CAAC;IAC1D,CAAC;IAED;;;;;OAKG;IACI,MAAM,CAAC,EAAU,EAAE,MAAoC;QAC5D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,wBAAwB,EAAE,EAAE,oBAAO,MAAM,EAAG,CAAC;IACtE,CAAC;CACF;AApBD,gDAoBC","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IExercicePrestation, QueryCreateExercicePrestation,\n} from '../../types';\n\nexport class ExercicePrestation extends Resource {\n\n /**\n * Crée un exercicePrestation tous les éléments lié à celle-ci.\n * @param { QueryCreateExercicePrestation } params \n * @returns { IExercicePrestation }\n */\n public create(params: QueryCreateExercicePrestation): Promise<IExercicePrestation> {\n return this.axios.$post('/exercice-prestation', params);\n }\n\n /**\n * Update un exercicePrestation tous les éléments lié à celle-ci.\n * @param { number } params \n * @param { Partial<IExercicePrestation> } params \n * @returns { IExercicePrestation }\n */\n public update(id: number, params: Partial<IExercicePrestation>): Promise<IExercicePrestation> {\n return this.axios.$put(`/exercice-prestation/${id}`, { ...params });\n }\n}"]}
|
|
@@ -20,7 +20,7 @@ exports.CommercialOfferTypeDetail = {
|
|
|
20
20
|
RECOVERY_MONTH: {
|
|
21
21
|
id: 1,
|
|
22
22
|
label: '% de reprise sur les mois',
|
|
23
|
-
text: '%value% %
|
|
23
|
+
text: '%value% % offerts sur les mois de reprise, valable jusqu\'au %dateEnd%.',
|
|
24
24
|
amountType: exports.CommercialOfferAmountType.PERCENTAGE,
|
|
25
25
|
idPrestationList: [],
|
|
26
26
|
isComptable: true,
|
|
@@ -29,8 +29,8 @@ exports.CommercialOfferTypeDetail = {
|
|
|
29
29
|
},
|
|
30
30
|
MONTH_OFFERED: {
|
|
31
31
|
id: 2,
|
|
32
|
-
label: 'Nb de mois
|
|
33
|
-
text: '%value% mois
|
|
32
|
+
label: 'Nb de mois offerts',
|
|
33
|
+
text: '%value% mois offerts, valable jusqu\'au %dateEnd%.',
|
|
34
34
|
amountType: exports.CommercialOfferAmountType.MONTH,
|
|
35
35
|
idPrestationList: [],
|
|
36
36
|
isComptable: true,
|
|
@@ -39,8 +39,8 @@ exports.CommercialOfferTypeDetail = {
|
|
|
39
39
|
},
|
|
40
40
|
AMOUNT_OFFERED: {
|
|
41
41
|
id: 3,
|
|
42
|
-
label: 'Montant
|
|
43
|
-
text: '%value% euros
|
|
42
|
+
label: 'Montant offerts',
|
|
43
|
+
text: '%value% euros offerts, valable jusqu\'au %dateEnd%.',
|
|
44
44
|
amountType: exports.CommercialOfferAmountType.MONEY,
|
|
45
45
|
idPrestationList: [],
|
|
46
46
|
isComptable: true,
|
|
@@ -69,8 +69,8 @@ exports.CommercialOfferTypeDetail = {
|
|
|
69
69
|
},
|
|
70
70
|
PERCENTAGE_OFFERED: {
|
|
71
71
|
id: 6,
|
|
72
|
-
label: '%
|
|
73
|
-
text: '%value% %
|
|
72
|
+
label: '% offerts',
|
|
73
|
+
text: '%value% % offerts sur l\'année, valable jusqu\'au %dateEnd%.',
|
|
74
74
|
amountType: exports.CommercialOfferAmountType.PERCENTAGE,
|
|
75
75
|
idPrestationList: [],
|
|
76
76
|
isComptable: null,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommercialOfferType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/CommercialOfferType.ts"],"names":[],"mappings":";;;AAAA,qDAAkD;AAiBrC,QAAA,yBAAyB,GAAG;IACvC,UAAU,EAAE;QACV,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,GAAG;KACX;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,MAAM;KACd;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,GAAG;KACX;CACF,CAAC;AAEW,QAAA,yBAAyB,GAAG;IACvC,cAAc,EAAG;QACf,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,2BAA2B;QAClC,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"CommercialOfferType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/CommercialOfferType.ts"],"names":[],"mappings":"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","sourcesContent":["import { PrestationType } from './PrestationType';\n\ntype commercialOfferTypeAmount = {\n id: number;\n label: string;\n};\n\nexport type CommercialOfferTypeType = {\n id: number;\n label: string;\n amountType: commercialOfferTypeAmount;\n idPrestationList: number[];\n isComptable: boolean | null;\n isCatalog: boolean | null;\n isBack: boolean | null;\n};\n\nexport const CommercialOfferAmountType = {\n PERCENTAGE: {\n id: 1,\n label: '%',\n },\n MONTH: {\n id: 2,\n label: 'Mois',\n },\n MONEY: {\n id: 3,\n label: '€',\n },\n};\n\nexport const CommercialOfferTypeDetail = {\n RECOVERY_MONTH : {\n id: 1,\n label: '% de reprise sur les mois',\n text: '%value% % offerts sur les mois de reprise, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.PERCENTAGE,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: false,\n },\n MONTH_OFFERED : {\n id: 2,\n label: 'Nb de mois offerts',\n text: '%value% mois offerts, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.MONTH,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: null,\n },\n AMOUNT_OFFERED : {\n id: 3,\n label: 'Montant offerts',\n text: '%value% euros offerts, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: false,\n },\n SPONSORSHIP : {\n id: 4,\n label: 'Parrainage',\n text: '%value% euros de parrainage, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: null,\n },\n COMPANY_SETUP: {\n id: 5,\n label: '% de la création d\\'entreprise',\n text: 'Création offerte, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.PERCENTAGE,\n idPrestationList: [PrestationType.CREATION_SOCIETE],\n isComptable: null,\n isCatalog: null,\n isBack: null,\n },\n PERCENTAGE_OFFERED : {\n id: 6,\n label: '% offerts',\n text: '%value% % offerts sur l\\'année, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.PERCENTAGE,\n idPrestationList: [],\n isComptable: null,\n isCatalog: null,\n isBack: null,\n },\n BALANCE_SHEET_OFFERED : {\n id: 7,\n label: 'Bilan à 0',\n text: 'Bilan à %value% € par exercice à rattraper sous réserve qu\\'il y ai moins de 50 lignes sur le relevé bancaire',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: null,\n isBack: true,\n },\n BALANCE_SHEET_OFFERED_EXCEPTIONAL : {\n id: 8,\n label: 'Offre exceptionnelle Express',\n text: 'Offre exceptionnelle, bilan à %value% € pour l\\'exercice %exerciceYear%',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: null,\n isBack: true,\n },\n BALANCE_SHEET_OFFERED_NO_EXPRESS : {\n id: 9,\n label: 'Bilan à 0 non express',\n text: 'Bilan à %value% € par exercice non express sous réserve qu\\'il y ai moins de 50 lignes sur le relevé bancaire',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: null,\n isBack: false,\n },\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GeneralThirdParty.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/GeneralThirdParty.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"GeneralThirdParty.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/GeneralThirdParty.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,EAusJlD,CAAC"}
|
|
@@ -94,6 +94,8 @@ exports.generalThirdParties = [
|
|
|
94
94
|
{ company: 'SUBWAY', idAccount: 58383, number: '625300' },
|
|
95
95
|
{ company: 'NORAUTO', idAccount: 58379, number: '615210' },
|
|
96
96
|
{ company: 'RED BY SFR', idAccount: 123, number: '626200' },
|
|
97
|
+
{ company: 'FREE', idAccount: 123, number: '626200' },
|
|
98
|
+
{ company: 'FREE MOBILE', idAccount: 123, number: '626200' },
|
|
97
99
|
{ company: 'SUMUP', idAccount: 126, number: '627100' },
|
|
98
100
|
{ company: 'REXEL', idAccount: 27586, number: '218300' },
|
|
99
101
|
{ company: 'GRAND FRAIS', idAccount: 117, number: '625100' },
|