@lessly/sdk-app 30.7.0 → 31.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 (55) 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.cjs +0 -5
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +2 -6
  6. package/dist/brain/index.d.ts +2 -6
  7. package/dist/brain/index.js +1 -5
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-p_iZK5OO.d.cts → client.gen-Cn7kIdt-.d.cts} +319 -96
  10. package/dist/{client.gen-p_iZK5OO.d.ts → client.gen-Cn7kIdt-.d.ts} +319 -96
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.d.cts +1 -1
  14. package/dist/deployment/index.d.ts +1 -1
  15. package/dist/index.cjs +169 -13
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +169 -13
  20. package/dist/index.js.map +1 -1
  21. package/dist/mail/index.d.cts +2 -2
  22. package/dist/mail/index.d.ts +2 -2
  23. package/dist/organization/index.cjs +25 -0
  24. package/dist/organization/index.cjs.map +1 -1
  25. package/dist/organization/index.d.cts +22 -2
  26. package/dist/organization/index.d.ts +22 -2
  27. package/dist/organization/index.js +21 -1
  28. package/dist/organization/index.js.map +1 -1
  29. package/dist/playground/index.cjs +66 -0
  30. package/dist/playground/index.cjs.map +1 -0
  31. package/dist/playground/index.d.cts +52 -0
  32. package/dist/playground/index.d.ts +52 -0
  33. package/dist/playground/index.js +53 -0
  34. package/dist/playground/index.js.map +1 -0
  35. package/dist/realtime/index.d.cts +1 -1
  36. package/dist/realtime/index.d.ts +1 -1
  37. package/dist/support/index.d.cts +1 -1
  38. package/dist/support/index.d.ts +1 -1
  39. package/dist/tracking/index.d.cts +1 -1
  40. package/dist/tracking/index.d.ts +1 -1
  41. package/dist/users/index.d.cts +1 -1
  42. package/dist/users/index.d.ts +1 -1
  43. package/dist/waitlist/index.d.cts +1 -1
  44. package/dist/waitlist/index.d.ts +1 -1
  45. package/package.json +7 -2
  46. package/src/gen/bindings.gen.ts +169 -13
  47. package/src/gen/brain/index.ts +1 -1
  48. package/src/gen/brain/queryOptions.gen.ts +0 -7
  49. package/src/gen/client.gen.ts +71 -5
  50. package/src/gen/manifest.gen.ts +1 -1
  51. package/src/gen/organization/index.ts +1 -1
  52. package/src/gen/organization/queryOptions.gen.ts +32 -0
  53. package/src/gen/playground/index.ts +3 -0
  54. package/src/gen/playground/queryOptions.gen.ts +86 -0
  55. package/src/gen/types.gen.ts +324 -94
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-p_iZK5OO.cjs';
1
+ import { G as GeneratedClient } from './client.gen-Cn7kIdt-.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-p_iZK5OO.js';
1
+ import { G as GeneratedClient } from './client.gen-Cn7kIdt-.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -803,19 +803,6 @@ var bindings = {
803
803
  "path": "/brain/restores/:restoreId",
804
804
  "readOnly": true
805
805
  }
806
- },
807
- "usage": {
808
- "report": {
809
- "method": "GET",
810
- "params": [
811
- {
812
- "in": "query",
813
- "name": "days"
814
- }
815
- ],
816
- "path": "/brain/usage/report",
817
- "readOnly": true
818
- }
819
806
  }
820
807
  },
821
808
  "consent": {
@@ -4349,6 +4336,21 @@ var bindings = {
4349
4336
  "path": "/governance/api/v1/products/:productId/roles",
4350
4337
  "readOnly": true
4351
4338
  },
4339
+ "resend-invitation": {
4340
+ "method": "POST",
4341
+ "params": [
4342
+ {
4343
+ "in": "path",
4344
+ "name": "productId"
4345
+ },
4346
+ {
4347
+ "in": "path",
4348
+ "name": "id"
4349
+ }
4350
+ ],
4351
+ "path": "/governance/api/v1/products/:productId/invitations/:id/resend",
4352
+ "readOnly": false
4353
+ },
4352
4354
  "revoke-invitation": {
4353
4355
  "method": "POST",
4354
4356
  "params": [
@@ -4575,6 +4577,160 @@ var bindings = {
4575
4577
  "path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
4576
4578
  "readOnly": false
4577
4579
  }
4580
+ },
4581
+ "support-thread": {
4582
+ "create": {
4583
+ "method": "POST",
4584
+ "params": [
4585
+ {
4586
+ "in": "body",
4587
+ "name": "title"
4588
+ },
4589
+ {
4590
+ "in": "body",
4591
+ "name": "body"
4592
+ }
4593
+ ],
4594
+ "path": "/governance/api/v1/support/threads",
4595
+ "readOnly": false
4596
+ },
4597
+ "get": {
4598
+ "method": "GET",
4599
+ "params": [
4600
+ {
4601
+ "in": "path",
4602
+ "name": "id"
4603
+ }
4604
+ ],
4605
+ "path": "/governance/api/v1/support/threads/:id",
4606
+ "readOnly": true
4607
+ },
4608
+ "reply": {
4609
+ "method": "POST",
4610
+ "params": [
4611
+ {
4612
+ "in": "path",
4613
+ "name": "id"
4614
+ },
4615
+ {
4616
+ "in": "body",
4617
+ "name": "body"
4618
+ }
4619
+ ],
4620
+ "path": "/governance/api/v1/support/threads/:id/messages",
4621
+ "readOnly": false
4622
+ }
4623
+ },
4624
+ "support-threads": {
4625
+ "list": {
4626
+ "method": "GET",
4627
+ "path": "/governance/api/v1/support/threads",
4628
+ "readOnly": true
4629
+ }
4630
+ }
4631
+ },
4632
+ "playground": {
4633
+ "analytics": {
4634
+ "overview": {
4635
+ "method": "POST",
4636
+ "params": [
4637
+ {
4638
+ "in": "body",
4639
+ "name": "limit"
4640
+ }
4641
+ ],
4642
+ "path": "/playground/analytics/overview",
4643
+ "readOnly": true
4644
+ }
4645
+ },
4646
+ "billing": {
4647
+ "entitlements": {
4648
+ "method": "POST",
4649
+ "path": "/playground/billing/entitlements",
4650
+ "readOnly": true
4651
+ },
4652
+ "record-usage": {
4653
+ "method": "POST",
4654
+ "params": [
4655
+ {
4656
+ "in": "body",
4657
+ "name": "value"
4658
+ }
4659
+ ],
4660
+ "path": "/playground/billing/usage",
4661
+ "readOnly": false
4662
+ }
4663
+ },
4664
+ "clickup": {
4665
+ "create-task": {
4666
+ "method": "POST",
4667
+ "params": [
4668
+ {
4669
+ "in": "body",
4670
+ "name": "listId"
4671
+ },
4672
+ {
4673
+ "in": "body",
4674
+ "name": "name"
4675
+ }
4676
+ ],
4677
+ "path": "/playground/clickup/tasks",
4678
+ "readOnly": false
4679
+ },
4680
+ "get-last-webhook": {
4681
+ "method": "GET",
4682
+ "path": "/playground/clickup/webhooks/last",
4683
+ "readOnly": true
4684
+ },
4685
+ "get-overview": {
4686
+ "method": "GET",
4687
+ "path": "/playground/clickup/overview",
4688
+ "readOnly": true
4689
+ }
4690
+ },
4691
+ "gdrive": {
4692
+ "get-last-change": {
4693
+ "method": "GET",
4694
+ "path": "/playground/gdrive/changes/last",
4695
+ "readOnly": true
4696
+ },
4697
+ "read-file": {
4698
+ "method": "POST",
4699
+ "params": [
4700
+ {
4701
+ "in": "body",
4702
+ "name": "fileId"
4703
+ }
4704
+ ],
4705
+ "path": "/playground/gdrive/file",
4706
+ "readOnly": true
4707
+ }
4708
+ },
4709
+ "googleads": {
4710
+ "read-customer": {
4711
+ "method": "POST",
4712
+ "path": "/playground/googleads/customer",
4713
+ "readOnly": true
4714
+ }
4715
+ },
4716
+ "lifecycle": {
4717
+ "get-state": {
4718
+ "method": "GET",
4719
+ "path": "/playground/lifecycle/state",
4720
+ "readOnly": true
4721
+ },
4722
+ "list-events": {
4723
+ "method": "GET",
4724
+ "path": "/playground/lifecycle/events",
4725
+ "readOnly": true
4726
+ }
4727
+ },
4728
+ "webhook": {
4729
+ "get-last": {
4730
+ "method": "GET",
4731
+ "path": "/playground/webhooks/last",
4732
+ "readOnly": true
4733
+ }
4578
4734
  }
4579
4735
  },
4580
4736
  "realtime": {