@lessly/sdk-app 44.0.0 → 45.0.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 (59) 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/{client.gen-BsjxuDLy.d.cts → client.gen-BC3cJSSd.d.cts} +4680 -387
  10. package/dist/{client.gen-BsjxuDLy.d.ts → client.gen-BC3cJSSd.d.ts} +4680 -387
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/content/index.cjs +161 -0
  14. package/dist/content/index.cjs.map +1 -0
  15. package/dist/content/index.d.cts +128 -0
  16. package/dist/content/index.d.ts +128 -0
  17. package/dist/content/index.js +129 -0
  18. package/dist/content/index.js.map +1 -0
  19. package/dist/deployment/index.d.cts +1 -1
  20. package/dist/deployment/index.d.ts +1 -1
  21. package/dist/index.cjs +750 -138
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.cts +1 -1
  24. package/dist/index.d.ts +1 -1
  25. package/dist/index.js +750 -138
  26. package/dist/index.js.map +1 -1
  27. package/dist/mail/index.d.cts +2 -2
  28. package/dist/mail/index.d.ts +2 -2
  29. package/dist/observe/index.d.cts +1 -1
  30. package/dist/observe/index.d.ts +1 -1
  31. package/dist/organization/index.d.cts +1 -1
  32. package/dist/organization/index.d.ts +1 -1
  33. package/dist/playground/index.cjs +66 -0
  34. package/dist/playground/index.cjs.map +1 -0
  35. package/dist/playground/index.d.cts +52 -0
  36. package/dist/playground/index.d.ts +52 -0
  37. package/dist/playground/index.js +53 -0
  38. package/dist/playground/index.js.map +1 -0
  39. package/dist/realtime/index.d.cts +1 -1
  40. package/dist/realtime/index.d.ts +1 -1
  41. package/dist/support/index.d.cts +1 -1
  42. package/dist/support/index.d.ts +1 -1
  43. package/dist/tracking/index.d.cts +1 -1
  44. package/dist/tracking/index.d.ts +1 -1
  45. package/dist/users/index.d.cts +1 -1
  46. package/dist/users/index.d.ts +1 -1
  47. package/dist/waitlist/index.d.cts +1 -1
  48. package/dist/waitlist/index.d.ts +1 -1
  49. package/package.json +12 -2
  50. package/src/gen/bindings.gen.ts +750 -138
  51. package/src/gen/brain/index.ts +1 -1
  52. package/src/gen/brain/queryOptions.gen.ts +0 -7
  53. package/src/gen/client.gen.ts +165 -5
  54. package/src/gen/content/index.ts +3 -0
  55. package/src/gen/content/queryOptions.gen.ts +202 -0
  56. package/src/gen/manifest.gen.ts +1 -1
  57. package/src/gen/playground/index.ts +3 -0
  58. package/src/gen/playground/queryOptions.gen.ts +86 -0
  59. package/src/gen/types.gen.ts +4296 -217
package/dist/index.js CHANGED
@@ -821,19 +821,6 @@ var bindings = {
821
821
  "path": "/brain/restores/:restoreId",
822
822
  "readOnly": true
823
823
  }
824
- },
825
- "usage": {
826
- "report": {
827
- "method": "GET",
828
- "params": [
829
- {
830
- "in": "query",
831
- "name": "days"
832
- }
833
- ],
834
- "path": "/brain/usage/report",
835
- "readOnly": true
836
- }
837
824
  }
838
825
  },
839
826
  "consent": {
@@ -867,71 +854,652 @@ var bindings = {
867
854
  "name": "position"
868
855
  },
869
856
  {
870
- "in": "body",
871
- "name": "logoAlign"
857
+ "in": "body",
858
+ "name": "logoAlign"
859
+ },
860
+ {
861
+ "in": "body",
862
+ "name": "contentAlign"
863
+ }
864
+ ],
865
+ "path": "/consent/config/customization",
866
+ "readOnly": false
867
+ }
868
+ },
869
+ "config-floating-icon": {
870
+ "upsert": {
871
+ "method": "PATCH",
872
+ "params": [
873
+ {
874
+ "in": "body",
875
+ "name": "floatingIcon"
876
+ }
877
+ ],
878
+ "path": "/consent/config",
879
+ "readOnly": false
880
+ }
881
+ },
882
+ "config-theme": {
883
+ "upsert": {
884
+ "method": "PATCH",
885
+ "params": [
886
+ {
887
+ "in": "body",
888
+ "name": "brandColor"
889
+ },
890
+ {
891
+ "in": "body",
892
+ "name": "surface"
893
+ },
894
+ {
895
+ "in": "body",
896
+ "name": "corners"
897
+ },
898
+ {
899
+ "in": "body",
900
+ "name": "font"
901
+ },
902
+ {
903
+ "in": "body",
904
+ "name": "overrides"
905
+ }
906
+ ],
907
+ "path": "/consent/config/theme",
908
+ "readOnly": false
909
+ }
910
+ },
911
+ "dashboard-config": {
912
+ "get": {
913
+ "method": "GET",
914
+ "path": "/consent/consent/dashboard/config",
915
+ "readOnly": true
916
+ }
917
+ },
918
+ "dashboard-decisions": {
919
+ "list": {
920
+ "method": "GET",
921
+ "params": [
922
+ {
923
+ "in": "query",
924
+ "name": "limit"
925
+ },
926
+ {
927
+ "in": "query",
928
+ "name": "offset"
929
+ }
930
+ ],
931
+ "path": "/consent/consent/dashboard/decisions",
932
+ "readOnly": true
933
+ }
934
+ },
935
+ "dashboard-embed-snippet": {
936
+ "get": {
937
+ "method": "GET",
938
+ "path": "/consent/consent/dashboard/embed-snippet",
939
+ "readOnly": true
940
+ }
941
+ },
942
+ "dashboard-stats": {
943
+ "get": {
944
+ "method": "GET",
945
+ "path": "/consent/consent/dashboard/stats",
946
+ "readOnly": true
947
+ }
948
+ },
949
+ "embed": {
950
+ "get": {
951
+ "method": "GET",
952
+ "path": "/consent/embed",
953
+ "readOnly": true
954
+ }
955
+ },
956
+ "providers": {
957
+ "create": {
958
+ "method": "POST",
959
+ "params": [
960
+ {
961
+ "in": "body",
962
+ "name": "name"
963
+ },
964
+ {
965
+ "in": "body",
966
+ "name": "category"
967
+ },
968
+ {
969
+ "in": "body",
970
+ "name": "hosts"
971
+ },
972
+ {
973
+ "in": "body",
974
+ "name": "privacyUrl"
975
+ },
976
+ {
977
+ "in": "body",
978
+ "name": "description"
979
+ },
980
+ {
981
+ "in": "body",
982
+ "name": "orderIndex"
983
+ },
984
+ {
985
+ "in": "body",
986
+ "name": "cookies"
987
+ },
988
+ {
989
+ "in": "body",
990
+ "name": "catalogKey"
991
+ }
992
+ ],
993
+ "path": "/consent/consent/providers",
994
+ "readOnly": false
995
+ },
996
+ "delete": {
997
+ "method": "DELETE",
998
+ "params": [
999
+ {
1000
+ "in": "path",
1001
+ "name": "id"
1002
+ }
1003
+ ],
1004
+ "path": "/consent/consent/providers/:id",
1005
+ "readOnly": false
1006
+ },
1007
+ "list": {
1008
+ "method": "GET",
1009
+ "path": "/consent/consent/providers",
1010
+ "readOnly": true
1011
+ },
1012
+ "update": {
1013
+ "method": "PATCH",
1014
+ "params": [
1015
+ {
1016
+ "in": "path",
1017
+ "name": "id"
1018
+ },
1019
+ {
1020
+ "in": "body",
1021
+ "name": "name"
1022
+ },
1023
+ {
1024
+ "in": "body",
1025
+ "name": "category"
1026
+ },
1027
+ {
1028
+ "in": "body",
1029
+ "name": "hosts"
1030
+ },
1031
+ {
1032
+ "in": "body",
1033
+ "name": "privacyUrl"
1034
+ },
1035
+ {
1036
+ "in": "body",
1037
+ "name": "description"
1038
+ },
1039
+ {
1040
+ "in": "body",
1041
+ "name": "orderIndex"
1042
+ },
1043
+ {
1044
+ "in": "body",
1045
+ "name": "cookies"
1046
+ }
1047
+ ],
1048
+ "path": "/consent/consent/providers/:id",
1049
+ "readOnly": false
1050
+ }
1051
+ },
1052
+ "records": {
1053
+ "export": {
1054
+ "method": "POST",
1055
+ "params": [
1056
+ {
1057
+ "in": "body",
1058
+ "name": "from"
1059
+ },
1060
+ {
1061
+ "in": "body",
1062
+ "name": "to"
1063
+ },
1064
+ {
1065
+ "in": "body",
1066
+ "name": "limit"
1067
+ },
1068
+ {
1069
+ "in": "body",
1070
+ "name": "record_id"
1071
+ }
1072
+ ],
1073
+ "path": "/consent/consent/dashboard/export",
1074
+ "readOnly": true
1075
+ }
1076
+ },
1077
+ "stats": {
1078
+ "get": {
1079
+ "method": "GET",
1080
+ "params": [
1081
+ {
1082
+ "in": "query",
1083
+ "name": "range"
1084
+ }
1085
+ ],
1086
+ "path": "/consent/consent/stats",
1087
+ "readOnly": true
1088
+ }
1089
+ }
1090
+ },
1091
+ "content": {
1092
+ "channels": {
1093
+ "bind": {
1094
+ "method": "POST",
1095
+ "params": [
1096
+ {
1097
+ "in": "path",
1098
+ "name": "id"
1099
+ },
1100
+ {
1101
+ "in": "body",
1102
+ "name": "connectorId"
1103
+ },
1104
+ {
1105
+ "in": "body",
1106
+ "name": "deliveryMode"
1107
+ }
1108
+ ],
1109
+ "path": "/content/channels/:id/bind",
1110
+ "readOnly": false
1111
+ },
1112
+ "get": {
1113
+ "method": "GET",
1114
+ "params": [
1115
+ {
1116
+ "in": "path",
1117
+ "name": "id"
1118
+ }
1119
+ ],
1120
+ "path": "/content/channels/:id",
1121
+ "readOnly": true
1122
+ },
1123
+ "list": {
1124
+ "method": "GET",
1125
+ "params": [
1126
+ {
1127
+ "in": "query",
1128
+ "name": "network"
1129
+ },
1130
+ {
1131
+ "in": "query",
1132
+ "name": "limit"
1133
+ },
1134
+ {
1135
+ "in": "query",
1136
+ "name": "offset"
1137
+ }
1138
+ ],
1139
+ "path": "/content/channels",
1140
+ "readOnly": true
1141
+ },
1142
+ "resume": {
1143
+ "method": "POST",
1144
+ "params": [
1145
+ {
1146
+ "in": "path",
1147
+ "name": "id"
1148
+ }
1149
+ ],
1150
+ "path": "/content/channels/:id/resume",
1151
+ "readOnly": false
1152
+ },
1153
+ "unbind": {
1154
+ "method": "POST",
1155
+ "params": [
1156
+ {
1157
+ "in": "path",
1158
+ "name": "id"
1159
+ }
1160
+ ],
1161
+ "path": "/content/channels/:id/unbind",
1162
+ "readOnly": false
1163
+ },
1164
+ "update": {
1165
+ "method": "PATCH",
1166
+ "params": [
1167
+ {
1168
+ "in": "path",
1169
+ "name": "id"
1170
+ },
1171
+ {
1172
+ "in": "body",
1173
+ "name": "displayName"
1174
+ },
1175
+ {
1176
+ "in": "body",
1177
+ "name": "deliveryMode"
1178
+ },
1179
+ {
1180
+ "in": "body",
1181
+ "name": "capabilities"
1182
+ }
1183
+ ],
1184
+ "path": "/content/channels/:id",
1185
+ "readOnly": false
1186
+ }
1187
+ },
1188
+ "media": {
1189
+ "finalize": {
1190
+ "method": "POST",
1191
+ "params": [
1192
+ {
1193
+ "in": "path",
1194
+ "name": "id"
1195
+ }
1196
+ ],
1197
+ "path": "/content/media/:id/finalize",
1198
+ "readOnly": false
1199
+ },
1200
+ "get": {
1201
+ "method": "GET",
1202
+ "params": [
1203
+ {
1204
+ "in": "path",
1205
+ "name": "id"
1206
+ }
1207
+ ],
1208
+ "path": "/content/media/:id",
1209
+ "readOnly": true
1210
+ },
1211
+ "list": {
1212
+ "method": "GET",
1213
+ "params": [
1214
+ {
1215
+ "in": "query",
1216
+ "name": "status"
1217
+ },
1218
+ {
1219
+ "in": "query",
1220
+ "name": "limit"
1221
+ },
1222
+ {
1223
+ "in": "query",
1224
+ "name": "offset"
1225
+ }
1226
+ ],
1227
+ "path": "/content/media",
1228
+ "readOnly": true
1229
+ },
1230
+ "upload": {
1231
+ "method": "POST",
1232
+ "params": [
1233
+ {
1234
+ "in": "body",
1235
+ "name": "sourceUrl"
1236
+ },
1237
+ {
1238
+ "in": "body",
1239
+ "name": "filename"
1240
+ }
1241
+ ],
1242
+ "path": "/content/media",
1243
+ "readOnly": false
1244
+ }
1245
+ },
1246
+ "media-create-upload": {
1247
+ "url": {
1248
+ "method": "POST",
1249
+ "params": [
1250
+ {
1251
+ "in": "body",
1252
+ "name": "contentType"
1253
+ },
1254
+ {
1255
+ "in": "body",
1256
+ "name": "filename"
1257
+ }
1258
+ ],
1259
+ "path": "/content/media/upload-url",
1260
+ "readOnly": false
1261
+ }
1262
+ },
1263
+ "metrics-channel": {
1264
+ "series": {
1265
+ "method": "GET",
1266
+ "params": [
1267
+ {
1268
+ "in": "path",
1269
+ "name": "id"
1270
+ },
1271
+ {
1272
+ "in": "query",
1273
+ "name": "from"
1274
+ },
1275
+ {
1276
+ "in": "query",
1277
+ "name": "to"
1278
+ },
1279
+ {
1280
+ "in": "query",
1281
+ "name": "limit"
1282
+ }
1283
+ ],
1284
+ "path": "/content/metrics/channels/:id",
1285
+ "readOnly": true
1286
+ }
1287
+ },
1288
+ "metrics-post": {
1289
+ "series": {
1290
+ "method": "GET",
1291
+ "params": [
1292
+ {
1293
+ "in": "path",
1294
+ "name": "id"
1295
+ },
1296
+ {
1297
+ "in": "query",
1298
+ "name": "from"
1299
+ },
1300
+ {
1301
+ "in": "query",
1302
+ "name": "to"
1303
+ },
1304
+ {
1305
+ "in": "query",
1306
+ "name": "limit"
1307
+ }
1308
+ ],
1309
+ "path": "/content/metrics/posts/:id",
1310
+ "readOnly": true
1311
+ }
1312
+ },
1313
+ "posts": {
1314
+ "approve": {
1315
+ "method": "POST",
1316
+ "params": [
1317
+ {
1318
+ "in": "path",
1319
+ "name": "id"
1320
+ }
1321
+ ],
1322
+ "path": "/content/posts/:id/approve",
1323
+ "readOnly": false
1324
+ },
1325
+ "create": {
1326
+ "method": "POST",
1327
+ "params": [
1328
+ {
1329
+ "in": "body",
1330
+ "name": "text"
1331
+ },
1332
+ {
1333
+ "in": "body",
1334
+ "name": "media"
1335
+ }
1336
+ ],
1337
+ "path": "/content/posts",
1338
+ "readOnly": false
1339
+ },
1340
+ "get": {
1341
+ "method": "GET",
1342
+ "params": [
1343
+ {
1344
+ "in": "path",
1345
+ "name": "id"
1346
+ }
1347
+ ],
1348
+ "path": "/content/posts/:id",
1349
+ "readOnly": true
1350
+ },
1351
+ "list": {
1352
+ "method": "GET",
1353
+ "params": [
1354
+ {
1355
+ "in": "query",
1356
+ "name": "status"
1357
+ },
1358
+ {
1359
+ "in": "query",
1360
+ "name": "limit"
1361
+ },
1362
+ {
1363
+ "in": "query",
1364
+ "name": "offset"
1365
+ }
1366
+ ],
1367
+ "path": "/content/posts",
1368
+ "readOnly": true
1369
+ },
1370
+ "submit": {
1371
+ "method": "POST",
1372
+ "params": [
1373
+ {
1374
+ "in": "path",
1375
+ "name": "id"
1376
+ }
1377
+ ],
1378
+ "path": "/content/posts/:id/submit",
1379
+ "readOnly": false
1380
+ },
1381
+ "update": {
1382
+ "method": "PATCH",
1383
+ "params": [
1384
+ {
1385
+ "in": "path",
1386
+ "name": "id"
1387
+ },
1388
+ {
1389
+ "in": "body",
1390
+ "name": "text"
1391
+ },
1392
+ {
1393
+ "in": "body",
1394
+ "name": "media"
1395
+ }
1396
+ ],
1397
+ "path": "/content/posts/:id",
1398
+ "readOnly": false
1399
+ },
1400
+ "versions": {
1401
+ "method": "GET",
1402
+ "params": [
1403
+ {
1404
+ "in": "path",
1405
+ "name": "id"
1406
+ }
1407
+ ],
1408
+ "path": "/content/posts/:id/versions",
1409
+ "readOnly": true
1410
+ }
1411
+ },
1412
+ "posts-attach": {
1413
+ "media": {
1414
+ "method": "POST",
1415
+ "params": [
1416
+ {
1417
+ "in": "path",
1418
+ "name": "id"
872
1419
  },
873
1420
  {
874
1421
  "in": "body",
875
- "name": "contentAlign"
1422
+ "name": "mediaIds"
876
1423
  }
877
1424
  ],
878
- "path": "/consent/config/customization",
1425
+ "path": "/content/posts/:id/media/attach",
879
1426
  "readOnly": false
880
1427
  }
881
1428
  },
882
- "config-floating-icon": {
883
- "upsert": {
884
- "method": "PATCH",
1429
+ "posts-detach": {
1430
+ "media": {
1431
+ "method": "POST",
885
1432
  "params": [
1433
+ {
1434
+ "in": "path",
1435
+ "name": "id"
1436
+ },
886
1437
  {
887
1438
  "in": "body",
888
- "name": "floatingIcon"
1439
+ "name": "mediaIds"
889
1440
  }
890
1441
  ],
891
- "path": "/consent/config",
1442
+ "path": "/content/posts/:id/media/detach",
892
1443
  "readOnly": false
893
1444
  }
894
1445
  },
895
- "config-theme": {
896
- "upsert": {
897
- "method": "PATCH",
1446
+ "publications": {
1447
+ "cancel": {
1448
+ "method": "POST",
898
1449
  "params": [
899
1450
  {
900
- "in": "body",
901
- "name": "brandColor"
902
- },
903
- {
904
- "in": "body",
905
- "name": "surface"
906
- },
1451
+ "in": "path",
1452
+ "name": "id"
1453
+ }
1454
+ ],
1455
+ "path": "/content/publications/:id/cancel",
1456
+ "readOnly": false
1457
+ },
1458
+ "confirm": {
1459
+ "method": "POST",
1460
+ "params": [
907
1461
  {
908
- "in": "body",
909
- "name": "corners"
1462
+ "in": "path",
1463
+ "name": "id"
910
1464
  },
911
1465
  {
912
1466
  "in": "body",
913
- "name": "font"
1467
+ "name": "externalUrl"
914
1468
  },
915
1469
  {
916
1470
  "in": "body",
917
- "name": "overrides"
1471
+ "name": "externalId"
918
1472
  }
919
1473
  ],
920
- "path": "/consent/config/theme",
1474
+ "path": "/content/publications/:id/confirm",
921
1475
  "readOnly": false
922
- }
923
- },
924
- "dashboard-config": {
1476
+ },
925
1477
  "get": {
926
1478
  "method": "GET",
927
- "path": "/consent/consent/dashboard/config",
1479
+ "params": [
1480
+ {
1481
+ "in": "path",
1482
+ "name": "id"
1483
+ }
1484
+ ],
1485
+ "path": "/content/publications/:id",
928
1486
  "readOnly": true
929
- }
930
- },
931
- "dashboard-decisions": {
1487
+ },
932
1488
  "list": {
933
1489
  "method": "GET",
934
1490
  "params": [
1491
+ {
1492
+ "in": "query",
1493
+ "name": "state"
1494
+ },
1495
+ {
1496
+ "in": "query",
1497
+ "name": "postId"
1498
+ },
1499
+ {
1500
+ "in": "query",
1501
+ "name": "channelId"
1502
+ },
935
1503
  {
936
1504
  "in": "query",
937
1505
  "name": "limit"
@@ -941,89 +1509,45 @@ var bindings = {
941
1509
  "name": "offset"
942
1510
  }
943
1511
  ],
944
- "path": "/consent/consent/dashboard/decisions",
945
- "readOnly": true
946
- }
947
- },
948
- "dashboard-embed-snippet": {
949
- "get": {
950
- "method": "GET",
951
- "path": "/consent/consent/dashboard/embed-snippet",
952
- "readOnly": true
953
- }
954
- },
955
- "dashboard-stats": {
956
- "get": {
957
- "method": "GET",
958
- "path": "/consent/consent/dashboard/stats",
1512
+ "path": "/content/publications",
959
1513
  "readOnly": true
960
- }
961
- },
962
- "embed": {
963
- "get": {
964
- "method": "GET",
965
- "path": "/consent/embed",
966
- "readOnly": true
967
- }
968
- },
969
- "providers": {
970
- "create": {
1514
+ },
1515
+ "publish": {
971
1516
  "method": "POST",
972
1517
  "params": [
973
1518
  {
974
1519
  "in": "body",
975
- "name": "name"
976
- },
977
- {
978
- "in": "body",
979
- "name": "category"
980
- },
981
- {
982
- "in": "body",
983
- "name": "hosts"
984
- },
985
- {
986
- "in": "body",
987
- "name": "privacyUrl"
988
- },
989
- {
990
- "in": "body",
991
- "name": "description"
1520
+ "name": "postId"
992
1521
  },
993
1522
  {
994
1523
  "in": "body",
995
- "name": "orderIndex"
1524
+ "name": "channelId"
996
1525
  },
997
1526
  {
998
1527
  "in": "body",
999
- "name": "cookies"
1528
+ "name": "text"
1000
1529
  },
1001
1530
  {
1002
1531
  "in": "body",
1003
- "name": "catalogKey"
1532
+ "name": "idempotencyKey"
1004
1533
  }
1005
1534
  ],
1006
- "path": "/consent/consent/providers",
1535
+ "path": "/content/publications/publish",
1007
1536
  "readOnly": false
1008
1537
  },
1009
- "delete": {
1010
- "method": "DELETE",
1538
+ "remind": {
1539
+ "method": "POST",
1011
1540
  "params": [
1012
1541
  {
1013
1542
  "in": "path",
1014
1543
  "name": "id"
1015
1544
  }
1016
1545
  ],
1017
- "path": "/consent/consent/providers/:id",
1546
+ "path": "/content/publications/:id/remind",
1018
1547
  "readOnly": false
1019
1548
  },
1020
- "list": {
1021
- "method": "GET",
1022
- "path": "/consent/consent/providers",
1023
- "readOnly": true
1024
- },
1025
- "update": {
1026
- "method": "PATCH",
1549
+ "reschedule": {
1550
+ "method": "POST",
1027
1551
  "params": [
1028
1552
  {
1029
1553
  "in": "path",
@@ -1031,72 +1555,56 @@ var bindings = {
1031
1555
  },
1032
1556
  {
1033
1557
  "in": "body",
1034
- "name": "name"
1035
- },
1036
- {
1037
- "in": "body",
1038
- "name": "category"
1039
- },
1558
+ "name": "scheduledAt"
1559
+ }
1560
+ ],
1561
+ "path": "/content/publications/:id/reschedule",
1562
+ "readOnly": false
1563
+ },
1564
+ "schedule": {
1565
+ "method": "POST",
1566
+ "params": [
1040
1567
  {
1041
1568
  "in": "body",
1042
- "name": "hosts"
1569
+ "name": "postId"
1043
1570
  },
1044
1571
  {
1045
1572
  "in": "body",
1046
- "name": "privacyUrl"
1573
+ "name": "channelId"
1047
1574
  },
1048
1575
  {
1049
1576
  "in": "body",
1050
- "name": "description"
1577
+ "name": "scheduledAt"
1051
1578
  },
1052
1579
  {
1053
1580
  "in": "body",
1054
- "name": "orderIndex"
1581
+ "name": "text"
1055
1582
  },
1056
1583
  {
1057
1584
  "in": "body",
1058
- "name": "cookies"
1585
+ "name": "idempotencyKey"
1059
1586
  }
1060
1587
  ],
1061
- "path": "/consent/consent/providers/:id",
1588
+ "path": "/content/publications",
1062
1589
  "readOnly": false
1063
- }
1064
- },
1065
- "records": {
1066
- "export": {
1590
+ },
1591
+ "validate": {
1067
1592
  "method": "POST",
1068
1593
  "params": [
1069
1594
  {
1070
1595
  "in": "body",
1071
- "name": "from"
1072
- },
1073
- {
1074
- "in": "body",
1075
- "name": "to"
1596
+ "name": "postId"
1076
1597
  },
1077
1598
  {
1078
1599
  "in": "body",
1079
- "name": "limit"
1600
+ "name": "channels"
1080
1601
  },
1081
1602
  {
1082
1603
  "in": "body",
1083
- "name": "record_id"
1084
- }
1085
- ],
1086
- "path": "/consent/consent/dashboard/export",
1087
- "readOnly": true
1088
- }
1089
- },
1090
- "stats": {
1091
- "get": {
1092
- "method": "GET",
1093
- "params": [
1094
- {
1095
- "in": "query",
1096
- "name": "range"
1604
+ "name": "scheduledAt"
1097
1605
  }
1098
1606
  ],
1099
- "path": "/consent/consent/stats",
1607
+ "path": "/content/publications/validate",
1100
1608
  "readOnly": true
1101
1609
  }
1102
1610
  }
@@ -5287,6 +5795,110 @@ var bindings = {
5287
5795
  }
5288
5796
  }
5289
5797
  },
5798
+ "playground": {
5799
+ "analytics": {
5800
+ "overview": {
5801
+ "method": "POST",
5802
+ "params": [
5803
+ {
5804
+ "in": "body",
5805
+ "name": "limit"
5806
+ }
5807
+ ],
5808
+ "path": "/playground/analytics/overview",
5809
+ "readOnly": true
5810
+ }
5811
+ },
5812
+ "billing": {
5813
+ "entitlements": {
5814
+ "method": "POST",
5815
+ "path": "/playground/billing/entitlements",
5816
+ "readOnly": true
5817
+ },
5818
+ "record-usage": {
5819
+ "method": "POST",
5820
+ "params": [
5821
+ {
5822
+ "in": "body",
5823
+ "name": "value"
5824
+ }
5825
+ ],
5826
+ "path": "/playground/billing/usage",
5827
+ "readOnly": false
5828
+ }
5829
+ },
5830
+ "clickup": {
5831
+ "create-task": {
5832
+ "method": "POST",
5833
+ "params": [
5834
+ {
5835
+ "in": "body",
5836
+ "name": "listId"
5837
+ },
5838
+ {
5839
+ "in": "body",
5840
+ "name": "name"
5841
+ }
5842
+ ],
5843
+ "path": "/playground/clickup/tasks",
5844
+ "readOnly": false
5845
+ },
5846
+ "get-last-webhook": {
5847
+ "method": "GET",
5848
+ "path": "/playground/clickup/webhooks/last",
5849
+ "readOnly": true
5850
+ },
5851
+ "get-overview": {
5852
+ "method": "GET",
5853
+ "path": "/playground/clickup/overview",
5854
+ "readOnly": true
5855
+ }
5856
+ },
5857
+ "gdrive": {
5858
+ "get-last-change": {
5859
+ "method": "GET",
5860
+ "path": "/playground/gdrive/changes/last",
5861
+ "readOnly": true
5862
+ },
5863
+ "read-file": {
5864
+ "method": "POST",
5865
+ "params": [
5866
+ {
5867
+ "in": "body",
5868
+ "name": "fileId"
5869
+ }
5870
+ ],
5871
+ "path": "/playground/gdrive/file",
5872
+ "readOnly": true
5873
+ }
5874
+ },
5875
+ "googleads": {
5876
+ "read-customer": {
5877
+ "method": "POST",
5878
+ "path": "/playground/googleads/customer",
5879
+ "readOnly": true
5880
+ }
5881
+ },
5882
+ "lifecycle": {
5883
+ "get-state": {
5884
+ "method": "GET",
5885
+ "path": "/playground/lifecycle/state",
5886
+ "readOnly": true
5887
+ },
5888
+ "list-events": {
5889
+ "method": "GET",
5890
+ "path": "/playground/lifecycle/events",
5891
+ "readOnly": true
5892
+ }
5893
+ },
5894
+ "webhook": {
5895
+ "get-last": {
5896
+ "method": "GET",
5897
+ "path": "/playground/webhooks/last",
5898
+ "readOnly": true
5899
+ }
5900
+ }
5901
+ },
5290
5902
  "realtime": {
5291
5903
  "archive": {
5292
5904
  "export": {