@wix/events 1.0.321 → 1.0.323
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/package.json +18 -18
- package/type-bundles/context.bundle.d.ts +174 -336
- package/type-bundles/index.bundle.d.ts +174 -336
- package/type-bundles/meta.bundle.d.ts +6 -14
|
@@ -2607,9 +2607,7 @@ declare enum State$7 {
|
|
|
2607
2607
|
/** Created when publishing recurring events. */
|
|
2608
2608
|
RECURRING_EVENT = "RECURRING_EVENT",
|
|
2609
2609
|
/** Category is hidden. */
|
|
2610
|
-
HIDDEN = "HIDDEN"
|
|
2611
|
-
/** Category is used to store component events. */
|
|
2612
|
-
COMPONENT = "COMPONENT"
|
|
2610
|
+
HIDDEN = "HIDDEN"
|
|
2613
2611
|
}
|
|
2614
2612
|
interface CreateCategoryRequest$1 {
|
|
2615
2613
|
/** Category to create. */
|
|
@@ -2926,9 +2924,7 @@ declare enum State$6 {
|
|
|
2926
2924
|
/** Created when publishing recurring events. */
|
|
2927
2925
|
RECURRING_EVENT = "RECURRING_EVENT",
|
|
2928
2926
|
/** Category is hidden. */
|
|
2929
|
-
HIDDEN = "HIDDEN"
|
|
2930
|
-
/** Category is used to store component events. */
|
|
2931
|
-
COMPONENT = "COMPONENT"
|
|
2927
|
+
HIDDEN = "HIDDEN"
|
|
2932
2928
|
}
|
|
2933
2929
|
interface CreateCategoryRequest {
|
|
2934
2930
|
/** Category to create. */
|
|
@@ -16409,7 +16405,7 @@ interface Keyword$1 {
|
|
|
16409
16405
|
term?: string;
|
|
16410
16406
|
/** Whether the keyword is the main focus keyword. */
|
|
16411
16407
|
isMain?: boolean;
|
|
16412
|
-
/**
|
|
16408
|
+
/** The source that added the keyword terms to the SEO settings. */
|
|
16413
16409
|
origin?: string | null;
|
|
16414
16410
|
}
|
|
16415
16411
|
interface Tag$1 {
|
|
@@ -16458,9 +16454,7 @@ declare enum Type$3 {
|
|
|
16458
16454
|
/** Created manually by the user. */
|
|
16459
16455
|
MANUAL = "MANUAL",
|
|
16460
16456
|
/** Created automatically when publishing recurring events. */
|
|
16461
|
-
RECURRING_EVENT = "RECURRING_EVENT"
|
|
16462
|
-
/** Created automatically and used to store component events. */
|
|
16463
|
-
COMPONENT = "COMPONENT"
|
|
16457
|
+
RECURRING_EVENT = "RECURRING_EVENT"
|
|
16464
16458
|
}
|
|
16465
16459
|
interface V3EventDisplaySettings$1 {
|
|
16466
16460
|
/** Whether event details button is hidden. Only available for events with no registration. */
|
|
@@ -17920,7 +17914,7 @@ interface Keyword {
|
|
|
17920
17914
|
term?: string;
|
|
17921
17915
|
/** Whether the keyword is the main focus keyword. */
|
|
17922
17916
|
isMain?: boolean;
|
|
17923
|
-
/**
|
|
17917
|
+
/** The source that added the keyword terms to the SEO settings. */
|
|
17924
17918
|
origin?: string | null;
|
|
17925
17919
|
}
|
|
17926
17920
|
interface Tag {
|
|
@@ -17969,9 +17963,7 @@ declare enum Type$2 {
|
|
|
17969
17963
|
/** Created manually by the user. */
|
|
17970
17964
|
MANUAL = "MANUAL",
|
|
17971
17965
|
/** Created automatically when publishing recurring events. */
|
|
17972
|
-
RECURRING_EVENT = "RECURRING_EVENT"
|
|
17973
|
-
/** Created automatically and used to store component events. */
|
|
17974
|
-
COMPONENT = "COMPONENT"
|
|
17966
|
+
RECURRING_EVENT = "RECURRING_EVENT"
|
|
17975
17967
|
}
|
|
17976
17968
|
interface V3EventDisplaySettings {
|
|
17977
17969
|
/** Whether event details button is hidden. Only available for events with no registration. */
|