@silexpert/core 1.3.80-2 → 1.3.80-3
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/BalanceSheetReport.d.ts +2 -2
- package/dist/cjs/api/resources/BalanceSheetReport.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +8 -8
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/api/resources/BalanceSheetReport.d.ts +2 -2
- package/dist/mjs/api/resources/BalanceSheetReport.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +8 -8
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BalanceSheetReport.ts +2 -2
- package/ts/types/Enum/PrestationType.ts +8 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BasePaginate,
|
|
1
|
+
import { BasePaginate, IAttestation, QueryBalanceSheetReportPaginated } from '../../types';
|
|
2
2
|
import { Resource } from '../Resource';
|
|
3
3
|
export declare class BalanceSheetReport extends Resource {
|
|
4
|
-
getPaginated(params: QueryBalanceSheetReportPaginated, signal?: AbortSignal): Promise<BasePaginate<
|
|
4
|
+
getPaginated(params: QueryBalanceSheetReportPaginated, signal?: AbortSignal): Promise<BasePaginate<IAttestation>>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=BalanceSheetReport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BalanceSheetReport.js","sourceRoot":"","sources":["../../../../ts/api/resources/BalanceSheetReport.ts"],"names":[],"mappings":";;;AACA,0CAAuC;AAEvC,MAAa,kBAAmB,SAAQ,mBAAQ;IACvC,YAAY,CACjB,MAAwC,EACxC,MAAoB;QAEpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gCAAgC,kCAClD,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,KAC7B,MAAM,IACN,CAAC;IACL,CAAC;CACF;AAVD,gDAUC","sourcesContent":["import { BasePaginate,
|
|
1
|
+
{"version":3,"file":"BalanceSheetReport.js","sourceRoot":"","sources":["../../../../ts/api/resources/BalanceSheetReport.ts"],"names":[],"mappings":";;;AACA,0CAAuC;AAEvC,MAAa,kBAAmB,SAAQ,mBAAQ;IACvC,YAAY,CACjB,MAAwC,EACxC,MAAoB;QAEpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gCAAgC,kCAClD,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,KAC7B,MAAM,IACN,CAAC;IACL,CAAC;CACF;AAVD,gDAUC","sourcesContent":["import { BasePaginate, IAttestation, QueryBalanceSheetReportPaginated } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class BalanceSheetReport extends Resource {\n public getPaginated(\n params: QueryBalanceSheetReportPaginated,\n signal?: AbortSignal,\n ): Promise<BasePaginate<IAttestation>> {\n return this.axios.$get('balance-sheet/report/paginated', {\n ...(signal ? { signal } : {}),\n params,\n });\n }\n}\n"]}
|
|
@@ -1730,7 +1730,7 @@ exports.PrestationDetail = {
|
|
|
1730
1730
|
},
|
|
1731
1731
|
ATTESTATION_SALAIRE: {
|
|
1732
1732
|
id: 82,
|
|
1733
|
-
name: '
|
|
1733
|
+
name: 'Rapportde salaire',
|
|
1734
1734
|
isComptable: false,
|
|
1735
1735
|
isJuridique: false,
|
|
1736
1736
|
isSocial: true,
|
|
@@ -1958,7 +1958,7 @@ exports.PrestationDetail = {
|
|
|
1958
1958
|
},
|
|
1959
1959
|
ATTESTATION_REMUNERATION: {
|
|
1960
1960
|
id: 95,
|
|
1961
|
-
name: '
|
|
1961
|
+
name: 'Rapportde rémunération',
|
|
1962
1962
|
isComptable: true,
|
|
1963
1963
|
isJuridique: false,
|
|
1964
1964
|
isSocial: false,
|
|
@@ -1978,7 +1978,7 @@ exports.PrestationDetail = {
|
|
|
1978
1978
|
// FIXME: Doublon ?
|
|
1979
1979
|
ATTESTATION_NON_REMUNERATION: {
|
|
1980
1980
|
id: 96,
|
|
1981
|
-
name: '
|
|
1981
|
+
name: 'Rapportde non-rémunération',
|
|
1982
1982
|
isComptable: true,
|
|
1983
1983
|
isJuridique: false,
|
|
1984
1984
|
isSocial: false,
|
|
@@ -1997,7 +1997,7 @@ exports.PrestationDetail = {
|
|
|
1997
1997
|
},
|
|
1998
1998
|
ATTESTATION_CA: {
|
|
1999
1999
|
id: 97,
|
|
2000
|
-
name: "
|
|
2000
|
+
name: "Rapportde chiffre d'affaires",
|
|
2001
2001
|
isComptable: true,
|
|
2002
2002
|
isJuridique: false,
|
|
2003
2003
|
isSocial: false,
|
|
@@ -2016,7 +2016,7 @@ exports.PrestationDetail = {
|
|
|
2016
2016
|
},
|
|
2017
2017
|
ATTESTATION_COMPTE_COURANT: {
|
|
2018
2018
|
id: 98,
|
|
2019
|
-
name: '
|
|
2019
|
+
name: 'Rapportde compte-courant',
|
|
2020
2020
|
isComptable: true,
|
|
2021
2021
|
isJuridique: false,
|
|
2022
2022
|
isSocial: false,
|
|
@@ -2301,7 +2301,7 @@ exports.PrestationDetail = {
|
|
|
2301
2301
|
},
|
|
2302
2302
|
ATTESTATION_DE_SALAIRE_MALADIE: {
|
|
2303
2303
|
id: 116,
|
|
2304
|
-
name: '
|
|
2304
|
+
name: 'Rapportde salaire maladie',
|
|
2305
2305
|
isComptable: true,
|
|
2306
2306
|
isJuridique: false,
|
|
2307
2307
|
isSocial: false,
|
|
@@ -2529,7 +2529,7 @@ exports.PrestationDetail = {
|
|
|
2529
2529
|
},
|
|
2530
2530
|
ATTESTATION_MASSE_SALARIALE: {
|
|
2531
2531
|
id: 128,
|
|
2532
|
-
name: '
|
|
2532
|
+
name: 'Rapportde masse salariale',
|
|
2533
2533
|
isComptable: true,
|
|
2534
2534
|
isJuridique: false,
|
|
2535
2535
|
isSocial: false,
|
|
@@ -3175,7 +3175,7 @@ exports.PrestationDetail = {
|
|
|
3175
3175
|
},
|
|
3176
3176
|
ATTESTATION_NON_REMUNERATION_RECURRENTE: {
|
|
3177
3177
|
id: 200,
|
|
3178
|
-
name: '
|
|
3178
|
+
name: 'Rapportnon remunération recurrente',
|
|
3179
3179
|
isComptable: true,
|
|
3180
3180
|
isJuridique: false,
|
|
3181
3181
|
isSocial: false,
|