@lessly/sdk-app 40.0.0 → 41.0.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 +0 -5
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -6
- package/dist/brain/index.d.ts +2 -6
- package/dist/brain/index.js +1 -5
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-wYeMoSpE.d.cts → client.gen-CMLEyXO3.d.cts} +322 -95
- package/dist/{client.gen-wYeMoSpE.d.ts → client.gen-CMLEyXO3.d.ts} +322 -95
- 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 +140 -13
- 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 +140 -13
- 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/playground/index.cjs +66 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +52 -0
- package/dist/playground/index.d.ts +52 -0
- package/dist/playground/index.js +53 -0
- package/dist/playground/index.js.map +1 -0
- 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.cjs +10 -0
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.d.cts +10 -2
- package/dist/users/index.d.ts +10 -2
- package/dist/users/index.js +9 -1
- package/dist/users/index.js.map +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +7 -2
- package/src/gen/bindings.gen.ts +140 -13
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +60 -5
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +325 -93
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +13 -0
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
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": {
|
|
@@ -5170,6 +5157,110 @@ var bindings = {
|
|
|
5170
5157
|
}
|
|
5171
5158
|
}
|
|
5172
5159
|
},
|
|
5160
|
+
"playground": {
|
|
5161
|
+
"analytics": {
|
|
5162
|
+
"overview": {
|
|
5163
|
+
"method": "POST",
|
|
5164
|
+
"params": [
|
|
5165
|
+
{
|
|
5166
|
+
"in": "body",
|
|
5167
|
+
"name": "limit"
|
|
5168
|
+
}
|
|
5169
|
+
],
|
|
5170
|
+
"path": "/playground/analytics/overview",
|
|
5171
|
+
"readOnly": true
|
|
5172
|
+
}
|
|
5173
|
+
},
|
|
5174
|
+
"billing": {
|
|
5175
|
+
"entitlements": {
|
|
5176
|
+
"method": "POST",
|
|
5177
|
+
"path": "/playground/billing/entitlements",
|
|
5178
|
+
"readOnly": true
|
|
5179
|
+
},
|
|
5180
|
+
"record-usage": {
|
|
5181
|
+
"method": "POST",
|
|
5182
|
+
"params": [
|
|
5183
|
+
{
|
|
5184
|
+
"in": "body",
|
|
5185
|
+
"name": "value"
|
|
5186
|
+
}
|
|
5187
|
+
],
|
|
5188
|
+
"path": "/playground/billing/usage",
|
|
5189
|
+
"readOnly": false
|
|
5190
|
+
}
|
|
5191
|
+
},
|
|
5192
|
+
"clickup": {
|
|
5193
|
+
"create-task": {
|
|
5194
|
+
"method": "POST",
|
|
5195
|
+
"params": [
|
|
5196
|
+
{
|
|
5197
|
+
"in": "body",
|
|
5198
|
+
"name": "listId"
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"in": "body",
|
|
5202
|
+
"name": "name"
|
|
5203
|
+
}
|
|
5204
|
+
],
|
|
5205
|
+
"path": "/playground/clickup/tasks",
|
|
5206
|
+
"readOnly": false
|
|
5207
|
+
},
|
|
5208
|
+
"get-last-webhook": {
|
|
5209
|
+
"method": "GET",
|
|
5210
|
+
"path": "/playground/clickup/webhooks/last",
|
|
5211
|
+
"readOnly": true
|
|
5212
|
+
},
|
|
5213
|
+
"get-overview": {
|
|
5214
|
+
"method": "GET",
|
|
5215
|
+
"path": "/playground/clickup/overview",
|
|
5216
|
+
"readOnly": true
|
|
5217
|
+
}
|
|
5218
|
+
},
|
|
5219
|
+
"gdrive": {
|
|
5220
|
+
"get-last-change": {
|
|
5221
|
+
"method": "GET",
|
|
5222
|
+
"path": "/playground/gdrive/changes/last",
|
|
5223
|
+
"readOnly": true
|
|
5224
|
+
},
|
|
5225
|
+
"read-file": {
|
|
5226
|
+
"method": "POST",
|
|
5227
|
+
"params": [
|
|
5228
|
+
{
|
|
5229
|
+
"in": "body",
|
|
5230
|
+
"name": "fileId"
|
|
5231
|
+
}
|
|
5232
|
+
],
|
|
5233
|
+
"path": "/playground/gdrive/file",
|
|
5234
|
+
"readOnly": true
|
|
5235
|
+
}
|
|
5236
|
+
},
|
|
5237
|
+
"googleads": {
|
|
5238
|
+
"read-customer": {
|
|
5239
|
+
"method": "POST",
|
|
5240
|
+
"path": "/playground/googleads/customer",
|
|
5241
|
+
"readOnly": true
|
|
5242
|
+
}
|
|
5243
|
+
},
|
|
5244
|
+
"lifecycle": {
|
|
5245
|
+
"get-state": {
|
|
5246
|
+
"method": "GET",
|
|
5247
|
+
"path": "/playground/lifecycle/state",
|
|
5248
|
+
"readOnly": true
|
|
5249
|
+
},
|
|
5250
|
+
"list-events": {
|
|
5251
|
+
"method": "GET",
|
|
5252
|
+
"path": "/playground/lifecycle/events",
|
|
5253
|
+
"readOnly": true
|
|
5254
|
+
}
|
|
5255
|
+
},
|
|
5256
|
+
"webhook": {
|
|
5257
|
+
"get-last": {
|
|
5258
|
+
"method": "GET",
|
|
5259
|
+
"path": "/playground/webhooks/last",
|
|
5260
|
+
"readOnly": true
|
|
5261
|
+
}
|
|
5262
|
+
}
|
|
5263
|
+
},
|
|
5173
5264
|
"realtime": {
|
|
5174
5265
|
"archive": {
|
|
5175
5266
|
"export": {
|
|
@@ -7278,6 +7369,10 @@ var bindings = {
|
|
|
7278
7369
|
"in": "body",
|
|
7279
7370
|
"name": "notifications"
|
|
7280
7371
|
},
|
|
7372
|
+
{
|
|
7373
|
+
"in": "body",
|
|
7374
|
+
"name": "passkeys"
|
|
7375
|
+
},
|
|
7281
7376
|
{
|
|
7282
7377
|
"in": "body",
|
|
7283
7378
|
"name": "oauth"
|
|
@@ -7360,6 +7455,38 @@ var bindings = {
|
|
|
7360
7455
|
"readOnly": false
|
|
7361
7456
|
}
|
|
7362
7457
|
},
|
|
7458
|
+
"passkeys": {
|
|
7459
|
+
"list": {
|
|
7460
|
+
"method": "GET",
|
|
7461
|
+
"params": [
|
|
7462
|
+
{
|
|
7463
|
+
"in": "path",
|
|
7464
|
+
"name": "userId"
|
|
7465
|
+
}
|
|
7466
|
+
],
|
|
7467
|
+
"path": "/users/users/:userId/passkeys",
|
|
7468
|
+
"readOnly": true
|
|
7469
|
+
},
|
|
7470
|
+
"revoke": {
|
|
7471
|
+
"method": "DELETE",
|
|
7472
|
+
"params": [
|
|
7473
|
+
{
|
|
7474
|
+
"in": "path",
|
|
7475
|
+
"name": "userId"
|
|
7476
|
+
},
|
|
7477
|
+
{
|
|
7478
|
+
"in": "path",
|
|
7479
|
+
"name": "passkeyId"
|
|
7480
|
+
},
|
|
7481
|
+
{
|
|
7482
|
+
"in": "body",
|
|
7483
|
+
"name": "reason"
|
|
7484
|
+
}
|
|
7485
|
+
],
|
|
7486
|
+
"path": "/users/users/:userId/passkeys/:passkeyId",
|
|
7487
|
+
"readOnly": false
|
|
7488
|
+
}
|
|
7489
|
+
},
|
|
7363
7490
|
"sessions": {
|
|
7364
7491
|
"get": {
|
|
7365
7492
|
"method": "GET",
|