@company-semantics/contracts 13.12.1 → 13.13.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "13.12.1",
3
+ "version": "13.13.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -167,8 +167,9 @@ export const OrgOwnerIconSchema = z.enum([
167
167
  "crown",
168
168
  "crown-cross",
169
169
  "person",
170
- "person-simple-circle",
171
170
  "medal-military",
171
+ "dog",
172
+ "cat",
172
173
  ]);
173
174
 
174
175
  export const WorkspaceOverviewSchema = z.object({