@lepsto/sdk-app 90.1.0 → 91.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/CHANGELOG.md +11 -15
- package/dist/_types/gen/client.gen.d.ts +7 -1
- package/dist/_types/gen/types.gen.d.ts +317 -8
- package/dist/_types/gen/users/index.d.ts +1 -1
- package/dist/_types/gen/users/queryOptions.gen.d.ts +17 -1
- package/dist/{chunk-T3O56NBF.js → chunk-LMCZVZKI.js} +116 -2
- package/dist/{chunk-T3O56NBF.js.map → chunk-LMCZVZKI.js.map} +1 -1
- package/dist/index.cjs +122 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.js +1 -1
- package/dist/users/index.cjs +20 -0
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.js +17 -1
- package/dist/users/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +114 -0
- package/src/gen/client.gen.ts +14 -0
- package/src/gen/manifest.gen.ts +8 -0
- package/src/gen/types.gen.ts +325 -8
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +25 -0
|
@@ -10304,6 +10304,112 @@ var bindings = {
|
|
|
10304
10304
|
"readOnly": true
|
|
10305
10305
|
}
|
|
10306
10306
|
},
|
|
10307
|
+
"touches": {
|
|
10308
|
+
"create": {
|
|
10309
|
+
"level": "write",
|
|
10310
|
+
"method": "POST",
|
|
10311
|
+
"operationKey": "users_touches_create",
|
|
10312
|
+
"params": [
|
|
10313
|
+
{
|
|
10314
|
+
"in": "path",
|
|
10315
|
+
"name": "userId"
|
|
10316
|
+
},
|
|
10317
|
+
{
|
|
10318
|
+
"in": "body",
|
|
10319
|
+
"name": "channel"
|
|
10320
|
+
},
|
|
10321
|
+
{
|
|
10322
|
+
"in": "body",
|
|
10323
|
+
"name": "direction"
|
|
10324
|
+
},
|
|
10325
|
+
{
|
|
10326
|
+
"in": "body",
|
|
10327
|
+
"name": "occurredAt"
|
|
10328
|
+
},
|
|
10329
|
+
{
|
|
10330
|
+
"in": "body",
|
|
10331
|
+
"name": "body"
|
|
10332
|
+
}
|
|
10333
|
+
],
|
|
10334
|
+
"path": "/users/users/:userId/touches",
|
|
10335
|
+
"readOnly": false
|
|
10336
|
+
},
|
|
10337
|
+
"discard": {
|
|
10338
|
+
"level": "write",
|
|
10339
|
+
"method": "DELETE",
|
|
10340
|
+
"operationKey": "users_touches_discard",
|
|
10341
|
+
"params": [
|
|
10342
|
+
{
|
|
10343
|
+
"in": "path",
|
|
10344
|
+
"name": "userId"
|
|
10345
|
+
},
|
|
10346
|
+
{
|
|
10347
|
+
"in": "path",
|
|
10348
|
+
"name": "touchId"
|
|
10349
|
+
},
|
|
10350
|
+
{
|
|
10351
|
+
"in": "query",
|
|
10352
|
+
"name": "force"
|
|
10353
|
+
}
|
|
10354
|
+
],
|
|
10355
|
+
"path": "/users/users/:userId/touches/:touchId",
|
|
10356
|
+
"readOnly": false
|
|
10357
|
+
},
|
|
10358
|
+
"list": {
|
|
10359
|
+
"level": "read",
|
|
10360
|
+
"method": "GET",
|
|
10361
|
+
"operationKey": "users_touches_list",
|
|
10362
|
+
"params": [
|
|
10363
|
+
{
|
|
10364
|
+
"in": "path",
|
|
10365
|
+
"name": "userId"
|
|
10366
|
+
},
|
|
10367
|
+
{
|
|
10368
|
+
"in": "query",
|
|
10369
|
+
"name": "channel"
|
|
10370
|
+
},
|
|
10371
|
+
{
|
|
10372
|
+
"in": "query",
|
|
10373
|
+
"name": "limit"
|
|
10374
|
+
},
|
|
10375
|
+
{
|
|
10376
|
+
"in": "query",
|
|
10377
|
+
"name": "cursor"
|
|
10378
|
+
}
|
|
10379
|
+
],
|
|
10380
|
+
"path": "/users/users/:userId/touches",
|
|
10381
|
+
"readOnly": true
|
|
10382
|
+
},
|
|
10383
|
+
"update": {
|
|
10384
|
+
"level": "write",
|
|
10385
|
+
"method": "PATCH",
|
|
10386
|
+
"operationKey": "users_touches_update",
|
|
10387
|
+
"params": [
|
|
10388
|
+
{
|
|
10389
|
+
"in": "path",
|
|
10390
|
+
"name": "userId"
|
|
10391
|
+
},
|
|
10392
|
+
{
|
|
10393
|
+
"in": "path",
|
|
10394
|
+
"name": "touchId"
|
|
10395
|
+
},
|
|
10396
|
+
{
|
|
10397
|
+
"in": "body",
|
|
10398
|
+
"name": "body"
|
|
10399
|
+
},
|
|
10400
|
+
{
|
|
10401
|
+
"in": "body",
|
|
10402
|
+
"name": "occurredAt"
|
|
10403
|
+
},
|
|
10404
|
+
{
|
|
10405
|
+
"in": "body",
|
|
10406
|
+
"name": "force"
|
|
10407
|
+
}
|
|
10408
|
+
],
|
|
10409
|
+
"path": "/users/users/:userId/touches/:touchId",
|
|
10410
|
+
"readOnly": false
|
|
10411
|
+
}
|
|
10412
|
+
},
|
|
10307
10413
|
"users": {
|
|
10308
10414
|
"ban": {
|
|
10309
10415
|
"level": "admin",
|
|
@@ -10521,6 +10627,14 @@ var bindings = {
|
|
|
10521
10627
|
"in": "query",
|
|
10522
10628
|
"name": "includeContacts"
|
|
10523
10629
|
},
|
|
10630
|
+
{
|
|
10631
|
+
"in": "query",
|
|
10632
|
+
"name": "lastTouchAfter"
|
|
10633
|
+
},
|
|
10634
|
+
{
|
|
10635
|
+
"in": "query",
|
|
10636
|
+
"name": "lastTouchBefore"
|
|
10637
|
+
},
|
|
10524
10638
|
{
|
|
10525
10639
|
"in": "query",
|
|
10526
10640
|
"name": "limit"
|
|
@@ -11571,5 +11685,5 @@ var wsBindings = {
|
|
|
11571
11685
|
};
|
|
11572
11686
|
|
|
11573
11687
|
export { bindings, wsBindings };
|
|
11574
|
-
//# sourceMappingURL=chunk-
|
|
11575
|
-
//# sourceMappingURL=chunk-
|
|
11688
|
+
//# sourceMappingURL=chunk-LMCZVZKI.js.map
|
|
11689
|
+
//# sourceMappingURL=chunk-LMCZVZKI.js.map
|