@company-semantics/contracts 37.0.0 → 38.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "37.0.0",
3
+ "version": "38.1.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -116,7 +116,8 @@
116
116
  "repo-map": "tsx ../company-semantics-ci/scripts/generate-repo-map.ts --roots src --name company-semantics-contracts --write",
117
117
  "repo-map:check": "tsx ../company-semantics-ci/scripts/generate-repo-map.ts --roots src --name company-semantics-contracts --check",
118
118
  "readme-api": "tsx ../company-semantics-ci/scripts/generate-readme-api.ts --roots src --write --jsdoc",
119
- "readme-api:check": "tsx ../company-semantics-ci/scripts/generate-readme-api.ts --roots src --check --jsdoc"
119
+ "readme-api:check": "tsx ../company-semantics-ci/scripts/generate-readme-api.ts --roots src --check --jsdoc",
120
+ "validate:amp": "tsx scripts/validate-amp.ts"
120
121
  },
121
122
  "packageManager": "pnpm@10.25.0",
122
123
  "engines": {
@@ -128,6 +129,7 @@
128
129
  },
129
130
  "devDependencies": {
130
131
  "@types/node": "^22.20.1",
132
+ "amphtml-validator": "^1.0.38",
131
133
  "culori": "^4.0.2",
132
134
  "husky": "^9.1.7",
133
135
  "lint-staged": "^17.0.8",
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED — do not edit. Run pnpm generate:spec-hash to regenerate.
2
- export const SPEC_HASH = 'e5d6dea0b94a' as const;
3
- export const SPEC_HASH_FULL = 'e5d6dea0b94a349899118cd662dae5f352b808061a2bf430c5ff284534a5b770' as const;
2
+ export const SPEC_HASH = '35fcb4a5f2ca' as const;
3
+ export const SPEC_HASH_FULL = '35fcb4a5f2ca6f167a3b18024de026f143681623fea3442c2587b2ab64c9d34a' as const;
@@ -5624,6 +5624,8 @@ export interface components {
5624
5624
  tier: "private" | "unit" | "org";
5625
5625
  /** @enum {string} */
5626
5626
  role?: "editor" | "commenter" | "viewer";
5627
+ /** @enum {string} */
5628
+ discoverability?: "org" | "owners";
5627
5629
  };
5628
5630
  OwnerTransferRequest: {
5629
5631
  /** Format: uuid */
@@ -8675,13 +8677,6 @@ export interface operations {
8675
8677
  };
8676
8678
  content?: never;
8677
8679
  };
8678
- /** @description Requires org.view_company_md scope */
8679
- 403: {
8680
- headers: {
8681
- [name: string]: unknown;
8682
- };
8683
- content?: never;
8684
- };
8685
8680
  };
8686
8681
  };
8687
8682
  getCompanyMdDocSharing: {