@lepsto/sdk-app 90.2.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 +2 -2
- package/dist/_types/gen/types.gen.d.ts +42 -10
- package/dist/_types/gen/users/index.d.ts +1 -1
- package/dist/_types/gen/users/queryOptions.gen.d.ts +3 -3
- package/dist/{chunk-VHBBS4OY.js → chunk-LMCZVZKI.js} +4 -4
- package/dist/{chunk-VHBBS4OY.js.map → chunk-LMCZVZKI.js.map} +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- 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 +4 -4
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.js +4 -4
- package/dist/users/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +2 -2
- package/src/gen/client.gen.ts +3 -3
- package/src/gen/manifest.gen.ts +2 -2
- package/src/gen/types.gen.ts +42 -10
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +4 -4
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bindings } from './chunk-
|
|
1
|
+
import { bindings } from './chunk-LMCZVZKI.js';
|
|
2
2
|
|
|
3
3
|
// src/runtime/errors.ts
|
|
4
4
|
var ACCESS_DENIED_CODES = /* @__PURE__ */ new Set([
|
|
@@ -773,7 +773,7 @@ var operations = {
|
|
|
773
773
|
"users_sessions_revoke": "admin",
|
|
774
774
|
"users_stats_get": "read",
|
|
775
775
|
"users_touches_create": "write",
|
|
776
|
-
"
|
|
776
|
+
"users_touches_discard": "write",
|
|
777
777
|
"users_touches_list": "read",
|
|
778
778
|
"users_touches_update": "write",
|
|
779
779
|
"users_users_ban": "admin",
|
|
@@ -998,7 +998,7 @@ var compositions = {
|
|
|
998
998
|
"users_sessions_revoke": { "label": "Revoke session", "options": { "userId": "users_users_list", "sessionId": "users_sessions_list" } },
|
|
999
999
|
"users_stats_get": { "label": "Get auth stats" },
|
|
1000
1000
|
"users_touches_create": { "pii": ["input.body", "output.body"], "label": "Log touch", "options": { "userId": "users_users_list" } },
|
|
1001
|
-
"
|
|
1001
|
+
"users_touches_discard": { "label": "Discard touch", "options": { "userId": "users_users_list", "touchId": "users_touches_list" } },
|
|
1002
1002
|
"users_touches_list": { "pii": ["output.items[].body"], "label": "List touches", "options": { "userId": "users_users_list" } },
|
|
1003
1003
|
"users_touches_update": { "pii": ["input.body", "output.body"], "label": "Edit touch", "options": { "userId": "users_users_list", "touchId": "users_touches_list" } },
|
|
1004
1004
|
"users_users_ban": { "pii": ["output.name", "output.imageUrl", "output.publicMetadata", "output.privateMetadata", "output.unsafeMetadata", "output.identifiers[].value", "output.identifiers[].valueCanonical", "output.primaryEmail"], "label": "Ban user", "options": { "userId": "users_users_list" } },
|