@lessly/sdk-app 70.2.0 → 71.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
  /**
@@ -113975,7 +113975,6 @@ export interface TrackingProfilesDeleteOutput {
113975
113975
  archive: {
113976
113976
  note: string;
113977
113977
  status: "gap_flagged";
113978
- erasureRequestId: string;
113979
113978
  };
113980
113979
  deleted: {
113981
113980
  events: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "70.2.0",
3
+ "version": "71.0.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -209,5 +209,5 @@
209
209
  }
210
210
  }
211
211
  },
212
- "sdkContentHash": "sha256:ae908d533339ca6ef3ca63fce690bee224300b8c3c08f0457a8d6a007e5fab1a"
212
+ "sdkContentHash": "sha256:a9edcf9855aa6813ea3501c90bc16a0c332e41c82403711451713822dc7a609b"
213
213
  }
@@ -66113,7 +66113,7 @@ request_id: string
66113
66113
 
66114
66114
  export interface BrainKnowledgeGraphInput {
66115
66115
  /**
66116
- * 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
66116
+ * 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.
66117
66117
  */
66118
66118
  limit?: number
66119
66119
  /**
@@ -107361,7 +107361,6 @@ ok: true
107361
107361
  archive: {
107362
107362
  note: string
107363
107363
  status: "gap_flagged"
107364
- erasureRequestId: string
107365
107364
  }
107366
107365
  deleted: {
107367
107366
  events: number