@lessly/sdk-app 57.0.0 → 58.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.
- package/dist/_types/gen/brain/index.d.ts +1 -1
- package/dist/_types/gen/brain/queryOptions.gen.d.ts +1 -5
- package/dist/_types/gen/client.gen.d.ts +29 -4
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +50 -0
- package/dist/_types/gen/types.gen.d.ts +193 -90
- package/dist/brain/index.cjs +0 -5
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.js +1 -5
- package/dist/brain/index.js.map +1 -1
- package/dist/chunk-4RJR4UQ3.js +9121 -0
- package/dist/chunk-4RJR4UQ3.js.map +1 -0
- package/dist/index.cjs +104 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -9018
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs +81 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +1 -0
- package/dist/playground/index.d.ts +1 -0
- package/dist/playground/index.js +58 -0
- package/dist/playground/index.js.map +1 -0
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +113 -14
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +52 -5
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +228 -92
package/dist/index.cjs
CHANGED
|
@@ -1293,19 +1293,6 @@ var bindings = {
|
|
|
1293
1293
|
"path": "/brain/restores/:restoreId",
|
|
1294
1294
|
"readOnly": true
|
|
1295
1295
|
}
|
|
1296
|
-
},
|
|
1297
|
-
"usage": {
|
|
1298
|
-
"report": {
|
|
1299
|
-
"method": "GET",
|
|
1300
|
-
"params": [
|
|
1301
|
-
{
|
|
1302
|
-
"in": "query",
|
|
1303
|
-
"name": "days"
|
|
1304
|
-
}
|
|
1305
|
-
],
|
|
1306
|
-
"path": "/brain/usage/report",
|
|
1307
|
-
"readOnly": true
|
|
1308
|
-
}
|
|
1309
1296
|
}
|
|
1310
1297
|
},
|
|
1311
1298
|
"consent": {
|
|
@@ -6354,6 +6341,110 @@ var bindings = {
|
|
|
6354
6341
|
}
|
|
6355
6342
|
}
|
|
6356
6343
|
},
|
|
6344
|
+
"playground": {
|
|
6345
|
+
"analytics": {
|
|
6346
|
+
"overview": {
|
|
6347
|
+
"method": "POST",
|
|
6348
|
+
"params": [
|
|
6349
|
+
{
|
|
6350
|
+
"in": "body",
|
|
6351
|
+
"name": "limit"
|
|
6352
|
+
}
|
|
6353
|
+
],
|
|
6354
|
+
"path": "/playground/analytics/overview",
|
|
6355
|
+
"readOnly": true
|
|
6356
|
+
}
|
|
6357
|
+
},
|
|
6358
|
+
"billing": {
|
|
6359
|
+
"entitlements": {
|
|
6360
|
+
"method": "POST",
|
|
6361
|
+
"path": "/playground/billing/entitlements",
|
|
6362
|
+
"readOnly": true
|
|
6363
|
+
},
|
|
6364
|
+
"record-usage": {
|
|
6365
|
+
"method": "POST",
|
|
6366
|
+
"params": [
|
|
6367
|
+
{
|
|
6368
|
+
"in": "body",
|
|
6369
|
+
"name": "value"
|
|
6370
|
+
}
|
|
6371
|
+
],
|
|
6372
|
+
"path": "/playground/billing/usage",
|
|
6373
|
+
"readOnly": false
|
|
6374
|
+
}
|
|
6375
|
+
},
|
|
6376
|
+
"clickup": {
|
|
6377
|
+
"create-task": {
|
|
6378
|
+
"method": "POST",
|
|
6379
|
+
"params": [
|
|
6380
|
+
{
|
|
6381
|
+
"in": "body",
|
|
6382
|
+
"name": "listId"
|
|
6383
|
+
},
|
|
6384
|
+
{
|
|
6385
|
+
"in": "body",
|
|
6386
|
+
"name": "name"
|
|
6387
|
+
}
|
|
6388
|
+
],
|
|
6389
|
+
"path": "/playground/clickup/tasks",
|
|
6390
|
+
"readOnly": false
|
|
6391
|
+
},
|
|
6392
|
+
"get-last-webhook": {
|
|
6393
|
+
"method": "GET",
|
|
6394
|
+
"path": "/playground/clickup/webhooks/last",
|
|
6395
|
+
"readOnly": true
|
|
6396
|
+
},
|
|
6397
|
+
"get-overview": {
|
|
6398
|
+
"method": "GET",
|
|
6399
|
+
"path": "/playground/clickup/overview",
|
|
6400
|
+
"readOnly": true
|
|
6401
|
+
}
|
|
6402
|
+
},
|
|
6403
|
+
"gdrive": {
|
|
6404
|
+
"get-last-change": {
|
|
6405
|
+
"method": "GET",
|
|
6406
|
+
"path": "/playground/gdrive/changes/last",
|
|
6407
|
+
"readOnly": true
|
|
6408
|
+
},
|
|
6409
|
+
"read-file": {
|
|
6410
|
+
"method": "POST",
|
|
6411
|
+
"params": [
|
|
6412
|
+
{
|
|
6413
|
+
"in": "body",
|
|
6414
|
+
"name": "fileId"
|
|
6415
|
+
}
|
|
6416
|
+
],
|
|
6417
|
+
"path": "/playground/gdrive/file",
|
|
6418
|
+
"readOnly": true
|
|
6419
|
+
}
|
|
6420
|
+
},
|
|
6421
|
+
"googleads": {
|
|
6422
|
+
"read-customer": {
|
|
6423
|
+
"method": "POST",
|
|
6424
|
+
"path": "/playground/googleads/customer",
|
|
6425
|
+
"readOnly": true
|
|
6426
|
+
}
|
|
6427
|
+
},
|
|
6428
|
+
"lifecycle": {
|
|
6429
|
+
"get-state": {
|
|
6430
|
+
"method": "GET",
|
|
6431
|
+
"path": "/playground/lifecycle/state",
|
|
6432
|
+
"readOnly": true
|
|
6433
|
+
},
|
|
6434
|
+
"list-events": {
|
|
6435
|
+
"method": "GET",
|
|
6436
|
+
"path": "/playground/lifecycle/events",
|
|
6437
|
+
"readOnly": true
|
|
6438
|
+
}
|
|
6439
|
+
},
|
|
6440
|
+
"webhook": {
|
|
6441
|
+
"get-last": {
|
|
6442
|
+
"method": "GET",
|
|
6443
|
+
"path": "/playground/webhooks/last",
|
|
6444
|
+
"readOnly": true
|
|
6445
|
+
}
|
|
6446
|
+
}
|
|
6447
|
+
},
|
|
6357
6448
|
"realtime": {
|
|
6358
6449
|
"archive": {
|
|
6359
6450
|
"export": {
|