@silexpert/core 1.0.192 → 1.0.194
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/FIle.d.ts +3 -1
- package/es/api/resources/FIle.d.ts.map +1 -1
- package/es/api/resources/FIle.js +3 -0
- package/es/api/resources/FIle.js.map +1 -1
- package/es/api/resources/Mail.d.ts.map +1 -1
- package/es/api/resources/Mail.js +5 -0
- package/es/api/resources/Mail.js.map +1 -1
- package/es/types/Enum/BrandClementine.js +2 -2
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -1
- package/es/types/Enum/MealExpenseThresholds.js +6 -2
- package/es/types/Enum/MealExpenseThresholds.js.map +1 -1
- package/es/types/Enum/PrestationType.js +1 -1
- package/es/types/Enum/PrestationType.js.map +1 -1
- package/es/types/Interface/api/file/Query.d.ts +4 -0
- package/es/types/Interface/api/file/Query.d.ts.map +1 -0
- package/es/types/Interface/api/file/Query.js +17 -0
- package/es/types/Interface/api/file/Query.js.map +1 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.d.ts +2 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.d.ts.map +1 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts +2 -0
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/email/templates/signature.d.ts.map +1 -1
- package/es/utils/email/templates/signature.js +4 -6
- package/es/utils/email/templates/signature.js.map +1 -1
- package/js/api/resources/FIle.js +6 -0
- package/js/api/resources/FIle.js.map +1 -1
- package/js/api/resources/Mail.js +5 -0
- package/js/api/resources/Mail.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +2 -2
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/MealExpenseThresholds.js +6 -2
- package/js/types/Enum/MealExpenseThresholds.js.map +1 -1
- package/js/types/Enum/PrestationType.js +1 -1
- package/js/types/Enum/PrestationType.js.map +1 -1
- package/js/types/Interface/api/file/Query.js +21 -0
- package/js/types/Interface/api/file/Query.js.map +1 -0
- package/js/types/Interface/api/generalLedger/IGeneralLedgerAccount.js.map +1 -1
- package/js/types/Interface/models/IExercice.js.map +1 -1
- package/js/types/index.js +16 -6
- package/js/types/index.js.map +1 -1
- package/js/utils/email/templates/signature.js +4 -6
- package/js/utils/email/templates/signature.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/FIle.ts +5 -0
- package/ts/api/resources/Mail.ts +5 -0
- package/ts/types/Enum/BrandClementine.ts +2 -2
- package/ts/types/Enum/MealExpenseThresholds.ts +6 -2
- package/ts/types/Enum/PrestationType.ts +1 -1
- package/ts/types/Interface/api/file/Query.ts +6 -0
- package/ts/types/Interface/api/generalLedger/IGeneralLedgerAccount.ts +3 -1
- package/ts/types/Interface/models/IExercice.ts +2 -0
- package/ts/types/index.ts +1 -0
- package/ts/utils/email/templates/signature.ts +4 -6
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryFileBuffer = undefined;
|
|
7
|
+
var _utils = require("../../../../utils");
|
|
8
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
9
|
+
var c = arguments.length,
|
|
10
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
11
|
+
d;
|
|
12
|
+
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;
|
|
13
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
14
|
+
};
|
|
15
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
17
|
+
};
|
|
18
|
+
class QueryFileBuffer {}
|
|
19
|
+
exports.QueryFileBuffer = QueryFileBuffer;
|
|
20
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], QueryFileBuffer.prototype, "folder", void 0);
|
|
21
|
+
//# sourceMappingURL=Query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.js","names":["_utils","require","QueryFileBuffer","exports","__decorate","ApiProperty"],"sources":["../../../../../ts/types/Interface/api/file/Query.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryFileBuffer {\n @ApiProperty()\n folder: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAEM,MAAOC,eAAe;AAG3BC,OAAA,CAHYD,eAAe,GAAfA,eAAe;AAC1BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,gFACC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGeneralLedgerAccount.js","names":[],"sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerAccount.ts"],"sourcesContent":["import { IGeneralLedgerAccountingEntry } from './IGeneralLedgerAccountingEntry';\n\nexport interface IGeneralLedgerAccount {\n number: number
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerAccount.js","names":[],"sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerAccount.ts"],"sourcesContent":["import { IGeneralLedgerAccountingEntry } from './IGeneralLedgerAccountingEntry';\n\nexport interface IGeneralLedgerAccount {\n id: number;\n deletedAt: Date | null;\n number: number;\n name: string,\n totalCredit: number\n totalDebit: number\n totalSolde: number\n entries: IGeneralLedgerAccountingEntry[]\n}"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IExercice.js","names":[],"sources":["../../../../ts/types/Interface/models/IExercice.ts"],"sourcesContent":["import { ISupervision } from './ISupervision';\nimport { IChecklist } from './IChecklist';\nimport { ICustomerTva } from './ICustomerTva';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { IAdditionalBalance } from './IAdditionalBalance';\nimport { ISocietyApproval } from './ISocietyApproval';\nimport { IPrestation } from './IPrestation';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IExerciceDetail } from './IExerciceDetail';\nimport { IBalanceSheetModule } from './IBalanceSheetModule';\n\n// exercices\nexport interface IExercice {\n id?: number;\n startDate: Date | null;\n endDate: Date | null;\n turnover?: number | null;\n invoicePurchase?: number | null;\n invoiceSales?: number | null;\n isBack: boolean;\n close: boolean;\n allAnnote: boolean;\n current: boolean;\n deliveryDate?: Date | null;\n employeesNumber?: number | null;\n rentsNumber?: number | null;\n withApproval: boolean;\n reviewGuide: boolean;\n summaryNote: boolean;\n labKeeping: number;\n receiptJeDeclare: boolean;\n annualFolderEdition: boolean;\n turnoverDone: number;\n turnoverMax?: number;\n benefit: number | null;\n processClossingExercice: boolean;\n idFilePaymentSchedule?: number | null;\n isDefault: boolean;\n idSociety?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n notes?: string;\n\n // Associations\n supervision?: ISupervision;\n checklists?: IChecklist[];\n exerciceCustomerTvas?: ICustomerTva[];\n exerciceCustomersIsRegimes?: ICustomerIsRegime[];\n exerciceBalanceSheet?: IBalanceSheet;\n exerciceBalanceSheets?: IBalanceSheet[];\n exerciceAdditionnalBalance?: IAdditionalBalance;\n exerciceApprovals?: ISocietyApproval;\n prestations?: IPrestation[];\n exercicesToPrestations?: IExercicePrestation[];\n file?: IFile;\n society?: ISociety;\n exerciceDetail?: IExerciceDetail;\n exerciceBalanceSheetModule?: IBalanceSheetModule;\n}\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IExercice.js","names":[],"sources":["../../../../ts/types/Interface/models/IExercice.ts"],"sourcesContent":["import { ISupervision } from './ISupervision';\nimport { IChecklist } from './IChecklist';\nimport { ICustomerTva } from './ICustomerTva';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { IAdditionalBalance } from './IAdditionalBalance';\nimport { ISocietyApproval } from './ISocietyApproval';\nimport { IPrestation } from './IPrestation';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IExerciceDetail } from './IExerciceDetail';\nimport { IBalanceSheetModule } from './IBalanceSheetModule';\nimport { IRegistration } from './IRegistration';\n\n// exercices\nexport interface IExercice {\n id?: number;\n startDate: Date | null;\n endDate: Date | null;\n turnover?: number | null;\n invoicePurchase?: number | null;\n invoiceSales?: number | null;\n isBack: boolean;\n close: boolean;\n allAnnote: boolean;\n current: boolean;\n deliveryDate?: Date | null;\n employeesNumber?: number | null;\n rentsNumber?: number | null;\n withApproval: boolean;\n reviewGuide: boolean;\n summaryNote: boolean;\n labKeeping: number;\n receiptJeDeclare: boolean;\n annualFolderEdition: boolean;\n turnoverDone: number;\n turnoverMax?: number;\n benefit: number | null;\n processClossingExercice: boolean;\n idFilePaymentSchedule?: number | null;\n isDefault: boolean;\n idSociety?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n notes?: string;\n\n // Associations\n supervision?: ISupervision;\n checklists?: IChecklist[];\n exerciceCustomerTvas?: ICustomerTva[];\n exerciceCustomersIsRegimes?: ICustomerIsRegime[];\n exerciceBalanceSheet?: IBalanceSheet;\n exerciceBalanceSheets?: IBalanceSheet[];\n exerciceAdditionnalBalance?: IAdditionalBalance;\n exerciceApprovals?: ISocietyApproval;\n prestations?: IPrestation[];\n exercicesToPrestations?: IExercicePrestation[];\n file?: IFile;\n society?: ISociety;\n exerciceDetail?: IExerciceDetail;\n exerciceBalanceSheetModule?: IBalanceSheetModule;\n registration: IRegistration;\n}\n"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -8663,6 +8663,16 @@ Object.keys(_Read6).forEach(function (key) {
|
|
|
8663
8663
|
}
|
|
8664
8664
|
});
|
|
8665
8665
|
});
|
|
8666
|
+
var _Query8 = require("./Interface/api/file/Query");
|
|
8667
|
+
Object.keys(_Query8).forEach(function (key) {
|
|
8668
|
+
if (key === "default" || key === "__esModule") return;
|
|
8669
|
+
Object.defineProperty(exports, key, {
|
|
8670
|
+
enumerable: true,
|
|
8671
|
+
get: function () {
|
|
8672
|
+
return _Query8[key];
|
|
8673
|
+
}
|
|
8674
|
+
});
|
|
8675
|
+
});
|
|
8666
8676
|
var _update = require("./Interface/api/societyConfig/update");
|
|
8667
8677
|
Object.keys(_update).forEach(function (key) {
|
|
8668
8678
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -8833,13 +8843,13 @@ Object.keys(_CreateFileToSign).forEach(function (key) {
|
|
|
8833
8843
|
}
|
|
8834
8844
|
});
|
|
8835
8845
|
});
|
|
8836
|
-
var
|
|
8837
|
-
Object.keys(
|
|
8846
|
+
var _Query9 = require("./Interface/api/rule/Query");
|
|
8847
|
+
Object.keys(_Query9).forEach(function (key) {
|
|
8838
8848
|
if (key === "default" || key === "__esModule") return;
|
|
8839
8849
|
Object.defineProperty(exports, key, {
|
|
8840
8850
|
enumerable: true,
|
|
8841
8851
|
get: function () {
|
|
8842
|
-
return
|
|
8852
|
+
return _Query9[key];
|
|
8843
8853
|
}
|
|
8844
8854
|
});
|
|
8845
8855
|
});
|
|
@@ -8953,13 +8963,13 @@ Object.keys(_Read8).forEach(function (key) {
|
|
|
8953
8963
|
}
|
|
8954
8964
|
});
|
|
8955
8965
|
});
|
|
8956
|
-
var
|
|
8957
|
-
Object.keys(
|
|
8966
|
+
var _Query10 = require("./Interface/api/commercialImport/Query");
|
|
8967
|
+
Object.keys(_Query10).forEach(function (key) {
|
|
8958
8968
|
if (key === "default" || key === "__esModule") return;
|
|
8959
8969
|
Object.defineProperty(exports, key, {
|
|
8960
8970
|
enumerable: true,
|
|
8961
8971
|
get: function () {
|
|
8962
|
-
return
|
|
8972
|
+
return _Query10[key];
|
|
8963
8973
|
}
|
|
8964
8974
|
});
|
|
8965
8975
|
});
|