@lessly/sdk-app 12.0.0 → 12.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 +10 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +10 -2
- package/dist/brain/index.d.ts +10 -2
- package/dist/brain/index.js +9 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-CV5cWZ6q.d.cts → client.gen-CUGiXN_3.d.cts} +107 -237
- package/dist/{client.gen-CV5cWZ6q.d.ts → client.gen-CUGiXN_3.d.ts} +107 -237
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +40 -104
- 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 +40 -104
- 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/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 +2 -7
- package/src/gen/bindings.gen.ts +40 -104
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +14 -0
- package/src/gen/client.gen.ts +8 -52
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +106 -240
- package/dist/playground/index.cjs +0 -66
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -52
- package/dist/playground/index.d.ts +0 -52
- package/dist/playground/index.js +0 -53
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/index.ts +0 -3
- package/src/gen/playground/queryOptions.gen.ts +0 -86
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -521,6 +521,21 @@ 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
|
+
},
|
|
524
539
|
"neighborhood": {
|
|
525
540
|
"method": "GET",
|
|
526
541
|
"params": [
|
|
@@ -607,6 +622,31 @@ var bindings = {
|
|
|
607
622
|
"readOnly": true
|
|
608
623
|
}
|
|
609
624
|
},
|
|
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
|
+
},
|
|
610
650
|
"memory": {
|
|
611
651
|
"add": {
|
|
612
652
|
"method": "POST",
|
|
@@ -4309,110 +4349,6 @@ var bindings = {
|
|
|
4309
4349
|
}
|
|
4310
4350
|
}
|
|
4311
4351
|
},
|
|
4312
|
-
"playground": {
|
|
4313
|
-
"analytics": {
|
|
4314
|
-
"overview": {
|
|
4315
|
-
"method": "POST",
|
|
4316
|
-
"params": [
|
|
4317
|
-
{
|
|
4318
|
-
"in": "body",
|
|
4319
|
-
"name": "limit"
|
|
4320
|
-
}
|
|
4321
|
-
],
|
|
4322
|
-
"path": "/playground/analytics/overview",
|
|
4323
|
-
"readOnly": true
|
|
4324
|
-
}
|
|
4325
|
-
},
|
|
4326
|
-
"billing": {
|
|
4327
|
-
"entitlements": {
|
|
4328
|
-
"method": "POST",
|
|
4329
|
-
"path": "/playground/billing/entitlements",
|
|
4330
|
-
"readOnly": true
|
|
4331
|
-
},
|
|
4332
|
-
"record-usage": {
|
|
4333
|
-
"method": "POST",
|
|
4334
|
-
"params": [
|
|
4335
|
-
{
|
|
4336
|
-
"in": "body",
|
|
4337
|
-
"name": "value"
|
|
4338
|
-
}
|
|
4339
|
-
],
|
|
4340
|
-
"path": "/playground/billing/usage",
|
|
4341
|
-
"readOnly": false
|
|
4342
|
-
}
|
|
4343
|
-
},
|
|
4344
|
-
"clickup": {
|
|
4345
|
-
"create-task": {
|
|
4346
|
-
"method": "POST",
|
|
4347
|
-
"params": [
|
|
4348
|
-
{
|
|
4349
|
-
"in": "body",
|
|
4350
|
-
"name": "listId"
|
|
4351
|
-
},
|
|
4352
|
-
{
|
|
4353
|
-
"in": "body",
|
|
4354
|
-
"name": "name"
|
|
4355
|
-
}
|
|
4356
|
-
],
|
|
4357
|
-
"path": "/playground/clickup/tasks",
|
|
4358
|
-
"readOnly": false
|
|
4359
|
-
},
|
|
4360
|
-
"get-last-webhook": {
|
|
4361
|
-
"method": "GET",
|
|
4362
|
-
"path": "/playground/clickup/webhooks/last",
|
|
4363
|
-
"readOnly": true
|
|
4364
|
-
},
|
|
4365
|
-
"get-overview": {
|
|
4366
|
-
"method": "GET",
|
|
4367
|
-
"path": "/playground/clickup/overview",
|
|
4368
|
-
"readOnly": true
|
|
4369
|
-
}
|
|
4370
|
-
},
|
|
4371
|
-
"gdrive": {
|
|
4372
|
-
"get-last-change": {
|
|
4373
|
-
"method": "GET",
|
|
4374
|
-
"path": "/playground/gdrive/changes/last",
|
|
4375
|
-
"readOnly": true
|
|
4376
|
-
},
|
|
4377
|
-
"read-file": {
|
|
4378
|
-
"method": "POST",
|
|
4379
|
-
"params": [
|
|
4380
|
-
{
|
|
4381
|
-
"in": "body",
|
|
4382
|
-
"name": "fileId"
|
|
4383
|
-
}
|
|
4384
|
-
],
|
|
4385
|
-
"path": "/playground/gdrive/file",
|
|
4386
|
-
"readOnly": true
|
|
4387
|
-
}
|
|
4388
|
-
},
|
|
4389
|
-
"googleads": {
|
|
4390
|
-
"read-customer": {
|
|
4391
|
-
"method": "POST",
|
|
4392
|
-
"path": "/playground/googleads/customer",
|
|
4393
|
-
"readOnly": true
|
|
4394
|
-
}
|
|
4395
|
-
},
|
|
4396
|
-
"lifecycle": {
|
|
4397
|
-
"get-state": {
|
|
4398
|
-
"method": "GET",
|
|
4399
|
-
"path": "/playground/lifecycle/state",
|
|
4400
|
-
"readOnly": true
|
|
4401
|
-
},
|
|
4402
|
-
"list-events": {
|
|
4403
|
-
"method": "GET",
|
|
4404
|
-
"path": "/playground/lifecycle/events",
|
|
4405
|
-
"readOnly": true
|
|
4406
|
-
}
|
|
4407
|
-
},
|
|
4408
|
-
"webhook": {
|
|
4409
|
-
"get-last": {
|
|
4410
|
-
"method": "GET",
|
|
4411
|
-
"path": "/playground/webhooks/last",
|
|
4412
|
-
"readOnly": true
|
|
4413
|
-
}
|
|
4414
|
-
}
|
|
4415
|
-
},
|
|
4416
4352
|
"realtime": {
|
|
4417
4353
|
"archive": {
|
|
4418
4354
|
"export": {
|