@lessly/sdk-app 48.0.1 → 48.0.3

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