@lessly/sdk-app 59.0.0 → 60.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/client.gen.d.ts +29 -1
- 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 -0
- package/dist/chunk-SOHPEC6O.js +9134 -0
- package/dist/chunk-SOHPEC6O.js.map +1 -0
- package/dist/index.cjs +104 -0
- 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 -1
- package/src/gen/client.gen.ts +52 -0
- 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 -0
package/dist/index.cjs
CHANGED
|
@@ -6354,6 +6354,110 @@ var bindings = {
|
|
|
6354
6354
|
}
|
|
6355
6355
|
}
|
|
6356
6356
|
},
|
|
6357
|
+
"playground": {
|
|
6358
|
+
"analytics": {
|
|
6359
|
+
"overview": {
|
|
6360
|
+
"method": "POST",
|
|
6361
|
+
"params": [
|
|
6362
|
+
{
|
|
6363
|
+
"in": "body",
|
|
6364
|
+
"name": "limit"
|
|
6365
|
+
}
|
|
6366
|
+
],
|
|
6367
|
+
"path": "/playground/analytics/overview",
|
|
6368
|
+
"readOnly": true
|
|
6369
|
+
}
|
|
6370
|
+
},
|
|
6371
|
+
"billing": {
|
|
6372
|
+
"entitlements": {
|
|
6373
|
+
"method": "POST",
|
|
6374
|
+
"path": "/playground/billing/entitlements",
|
|
6375
|
+
"readOnly": true
|
|
6376
|
+
},
|
|
6377
|
+
"record-usage": {
|
|
6378
|
+
"method": "POST",
|
|
6379
|
+
"params": [
|
|
6380
|
+
{
|
|
6381
|
+
"in": "body",
|
|
6382
|
+
"name": "value"
|
|
6383
|
+
}
|
|
6384
|
+
],
|
|
6385
|
+
"path": "/playground/billing/usage",
|
|
6386
|
+
"readOnly": false
|
|
6387
|
+
}
|
|
6388
|
+
},
|
|
6389
|
+
"clickup": {
|
|
6390
|
+
"create-task": {
|
|
6391
|
+
"method": "POST",
|
|
6392
|
+
"params": [
|
|
6393
|
+
{
|
|
6394
|
+
"in": "body",
|
|
6395
|
+
"name": "listId"
|
|
6396
|
+
},
|
|
6397
|
+
{
|
|
6398
|
+
"in": "body",
|
|
6399
|
+
"name": "name"
|
|
6400
|
+
}
|
|
6401
|
+
],
|
|
6402
|
+
"path": "/playground/clickup/tasks",
|
|
6403
|
+
"readOnly": false
|
|
6404
|
+
},
|
|
6405
|
+
"get-last-webhook": {
|
|
6406
|
+
"method": "GET",
|
|
6407
|
+
"path": "/playground/clickup/webhooks/last",
|
|
6408
|
+
"readOnly": true
|
|
6409
|
+
},
|
|
6410
|
+
"get-overview": {
|
|
6411
|
+
"method": "GET",
|
|
6412
|
+
"path": "/playground/clickup/overview",
|
|
6413
|
+
"readOnly": true
|
|
6414
|
+
}
|
|
6415
|
+
},
|
|
6416
|
+
"gdrive": {
|
|
6417
|
+
"get-last-change": {
|
|
6418
|
+
"method": "GET",
|
|
6419
|
+
"path": "/playground/gdrive/changes/last",
|
|
6420
|
+
"readOnly": true
|
|
6421
|
+
},
|
|
6422
|
+
"read-file": {
|
|
6423
|
+
"method": "POST",
|
|
6424
|
+
"params": [
|
|
6425
|
+
{
|
|
6426
|
+
"in": "body",
|
|
6427
|
+
"name": "fileId"
|
|
6428
|
+
}
|
|
6429
|
+
],
|
|
6430
|
+
"path": "/playground/gdrive/file",
|
|
6431
|
+
"readOnly": true
|
|
6432
|
+
}
|
|
6433
|
+
},
|
|
6434
|
+
"googleads": {
|
|
6435
|
+
"read-customer": {
|
|
6436
|
+
"method": "POST",
|
|
6437
|
+
"path": "/playground/googleads/customer",
|
|
6438
|
+
"readOnly": true
|
|
6439
|
+
}
|
|
6440
|
+
},
|
|
6441
|
+
"lifecycle": {
|
|
6442
|
+
"get-state": {
|
|
6443
|
+
"method": "GET",
|
|
6444
|
+
"path": "/playground/lifecycle/state",
|
|
6445
|
+
"readOnly": true
|
|
6446
|
+
},
|
|
6447
|
+
"list-events": {
|
|
6448
|
+
"method": "GET",
|
|
6449
|
+
"path": "/playground/lifecycle/events",
|
|
6450
|
+
"readOnly": true
|
|
6451
|
+
}
|
|
6452
|
+
},
|
|
6453
|
+
"webhook": {
|
|
6454
|
+
"get-last": {
|
|
6455
|
+
"method": "GET",
|
|
6456
|
+
"path": "/playground/webhooks/last",
|
|
6457
|
+
"readOnly": true
|
|
6458
|
+
}
|
|
6459
|
+
}
|
|
6460
|
+
},
|
|
6357
6461
|
"realtime": {
|
|
6358
6462
|
"archive": {
|
|
6359
6463
|
"export": {
|