@vendasta/forms_microservice 0.30.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) {
@@ -2798,7 +2799,7 @@ class MappedField {
2798
2799
  m.consentConfig = ConsentFieldConfig.fromProto(proto.consentConfig);
2799
2800
  }
2800
2801
  if (proto.promoSelectionConfig) {
2801
- m.promoSelectionConfig = PromoSelectionFieldConfig.fromProto(proto.promoSelectionConfig);
2802
+ m.promoSelectionConfig = PromoSelectionConfig.fromProto(proto.promoSelectionConfig);
2802
2803
  }
2803
2804
  return m;
2804
2805
  }
@@ -2967,9 +2968,9 @@ class FormSubmissionProcessResult {
2967
2968
  return toReturn;
2968
2969
  }
2969
2970
  }
2970
- class PromoSelectionFieldConfig {
2971
+ class PromoSelectionConfig {
2971
2972
  static fromProto(proto) {
2972
- let m = new PromoSelectionFieldConfig();
2973
+ let m = new PromoSelectionConfig();
2973
2974
  m = Object.assign(m, proto);
2974
2975
  return m;
2975
2976
  }
@@ -2984,6 +2985,9 @@ class PromoSelectionFieldConfig {
2984
2985
  if (typeof this.autoAdvance !== 'undefined') {
2985
2986
  toReturn['autoAdvance'] = this.autoAdvance;
2986
2987
  }
2988
+ if (typeof this.multiSelection !== 'undefined') {
2989
+ toReturn['multiSelection'] = this.multiSelection;
2990
+ }
2987
2991
  return toReturn;
2988
2992
  }
2989
2993
  }
@@ -3835,5 +3839,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3835
3839
  * Generated bundle index. Do not edit.
3836
3840
  */
3837
3841
 
3838
- 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 };
3839
3843
  //# sourceMappingURL=vendasta-forms_microservice.mjs.map