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