@wix/auto_sdk_table-reservations_experiences 1.0.36 → 1.0.38
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.d.ts +12 -18
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +72 -57
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +2 -2
- package/build/cjs/schemas.js.map +1 -1
- package/build/cjs/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.ts → table-reservations-v1-experience-experiences.universal-DBg6eXpp.d.ts} +87 -110
- package/build/es/index.d.mts +12 -18
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +72 -57
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +2 -2
- package/build/es/schemas.mjs.map +1 -1
- package/build/es/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.mts → table-reservations-v1-experience-experiences.universal-DBg6eXpp.d.mts} +87 -110
- package/build/internal/cjs/index.d.ts +12 -18
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +72 -57
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +2 -2
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.ts → table-reservations-v1-experience-experiences.universal-DBg6eXpp.d.ts} +87 -110
- package/build/internal/es/index.d.mts +12 -18
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +72 -57
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +2 -2
- package/build/internal/es/schemas.mjs.map +1 -1
- package/build/internal/es/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.mts → table-reservations-v1-experience-experiences.universal-DBg6eXpp.d.mts} +87 -110
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { dd as CreateExperienceRequest$1, de as CreateExperienceResponse$1, df as GetExperienceRequest$1, dg as GetExperienceResponse$1, dh as GetExperienceBySlugRequest$1, G as GetExperienceBySlugResponse$1, di as UpdateExperienceRequest$1, dj as UpdateExperienceResponse$1, dk as QueryExperiencesRequest$1, dq as QueryExperiencesResponse$1, dt as SearchExperiencesRequest$1, S as SearchExperiencesResponse$1, e2 as BulkUpdateExperienceTagsRequest$1, c as BulkUpdateExperienceTagsResponse$1, e7 as BulkUpdateExperienceTagsByFilterRequest$1, f as BulkUpdateExperienceTagsByFilterResponse$1, e8 as BulkArchiveExperiencesRequest$1, h as BulkArchiveExperiencesResponse$1, ea as BulkUnarchiveExperiencesRequest$1, i as BulkUnarchiveExperiencesResponse$1 } from './table-reservations-v1-experience-experiences.universal-
|
|
1
|
+
import { dd as CreateExperienceRequest$1, de as CreateExperienceResponse$1, df as GetExperienceRequest$1, dg as GetExperienceResponse$1, dh as GetExperienceBySlugRequest$1, G as GetExperienceBySlugResponse$1, di as UpdateExperienceRequest$1, dj as UpdateExperienceResponse$1, dk as QueryExperiencesRequest$1, dq as QueryExperiencesResponse$1, dt as SearchExperiencesRequest$1, S as SearchExperiencesResponse$1, e2 as BulkUpdateExperienceTagsRequest$1, c as BulkUpdateExperienceTagsResponse$1, e7 as BulkUpdateExperienceTagsByFilterRequest$1, f as BulkUpdateExperienceTagsByFilterResponse$1, e8 as BulkArchiveExperiencesRequest$1, h as BulkArchiveExperiencesResponse$1, ea as BulkUnarchiveExperiencesRequest$1, i as BulkUnarchiveExperiencesResponse$1 } from './table-reservations-v1-experience-experiences.universal-DBg6eXpp.mjs';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** Experience. */
|
|
@@ -635,7 +635,7 @@ type GradientTypeWithLiterals = GradientType | 'LINEAR' | 'RADIAL';
|
|
|
635
635
|
interface Stop {
|
|
636
636
|
/**
|
|
637
637
|
* Stop color as hex value.
|
|
638
|
-
* @
|
|
638
|
+
* @maxLength 19
|
|
639
639
|
*/
|
|
640
640
|
color?: string | null;
|
|
641
641
|
/** Stop position (0-1). */
|
|
@@ -676,7 +676,7 @@ interface Background {
|
|
|
676
676
|
type?: BackgroundTypeWithLiterals;
|
|
677
677
|
/**
|
|
678
678
|
* Background color as a hexadecimal value.
|
|
679
|
-
* @
|
|
679
|
+
* @maxLength 19
|
|
680
680
|
*/
|
|
681
681
|
color?: string | null;
|
|
682
682
|
/** Gradient configuration. */
|
|
@@ -783,33 +783,33 @@ interface Styles {
|
|
|
783
783
|
borderRadius?: number | null;
|
|
784
784
|
/**
|
|
785
785
|
* Border color as a hexadecimal value.
|
|
786
|
-
* @
|
|
786
|
+
* @maxLength 19
|
|
787
787
|
*/
|
|
788
788
|
borderColor?: string | null;
|
|
789
789
|
/**
|
|
790
790
|
* Border color as a hexadecimal value (hover state).
|
|
791
|
-
* @
|
|
791
|
+
* @maxLength 19
|
|
792
792
|
*/
|
|
793
793
|
borderColorHover?: string | null;
|
|
794
794
|
/**
|
|
795
795
|
* Text color as a hexadecimal value.
|
|
796
|
-
* @
|
|
796
|
+
* @maxLength 19
|
|
797
797
|
*/
|
|
798
798
|
textColor?: string | null;
|
|
799
799
|
/**
|
|
800
800
|
* Text color as a hexadecimal value (hover state).
|
|
801
|
-
* @
|
|
801
|
+
* @maxLength 19
|
|
802
802
|
*/
|
|
803
803
|
textColorHover?: string | null;
|
|
804
804
|
/**
|
|
805
805
|
* Deprecated: Use `background` instead.
|
|
806
|
-
* @
|
|
806
|
+
* @maxLength 19
|
|
807
807
|
* @deprecated
|
|
808
808
|
*/
|
|
809
809
|
backgroundColor?: string | null;
|
|
810
810
|
/**
|
|
811
811
|
* Deprecated: Use `backgroundHover` instead.
|
|
812
|
-
* @
|
|
812
|
+
* @maxLength 19
|
|
813
813
|
* @deprecated
|
|
814
814
|
*/
|
|
815
815
|
backgroundColorHover?: string | null;
|
|
@@ -1261,7 +1261,7 @@ interface StylesBorder {
|
|
|
1261
1261
|
width?: number | null;
|
|
1262
1262
|
/**
|
|
1263
1263
|
* Border color as a hexadecimal value.
|
|
1264
|
-
* @
|
|
1264
|
+
* @maxLength 19
|
|
1265
1265
|
*/
|
|
1266
1266
|
color?: string | null;
|
|
1267
1267
|
/** Border radius in pixels. */
|
|
@@ -1302,22 +1302,22 @@ type StylesPositionWithLiterals = StylesPosition | 'START' | 'END' | 'TOP' | 'HI
|
|
|
1302
1302
|
interface LinkPreviewDataStyles {
|
|
1303
1303
|
/**
|
|
1304
1304
|
* Background color as a hexadecimal value.
|
|
1305
|
-
* @
|
|
1305
|
+
* @maxLength 19
|
|
1306
1306
|
*/
|
|
1307
1307
|
backgroundColor?: string | null;
|
|
1308
1308
|
/**
|
|
1309
1309
|
* Title color as a hexadecimal value.
|
|
1310
|
-
* @
|
|
1310
|
+
* @maxLength 19
|
|
1311
1311
|
*/
|
|
1312
1312
|
titleColor?: string | null;
|
|
1313
1313
|
/**
|
|
1314
1314
|
* Subtitle color as a hexadecimal value.
|
|
1315
|
-
* @
|
|
1315
|
+
* @maxLength 19
|
|
1316
1316
|
*/
|
|
1317
1317
|
subtitleColor?: string | null;
|
|
1318
1318
|
/**
|
|
1319
1319
|
* Link color as a hexadecimal value.
|
|
1320
|
-
* @
|
|
1320
|
+
* @maxLength 19
|
|
1321
1321
|
*/
|
|
1322
1322
|
linkColor?: string | null;
|
|
1323
1323
|
/** Border width in pixels. */
|
|
@@ -1326,7 +1326,7 @@ interface LinkPreviewDataStyles {
|
|
|
1326
1326
|
borderRadius?: number | null;
|
|
1327
1327
|
/**
|
|
1328
1328
|
* Border color as a hexadecimal value.
|
|
1329
|
-
* @
|
|
1329
|
+
* @maxLength 19
|
|
1330
1330
|
*/
|
|
1331
1331
|
borderColor?: string | null;
|
|
1332
1332
|
/** Position of thumbnail. Defaults to `START`. */
|
|
@@ -1477,19 +1477,19 @@ interface BackgroundGradient {
|
|
|
1477
1477
|
angle?: number | null;
|
|
1478
1478
|
/**
|
|
1479
1479
|
* The start color as a hexademical value.
|
|
1480
|
-
* @
|
|
1480
|
+
* @maxLength 19
|
|
1481
1481
|
*/
|
|
1482
1482
|
startColor?: string | null;
|
|
1483
1483
|
/**
|
|
1484
1484
|
* The end color as a hexademical value.
|
|
1485
|
-
* @
|
|
1485
|
+
* @maxLength 19
|
|
1486
1486
|
*/
|
|
1487
1487
|
lastColor?: string | null;
|
|
1488
1488
|
}
|
|
1489
1489
|
interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
|
|
1490
1490
|
/**
|
|
1491
1491
|
* The background color as a hexademical value.
|
|
1492
|
-
* @
|
|
1492
|
+
* @maxLength 19
|
|
1493
1493
|
*/
|
|
1494
1494
|
color?: string | null;
|
|
1495
1495
|
/** An image to use for the background. */
|
|
@@ -1503,7 +1503,7 @@ interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
|
|
|
1503
1503
|
interface PollDesignBackgroundBackgroundOneOf {
|
|
1504
1504
|
/**
|
|
1505
1505
|
* The background color as a hexademical value.
|
|
1506
|
-
* @
|
|
1506
|
+
* @maxLength 19
|
|
1507
1507
|
*/
|
|
1508
1508
|
color?: string | null;
|
|
1509
1509
|
/** An image to use for the background. */
|
|
@@ -1817,32 +1817,32 @@ interface ButtonStyles {
|
|
|
1817
1817
|
borderRadius?: number | null;
|
|
1818
1818
|
/**
|
|
1819
1819
|
* Border color as a hexadecimal value.
|
|
1820
|
-
* @
|
|
1820
|
+
* @maxLength 19
|
|
1821
1821
|
*/
|
|
1822
1822
|
borderColor?: string | null;
|
|
1823
1823
|
/**
|
|
1824
1824
|
* Text color as a hexadecimal value.
|
|
1825
|
-
* @
|
|
1825
|
+
* @maxLength 19
|
|
1826
1826
|
*/
|
|
1827
1827
|
textColor?: string | null;
|
|
1828
1828
|
/**
|
|
1829
1829
|
* Background color as a hexadecimal value.
|
|
1830
|
-
* @
|
|
1830
|
+
* @maxLength 19
|
|
1831
1831
|
*/
|
|
1832
1832
|
backgroundColor?: string | null;
|
|
1833
1833
|
/**
|
|
1834
1834
|
* Border color as a hexadecimal value (hover state).
|
|
1835
|
-
* @
|
|
1835
|
+
* @maxLength 19
|
|
1836
1836
|
*/
|
|
1837
1837
|
borderColorHover?: string | null;
|
|
1838
1838
|
/**
|
|
1839
1839
|
* Text color as a hexadecimal value (hover state).
|
|
1840
|
-
* @
|
|
1840
|
+
* @maxLength 19
|
|
1841
1841
|
*/
|
|
1842
1842
|
textColorHover?: string | null;
|
|
1843
1843
|
/**
|
|
1844
1844
|
* Background color as a hexadecimal value (hover state).
|
|
1845
|
-
* @
|
|
1845
|
+
* @maxLength 19
|
|
1846
1846
|
*/
|
|
1847
1847
|
backgroundColorHover?: string | null;
|
|
1848
1848
|
/** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
|
|
@@ -1859,7 +1859,7 @@ interface ImageStyles {
|
|
|
1859
1859
|
resizing?: ResizingWithLiterals;
|
|
1860
1860
|
/**
|
|
1861
1861
|
* Image border color as a hexadecimal value.
|
|
1862
|
-
* @
|
|
1862
|
+
* @maxLength 19
|
|
1863
1863
|
*/
|
|
1864
1864
|
borderColor?: string | null;
|
|
1865
1865
|
/** Image border width in pixels. */
|
|
@@ -1872,17 +1872,17 @@ interface RibbonStyles {
|
|
|
1872
1872
|
ribbonText?: string | null;
|
|
1873
1873
|
/**
|
|
1874
1874
|
* Ribbon background color as a hexadecimal value.
|
|
1875
|
-
* @
|
|
1875
|
+
* @maxLength 19
|
|
1876
1876
|
*/
|
|
1877
1877
|
backgroundColor?: string | null;
|
|
1878
1878
|
/**
|
|
1879
1879
|
* Ribbon text color as a hexadecimal value.
|
|
1880
|
-
* @
|
|
1880
|
+
* @maxLength 19
|
|
1881
1881
|
*/
|
|
1882
1882
|
textColor?: string | null;
|
|
1883
1883
|
/**
|
|
1884
1884
|
* Ribbon border color as a hexadecimal value.
|
|
1885
|
-
* @
|
|
1885
|
+
* @maxLength 19
|
|
1886
1886
|
*/
|
|
1887
1887
|
borderColor?: string | null;
|
|
1888
1888
|
/** Ribbon border width in pixels. */
|
|
@@ -1895,12 +1895,12 @@ interface RibbonStyles {
|
|
|
1895
1895
|
interface CardStyles {
|
|
1896
1896
|
/**
|
|
1897
1897
|
* Card background color as a hexadecimal value.
|
|
1898
|
-
* @
|
|
1898
|
+
* @maxLength 19
|
|
1899
1899
|
*/
|
|
1900
1900
|
backgroundColor?: string | null;
|
|
1901
1901
|
/**
|
|
1902
1902
|
* Card border color as a hexadecimal value.
|
|
1903
|
-
* @
|
|
1903
|
+
* @maxLength 19
|
|
1904
1904
|
*/
|
|
1905
1905
|
borderColor?: string | null;
|
|
1906
1906
|
/** Card border width in pixels. */
|
|
@@ -1915,12 +1915,12 @@ interface CardStyles {
|
|
|
1915
1915
|
titlePriceLayout?: LayoutWithLiterals;
|
|
1916
1916
|
/**
|
|
1917
1917
|
* Title text color as a hexadecimal value.
|
|
1918
|
-
* @
|
|
1918
|
+
* @maxLength 19
|
|
1919
1919
|
*/
|
|
1920
1920
|
titleColor?: string | null;
|
|
1921
1921
|
/**
|
|
1922
1922
|
* Text color as a hexadecimal value.
|
|
1923
|
-
* @
|
|
1923
|
+
* @maxLength 19
|
|
1924
1924
|
*/
|
|
1925
1925
|
textColor?: string | null;
|
|
1926
1926
|
}
|
|
@@ -2102,29 +2102,29 @@ interface CellStyle {
|
|
|
2102
2102
|
verticalAlignment?: VerticalAlignmentWithLiterals;
|
|
2103
2103
|
/**
|
|
2104
2104
|
* Cell background color as a hexadecimal value.
|
|
2105
|
-
* @
|
|
2105
|
+
* @maxLength 19
|
|
2106
2106
|
*/
|
|
2107
2107
|
backgroundColor?: string | null;
|
|
2108
2108
|
}
|
|
2109
2109
|
interface BorderColors {
|
|
2110
2110
|
/**
|
|
2111
2111
|
* Left border color as a hexadecimal value.
|
|
2112
|
-
* @
|
|
2112
|
+
* @maxLength 19
|
|
2113
2113
|
*/
|
|
2114
2114
|
left?: string | null;
|
|
2115
2115
|
/**
|
|
2116
2116
|
* Right border color as a hexadecimal value.
|
|
2117
|
-
* @
|
|
2117
|
+
* @maxLength 19
|
|
2118
2118
|
*/
|
|
2119
2119
|
right?: string | null;
|
|
2120
2120
|
/**
|
|
2121
2121
|
* Top border color as a hexadecimal value.
|
|
2122
|
-
* @
|
|
2122
|
+
* @maxLength 19
|
|
2123
2123
|
*/
|
|
2124
2124
|
top?: string | null;
|
|
2125
2125
|
/**
|
|
2126
2126
|
* Bottom border color as a hexadecimal value.
|
|
2127
|
-
* @
|
|
2127
|
+
* @maxLength 19
|
|
2128
2128
|
*/
|
|
2129
2129
|
bottom?: string | null;
|
|
2130
2130
|
}
|
|
@@ -2199,7 +2199,7 @@ interface CaptionData {
|
|
|
2199
2199
|
interface LayoutData {
|
|
2200
2200
|
/**
|
|
2201
2201
|
* Deprecated: Use `background` instead.
|
|
2202
|
-
* @
|
|
2202
|
+
* @maxLength 19
|
|
2203
2203
|
* @deprecated
|
|
2204
2204
|
*/
|
|
2205
2205
|
backgroundColor?: string | null;
|
|
@@ -2207,7 +2207,7 @@ interface LayoutData {
|
|
|
2207
2207
|
backgroundImage?: LayoutDataBackgroundImage;
|
|
2208
2208
|
/**
|
|
2209
2209
|
* Border color as a hexadecimal value.
|
|
2210
|
-
* @
|
|
2210
|
+
* @maxLength 19
|
|
2211
2211
|
*/
|
|
2212
2212
|
borderColor?: string | null;
|
|
2213
2213
|
/** Border width in pixels. */
|
|
@@ -2216,7 +2216,7 @@ interface LayoutData {
|
|
|
2216
2216
|
borderRadius?: number | null;
|
|
2217
2217
|
/**
|
|
2218
2218
|
* Deprecated: Use `backdrop` instead.
|
|
2219
|
-
* @
|
|
2219
|
+
* @maxLength 19
|
|
2220
2220
|
* @deprecated
|
|
2221
2221
|
*/
|
|
2222
2222
|
backdropColor?: string | null;
|
|
@@ -2354,7 +2354,7 @@ interface LayoutDataBackground {
|
|
|
2354
2354
|
type?: LayoutDataBackgroundTypeWithLiterals;
|
|
2355
2355
|
/**
|
|
2356
2356
|
* Background color as a hexadecimal value.
|
|
2357
|
-
* @
|
|
2357
|
+
* @maxLength 19
|
|
2358
2358
|
*/
|
|
2359
2359
|
color?: string | null;
|
|
2360
2360
|
/** Gradient configuration. */
|
|
@@ -2366,7 +2366,7 @@ interface Backdrop {
|
|
|
2366
2366
|
type?: BackdropTypeWithLiterals;
|
|
2367
2367
|
/**
|
|
2368
2368
|
* Backdrop color as a hexadecimal value.
|
|
2369
|
-
* @
|
|
2369
|
+
* @maxLength 19
|
|
2370
2370
|
*/
|
|
2371
2371
|
color?: string | null;
|
|
2372
2372
|
/** Gradient configuration. */
|
|
@@ -2387,7 +2387,7 @@ interface ShapeData {
|
|
|
2387
2387
|
interface ShapeDataStyles {
|
|
2388
2388
|
/**
|
|
2389
2389
|
* Shape fill color as a hexadecimal value.
|
|
2390
|
-
* @
|
|
2390
|
+
* @maxLength 19
|
|
2391
2391
|
*/
|
|
2392
2392
|
color?: string | null;
|
|
2393
2393
|
/** Map of original color keys to their new color values. */
|
|
@@ -2446,7 +2446,7 @@ interface CardDataBackground {
|
|
|
2446
2446
|
type?: CardDataBackgroundTypeWithLiterals;
|
|
2447
2447
|
/**
|
|
2448
2448
|
* Background color as a hexadecimal value.
|
|
2449
|
-
* @
|
|
2449
|
+
* @maxLength 19
|
|
2450
2450
|
*/
|
|
2451
2451
|
color?: string | null;
|
|
2452
2452
|
/** Gradient configuration. */
|
|
@@ -2473,7 +2473,7 @@ interface TocData {
|
|
|
2473
2473
|
itemSpacing?: number | null;
|
|
2474
2474
|
/**
|
|
2475
2475
|
* Optional override for the text color.
|
|
2476
|
-
* @
|
|
2476
|
+
* @maxLength 19
|
|
2477
2477
|
*/
|
|
2478
2478
|
color?: string | null;
|
|
2479
2479
|
/** Indentation style. Default: NESTED. */
|
|
@@ -2515,7 +2515,10 @@ interface SmartBlockData {
|
|
|
2515
2515
|
orientation?: string | null;
|
|
2516
2516
|
/** Column size controlling cells per row. */
|
|
2517
2517
|
columnSize?: ColumnSizeWithLiterals;
|
|
2518
|
-
/**
|
|
2518
|
+
/**
|
|
2519
|
+
* Border color (for SOLID_JOINED_BOXES variant).
|
|
2520
|
+
* @maxLength 19
|
|
2521
|
+
*/
|
|
2519
2522
|
borderColor?: string | null;
|
|
2520
2523
|
/** Border width in pixels (for SOLID_JOINED_BOXES variant). */
|
|
2521
2524
|
borderWidth?: number | null;
|
|
@@ -2574,7 +2577,10 @@ interface SmartBlockCellData {
|
|
|
2574
2577
|
label?: string | null;
|
|
2575
2578
|
/** Shape file details. */
|
|
2576
2579
|
shape?: Media;
|
|
2577
|
-
/**
|
|
2580
|
+
/**
|
|
2581
|
+
* Border color of the cell.
|
|
2582
|
+
* @maxLength 19
|
|
2583
|
+
*/
|
|
2578
2584
|
borderColor?: string | null;
|
|
2579
2585
|
/** Border width in pixels. */
|
|
2580
2586
|
borderWidth?: number | null;
|
|
@@ -2582,11 +2588,20 @@ interface SmartBlockCellData {
|
|
|
2582
2588
|
borderRadius?: number | null;
|
|
2583
2589
|
/** The type of the parent smart block (must match parent). */
|
|
2584
2590
|
type?: SmartBlockDataTypeWithLiterals;
|
|
2585
|
-
/**
|
|
2591
|
+
/**
|
|
2592
|
+
* Accent color for non-background variants (e.g., line, bullet, label color).
|
|
2593
|
+
* @maxLength 19
|
|
2594
|
+
*/
|
|
2586
2595
|
accentColor?: string | null;
|
|
2587
|
-
/**
|
|
2596
|
+
/**
|
|
2597
|
+
* Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES).
|
|
2598
|
+
* @maxLength 19
|
|
2599
|
+
*/
|
|
2588
2600
|
backgroundColor?: string | null;
|
|
2589
|
-
/**
|
|
2601
|
+
/**
|
|
2602
|
+
* Shape fill color as a hexadecimal value.
|
|
2603
|
+
* @maxLength 19
|
|
2604
|
+
*/
|
|
2590
2605
|
shapeColor?: string | null;
|
|
2591
2606
|
}
|
|
2592
2607
|
interface Metadata {
|
|
@@ -3712,7 +3727,7 @@ interface BulkUpdateExperienceTagsByFilterResponse {
|
|
|
3712
3727
|
}
|
|
3713
3728
|
interface BulkArchiveExperiencesRequest {
|
|
3714
3729
|
/**
|
|
3715
|
-
* IDs of experiences to archive.
|
|
3730
|
+
* IDs of the experiences to archive.
|
|
3716
3731
|
* @minSize 1
|
|
3717
3732
|
* @maxSize 100
|
|
3718
3733
|
* @format GUID
|
|
@@ -3721,12 +3736,12 @@ interface BulkArchiveExperiencesRequest {
|
|
|
3721
3736
|
}
|
|
3722
3737
|
interface BulkArchiveExperiencesResponse {
|
|
3723
3738
|
/**
|
|
3724
|
-
*
|
|
3739
|
+
* Experiences updated by the bulk action.
|
|
3725
3740
|
* @minSize 1
|
|
3726
3741
|
* @maxSize 100
|
|
3727
3742
|
*/
|
|
3728
3743
|
results?: BulkArchiveExperiencesResult[];
|
|
3729
|
-
/**
|
|
3744
|
+
/** Bulk action metadata. */
|
|
3730
3745
|
bulkActionMetadata?: BulkActionMetadata;
|
|
3731
3746
|
}
|
|
3732
3747
|
interface BulkArchiveExperiencesResult {
|
|
@@ -3735,7 +3750,7 @@ interface BulkArchiveExperiencesResult {
|
|
|
3735
3750
|
}
|
|
3736
3751
|
interface BulkUnarchiveExperiencesRequest {
|
|
3737
3752
|
/**
|
|
3738
|
-
*
|
|
3753
|
+
* IDs of the experiences to unarchive.
|
|
3739
3754
|
* @minSize 1
|
|
3740
3755
|
* @maxSize 100
|
|
3741
3756
|
* @format GUID
|
|
@@ -3744,12 +3759,12 @@ interface BulkUnarchiveExperiencesRequest {
|
|
|
3744
3759
|
}
|
|
3745
3760
|
interface BulkUnarchiveExperiencesResponse {
|
|
3746
3761
|
/**
|
|
3747
|
-
*
|
|
3762
|
+
* Experiences updated by the bulk action.
|
|
3748
3763
|
* @minSize 1
|
|
3749
3764
|
* @maxSize 100
|
|
3750
3765
|
*/
|
|
3751
3766
|
results?: BulkUnarchiveExperiencesResult[];
|
|
3752
|
-
/**
|
|
3767
|
+
/** Bulk action metadata. */
|
|
3753
3768
|
bulkActionMetadata?: BulkActionMetadata;
|
|
3754
3769
|
}
|
|
3755
3770
|
interface BulkUnarchiveExperiencesResult {
|