@lessly/sdk-app 67.0.0 → 67.0.1

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.
@@ -71565,7 +71565,7 @@ export interface BrainKnowledgeEntityMemoriesOutput {
71565
71565
  }
71566
71566
  export interface BrainKnowledgeGraphInput {
71567
71567
  /**
71568
- * Max nodes (default 5000). When the cap applies the HIGHEST-DEGREE nodes are kept, so a small limit (e.g. 100) returns the hub concepts — that is usually what you want
71568
+ * Max nodes (default 5000). When the cap applies, the highest-degree nodes are kept, so a small limit (e.g. 100) returns the hub concepts.
71569
71569
  */
71570
71570
  limit?: number;
71571
71571
  /**
@@ -116340,7 +116340,7 @@ export interface UsersUsersCreateInput {
116340
116340
  */
116341
116341
  imageUrl?: string;
116342
116342
  /**
116343
- * Optional credential to store for this user. Hashes only this toolkit never accepts a plaintext password. Nothing verifies it until Phase 2.
116343
+ * Credential to store for this user. Supply hashes only; omit password to create no password identity.
116344
116344
  */
116345
116345
  password?: {
116346
116346
  /**
@@ -116348,7 +116348,7 @@ export interface UsersUsersCreateInput {
116348
116348
  */
116349
116349
  phcHash?: string;
116350
116350
  /**
116351
- * An imported hash from another system, to be lazily rehashed on the first successful sign-in (Phase 2).
116351
+ * An imported hash from another system, to be lazily rehashed on the first successful sign-in.
116352
116352
  */
116353
116353
  foreignHash?: string;
116354
116354
  /**
@@ -9610,7 +9610,7 @@ var bindings = {
9610
9610
  "readOnly": true
9611
9611
  },
9612
9612
  "upsert": {
9613
- "level": "write",
9613
+ "level": "admin",
9614
9614
  "method": "PUT",
9615
9615
  "operationKey": "users_config_upsert",
9616
9616
  "params": [
@@ -9718,7 +9718,7 @@ var bindings = {
9718
9718
  "readOnly": true
9719
9719
  },
9720
9720
  "reset": {
9721
- "level": "write",
9721
+ "level": "admin",
9722
9722
  "method": "POST",
9723
9723
  "operationKey": "users_factors_reset",
9724
9724
  "params": [
@@ -9765,7 +9765,7 @@ var bindings = {
9765
9765
  "readOnly": false
9766
9766
  },
9767
9767
  "rotate": {
9768
- "level": "write",
9768
+ "level": "admin",
9769
9769
  "method": "POST",
9770
9770
  "operationKey": "users_keys_rotate",
9771
9771
  "path": "/users/keys/rotate",
@@ -9841,7 +9841,7 @@ var bindings = {
9841
9841
  "readOnly": true
9842
9842
  },
9843
9843
  "impersonate": {
9844
- "level": "write",
9844
+ "level": "admin",
9845
9845
  "method": "POST",
9846
9846
  "operationKey": "users_sessions_impersonate",
9847
9847
  "params": [
@@ -9905,7 +9905,7 @@ var bindings = {
9905
9905
  },
9906
9906
  "users": {
9907
9907
  "ban": {
9908
- "level": "write",
9908
+ "level": "admin",
9909
9909
  "method": "POST",
9910
9910
  "operationKey": "users_users_ban",
9911
9911
  "params": [
@@ -9980,7 +9980,7 @@ var bindings = {
9980
9980
  "readOnly": false
9981
9981
  },
9982
9982
  "erase": {
9983
- "level": "write",
9983
+ "level": "admin",
9984
9984
  "method": "POST",
9985
9985
  "operationKey": "users_users_erase",
9986
9986
  "params": [
@@ -9993,7 +9993,7 @@ var bindings = {
9993
9993
  "readOnly": false
9994
9994
  },
9995
9995
  "export": {
9996
- "level": "read",
9996
+ "level": "admin",
9997
9997
  "method": "GET",
9998
9998
  "operationKey": "users_users_export",
9999
9999
  "params": [
@@ -10035,7 +10035,7 @@ var bindings = {
10035
10035
  "readOnly": true
10036
10036
  },
10037
10037
  "import": {
10038
- "level": "write",
10038
+ "level": "admin",
10039
10039
  "method": "POST",
10040
10040
  "operationKey": "users_users_import",
10041
10041
  "params": [
@@ -10110,7 +10110,7 @@ var bindings = {
10110
10110
  "readOnly": true
10111
10111
  },
10112
10112
  "unban": {
10113
- "level": "write",
10113
+ "level": "admin",
10114
10114
  "method": "POST",
10115
10115
  "operationKey": "users_users_unban",
10116
10116
  "params": [
@@ -10193,7 +10193,7 @@ var bindings = {
10193
10193
  },
10194
10194
  "waitlist": {
10195
10195
  "erase": {
10196
- "level": "write",
10196
+ "level": "admin",
10197
10197
  "method": "POST",
10198
10198
  "operationKey": "users_waitlist_erase",
10199
10199
  "params": [
@@ -10206,7 +10206,7 @@ var bindings = {
10206
10206
  "readOnly": false
10207
10207
  },
10208
10208
  "funnel": {
10209
- "level": "write",
10209
+ "level": "read",
10210
10210
  "method": "POST",
10211
10211
  "operationKey": "users_waitlist_funnel",
10212
10212
  "path": "/users/waitlist/funnel",
@@ -10370,7 +10370,7 @@ var bindings = {
10370
10370
  },
10371
10371
  "webhooks-rotate": {
10372
10372
  "secret": {
10373
- "level": "write",
10373
+ "level": "admin",
10374
10374
  "method": "POST",
10375
10375
  "operationKey": "users_webhooks_rotate_secret",
10376
10376
  "params": [
@@ -11211,5 +11211,5 @@ var wsBindings = {
11211
11211
  };
11212
11212
 
11213
11213
  export { bindings, wsBindings };
11214
- //# sourceMappingURL=chunk-G3EFA6KW.js.map
11215
- //# sourceMappingURL=chunk-G3EFA6KW.js.map
11214
+ //# sourceMappingURL=chunk-FHCLOD3O.js.map
11215
+ //# sourceMappingURL=chunk-FHCLOD3O.js.map