@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.
- package/esm2020/lib/_internal/enums/api.enum.mjs +4 -3
- package/esm2020/lib/_internal/enums/galaxy-filters.enum.mjs +2 -1
- package/esm2020/lib/_internal/interfaces/api.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
- package/esm2020/lib/_internal/objects/api.mjs +7 -4
- package/esm2020/lib/_internal/objects/index.mjs +2 -2
- package/fesm2015/vendasta-forms_microservice.mjs +11 -6
- package/fesm2015/vendasta-forms_microservice.mjs.map +1 -1
- package/fesm2020/vendasta-forms_microservice.mjs +11 -6
- package/fesm2020/vendasta-forms_microservice.mjs.map +1 -1
- package/lib/_internal/enums/api.enum.d.ts +3 -2
- package/lib/_internal/enums/galaxy-filters.enum.d.ts +2 -1
- package/lib/_internal/interfaces/api.interface.d.ts +3 -2
- package/lib/_internal/interfaces/index.d.ts +1 -1
- package/lib/_internal/objects/api.d.ts +5 -4
- package/lib/_internal/objects/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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["
|
|
143
|
-
ConsentType[ConsentType["
|
|
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 =
|
|
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
|
|
2971
|
+
class PromoSelectionConfig {
|
|
2970
2972
|
static fromProto(proto) {
|
|
2971
|
-
let m = new
|
|
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,
|
|
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
|