@lessly/sdk-app 22.0.0 → 22.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 (40) 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-Bh9hLF_d.d.cts → client.gen-Cd9Ch24J.d.cts} +106 -1
  6. package/dist/{client.gen-Bh9hLF_d.d.ts → client.gen-Cd9Ch24J.d.ts} +106 -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 +79 -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 +79 -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/organization/index.cjs +25 -0
  20. package/dist/organization/index.cjs.map +1 -1
  21. package/dist/organization/index.d.cts +22 -2
  22. package/dist/organization/index.d.ts +22 -2
  23. package/dist/organization/index.js +21 -1
  24. package/dist/organization/index.js.map +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/tracking/index.d.cts +1 -1
  30. package/dist/tracking/index.d.ts +1 -1
  31. package/dist/users/index.d.cts +1 -1
  32. package/dist/users/index.d.ts +1 -1
  33. package/dist/waitlist/index.d.cts +1 -1
  34. package/dist/waitlist/index.d.ts +1 -1
  35. package/package.json +2 -2
  36. package/src/gen/bindings.gen.ts +79 -0
  37. package/src/gen/client.gen.ts +19 -0
  38. package/src/gen/organization/index.ts +1 -1
  39. package/src/gen/organization/queryOptions.gen.ts +32 -0
  40. package/src/gen/types.gen.ts +106 -0
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-Bh9hLF_d.cjs';
1
+ import { G as GeneratedClient } from './client.gen-Cd9Ch24J.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-Bh9hLF_d.js';
1
+ import { G as GeneratedClient } from './client.gen-Cd9Ch24J.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -4291,6 +4291,85 @@ var bindings = {
4291
4291
  "readOnly": false
4292
4292
  }
4293
4293
  },
4294
+ "public-keys": {
4295
+ "create": {
4296
+ "method": "POST",
4297
+ "params": [
4298
+ {
4299
+ "in": "path",
4300
+ "name": "productId"
4301
+ },
4302
+ {
4303
+ "in": "body",
4304
+ "name": "name"
4305
+ },
4306
+ {
4307
+ "in": "body",
4308
+ "name": "scope"
4309
+ }
4310
+ ],
4311
+ "path": "/governance/api/v1/products/:productId/public-keys",
4312
+ "readOnly": false
4313
+ },
4314
+ "list": {
4315
+ "method": "GET",
4316
+ "params": [
4317
+ {
4318
+ "in": "path",
4319
+ "name": "productId"
4320
+ }
4321
+ ],
4322
+ "path": "/governance/api/v1/products/:productId/public-keys",
4323
+ "readOnly": true
4324
+ },
4325
+ "revoke": {
4326
+ "method": "POST",
4327
+ "params": [
4328
+ {
4329
+ "in": "path",
4330
+ "name": "productId"
4331
+ },
4332
+ {
4333
+ "in": "path",
4334
+ "name": "id"
4335
+ }
4336
+ ],
4337
+ "path": "/governance/api/v1/products/:productId/public-keys/:id/revoke",
4338
+ "readOnly": false
4339
+ },
4340
+ "update-scope": {
4341
+ "method": "PUT",
4342
+ "params": [
4343
+ {
4344
+ "in": "path",
4345
+ "name": "productId"
4346
+ },
4347
+ {
4348
+ "in": "path",
4349
+ "name": "id"
4350
+ },
4351
+ {
4352
+ "in": "body",
4353
+ "name": "scope"
4354
+ }
4355
+ ],
4356
+ "path": "/governance/api/v1/products/:productId/public-keys/:id/scope",
4357
+ "readOnly": false
4358
+ }
4359
+ },
4360
+ "public-routes": {
4361
+ "list": {
4362
+ "method": "GET",
4363
+ "params": [
4364
+ {
4365
+ "in": "path",
4366
+ "name": "productId"
4367
+ }
4368
+ ],
4369
+ "path": "/governance/api/v1/products/:productId/public-routes",
4370
+ "readOnly": true
4371
+ }
4372
+ },
4294
4373
  "roles": {
4295
4374
  "create": {
4296
4375
  "method": "POST",