@lessly/sdk-app 12.1.0 → 13.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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +0 -10
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -10
- package/dist/brain/index.d.ts +2 -10
- package/dist/brain/index.js +1 -9
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-CUGiXN_3.d.cts → client.gen-BnXpkn0p.d.cts} +306 -116
- package/dist/{client.gen-CUGiXN_3.d.ts → client.gen-BnXpkn0p.d.ts} +306 -116
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.cjs +5 -0
- package/dist/deployment/index.cjs.map +1 -1
- package/dist/deployment/index.d.cts +6 -2
- package/dist/deployment/index.d.ts +6 -2
- package/dist/deployment/index.js +5 -1
- package/dist/deployment/index.js.map +1 -1
- package/dist/index.cjs +123 -40
- 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 +123 -40
- 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/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/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +7 -2
- package/src/gen/bindings.gen.ts +123 -40
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -14
- package/src/gen/client.gen.ts +55 -8
- package/src/gen/deployment/index.ts +1 -1
- package/src/gen/deployment/queryOptions.gen.ts +6 -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 +310 -115
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -521,21 +521,6 @@ var bindings = {
|
|
|
521
521
|
}
|
|
522
522
|
},
|
|
523
523
|
"knowledge": {
|
|
524
|
-
"graph": {
|
|
525
|
-
"method": "GET",
|
|
526
|
-
"params": [
|
|
527
|
-
{
|
|
528
|
-
"in": "query",
|
|
529
|
-
"name": "limit"
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"in": "query",
|
|
533
|
-
"name": "scope"
|
|
534
|
-
}
|
|
535
|
-
],
|
|
536
|
-
"path": "/brain/knowledge/graph",
|
|
537
|
-
"readOnly": true
|
|
538
|
-
},
|
|
539
524
|
"neighborhood": {
|
|
540
525
|
"method": "GET",
|
|
541
526
|
"params": [
|
|
@@ -622,31 +607,6 @@ var bindings = {
|
|
|
622
607
|
"readOnly": true
|
|
623
608
|
}
|
|
624
609
|
},
|
|
625
|
-
"knowledge-entity": {
|
|
626
|
-
"memories": {
|
|
627
|
-
"method": "GET",
|
|
628
|
-
"params": [
|
|
629
|
-
{
|
|
630
|
-
"in": "path",
|
|
631
|
-
"name": "entity_ref"
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"in": "query",
|
|
635
|
-
"name": "limit"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"in": "query",
|
|
639
|
-
"name": "offset"
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"in": "query",
|
|
643
|
-
"name": "scope"
|
|
644
|
-
}
|
|
645
|
-
],
|
|
646
|
-
"path": "/brain/knowledge/entities/:entity_ref/memories",
|
|
647
|
-
"readOnly": true
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
610
|
"memory": {
|
|
651
611
|
"add": {
|
|
652
612
|
"method": "POST",
|
|
@@ -2377,6 +2337,14 @@ var bindings = {
|
|
|
2377
2337
|
"in": "body",
|
|
2378
2338
|
"name": "resources"
|
|
2379
2339
|
},
|
|
2340
|
+
{
|
|
2341
|
+
"in": "body",
|
|
2342
|
+
"name": "scaleToZero"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"in": "body",
|
|
2346
|
+
"name": "idleMinutes"
|
|
2347
|
+
},
|
|
2380
2348
|
{
|
|
2381
2349
|
"in": "path",
|
|
2382
2350
|
"name": "id"
|
|
@@ -2384,6 +2352,17 @@ var bindings = {
|
|
|
2384
2352
|
],
|
|
2385
2353
|
"path": "/deployment/services/:id",
|
|
2386
2354
|
"readOnly": false
|
|
2355
|
+
},
|
|
2356
|
+
"wake": {
|
|
2357
|
+
"method": "POST",
|
|
2358
|
+
"params": [
|
|
2359
|
+
{
|
|
2360
|
+
"in": "path",
|
|
2361
|
+
"name": "id"
|
|
2362
|
+
}
|
|
2363
|
+
],
|
|
2364
|
+
"path": "/deployment/services/:id/wake",
|
|
2365
|
+
"readOnly": false
|
|
2387
2366
|
}
|
|
2388
2367
|
},
|
|
2389
2368
|
"ssh": {
|
|
@@ -4349,6 +4328,110 @@ var bindings = {
|
|
|
4349
4328
|
}
|
|
4350
4329
|
}
|
|
4351
4330
|
},
|
|
4331
|
+
"playground": {
|
|
4332
|
+
"analytics": {
|
|
4333
|
+
"overview": {
|
|
4334
|
+
"method": "POST",
|
|
4335
|
+
"params": [
|
|
4336
|
+
{
|
|
4337
|
+
"in": "body",
|
|
4338
|
+
"name": "limit"
|
|
4339
|
+
}
|
|
4340
|
+
],
|
|
4341
|
+
"path": "/playground/analytics/overview",
|
|
4342
|
+
"readOnly": true
|
|
4343
|
+
}
|
|
4344
|
+
},
|
|
4345
|
+
"billing": {
|
|
4346
|
+
"entitlements": {
|
|
4347
|
+
"method": "POST",
|
|
4348
|
+
"path": "/playground/billing/entitlements",
|
|
4349
|
+
"readOnly": true
|
|
4350
|
+
},
|
|
4351
|
+
"record-usage": {
|
|
4352
|
+
"method": "POST",
|
|
4353
|
+
"params": [
|
|
4354
|
+
{
|
|
4355
|
+
"in": "body",
|
|
4356
|
+
"name": "value"
|
|
4357
|
+
}
|
|
4358
|
+
],
|
|
4359
|
+
"path": "/playground/billing/usage",
|
|
4360
|
+
"readOnly": false
|
|
4361
|
+
}
|
|
4362
|
+
},
|
|
4363
|
+
"clickup": {
|
|
4364
|
+
"create-task": {
|
|
4365
|
+
"method": "POST",
|
|
4366
|
+
"params": [
|
|
4367
|
+
{
|
|
4368
|
+
"in": "body",
|
|
4369
|
+
"name": "listId"
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"in": "body",
|
|
4373
|
+
"name": "name"
|
|
4374
|
+
}
|
|
4375
|
+
],
|
|
4376
|
+
"path": "/playground/clickup/tasks",
|
|
4377
|
+
"readOnly": false
|
|
4378
|
+
},
|
|
4379
|
+
"get-last-webhook": {
|
|
4380
|
+
"method": "GET",
|
|
4381
|
+
"path": "/playground/clickup/webhooks/last",
|
|
4382
|
+
"readOnly": true
|
|
4383
|
+
},
|
|
4384
|
+
"get-overview": {
|
|
4385
|
+
"method": "GET",
|
|
4386
|
+
"path": "/playground/clickup/overview",
|
|
4387
|
+
"readOnly": true
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
"gdrive": {
|
|
4391
|
+
"get-last-change": {
|
|
4392
|
+
"method": "GET",
|
|
4393
|
+
"path": "/playground/gdrive/changes/last",
|
|
4394
|
+
"readOnly": true
|
|
4395
|
+
},
|
|
4396
|
+
"read-file": {
|
|
4397
|
+
"method": "POST",
|
|
4398
|
+
"params": [
|
|
4399
|
+
{
|
|
4400
|
+
"in": "body",
|
|
4401
|
+
"name": "fileId"
|
|
4402
|
+
}
|
|
4403
|
+
],
|
|
4404
|
+
"path": "/playground/gdrive/file",
|
|
4405
|
+
"readOnly": true
|
|
4406
|
+
}
|
|
4407
|
+
},
|
|
4408
|
+
"googleads": {
|
|
4409
|
+
"read-customer": {
|
|
4410
|
+
"method": "POST",
|
|
4411
|
+
"path": "/playground/googleads/customer",
|
|
4412
|
+
"readOnly": true
|
|
4413
|
+
}
|
|
4414
|
+
},
|
|
4415
|
+
"lifecycle": {
|
|
4416
|
+
"get-state": {
|
|
4417
|
+
"method": "GET",
|
|
4418
|
+
"path": "/playground/lifecycle/state",
|
|
4419
|
+
"readOnly": true
|
|
4420
|
+
},
|
|
4421
|
+
"list-events": {
|
|
4422
|
+
"method": "GET",
|
|
4423
|
+
"path": "/playground/lifecycle/events",
|
|
4424
|
+
"readOnly": true
|
|
4425
|
+
}
|
|
4426
|
+
},
|
|
4427
|
+
"webhook": {
|
|
4428
|
+
"get-last": {
|
|
4429
|
+
"method": "GET",
|
|
4430
|
+
"path": "/playground/webhooks/last",
|
|
4431
|
+
"readOnly": true
|
|
4432
|
+
}
|
|
4433
|
+
}
|
|
4434
|
+
},
|
|
4352
4435
|
"realtime": {
|
|
4353
4436
|
"archive": {
|
|
4354
4437
|
"export": {
|