@company-semantics/contracts 0.148.0 → 1.1.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-spec-hash.ts +2 -2
- package/src/api/generated.ts +207 -728
- package/src/content/index.ts +1 -9
- package/src/content/schemas.ts +6 -106
- package/src/index.ts +0 -7
- package/src/org/company-md.ts +3 -17
- package/src/org/index.ts +4 -21
- package/src/org/schemas.ts +11 -0
- package/src/org/sharing.ts +8 -8
- package/src/org/departments.ts +0 -47
- package/src/org/teams.ts +0 -47
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 = '0e90960db25d' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = '0e90960db25d88b3945b8fa9533362f10776b9d1d59ead1291806198b1f3c703' as const;
|