@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,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,kBAAmB,SAAQ,QAAQ;IACvC,YAAY,CACjB,MAAwC,EACxC,MAAoB;QAEpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gCAAgC,EAAE;YACvD,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YAC7B,MAAM;SACP,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import { BasePaginate,
|
|
1
|
+
{"version":3,"file":"BalanceSheetReport.js","sourceRoot":"","sources":["../../../../ts/api/resources/BalanceSheetReport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,kBAAmB,SAAQ,QAAQ;IACvC,YAAY,CACjB,MAAwC,EACxC,MAAoB;QAEpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gCAAgC,EAAE;YACvD,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YAC7B,MAAM;SACP,CAAC,CAAC;IACL,CAAC;CACF","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"]}
|
|
@@ -1727,7 +1727,7 @@ export const PrestationDetail = {
|
|
|
1727
1727
|
},
|
|
1728
1728
|
ATTESTATION_SALAIRE: {
|
|
1729
1729
|
id: 82,
|
|
1730
|
-
name: '
|
|
1730
|
+
name: 'Rapportde salaire',
|
|
1731
1731
|
isComptable: false,
|
|
1732
1732
|
isJuridique: false,
|
|
1733
1733
|
isSocial: true,
|
|
@@ -1955,7 +1955,7 @@ export const PrestationDetail = {
|
|
|
1955
1955
|
},
|
|
1956
1956
|
ATTESTATION_REMUNERATION: {
|
|
1957
1957
|
id: 95,
|
|
1958
|
-
name: '
|
|
1958
|
+
name: 'Rapportde rémunération',
|
|
1959
1959
|
isComptable: true,
|
|
1960
1960
|
isJuridique: false,
|
|
1961
1961
|
isSocial: false,
|
|
@@ -1975,7 +1975,7 @@ export const PrestationDetail = {
|
|
|
1975
1975
|
// FIXME: Doublon ?
|
|
1976
1976
|
ATTESTATION_NON_REMUNERATION: {
|
|
1977
1977
|
id: 96,
|
|
1978
|
-
name: '
|
|
1978
|
+
name: 'Rapportde non-rémunération',
|
|
1979
1979
|
isComptable: true,
|
|
1980
1980
|
isJuridique: false,
|
|
1981
1981
|
isSocial: false,
|
|
@@ -1994,7 +1994,7 @@ export const PrestationDetail = {
|
|
|
1994
1994
|
},
|
|
1995
1995
|
ATTESTATION_CA: {
|
|
1996
1996
|
id: 97,
|
|
1997
|
-
name: "
|
|
1997
|
+
name: "Rapportde chiffre d'affaires",
|
|
1998
1998
|
isComptable: true,
|
|
1999
1999
|
isJuridique: false,
|
|
2000
2000
|
isSocial: false,
|
|
@@ -2013,7 +2013,7 @@ export const PrestationDetail = {
|
|
|
2013
2013
|
},
|
|
2014
2014
|
ATTESTATION_COMPTE_COURANT: {
|
|
2015
2015
|
id: 98,
|
|
2016
|
-
name: '
|
|
2016
|
+
name: 'Rapportde compte-courant',
|
|
2017
2017
|
isComptable: true,
|
|
2018
2018
|
isJuridique: false,
|
|
2019
2019
|
isSocial: false,
|
|
@@ -2298,7 +2298,7 @@ export const PrestationDetail = {
|
|
|
2298
2298
|
},
|
|
2299
2299
|
ATTESTATION_DE_SALAIRE_MALADIE: {
|
|
2300
2300
|
id: 116,
|
|
2301
|
-
name: '
|
|
2301
|
+
name: 'Rapportde salaire maladie',
|
|
2302
2302
|
isComptable: true,
|
|
2303
2303
|
isJuridique: false,
|
|
2304
2304
|
isSocial: false,
|
|
@@ -2526,7 +2526,7 @@ export const PrestationDetail = {
|
|
|
2526
2526
|
},
|
|
2527
2527
|
ATTESTATION_MASSE_SALARIALE: {
|
|
2528
2528
|
id: 128,
|
|
2529
|
-
name: '
|
|
2529
|
+
name: 'Rapportde masse salariale',
|
|
2530
2530
|
isComptable: true,
|
|
2531
2531
|
isJuridique: false,
|
|
2532
2532
|
isSocial: false,
|
|
@@ -3172,7 +3172,7 @@ export const PrestationDetail = {
|
|
|
3172
3172
|
},
|
|
3173
3173
|
ATTESTATION_NON_REMUNERATION_RECURRENTE: {
|
|
3174
3174
|
id: 200,
|
|
3175
|
-
name: '
|
|
3175
|
+
name: 'Rapportnon remunération recurrente',
|
|
3176
3176
|
isComptable: true,
|
|
3177
3177
|
isJuridique: false,
|
|
3178
3178
|
isSocial: false,
|