@silexpert/core 1.1.59 → 1.1.63
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/es/api/resources/GeneralLedger.d.ts +3 -1
- package/es/api/resources/GeneralLedger.d.ts.map +1 -1
- package/es/api/resources/GeneralLedger.js +6 -0
- package/es/api/resources/GeneralLedger.js.map +1 -1
- package/es/types/Enum/BrandClems.d.ts +2 -93
- package/es/types/Enum/BrandClems.d.ts.map +1 -1
- package/es/types/Enum/BrandClems.js +0 -80
- package/es/types/Enum/BrandClems.js.map +1 -1
- package/es/types/Enum/BrandStatutsExpress.d.ts +95 -0
- package/es/types/Enum/BrandStatutsExpress.d.ts.map +1 -0
- package/es/types/Enum/BrandStatutsExpress.js +97 -0
- package/es/types/Enum/BrandStatutsExpress.js.map +1 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts +13 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts.map +1 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +28 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/brands.d.ts +1 -1
- package/es/utils/brands.d.ts.map +1 -1
- package/es/utils/brands.js +5 -1
- package/es/utils/brands.js.map +1 -1
- package/es/utils/vat/3310/century23.d.ts.map +1 -1
- package/es/utils/vat/3310/century23.js +29 -32
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/es/utils/vat/3514/century23.d.ts.map +1 -1
- package/es/utils/vat/3514/century23.js +28 -31
- package/es/utils/vat/3514/century23.js.map +1 -1
- package/es/utils/vat/3517/century23.d.ts.map +1 -1
- package/es/utils/vat/3517/century23.js +99 -107
- package/es/utils/vat/3517/century23.js.map +1 -1
- package/es/utils/vat/3519/century23.d.ts.map +1 -1
- package/es/utils/vat/3519/century23.js +69 -70
- package/es/utils/vat/3519/century23.js.map +1 -1
- package/es/utils/vat/registration.d.ts.map +1 -1
- package/es/utils/vat/registration.js +3 -1
- package/es/utils/vat/registration.js.map +1 -1
- package/js/api/resources/GeneralLedger.js +10 -0
- package/js/api/resources/GeneralLedger.js.map +1 -1
- package/js/types/Enum/BrandClems.js +0 -79
- package/js/types/Enum/BrandClems.js.map +1 -1
- package/js/types/Enum/BrandStatutsExpress.js +100 -0
- package/js/types/Enum/BrandStatutsExpress.js.map +1 -0
- package/js/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +18 -0
- package/js/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
- package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/js/types/index.js +10 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/brands.js +6 -1
- package/js/utils/brands.js.map +1 -1
- package/js/utils/vat/3310/century23.js +24 -29
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/js/utils/vat/3514/century23.js +22 -27
- package/js/utils/vat/3514/century23.js.map +1 -1
- package/js/utils/vat/3517/century23.js +85 -95
- package/js/utils/vat/3517/century23.js.map +1 -1
- package/js/utils/vat/3519/century23.js +60 -65
- package/js/utils/vat/3519/century23.js.map +1 -1
- package/js/utils/vat/registration.js +3 -1
- package/js/utils/vat/registration.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/GeneralLedger.ts +9 -1
- package/ts/types/Enum/BrandClems.ts +0 -80
- package/ts/types/Enum/BrandStatutsExpress.ts +96 -0
- package/ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts +25 -0
- package/ts/types/Interface/api/registration/ReadRegistration.ts +1 -0
- package/ts/types/index.ts +1 -0
- package/ts/utils/brands.ts +6 -2
- package/ts/utils/vat/3310/century23.ts +29 -32
- package/ts/utils/vat/3514/century23.ts +28 -31
- package/ts/utils/vat/3517/century23.ts +98 -109
- package/ts/utils/vat/3519/century23.ts +68 -69
- package/ts/utils/vat/registration.ts +2 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
-
import { BasePaginateInterface, IGeneralLedgerAccount, IGeneralLedgerThirdParty, QueryGeneralLedgerAuxiliary } from '../../types';
|
|
2
|
+
import { BasePaginateInterface, IGeneralLedgerAccount, IGeneralLedgerThirdParty, QueryGeneralLedgerAuxiliary, QueryGeneralLedgerThirdParty, ReadGeneralLedgerSummary } from '../../types';
|
|
3
3
|
import { QueryGeneralLedger } from '../../types/Interface/api/generalLedger/QueryGeneralLedger';
|
|
4
4
|
import { Resource } from '../Resource';
|
|
5
5
|
export declare class GeneralLedger extends Resource {
|
|
@@ -10,5 +10,7 @@ export declare class GeneralLedger extends Resource {
|
|
|
10
10
|
getPdf(idSociety: number, params: QueryGeneralLedger): Promise<Buffer>;
|
|
11
11
|
getBalancePdf(params: QueryGeneralLedger): Promise<Buffer>;
|
|
12
12
|
getAuxiliary(params: QueryGeneralLedgerAuxiliary): Promise<BasePaginateInterface<IGeneralLedgerThirdParty[]>>;
|
|
13
|
+
getAuxiliarySummaries(params: QueryGeneralLedgerAuxiliary): Promise<BasePaginateInterface<ReadGeneralLedgerSummary[]>>;
|
|
14
|
+
getThirdParty(id: number, params: QueryGeneralLedgerThirdParty): Promise<IGeneralLedgerThirdParty>;
|
|
13
15
|
}
|
|
14
16
|
//# sourceMappingURL=GeneralLedger.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GeneralLedger.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/GeneralLedger.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,qBAAqB,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,2BAA2B,
|
|
1
|
+
{"version":3,"file":"GeneralLedger.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/GeneralLedger.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,qBAAqB,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,wBAAwB,EAC5J,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,kBAAkB,EAAE,MAAM,4DAA4D,CAAC;AAChG,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,aAAc,SAAQ,QAAQ;IACzC,YAAY,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO,CAAC,qBAAqB,CAAC,qBAAqB,EAAE,CAAC,CAAC;IAMjG,mBAAmB,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO,CAAC,qBAAqB,CAAC,qBAAqB,EAAE,CAAC,CAAC;IAMxG,MAAM,CAAC,MAAM,EAAE,kBAAkB,GAAE,OAAO,CAAC,MAAM,CAAC;IAUlD,aAAa,CAAC,MAAM,EAAE,kBAAkB,GAAE,OAAO,CAAC,MAAM,CAAC;IAUzD,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,GAAE,OAAO,CAAC,MAAM,CAAC;IAUrE,aAAa,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC;IAU1D,YAAY,CAAC,MAAM,EAAE,2BAA2B,GAAG,OAAO,CAAC,qBAAqB,CAAC,wBAAwB,EAAE,CAAC,CAAC;IAI7G,qBAAqB,CAAC,MAAM,EAAE,2BAA2B,GAAG,OAAO,CAAC,qBAAqB,CAAC,wBAAwB,EAAE,CAAC,CAAC;IAItH,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,4BAA4B,GAAG,OAAO,CAAC,wBAAwB,CAAC;CAGnG"}
|
|
@@ -49,5 +49,11 @@ export class GeneralLedger extends Resource {
|
|
|
49
49
|
getAuxiliary(params) {
|
|
50
50
|
return this.axios.$get('/generalLedger/auxiliary', { params });
|
|
51
51
|
}
|
|
52
|
+
getAuxiliarySummaries(params) {
|
|
53
|
+
return this.axios.$get('/general-ledger/auxiliary/summaries', { params });
|
|
54
|
+
}
|
|
55
|
+
getThirdParty(id, params) {
|
|
56
|
+
return this.axios.$get(`/general-ledger/third-parties/${id}`, { params });
|
|
57
|
+
}
|
|
52
58
|
}
|
|
53
59
|
//# sourceMappingURL=GeneralLedger.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GeneralLedger.js","sourceRoot":"","sources":["../../../ts/api/resources/GeneralLedger.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,aAAc,SAAQ,QAAQ;IACzC,YAAY,CAAC,MAA0B;QACrC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE;YACvC,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IAED,mBAAmB,CAAC,MAA0B;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,wBAAwB,EAAE;YAC/C,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IAED,MAAM,CAAC,MAA0B;QAC/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,EAAE;YAC3C,MAAM;YACN,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,aAAa,CAAC,MAA0B;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,4BAA4B,EAAE;YACnD,MAAM;YACN,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,MAAM,CAAC,SAAiB,EAAE,MAA0B;QAClD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,SAAS,qBAAqB,EAAE;YACnE,MAAM;YACN,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,aAAa,CAAC,MAA0B;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,4BAA4B,EAAE;YACnD,MAAM;YACN,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,YAAY,CAAC,MAAmC;QAC9C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,0BAA0B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACjE,CAAC;CACF","sourcesContent":["import {\n BasePaginateInterface, IGeneralLedgerAccount, IGeneralLedgerThirdParty, QueryGeneralLedgerAuxiliary,\n} from '../../types';\nimport { QueryGeneralLedger } from '../../types/Interface/api/generalLedger/QueryGeneralLedger';\nimport { Resource } from '../Resource';\n\nexport class GeneralLedger extends Resource {\n getBySociety(params: QueryGeneralLedger): Promise<BasePaginateInterface<IGeneralLedgerAccount[]>> {\n return this.axios.$get('/generalLedger', {\n params,\n });\n }\n\n getBalanceBySociety(params: QueryGeneralLedger): Promise<BasePaginateInterface<IGeneralLedgerAccount[]>> {\n return this.axios.$get('/generalLedger/balance', {\n params,\n });\n }\n\n getCsv(params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get('/generalLedger/csv', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/csv',\n },\n });\n }\n\n getBalanceCsv(params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get('/generalLedger/balance/csv', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/csv',\n },\n });\n }\n\n getPdf(idSociety: number, params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get(`/societies/${idSociety}/general-ledger/pdf`, {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n\n getBalancePdf(params: QueryGeneralLedger): Promise<Buffer> {\n return this.axios.$get('/generalLedger/balance/pdf', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n\n getAuxiliary(params: QueryGeneralLedgerAuxiliary): Promise<BasePaginateInterface<IGeneralLedgerThirdParty[]>> {\n return this.axios.$get('/generalLedger/auxiliary', { params });\n }\n}"]}
|
|
1
|
+
{"version":3,"file":"GeneralLedger.js","sourceRoot":"","sources":["../../../ts/api/resources/GeneralLedger.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,aAAc,SAAQ,QAAQ;IACzC,YAAY,CAAC,MAA0B;QACrC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE;YACvC,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IAED,mBAAmB,CAAC,MAA0B;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,wBAAwB,EAAE;YAC/C,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IAED,MAAM,CAAC,MAA0B;QAC/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,EAAE;YAC3C,MAAM;YACN,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,aAAa,CAAC,MAA0B;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,4BAA4B,EAAE;YACnD,MAAM;YACN,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,MAAM,CAAC,SAAiB,EAAE,MAA0B;QAClD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,SAAS,qBAAqB,EAAE;YACnE,MAAM;YACN,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,aAAa,CAAC,MAA0B;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,4BAA4B,EAAE;YACnD,MAAM;YACN,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,YAAY,CAAC,MAAmC;QAC9C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,0BAA0B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACjE,CAAC;IAED,qBAAqB,CAAC,MAAmC;QACvD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,qCAAqC,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED,aAAa,CAAC,EAAU,EAAE,MAAoC;QAC5D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iCAAiC,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC5E,CAAC;CACF","sourcesContent":["import {\n BasePaginateInterface, IGeneralLedgerAccount, IGeneralLedgerThirdParty, QueryGeneralLedgerAuxiliary, QueryGeneralLedgerThirdParty, ReadGeneralLedgerSummary,\n} from '../../types';\nimport { QueryGeneralLedger } from '../../types/Interface/api/generalLedger/QueryGeneralLedger';\nimport { Resource } from '../Resource';\n\nexport class GeneralLedger extends Resource {\n getBySociety(params: QueryGeneralLedger): Promise<BasePaginateInterface<IGeneralLedgerAccount[]>> {\n return this.axios.$get('/generalLedger', {\n params,\n });\n }\n\n getBalanceBySociety(params: QueryGeneralLedger): Promise<BasePaginateInterface<IGeneralLedgerAccount[]>> {\n return this.axios.$get('/generalLedger/balance', {\n params,\n });\n }\n\n getCsv(params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get('/generalLedger/csv', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/csv',\n },\n });\n }\n\n getBalanceCsv(params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get('/generalLedger/balance/csv', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/csv',\n },\n });\n }\n\n getPdf(idSociety: number, params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get(`/societies/${idSociety}/general-ledger/pdf`, {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n\n getBalancePdf(params: QueryGeneralLedger): Promise<Buffer> {\n return this.axios.$get('/generalLedger/balance/pdf', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n\n getAuxiliary(params: QueryGeneralLedgerAuxiliary): Promise<BasePaginateInterface<IGeneralLedgerThirdParty[]>> {\n return this.axios.$get('/generalLedger/auxiliary', { params });\n }\n\n getAuxiliarySummaries(params: QueryGeneralLedgerAuxiliary): Promise<BasePaginateInterface<ReadGeneralLedgerSummary[]>> {\n return this.axios.$get('/general-ledger/auxiliary/summaries', { params });\n }\n\n getThirdParty(id: number, params: QueryGeneralLedgerThirdParty): Promise<IGeneralLedgerThirdParty> {\n return this.axios.$get(`/general-ledger/third-parties/${id}`, { params });\n }\n}"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const BrandClems:
|
|
1
|
+
export declare const BrandClems: {
|
|
2
2
|
idTypeBrand: number;
|
|
3
3
|
name: string;
|
|
4
4
|
urlS3: string;
|
|
@@ -47,7 +47,6 @@ export declare const BrandClems: ({
|
|
|
47
47
|
rcs: string;
|
|
48
48
|
statut: string;
|
|
49
49
|
zipCode: string;
|
|
50
|
-
ECName?: undefined;
|
|
51
50
|
};
|
|
52
51
|
idPrestationsListAuthorized: number[];
|
|
53
52
|
logoUrl: string;
|
|
@@ -70,95 +69,5 @@ export declare const BrandClems: ({
|
|
|
70
69
|
name: string;
|
|
71
70
|
};
|
|
72
71
|
};
|
|
73
|
-
|
|
74
|
-
urlApi2?: undefined;
|
|
75
|
-
bank?: undefined;
|
|
76
|
-
internalInvoicing?: undefined;
|
|
77
|
-
} | {
|
|
78
|
-
idTypeBrand: number;
|
|
79
|
-
urlS3: string;
|
|
80
|
-
logoS3: string;
|
|
81
|
-
name: string;
|
|
82
|
-
colors: {
|
|
83
|
-
primary: string;
|
|
84
|
-
primary50?: undefined;
|
|
85
|
-
primary100?: undefined;
|
|
86
|
-
primary300?: undefined;
|
|
87
|
-
primary500?: undefined;
|
|
88
|
-
primary700?: undefined;
|
|
89
|
-
};
|
|
90
|
-
listPhones: {
|
|
91
|
-
contact: string;
|
|
92
|
-
qualite: string;
|
|
93
|
-
juridique: string;
|
|
94
|
-
};
|
|
95
|
-
listMails: {
|
|
96
|
-
administratif: string;
|
|
97
|
-
app: string;
|
|
98
|
-
bonjour: string;
|
|
99
|
-
contact: string;
|
|
100
|
-
facturation: string;
|
|
101
|
-
feedback: string;
|
|
102
|
-
juridique: string;
|
|
103
|
-
informatique: string;
|
|
104
|
-
msd: string;
|
|
105
|
-
noreply: string;
|
|
106
|
-
qualite: string;
|
|
107
|
-
paiement: string;
|
|
108
|
-
social: string;
|
|
109
|
-
support: string;
|
|
110
|
-
tva: string;
|
|
111
|
-
wb: string;
|
|
112
|
-
rh?: undefined;
|
|
113
|
-
};
|
|
114
|
-
companyInformation: {
|
|
115
|
-
ape: string;
|
|
116
|
-
bp: string;
|
|
117
|
-
city: string;
|
|
118
|
-
montantCapital: string;
|
|
119
|
-
nomRaisonSociale: string;
|
|
120
|
-
ECName: string;
|
|
121
|
-
ECOrderCity: string;
|
|
122
|
-
phone: string;
|
|
123
|
-
postalAddress: string;
|
|
124
|
-
rcs: string;
|
|
125
|
-
statut: string;
|
|
126
|
-
zipCode: string;
|
|
127
|
-
};
|
|
128
|
-
idPrestationsListAuthorized: number[];
|
|
129
|
-
logoUrl: string;
|
|
130
|
-
miniLogoUrl: string;
|
|
131
|
-
hiddenPages: never[];
|
|
132
|
-
recaptchaSecretKey: string;
|
|
133
|
-
urlApp: string;
|
|
134
|
-
urlApi1: string;
|
|
135
|
-
urlApi2: string;
|
|
136
|
-
urlExpert: string;
|
|
137
|
-
urlClient: string;
|
|
138
|
-
bank: {
|
|
139
|
-
IBAN: string;
|
|
140
|
-
BIC: string;
|
|
141
|
-
Name: string;
|
|
142
|
-
Id: string;
|
|
143
|
-
};
|
|
144
|
-
internalInvoicing: {
|
|
145
|
-
statut: string;
|
|
146
|
-
name: string;
|
|
147
|
-
address: string;
|
|
148
|
-
zipCode: string;
|
|
149
|
-
city: string;
|
|
150
|
-
country: string;
|
|
151
|
-
montantCapital: string;
|
|
152
|
-
siret: string;
|
|
153
|
-
ape: string;
|
|
154
|
-
rcs: string;
|
|
155
|
-
phone: string;
|
|
156
|
-
vatIntracom: string;
|
|
157
|
-
email: string;
|
|
158
|
-
};
|
|
159
|
-
webmail: {
|
|
160
|
-
domain: string;
|
|
161
|
-
};
|
|
162
|
-
offices?: undefined;
|
|
163
|
-
})[];
|
|
72
|
+
}[];
|
|
164
73
|
//# sourceMappingURL=BrandClems.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClems.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClems.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"BrandClems.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClems.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyEtB,CAAC"}
|
|
@@ -71,85 +71,5 @@ export const BrandClems = [
|
|
|
71
71
|
},
|
|
72
72
|
},
|
|
73
73
|
},
|
|
74
|
-
{
|
|
75
|
-
idTypeBrand: 2,
|
|
76
|
-
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clems/',
|
|
77
|
-
logoS3: 'config/clems.png',
|
|
78
|
-
name: 'Statuts-Express',
|
|
79
|
-
colors: {
|
|
80
|
-
primary: '#1e6f5c',
|
|
81
|
-
},
|
|
82
|
-
listPhones: {
|
|
83
|
-
contact: '01 86 90 82 15',
|
|
84
|
-
qualite: '01 86 90 82 15',
|
|
85
|
-
juridique: '01 86 90 82 15',
|
|
86
|
-
},
|
|
87
|
-
listMails: {
|
|
88
|
-
administratif: 'contact@statuts-express.fr',
|
|
89
|
-
app: 'contact@statuts-express.fr',
|
|
90
|
-
bonjour: 'contact@statuts-express.fr',
|
|
91
|
-
contact: 'contact@statuts-express.fr',
|
|
92
|
-
facturation: 'facturation@statuts-express.fr',
|
|
93
|
-
feedback: 'contact@statuts-express.fr',
|
|
94
|
-
juridique: 'contact@statuts-express.fr',
|
|
95
|
-
informatique: 'contact@statuts-express.fr',
|
|
96
|
-
msd: 'contact@statuts-express.fr',
|
|
97
|
-
noreply: 'contact@statuts-express.fr',
|
|
98
|
-
qualite: 'contact@statuts-express.fr',
|
|
99
|
-
paiement: 'contact@statuts-express.fr',
|
|
100
|
-
social: 'contact@statuts-express.fr',
|
|
101
|
-
support: 'contact@statuts-express.fr',
|
|
102
|
-
tva: 'contact@statuts-express.fr',
|
|
103
|
-
wb: 'contact@statuts-express.fr',
|
|
104
|
-
},
|
|
105
|
-
companyInformation: {
|
|
106
|
-
ape: '6312Z',
|
|
107
|
-
bp: '',
|
|
108
|
-
city: 'LAXOU',
|
|
109
|
-
montantCapital: '1 000',
|
|
110
|
-
nomRaisonSociale: 'TOKAMAK',
|
|
111
|
-
ECName: 'M. William BOICHÉ',
|
|
112
|
-
ECOrderCity: 'LAXOU',
|
|
113
|
-
phone: '01 86 90 82 15',
|
|
114
|
-
postalAddress: '9, avenue du Rhin',
|
|
115
|
-
rcs: '949 227 599',
|
|
116
|
-
statut: 'SASU',
|
|
117
|
-
zipCode: '54 520',
|
|
118
|
-
},
|
|
119
|
-
idPrestationsListAuthorized: [197],
|
|
120
|
-
logoUrl: 'logo-statuts-express.svg',
|
|
121
|
-
miniLogoUrl: 'logo-statuts-express-mini.svg',
|
|
122
|
-
hiddenPages: [],
|
|
123
|
-
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
124
|
-
urlApp: 'https://app.klems.fr',
|
|
125
|
-
urlApi1: 'https://api.klems.fr',
|
|
126
|
-
urlApi2: 'https://api-next.klems.fr',
|
|
127
|
-
urlExpert: 'https://pro.klems.fr',
|
|
128
|
-
urlClient: 'https://www.statuts-express.fr',
|
|
129
|
-
bank: {
|
|
130
|
-
IBAN: '***',
|
|
131
|
-
BIC: '****',
|
|
132
|
-
Name: 'TOKAMAK',
|
|
133
|
-
Id: '****',
|
|
134
|
-
},
|
|
135
|
-
internalInvoicing: {
|
|
136
|
-
statut: 'SASU',
|
|
137
|
-
name: 'TOKAMAK',
|
|
138
|
-
address: '9, avenue du Rhin',
|
|
139
|
-
zipCode: '54520',
|
|
140
|
-
city: 'LAXOU',
|
|
141
|
-
country: 'FRANCE',
|
|
142
|
-
montantCapital: '10 000',
|
|
143
|
-
siret: '94922759900014',
|
|
144
|
-
ape: '6312Z',
|
|
145
|
-
rcs: '891 501 181',
|
|
146
|
-
phone: '03 83 93 14 14',
|
|
147
|
-
vatIntracom: 'FR71949227599',
|
|
148
|
-
email: 'facturation@statuts-express.fr',
|
|
149
|
-
},
|
|
150
|
-
webmail: {
|
|
151
|
-
domain: '@statuts-express.fr',
|
|
152
|
-
},
|
|
153
|
-
},
|
|
154
74
|
];
|
|
155
75
|
//# sourceMappingURL=BrandClems.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClems.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClems.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,OAAO;QACb,KAAK,EAAE,qDAAqD;QAC5D,MAAM,EAAE,iDAAiD;QACzD,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;SACtB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,kBAAkB;YACjC,GAAG,EAAE,kBAAkB;YACvB,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,kBAAkB;YAC3B,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,kBAAkB;YAC5B,SAAS,EAAE,kBAAkB;YAC7B,YAAY,EAAE,kBAAkB;YAChC,GAAG,EAAE,kBAAkB;YACvB,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,kBAAkB;YAC3B,QAAQ,EAAE,kBAAkB;YAC5B,EAAE,EAAE,kBAAkB;YACtB,MAAM,EAAE,kBAAkB;YAC1B,OAAO,EAAE,kBAAkB;YAC3B,GAAG,EAAE,kBAAkB;YACvB,EAAE,EAAE,kBAAkB;SACvB;QACD,kBAAkB,EAAE;YAClB,GAAG,EAAE,OAAO;YACZ,EAAE,EAAE,EAAE;YACN,IAAI,EAAE,OAAO;YACb,cAAc,EAAE,QAAQ;YACxB,gBAAgB,EAAE,WAAW;YAC7B,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,gBAAgB;YACvB,aAAa,EAAE,uBAAuB;YACtC,GAAG,EAAE,aAAa;YAClB,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,QAAQ;SAClB;QACD,2BAA2B,EAAE,CAAC,GAAG,CAAC;QAClC,OAAO,EAAE,gBAAgB;QACzB,WAAW,EAAE,gBAAgB;QAC7B,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,sBAAsB;QAC9B,SAAS,EAAE,sBAAsB;QACjC,SAAS,EAAE,sBAAsB;QACjC,OAAO,EAAE;YACP,MAAM,EAAE,WAAW;SACpB;QACD,OAAO,EAAE;YACP,KAAK,EAAE;gBACL,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,OAAO;aACd;YACD,WAAW,EAAE;gBACX,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,aAAa;aACpB;SACF;KACF;
|
|
1
|
+
{"version":3,"file":"BrandClems.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClems.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,OAAO;QACb,KAAK,EAAE,qDAAqD;QAC5D,MAAM,EAAE,iDAAiD;QACzD,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;SACtB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,kBAAkB;YACjC,GAAG,EAAE,kBAAkB;YACvB,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,kBAAkB;YAC3B,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,kBAAkB;YAC5B,SAAS,EAAE,kBAAkB;YAC7B,YAAY,EAAE,kBAAkB;YAChC,GAAG,EAAE,kBAAkB;YACvB,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,kBAAkB;YAC3B,QAAQ,EAAE,kBAAkB;YAC5B,EAAE,EAAE,kBAAkB;YACtB,MAAM,EAAE,kBAAkB;YAC1B,OAAO,EAAE,kBAAkB;YAC3B,GAAG,EAAE,kBAAkB;YACvB,EAAE,EAAE,kBAAkB;SACvB;QACD,kBAAkB,EAAE;YAClB,GAAG,EAAE,OAAO;YACZ,EAAE,EAAE,EAAE;YACN,IAAI,EAAE,OAAO;YACb,cAAc,EAAE,QAAQ;YACxB,gBAAgB,EAAE,WAAW;YAC7B,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,gBAAgB;YACvB,aAAa,EAAE,uBAAuB;YACtC,GAAG,EAAE,aAAa;YAClB,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,QAAQ;SAClB;QACD,2BAA2B,EAAE,CAAC,GAAG,CAAC;QAClC,OAAO,EAAE,gBAAgB;QACzB,WAAW,EAAE,gBAAgB;QAC7B,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,sBAAsB;QAC9B,SAAS,EAAE,sBAAsB;QACjC,SAAS,EAAE,sBAAsB;QACjC,OAAO,EAAE;YACP,MAAM,EAAE,WAAW;SACpB;QACD,OAAO,EAAE;YACP,KAAK,EAAE;gBACL,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,OAAO;aACd;YACD,WAAW,EAAE;gBACX,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,aAAa;aACpB;SACF;KACF;CACF,CAAC","sourcesContent":["export const BrandClems = [\n {\n idTypeBrand: 1,\n name: 'Clems',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clems/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#45A1FF',\n primary50: '#EDF2FF',\n primary100: '#D0DDFF',\n primary300: '#739AFF',\n primary500: '#45A1FF',\n primary700: '#0B2B80',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@klems.fr',\n app: 'contact@klems.fr',\n bonjour: 'contact@klems.fr',\n contact: 'contact@klems.fr',\n facturation: 'contact@klems.fr',\n feedback: 'contact@klems.fr',\n juridique: 'contact@klems.fr',\n informatique: 'contact@klems.fr',\n msd: 'contact@klems.fr',\n noreply: 'noreply@klems.fr',\n qualite: 'contact@klems.fr',\n paiement: 'contact@klems.fr',\n rh: 'contact@klems.fr',\n social: 'contact@klems.fr',\n support: 'support@klems.fr',\n tva: 'contact@klems.fr',\n wb: 'contact@klems.fr',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-clems.svg',\n miniLogoUrl: 'logo-clems.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.klems.fr',\n urlExpert: 'https://pro.klems.fr',\n urlClient: 'https://www.klems.fr',\n webmail: {\n domain: '@klems.fr',\n },\n offices: {\n LAXOU: {\n id: 1,\n name: 'Laxou',\n },\n HOME_OFFICE: {\n id: 5,\n name: 'Télétravail',\n },\n },\n },\n];"]}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
export declare const BrandStatutsExpress: {
|
|
2
|
+
idTypeBrand: number;
|
|
3
|
+
name: string;
|
|
4
|
+
urlS3: string;
|
|
5
|
+
logoS3: string;
|
|
6
|
+
colors: {
|
|
7
|
+
primary: string;
|
|
8
|
+
primary50: string;
|
|
9
|
+
primary100: string;
|
|
10
|
+
primary300: string;
|
|
11
|
+
primary500: string;
|
|
12
|
+
primary700: string;
|
|
13
|
+
};
|
|
14
|
+
listPhones: {
|
|
15
|
+
contact: string;
|
|
16
|
+
qualite: string;
|
|
17
|
+
juridique: string;
|
|
18
|
+
};
|
|
19
|
+
listMails: {
|
|
20
|
+
administratif: string;
|
|
21
|
+
app: string;
|
|
22
|
+
bonjour: string;
|
|
23
|
+
contact: string;
|
|
24
|
+
facturation: string;
|
|
25
|
+
feedback: string;
|
|
26
|
+
juridique: string;
|
|
27
|
+
informatique: string;
|
|
28
|
+
msd: string;
|
|
29
|
+
noreply: string;
|
|
30
|
+
qualite: string;
|
|
31
|
+
paiement: string;
|
|
32
|
+
rh: string;
|
|
33
|
+
social: string;
|
|
34
|
+
support: string;
|
|
35
|
+
tva: string;
|
|
36
|
+
wb: string;
|
|
37
|
+
};
|
|
38
|
+
companyInformation: {
|
|
39
|
+
ape: string;
|
|
40
|
+
bp: string;
|
|
41
|
+
city: string;
|
|
42
|
+
montantCapital: string;
|
|
43
|
+
nomRaisonSociale: string;
|
|
44
|
+
ECName: string;
|
|
45
|
+
ECOrderCity: string;
|
|
46
|
+
phone: string;
|
|
47
|
+
postalAddress: string;
|
|
48
|
+
rcs: string;
|
|
49
|
+
statut: string;
|
|
50
|
+
zipCode: string;
|
|
51
|
+
};
|
|
52
|
+
idPrestationsListAuthorized: number[];
|
|
53
|
+
logoUrl: string;
|
|
54
|
+
miniLogoUrl: string;
|
|
55
|
+
hiddenPages: never[];
|
|
56
|
+
recaptchaSecretKey: string;
|
|
57
|
+
urlApp: string;
|
|
58
|
+
urlExpert: string;
|
|
59
|
+
urlClient: string;
|
|
60
|
+
bank: {
|
|
61
|
+
IBAN: string;
|
|
62
|
+
BIC: string;
|
|
63
|
+
Name: string;
|
|
64
|
+
Id: string;
|
|
65
|
+
};
|
|
66
|
+
internalInvoicing: {
|
|
67
|
+
statut: string;
|
|
68
|
+
name: string;
|
|
69
|
+
address: string;
|
|
70
|
+
zipCode: string;
|
|
71
|
+
city: string;
|
|
72
|
+
country: string;
|
|
73
|
+
montantCapital: string;
|
|
74
|
+
siret: string;
|
|
75
|
+
ape: string;
|
|
76
|
+
rcs: string;
|
|
77
|
+
phone: string;
|
|
78
|
+
vatIntracom: string;
|
|
79
|
+
email: string;
|
|
80
|
+
};
|
|
81
|
+
webmail: {
|
|
82
|
+
domain: string;
|
|
83
|
+
};
|
|
84
|
+
offices: {
|
|
85
|
+
LAXOU: {
|
|
86
|
+
id: number;
|
|
87
|
+
name: string;
|
|
88
|
+
};
|
|
89
|
+
HOME_OFFICE: {
|
|
90
|
+
id: number;
|
|
91
|
+
name: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
}[];
|
|
95
|
+
//# sourceMappingURL=BrandStatutsExpress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BrandStatutsExpress.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandStatutsExpress.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+F/B,CAAC"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
export const BrandStatutsExpress = [
|
|
2
|
+
{
|
|
3
|
+
idTypeBrand: 1,
|
|
4
|
+
name: 'Clems',
|
|
5
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-statuts-express/',
|
|
6
|
+
logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',
|
|
7
|
+
colors: {
|
|
8
|
+
primary: '#45A1FF',
|
|
9
|
+
primary50: '#EDF2FF',
|
|
10
|
+
primary100: '#D0DDFF',
|
|
11
|
+
primary300: '#739AFF',
|
|
12
|
+
primary500: '#45A1FF',
|
|
13
|
+
primary700: '#0B2B80',
|
|
14
|
+
},
|
|
15
|
+
listPhones: {
|
|
16
|
+
contact: '01 86 90 92 80',
|
|
17
|
+
qualite: '01 86 90 92 80',
|
|
18
|
+
juridique: '01 86 90 92 80',
|
|
19
|
+
},
|
|
20
|
+
listMails: {
|
|
21
|
+
administratif: 'contact@statuts-express.fr',
|
|
22
|
+
app: 'contact@statuts-express.fr',
|
|
23
|
+
bonjour: 'contact@statuts-express.fr',
|
|
24
|
+
contact: 'contact@statuts-express.fr',
|
|
25
|
+
facturation: 'contact@statuts-express.fr',
|
|
26
|
+
feedback: 'contact@statuts-express.fr',
|
|
27
|
+
juridique: 'contact@statuts-express.fr',
|
|
28
|
+
informatique: 'contact@statuts-express.fr',
|
|
29
|
+
msd: 'contact@statuts-express.fr',
|
|
30
|
+
noreply: 'noreply@statuts-express.fr',
|
|
31
|
+
qualite: 'contact@statuts-express.fr',
|
|
32
|
+
paiement: 'contact@statuts-express.fr',
|
|
33
|
+
rh: 'contact@statuts-express.fr',
|
|
34
|
+
social: 'contact@statuts-express.fr',
|
|
35
|
+
support: 'support@statuts-express.fr',
|
|
36
|
+
tva: 'contact@statuts-express.fr',
|
|
37
|
+
wb: 'contact@statuts-express.fr',
|
|
38
|
+
},
|
|
39
|
+
companyInformation: {
|
|
40
|
+
ape: '6312Z',
|
|
41
|
+
bp: '',
|
|
42
|
+
city: 'LAXOU',
|
|
43
|
+
montantCapital: '1 000',
|
|
44
|
+
nomRaisonSociale: 'TOKAMAK',
|
|
45
|
+
ECName: 'M. William BOICHÉ',
|
|
46
|
+
ECOrderCity: 'LAXOU',
|
|
47
|
+
phone: '01 86 90 82 15',
|
|
48
|
+
postalAddress: '9, avenue du Rhin',
|
|
49
|
+
rcs: '949 227 599',
|
|
50
|
+
statut: 'SASU',
|
|
51
|
+
zipCode: '54 520',
|
|
52
|
+
},
|
|
53
|
+
idPrestationsListAuthorized: [197],
|
|
54
|
+
logoUrl: 'logo-clems.svg',
|
|
55
|
+
miniLogoUrl: 'logo-clems.svg',
|
|
56
|
+
hiddenPages: [],
|
|
57
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
58
|
+
urlApp: 'https://app.statuts-express.fr',
|
|
59
|
+
urlExpert: 'https://pro.statuts-express.fr',
|
|
60
|
+
urlClient: 'https://www.statuts-express.fr',
|
|
61
|
+
bank: {
|
|
62
|
+
IBAN: '***',
|
|
63
|
+
BIC: '****',
|
|
64
|
+
Name: 'TOKAMAK',
|
|
65
|
+
Id: '****',
|
|
66
|
+
},
|
|
67
|
+
internalInvoicing: {
|
|
68
|
+
statut: 'SASU',
|
|
69
|
+
name: 'TOKAMAK',
|
|
70
|
+
address: '9, avenue du Rhin',
|
|
71
|
+
zipCode: '54520',
|
|
72
|
+
city: 'LAXOU',
|
|
73
|
+
country: 'FRANCE',
|
|
74
|
+
montantCapital: '10 000',
|
|
75
|
+
siret: '94922759900014',
|
|
76
|
+
ape: '6312Z',
|
|
77
|
+
rcs: '891 501 181',
|
|
78
|
+
phone: '03 83 93 14 14',
|
|
79
|
+
vatIntracom: 'FR71949227599',
|
|
80
|
+
email: 'facturation@statuts-express.fr',
|
|
81
|
+
},
|
|
82
|
+
webmail: {
|
|
83
|
+
domain: '@statuts-express.fr',
|
|
84
|
+
},
|
|
85
|
+
offices: {
|
|
86
|
+
LAXOU: {
|
|
87
|
+
id: 1,
|
|
88
|
+
name: 'Laxou',
|
|
89
|
+
},
|
|
90
|
+
HOME_OFFICE: {
|
|
91
|
+
id: 5,
|
|
92
|
+
name: 'Télétravail',
|
|
93
|
+
},
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
];
|
|
97
|
+
//# sourceMappingURL=BrandStatutsExpress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BrandStatutsExpress.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandStatutsExpress.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,OAAO;QACb,KAAK,EAAE,+DAA+D;QACtE,MAAM,EAAE,iDAAiD;QACzD,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;SACtB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,4BAA4B;YAC3C,GAAG,EAAE,4BAA4B;YACjC,OAAO,EAAE,4BAA4B;YACrC,OAAO,EAAE,4BAA4B;YACrC,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE,4BAA4B;YACtC,SAAS,EAAE,4BAA4B;YACvC,YAAY,EAAE,4BAA4B;YAC1C,GAAG,EAAE,4BAA4B;YACjC,OAAO,EAAE,4BAA4B;YACrC,OAAO,EAAE,4BAA4B;YACrC,QAAQ,EAAE,4BAA4B;YACtC,EAAE,EAAE,4BAA4B;YAChC,MAAM,EAAE,4BAA4B;YACpC,OAAO,EAAE,4BAA4B;YACrC,GAAG,EAAE,4BAA4B;YACjC,EAAE,EAAE,4BAA4B;SACjC;QACD,kBAAkB,EAAE;YAClB,GAAG,EAAE,OAAO;YACZ,EAAE,EAAE,EAAE;YACN,IAAI,EAAE,OAAO;YACb,cAAc,EAAE,OAAO;YACvB,gBAAgB,EAAE,SAAS;YAC3B,MAAM,EAAE,mBAAmB;YAC3B,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,gBAAgB;YACvB,aAAa,EAAE,mBAAmB;YAClC,GAAG,EAAE,aAAa;YAClB,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,QAAQ;SAClB;QACD,2BAA2B,EAAE,CAAC,GAAG,CAAC;QAClC,OAAO,EAAE,gBAAgB;QACzB,WAAW,EAAE,gBAAgB;QAC7B,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,gCAAgC;QACxC,SAAS,EAAE,gCAAgC;QAC3C,SAAS,EAAE,gCAAgC;QAC3C,IAAI,EAAE;YACJ,IAAI,EAAE,KAAK;YACX,GAAG,EAAE,MAAM;YACX,IAAI,EAAE,SAAS;YACf,EAAE,EAAE,MAAM;SACX;QACD,iBAAiB,EAAE;YACjB,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,mBAAmB;YAC5B,OAAO,EAAE,OAAO;YAChB,IAAI,EAAE,OAAO;YACb,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,QAAQ;YACxB,KAAK,EAAE,gBAAgB;YACvB,GAAG,EAAE,OAAO;YACZ,GAAG,EAAE,aAAa;YAClB,KAAK,EAAE,gBAAgB;YACvB,WAAW,EAAE,eAAe;YAC5B,KAAK,EAAE,gCAAgC;SACxC;QACD,OAAO,EAAE;YACP,MAAM,EAAE,qBAAqB;SAC9B;QACD,OAAO,EAAE;YACP,KAAK,EAAE;gBACL,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,OAAO;aACd;YACD,WAAW,EAAE;gBACX,EAAE,EAAE,CAAC;gBACL,IAAI,EAAE,aAAa;aACpB;SACF;KACF;CACF,CAAC","sourcesContent":["export const BrandStatutsExpress = [\n {\n idTypeBrand: 1,\n name: 'Clems',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-statuts-express/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#45A1FF',\n primary50: '#EDF2FF',\n primary100: '#D0DDFF',\n primary300: '#739AFF',\n primary500: '#45A1FF',\n primary700: '#0B2B80',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@statuts-express.fr',\n app: 'contact@statuts-express.fr',\n bonjour: 'contact@statuts-express.fr',\n contact: 'contact@statuts-express.fr',\n facturation: 'contact@statuts-express.fr',\n feedback: 'contact@statuts-express.fr',\n juridique: 'contact@statuts-express.fr',\n informatique: 'contact@statuts-express.fr',\n msd: 'contact@statuts-express.fr',\n noreply: 'noreply@statuts-express.fr',\n qualite: 'contact@statuts-express.fr',\n paiement: 'contact@statuts-express.fr',\n rh: 'contact@statuts-express.fr',\n social: 'contact@statuts-express.fr',\n support: 'support@statuts-express.fr',\n tva: 'contact@statuts-express.fr',\n wb: 'contact@statuts-express.fr',\n },\n companyInformation: {\n ape: '6312Z',\n bp: '',\n city: 'LAXOU',\n montantCapital: '1 000',\n nomRaisonSociale: 'TOKAMAK',\n ECName: 'M. William BOICHÉ',\n ECOrderCity: 'LAXOU',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '949 227 599',\n statut: 'SASU',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-clems.svg',\n miniLogoUrl: 'logo-clems.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.statuts-express.fr',\n urlExpert: 'https://pro.statuts-express.fr',\n urlClient: 'https://www.statuts-express.fr',\n bank: {\n IBAN: '***',\n BIC: '****',\n Name: 'TOKAMAK',\n Id: '****',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'TOKAMAK',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '94922759900014',\n ape: '6312Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR71949227599',\n email: 'facturation@statuts-express.fr',\n },\n webmail: {\n domain: '@statuts-express.fr',\n },\n offices: {\n LAXOU: {\n id: 1,\n name: 'Laxou',\n },\n HOME_OFFICE: {\n id: 5,\n name: 'Télétravail',\n },\n },\n },\n];"]}
|
|
@@ -9,4 +9,17 @@ export interface IGeneralLedgerThirdParty {
|
|
|
9
9
|
identifier: string;
|
|
10
10
|
initialBalance: number;
|
|
11
11
|
}
|
|
12
|
+
export interface ReadGeneralLedgerSummary {
|
|
13
|
+
idThirdParty: number;
|
|
14
|
+
name: string;
|
|
15
|
+
credit: number;
|
|
16
|
+
debit: number;
|
|
17
|
+
balance: number;
|
|
18
|
+
identifier: string;
|
|
19
|
+
}
|
|
20
|
+
export declare class QueryGeneralLedgerThirdParty {
|
|
21
|
+
startDate: string;
|
|
22
|
+
endDate: string;
|
|
23
|
+
idSociety: number;
|
|
24
|
+
}
|
|
12
25
|
//# sourceMappingURL=IGeneralLedgerThirdParty.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGeneralLedgerThirdParty.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerThirdParty.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEhF,MAAM,WAAW,wBAAwB;IACvC,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,6BAA6B,EAAE,CAAC;IACzC,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,wBAAwB;IACvC,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,4BAA4B;IAGvC,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAIhB,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,2 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsDateString, IsNumber } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../../utils';
|
|
12
|
+
export class QueryGeneralLedgerThirdParty {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsDateString(),
|
|
17
|
+
__metadata("design:type", String)
|
|
18
|
+
], QueryGeneralLedgerThirdParty.prototype, "startDate", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
ApiProperty(),
|
|
21
|
+
IsDateString(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], QueryGeneralLedgerThirdParty.prototype, "endDate", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
ApiProperty(),
|
|
26
|
+
IsNumber(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], QueryGeneralLedgerThirdParty.prototype, "idSociety", void 0);
|
|
2
29
|
//# sourceMappingURL=IGeneralLedgerThirdParty.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGeneralLedgerThirdParty.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts"],"names":[],"mappings":"","sourcesContent":["import { IGeneralLedgerAccountingEntry } from './IGeneralLedgerAccountingEntry';\n\nexport interface IGeneralLedgerThirdParty {\n idThirdParty: number;\n name: string;\n totalCredit: number;\n totalDebit: number;\n totalSolde: number;\n entries: IGeneralLedgerAccountingEntry[];\n identifier: string;\n initialBalance: number;\n}"]}
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerThirdParty.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAuBhD,MAAM,OAAO,4BAA4B;CAYxC;AAXC;IAAC,WAAW,EAAE;IACb,YAAY,EAAE;;+DACG;AAElB;IAAC,WAAW,EAAE;IACb,YAAY,EAAE;;6DACC;AAEhB;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;+DACO","sourcesContent":["import { IsDateString, IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { IGeneralLedgerAccountingEntry } from './IGeneralLedgerAccountingEntry';\n\nexport interface IGeneralLedgerThirdParty {\n idThirdParty: number;\n name: string;\n totalCredit: number;\n totalDebit: number;\n totalSolde: number;\n entries: IGeneralLedgerAccountingEntry[];\n identifier: string;\n initialBalance: number;\n}\n\nexport interface ReadGeneralLedgerSummary {\n idThirdParty: number;\n name: string;\n credit: number;\n debit: number;\n balance: number;\n identifier: string;\n}\n\nexport class QueryGeneralLedgerThirdParty {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadRegistration.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/ReadRegistration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EACL,QAAQ,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,qBAAqB,EACvF,MAAM,UAAU,CAAC;AAElB,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAAG;IAAE,KAAK,EAAE,iBAAiB,CAAA;CAAE,CAAC;AAE5E,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,CAAC;AAEvD,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,qBAAqB,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,QAAQ,GAAG,IAAI,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,CAAC;IACX,uBAAuB,EAAE,MAAM,CAAC;IAChC,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,gBAAgB,CAAA;CACzB;AAED,qBAAa,uBAAuB;IAClC,GAAG,EAAE,gBAAgB,EAAE,CAAC;IACxB,GAAG,EAAE,gBAAgB,EAAE,CAAC;CACzB;AAED,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,EAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"ReadRegistration.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/ReadRegistration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EACL,QAAQ,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,qBAAqB,EACvF,MAAM,UAAU,CAAC;AAElB,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAAG;IAAE,KAAK,EAAE,iBAAiB,CAAA;CAAE,CAAC;AAE5E,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,CAAC;AAEvD,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,qBAAqB,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,QAAQ,GAAG,IAAI,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,CAAC;IACX,uBAAuB,EAAE,MAAM,CAAC;IAChC,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,gBAAgB,CAAA;CACzB;AAED,qBAAa,uBAAuB;IAClC,GAAG,EAAE,gBAAgB,EAAE,CAAC;IACxB,GAAG,EAAE,gBAAgB,EAAE,CAAC;CACzB;AAED,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadRegistration.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/ReadRegistration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReadRegistration.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/ReadRegistration.ts"],"names":[],"mappings":"AA0CA,MAAM,OAAO,uBAAuB;CAGnC","sourcesContent":["import { IRegistration } from '../../models/IRegistration';\nimport {\n IAccount, IAccountingEntry, InterchangeState, RegistrationState, RegistrationTickState,\n} from '../../..';\n\nexport type ReadRegistration = IRegistration & { state: RegistrationState };\n\nexport interface ReadSynchronization {\n id: number;\n hasError: boolean;\n hasDepositError: boolean;\n isProcessFinished: boolean;\n hasPaymentError: boolean;\n isTimeOut: boolean;\n hasFailed: boolean;\n}\n\nexport type ReadRegistrationHistory = InterchangeState;\n\nexport interface ReadRegistrationTick {\n type?: string | null;\n state: RegistrationTickState;\n title: string | null;\n details: InterchangeState,\n date: string | null;\n isPayment?: boolean;\n}\n\nexport interface ReadVatEntry {\n isAsset: boolean;\n idVat: number | null;\n account: IAccount | null;\n totalTaxIncluded: number;\n totalTaxExcluded: number,\n totalTax: number,\n label: string,\n date: Date,\n idAccountingTransaction: number;\n isRevised: boolean;\n entry?: IAccountingEntry\n}\n\nexport class UpdatedAnnotationObject {\n old: IAccountingEntry[];\n new: IAccountingEntry[];\n}\n\nexport type UpdatedAnnotation = UpdatedAnnotationObject[];"]}
|
package/es/types/index.d.ts
CHANGED
|
@@ -402,6 +402,7 @@ export * from './Enum/BrandLegalstart';
|
|
|
402
402
|
export * from './Enum/BrandComptalib';
|
|
403
403
|
export * from './Enum/BrandPourcentage';
|
|
404
404
|
export * from './Enum/BrandClems';
|
|
405
|
+
export * from './Enum/BrandStatutsExpress';
|
|
405
406
|
export * from './Enum/PartneredAccountantServiceState';
|
|
406
407
|
export * from './Enum/AccountsSectors';
|
|
407
408
|
export * from './Enum/ProductType';
|