@lessly/sdk-app 47.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.cjs CHANGED
@@ -823,6 +823,19 @@ 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
+ }
826
839
  }
827
840
  },
828
841
  "consent": {
@@ -853,655 +866,74 @@ var bindings = {
853
866
  },
854
867
  {
855
868
  "in": "body",
856
- "name": "position"
857
- },
858
- {
859
- "in": "body",
860
- "name": "logoAlign"
861
- },
862
- {
863
- "in": "body",
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": [
869
+ "name": "position"
870
+ },
1418
871
  {
1419
- "in": "path",
1420
- "name": "id"
872
+ "in": "body",
873
+ "name": "logoAlign"
1421
874
  },
1422
875
  {
1423
876
  "in": "body",
1424
- "name": "mediaIds"
877
+ "name": "contentAlign"
1425
878
  }
1426
879
  ],
1427
- "path": "/content/posts/:id/media/attach",
880
+ "path": "/consent/config/customization",
1428
881
  "readOnly": false
1429
882
  }
1430
883
  },
1431
- "posts-detach": {
1432
- "media": {
1433
- "method": "POST",
884
+ "config-floating-icon": {
885
+ "upsert": {
886
+ "method": "PATCH",
1434
887
  "params": [
1435
- {
1436
- "in": "path",
1437
- "name": "id"
1438
- },
1439
888
  {
1440
889
  "in": "body",
1441
- "name": "mediaIds"
890
+ "name": "floatingIcon"
1442
891
  }
1443
892
  ],
1444
- "path": "/content/posts/:id/media/detach",
893
+ "path": "/consent/config",
1445
894
  "readOnly": false
1446
895
  }
1447
896
  },
1448
- "publications": {
1449
- "cancel": {
1450
- "method": "POST",
897
+ "config-theme": {
898
+ "upsert": {
899
+ "method": "PATCH",
1451
900
  "params": [
1452
901
  {
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": [
902
+ "in": "body",
903
+ "name": "brandColor"
904
+ },
1463
905
  {
1464
- "in": "path",
1465
- "name": "id"
906
+ "in": "body",
907
+ "name": "surface"
908
+ },
909
+ {
910
+ "in": "body",
911
+ "name": "corners"
1466
912
  },
1467
913
  {
1468
914
  "in": "body",
1469
- "name": "externalUrl"
915
+ "name": "font"
1470
916
  },
1471
917
  {
1472
918
  "in": "body",
1473
- "name": "externalId"
919
+ "name": "overrides"
1474
920
  }
1475
921
  ],
1476
- "path": "/content/publications/:id/confirm",
922
+ "path": "/consent/config/theme",
1477
923
  "readOnly": false
1478
- },
924
+ }
925
+ },
926
+ "dashboard-config": {
1479
927
  "get": {
1480
928
  "method": "GET",
1481
- "params": [
1482
- {
1483
- "in": "path",
1484
- "name": "id"
1485
- }
1486
- ],
1487
- "path": "/content/publications/:id",
929
+ "path": "/consent/consent/dashboard/config",
1488
930
  "readOnly": true
1489
- },
931
+ }
932
+ },
933
+ "dashboard-decisions": {
1490
934
  "list": {
1491
935
  "method": "GET",
1492
936
  "params": [
1493
- {
1494
- "in": "query",
1495
- "name": "state"
1496
- },
1497
- {
1498
- "in": "query",
1499
- "name": "postId"
1500
- },
1501
- {
1502
- "in": "query",
1503
- "name": "channelId"
1504
- },
1505
937
  {
1506
938
  "in": "query",
1507
939
  "name": "limit"
@@ -1511,45 +943,89 @@ var bindings = {
1511
943
  "name": "offset"
1512
944
  }
1513
945
  ],
1514
- "path": "/content/publications",
946
+ "path": "/consent/consent/dashboard/decisions",
1515
947
  "readOnly": true
1516
- },
1517
- "publish": {
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": {
1518
973
  "method": "POST",
1519
974
  "params": [
1520
975
  {
1521
976
  "in": "body",
1522
- "name": "postId"
977
+ "name": "name"
1523
978
  },
1524
979
  {
1525
980
  "in": "body",
1526
- "name": "channelId"
981
+ "name": "category"
1527
982
  },
1528
983
  {
1529
984
  "in": "body",
1530
- "name": "text"
985
+ "name": "hosts"
986
+ },
987
+ {
988
+ "in": "body",
989
+ "name": "privacyUrl"
990
+ },
991
+ {
992
+ "in": "body",
993
+ "name": "description"
994
+ },
995
+ {
996
+ "in": "body",
997
+ "name": "orderIndex"
998
+ },
999
+ {
1000
+ "in": "body",
1001
+ "name": "cookies"
1531
1002
  },
1532
1003
  {
1533
1004
  "in": "body",
1534
- "name": "idempotencyKey"
1005
+ "name": "catalogKey"
1535
1006
  }
1536
1007
  ],
1537
- "path": "/content/publications/publish",
1008
+ "path": "/consent/consent/providers",
1538
1009
  "readOnly": false
1539
1010
  },
1540
- "remind": {
1541
- "method": "POST",
1011
+ "delete": {
1012
+ "method": "DELETE",
1542
1013
  "params": [
1543
1014
  {
1544
1015
  "in": "path",
1545
1016
  "name": "id"
1546
1017
  }
1547
1018
  ],
1548
- "path": "/content/publications/:id/remind",
1019
+ "path": "/consent/consent/providers/:id",
1549
1020
  "readOnly": false
1550
1021
  },
1551
- "reschedule": {
1552
- "method": "POST",
1022
+ "list": {
1023
+ "method": "GET",
1024
+ "path": "/consent/consent/providers",
1025
+ "readOnly": true
1026
+ },
1027
+ "update": {
1028
+ "method": "PATCH",
1553
1029
  "params": [
1554
1030
  {
1555
1031
  "in": "path",
@@ -1557,56 +1033,72 @@ var bindings = {
1557
1033
  },
1558
1034
  {
1559
1035
  "in": "body",
1560
- "name": "scheduledAt"
1561
- }
1562
- ],
1563
- "path": "/content/publications/:id/reschedule",
1564
- "readOnly": false
1565
- },
1566
- "schedule": {
1567
- "method": "POST",
1568
- "params": [
1036
+ "name": "name"
1037
+ },
1569
1038
  {
1570
1039
  "in": "body",
1571
- "name": "postId"
1040
+ "name": "category"
1572
1041
  },
1573
1042
  {
1574
1043
  "in": "body",
1575
- "name": "channelId"
1044
+ "name": "hosts"
1576
1045
  },
1577
1046
  {
1578
1047
  "in": "body",
1579
- "name": "scheduledAt"
1048
+ "name": "privacyUrl"
1580
1049
  },
1581
1050
  {
1582
1051
  "in": "body",
1583
- "name": "text"
1052
+ "name": "description"
1053
+ },
1054
+ {
1055
+ "in": "body",
1056
+ "name": "orderIndex"
1584
1057
  },
1585
1058
  {
1586
1059
  "in": "body",
1587
- "name": "idempotencyKey"
1060
+ "name": "cookies"
1588
1061
  }
1589
1062
  ],
1590
- "path": "/content/publications",
1063
+ "path": "/consent/consent/providers/:id",
1591
1064
  "readOnly": false
1592
- },
1593
- "validate": {
1065
+ }
1066
+ },
1067
+ "records": {
1068
+ "export": {
1594
1069
  "method": "POST",
1595
1070
  "params": [
1596
1071
  {
1597
1072
  "in": "body",
1598
- "name": "postId"
1073
+ "name": "from"
1599
1074
  },
1600
1075
  {
1601
1076
  "in": "body",
1602
- "name": "channels"
1077
+ "name": "to"
1078
+ },
1079
+ {
1080
+ "in": "body",
1081
+ "name": "limit"
1603
1082
  },
1604
1083
  {
1605
1084
  "in": "body",
1606
- "name": "scheduledAt"
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"
1607
1099
  }
1608
1100
  ],
1609
- "path": "/content/publications/validate",
1101
+ "path": "/consent/consent/stats",
1610
1102
  "readOnly": true
1611
1103
  }
1612
1104
  }
@@ -2946,10 +2438,6 @@ var bindings = {
2946
2438
  "in": "body",
2947
2439
  "name": "tracing"
2948
2440
  },
2949
- {
2950
- "in": "body",
2951
- "name": "autoDeploy"
2952
- },
2953
2441
  {
2954
2442
  "in": "path",
2955
2443
  "name": "id"
@@ -5801,110 +5289,6 @@ var bindings = {
5801
5289
  }
5802
5290
  }
5803
5291
  },
5804
- "playground": {
5805
- "analytics": {
5806
- "overview": {
5807
- "method": "POST",
5808
- "params": [
5809
- {
5810
- "in": "body",
5811
- "name": "limit"
5812
- }
5813
- ],
5814
- "path": "/playground/analytics/overview",
5815
- "readOnly": true
5816
- }
5817
- },
5818
- "billing": {
5819
- "entitlements": {
5820
- "method": "POST",
5821
- "path": "/playground/billing/entitlements",
5822
- "readOnly": true
5823
- },
5824
- "record-usage": {
5825
- "method": "POST",
5826
- "params": [
5827
- {
5828
- "in": "body",
5829
- "name": "value"
5830
- }
5831
- ],
5832
- "path": "/playground/billing/usage",
5833
- "readOnly": false
5834
- }
5835
- },
5836
- "clickup": {
5837
- "create-task": {
5838
- "method": "POST",
5839
- "params": [
5840
- {
5841
- "in": "body",
5842
- "name": "listId"
5843
- },
5844
- {
5845
- "in": "body",
5846
- "name": "name"
5847
- }
5848
- ],
5849
- "path": "/playground/clickup/tasks",
5850
- "readOnly": false
5851
- },
5852
- "get-last-webhook": {
5853
- "method": "GET",
5854
- "path": "/playground/clickup/webhooks/last",
5855
- "readOnly": true
5856
- },
5857
- "get-overview": {
5858
- "method": "GET",
5859
- "path": "/playground/clickup/overview",
5860
- "readOnly": true
5861
- }
5862
- },
5863
- "gdrive": {
5864
- "get-last-change": {
5865
- "method": "GET",
5866
- "path": "/playground/gdrive/changes/last",
5867
- "readOnly": true
5868
- },
5869
- "read-file": {
5870
- "method": "POST",
5871
- "params": [
5872
- {
5873
- "in": "body",
5874
- "name": "fileId"
5875
- }
5876
- ],
5877
- "path": "/playground/gdrive/file",
5878
- "readOnly": true
5879
- }
5880
- },
5881
- "googleads": {
5882
- "read-customer": {
5883
- "method": "POST",
5884
- "path": "/playground/googleads/customer",
5885
- "readOnly": true
5886
- }
5887
- },
5888
- "lifecycle": {
5889
- "get-state": {
5890
- "method": "GET",
5891
- "path": "/playground/lifecycle/state",
5892
- "readOnly": true
5893
- },
5894
- "list-events": {
5895
- "method": "GET",
5896
- "path": "/playground/lifecycle/events",
5897
- "readOnly": true
5898
- }
5899
- },
5900
- "webhook": {
5901
- "get-last": {
5902
- "method": "GET",
5903
- "path": "/playground/webhooks/last",
5904
- "readOnly": true
5905
- }
5906
- }
5907
- },
5908
5292
  "realtime": {
5909
5293
  "archive": {
5910
5294
  "export": {