@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.
Files changed (42) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.d.cts +1 -1
  4. package/dist/brain/index.d.ts +1 -1
  5. package/dist/{client.gen-wYeMoSpE.d.cts → client.gen-Cumsa8PY.d.cts} +105 -2
  6. package/dist/{client.gen-wYeMoSpE.d.ts → client.gen-Cumsa8PY.d.ts} +105 -2
  7. package/dist/consent/index.d.cts +1 -1
  8. package/dist/consent/index.d.ts +1 -1
  9. package/dist/deployment/index.d.cts +1 -1
  10. package/dist/deployment/index.d.ts +1 -1
  11. package/dist/index.cjs +36 -0
  12. package/dist/index.cjs.map +1 -1
  13. package/dist/index.d.cts +1 -1
  14. package/dist/index.d.ts +1 -1
  15. package/dist/index.js +36 -0
  16. package/dist/index.js.map +1 -1
  17. package/dist/mail/index.d.cts +2 -2
  18. package/dist/mail/index.d.ts +2 -2
  19. package/dist/observe/index.d.cts +1 -1
  20. package/dist/observe/index.d.ts +1 -1
  21. package/dist/organization/index.d.cts +1 -1
  22. package/dist/organization/index.d.ts +1 -1
  23. package/dist/realtime/index.d.cts +1 -1
  24. package/dist/realtime/index.d.ts +1 -1
  25. package/dist/support/index.d.cts +1 -1
  26. package/dist/support/index.d.ts +1 -1
  27. package/dist/tracking/index.d.cts +1 -1
  28. package/dist/tracking/index.d.ts +1 -1
  29. package/dist/users/index.cjs +10 -0
  30. package/dist/users/index.cjs.map +1 -1
  31. package/dist/users/index.d.cts +10 -2
  32. package/dist/users/index.d.ts +10 -2
  33. package/dist/users/index.js +9 -1
  34. package/dist/users/index.js.map +1 -1
  35. package/dist/waitlist/index.d.cts +1 -1
  36. package/dist/waitlist/index.d.ts +1 -1
  37. package/package.json +2 -2
  38. package/src/gen/bindings.gen.ts +36 -0
  39. package/src/gen/client.gen.ts +8 -0
  40. package/src/gen/types.gen.ts +104 -1
  41. package/src/gen/users/index.ts +1 -1
  42. package/src/gen/users/queryOptions.gen.ts +13 -0
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-wYeMoSpE.cjs';
1
+ import { G as GeneratedClient } from './client.gen-Cumsa8PY.cjs';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-wYeMoSpE.js';
1
+ import { G as GeneratedClient } from './client.gen-Cumsa8PY.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
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",