adamo-types 2.0.110-sit → 2.0.111-sit

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.
@@ -39,4 +39,5 @@ export declare const E_CUSTOMER_BILLING_PAYMENT_METHODS_NOT_FOUND = "E_CUSTOMER_
39
39
  export declare const E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND = "E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND";
40
40
  export declare const E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND = "E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND";
41
41
  export declare const E_TASK_NOT_FOUND = "E_TASK_NOT_FOUND";
42
+ export declare const E_TEMPLATE_NOT_FOUND = "E_TEMPLATE_NOT_FOUND";
42
43
  export declare const E_WORK_ORDER_NOT_FOUND = "E_WORK_ORDER_NOT_FOUND";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.E_WORK_ORDER_NOT_FOUND = exports.E_TASK_NOT_FOUND = exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND = exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND = exports.E_CUSTOMER_BILLING_PAYMENT_METHODS_NOT_FOUND = exports.E_BUNDLE_TYPE_CONFIGURATION_NOT_FOUND = exports.E_NUMBER_FROM_POOL_NOT_FOUND = exports.E_CUSTOMER_HANDOVER_FILE_NOT_FOUND = exports.E_CUSTOMER_HANDOVER_NOT_FOUND = exports.E_ZIP_ADDRESSES_NOT_FOUND = exports.E_WORKGROUP_NOT_FOUND = exports.E_USER_NOT_FOUND = exports.E_PRODUCT_TRANSITION_CONFIGURATION_NOT_FOUND = exports.E_PRODUCT_TRANSITION_GROUP_NOT_FOUND = exports.E_PRODUCT_MOBILE_PROFILE_EQUIVALENCE_NOT_FOUND = exports.E_PRODUCT_CHARACTERISITC_EQUIVALENCE_NOT_FOUND = exports.E_SHOPPING_CART_NOT_FOUND = exports.E_NOT_FOUND = exports.E_SALE_PROCESS_NOT_FOUND = exports.E_LEAD_NOT_FOUND = exports.E_LEAD_FILE_NOT_FOUND = exports.E_CONFIGURATION_NOT_FOUND = exports.E_CHANGE_OF_ADDRESS_CHARACTERISTIC_NOT_FOUND = exports.E_BUNDLES_PRODUCTS_WITHOUT_VOIP_AND_MOBILE_PRODUCTS_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_FIBER_PRODUCT_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_TRANSITION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_MODIFICATION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_DEACTIVATION_NOT_FOUND = exports.E_CUSTOMER_NEW_EXTRAS_NOT_FOUND = exports.E_CUSTOMER_AGGRUPATION_NOT_FOUND = exports.E_CUSTOMER_NOT_FOUND = exports.E_BUNDLE_PRODUCTS_NOT_FOUND = exports.E_BATCH_PROCESS_DEFINITION_NOT_FOUND = exports.E_AUTH_NOT_FOUND = exports.E_AREA_ADDRESSES_NOT_FOUND = exports.E_APPROVAL_NOT_FOUND = exports.E_APPROVAL_DATA_TO_APPROVE_NOT_FOUND = exports.E_APPROVAL_DATA_NOT_FOUND = exports.E_APARTMENT_NOT_FOUND = exports.E_ADDRESS_NOT_FOUND = void 0;
3
+ exports.E_WORK_ORDER_NOT_FOUND = exports.E_TEMPLATE_NOT_FOUND = exports.E_TASK_NOT_FOUND = exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND = exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND = exports.E_CUSTOMER_BILLING_PAYMENT_METHODS_NOT_FOUND = exports.E_BUNDLE_TYPE_CONFIGURATION_NOT_FOUND = exports.E_NUMBER_FROM_POOL_NOT_FOUND = exports.E_CUSTOMER_HANDOVER_FILE_NOT_FOUND = exports.E_CUSTOMER_HANDOVER_NOT_FOUND = exports.E_ZIP_ADDRESSES_NOT_FOUND = exports.E_WORKGROUP_NOT_FOUND = exports.E_USER_NOT_FOUND = exports.E_PRODUCT_TRANSITION_CONFIGURATION_NOT_FOUND = exports.E_PRODUCT_TRANSITION_GROUP_NOT_FOUND = exports.E_PRODUCT_MOBILE_PROFILE_EQUIVALENCE_NOT_FOUND = exports.E_PRODUCT_CHARACTERISITC_EQUIVALENCE_NOT_FOUND = exports.E_SHOPPING_CART_NOT_FOUND = exports.E_NOT_FOUND = exports.E_SALE_PROCESS_NOT_FOUND = exports.E_LEAD_NOT_FOUND = exports.E_LEAD_FILE_NOT_FOUND = exports.E_CONFIGURATION_NOT_FOUND = exports.E_CHANGE_OF_ADDRESS_CHARACTERISTIC_NOT_FOUND = exports.E_BUNDLES_PRODUCTS_WITHOUT_VOIP_AND_MOBILE_PRODUCTS_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_FIBER_PRODUCT_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_TRANSITION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_MODIFICATION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_DEACTIVATION_NOT_FOUND = exports.E_CUSTOMER_NEW_EXTRAS_NOT_FOUND = exports.E_CUSTOMER_AGGRUPATION_NOT_FOUND = exports.E_CUSTOMER_NOT_FOUND = exports.E_BUNDLE_PRODUCTS_NOT_FOUND = exports.E_BATCH_PROCESS_DEFINITION_NOT_FOUND = exports.E_AUTH_NOT_FOUND = exports.E_AREA_ADDRESSES_NOT_FOUND = exports.E_APPROVAL_NOT_FOUND = exports.E_APPROVAL_DATA_TO_APPROVE_NOT_FOUND = exports.E_APPROVAL_DATA_NOT_FOUND = exports.E_APARTMENT_NOT_FOUND = exports.E_ADDRESS_NOT_FOUND = void 0;
4
4
  exports.E_ADDRESS_NOT_FOUND = 'E_ADDRESS_NOT_FOUND';
5
5
  exports.E_APARTMENT_NOT_FOUND = 'E_APARTMENT_NOT_FOUND';
6
6
  exports.E_APPROVAL_DATA_NOT_FOUND = 'E_APPROVAL_DATA_NOT_FOUND';
@@ -42,4 +42,5 @@ exports.E_CUSTOMER_BILLING_PAYMENT_METHODS_NOT_FOUND = 'E_CUSTOMER_BILLING_PAYME
42
42
  exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND = 'E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND';
43
43
  exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND = 'E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND';
44
44
  exports.E_TASK_NOT_FOUND = 'E_TASK_NOT_FOUND';
45
+ exports.E_TEMPLATE_NOT_FOUND = 'E_TEMPLATE_NOT_FOUND';
45
46
  exports.E_WORK_ORDER_NOT_FOUND = 'E_WORK_ORDER_NOT_FOUND';
@@ -1,4 +1,4 @@
1
- export declare class TemplateDto {
1
+ export declare class TemplateEntity {
2
2
  key: string;
3
3
  es: string;
4
4
  }
@@ -9,23 +9,23 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.TemplateDto = void 0;
12
+ exports.TemplateEntity = void 0;
13
13
  const openapi = require("@nestjs/swagger");
14
14
  const typeorm_1 = require("typeorm");
15
- let TemplateDto = class TemplateDto {
15
+ let TemplateEntity = class TemplateEntity {
16
16
  static _OPENAPI_METADATA_FACTORY() {
17
17
  return { key: { required: true, type: () => String }, es: { required: true, type: () => String } };
18
18
  }
19
19
  };
20
- exports.TemplateDto = TemplateDto;
20
+ exports.TemplateEntity = TemplateEntity;
21
21
  __decorate([
22
22
  (0, typeorm_1.PrimaryColumn)(),
23
23
  __metadata("design:type", String)
24
- ], TemplateDto.prototype, "key", void 0);
24
+ ], TemplateEntity.prototype, "key", void 0);
25
25
  __decorate([
26
26
  (0, typeorm_1.Column)({ type: 'text' }),
27
27
  __metadata("design:type", String)
28
- ], TemplateDto.prototype, "es", void 0);
29
- exports.TemplateDto = TemplateDto = __decorate([
28
+ ], TemplateEntity.prototype, "es", void 0);
29
+ exports.TemplateEntity = TemplateEntity = __decorate([
30
30
  (0, typeorm_1.Entity)({ name: 'template' })
31
- ], TemplateDto);
31
+ ], TemplateEntity);
@@ -1 +1,2 @@
1
1
  export * from './res';
2
+ export * from './storage.entity';
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./res"), exports);
18
+ __exportStar(require("./storage.entity"), exports);
@@ -0,0 +1,4 @@
1
+ export declare class TemplateDto {
2
+ key: string;
3
+ es: string;
4
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TemplateDto = void 0;
4
+ const openapi = require("@nestjs/swagger");
5
+ class TemplateDto {
6
+ static _OPENAPI_METADATA_FACTORY() {
7
+ return { key: { required: true, type: () => String }, es: { required: true, type: () => String } };
8
+ }
9
+ }
10
+ exports.TemplateDto = TemplateDto;