@lessly/sdk-app 26.0.0 → 27.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 -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-TmObHd8p.d.cts → client.gen-BxrBJi8X.d.cts} +370 -94
- package/dist/{client.gen-TmObHd8p.d.ts → client.gen-BxrBJi8X.d.ts} +370 -94
- 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 +108 -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 +108 -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/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/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 +7 -2
- package/src/gen/bindings.gen.ts +108 -13
- 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/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +373 -92
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -795,19 +795,6 @@ var bindings = {
|
|
|
795
795
|
"path": "/brain/restores/:restoreId",
|
|
796
796
|
"readOnly": true
|
|
797
797
|
}
|
|
798
|
-
},
|
|
799
|
-
"usage": {
|
|
800
|
-
"report": {
|
|
801
|
-
"method": "GET",
|
|
802
|
-
"params": [
|
|
803
|
-
{
|
|
804
|
-
"in": "query",
|
|
805
|
-
"name": "days"
|
|
806
|
-
}
|
|
807
|
-
],
|
|
808
|
-
"path": "/brain/usage/report",
|
|
809
|
-
"readOnly": true
|
|
810
|
-
}
|
|
811
798
|
}
|
|
812
799
|
},
|
|
813
800
|
"consent": {
|
|
@@ -4501,6 +4488,110 @@ var bindings = {
|
|
|
4501
4488
|
}
|
|
4502
4489
|
}
|
|
4503
4490
|
},
|
|
4491
|
+
"playground": {
|
|
4492
|
+
"analytics": {
|
|
4493
|
+
"overview": {
|
|
4494
|
+
"method": "POST",
|
|
4495
|
+
"params": [
|
|
4496
|
+
{
|
|
4497
|
+
"in": "body",
|
|
4498
|
+
"name": "limit"
|
|
4499
|
+
}
|
|
4500
|
+
],
|
|
4501
|
+
"path": "/playground/analytics/overview",
|
|
4502
|
+
"readOnly": true
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4505
|
+
"billing": {
|
|
4506
|
+
"entitlements": {
|
|
4507
|
+
"method": "POST",
|
|
4508
|
+
"path": "/playground/billing/entitlements",
|
|
4509
|
+
"readOnly": true
|
|
4510
|
+
},
|
|
4511
|
+
"record-usage": {
|
|
4512
|
+
"method": "POST",
|
|
4513
|
+
"params": [
|
|
4514
|
+
{
|
|
4515
|
+
"in": "body",
|
|
4516
|
+
"name": "value"
|
|
4517
|
+
}
|
|
4518
|
+
],
|
|
4519
|
+
"path": "/playground/billing/usage",
|
|
4520
|
+
"readOnly": false
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
4523
|
+
"clickup": {
|
|
4524
|
+
"create-task": {
|
|
4525
|
+
"method": "POST",
|
|
4526
|
+
"params": [
|
|
4527
|
+
{
|
|
4528
|
+
"in": "body",
|
|
4529
|
+
"name": "listId"
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
"in": "body",
|
|
4533
|
+
"name": "name"
|
|
4534
|
+
}
|
|
4535
|
+
],
|
|
4536
|
+
"path": "/playground/clickup/tasks",
|
|
4537
|
+
"readOnly": false
|
|
4538
|
+
},
|
|
4539
|
+
"get-last-webhook": {
|
|
4540
|
+
"method": "GET",
|
|
4541
|
+
"path": "/playground/clickup/webhooks/last",
|
|
4542
|
+
"readOnly": true
|
|
4543
|
+
},
|
|
4544
|
+
"get-overview": {
|
|
4545
|
+
"method": "GET",
|
|
4546
|
+
"path": "/playground/clickup/overview",
|
|
4547
|
+
"readOnly": true
|
|
4548
|
+
}
|
|
4549
|
+
},
|
|
4550
|
+
"gdrive": {
|
|
4551
|
+
"get-last-change": {
|
|
4552
|
+
"method": "GET",
|
|
4553
|
+
"path": "/playground/gdrive/changes/last",
|
|
4554
|
+
"readOnly": true
|
|
4555
|
+
},
|
|
4556
|
+
"read-file": {
|
|
4557
|
+
"method": "POST",
|
|
4558
|
+
"params": [
|
|
4559
|
+
{
|
|
4560
|
+
"in": "body",
|
|
4561
|
+
"name": "fileId"
|
|
4562
|
+
}
|
|
4563
|
+
],
|
|
4564
|
+
"path": "/playground/gdrive/file",
|
|
4565
|
+
"readOnly": true
|
|
4566
|
+
}
|
|
4567
|
+
},
|
|
4568
|
+
"googleads": {
|
|
4569
|
+
"read-customer": {
|
|
4570
|
+
"method": "POST",
|
|
4571
|
+
"path": "/playground/googleads/customer",
|
|
4572
|
+
"readOnly": true
|
|
4573
|
+
}
|
|
4574
|
+
},
|
|
4575
|
+
"lifecycle": {
|
|
4576
|
+
"get-state": {
|
|
4577
|
+
"method": "GET",
|
|
4578
|
+
"path": "/playground/lifecycle/state",
|
|
4579
|
+
"readOnly": true
|
|
4580
|
+
},
|
|
4581
|
+
"list-events": {
|
|
4582
|
+
"method": "GET",
|
|
4583
|
+
"path": "/playground/lifecycle/events",
|
|
4584
|
+
"readOnly": true
|
|
4585
|
+
}
|
|
4586
|
+
},
|
|
4587
|
+
"webhook": {
|
|
4588
|
+
"get-last": {
|
|
4589
|
+
"method": "GET",
|
|
4590
|
+
"path": "/playground/webhooks/last",
|
|
4591
|
+
"readOnly": true
|
|
4592
|
+
}
|
|
4593
|
+
}
|
|
4594
|
+
},
|
|
4504
4595
|
"realtime": {
|
|
4505
4596
|
"archive": {
|
|
4506
4597
|
"export": {
|
|
@@ -5705,6 +5796,10 @@ var bindings = {
|
|
|
5705
5796
|
"in": "body",
|
|
5706
5797
|
"name": "retention"
|
|
5707
5798
|
},
|
|
5799
|
+
{
|
|
5800
|
+
"in": "body",
|
|
5801
|
+
"name": "hosted"
|
|
5802
|
+
},
|
|
5708
5803
|
{
|
|
5709
5804
|
"in": "body",
|
|
5710
5805
|
"name": "mfa"
|