@lessly/sdk-app 49.0.1 → 49.1.0

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.
Files changed (64) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.cjs +0 -5
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +2 -6
  6. package/dist/brain/index.d.ts +2 -6
  7. package/dist/brain/index.js +1 -5
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/chunk-YVDZDXA7.js +8648 -0
  10. package/dist/chunk-YVDZDXA7.js.map +1 -0
  11. package/dist/{client.gen-BsjxuDLy.d.cts → client.gen-C39RGAWI.d.cts} +4708 -391
  12. package/dist/{client.gen-BsjxuDLy.d.ts → client.gen-C39RGAWI.d.ts} +4708 -391
  13. package/dist/consent/index.d.cts +1 -1
  14. package/dist/consent/index.d.ts +1 -1
  15. package/dist/content/index.cjs +161 -0
  16. package/dist/content/index.cjs.map +1 -0
  17. package/dist/content/index.d.cts +128 -0
  18. package/dist/content/index.d.ts +128 -0
  19. package/dist/content/index.js +129 -0
  20. package/dist/content/index.js.map +1 -0
  21. package/dist/deployment/index.d.cts +1 -1
  22. package/dist/deployment/index.d.ts +1 -1
  23. package/dist/index.cjs +759 -135
  24. package/dist/index.cjs.map +1 -1
  25. package/dist/index.d.cts +4 -83
  26. package/dist/index.d.ts +4 -83
  27. package/dist/index.js +2 -8012
  28. package/dist/index.js.map +1 -1
  29. package/dist/mail/index.d.cts +2 -2
  30. package/dist/mail/index.d.ts +2 -2
  31. package/dist/observe/index.d.cts +1 -1
  32. package/dist/observe/index.d.ts +1 -1
  33. package/dist/organization/index.d.cts +1 -1
  34. package/dist/organization/index.d.ts +1 -1
  35. package/dist/playground/index.cjs +81 -0
  36. package/dist/playground/index.cjs.map +1 -0
  37. package/dist/playground/index.d.cts +55 -0
  38. package/dist/playground/index.d.ts +55 -0
  39. package/dist/playground/index.js +58 -0
  40. package/dist/playground/index.js.map +1 -0
  41. package/dist/realtime/index.d.cts +1 -1
  42. package/dist/realtime/index.d.ts +1 -1
  43. package/dist/support/index.d.cts +1 -1
  44. package/dist/support/index.d.ts +1 -1
  45. package/dist/tracking/index.d.cts +1 -1
  46. package/dist/tracking/index.d.ts +1 -1
  47. package/dist/types-gTIUAUsP.d.cts +82 -0
  48. package/dist/types-gTIUAUsP.d.ts +82 -0
  49. package/dist/users/index.d.cts +1 -1
  50. package/dist/users/index.d.ts +1 -1
  51. package/dist/waitlist/index.d.cts +1 -1
  52. package/dist/waitlist/index.d.ts +1 -1
  53. package/package.json +12 -2
  54. package/src/gen/bindings.gen.ts +772 -140
  55. package/src/gen/brain/index.ts +1 -1
  56. package/src/gen/brain/queryOptions.gen.ts +0 -7
  57. package/src/gen/client.gen.ts +165 -5
  58. package/src/gen/content/index.ts +3 -0
  59. package/src/gen/content/queryOptions.gen.ts +202 -0
  60. package/src/gen/manifest.gen.ts +1 -1
  61. package/src/gen/playground/connect.gen.ts +9 -0
  62. package/src/gen/playground/index.ts +4 -0
  63. package/src/gen/playground/queryOptions.gen.ts +86 -0
  64. package/src/gen/types.gen.ts +4328 -221
package/dist/index.cjs CHANGED
@@ -882,19 +882,6 @@ var bindings = {
882
882
  "path": "/brain/restores/:restoreId",
883
883
  "readOnly": true
884
884
  }
885
- },
886
- "usage": {
887
- "report": {
888
- "method": "GET",
889
- "params": [
890
- {
891
- "in": "query",
892
- "name": "days"
893
- }
894
- ],
895
- "path": "/brain/usage/report",
896
- "readOnly": true
897
- }
898
885
  }
899
886
  },
900
887
  "consent": {
@@ -933,158 +920,703 @@ var bindings = {
933
920
  },
934
921
  {
935
922
  "in": "body",
936
- "name": "contentAlign"
923
+ "name": "contentAlign"
924
+ }
925
+ ],
926
+ "path": "/consent/config/customization",
927
+ "readOnly": false
928
+ }
929
+ },
930
+ "config-floating-icon": {
931
+ "upsert": {
932
+ "method": "PATCH",
933
+ "params": [
934
+ {
935
+ "in": "body",
936
+ "name": "floatingIcon"
937
+ }
938
+ ],
939
+ "path": "/consent/config",
940
+ "readOnly": false
941
+ }
942
+ },
943
+ "config-theme": {
944
+ "upsert": {
945
+ "method": "PATCH",
946
+ "params": [
947
+ {
948
+ "in": "body",
949
+ "name": "brandColor"
950
+ },
951
+ {
952
+ "in": "body",
953
+ "name": "surface"
954
+ },
955
+ {
956
+ "in": "body",
957
+ "name": "corners"
958
+ },
959
+ {
960
+ "in": "body",
961
+ "name": "font"
962
+ },
963
+ {
964
+ "in": "body",
965
+ "name": "overrides"
966
+ }
967
+ ],
968
+ "path": "/consent/config/theme",
969
+ "readOnly": false
970
+ }
971
+ },
972
+ "dashboard-config": {
973
+ "get": {
974
+ "method": "GET",
975
+ "path": "/consent/consent/dashboard/config",
976
+ "readOnly": true
977
+ }
978
+ },
979
+ "dashboard-decisions": {
980
+ "list": {
981
+ "method": "GET",
982
+ "params": [
983
+ {
984
+ "in": "query",
985
+ "name": "limit"
986
+ },
987
+ {
988
+ "in": "query",
989
+ "name": "offset"
990
+ }
991
+ ],
992
+ "path": "/consent/consent/dashboard/decisions",
993
+ "readOnly": true
994
+ }
995
+ },
996
+ "dashboard-embed-snippet": {
997
+ "get": {
998
+ "method": "GET",
999
+ "path": "/consent/consent/dashboard/embed-snippet",
1000
+ "readOnly": true
1001
+ }
1002
+ },
1003
+ "dashboard-stats": {
1004
+ "get": {
1005
+ "method": "GET",
1006
+ "path": "/consent/consent/dashboard/stats",
1007
+ "readOnly": true
1008
+ }
1009
+ },
1010
+ "embed": {
1011
+ "get": {
1012
+ "method": "GET",
1013
+ "path": "/consent/embed",
1014
+ "readOnly": true
1015
+ }
1016
+ },
1017
+ "providers": {
1018
+ "create": {
1019
+ "method": "POST",
1020
+ "params": [
1021
+ {
1022
+ "in": "body",
1023
+ "name": "name"
1024
+ },
1025
+ {
1026
+ "in": "body",
1027
+ "name": "category"
1028
+ },
1029
+ {
1030
+ "in": "body",
1031
+ "name": "hosts"
1032
+ },
1033
+ {
1034
+ "in": "body",
1035
+ "name": "privacyUrl"
1036
+ },
1037
+ {
1038
+ "in": "body",
1039
+ "name": "description"
1040
+ },
1041
+ {
1042
+ "in": "body",
1043
+ "name": "orderIndex"
1044
+ },
1045
+ {
1046
+ "in": "body",
1047
+ "name": "cookies"
1048
+ },
1049
+ {
1050
+ "in": "body",
1051
+ "name": "catalogKey"
1052
+ }
1053
+ ],
1054
+ "path": "/consent/consent/providers",
1055
+ "readOnly": false
1056
+ },
1057
+ "delete": {
1058
+ "method": "DELETE",
1059
+ "params": [
1060
+ {
1061
+ "in": "path",
1062
+ "name": "id"
1063
+ }
1064
+ ],
1065
+ "path": "/consent/consent/providers/:id",
1066
+ "readOnly": false
1067
+ },
1068
+ "list": {
1069
+ "method": "GET",
1070
+ "path": "/consent/consent/providers",
1071
+ "readOnly": true
1072
+ },
1073
+ "update": {
1074
+ "method": "PATCH",
1075
+ "params": [
1076
+ {
1077
+ "in": "path",
1078
+ "name": "id"
1079
+ },
1080
+ {
1081
+ "in": "body",
1082
+ "name": "name"
1083
+ },
1084
+ {
1085
+ "in": "body",
1086
+ "name": "category"
1087
+ },
1088
+ {
1089
+ "in": "body",
1090
+ "name": "hosts"
1091
+ },
1092
+ {
1093
+ "in": "body",
1094
+ "name": "privacyUrl"
1095
+ },
1096
+ {
1097
+ "in": "body",
1098
+ "name": "description"
1099
+ },
1100
+ {
1101
+ "in": "body",
1102
+ "name": "orderIndex"
1103
+ },
1104
+ {
1105
+ "in": "body",
1106
+ "name": "cookies"
1107
+ }
1108
+ ],
1109
+ "path": "/consent/consent/providers/:id",
1110
+ "readOnly": false
1111
+ }
1112
+ },
1113
+ "records": {
1114
+ "export": {
1115
+ "method": "POST",
1116
+ "params": [
1117
+ {
1118
+ "in": "body",
1119
+ "name": "from"
1120
+ },
1121
+ {
1122
+ "in": "body",
1123
+ "name": "to"
1124
+ },
1125
+ {
1126
+ "in": "body",
1127
+ "name": "limit"
1128
+ },
1129
+ {
1130
+ "in": "body",
1131
+ "name": "record_id"
1132
+ }
1133
+ ],
1134
+ "path": "/consent/consent/dashboard/export",
1135
+ "readOnly": true
1136
+ }
1137
+ },
1138
+ "stats": {
1139
+ "get": {
1140
+ "method": "GET",
1141
+ "params": [
1142
+ {
1143
+ "in": "query",
1144
+ "name": "range"
1145
+ }
1146
+ ],
1147
+ "path": "/consent/consent/stats",
1148
+ "readOnly": true
1149
+ }
1150
+ }
1151
+ },
1152
+ "content": {
1153
+ "channels": {
1154
+ "bind": {
1155
+ "method": "POST",
1156
+ "params": [
1157
+ {
1158
+ "in": "path",
1159
+ "name": "id"
1160
+ },
1161
+ {
1162
+ "in": "body",
1163
+ "name": "connectorId"
1164
+ },
1165
+ {
1166
+ "in": "body",
1167
+ "name": "deliveryMode"
1168
+ }
1169
+ ],
1170
+ "path": "/content/channels/:id/bind",
1171
+ "readOnly": false
1172
+ },
1173
+ "get": {
1174
+ "method": "GET",
1175
+ "params": [
1176
+ {
1177
+ "in": "path",
1178
+ "name": "id"
1179
+ }
1180
+ ],
1181
+ "path": "/content/channels/:id",
1182
+ "readOnly": true
1183
+ },
1184
+ "list": {
1185
+ "method": "GET",
1186
+ "params": [
1187
+ {
1188
+ "in": "query",
1189
+ "name": "network"
1190
+ },
1191
+ {
1192
+ "in": "query",
1193
+ "name": "limit"
1194
+ },
1195
+ {
1196
+ "in": "query",
1197
+ "name": "offset"
1198
+ }
1199
+ ],
1200
+ "path": "/content/channels",
1201
+ "readOnly": true
1202
+ },
1203
+ "resume": {
1204
+ "method": "POST",
1205
+ "params": [
1206
+ {
1207
+ "in": "path",
1208
+ "name": "id"
1209
+ }
1210
+ ],
1211
+ "path": "/content/channels/:id/resume",
1212
+ "readOnly": false
1213
+ },
1214
+ "unbind": {
1215
+ "method": "POST",
1216
+ "params": [
1217
+ {
1218
+ "in": "path",
1219
+ "name": "id"
1220
+ }
1221
+ ],
1222
+ "path": "/content/channels/:id/unbind",
1223
+ "readOnly": false
1224
+ },
1225
+ "update": {
1226
+ "method": "PATCH",
1227
+ "params": [
1228
+ {
1229
+ "in": "path",
1230
+ "name": "id"
1231
+ },
1232
+ {
1233
+ "in": "body",
1234
+ "name": "displayName"
1235
+ },
1236
+ {
1237
+ "in": "body",
1238
+ "name": "deliveryMode"
1239
+ },
1240
+ {
1241
+ "in": "body",
1242
+ "name": "capabilities"
1243
+ }
1244
+ ],
1245
+ "path": "/content/channels/:id",
1246
+ "readOnly": false
1247
+ }
1248
+ },
1249
+ "media": {
1250
+ "finalize": {
1251
+ "method": "POST",
1252
+ "params": [
1253
+ {
1254
+ "in": "path",
1255
+ "name": "id"
1256
+ }
1257
+ ],
1258
+ "path": "/content/media/:id/finalize",
1259
+ "readOnly": false
1260
+ },
1261
+ "get": {
1262
+ "method": "GET",
1263
+ "params": [
1264
+ {
1265
+ "in": "path",
1266
+ "name": "id"
1267
+ }
1268
+ ],
1269
+ "path": "/content/media/:id",
1270
+ "readOnly": true
1271
+ },
1272
+ "list": {
1273
+ "method": "GET",
1274
+ "params": [
1275
+ {
1276
+ "in": "query",
1277
+ "name": "status"
1278
+ },
1279
+ {
1280
+ "in": "query",
1281
+ "name": "limit"
1282
+ },
1283
+ {
1284
+ "in": "query",
1285
+ "name": "offset"
1286
+ }
1287
+ ],
1288
+ "path": "/content/media",
1289
+ "readOnly": true
1290
+ },
1291
+ "upload": {
1292
+ "method": "POST",
1293
+ "params": [
1294
+ {
1295
+ "in": "body",
1296
+ "name": "sourceUrl"
1297
+ },
1298
+ {
1299
+ "in": "body",
1300
+ "name": "filename"
1301
+ }
1302
+ ],
1303
+ "path": "/content/media",
1304
+ "readOnly": false
1305
+ }
1306
+ },
1307
+ "media-create-upload": {
1308
+ "url": {
1309
+ "method": "POST",
1310
+ "params": [
1311
+ {
1312
+ "in": "body",
1313
+ "name": "contentType"
1314
+ },
1315
+ {
1316
+ "in": "body",
1317
+ "name": "filename"
1318
+ }
1319
+ ],
1320
+ "path": "/content/media/upload-url",
1321
+ "readOnly": false
1322
+ }
1323
+ },
1324
+ "metrics-channel": {
1325
+ "series": {
1326
+ "method": "GET",
1327
+ "params": [
1328
+ {
1329
+ "in": "path",
1330
+ "name": "id"
1331
+ },
1332
+ {
1333
+ "in": "query",
1334
+ "name": "from"
1335
+ },
1336
+ {
1337
+ "in": "query",
1338
+ "name": "to"
1339
+ },
1340
+ {
1341
+ "in": "query",
1342
+ "name": "limit"
1343
+ }
1344
+ ],
1345
+ "path": "/content/metrics/channels/:id",
1346
+ "readOnly": true
1347
+ }
1348
+ },
1349
+ "metrics-post": {
1350
+ "series": {
1351
+ "method": "GET",
1352
+ "params": [
1353
+ {
1354
+ "in": "path",
1355
+ "name": "id"
1356
+ },
1357
+ {
1358
+ "in": "query",
1359
+ "name": "from"
1360
+ },
1361
+ {
1362
+ "in": "query",
1363
+ "name": "to"
1364
+ },
1365
+ {
1366
+ "in": "query",
1367
+ "name": "limit"
1368
+ }
1369
+ ],
1370
+ "path": "/content/metrics/posts/:id",
1371
+ "readOnly": true
1372
+ }
1373
+ },
1374
+ "posts": {
1375
+ "approve": {
1376
+ "method": "POST",
1377
+ "params": [
1378
+ {
1379
+ "in": "path",
1380
+ "name": "id"
1381
+ }
1382
+ ],
1383
+ "path": "/content/posts/:id/approve",
1384
+ "readOnly": false
1385
+ },
1386
+ "create": {
1387
+ "method": "POST",
1388
+ "params": [
1389
+ {
1390
+ "in": "body",
1391
+ "name": "text"
1392
+ },
1393
+ {
1394
+ "in": "body",
1395
+ "name": "media"
1396
+ }
1397
+ ],
1398
+ "path": "/content/posts",
1399
+ "readOnly": false
1400
+ },
1401
+ "get": {
1402
+ "method": "GET",
1403
+ "params": [
1404
+ {
1405
+ "in": "path",
1406
+ "name": "id"
1407
+ }
1408
+ ],
1409
+ "path": "/content/posts/:id",
1410
+ "readOnly": true
1411
+ },
1412
+ "list": {
1413
+ "method": "GET",
1414
+ "params": [
1415
+ {
1416
+ "in": "query",
1417
+ "name": "status"
1418
+ },
1419
+ {
1420
+ "in": "query",
1421
+ "name": "limit"
1422
+ },
1423
+ {
1424
+ "in": "query",
1425
+ "name": "offset"
1426
+ }
1427
+ ],
1428
+ "path": "/content/posts",
1429
+ "readOnly": true
1430
+ },
1431
+ "submit": {
1432
+ "method": "POST",
1433
+ "params": [
1434
+ {
1435
+ "in": "path",
1436
+ "name": "id"
1437
+ }
1438
+ ],
1439
+ "path": "/content/posts/:id/submit",
1440
+ "readOnly": false
1441
+ },
1442
+ "update": {
1443
+ "method": "PATCH",
1444
+ "params": [
1445
+ {
1446
+ "in": "path",
1447
+ "name": "id"
1448
+ },
1449
+ {
1450
+ "in": "body",
1451
+ "name": "text"
1452
+ },
1453
+ {
1454
+ "in": "body",
1455
+ "name": "media"
1456
+ }
1457
+ ],
1458
+ "path": "/content/posts/:id",
1459
+ "readOnly": false
1460
+ },
1461
+ "versions": {
1462
+ "method": "GET",
1463
+ "params": [
1464
+ {
1465
+ "in": "path",
1466
+ "name": "id"
1467
+ }
1468
+ ],
1469
+ "path": "/content/posts/:id/versions",
1470
+ "readOnly": true
1471
+ }
1472
+ },
1473
+ "posts-attach": {
1474
+ "media": {
1475
+ "method": "POST",
1476
+ "params": [
1477
+ {
1478
+ "in": "path",
1479
+ "name": "id"
1480
+ },
1481
+ {
1482
+ "in": "body",
1483
+ "name": "mediaIds"
937
1484
  }
938
1485
  ],
939
- "path": "/consent/config/customization",
1486
+ "path": "/content/posts/:id/media/attach",
940
1487
  "readOnly": false
941
1488
  }
942
1489
  },
943
- "config-floating-icon": {
944
- "upsert": {
945
- "method": "PATCH",
1490
+ "posts-detach": {
1491
+ "media": {
1492
+ "method": "POST",
946
1493
  "params": [
1494
+ {
1495
+ "in": "path",
1496
+ "name": "id"
1497
+ },
947
1498
  {
948
1499
  "in": "body",
949
- "name": "floatingIcon"
1500
+ "name": "mediaIds"
950
1501
  }
951
1502
  ],
952
- "path": "/consent/config",
1503
+ "path": "/content/posts/:id/media/detach",
953
1504
  "readOnly": false
954
1505
  }
955
1506
  },
956
- "config-theme": {
957
- "upsert": {
958
- "method": "PATCH",
1507
+ "publications": {
1508
+ "cancel": {
1509
+ "method": "POST",
959
1510
  "params": [
960
1511
  {
961
- "in": "body",
962
- "name": "brandColor"
963
- },
964
- {
965
- "in": "body",
966
- "name": "surface"
967
- },
1512
+ "in": "path",
1513
+ "name": "id"
1514
+ }
1515
+ ],
1516
+ "path": "/content/publications/:id/cancel",
1517
+ "readOnly": false
1518
+ },
1519
+ "confirm": {
1520
+ "method": "POST",
1521
+ "params": [
968
1522
  {
969
- "in": "body",
970
- "name": "corners"
1523
+ "in": "path",
1524
+ "name": "id"
971
1525
  },
972
1526
  {
973
1527
  "in": "body",
974
- "name": "font"
1528
+ "name": "externalUrl"
975
1529
  },
976
1530
  {
977
1531
  "in": "body",
978
- "name": "overrides"
1532
+ "name": "externalId"
979
1533
  }
980
1534
  ],
981
- "path": "/consent/config/theme",
1535
+ "path": "/content/publications/:id/confirm",
982
1536
  "readOnly": false
983
- }
984
- },
985
- "dashboard-config": {
1537
+ },
986
1538
  "get": {
987
1539
  "method": "GET",
988
- "path": "/consent/consent/dashboard/config",
1540
+ "params": [
1541
+ {
1542
+ "in": "path",
1543
+ "name": "id"
1544
+ }
1545
+ ],
1546
+ "path": "/content/publications/:id",
989
1547
  "readOnly": true
990
- }
991
- },
992
- "dashboard-decisions": {
1548
+ },
993
1549
  "list": {
994
1550
  "method": "GET",
995
1551
  "params": [
996
1552
  {
997
1553
  "in": "query",
998
- "name": "limit"
1554
+ "name": "state"
999
1555
  },
1000
1556
  {
1001
1557
  "in": "query",
1002
- "name": "offset"
1003
- }
1004
- ],
1005
- "path": "/consent/consent/dashboard/decisions",
1006
- "readOnly": true
1007
- }
1008
- },
1009
- "dashboard-embed-snippet": {
1010
- "get": {
1011
- "method": "GET",
1012
- "path": "/consent/consent/dashboard/embed-snippet",
1013
- "readOnly": true
1014
- }
1015
- },
1016
- "dashboard-stats": {
1017
- "get": {
1018
- "method": "GET",
1019
- "path": "/consent/consent/dashboard/stats",
1020
- "readOnly": true
1021
- }
1022
- },
1023
- "embed": {
1024
- "get": {
1025
- "method": "GET",
1026
- "path": "/consent/embed",
1027
- "readOnly": true
1028
- }
1029
- },
1030
- "providers": {
1031
- "create": {
1032
- "method": "POST",
1033
- "params": [
1558
+ "name": "postId"
1559
+ },
1034
1560
  {
1035
- "in": "body",
1036
- "name": "name"
1561
+ "in": "query",
1562
+ "name": "channelId"
1037
1563
  },
1038
1564
  {
1039
- "in": "body",
1040
- "name": "category"
1565
+ "in": "query",
1566
+ "name": "limit"
1041
1567
  },
1042
1568
  {
1043
- "in": "body",
1044
- "name": "hosts"
1569
+ "in": "query",
1570
+ "name": "offset"
1045
1571
  },
1046
1572
  {
1047
- "in": "body",
1048
- "name": "privacyUrl"
1573
+ "in": "query",
1574
+ "name": "scheduledFrom"
1049
1575
  },
1576
+ {
1577
+ "in": "query",
1578
+ "name": "scheduledTo"
1579
+ }
1580
+ ],
1581
+ "path": "/content/publications",
1582
+ "readOnly": true
1583
+ },
1584
+ "publish": {
1585
+ "method": "POST",
1586
+ "params": [
1050
1587
  {
1051
1588
  "in": "body",
1052
- "name": "description"
1589
+ "name": "postId"
1053
1590
  },
1054
1591
  {
1055
1592
  "in": "body",
1056
- "name": "orderIndex"
1593
+ "name": "channelId"
1057
1594
  },
1058
1595
  {
1059
1596
  "in": "body",
1060
- "name": "cookies"
1597
+ "name": "text"
1061
1598
  },
1062
1599
  {
1063
1600
  "in": "body",
1064
- "name": "catalogKey"
1601
+ "name": "idempotencyKey"
1065
1602
  }
1066
1603
  ],
1067
- "path": "/consent/consent/providers",
1604
+ "path": "/content/publications/publish",
1068
1605
  "readOnly": false
1069
1606
  },
1070
- "delete": {
1071
- "method": "DELETE",
1607
+ "remind": {
1608
+ "method": "POST",
1072
1609
  "params": [
1073
1610
  {
1074
1611
  "in": "path",
1075
1612
  "name": "id"
1076
1613
  }
1077
1614
  ],
1078
- "path": "/consent/consent/providers/:id",
1615
+ "path": "/content/publications/:id/remind",
1079
1616
  "readOnly": false
1080
1617
  },
1081
- "list": {
1082
- "method": "GET",
1083
- "path": "/consent/consent/providers",
1084
- "readOnly": true
1085
- },
1086
- "update": {
1087
- "method": "PATCH",
1618
+ "reschedule": {
1619
+ "method": "POST",
1088
1620
  "params": [
1089
1621
  {
1090
1622
  "in": "path",
@@ -1092,72 +1624,56 @@ var bindings = {
1092
1624
  },
1093
1625
  {
1094
1626
  "in": "body",
1095
- "name": "name"
1096
- },
1097
- {
1098
- "in": "body",
1099
- "name": "category"
1100
- },
1627
+ "name": "scheduledAt"
1628
+ }
1629
+ ],
1630
+ "path": "/content/publications/:id/reschedule",
1631
+ "readOnly": false
1632
+ },
1633
+ "schedule": {
1634
+ "method": "POST",
1635
+ "params": [
1101
1636
  {
1102
1637
  "in": "body",
1103
- "name": "hosts"
1638
+ "name": "postId"
1104
1639
  },
1105
1640
  {
1106
1641
  "in": "body",
1107
- "name": "privacyUrl"
1642
+ "name": "channelId"
1108
1643
  },
1109
1644
  {
1110
1645
  "in": "body",
1111
- "name": "description"
1646
+ "name": "scheduledAt"
1112
1647
  },
1113
1648
  {
1114
1649
  "in": "body",
1115
- "name": "orderIndex"
1650
+ "name": "text"
1116
1651
  },
1117
1652
  {
1118
1653
  "in": "body",
1119
- "name": "cookies"
1654
+ "name": "idempotencyKey"
1120
1655
  }
1121
1656
  ],
1122
- "path": "/consent/consent/providers/:id",
1657
+ "path": "/content/publications",
1123
1658
  "readOnly": false
1124
- }
1125
- },
1126
- "records": {
1127
- "export": {
1659
+ },
1660
+ "validate": {
1128
1661
  "method": "POST",
1129
1662
  "params": [
1130
1663
  {
1131
1664
  "in": "body",
1132
- "name": "from"
1133
- },
1134
- {
1135
- "in": "body",
1136
- "name": "to"
1665
+ "name": "postId"
1137
1666
  },
1138
1667
  {
1139
1668
  "in": "body",
1140
- "name": "limit"
1669
+ "name": "channels"
1141
1670
  },
1142
1671
  {
1143
1672
  "in": "body",
1144
- "name": "record_id"
1145
- }
1146
- ],
1147
- "path": "/consent/consent/dashboard/export",
1148
- "readOnly": true
1149
- }
1150
- },
1151
- "stats": {
1152
- "get": {
1153
- "method": "GET",
1154
- "params": [
1155
- {
1156
- "in": "query",
1157
- "name": "range"
1673
+ "name": "scheduledAt"
1158
1674
  }
1159
1675
  ],
1160
- "path": "/consent/consent/stats",
1676
+ "path": "/content/publications/validate",
1161
1677
  "readOnly": true
1162
1678
  }
1163
1679
  }
@@ -2497,6 +3013,10 @@ var bindings = {
2497
3013
  "in": "body",
2498
3014
  "name": "tracing"
2499
3015
  },
3016
+ {
3017
+ "in": "body",
3018
+ "name": "autoDeploy"
3019
+ },
2500
3020
  {
2501
3021
  "in": "path",
2502
3022
  "name": "id"
@@ -5348,6 +5868,110 @@ var bindings = {
5348
5868
  }
5349
5869
  }
5350
5870
  },
5871
+ "playground": {
5872
+ "analytics": {
5873
+ "overview": {
5874
+ "method": "POST",
5875
+ "params": [
5876
+ {
5877
+ "in": "body",
5878
+ "name": "limit"
5879
+ }
5880
+ ],
5881
+ "path": "/playground/analytics/overview",
5882
+ "readOnly": true
5883
+ }
5884
+ },
5885
+ "billing": {
5886
+ "entitlements": {
5887
+ "method": "POST",
5888
+ "path": "/playground/billing/entitlements",
5889
+ "readOnly": true
5890
+ },
5891
+ "record-usage": {
5892
+ "method": "POST",
5893
+ "params": [
5894
+ {
5895
+ "in": "body",
5896
+ "name": "value"
5897
+ }
5898
+ ],
5899
+ "path": "/playground/billing/usage",
5900
+ "readOnly": false
5901
+ }
5902
+ },
5903
+ "clickup": {
5904
+ "create-task": {
5905
+ "method": "POST",
5906
+ "params": [
5907
+ {
5908
+ "in": "body",
5909
+ "name": "listId"
5910
+ },
5911
+ {
5912
+ "in": "body",
5913
+ "name": "name"
5914
+ }
5915
+ ],
5916
+ "path": "/playground/clickup/tasks",
5917
+ "readOnly": false
5918
+ },
5919
+ "get-last-webhook": {
5920
+ "method": "GET",
5921
+ "path": "/playground/clickup/webhooks/last",
5922
+ "readOnly": true
5923
+ },
5924
+ "get-overview": {
5925
+ "method": "GET",
5926
+ "path": "/playground/clickup/overview",
5927
+ "readOnly": true
5928
+ }
5929
+ },
5930
+ "gdrive": {
5931
+ "get-last-change": {
5932
+ "method": "GET",
5933
+ "path": "/playground/gdrive/changes/last",
5934
+ "readOnly": true
5935
+ },
5936
+ "read-file": {
5937
+ "method": "POST",
5938
+ "params": [
5939
+ {
5940
+ "in": "body",
5941
+ "name": "fileId"
5942
+ }
5943
+ ],
5944
+ "path": "/playground/gdrive/file",
5945
+ "readOnly": true
5946
+ }
5947
+ },
5948
+ "googleads": {
5949
+ "read-customer": {
5950
+ "method": "POST",
5951
+ "path": "/playground/googleads/customer",
5952
+ "readOnly": true
5953
+ }
5954
+ },
5955
+ "lifecycle": {
5956
+ "get-state": {
5957
+ "method": "GET",
5958
+ "path": "/playground/lifecycle/state",
5959
+ "readOnly": true
5960
+ },
5961
+ "list-events": {
5962
+ "method": "GET",
5963
+ "path": "/playground/lifecycle/events",
5964
+ "readOnly": true
5965
+ }
5966
+ },
5967
+ "webhook": {
5968
+ "get-last": {
5969
+ "method": "GET",
5970
+ "path": "/playground/webhooks/last",
5971
+ "readOnly": true
5972
+ }
5973
+ }
5974
+ },
5351
5975
  "realtime": {
5352
5976
  "archive": {
5353
5977
  "export": {