@@ -432,7 +432,7 @@ export interface Query {
432
432
* 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after
433
433
* `lastUpdated` until the user is able to make another attempt to leave the
434
434
* waiting room and be let into the origin website. When the `queueingMethod`
435
- * is `reject`, there is no specified refresh time — it will always be
435
+ * is `reject`, there is no specified refresh time —\_it will always be
436
436
* **zero**.
437
437
* 12. `queueingMethod`: The queueing method currently used by the waiting room. It
438
438
* is either **fifo**, **random**, **passthrough**, or **reject**.
@@ -468,6 +468,11 @@ export interface Query {
468
468
* 23. `shuffleAtEventStart`: Valid only when `isEventActive` is **true**. Boolean
469
469
* indicating if the users in the prequeue are shuffled randomly when the event
470
470
* starts.
471
+ * 24. `turnstile`: Empty when turnstile isn't enabled. String displaying an html
472
+ * tag to display the Turnstile widget. Please add the `{{{turnstile}}}` tag to
473
+ * the `custom_html` template to ensure the Turnstile widget appears.
474
+ * 25. `infiniteQueue`: Boolean indicating whether the response is for a user in
475
+ * the infinite queue.
471
476
*
472
477
* An example cURL to a waiting room could be:
473
478
*
@@ -536,7 +541,7 @@ export interface Query {
536
541
* "timeUntilEventEndFormatted": "15 minutes",
537
542
* "shuffleAtEventStart": true
538
543
* }
539
- * }.
544
+ * }
540
545
*/
541
546
json_response_enabled ?: boolean ;
542
547
@@ -785,7 +790,7 @@ export interface WaitingRoom {
785
790
* 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after
786
791
* `lastUpdated` until the user is able to make another attempt to leave the
787
792
* waiting room and be let into the origin website. When the `queueingMethod`
788
- * is `reject`, there is no specified refresh time — it will always be
793
+ * is `reject`, there is no specified refresh time —\_it will always be
789
794
* **zero**.
790
795
* 12. `queueingMethod`: The queueing method currently used by the waiting room. It
791
796
* is either **fifo**, **random**, **passthrough**, or **reject**.
@@ -821,6 +826,11 @@ export interface WaitingRoom {
821
826
* 23. `shuffleAtEventStart`: Valid only when `isEventActive` is **true**. Boolean
822
827
* indicating if the users in the prequeue are shuffled randomly when the event
823
828
* starts.
829
+ * 24. `turnstile`: Empty when turnstile isn't enabled. String displaying an html
830
+ * tag to display the Turnstile widget. Please add the `{{{turnstile}}}` tag to
831
+ * the `custom_html` template to ensure the Turnstile widget appears.
832
+ * 25. `infiniteQueue`: Boolean indicating whether the response is for a user in
833
+ * the infinite queue.
824
834
*
825
835
* An example cURL to a waiting room could be:
826
836
*
@@ -889,7 +899,7 @@ export interface WaitingRoom {
889
899
* "timeUntilEventEndFormatted": "15 minutes",
890
900
* "shuffleAtEventStart": true
891
901
* }
892
- * }.
902
+ * }
893
903
*/
894
904
json_response_enabled ?: boolean ;
895
905
@@ -1018,7 +1028,7 @@ export interface WaitingRoomDeleteResponse {
1018
1028
1019
1029
export interface WaitingRoomCreateParams {
1020
1030
/**
1021
- * Path param: Identifier
1031
+ * Path param: Identifier.
1022
1032
*/
1023
1033
zone_id : string ;
1024
1034
@@ -1206,7 +1216,7 @@ export interface WaitingRoomCreateParams {
1206
1216
* 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after
1207
1217
* `lastUpdated` until the user is able to make another attempt to leave the
1208
1218
* waiting room and be let into the origin website. When the `queueingMethod`
1209
- * is `reject`, there is no specified refresh time — it will always be
1219
+ * is `reject`, there is no specified refresh time —\_it will always be
1210
1220
* **zero**.
1211
1221
* 12. `queueingMethod`: The queueing method currently used by the waiting room. It
1212
1222
* is either **fifo**, **random**, **passthrough**, or **reject**.
@@ -1242,6 +1252,11 @@ export interface WaitingRoomCreateParams {
1242
1252
* 23. `shuffleAtEventStart`: Valid only when `isEventActive` is **true**. Boolean
1243
1253
* indicating if the users in the prequeue are shuffled randomly when the event
1244
1254
* starts.
1255
+ * 24. `turnstile`: Empty when turnstile isn't enabled. String displaying an html
1256
+ * tag to display the Turnstile widget. Please add the `{{{turnstile}}}` tag to
1257
+ * the `custom_html` template to ensure the Turnstile widget appears.
1258
+ * 25. `infiniteQueue`: Boolean indicating whether the response is for a user in
1259
+ * the infinite queue.
1245
1260
*
1246
1261
* An example cURL to a waiting room could be:
1247
1262
*
@@ -1310,7 +1325,7 @@ export interface WaitingRoomCreateParams {
1310
1325
* "timeUntilEventEndFormatted": "15 minutes",
1311
1326
* "shuffleAtEventStart": true
1312
1327
* }
1313
- * }.
1328
+ * }
1314
1329
*/
1315
1330
json_response_enabled ?: boolean ;
1316
1331
@@ -1399,7 +1414,7 @@ export interface WaitingRoomCreateParams {
1399
1414
1400
1415
export interface WaitingRoomUpdateParams {
1401
1416
/**
1402
- * Path param: Identifier
1417
+ * Path param: Identifier.
1403
1418
*/
1404
1419
zone_id : string ;
1405
1420
@@ -1587,7 +1602,7 @@ export interface WaitingRoomUpdateParams {
1587
1602
* 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after
1588
1603
* `lastUpdated` until the user is able to make another attempt to leave the
1589
1604
* waiting room and be let into the origin website. When the `queueingMethod`
1590
- * is `reject`, there is no specified refresh time — it will always be
1605
+ * is `reject`, there is no specified refresh time —\_it will always be
1591
1606
* **zero**.
1592
1607
* 12. `queueingMethod`: The queueing method currently used by the waiting room. It
1593
1608
* is either **fifo**, **random**, **passthrough**, or **reject**.
@@ -1623,6 +1638,11 @@ export interface WaitingRoomUpdateParams {
1623
1638
* 23. `shuffleAtEventStart`: Valid only when `isEventActive` is **true**. Boolean
1624
1639
* indicating if the users in the prequeue are shuffled randomly when the event
1625
1640
* starts.
1641
+ * 24. `turnstile`: Empty when turnstile isn't enabled. String displaying an html
1642
+ * tag to display the Turnstile widget. Please add the `{{{turnstile}}}` tag to
1643
+ * the `custom_html` template to ensure the Turnstile widget appears.
1644
+ * 25. `infiniteQueue`: Boolean indicating whether the response is for a user in
1645
+ * the infinite queue.
1626
1646
*
1627
1647
* An example cURL to a waiting room could be:
1628
1648
*
@@ -1691,7 +1711,7 @@ export interface WaitingRoomUpdateParams {
1691
1711
* "timeUntilEventEndFormatted": "15 minutes",
1692
1712
* "shuffleAtEventStart": true
1693
1713
* }
1694
- * }.
1714
+ * }
1695
1715
*/
1696
1716
json_response_enabled ?: boolean ;
1697
1717
@@ -1794,14 +1814,14 @@ export interface WaitingRoomListParams extends V4PagePaginationArrayParams {
1794
1814
1795
1815
export interface WaitingRoomDeleteParams {
1796
1816
/**
1797
- * Identifier
1817
+ * Identifier.
1798
1818
*/
1799
1819
zone_id : string ;
1800
1820
}
1801
1821
1802
1822
export interface WaitingRoomEditParams {
1803
1823
/**
1804
- * Path param: Identifier
1824
+ * Path param: Identifier.
1805
1825
*/
1806
1826
zone_id : string ;
1807
1827
@@ -1989,7 +2009,7 @@ export interface WaitingRoomEditParams {
1989
2009
* 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after
1990
2010
* `lastUpdated` until the user is able to make another attempt to leave the
1991
2011
* waiting room and be let into the origin website. When the `queueingMethod`
1992
- * is `reject`, there is no specified refresh time — it will always be
2012
+ * is `reject`, there is no specified refresh time —\_it will always be
1993
2013
* **zero**.
1994
2014
* 12. `queueingMethod`: The queueing method currently used by the waiting room. It
1995
2015
* is either **fifo**, **random**, **passthrough**, or **reject**.
@@ -2025,6 +2045,11 @@ export interface WaitingRoomEditParams {
2025
2045
* 23. `shuffleAtEventStart`: Valid only when `isEventActive` is **true**. Boolean
2026
2046
* indicating if the users in the prequeue are shuffled randomly when the event
2027
2047
* starts.
2048
+ * 24. `turnstile`: Empty when turnstile isn't enabled. String displaying an html
2049
+ * tag to display the Turnstile widget. Please add the `{{{turnstile}}}` tag to
2050
+ * the `custom_html` template to ensure the Turnstile widget appears.
2051
+ * 25. `infiniteQueue`: Boolean indicating whether the response is for a user in
2052
+ * the infinite queue.
2028
2053
*
2029
2054
* An example cURL to a waiting room could be:
2030
2055
*
@@ -2093,7 +2118,7 @@ export interface WaitingRoomEditParams {
2093
2118
* "timeUntilEventEndFormatted": "15 minutes",
2094
2119
* "shuffleAtEventStart": true
2095
2120
* }
2096
- * }.
2121
+ * }
2097
2122
*/
2098
2123
json_response_enabled ?: boolean ;
2099
2124
@@ -2182,7 +2207,7 @@ export interface WaitingRoomEditParams {
2182
2207
2183
2208
export interface WaitingRoomGetParams {
2184
2209
/**
2185
- * Identifier
2210
+ * Identifier.
2186
2211
*/
2187
2212
zone_id : string ;
2188
2213
}
0 commit comments