@lessly/sdk-app 42.0.0 → 42.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 (57) 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-Cumsa8PY.d.cts → client.gen-BsYUM5lP.d.cts} +391 -94
  10. package/dist/{client.gen-Cumsa8PY.d.ts → client.gen-BsYUM5lP.d.ts} +391 -94
  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 +172 -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 +172 -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/observe/index.cjs +10 -0
  24. package/dist/observe/index.cjs.map +1 -1
  25. package/dist/observe/index.d.cts +10 -2
  26. package/dist/observe/index.d.ts +10 -2
  27. package/dist/observe/index.js +9 -1
  28. package/dist/observe/index.js.map +1 -1
  29. package/dist/organization/index.d.cts +1 -1
  30. package/dist/organization/index.d.ts +1 -1
  31. package/dist/playground/index.cjs +66 -0
  32. package/dist/playground/index.cjs.map +1 -0
  33. package/dist/playground/index.d.cts +52 -0
  34. package/dist/playground/index.d.ts +52 -0
  35. package/dist/playground/index.js +53 -0
  36. package/dist/playground/index.js.map +1 -0
  37. package/dist/realtime/index.d.cts +1 -1
  38. package/dist/realtime/index.d.ts +1 -1
  39. package/dist/support/index.d.cts +1 -1
  40. package/dist/support/index.d.ts +1 -1
  41. package/dist/tracking/index.d.cts +1 -1
  42. package/dist/tracking/index.d.ts +1 -1
  43. package/dist/users/index.d.cts +1 -1
  44. package/dist/users/index.d.ts +1 -1
  45. package/dist/waitlist/index.d.cts +1 -1
  46. package/dist/waitlist/index.d.ts +1 -1
  47. package/package.json +7 -2
  48. package/src/gen/bindings.gen.ts +172 -13
  49. package/src/gen/brain/index.ts +1 -1
  50. package/src/gen/brain/queryOptions.gen.ts +0 -7
  51. package/src/gen/client.gen.ts +60 -5
  52. package/src/gen/manifest.gen.ts +1 -1
  53. package/src/gen/observe/index.ts +1 -1
  54. package/src/gen/observe/queryOptions.gen.ts +14 -0
  55. package/src/gen/playground/index.ts +3 -0
  56. package/src/gen/playground/queryOptions.gen.ts +86 -0
  57. package/src/gen/types.gen.ts +394 -92
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-Cumsa8PY.cjs';
1
+ import { G as GeneratedClient } from './client.gen-BsYUM5lP.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-Cumsa8PY.js';
1
+ import { G as GeneratedClient } from './client.gen-BsYUM5lP.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -821,19 +821,6 @@ var bindings = {
821
821
  "path": "/brain/restores/:restoreId",
822
822
  "readOnly": true
823
823
  }
824
- },
825
- "usage": {
826
- "report": {
827
- "method": "GET",
828
- "params": [
829
- {
830
- "in": "query",
831
- "name": "days"
832
- }
833
- ],
834
- "path": "/brain/usage/report",
835
- "readOnly": true
836
- }
837
824
  }
838
825
  },
839
826
  "consent": {
@@ -3968,6 +3955,74 @@ var bindings = {
3968
3955
  "readOnly": true
3969
3956
  }
3970
3957
  },
3958
+ "metrics": {
3959
+ "list": {
3960
+ "method": "GET",
3961
+ "params": [
3962
+ {
3963
+ "in": "query",
3964
+ "name": "environment"
3965
+ },
3966
+ {
3967
+ "in": "query",
3968
+ "name": "service"
3969
+ },
3970
+ {
3971
+ "in": "query",
3972
+ "name": "search"
3973
+ },
3974
+ {
3975
+ "in": "query",
3976
+ "name": "window"
3977
+ }
3978
+ ],
3979
+ "path": "/observe/metrics/catalog",
3980
+ "readOnly": true
3981
+ },
3982
+ "query": {
3983
+ "method": "GET",
3984
+ "params": [
3985
+ {
3986
+ "in": "query",
3987
+ "name": "name"
3988
+ },
3989
+ {
3990
+ "in": "query",
3991
+ "name": "aggregation"
3992
+ },
3993
+ {
3994
+ "in": "query",
3995
+ "name": "from"
3996
+ },
3997
+ {
3998
+ "in": "query",
3999
+ "name": "to"
4000
+ },
4001
+ {
4002
+ "in": "query",
4003
+ "name": "step"
4004
+ },
4005
+ {
4006
+ "in": "query",
4007
+ "name": "environment"
4008
+ },
4009
+ {
4010
+ "in": "query",
4011
+ "name": "service"
4012
+ },
4013
+ {
4014
+ "in": "query",
4015
+ "name": "attributes"
4016
+ },
4017
+ {
4018
+ "in": "query",
4019
+ "name": "groupBy"
4020
+ }
4021
+ ],
4022
+ "path": "/observe/metrics/query",
4023
+ "readOnly": true
4024
+ }
4025
+ },
3971
4026
  "traces": {
3972
4027
  "get": {
3973
4028
  "method": "GET",
@@ -5170,6 +5225,110 @@ var bindings = {
5170
5225
  }
5171
5226
  }
5172
5227
  },
5228
+ "playground": {
5229
+ "analytics": {
5230
+ "overview": {
5231
+ "method": "POST",
5232
+ "params": [
5233
+ {
5234
+ "in": "body",
5235
+ "name": "limit"
5236
+ }
5237
+ ],
5238
+ "path": "/playground/analytics/overview",
5239
+ "readOnly": true
5240
+ }
5241
+ },
5242
+ "billing": {
5243
+ "entitlements": {
5244
+ "method": "POST",
5245
+ "path": "/playground/billing/entitlements",
5246
+ "readOnly": true
5247
+ },
5248
+ "record-usage": {
5249
+ "method": "POST",
5250
+ "params": [
5251
+ {
5252
+ "in": "body",
5253
+ "name": "value"
5254
+ }
5255
+ ],
5256
+ "path": "/playground/billing/usage",
5257
+ "readOnly": false
5258
+ }
5259
+ },
5260
+ "clickup": {
5261
+ "create-task": {
5262
+ "method": "POST",
5263
+ "params": [
5264
+ {
5265
+ "in": "body",
5266
+ "name": "listId"
5267
+ },
5268
+ {
5269
+ "in": "body",
5270
+ "name": "name"
5271
+ }
5272
+ ],
5273
+ "path": "/playground/clickup/tasks",
5274
+ "readOnly": false
5275
+ },
5276
+ "get-last-webhook": {
5277
+ "method": "GET",
5278
+ "path": "/playground/clickup/webhooks/last",
5279
+ "readOnly": true
5280
+ },
5281
+ "get-overview": {
5282
+ "method": "GET",
5283
+ "path": "/playground/clickup/overview",
5284
+ "readOnly": true
5285
+ }
5286
+ },
5287
+ "gdrive": {
5288
+ "get-last-change": {
5289
+ "method": "GET",
5290
+ "path": "/playground/gdrive/changes/last",
5291
+ "readOnly": true
5292
+ },
5293
+ "read-file": {
5294
+ "method": "POST",
5295
+ "params": [
5296
+ {
5297
+ "in": "body",
5298
+ "name": "fileId"
5299
+ }
5300
+ ],
5301
+ "path": "/playground/gdrive/file",
5302
+ "readOnly": true
5303
+ }
5304
+ },
5305
+ "googleads": {
5306
+ "read-customer": {
5307
+ "method": "POST",
5308
+ "path": "/playground/googleads/customer",
5309
+ "readOnly": true
5310
+ }
5311
+ },
5312
+ "lifecycle": {
5313
+ "get-state": {
5314
+ "method": "GET",
5315
+ "path": "/playground/lifecycle/state",
5316
+ "readOnly": true
5317
+ },
5318
+ "list-events": {
5319
+ "method": "GET",
5320
+ "path": "/playground/lifecycle/events",
5321
+ "readOnly": true
5322
+ }
5323
+ },
5324
+ "webhook": {
5325
+ "get-last": {
5326
+ "method": "GET",
5327
+ "path": "/playground/webhooks/last",
5328
+ "readOnly": true
5329
+ }
5330
+ }
5331
+ },
5173
5332
  "realtime": {
5174
5333
  "archive": {
5175
5334
  "export": {