@silexpert/core 0.4.101 → 0.4.103
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/FecFile.d.ts +2 -2
- package/es/api/resources/FecFile.d.ts.map +1 -1
- package/es/api/resources/FecFile.js +2 -2
- package/es/api/resources/FecFile.js.map +1 -1
- package/es/api/resources/PartneredAccountant.d.ts +4 -1
- package/es/api/resources/PartneredAccountant.d.ts.map +1 -1
- package/es/api/resources/PartneredAccountant.js +6 -0
- package/es/api/resources/PartneredAccountant.js.map +1 -1
- package/es/api/resources/Product.d.ts +10 -0
- package/es/api/resources/Product.d.ts.map +1 -0
- package/es/api/resources/Product.js +21 -0
- package/es/api/resources/Product.js.map +1 -0
- package/es/api/resources/Society.d.ts +3 -1
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +7 -0
- package/es/api/resources/Society.js.map +1 -1
- package/es/types/Enum/ProductType.d.ts +6 -0
- package/es/types/Enum/ProductType.d.ts.map +1 -0
- package/es/types/Enum/ProductType.js +7 -0
- package/es/types/Enum/ProductType.js.map +1 -0
- package/es/types/Enum/RegistrationSource.d.ts +5 -0
- package/es/types/Enum/RegistrationSource.d.ts.map +1 -0
- package/es/types/Enum/RegistrationSource.js +6 -0
- package/es/types/Enum/RegistrationSource.js.map +1 -0
- package/es/types/Enum/Unit.d.ts +9 -0
- package/es/types/Enum/Unit.d.ts.map +1 -0
- package/es/types/Enum/Unit.js +98 -0
- package/es/types/Enum/Unit.js.map +1 -0
- package/es/types/Interface/api/BasePaginate.d.ts +4 -0
- package/es/types/Interface/api/BasePaginate.d.ts.map +1 -1
- package/es/types/Interface/api/BasePaginate.js +27 -1
- package/es/types/Interface/api/BasePaginate.js.map +1 -1
- package/es/types/Interface/api/fecFile/QueryFecFile.d.ts +4 -0
- package/es/types/Interface/api/fecFile/QueryFecFile.d.ts.map +1 -0
- package/es/types/Interface/api/fecFile/QueryFecFile.js +17 -0
- package/es/types/Interface/api/fecFile/QueryFecFile.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.d.ts +26 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js +96 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.d.ts +6 -0
- package/es/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js +3 -0
- package/es/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.d.ts +4 -0
- package/es/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js +22 -0
- package/es/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.d.ts +6 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.js +2 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.js.map +1 -0
- package/es/types/Interface/api/product/CreateProduct.d.ts +10 -0
- package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -0
- package/es/types/Interface/api/product/CreateProduct.js +62 -0
- package/es/types/Interface/api/product/CreateProduct.js.map +1 -0
- package/es/types/Interface/api/product/QueryProduct.d.ts +5 -0
- package/es/types/Interface/api/product/QueryProduct.d.ts.map +1 -0
- package/es/types/Interface/api/product/QueryProduct.js +27 -0
- package/es/types/Interface/api/product/QueryProduct.js.map +1 -0
- package/es/types/Interface/api/product/UpdateProduct.d.ts +4 -0
- package/es/types/Interface/api/product/UpdateProduct.d.ts.map +1 -0
- package/es/types/Interface/api/product/UpdateProduct.js +4 -0
- package/es/types/Interface/api/product/UpdateProduct.js.map +1 -0
- package/es/types/Interface/api/report/QueryReports.d.ts +1 -1
- package/es/types/Interface/api/report/QueryReports.d.ts.map +1 -1
- package/es/types/Interface/api/report/QueryReports.js +1 -1
- package/es/types/Interface/api/report/QueryReports.js.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.d.ts +5 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.js +14 -0
- package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.d.ts +4 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +6 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/api/user/CreateUser.d.ts +1 -0
- package/es/types/Interface/api/user/CreateUser.d.ts.map +1 -1
- package/es/types/Interface/api/user/CreateUser.js +4 -0
- package/es/types/Interface/api/user/CreateUser.js.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.d.ts +2 -4
- package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/es/types/Interface/models/IPartneredAccountantToSociety.d.ts +12 -0
- package/es/types/Interface/models/IPartneredAccountantToSociety.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantToSociety.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantToSociety.js.map +1 -0
- package/es/types/Interface/models/IPermission.d.ts +1 -1
- package/es/types/Interface/models/IPermission.d.ts.map +1 -1
- package/es/types/Interface/models/IPermission.js.map +1 -1
- package/es/types/Interface/models/IProduct.d.ts +6 -13
- package/es/types/Interface/models/IProduct.d.ts.map +1 -1
- package/es/types/Interface/models/IProduct.js.map +1 -1
- package/es/types/Interface/models/IProductInvoice.d.ts +22 -0
- package/es/types/Interface/models/IProductInvoice.d.ts.map +1 -0
- package/es/types/Interface/models/IProductInvoice.js +2 -0
- package/es/types/Interface/models/IProductInvoice.js.map +1 -0
- package/es/types/Interface/models/IUser.d.ts +20 -19
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +13 -3
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +13 -3
- package/es/types/index.js.map +1 -1
- package/es/utils/validators/objectId.validator.d.ts +11 -0
- package/es/utils/validators/objectId.validator.d.ts.map +1 -0
- package/es/utils/validators/objectId.validator.js +19 -0
- package/es/utils/validators/objectId.validator.js.map +1 -0
- package/js/api/resources/FecFile.js +3 -3
- package/js/api/resources/FecFile.js.map +1 -1
- package/js/api/resources/PartneredAccountant.js +12 -0
- package/js/api/resources/PartneredAccountant.js.map +1 -1
- package/js/api/resources/Product.js +36 -0
- package/js/api/resources/Product.js.map +1 -0
- package/js/api/resources/Society.js +14 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/types/Enum/ProductType.js +13 -0
- package/js/types/Enum/ProductType.js.map +1 -0
- package/js/types/Enum/RegistrationSource.js +12 -0
- package/js/types/Enum/RegistrationSource.js.map +1 -0
- package/js/types/Enum/Unit.js +103 -0
- package/js/types/Enum/Unit.js.map +1 -0
- package/js/types/Interface/api/BasePaginate.js +25 -0
- package/js/types/Interface/api/BasePaginate.js.map +1 -1
- package/js/types/Interface/api/fecFile/QueryFecFile.js +27 -0
- package/js/types/Interface/api/fecFile/QueryFecFile.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js +94 -0
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js +10 -0
- package/js/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js +33 -0
- package/js/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js.map +1 -0
- package/js/types/Interface/{models/IUnit.js → api/partneredAccountant/ReadPartneredAccountantSociety.js} +1 -1
- package/js/types/Interface/{models/IUnit.js.map → api/partneredAccountant/ReadPartneredAccountantSociety.js.map} +1 -1
- package/js/types/Interface/api/product/CreateProduct.js +51 -0
- package/js/types/Interface/api/product/CreateProduct.js.map +1 -0
- package/js/types/Interface/api/product/QueryProduct.js +33 -0
- package/js/types/Interface/api/product/QueryProduct.js.map +1 -0
- package/js/types/Interface/api/product/UpdateProduct.js +13 -0
- package/js/types/Interface/api/product/UpdateProduct.js.map +1 -0
- package/js/types/Interface/api/report/QueryReports.js +1 -1
- package/js/types/Interface/api/report/QueryReports.js.map +1 -1
- package/js/types/Interface/api/society/CreateSociety.js +16 -0
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/society/UpdateSociety.js +7 -1
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/api/user/CreateUser.js +2 -0
- package/js/types/Interface/api/user/CreateUser.js.map +1 -1
- package/js/types/Interface/models/{IProductType.js → IPartneredAccountantToSociety.js} +1 -1
- package/js/types/Interface/models/{IProductType.js.map → IPartneredAccountantToSociety.js.map} +1 -1
- package/js/types/Interface/models/{IItemEstimate.js → IProductInvoice.js} +1 -1
- package/js/types/Interface/models/{IItemEstimate.js.map → IProductInvoice.js.map} +1 -1
- package/js/types/index.js +147 -27
- package/js/types/index.js.map +1 -1
- package/js/utils/validators/objectId.validator.js +29 -0
- package/js/utils/validators/objectId.validator.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/FecFile.ts +6 -2
- package/ts/api/resources/PartneredAccountant.ts +16 -0
- package/ts/api/resources/Product.ts +31 -0
- package/ts/api/resources/Society.ts +11 -0
- package/ts/types/Enum/ProductType.ts +5 -0
- package/ts/types/Enum/RegistrationSource.ts +4 -0
- package/ts/types/Enum/Unit.ts +105 -0
- package/ts/types/Interface/api/BasePaginate.ts +17 -0
- package/ts/types/Interface/api/fecFile/QueryFecFile.ts +6 -0
- package/ts/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.ts +68 -0
- package/ts/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.ts +6 -0
- package/ts/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.ts +11 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.ts +4 -0
- package/ts/types/Interface/api/product/CreateProduct.ts +48 -0
- package/ts/types/Interface/api/product/QueryProduct.ts +15 -0
- package/ts/types/Interface/api/product/UpdateProduct.ts +3 -0
- package/ts/types/Interface/api/report/QueryReports.ts +1 -1
- package/ts/types/Interface/api/society/CreateSociety.ts +11 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +6 -0
- package/ts/types/Interface/api/user/CreateUser.ts +2 -0
- package/ts/types/Interface/models/IEstimateInvoice.ts +2 -4
- package/ts/types/Interface/models/IPartneredAccountantToSociety.ts +15 -0
- package/ts/types/Interface/models/IPermission.ts +1 -1
- package/ts/types/Interface/models/IProduct.ts +6 -13
- package/ts/types/Interface/models/{IItemEstimate.ts → IProductInvoice.ts} +8 -12
- package/ts/types/Interface/models/IUser.ts +20 -19
- package/ts/types/index.ts +14 -4
- package/ts/utils/validators/objectId.validator.ts +31 -0
- package/es/types/Interface/models/IItemEstimate.d.ts +0 -26
- package/es/types/Interface/models/IItemEstimate.d.ts.map +0 -1
- package/es/types/Interface/models/IItemEstimate.js +0 -2
- package/es/types/Interface/models/IItemEstimate.js.map +0 -1
- package/es/types/Interface/models/IProductType.d.ts +0 -7
- package/es/types/Interface/models/IProductType.d.ts.map +0 -1
- package/es/types/Interface/models/IProductType.js +0 -2
- package/es/types/Interface/models/IProductType.js.map +0 -1
- package/es/types/Interface/models/IUnit.d.ts +0 -8
- package/es/types/Interface/models/IUnit.d.ts.map +0 -1
- package/es/types/Interface/models/IUnit.js +0 -2
- package/es/types/Interface/models/IUnit.js.map +0 -1
- package/ts/types/Interface/models/IProductType.ts +0 -7
- package/ts/types/Interface/models/IUnit.ts +0 -8
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryProduct = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _ = require("../../..");
|
|
11
|
+
|
|
12
|
+
var _2 = require("../../../..");
|
|
13
|
+
|
|
14
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length,
|
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
17
|
+
d;
|
|
18
|
+
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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
class QueryProduct {}
|
|
27
|
+
|
|
28
|
+
exports.QueryProduct = QueryProduct;
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _2.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryProduct.prototype, "search", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _2.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsEnum)(_.ProductType), __metadata("design:type", Number)], QueryProduct.prototype, "type", void 0);
|
|
33
|
+
//# sourceMappingURL=QueryProduct.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/product/QueryProduct.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAIX,UAAA,CAAA,CAHC,6BAGD,EAFC,iCAED,EADC,+BACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAKA,UAAA,CAAA,CAHC,6BAGD,EAFC,iCAED,EADC,4BAAO,aAAP,CACD,E,iCAAA,CAAA,E,sBAAA,E,MAAA,E,KAAc,CAAd,CAAA","sourcesContent":["import { IsEnum, IsOptional, IsString } from 'class-validator';\nimport { ProductType } from '../../..';\nimport { ApiPropertyOptional } from '../../../..';\n\nexport class QueryProduct {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(ProductType)\n type?: number;\n}"],"sourceRoot":"","file":"QueryProduct.js"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateProduct = undefined;
|
|
7
|
+
|
|
8
|
+
var _CreateProduct = require("./CreateProduct");
|
|
9
|
+
|
|
10
|
+
class UpdateProduct extends _CreateProduct.CreateProduct {}
|
|
11
|
+
|
|
12
|
+
exports.UpdateProduct = UpdateProduct;
|
|
13
|
+
//# sourceMappingURL=UpdateProduct.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/product/UpdateProduct.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAEM,MAAO,aAAP,SAA6B,4BAA7B,CAA0C;;QAAnC,a,GAAA,a","sourcesContent":["import { CreateProduct } from './CreateProduct';\n\nexport class UpdateProduct extends CreateProduct {}"],"sourceRoot":"","file":"UpdateProduct.js"}
|
|
@@ -35,5 +35,5 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
|
|
|
35
35
|
|
|
36
36
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], QueryReports.prototype, "state", void 0);
|
|
37
37
|
|
|
38
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type",
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], QueryReports.prototype, "idUser", void 0);
|
|
39
39
|
//# sourceMappingURL=QueryReports.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,IAAA,E,KAAY,CAAZ,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,IAAA,E,KAAY,CAAZ,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAA2B,CAA3B,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryReports {\n @ApiPropertyOptional()\n idReportType?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n year?: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n idUser?: number | number[];\n}\n"],"sourceRoot":"","file":"QueryReports.js"}
|
|
@@ -7,6 +7,10 @@ exports.CreateSociety = undefined;
|
|
|
7
7
|
|
|
8
8
|
var _utils = require("../../../../utils");
|
|
9
9
|
|
|
10
|
+
var _SubscriptionType = require("../../../Enum/SubscriptionType");
|
|
11
|
+
|
|
12
|
+
var _RegistrationSource = require("../../../Enum/RegistrationSource");
|
|
13
|
+
|
|
10
14
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
15
|
var c = arguments.length,
|
|
12
16
|
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
@@ -47,6 +51,10 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)
|
|
|
47
51
|
|
|
48
52
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSociety.prototype, "zipCode", void 0);
|
|
49
53
|
|
|
54
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
55
|
+
enum: _RegistrationSource.RegistrationSource
|
|
56
|
+
}), __metadata("design:type", Number)], CreateSociety.prototype, "idSource", void 0);
|
|
57
|
+
|
|
50
58
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSociety.prototype, "analyticsUtm", void 0);
|
|
51
59
|
|
|
52
60
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSociety.prototype, "confirmedAt", void 0);
|
|
@@ -58,4 +66,12 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
|
|
|
58
66
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "idTaxSystem", void 0);
|
|
59
67
|
|
|
60
68
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "idSector", void 0);
|
|
69
|
+
|
|
70
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
71
|
+
enum: _SubscriptionType.SubscriptionType
|
|
72
|
+
}), __metadata("design:type", Number)], CreateSociety.prototype, "idSubscriptionType", void 0);
|
|
73
|
+
|
|
74
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
75
|
+
description: 'Identifiant de l\'Expert-Comptable partenaire'
|
|
76
|
+
}), __metadata("design:type", Object)], CreateSociety.prototype, "idPartneredAccountant", void 0);
|
|
61
77
|
//# sourceMappingURL=CreateSociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAQM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAwB,CAAxB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,UAAA,E,KAAkB,CAAlB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idVatRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n nafCode?: string;\n\n @ApiPropertyOptional()\n zipCode?: string;\n\n @ApiPropertyOptional()\n analyticsUtm?: AnalticsUtm;\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n\n @ApiPropertyOptional()\n idFiscalRegime?: number;\n\n @ApiPropertyOptional()\n profitsType?: number;\n\n @ApiPropertyOptional()\n idTaxSystem?: number;\n\n @ApiPropertyOptional()\n idSector?: number;\n}"],"sourceRoot":"","file":"CreateSociety.js"}
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAQM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,gCAAoB;AAAE,EAAA,IAAI,EAAE;AAAR,CAApB,CACD,E,iCAAA,CAAA,E,uBAAA,E,UAAA,E,KAA8B,CAA9B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAwB,CAAxB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,UAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,gCAAoB;AAAE,EAAA,IAAI,EAAE;AAAR,CAApB,CACD,E,iCAAA,CAAA,E,uBAAA,E,oBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,gCAAoB;AAAE,EAAA,WAAW,EAAE;AAAf,CAApB,CACD,E,iCAAA,CAAA,E,uBAAA,E,uBAAA,E,KAAsC,CAAtC,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { SubscriptionType } from '../../../Enum/SubscriptionType';\nimport { RegistrationSource } from '../../../Enum/RegistrationSource';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idVatRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n nafCode?: string;\n\n @ApiPropertyOptional()\n zipCode?: string;\n\n @ApiPropertyOptional({ enum: RegistrationSource })\n idSource?: RegistrationSource;\n\n @ApiPropertyOptional()\n analyticsUtm?: AnalticsUtm;\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n\n @ApiPropertyOptional()\n idFiscalRegime?: number;\n\n @ApiPropertyOptional()\n profitsType?: number;\n\n @ApiPropertyOptional()\n idTaxSystem?: number;\n\n @ApiPropertyOptional()\n idSector?: number;\n\n @ApiPropertyOptional({ enum: SubscriptionType })\n idSubscriptionType?: SubscriptionType;\n\n @ApiPropertyOptional({ description: 'Identifiant de l\\'Expert-Comptable partenaire' })\n idPartneredAccountant?: number | null;\n}"],"sourceRoot":"","file":"CreateSociety.js"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.UpdateSociety = undefined;
|
|
6
|
+
exports.UpdateSocietyPayload = exports.UpdateSociety = undefined;
|
|
7
7
|
|
|
8
8
|
var _utils = require("../../../../utils");
|
|
9
9
|
|
|
@@ -50,4 +50,10 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
|
|
|
50
50
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSociety.prototype, "exercicePeriod", void 0);
|
|
51
51
|
|
|
52
52
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateSociety.prototype, "confirmedAt", void 0);
|
|
53
|
+
|
|
54
|
+
class UpdateSocietyPayload {}
|
|
55
|
+
|
|
56
|
+
exports.UpdateSocietyPayload = UpdateSocietyPayload;
|
|
57
|
+
|
|
58
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSocietyPayload.prototype, "society", void 0);
|
|
53
59
|
//# sourceMappingURL=UpdateSociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAGM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAwB,CAAxB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGI,MAAO,oBAAP,CAA2B;;QAApB,oB,GAAA,oB;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,8BAAA,E,SAAA,E,KAA2B,CAA3B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ISociety } from '../../models/ISociety';\n\nexport class UpdateSociety {\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idVatRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n idFiscalRegime?: number;\n\n @ApiPropertyOptional()\n profitsType?: number;\n\n @ApiPropertyOptional()\n idTaxSystem?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n}\n\nexport class UpdateSocietyPayload {\n @ApiPropertyOptional()\n society: Partial<ISociety>;\n}"],"sourceRoot":"","file":"UpdateSociety.js"}
|
|
@@ -36,4 +36,6 @@ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], Creat
|
|
|
36
36
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], CreateUser.prototype, "acceptCgv", void 0);
|
|
37
37
|
|
|
38
38
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateUser.prototype, "acceptNewsletter", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateUser.prototype, "affiliateTrackingId", void 0);
|
|
39
41
|
//# sourceMappingURL=CreateUser.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/user/CreateUser.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,UAAP,CAAiB;;QAAV,U,GAAA,U;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oBAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oBAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oBAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oBAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oBAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,kCAAA,CAAA,E,oBAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,oBAAA,E,kBAAA,E,KAA2B,CAA3B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateUser {\n @ApiProperty()\n email: string;\n @ApiProperty()\n phone: string;\n @ApiProperty()\n password: string;\n @ApiProperty()\n firstname: string;\n @ApiProperty()\n lastname: string;\n @ApiProperty()\n acceptCgv?: boolean; // not sure if needed (maybe more a front notion)\n @ApiPropertyOptional()\n acceptNewsletter?: boolean;\n}"],"sourceRoot":"","file":"CreateUser.js"}
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/user/CreateUser.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,UAAP,CAAiB;;QAAV,U,GAAA,U;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oBAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oBAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oBAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oBAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oBAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,kCAAA,CAAA,E,oBAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,oBAAA,E,kBAAA,E,KAA2B,CAA3B,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oBAAA,E,qBAAA,E,KAA6B,CAA7B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateUser {\n @ApiProperty()\n email: string;\n @ApiProperty()\n phone: string;\n @ApiProperty()\n password: string;\n @ApiProperty()\n firstname: string;\n @ApiProperty()\n lastname: string;\n @ApiProperty()\n acceptCgv?: boolean; // not sure if needed (maybe more a front notion)\n @ApiPropertyOptional()\n acceptNewsletter?: boolean;\n @ApiPropertyOptional()\n affiliateTrackingId?: number;\n}"],"sourceRoot":"","file":"CreateUser.js"}
|
package/js/types/Interface/models/{IProductType.js.map → IPartneredAccountantToSociety.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IPartneredAccountantToSociety.js"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IProductInvoice.js"}
|
package/js/types/index.js
CHANGED
|
@@ -1180,14 +1180,14 @@ Object.keys(_IIpTmpBlocked).forEach(function (key) {
|
|
|
1180
1180
|
});
|
|
1181
1181
|
});
|
|
1182
1182
|
|
|
1183
|
-
var
|
|
1183
|
+
var _IProductInvoice = require("./Interface/models/IProductInvoice");
|
|
1184
1184
|
|
|
1185
|
-
Object.keys(
|
|
1185
|
+
Object.keys(_IProductInvoice).forEach(function (key) {
|
|
1186
1186
|
if (key === "default" || key === "__esModule") return;
|
|
1187
1187
|
Object.defineProperty(exports, key, {
|
|
1188
1188
|
enumerable: true,
|
|
1189
1189
|
get: function () {
|
|
1190
|
-
return
|
|
1190
|
+
return _IProductInvoice[key];
|
|
1191
1191
|
}
|
|
1192
1192
|
});
|
|
1193
1193
|
});
|
|
@@ -1540,6 +1540,18 @@ Object.keys(_IPartneredAccountantToTag).forEach(function (key) {
|
|
|
1540
1540
|
});
|
|
1541
1541
|
});
|
|
1542
1542
|
|
|
1543
|
+
var _IPartneredAccountantToSociety = require("./Interface/models/IPartneredAccountantToSociety");
|
|
1544
|
+
|
|
1545
|
+
Object.keys(_IPartneredAccountantToSociety).forEach(function (key) {
|
|
1546
|
+
if (key === "default" || key === "__esModule") return;
|
|
1547
|
+
Object.defineProperty(exports, key, {
|
|
1548
|
+
enumerable: true,
|
|
1549
|
+
get: function () {
|
|
1550
|
+
return _IPartneredAccountantToSociety[key];
|
|
1551
|
+
}
|
|
1552
|
+
});
|
|
1553
|
+
});
|
|
1554
|
+
|
|
1543
1555
|
var _IPayPlan = require("./Interface/models/IPayPlan");
|
|
1544
1556
|
|
|
1545
1557
|
Object.keys(_IPayPlan).forEach(function (key) {
|
|
@@ -3040,18 +3052,6 @@ Object.keys(_IPenaltyType).forEach(function (key) {
|
|
|
3040
3052
|
});
|
|
3041
3053
|
});
|
|
3042
3054
|
|
|
3043
|
-
var _IProductType = require("./Interface/models/IProductType");
|
|
3044
|
-
|
|
3045
|
-
Object.keys(_IProductType).forEach(function (key) {
|
|
3046
|
-
if (key === "default" || key === "__esModule") return;
|
|
3047
|
-
Object.defineProperty(exports, key, {
|
|
3048
|
-
enumerable: true,
|
|
3049
|
-
get: function () {
|
|
3050
|
-
return _IProductType[key];
|
|
3051
|
-
}
|
|
3052
|
-
});
|
|
3053
|
-
});
|
|
3054
|
-
|
|
3055
3055
|
var _IRepeatType = require("./Interface/models/IRepeatType");
|
|
3056
3056
|
|
|
3057
3057
|
Object.keys(_IRepeatType).forEach(function (key) {
|
|
@@ -3136,18 +3136,6 @@ Object.keys(_IVehicleType).forEach(function (key) {
|
|
|
3136
3136
|
});
|
|
3137
3137
|
});
|
|
3138
3138
|
|
|
3139
|
-
var _IUnit = require("./Interface/models/IUnit");
|
|
3140
|
-
|
|
3141
|
-
Object.keys(_IUnit).forEach(function (key) {
|
|
3142
|
-
if (key === "default" || key === "__esModule") return;
|
|
3143
|
-
Object.defineProperty(exports, key, {
|
|
3144
|
-
enumerable: true,
|
|
3145
|
-
get: function () {
|
|
3146
|
-
return _IUnit[key];
|
|
3147
|
-
}
|
|
3148
|
-
});
|
|
3149
|
-
});
|
|
3150
|
-
|
|
3151
3139
|
var _IUser = require("./Interface/models/IUser");
|
|
3152
3140
|
|
|
3153
3141
|
Object.keys(_IUser).forEach(function (key) {
|
|
@@ -3568,6 +3556,18 @@ Object.keys(_Tax).forEach(function (key) {
|
|
|
3568
3556
|
});
|
|
3569
3557
|
});
|
|
3570
3558
|
|
|
3559
|
+
var _RegistrationSource = require("./Enum/RegistrationSource");
|
|
3560
|
+
|
|
3561
|
+
Object.keys(_RegistrationSource).forEach(function (key) {
|
|
3562
|
+
if (key === "default" || key === "__esModule") return;
|
|
3563
|
+
Object.defineProperty(exports, key, {
|
|
3564
|
+
enumerable: true,
|
|
3565
|
+
get: function () {
|
|
3566
|
+
return _RegistrationSource[key];
|
|
3567
|
+
}
|
|
3568
|
+
});
|
|
3569
|
+
});
|
|
3570
|
+
|
|
3571
3571
|
var _Log = require("./Enum/Log");
|
|
3572
3572
|
|
|
3573
3573
|
Object.keys(_Log).forEach(function (key) {
|
|
@@ -4360,6 +4360,30 @@ Object.keys(_AccountsSectors).forEach(function (key) {
|
|
|
4360
4360
|
});
|
|
4361
4361
|
});
|
|
4362
4362
|
|
|
4363
|
+
var _ProductType = require("./Enum/ProductType");
|
|
4364
|
+
|
|
4365
|
+
Object.keys(_ProductType).forEach(function (key) {
|
|
4366
|
+
if (key === "default" || key === "__esModule") return;
|
|
4367
|
+
Object.defineProperty(exports, key, {
|
|
4368
|
+
enumerable: true,
|
|
4369
|
+
get: function () {
|
|
4370
|
+
return _ProductType[key];
|
|
4371
|
+
}
|
|
4372
|
+
});
|
|
4373
|
+
});
|
|
4374
|
+
|
|
4375
|
+
var _Unit = require("./Enum/Unit");
|
|
4376
|
+
|
|
4377
|
+
Object.keys(_Unit).forEach(function (key) {
|
|
4378
|
+
if (key === "default" || key === "__esModule") return;
|
|
4379
|
+
Object.defineProperty(exports, key, {
|
|
4380
|
+
enumerable: true,
|
|
4381
|
+
get: function () {
|
|
4382
|
+
return _Unit[key];
|
|
4383
|
+
}
|
|
4384
|
+
});
|
|
4385
|
+
});
|
|
4386
|
+
|
|
4363
4387
|
var _ReadBusinessPartner = require("./Interface/api/businessPartner/ReadBusinessPartner");
|
|
4364
4388
|
|
|
4365
4389
|
Object.keys(_ReadBusinessPartner).forEach(function (key) {
|
|
@@ -6076,6 +6100,18 @@ Object.keys(_ReadPartneredAccountant).forEach(function (key) {
|
|
|
6076
6100
|
});
|
|
6077
6101
|
});
|
|
6078
6102
|
|
|
6103
|
+
var _QueryPartneredAccountantSocieties = require("./Interface/api/partneredAccountant/QueryPartneredAccountantSocieties");
|
|
6104
|
+
|
|
6105
|
+
Object.keys(_QueryPartneredAccountantSocieties).forEach(function (key) {
|
|
6106
|
+
if (key === "default" || key === "__esModule") return;
|
|
6107
|
+
Object.defineProperty(exports, key, {
|
|
6108
|
+
enumerable: true,
|
|
6109
|
+
get: function () {
|
|
6110
|
+
return _QueryPartneredAccountantSocieties[key];
|
|
6111
|
+
}
|
|
6112
|
+
});
|
|
6113
|
+
});
|
|
6114
|
+
|
|
6079
6115
|
var _ReadPartneredAccountantService = require("./Interface/api/partneredAccountant/ReadPartneredAccountantService");
|
|
6080
6116
|
|
|
6081
6117
|
Object.keys(_ReadPartneredAccountantService).forEach(function (key) {
|
|
@@ -6136,6 +6172,30 @@ Object.keys(_CreatePartneredAccountantRequestedService).forEach(function (key) {
|
|
|
6136
6172
|
});
|
|
6137
6173
|
});
|
|
6138
6174
|
|
|
6175
|
+
var _CreatePartneredAccountantSociety = require("./Interface/api/partneredAccountant/CreatePartneredAccountantSociety");
|
|
6176
|
+
|
|
6177
|
+
Object.keys(_CreatePartneredAccountantSociety).forEach(function (key) {
|
|
6178
|
+
if (key === "default" || key === "__esModule") return;
|
|
6179
|
+
Object.defineProperty(exports, key, {
|
|
6180
|
+
enumerable: true,
|
|
6181
|
+
get: function () {
|
|
6182
|
+
return _CreatePartneredAccountantSociety[key];
|
|
6183
|
+
}
|
|
6184
|
+
});
|
|
6185
|
+
});
|
|
6186
|
+
|
|
6187
|
+
var _ReadPartneredAccountantSociety = require("./Interface/api/partneredAccountant/ReadPartneredAccountantSociety");
|
|
6188
|
+
|
|
6189
|
+
Object.keys(_ReadPartneredAccountantSociety).forEach(function (key) {
|
|
6190
|
+
if (key === "default" || key === "__esModule") return;
|
|
6191
|
+
Object.defineProperty(exports, key, {
|
|
6192
|
+
enumerable: true,
|
|
6193
|
+
get: function () {
|
|
6194
|
+
return _ReadPartneredAccountantSociety[key];
|
|
6195
|
+
}
|
|
6196
|
+
});
|
|
6197
|
+
});
|
|
6198
|
+
|
|
6139
6199
|
var _UpdatePartneredAccountantSoldService = require("./Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService");
|
|
6140
6200
|
|
|
6141
6201
|
Object.keys(_UpdatePartneredAccountantSoldService).forEach(function (key) {
|
|
@@ -6184,6 +6244,18 @@ Object.keys(_InvitePartneredAccountant).forEach(function (key) {
|
|
|
6184
6244
|
});
|
|
6185
6245
|
});
|
|
6186
6246
|
|
|
6247
|
+
var _CreatedPartneredAccountantSociety = require("./Interface/api/partneredAccountant/CreatedPartneredAccountantSociety");
|
|
6248
|
+
|
|
6249
|
+
Object.keys(_CreatedPartneredAccountantSociety).forEach(function (key) {
|
|
6250
|
+
if (key === "default" || key === "__esModule") return;
|
|
6251
|
+
Object.defineProperty(exports, key, {
|
|
6252
|
+
enumerable: true,
|
|
6253
|
+
get: function () {
|
|
6254
|
+
return _CreatedPartneredAccountantSociety[key];
|
|
6255
|
+
}
|
|
6256
|
+
});
|
|
6257
|
+
});
|
|
6258
|
+
|
|
6187
6259
|
var _CreateLog = require("./Interface/api/log/CreateLog");
|
|
6188
6260
|
|
|
6189
6261
|
Object.keys(_CreateLog).forEach(function (key) {
|
|
@@ -6219,4 +6291,52 @@ Object.keys(_UpdateSocietyVehicle).forEach(function (key) {
|
|
|
6219
6291
|
}
|
|
6220
6292
|
});
|
|
6221
6293
|
});
|
|
6294
|
+
|
|
6295
|
+
var _QueryFecFile = require("./Interface/api/fecFile/QueryFecFile");
|
|
6296
|
+
|
|
6297
|
+
Object.keys(_QueryFecFile).forEach(function (key) {
|
|
6298
|
+
if (key === "default" || key === "__esModule") return;
|
|
6299
|
+
Object.defineProperty(exports, key, {
|
|
6300
|
+
enumerable: true,
|
|
6301
|
+
get: function () {
|
|
6302
|
+
return _QueryFecFile[key];
|
|
6303
|
+
}
|
|
6304
|
+
});
|
|
6305
|
+
});
|
|
6306
|
+
|
|
6307
|
+
var _CreateProduct = require("./Interface/api/product/CreateProduct");
|
|
6308
|
+
|
|
6309
|
+
Object.keys(_CreateProduct).forEach(function (key) {
|
|
6310
|
+
if (key === "default" || key === "__esModule") return;
|
|
6311
|
+
Object.defineProperty(exports, key, {
|
|
6312
|
+
enumerable: true,
|
|
6313
|
+
get: function () {
|
|
6314
|
+
return _CreateProduct[key];
|
|
6315
|
+
}
|
|
6316
|
+
});
|
|
6317
|
+
});
|
|
6318
|
+
|
|
6319
|
+
var _UpdateProduct = require("./Interface/api/product/UpdateProduct");
|
|
6320
|
+
|
|
6321
|
+
Object.keys(_UpdateProduct).forEach(function (key) {
|
|
6322
|
+
if (key === "default" || key === "__esModule") return;
|
|
6323
|
+
Object.defineProperty(exports, key, {
|
|
6324
|
+
enumerable: true,
|
|
6325
|
+
get: function () {
|
|
6326
|
+
return _UpdateProduct[key];
|
|
6327
|
+
}
|
|
6328
|
+
});
|
|
6329
|
+
});
|
|
6330
|
+
|
|
6331
|
+
var _QueryProduct = require("./Interface/api/product/QueryProduct");
|
|
6332
|
+
|
|
6333
|
+
Object.keys(_QueryProduct).forEach(function (key) {
|
|
6334
|
+
if (key === "default" || key === "__esModule") return;
|
|
6335
|
+
Object.defineProperty(exports, key, {
|
|
6336
|
+
enumerable: true,
|
|
6337
|
+
get: function () {
|
|
6338
|
+
return _QueryProduct[key];
|
|
6339
|
+
}
|
|
6340
|
+
});
|
|
6341
|
+
});
|
|
6222
6342
|
//# sourceMappingURL=index.js.map
|