@lessly/sdk-app 21.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 (46) 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-CaEegxH4.d.cts → client.gen-Cd9Ch24J.d.cts} +106 -46
  6. package/dist/{client.gen-CaEegxH4.d.ts → client.gen-Cd9Ch24J.d.ts} +106 -46
  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 -29
  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 -29
  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.cjs +0 -15
  28. package/dist/realtime/index.cjs.map +1 -1
  29. package/dist/realtime/index.d.cts +2 -14
  30. package/dist/realtime/index.d.ts +2 -14
  31. package/dist/realtime/index.js +1 -13
  32. package/dist/realtime/index.js.map +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 +79 -29
  41. package/src/gen/client.gen.ts +19 -11
  42. package/src/gen/organization/index.ts +1 -1
  43. package/src/gen/organization/queryOptions.gen.ts +32 -0
  44. package/src/gen/realtime/index.ts +1 -1
  45. package/src/gen/realtime/queryOptions.gen.ts +0 -19
  46. package/src/gen/types.gen.ts +106 -47
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-CaEegxH4.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-CaEegxH4.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",
@@ -4503,35 +4582,6 @@ var bindings = {
4503
4582
  }
4504
4583
  },
4505
4584
  "realtime": {
4506
- "apikey": {
4507
- "create": {
4508
- "method": "POST",
4509
- "params": [
4510
- {
4511
- "in": "body",
4512
- "name": "name"
4513
- }
4514
- ],
4515
- "path": "/realtime/api-keys",
4516
- "readOnly": false
4517
- },
4518
- "list": {
4519
- "method": "GET",
4520
- "path": "/realtime/api-keys",
4521
- "readOnly": true
4522
- },
4523
- "revoke": {
4524
- "method": "DELETE",
4525
- "params": [
4526
- {
4527
- "in": "path",
4528
- "name": "id"
4529
- }
4530
- ],
4531
- "path": "/realtime/api-keys/:id",
4532
- "readOnly": false
4533
- }
4534
- },
4535
4585
  "archive": {
4536
4586
  "export": {
4537
4587
  "method": "POST",