@lessly/sdk-app 17.3.1 → 19.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-BmxQbFSk.d.cts → client.gen-DtOfI4y9.d.cts} +3 -18
  6. package/dist/{client.gen-BmxQbFSk.d.ts → client.gen-DtOfI4y9.d.ts} +3 -18
  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 +0 -30
  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 +0 -30
  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/organization/index.cjs +0 -10
  20. package/dist/organization/index.cjs.map +1 -1
  21. package/dist/organization/index.d.cts +2 -10
  22. package/dist/organization/index.d.ts +2 -10
  23. package/dist/organization/index.js +1 -9
  24. package/dist/organization/index.js.map +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 +0 -30
  35. package/src/gen/client.gen.ts +0 -6
  36. package/src/gen/organization/index.ts +1 -1
  37. package/src/gen/organization/queryOptions.gen.ts +0 -12
  38. package/src/gen/types.gen.ts +2 -19
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-BmxQbFSk.cjs';
1
+ import { G as GeneratedClient } from './client.gen-DtOfI4y9.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-BmxQbFSk.js';
1
+ import { G as GeneratedClient } from './client.gen-DtOfI4y9.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -3898,21 +3898,6 @@ var bindings = {
3898
3898
  }
3899
3899
  },
3900
3900
  "extensions": {
3901
- "install": {
3902
- "method": "POST",
3903
- "params": [
3904
- {
3905
- "in": "path",
3906
- "name": "productId"
3907
- },
3908
- {
3909
- "in": "path",
3910
- "name": "extensionId"
3911
- }
3912
- ],
3913
- "path": "/governance/api/v1/products/:productId/extensions/:extensionId/install",
3914
- "readOnly": false
3915
- },
3916
3901
  "list": {
3917
3902
  "method": "GET",
3918
3903
  "path": "/governance/api/v1/extensions",
@@ -3928,21 +3913,6 @@ var bindings = {
3928
3913
  ],
3929
3914
  "path": "/governance/api/v1/products/:productId/extensions",
3930
3915
  "readOnly": true
3931
- },
3932
- "uninstall": {
3933
- "method": "POST",
3934
- "params": [
3935
- {
3936
- "in": "path",
3937
- "name": "productId"
3938
- },
3939
- {
3940
- "in": "path",
3941
- "name": "extensionId"
3942
- }
3943
- ],
3944
- "path": "/governance/api/v1/products/:productId/extensions/:extensionId/uninstall",
3945
- "readOnly": false
3946
3916
  }
3947
3917
  },
3948
3918
  "feedback": {