@lessly/sdk-app 31.1.0 → 31.2.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 (44) 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-3v2tDsvG.d.cts → client.gen-CgxJO9Bv.d.cts} +57 -1
  6. package/dist/{client.gen-3v2tDsvG.d.ts → client.gen-CgxJO9Bv.d.ts} +57 -1
  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 +49 -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 +49 -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.cjs +15 -0
  22. package/dist/organization/index.cjs.map +1 -1
  23. package/dist/organization/index.d.cts +14 -2
  24. package/dist/organization/index.d.ts +14 -2
  25. package/dist/organization/index.js +13 -1
  26. package/dist/organization/index.js.map +1 -1
  27. package/dist/playground/index.d.cts +1 -1
  28. package/dist/playground/index.d.ts +1 -1
  29. package/dist/realtime/index.d.cts +1 -1
  30. package/dist/realtime/index.d.ts +1 -1
  31. package/dist/support/index.d.cts +1 -1
  32. package/dist/support/index.d.ts +1 -1
  33. package/dist/tracking/index.d.cts +1 -1
  34. package/dist/tracking/index.d.ts +1 -1
  35. package/dist/users/index.d.cts +1 -1
  36. package/dist/users/index.d.ts +1 -1
  37. package/dist/waitlist/index.d.cts +1 -1
  38. package/dist/waitlist/index.d.ts +1 -1
  39. package/package.json +2 -2
  40. package/src/gen/bindings.gen.ts +49 -0
  41. package/src/gen/client.gen.ts +9 -0
  42. package/src/gen/organization/index.ts +1 -1
  43. package/src/gen/organization/queryOptions.gen.ts +19 -0
  44. package/src/gen/types.gen.ts +59 -0
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-3v2tDsvG.cjs';
1
+ import { G as GeneratedClient } from './client.gen-CgxJO9Bv.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-3v2tDsvG.js';
1
+ import { G as GeneratedClient } from './client.gen-CgxJO9Bv.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -4524,6 +4524,17 @@ var bindings = {
4524
4524
  "path": "/governance/api/v1/products",
4525
4525
  "readOnly": true
4526
4526
  },
4527
+ "list-access": {
4528
+ "method": "GET",
4529
+ "params": [
4530
+ {
4531
+ "in": "path",
4532
+ "name": "productId"
4533
+ }
4534
+ ],
4535
+ "path": "/governance/api/v1/products/:productId/access",
4536
+ "readOnly": true
4537
+ },
4527
4538
  "list-invitations": {
4528
4539
  "method": "GET",
4529
4540
  "params": [
@@ -4572,6 +4583,21 @@ var bindings = {
4572
4583
  "path": "/governance/api/v1/products/:productId/invitations/:id/resend",
4573
4584
  "readOnly": false
4574
4585
  },
4586
+ "revoke-access": {
4587
+ "method": "DELETE",
4588
+ "params": [
4589
+ {
4590
+ "in": "path",
4591
+ "name": "productId"
4592
+ },
4593
+ {
4594
+ "in": "path",
4595
+ "name": "userId"
4596
+ }
4597
+ ],
4598
+ "path": "/governance/api/v1/products/:productId/access/:userId",
4599
+ "readOnly": false
4600
+ },
4575
4601
  "revoke-invitation": {
4576
4602
  "method": "POST",
4577
4603
  "params": [
@@ -4598,6 +4624,29 @@ var bindings = {
4598
4624
  "path": "/governance/api/v1/products/select",
4599
4625
  "readOnly": false
4600
4626
  },
4627
+ "set-access": {
4628
+ "method": "PUT",
4629
+ "params": [
4630
+ {
4631
+ "in": "path",
4632
+ "name": "productId"
4633
+ },
4634
+ {
4635
+ "in": "path",
4636
+ "name": "userId"
4637
+ },
4638
+ {
4639
+ "in": "body",
4640
+ "name": "role"
4641
+ },
4642
+ {
4643
+ "in": "body",
4644
+ "name": "roleId"
4645
+ }
4646
+ ],
4647
+ "path": "/governance/api/v1/products/:productId/access/:userId",
4648
+ "readOnly": false
4649
+ },
4601
4650
  "update": {
4602
4651
  "method": "PATCH",
4603
4652
  "params": [