@lessly/sdk-app 24.0.0 → 26.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.d.cts +1 -1
- package/dist/brain/index.d.ts +1 -1
- package/dist/{client.gen-MqVL6l3Y.d.cts → client.gen-TmObHd8p.d.cts} +41 -50
- package/dist/{client.gen-MqVL6l3Y.d.ts → client.gen-TmObHd8p.d.ts} +41 -50
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.cjs +5 -0
- package/dist/deployment/index.cjs.map +1 -1
- package/dist/deployment/index.d.cts +6 -2
- package/dist/deployment/index.d.ts +6 -2
- package/dist/deployment/index.js +5 -1
- package/dist/deployment/index.js.map +1 -1
- package/dist/index.cjs +18 -29
- 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 +18 -29
- 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.cjs +5 -15
- package/dist/realtime/index.cjs.map +1 -1
- package/dist/realtime/index.d.cts +6 -14
- package/dist/realtime/index.d.ts +6 -14
- package/dist/realtime/index.js +5 -13
- package/dist/realtime/index.js.map +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 -2
- package/src/gen/bindings.gen.ts +18 -29
- package/src/gen/client.gen.ts +10 -11
- package/src/gen/deployment/index.ts +1 -1
- package/src/gen/deployment/queryOptions.gen.ts +7 -0
- package/src/gen/realtime/index.ts +1 -1
- package/src/gen/realtime/queryOptions.gen.ts +7 -19
- package/src/gen/types.gen.ts +40 -51
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2398,6 +2398,10 @@ var bindings = {
|
|
|
2398
2398
|
"in": "body",
|
|
2399
2399
|
"name": "idleMinutes"
|
|
2400
2400
|
},
|
|
2401
|
+
{
|
|
2402
|
+
"in": "body",
|
|
2403
|
+
"name": "buildMachineType"
|
|
2404
|
+
},
|
|
2401
2405
|
{
|
|
2402
2406
|
"in": "path",
|
|
2403
2407
|
"name": "id"
|
|
@@ -2464,6 +2468,13 @@ var bindings = {
|
|
|
2464
2468
|
"readOnly": false
|
|
2465
2469
|
}
|
|
2466
2470
|
},
|
|
2471
|
+
"suspension": {
|
|
2472
|
+
"get": {
|
|
2473
|
+
"method": "GET",
|
|
2474
|
+
"path": "/deployment/product/suspension",
|
|
2475
|
+
"readOnly": true
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2467
2478
|
"variable": {
|
|
2468
2479
|
"list": {
|
|
2469
2480
|
"method": "GET",
|
|
@@ -4491,35 +4502,6 @@ var bindings = {
|
|
|
4491
4502
|
}
|
|
4492
4503
|
},
|
|
4493
4504
|
"realtime": {
|
|
4494
|
-
"apikey": {
|
|
4495
|
-
"create": {
|
|
4496
|
-
"method": "POST",
|
|
4497
|
-
"params": [
|
|
4498
|
-
{
|
|
4499
|
-
"in": "body",
|
|
4500
|
-
"name": "name"
|
|
4501
|
-
}
|
|
4502
|
-
],
|
|
4503
|
-
"path": "/realtime/api-keys",
|
|
4504
|
-
"readOnly": false
|
|
4505
|
-
},
|
|
4506
|
-
"list": {
|
|
4507
|
-
"method": "GET",
|
|
4508
|
-
"path": "/realtime/api-keys",
|
|
4509
|
-
"readOnly": true
|
|
4510
|
-
},
|
|
4511
|
-
"revoke": {
|
|
4512
|
-
"method": "DELETE",
|
|
4513
|
-
"params": [
|
|
4514
|
-
{
|
|
4515
|
-
"in": "path",
|
|
4516
|
-
"name": "id"
|
|
4517
|
-
}
|
|
4518
|
-
],
|
|
4519
|
-
"path": "/realtime/api-keys/:id",
|
|
4520
|
-
"readOnly": false
|
|
4521
|
-
}
|
|
4522
|
-
},
|
|
4523
4505
|
"archive": {
|
|
4524
4506
|
"export": {
|
|
4525
4507
|
"method": "POST",
|
|
@@ -4870,6 +4852,13 @@ var bindings = {
|
|
|
4870
4852
|
"readOnly": false
|
|
4871
4853
|
}
|
|
4872
4854
|
},
|
|
4855
|
+
"public-access": {
|
|
4856
|
+
"status": {
|
|
4857
|
+
"method": "GET",
|
|
4858
|
+
"path": "/realtime/public-access/status",
|
|
4859
|
+
"readOnly": true
|
|
4860
|
+
}
|
|
4861
|
+
},
|
|
4873
4862
|
"status": {
|
|
4874
4863
|
"get": {
|
|
4875
4864
|
"method": "GET",
|