@silexpert/core 1.1.171 → 1.1.174
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/Notion.d.ts +10 -0
- package/dist/cjs/api/resources/Notion.d.ts.map +1 -0
- package/dist/cjs/api/resources/Notion.js +20 -0
- package/dist/cjs/api/resources/Notion.js.map +1 -0
- package/dist/cjs/api/resources/Survey.js +2 -2
- package/dist/cjs/api/resources/Survey.js.map +1 -1
- package/dist/cjs/api/resources/TimeTracking.d.ts +7 -0
- package/dist/cjs/api/resources/TimeTracking.d.ts.map +1 -0
- package/dist/cjs/api/resources/TimeTracking.js +27 -0
- package/dist/cjs/api/resources/TimeTracking.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +4 -2
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +4 -2
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/BrandClementine.js +11 -11
- package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/BrandStatutsExpress.d.ts +4 -0
- package/dist/cjs/types/Enum/BrandStatutsExpress.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BrandStatutsExpress.js +4 -0
- package/dist/cjs/types/Enum/BrandStatutsExpress.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationOption.js +4 -4
- package/dist/cjs/types/Enum/PrestationOption.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +1 -2
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +0 -19
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/TimeTrackingSource.d.ts +5 -0
- package/dist/cjs/types/Enum/TimeTrackingSource.d.ts.map +1 -0
- package/dist/cjs/types/Enum/TimeTrackingSource.js +9 -0
- package/dist/cjs/types/Enum/TimeTrackingSource.js.map +1 -0
- package/dist/cjs/types/Interface/api/prestashop/PSObject.d.ts +1 -1
- package/dist/cjs/types/Interface/api/prestashop/PSObject.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/prestashop/PSObject.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeTracking/Create.d.ts +8 -0
- package/dist/cjs/types/Interface/api/timeTracking/Create.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/timeTracking/Create.js +41 -0
- package/dist/cjs/types/Interface/api/timeTracking/Create.js.map +1 -0
- package/dist/cjs/types/Interface/api/timeTracking/Query.d.ts +5 -0
- package/dist/cjs/types/Interface/api/timeTracking/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/timeTracking/Query.js +28 -0
- package/dist/cjs/types/Interface/api/timeTracking/Query.js.map +1 -0
- package/dist/cjs/types/Interface/models/IRegulate.d.ts +1 -0
- package/dist/cjs/types/Interface/models/IRegulate.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IRegulate.js.map +1 -1
- package/dist/cjs/types/Interface/models/ITimeTracking.d.ts +2 -2
- package/dist/cjs/types/Interface/models/ITimeTracking.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ITimeTracking.js.map +1 -1
- package/dist/cjs/types/index.d.ts +3 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +3 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Notion.d.ts +10 -0
- package/dist/mjs/api/resources/Notion.d.ts.map +1 -0
- package/dist/mjs/api/resources/Notion.js +16 -0
- package/dist/mjs/api/resources/Notion.js.map +1 -0
- package/dist/mjs/api/resources/Survey.js +2 -2
- package/dist/mjs/api/resources/Survey.js.map +1 -1
- package/dist/mjs/api/resources/TimeTracking.d.ts +7 -0
- package/dist/mjs/api/resources/TimeTracking.d.ts.map +1 -0
- package/dist/mjs/api/resources/TimeTracking.js +10 -0
- package/dist/mjs/api/resources/TimeTracking.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +4 -2
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +4 -2
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/BrandClementine.js +11 -11
- package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/BrandStatutsExpress.d.ts +4 -0
- package/dist/mjs/types/Enum/BrandStatutsExpress.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BrandStatutsExpress.js +4 -0
- package/dist/mjs/types/Enum/BrandStatutsExpress.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationOption.js +4 -4
- package/dist/mjs/types/Enum/PrestationOption.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +1 -2
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +0 -19
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/TimeTrackingSource.d.ts +5 -0
- package/dist/mjs/types/Enum/TimeTrackingSource.d.ts.map +1 -0
- package/dist/mjs/types/Enum/TimeTrackingSource.js +6 -0
- package/dist/mjs/types/Enum/TimeTrackingSource.js.map +1 -0
- package/dist/mjs/types/Interface/api/prestashop/PSObject.d.ts +1 -1
- package/dist/mjs/types/Interface/api/prestashop/PSObject.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/prestashop/PSObject.js.map +1 -1
- package/dist/mjs/types/Interface/api/timeTracking/Create.d.ts +8 -0
- package/dist/mjs/types/Interface/api/timeTracking/Create.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/timeTracking/Create.js +41 -0
- package/dist/mjs/types/Interface/api/timeTracking/Create.js.map +1 -0
- package/dist/mjs/types/Interface/api/timeTracking/Query.d.ts +5 -0
- package/dist/mjs/types/Interface/api/timeTracking/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/timeTracking/Query.js +26 -0
- package/dist/mjs/types/Interface/api/timeTracking/Query.js.map +1 -0
- package/dist/mjs/types/Interface/models/IRegulate.d.ts +1 -0
- package/dist/mjs/types/Interface/models/IRegulate.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IRegulate.js.map +1 -1
- package/dist/mjs/types/Interface/models/ITimeTracking.d.ts +2 -2
- package/dist/mjs/types/Interface/models/ITimeTracking.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ITimeTracking.js.map +1 -1
- package/dist/mjs/types/index.d.ts +3 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +3 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Notion.ts +19 -0
- package/ts/api/resources/Survey.ts +2 -2
- package/ts/api/resources/TimeTracking.ts +11 -0
- package/ts/api/resources.ts +4 -2
- package/ts/types/Enum/BrandClementine.ts +11 -11
- package/ts/types/Enum/BrandStatutsExpress.ts +4 -0
- package/ts/types/Enum/PrestationOption.ts +4 -4
- package/ts/types/Enum/PrestationType.ts +0 -19
- package/ts/types/Enum/TimeTrackingSource.ts +4 -0
- package/ts/types/Interface/api/prestashop/PSObject.ts +1 -1
- package/ts/types/Interface/api/timeTracking/Create.ts +23 -0
- package/ts/types/Interface/api/timeTracking/Query.ts +12 -0
- package/ts/types/Interface/models/IRegulate.ts +1 -0
- package/ts/types/Interface/models/ITimeTracking.ts +2 -2
- package/ts/types/index.ts +4 -1
- package/dist/cjs/api/resources/Country.d.ts +0 -7
- package/dist/cjs/api/resources/Country.d.ts.map +0 -1
- package/dist/cjs/api/resources/Country.js +0 -14
- package/dist/cjs/api/resources/Country.js.map +0 -1
- package/dist/mjs/api/resources/Country.d.ts +0 -7
- package/dist/mjs/api/resources/Country.d.ts.map +0 -1
- package/dist/mjs/api/resources/Country.js +0 -10
- package/dist/mjs/api/resources/Country.js.map +0 -1
- package/ts/api/resources/Country.ts +0 -12
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export declare class Notion extends Resource {
|
|
3
|
+
getArticle(id: string): Promise<any>;
|
|
4
|
+
getArticles(params: {
|
|
5
|
+
search?: string;
|
|
6
|
+
}): Promise<any>;
|
|
7
|
+
getLatestArticles(): Promise<any>;
|
|
8
|
+
getSubCategories(): Promise<any>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=Notion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Notion.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/Notion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,MAAO,SAAQ,QAAQ;IAClC,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAIpC,WAAW,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IAItD,iBAAiB,IAAI,OAAO,CAAC,GAAG,CAAC;IAIjC,gBAAgB,IAAI,OAAO,CAAC,GAAG,CAAC;CAGjC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Notion = void 0;
|
|
4
|
+
const Resource_1 = require("../Resource");
|
|
5
|
+
class Notion extends Resource_1.Resource {
|
|
6
|
+
getArticle(id) {
|
|
7
|
+
return this.axios.$get(`notion/articles/${id}`);
|
|
8
|
+
}
|
|
9
|
+
getArticles(params) {
|
|
10
|
+
return this.axios.$get('notion/articles', { params });
|
|
11
|
+
}
|
|
12
|
+
getLatestArticles() {
|
|
13
|
+
return this.axios.$get('notion/latest-articles');
|
|
14
|
+
}
|
|
15
|
+
getSubCategories() {
|
|
16
|
+
return this.axios.$get('notion/sub-categories');
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.Notion = Notion;
|
|
20
|
+
//# sourceMappingURL=Notion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Notion.js","sourceRoot":"","sources":["../../../../ts/api/resources/Notion.ts"],"names":[],"mappings":";;;AAAA,0CAAuC;AAEvC,MAAa,MAAO,SAAQ,mBAAQ;IAClC,UAAU,CAAC,EAAU;QACnB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,mBAAmB,EAAE,EAAE,CAAC,CAAC;IAClD,CAAC;IAED,WAAW,CAAC,MAA2B;QACrC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACxD,CAAC;IAED,iBAAiB;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;IACnD,CAAC;IAED,gBAAgB;QACd,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;IAClD,CAAC;CACF;AAhBD,wBAgBC","sourcesContent":["import { Resource } from '../Resource';\n\nexport class Notion extends Resource {\n getArticle(id: string): Promise<any> {\n return this.axios.$get(`notion/articles/${id}`);\n }\n\n getArticles(params: { search?: string }): Promise<any> {\n return this.axios.$get('notion/articles', { params });\n }\n\n getLatestArticles(): Promise<any> {\n return this.axios.$get('notion/latest-articles');\n }\n\n getSubCategories(): Promise<any> {\n return this.axios.$get('notion/sub-categories');\n }\n}"]}
|
|
@@ -22,10 +22,10 @@ class Survey extends Resource_1.Resource {
|
|
|
22
22
|
// }
|
|
23
23
|
update(params) {
|
|
24
24
|
const { id } = params, body = __rest(params, ["id"]);
|
|
25
|
-
return this.axios.$put(`/
|
|
25
|
+
return this.axios.$put(`/surveys/${id}`, body);
|
|
26
26
|
}
|
|
27
27
|
create(params) {
|
|
28
|
-
return this.axios.$post('/
|
|
28
|
+
return this.axios.$post('/surveys', params);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
exports.Survey = Survey;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Survey.js","sourceRoot":"","sources":["../../../../ts/api/resources/Survey.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,0CAAuC;AAKvC,MAAa,MAAO,SAAQ,mBAAQ;IAClC,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACjD,CAAC;IAED,oDAAoD;IACpD,mDAAmD;IACnD,IAAI;IAEJ,MAAM,CAAC,MAAoB;QACzB,MAAM,EAAE,EAAE,KAAc,MAAM,EAAf,IAAI,UAAK,MAAM,EAAxB,MAAe,CAAS,CAAC;QAC/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"Survey.js","sourceRoot":"","sources":["../../../../ts/api/resources/Survey.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,0CAAuC;AAKvC,MAAa,MAAO,SAAQ,mBAAQ;IAClC,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACjD,CAAC;IAED,oDAAoD;IACpD,mDAAmD;IACnD,IAAI;IAEJ,MAAM,CAAC,MAAoB;QACzB,MAAM,EAAE,EAAE,KAAc,MAAM,EAAf,IAAI,UAAK,MAAM,EAAxB,MAAe,CAAS,CAAC;QAC/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IACjD,CAAC;IAED,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;IAC9C,CAAC;CACF;AAjBD,wBAiBC","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateSurvey, QuerySurveys, /* QuerySurvey, */ReadSurvey, UpdateSurvey,\n} from '../../types';\n\nexport class Survey extends Resource {\n getAll(params: QuerySurveys): Promise<ReadSurvey[]> {\n return this.axios.$get('/surveys', { params });\n }\n\n // get(params: QuerySurvey): Promise<ReadSurvey[]> {\n // return this.axios.$get('/survey', { params });\n // }\n\n update(params: UpdateSurvey): Promise<ReadSurvey> {\n const { id, ...body } = params;\n return this.axios.$put(`/surveys/${id}`, body);\n }\n\n create(params: CreateSurvey): Promise<ReadSurvey> {\n return this.axios.$post('/surveys', params);\n }\n}\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CreateOrUpdateTimeTracking, ITimeTracking, QueryTimeTracking } from '../../types';
|
|
2
|
+
import { Resource } from '../Resource';
|
|
3
|
+
export declare class TimeTracking extends Resource {
|
|
4
|
+
get(idSociety: number, params: QueryTimeTracking): Promise<ITimeTracking>;
|
|
5
|
+
track(idSociety: number, params: CreateOrUpdateTimeTracking): Promise<ITimeTracking>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=TimeTracking.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimeTracking.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/TimeTracking.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAC3F,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,YAAa,SAAQ,QAAQ;IAClC,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,aAAa,CAAC;IAGzE,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,0BAA0B,GAAG,OAAO,CAAC,aAAa,CAAC;CAG3F"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TimeTracking = void 0;
|
|
13
|
+
const Resource_1 = require("../Resource");
|
|
14
|
+
class TimeTracking extends Resource_1.Resource {
|
|
15
|
+
get(idSociety, params) {
|
|
16
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
17
|
+
return this.axios.$get(`/societies/${idSociety}/track`, { params });
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
track(idSociety, params) {
|
|
21
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
+
return this.axios.$post(`/societies/${idSociety}/track`, params);
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.TimeTracking = TimeTracking;
|
|
27
|
+
//# sourceMappingURL=TimeTracking.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimeTracking.js","sourceRoot":"","sources":["../../../../ts/api/resources/TimeTracking.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,0CAAuC;AAEvC,MAAa,YAAa,SAAQ,mBAAQ;IAClC,GAAG,CAAC,SAAiB,EAAE,MAAyB;;YACpD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,SAAS,QAAQ,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;QACtE,CAAC;KAAA;IACK,KAAK,CAAC,SAAiB,EAAE,MAAkC;;YAC/D,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,cAAc,SAAS,QAAQ,EAAE,MAAM,CAAC,CAAC;QACnE,CAAC;KAAA;CACF;AAPD,oCAOC","sourcesContent":["import { CreateOrUpdateTimeTracking, ITimeTracking, QueryTimeTracking } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class TimeTracking extends Resource {\n async get(idSociety: number, params: QueryTimeTracking): Promise<ITimeTracking> {\n return this.axios.$get(`/societies/${idSociety}/track`, { params });\n }\n async track(idSociety: number, params: CreateOrUpdateTimeTracking): Promise<ITimeTracking> {\n return this.axios.$post(`/societies/${idSociety}/track`, params);\n }\n}"]}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Country } from './resources/Country';
|
|
2
1
|
import { Simulation } from './resources/Simulation';
|
|
3
2
|
import { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';
|
|
4
3
|
import { Payment } from './resources/Payment';
|
|
@@ -140,10 +139,11 @@ import { ChangeLog } from './resources/ChangeLog';
|
|
|
140
139
|
import { ConstitutionHistory } from './resources/ConstitutionHistory';
|
|
141
140
|
import { CommercialOffer } from './resources/CommercialOffer';
|
|
142
141
|
import { DubiousCustomer } from './resources/DubiousCustomer';
|
|
142
|
+
import { Notion } from './resources/Notion';
|
|
143
|
+
import { TimeTracking } from './resources/TimeTracking';
|
|
143
144
|
export declare const resources: {
|
|
144
145
|
simulation: typeof Simulation;
|
|
145
146
|
budgetInsight: typeof BudgetInsight;
|
|
146
|
-
country: typeof Country;
|
|
147
147
|
paymentExpectationCustomer: typeof PaymentExpectationCustomer;
|
|
148
148
|
payment: typeof Payment;
|
|
149
149
|
immobilization: typeof Immobilization;
|
|
@@ -283,5 +283,7 @@ export declare const resources: {
|
|
|
283
283
|
das: typeof Das;
|
|
284
284
|
commercialOffer: typeof CommercialOffer;
|
|
285
285
|
dubiousCustomer: typeof DubiousCustomer;
|
|
286
|
+
notion: typeof Notion;
|
|
287
|
+
timeTracking: typeof TimeTracking;
|
|
286
288
|
};
|
|
287
289
|
//# 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,
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,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,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,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,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,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,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,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,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,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,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,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,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgJrB,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resources = void 0;
|
|
4
|
-
const Country_1 = require("./resources/Country");
|
|
5
4
|
const Simulation_1 = require("./resources/Simulation");
|
|
6
5
|
const PaymentExpectationCustomer_1 = require("./resources/PaymentExpectationCustomer");
|
|
7
6
|
const Payment_1 = require("./resources/Payment");
|
|
@@ -143,10 +142,11 @@ const ChangeLog_1 = require("./resources/ChangeLog");
|
|
|
143
142
|
const ConstitutionHistory_1 = require("./resources/ConstitutionHistory");
|
|
144
143
|
const CommercialOffer_1 = require("./resources/CommercialOffer");
|
|
145
144
|
const DubiousCustomer_1 = require("./resources/DubiousCustomer");
|
|
145
|
+
const Notion_1 = require("./resources/Notion");
|
|
146
|
+
const TimeTracking_1 = require("./resources/TimeTracking");
|
|
146
147
|
exports.resources = {
|
|
147
148
|
simulation: Simulation_1.Simulation,
|
|
148
149
|
budgetInsight: BudgetInsight_1.BudgetInsight,
|
|
149
|
-
country: Country_1.Country,
|
|
150
150
|
paymentExpectationCustomer: PaymentExpectationCustomer_1.PaymentExpectationCustomer,
|
|
151
151
|
payment: Payment_1.Payment,
|
|
152
152
|
immobilization: Immobilization_1.Immobilization,
|
|
@@ -286,5 +286,7 @@ exports.resources = {
|
|
|
286
286
|
das: Das_1.Das,
|
|
287
287
|
commercialOffer: CommercialOffer_1.CommercialOffer,
|
|
288
288
|
dubiousCustomer: DubiousCustomer_1.DubiousCustomer,
|
|
289
|
+
notion: Notion_1.Notion,
|
|
290
|
+
timeTracking: TimeTracking_1.TimeTracking,
|
|
289
291
|
};
|
|
290
292
|
//# 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 { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { 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 { Sponsorship } from './resources/Sponsorship';\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 { Cerfa } from './resources/Cerfa';\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 { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\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 { PartneredAccountant } from './resources/PartneredAccountant';\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 { 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 { 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 { DubiousCustomer } from './resources/DubiousCustomer';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\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 cerfa: Cerfa,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\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 partneredAccountant: PartneredAccountant,\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 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 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 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 accountsSector: AccountsSector,\n businessSector: BusinessSector,\n businessPartner: BusinessPartner,\n visualizedInformation: VisualizedInformation,\n fusion: Fusion,\n salesContract: SalesContract,\n leadsToPartners: LeadsToPartners,\n changeLog: ChangeLog,\n constitutionHistory: ConstitutionHistory,\n das: Das,\n commercialOffer: CommercialOffer,\n dubiousCustomer: DubiousCustomer,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../../ts/api/resources.ts"],"names":[],"mappings":";;;AAAA,uDAAoD;AACpD,uFAAoF;AACpF,iDAA8C;AAC9C,+DAA4D;AAC5D,yDAAsD;AACtD,yDAAsD;AACtD,iDAA8C;AAC9C,yDAAsD;AACtD,2CAAwC;AACxC,+CAA4C;AAC5C,+CAA4C;AAC5C,+CAA4C;AAC5C,qDAAkD;AAClD,iDAA8C;AAC9C,iDAA8C;AAC9C,6DAA0D;AAC1D,iDAA8C;AAC9C,iEAA8D;AAC9D,2DAAwD;AACxD,uEAAoE;AACpE,6CAA0C;AAC1C,2DAAwD;AACxD,2DAAwD;AACxD,+CAA4C;AAC5C,2DAAwD;AACxD,6CAA0C;AAC1C,qDAAkD;AAClD,+CAA4C;AAC5C,2CAAwC;AACxC,mEAAgE;AAChE,qDAAkD;AAClD,yCAAsC;AACtC,iDAA8C;AAC9C,mEAAgE;AAChE,qFAAkF;AAClF,2CAAyC;AACzC,6DAA0D;AAC1D,iDAA8C;AAC9C,yDAAsD;AACtD,2DAAwD;AACxD,qDAAkD;AAClD,yEAAsE;AACtE,yCAAsC;AACtC,6DAA0D;AAC1D,2DAAwD;AACxD,iDAA8C;AAC9C,iDAA8C;AAC9C,yDAAsD;AACtD,qEAAkE;AAClE,2EAAwE;AACxE,mEAAgE;AAChE,uDAAoD;AACpD,qDAAkD;AAClD,mEAAgE;AAChE,iEAA8D;AAC9D,6DAA0D;AAC1D,2DAAwD;AACxD,iDAA8C;AAC9C,iEAA8D;AAC9D,iEAA8D;AAC9D,mDAAgD;AAChD,iDAA8C;AAC9C,yEAAsE;AACtE,yCAAsC;AACtC,6CAA0C;AAC1C,qEAAkE;AAClE,yDAAsD;AACtD,6DAA0D;AAC1D,yCAAsC;AACtC,mDAAgD;AAChD,2CAAwC;AACxC,mDAAgD;AAChD,mDAAgD;AAChD,uEAAoE;AACpE,iDAA8C;AAC9C,qDAAkD;AAClD,qDAAkD;AAClD,2DAAwD;AACxD,+CAA4C;AAC5C,2CAAwC;AACxC,2DAAwD;AACxD,iDAA8C;AAC9C,yEAAsE;AACtE,0CAAqC;AACrC,mDAAgD;AAChD,uDAAoD;AACpD,6CAA0C;AAC1C,6DAA0D;AAC1D,2DAAwD;AACxD,mEAAgE;AAChE,qEAAkE;AAClE,iDAA8C;AAC9C,uEAAoE;AACpE,uDAAoD;AACpD,mDAAgD;AAChD,uDAAoD;AACpD,+CAA4C;AAC5C,2CAAwC;AACxC,6DAA0D;AAC1D,6DAA0D;AAC1D,yDAAsD;AACtD,iEAAuE;AACvE,6EAAmF;AACnF,+CAA4C;AAC5C,uEAAoE;AACpE,+DAAqE;AACrE,iEAA8D;AAC9D,6DAA0D;AAC1D,iDAA8C;AAC9C,uDAAoD;AACpD,yDAAsD;AACtD,2CAAwC;AACxC,iEAA8D;AAC9D,qEAAkE;AAClE,uDAAoD;AACpD,yDAAsD;AACtD,qFAAkF;AAClF,mDAAgD;AAChD,2CAAwC;AACxC,mEAAgE;AAChE,uDAAoD;AACpD,+CAA4C;AAC5C,qDAAkD;AAClD,yDAAsD;AACtD,2EAAiF;AACjF,qEAAkE;AAClE,mEAAgE;AAChE,2CAAwC;AACxC,+DAA4D;AAC5D,iDAA8C;AAC9C,iEAA6D;AAC7D,+DAA4D;AAC5D,iEAA8D;AAC9D,6EAA0E;AAC1E,+CAA4C;AAC5C,6DAA0D;AAC1D,iEAA8D;AAC9D,qDAAkD;AAClD,yEAAsE;AACtE,iEAA8D;AAC9D,iEAA8D;AAC9D,+CAA4C;AAC5C,2DAAwD;AAE3C,QAAA,SAAS,GAAG;IACvB,UAAU,EAAE,uBAAU;IACtB,aAAa,EAAE,6BAAa;IAC5B,0BAA0B,EAAE,uDAA0B;IACtD,OAAO,EAAE,iBAAO;IAChB,cAAc,EAAE,+BAAc;IAC9B,WAAW,EAAE,yBAAW;IACxB,WAAW,EAAE,yBAAW;IACxB,OAAO,EAAE,iBAAO;IAChB,WAAW,EAAE,yBAAW;IACxB,IAAI,EAAE,WAAI;IACV,MAAM,EAAE,eAAM;IACd,MAAM,EAAE,eAAM;IACd,MAAM,EAAE,eAAM;IACd,SAAS,EAAE,qBAAS;IACpB,OAAO,EAAE,iBAAO;IAChB,OAAO,EAAE,iBAAO;IAChB,aAAa,EAAE,6BAAa;IAC5B,OAAO,EAAE,iBAAO;IAChB,eAAe,EAAE,iCAAe;IAChC,iBAAiB,EAAE,qCAAiB;IACpC,YAAY,EAAE,2BAAY;IAC1B,kBAAkB,EAAE,uCAAkB;IACtC,KAAK,EAAE,aAAK;IACZ,YAAY,EAAE,2BAAY;IAC1B,MAAM,EAAE,eAAM;IACd,YAAY,EAAE,2BAAY;IAC1B,YAAY,EAAE,2BAAY;IAC1B,KAAK,EAAE,aAAK;IACZ,SAAS,EAAE,qBAAS;IACpB,MAAM,EAAE,eAAM;IACd,IAAI,EAAE,WAAI;IACV,SAAS,EAAE,qBAAS;IACpB,gBAAgB,EAAE,mCAAgB;IAClC,SAAS,EAAE,qBAAS;IACpB,OAAO,EAAE,iBAAO;IAChB,gBAAgB,EAAE,mCAAgB;IAClC,yBAAyB,EAAE,qDAAyB;IACpD,KAAK,EAAE,YAAK;IACZ,aAAa,EAAE,6BAAa;IAC5B,OAAO,EAAE,iBAAO;IAChB,WAAW,EAAE,yBAAW;IACxB,YAAY,EAAE,2BAAY;IAC1B,SAAS,EAAE,qBAAS;IACpB,mBAAmB,EAAE,yCAAmB;IACxC,GAAG,EAAE,SAAG;IACR,aAAa,EAAE,6BAAa;IAC5B,YAAY,EAAE,2BAAY;IAC1B,OAAO,EAAE,iBAAO;IAChB,OAAO,EAAE,iBAAO;IAChB,WAAW,EAAE,yBAAW;IACxB,oBAAoB,EAAE,2CAAoB;IAC1C,gBAAgB,EAAE,mCAAgB;IAClC,UAAU,EAAE,uBAAU;IACtB,gBAAgB,EAAE,mCAAgB;IAClC,eAAe,EAAE,iCAAe;IAChC,aAAa,EAAE,6BAAa;IAC5B,YAAY,EAAE,2BAAY;IAC1B,OAAO,EAAE,iBAAO;IAChB,UAAU,EAAE,uBAAU;IACtB,WAAW,EAAE,yBAAW;IACxB,eAAe,EAAE,iCAAe;IAChC,eAAe,EAAE,iCAAe;IAChC,QAAQ,EAAE,mBAAQ;IAClB,OAAO,EAAE,iBAAO;IAChB,mBAAmB,EAAE,yCAAmB;IACxC,GAAG,EAAE,SAAG;IACR,KAAK,EAAE,aAAK;IACZ,iBAAiB,EAAE,qCAAiB;IACpC,WAAW,EAAE,yBAAW;IACxB,GAAG,EAAE,SAAG;IACR,QAAQ,EAAE,mBAAQ;IAClB,IAAI,EAAE,WAAI;IACV,QAAQ,EAAE,mBAAQ;IAClB,QAAQ,EAAE,mBAAQ;IAClB,kBAAkB,EAAE,uCAAkB;IACtC,OAAO,EAAE,iBAAO;IAChB,SAAS,EAAE,qBAAS;IACpB,SAAS,EAAE,qBAAS;IACpB,MAAM,EAAE,eAAM;IACd,YAAY,EAAE,2BAAY;IAC1B,YAAY,EAAE,2BAAY;IAC1B,IAAI,EAAE,WAAI;IACV,OAAO,EAAE,iBAAO;IAChB,aAAa,EAAE,6BAAa;IAC5B,YAAY,EAAE,2BAAY;IAC1B,mBAAmB,EAAE,yCAAmB;IACxC,EAAE,EAAE,SAAE;IACN,QAAQ,EAAE,mBAAQ;IAClB,UAAU,EAAE,uBAAU;IACtB,KAAK,EAAE,aAAK;IACZ,gBAAgB,EAAE,mCAAgB;IAClC,iBAAiB,EAAE,qCAAiB;IACpC,kBAAkB,EAAE,uCAAkB;IACtC,UAAU,EAAE,uBAAU;IACtB,OAAO,EAAE,iBAAO;IAChB,QAAQ,EAAE,mBAAQ;IAClB,UAAU,EAAE,uBAAU;IACtB,MAAM,EAAE,eAAM;IACd,IAAI,EAAE,WAAI;IACV,MAAM,EAAE,eAAM;IACd,aAAa,EAAE,6BAAa;IAC5B,aAAa,EAAE,6BAAa;IAC5B,WAAW,EAAE,yBAAW;IACxB,mBAAmB,EAAE,gCAAmB;IACxC,kBAAkB,EAAE,8BAAkB;IACtC,yBAAyB,EAAE,4CAAyB;IACpD,wBAAwB,EAAE,0CAAwB;IAClD,kBAAkB,EAAE,uCAAkB;IACtC,eAAe,EAAE,iCAAe;IAChC,aAAa,EAAE,6BAAa;IAC5B,IAAI,EAAE,WAAI;IACV,eAAe,EAAE,iCAAe;IAChC,iBAAiB,EAAE,qCAAiB;IACpC,UAAU,EAAE,uBAAU;IACtB,gBAAgB,EAAE,mCAAgB;IAClC,OAAO,EAAE,iBAAO;IAChB,WAAW,EAAE,yBAAW;IACxB,yBAAyB,EAAE,qDAAyB;IACpD,QAAQ,EAAE,mBAAQ;IAClB,IAAI,EAAE,WAAI;IACV,MAAM,EAAE,eAAM;IACd,UAAU,EAAE,uBAAU;IACtB,SAAS,EAAE,qBAAS;IACpB,WAAW,EAAE,yBAAW;IACxB,iBAAiB,EAAE,qCAAiB;IACpC,gBAAgB,EAAE,mCAAgB;IAClC,IAAI,EAAE,WAAI;IACV,cAAc,EAAE,+BAAc;IAC9B,OAAO,EAAE,iBAAO;IAChB,cAAc,EAAE,gCAAc;IAC9B,cAAc,EAAE,+BAAc;IAC9B,eAAe,EAAE,iCAAe;IAChC,qBAAqB,EAAE,6CAAqB;IAC5C,MAAM,EAAE,eAAM;IACd,aAAa,EAAE,6BAAa;IAC5B,eAAe,EAAE,iCAAe;IAChC,SAAS,EAAE,qBAAS;IACpB,mBAAmB,EAAE,yCAAmB;IACxC,GAAG,EAAE,SAAG;IACR,eAAe,EAAE,iCAAe;IAChC,eAAe,EAAE,iCAAe;IAChC,MAAM,EAAE,eAAM;IACd,YAAY,EAAE,2BAAY;CAC3B,CAAC","sourcesContent":["import { Simulation } from './resources/Simulation';\nimport { 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 { Sponsorship } from './resources/Sponsorship';\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 { Cerfa } from './resources/Cerfa';\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 { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\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 { PartneredAccountant } from './resources/PartneredAccountant';\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 { 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 { 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 { DubiousCustomer } from './resources/DubiousCustomer';\nimport { Notion } from './resources/Notion';\nimport { TimeTracking } from './resources/TimeTracking';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\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 cerfa: Cerfa,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\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 partneredAccountant: PartneredAccountant,\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 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 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 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 accountsSector: AccountsSector,\n businessSector: BusinessSector,\n businessPartner: BusinessPartner,\n visualizedInformation: VisualizedInformation,\n fusion: Fusion,\n salesContract: SalesContract,\n leadsToPartners: LeadsToPartners,\n changeLog: ChangeLog,\n constitutionHistory: ConstitutionHistory,\n das: Das,\n commercialOffer: CommercialOffer,\n dubiousCustomer: DubiousCustomer,\n notion: Notion,\n timeTracking: TimeTracking,\n};\n"]}
|
|
@@ -515,28 +515,28 @@ exports.BrandClementine = [
|
|
|
515
515
|
name: 'page_intro',
|
|
516
516
|
needBgImage: true,
|
|
517
517
|
versionable: false,
|
|
518
|
-
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
518
|
+
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
519
519
|
},
|
|
520
520
|
{
|
|
521
521
|
label: 'Page chiffres',
|
|
522
522
|
name: 'page_numbers',
|
|
523
523
|
needBgImage: true,
|
|
524
524
|
versionable: false,
|
|
525
|
-
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
525
|
+
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
528
|
label: 'Page simplifié',
|
|
529
529
|
name: 'page_simplified',
|
|
530
530
|
needBgImage: true,
|
|
531
531
|
versionable: false,
|
|
532
|
-
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
532
|
+
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
533
533
|
},
|
|
534
534
|
{
|
|
535
535
|
label: 'Détail de la lettre de mission',
|
|
536
536
|
name: 'page_detail_ldm',
|
|
537
537
|
needBgImage: false,
|
|
538
538
|
versionable: false,
|
|
539
|
-
idPrestationType: Object.values(PrestationType_1.PrestationDetail).filter(p => !p.isBack && !p.hidden && [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS].includes(p.id)).map(({ id }) => id), // Prestations non express
|
|
539
|
+
idPrestationType: Object.values(PrestationType_1.PrestationDetail).filter(p => !p.isBack && !p.hidden && [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.BILAN_PREVISIONNEL].includes(p.id)).map(({ id }) => id), // Prestations non express
|
|
540
540
|
},
|
|
541
541
|
{
|
|
542
542
|
label: 'Détail de la lettre de mission (express)',
|
|
@@ -616,9 +616,9 @@ exports.BrandClementine = [
|
|
|
616
616
|
},
|
|
617
617
|
{
|
|
618
618
|
label: 'Bilan Prévisionnel Klems',
|
|
619
|
-
name: '
|
|
619
|
+
name: 'bloc_bilan_previsionnel',
|
|
620
620
|
needBgImage: false,
|
|
621
|
-
idPrestationType: [PrestationType_1.PrestationType.
|
|
621
|
+
idPrestationType: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
622
622
|
versionable: true,
|
|
623
623
|
keyName: 'prestationOptions',
|
|
624
624
|
},
|
|
@@ -626,35 +626,35 @@ exports.BrandClementine = [
|
|
|
626
626
|
label: 'Signature',
|
|
627
627
|
name: 'bloc_sign',
|
|
628
628
|
needBgImage: false,
|
|
629
|
-
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
629
|
+
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
630
630
|
versionable: false,
|
|
631
631
|
},
|
|
632
632
|
{
|
|
633
633
|
label: 'Conditions Générals de Vente (CGV) 1/2',
|
|
634
634
|
name: 'bloc_cgv_first',
|
|
635
635
|
needBgImage: false,
|
|
636
|
-
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
636
|
+
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
637
637
|
versionable: false,
|
|
638
638
|
},
|
|
639
639
|
{
|
|
640
640
|
label: 'Conditions Générals de Vente (CGV) 2/2',
|
|
641
641
|
name: 'bloc_cgv_second',
|
|
642
642
|
needBgImage: false,
|
|
643
|
-
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
643
|
+
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
644
644
|
versionable: false,
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
647
|
label: 'Mandat de prélèvement SEPA',
|
|
648
648
|
name: 'bloc_sepa',
|
|
649
649
|
needBgImage: false,
|
|
650
|
-
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
650
|
+
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
651
651
|
versionable: false,
|
|
652
652
|
},
|
|
653
653
|
{
|
|
654
654
|
label: 'Pièces à nous envoyer',
|
|
655
655
|
name: 'bloc_send_files',
|
|
656
656
|
needBgImage: false,
|
|
657
|
-
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
|
|
657
|
+
idPrestationType: [PrestationType_1.PrestationType.SOCIAL, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType_1.PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType_1.PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS, PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
|
|
658
658
|
versionable: false,
|
|
659
659
|
},
|
|
660
660
|
],
|