@company-semantics/contracts 2.13.0 → 2.14.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": "2.13.0",
3
+ "version": "2.14.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED — do not edit. Run pnpm generate:spec-hash to regenerate.
2
- export const SPEC_HASH = 'ed5f74bd901b' as const;
3
- export const SPEC_HASH_FULL = 'ed5f74bd901b8b8cf6bfd08165b7f885e0493ca1d1f83db11ddb8df8c65d5732' as const;
2
+ export const SPEC_HASH = '9fa707d8d31a' as const;
3
+ export const SPEC_HASH_FULL = '9fa707d8d31a71977fcbf5fdd957f31cd810e226f07e6679d9dec17ddfb91915' as const;
@@ -3357,7 +3357,7 @@ export interface components {
3357
3357
  level: "root" | "department" | "team" | "context";
3358
3358
  parentId: string | null;
3359
3359
  /** @enum {string} */
3360
- visibility: "public" | "private";
3360
+ visibility: "private" | "unit" | "org";
3361
3361
  owningUnitId: string | null;
3362
3362
  /** @enum {string} */
3363
3363
  type: "company" | "department" | "team" | "cross_team" | "doc" | "goal" | "source" | "map" | "context_bank";
@@ -3377,7 +3377,7 @@ export interface components {
3377
3377
  level: "root" | "department" | "team" | "context";
3378
3378
  content: string;
3379
3379
  /** @enum {string} */
3380
- visibility: "public" | "private";
3380
+ visibility: "private" | "unit" | "org";
3381
3381
  parentId: string | null;
3382
3382
  owningUnitId: string | null;
3383
3383
  owner: {
@@ -3423,7 +3423,7 @@ export interface components {
3423
3423
  slug: string;
3424
3424
  title: string;
3425
3425
  /** @enum {string} */
3426
- visibility: "public" | "private";
3426
+ visibility: "private" | "unit" | "org";
3427
3427
  updatedAt: string;
3428
3428
  }[];
3429
3429
  };
@@ -34,6 +34,7 @@ export const openApiRoutes = {
34
34
  '/api/company-md/docs/{slug}/sharing/policy': ['PUT'],
35
35
  '/api/company-md/docs/{slug}/title': ['PUT'],
36
36
  '/api/company-md/extract': ['POST'],
37
+ '/api/company-md/search': ['POST'],
37
38
  '/api/company-md/tree': ['GET'],
38
39
  '/api/drive/files': ['GET'],
39
40
  '/api/drive/files/recent': ['GET'],
@@ -49,6 +50,14 @@ export const openApiRoutes = {
49
50
  '/api/internal-admin/impersonate/session': ['GET'],
50
51
  '/api/internal-admin/impersonate/start': ['POST'],
51
52
  '/api/me': ['GET'],
53
+ '/api/me/meetings/recordings/start': ['POST'],
54
+ '/api/me/meetings/recordings/{id}': ['DELETE'],
55
+ '/api/me/meetings/recordings/{id}/complete': ['POST'],
56
+ '/api/me/meetings/recordings/{id}/events': ['POST'],
57
+ '/api/me/meetings/recordings/{id}/export': ['POST'],
58
+ '/api/me/meetings/recordings/{id}/export/{jobId}': ['GET'],
59
+ '/api/me/meetings/recordings/{id}/restore': ['POST'],
60
+ '/api/me/meetings/recordings/{id}/visibility': ['POST'],
52
61
  '/api/me/work-items': ['GET'],
53
62
  '/api/me/work-items/counts': ['GET'],
54
63
  '/api/org-units': ['POST'],