@company-semantics/contracts 0.134.1 → 0.135.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 +1 -1
- package/src/api/generated.ts +3 -0
package/package.json
CHANGED
package/src/api/generated.ts
CHANGED
|
@@ -2788,6 +2788,7 @@ export interface components {
|
|
|
2788
2788
|
title: string;
|
|
2789
2789
|
/** @enum {string} */
|
|
2790
2790
|
visibility: "public" | "private";
|
|
2791
|
+
position: number;
|
|
2791
2792
|
updatedAt: string;
|
|
2792
2793
|
}[];
|
|
2793
2794
|
};
|
|
@@ -2859,6 +2860,7 @@ export interface components {
|
|
|
2859
2860
|
slug: string;
|
|
2860
2861
|
description: string | null;
|
|
2861
2862
|
memberCount: number;
|
|
2863
|
+
position: number;
|
|
2862
2864
|
/** @enum {string} */
|
|
2863
2865
|
scope: "department" | "cross_department" | "org";
|
|
2864
2866
|
department: {
|
|
@@ -2879,6 +2881,7 @@ export interface components {
|
|
|
2879
2881
|
slug: string;
|
|
2880
2882
|
description: string | null;
|
|
2881
2883
|
memberCount: number;
|
|
2884
|
+
position: number;
|
|
2882
2885
|
/** @enum {string} */
|
|
2883
2886
|
scope: "department" | "cross_department" | "org";
|
|
2884
2887
|
department: {
|