@vendasta/forms_microservice 0.29.0 → 0.30.0

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.
@@ -139,8 +139,9 @@ var SecuritySchemeType;
139
139
  var ConsentType;
140
140
  (function (ConsentType) {
141
141
  ConsentType[ConsentType["CONSENT_TYPE_INVALID"] = 0] = "CONSENT_TYPE_INVALID";
142
- ConsentType[ConsentType["CONSENT_TYPE_EMAIL"] = 1] = "CONSENT_TYPE_EMAIL";
143
- ConsentType[ConsentType["CONSENT_TYPE_SMS"] = 2] = "CONSENT_TYPE_SMS";
142
+ ConsentType[ConsentType["CONSENT_TYPE_MARKETING_EMAIL"] = 1] = "CONSENT_TYPE_MARKETING_EMAIL";
143
+ ConsentType[ConsentType["CONSENT_TYPE_TRANSACTION_SMS"] = 2] = "CONSENT_TYPE_TRANSACTION_SMS";
144
+ ConsentType[ConsentType["CONSENT_TYPE_MARKETING_SMS"] = 3] = "CONSENT_TYPE_MARKETING_SMS";
144
145
  })(ConsentType || (ConsentType = {}));
145
146
  var FieldType;
146
147
  (function (FieldType) {