@lessly/sdk-app 46.0.0 → 47.0.1

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 +5 -0
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +6 -2
  6. package/dist/brain/index.d.ts +6 -2
  7. package/dist/brain/index.js +5 -1
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-BFHxhTU7.d.cts → client.gen-BsjxuDLy.d.cts} +403 -4706
  10. package/dist/{client.gen-BFHxhTU7.d.ts → client.gen-BsjxuDLy.d.ts} +403 -4706
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.d.cts +1 -1
  14. package/dist/deployment/index.d.ts +1 -1
  15. package/dist/index.cjs +140 -756
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +140 -756
  20. package/dist/index.js.map +1 -1
  21. package/dist/mail/index.d.cts +2 -2
  22. package/dist/mail/index.d.ts +2 -2
  23. package/dist/observe/index.d.cts +1 -1
  24. package/dist/observe/index.d.ts +1 -1
  25. package/dist/organization/index.d.cts +1 -1
  26. package/dist/organization/index.d.ts +1 -1
  27. package/dist/realtime/index.d.cts +1 -1
  28. package/dist/realtime/index.d.ts +1 -1
  29. package/dist/support/index.d.cts +1 -1
  30. package/dist/support/index.d.ts +1 -1
  31. package/dist/tracking/index.d.cts +1 -1
  32. package/dist/tracking/index.d.ts +1 -1
  33. package/dist/users/index.d.cts +1 -1
  34. package/dist/users/index.d.ts +1 -1
  35. package/dist/waitlist/index.d.cts +1 -1
  36. package/dist/waitlist/index.d.ts +1 -1
  37. package/docs/README.md +1 -1
  38. package/docs/recipes/federation.md +158 -10
  39. package/docs/rules.md +150 -4
  40. package/package.json +2 -12
  41. package/src/gen/bindings.gen.ts +140 -756
  42. package/src/gen/brain/index.ts +1 -1
  43. package/src/gen/brain/queryOptions.gen.ts +7 -0
  44. package/src/gen/client.gen.ts +5 -165
  45. package/src/gen/manifest.gen.ts +1 -1
  46. package/src/gen/types.gen.ts +230 -4319
  47. package/dist/content/index.cjs +0 -161
  48. package/dist/content/index.cjs.map +0 -1
  49. package/dist/content/index.d.cts +0 -128
  50. package/dist/content/index.d.ts +0 -128
  51. package/dist/content/index.js +0 -129
  52. package/dist/content/index.js.map +0 -1
  53. package/dist/playground/index.cjs +0 -66
  54. package/dist/playground/index.cjs.map +0 -1
  55. package/dist/playground/index.d.cts +0 -52
  56. package/dist/playground/index.d.ts +0 -52
  57. package/dist/playground/index.js +0 -53
  58. package/dist/playground/index.js.map +0 -1
  59. package/src/gen/content/index.ts +0 -3
  60. package/src/gen/content/queryOptions.gen.ts +0 -202
  61. package/src/gen/playground/index.ts +0 -3
  62. package/src/gen/playground/queryOptions.gen.ts +0 -86
package/dist/index.js CHANGED
@@ -821,6 +821,19 @@ 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
+ }
824
837
  }
825
838
  },
826
839
  "consent": {
@@ -851,655 +864,74 @@ var bindings = {
851
864
  },
852
865
  {
853
866
  "in": "body",
854
- "name": "position"
855
- },
856
- {
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": [
867
+ "name": "position"
868
+ },
1416
869
  {
1417
- "in": "path",
1418
- "name": "id"
870
+ "in": "body",
871
+ "name": "logoAlign"
1419
872
  },
1420
873
  {
1421
874
  "in": "body",
1422
- "name": "mediaIds"
875
+ "name": "contentAlign"
1423
876
  }
1424
877
  ],
1425
- "path": "/content/posts/:id/media/attach",
878
+ "path": "/consent/config/customization",
1426
879
  "readOnly": false
1427
880
  }
1428
881
  },
1429
- "posts-detach": {
1430
- "media": {
1431
- "method": "POST",
882
+ "config-floating-icon": {
883
+ "upsert": {
884
+ "method": "PATCH",
1432
885
  "params": [
1433
- {
1434
- "in": "path",
1435
- "name": "id"
1436
- },
1437
886
  {
1438
887
  "in": "body",
1439
- "name": "mediaIds"
888
+ "name": "floatingIcon"
1440
889
  }
1441
890
  ],
1442
- "path": "/content/posts/:id/media/detach",
891
+ "path": "/consent/config",
1443
892
  "readOnly": false
1444
893
  }
1445
894
  },
1446
- "publications": {
1447
- "cancel": {
1448
- "method": "POST",
895
+ "config-theme": {
896
+ "upsert": {
897
+ "method": "PATCH",
1449
898
  "params": [
1450
899
  {
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": [
900
+ "in": "body",
901
+ "name": "brandColor"
902
+ },
1461
903
  {
1462
- "in": "path",
1463
- "name": "id"
904
+ "in": "body",
905
+ "name": "surface"
906
+ },
907
+ {
908
+ "in": "body",
909
+ "name": "corners"
1464
910
  },
1465
911
  {
1466
912
  "in": "body",
1467
- "name": "externalUrl"
913
+ "name": "font"
1468
914
  },
1469
915
  {
1470
916
  "in": "body",
1471
- "name": "externalId"
917
+ "name": "overrides"
1472
918
  }
1473
919
  ],
1474
- "path": "/content/publications/:id/confirm",
920
+ "path": "/consent/config/theme",
1475
921
  "readOnly": false
1476
- },
922
+ }
923
+ },
924
+ "dashboard-config": {
1477
925
  "get": {
1478
926
  "method": "GET",
1479
- "params": [
1480
- {
1481
- "in": "path",
1482
- "name": "id"
1483
- }
1484
- ],
1485
- "path": "/content/publications/:id",
927
+ "path": "/consent/consent/dashboard/config",
1486
928
  "readOnly": true
1487
- },
929
+ }
930
+ },
931
+ "dashboard-decisions": {
1488
932
  "list": {
1489
933
  "method": "GET",
1490
934
  "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
- },
1503
935
  {
1504
936
  "in": "query",
1505
937
  "name": "limit"
@@ -1509,45 +941,89 @@ var bindings = {
1509
941
  "name": "offset"
1510
942
  }
1511
943
  ],
1512
- "path": "/content/publications",
944
+ "path": "/consent/consent/dashboard/decisions",
1513
945
  "readOnly": true
1514
- },
1515
- "publish": {
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",
959
+ "readOnly": true
960
+ }
961
+ },
962
+ "embed": {
963
+ "get": {
964
+ "method": "GET",
965
+ "path": "/consent/embed",
966
+ "readOnly": true
967
+ }
968
+ },
969
+ "providers": {
970
+ "create": {
1516
971
  "method": "POST",
1517
972
  "params": [
1518
973
  {
1519
974
  "in": "body",
1520
- "name": "postId"
975
+ "name": "name"
1521
976
  },
1522
977
  {
1523
978
  "in": "body",
1524
- "name": "channelId"
979
+ "name": "category"
1525
980
  },
1526
981
  {
1527
982
  "in": "body",
1528
- "name": "text"
983
+ "name": "hosts"
984
+ },
985
+ {
986
+ "in": "body",
987
+ "name": "privacyUrl"
988
+ },
989
+ {
990
+ "in": "body",
991
+ "name": "description"
992
+ },
993
+ {
994
+ "in": "body",
995
+ "name": "orderIndex"
996
+ },
997
+ {
998
+ "in": "body",
999
+ "name": "cookies"
1529
1000
  },
1530
1001
  {
1531
1002
  "in": "body",
1532
- "name": "idempotencyKey"
1003
+ "name": "catalogKey"
1533
1004
  }
1534
1005
  ],
1535
- "path": "/content/publications/publish",
1006
+ "path": "/consent/consent/providers",
1536
1007
  "readOnly": false
1537
1008
  },
1538
- "remind": {
1539
- "method": "POST",
1009
+ "delete": {
1010
+ "method": "DELETE",
1540
1011
  "params": [
1541
1012
  {
1542
1013
  "in": "path",
1543
1014
  "name": "id"
1544
1015
  }
1545
1016
  ],
1546
- "path": "/content/publications/:id/remind",
1017
+ "path": "/consent/consent/providers/:id",
1547
1018
  "readOnly": false
1548
1019
  },
1549
- "reschedule": {
1550
- "method": "POST",
1020
+ "list": {
1021
+ "method": "GET",
1022
+ "path": "/consent/consent/providers",
1023
+ "readOnly": true
1024
+ },
1025
+ "update": {
1026
+ "method": "PATCH",
1551
1027
  "params": [
1552
1028
  {
1553
1029
  "in": "path",
@@ -1555,56 +1031,72 @@ var bindings = {
1555
1031
  },
1556
1032
  {
1557
1033
  "in": "body",
1558
- "name": "scheduledAt"
1559
- }
1560
- ],
1561
- "path": "/content/publications/:id/reschedule",
1562
- "readOnly": false
1563
- },
1564
- "schedule": {
1565
- "method": "POST",
1566
- "params": [
1034
+ "name": "name"
1035
+ },
1567
1036
  {
1568
1037
  "in": "body",
1569
- "name": "postId"
1038
+ "name": "category"
1570
1039
  },
1571
1040
  {
1572
1041
  "in": "body",
1573
- "name": "channelId"
1042
+ "name": "hosts"
1574
1043
  },
1575
1044
  {
1576
1045
  "in": "body",
1577
- "name": "scheduledAt"
1046
+ "name": "privacyUrl"
1578
1047
  },
1579
1048
  {
1580
1049
  "in": "body",
1581
- "name": "text"
1050
+ "name": "description"
1051
+ },
1052
+ {
1053
+ "in": "body",
1054
+ "name": "orderIndex"
1582
1055
  },
1583
1056
  {
1584
1057
  "in": "body",
1585
- "name": "idempotencyKey"
1058
+ "name": "cookies"
1586
1059
  }
1587
1060
  ],
1588
- "path": "/content/publications",
1061
+ "path": "/consent/consent/providers/:id",
1589
1062
  "readOnly": false
1590
- },
1591
- "validate": {
1063
+ }
1064
+ },
1065
+ "records": {
1066
+ "export": {
1592
1067
  "method": "POST",
1593
1068
  "params": [
1594
1069
  {
1595
1070
  "in": "body",
1596
- "name": "postId"
1071
+ "name": "from"
1597
1072
  },
1598
1073
  {
1599
1074
  "in": "body",
1600
- "name": "channels"
1075
+ "name": "to"
1076
+ },
1077
+ {
1078
+ "in": "body",
1079
+ "name": "limit"
1601
1080
  },
1602
1081
  {
1603
1082
  "in": "body",
1604
- "name": "scheduledAt"
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"
1605
1097
  }
1606
1098
  ],
1607
- "path": "/content/publications/validate",
1099
+ "path": "/consent/consent/stats",
1608
1100
  "readOnly": true
1609
1101
  }
1610
1102
  }
@@ -2944,10 +2436,6 @@ var bindings = {
2944
2436
  "in": "body",
2945
2437
  "name": "tracing"
2946
2438
  },
2947
- {
2948
- "in": "body",
2949
- "name": "autoDeploy"
2950
- },
2951
2439
  {
2952
2440
  "in": "path",
2953
2441
  "name": "id"
@@ -5799,110 +5287,6 @@ var bindings = {
5799
5287
  }
5800
5288
  }
5801
5289
  },
5802
- "playground": {
5803
- "analytics": {
5804
- "overview": {
5805
- "method": "POST",
5806
- "params": [
5807
- {
5808
- "in": "body",
5809
- "name": "limit"
5810
- }
5811
- ],
5812
- "path": "/playground/analytics/overview",
5813
- "readOnly": true
5814
- }
5815
- },
5816
- "billing": {
5817
- "entitlements": {
5818
- "method": "POST",
5819
- "path": "/playground/billing/entitlements",
5820
- "readOnly": true
5821
- },
5822
- "record-usage": {
5823
- "method": "POST",
5824
- "params": [
5825
- {
5826
- "in": "body",
5827
- "name": "value"
5828
- }
5829
- ],
5830
- "path": "/playground/billing/usage",
5831
- "readOnly": false
5832
- }
5833
- },
5834
- "clickup": {
5835
- "create-task": {
5836
- "method": "POST",
5837
- "params": [
5838
- {
5839
- "in": "body",
5840
- "name": "listId"
5841
- },
5842
- {
5843
- "in": "body",
5844
- "name": "name"
5845
- }
5846
- ],
5847
- "path": "/playground/clickup/tasks",
5848
- "readOnly": false
5849
- },
5850
- "get-last-webhook": {
5851
- "method": "GET",
5852
- "path": "/playground/clickup/webhooks/last",
5853
- "readOnly": true
5854
- },
5855
- "get-overview": {
5856
- "method": "GET",
5857
- "path": "/playground/clickup/overview",
5858
- "readOnly": true
5859
- }
5860
- },
5861
- "gdrive": {
5862
- "get-last-change": {
5863
- "method": "GET",
5864
- "path": "/playground/gdrive/changes/last",
5865
- "readOnly": true
5866
- },
5867
- "read-file": {
5868
- "method": "POST",
5869
- "params": [
5870
- {
5871
- "in": "body",
5872
- "name": "fileId"
5873
- }
5874
- ],
5875
- "path": "/playground/gdrive/file",
5876
- "readOnly": true
5877
- }
5878
- },
5879
- "googleads": {
5880
- "read-customer": {
5881
- "method": "POST",
5882
- "path": "/playground/googleads/customer",
5883
- "readOnly": true
5884
- }
5885
- },
5886
- "lifecycle": {
5887
- "get-state": {
5888
- "method": "GET",
5889
- "path": "/playground/lifecycle/state",
5890
- "readOnly": true
5891
- },
5892
- "list-events": {
5893
- "method": "GET",
5894
- "path": "/playground/lifecycle/events",
5895
- "readOnly": true
5896
- }
5897
- },
5898
- "webhook": {
5899
- "get-last": {
5900
- "method": "GET",
5901
- "path": "/playground/webhooks/last",
5902
- "readOnly": true
5903
- }
5904
- }
5905
- },
5906
5290
  "realtime": {
5907
5291
  "archive": {
5908
5292
  "export": {