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