@lessly/sdk-app 17.3.1 → 18.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-BmxQbFSk.d.cts → client.gen-ZzwZ64Qc.d.cts} +223 -115
- package/dist/{client.gen-BmxQbFSk.d.ts → client.gen-ZzwZ64Qc.d.ts} +223 -115
- 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 +104 -43
- 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 +104 -43
- 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.cjs +0 -10
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +2 -10
- package/dist/organization/index.d.ts +2 -10
- package/dist/organization/index.js +1 -9
- package/dist/organization/index.js.map +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 +104 -43
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +52 -11
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +0 -12
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +226 -115
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": {
|
|
@@ -3898,21 +3885,6 @@ var bindings = {
|
|
|
3898
3885
|
}
|
|
3899
3886
|
},
|
|
3900
3887
|
"extensions": {
|
|
3901
|
-
"install": {
|
|
3902
|
-
"method": "POST",
|
|
3903
|
-
"params": [
|
|
3904
|
-
{
|
|
3905
|
-
"in": "path",
|
|
3906
|
-
"name": "productId"
|
|
3907
|
-
},
|
|
3908
|
-
{
|
|
3909
|
-
"in": "path",
|
|
3910
|
-
"name": "extensionId"
|
|
3911
|
-
}
|
|
3912
|
-
],
|
|
3913
|
-
"path": "/governance/api/v1/products/:productId/extensions/:extensionId/install",
|
|
3914
|
-
"readOnly": false
|
|
3915
|
-
},
|
|
3916
3888
|
"list": {
|
|
3917
3889
|
"method": "GET",
|
|
3918
3890
|
"path": "/governance/api/v1/extensions",
|
|
@@ -3928,21 +3900,6 @@ var bindings = {
|
|
|
3928
3900
|
],
|
|
3929
3901
|
"path": "/governance/api/v1/products/:productId/extensions",
|
|
3930
3902
|
"readOnly": true
|
|
3931
|
-
},
|
|
3932
|
-
"uninstall": {
|
|
3933
|
-
"method": "POST",
|
|
3934
|
-
"params": [
|
|
3935
|
-
{
|
|
3936
|
-
"in": "path",
|
|
3937
|
-
"name": "productId"
|
|
3938
|
-
},
|
|
3939
|
-
{
|
|
3940
|
-
"in": "path",
|
|
3941
|
-
"name": "extensionId"
|
|
3942
|
-
}
|
|
3943
|
-
],
|
|
3944
|
-
"path": "/governance/api/v1/products/:productId/extensions/:extensionId/uninstall",
|
|
3945
|
-
"readOnly": false
|
|
3946
3903
|
}
|
|
3947
3904
|
},
|
|
3948
3905
|
"feedback": {
|
|
@@ -4441,6 +4398,110 @@ var bindings = {
|
|
|
4441
4398
|
}
|
|
4442
4399
|
}
|
|
4443
4400
|
},
|
|
4401
|
+
"playground": {
|
|
4402
|
+
"analytics": {
|
|
4403
|
+
"overview": {
|
|
4404
|
+
"method": "POST",
|
|
4405
|
+
"params": [
|
|
4406
|
+
{
|
|
4407
|
+
"in": "body",
|
|
4408
|
+
"name": "limit"
|
|
4409
|
+
}
|
|
4410
|
+
],
|
|
4411
|
+
"path": "/playground/analytics/overview",
|
|
4412
|
+
"readOnly": true
|
|
4413
|
+
}
|
|
4414
|
+
},
|
|
4415
|
+
"billing": {
|
|
4416
|
+
"entitlements": {
|
|
4417
|
+
"method": "POST",
|
|
4418
|
+
"path": "/playground/billing/entitlements",
|
|
4419
|
+
"readOnly": true
|
|
4420
|
+
},
|
|
4421
|
+
"record-usage": {
|
|
4422
|
+
"method": "POST",
|
|
4423
|
+
"params": [
|
|
4424
|
+
{
|
|
4425
|
+
"in": "body",
|
|
4426
|
+
"name": "value"
|
|
4427
|
+
}
|
|
4428
|
+
],
|
|
4429
|
+
"path": "/playground/billing/usage",
|
|
4430
|
+
"readOnly": false
|
|
4431
|
+
}
|
|
4432
|
+
},
|
|
4433
|
+
"clickup": {
|
|
4434
|
+
"create-task": {
|
|
4435
|
+
"method": "POST",
|
|
4436
|
+
"params": [
|
|
4437
|
+
{
|
|
4438
|
+
"in": "body",
|
|
4439
|
+
"name": "listId"
|
|
4440
|
+
},
|
|
4441
|
+
{
|
|
4442
|
+
"in": "body",
|
|
4443
|
+
"name": "name"
|
|
4444
|
+
}
|
|
4445
|
+
],
|
|
4446
|
+
"path": "/playground/clickup/tasks",
|
|
4447
|
+
"readOnly": false
|
|
4448
|
+
},
|
|
4449
|
+
"get-last-webhook": {
|
|
4450
|
+
"method": "GET",
|
|
4451
|
+
"path": "/playground/clickup/webhooks/last",
|
|
4452
|
+
"readOnly": true
|
|
4453
|
+
},
|
|
4454
|
+
"get-overview": {
|
|
4455
|
+
"method": "GET",
|
|
4456
|
+
"path": "/playground/clickup/overview",
|
|
4457
|
+
"readOnly": true
|
|
4458
|
+
}
|
|
4459
|
+
},
|
|
4460
|
+
"gdrive": {
|
|
4461
|
+
"get-last-change": {
|
|
4462
|
+
"method": "GET",
|
|
4463
|
+
"path": "/playground/gdrive/changes/last",
|
|
4464
|
+
"readOnly": true
|
|
4465
|
+
},
|
|
4466
|
+
"read-file": {
|
|
4467
|
+
"method": "POST",
|
|
4468
|
+
"params": [
|
|
4469
|
+
{
|
|
4470
|
+
"in": "body",
|
|
4471
|
+
"name": "fileId"
|
|
4472
|
+
}
|
|
4473
|
+
],
|
|
4474
|
+
"path": "/playground/gdrive/file",
|
|
4475
|
+
"readOnly": true
|
|
4476
|
+
}
|
|
4477
|
+
},
|
|
4478
|
+
"googleads": {
|
|
4479
|
+
"read-customer": {
|
|
4480
|
+
"method": "POST",
|
|
4481
|
+
"path": "/playground/googleads/customer",
|
|
4482
|
+
"readOnly": true
|
|
4483
|
+
}
|
|
4484
|
+
},
|
|
4485
|
+
"lifecycle": {
|
|
4486
|
+
"get-state": {
|
|
4487
|
+
"method": "GET",
|
|
4488
|
+
"path": "/playground/lifecycle/state",
|
|
4489
|
+
"readOnly": true
|
|
4490
|
+
},
|
|
4491
|
+
"list-events": {
|
|
4492
|
+
"method": "GET",
|
|
4493
|
+
"path": "/playground/lifecycle/events",
|
|
4494
|
+
"readOnly": true
|
|
4495
|
+
}
|
|
4496
|
+
},
|
|
4497
|
+
"webhook": {
|
|
4498
|
+
"get-last": {
|
|
4499
|
+
"method": "GET",
|
|
4500
|
+
"path": "/playground/webhooks/last",
|
|
4501
|
+
"readOnly": true
|
|
4502
|
+
}
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4444
4505
|
"realtime": {
|
|
4445
4506
|
"apikey": {
|
|
4446
4507
|
"create": {
|