@lessly/sdk-app 42.1.0 → 42.2.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 (51) 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 +5 -0
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +6 -2
  6. package/dist/brain/index.d.ts +6 -2
  7. package/dist/brain/index.js +5 -1
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-BsYUM5lP.d.cts → client.gen-Cyz4I2yE.d.cts} +94 -218
  10. package/dist/{client.gen-BsYUM5lP.d.ts → client.gen-Cyz4I2yE.d.ts} +94 -218
  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 +13 -104
  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 +13 -104
  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.d.cts +1 -1
  24. package/dist/observe/index.d.ts +1 -1
  25. package/dist/organization/index.d.cts +1 -1
  26. package/dist/organization/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/support/index.d.cts +1 -1
  30. package/dist/support/index.d.ts +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 -7
  38. package/src/gen/bindings.gen.ts +13 -104
  39. package/src/gen/brain/index.ts +1 -1
  40. package/src/gen/brain/queryOptions.gen.ts +7 -0
  41. package/src/gen/client.gen.ts +5 -52
  42. package/src/gen/manifest.gen.ts +1 -1
  43. package/src/gen/types.gen.ts +92 -221
  44. package/dist/playground/index.cjs +0 -66
  45. package/dist/playground/index.cjs.map +0 -1
  46. package/dist/playground/index.d.cts +0 -52
  47. package/dist/playground/index.d.ts +0 -52
  48. package/dist/playground/index.js +0 -53
  49. package/dist/playground/index.js.map +0 -1
  50. package/src/gen/playground/index.ts +0 -3
  51. package/src/gen/playground/queryOptions.gen.ts +0 -86
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-BsYUM5lP.cjs';
1
+ import { G as GeneratedClient } from './client.gen-Cyz4I2yE.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-BsYUM5lP.js';
1
+ import { G as GeneratedClient } from './client.gen-Cyz4I2yE.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,6 +821,19 @@ 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
+ }
824
837
  }
825
838
  },
826
839
  "consent": {
@@ -5225,110 +5238,6 @@ var bindings = {
5225
5238
  }
5226
5239
  }
5227
5240
  },
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
- },
5332
5241
  "realtime": {
5333
5242
  "archive": {
5334
5243
  "export": {