adamo-types 1.2.100-sit → 1.2.101-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.
@@ -1,5 +1,5 @@
1
1
  export declare class TemplateFieldDto {
2
- value: string;
2
+ value: string | boolean;
3
3
  fontSize: number;
4
4
  }
5
5
  export declare enum TemplateB2CField {
@@ -12,6 +12,7 @@ export declare enum TemplateB2CField {
12
12
  ADDITIONALMOBILES3 = "additionalMobiles3",
13
13
  ADDITIONALMOBILES4 = "additionalMobiles4",
14
14
  TVOFFERDETAILX = "tvOfferDetailX",
15
+ ADDITIONALSERVICES = "additionalServices",
15
16
  FEEX = "feeX",
16
17
  PROMOFIRSTMONTHX = "promoFirstMonthX",
17
18
  PROMOMONTHPRICEX = "promoMonthPriceX",
@@ -44,8 +45,10 @@ export declare enum TemplateB2CField {
44
45
  LINE3GB = "line3Gb",
45
46
  LINE4GB = "line4Gb",
46
47
  LINE5GB = "line5Gb",
48
+ CHECKFIXEDLANDLINE = "checkFijo",
47
49
  LANDLINEPORTIN = "landlinePortIn",
48
50
  TVOFFERDETAIL = "tvOfferDetail",
51
+ CHECKWIFITOTAL = "checkWifiTotal",
49
52
  FEE = "fee",
50
53
  PROMOFIRSTMONTH = "promoFirstMonth",
51
54
  PROMOMONTHPRICE = "promoMonthPrice",
@@ -4,7 +4,7 @@ exports.TemplateB2BSimDeliveryField = exports.TemplateB2CSimDeliveryField = expo
4
4
  const openapi = require("@nestjs/swagger");
5
5
  class TemplateFieldDto {
6
6
  static _OPENAPI_METADATA_FACTORY() {
7
- return { value: { required: true, type: () => String }, fontSize: { required: true, type: () => Number } };
7
+ return { value: { required: true, type: () => Object }, fontSize: { required: true, type: () => Number } };
8
8
  }
9
9
  }
10
10
  exports.TemplateFieldDto = TemplateFieldDto;
@@ -19,6 +19,7 @@ var TemplateB2CField;
19
19
  TemplateB2CField["ADDITIONALMOBILES3"] = "additionalMobiles3";
20
20
  TemplateB2CField["ADDITIONALMOBILES4"] = "additionalMobiles4";
21
21
  TemplateB2CField["TVOFFERDETAILX"] = "tvOfferDetailX";
22
+ TemplateB2CField["ADDITIONALSERVICES"] = "additionalServices";
22
23
  TemplateB2CField["FEEX"] = "feeX";
23
24
  TemplateB2CField["PROMOFIRSTMONTHX"] = "promoFirstMonthX";
24
25
  TemplateB2CField["PROMOMONTHPRICEX"] = "promoMonthPriceX";
@@ -51,8 +52,10 @@ var TemplateB2CField;
51
52
  TemplateB2CField["LINE3GB"] = "line3Gb";
52
53
  TemplateB2CField["LINE4GB"] = "line4Gb";
53
54
  TemplateB2CField["LINE5GB"] = "line5Gb";
55
+ TemplateB2CField["CHECKFIXEDLANDLINE"] = "checkFijo";
54
56
  TemplateB2CField["LANDLINEPORTIN"] = "landlinePortIn";
55
57
  TemplateB2CField["TVOFFERDETAIL"] = "tvOfferDetail";
58
+ TemplateB2CField["CHECKWIFITOTAL"] = "checkWifiTotal";
56
59
  TemplateB2CField["FEE"] = "fee";
57
60
  TemplateB2CField["PROMOFIRSTMONTH"] = "promoFirstMonth";
58
61
  TemplateB2CField["PROMOMONTHPRICE"] = "promoMonthPrice";