b2m-utils 0.0.262 → 0.0.263

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/build/index.js CHANGED
@@ -22,6 +22,12 @@ exports.ApplicationEnum = void 0;
22
22
  ApplicationEnum[ApplicationEnum["AUDIT"] = 7] = "AUDIT";
23
23
  })(exports.ApplicationEnum || (exports.ApplicationEnum = {}));
24
24
 
25
+ exports.CarrierDocumentConfigTypeKeyEnum = void 0;
26
+ (function (CarrierDocumentConfigTypeKeyEnum) {
27
+ CarrierDocumentConfigTypeKeyEnum["DEFAULT_MODAL"] = "default_modal";
28
+ CarrierDocumentConfigTypeKeyEnum["MULTIMODAL_DEFAULT_MODAL"] = "multimodal_default_modal";
29
+ })(exports.CarrierDocumentConfigTypeKeyEnum || (exports.CarrierDocumentConfigTypeKeyEnum = {}));
30
+
25
31
  exports.CountryEnum = void 0;
26
32
  (function (CountryEnum) {
27
33
  CountryEnum[CountryEnum["BRAZIL"] = 1] = "BRAZIL";
@@ -182,6 +188,11 @@ exports.ImapHostsEnum = void 0;
182
188
  ImapHostsEnum["OUTLOOK"] = "OUTLOOK";
183
189
  })(exports.ImapHostsEnum || (exports.ImapHostsEnum = {}));
184
190
 
191
+ exports.InputTypeEnum = void 0;
192
+ (function (InputTypeEnum) {
193
+ InputTypeEnum["RATECARD_MODALS_SELECT"] = "ratecard-modals-select";
194
+ })(exports.InputTypeEnum || (exports.InputTypeEnum = {}));
195
+
185
196
  exports.ModalEnum = void 0;
186
197
  (function (ModalEnum) {
187
198
  ModalEnum[ModalEnum["AIR"] = 1] = "AIR";
package/build/index.js.gz CHANGED
Binary file