@lessly/sdk-app 44.0.0 → 44.1.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.
- package/dist/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +0 -5
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -6
- package/dist/brain/index.d.ts +2 -6
- package/dist/brain/index.js +1 -5
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-BsjxuDLy.d.cts → client.gen-DlCqQAIZ.d.cts} +1392 -94
- package/dist/{client.gen-BsjxuDLy.d.ts → client.gen-DlCqQAIZ.d.ts} +1392 -94
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/content/index.cjs +96 -0
- package/dist/content/index.cjs.map +1 -0
- package/dist/content/index.d.cts +76 -0
- package/dist/content/index.d.ts +76 -0
- package/dist/content/index.js +77 -0
- package/dist/content/index.js.map +1 -0
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +406 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +406 -13
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/playground/index.cjs +66 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +52 -0
- package/dist/playground/index.d.ts +52 -0
- package/dist/playground/index.js +53 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +406 -13
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +114 -5
- package/src/gen/content/index.ts +3 -0
- package/src/gen/content/queryOptions.gen.ts +119 -0
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +1500 -187
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -821,19 +821,6 @@ 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
|
-
}
|
|
837
824
|
}
|
|
838
825
|
},
|
|
839
826
|
"consent": {
|
|
@@ -1101,6 +1088,308 @@ var bindings = {
|
|
|
1101
1088
|
}
|
|
1102
1089
|
}
|
|
1103
1090
|
},
|
|
1091
|
+
"content": {
|
|
1092
|
+
"channels": {
|
|
1093
|
+
"get": {
|
|
1094
|
+
"method": "GET",
|
|
1095
|
+
"params": [
|
|
1096
|
+
{
|
|
1097
|
+
"in": "path",
|
|
1098
|
+
"name": "id"
|
|
1099
|
+
}
|
|
1100
|
+
],
|
|
1101
|
+
"path": "/content/channels/:id",
|
|
1102
|
+
"readOnly": true
|
|
1103
|
+
},
|
|
1104
|
+
"list": {
|
|
1105
|
+
"method": "GET",
|
|
1106
|
+
"params": [
|
|
1107
|
+
{
|
|
1108
|
+
"in": "query",
|
|
1109
|
+
"name": "network"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"in": "query",
|
|
1113
|
+
"name": "limit"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"in": "query",
|
|
1117
|
+
"name": "offset"
|
|
1118
|
+
}
|
|
1119
|
+
],
|
|
1120
|
+
"path": "/content/channels",
|
|
1121
|
+
"readOnly": true
|
|
1122
|
+
},
|
|
1123
|
+
"update": {
|
|
1124
|
+
"method": "PATCH",
|
|
1125
|
+
"params": [
|
|
1126
|
+
{
|
|
1127
|
+
"in": "path",
|
|
1128
|
+
"name": "id"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"in": "body",
|
|
1132
|
+
"name": "displayName"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"in": "body",
|
|
1136
|
+
"name": "deliveryMode"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"in": "body",
|
|
1140
|
+
"name": "capabilities"
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
1143
|
+
"path": "/content/channels/:id",
|
|
1144
|
+
"readOnly": false
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1147
|
+
"posts": {
|
|
1148
|
+
"approve": {
|
|
1149
|
+
"method": "POST",
|
|
1150
|
+
"params": [
|
|
1151
|
+
{
|
|
1152
|
+
"in": "path",
|
|
1153
|
+
"name": "id"
|
|
1154
|
+
}
|
|
1155
|
+
],
|
|
1156
|
+
"path": "/content/posts/:id/approve",
|
|
1157
|
+
"readOnly": false
|
|
1158
|
+
},
|
|
1159
|
+
"create": {
|
|
1160
|
+
"method": "POST",
|
|
1161
|
+
"params": [
|
|
1162
|
+
{
|
|
1163
|
+
"in": "body",
|
|
1164
|
+
"name": "text"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"in": "body",
|
|
1168
|
+
"name": "media"
|
|
1169
|
+
}
|
|
1170
|
+
],
|
|
1171
|
+
"path": "/content/posts",
|
|
1172
|
+
"readOnly": false
|
|
1173
|
+
},
|
|
1174
|
+
"get": {
|
|
1175
|
+
"method": "GET",
|
|
1176
|
+
"params": [
|
|
1177
|
+
{
|
|
1178
|
+
"in": "path",
|
|
1179
|
+
"name": "id"
|
|
1180
|
+
}
|
|
1181
|
+
],
|
|
1182
|
+
"path": "/content/posts/:id",
|
|
1183
|
+
"readOnly": true
|
|
1184
|
+
},
|
|
1185
|
+
"list": {
|
|
1186
|
+
"method": "GET",
|
|
1187
|
+
"params": [
|
|
1188
|
+
{
|
|
1189
|
+
"in": "query",
|
|
1190
|
+
"name": "status"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"in": "query",
|
|
1194
|
+
"name": "limit"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"in": "query",
|
|
1198
|
+
"name": "offset"
|
|
1199
|
+
}
|
|
1200
|
+
],
|
|
1201
|
+
"path": "/content/posts",
|
|
1202
|
+
"readOnly": true
|
|
1203
|
+
},
|
|
1204
|
+
"submit": {
|
|
1205
|
+
"method": "POST",
|
|
1206
|
+
"params": [
|
|
1207
|
+
{
|
|
1208
|
+
"in": "path",
|
|
1209
|
+
"name": "id"
|
|
1210
|
+
}
|
|
1211
|
+
],
|
|
1212
|
+
"path": "/content/posts/:id/submit",
|
|
1213
|
+
"readOnly": false
|
|
1214
|
+
},
|
|
1215
|
+
"update": {
|
|
1216
|
+
"method": "PATCH",
|
|
1217
|
+
"params": [
|
|
1218
|
+
{
|
|
1219
|
+
"in": "path",
|
|
1220
|
+
"name": "id"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"in": "body",
|
|
1224
|
+
"name": "text"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"in": "body",
|
|
1228
|
+
"name": "media"
|
|
1229
|
+
}
|
|
1230
|
+
],
|
|
1231
|
+
"path": "/content/posts/:id",
|
|
1232
|
+
"readOnly": false
|
|
1233
|
+
},
|
|
1234
|
+
"versions": {
|
|
1235
|
+
"method": "GET",
|
|
1236
|
+
"params": [
|
|
1237
|
+
{
|
|
1238
|
+
"in": "path",
|
|
1239
|
+
"name": "id"
|
|
1240
|
+
}
|
|
1241
|
+
],
|
|
1242
|
+
"path": "/content/posts/:id/versions",
|
|
1243
|
+
"readOnly": true
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
"publications": {
|
|
1247
|
+
"cancel": {
|
|
1248
|
+
"method": "POST",
|
|
1249
|
+
"params": [
|
|
1250
|
+
{
|
|
1251
|
+
"in": "path",
|
|
1252
|
+
"name": "id"
|
|
1253
|
+
}
|
|
1254
|
+
],
|
|
1255
|
+
"path": "/content/publications/:id/cancel",
|
|
1256
|
+
"readOnly": false
|
|
1257
|
+
},
|
|
1258
|
+
"confirm": {
|
|
1259
|
+
"method": "POST",
|
|
1260
|
+
"params": [
|
|
1261
|
+
{
|
|
1262
|
+
"in": "path",
|
|
1263
|
+
"name": "id"
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"in": "body",
|
|
1267
|
+
"name": "externalUrl"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"in": "body",
|
|
1271
|
+
"name": "externalId"
|
|
1272
|
+
}
|
|
1273
|
+
],
|
|
1274
|
+
"path": "/content/publications/:id/confirm",
|
|
1275
|
+
"readOnly": false
|
|
1276
|
+
},
|
|
1277
|
+
"get": {
|
|
1278
|
+
"method": "GET",
|
|
1279
|
+
"params": [
|
|
1280
|
+
{
|
|
1281
|
+
"in": "path",
|
|
1282
|
+
"name": "id"
|
|
1283
|
+
}
|
|
1284
|
+
],
|
|
1285
|
+
"path": "/content/publications/:id",
|
|
1286
|
+
"readOnly": true
|
|
1287
|
+
},
|
|
1288
|
+
"list": {
|
|
1289
|
+
"method": "GET",
|
|
1290
|
+
"params": [
|
|
1291
|
+
{
|
|
1292
|
+
"in": "query",
|
|
1293
|
+
"name": "state"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"in": "query",
|
|
1297
|
+
"name": "postId"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"in": "query",
|
|
1301
|
+
"name": "channelId"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"in": "query",
|
|
1305
|
+
"name": "limit"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"in": "query",
|
|
1309
|
+
"name": "offset"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"path": "/content/publications",
|
|
1313
|
+
"readOnly": true
|
|
1314
|
+
},
|
|
1315
|
+
"publish": {
|
|
1316
|
+
"method": "POST",
|
|
1317
|
+
"params": [
|
|
1318
|
+
{
|
|
1319
|
+
"in": "body",
|
|
1320
|
+
"name": "postId"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"in": "body",
|
|
1324
|
+
"name": "channelId"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"in": "body",
|
|
1328
|
+
"name": "text"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"in": "body",
|
|
1332
|
+
"name": "idempotencyKey"
|
|
1333
|
+
}
|
|
1334
|
+
],
|
|
1335
|
+
"path": "/content/publications/publish",
|
|
1336
|
+
"readOnly": false
|
|
1337
|
+
},
|
|
1338
|
+
"remind": {
|
|
1339
|
+
"method": "POST",
|
|
1340
|
+
"params": [
|
|
1341
|
+
{
|
|
1342
|
+
"in": "path",
|
|
1343
|
+
"name": "id"
|
|
1344
|
+
}
|
|
1345
|
+
],
|
|
1346
|
+
"path": "/content/publications/:id/remind",
|
|
1347
|
+
"readOnly": false
|
|
1348
|
+
},
|
|
1349
|
+
"reschedule": {
|
|
1350
|
+
"method": "POST",
|
|
1351
|
+
"params": [
|
|
1352
|
+
{
|
|
1353
|
+
"in": "path",
|
|
1354
|
+
"name": "id"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"in": "body",
|
|
1358
|
+
"name": "scheduledAt"
|
|
1359
|
+
}
|
|
1360
|
+
],
|
|
1361
|
+
"path": "/content/publications/:id/reschedule",
|
|
1362
|
+
"readOnly": false
|
|
1363
|
+
},
|
|
1364
|
+
"schedule": {
|
|
1365
|
+
"method": "POST",
|
|
1366
|
+
"params": [
|
|
1367
|
+
{
|
|
1368
|
+
"in": "body",
|
|
1369
|
+
"name": "postId"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"in": "body",
|
|
1373
|
+
"name": "channelId"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"in": "body",
|
|
1377
|
+
"name": "scheduledAt"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"in": "body",
|
|
1381
|
+
"name": "text"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"in": "body",
|
|
1385
|
+
"name": "idempotencyKey"
|
|
1386
|
+
}
|
|
1387
|
+
],
|
|
1388
|
+
"path": "/content/publications",
|
|
1389
|
+
"readOnly": false
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1104
1393
|
"deployment": {
|
|
1105
1394
|
"alert": {
|
|
1106
1395
|
"create": {
|
|
@@ -5287,6 +5576,110 @@ var bindings = {
|
|
|
5287
5576
|
}
|
|
5288
5577
|
}
|
|
5289
5578
|
},
|
|
5579
|
+
"playground": {
|
|
5580
|
+
"analytics": {
|
|
5581
|
+
"overview": {
|
|
5582
|
+
"method": "POST",
|
|
5583
|
+
"params": [
|
|
5584
|
+
{
|
|
5585
|
+
"in": "body",
|
|
5586
|
+
"name": "limit"
|
|
5587
|
+
}
|
|
5588
|
+
],
|
|
5589
|
+
"path": "/playground/analytics/overview",
|
|
5590
|
+
"readOnly": true
|
|
5591
|
+
}
|
|
5592
|
+
},
|
|
5593
|
+
"billing": {
|
|
5594
|
+
"entitlements": {
|
|
5595
|
+
"method": "POST",
|
|
5596
|
+
"path": "/playground/billing/entitlements",
|
|
5597
|
+
"readOnly": true
|
|
5598
|
+
},
|
|
5599
|
+
"record-usage": {
|
|
5600
|
+
"method": "POST",
|
|
5601
|
+
"params": [
|
|
5602
|
+
{
|
|
5603
|
+
"in": "body",
|
|
5604
|
+
"name": "value"
|
|
5605
|
+
}
|
|
5606
|
+
],
|
|
5607
|
+
"path": "/playground/billing/usage",
|
|
5608
|
+
"readOnly": false
|
|
5609
|
+
}
|
|
5610
|
+
},
|
|
5611
|
+
"clickup": {
|
|
5612
|
+
"create-task": {
|
|
5613
|
+
"method": "POST",
|
|
5614
|
+
"params": [
|
|
5615
|
+
{
|
|
5616
|
+
"in": "body",
|
|
5617
|
+
"name": "listId"
|
|
5618
|
+
},
|
|
5619
|
+
{
|
|
5620
|
+
"in": "body",
|
|
5621
|
+
"name": "name"
|
|
5622
|
+
}
|
|
5623
|
+
],
|
|
5624
|
+
"path": "/playground/clickup/tasks",
|
|
5625
|
+
"readOnly": false
|
|
5626
|
+
},
|
|
5627
|
+
"get-last-webhook": {
|
|
5628
|
+
"method": "GET",
|
|
5629
|
+
"path": "/playground/clickup/webhooks/last",
|
|
5630
|
+
"readOnly": true
|
|
5631
|
+
},
|
|
5632
|
+
"get-overview": {
|
|
5633
|
+
"method": "GET",
|
|
5634
|
+
"path": "/playground/clickup/overview",
|
|
5635
|
+
"readOnly": true
|
|
5636
|
+
}
|
|
5637
|
+
},
|
|
5638
|
+
"gdrive": {
|
|
5639
|
+
"get-last-change": {
|
|
5640
|
+
"method": "GET",
|
|
5641
|
+
"path": "/playground/gdrive/changes/last",
|
|
5642
|
+
"readOnly": true
|
|
5643
|
+
},
|
|
5644
|
+
"read-file": {
|
|
5645
|
+
"method": "POST",
|
|
5646
|
+
"params": [
|
|
5647
|
+
{
|
|
5648
|
+
"in": "body",
|
|
5649
|
+
"name": "fileId"
|
|
5650
|
+
}
|
|
5651
|
+
],
|
|
5652
|
+
"path": "/playground/gdrive/file",
|
|
5653
|
+
"readOnly": true
|
|
5654
|
+
}
|
|
5655
|
+
},
|
|
5656
|
+
"googleads": {
|
|
5657
|
+
"read-customer": {
|
|
5658
|
+
"method": "POST",
|
|
5659
|
+
"path": "/playground/googleads/customer",
|
|
5660
|
+
"readOnly": true
|
|
5661
|
+
}
|
|
5662
|
+
},
|
|
5663
|
+
"lifecycle": {
|
|
5664
|
+
"get-state": {
|
|
5665
|
+
"method": "GET",
|
|
5666
|
+
"path": "/playground/lifecycle/state",
|
|
5667
|
+
"readOnly": true
|
|
5668
|
+
},
|
|
5669
|
+
"list-events": {
|
|
5670
|
+
"method": "GET",
|
|
5671
|
+
"path": "/playground/lifecycle/events",
|
|
5672
|
+
"readOnly": true
|
|
5673
|
+
}
|
|
5674
|
+
},
|
|
5675
|
+
"webhook": {
|
|
5676
|
+
"get-last": {
|
|
5677
|
+
"method": "GET",
|
|
5678
|
+
"path": "/playground/webhooks/last",
|
|
5679
|
+
"readOnly": true
|
|
5680
|
+
}
|
|
5681
|
+
}
|
|
5682
|
+
},
|
|
5290
5683
|
"realtime": {
|
|
5291
5684
|
"archive": {
|
|
5292
5685
|
"export": {
|