@silexpert/core 1.3.187 → 1.3.188
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/SocietyApproval.d.ts +47 -0
- package/dist/cjs/api/resources/SocietyApproval.d.ts.map +1 -0
- package/dist/cjs/api/resources/SocietyApproval.js +62 -0
- package/dist/cjs/api/resources/SocietyApproval.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/Ged.d.ts +2 -1
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +31 -30
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/Proceding.d.ts +4 -0
- package/dist/cjs/types/Enum/Proceding.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Proceding.js +4 -0
- package/dist/cjs/types/Enum/Proceding.js.map +1 -1
- package/dist/cjs/types/Enum/SocietyApproval.d.ts +27 -0
- package/dist/cjs/types/Enum/SocietyApproval.d.ts.map +1 -0
- package/dist/cjs/types/Enum/SocietyApproval.js +205 -0
- package/dist/cjs/types/Enum/SocietyApproval.js.map +1 -0
- package/dist/cjs/types/Enum/StatutsSection.d.ts +7 -1
- package/dist/cjs/types/Enum/StatutsSection.d.ts.map +1 -1
- package/dist/cjs/types/Enum/StatutsSection.js +15 -7
- package/dist/cjs/types/Enum/StatutsSection.js.map +1 -1
- package/dist/cjs/types/Interface/api/SocietyApproval.d.ts +36 -0
- package/dist/cjs/types/Interface/api/SocietyApproval.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/SocietyApproval.js +153 -0
- package/dist/cjs/types/Interface/api/SocietyApproval.js.map +1 -0
- package/dist/cjs/types/Interface/models/ISocietyApproval.d.ts +2 -0
- package/dist/cjs/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +2 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/index.d.ts +1 -0
- package/dist/cjs/utils/index.d.ts.map +1 -1
- package/dist/cjs/utils/index.js +1 -0
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/societyApproval.d.ts +31 -0
- package/dist/cjs/utils/societyApproval.d.ts.map +1 -0
- package/dist/cjs/utils/societyApproval.js +77 -0
- package/dist/cjs/utils/societyApproval.js.map +1 -0
- package/dist/mjs/api/resources/SocietyApproval.d.ts +47 -0
- package/dist/mjs/api/resources/SocietyApproval.d.ts.map +1 -0
- package/dist/mjs/api/resources/SocietyApproval.js +58 -0
- package/dist/mjs/api/resources/SocietyApproval.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/Ged.d.ts +2 -1
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +31 -30
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/Proceding.d.ts +4 -0
- package/dist/mjs/types/Enum/Proceding.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Proceding.js +4 -0
- package/dist/mjs/types/Enum/Proceding.js.map +1 -1
- package/dist/mjs/types/Enum/SocietyApproval.d.ts +27 -0
- package/dist/mjs/types/Enum/SocietyApproval.d.ts.map +1 -0
- package/dist/mjs/types/Enum/SocietyApproval.js +201 -0
- package/dist/mjs/types/Enum/SocietyApproval.js.map +1 -0
- package/dist/mjs/types/Enum/StatutsSection.d.ts +7 -1
- package/dist/mjs/types/Enum/StatutsSection.d.ts.map +1 -1
- package/dist/mjs/types/Enum/StatutsSection.js +15 -7
- package/dist/mjs/types/Enum/StatutsSection.js.map +1 -1
- package/dist/mjs/types/Interface/api/SocietyApproval.d.ts +36 -0
- package/dist/mjs/types/Interface/api/SocietyApproval.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/SocietyApproval.js +167 -0
- package/dist/mjs/types/Interface/api/SocietyApproval.js.map +1 -0
- package/dist/mjs/types/Interface/models/ISocietyApproval.d.ts +2 -0
- package/dist/mjs/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/dist/mjs/types/index.d.ts +2 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +2 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/index.d.ts +1 -0
- package/dist/mjs/utils/index.d.ts.map +1 -1
- package/dist/mjs/utils/index.js +1 -0
- package/dist/mjs/utils/index.js.map +1 -1
- package/dist/mjs/utils/societyApproval.d.ts +31 -0
- package/dist/mjs/utils/societyApproval.d.ts.map +1 -0
- package/dist/mjs/utils/societyApproval.js +84 -0
- package/dist/mjs/utils/societyApproval.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/SocietyApproval.ts +75 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Ged.ts +248 -238
- package/ts/types/Enum/Proceding.ts +4 -0
- package/ts/types/Enum/SocietyApproval.ts +217 -0
- package/ts/types/Enum/StatutsSection.ts +15 -7
- package/ts/types/Interface/api/SocietyApproval.ts +121 -0
- package/ts/types/Interface/models/ISocietyApproval.ts +2 -0
- package/ts/types/index.ts +2 -0
- package/ts/utils/index.ts +1 -0
- package/ts/utils/societyApproval.ts +104 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { ISocietyApproval, CreateDocument, ReadLibraryFile, ResetDocument, IDocumentSection, IApprovalGeneratingData } from '../../types';
|
|
3
|
+
export declare class SocietyApproval extends Resource {
|
|
4
|
+
/**
|
|
5
|
+
* Get society approval data for a given exercice
|
|
6
|
+
* @param idExercice - The exercice ID
|
|
7
|
+
* @returns Society approval with all needed data
|
|
8
|
+
*/
|
|
9
|
+
get(idExercice: number): Promise<ISocietyApproval>;
|
|
10
|
+
/**
|
|
11
|
+
* Get approval data needed for PDF generation
|
|
12
|
+
* Retrieves all necessary information before generating a PDF document
|
|
13
|
+
* @param idExercice - The exercice ID
|
|
14
|
+
* @returns Approval data with template data for PDF generation
|
|
15
|
+
*/
|
|
16
|
+
getGeneratingData(idExercice: number): Promise<IApprovalGeneratingData>;
|
|
17
|
+
/**
|
|
18
|
+
* Create or update society approval
|
|
19
|
+
* @param idExercice - The exercice ID
|
|
20
|
+
* @param payload - The approval data
|
|
21
|
+
* @returns Updated or created society approval
|
|
22
|
+
*/
|
|
23
|
+
updateOrCreate(idExercice: number, payload: ISocietyApproval): Promise<ISocietyApproval>;
|
|
24
|
+
/**
|
|
25
|
+
* Generate approval PDF document
|
|
26
|
+
* @param idExercice - The exercice ID
|
|
27
|
+
* @param payload - The document type(s) to generate
|
|
28
|
+
* @returns PDF file as blob
|
|
29
|
+
*/
|
|
30
|
+
generatePdf(idExercice: number, payload: CreateDocument): Promise<ReadLibraryFile>;
|
|
31
|
+
/**
|
|
32
|
+
* Reset document section by regenerating from original template
|
|
33
|
+
* @param idExercice - The exercice ID
|
|
34
|
+
* @param idDocumentSection - The documentSection ID to reset
|
|
35
|
+
* @param payload - The document type for template selection
|
|
36
|
+
* @returns Updated documentSection with new content from template
|
|
37
|
+
*/
|
|
38
|
+
resetDocument(idExercice: number, idDocumentSection: number, payload: ResetDocument): Promise<IDocumentSection>;
|
|
39
|
+
/**
|
|
40
|
+
* Regenerate PDF document from existing documentSection HTML content
|
|
41
|
+
* @param idExercice - The exercice ID
|
|
42
|
+
* @param idDocumentSection - The documentSection ID containing HTML content
|
|
43
|
+
* @returns PDF file as buffer for download
|
|
44
|
+
*/
|
|
45
|
+
regeneratePdf(idExercice: number, idDocumentSection: number): Promise<Buffer>;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=SocietyApproval.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SocietyApproval.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/SocietyApproval.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,gBAAgB,EAChB,cAAc,EACd,eAAe,EACf,aAAa,EACb,gBAAgB,EAChB,uBAAuB,EACxB,MAAM,aAAa,CAAC;AAErB,qBAAa,eAAgB,SAAQ,QAAQ;IAC3C;;;;OAIG;IACH,GAAG,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAIlD;;;;;OAKG;IACH,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAIvE;;;;;OAKG;IACH,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAIxF;;;;;OAKG;IACH,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,eAAe,CAAC;IAIlF;;;;;;OAMG;IACH,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAI/G;;;;;OAKG;IACH,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAO9E"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SocietyApproval = void 0;
|
|
4
|
+
const Resource_1 = require("../Resource");
|
|
5
|
+
class SocietyApproval extends Resource_1.Resource {
|
|
6
|
+
/**
|
|
7
|
+
* Get society approval data for a given exercice
|
|
8
|
+
* @param idExercice - The exercice ID
|
|
9
|
+
* @returns Society approval with all needed data
|
|
10
|
+
*/
|
|
11
|
+
get(idExercice) {
|
|
12
|
+
return this.axios.$get(`/exercices/${idExercice}/approvals`);
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Get approval data needed for PDF generation
|
|
16
|
+
* Retrieves all necessary information before generating a PDF document
|
|
17
|
+
* @param idExercice - The exercice ID
|
|
18
|
+
* @returns Approval data with template data for PDF generation
|
|
19
|
+
*/
|
|
20
|
+
getGeneratingData(idExercice) {
|
|
21
|
+
return this.axios.$get(`/exercices/${idExercice}/approvals/generating-data`);
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Create or update society approval
|
|
25
|
+
* @param idExercice - The exercice ID
|
|
26
|
+
* @param payload - The approval data
|
|
27
|
+
* @returns Updated or created society approval
|
|
28
|
+
*/
|
|
29
|
+
updateOrCreate(idExercice, payload) {
|
|
30
|
+
return this.axios.$post(`/exercices/${idExercice}/approvals`, payload);
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Generate approval PDF document
|
|
34
|
+
* @param idExercice - The exercice ID
|
|
35
|
+
* @param payload - The document type(s) to generate
|
|
36
|
+
* @returns PDF file as blob
|
|
37
|
+
*/
|
|
38
|
+
generatePdf(idExercice, payload) {
|
|
39
|
+
return this.axios.$post(`/exercices/${idExercice}/approvals/pdf`, payload);
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Reset document section by regenerating from original template
|
|
43
|
+
* @param idExercice - The exercice ID
|
|
44
|
+
* @param idDocumentSection - The documentSection ID to reset
|
|
45
|
+
* @param payload - The document type for template selection
|
|
46
|
+
* @returns Updated documentSection with new content from template
|
|
47
|
+
*/
|
|
48
|
+
resetDocument(idExercice, idDocumentSection, payload) {
|
|
49
|
+
return this.axios.$put(`/exercices/${idExercice}/document-sections/${idDocumentSection}/reset`, payload);
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Regenerate PDF document from existing documentSection HTML content
|
|
53
|
+
* @param idExercice - The exercice ID
|
|
54
|
+
* @param idDocumentSection - The documentSection ID containing HTML content
|
|
55
|
+
* @returns PDF file as buffer for download
|
|
56
|
+
*/
|
|
57
|
+
regeneratePdf(idExercice, idDocumentSection) {
|
|
58
|
+
return this.axios.$post(`/exercices/${idExercice}/approvals/pdf/regenerate`, { idDocumentSection }, { responseType: 'arraybuffer' });
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.SocietyApproval = SocietyApproval;
|
|
62
|
+
//# sourceMappingURL=SocietyApproval.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SocietyApproval.js","sourceRoot":"","sources":["../../../../ts/api/resources/SocietyApproval.ts"],"names":[],"mappings":";;;AAAA,0CAAuC;AAUvC,MAAa,eAAgB,SAAQ,mBAAQ;IAC3C;;;;OAIG;IACH,GAAG,CAAC,UAAkB;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,UAAU,YAAY,CAAC,CAAC;IAC/D,CAAC;IAED;;;;;OAKG;IACH,iBAAiB,CAAC,UAAkB;QAClC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,UAAU,4BAA4B,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;OAKG;IACH,cAAc,CAAC,UAAkB,EAAE,OAAyB;QAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,cAAc,UAAU,YAAY,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAED;;;;;OAKG;IACH,WAAW,CAAC,UAAkB,EAAE,OAAuB;QACrD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,cAAc,UAAU,gBAAgB,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAED;;;;;;OAMG;IACH,aAAa,CAAC,UAAkB,EAAE,iBAAyB,EAAE,OAAsB;QACjF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,UAAU,sBAAsB,iBAAiB,QAAQ,EAAE,OAAO,CAAC,CAAC;IAC3G,CAAC;IAED;;;;;OAKG;IACH,aAAa,CAAC,UAAkB,EAAE,iBAAyB;QACzD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CACrB,cAAc,UAAU,2BAA2B,EACnD,EAAE,iBAAiB,EAAE,EACrB,EAAE,YAAY,EAAE,aAAa,EAAE,CAChC,CAAC;IACJ,CAAC;CACF;AAhED,0CAgEC","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ISocietyApproval,\n CreateDocument,\n ReadLibraryFile,\n ResetDocument,\n IDocumentSection,\n IApprovalGeneratingData,\n} from '../../types';\n\nexport class SocietyApproval extends Resource {\n /**\n * Get society approval data for a given exercice\n * @param idExercice - The exercice ID\n * @returns Society approval with all needed data\n */\n get(idExercice: number): Promise<ISocietyApproval> {\n return this.axios.$get(`/exercices/${idExercice}/approvals`);\n }\n\n /**\n * Get approval data needed for PDF generation\n * Retrieves all necessary information before generating a PDF document\n * @param idExercice - The exercice ID\n * @returns Approval data with template data for PDF generation\n */\n getGeneratingData(idExercice: number): Promise<IApprovalGeneratingData> {\n return this.axios.$get(`/exercices/${idExercice}/approvals/generating-data`);\n }\n\n /**\n * Create or update society approval\n * @param idExercice - The exercice ID\n * @param payload - The approval data\n * @returns Updated or created society approval\n */\n updateOrCreate(idExercice: number, payload: ISocietyApproval): Promise<ISocietyApproval> {\n return this.axios.$post(`/exercices/${idExercice}/approvals`, payload);\n }\n\n /**\n * Generate approval PDF document\n * @param idExercice - The exercice ID\n * @param payload - The document type(s) to generate\n * @returns PDF file as blob\n */\n generatePdf(idExercice: number, payload: CreateDocument): Promise<ReadLibraryFile> {\n return this.axios.$post(`/exercices/${idExercice}/approvals/pdf`, payload);\n }\n\n /**\n * Reset document section by regenerating from original template\n * @param idExercice - The exercice ID\n * @param idDocumentSection - The documentSection ID to reset\n * @param payload - The document type for template selection\n * @returns Updated documentSection with new content from template\n */\n resetDocument(idExercice: number, idDocumentSection: number, payload: ResetDocument): Promise<IDocumentSection> {\n return this.axios.$put(`/exercices/${idExercice}/document-sections/${idDocumentSection}/reset`, payload);\n }\n\n /**\n * Regenerate PDF document from existing documentSection HTML content\n * @param idExercice - The exercice ID\n * @param idDocumentSection - The documentSection ID containing HTML content\n * @returns PDF file as buffer for download\n */\n regeneratePdf(idExercice: number, idDocumentSection: number): Promise<Buffer> {\n return this.axios.$post(\n `/exercices/${idExercice}/approvals/pdf/regenerate`,\n { idDocumentSection },\n { responseType: 'arraybuffer' },\n );\n }\n}\n"]}
|
|
@@ -188,6 +188,7 @@ import { BalanceSheetReport } from './resources/BalanceSheetReport';
|
|
|
188
188
|
import { Revenue } from './resources/Revenue';
|
|
189
189
|
import { InformationRequest } from './resources/InformationRequest';
|
|
190
190
|
import { AutomaticRegistration } from './resources/AutomaticRegistration';
|
|
191
|
+
import { SocietyApproval } from './resources/SocietyApproval';
|
|
191
192
|
export declare const resources: {
|
|
192
193
|
budgetInsight: typeof BudgetInsight;
|
|
193
194
|
paymentExpectationCustomer: typeof PaymentExpectationCustomer;
|
|
@@ -379,5 +380,6 @@ export declare const resources: {
|
|
|
379
380
|
revenue: typeof Revenue;
|
|
380
381
|
informationRequest: typeof InformationRequest;
|
|
381
382
|
automaticRegistration: typeof AutomaticRegistration;
|
|
383
|
+
societyApproval: typeof SocietyApproval;
|
|
382
384
|
};
|
|
383
385
|
//# sourceMappingURL=resources.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,yBAAyB,EAAE,MAAM,wCAAwC,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,0CAA0C,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AACtF,OAAO,EAAE,EAAE,EAAE,MAAM,gBAAgB,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,yBAAyB,EAAE,MAAM,wCAAwC,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,0CAA0C,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AACtF,OAAO,EAAE,EAAE,EAAE,MAAM,gBAAgB,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAE9D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgMrB,CAAC"}
|
|
@@ -191,6 +191,7 @@ const BalanceSheetReport_1 = require("./resources/BalanceSheetReport");
|
|
|
191
191
|
const Revenue_1 = require("./resources/Revenue");
|
|
192
192
|
const InformationRequest_1 = require("./resources/InformationRequest");
|
|
193
193
|
const AutomaticRegistration_1 = require("./resources/AutomaticRegistration");
|
|
194
|
+
const SocietyApproval_1 = require("./resources/SocietyApproval");
|
|
194
195
|
exports.resources = {
|
|
195
196
|
budgetInsight: BudgetInsight_1.BudgetInsight,
|
|
196
197
|
paymentExpectationCustomer: PaymentExpectationCustomer_1.PaymentExpectationCustomer,
|
|
@@ -382,5 +383,6 @@ exports.resources = {
|
|
|
382
383
|
revenue: Revenue_1.Revenue,
|
|
383
384
|
informationRequest: InformationRequest_1.InformationRequest,
|
|
384
385
|
automaticRegistration: AutomaticRegistration_1.AutomaticRegistration,
|
|
386
|
+
societyApproval: SocietyApproval_1.SocietyApproval,
|
|
385
387
|
};
|
|
386
388
|
//# sourceMappingURL=resources.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { Dashboard } from './resources/Dashboard';\nimport { Das } from './resources/Das';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { Project } from './resources/Project';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { Vat } from './resources/Vat';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { SocietyDetail } from './resources/SocietyDetail';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { OnBoarding } from './resources/OnBoarding';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { DocumentSection } from './resources/DocumentSection';\nimport { StatutsGeneration } from './resources/StatutsGeneration';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\nimport { CashAndExpense } from './resources/CashAndExpense';\nimport { Archive } from './resources/Archive';\nimport { AccountsSector } from './resources/AccountsSectors';\nimport { BusinessSector } from './resources/BusinessSector';\nimport { BusinessPartner } from './resources/BusinessPartner';\nimport { VisualizedInformation } from './resources/VisualizedInformation';\nimport { Fusion } from './resources/Fusion';\nimport { SalesContract } from './resources/SalesContract';\nimport { LeadsToPartners } from './resources/LeadsToPartners';\nimport { ChangeLog } from './resources/ChangeLog';\nimport { ConstitutionHistory } from './resources/ConstitutionHistory';\nimport { CommercialOffer } from './resources/CommercialOffer';\nimport { Card } from './resources/Card';\nimport { DubiousCustomer } from './resources/DubiousCustomer';\nimport { Notion } from './resources/Notion';\nimport { TimeTracking } from './resources/TimeTracking';\nimport { ExercicePrestation } from './resources/ExercicePrestation';\nimport { Equipment } from './resources/Equipment';\nimport { CustomerSignature } from './resources/CustomerSignature';\nimport { IntermediateManagementRebate } from './resources/IntermediateManagementRebate';\nimport { UserSpecialDay } from './resources/UserSpecialDay';\nimport { OldExpertInfo } from './resources/OldExpertInfos';\nimport { ReportMessage } from './resources/ReportMessage';\nimport { CollaboraterDetail } from './resources/CollaboraterDetail';\nimport { ExpertAnnuary } from './resources/ExpertAnnuary';\nimport { Brevo } from './resources/Brevo';\nimport { Synchronisation } from './resources/Synchronisation';\nimport { UpToDateBankAccount } from './resources/UpToDate';\nimport { UserTimeSlot } from './resources/UserTimeSlot';\nimport { Echo } from './resources/Echo';\nimport { Regulation } from './resources/Regulation';\nimport { StatisticDataOfficer } from './resources/statistic/DataOfficer';\nimport { UserSocietyPermission } from './resources/UserSocietyPermission';\nimport { BalanceSheetSupervision } from './resources/BalanceSheetSupervision';\nimport { CompanyCreationForm } from './resources/CompanyCreationForm';\nimport { BankConnection } from './resources/BankConnection';\nimport { ToDoBalanceSheet } from './resources/ToDoBalanceSheet';\nimport { JuridicalMission } from './resources/JuridicalMission';\nimport { PrestationComplementary } from './resources/PrestationComplementary';\nimport { PrevisionalForm } from './resources/PrevisionalForm';\nimport { Refund } from './resources/Refund';\nimport { HumanResourceLibrary } from './resources/HumanResourceLibrary';\nimport { YouSign } from './resources/YouSign';\nimport { RegistrationForm } from './resources/RegistrationForm';\nimport { CommercialEmail } from './resources/CommercialEmail';\nimport { CommercialDocumentTemplate } from './resources/CommercialDocumentTemplate';\nimport { CommercialConditionOfSale } from './resources/CommercialConditionOfSale';\nimport { StatisticMarketing } from './resources/statistic/Marketing';\nimport { Follow } from './resources/Follow';\nimport { AbsenceRequest } from './resources/AbsenceRequest';\nimport { CompanyMarketingInformation } from './resources/CompanyMarketingInformation';\nimport { Ai } from './resources/Ai';\nimport { StatisticLegal } from './resources/statistic/Legal';\nimport { AnalyticsUtm } from './resources/AnalyticsUtm';\nimport { Caarl } from './resources/Caarl';\nimport { Gdpr } from './resources/Gdpr';\nimport { Sellsy } from './resources/Sellsy';\nimport { BankDedup } from './resources/BankDedup';\nimport { StripePurchase } from './resources/StripePurchase';\nimport { UserMfa } from './resources/Mfa';\nimport { DashboardLayout } from './resources/DashboardLayout';\nimport { DocumentRequest } from './resources/DocumentRequest';\nimport { BalanceSheetReport } from './resources/BalanceSheetReport';\nimport { Revenue } from './resources/Revenue';\nimport { InformationRequest } from './resources/InformationRequest';\nimport { AutomaticRegistration } from './resources/AutomaticRegistration';\n\nexport const resources = {\n budgetInsight: BudgetInsight,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n sellsy: Sellsy,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n onBoarding: OnBoarding,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vat: Vat,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n bankDedup: BankDedup,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n societyDetail: SocietyDetail,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n statisticDataOfficer: StatisticDataOfficer,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n documentSection: DocumentSection,\n statutsGeneration: StatutsGeneration,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n commercialImport: CommercialImport,\n team: Team,\n cashAndExpense: CashAndExpense,\n archive: Archive,\n dashboardLayout: DashboardLayout,\n accountsSector: AccountsSector,\n businessSector: BusinessSector,\n businessPartner: BusinessPartner,\n visualizedInformation: VisualizedInformation,\n fusion: Fusion,\n salesContract: SalesContract,\n userMfa: UserMfa,\n leadsToPartners: LeadsToPartners,\n changeLog: ChangeLog,\n constitutionHistory: ConstitutionHistory,\n das: Das,\n commercialOffer: CommercialOffer,\n card: Card,\n dubiousCustomer: DubiousCustomer,\n notion: Notion,\n timeTracking: TimeTracking,\n exercicePrestation: ExercicePrestation,\n intermediateManagementRebate: IntermediateManagementRebate,\n equipment: Equipment,\n customerSignature: CustomerSignature,\n userSpecialDay: UserSpecialDay,\n reportMessage: ReportMessage,\n oldExpertInfo: OldExpertInfo,\n collaboraterDetail: CollaboraterDetail,\n expertAnnuary: ExpertAnnuary,\n brevo: Brevo,\n synchronisation: Synchronisation,\n upToDateBankAccount: UpToDateBankAccount,\n echo: Echo,\n userTimeSlot: UserTimeSlot,\n regulation: Regulation,\n userSocietyPermission: UserSocietyPermission,\n balanceSheetSupervision: BalanceSheetSupervision,\n companyCreationForm: CompanyCreationForm,\n project: Project,\n bankConnection: BankConnection,\n toDoBalanceSheet: ToDoBalanceSheet,\n juridicalMission: JuridicalMission,\n prestationComplementary: PrestationComplementary,\n previsionalForm: PrevisionalForm,\n refund: Refund,\n humanResourceLibrary: HumanResourceLibrary,\n youSign: YouSign,\n registrationForm: RegistrationForm,\n commercialEmail: CommercialEmail,\n commercialDocumentTemplate: CommercialDocumentTemplate,\n commercialConditionOfSale: CommercialConditionOfSale,\n statisticMarketing: StatisticMarketing,\n follow: Follow,\n absenceRequest: AbsenceRequest,\n companyMarketingInformation: CompanyMarketingInformation,\n ai: Ai,\n statisticLegal: StatisticLegal,\n analyticsUtm: AnalyticsUtm,\n caarl: Caarl,\n gdpr: Gdpr,\n stripePurchase: StripePurchase,\n documentRequest: DocumentRequest,\n balanceSheetReport: BalanceSheetReport,\n revenue: Revenue,\n informationRequest: InformationRequest,\n automaticRegistration: AutomaticRegistration,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { Dashboard } from './resources/Dashboard';\nimport { Das } from './resources/Das';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { Project } from './resources/Project';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { Vat } from './resources/Vat';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { SocietyDetail } from './resources/SocietyDetail';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { OnBoarding } from './resources/OnBoarding';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { DocumentSection } from './resources/DocumentSection';\nimport { StatutsGeneration } from './resources/StatutsGeneration';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\nimport { CashAndExpense } from './resources/CashAndExpense';\nimport { Archive } from './resources/Archive';\nimport { AccountsSector } from './resources/AccountsSectors';\nimport { BusinessSector } from './resources/BusinessSector';\nimport { BusinessPartner } from './resources/BusinessPartner';\nimport { VisualizedInformation } from './resources/VisualizedInformation';\nimport { Fusion } from './resources/Fusion';\nimport { SalesContract } from './resources/SalesContract';\nimport { LeadsToPartners } from './resources/LeadsToPartners';\nimport { ChangeLog } from './resources/ChangeLog';\nimport { ConstitutionHistory } from './resources/ConstitutionHistory';\nimport { CommercialOffer } from './resources/CommercialOffer';\nimport { Card } from './resources/Card';\nimport { DubiousCustomer } from './resources/DubiousCustomer';\nimport { Notion } from './resources/Notion';\nimport { TimeTracking } from './resources/TimeTracking';\nimport { ExercicePrestation } from './resources/ExercicePrestation';\nimport { Equipment } from './resources/Equipment';\nimport { CustomerSignature } from './resources/CustomerSignature';\nimport { IntermediateManagementRebate } from './resources/IntermediateManagementRebate';\nimport { UserSpecialDay } from './resources/UserSpecialDay';\nimport { OldExpertInfo } from './resources/OldExpertInfos';\nimport { ReportMessage } from './resources/ReportMessage';\nimport { CollaboraterDetail } from './resources/CollaboraterDetail';\nimport { ExpertAnnuary } from './resources/ExpertAnnuary';\nimport { Brevo } from './resources/Brevo';\nimport { Synchronisation } from './resources/Synchronisation';\nimport { UpToDateBankAccount } from './resources/UpToDate';\nimport { UserTimeSlot } from './resources/UserTimeSlot';\nimport { Echo } from './resources/Echo';\nimport { Regulation } from './resources/Regulation';\nimport { StatisticDataOfficer } from './resources/statistic/DataOfficer';\nimport { UserSocietyPermission } from './resources/UserSocietyPermission';\nimport { BalanceSheetSupervision } from './resources/BalanceSheetSupervision';\nimport { CompanyCreationForm } from './resources/CompanyCreationForm';\nimport { BankConnection } from './resources/BankConnection';\nimport { ToDoBalanceSheet } from './resources/ToDoBalanceSheet';\nimport { JuridicalMission } from './resources/JuridicalMission';\nimport { PrestationComplementary } from './resources/PrestationComplementary';\nimport { PrevisionalForm } from './resources/PrevisionalForm';\nimport { Refund } from './resources/Refund';\nimport { HumanResourceLibrary } from './resources/HumanResourceLibrary';\nimport { YouSign } from './resources/YouSign';\nimport { RegistrationForm } from './resources/RegistrationForm';\nimport { CommercialEmail } from './resources/CommercialEmail';\nimport { CommercialDocumentTemplate } from './resources/CommercialDocumentTemplate';\nimport { CommercialConditionOfSale } from './resources/CommercialConditionOfSale';\nimport { StatisticMarketing } from './resources/statistic/Marketing';\nimport { Follow } from './resources/Follow';\nimport { AbsenceRequest } from './resources/AbsenceRequest';\nimport { CompanyMarketingInformation } from './resources/CompanyMarketingInformation';\nimport { Ai } from './resources/Ai';\nimport { StatisticLegal } from './resources/statistic/Legal';\nimport { AnalyticsUtm } from './resources/AnalyticsUtm';\nimport { Caarl } from './resources/Caarl';\nimport { Gdpr } from './resources/Gdpr';\nimport { Sellsy } from './resources/Sellsy';\nimport { BankDedup } from './resources/BankDedup';\nimport { StripePurchase } from './resources/StripePurchase';\nimport { UserMfa } from './resources/Mfa';\nimport { DashboardLayout } from './resources/DashboardLayout';\nimport { DocumentRequest } from './resources/DocumentRequest';\nimport { BalanceSheetReport } from './resources/BalanceSheetReport';\nimport { Revenue } from './resources/Revenue';\nimport { InformationRequest } from './resources/InformationRequest';\nimport { AutomaticRegistration } from './resources/AutomaticRegistration';\nimport { SocietyApproval } from './resources/SocietyApproval';\n\nexport const resources = {\n budgetInsight: BudgetInsight,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n sellsy: Sellsy,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n onBoarding: OnBoarding,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vat: Vat,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n bankDedup: BankDedup,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n societyDetail: SocietyDetail,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n statisticDataOfficer: StatisticDataOfficer,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n documentSection: DocumentSection,\n statutsGeneration: StatutsGeneration,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n commercialImport: CommercialImport,\n team: Team,\n cashAndExpense: CashAndExpense,\n archive: Archive,\n dashboardLayout: DashboardLayout,\n accountsSector: AccountsSector,\n businessSector: BusinessSector,\n businessPartner: BusinessPartner,\n visualizedInformation: VisualizedInformation,\n fusion: Fusion,\n salesContract: SalesContract,\n userMfa: UserMfa,\n leadsToPartners: LeadsToPartners,\n changeLog: ChangeLog,\n constitutionHistory: ConstitutionHistory,\n das: Das,\n commercialOffer: CommercialOffer,\n card: Card,\n dubiousCustomer: DubiousCustomer,\n notion: Notion,\n timeTracking: TimeTracking,\n exercicePrestation: ExercicePrestation,\n intermediateManagementRebate: IntermediateManagementRebate,\n equipment: Equipment,\n customerSignature: CustomerSignature,\n userSpecialDay: UserSpecialDay,\n reportMessage: ReportMessage,\n oldExpertInfo: OldExpertInfo,\n collaboraterDetail: CollaboraterDetail,\n expertAnnuary: ExpertAnnuary,\n brevo: Brevo,\n synchronisation: Synchronisation,\n upToDateBankAccount: UpToDateBankAccount,\n echo: Echo,\n userTimeSlot: UserTimeSlot,\n regulation: Regulation,\n userSocietyPermission: UserSocietyPermission,\n balanceSheetSupervision: BalanceSheetSupervision,\n companyCreationForm: CompanyCreationForm,\n project: Project,\n bankConnection: BankConnection,\n toDoBalanceSheet: ToDoBalanceSheet,\n juridicalMission: JuridicalMission,\n prestationComplementary: PrestationComplementary,\n previsionalForm: PrevisionalForm,\n refund: Refund,\n humanResourceLibrary: HumanResourceLibrary,\n youSign: YouSign,\n registrationForm: RegistrationForm,\n commercialEmail: CommercialEmail,\n commercialDocumentTemplate: CommercialDocumentTemplate,\n commercialConditionOfSale: CommercialConditionOfSale,\n statisticMarketing: StatisticMarketing,\n follow: Follow,\n absenceRequest: AbsenceRequest,\n companyMarketingInformation: CompanyMarketingInformation,\n ai: Ai,\n statisticLegal: StatisticLegal,\n analyticsUtm: AnalyticsUtm,\n caarl: Caarl,\n gdpr: Gdpr,\n stripePurchase: StripePurchase,\n documentRequest: DocumentRequest,\n balanceSheetReport: BalanceSheetReport,\n revenue: Revenue,\n informationRequest: InformationRequest,\n automaticRegistration: AutomaticRegistration,\n societyApproval: SocietyApproval,\n};\n"]}
|
|
@@ -168,7 +168,8 @@ export declare enum TypeFile {
|
|
|
168
168
|
STRIPE_AMAZON_STATEMENTS = 108,// Vos relevés stripe, amazon etc
|
|
169
169
|
INVOICING_SOFTWARE_SUMMARY = 109,// Un récapitulatif de votre logiciel de facturation détaillé par type d'encaissement et par taux de TVA
|
|
170
170
|
MILEAGE_ALLOWANCES_SUMMARY = 110,// Un récapitulatif de vos indemnités kilométriques
|
|
171
|
-
PURCHASE_DEED = 111
|
|
171
|
+
PURCHASE_DEED = 111,// Acte d'achat
|
|
172
|
+
APPROVAL = 112
|
|
172
173
|
}
|
|
173
174
|
/** @deprecated this is a legacy enum try to use TypeFile enum if you can or use both enum's */
|
|
174
175
|
export declare enum GedFileType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"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"}
|
|
@@ -175,6 +175,7 @@ var TypeFile;
|
|
|
175
175
|
TypeFile[TypeFile["INVOICING_SOFTWARE_SUMMARY"] = 109] = "INVOICING_SOFTWARE_SUMMARY";
|
|
176
176
|
TypeFile[TypeFile["MILEAGE_ALLOWANCES_SUMMARY"] = 110] = "MILEAGE_ALLOWANCES_SUMMARY";
|
|
177
177
|
TypeFile[TypeFile["PURCHASE_DEED"] = 111] = "PURCHASE_DEED";
|
|
178
|
+
TypeFile[TypeFile["APPROVAL"] = 112] = "APPROVAL";
|
|
178
179
|
})(TypeFile || (exports.TypeFile = TypeFile = {}));
|
|
179
180
|
/** @deprecated this is a legacy enum try to use TypeFile enum if you can or use both enum's */
|
|
180
181
|
var GedFileType;
|
|
@@ -282,7 +283,7 @@ exports.GedFileTypeDetail = {
|
|
|
282
283
|
},
|
|
283
284
|
IDENTITY_CARD: {
|
|
284
285
|
id: GedFileType.IDENTITY_CARD,
|
|
285
|
-
name:
|
|
286
|
+
name: "Carte d'identité",
|
|
286
287
|
idGedFolder: GedFolder.KBIS,
|
|
287
288
|
typeFile: TypeFile.IDENTITY_CARD_RECTO,
|
|
288
289
|
},
|
|
@@ -412,7 +413,7 @@ exports.GedFileTypeDetail = {
|
|
|
412
413
|
exports.GedFolderList = [
|
|
413
414
|
{
|
|
414
415
|
id: GedFolder.KBIS,
|
|
415
|
-
name:
|
|
416
|
+
name: "K-bis & Carte d'identité & Mémento fiscal",
|
|
416
417
|
isVisibleForClient: true,
|
|
417
418
|
idGedCategory: GedCategory.COMPANY,
|
|
418
419
|
},
|
|
@@ -438,7 +439,7 @@ exports.GedFolderList = [
|
|
|
438
439
|
},
|
|
439
440
|
{
|
|
440
441
|
id: GedFolder.IS_DECLARATIONS,
|
|
441
|
-
name:
|
|
442
|
+
name: "Déclarations d'IS",
|
|
442
443
|
isVisibleForClient: true,
|
|
443
444
|
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
444
445
|
},
|
|
@@ -458,7 +459,7 @@ exports.GedFolderList = [
|
|
|
458
459
|
idGedCategory: GedCategory.SOCIAL,
|
|
459
460
|
},
|
|
460
461
|
{ id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
|
|
461
|
-
{ id: GedFolder.AGM, name:
|
|
462
|
+
{ id: GedFolder.AGM, name: "PV d'AG", isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
|
|
462
463
|
{
|
|
463
464
|
id: GedFolder.CONTRACTS_LEASES,
|
|
464
465
|
name: 'Contrats & Baux',
|
|
@@ -625,29 +626,29 @@ exports.gedCategoryWithName = [
|
|
|
625
626
|
exports.TypeFileDetail = {
|
|
626
627
|
[TypeFile.INSURANCE_CONTRACT]: {
|
|
627
628
|
typeFile: TypeFile.INSURANCE_CONTRACT,
|
|
628
|
-
name:
|
|
629
|
+
name: "Contrat d'assurance",
|
|
629
630
|
idGedFolder: GedFolder.INSURANCES,
|
|
630
631
|
},
|
|
631
632
|
[TypeFile.COMPANY_CONTRIBUTION_PROOF]: {
|
|
632
633
|
typeFile: TypeFile.COMPANY_CONTRIBUTION_PROOF,
|
|
633
634
|
name: 'Justificatif des apports faits à la société',
|
|
634
635
|
idGedFolder: GedFolder.JURIDICAL,
|
|
635
|
-
helpText:
|
|
636
|
+
helpText: "Vos relevés bancaires personnels indiquant le montant d’épargne disponible, votre avis d'imposition personnel",
|
|
636
637
|
},
|
|
637
638
|
[TypeFile.NOTARY_STATEMENT]: {
|
|
638
639
|
typeFile: TypeFile.NOTARY_STATEMENT,
|
|
639
640
|
name: 'Décompte de notaire',
|
|
640
641
|
idGedFolder: GedFolder.JURIDICAL,
|
|
641
|
-
helpText: 'Le décompte du notaire définitif doit détailler toutes les opérations intervenues'
|
|
642
|
+
helpText: 'Le décompte du notaire définitif doit détailler toutes les opérations intervenues',
|
|
642
643
|
},
|
|
643
644
|
[TypeFile.PURCHASE_DEED]: {
|
|
644
645
|
typeFile: TypeFile.PURCHASE_DEED,
|
|
645
|
-
name:
|
|
646
|
+
name: "Acte d'achat",
|
|
646
647
|
idGedFolder: GedFolder.JURIDICAL,
|
|
647
648
|
},
|
|
648
649
|
[TypeFile.PV_RESULT_ALLOCATION]: {
|
|
649
650
|
typeFile: TypeFile.PV_RESULT_ALLOCATION,
|
|
650
|
-
name:
|
|
651
|
+
name: "PV d'AG d'affectation du résultat",
|
|
651
652
|
idGedFolder: GedFolder.AGM,
|
|
652
653
|
},
|
|
653
654
|
[TypeFile.SUBSIDY_PROOF]: {
|
|
@@ -657,7 +658,7 @@ exports.TypeFileDetail = {
|
|
|
657
658
|
},
|
|
658
659
|
[TypeFile.LOAN_AMORTIZATION_TABLE]: {
|
|
659
660
|
typeFile: TypeFile.LOAN_AMORTIZATION_TABLE,
|
|
660
|
-
name:
|
|
661
|
+
name: "Tableau d'amortissement des emprunts",
|
|
661
662
|
idGedFolder: GedFolder.BORROWING_TABLES,
|
|
662
663
|
},
|
|
663
664
|
[TypeFile.COMMERCIAL_OR_RENTAL_LEASE]: {
|
|
@@ -677,7 +678,7 @@ exports.TypeFileDetail = {
|
|
|
677
678
|
},
|
|
678
679
|
[TypeFile.LIVESTOCK_REGISTER]: {
|
|
679
680
|
typeFile: TypeFile.LIVESTOCK_REGISTER,
|
|
680
|
-
name:
|
|
681
|
+
name: "Registre d'élevage",
|
|
681
682
|
idGedFolder: GedFolder.OTHER,
|
|
682
683
|
},
|
|
683
684
|
[TypeFile.LIVESTOCK_INVENTORY]: {
|
|
@@ -707,7 +708,7 @@ exports.TypeFileDetail = {
|
|
|
707
708
|
},
|
|
708
709
|
[TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF]: {
|
|
709
710
|
typeFile: TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF,
|
|
710
|
-
name:
|
|
711
|
+
name: "Justificatifs de crédits d'impôt agricoles",
|
|
711
712
|
idGedFolder: GedFolder.MISCELLANEOUS,
|
|
712
713
|
},
|
|
713
714
|
[TypeFile.LOAN_REPAYMENT_PROOF]: {
|
|
@@ -732,17 +733,17 @@ exports.TypeFileDetail = {
|
|
|
732
733
|
},
|
|
733
734
|
[TypeFile.CONDOMINIUM_AGM_MINUTES]: {
|
|
734
735
|
typeFile: TypeFile.CONDOMINIUM_AGM_MINUTES,
|
|
735
|
-
name:
|
|
736
|
+
name: "Procès-verbaux d'AG de copropriété",
|
|
736
737
|
idGedFolder: GedFolder.AGM,
|
|
737
738
|
},
|
|
738
739
|
[TypeFile.TAX_NOTICE]: {
|
|
739
740
|
typeFile: TypeFile.TAX_NOTICE,
|
|
740
|
-
name:
|
|
741
|
+
name: "Avis d'imposition (CFE, taxe foncière)",
|
|
741
742
|
idGedFolder: GedFolder.SLIPS_CFE,
|
|
742
743
|
},
|
|
743
744
|
[TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION]: {
|
|
744
745
|
typeFile: TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION,
|
|
745
|
-
name:
|
|
746
|
+
name: "Notifications d'attribution de subventions publiques",
|
|
746
747
|
idGedFolder: GedFolder.SUBVENTION,
|
|
747
748
|
},
|
|
748
749
|
[TypeFile.FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS]: {
|
|
@@ -754,55 +755,55 @@ exports.TypeFileDetail = {
|
|
|
754
755
|
typeFile: TypeFile.CAISSE,
|
|
755
756
|
name: 'Livre de caisse',
|
|
756
757
|
idGedFolder: GedFolder.CASH_BOOK,
|
|
757
|
-
helpText: 'Ce document doit recenser toutes les opérations en espèces (l’argent liquide) réalisées par l’entreprise. Il doit mentionner pour chaque mouvement : la date, le montant encaissé ou dépensé, la nature de l’opération (vente, achat, dépôt ou retrait en banque) ainsi que le solde de caisse restant.'
|
|
758
|
+
helpText: 'Ce document doit recenser toutes les opérations en espèces (l’argent liquide) réalisées par l’entreprise. Il doit mentionner pour chaque mouvement : la date, le montant encaissé ou dépensé, la nature de l’opération (vente, achat, dépôt ou retrait en banque) ainsi que le solde de caisse restant.',
|
|
758
759
|
},
|
|
759
760
|
[TypeFile.STOCK]: {
|
|
760
761
|
typeFile: TypeFile.STOCK,
|
|
761
|
-
name:
|
|
762
|
+
name: "L'état de vos stocks à la date de clôture",
|
|
762
763
|
idGedFolder: GedFolder.STOCK,
|
|
763
|
-
helpText: 'L’état des stocks doit recenser l’ensemble des produits disponibles à la date de clôture. Chaque article doit être identifié précisément, classé par catégorie (matières premières, marchandises, produits finis, consommables...), et valorisé au prix d’achat hors taxes (HT). Ce document doit impérativement être daté et signé.'
|
|
764
|
+
helpText: 'L’état des stocks doit recenser l’ensemble des produits disponibles à la date de clôture. Chaque article doit être identifié précisément, classé par catégorie (matières premières, marchandises, produits finis, consommables...), et valorisé au prix d’achat hors taxes (HT). Ce document doit impérativement être daté et signé.',
|
|
764
765
|
},
|
|
765
766
|
[TypeFile.RECIPROCITY]: {
|
|
766
767
|
typeFile: TypeFile.RECIPROCITY,
|
|
767
768
|
name: 'Le grand livre de réciprocité des comptes',
|
|
768
769
|
idGedFolder: GedFolder.BALANCE_GL,
|
|
769
|
-
helpText:
|
|
770
|
+
helpText: "Votre société détient ou a cédé des actions à une autre entité, ce qui établit un lien capitalistique entre les deux sociétés. En conséquence, des mouvements comptables peuvent exister entre elles. Afin d'assurer la cohérence des écritures comptables, nous vous demandons de nous transmettre les grands livres des opérations enregistrées dans la comptabilité de l’autre société. Cela nous permettra de rapprocher et cadrer les flux entre les deux entités.",
|
|
770
771
|
},
|
|
771
772
|
[TypeFile.SUPPLIER_DEBTS]: {
|
|
772
773
|
typeFile: TypeFile.SUPPLIER_DEBTS,
|
|
773
774
|
name: 'Dettes fournisseurs',
|
|
774
775
|
idGedFolder: GedFolder.BALANCE_GL,
|
|
775
|
-
helpText: 'Les factures d’achats émises avant la clôture de l’exercice mais non réglées à cette date.'
|
|
776
|
+
helpText: 'Les factures d’achats émises avant la clôture de l’exercice mais non réglées à cette date.',
|
|
776
777
|
},
|
|
777
778
|
[TypeFile.CUSTOMER_RECEIVABLES]: {
|
|
778
779
|
typeFile: TypeFile.CUSTOMER_RECEIVABLES,
|
|
779
780
|
name: 'Créances clients',
|
|
780
781
|
idGedFolder: GedFolder.BALANCE_GL,
|
|
781
|
-
helpText: 'Les factures de ventes émises avant la clôture de l’exercice mais non encaissées à cette date.'
|
|
782
|
+
helpText: 'Les factures de ventes émises avant la clôture de l’exercice mais non encaissées à cette date.',
|
|
782
783
|
},
|
|
783
784
|
[TypeFile.PAYROLL_ACCOUNTING_FILE]: {
|
|
784
785
|
typeFile: TypeFile.PAYROLL_ACCOUNTING_FILE,
|
|
785
786
|
name: 'Votre fichier des écritures comptables de paie',
|
|
786
787
|
idGedFolder: GedFolder.PAY_SLIPS,
|
|
787
|
-
helpText: 'Les écritures de paie, le tableau des charges, le livre de paie annuel. Ces documents sont fournis par le prestataire qui établit les bulletins de salaire.'
|
|
788
|
+
helpText: 'Les écritures de paie, le tableau des charges, le livre de paie annuel. Ces documents sont fournis par le prestataire qui établit les bulletins de salaire.',
|
|
788
789
|
},
|
|
789
790
|
[TypeFile.MONTHLY_TESE_SUMMARIES]: {
|
|
790
791
|
typeFile: TypeFile.MONTHLY_TESE_SUMMARIES,
|
|
791
792
|
name: 'Etats des récapitulatifs mensuels et annuels TESE',
|
|
792
793
|
idGedFolder: GedFolder.PAY_SLIPS,
|
|
793
|
-
helpText: 'Si vous utilisez le dispositif TESE pour établir vos bulletins de salaire, rendez vous sur le site TESE -Urssaf → Documents → Etats récapitulatifs.'
|
|
794
|
+
helpText: 'Si vous utilisez le dispositif TESE pour établir vos bulletins de salaire, rendez vous sur le site TESE -Urssaf → Documents → Etats récapitulatifs.',
|
|
794
795
|
},
|
|
795
796
|
[TypeFile.TICKET_Z]: {
|
|
796
797
|
typeFile: TypeFile.TICKET_Z,
|
|
797
798
|
name: 'Ticket Z',
|
|
798
799
|
idGedFolder: GedFolder.CASH_BOOK,
|
|
799
|
-
helpText: 'Un ticket Z mensuel regroupe et récapitule toutes les ventes enregistrées durant le mois. Le document est édité par la caisse enregistreuse à la fin d’un mois.'
|
|
800
|
+
helpText: 'Un ticket Z mensuel regroupe et récapitule toutes les ventes enregistrées durant le mois. Le document est édité par la caisse enregistreuse à la fin d’un mois.',
|
|
800
801
|
},
|
|
801
802
|
[TypeFile.POLICE_BOOK]: {
|
|
802
803
|
typeFile: TypeFile.POLICE_BOOK,
|
|
803
804
|
name: 'Livre de police',
|
|
804
805
|
idGedFolder: GedFolder.SUMMARY,
|
|
805
|
-
helpText: 'Registre obligatoire pour les entreprises qui achètent et revendent des biens d’occasion, des véhicules ou des métaux précieux. Il sert à assurer la traçabilité des achats et des ventes, en indiquant pour chaque bien la date, la description, l’identité du vendeur et de l’acheteur ainsi que le prix d’achat et de revente.'
|
|
806
|
+
helpText: 'Registre obligatoire pour les entreprises qui achètent et revendent des biens d’occasion, des véhicules ou des métaux précieux. Il sert à assurer la traçabilité des achats et des ventes, en indiquant pour chaque bien la date, la description, l’identité du vendeur et de l’acheteur ainsi que le prix d’achat et de revente.',
|
|
806
807
|
},
|
|
807
808
|
[TypeFile.STRIPE_AMAZON_STATEMENTS]: {
|
|
808
809
|
typeFile: TypeFile.STRIPE_AMAZON_STATEMENTS,
|
|
@@ -810,13 +811,13 @@ exports.TypeFileDetail = {
|
|
|
810
811
|
idGedFolder: GedFolder.SUMMARY,
|
|
811
812
|
helpText: `Stripe : Dans le menu Rapports → Balance ou Relevés financiers, vous pouvez générer un rapport mensuel complet en PDF ou CSV incluant paiements, frais, remboursements, et soldes.
|
|
812
813
|
Amazon : Connectez vous sur Amazon Seller Central, dans le menu Rapports → Paiements → Tous les relevés ou rapports de paiements → Type de rapport : activité du compte → Choisir la période → Générer le rapport ou télécharger en PDF
|
|
813
|
-
Paypal : relevés mensuels à télécharger sur le site → Activité → Icône Télécharger → Cliquer sur toutes les transactions → Icône télécharger à côté du mois que vous recherchez
|
|
814
|
+
Paypal : relevés mensuels à télécharger sur le site → Activité → Icône Télécharger → Cliquer sur toutes les transactions → Icône télécharger à côté du mois que vous recherchez.`,
|
|
814
815
|
},
|
|
815
816
|
[TypeFile.INVOICING_SOFTWARE_SUMMARY]: {
|
|
816
817
|
typeFile: TypeFile.INVOICING_SOFTWARE_SUMMARY,
|
|
817
|
-
name:
|
|
818
|
+
name: "Un récapitulatif de votre logiciel de facturation détaille par type d'encaissement et par taux de TVA",
|
|
818
819
|
idGedFolder: GedFolder.SUMMARY,
|
|
819
|
-
helpText: 'Il doit provenir de votre logiciel de facturation et détailler le total des ventes par mode de paiement (carte, virement, espèces, etc.) et par taux de TVA (20%, 10%, 5,5%).'
|
|
820
|
+
helpText: 'Il doit provenir de votre logiciel de facturation et détailler le total des ventes par mode de paiement (carte, virement, espèces, etc.) et par taux de TVA (20%, 10%, 5,5%).',
|
|
820
821
|
},
|
|
821
822
|
[TypeFile.MILEAGE_ALLOWANCES_SUMMARY]: {
|
|
822
823
|
typeFile: TypeFile.MILEAGE_ALLOWANCES_SUMMARY,
|
|
@@ -829,7 +830,7 @@ Le nombre de kilomètres parcourus
|
|
|
829
830
|
Le véhicule utilisé
|
|
830
831
|
La puissance fiscale du véhicule (CV fiscaux)
|
|
831
832
|
Le barème appliqué
|
|
832
|
-
Le montant de l’indemnité calculée
|
|
833
|
-
}
|
|
833
|
+
Le montant de l’indemnité calculée`,
|
|
834
|
+
},
|
|
834
835
|
};
|
|
835
836
|
//# sourceMappingURL=Ged.js.map
|