@silexpert/core 1.1.104 → 1.1.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/Authenticate.d.ts +2 -0
- package/es/api/resources/Authenticate.d.ts.map +1 -1
- package/es/api/resources/Authenticate.js +14 -0
- package/es/api/resources/Authenticate.js.map +1 -1
- package/es/api/resources/BalanceSheet.d.ts +2 -1
- package/es/api/resources/BalanceSheet.d.ts.map +1 -1
- package/es/api/resources/BalanceSheet.js +3 -0
- package/es/api/resources/BalanceSheet.js.map +1 -1
- package/es/api/resources/BalanceSheetModule.d.ts +2 -2
- package/es/api/resources/BalanceSheetModule.d.ts.map +1 -1
- package/es/api/resources/BalanceSheetModule.js +4 -4
- package/es/api/resources/BalanceSheetModule.js.map +1 -1
- package/es/api/resources/Transaction.d.ts +2 -2
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +4 -4
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts +2 -8
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheet.js +2 -9
- package/es/types/Enum/BalanceSheet.js.map +1 -1
- package/es/types/Enum/Country.js +242 -242
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/Supervision.d.ts +2 -1
- package/es/types/Enum/Supervision.d.ts.map +1 -1
- package/es/types/Enum/Supervision.js +7 -0
- package/es/types/Enum/Supervision.js.map +1 -1
- package/es/types/Form/FormAuthenticate.d.ts +2 -0
- package/es/types/Form/FormAuthenticate.d.ts.map +1 -1
- package/es/types/Form/FormAuthenticate.js +16 -1
- package/es/types/Form/FormAuthenticate.js.map +1 -1
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +4 -0
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +1 -0
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +3 -0
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -0
- package/es/types/Interface/api/balanceSheet/Query.d.ts +5 -0
- package/es/types/Interface/api/balanceSheet/Query.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/Query.js +25 -0
- package/es/types/Interface/api/balanceSheet/Query.js.map +1 -0
- package/es/types/Interface/api/balanceSheet/Read.d.ts +18 -0
- package/es/types/Interface/api/balanceSheet/Read.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/Read.js +2 -0
- package/es/types/Interface/api/balanceSheet/Read.js.map +1 -0
- package/es/types/Interface/api/log/CreateLog.d.ts +2 -0
- package/es/types/Interface/api/log/CreateLog.d.ts.map +1 -1
- package/es/types/Interface/api/log/CreateLog.js.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.d.ts +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/es/types/index.d.ts +3 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +3 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Authenticate.js +34 -1
- package/js/api/resources/Authenticate.js.map +1 -1
- package/js/api/resources/BalanceSheet.js +5 -0
- package/js/api/resources/BalanceSheet.js.map +1 -1
- package/js/api/resources/BalanceSheetModule.js +4 -4
- package/js/api/resources/BalanceSheetModule.js.map +1 -1
- package/js/api/resources/Transaction.js +4 -4
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +2 -8
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/Country.js +244 -3
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/Supervision.js +6 -0
- package/js/types/Enum/Supervision.js.map +1 -1
- package/js/types/Form/FormAuthenticate.js +3 -0
- package/js/types/Form/FormAuthenticate.js.map +1 -1
- package/js/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +8 -0
- package/js/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -0
- package/js/types/Interface/api/balanceSheet/Query.js +23 -0
- package/js/types/Interface/api/balanceSheet/Query.js.map +1 -0
- package/js/types/Interface/api/balanceSheet/Read.js +6 -0
- package/js/types/Interface/api/balanceSheet/Read.js.map +1 -0
- package/js/types/Interface/api/log/CreateLog.js.map +1 -1
- package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/js/types/index.js +81 -51
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Authenticate.ts +4 -0
- package/ts/api/resources/BalanceSheet.ts +5 -1
- package/ts/api/resources/BalanceSheetModule.ts +4 -4
- package/ts/api/resources/Transaction.ts +4 -4
- package/ts/types/Enum/BalanceSheet.ts +2 -9
- package/ts/types/Enum/Country.ts +242 -242
- package/ts/types/Enum/Supervision.ts +7 -0
- package/ts/types/Form/FormAuthenticate.ts +14 -1
- package/ts/types/Interface/api/authentification/ReadAuthenticateCollaborater.ts +3 -0
- package/ts/types/Interface/api/balanceSheet/Query.ts +16 -0
- package/ts/types/Interface/api/balanceSheet/Read.ts +18 -0
- package/ts/types/Interface/api/log/CreateLog.ts +3 -1
- package/ts/types/Interface/api/statistic/ExitRequest.ts +1 -1
- package/ts/types/index.ts +4 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryBalanceSheetStatistic = undefined;
|
|
7
|
+
var _utils = require("../../../../utils");
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
10
|
+
var c = arguments.length,
|
|
11
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
14
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15
|
+
};
|
|
16
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
17
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
18
|
+
};
|
|
19
|
+
class QueryBalanceSheetStatistic {}
|
|
20
|
+
exports.QueryBalanceSheetStatistic = QueryBalanceSheetStatistic;
|
|
21
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryBalanceSheetStatistic.prototype, "date", void 0);
|
|
22
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QueryBalanceSheetStatistic.prototype, "idUser", void 0);
|
|
23
|
+
//# sourceMappingURL=Query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.js","names":["_utils","require","_classValidator","QueryBalanceSheetStatistic","exports","__decorate","ApiProperty","IsDateString","ApiPropertyOptional","IsNumber","IsOptional"],"sources":["../../../../../ts/types/Interface/api/balanceSheet/Query.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport {\n IsDateString, IsNumber, IsOptional,\n} from 'class-validator';\n\n\nexport class QueryBalanceSheetStatistic {\n @ApiProperty()\n @IsDateString()\n date: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idUser: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;;;;;;;;;;;AAKM,MAAOE,0BAA0B;AAStCC,OAAA,CATYD,0BAA0B,GAA1BA,0BAA0B;AACrCE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,yFACA;AAEfF,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAC,wBAAQ,GAAE,EACV,IAAAC,0BAAU,GAAE,E,2FACI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Read.js","names":[],"sources":["../../../../../ts/types/Interface/api/balanceSheet/Read.ts"],"sourcesContent":["export type ReadBalanceSheetYearStatistic = {\n done: number;\n todo: number;\n};\n\nexport type ReadBalanceSheetStatistic = {\n id: number;\n firstname: string;\n lastname: string;\n statistics: {\n actualYearMinusFour: ReadBalanceSheetYearStatistic;\n actualYearMinusThree: ReadBalanceSheetYearStatistic;\n actualYearMinusTwo: ReadBalanceSheetYearStatistic;\n actualYearMinusOne: ReadBalanceSheetYearStatistic;\n actualYear: ReadBalanceSheetYearStatistic;\n actualYearPlusOne: ReadBalanceSheetYearStatistic;\n }\n};"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateLog.js","names":[],"sources":["../../../../../ts/types/Interface/api/log/CreateLog.ts"],"sourcesContent":["import { ActionType } from '../../..';\n\nexport type CreateLog = {\n idUser: number,\n payload?: any,\n client?: { idExercice?: number, idSociety?: number },\n idAction: ActionType,\n idTypeLog: number,\n idBankAccount?: number,\n referer?: string,\n ip?: string
|
|
1
|
+
{"version":3,"file":"CreateLog.js","names":[],"sources":["../../../../../ts/types/Interface/api/log/CreateLog.ts"],"sourcesContent":["import { ActionType } from '../../..';\n\nexport type CreateLog = {\n idUser: number,\n payload?: any,\n client?: { idExercice?: number, idSociety?: number },\n idAction: ActionType,\n idTypeLog: number,\n idBankAccount?: number,\n referer?: string,\n ip?: string,\n device?: string,\n navigator?: string,\n};"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExitRequest.js","names":[],"sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"sourcesContent":["import { ISociety } from '../../models/ISociety';\n\nexport interface CountLateToDoDone {\n late: string[],\n toDo: string[],\n done: string[],\n doneByDefault?: string[],\n}\n\nexport interface Count {\n count: number,\n societiesList: string[]\n}\n\nexport interface CountIsIr {\n IS: string[],\n IR: string[],\n}\n\nexport interface CountVat {\n monthly: string[],\n quarterly: string[],\n simplified: string[],\n none: string[],\n}\n\nexport interface AnnotatedSocieties {\n annotated: string[],\n noAnnotated: string[],\n}\n\nexport interface CountComplementaryPrestation {\n waitingClient: string[],\n waitingDirection: string[],\n acceptedDirection: string[],\n refusedDirection: string[],\n}\n\ninterface TotalAverage {\n total: number,\n average: string[],\n}\n\nexport interface TotalAverageProfit {\n factured: TotalAverage,\n payed: TotalAverage\n}\n\nexport interface StatsLabBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\nexport interface StatsMailsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsCallsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsReportsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface ExitApplication {\n done: {\n count: number,\n societies: string[],\n },\n undone: {\n count: number,\n societies: string[],\n }\n}\n\nexport interface StatisticBalanceSheetDetail {\n
|
|
1
|
+
{"version":3,"file":"ExitRequest.js","names":[],"sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"sourcesContent":["import { ISociety } from '../../models/ISociety';\n\nexport interface CountLateToDoDone {\n late: string[],\n toDo: string[],\n done: string[],\n doneByDefault?: string[],\n}\n\nexport interface Count {\n count: number,\n societiesList: string[]\n}\n\nexport interface CountIsIr {\n IS: string[],\n IR: string[],\n}\n\nexport interface CountVat {\n monthly: string[],\n quarterly: string[],\n simplified: string[],\n none: string[],\n}\n\nexport interface AnnotatedSocieties {\n annotated: string[],\n noAnnotated: string[],\n}\n\nexport interface CountComplementaryPrestation {\n waitingClient: string[],\n waitingDirection: string[],\n acceptedDirection: string[],\n refusedDirection: string[],\n}\n\ninterface TotalAverage {\n total: number,\n average: string[],\n}\n\nexport interface TotalAverageProfit {\n factured: TotalAverage,\n payed: TotalAverage\n}\n\nexport interface StatsLabBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\nexport interface StatsMailsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsCallsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsReportsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface ExitApplication {\n done: {\n count: number,\n societies: string[],\n },\n undone: {\n count: number,\n societies: string[],\n }\n}\n\nexport interface StatisticBalanceSheetDetail {\n attested: string[],\n attestedRefused: string[],\n attestedObserved: string[],\n toReview: string[],\n toRevised: string[],\n toSupervised: string[],\n acceptedSIE: string[],\n acceptedSIEByDefault: string[],\n ARCAttested: string[],\n ARCNoAttested: string[],\n establishedRefused: string[],\n}\n\nexport interface ReturnListType {\n societies?: ISociety[],\n active?: ISociety[],\n unpayed?: string[],\n terminated?: string[],\n archived?: string[],\n labWaiting?: string[],\n labDetail?: CountLateToDoDone,\n labDetailExpert?: CountLateToDoDone,\n balanceSheet?: CountLateToDoDone,\n balanceSheetDetailed?: StatisticBalanceSheetDetail,\n additionnalSell?: CountComplementaryPrestation,\n tva?: CountLateToDoDone,\n checklist?: CountLateToDoDone,\n checklistReinforced?: CountLateToDoDone,\n revision?: Count,\n annotate?: AnnotatedSocieties,\n isIr?: CountIsIr,\n vatType?: CountVat,\n task?: StatsLabBySocieties,\n mail?: StatsMailsBySocieties,\n call?: StatsCallsBySocieties,\n report?: StatsReportsBySocieties,\n profitability?: TotalAverageProfit,\n synchronised?: string[],\n applicationJustified?: ExitApplication,\n applicationSynchronised?: ExitApplication,\n}"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -6933,6 +6933,26 @@ Object.keys(_ReadIncomeStatement).forEach(function (key) {
|
|
|
6933
6933
|
}
|
|
6934
6934
|
});
|
|
6935
6935
|
});
|
|
6936
|
+
var _Query4 = require("./Interface/api/balanceSheet/Query");
|
|
6937
|
+
Object.keys(_Query4).forEach(function (key) {
|
|
6938
|
+
if (key === "default" || key === "__esModule") return;
|
|
6939
|
+
Object.defineProperty(exports, key, {
|
|
6940
|
+
enumerable: true,
|
|
6941
|
+
get: function () {
|
|
6942
|
+
return _Query4[key];
|
|
6943
|
+
}
|
|
6944
|
+
});
|
|
6945
|
+
});
|
|
6946
|
+
var _Read4 = require("./Interface/api/balanceSheet/Read");
|
|
6947
|
+
Object.keys(_Read4).forEach(function (key) {
|
|
6948
|
+
if (key === "default" || key === "__esModule") return;
|
|
6949
|
+
Object.defineProperty(exports, key, {
|
|
6950
|
+
enumerable: true,
|
|
6951
|
+
get: function () {
|
|
6952
|
+
return _Read4[key];
|
|
6953
|
+
}
|
|
6954
|
+
});
|
|
6955
|
+
});
|
|
6936
6956
|
var _ReadBalanceSheet = require("./Interface/api/balanceSheet/ReadBalanceSheet");
|
|
6937
6957
|
Object.keys(_ReadBalanceSheet).forEach(function (key) {
|
|
6938
6958
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -7653,13 +7673,13 @@ Object.keys(_UpdateBudgetPermanentToken).forEach(function (key) {
|
|
|
7653
7673
|
}
|
|
7654
7674
|
});
|
|
7655
7675
|
});
|
|
7656
|
-
var
|
|
7657
|
-
Object.keys(
|
|
7676
|
+
var _Read5 = require("./Interface/api/budgetInsight/Read");
|
|
7677
|
+
Object.keys(_Read5).forEach(function (key) {
|
|
7658
7678
|
if (key === "default" || key === "__esModule") return;
|
|
7659
7679
|
Object.defineProperty(exports, key, {
|
|
7660
7680
|
enumerable: true,
|
|
7661
7681
|
get: function () {
|
|
7662
|
-
return
|
|
7682
|
+
return _Read5[key];
|
|
7663
7683
|
}
|
|
7664
7684
|
});
|
|
7665
7685
|
});
|
|
@@ -7673,13 +7693,13 @@ Object.keys(_Create4).forEach(function (key) {
|
|
|
7673
7693
|
}
|
|
7674
7694
|
});
|
|
7675
7695
|
});
|
|
7676
|
-
var
|
|
7677
|
-
Object.keys(
|
|
7696
|
+
var _Query5 = require("./Interface/api/budgetInsight/Query");
|
|
7697
|
+
Object.keys(_Query5).forEach(function (key) {
|
|
7678
7698
|
if (key === "default" || key === "__esModule") return;
|
|
7679
7699
|
Object.defineProperty(exports, key, {
|
|
7680
7700
|
enumerable: true,
|
|
7681
7701
|
get: function () {
|
|
7682
|
-
return
|
|
7702
|
+
return _Query5[key];
|
|
7683
7703
|
}
|
|
7684
7704
|
});
|
|
7685
7705
|
});
|
|
@@ -8363,23 +8383,23 @@ Object.keys(_readAllCalendarEvent).forEach(function (key) {
|
|
|
8363
8383
|
}
|
|
8364
8384
|
});
|
|
8365
8385
|
});
|
|
8366
|
-
var
|
|
8367
|
-
Object.keys(
|
|
8386
|
+
var _Read6 = require("./Interface/api/checklist/Read");
|
|
8387
|
+
Object.keys(_Read6).forEach(function (key) {
|
|
8368
8388
|
if (key === "default" || key === "__esModule") return;
|
|
8369
8389
|
Object.defineProperty(exports, key, {
|
|
8370
8390
|
enumerable: true,
|
|
8371
8391
|
get: function () {
|
|
8372
|
-
return
|
|
8392
|
+
return _Read6[key];
|
|
8373
8393
|
}
|
|
8374
8394
|
});
|
|
8375
8395
|
});
|
|
8376
|
-
var
|
|
8377
|
-
Object.keys(
|
|
8396
|
+
var _Query6 = require("./Interface/api/checklist/Query");
|
|
8397
|
+
Object.keys(_Query6).forEach(function (key) {
|
|
8378
8398
|
if (key === "default" || key === "__esModule") return;
|
|
8379
8399
|
Object.defineProperty(exports, key, {
|
|
8380
8400
|
enumerable: true,
|
|
8381
8401
|
get: function () {
|
|
8382
|
-
return
|
|
8402
|
+
return _Query6[key];
|
|
8383
8403
|
}
|
|
8384
8404
|
});
|
|
8385
8405
|
});
|
|
@@ -8643,13 +8663,13 @@ Object.keys(_CreateCustomerActivityReport).forEach(function (key) {
|
|
|
8643
8663
|
}
|
|
8644
8664
|
});
|
|
8645
8665
|
});
|
|
8646
|
-
var
|
|
8647
|
-
Object.keys(
|
|
8666
|
+
var _Query7 = require("./Interface/api/customerActivity/Query");
|
|
8667
|
+
Object.keys(_Query7).forEach(function (key) {
|
|
8648
8668
|
if (key === "default" || key === "__esModule") return;
|
|
8649
8669
|
Object.defineProperty(exports, key, {
|
|
8650
8670
|
enumerable: true,
|
|
8651
8671
|
get: function () {
|
|
8652
|
-
return
|
|
8672
|
+
return _Query7[key];
|
|
8653
8673
|
}
|
|
8654
8674
|
});
|
|
8655
8675
|
});
|
|
@@ -8683,23 +8703,23 @@ Object.keys(_Create6).forEach(function (key) {
|
|
|
8683
8703
|
}
|
|
8684
8704
|
});
|
|
8685
8705
|
});
|
|
8686
|
-
var
|
|
8687
|
-
Object.keys(
|
|
8706
|
+
var _Read7 = require("./Interface/api/commercialManagement/Read");
|
|
8707
|
+
Object.keys(_Read7).forEach(function (key) {
|
|
8688
8708
|
if (key === "default" || key === "__esModule") return;
|
|
8689
8709
|
Object.defineProperty(exports, key, {
|
|
8690
8710
|
enumerable: true,
|
|
8691
8711
|
get: function () {
|
|
8692
|
-
return
|
|
8712
|
+
return _Read7[key];
|
|
8693
8713
|
}
|
|
8694
8714
|
});
|
|
8695
8715
|
});
|
|
8696
|
-
var
|
|
8697
|
-
Object.keys(
|
|
8716
|
+
var _Query8 = require("./Interface/api/commercialManagement/Query");
|
|
8717
|
+
Object.keys(_Query8).forEach(function (key) {
|
|
8698
8718
|
if (key === "default" || key === "__esModule") return;
|
|
8699
8719
|
Object.defineProperty(exports, key, {
|
|
8700
8720
|
enumerable: true,
|
|
8701
8721
|
get: function () {
|
|
8702
|
-
return
|
|
8722
|
+
return _Query8[key];
|
|
8703
8723
|
}
|
|
8704
8724
|
});
|
|
8705
8725
|
});
|
|
@@ -8753,13 +8773,13 @@ Object.keys(_ReadConnectionState).forEach(function (key) {
|
|
|
8753
8773
|
}
|
|
8754
8774
|
});
|
|
8755
8775
|
});
|
|
8756
|
-
var
|
|
8757
|
-
Object.keys(
|
|
8776
|
+
var _Query9 = require("./Interface/api/qonto/Query");
|
|
8777
|
+
Object.keys(_Query9).forEach(function (key) {
|
|
8758
8778
|
if (key === "default" || key === "__esModule") return;
|
|
8759
8779
|
Object.defineProperty(exports, key, {
|
|
8760
8780
|
enumerable: true,
|
|
8761
8781
|
get: function () {
|
|
8762
|
-
return
|
|
8782
|
+
return _Query9[key];
|
|
8763
8783
|
}
|
|
8764
8784
|
});
|
|
8765
8785
|
});
|
|
@@ -8823,13 +8843,13 @@ Object.keys(_ProcessBankAccount).forEach(function (key) {
|
|
|
8823
8843
|
}
|
|
8824
8844
|
});
|
|
8825
8845
|
});
|
|
8826
|
-
var
|
|
8827
|
-
Object.keys(
|
|
8846
|
+
var _Read8 = require("./Interface/api/qonto/Read");
|
|
8847
|
+
Object.keys(_Read8).forEach(function (key) {
|
|
8828
8848
|
if (key === "default" || key === "__esModule") return;
|
|
8829
8849
|
Object.defineProperty(exports, key, {
|
|
8830
8850
|
enumerable: true,
|
|
8831
8851
|
get: function () {
|
|
8832
|
-
return
|
|
8852
|
+
return _Read8[key];
|
|
8833
8853
|
}
|
|
8834
8854
|
});
|
|
8835
8855
|
});
|
|
@@ -8843,13 +8863,13 @@ Object.keys(_Create8).forEach(function (key) {
|
|
|
8843
8863
|
}
|
|
8844
8864
|
});
|
|
8845
8865
|
});
|
|
8846
|
-
var
|
|
8847
|
-
Object.keys(
|
|
8866
|
+
var _Read9 = require("./Interface/api/file/Read");
|
|
8867
|
+
Object.keys(_Read9).forEach(function (key) {
|
|
8848
8868
|
if (key === "default" || key === "__esModule") return;
|
|
8849
8869
|
Object.defineProperty(exports, key, {
|
|
8850
8870
|
enumerable: true,
|
|
8851
8871
|
get: function () {
|
|
8852
|
-
return
|
|
8872
|
+
return _Read9[key];
|
|
8853
8873
|
}
|
|
8854
8874
|
});
|
|
8855
8875
|
});
|
|
@@ -9043,13 +9063,13 @@ Object.keys(_CreateFileToSign).forEach(function (key) {
|
|
|
9043
9063
|
}
|
|
9044
9064
|
});
|
|
9045
9065
|
});
|
|
9046
|
-
var
|
|
9047
|
-
Object.keys(
|
|
9066
|
+
var _Query10 = require("./Interface/api/rule/Query");
|
|
9067
|
+
Object.keys(_Query10).forEach(function (key) {
|
|
9048
9068
|
if (key === "default" || key === "__esModule") return;
|
|
9049
9069
|
Object.defineProperty(exports, key, {
|
|
9050
9070
|
enumerable: true,
|
|
9051
9071
|
get: function () {
|
|
9052
|
-
return
|
|
9072
|
+
return _Query10[key];
|
|
9053
9073
|
}
|
|
9054
9074
|
});
|
|
9055
9075
|
});
|
|
@@ -9073,13 +9093,13 @@ Object.keys(_Update4).forEach(function (key) {
|
|
|
9073
9093
|
}
|
|
9074
9094
|
});
|
|
9075
9095
|
});
|
|
9076
|
-
var
|
|
9077
|
-
Object.keys(
|
|
9096
|
+
var _Read10 = require("./Interface/api/rule/Read");
|
|
9097
|
+
Object.keys(_Read10).forEach(function (key) {
|
|
9078
9098
|
if (key === "default" || key === "__esModule") return;
|
|
9079
9099
|
Object.defineProperty(exports, key, {
|
|
9080
9100
|
enumerable: true,
|
|
9081
9101
|
get: function () {
|
|
9082
|
-
return
|
|
9102
|
+
return _Read10[key];
|
|
9083
9103
|
}
|
|
9084
9104
|
});
|
|
9085
9105
|
});
|
|
@@ -9153,23 +9173,23 @@ Object.keys(_QueryGetAllPrestations).forEach(function (key) {
|
|
|
9153
9173
|
}
|
|
9154
9174
|
});
|
|
9155
9175
|
});
|
|
9156
|
-
var
|
|
9157
|
-
Object.keys(
|
|
9176
|
+
var _Read11 = require("./Interface/api/commercialImport/Read");
|
|
9177
|
+
Object.keys(_Read11).forEach(function (key) {
|
|
9158
9178
|
if (key === "default" || key === "__esModule") return;
|
|
9159
9179
|
Object.defineProperty(exports, key, {
|
|
9160
9180
|
enumerable: true,
|
|
9161
9181
|
get: function () {
|
|
9162
|
-
return
|
|
9182
|
+
return _Read11[key];
|
|
9163
9183
|
}
|
|
9164
9184
|
});
|
|
9165
9185
|
});
|
|
9166
|
-
var
|
|
9167
|
-
Object.keys(
|
|
9186
|
+
var _Query11 = require("./Interface/api/commercialImport/Query");
|
|
9187
|
+
Object.keys(_Query11).forEach(function (key) {
|
|
9168
9188
|
if (key === "default" || key === "__esModule") return;
|
|
9169
9189
|
Object.defineProperty(exports, key, {
|
|
9170
9190
|
enumerable: true,
|
|
9171
9191
|
get: function () {
|
|
9172
|
-
return
|
|
9192
|
+
return _Query11[key];
|
|
9173
9193
|
}
|
|
9174
9194
|
});
|
|
9175
9195
|
});
|
|
@@ -9223,6 +9243,16 @@ Object.keys(_Create13).forEach(function (key) {
|
|
|
9223
9243
|
}
|
|
9224
9244
|
});
|
|
9225
9245
|
});
|
|
9246
|
+
var _ReadAuthenticateCollaborater = require("./Interface/api/authentification/ReadAuthenticateCollaborater");
|
|
9247
|
+
Object.keys(_ReadAuthenticateCollaborater).forEach(function (key) {
|
|
9248
|
+
if (key === "default" || key === "__esModule") return;
|
|
9249
|
+
Object.defineProperty(exports, key, {
|
|
9250
|
+
enumerable: true,
|
|
9251
|
+
get: function () {
|
|
9252
|
+
return _ReadAuthenticateCollaborater[key];
|
|
9253
|
+
}
|
|
9254
|
+
});
|
|
9255
|
+
});
|
|
9226
9256
|
var _Create14 = require("./Interface/api/businessSector/Create");
|
|
9227
9257
|
Object.keys(_Create14).forEach(function (key) {
|
|
9228
9258
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -9233,13 +9263,13 @@ Object.keys(_Create14).forEach(function (key) {
|
|
|
9233
9263
|
}
|
|
9234
9264
|
});
|
|
9235
9265
|
});
|
|
9236
|
-
var
|
|
9237
|
-
Object.keys(
|
|
9266
|
+
var _Query12 = require("./Interface/api/businessSector/Query");
|
|
9267
|
+
Object.keys(_Query12).forEach(function (key) {
|
|
9238
9268
|
if (key === "default" || key === "__esModule") return;
|
|
9239
9269
|
Object.defineProperty(exports, key, {
|
|
9240
9270
|
enumerable: true,
|
|
9241
9271
|
get: function () {
|
|
9242
|
-
return
|
|
9272
|
+
return _Query12[key];
|
|
9243
9273
|
}
|
|
9244
9274
|
});
|
|
9245
9275
|
});
|
|
@@ -9253,23 +9283,23 @@ Object.keys(_Delete2).forEach(function (key) {
|
|
|
9253
9283
|
}
|
|
9254
9284
|
});
|
|
9255
9285
|
});
|
|
9256
|
-
var
|
|
9257
|
-
Object.keys(
|
|
9286
|
+
var _Query13 = require("./Interface/api/accountsSectors/Query");
|
|
9287
|
+
Object.keys(_Query13).forEach(function (key) {
|
|
9258
9288
|
if (key === "default" || key === "__esModule") return;
|
|
9259
9289
|
Object.defineProperty(exports, key, {
|
|
9260
9290
|
enumerable: true,
|
|
9261
9291
|
get: function () {
|
|
9262
|
-
return
|
|
9292
|
+
return _Query13[key];
|
|
9263
9293
|
}
|
|
9264
9294
|
});
|
|
9265
9295
|
});
|
|
9266
|
-
var
|
|
9267
|
-
Object.keys(
|
|
9296
|
+
var _Query14 = require("./Interface/api/visualizedInformation/Query");
|
|
9297
|
+
Object.keys(_Query14).forEach(function (key) {
|
|
9268
9298
|
if (key === "default" || key === "__esModule") return;
|
|
9269
9299
|
Object.defineProperty(exports, key, {
|
|
9270
9300
|
enumerable: true,
|
|
9271
9301
|
get: function () {
|
|
9272
|
-
return
|
|
9302
|
+
return _Query14[key];
|
|
9273
9303
|
}
|
|
9274
9304
|
});
|
|
9275
9305
|
});
|