@lessly/sdk-app 30.4.0 → 30.6.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 (42) 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-D6GSULBV.d.cts → client.gen-DK6VpzBG.d.cts} +441 -4
  6. package/dist/{client.gen-D6GSULBV.d.ts → client.gen-DK6VpzBG.d.ts} +441 -4
  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 +144 -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 +144 -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.d.cts +1 -1
  20. package/dist/organization/index.d.ts +1 -1
  21. package/dist/playground/index.d.cts +1 -1
  22. package/dist/playground/index.d.ts +1 -1
  23. package/dist/realtime/index.d.cts +1 -1
  24. package/dist/realtime/index.d.ts +1 -1
  25. package/dist/support/index.cjs +40 -0
  26. package/dist/support/index.cjs.map +1 -1
  27. package/dist/support/index.d.cts +34 -2
  28. package/dist/support/index.d.ts +34 -2
  29. package/dist/support/index.js +33 -1
  30. package/dist/support/index.js.map +1 -1
  31. package/dist/tracking/index.d.cts +1 -1
  32. package/dist/tracking/index.d.ts +1 -1
  33. package/dist/users/index.d.cts +1 -1
  34. package/dist/users/index.d.ts +1 -1
  35. package/dist/waitlist/index.d.cts +1 -1
  36. package/dist/waitlist/index.d.ts +1 -1
  37. package/package.json +2 -2
  38. package/src/gen/bindings.gen.ts +144 -0
  39. package/src/gen/client.gen.ts +30 -0
  40. package/src/gen/support/index.ts +1 -1
  41. package/src/gen/support/queryOptions.gen.ts +51 -0
  42. package/src/gen/types.gen.ts +443 -3
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-D6GSULBV.cjs';
1
+ import { G as GeneratedClient } from './client.gen-DK6VpzBG.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-D6GSULBV.js';
1
+ import { G as GeneratedClient } from './client.gen-DK6VpzBG.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -5317,6 +5317,14 @@ var bindings = {
5317
5317
  "in": "query",
5318
5318
  "name": "visibility"
5319
5319
  },
5320
+ {
5321
+ "in": "query",
5322
+ "name": "since"
5323
+ },
5324
+ {
5325
+ "in": "query",
5326
+ "name": "cursor"
5327
+ },
5320
5328
  {
5321
5329
  "in": "query",
5322
5330
  "name": "limit"
@@ -5561,6 +5569,142 @@ var bindings = {
5561
5569
  "path": "/support/threads/:id/status",
5562
5570
  "readOnly": false
5563
5571
  }
5572
+ },
5573
+ "webhook": {
5574
+ "create": {
5575
+ "method": "POST",
5576
+ "params": [
5577
+ {
5578
+ "in": "body",
5579
+ "name": "url"
5580
+ },
5581
+ {
5582
+ "in": "body",
5583
+ "name": "eventTypes"
5584
+ },
5585
+ {
5586
+ "in": "body",
5587
+ "name": "description"
5588
+ }
5589
+ ],
5590
+ "path": "/support/webhooks",
5591
+ "readOnly": false
5592
+ },
5593
+ "delete": {
5594
+ "method": "DELETE",
5595
+ "params": [
5596
+ {
5597
+ "in": "path",
5598
+ "name": "id"
5599
+ }
5600
+ ],
5601
+ "path": "/support/webhooks/:id",
5602
+ "readOnly": false
5603
+ },
5604
+ "get": {
5605
+ "method": "GET",
5606
+ "params": [
5607
+ {
5608
+ "in": "path",
5609
+ "name": "id"
5610
+ }
5611
+ ],
5612
+ "path": "/support/webhooks/:id",
5613
+ "readOnly": true
5614
+ },
5615
+ "list": {
5616
+ "method": "GET",
5617
+ "path": "/support/webhooks",
5618
+ "readOnly": true
5619
+ },
5620
+ "redeliver": {
5621
+ "method": "POST",
5622
+ "params": [
5623
+ {
5624
+ "in": "body",
5625
+ "name": "id"
5626
+ }
5627
+ ],
5628
+ "path": "/support/webhook-deliveries/redeliver",
5629
+ "readOnly": false
5630
+ },
5631
+ "update": {
5632
+ "method": "PATCH",
5633
+ "params": [
5634
+ {
5635
+ "in": "body",
5636
+ "name": "url"
5637
+ },
5638
+ {
5639
+ "in": "body",
5640
+ "name": "eventTypes"
5641
+ },
5642
+ {
5643
+ "in": "body",
5644
+ "name": "description"
5645
+ },
5646
+ {
5647
+ "in": "body",
5648
+ "name": "status"
5649
+ },
5650
+ {
5651
+ "in": "path",
5652
+ "name": "id"
5653
+ }
5654
+ ],
5655
+ "path": "/support/webhooks/:id",
5656
+ "readOnly": false
5657
+ }
5658
+ },
5659
+ "webhook-deliveries": {
5660
+ "list": {
5661
+ "method": "GET",
5662
+ "params": [
5663
+ {
5664
+ "in": "query",
5665
+ "name": "webhookId"
5666
+ },
5667
+ {
5668
+ "in": "query",
5669
+ "name": "state"
5670
+ },
5671
+ {
5672
+ "in": "query",
5673
+ "name": "eventType"
5674
+ },
5675
+ {
5676
+ "in": "query",
5677
+ "name": "createdFrom"
5678
+ },
5679
+ {
5680
+ "in": "query",
5681
+ "name": "createdTo"
5682
+ },
5683
+ {
5684
+ "in": "query",
5685
+ "name": "limit"
5686
+ },
5687
+ {
5688
+ "in": "query",
5689
+ "name": "offset"
5690
+ }
5691
+ ],
5692
+ "path": "/support/webhook-deliveries",
5693
+ "readOnly": true
5694
+ }
5695
+ },
5696
+ "webhook-rotate": {
5697
+ "secret": {
5698
+ "method": "POST",
5699
+ "params": [
5700
+ {
5701
+ "in": "path",
5702
+ "name": "id"
5703
+ }
5704
+ ],
5705
+ "path": "/support/webhooks/:id/rotate-secret",
5706
+ "readOnly": false
5707
+ }
5564
5708
  }
5565
5709
  },
5566
5710
  "tracking": {