@tudopz/model 2.27.30 → 2.27.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tudopz/model",
3
- "version": "2.27.30",
3
+ "version": "2.27.31",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -1,3 +1,4 @@
1
1
  export declare const LEAD_FORM_ASSIGNMENT_VALUES: string[];
2
2
  export declare const LEAD_FORM_FIELD_TYPE_VALUES: string[];
3
3
  export declare const LEAD_FORM_FIELD_VALIDATION_VALUES: string[];
4
+ export declare const LEAD_FORM_LOCATION_VALUES: string[];
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LEAD_FORM_FIELD_VALIDATION_VALUES = exports.LEAD_FORM_FIELD_TYPE_VALUES = exports.LEAD_FORM_ASSIGNMENT_VALUES = void 0;
3
+ exports.LEAD_FORM_LOCATION_VALUES = exports.LEAD_FORM_FIELD_VALIDATION_VALUES = exports.LEAD_FORM_FIELD_TYPE_VALUES = exports.LEAD_FORM_ASSIGNMENT_VALUES = void 0;
4
4
  exports.LEAD_FORM_ASSIGNMENT_VALUES = ['System Default', 'Forced Assignment'];
5
5
  exports.LEAD_FORM_FIELD_TYPE_VALUES = [
6
6
  'Single-line Field',
@@ -15,4 +15,5 @@ exports.LEAD_FORM_FIELD_VALIDATION_VALUES = [
15
15
  'Email',
16
16
  'None',
17
17
  ];
18
+ exports.LEAD_FORM_LOCATION_VALUES = ['Singapore', 'Mumbai'];
18
19
  //# sourceMappingURL=lead-form.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"lead-form.js","sourceRoot":"","sources":["../../../../../libs/model/src/constant/lead-form.ts"],"names":[],"mappings":";;;AAAa,QAAA,2BAA2B,GAAG,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,CAAC;AACtE,QAAA,2BAA2B,GAAG;IACzC,mBAAmB;IACnB,eAAe;IACf,YAAY;IACZ,eAAe;CAChB,CAAC;AACW,QAAA,iCAAiC,GAAG;IAC/C,gBAAgB;IAChB,WAAW;IACX,cAAc;IACd,OAAO;IACP,MAAM;CACP,CAAC"}
1
+ {"version":3,"file":"lead-form.js","sourceRoot":"","sources":["../../../../../libs/model/src/constant/lead-form.ts"],"names":[],"mappings":";;;AAAa,QAAA,2BAA2B,GAAG,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,CAAC;AACtE,QAAA,2BAA2B,GAAG;IACzC,mBAAmB;IACnB,eAAe;IACf,YAAY;IACZ,eAAe;CAChB,CAAC;AACW,QAAA,iCAAiC,GAAG;IAC/C,gBAAgB;IAChB,WAAW;IACX,cAAc;IACd,OAAO;IACP,MAAM;CACP,CAAC;AACW,QAAA,yBAAyB,GAAG,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC"}