@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.
- package/dist/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +6 -2
- package/dist/brain/index.d.ts +6 -2
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-Bv2flLeO.d.cts → client.gen-Co3x1ZjK.d.cts} +94 -218
- package/dist/{client.gen-Bv2flLeO.d.ts → client.gen-Co3x1ZjK.d.ts} +94 -218
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +13 -104
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +13 -104
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +2 -7
- package/src/gen/bindings.gen.ts +13 -104
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +5 -52
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +92 -221
- package/dist/playground/index.cjs +0 -66
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -52
- package/dist/playground/index.d.ts +0 -52
- package/dist/playground/index.js +0 -53
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/index.ts +0 -3
- package/src/gen/playground/queryOptions.gen.ts +0 -86
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
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": {
|
|
@@ -5149,110 +5162,6 @@ var bindings = {
|
|
|
5149
5162
|
}
|
|
5150
5163
|
}
|
|
5151
5164
|
},
|
|
5152
|
-
"playground": {
|
|
5153
|
-
"analytics": {
|
|
5154
|
-
"overview": {
|
|
5155
|
-
"method": "POST",
|
|
5156
|
-
"params": [
|
|
5157
|
-
{
|
|
5158
|
-
"in": "body",
|
|
5159
|
-
"name": "limit"
|
|
5160
|
-
}
|
|
5161
|
-
],
|
|
5162
|
-
"path": "/playground/analytics/overview",
|
|
5163
|
-
"readOnly": true
|
|
5164
|
-
}
|
|
5165
|
-
},
|
|
5166
|
-
"billing": {
|
|
5167
|
-
"entitlements": {
|
|
5168
|
-
"method": "POST",
|
|
5169
|
-
"path": "/playground/billing/entitlements",
|
|
5170
|
-
"readOnly": true
|
|
5171
|
-
},
|
|
5172
|
-
"record-usage": {
|
|
5173
|
-
"method": "POST",
|
|
5174
|
-
"params": [
|
|
5175
|
-
{
|
|
5176
|
-
"in": "body",
|
|
5177
|
-
"name": "value"
|
|
5178
|
-
}
|
|
5179
|
-
],
|
|
5180
|
-
"path": "/playground/billing/usage",
|
|
5181
|
-
"readOnly": false
|
|
5182
|
-
}
|
|
5183
|
-
},
|
|
5184
|
-
"clickup": {
|
|
5185
|
-
"create-task": {
|
|
5186
|
-
"method": "POST",
|
|
5187
|
-
"params": [
|
|
5188
|
-
{
|
|
5189
|
-
"in": "body",
|
|
5190
|
-
"name": "listId"
|
|
5191
|
-
},
|
|
5192
|
-
{
|
|
5193
|
-
"in": "body",
|
|
5194
|
-
"name": "name"
|
|
5195
|
-
}
|
|
5196
|
-
],
|
|
5197
|
-
"path": "/playground/clickup/tasks",
|
|
5198
|
-
"readOnly": false
|
|
5199
|
-
},
|
|
5200
|
-
"get-last-webhook": {
|
|
5201
|
-
"method": "GET",
|
|
5202
|
-
"path": "/playground/clickup/webhooks/last",
|
|
5203
|
-
"readOnly": true
|
|
5204
|
-
},
|
|
5205
|
-
"get-overview": {
|
|
5206
|
-
"method": "GET",
|
|
5207
|
-
"path": "/playground/clickup/overview",
|
|
5208
|
-
"readOnly": true
|
|
5209
|
-
}
|
|
5210
|
-
},
|
|
5211
|
-
"gdrive": {
|
|
5212
|
-
"get-last-change": {
|
|
5213
|
-
"method": "GET",
|
|
5214
|
-
"path": "/playground/gdrive/changes/last",
|
|
5215
|
-
"readOnly": true
|
|
5216
|
-
},
|
|
5217
|
-
"read-file": {
|
|
5218
|
-
"method": "POST",
|
|
5219
|
-
"params": [
|
|
5220
|
-
{
|
|
5221
|
-
"in": "body",
|
|
5222
|
-
"name": "fileId"
|
|
5223
|
-
}
|
|
5224
|
-
],
|
|
5225
|
-
"path": "/playground/gdrive/file",
|
|
5226
|
-
"readOnly": true
|
|
5227
|
-
}
|
|
5228
|
-
},
|
|
5229
|
-
"googleads": {
|
|
5230
|
-
"read-customer": {
|
|
5231
|
-
"method": "POST",
|
|
5232
|
-
"path": "/playground/googleads/customer",
|
|
5233
|
-
"readOnly": true
|
|
5234
|
-
}
|
|
5235
|
-
},
|
|
5236
|
-
"lifecycle": {
|
|
5237
|
-
"get-state": {
|
|
5238
|
-
"method": "GET",
|
|
5239
|
-
"path": "/playground/lifecycle/state",
|
|
5240
|
-
"readOnly": true
|
|
5241
|
-
},
|
|
5242
|
-
"list-events": {
|
|
5243
|
-
"method": "GET",
|
|
5244
|
-
"path": "/playground/lifecycle/events",
|
|
5245
|
-
"readOnly": true
|
|
5246
|
-
}
|
|
5247
|
-
},
|
|
5248
|
-
"webhook": {
|
|
5249
|
-
"get-last": {
|
|
5250
|
-
"method": "GET",
|
|
5251
|
-
"path": "/playground/webhooks/last",
|
|
5252
|
-
"readOnly": true
|
|
5253
|
-
}
|
|
5254
|
-
}
|
|
5255
|
-
},
|
|
5256
5165
|
"realtime": {
|
|
5257
5166
|
"archive": {
|
|
5258
5167
|
"export": {
|