@company-semantics/contracts 0.144.0 → 0.144.2
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 +5 -0
package/package.json
CHANGED
package/src/api/generated.ts
CHANGED
|
@@ -2777,6 +2777,7 @@ export interface components {
|
|
|
2777
2777
|
memberCount: number;
|
|
2778
2778
|
description?: string;
|
|
2779
2779
|
departmentIds?: string[];
|
|
2780
|
+
orderKey?: string;
|
|
2780
2781
|
}[];
|
|
2781
2782
|
nextCursor: string | null;
|
|
2782
2783
|
hasMore: boolean;
|
|
@@ -2922,6 +2923,7 @@ export interface components {
|
|
|
2922
2923
|
name: string;
|
|
2923
2924
|
slug: string;
|
|
2924
2925
|
} | null;
|
|
2926
|
+
orderKey: string;
|
|
2925
2927
|
}[];
|
|
2926
2928
|
};
|
|
2927
2929
|
TeamResponse: {
|
|
@@ -2942,6 +2944,7 @@ export interface components {
|
|
|
2942
2944
|
name: string;
|
|
2943
2945
|
slug: string;
|
|
2944
2946
|
} | null;
|
|
2947
|
+
orderKey: string;
|
|
2945
2948
|
/** @enum {string} */
|
|
2946
2949
|
syncMode: "manual_only" | "synced_readonly" | "synced_with_overrides";
|
|
2947
2950
|
members: {
|
|
@@ -2960,6 +2963,7 @@ export interface components {
|
|
|
2960
2963
|
slug: string;
|
|
2961
2964
|
description: string | null;
|
|
2962
2965
|
memberCount: number;
|
|
2966
|
+
orderKey: string;
|
|
2963
2967
|
}[];
|
|
2964
2968
|
};
|
|
2965
2969
|
DepartmentResponse: {
|
|
@@ -2978,6 +2982,7 @@ export interface components {
|
|
|
2978
2982
|
role: "member" | "manager" | "owner";
|
|
2979
2983
|
joinedAt: string;
|
|
2980
2984
|
}[];
|
|
2985
|
+
orderKey: string;
|
|
2981
2986
|
};
|
|
2982
2987
|
DriveFileListResponse: {
|
|
2983
2988
|
files: {
|