@lessly/sdk-app 23.1.0 → 25.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 +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +6 -2
- package/dist/brain/index.d.ts +6 -2
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-DqpzhA8m.d.cts → client.gen-DpY3PlYJ.d.cts} +98 -374
- package/dist/{client.gen-DqpzhA8m.d.ts → client.gen-DpY3PlYJ.d.ts} +98 -374
- 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 +13 -108
- 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 +13 -108
- 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/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 +2 -7
- package/src/gen/bindings.gen.ts +13 -108
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +5 -52
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +96 -377
- 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
|
@@ -795,6 +795,19 @@ 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
|
+
}
|
|
798
811
|
}
|
|
799
812
|
},
|
|
800
813
|
"consent": {
|
|
@@ -4477,110 +4490,6 @@ var bindings = {
|
|
|
4477
4490
|
}
|
|
4478
4491
|
}
|
|
4479
4492
|
},
|
|
4480
|
-
"playground": {
|
|
4481
|
-
"analytics": {
|
|
4482
|
-
"overview": {
|
|
4483
|
-
"method": "POST",
|
|
4484
|
-
"params": [
|
|
4485
|
-
{
|
|
4486
|
-
"in": "body",
|
|
4487
|
-
"name": "limit"
|
|
4488
|
-
}
|
|
4489
|
-
],
|
|
4490
|
-
"path": "/playground/analytics/overview",
|
|
4491
|
-
"readOnly": true
|
|
4492
|
-
}
|
|
4493
|
-
},
|
|
4494
|
-
"billing": {
|
|
4495
|
-
"entitlements": {
|
|
4496
|
-
"method": "POST",
|
|
4497
|
-
"path": "/playground/billing/entitlements",
|
|
4498
|
-
"readOnly": true
|
|
4499
|
-
},
|
|
4500
|
-
"record-usage": {
|
|
4501
|
-
"method": "POST",
|
|
4502
|
-
"params": [
|
|
4503
|
-
{
|
|
4504
|
-
"in": "body",
|
|
4505
|
-
"name": "value"
|
|
4506
|
-
}
|
|
4507
|
-
],
|
|
4508
|
-
"path": "/playground/billing/usage",
|
|
4509
|
-
"readOnly": false
|
|
4510
|
-
}
|
|
4511
|
-
},
|
|
4512
|
-
"clickup": {
|
|
4513
|
-
"create-task": {
|
|
4514
|
-
"method": "POST",
|
|
4515
|
-
"params": [
|
|
4516
|
-
{
|
|
4517
|
-
"in": "body",
|
|
4518
|
-
"name": "listId"
|
|
4519
|
-
},
|
|
4520
|
-
{
|
|
4521
|
-
"in": "body",
|
|
4522
|
-
"name": "name"
|
|
4523
|
-
}
|
|
4524
|
-
],
|
|
4525
|
-
"path": "/playground/clickup/tasks",
|
|
4526
|
-
"readOnly": false
|
|
4527
|
-
},
|
|
4528
|
-
"get-last-webhook": {
|
|
4529
|
-
"method": "GET",
|
|
4530
|
-
"path": "/playground/clickup/webhooks/last",
|
|
4531
|
-
"readOnly": true
|
|
4532
|
-
},
|
|
4533
|
-
"get-overview": {
|
|
4534
|
-
"method": "GET",
|
|
4535
|
-
"path": "/playground/clickup/overview",
|
|
4536
|
-
"readOnly": true
|
|
4537
|
-
}
|
|
4538
|
-
},
|
|
4539
|
-
"gdrive": {
|
|
4540
|
-
"get-last-change": {
|
|
4541
|
-
"method": "GET",
|
|
4542
|
-
"path": "/playground/gdrive/changes/last",
|
|
4543
|
-
"readOnly": true
|
|
4544
|
-
},
|
|
4545
|
-
"read-file": {
|
|
4546
|
-
"method": "POST",
|
|
4547
|
-
"params": [
|
|
4548
|
-
{
|
|
4549
|
-
"in": "body",
|
|
4550
|
-
"name": "fileId"
|
|
4551
|
-
}
|
|
4552
|
-
],
|
|
4553
|
-
"path": "/playground/gdrive/file",
|
|
4554
|
-
"readOnly": true
|
|
4555
|
-
}
|
|
4556
|
-
},
|
|
4557
|
-
"googleads": {
|
|
4558
|
-
"read-customer": {
|
|
4559
|
-
"method": "POST",
|
|
4560
|
-
"path": "/playground/googleads/customer",
|
|
4561
|
-
"readOnly": true
|
|
4562
|
-
}
|
|
4563
|
-
},
|
|
4564
|
-
"lifecycle": {
|
|
4565
|
-
"get-state": {
|
|
4566
|
-
"method": "GET",
|
|
4567
|
-
"path": "/playground/lifecycle/state",
|
|
4568
|
-
"readOnly": true
|
|
4569
|
-
},
|
|
4570
|
-
"list-events": {
|
|
4571
|
-
"method": "GET",
|
|
4572
|
-
"path": "/playground/lifecycle/events",
|
|
4573
|
-
"readOnly": true
|
|
4574
|
-
}
|
|
4575
|
-
},
|
|
4576
|
-
"webhook": {
|
|
4577
|
-
"get-last": {
|
|
4578
|
-
"method": "GET",
|
|
4579
|
-
"path": "/playground/webhooks/last",
|
|
4580
|
-
"readOnly": true
|
|
4581
|
-
}
|
|
4582
|
-
}
|
|
4583
|
-
},
|
|
4584
4493
|
"realtime": {
|
|
4585
4494
|
"archive": {
|
|
4586
4495
|
"export": {
|
|
@@ -5785,10 +5694,6 @@ var bindings = {
|
|
|
5785
5694
|
"in": "body",
|
|
5786
5695
|
"name": "retention"
|
|
5787
5696
|
},
|
|
5788
|
-
{
|
|
5789
|
-
"in": "body",
|
|
5790
|
-
"name": "hosted"
|
|
5791
|
-
},
|
|
5792
5697
|
{
|
|
5793
5698
|
"in": "body",
|
|
5794
5699
|
"name": "mfa"
|