@wix/auto_sdk_stores_read-only-variants-v-3 1.0.5 → 1.0.7
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/cjs/index.typings.d.ts +2 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.context.d.ts +1 -1
- package/build/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.d.ts +1 -1
- package/build/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.js +1 -1
- package/build/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.js.map +1 -1
- package/build/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.types.d.ts +209 -75
- package/build/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.types.js.map +1 -1
- package/build/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.d.ts +404 -80
- package/build/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.js +7 -8
- package/build/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.js.map +1 -1
- package/build/es/index.typings.d.ts +2 -0
- package/build/es/index.typings.js.map +1 -1
- package/build/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.context.d.ts +1 -1
- package/build/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.d.ts +1 -1
- package/build/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.js +1 -1
- package/build/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.js.map +1 -1
- package/build/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.types.d.ts +209 -75
- package/build/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.types.js.map +1 -1
- package/build/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.d.ts +404 -80
- package/build/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.js +7 -8
- package/build/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.context.d.ts +1 -1
- package/build/internal/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.d.ts +4 -3
- package/build/internal/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.js +1 -1
- package/build/internal/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.js.map +1 -1
- package/build/internal/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.types.d.ts +209 -75
- package/build/internal/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.types.js.map +1 -1
- package/build/internal/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.d.ts +407 -82
- package/build/internal/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.js +7 -8
- package/build/internal/cjs/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.js.map +1 -1
- package/build/internal/es/index.typings.d.ts +6 -2
- package/build/internal/es/index.typings.js.map +1 -1
- package/build/internal/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.context.d.ts +1 -1
- package/build/internal/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.d.ts +4 -3
- package/build/internal/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.js +1 -1
- package/build/internal/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.public.js.map +1 -1
- package/build/internal/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.types.d.ts +209 -75
- package/build/internal/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.types.js.map +1 -1
- package/build/internal/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.d.ts +407 -82
- package/build/internal/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.js +7 -8
- package/build/internal/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.js.map +1 -1
- package/package.json +2 -2
package/build/es/src/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Search as SearchSdkType, SearchSpec } from '@wix/sdk-types';
|
|
1
2
|
export interface ReadOnlyVariant extends ReadOnlyVariantTypedPropertiesOneOf {
|
|
2
3
|
/** Physical properties. Must be passed when `productType: PHYSICAL` */
|
|
3
4
|
physicalProperties?: V3VariantPhysicalProperties;
|
|
@@ -216,7 +217,7 @@ export interface V3ProductMedia extends V3ProductMediaSetByOneOf, V3ProductMedia
|
|
|
216
217
|
* Media type.
|
|
217
218
|
* @readonly
|
|
218
219
|
*/
|
|
219
|
-
mediaType?:
|
|
220
|
+
mediaType?: ProductMediaMediaTypeWithLiterals;
|
|
220
221
|
/**
|
|
221
222
|
* Media thumbnail.
|
|
222
223
|
* @readonly
|
|
@@ -281,6 +282,8 @@ export declare enum ProductMediaMediaType {
|
|
|
281
282
|
/** Video media type. */
|
|
282
283
|
VIDEO = "VIDEO"
|
|
283
284
|
}
|
|
285
|
+
/** @enumType */
|
|
286
|
+
export type ProductMediaMediaTypeWithLiterals = ProductMediaMediaType | 'UNKNOWN_MEDIA_TYPE' | 'IMAGE' | 'VIDEO';
|
|
284
287
|
export interface V3Thumbnail {
|
|
285
288
|
/**
|
|
286
289
|
* Thumbnail url.
|
|
@@ -356,7 +359,7 @@ export interface V3PricePerUnitSettings {
|
|
|
356
359
|
* For example, to define price per 100 grams, set this field to "G".
|
|
357
360
|
* @readonly
|
|
358
361
|
*/
|
|
359
|
-
measurementUnit?:
|
|
362
|
+
measurementUnit?: MeasurementUnitWithLiterals;
|
|
360
363
|
}
|
|
361
364
|
export declare enum MeasurementUnit {
|
|
362
365
|
UNSPECIFIED = "UNSPECIFIED",
|
|
@@ -382,6 +385,8 @@ export declare enum MeasurementUnit {
|
|
|
382
385
|
YD = "YD",
|
|
383
386
|
SQFT = "SQFT"
|
|
384
387
|
}
|
|
388
|
+
/** @enumType */
|
|
389
|
+
export type MeasurementUnitWithLiterals = MeasurementUnit | 'UNSPECIFIED' | 'ML' | 'CL' | 'L' | 'CBM' | 'MG' | 'G' | 'KG' | 'MM' | 'CM' | 'M' | 'SQM' | 'OZ' | 'LB' | 'FLOZ' | 'PT' | 'QT' | 'GAL' | 'IN' | 'FT' | 'YD' | 'SQFT';
|
|
385
390
|
export interface V3VariantDigitalProperties {
|
|
386
391
|
/**
|
|
387
392
|
* Digital file which will be downloaded by customer after successful purchase.
|
|
@@ -417,7 +422,7 @@ export interface V3SecuredMedia {
|
|
|
417
422
|
* File type.
|
|
418
423
|
* @readonly
|
|
419
424
|
*/
|
|
420
|
-
fileType?:
|
|
425
|
+
fileType?: SecuredMediaFileTypeWithLiterals;
|
|
421
426
|
}
|
|
422
427
|
export declare enum SecuredMediaFileType {
|
|
423
428
|
/** Unspecified file type. */
|
|
@@ -433,6 +438,8 @@ export declare enum SecuredMediaFileType {
|
|
|
433
438
|
/** Secure archive file. */
|
|
434
439
|
SECURE_ARCHIVE = "SECURE_ARCHIVE"
|
|
435
440
|
}
|
|
441
|
+
/** @enumType */
|
|
442
|
+
export type SecuredMediaFileTypeWithLiterals = SecuredMediaFileType | 'UNSPECIFIED' | 'SECURE_PICTURE' | 'SECURE_VIDEO' | 'SECURE_DOCUMENT' | 'SECURE_MUSIC' | 'SECURE_ARCHIVE';
|
|
436
443
|
export interface V3SubscriptionPricesInfo {
|
|
437
444
|
/**
|
|
438
445
|
* Subscription prices.
|
|
@@ -510,7 +517,7 @@ export interface ProductFields extends ProductFieldsTypedPropertiesOneOf {
|
|
|
510
517
|
* product type
|
|
511
518
|
* @readonly
|
|
512
519
|
*/
|
|
513
|
-
productType?:
|
|
520
|
+
productType?: V3ProductTypeWithLiterals;
|
|
514
521
|
/**
|
|
515
522
|
* Product slug.
|
|
516
523
|
* @format URL_SLUG
|
|
@@ -570,6 +577,8 @@ export declare enum V3ProductType {
|
|
|
570
577
|
/** Digital product. */
|
|
571
578
|
DIGITAL = "DIGITAL"
|
|
572
579
|
}
|
|
580
|
+
/** @enumType */
|
|
581
|
+
export type V3ProductTypeWithLiterals = V3ProductType | 'UNKNOWN_PRODUCT_TYPE' | 'PHYSICAL' | 'DIGITAL';
|
|
573
582
|
export interface V3PhysicalProperties {
|
|
574
583
|
/**
|
|
575
584
|
* Weight measurement unit.
|
|
@@ -583,7 +592,7 @@ export interface V3WeightMeasurementUnitInfo {
|
|
|
583
592
|
* Weight measurement unit.
|
|
584
593
|
* @readonly
|
|
585
594
|
*/
|
|
586
|
-
weightMeasurementUnit?:
|
|
595
|
+
weightMeasurementUnit?: WeightUnitWithLiterals;
|
|
587
596
|
}
|
|
588
597
|
export declare enum WeightUnit {
|
|
589
598
|
/** Weight unit can't be classified due to an error. */
|
|
@@ -593,6 +602,8 @@ export declare enum WeightUnit {
|
|
|
593
602
|
/** Pounds. */
|
|
594
603
|
LB = "LB"
|
|
595
604
|
}
|
|
605
|
+
/** @enumType */
|
|
606
|
+
export type WeightUnitWithLiterals = WeightUnit | 'UNSPECIFIED_WEIGHT_UNIT' | 'KG' | 'LB';
|
|
596
607
|
export interface InternalMetadata {
|
|
597
608
|
}
|
|
598
609
|
export declare enum InternalRowState {
|
|
@@ -607,6 +618,8 @@ export declare enum InternalRowState {
|
|
|
607
618
|
/** Variant is permanently deleted. */
|
|
608
619
|
PERMANENTLY_DELETED = "PERMANENTLY_DELETED"
|
|
609
620
|
}
|
|
621
|
+
/** @enumType */
|
|
622
|
+
export type InternalRowStateWithLiterals = InternalRowState | 'UNKNOWN_ROW_STATE' | 'READY' | 'IN_PROCESS' | 'SOFT_DELETED' | 'PERMANENTLY_DELETED';
|
|
610
623
|
export interface QueryVariantsRequest {
|
|
611
624
|
/** WQL expression. */
|
|
612
625
|
query?: CursorQuery;
|
|
@@ -614,7 +627,7 @@ export interface QueryVariantsRequest {
|
|
|
614
627
|
* A list of requested fields to be included in the response.
|
|
615
628
|
* @maxSize 100
|
|
616
629
|
*/
|
|
617
|
-
fields?:
|
|
630
|
+
fields?: RequestedFieldsWithLiterals[];
|
|
618
631
|
}
|
|
619
632
|
export interface CursorQuery extends CursorQueryPagingMethodOneOf {
|
|
620
633
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
@@ -647,12 +660,14 @@ export interface Sorting {
|
|
|
647
660
|
*/
|
|
648
661
|
fieldName?: string;
|
|
649
662
|
/** Sort order. */
|
|
650
|
-
order?:
|
|
663
|
+
order?: SortOrderWithLiterals;
|
|
651
664
|
}
|
|
652
665
|
export declare enum SortOrder {
|
|
653
666
|
ASC = "ASC",
|
|
654
667
|
DESC = "DESC"
|
|
655
668
|
}
|
|
669
|
+
/** @enumType */
|
|
670
|
+
export type SortOrderWithLiterals = SortOrder | 'ASC' | 'DESC';
|
|
656
671
|
export interface CursorPaging {
|
|
657
672
|
/**
|
|
658
673
|
* Maximum number of items to return in the results.
|
|
@@ -677,6 +692,8 @@ export declare enum RequestedFields {
|
|
|
677
692
|
SUBSCRIPTION_PRICES_INFO = "SUBSCRIPTION_PRICES_INFO",
|
|
678
693
|
WEIGHT_MEASUREMENT_UNIT_INFO = "WEIGHT_MEASUREMENT_UNIT_INFO"
|
|
679
694
|
}
|
|
695
|
+
/** @enumType */
|
|
696
|
+
export type RequestedFieldsWithLiterals = RequestedFields | 'UNKNOWN_REQUESTED_FIELD' | 'CURRENCY' | 'MERCHANT_DATA' | 'SUBSCRIPTION_PRICES_INFO' | 'WEIGHT_MEASUREMENT_UNIT_INFO';
|
|
680
697
|
export interface QueryVariantsResponse {
|
|
681
698
|
/** List of ReadOnlyVariants. */
|
|
682
699
|
variants?: ReadOnlyVariant[];
|
|
@@ -715,7 +732,7 @@ export interface SearchVariantsRequest {
|
|
|
715
732
|
* A list of requested fields to be included in the response.
|
|
716
733
|
* @maxSize 100
|
|
717
734
|
*/
|
|
718
|
-
fields?:
|
|
735
|
+
fields?: RequestedFieldsWithLiterals[];
|
|
719
736
|
}
|
|
720
737
|
export interface CursorSearch extends CursorSearchPagingMethodOneOf {
|
|
721
738
|
/**
|
|
@@ -774,7 +791,7 @@ export interface Aggregation extends AggregationKindOneOf {
|
|
|
774
791
|
*/
|
|
775
792
|
name?: string | null;
|
|
776
793
|
/** Type of aggregation, client must provide matching aggregation field below */
|
|
777
|
-
type?:
|
|
794
|
+
type?: AggregationTypeWithLiterals;
|
|
778
795
|
/**
|
|
779
796
|
* Field to aggregate by, use dot notation to specify json path
|
|
780
797
|
* @maxLength 200
|
|
@@ -806,18 +823,24 @@ export declare enum SortType {
|
|
|
806
823
|
/** Should sort by value of the field alphabetically */
|
|
807
824
|
VALUE = "VALUE"
|
|
808
825
|
}
|
|
826
|
+
/** @enumType */
|
|
827
|
+
export type SortTypeWithLiterals = SortType | 'COUNT' | 'VALUE';
|
|
809
828
|
export declare enum SortDirection {
|
|
810
829
|
/** Should sort in descending order */
|
|
811
830
|
DESC = "DESC",
|
|
812
831
|
/** Should sort in ascending order */
|
|
813
832
|
ASC = "ASC"
|
|
814
833
|
}
|
|
834
|
+
/** @enumType */
|
|
835
|
+
export type SortDirectionWithLiterals = SortDirection | 'DESC' | 'ASC';
|
|
815
836
|
export declare enum MissingValues {
|
|
816
837
|
/** Should missing values be excluded from the aggregation results */
|
|
817
838
|
EXCLUDE = "EXCLUDE",
|
|
818
839
|
/** Should missing values be included in the aggregation results */
|
|
819
840
|
INCLUDE = "INCLUDE"
|
|
820
841
|
}
|
|
842
|
+
/** @enumType */
|
|
843
|
+
export type MissingValuesWithLiterals = MissingValues | 'EXCLUDE' | 'INCLUDE';
|
|
821
844
|
export interface IncludeMissingValuesOptions {
|
|
822
845
|
/**
|
|
823
846
|
* Can specify custom bucket name. Defaults are [string -> "N/A"], [int -> "0"], [bool -> "false"] ...
|
|
@@ -834,17 +857,19 @@ export declare enum ScalarType {
|
|
|
834
857
|
/** Maximum value */
|
|
835
858
|
MAX = "MAX"
|
|
836
859
|
}
|
|
860
|
+
/** @enumType */
|
|
861
|
+
export type ScalarTypeWithLiterals = ScalarType | 'UNKNOWN_SCALAR_TYPE' | 'COUNT_DISTINCT' | 'MIN' | 'MAX';
|
|
837
862
|
export interface ValueAggregation extends ValueAggregationOptionsOneOf {
|
|
838
863
|
/** Options for including missing values */
|
|
839
864
|
includeOptions?: IncludeMissingValuesOptions;
|
|
840
865
|
/** Should sort by number of matches or value of the field */
|
|
841
|
-
sortType?:
|
|
866
|
+
sortType?: SortTypeWithLiterals;
|
|
842
867
|
/** Should sort in ascending or descending order */
|
|
843
|
-
sortDirection?:
|
|
868
|
+
sortDirection?: SortDirectionWithLiterals;
|
|
844
869
|
/** How many aggregations would you like to return? Can be between 1 and 250. 10 is the default. */
|
|
845
870
|
limit?: number | null;
|
|
846
871
|
/** Should missing values be included or excluded from the aggregation results. Default is EXCLUDE */
|
|
847
|
-
missingValues?:
|
|
872
|
+
missingValues?: MissingValuesWithLiterals;
|
|
848
873
|
}
|
|
849
874
|
/** @oneof */
|
|
850
875
|
export interface ValueAggregationOptionsOneOf {
|
|
@@ -862,6 +887,8 @@ export declare enum NestedAggregationType {
|
|
|
862
887
|
/** An aggregation, where result buckets are dynamically built - one per time interval (hour, day, week, etc.) */
|
|
863
888
|
DATE_HISTOGRAM = "DATE_HISTOGRAM"
|
|
864
889
|
}
|
|
890
|
+
/** @enumType */
|
|
891
|
+
export type NestedAggregationTypeWithLiterals = NestedAggregationType | 'UNKNOWN_AGGREGATION_TYPE' | 'VALUE' | 'RANGE' | 'SCALAR' | 'DATE_HISTOGRAM';
|
|
865
892
|
export interface RangeAggregation {
|
|
866
893
|
/**
|
|
867
894
|
* List of range buckets, where during aggregation each entity will be placed in the first bucket where its value falls into based on provided range bounds
|
|
@@ -871,11 +898,11 @@ export interface RangeAggregation {
|
|
|
871
898
|
}
|
|
872
899
|
export interface ScalarAggregation {
|
|
873
900
|
/** Define the operator for the scalar aggregation */
|
|
874
|
-
type?:
|
|
901
|
+
type?: ScalarTypeWithLiterals;
|
|
875
902
|
}
|
|
876
903
|
export interface DateHistogramAggregation {
|
|
877
904
|
/** Interval for date histogram aggregation */
|
|
878
|
-
interval?:
|
|
905
|
+
interval?: IntervalWithLiterals;
|
|
879
906
|
}
|
|
880
907
|
export declare enum Interval {
|
|
881
908
|
UNKNOWN_INTERVAL = "UNKNOWN_INTERVAL",
|
|
@@ -894,6 +921,8 @@ export declare enum Interval {
|
|
|
894
921
|
/** Second interval */
|
|
895
922
|
SECOND = "SECOND"
|
|
896
923
|
}
|
|
924
|
+
/** @enumType */
|
|
925
|
+
export type IntervalWithLiterals = Interval | 'UNKNOWN_INTERVAL' | 'YEAR' | 'MONTH' | 'WEEK' | 'DAY' | 'HOUR' | 'MINUTE' | 'SECOND';
|
|
897
926
|
export interface NestedAggregationItem extends NestedAggregationItemKindOneOf {
|
|
898
927
|
/** Value aggregation */
|
|
899
928
|
value?: ValueAggregation;
|
|
@@ -909,7 +938,7 @@ export interface NestedAggregationItem extends NestedAggregationItemKindOneOf {
|
|
|
909
938
|
*/
|
|
910
939
|
name?: string | null;
|
|
911
940
|
/** Type of aggregation, client must provide matching aggregation field below */
|
|
912
|
-
type?:
|
|
941
|
+
type?: NestedAggregationTypeWithLiterals;
|
|
913
942
|
/**
|
|
914
943
|
* Field to aggregate by, use dont notation to specify json path
|
|
915
944
|
* @maxLength 200
|
|
@@ -940,6 +969,8 @@ export declare enum AggregationType {
|
|
|
940
969
|
/** Multi-level aggregation, where each next aggregation is nested within previous one */
|
|
941
970
|
NESTED = "NESTED"
|
|
942
971
|
}
|
|
972
|
+
/** @enumType */
|
|
973
|
+
export type AggregationTypeWithLiterals = AggregationType | 'UNKNOWN_AGGREGATION_TYPE' | 'VALUE' | 'RANGE' | 'SCALAR' | 'DATE_HISTOGRAM' | 'NESTED';
|
|
943
974
|
/** Nested aggregation expressed through a list of aggregation where each next aggregation is nested within previous one */
|
|
944
975
|
export interface NestedAggregation {
|
|
945
976
|
/**
|
|
@@ -951,7 +982,7 @@ export interface NestedAggregation {
|
|
|
951
982
|
}
|
|
952
983
|
export interface SearchDetails {
|
|
953
984
|
/** Defines how separate search terms in `expression` are combined */
|
|
954
|
-
mode?:
|
|
985
|
+
mode?: ModeWithLiterals;
|
|
955
986
|
/**
|
|
956
987
|
* Search term or expression
|
|
957
988
|
* @maxLength 100
|
|
@@ -972,6 +1003,8 @@ export declare enum Mode {
|
|
|
972
1003
|
/** All search terms must be present */
|
|
973
1004
|
AND = "AND"
|
|
974
1005
|
}
|
|
1006
|
+
/** @enumType */
|
|
1007
|
+
export type ModeWithLiterals = Mode | 'OR' | 'AND';
|
|
975
1008
|
export interface SearchVariantsResponse {
|
|
976
1009
|
/** Variants which satisfy the provided query. */
|
|
977
1010
|
variants?: ReadOnlyVariant[];
|
|
@@ -1017,7 +1050,7 @@ export interface NestedAggregationResults extends NestedAggregationResultsResult
|
|
|
1017
1050
|
*/
|
|
1018
1051
|
name?: string;
|
|
1019
1052
|
/** Type of aggregation that matches result */
|
|
1020
|
-
type?:
|
|
1053
|
+
type?: AggregationTypeWithLiterals;
|
|
1021
1054
|
/**
|
|
1022
1055
|
* Field to aggregate by, matches the one provided in request
|
|
1023
1056
|
* @maxLength 200
|
|
@@ -1049,7 +1082,7 @@ export interface RangeResults {
|
|
|
1049
1082
|
}
|
|
1050
1083
|
export interface AggregationResultsScalarResult {
|
|
1051
1084
|
/** Type of scalar aggregation */
|
|
1052
|
-
type?:
|
|
1085
|
+
type?: ScalarTypeWithLiterals;
|
|
1053
1086
|
/** Value of the scalar aggregation */
|
|
1054
1087
|
value?: number;
|
|
1055
1088
|
}
|
|
@@ -1161,7 +1194,7 @@ export interface AggregationResults extends AggregationResultsResultOneOf {
|
|
|
1161
1194
|
*/
|
|
1162
1195
|
name?: string;
|
|
1163
1196
|
/** Type of aggregation that must match provided kind as derived from search request */
|
|
1164
|
-
type?:
|
|
1197
|
+
type?: AggregationTypeWithLiterals;
|
|
1165
1198
|
/**
|
|
1166
1199
|
* Field to aggregate by as derived from search request
|
|
1167
1200
|
* @maxLength 200
|
|
@@ -1190,7 +1223,7 @@ export interface DeprecatedSearchVariantsWithOffsetRequest {
|
|
|
1190
1223
|
* A list of requested fields to be included in the response.
|
|
1191
1224
|
* @maxSize 100
|
|
1192
1225
|
*/
|
|
1193
|
-
fields?:
|
|
1226
|
+
fields?: RequestedFieldsWithLiterals[];
|
|
1194
1227
|
}
|
|
1195
1228
|
export interface PlatformOffsetSearch extends PlatformOffsetSearchPagingMethodOneOf {
|
|
1196
1229
|
/** Pointer to page of results using offset. Can not be used together with 'cursor_paging' */
|
|
@@ -1216,12 +1249,14 @@ export interface CommonSorting {
|
|
|
1216
1249
|
*/
|
|
1217
1250
|
fieldName?: string;
|
|
1218
1251
|
/** Sort order. */
|
|
1219
|
-
order?:
|
|
1252
|
+
order?: CommonSortOrderWithLiterals;
|
|
1220
1253
|
}
|
|
1221
1254
|
export declare enum CommonSortOrder {
|
|
1222
1255
|
ASC = "ASC",
|
|
1223
1256
|
DESC = "DESC"
|
|
1224
1257
|
}
|
|
1258
|
+
/** @enumType */
|
|
1259
|
+
export type CommonSortOrderWithLiterals = CommonSortOrder | 'ASC' | 'DESC';
|
|
1225
1260
|
export interface CommonAggregation extends CommonAggregationKindOneOf {
|
|
1226
1261
|
/** Value aggregation. */
|
|
1227
1262
|
value?: AggregationValueAggregation;
|
|
@@ -1239,7 +1274,7 @@ export interface CommonAggregation extends CommonAggregationKindOneOf {
|
|
|
1239
1274
|
*/
|
|
1240
1275
|
name?: string | null;
|
|
1241
1276
|
/** Type of aggregation, client must provide matching aggregation field below. */
|
|
1242
|
-
type?:
|
|
1277
|
+
type?: CommonAggregationTypeWithLiterals;
|
|
1243
1278
|
/**
|
|
1244
1279
|
* Field to aggregate by, use dot notation to specify json path.
|
|
1245
1280
|
* @maxLength 200
|
|
@@ -1278,18 +1313,24 @@ export declare enum ValueAggregationSortType {
|
|
|
1278
1313
|
/** Sort by value of the field alphabetically. */
|
|
1279
1314
|
VALUE = "VALUE"
|
|
1280
1315
|
}
|
|
1316
|
+
/** @enumType */
|
|
1317
|
+
export type ValueAggregationSortTypeWithLiterals = ValueAggregationSortType | 'COUNT' | 'VALUE';
|
|
1281
1318
|
export declare enum ValueAggregationSortDirection {
|
|
1282
1319
|
/** Sort in descending order. */
|
|
1283
1320
|
DESC = "DESC",
|
|
1284
1321
|
/** Sort in ascending order. */
|
|
1285
1322
|
ASC = "ASC"
|
|
1286
1323
|
}
|
|
1324
|
+
/** @enumType */
|
|
1325
|
+
export type ValueAggregationSortDirectionWithLiterals = ValueAggregationSortDirection | 'DESC' | 'ASC';
|
|
1287
1326
|
export declare enum ValueAggregationMissingValues {
|
|
1288
1327
|
/** Exclude missing values from the aggregation results. */
|
|
1289
1328
|
EXCLUDE = "EXCLUDE",
|
|
1290
1329
|
/** Include missing values in the aggregation results. */
|
|
1291
1330
|
INCLUDE = "INCLUDE"
|
|
1292
1331
|
}
|
|
1332
|
+
/** @enumType */
|
|
1333
|
+
export type ValueAggregationMissingValuesWithLiterals = ValueAggregationMissingValues | 'EXCLUDE' | 'INCLUDE';
|
|
1293
1334
|
export interface ValueAggregationIncludeMissingValuesOptions {
|
|
1294
1335
|
/**
|
|
1295
1336
|
* Specify custom bucket name. Defaults are [string -> "N/A"], [int -> "0"], [bool -> "false"] ...
|
|
@@ -1306,17 +1347,19 @@ export declare enum CommonScalarType {
|
|
|
1306
1347
|
/** Maximum value. */
|
|
1307
1348
|
MAX = "MAX"
|
|
1308
1349
|
}
|
|
1350
|
+
/** @enumType */
|
|
1351
|
+
export type CommonScalarTypeWithLiterals = CommonScalarType | 'UNKNOWN_SCALAR_TYPE' | 'COUNT_DISTINCT' | 'MIN' | 'MAX';
|
|
1309
1352
|
export interface AggregationValueAggregation extends AggregationValueAggregationOptionsOneOf {
|
|
1310
1353
|
/** Options for including missing values. */
|
|
1311
1354
|
includeOptions?: ValueAggregationIncludeMissingValuesOptions;
|
|
1312
1355
|
/** Whether to sort by number of matches or value of the field. */
|
|
1313
|
-
sortType?:
|
|
1356
|
+
sortType?: ValueAggregationSortTypeWithLiterals;
|
|
1314
1357
|
/** Whether to sort in ascending or descending order. */
|
|
1315
|
-
sortDirection?:
|
|
1358
|
+
sortDirection?: ValueAggregationSortDirectionWithLiterals;
|
|
1316
1359
|
/** How many aggregations to return. Can be between 1 and 250. 10 is the default. */
|
|
1317
1360
|
limit?: number | null;
|
|
1318
1361
|
/** Whether to include or exclude missing values from the aggregation results. Default: `EXCLUDE`. */
|
|
1319
|
-
missingValues?:
|
|
1362
|
+
missingValues?: ValueAggregationMissingValuesWithLiterals;
|
|
1320
1363
|
}
|
|
1321
1364
|
/** @oneof */
|
|
1322
1365
|
export interface AggregationValueAggregationOptionsOneOf {
|
|
@@ -1334,6 +1377,8 @@ export declare enum NestedAggregationNestedAggregationType {
|
|
|
1334
1377
|
/** An aggregation, where result buckets are dynamically built - one per time interval (hour, day, week, etc.). */
|
|
1335
1378
|
DATE_HISTOGRAM = "DATE_HISTOGRAM"
|
|
1336
1379
|
}
|
|
1380
|
+
/** @enumType */
|
|
1381
|
+
export type NestedAggregationNestedAggregationTypeWithLiterals = NestedAggregationNestedAggregationType | 'UNKNOWN_AGGREGATION_TYPE' | 'VALUE' | 'RANGE' | 'SCALAR' | 'DATE_HISTOGRAM';
|
|
1337
1382
|
export interface AggregationRangeAggregation {
|
|
1338
1383
|
/**
|
|
1339
1384
|
* List of range buckets, where during aggregation each entity will be placed in the first bucket its value falls into, based on the provided range bounds.
|
|
@@ -1343,11 +1388,11 @@ export interface AggregationRangeAggregation {
|
|
|
1343
1388
|
}
|
|
1344
1389
|
export interface AggregationScalarAggregation {
|
|
1345
1390
|
/** Define the operator for the scalar aggregation. */
|
|
1346
|
-
type?:
|
|
1391
|
+
type?: CommonScalarTypeWithLiterals;
|
|
1347
1392
|
}
|
|
1348
1393
|
export interface AggregationDateHistogramAggregation {
|
|
1349
1394
|
/** Interval for date histogram aggregation. */
|
|
1350
|
-
interval?:
|
|
1395
|
+
interval?: DateHistogramAggregationIntervalWithLiterals;
|
|
1351
1396
|
}
|
|
1352
1397
|
export declare enum DateHistogramAggregationInterval {
|
|
1353
1398
|
UNKNOWN_INTERVAL = "UNKNOWN_INTERVAL",
|
|
@@ -1366,6 +1411,8 @@ export declare enum DateHistogramAggregationInterval {
|
|
|
1366
1411
|
/** Second interval */
|
|
1367
1412
|
SECOND = "SECOND"
|
|
1368
1413
|
}
|
|
1414
|
+
/** @enumType */
|
|
1415
|
+
export type DateHistogramAggregationIntervalWithLiterals = DateHistogramAggregationInterval | 'UNKNOWN_INTERVAL' | 'YEAR' | 'MONTH' | 'WEEK' | 'DAY' | 'HOUR' | 'MINUTE' | 'SECOND';
|
|
1369
1416
|
export interface NestedAggregationNestedAggregationItem extends NestedAggregationNestedAggregationItemKindOneOf {
|
|
1370
1417
|
/** Value aggregation. */
|
|
1371
1418
|
value?: AggregationValueAggregation;
|
|
@@ -1381,7 +1428,7 @@ export interface NestedAggregationNestedAggregationItem extends NestedAggregatio
|
|
|
1381
1428
|
*/
|
|
1382
1429
|
name?: string | null;
|
|
1383
1430
|
/** Type of aggregation, client must provide matching aggregation field below. */
|
|
1384
|
-
type?:
|
|
1431
|
+
type?: NestedAggregationNestedAggregationTypeWithLiterals;
|
|
1385
1432
|
/**
|
|
1386
1433
|
* Field to aggregate by, use dot notation to specify json path.
|
|
1387
1434
|
* @maxLength 200
|
|
@@ -1412,6 +1459,8 @@ export declare enum CommonAggregationType {
|
|
|
1412
1459
|
/** Multi-level aggregation, where each next aggregation is nested within previous one. */
|
|
1413
1460
|
NESTED = "NESTED"
|
|
1414
1461
|
}
|
|
1462
|
+
/** @enumType */
|
|
1463
|
+
export type CommonAggregationTypeWithLiterals = CommonAggregationType | 'UNKNOWN_AGGREGATION_TYPE' | 'VALUE' | 'RANGE' | 'SCALAR' | 'DATE_HISTOGRAM' | 'NESTED';
|
|
1415
1464
|
/** Nested aggregation expressed through a list of aggregation where each next aggregation is nested within previous one. */
|
|
1416
1465
|
export interface AggregationNestedAggregation {
|
|
1417
1466
|
/**
|
|
@@ -1442,7 +1491,7 @@ export interface GroupByAggregationKindOneOf {
|
|
|
1442
1491
|
}
|
|
1443
1492
|
export interface CommonSearchDetails {
|
|
1444
1493
|
/** Defines how separate search terms in `expression` are combined. */
|
|
1445
|
-
mode?:
|
|
1494
|
+
mode?: SearchDetailsModeWithLiterals;
|
|
1446
1495
|
/**
|
|
1447
1496
|
* Search term or expression.
|
|
1448
1497
|
* @maxLength 100
|
|
@@ -1463,6 +1512,8 @@ export declare enum SearchDetailsMode {
|
|
|
1463
1512
|
/** All search terms must be present. */
|
|
1464
1513
|
AND = "AND"
|
|
1465
1514
|
}
|
|
1515
|
+
/** @enumType */
|
|
1516
|
+
export type SearchDetailsModeWithLiterals = SearchDetailsMode | 'OR' | 'AND';
|
|
1466
1517
|
export interface PlatformPaging {
|
|
1467
1518
|
/**
|
|
1468
1519
|
* Number of items to load.
|
|
@@ -1666,7 +1717,7 @@ export interface Product extends ProductTypedPropertiesOneOf {
|
|
|
1666
1717
|
* When passing `productType: PHYSICAL`, you must also pass `physicalProperties`.
|
|
1667
1718
|
* @immutable
|
|
1668
1719
|
*/
|
|
1669
|
-
productType?:
|
|
1720
|
+
productType?: ProductTypeWithLiterals;
|
|
1670
1721
|
/**
|
|
1671
1722
|
* A unique human-friendly identifier for the product.
|
|
1672
1723
|
* Unlike the product ID, the handle can be set by the user to ensure consistency across multiple platforms.
|
|
@@ -1793,7 +1844,7 @@ export interface Node extends NodeDataOneOf {
|
|
|
1793
1844
|
/** LayoutData layout_data = 31; // Data for a layout node. Reserved for future use. */
|
|
1794
1845
|
layoutCellData?: LayoutCellData;
|
|
1795
1846
|
/** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */
|
|
1796
|
-
type?:
|
|
1847
|
+
type?: NodeTypeWithLiterals;
|
|
1797
1848
|
/** Node ID. */
|
|
1798
1849
|
id?: string;
|
|
1799
1850
|
/** A list of child nodes. */
|
|
@@ -1894,6 +1945,8 @@ export declare enum NodeType {
|
|
|
1894
1945
|
LAYOUT = "LAYOUT",
|
|
1895
1946
|
LAYOUT_CELL = "LAYOUT_CELL"
|
|
1896
1947
|
}
|
|
1948
|
+
/** @enumType */
|
|
1949
|
+
export type NodeTypeWithLiterals = NodeType | 'PARAGRAPH' | 'TEXT' | 'HEADING' | 'BULLETED_LIST' | 'ORDERED_LIST' | 'LIST_ITEM' | 'BLOCKQUOTE' | 'CODE_BLOCK' | 'VIDEO' | 'DIVIDER' | 'FILE' | 'GALLERY' | 'GIF' | 'HTML' | 'IMAGE' | 'LINK_PREVIEW' | 'MAP' | 'POLL' | 'APP_EMBED' | 'BUTTON' | 'COLLAPSIBLE_LIST' | 'TABLE' | 'EMBED' | 'COLLAPSIBLE_ITEM' | 'COLLAPSIBLE_ITEM_TITLE' | 'COLLAPSIBLE_ITEM_BODY' | 'TABLE_CELL' | 'TABLE_ROW' | 'EXTERNAL' | 'AUDIO' | 'CAPTION' | 'LAYOUT' | 'LAYOUT_CELL';
|
|
1897
1950
|
export interface NodeStyle {
|
|
1898
1951
|
/** The top padding value in pixels. */
|
|
1899
1952
|
paddingTop?: string | null;
|
|
@@ -1906,7 +1959,7 @@ export interface ButtonData {
|
|
|
1906
1959
|
/** Styling for the button's container. */
|
|
1907
1960
|
containerData?: PluginContainerData;
|
|
1908
1961
|
/** The button type. */
|
|
1909
|
-
type?:
|
|
1962
|
+
type?: TypeWithLiterals;
|
|
1910
1963
|
/** Styling for the button. */
|
|
1911
1964
|
styles?: Styles;
|
|
1912
1965
|
/** The text to display on the button. */
|
|
@@ -1947,7 +2000,7 @@ export interface PluginContainerData {
|
|
|
1947
2000
|
/** The width of the node when it's displayed. */
|
|
1948
2001
|
width?: PluginContainerDataWidth;
|
|
1949
2002
|
/** The node's alignment within its container. */
|
|
1950
|
-
alignment?:
|
|
2003
|
+
alignment?: PluginContainerDataAlignmentWithLiterals;
|
|
1951
2004
|
/** Spoiler cover settings for the node. */
|
|
1952
2005
|
spoiler?: Spoiler;
|
|
1953
2006
|
/** The height of the node when it's displayed. */
|
|
@@ -1965,6 +2018,8 @@ export declare enum WidthType {
|
|
|
1965
2018
|
/** coast-to-coast display */
|
|
1966
2019
|
FULL_WIDTH = "FULL_WIDTH"
|
|
1967
2020
|
}
|
|
2021
|
+
/** @enumType */
|
|
2022
|
+
export type WidthTypeWithLiterals = WidthType | 'CONTENT' | 'SMALL' | 'ORIGINAL' | 'FULL_WIDTH';
|
|
1968
2023
|
export interface PluginContainerDataWidth extends PluginContainerDataWidthDataOneOf {
|
|
1969
2024
|
/**
|
|
1970
2025
|
* One of the following predefined width options:
|
|
@@ -1973,7 +2028,7 @@ export interface PluginContainerDataWidth extends PluginContainerDataWidthDataOn
|
|
|
1973
2028
|
* `ORIGINAL`: For `imageData` containers only. The width of the container matches the original image width.
|
|
1974
2029
|
* `FULL_WIDTH`: For `imageData` containers only. The image container takes up the full width of the screen.
|
|
1975
2030
|
*/
|
|
1976
|
-
size?:
|
|
2031
|
+
size?: WidthTypeWithLiterals;
|
|
1977
2032
|
/** A custom width value in pixels. */
|
|
1978
2033
|
custom?: string | null;
|
|
1979
2034
|
}
|
|
@@ -1986,7 +2041,7 @@ export interface PluginContainerDataWidthDataOneOf {
|
|
|
1986
2041
|
* `ORIGINAL`: For `imageData` containers only. The width of the container matches the original image width.
|
|
1987
2042
|
* `FULL_WIDTH`: For `imageData` containers only. The image container takes up the full width of the screen.
|
|
1988
2043
|
*/
|
|
1989
|
-
size?:
|
|
2044
|
+
size?: WidthTypeWithLiterals;
|
|
1990
2045
|
/** A custom width value in pixels. */
|
|
1991
2046
|
custom?: string | null;
|
|
1992
2047
|
}
|
|
@@ -1998,6 +2053,8 @@ export declare enum PluginContainerDataAlignment {
|
|
|
1998
2053
|
/** Right Alignment */
|
|
1999
2054
|
RIGHT = "RIGHT"
|
|
2000
2055
|
}
|
|
2056
|
+
/** @enumType */
|
|
2057
|
+
export type PluginContainerDataAlignmentWithLiterals = PluginContainerDataAlignment | 'CENTER' | 'LEFT' | 'RIGHT';
|
|
2001
2058
|
export interface Spoiler {
|
|
2002
2059
|
/** Sets whether the spoiler cover is enabled for this node. Defaults to `false`. */
|
|
2003
2060
|
enabled?: boolean | null;
|
|
@@ -2016,6 +2073,8 @@ export declare enum Type {
|
|
|
2016
2073
|
/** Triggers custom action that is defined in plugin configuration by the consumer */
|
|
2017
2074
|
ACTION = "ACTION"
|
|
2018
2075
|
}
|
|
2076
|
+
/** @enumType */
|
|
2077
|
+
export type TypeWithLiterals = Type | 'LINK' | 'ACTION';
|
|
2019
2078
|
export interface Styles {
|
|
2020
2079
|
/**
|
|
2021
2080
|
* Deprecated: Use `borderWidth` and `borderRadius` instead.
|
|
@@ -2081,7 +2140,7 @@ export interface Link extends LinkDataOneOf {
|
|
|
2081
2140
|
* `PARENT` - Opens the linked document in the link's parent frame.
|
|
2082
2141
|
* `TOP` - Opens the linked document in the full body of the link's browser tab or window.
|
|
2083
2142
|
*/
|
|
2084
|
-
target?:
|
|
2143
|
+
target?: TargetWithLiterals;
|
|
2085
2144
|
/** The HTML `rel` attribute value for the link. This object specifies the relationship between the current document and the linked document. */
|
|
2086
2145
|
rel?: Rel;
|
|
2087
2146
|
/** A serialized object used for a custom or external link panel. */
|
|
@@ -2104,6 +2163,8 @@ export declare enum Target {
|
|
|
2104
2163
|
/** Opens the linked document in the full body of the window */
|
|
2105
2164
|
TOP = "TOP"
|
|
2106
2165
|
}
|
|
2166
|
+
/** @enumType */
|
|
2167
|
+
export type TargetWithLiterals = Target | 'SELF' | 'BLANK' | 'PARENT' | 'TOP';
|
|
2107
2168
|
export interface Rel {
|
|
2108
2169
|
/** Indicates to search engine crawlers not to follow the link. Defaults to `false`. */
|
|
2109
2170
|
nofollow?: boolean | null;
|
|
@@ -2120,7 +2181,7 @@ export interface CodeBlockData {
|
|
|
2120
2181
|
}
|
|
2121
2182
|
export interface TextStyle {
|
|
2122
2183
|
/** Text alignment. Defaults to `AUTO`. */
|
|
2123
|
-
textAlignment?:
|
|
2184
|
+
textAlignment?: TextAlignmentWithLiterals;
|
|
2124
2185
|
/** A CSS `line-height` value for the text expressed as a ratio relative to the font size. For example, if the font size is 20px, a `lineHeight` value of `'1.5'`` results in a line height of 30px. */
|
|
2125
2186
|
lineHeight?: string | null;
|
|
2126
2187
|
}
|
|
@@ -2136,15 +2197,17 @@ export declare enum TextAlignment {
|
|
|
2136
2197
|
/** Text is spaced to line up its left and right edges to the left and right edges of the line box, except for the last line */
|
|
2137
2198
|
JUSTIFY = "JUSTIFY"
|
|
2138
2199
|
}
|
|
2200
|
+
/** @enumType */
|
|
2201
|
+
export type TextAlignmentWithLiterals = TextAlignment | 'AUTO' | 'LEFT' | 'RIGHT' | 'CENTER' | 'JUSTIFY';
|
|
2139
2202
|
export interface DividerData {
|
|
2140
2203
|
/** Styling for the divider's container. */
|
|
2141
2204
|
containerData?: PluginContainerData;
|
|
2142
2205
|
/** Divider line style. */
|
|
2143
|
-
lineStyle?:
|
|
2206
|
+
lineStyle?: LineStyleWithLiterals;
|
|
2144
2207
|
/** Divider width. */
|
|
2145
|
-
width?:
|
|
2208
|
+
width?: WidthWithLiterals;
|
|
2146
2209
|
/** Divider alignment. */
|
|
2147
|
-
alignment?:
|
|
2210
|
+
alignment?: AlignmentWithLiterals;
|
|
2148
2211
|
}
|
|
2149
2212
|
export declare enum LineStyle {
|
|
2150
2213
|
/** Single Line */
|
|
@@ -2156,6 +2219,8 @@ export declare enum LineStyle {
|
|
|
2156
2219
|
/** Dotted Line */
|
|
2157
2220
|
DOTTED = "DOTTED"
|
|
2158
2221
|
}
|
|
2222
|
+
/** @enumType */
|
|
2223
|
+
export type LineStyleWithLiterals = LineStyle | 'SINGLE' | 'DOUBLE' | 'DASHED' | 'DOTTED';
|
|
2159
2224
|
export declare enum Width {
|
|
2160
2225
|
/** Large line */
|
|
2161
2226
|
LARGE = "LARGE",
|
|
@@ -2164,6 +2229,8 @@ export declare enum Width {
|
|
|
2164
2229
|
/** Small line */
|
|
2165
2230
|
SMALL = "SMALL"
|
|
2166
2231
|
}
|
|
2232
|
+
/** @enumType */
|
|
2233
|
+
export type WidthWithLiterals = Width | 'LARGE' | 'MEDIUM' | 'SMALL';
|
|
2167
2234
|
export declare enum Alignment {
|
|
2168
2235
|
/** Center alignment */
|
|
2169
2236
|
CENTER = "CENTER",
|
|
@@ -2172,6 +2239,8 @@ export declare enum Alignment {
|
|
|
2172
2239
|
/** Right alignment */
|
|
2173
2240
|
RIGHT = "RIGHT"
|
|
2174
2241
|
}
|
|
2242
|
+
/** @enumType */
|
|
2243
|
+
export type AlignmentWithLiterals = Alignment | 'CENTER' | 'LEFT' | 'RIGHT';
|
|
2175
2244
|
export interface FileData {
|
|
2176
2245
|
/** Styling for the file's container. */
|
|
2177
2246
|
containerData?: PluginContainerData;
|
|
@@ -2203,6 +2272,8 @@ export declare enum ViewMode {
|
|
|
2203
2272
|
/** Mini PDF view */
|
|
2204
2273
|
MINI = "MINI"
|
|
2205
2274
|
}
|
|
2275
|
+
/** @enumType */
|
|
2276
|
+
export type ViewModeWithLiterals = ViewMode | 'NONE' | 'FULL' | 'MINI';
|
|
2206
2277
|
export interface FileSource extends FileSourceDataOneOf {
|
|
2207
2278
|
/** The absolute URL for the file's source. */
|
|
2208
2279
|
url?: string | null;
|
|
@@ -2235,7 +2306,7 @@ export interface PDFSettings {
|
|
|
2235
2306
|
* `FULL` : A full page view of the PDF is displayed.
|
|
2236
2307
|
* `MINI` : A mini view of the PDF is displayed.
|
|
2237
2308
|
*/
|
|
2238
|
-
viewMode?:
|
|
2309
|
+
viewMode?: ViewModeWithLiterals;
|
|
2239
2310
|
/** Sets whether the PDF download button is disabled. Defaults to `false`. */
|
|
2240
2311
|
disableDownload?: boolean | null;
|
|
2241
2312
|
/** Sets whether the PDF print button is disabled. Defaults to `false`. */
|
|
@@ -2322,18 +2393,24 @@ export declare enum LayoutType {
|
|
|
2322
2393
|
/** Fullsize images type */
|
|
2323
2394
|
FULLSIZE = "FULLSIZE"
|
|
2324
2395
|
}
|
|
2396
|
+
/** @enumType */
|
|
2397
|
+
export type LayoutTypeWithLiterals = LayoutType | 'COLLAGE' | 'MASONRY' | 'GRID' | 'THUMBNAIL' | 'SLIDER' | 'SLIDESHOW' | 'PANORAMA' | 'COLUMN' | 'MAGIC' | 'FULLSIZE';
|
|
2325
2398
|
export declare enum Orientation {
|
|
2326
2399
|
/** Rows Orientation */
|
|
2327
2400
|
ROWS = "ROWS",
|
|
2328
2401
|
/** Columns Orientation */
|
|
2329
2402
|
COLUMNS = "COLUMNS"
|
|
2330
2403
|
}
|
|
2404
|
+
/** @enumType */
|
|
2405
|
+
export type OrientationWithLiterals = Orientation | 'ROWS' | 'COLUMNS';
|
|
2331
2406
|
export declare enum Crop {
|
|
2332
2407
|
/** Crop to fill */
|
|
2333
2408
|
FILL = "FILL",
|
|
2334
2409
|
/** Crop to fit */
|
|
2335
2410
|
FIT = "FIT"
|
|
2336
2411
|
}
|
|
2412
|
+
/** @enumType */
|
|
2413
|
+
export type CropWithLiterals = Crop | 'FILL' | 'FIT';
|
|
2337
2414
|
export declare enum ThumbnailsAlignment {
|
|
2338
2415
|
/** Top alignment */
|
|
2339
2416
|
TOP = "TOP",
|
|
@@ -2346,13 +2423,15 @@ export declare enum ThumbnailsAlignment {
|
|
|
2346
2423
|
/** No thumbnail */
|
|
2347
2424
|
NONE = "NONE"
|
|
2348
2425
|
}
|
|
2426
|
+
/** @enumType */
|
|
2427
|
+
export type ThumbnailsAlignmentWithLiterals = ThumbnailsAlignment | 'TOP' | 'RIGHT' | 'BOTTOM' | 'LEFT' | 'NONE';
|
|
2349
2428
|
export interface Layout {
|
|
2350
2429
|
/** Gallery layout type. */
|
|
2351
|
-
type?:
|
|
2430
|
+
type?: LayoutTypeWithLiterals;
|
|
2352
2431
|
/** Sets whether horizontal scroll is enabled. Defaults to `true` unless the layout `type` is set to `GRID` or `COLLAGE`. */
|
|
2353
2432
|
horizontalScroll?: boolean | null;
|
|
2354
2433
|
/** Gallery orientation. */
|
|
2355
|
-
orientation?:
|
|
2434
|
+
orientation?: OrientationWithLiterals;
|
|
2356
2435
|
/** The number of columns to display on full size screens. */
|
|
2357
2436
|
numberOfColumns?: number | null;
|
|
2358
2437
|
/** The number of columns to display on mobile screens. */
|
|
@@ -2364,13 +2443,13 @@ export interface ItemStyle {
|
|
|
2364
2443
|
/** Item ratio */
|
|
2365
2444
|
ratio?: number | null;
|
|
2366
2445
|
/** Sets how item images are cropped. */
|
|
2367
|
-
crop?:
|
|
2446
|
+
crop?: CropWithLiterals;
|
|
2368
2447
|
/** The spacing between items in pixels. */
|
|
2369
2448
|
spacing?: number | null;
|
|
2370
2449
|
}
|
|
2371
2450
|
export interface Thumbnails {
|
|
2372
2451
|
/** Thumbnail alignment. */
|
|
2373
|
-
placement?:
|
|
2452
|
+
placement?: ThumbnailsAlignmentWithLiterals;
|
|
2374
2453
|
/** Spacing between thumbnails in pixels. */
|
|
2375
2454
|
spacing?: number | null;
|
|
2376
2455
|
}
|
|
@@ -2386,7 +2465,7 @@ export interface GIFData {
|
|
|
2386
2465
|
/** Width in pixels. */
|
|
2387
2466
|
width?: number;
|
|
2388
2467
|
/** Type of GIF (Sticker or NORMAL). Defaults to `NORMAL`. */
|
|
2389
|
-
gifType?:
|
|
2468
|
+
gifType?: GIFTypeWithLiterals;
|
|
2390
2469
|
}
|
|
2391
2470
|
export interface GIF {
|
|
2392
2471
|
/**
|
|
@@ -2409,6 +2488,8 @@ export declare enum GIFType {
|
|
|
2409
2488
|
NORMAL = "NORMAL",
|
|
2410
2489
|
STICKER = "STICKER"
|
|
2411
2490
|
}
|
|
2491
|
+
/** @enumType */
|
|
2492
|
+
export type GIFTypeWithLiterals = GIFType | 'NORMAL' | 'STICKER';
|
|
2412
2493
|
export interface HeadingData {
|
|
2413
2494
|
/** Heading level from 1-6. */
|
|
2414
2495
|
level?: number;
|
|
@@ -2430,7 +2511,7 @@ export interface HTMLData extends HTMLDataDataOneOf {
|
|
|
2430
2511
|
/** Styling for the HTML node's container. Height property is irrelevant for HTML embeds when autoHeight is set to `true`. */
|
|
2431
2512
|
containerData?: PluginContainerData;
|
|
2432
2513
|
/** The type of HTML code. */
|
|
2433
|
-
source?:
|
|
2514
|
+
source?: SourceWithLiterals;
|
|
2434
2515
|
/** If container height is aligned with its content height. Defaults to `true`. */
|
|
2435
2516
|
autoHeight?: boolean | null;
|
|
2436
2517
|
}
|
|
@@ -2450,6 +2531,8 @@ export declare enum Source {
|
|
|
2450
2531
|
HTML = "HTML",
|
|
2451
2532
|
ADSENSE = "ADSENSE"
|
|
2452
2533
|
}
|
|
2534
|
+
/** @enumType */
|
|
2535
|
+
export type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
|
|
2453
2536
|
export interface ImageData {
|
|
2454
2537
|
/** Styling for the image's container. */
|
|
2455
2538
|
containerData?: PluginContainerData;
|
|
@@ -2514,6 +2597,8 @@ export declare enum Position {
|
|
|
2514
2597
|
/** Thumbnail hidden and not displayed */
|
|
2515
2598
|
HIDDEN = "HIDDEN"
|
|
2516
2599
|
}
|
|
2600
|
+
/** @enumType */
|
|
2601
|
+
export type PositionWithLiterals = Position | 'START' | 'END' | 'TOP' | 'HIDDEN';
|
|
2517
2602
|
export interface LinkPreviewDataStyles {
|
|
2518
2603
|
/**
|
|
2519
2604
|
* Background color as a hexadecimal value.
|
|
@@ -2545,7 +2630,7 @@ export interface LinkPreviewDataStyles {
|
|
|
2545
2630
|
*/
|
|
2546
2631
|
borderColor?: string | null;
|
|
2547
2632
|
/** Position of thumbnail. Defaults to `START`. */
|
|
2548
|
-
thumbnailPosition?:
|
|
2633
|
+
thumbnailPosition?: PositionWithLiterals;
|
|
2549
2634
|
}
|
|
2550
2635
|
export interface MapData {
|
|
2551
2636
|
/** Styling for the map's container. */
|
|
@@ -2575,7 +2660,7 @@ export interface MapSettings {
|
|
|
2575
2660
|
/** Initial zoom value. */
|
|
2576
2661
|
initialZoom?: number | null;
|
|
2577
2662
|
/** Map type. `HYBRID` is a combination of the `ROADMAP` and `SATELLITE` map types. */
|
|
2578
|
-
mapType?:
|
|
2663
|
+
mapType?: MapTypeWithLiterals;
|
|
2579
2664
|
}
|
|
2580
2665
|
export declare enum MapType {
|
|
2581
2666
|
/** Roadmap map type */
|
|
@@ -2587,6 +2672,8 @@ export declare enum MapType {
|
|
|
2587
2672
|
/** Terrain map type */
|
|
2588
2673
|
TERRAIN = "TERRAIN"
|
|
2589
2674
|
}
|
|
2675
|
+
/** @enumType */
|
|
2676
|
+
export type MapTypeWithLiterals = MapType | 'ROADMAP' | 'SATELITE' | 'HYBRID' | 'TERRAIN';
|
|
2590
2677
|
export interface ParagraphData {
|
|
2591
2678
|
/** Styling for the paragraph text. */
|
|
2592
2679
|
textStyle?: TextStyle;
|
|
@@ -2613,17 +2700,21 @@ export declare enum ViewRole {
|
|
|
2613
2700
|
/** Anyone can see the results, even if one didn't vote */
|
|
2614
2701
|
EVERYONE = "EVERYONE"
|
|
2615
2702
|
}
|
|
2703
|
+
/** @enumType */
|
|
2704
|
+
export type ViewRoleWithLiterals = ViewRole | 'CREATOR' | 'VOTERS' | 'EVERYONE';
|
|
2616
2705
|
export declare enum VoteRole {
|
|
2617
2706
|
/** Logged in member */
|
|
2618
2707
|
SITE_MEMBERS = "SITE_MEMBERS",
|
|
2619
2708
|
/** Anyone */
|
|
2620
2709
|
ALL = "ALL"
|
|
2621
2710
|
}
|
|
2711
|
+
/** @enumType */
|
|
2712
|
+
export type VoteRoleWithLiterals = VoteRole | 'SITE_MEMBERS' | 'ALL';
|
|
2622
2713
|
export interface Permissions {
|
|
2623
2714
|
/** Sets who can view the poll results. */
|
|
2624
|
-
view?:
|
|
2715
|
+
view?: ViewRoleWithLiterals;
|
|
2625
2716
|
/** Sets who can vote. */
|
|
2626
|
-
vote?:
|
|
2717
|
+
vote?: VoteRoleWithLiterals;
|
|
2627
2718
|
/** Sets whether one voter can vote multiple times. Defaults to `false`. */
|
|
2628
2719
|
allowMultipleVotes?: boolean | null;
|
|
2629
2720
|
}
|
|
@@ -2649,17 +2740,21 @@ export declare enum PollLayoutType {
|
|
|
2649
2740
|
/** Grid */
|
|
2650
2741
|
GRID = "GRID"
|
|
2651
2742
|
}
|
|
2743
|
+
/** @enumType */
|
|
2744
|
+
export type PollLayoutTypeWithLiterals = PollLayoutType | 'LIST' | 'GRID';
|
|
2652
2745
|
export declare enum PollLayoutDirection {
|
|
2653
2746
|
/** Left-to-right */
|
|
2654
2747
|
LTR = "LTR",
|
|
2655
2748
|
/** Right-to-left */
|
|
2656
2749
|
RTL = "RTL"
|
|
2657
2750
|
}
|
|
2751
|
+
/** @enumType */
|
|
2752
|
+
export type PollLayoutDirectionWithLiterals = PollLayoutDirection | 'LTR' | 'RTL';
|
|
2658
2753
|
export interface PollLayout {
|
|
2659
2754
|
/** The layout for displaying the voting options. */
|
|
2660
|
-
type?:
|
|
2755
|
+
type?: PollLayoutTypeWithLiterals;
|
|
2661
2756
|
/** The direction of the text displayed in the voting options. Text can be displayed either right-to-left or left-to-right. */
|
|
2662
|
-
direction?:
|
|
2757
|
+
direction?: PollLayoutDirectionWithLiterals;
|
|
2663
2758
|
/** Sets whether to display the main poll image. Defaults to `false`. */
|
|
2664
2759
|
enableImage?: boolean | null;
|
|
2665
2760
|
}
|
|
@@ -2675,6 +2770,8 @@ export declare enum BackgroundType {
|
|
|
2675
2770
|
/** Gradiant background type */
|
|
2676
2771
|
GRADIENT = "GRADIENT"
|
|
2677
2772
|
}
|
|
2773
|
+
/** @enumType */
|
|
2774
|
+
export type BackgroundTypeWithLiterals = BackgroundType | 'COLOR' | 'IMAGE' | 'GRADIENT';
|
|
2678
2775
|
export interface Gradient {
|
|
2679
2776
|
/** The gradient angle in degrees. */
|
|
2680
2777
|
angle?: number | null;
|
|
@@ -2700,7 +2797,7 @@ export interface Background extends BackgroundBackgroundOneOf {
|
|
|
2700
2797
|
/** Details for a gradient background. */
|
|
2701
2798
|
gradient?: Gradient;
|
|
2702
2799
|
/** Background type. For each option, include the relevant details. */
|
|
2703
|
-
type?:
|
|
2800
|
+
type?: BackgroundTypeWithLiterals;
|
|
2704
2801
|
}
|
|
2705
2802
|
/** @oneof */
|
|
2706
2803
|
export interface BackgroundBackgroundOneOf {
|
|
@@ -2779,7 +2876,7 @@ export interface Decoration extends DecorationDataOneOf {
|
|
|
2779
2876
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
2780
2877
|
strikethroughData?: boolean | null;
|
|
2781
2878
|
/** The type of decoration to apply. */
|
|
2782
|
-
type?:
|
|
2879
|
+
type?: DecorationTypeWithLiterals;
|
|
2783
2880
|
}
|
|
2784
2881
|
/** @oneof */
|
|
2785
2882
|
export interface DecorationDataOneOf {
|
|
@@ -2817,6 +2914,8 @@ export declare enum DecorationType {
|
|
|
2817
2914
|
EXTERNAL = "EXTERNAL",
|
|
2818
2915
|
STRIKETHROUGH = "STRIKETHROUGH"
|
|
2819
2916
|
}
|
|
2917
|
+
/** @enumType */
|
|
2918
|
+
export type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
|
|
2820
2919
|
export interface AnchorData {
|
|
2821
2920
|
/** The target node's ID. */
|
|
2822
2921
|
anchor?: string;
|
|
@@ -2841,7 +2940,7 @@ export interface MentionData {
|
|
|
2841
2940
|
}
|
|
2842
2941
|
export interface FontSizeData {
|
|
2843
2942
|
/** The units used for the font size. */
|
|
2844
|
-
unit?:
|
|
2943
|
+
unit?: FontTypeWithLiterals;
|
|
2845
2944
|
/** Font size value. */
|
|
2846
2945
|
value?: number | null;
|
|
2847
2946
|
}
|
|
@@ -2849,6 +2948,8 @@ export declare enum FontType {
|
|
|
2849
2948
|
PX = "PX",
|
|
2850
2949
|
EM = "EM"
|
|
2851
2950
|
}
|
|
2951
|
+
/** @enumType */
|
|
2952
|
+
export type FontTypeWithLiterals = FontType | 'PX' | 'EM';
|
|
2852
2953
|
export interface SpoilerData {
|
|
2853
2954
|
/** Spoiler ID. */
|
|
2854
2955
|
id?: string | null;
|
|
@@ -2859,7 +2960,7 @@ export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
|
|
|
2859
2960
|
/** Data for embedded Wix Events content. */
|
|
2860
2961
|
eventData?: EventData;
|
|
2861
2962
|
/** The type of Wix App content being embedded. */
|
|
2862
|
-
type?:
|
|
2963
|
+
type?: AppTypeWithLiterals;
|
|
2863
2964
|
/** The ID of the embedded content. */
|
|
2864
2965
|
itemId?: string | null;
|
|
2865
2966
|
/** The name of the embedded content. */
|
|
@@ -2886,6 +2987,8 @@ export declare enum AppType {
|
|
|
2886
2987
|
EVENT = "EVENT",
|
|
2887
2988
|
BOOKING = "BOOKING"
|
|
2888
2989
|
}
|
|
2990
|
+
/** @enumType */
|
|
2991
|
+
export type AppTypeWithLiterals = AppType | 'PRODUCT' | 'EVENT' | 'BOOKING';
|
|
2889
2992
|
export interface BookingData {
|
|
2890
2993
|
/** Booking duration in minutes. */
|
|
2891
2994
|
durations?: string | null;
|
|
@@ -2964,9 +3067,9 @@ export interface CollapsibleListData {
|
|
|
2964
3067
|
/** If `true`, only one item can be expanded at a time. Defaults to `false`. */
|
|
2965
3068
|
expandOnlyOne?: boolean | null;
|
|
2966
3069
|
/** Sets which items are expanded when the page loads. */
|
|
2967
|
-
initialExpandedItems?:
|
|
3070
|
+
initialExpandedItems?: InitialExpandedItemsWithLiterals;
|
|
2968
3071
|
/** The direction of the text in the list. Either left-to-right or right-to-left. */
|
|
2969
|
-
direction?:
|
|
3072
|
+
direction?: DirectionWithLiterals;
|
|
2970
3073
|
/** If `true`, The collapsible item will appear in search results as an FAQ. */
|
|
2971
3074
|
isQapageData?: boolean | null;
|
|
2972
3075
|
}
|
|
@@ -2978,12 +3081,16 @@ export declare enum InitialExpandedItems {
|
|
|
2978
3081
|
/** All items collapsed initally */
|
|
2979
3082
|
NONE = "NONE"
|
|
2980
3083
|
}
|
|
3084
|
+
/** @enumType */
|
|
3085
|
+
export type InitialExpandedItemsWithLiterals = InitialExpandedItems | 'FIRST' | 'ALL' | 'NONE';
|
|
2981
3086
|
export declare enum Direction {
|
|
2982
3087
|
/** Left-to-right */
|
|
2983
3088
|
LTR = "LTR",
|
|
2984
3089
|
/** Right-to-left */
|
|
2985
3090
|
RTL = "RTL"
|
|
2986
3091
|
}
|
|
3092
|
+
/** @enumType */
|
|
3093
|
+
export type DirectionWithLiterals = Direction | 'LTR' | 'RTL';
|
|
2987
3094
|
export interface TableData {
|
|
2988
3095
|
/** Styling for the table's container. */
|
|
2989
3096
|
containerData?: PluginContainerData;
|
|
@@ -3021,9 +3128,11 @@ export declare enum VerticalAlignment {
|
|
|
3021
3128
|
/** Bottom alignment */
|
|
3022
3129
|
BOTTOM = "BOTTOM"
|
|
3023
3130
|
}
|
|
3131
|
+
/** @enumType */
|
|
3132
|
+
export type VerticalAlignmentWithLiterals = VerticalAlignment | 'TOP' | 'MIDDLE' | 'BOTTOM';
|
|
3024
3133
|
export interface CellStyle {
|
|
3025
3134
|
/** Vertical alignment for the cell's text. */
|
|
3026
|
-
verticalAlignment?:
|
|
3135
|
+
verticalAlignment?: VerticalAlignmentWithLiterals;
|
|
3027
3136
|
/**
|
|
3028
3137
|
* Cell background color as a hexadecimal value.
|
|
3029
3138
|
* @format COLOR_HEX
|
|
@@ -3062,6 +3171,8 @@ export declare enum NullValue {
|
|
|
3062
3171
|
/** Null value. */
|
|
3063
3172
|
NULL_VALUE = "NULL_VALUE"
|
|
3064
3173
|
}
|
|
3174
|
+
/** @enumType */
|
|
3175
|
+
export type NullValueWithLiterals = NullValue | 'NULL_VALUE';
|
|
3065
3176
|
/**
|
|
3066
3177
|
* `ListValue` is a wrapper around a repeated field of values.
|
|
3067
3178
|
*
|
|
@@ -3207,7 +3318,7 @@ export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaO
|
|
|
3207
3318
|
* Media type.
|
|
3208
3319
|
* @readonly
|
|
3209
3320
|
*/
|
|
3210
|
-
mediaType?:
|
|
3321
|
+
mediaType?: MediaTypeWithLiterals;
|
|
3211
3322
|
/**
|
|
3212
3323
|
* Media thumbnail.
|
|
3213
3324
|
* > **Note:** Returned only when you pass `"THUMBNAIL"` to the `fields` array in Products API requests.
|
|
@@ -3270,6 +3381,8 @@ export declare enum MediaType {
|
|
|
3270
3381
|
/** Video media type. */
|
|
3271
3382
|
VIDEO = "VIDEO"
|
|
3272
3383
|
}
|
|
3384
|
+
/** @enumType */
|
|
3385
|
+
export type MediaTypeWithLiterals = MediaType | 'UNKNOWN_MEDIA_TYPE' | 'IMAGE' | 'VIDEO';
|
|
3273
3386
|
export interface Thumbnail {
|
|
3274
3387
|
/**
|
|
3275
3388
|
* Thumbnail url.
|
|
@@ -3368,7 +3481,7 @@ export interface ConnectedOption extends ConnectedOptionOptionSettingsOneOf {
|
|
|
3368
3481
|
*/
|
|
3369
3482
|
name?: string | null;
|
|
3370
3483
|
/** Option render type. */
|
|
3371
|
-
optionRenderType?:
|
|
3484
|
+
optionRenderType?: ProductOptionRenderTypeWithLiterals;
|
|
3372
3485
|
}
|
|
3373
3486
|
/** @oneof */
|
|
3374
3487
|
export interface ConnectedOptionOptionSettingsOneOf {
|
|
@@ -3383,6 +3496,8 @@ export declare enum ProductOptionRenderType {
|
|
|
3383
3496
|
/** Swatch choices. */
|
|
3384
3497
|
SWATCH_CHOICES = "SWATCH_CHOICES"
|
|
3385
3498
|
}
|
|
3499
|
+
/** @enumType */
|
|
3500
|
+
export type ProductOptionRenderTypeWithLiterals = ProductOptionRenderType | 'UNKNOWN_OPTION_RENDER_TYPE' | 'TEXT_CHOICES' | 'SWATCH_CHOICES';
|
|
3386
3501
|
export interface ChoicesSettings {
|
|
3387
3502
|
/**
|
|
3388
3503
|
* List of available choices for the option.
|
|
@@ -3412,7 +3527,7 @@ export interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
|
|
|
3412
3527
|
*/
|
|
3413
3528
|
linkedMedia?: ProductMedia[];
|
|
3414
3529
|
/** The type of this choice. */
|
|
3415
|
-
choiceType?:
|
|
3530
|
+
choiceType?: ChoiceTypeWithLiterals;
|
|
3416
3531
|
/**
|
|
3417
3532
|
* Choice name.
|
|
3418
3533
|
* @minLength 1
|
|
@@ -3453,6 +3568,8 @@ export declare enum ChoiceType {
|
|
|
3453
3568
|
/** Image choice. */
|
|
3454
3569
|
IMAGE = "IMAGE"
|
|
3455
3570
|
}
|
|
3571
|
+
/** @enumType */
|
|
3572
|
+
export type ChoiceTypeWithLiterals = ChoiceType | 'UNKNOWN_CHOICE_TYPE' | 'CHOICE_TEXT' | 'ONE_COLOR' | 'MULTIPLE_COLORS' | 'IMAGE';
|
|
3456
3573
|
export interface MultipleColors {
|
|
3457
3574
|
/**
|
|
3458
3575
|
* List of color codes.
|
|
@@ -3481,7 +3598,7 @@ export interface ConnectedModifier extends ConnectedModifierModifierSettingsOneO
|
|
|
3481
3598
|
*/
|
|
3482
3599
|
name?: string | null;
|
|
3483
3600
|
/** Modifier render type. */
|
|
3484
|
-
modifierRenderType?:
|
|
3601
|
+
modifierRenderType?: ModifierRenderTypeWithLiterals;
|
|
3485
3602
|
/** Whether customer input is required for this modifier. */
|
|
3486
3603
|
mandatory?: boolean;
|
|
3487
3604
|
}
|
|
@@ -3502,6 +3619,8 @@ export declare enum ModifierRenderType {
|
|
|
3502
3619
|
/** Swatch choices. */
|
|
3503
3620
|
SWATCH_CHOICES = "SWATCH_CHOICES"
|
|
3504
3621
|
}
|
|
3622
|
+
/** @enumType */
|
|
3623
|
+
export type ModifierRenderTypeWithLiterals = ModifierRenderType | 'UNKNOWN_MODIFIER_RENDER_TYPE' | 'FREE_TEXT' | 'TEXT_CHOICES' | 'SWATCH_CHOICES';
|
|
3505
3624
|
export interface FreeTextSettings {
|
|
3506
3625
|
/** Minimum number of characters. */
|
|
3507
3626
|
minCharCount?: number;
|
|
@@ -3549,7 +3668,7 @@ export interface ConnectedModifierChoice extends ConnectedModifierChoiceValueOne
|
|
|
3549
3668
|
*/
|
|
3550
3669
|
linkedMedia?: ProductMedia[];
|
|
3551
3670
|
/** Choice type. */
|
|
3552
|
-
choiceType?:
|
|
3671
|
+
choiceType?: ChoiceTypeWithLiterals;
|
|
3553
3672
|
/**
|
|
3554
3673
|
* Modifier key. Used for eCommerce integration.
|
|
3555
3674
|
* @readonly
|
|
@@ -3697,17 +3816,17 @@ export interface Inventory {
|
|
|
3697
3816
|
* Current availability status.
|
|
3698
3817
|
* @readonly
|
|
3699
3818
|
*/
|
|
3700
|
-
availabilityStatus?:
|
|
3819
|
+
availabilityStatus?: AvailabilityStatusWithLiterals;
|
|
3701
3820
|
/**
|
|
3702
3821
|
* Current preorder status.
|
|
3703
3822
|
* @readonly
|
|
3704
3823
|
*/
|
|
3705
|
-
preorderStatus?:
|
|
3824
|
+
preorderStatus?: PreorderStatusWithLiterals;
|
|
3706
3825
|
/**
|
|
3707
3826
|
* Preorder availability status.
|
|
3708
3827
|
* @readonly
|
|
3709
3828
|
*/
|
|
3710
|
-
preorderAvailability?:
|
|
3829
|
+
preorderAvailability?: ProductPreorderAvailabilityWithLiterals;
|
|
3711
3830
|
}
|
|
3712
3831
|
export declare enum AvailabilityStatus {
|
|
3713
3832
|
UNKNOWN_AVAILABILITY_STATUS = "UNKNOWN_AVAILABILITY_STATUS",
|
|
@@ -3718,6 +3837,8 @@ export declare enum AvailabilityStatus {
|
|
|
3718
3837
|
/** Some variants are out of stock and some are in stock and available for purchase. */
|
|
3719
3838
|
PARTIALLY_OUT_OF_STOCK = "PARTIALLY_OUT_OF_STOCK"
|
|
3720
3839
|
}
|
|
3840
|
+
/** @enumType */
|
|
3841
|
+
export type AvailabilityStatusWithLiterals = AvailabilityStatus | 'UNKNOWN_AVAILABILITY_STATUS' | 'IN_STOCK' | 'OUT_OF_STOCK' | 'PARTIALLY_OUT_OF_STOCK';
|
|
3721
3842
|
export declare enum PreorderStatus {
|
|
3722
3843
|
UNKNOWN_PREORDER_STATUS = "UNKNOWN_PREORDER_STATUS",
|
|
3723
3844
|
/** All variants are enabled for preorder. */
|
|
@@ -3727,6 +3848,8 @@ export declare enum PreorderStatus {
|
|
|
3727
3848
|
/** Some variants are disabled and some are enabled for preorder. */
|
|
3728
3849
|
PARTIALLY_ENABLED = "PARTIALLY_ENABLED"
|
|
3729
3850
|
}
|
|
3851
|
+
/** @enumType */
|
|
3852
|
+
export type PreorderStatusWithLiterals = PreorderStatus | 'UNKNOWN_PREORDER_STATUS' | 'ENABLED' | 'DISABLED' | 'PARTIALLY_ENABLED';
|
|
3730
3853
|
export declare enum ProductPreorderAvailability {
|
|
3731
3854
|
UNKNOWN_PREORDER_AVAILABILITY_STATUS = "UNKNOWN_PREORDER_AVAILABILITY_STATUS",
|
|
3732
3855
|
/** All the product variants are available for preorder. */
|
|
@@ -3736,6 +3859,8 @@ export declare enum ProductPreorderAvailability {
|
|
|
3736
3859
|
/** Some of the product variants are available for preorder. */
|
|
3737
3860
|
SOME_VARIANTS = "SOME_VARIANTS"
|
|
3738
3861
|
}
|
|
3862
|
+
/** @enumType */
|
|
3863
|
+
export type ProductPreorderAvailabilityWithLiterals = ProductPreorderAvailability | 'UNKNOWN_PREORDER_AVAILABILITY_STATUS' | 'ALL_VARIANTS' | 'NO_VARIANTS' | 'SOME_VARIANTS';
|
|
3739
3864
|
export declare enum ProductType {
|
|
3740
3865
|
/** Not implemented. */
|
|
3741
3866
|
UNKNOWN_PRODUCT_TYPE = "UNKNOWN_PRODUCT_TYPE",
|
|
@@ -3744,6 +3869,8 @@ export declare enum ProductType {
|
|
|
3744
3869
|
/** Digital product. */
|
|
3745
3870
|
DIGITAL = "DIGITAL"
|
|
3746
3871
|
}
|
|
3872
|
+
/** @enumType */
|
|
3873
|
+
export type ProductTypeWithLiterals = ProductType | 'UNKNOWN_PRODUCT_TYPE' | 'PHYSICAL' | 'DIGITAL';
|
|
3747
3874
|
export interface PhysicalProperties {
|
|
3748
3875
|
/**
|
|
3749
3876
|
* Price per unit settings.
|
|
@@ -3789,7 +3916,7 @@ export interface PricePerUnitSettings {
|
|
|
3789
3916
|
* Measurement unit.
|
|
3790
3917
|
* For example, to define price per 100 grams, set this field to "G".
|
|
3791
3918
|
*/
|
|
3792
|
-
measurementUnit?:
|
|
3919
|
+
measurementUnit?: MeasurementUnitWithLiterals;
|
|
3793
3920
|
}
|
|
3794
3921
|
export interface WeightRange {
|
|
3795
3922
|
/**
|
|
@@ -3830,7 +3957,7 @@ export interface WeightMeasurementUnitInfo {
|
|
|
3830
3957
|
* Weight measurement unit.
|
|
3831
3958
|
* @readonly
|
|
3832
3959
|
*/
|
|
3833
|
-
weightMeasurementUnit?:
|
|
3960
|
+
weightMeasurementUnit?: WeightUnitWithLiterals;
|
|
3834
3961
|
}
|
|
3835
3962
|
export interface BreadcrumbsInfo {
|
|
3836
3963
|
/**
|
|
@@ -3977,7 +4104,7 @@ export interface OptionChoiceNames {
|
|
|
3977
4104
|
*/
|
|
3978
4105
|
choiceName?: string;
|
|
3979
4106
|
/** Render type. */
|
|
3980
|
-
renderType?:
|
|
4107
|
+
renderType?: ProductOptionRenderTypeWithLiterals;
|
|
3981
4108
|
}
|
|
3982
4109
|
export interface PriceInfo {
|
|
3983
4110
|
/** Variant price. Must be greater or equal to 0. */
|
|
@@ -4067,7 +4194,7 @@ export interface SecuredMedia {
|
|
|
4067
4194
|
* File type.
|
|
4068
4195
|
* @readonly
|
|
4069
4196
|
*/
|
|
4070
|
-
fileType?:
|
|
4197
|
+
fileType?: FileTypeWithLiterals;
|
|
4071
4198
|
}
|
|
4072
4199
|
export declare enum FileType {
|
|
4073
4200
|
/** Unspecified file type. */
|
|
@@ -4083,6 +4210,8 @@ export declare enum FileType {
|
|
|
4083
4210
|
/** Secure archive file. */
|
|
4084
4211
|
SECURE_ARCHIVE = "SECURE_ARCHIVE"
|
|
4085
4212
|
}
|
|
4213
|
+
/** @enumType */
|
|
4214
|
+
export type FileTypeWithLiterals = FileType | 'UNSPECIFIED' | 'SECURE_PICTURE' | 'SECURE_VIDEO' | 'SECURE_DOCUMENT' | 'SECURE_MUSIC' | 'SECURE_ARCHIVE';
|
|
4086
4215
|
export interface SubscriptionPricesInfo {
|
|
4087
4216
|
/**
|
|
4088
4217
|
* Subscription prices.
|
|
@@ -4190,7 +4319,7 @@ export interface Subscription extends SubscriptionCyclesOneOf {
|
|
|
4190
4319
|
* Frequency of recurring payment.
|
|
4191
4320
|
* For example, if `frequency: MONTH` and `billingCycles: 6`; payment will be made monthly for 6 months.
|
|
4192
4321
|
*/
|
|
4193
|
-
frequency?:
|
|
4322
|
+
frequency?: SubscriptionFrequencyWithLiterals;
|
|
4194
4323
|
/**
|
|
4195
4324
|
* Interval of recurring payment. Default: `1`. For example, if `frequency: MONTH`, `billingCycles: 3` and `interval: 2`; payment will be made every 2 months for a total of 6 months.
|
|
4196
4325
|
* @min 1
|
|
@@ -4222,6 +4351,8 @@ export declare enum SubscriptionFrequency {
|
|
|
4222
4351
|
MONTH = "MONTH",
|
|
4223
4352
|
YEAR = "YEAR"
|
|
4224
4353
|
}
|
|
4354
|
+
/** @enumType */
|
|
4355
|
+
export type SubscriptionFrequencyWithLiterals = SubscriptionFrequency | 'UNDEFINED' | 'DAY' | 'WEEK' | 'MONTH' | 'YEAR';
|
|
4225
4356
|
export interface SubscriptionDiscount extends SubscriptionDiscountDiscountOneOf {
|
|
4226
4357
|
/**
|
|
4227
4358
|
* Amount to discount from the variant discounted_price.
|
|
@@ -4235,7 +4366,7 @@ export interface SubscriptionDiscount extends SubscriptionDiscountDiscountOneOf
|
|
|
4235
4366
|
*/
|
|
4236
4367
|
percentOff?: number;
|
|
4237
4368
|
/** Discount type. */
|
|
4238
|
-
type?:
|
|
4369
|
+
type?: DiscountTypeWithLiterals;
|
|
4239
4370
|
}
|
|
4240
4371
|
/** @oneof */
|
|
4241
4372
|
export interface SubscriptionDiscountDiscountOneOf {
|
|
@@ -4258,6 +4389,8 @@ export declare enum DiscountType {
|
|
|
4258
4389
|
/** Discount by a percentage. */
|
|
4259
4390
|
PERCENT = "PERCENT"
|
|
4260
4391
|
}
|
|
4392
|
+
/** @enumType */
|
|
4393
|
+
export type DiscountTypeWithLiterals = DiscountType | 'UNKNOWN_DISCOUNT' | 'AMOUNT' | 'PERCENT';
|
|
4261
4394
|
export interface VariantSummary {
|
|
4262
4395
|
/**
|
|
4263
4396
|
* The total number of variants for the product.
|
|
@@ -4418,7 +4551,7 @@ export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
|
4418
4551
|
*/
|
|
4419
4552
|
appId?: string;
|
|
4420
4553
|
/** @readonly */
|
|
4421
|
-
identityType?:
|
|
4554
|
+
identityType?: WebhookIdentityTypeWithLiterals;
|
|
4422
4555
|
}
|
|
4423
4556
|
/** @oneof */
|
|
4424
4557
|
export interface IdentificationDataIdOneOf {
|
|
@@ -4450,12 +4583,14 @@ export declare enum WebhookIdentityType {
|
|
|
4450
4583
|
WIX_USER = "WIX_USER",
|
|
4451
4584
|
APP = "APP"
|
|
4452
4585
|
}
|
|
4586
|
+
/** @enumType */
|
|
4587
|
+
export type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
4453
4588
|
export interface QueryVariantsOptions {
|
|
4454
4589
|
/**
|
|
4455
4590
|
* A list of requested fields to be included in the response.
|
|
4456
4591
|
* @maxSize 100
|
|
4457
4592
|
*/
|
|
4458
|
-
fields?:
|
|
4593
|
+
fields?: RequestedFieldsWithLiterals[] | undefined;
|
|
4459
4594
|
}
|
|
4460
4595
|
interface QueryCursorResult {
|
|
4461
4596
|
cursors: Cursors;
|
|
@@ -4481,6 +4616,26 @@ export interface VariantsQueryBuilder {
|
|
|
4481
4616
|
* @documentationMaturity preview
|
|
4482
4617
|
*/
|
|
4483
4618
|
ne: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
|
|
4619
|
+
/** @param propertyName - Property whose value is compared with `value`.
|
|
4620
|
+
* @param value - Value to compare against.
|
|
4621
|
+
* @documentationMaturity preview
|
|
4622
|
+
*/
|
|
4623
|
+
ge: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
|
|
4624
|
+
/** @param propertyName - Property whose value is compared with `value`.
|
|
4625
|
+
* @param value - Value to compare against.
|
|
4626
|
+
* @documentationMaturity preview
|
|
4627
|
+
*/
|
|
4628
|
+
gt: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
|
|
4629
|
+
/** @param propertyName - Property whose value is compared with `value`.
|
|
4630
|
+
* @param value - Value to compare against.
|
|
4631
|
+
* @documentationMaturity preview
|
|
4632
|
+
*/
|
|
4633
|
+
le: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
|
|
4634
|
+
/** @param propertyName - Property whose value is compared with `value`.
|
|
4635
|
+
* @param value - Value to compare against.
|
|
4636
|
+
* @documentationMaturity preview
|
|
4637
|
+
*/
|
|
4638
|
+
lt: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
|
|
4484
4639
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
4485
4640
|
* @param string - String to compare against. Case-insensitive.
|
|
4486
4641
|
* @documentationMaturity preview
|
|
@@ -4515,12 +4670,181 @@ export interface VariantsQueryBuilder {
|
|
|
4515
4670
|
find: () => Promise<VariantsQueryResult>;
|
|
4516
4671
|
}
|
|
4517
4672
|
export interface SearchVariantsOptions {
|
|
4518
|
-
/** WQL expression */
|
|
4519
|
-
search?: CursorSearch;
|
|
4520
4673
|
/**
|
|
4521
4674
|
* A list of requested fields to be included in the response.
|
|
4522
4675
|
* @maxSize 100
|
|
4523
4676
|
*/
|
|
4524
|
-
fields?:
|
|
4525
|
-
}
|
|
4677
|
+
fields?: RequestedFieldsWithLiterals[];
|
|
4678
|
+
}
|
|
4679
|
+
export interface ReadOnlyVariantSearchSpec extends SearchSpec {
|
|
4680
|
+
aggregatable: [
|
|
4681
|
+
'_id',
|
|
4682
|
+
'barcode',
|
|
4683
|
+
'internalMetadata.rowState',
|
|
4684
|
+
'inventoryStatus.inStock',
|
|
4685
|
+
'inventoryStatus.preorderEnabled',
|
|
4686
|
+
'optionChoices.optionChoiceIds.choiceId',
|
|
4687
|
+
'optionChoices.optionChoiceIds.optionId',
|
|
4688
|
+
'price.actualPrice.amount',
|
|
4689
|
+
'price.compareAtPrice.amount',
|
|
4690
|
+
'productData.directCategoryIds',
|
|
4691
|
+
'productData.name',
|
|
4692
|
+
'productData.productId',
|
|
4693
|
+
'productData.productType',
|
|
4694
|
+
'productData.slug',
|
|
4695
|
+
'productData.visible',
|
|
4696
|
+
'productData.visibleInPos',
|
|
4697
|
+
'sku',
|
|
4698
|
+
'visible'
|
|
4699
|
+
];
|
|
4700
|
+
paging: 'cursor';
|
|
4701
|
+
wql: [
|
|
4702
|
+
{
|
|
4703
|
+
operators: ['$hasAll', '$hasSome'];
|
|
4704
|
+
fields: [
|
|
4705
|
+
'optionChoices.optionChoiceIds.choiceId',
|
|
4706
|
+
'optionChoices.optionChoiceIds.optionId'
|
|
4707
|
+
];
|
|
4708
|
+
sort: 'NONE';
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
operators: '*';
|
|
4712
|
+
fields: [
|
|
4713
|
+
'_id',
|
|
4714
|
+
'barcode',
|
|
4715
|
+
'internalMetadata.rowState',
|
|
4716
|
+
'inventoryStatus.inStock',
|
|
4717
|
+
'inventoryStatus.preorderEnabled',
|
|
4718
|
+
'price.actualPrice.amount',
|
|
4719
|
+
'price.compareAtPrice.amount',
|
|
4720
|
+
'productData.directCategoryIds',
|
|
4721
|
+
'productData.name',
|
|
4722
|
+
'productData.productId',
|
|
4723
|
+
'productData.productType',
|
|
4724
|
+
'productData.slug',
|
|
4725
|
+
'productData.visible',
|
|
4726
|
+
'productData.visibleInPos',
|
|
4727
|
+
'sku',
|
|
4728
|
+
'visible'
|
|
4729
|
+
];
|
|
4730
|
+
sort: 'NONE';
|
|
4731
|
+
}
|
|
4732
|
+
];
|
|
4733
|
+
}
|
|
4734
|
+
export type CommonSearchWithEntityContext = SearchSdkType<ReadOnlyVariant, ReadOnlyVariantSearchSpec>;
|
|
4735
|
+
export type ReadOnlyVariantSearch = {
|
|
4736
|
+
/**
|
|
4737
|
+
Cursor pointing to page of results.
|
|
4738
|
+
When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
|
|
4739
|
+
*/
|
|
4740
|
+
cursorPaging?: {
|
|
4741
|
+
/**
|
|
4742
|
+
Maximum number of items to return in the results.
|
|
4743
|
+
@max: 1000
|
|
4744
|
+
*/
|
|
4745
|
+
limit?: NonNullable<CommonSearchWithEntityContext['cursorPaging']>['limit'] | null;
|
|
4746
|
+
/**
|
|
4747
|
+
Pointer to the next or previous page in the list of results.
|
|
4748
|
+
|
|
4749
|
+
Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.
|
|
4750
|
+
Not relevant for the first request.
|
|
4751
|
+
@maxLength: 16000
|
|
4752
|
+
*/
|
|
4753
|
+
cursor?: NonNullable<CommonSearchWithEntityContext['cursorPaging']>['cursor'] | null;
|
|
4754
|
+
};
|
|
4755
|
+
/**
|
|
4756
|
+
A filter object. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf)
|
|
4757
|
+
*/
|
|
4758
|
+
filter?: CommonSearchWithEntityContext['filter'] | null;
|
|
4759
|
+
/**
|
|
4760
|
+
Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}]
|
|
4761
|
+
@maxSize: 10
|
|
4762
|
+
*/
|
|
4763
|
+
sort?: {
|
|
4764
|
+
/**
|
|
4765
|
+
Name of the field to sort by.
|
|
4766
|
+
@maxLength: 512
|
|
4767
|
+
*/
|
|
4768
|
+
fieldName?: NonNullable<CommonSearchWithEntityContext['sort']>[number]['fieldName'];
|
|
4769
|
+
/**
|
|
4770
|
+
Sort order.
|
|
4771
|
+
*/
|
|
4772
|
+
order?: NonNullable<CommonSearchWithEntityContext['sort']>[number]['order'];
|
|
4773
|
+
}[];
|
|
4774
|
+
/**
|
|
4775
|
+
Aggregations | Faceted search: refers to a way to explore large amounts of data by displaying summaries about various partitions of the data and later allowing to narrow the navigation to a specific partition.
|
|
4776
|
+
@maxSize: 10
|
|
4777
|
+
*/
|
|
4778
|
+
aggregations?: {
|
|
4779
|
+
/**
|
|
4780
|
+
Value aggregation
|
|
4781
|
+
*/
|
|
4782
|
+
value?: NonNullable<CommonSearchWithEntityContext['aggregations']>[number]['value'];
|
|
4783
|
+
/**
|
|
4784
|
+
Range aggregation
|
|
4785
|
+
*/
|
|
4786
|
+
range?: NonNullable<CommonSearchWithEntityContext['aggregations']>[number]['range'];
|
|
4787
|
+
/**
|
|
4788
|
+
Scalar aggregation
|
|
4789
|
+
*/
|
|
4790
|
+
scalar?: NonNullable<CommonSearchWithEntityContext['aggregations']>[number]['scalar'];
|
|
4791
|
+
/**
|
|
4792
|
+
Date histogram aggregation
|
|
4793
|
+
*/
|
|
4794
|
+
dateHistogram?: NonNullable<CommonSearchWithEntityContext['aggregations']>[number]['dateHistogram'];
|
|
4795
|
+
/**
|
|
4796
|
+
Nested aggregation
|
|
4797
|
+
*/
|
|
4798
|
+
nested?: NonNullable<CommonSearchWithEntityContext['aggregations']>[number]['nested'];
|
|
4799
|
+
/**
|
|
4800
|
+
User-defined name of aggregation, should be unique, will appear in aggregation results
|
|
4801
|
+
@maxLength: 100
|
|
4802
|
+
*/
|
|
4803
|
+
name?: NonNullable<CommonSearchWithEntityContext['aggregations']>[number]['name'] | null;
|
|
4804
|
+
/**
|
|
4805
|
+
Type of aggregation, client must provide matching aggregation field below
|
|
4806
|
+
*/
|
|
4807
|
+
type?: NonNullable<CommonSearchWithEntityContext['aggregations']>[number]['type'];
|
|
4808
|
+
/**
|
|
4809
|
+
Field to aggregate by, use dot notation to specify json path
|
|
4810
|
+
@maxLength: 200
|
|
4811
|
+
*/
|
|
4812
|
+
fieldPath?: NonNullable<CommonSearchWithEntityContext['aggregations']>[number]['fieldPath'];
|
|
4813
|
+
}[];
|
|
4814
|
+
/**
|
|
4815
|
+
Free text to match in searchable fields
|
|
4816
|
+
*/
|
|
4817
|
+
search?: {
|
|
4818
|
+
/**
|
|
4819
|
+
Defines how separate search terms in `expression` are combined
|
|
4820
|
+
*/
|
|
4821
|
+
mode?: NonNullable<CommonSearchWithEntityContext['search']>['mode'];
|
|
4822
|
+
/**
|
|
4823
|
+
Search term or expression
|
|
4824
|
+
@maxLength: 100
|
|
4825
|
+
*/
|
|
4826
|
+
expression?: NonNullable<CommonSearchWithEntityContext['search']>['expression'] | null;
|
|
4827
|
+
/**
|
|
4828
|
+
Fields to search in. If empty - will search in all searchable fields. Use dot notation to specify json path
|
|
4829
|
+
@maxLength: 200,
|
|
4830
|
+
@maxSize: 20
|
|
4831
|
+
*/
|
|
4832
|
+
fields?: NonNullable<CommonSearchWithEntityContext['search']>['fields'];
|
|
4833
|
+
/**
|
|
4834
|
+
Flag if should use auto fuzzy search (allowing typos by a managed proximity algorithm)
|
|
4835
|
+
*/
|
|
4836
|
+
fuzzy?: NonNullable<CommonSearchWithEntityContext['search']>['fuzzy'];
|
|
4837
|
+
};
|
|
4838
|
+
/**
|
|
4839
|
+
UTC offset or IANA time zone. Valid values are
|
|
4840
|
+
ISO 8601 UTC offsets, such as +02:00 or -06:00,
|
|
4841
|
+
and IANA time zone IDs, such as Europe/Rome
|
|
4842
|
+
|
|
4843
|
+
Affects all filters and aggregations returned values.
|
|
4844
|
+
You may override this behavior in a specific filter by providing
|
|
4845
|
+
timestamps including time zone. e.g. `"2023-12-20T10:52:34.795Z"`
|
|
4846
|
+
@maxLength: 50
|
|
4847
|
+
*/
|
|
4848
|
+
timeZone?: CommonSearchWithEntityContext['timeZone'] | null;
|
|
4849
|
+
};
|
|
4526
4850
|
export {};
|