@lessly/sdk-app 38.0.0 → 39.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 (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-Bv2flLeO.d.cts → client.gen-Co3x1ZjK.d.cts} +94 -218
  10. package/dist/{client.gen-Bv2flLeO.d.ts → client.gen-Co3x1ZjK.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.cjs CHANGED
@@ -823,6 +823,19 @@ var bindings = {
823
823
  "path": "/brain/restores/:restoreId",
824
824
  "readOnly": true
825
825
  }
826
+ },
827
+ "usage": {
828
+ "report": {
829
+ "method": "GET",
830
+ "params": [
831
+ {
832
+ "in": "query",
833
+ "name": "days"
834
+ }
835
+ ],
836
+ "path": "/brain/usage/report",
837
+ "readOnly": true
838
+ }
826
839
  }
827
840
  },
828
841
  "consent": {
@@ -5151,110 +5164,6 @@ var bindings = {
5151
5164
  }
5152
5165
  }
5153
5166
  },
5154
- "playground": {
5155
- "analytics": {
5156
- "overview": {
5157
- "method": "POST",
5158
- "params": [
5159
- {
5160
- "in": "body",
5161
- "name": "limit"
5162
- }
5163
- ],
5164
- "path": "/playground/analytics/overview",
5165
- "readOnly": true
5166
- }
5167
- },
5168
- "billing": {
5169
- "entitlements": {
5170
- "method": "POST",
5171
- "path": "/playground/billing/entitlements",
5172
- "readOnly": true
5173
- },
5174
- "record-usage": {
5175
- "method": "POST",
5176
- "params": [
5177
- {
5178
- "in": "body",
5179
- "name": "value"
5180
- }
5181
- ],
5182
- "path": "/playground/billing/usage",
5183
- "readOnly": false
5184
- }
5185
- },
5186
- "clickup": {
5187
- "create-task": {
5188
- "method": "POST",
5189
- "params": [
5190
- {
5191
- "in": "body",
5192
- "name": "listId"
5193
- },
5194
- {
5195
- "in": "body",
5196
- "name": "name"
5197
- }
5198
- ],
5199
- "path": "/playground/clickup/tasks",
5200
- "readOnly": false
5201
- },
5202
- "get-last-webhook": {
5203
- "method": "GET",
5204
- "path": "/playground/clickup/webhooks/last",
5205
- "readOnly": true
5206
- },
5207
- "get-overview": {
5208
- "method": "GET",
5209
- "path": "/playground/clickup/overview",
5210
- "readOnly": true
5211
- }
5212
- },
5213
- "gdrive": {
5214
- "get-last-change": {
5215
- "method": "GET",
5216
- "path": "/playground/gdrive/changes/last",
5217
- "readOnly": true
5218
- },
5219
- "read-file": {
5220
- "method": "POST",
5221
- "params": [
5222
- {
5223
- "in": "body",
5224
- "name": "fileId"
5225
- }
5226
- ],
5227
- "path": "/playground/gdrive/file",
5228
- "readOnly": true
5229
- }
5230
- },
5231
- "googleads": {
5232
- "read-customer": {
5233
- "method": "POST",
5234
- "path": "/playground/googleads/customer",
5235
- "readOnly": true
5236
- }
5237
- },
5238
- "lifecycle": {
5239
- "get-state": {
5240
- "method": "GET",
5241
- "path": "/playground/lifecycle/state",
5242
- "readOnly": true
5243
- },
5244
- "list-events": {
5245
- "method": "GET",
5246
- "path": "/playground/lifecycle/events",
5247
- "readOnly": true
5248
- }
5249
- },
5250
- "webhook": {
5251
- "get-last": {
5252
- "method": "GET",
5253
- "path": "/playground/webhooks/last",
5254
- "readOnly": true
5255
- }
5256
- }
5257
- },
5258
5167
  "realtime": {
5259
5168
  "archive": {
5260
5169
  "export": {