@company-semantics/contracts 1.11.0 → 1.11.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.
package/package.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTO-GENERATED — do not edit. Run pnpm generate:spec-hash to regenerate.
|
|
2
|
-
export const SPEC_HASH = '
|
|
3
|
-
export const SPEC_HASH_FULL = '
|
|
2
|
+
export const SPEC_HASH = '3c2104cecec4' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = '3c2104cecec403986da31a11310ce09d3dd773fd095b7416c0cf6f4e30d64f6c' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -3113,6 +3113,7 @@ export interface components {
|
|
|
3113
3113
|
orgId: string;
|
|
3114
3114
|
depth: number;
|
|
3115
3115
|
label: string | null;
|
|
3116
|
+
labelPlural: string | null;
|
|
3116
3117
|
icon: ("city" | "buildings" | "users-four" | "users-three" | "users") | null;
|
|
3117
3118
|
createdAt: string;
|
|
3118
3119
|
updatedAt: string;
|
|
@@ -3124,6 +3125,7 @@ export interface components {
|
|
|
3124
3125
|
orgId: string;
|
|
3125
3126
|
depth: number;
|
|
3126
3127
|
label: string | null;
|
|
3128
|
+
labelPlural: string | null;
|
|
3127
3129
|
icon: ("city" | "buildings" | "users-four" | "users-three" | "users") | null;
|
|
3128
3130
|
createdAt: string;
|
|
3129
3131
|
updatedAt: string;
|
|
@@ -5787,6 +5789,7 @@ export interface operations {
|
|
|
5787
5789
|
entries: {
|
|
5788
5790
|
depth: number;
|
|
5789
5791
|
label?: string;
|
|
5792
|
+
labelPlural?: string;
|
|
5790
5793
|
/** @enum {string} */
|
|
5791
5794
|
icon: "city" | "buildings" | "users-four" | "users-three" | "users";
|
|
5792
5795
|
}[];
|