@silexpert/core 1.1.59 → 1.1.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/GeneralLedger.d.ts +3 -1
- package/es/api/resources/GeneralLedger.d.ts.map +1 -1
- package/es/api/resources/GeneralLedger.js +6 -0
- package/es/api/resources/GeneralLedger.js.map +1 -1
- package/es/types/Enum/BrandClems.d.ts +2 -93
- package/es/types/Enum/BrandClems.d.ts.map +1 -1
- package/es/types/Enum/BrandClems.js +0 -80
- package/es/types/Enum/BrandClems.js.map +1 -1
- package/es/types/Enum/BrandStatutsExpress.d.ts +95 -0
- package/es/types/Enum/BrandStatutsExpress.d.ts.map +1 -0
- package/es/types/Enum/BrandStatutsExpress.js +97 -0
- package/es/types/Enum/BrandStatutsExpress.js.map +1 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts +13 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts.map +1 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +28 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/brands.d.ts +1 -1
- package/es/utils/brands.d.ts.map +1 -1
- package/es/utils/brands.js +5 -1
- package/es/utils/brands.js.map +1 -1
- package/es/utils/vat/3310/century23.d.ts.map +1 -1
- package/es/utils/vat/3310/century23.js +29 -32
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/es/utils/vat/3514/century23.d.ts.map +1 -1
- package/es/utils/vat/3514/century23.js +28 -31
- package/es/utils/vat/3514/century23.js.map +1 -1
- package/es/utils/vat/3517/century23.d.ts.map +1 -1
- package/es/utils/vat/3517/century23.js +99 -107
- package/es/utils/vat/3517/century23.js.map +1 -1
- package/es/utils/vat/3519/century23.d.ts.map +1 -1
- package/es/utils/vat/3519/century23.js +69 -70
- package/es/utils/vat/3519/century23.js.map +1 -1
- package/es/utils/vat/registration.d.ts.map +1 -1
- package/es/utils/vat/registration.js +3 -1
- package/es/utils/vat/registration.js.map +1 -1
- package/js/api/resources/GeneralLedger.js +10 -0
- package/js/api/resources/GeneralLedger.js.map +1 -1
- package/js/types/Enum/BrandClems.js +0 -79
- package/js/types/Enum/BrandClems.js.map +1 -1
- package/js/types/Enum/BrandStatutsExpress.js +100 -0
- package/js/types/Enum/BrandStatutsExpress.js.map +1 -0
- package/js/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +18 -0
- package/js/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
- package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/js/types/index.js +10 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/brands.js +6 -1
- package/js/utils/brands.js.map +1 -1
- package/js/utils/vat/3310/century23.js +24 -29
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/js/utils/vat/3514/century23.js +22 -27
- package/js/utils/vat/3514/century23.js.map +1 -1
- package/js/utils/vat/3517/century23.js +85 -95
- package/js/utils/vat/3517/century23.js.map +1 -1
- package/js/utils/vat/3519/century23.js +60 -65
- package/js/utils/vat/3519/century23.js.map +1 -1
- package/js/utils/vat/registration.js +3 -1
- package/js/utils/vat/registration.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/GeneralLedger.ts +9 -1
- package/ts/types/Enum/BrandClems.ts +0 -80
- package/ts/types/Enum/BrandStatutsExpress.ts +96 -0
- package/ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts +25 -0
- package/ts/types/Interface/api/registration/ReadRegistration.ts +1 -0
- package/ts/types/index.ts +1 -0
- package/ts/utils/brands.ts +6 -2
- package/ts/utils/vat/3310/century23.ts +29 -32
- package/ts/utils/vat/3514/century23.ts +28 -31
- package/ts/utils/vat/3517/century23.ts +98 -109
- package/ts/utils/vat/3519/century23.ts +68 -69
- package/ts/utils/vat/registration.ts +2 -1
|
@@ -3,4 +3,22 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
exports.QueryGeneralLedgerThirdParty = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
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 QueryGeneralLedgerThirdParty {}
|
|
20
|
+
exports.QueryGeneralLedgerThirdParty = QueryGeneralLedgerThirdParty;
|
|
21
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryGeneralLedgerThirdParty.prototype, "startDate", void 0);
|
|
22
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryGeneralLedgerThirdParty.prototype, "endDate", void 0);
|
|
23
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryGeneralLedgerThirdParty.prototype, "idSociety", void 0);
|
|
6
24
|
//# sourceMappingURL=IGeneralLedgerThirdParty.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGeneralLedgerThirdParty.js","names":[],"sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts"],"sourcesContent":["import { IGeneralLedgerAccountingEntry } from './IGeneralLedgerAccountingEntry';\n\nexport interface IGeneralLedgerThirdParty {\n idThirdParty: number;\n name: string;\n totalCredit: number;\n totalDebit: number;\n totalSolde: number;\n entries: IGeneralLedgerAccountingEntry[];\n identifier: string;\n initialBalance: number;\n}"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerThirdParty.js","names":["_classValidator","require","_utils","QueryGeneralLedgerThirdParty","exports","__decorate","ApiProperty","IsDateString","IsNumber"],"sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts"],"sourcesContent":["import { IsDateString, IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { IGeneralLedgerAccountingEntry } from './IGeneralLedgerAccountingEntry';\n\nexport interface IGeneralLedgerThirdParty {\n idThirdParty: number;\n name: string;\n totalCredit: number;\n totalDebit: number;\n totalSolde: number;\n entries: IGeneralLedgerAccountingEntry[];\n identifier: string;\n initialBalance: number;\n}\n\nexport interface ReadGeneralLedgerSummary {\n idThirdParty: number;\n name: string;\n credit: number;\n debit: number;\n balance: number;\n identifier: string;\n}\n\nexport class QueryGeneralLedgerThirdParty {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAuBM,MAAOE,4BAA4B;AAYxCC,OAAA,CAZYD,4BAA4B,GAA5BA,4BAA4B;AACvCE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,gGACG;AAElBF,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,8FACC;AAEhBF,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAE,wBAAQ,GAAE,E,gGACO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadRegistration.js","names":["UpdatedAnnotationObject","exports"],"sources":["../../../../../ts/types/Interface/api/registration/ReadRegistration.ts"],"sourcesContent":["import { IRegistration } from '../../models/IRegistration';\nimport {\n IAccount, IAccountingEntry, InterchangeState, RegistrationState, RegistrationTickState,\n} from '../../..';\n\nexport type ReadRegistration = IRegistration & { state: RegistrationState };\n\nexport interface ReadSynchronization {\n id: number;\n hasError: boolean;\n hasDepositError: boolean;\n isProcessFinished: boolean;\n hasPaymentError: boolean;\n isTimeOut: boolean;\n hasFailed: boolean;\n}\n\nexport type ReadRegistrationHistory = InterchangeState;\n\nexport interface ReadRegistrationTick {\n state: RegistrationTickState;\n title: string | null;\n details: InterchangeState,\n date: string | null;\n isPayment?: boolean;\n}\n\nexport interface ReadVatEntry {\n isAsset: boolean;\n idVat: number | null;\n account: IAccount | null;\n totalTaxIncluded: number;\n totalTaxExcluded: number,\n totalTax: number,\n label: string,\n date: Date,\n idAccountingTransaction: number;\n isRevised: boolean;\n entry?: IAccountingEntry\n}\n\nexport class UpdatedAnnotationObject {\n old: IAccountingEntry[];\n new: IAccountingEntry[];\n}\n\nexport type UpdatedAnnotation = UpdatedAnnotationObject[];"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"ReadRegistration.js","names":["UpdatedAnnotationObject","exports"],"sources":["../../../../../ts/types/Interface/api/registration/ReadRegistration.ts"],"sourcesContent":["import { IRegistration } from '../../models/IRegistration';\nimport {\n IAccount, IAccountingEntry, InterchangeState, RegistrationState, RegistrationTickState,\n} from '../../..';\n\nexport type ReadRegistration = IRegistration & { state: RegistrationState };\n\nexport interface ReadSynchronization {\n id: number;\n hasError: boolean;\n hasDepositError: boolean;\n isProcessFinished: boolean;\n hasPaymentError: boolean;\n isTimeOut: boolean;\n hasFailed: boolean;\n}\n\nexport type ReadRegistrationHistory = InterchangeState;\n\nexport interface ReadRegistrationTick {\n type?: string | null;\n state: RegistrationTickState;\n title: string | null;\n details: InterchangeState,\n date: string | null;\n isPayment?: boolean;\n}\n\nexport interface ReadVatEntry {\n isAsset: boolean;\n idVat: number | null;\n account: IAccount | null;\n totalTaxIncluded: number;\n totalTaxExcluded: number,\n totalTax: number,\n label: string,\n date: Date,\n idAccountingTransaction: number;\n isRevised: boolean;\n entry?: IAccountingEntry\n}\n\nexport class UpdatedAnnotationObject {\n old: IAccountingEntry[];\n new: IAccountingEntry[];\n}\n\nexport type UpdatedAnnotation = UpdatedAnnotationObject[];"],"mappings":";;;;;AA0CM,MAAOA,uBAAuB;AAGnCC,OAAA,CAHYD,uBAAuB,GAAvBA,uBAAuB"}
|
package/js/types/index.js
CHANGED
|
@@ -4043,6 +4043,16 @@ Object.keys(_BrandClems).forEach(function (key) {
|
|
|
4043
4043
|
}
|
|
4044
4044
|
});
|
|
4045
4045
|
});
|
|
4046
|
+
var _BrandStatutsExpress = require("./Enum/BrandStatutsExpress");
|
|
4047
|
+
Object.keys(_BrandStatutsExpress).forEach(function (key) {
|
|
4048
|
+
if (key === "default" || key === "__esModule") return;
|
|
4049
|
+
Object.defineProperty(exports, key, {
|
|
4050
|
+
enumerable: true,
|
|
4051
|
+
get: function () {
|
|
4052
|
+
return _BrandStatutsExpress[key];
|
|
4053
|
+
}
|
|
4054
|
+
});
|
|
4055
|
+
});
|
|
4046
4056
|
var _PartneredAccountantServiceState = require("./Enum/PartneredAccountantServiceState");
|
|
4047
4057
|
Object.keys(_PartneredAccountantServiceState).forEach(function (key) {
|
|
4048
4058
|
if (key === "default" || key === "__esModule") return;
|