@company-semantics/contracts 62.10.0 → 62.11.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,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 = '9829bca605e4' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = '9829bca605e4a464d73b067d1d063d2a68c5871b9fae570470a43987e481bb3a' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -2714,8 +2714,8 @@ export interface paths {
|
|
|
2714
2714
|
get?: never;
|
|
2715
2715
|
put?: never;
|
|
2716
2716
|
/**
|
|
2717
|
-
* Upload an org-chart artifact (PDF
|
|
2718
|
-
* @description Accepts
|
|
2717
|
+
* Upload an org-chart artifact (text, office documents, PDF, images, diagrams) for ingestion
|
|
2718
|
+
* @description Accepts one multipart file admitted by the org-chart ingestion surface (contracts INGESTION_SURFACES: text, document, image and diagram families; 10 MiB ceiling). With `?dryRun=true` the operation only reaches the validated state and writes no live rows. Returns 202 with the operationId so the caller can poll.
|
|
2719
2719
|
*/
|
|
2720
2720
|
post: operations["importOrgChart"];
|
|
2721
2721
|
delete?: never;
|
|
@@ -2826,7 +2826,7 @@ export interface paths {
|
|
|
2826
2826
|
path?: never;
|
|
2827
2827
|
cookie?: never;
|
|
2828
2828
|
};
|
|
2829
|
-
/** Get extracted text content from a Google Drive file */
|
|
2829
|
+
/** Get extracted text content from a Google Drive file (fetched in a registry format and parsed like an upload) */
|
|
2830
2830
|
get: operations["getDriveFileContent"];
|
|
2831
2831
|
put?: never;
|
|
2832
2832
|
post?: never;
|
|
@@ -4762,6 +4762,8 @@ export interface components {
|
|
|
4762
4762
|
destinationDocId: string;
|
|
4763
4763
|
title: string;
|
|
4764
4764
|
rawText: string;
|
|
4765
|
+
/** Format: uuid */
|
|
4766
|
+
sourceOperationId?: string;
|
|
4765
4767
|
chatId: string;
|
|
4766
4768
|
};
|
|
4767
4769
|
RoleCatalogResponse: {
|
|
@@ -11686,14 +11688,14 @@ export interface operations {
|
|
|
11686
11688
|
};
|
|
11687
11689
|
content?: never;
|
|
11688
11690
|
};
|
|
11689
|
-
/** @description Upload exceeds the 10
|
|
11691
|
+
/** @description Upload exceeds the surface ceiling (10 MiB) or the format cap */
|
|
11690
11692
|
413: {
|
|
11691
11693
|
headers: {
|
|
11692
11694
|
[name: string]: unknown;
|
|
11693
11695
|
};
|
|
11694
11696
|
content?: never;
|
|
11695
11697
|
};
|
|
11696
|
-
/** @description
|
|
11698
|
+
/** @description Bytes match no registered format, or a format the org-chart surface does not admit */
|
|
11697
11699
|
415: {
|
|
11698
11700
|
headers: {
|
|
11699
11701
|
[name: string]: unknown;
|