@lessly/sdk-app 47.0.0 → 47.1.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-BFHxhTU7.d.cts → client.gen-BsvWS7J-.d.cts} +8 -0
  6. package/dist/{client.gen-BFHxhTU7.d.ts → client.gen-BsvWS7J-.d.ts} +8 -0
  7. package/dist/consent/index.d.cts +1 -1
  8. package/dist/consent/index.d.ts +1 -1
  9. package/dist/content/index.d.cts +1 -1
  10. package/dist/content/index.d.ts +1 -1
  11. package/dist/deployment/index.d.cts +1 -1
  12. package/dist/deployment/index.d.ts +1 -1
  13. package/dist/index.cjs +8 -0
  14. package/dist/index.cjs.map +1 -1
  15. package/dist/index.d.cts +1 -1
  16. package/dist/index.d.ts +1 -1
  17. package/dist/index.js +8 -0
  18. package/dist/index.js.map +1 -1
  19. package/dist/mail/index.d.cts +2 -2
  20. package/dist/mail/index.d.ts +2 -2
  21. package/dist/observe/index.d.cts +1 -1
  22. package/dist/observe/index.d.ts +1 -1
  23. package/dist/organization/index.d.cts +1 -1
  24. package/dist/organization/index.d.ts +1 -1
  25. package/dist/playground/index.d.cts +1 -1
  26. package/dist/playground/index.d.ts +1 -1
  27. package/dist/realtime/index.d.cts +1 -1
  28. package/dist/realtime/index.d.ts +1 -1
  29. package/dist/support/index.d.cts +1 -1
  30. package/dist/support/index.d.ts +1 -1
  31. package/dist/tracking/index.d.cts +1 -1
  32. package/dist/tracking/index.d.ts +1 -1
  33. package/dist/users/index.d.cts +1 -1
  34. package/dist/users/index.d.ts +1 -1
  35. package/dist/waitlist/index.d.cts +1 -1
  36. package/dist/waitlist/index.d.ts +1 -1
  37. package/docs/README.md +1 -1
  38. package/docs/recipes/federation.md +158 -10
  39. package/docs/rules.md +150 -4
  40. package/package.json +2 -2
  41. package/src/gen/bindings.gen.ts +8 -0
  42. package/src/gen/types.gen.ts +8 -0
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-BFHxhTU7.cjs';
1
+ import { G as GeneratedClient } from './client.gen-BsvWS7J-.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-BFHxhTU7.js';
1
+ import { G as GeneratedClient } from './client.gen-BsvWS7J-.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -1507,6 +1507,14 @@ var bindings = {
1507
1507
  {
1508
1508
  "in": "query",
1509
1509
  "name": "offset"
1510
+ },
1511
+ {
1512
+ "in": "query",
1513
+ "name": "scheduledFrom"
1514
+ },
1515
+ {
1516
+ "in": "query",
1517
+ "name": "scheduledTo"
1510
1518
  }
1511
1519
  ],
1512
1520
  "path": "/content/publications",