@lessly/sdk-app 40.0.0 → 42.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-wYeMoSpE.d.cts → client.gen-Cumsa8PY.d.cts} +105 -2
- package/dist/{client.gen-wYeMoSpE.d.ts → client.gen-Cumsa8PY.d.ts} +105 -2
- 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 +36 -0
- 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 +36 -0
- 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/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- 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/support/index.d.cts +1 -1
- package/dist/support/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.cjs +10 -0
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.d.cts +10 -2
- package/dist/users/index.d.ts +10 -2
- package/dist/users/index.js +9 -1
- package/dist/users/index.js.map +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 +36 -0
- package/src/gen/client.gen.ts +8 -0
- package/src/gen/types.gen.ts +104 -1
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +13 -0
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -7278,6 +7278,10 @@ var bindings = {
|
|
|
7278
7278
|
"in": "body",
|
|
7279
7279
|
"name": "notifications"
|
|
7280
7280
|
},
|
|
7281
|
+
{
|
|
7282
|
+
"in": "body",
|
|
7283
|
+
"name": "passkeys"
|
|
7284
|
+
},
|
|
7281
7285
|
{
|
|
7282
7286
|
"in": "body",
|
|
7283
7287
|
"name": "oauth"
|
|
@@ -7360,6 +7364,38 @@ var bindings = {
|
|
|
7360
7364
|
"readOnly": false
|
|
7361
7365
|
}
|
|
7362
7366
|
},
|
|
7367
|
+
"passkeys": {
|
|
7368
|
+
"list": {
|
|
7369
|
+
"method": "GET",
|
|
7370
|
+
"params": [
|
|
7371
|
+
{
|
|
7372
|
+
"in": "path",
|
|
7373
|
+
"name": "userId"
|
|
7374
|
+
}
|
|
7375
|
+
],
|
|
7376
|
+
"path": "/users/users/:userId/passkeys",
|
|
7377
|
+
"readOnly": true
|
|
7378
|
+
},
|
|
7379
|
+
"revoke": {
|
|
7380
|
+
"method": "DELETE",
|
|
7381
|
+
"params": [
|
|
7382
|
+
{
|
|
7383
|
+
"in": "path",
|
|
7384
|
+
"name": "userId"
|
|
7385
|
+
},
|
|
7386
|
+
{
|
|
7387
|
+
"in": "path",
|
|
7388
|
+
"name": "passkeyId"
|
|
7389
|
+
},
|
|
7390
|
+
{
|
|
7391
|
+
"in": "body",
|
|
7392
|
+
"name": "reason"
|
|
7393
|
+
}
|
|
7394
|
+
],
|
|
7395
|
+
"path": "/users/users/:userId/passkeys/:passkeyId",
|
|
7396
|
+
"readOnly": false
|
|
7397
|
+
}
|
|
7398
|
+
},
|
|
7363
7399
|
"sessions": {
|
|
7364
7400
|
"get": {
|
|
7365
7401
|
"method": "GET",
|