@synsci/sdk 1.1.119 → 1.1.121

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.
@@ -4273,6 +4273,7 @@ export type AppSkillsResponses = {
4273
4273
  location: string;
4274
4274
  category?: string;
4275
4275
  tags?: Array<string>;
4276
+ entry?: boolean;
4276
4277
  }>;
4277
4278
  };
4278
4279
  export type AppSkillsResponse = AppSkillsResponses[keyof AppSkillsResponses];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "1.1.119",
4
+ "version": "1.1.121",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {