@lessly/sdk-app 50.0.0 → 51.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 (70) 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/chunk-5IRH5DIK.js +8710 -0
  10. package/dist/chunk-5IRH5DIK.js.map +1 -0
  11. package/dist/{client.gen-Dw0AIIZi.d.cts → client.gen-Boew7CkH.d.cts} +4824 -363
  12. package/dist/{client.gen-Dw0AIIZi.d.ts → client.gen-Boew7CkH.d.ts} +4824 -363
  13. package/dist/consent/index.d.cts +1 -1
  14. package/dist/consent/index.d.ts +1 -1
  15. package/dist/content/index.cjs +161 -0
  16. package/dist/content/index.cjs.map +1 -0
  17. package/dist/content/index.d.cts +128 -0
  18. package/dist/content/index.d.ts +128 -0
  19. package/dist/content/index.js +129 -0
  20. package/dist/content/index.js.map +1 -0
  21. package/dist/deployment/index.cjs +15 -5
  22. package/dist/deployment/index.cjs.map +1 -1
  23. package/dist/deployment/index.d.cts +14 -6
  24. package/dist/deployment/index.d.ts +14 -6
  25. package/dist/deployment/index.js +13 -5
  26. package/dist/deployment/index.js.map +1 -1
  27. package/dist/index.cjs +780 -98
  28. package/dist/index.cjs.map +1 -1
  29. package/dist/index.d.cts +4 -83
  30. package/dist/index.d.ts +4 -83
  31. package/dist/index.js +2 -8016
  32. package/dist/index.js.map +1 -1
  33. package/dist/mail/index.d.cts +2 -2
  34. package/dist/mail/index.d.ts +2 -2
  35. package/dist/observe/index.d.cts +1 -1
  36. package/dist/observe/index.d.ts +1 -1
  37. package/dist/organization/index.d.cts +1 -1
  38. package/dist/organization/index.d.ts +1 -1
  39. package/dist/playground/index.cjs +81 -0
  40. package/dist/playground/index.cjs.map +1 -0
  41. package/dist/playground/index.d.cts +55 -0
  42. package/dist/playground/index.d.ts +55 -0
  43. package/dist/playground/index.js +58 -0
  44. package/dist/playground/index.js.map +1 -0
  45. package/dist/realtime/index.d.cts +1 -1
  46. package/dist/realtime/index.d.ts +1 -1
  47. package/dist/support/index.d.cts +1 -1
  48. package/dist/support/index.d.ts +1 -1
  49. package/dist/tracking/index.d.cts +1 -1
  50. package/dist/tracking/index.d.ts +1 -1
  51. package/dist/types-gTIUAUsP.d.cts +82 -0
  52. package/dist/types-gTIUAUsP.d.ts +82 -0
  53. package/dist/users/index.d.cts +1 -1
  54. package/dist/users/index.d.ts +1 -1
  55. package/dist/waitlist/index.d.cts +1 -1
  56. package/dist/waitlist/index.d.ts +1 -1
  57. package/package.json +12 -2
  58. package/src/gen/bindings.gen.ts +789 -99
  59. package/src/gen/brain/index.ts +1 -1
  60. package/src/gen/brain/queryOptions.gen.ts +0 -7
  61. package/src/gen/client.gen.ts +180 -10
  62. package/src/gen/content/index.ts +3 -0
  63. package/src/gen/content/queryOptions.gen.ts +202 -0
  64. package/src/gen/deployment/index.ts +1 -1
  65. package/src/gen/deployment/queryOptions.gen.ts +20 -7
  66. package/src/gen/manifest.gen.ts +1 -1
  67. package/src/gen/playground/connect.gen.ts +9 -0
  68. package/src/gen/playground/index.ts +4 -0
  69. package/src/gen/playground/queryOptions.gen.ts +86 -0
  70. package/src/gen/types.gen.ts +4403 -154
package/dist/index.cjs CHANGED
@@ -882,19 +882,6 @@ 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
- }
898
885
  }
899
886
  },
900
887
  "consent": {
@@ -1049,42 +1036,587 @@ var bindings = {
1049
1036
  },
1050
1037
  {
1051
1038
  "in": "body",
1052
- "name": "description"
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": [
1477
+ {
1478
+ "in": "path",
1479
+ "name": "id"
1480
+ },
1481
+ {
1482
+ "in": "body",
1483
+ "name": "mediaIds"
1484
+ }
1485
+ ],
1486
+ "path": "/content/posts/:id/media/attach",
1487
+ "readOnly": false
1488
+ }
1489
+ },
1490
+ "posts-detach": {
1491
+ "media": {
1492
+ "method": "POST",
1493
+ "params": [
1494
+ {
1495
+ "in": "path",
1496
+ "name": "id"
1497
+ },
1498
+ {
1499
+ "in": "body",
1500
+ "name": "mediaIds"
1501
+ }
1502
+ ],
1503
+ "path": "/content/posts/:id/media/detach",
1504
+ "readOnly": false
1505
+ }
1506
+ },
1507
+ "publications": {
1508
+ "cancel": {
1509
+ "method": "POST",
1510
+ "params": [
1511
+ {
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": [
1522
+ {
1523
+ "in": "path",
1524
+ "name": "id"
1525
+ },
1526
+ {
1527
+ "in": "body",
1528
+ "name": "externalUrl"
1529
+ },
1530
+ {
1531
+ "in": "body",
1532
+ "name": "externalId"
1533
+ }
1534
+ ],
1535
+ "path": "/content/publications/:id/confirm",
1536
+ "readOnly": false
1537
+ },
1538
+ "get": {
1539
+ "method": "GET",
1540
+ "params": [
1541
+ {
1542
+ "in": "path",
1543
+ "name": "id"
1544
+ }
1545
+ ],
1546
+ "path": "/content/publications/:id",
1547
+ "readOnly": true
1548
+ },
1549
+ "list": {
1550
+ "method": "GET",
1551
+ "params": [
1552
+ {
1553
+ "in": "query",
1554
+ "name": "state"
1555
+ },
1556
+ {
1557
+ "in": "query",
1558
+ "name": "postId"
1559
+ },
1560
+ {
1561
+ "in": "query",
1562
+ "name": "channelId"
1563
+ },
1564
+ {
1565
+ "in": "query",
1566
+ "name": "limit"
1567
+ },
1568
+ {
1569
+ "in": "query",
1570
+ "name": "offset"
1571
+ },
1572
+ {
1573
+ "in": "query",
1574
+ "name": "scheduledFrom"
1575
+ },
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
+ {
1588
+ "in": "body",
1589
+ "name": "postId"
1053
1590
  },
1054
1591
  {
1055
1592
  "in": "body",
1056
- "name": "orderIndex"
1593
+ "name": "channelId"
1057
1594
  },
1058
1595
  {
1059
1596
  "in": "body",
1060
- "name": "cookies"
1597
+ "name": "text"
1061
1598
  },
1062
1599
  {
1063
1600
  "in": "body",
1064
- "name": "catalogKey"
1601
+ "name": "idempotencyKey"
1065
1602
  }
1066
1603
  ],
1067
- "path": "/consent/consent/providers",
1604
+ "path": "/content/publications/publish",
1068
1605
  "readOnly": false
1069
1606
  },
1070
- "delete": {
1071
- "method": "DELETE",
1607
+ "remind": {
1608
+ "method": "POST",
1072
1609
  "params": [
1073
1610
  {
1074
1611
  "in": "path",
1075
1612
  "name": "id"
1076
1613
  }
1077
1614
  ],
1078
- "path": "/consent/consent/providers/:id",
1615
+ "path": "/content/publications/:id/remind",
1079
1616
  "readOnly": false
1080
1617
  },
1081
- "list": {
1082
- "method": "GET",
1083
- "path": "/consent/consent/providers",
1084
- "readOnly": true
1085
- },
1086
- "update": {
1087
- "method": "PATCH",
1618
+ "reschedule": {
1619
+ "method": "POST",
1088
1620
  "params": [
1089
1621
  {
1090
1622
  "in": "path",
@@ -1092,72 +1624,56 @@ var bindings = {
1092
1624
  },
1093
1625
  {
1094
1626
  "in": "body",
1095
- "name": "name"
1096
- },
1097
- {
1098
- "in": "body",
1099
- "name": "category"
1100
- },
1627
+ "name": "scheduledAt"
1628
+ }
1629
+ ],
1630
+ "path": "/content/publications/:id/reschedule",
1631
+ "readOnly": false
1632
+ },
1633
+ "schedule": {
1634
+ "method": "POST",
1635
+ "params": [
1101
1636
  {
1102
1637
  "in": "body",
1103
- "name": "hosts"
1638
+ "name": "postId"
1104
1639
  },
1105
1640
  {
1106
1641
  "in": "body",
1107
- "name": "privacyUrl"
1642
+ "name": "channelId"
1108
1643
  },
1109
1644
  {
1110
1645
  "in": "body",
1111
- "name": "description"
1646
+ "name": "scheduledAt"
1112
1647
  },
1113
1648
  {
1114
1649
  "in": "body",
1115
- "name": "orderIndex"
1650
+ "name": "text"
1116
1651
  },
1117
1652
  {
1118
1653
  "in": "body",
1119
- "name": "cookies"
1654
+ "name": "idempotencyKey"
1120
1655
  }
1121
1656
  ],
1122
- "path": "/consent/consent/providers/:id",
1657
+ "path": "/content/publications",
1123
1658
  "readOnly": false
1124
- }
1125
- },
1126
- "records": {
1127
- "export": {
1659
+ },
1660
+ "validate": {
1128
1661
  "method": "POST",
1129
1662
  "params": [
1130
1663
  {
1131
1664
  "in": "body",
1132
- "name": "from"
1133
- },
1134
- {
1135
- "in": "body",
1136
- "name": "to"
1665
+ "name": "postId"
1137
1666
  },
1138
1667
  {
1139
1668
  "in": "body",
1140
- "name": "limit"
1669
+ "name": "channels"
1141
1670
  },
1142
1671
  {
1143
1672
  "in": "body",
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"
1673
+ "name": "scheduledAt"
1158
1674
  }
1159
1675
  ],
1160
- "path": "/consent/consent/stats",
1676
+ "path": "/content/publications/validate",
1161
1677
  "readOnly": true
1162
1678
  }
1163
1679
  }
@@ -1271,39 +1787,6 @@ var bindings = {
1271
1787
  "readOnly": true
1272
1788
  }
1273
1789
  },
1274
- "audit": {
1275
- "list": {
1276
- "method": "GET",
1277
- "params": [
1278
- {
1279
- "in": "path",
1280
- "name": "environmentId"
1281
- },
1282
- {
1283
- "in": "query",
1284
- "name": "entityType"
1285
- },
1286
- {
1287
- "in": "query",
1288
- "name": "action"
1289
- },
1290
- {
1291
- "in": "query",
1292
- "name": "actorId"
1293
- },
1294
- {
1295
- "in": "query",
1296
- "name": "serviceId"
1297
- },
1298
- {
1299
- "in": "query",
1300
- "name": "limit"
1301
- }
1302
- ],
1303
- "path": "/deployment/environments/:environmentId/audit",
1304
- "readOnly": true
1305
- }
1306
- },
1307
1790
  "build": {
1308
1791
  "get": {
1309
1792
  "method": "GET",
@@ -1999,6 +2482,57 @@ var bindings = {
1999
2482
  "readOnly": true
2000
2483
  }
2001
2484
  },
2485
+ "job": {
2486
+ "run": {
2487
+ "method": "POST",
2488
+ "params": [
2489
+ {
2490
+ "in": "path",
2491
+ "name": "serviceId"
2492
+ }
2493
+ ],
2494
+ "path": "/deployment/services/:serviceId/runs",
2495
+ "readOnly": false
2496
+ }
2497
+ },
2498
+ "job-run": {
2499
+ "logs": {
2500
+ "method": "GET",
2501
+ "params": [
2502
+ {
2503
+ "in": "path",
2504
+ "name": "serviceId"
2505
+ },
2506
+ {
2507
+ "in": "path",
2508
+ "name": "runId"
2509
+ }
2510
+ ],
2511
+ "path": "/deployment/services/:serviceId/runs/:runId/logs",
2512
+ "readOnly": true
2513
+ }
2514
+ },
2515
+ "job-runs": {
2516
+ "list": {
2517
+ "method": "GET",
2518
+ "params": [
2519
+ {
2520
+ "in": "path",
2521
+ "name": "serviceId"
2522
+ },
2523
+ {
2524
+ "in": "query",
2525
+ "name": "limit"
2526
+ },
2527
+ {
2528
+ "in": "query",
2529
+ "name": "cursor"
2530
+ }
2531
+ ],
2532
+ "path": "/deployment/services/:serviceId/runs",
2533
+ "readOnly": true
2534
+ }
2535
+ },
2002
2536
  "managed-service": {
2003
2537
  "backup": {
2004
2538
  "method": "POST",
@@ -2326,6 +2860,26 @@ var bindings = {
2326
2860
  {
2327
2861
  "in": "body",
2328
2862
  "name": "canvas"
2863
+ },
2864
+ {
2865
+ "in": "body",
2866
+ "name": "mode"
2867
+ },
2868
+ {
2869
+ "in": "body",
2870
+ "name": "schedule"
2871
+ },
2872
+ {
2873
+ "in": "body",
2874
+ "name": "command"
2875
+ },
2876
+ {
2877
+ "in": "body",
2878
+ "name": "jobTimeoutSec"
2879
+ },
2880
+ {
2881
+ "in": "body",
2882
+ "name": "jobConcurrency"
2329
2883
  }
2330
2884
  ],
2331
2885
  "path": "/deployment/environments/:environmentId/services",
@@ -2501,6 +3055,30 @@ var bindings = {
2501
3055
  "in": "body",
2502
3056
  "name": "autoDeploy"
2503
3057
  },
3058
+ {
3059
+ "in": "body",
3060
+ "name": "schedule"
3061
+ },
3062
+ {
3063
+ "in": "body",
3064
+ "name": "scheduleSuspended"
3065
+ },
3066
+ {
3067
+ "in": "body",
3068
+ "name": "command"
3069
+ },
3070
+ {
3071
+ "in": "body",
3072
+ "name": "jobTimeoutSec"
3073
+ },
3074
+ {
3075
+ "in": "body",
3076
+ "name": "jobConcurrency"
3077
+ },
3078
+ {
3079
+ "in": "body",
3080
+ "name": "mode"
3081
+ },
2504
3082
  {
2505
3083
  "in": "path",
2506
3084
  "name": "id"
@@ -5352,6 +5930,110 @@ var bindings = {
5352
5930
  }
5353
5931
  }
5354
5932
  },
5933
+ "playground": {
5934
+ "analytics": {
5935
+ "overview": {
5936
+ "method": "POST",
5937
+ "params": [
5938
+ {
5939
+ "in": "body",
5940
+ "name": "limit"
5941
+ }
5942
+ ],
5943
+ "path": "/playground/analytics/overview",
5944
+ "readOnly": true
5945
+ }
5946
+ },
5947
+ "billing": {
5948
+ "entitlements": {
5949
+ "method": "POST",
5950
+ "path": "/playground/billing/entitlements",
5951
+ "readOnly": true
5952
+ },
5953
+ "record-usage": {
5954
+ "method": "POST",
5955
+ "params": [
5956
+ {
5957
+ "in": "body",
5958
+ "name": "value"
5959
+ }
5960
+ ],
5961
+ "path": "/playground/billing/usage",
5962
+ "readOnly": false
5963
+ }
5964
+ },
5965
+ "clickup": {
5966
+ "create-task": {
5967
+ "method": "POST",
5968
+ "params": [
5969
+ {
5970
+ "in": "body",
5971
+ "name": "listId"
5972
+ },
5973
+ {
5974
+ "in": "body",
5975
+ "name": "name"
5976
+ }
5977
+ ],
5978
+ "path": "/playground/clickup/tasks",
5979
+ "readOnly": false
5980
+ },
5981
+ "get-last-webhook": {
5982
+ "method": "GET",
5983
+ "path": "/playground/clickup/webhooks/last",
5984
+ "readOnly": true
5985
+ },
5986
+ "get-overview": {
5987
+ "method": "GET",
5988
+ "path": "/playground/clickup/overview",
5989
+ "readOnly": true
5990
+ }
5991
+ },
5992
+ "gdrive": {
5993
+ "get-last-change": {
5994
+ "method": "GET",
5995
+ "path": "/playground/gdrive/changes/last",
5996
+ "readOnly": true
5997
+ },
5998
+ "read-file": {
5999
+ "method": "POST",
6000
+ "params": [
6001
+ {
6002
+ "in": "body",
6003
+ "name": "fileId"
6004
+ }
6005
+ ],
6006
+ "path": "/playground/gdrive/file",
6007
+ "readOnly": true
6008
+ }
6009
+ },
6010
+ "googleads": {
6011
+ "read-customer": {
6012
+ "method": "POST",
6013
+ "path": "/playground/googleads/customer",
6014
+ "readOnly": true
6015
+ }
6016
+ },
6017
+ "lifecycle": {
6018
+ "get-state": {
6019
+ "method": "GET",
6020
+ "path": "/playground/lifecycle/state",
6021
+ "readOnly": true
6022
+ },
6023
+ "list-events": {
6024
+ "method": "GET",
6025
+ "path": "/playground/lifecycle/events",
6026
+ "readOnly": true
6027
+ }
6028
+ },
6029
+ "webhook": {
6030
+ "get-last": {
6031
+ "method": "GET",
6032
+ "path": "/playground/webhooks/last",
6033
+ "readOnly": true
6034
+ }
6035
+ }
6036
+ },
5355
6037
  "realtime": {
5356
6038
  "archive": {
5357
6039
  "export": {