@vendasta/forms_microservice 0.29.0 → 0.30.1

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.
@@ -62,6 +62,7 @@ var FilterOperator;
62
62
  FilterOperator[FilterOperator["FILTER_OPERATOR_IS_NOT_BETWEEN"] = 22] = "FILTER_OPERATOR_IS_NOT_BETWEEN";
63
63
  FilterOperator[FilterOperator["FILTER_OPERATOR_IS_VALID"] = 23] = "FILTER_OPERATOR_IS_VALID";
64
64
  FilterOperator[FilterOperator["FILTER_OPERATOR_IS_NOT_VALID"] = 24] = "FILTER_OPERATOR_IS_NOT_VALID";
65
+ FilterOperator[FilterOperator["FILTER_OPERATOR_ANNIVERSARY_IS"] = 25] = "FILTER_OPERATOR_ANNIVERSARY_IS";
65
66
  })(FilterOperator || (FilterOperator = {}));
66
67
  var FilterType;
67
68
  (function (FilterType) {
@@ -139,8 +140,9 @@ var SecuritySchemeType;
139
140
  var ConsentType;
140
141
  (function (ConsentType) {
141
142
  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";
143
+ ConsentType[ConsentType["CONSENT_TYPE_MARKETING_EMAIL"] = 1] = "CONSENT_TYPE_MARKETING_EMAIL";
144
+ ConsentType[ConsentType["CONSENT_TYPE_TRANSACTION_SMS"] = 2] = "CONSENT_TYPE_TRANSACTION_SMS";
145
+ ConsentType[ConsentType["CONSENT_TYPE_MARKETING_SMS"] = 3] = "CONSENT_TYPE_MARKETING_SMS";
144
146
  })(ConsentType || (ConsentType = {}));
145
147
  var FieldType;
146
148
  (function (FieldType) {
@@ -2797,7 +2799,7 @@ class MappedField {
2797
2799
  m.consentConfig = ConsentFieldConfig.fromProto(proto.consentConfig);
2798
2800
  }
2799
2801
  if (proto.promoSelectionConfig) {
2800
- m.promoSelectionConfig = PromoSelectionFieldConfig.fromProto(proto.promoSelectionConfig);
2802
+ m.promoSelectionConfig = PromoSelectionConfig.fromProto(proto.promoSelectionConfig);
2801
2803
  }
2802
2804
  return m;
2803
2805
  }
@@ -2966,9 +2968,9 @@ class FormSubmissionProcessResult {
2966
2968
  return toReturn;
2967
2969
  }
2968
2970
  }
2969
- class PromoSelectionFieldConfig {
2971
+ class PromoSelectionConfig {
2970
2972
  static fromProto(proto) {
2971
- let m = new PromoSelectionFieldConfig();
2973
+ let m = new PromoSelectionConfig();
2972
2974
  m = Object.assign(m, proto);
2973
2975
  return m;
2974
2976
  }
@@ -2983,6 +2985,9 @@ class PromoSelectionFieldConfig {
2983
2985
  if (typeof this.autoAdvance !== 'undefined') {
2984
2986
  toReturn['autoAdvance'] = this.autoAdvance;
2985
2987
  }
2988
+ if (typeof this.multiSelection !== 'undefined') {
2989
+ toReturn['multiSelection'] = this.multiSelection;
2990
+ }
2986
2991
  return toReturn;
2987
2992
  }
2988
2993
  }
@@ -3834,5 +3839,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3834
3839
  * Generated bundle index. Do not edit.
3835
3840
  */
3836
3841
 
3837
- export { Access, ActionParameters, ConsentField, ConsentFieldConfig, ConsentType, Contact, CreateFormFromTemplateRequest, CreateFormFromTemplateResponse, CreateFormRequest, CreateFormResponse, CreateFormSubmissionRequest, CreateFormSubmissionResponse, DateDefault, DeleteFormRequest, EnumSchema, EnumSchemaExtensionsEntry, ExternalDocumentation, FieldOption, FieldType, FieldValue, Filter, FilterGroup, FilterGroupOperator, FilterOperator, FilterType, FilterValue, FormConfig, FormConfigField, FormConfigFieldSchema, FormConfigTemplateSetupSettings, FormCreationStatus, FormSubmission, FormSubmissionApiService, FormSubmissionProcessResult, FormSubmissionProcessResultErrorType, FormSubmissionProcessResultStatus, FormSubmissionResultError, FormSubmissionSubmittedValue, FormSubmissionsExportService, FormTemplateApiService, FormsApiService, GenerateCustomCSSRequest, GenerateCustomCSSResponse, GetCreateFormFromTemplateStatusRequest, GetCreateFormFromTemplateStatusResponse, GetEmbedCodeRequest, GetEmbedCodeResponse, GetFormRequest, GetFormResponse, GetMultiFormSubmissionRequest, GetMultiFormSubmissionResponse, GetMultiFormVersionsListRequest, GetMultiFormVersionsListResponse, GetMultiFormVersionsListResponseVersions, GetMultiRequest, GetMultiRequestFormConfigIdentifier, GetMultiResponse, Header, HeaderParameter, HeaderParameterType, HostService, Info, InfoExtensionsEntry, JSONSchema, JSONSchemaExtensionsEntry, JSONSchemaFieldConfiguration, JSONSchemaJSONSchemaSimpleTypes, JsonSchemaLibrary, License, ListFormSubmissionRequest, ListFormSubmissionResponse, ListFormsRequest, ListFormsRequestFilters, ListFormsResponse, ListFormsResponseFormRow, ListFormsResponseProcessResultStatus, ListMappedFieldSchemaRequest, ListMappedFieldSchemaResponse, MCPOptions, MappedField, NextParameters, Operation, OperationExtensionsEntry, OperationResponsesEntry, PagedRequestOptions, PagedResponseMetadata, Parameters, Phone, PreviewFormRequest, PreviewFormResponse, PromoSelectionFieldConfig, RecoverFormRequest, RecoverFormResponse, RenderFormRequest, RenderFormResponse, RenderFormResponseDefaultValues, RenderFormResponsePreFillByUrlQueryParameter, ReprocessStatus, ReprocessSubmissionRequest, ReprocessSubmissionResponse, Response, ResponseExamplesEntry, ResponseExtensionsEntry, ResponseHeadersEntry, Schema, Scheme, Scopes, ScopesScopeEntry, SectionAction, SectionConfig, SecurityDefinitions, SecurityDefinitionsSecurityEntry, SecurityRequirement, SecurityRequirementSecurityRequirementEntry, SecurityRequirementSecurityRequirementValue, SecurityScheme, SecuritySchemeExtensionsEntry, SecuritySchemeFlow, SecuritySchemeIn, SecuritySchemeType, StringList, Styles, SubmitConditionParameters, Swagger, SwaggerExtensionsEntry, SwaggerResponsesEntry, SystemDefined, Tag, TagExtensionsEntry, UnmappedField, UpdateFormRequest, UpdateFormResponse, UserFormSubmission, ValidationError };
3842
+ export { Access, ActionParameters, ConsentField, ConsentFieldConfig, ConsentType, Contact, CreateFormFromTemplateRequest, CreateFormFromTemplateResponse, CreateFormRequest, CreateFormResponse, CreateFormSubmissionRequest, CreateFormSubmissionResponse, DateDefault, DeleteFormRequest, EnumSchema, EnumSchemaExtensionsEntry, ExternalDocumentation, FieldOption, FieldType, FieldValue, Filter, FilterGroup, FilterGroupOperator, FilterOperator, FilterType, FilterValue, FormConfig, FormConfigField, FormConfigFieldSchema, FormConfigTemplateSetupSettings, FormCreationStatus, FormSubmission, FormSubmissionApiService, FormSubmissionProcessResult, FormSubmissionProcessResultErrorType, FormSubmissionProcessResultStatus, FormSubmissionResultError, FormSubmissionSubmittedValue, FormSubmissionsExportService, FormTemplateApiService, FormsApiService, GenerateCustomCSSRequest, GenerateCustomCSSResponse, GetCreateFormFromTemplateStatusRequest, GetCreateFormFromTemplateStatusResponse, GetEmbedCodeRequest, GetEmbedCodeResponse, GetFormRequest, GetFormResponse, GetMultiFormSubmissionRequest, GetMultiFormSubmissionResponse, GetMultiFormVersionsListRequest, GetMultiFormVersionsListResponse, GetMultiFormVersionsListResponseVersions, GetMultiRequest, GetMultiRequestFormConfigIdentifier, GetMultiResponse, Header, HeaderParameter, HeaderParameterType, HostService, Info, InfoExtensionsEntry, JSONSchema, JSONSchemaExtensionsEntry, JSONSchemaFieldConfiguration, JSONSchemaJSONSchemaSimpleTypes, JsonSchemaLibrary, License, ListFormSubmissionRequest, ListFormSubmissionResponse, ListFormsRequest, ListFormsRequestFilters, ListFormsResponse, ListFormsResponseFormRow, ListFormsResponseProcessResultStatus, ListMappedFieldSchemaRequest, ListMappedFieldSchemaResponse, MCPOptions, MappedField, NextParameters, Operation, OperationExtensionsEntry, OperationResponsesEntry, PagedRequestOptions, PagedResponseMetadata, Parameters, Phone, PreviewFormRequest, PreviewFormResponse, PromoSelectionConfig, RecoverFormRequest, RecoverFormResponse, RenderFormRequest, RenderFormResponse, RenderFormResponseDefaultValues, RenderFormResponsePreFillByUrlQueryParameter, ReprocessStatus, ReprocessSubmissionRequest, ReprocessSubmissionResponse, Response, ResponseExamplesEntry, ResponseExtensionsEntry, ResponseHeadersEntry, Schema, Scheme, Scopes, ScopesScopeEntry, SectionAction, SectionConfig, SecurityDefinitions, SecurityDefinitionsSecurityEntry, SecurityRequirement, SecurityRequirementSecurityRequirementEntry, SecurityRequirementSecurityRequirementValue, SecurityScheme, SecuritySchemeExtensionsEntry, SecuritySchemeFlow, SecuritySchemeIn, SecuritySchemeType, StringList, Styles, SubmitConditionParameters, Swagger, SwaggerExtensionsEntry, SwaggerResponsesEntry, SystemDefined, Tag, TagExtensionsEntry, UnmappedField, UpdateFormRequest, UpdateFormResponse, UserFormSubmission, ValidationError };
3838
3843
  //# sourceMappingURL=vendasta-forms_microservice.mjs.map