@lessly/sdk-app 15.0.0 → 15.0.1
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/README.md +12 -8
- 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-CxFsxxHW.d.cts → client.gen-ClvT4E7P.d.cts} +221 -98
- package/dist/{client.gen-CxFsxxHW.d.ts → client.gen-ClvT4E7P.d.ts} +221 -98
- 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 -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 +104 -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/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/docs/recipes/sdk-usage.md +1 -1
- package/package.json +8 -2
- package/src/gen/bindings.gen.ts +104 -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 +224 -96
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": {
|
|
@@ -4381,6 +4368,110 @@ var bindings = {
|
|
|
4381
4368
|
}
|
|
4382
4369
|
}
|
|
4383
4370
|
},
|
|
4371
|
+
"playground": {
|
|
4372
|
+
"analytics": {
|
|
4373
|
+
"overview": {
|
|
4374
|
+
"method": "POST",
|
|
4375
|
+
"params": [
|
|
4376
|
+
{
|
|
4377
|
+
"in": "body",
|
|
4378
|
+
"name": "limit"
|
|
4379
|
+
}
|
|
4380
|
+
],
|
|
4381
|
+
"path": "/playground/analytics/overview",
|
|
4382
|
+
"readOnly": true
|
|
4383
|
+
}
|
|
4384
|
+
},
|
|
4385
|
+
"billing": {
|
|
4386
|
+
"entitlements": {
|
|
4387
|
+
"method": "POST",
|
|
4388
|
+
"path": "/playground/billing/entitlements",
|
|
4389
|
+
"readOnly": true
|
|
4390
|
+
},
|
|
4391
|
+
"record-usage": {
|
|
4392
|
+
"method": "POST",
|
|
4393
|
+
"params": [
|
|
4394
|
+
{
|
|
4395
|
+
"in": "body",
|
|
4396
|
+
"name": "value"
|
|
4397
|
+
}
|
|
4398
|
+
],
|
|
4399
|
+
"path": "/playground/billing/usage",
|
|
4400
|
+
"readOnly": false
|
|
4401
|
+
}
|
|
4402
|
+
},
|
|
4403
|
+
"clickup": {
|
|
4404
|
+
"create-task": {
|
|
4405
|
+
"method": "POST",
|
|
4406
|
+
"params": [
|
|
4407
|
+
{
|
|
4408
|
+
"in": "body",
|
|
4409
|
+
"name": "listId"
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"in": "body",
|
|
4413
|
+
"name": "name"
|
|
4414
|
+
}
|
|
4415
|
+
],
|
|
4416
|
+
"path": "/playground/clickup/tasks",
|
|
4417
|
+
"readOnly": false
|
|
4418
|
+
},
|
|
4419
|
+
"get-last-webhook": {
|
|
4420
|
+
"method": "GET",
|
|
4421
|
+
"path": "/playground/clickup/webhooks/last",
|
|
4422
|
+
"readOnly": true
|
|
4423
|
+
},
|
|
4424
|
+
"get-overview": {
|
|
4425
|
+
"method": "GET",
|
|
4426
|
+
"path": "/playground/clickup/overview",
|
|
4427
|
+
"readOnly": true
|
|
4428
|
+
}
|
|
4429
|
+
},
|
|
4430
|
+
"gdrive": {
|
|
4431
|
+
"get-last-change": {
|
|
4432
|
+
"method": "GET",
|
|
4433
|
+
"path": "/playground/gdrive/changes/last",
|
|
4434
|
+
"readOnly": true
|
|
4435
|
+
},
|
|
4436
|
+
"read-file": {
|
|
4437
|
+
"method": "POST",
|
|
4438
|
+
"params": [
|
|
4439
|
+
{
|
|
4440
|
+
"in": "body",
|
|
4441
|
+
"name": "fileId"
|
|
4442
|
+
}
|
|
4443
|
+
],
|
|
4444
|
+
"path": "/playground/gdrive/file",
|
|
4445
|
+
"readOnly": true
|
|
4446
|
+
}
|
|
4447
|
+
},
|
|
4448
|
+
"googleads": {
|
|
4449
|
+
"read-customer": {
|
|
4450
|
+
"method": "POST",
|
|
4451
|
+
"path": "/playground/googleads/customer",
|
|
4452
|
+
"readOnly": true
|
|
4453
|
+
}
|
|
4454
|
+
},
|
|
4455
|
+
"lifecycle": {
|
|
4456
|
+
"get-state": {
|
|
4457
|
+
"method": "GET",
|
|
4458
|
+
"path": "/playground/lifecycle/state",
|
|
4459
|
+
"readOnly": true
|
|
4460
|
+
},
|
|
4461
|
+
"list-events": {
|
|
4462
|
+
"method": "GET",
|
|
4463
|
+
"path": "/playground/lifecycle/events",
|
|
4464
|
+
"readOnly": true
|
|
4465
|
+
}
|
|
4466
|
+
},
|
|
4467
|
+
"webhook": {
|
|
4468
|
+
"get-last": {
|
|
4469
|
+
"method": "GET",
|
|
4470
|
+
"path": "/playground/webhooks/last",
|
|
4471
|
+
"readOnly": true
|
|
4472
|
+
}
|
|
4473
|
+
}
|
|
4474
|
+
},
|
|
4384
4475
|
"realtime": {
|
|
4385
4476
|
"apikey": {
|
|
4386
4477
|
"create": {
|