@sap-ai-sdk/document-grounding 2.0.1-20251017013013.0 → 2.1.1-20251112121513.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/dist/client/api/pipelines-api.d.ts +34 -1
- package/dist/client/api/pipelines-api.d.ts.map +1 -1
- package/dist/client/api/pipelines-api.js +34 -0
- package/dist/client/api/pipelines-api.js.map +1 -1
- package/dist/client/api/schema/base-document.d.ts +2 -2
- package/dist/client/api/schema/base-document.d.ts.map +1 -1
- package/dist/client/api/schema/base-pipeline-minimal-response.d.ts +12 -0
- package/dist/client/api/schema/base-pipeline-minimal-response.d.ts.map +1 -0
- package/dist/client/api/schema/base-pipeline-minimal-response.js +2 -0
- package/dist/client/api/schema/base-pipeline-minimal-response.js.map +1 -0
- package/dist/client/api/schema/collection-request.d.ts +2 -2
- package/dist/client/api/schema/collection-request.d.ts.map +1 -1
- package/dist/client/api/schema/collection.d.ts +2 -2
- package/dist/client/api/schema/collection.d.ts.map +1 -1
- package/dist/client/api/schema/create-pipeline.d.ts +7 -1
- package/dist/client/api/schema/create-pipeline.d.ts.map +1 -1
- package/dist/client/api/schema/data-repository-with-documents.d.ts +2 -2
- package/dist/client/api/schema/data-repository-with-documents.d.ts.map +1 -1
- package/dist/client/api/schema/data-repository.d.ts +2 -2
- package/dist/client/api/schema/data-repository.d.ts.map +1 -1
- package/dist/client/api/schema/document-input.d.ts +2 -2
- package/dist/client/api/schema/document-input.d.ts.map +1 -1
- package/dist/client/api/schema/document-output.d.ts +4 -4
- package/dist/client/api/schema/document-output.d.ts.map +1 -1
- package/dist/client/api/schema/document-response.d.ts +2 -2
- package/dist/client/api/schema/document-response.d.ts.map +1 -1
- package/dist/client/api/schema/document-status.d.ts +1 -1
- package/dist/client/api/schema/document-status.d.ts.map +1 -1
- package/dist/client/api/schema/document-without-chunks.d.ts +2 -2
- package/dist/client/api/schema/document-without-chunks.d.ts.map +1 -1
- package/dist/client/api/schema/document.d.ts +4 -4
- package/dist/client/api/schema/document.d.ts.map +1 -1
- package/dist/client/api/schema/documents-chunk.d.ts +2 -2
- package/dist/client/api/schema/documents-chunk.d.ts.map +1 -1
- package/dist/client/api/schema/documents-status-response.d.ts +19 -0
- package/dist/client/api/schema/documents-status-response.d.ts.map +1 -1
- package/dist/client/api/schema/get-pipeline-status.d.ts +10 -0
- package/dist/client/api/schema/get-pipeline-status.d.ts.map +1 -1
- package/dist/client/api/schema/get-pipeline.d.ts +7 -1
- package/dist/client/api/schema/get-pipeline.d.ts.map +1 -1
- package/dist/client/api/schema/include-paths-array.d.ts +9 -0
- package/dist/client/api/schema/include-paths-array.d.ts.map +1 -0
- package/dist/client/api/schema/{common-configuration.js → include-paths-array.js} +1 -1
- package/dist/client/api/schema/include-paths-array.js.map +1 -0
- package/dist/client/api/schema/index.d.ts +40 -3
- package/dist/client/api/schema/index.d.ts.map +1 -1
- package/dist/client/api/schema/index.js +40 -3
- package/dist/client/api/schema/index.js.map +1 -1
- package/dist/client/api/schema/manual-pipeline-trigger.d.ts +14 -0
- package/dist/client/api/schema/manual-pipeline-trigger.d.ts.map +1 -0
- package/dist/client/api/schema/manual-pipeline-trigger.js +7 -0
- package/dist/client/api/schema/manual-pipeline-trigger.js.map +1 -0
- package/dist/client/api/schema/meta-data.d.ts +29 -1
- package/dist/client/api/schema/meta-data.d.ts.map +1 -1
- package/dist/client/api/schema/ms-share-point-configuration-get-response.d.ts +1 -1
- package/dist/client/api/schema/ms-share-point-configuration-get-response.d.ts.map +1 -1
- package/dist/client/api/schema/ms-share-point-configuration-minimal.d.ts +8 -0
- package/dist/client/api/schema/ms-share-point-configuration-minimal.d.ts.map +1 -0
- package/dist/client/api/schema/ms-share-point-configuration-minimal.js +2 -0
- package/dist/client/api/schema/ms-share-point-configuration-minimal.js.map +1 -0
- package/dist/client/api/schema/ms-share-point-configuration.d.ts +4 -0
- package/dist/client/api/schema/ms-share-point-configuration.d.ts.map +1 -1
- package/dist/client/api/schema/ms-share-point-pipeline-minimal-response.d.ts +14 -0
- package/dist/client/api/schema/ms-share-point-pipeline-minimal-response.d.ts.map +1 -0
- package/dist/client/api/schema/ms-share-point-pipeline-minimal-response.js +2 -0
- package/dist/client/api/schema/ms-share-point-pipeline-minimal-response.js.map +1 -0
- package/dist/client/api/schema/patch-pipeline.d.ts +43 -0
- package/dist/client/api/schema/patch-pipeline.d.ts.map +1 -0
- package/dist/client/api/schema/patch-pipeline.js +7 -0
- package/dist/client/api/schema/patch-pipeline.js.map +1 -0
- package/dist/client/api/schema/pipeline-document-response.d.ts +8 -1
- package/dist/client/api/schema/pipeline-document-response.d.ts.map +1 -1
- package/dist/client/api/schema/pipeline-execution-data.d.ts +10 -0
- package/dist/client/api/schema/pipeline-execution-data.d.ts.map +1 -1
- package/dist/client/api/schema/pipeline-execution-status.d.ts +1 -2
- package/dist/client/api/schema/pipeline-execution-status.d.ts.map +1 -1
- package/dist/client/api/schema/pipeline-minimal-response.d.ts +20 -0
- package/dist/client/api/schema/pipeline-minimal-response.d.ts.map +1 -0
- package/dist/client/api/schema/pipeline-minimal-response.js +2 -0
- package/dist/client/api/schema/pipeline-minimal-response.js.map +1 -0
- package/dist/client/api/schema/retrieval-chunk.d.ts +13 -0
- package/dist/client/api/schema/retrieval-chunk.d.ts.map +1 -0
- package/dist/client/api/schema/retrieval-chunk.js +2 -0
- package/dist/client/api/schema/retrieval-chunk.js.map +1 -0
- package/dist/client/api/schema/retrieval-document-key-value-list-pair.d.ts +16 -0
- package/dist/client/api/schema/retrieval-document-key-value-list-pair.d.ts.map +1 -0
- package/dist/client/api/schema/retrieval-document-key-value-list-pair.js +7 -0
- package/dist/client/api/schema/retrieval-document-key-value-list-pair.js.map +1 -0
- package/dist/client/api/schema/retrieval-key-value-list-pair.d.ts +11 -0
- package/dist/client/api/schema/retrieval-key-value-list-pair.d.ts.map +1 -0
- package/dist/client/api/schema/retrieval-key-value-list-pair.js +7 -0
- package/dist/client/api/schema/retrieval-key-value-list-pair.js.map +1 -0
- package/dist/client/api/schema/retrieval-per-filter-search-result-error.d.ts +7 -0
- package/dist/client/api/schema/retrieval-per-filter-search-result-error.d.ts.map +1 -0
- package/dist/client/api/schema/retrieval-per-filter-search-result-error.js +7 -0
- package/dist/client/api/schema/retrieval-per-filter-search-result-error.js.map +1 -0
- package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.d.ts +3 -1
- package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.d.ts.map +1 -1
- package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.js +0 -5
- package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.js.map +1 -1
- package/dist/client/api/schema/retrieval-search-configuration.d.ts +14 -0
- package/dist/client/api/schema/retrieval-search-configuration.d.ts.map +1 -0
- package/dist/client/api/schema/retrieval-search-configuration.js +7 -0
- package/dist/client/api/schema/retrieval-search-configuration.js.map +1 -0
- package/dist/client/api/schema/retrieval-search-document-key-value-list-pair.d.ts +16 -0
- package/dist/client/api/schema/retrieval-search-document-key-value-list-pair.d.ts.map +1 -0
- package/dist/client/api/schema/retrieval-search-document-key-value-list-pair.js +2 -0
- package/dist/client/api/schema/retrieval-search-document-key-value-list-pair.js.map +1 -0
- package/dist/client/api/schema/retrieval-search-filter.d.ts +8 -8
- package/dist/client/api/schema/retrieval-search-filter.d.ts.map +1 -1
- package/dist/client/api/schema/retrieval-search-select-option-enum.d.ts +5 -0
- package/dist/client/api/schema/retrieval-search-select-option-enum.d.ts.map +1 -0
- package/dist/client/api/schema/retrieval-search-select-option-enum.js +7 -0
- package/dist/client/api/schema/retrieval-search-select-option-enum.js.map +1 -0
- package/dist/client/api/schema/s-3-configuration-minimal.d.ts +10 -0
- package/dist/client/api/schema/s-3-configuration-minimal.d.ts.map +1 -0
- package/dist/client/api/schema/s-3-configuration-minimal.js +2 -0
- package/dist/client/api/schema/s-3-configuration-minimal.js.map +1 -0
- package/dist/client/api/schema/s-3-configuration.d.ts +18 -0
- package/dist/client/api/schema/s-3-configuration.d.ts.map +1 -0
- package/dist/client/api/schema/s-3-configuration.js +2 -0
- package/dist/client/api/schema/s-3-configuration.js.map +1 -0
- package/dist/client/api/schema/s-3-pipeline-create-request.d.ts +2 -2
- package/dist/client/api/schema/s-3-pipeline-create-request.d.ts.map +1 -1
- package/dist/client/api/schema/s-3-pipeline-get-response.d.ts +2 -2
- package/dist/client/api/schema/s-3-pipeline-get-response.d.ts.map +1 -1
- package/dist/client/api/schema/s-3-pipeline-minimal-response.d.ts +14 -0
- package/dist/client/api/schema/s-3-pipeline-minimal-response.d.ts.map +1 -0
- package/dist/client/api/schema/s-3-pipeline-minimal-response.js +2 -0
- package/dist/client/api/schema/s-3-pipeline-minimal-response.js.map +1 -0
- package/dist/client/api/schema/sdm-pipeline-create-request.d.ts +9 -0
- package/dist/client/api/schema/sdm-pipeline-create-request.d.ts.map +1 -0
- package/dist/client/api/schema/sdm-pipeline-create-request.js +2 -0
- package/dist/client/api/schema/sdm-pipeline-create-request.js.map +1 -0
- package/dist/client/api/schema/sdm-pipeline-get-response.d.ts +10 -0
- package/dist/client/api/schema/sdm-pipeline-get-response.d.ts.map +1 -0
- package/dist/client/api/schema/sdm-pipeline-get-response.js +2 -0
- package/dist/client/api/schema/sdm-pipeline-get-response.js.map +1 -0
- package/dist/client/api/schema/sdm-pipeline-minimal-response.d.ts +12 -0
- package/dist/client/api/schema/sdm-pipeline-minimal-response.d.ts.map +1 -0
- package/dist/client/api/schema/sdm-pipeline-minimal-response.js +2 -0
- package/dist/client/api/schema/sdm-pipeline-minimal-response.js.map +1 -0
- package/dist/client/api/schema/search-pipeline.d.ts +35 -0
- package/dist/client/api/schema/search-pipeline.d.ts.map +1 -0
- package/dist/client/api/schema/search-pipeline.js +7 -0
- package/dist/client/api/schema/search-pipeline.js.map +1 -0
- package/dist/client/api/schema/search-pipelines-response.d.ts +9 -0
- package/dist/client/api/schema/search-pipelines-response.d.ts.map +1 -0
- package/dist/client/api/schema/search-pipelines-response.js +2 -0
- package/dist/client/api/schema/search-pipelines-response.js.map +1 -0
- package/dist/client/api/schema/sftp-configuration-minimal.d.ts +10 -0
- package/dist/client/api/schema/sftp-configuration-minimal.d.ts.map +1 -0
- package/dist/client/api/schema/sftp-configuration-minimal.js +2 -0
- package/dist/client/api/schema/sftp-configuration-minimal.js.map +1 -0
- package/dist/client/api/schema/sftp-configuration.d.ts +18 -0
- package/dist/client/api/schema/sftp-configuration.d.ts.map +1 -0
- package/dist/client/api/schema/sftp-configuration.js +2 -0
- package/dist/client/api/schema/sftp-configuration.js.map +1 -0
- package/dist/client/api/schema/sftp-pipeline-create-request.d.ts +2 -2
- package/dist/client/api/schema/sftp-pipeline-create-request.d.ts.map +1 -1
- package/dist/client/api/schema/sftp-pipeline-get-response.d.ts +2 -2
- package/dist/client/api/schema/sftp-pipeline-get-response.d.ts.map +1 -1
- package/dist/client/api/schema/sftp-pipeline-minimal-response.d.ts +14 -0
- package/dist/client/api/schema/sftp-pipeline-minimal-response.d.ts.map +1 -0
- package/dist/client/api/schema/sftp-pipeline-minimal-response.js +2 -0
- package/dist/client/api/schema/sftp-pipeline-minimal-response.js.map +1 -0
- package/dist/client/api/schema/share-point-site-detail.d.ts +16 -0
- package/dist/client/api/schema/share-point-site-detail.d.ts.map +1 -0
- package/dist/client/api/schema/share-point-site-detail.js +2 -0
- package/dist/client/api/schema/share-point-site-detail.js.map +1 -0
- package/dist/client/api/schema/share-point-site.d.ts +2 -7
- package/dist/client/api/schema/share-point-site.d.ts.map +1 -1
- package/dist/client/api/schema/share-point-site.js +0 -5
- package/dist/client/api/schema/share-point-site.js.map +1 -1
- package/dist/client/api/schema/text-only-base-chunk.d.ts +2 -2
- package/dist/client/api/schema/text-only-base-chunk.d.ts.map +1 -1
- package/dist/client/api/schema/text-search-request.d.ts +2 -2
- package/dist/client/api/schema/text-search-request.d.ts.map +1 -1
- package/dist/client/api/schema/vector-chunk.d.ts +13 -0
- package/dist/client/api/schema/vector-chunk.d.ts.map +1 -0
- package/dist/client/api/schema/vector-chunk.js +2 -0
- package/dist/client/api/schema/vector-chunk.js.map +1 -0
- package/dist/client/api/schema/vector-document-key-value-list-pair.d.ts +16 -0
- package/dist/client/api/schema/vector-document-key-value-list-pair.d.ts.map +1 -0
- package/dist/client/api/schema/vector-document-key-value-list-pair.js +7 -0
- package/dist/client/api/schema/vector-document-key-value-list-pair.js.map +1 -0
- package/dist/client/api/schema/vector-key-value-list-pair.d.ts +11 -0
- package/dist/client/api/schema/vector-key-value-list-pair.d.ts.map +1 -0
- package/dist/client/api/schema/vector-key-value-list-pair.js +7 -0
- package/dist/client/api/schema/vector-key-value-list-pair.js.map +1 -0
- package/dist/client/api/schema/vector-per-filter-search-result.d.ts +9 -0
- package/dist/client/api/schema/vector-per-filter-search-result.d.ts.map +1 -0
- package/dist/client/api/schema/vector-per-filter-search-result.js +2 -0
- package/dist/client/api/schema/vector-per-filter-search-result.js.map +1 -0
- package/dist/client/api/schema/vector-search-configuration.d.ts +14 -0
- package/dist/client/api/schema/vector-search-configuration.d.ts.map +1 -0
- package/dist/client/api/schema/vector-search-configuration.js +7 -0
- package/dist/client/api/schema/vector-search-configuration.js.map +1 -0
- package/dist/client/api/schema/vector-search-document-key-value-list-pair.d.ts +16 -0
- package/dist/client/api/schema/vector-search-document-key-value-list-pair.d.ts.map +1 -0
- package/dist/client/api/schema/vector-search-document-key-value-list-pair.js +2 -0
- package/dist/client/api/schema/vector-search-document-key-value-list-pair.js.map +1 -0
- package/dist/client/api/schema/vector-search-filter.d.ts +33 -0
- package/dist/client/api/schema/vector-search-filter.d.ts.map +1 -0
- package/dist/client/api/schema/vector-search-filter.js +2 -0
- package/dist/client/api/schema/vector-search-filter.js.map +1 -0
- package/dist/client/api/schema/vector-search-results.d.ts +11 -0
- package/dist/client/api/schema/vector-search-results.d.ts.map +1 -0
- package/dist/client/api/schema/vector-search-results.js +2 -0
- package/dist/client/api/schema/vector-search-results.js.map +1 -0
- package/dist/client/api/schema/vector-search-select-option-enum.d.ts +6 -0
- package/dist/client/api/schema/vector-search-select-option-enum.d.ts.map +1 -0
- package/dist/client/api/schema/vector-search-select-option-enum.js +7 -0
- package/dist/client/api/schema/vector-search-select-option-enum.js.map +1 -0
- package/dist/client/api/schema/work-zone-pipeline-create-request.d.ts +9 -0
- package/dist/client/api/schema/work-zone-pipeline-create-request.d.ts.map +1 -0
- package/dist/client/api/schema/work-zone-pipeline-create-request.js +2 -0
- package/dist/client/api/schema/work-zone-pipeline-create-request.js.map +1 -0
- package/dist/client/api/schema/work-zone-pipeline-get-response.d.ts +10 -0
- package/dist/client/api/schema/work-zone-pipeline-get-response.d.ts.map +1 -0
- package/dist/client/api/schema/work-zone-pipeline-get-response.js +2 -0
- package/dist/client/api/schema/work-zone-pipeline-get-response.js.map +1 -0
- package/dist/client/api/schema/work-zone-pipeline-minimal-response.d.ts +12 -0
- package/dist/client/api/schema/work-zone-pipeline-minimal-response.d.ts.map +1 -0
- package/dist/client/api/schema/work-zone-pipeline-minimal-response.js +2 -0
- package/dist/client/api/schema/work-zone-pipeline-minimal-response.js.map +1 -0
- package/dist/client/api/vector-api.d.ts +2 -2
- package/dist/client/api/vector-api.d.ts.map +1 -1
- package/package.json +7 -2
- package/dist/client/api/schema/common-configuration.d.ts +0 -10
- package/dist/client/api/schema/common-configuration.d.ts.map +0 -1
- package/dist/client/api/schema/common-configuration.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
|
|
2
|
-
import type { GetPipelines, CreatePipeline, PipelineId, GetPipeline, GetPipelineStatus, GetPipelineExecutions, GetPipelineExecutionById, DocumentsStatusResponse, PipelineDocumentResponse } from './schema/index.js';
|
|
2
|
+
import type { GetPipelines, CreatePipeline, PipelineId, GetPipeline, PatchPipeline, GetPipelineStatus, SearchPipeline, SearchPipelinesResponse, GetPipelineExecutions, GetPipelineExecutionById, DocumentsStatusResponse, PipelineDocumentResponse, ManualPipelineTrigger } from './schema/index.js';
|
|
3
3
|
/**
|
|
4
4
|
* Representation of the 'PipelinesApi'.
|
|
5
5
|
* This API is part of the 'api' service.
|
|
@@ -37,6 +37,16 @@ export declare const PipelinesApi: {
|
|
|
37
37
|
getPipelineById: (pipelineId: string, headerParameters: {
|
|
38
38
|
"AI-Resource-Group": string;
|
|
39
39
|
}) => OpenApiRequestBuilder<GetPipeline>;
|
|
40
|
+
/**
|
|
41
|
+
* Patch a pipeline by pipeline id
|
|
42
|
+
* @param pipelineId - The ID of the pipeline to patch.
|
|
43
|
+
* @param body - Request body.
|
|
44
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
45
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
46
|
+
*/
|
|
47
|
+
patchPipelineById: (pipelineId: string, body: PatchPipeline, headerParameters: {
|
|
48
|
+
"AI-Resource-Group": string;
|
|
49
|
+
}) => OpenApiRequestBuilder<any>;
|
|
40
50
|
/**
|
|
41
51
|
* Delete a pipeline by pipeline id
|
|
42
52
|
* @param pipelineId - The ID of the pipeline to delete.
|
|
@@ -55,6 +65,20 @@ export declare const PipelinesApi: {
|
|
|
55
65
|
getPipelineStatus: (pipelineId: string, headerParameters: {
|
|
56
66
|
"AI-Resource-Group": string;
|
|
57
67
|
}) => OpenApiRequestBuilder<GetPipelineStatus>;
|
|
68
|
+
/**
|
|
69
|
+
* Search for pipelines based on metadata
|
|
70
|
+
* @param body - Request body.
|
|
71
|
+
* @param queryParameters - Object containing the following keys: $top, $skip, $count.
|
|
72
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
73
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
74
|
+
*/
|
|
75
|
+
searchPipelinesByMetadata: (body: SearchPipeline, queryParameters: {
|
|
76
|
+
$top?: number;
|
|
77
|
+
$skip?: number;
|
|
78
|
+
$count?: boolean;
|
|
79
|
+
}, headerParameters: {
|
|
80
|
+
"AI-Resource-Group": string;
|
|
81
|
+
}) => OpenApiRequestBuilder<SearchPipelinesResponse>;
|
|
58
82
|
/**
|
|
59
83
|
* Retrieve all executions for a specific pipeline. Optionally, filter to get only the last execution.
|
|
60
84
|
* @param pipelineId - The ID of the pipeline
|
|
@@ -130,5 +154,14 @@ export declare const PipelinesApi: {
|
|
|
130
154
|
getDocumentByIdForPipeline: (pipelineId: string, documentId: string, headerParameters: {
|
|
131
155
|
"AI-Resource-Group": string;
|
|
132
156
|
}) => OpenApiRequestBuilder<PipelineDocumentResponse>;
|
|
157
|
+
/**
|
|
158
|
+
* Manually trigger a pipeline
|
|
159
|
+
* @param body - Request body.
|
|
160
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
161
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
162
|
+
*/
|
|
163
|
+
manualTriggerPipeline: (body: ManualPipelineTrigger, headerParameters: {
|
|
164
|
+
"AI-Resource-Group": string;
|
|
165
|
+
}) => OpenApiRequestBuilder<any>;
|
|
133
166
|
};
|
|
134
167
|
//# sourceMappingURL=pipelines-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipelines-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/pipelines-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,YAAY,EACZ,cAAc,EACd,UAAU,EACV,WAAW,EACX,iBAAiB,EACjB,qBAAqB,EACrB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,
|
|
1
|
+
{"version":3,"file":"pipelines-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/pipelines-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,YAAY,EACZ,cAAc,EACd,UAAU,EACV,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,cAAc,EACd,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,qBAAqB,EACtB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,YAAY;;IAEvB;;;;;OAKG;uCAEgB;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;2BAEK,cAAc,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;kCAEW,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;oCAEW,MAAM,QACZ,aAAa,oBACD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;OAKG;qCAEW,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;oCAEW,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;sCAEK,cAAc,mBACH;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;OAMG;8CAEW,MAAM,mBACD;QACf,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;OAMG;8DAEW,MAAM,eACL,MAAM,oBACD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;;OAOG;mDAEW,MAAM,eACL,MAAM,mBACF;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;;OAOG;sDAEW,MAAM,eACL,MAAM,cACP,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;6CAEW,MAAM,mBACD;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;OAMG;6CAEW,MAAM,cACN,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;kCAEK,qBAAqB,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAWpD,CAAC"}
|
|
@@ -40,6 +40,18 @@ export const PipelinesApi = {
|
|
|
40
40
|
pathParameters: { pipelineId },
|
|
41
41
|
headerParameters
|
|
42
42
|
}, PipelinesApi._defaultBasePath),
|
|
43
|
+
/**
|
|
44
|
+
* Patch a pipeline by pipeline id
|
|
45
|
+
* @param pipelineId - The ID of the pipeline to patch.
|
|
46
|
+
* @param body - Request body.
|
|
47
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
48
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
49
|
+
*/
|
|
50
|
+
patchPipelineById: (pipelineId, body, headerParameters) => new OpenApiRequestBuilder('patch', '/pipelines/{pipelineId}', {
|
|
51
|
+
pathParameters: { pipelineId },
|
|
52
|
+
body,
|
|
53
|
+
headerParameters
|
|
54
|
+
}, PipelinesApi._defaultBasePath),
|
|
43
55
|
/**
|
|
44
56
|
* Delete a pipeline by pipeline id
|
|
45
57
|
* @param pipelineId - The ID of the pipeline to delete.
|
|
@@ -60,6 +72,18 @@ export const PipelinesApi = {
|
|
|
60
72
|
pathParameters: { pipelineId },
|
|
61
73
|
headerParameters
|
|
62
74
|
}, PipelinesApi._defaultBasePath),
|
|
75
|
+
/**
|
|
76
|
+
* Search for pipelines based on metadata
|
|
77
|
+
* @param body - Request body.
|
|
78
|
+
* @param queryParameters - Object containing the following keys: $top, $skip, $count.
|
|
79
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
80
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
81
|
+
*/
|
|
82
|
+
searchPipelinesByMetadata: (body, queryParameters, headerParameters) => new OpenApiRequestBuilder('post', '/pipelines/search', {
|
|
83
|
+
body,
|
|
84
|
+
queryParameters,
|
|
85
|
+
headerParameters
|
|
86
|
+
}, PipelinesApi._defaultBasePath),
|
|
63
87
|
/**
|
|
64
88
|
* Retrieve all executions for a specific pipeline. Optionally, filter to get only the last execution.
|
|
65
89
|
* @param pipelineId - The ID of the pipeline
|
|
@@ -130,6 +154,16 @@ export const PipelinesApi = {
|
|
|
130
154
|
getDocumentByIdForPipeline: (pipelineId, documentId, headerParameters) => new OpenApiRequestBuilder('get', '/pipelines/{pipelineId}/documents/{documentId}', {
|
|
131
155
|
pathParameters: { pipelineId, documentId },
|
|
132
156
|
headerParameters
|
|
157
|
+
}, PipelinesApi._defaultBasePath),
|
|
158
|
+
/**
|
|
159
|
+
* Manually trigger a pipeline
|
|
160
|
+
* @param body - Request body.
|
|
161
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
162
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
163
|
+
*/
|
|
164
|
+
manualTriggerPipeline: (body, headerParameters) => new OpenApiRequestBuilder('post', '/pipelines/trigger', {
|
|
165
|
+
body,
|
|
166
|
+
headerParameters
|
|
133
167
|
}, PipelinesApi._defaultBasePath)
|
|
134
168
|
};
|
|
135
169
|
//# sourceMappingURL=pipelines-api.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipelines-api.js","sourceRoot":"","sources":["../../../src/client/api/pipelines-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"pipelines-api.js","sourceRoot":"","sources":["../../../src/client/api/pipelines-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { TextOnlyBaseChunk } from './text-only-base-chunk.js';
|
|
2
|
-
import type {
|
|
2
|
+
import type { VectorDocumentKeyValueListPair } from './vector-document-key-value-list-pair.js';
|
|
3
3
|
/**
|
|
4
4
|
* Base class for documents, document requests and responses.
|
|
5
5
|
*/
|
|
6
6
|
export type BaseDocument = {
|
|
7
7
|
chunks: TextOnlyBaseChunk[];
|
|
8
|
-
metadata:
|
|
8
|
+
metadata: VectorDocumentKeyValueListPair[];
|
|
9
9
|
} & Record<string, any>;
|
|
10
10
|
//# sourceMappingURL=base-document.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-document.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/base-document.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"base-document.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/base-document.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC/F;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM,EAAE,iBAAiB,EAAE,CAAC;IAC5B,QAAQ,EAAE,8BAA8B,EAAE,CAAC;CAC5C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { PipelineExecutionStatus } from './pipeline-execution-status.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'BasePipelineMinimalResponse' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type BasePipelineMinimalResponse = {
|
|
6
|
+
/**
|
|
7
|
+
* @example "uuid"
|
|
8
|
+
*/
|
|
9
|
+
id: string;
|
|
10
|
+
status: PipelineExecutionStatus;
|
|
11
|
+
} & Record<string, any>;
|
|
12
|
+
//# sourceMappingURL=base-pipeline-minimal-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-pipeline-minimal-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/base-pipeline-minimal-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,uBAAuB,CAAC;CACjC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-pipeline-minimal-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/base-pipeline-minimal-response.ts"],"names":[],"mappings":""}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { EmbeddingConfig } from './embedding-config.js';
|
|
2
|
-
import type {
|
|
2
|
+
import type { VectorKeyValueListPair } from './vector-key-value-list-pair.js';
|
|
3
3
|
/**
|
|
4
4
|
* A request for creating a new, single collection.
|
|
5
5
|
*/
|
|
@@ -10,6 +10,6 @@ export type CollectionRequest = {
|
|
|
10
10
|
* Metadata attached to collection. Useful to restrict search to a subset of collections.
|
|
11
11
|
* Default: [].
|
|
12
12
|
*/
|
|
13
|
-
metadata?:
|
|
13
|
+
metadata?: VectorKeyValueListPair[];
|
|
14
14
|
} & Record<string, any>;
|
|
15
15
|
//# sourceMappingURL=collection-request.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collection-request.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collection-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"collection-request.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collection-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,eAAe,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,sBAAsB,EAAE,CAAC;CACrC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { EmbeddingConfig } from './embedding-config.js';
|
|
2
|
-
import type {
|
|
2
|
+
import type { VectorKeyValueListPair } from './vector-key-value-list-pair.js';
|
|
3
3
|
/**
|
|
4
4
|
* A logical grouping of content.
|
|
5
5
|
*/
|
|
@@ -10,7 +10,7 @@ export type Collection = {
|
|
|
10
10
|
* Metadata attached to collection. Useful to restrict search to a subset of collections.
|
|
11
11
|
* Default: [].
|
|
12
12
|
*/
|
|
13
|
-
metadata?:
|
|
13
|
+
metadata?: VectorKeyValueListPair[];
|
|
14
14
|
/**
|
|
15
15
|
* Unique identifier of a collection.
|
|
16
16
|
* Format: "uuid".
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collection.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collection.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"collection.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collection.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,eAAe,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACpC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { MSSharePointPipelineCreateRequest } from './ms-share-point-pipeline-create-request.js';
|
|
2
2
|
import type { S3PipelineCreateRequest } from './s-3-pipeline-create-request.js';
|
|
3
3
|
import type { SFTPPipelineCreateRequest } from './sftp-pipeline-create-request.js';
|
|
4
|
+
import type { SDMPipelineCreateRequest } from './sdm-pipeline-create-request.js';
|
|
5
|
+
import type { WorkZonePipelineCreateRequest } from './work-zone-pipeline-create-request.js';
|
|
4
6
|
/**
|
|
5
7
|
* Representation of the 'CreatePipeline' schema.
|
|
6
8
|
*/
|
|
@@ -10,5 +12,9 @@ export type CreatePipeline = ({
|
|
|
10
12
|
type: 'S3';
|
|
11
13
|
} & S3PipelineCreateRequest) | ({
|
|
12
14
|
type: 'SFTP';
|
|
13
|
-
} & SFTPPipelineCreateRequest)
|
|
15
|
+
} & SFTPPipelineCreateRequest) | ({
|
|
16
|
+
type: 'SDM';
|
|
17
|
+
} & SDMPipelineCreateRequest) | ({
|
|
18
|
+
type: 'WorkZone';
|
|
19
|
+
} & WorkZonePipelineCreateRequest);
|
|
14
20
|
//# sourceMappingURL=create-pipeline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-pipeline.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/create-pipeline.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,6CAA6C,CAAC;AACrG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACnF;;GAEG;AACH,MAAM,MAAM,cAAc,GACtB,CAAC;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,GAAG,iCAAiC,CAAC,GAC9D,CAAC;IAAE,IAAI,EAAE,IAAI,CAAA;CAAE,GAAG,uBAAuB,CAAC,GAC1C,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG,yBAAyB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"create-pipeline.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/create-pipeline.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,6CAA6C,CAAC;AACrG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AAC5F;;GAEG;AACH,MAAM,MAAM,cAAc,GACtB,CAAC;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,GAAG,iCAAiC,CAAC,GAC9D,CAAC;IAAE,IAAI,EAAE,IAAI,CAAA;CAAE,GAAG,uBAAuB,CAAC,GAC1C,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG,yBAAyB,CAAC,GAC9C,CAAC;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,GAAG,wBAAwB,CAAC,GAC5C,CAAC;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,GAAG,6BAA6B,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RetrievalKeyValueListPair } from './retrieval-key-value-list-pair.js';
|
|
2
2
|
import type { Document } from './document.js';
|
|
3
3
|
/**
|
|
4
4
|
* DataRepository schema returned by the Vector search endpoint
|
|
@@ -13,7 +13,7 @@ export type DataRepositoryWithDocuments = {
|
|
|
13
13
|
/**
|
|
14
14
|
* Metadata attached to DataRepository. Useful to later limit search to a subset of DataRepositories.
|
|
15
15
|
*/
|
|
16
|
-
metadata?:
|
|
16
|
+
metadata?: RetrievalKeyValueListPair[];
|
|
17
17
|
documents: Document[];
|
|
18
18
|
} & Record<string, any>;
|
|
19
19
|
//# sourceMappingURL=data-repository-with-documents.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-repository-with-documents.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-with-documents.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"data-repository-with-documents.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-with-documents.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACvC,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RetrievalKeyValueListPair } from './retrieval-key-value-list-pair.js';
|
|
2
2
|
import type { DataRepositoryType } from './data-repository-type.js';
|
|
3
3
|
/**
|
|
4
4
|
* DataRepository schema expected by Retrieval.
|
|
@@ -14,7 +14,7 @@ export type DataRepository = {
|
|
|
14
14
|
* Metadata attached to DataRepository. Useful to later limit search to a subset of DataRepositories.
|
|
15
15
|
* Default: [].
|
|
16
16
|
*/
|
|
17
|
-
metadata?:
|
|
17
|
+
metadata?: RetrievalKeyValueListPair[];
|
|
18
18
|
type: DataRepositoryType;
|
|
19
19
|
} & Record<string, any>;
|
|
20
20
|
//# sourceMappingURL=data-repository.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-repository.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"data-repository.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,QAAQ,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACvC,IAAI,EAAE,kBAAkB,CAAC;CAC1B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { TextOnlyBaseChunk } from './text-only-base-chunk.js';
|
|
2
|
-
import type {
|
|
2
|
+
import type { VectorDocumentKeyValueListPair } from './vector-document-key-value-list-pair.js';
|
|
3
3
|
/**
|
|
4
4
|
* A single document stored in a collection by ID.
|
|
5
5
|
*/
|
|
6
6
|
export type DocumentInput = {
|
|
7
7
|
chunks: TextOnlyBaseChunk[];
|
|
8
|
-
metadata:
|
|
8
|
+
metadata: VectorDocumentKeyValueListPair[];
|
|
9
9
|
/**
|
|
10
10
|
* Unique identifier of a document.
|
|
11
11
|
* Format: "uuid".
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-input.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-input.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"document-input.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-input.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC/F;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,EAAE,iBAAiB,EAAE,CAAC;IAC5B,QAAQ,EAAE,8BAA8B,EAAE,CAAC;IAC3C;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
1
|
+
import type { VectorDocumentKeyValueListPair } from './vector-document-key-value-list-pair.js';
|
|
2
|
+
import type { VectorChunk } from './vector-chunk.js';
|
|
3
3
|
/**
|
|
4
4
|
* Representation of the 'DocumentOutput' schema.
|
|
5
5
|
*/
|
|
@@ -11,7 +11,7 @@ export type DocumentOutput = {
|
|
|
11
11
|
/**
|
|
12
12
|
* Default: [].
|
|
13
13
|
*/
|
|
14
|
-
metadata?:
|
|
15
|
-
chunks:
|
|
14
|
+
metadata?: VectorDocumentKeyValueListPair[];
|
|
15
|
+
chunks: VectorChunk[];
|
|
16
16
|
} & Record<string, any>;
|
|
17
17
|
//# sourceMappingURL=document-output.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-output.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-output.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"document-output.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-output.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC/F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,QAAQ,CAAC,EAAE,8BAA8B,EAAE,CAAC;IAC5C,MAAM,EAAE,WAAW,EAAE,CAAC;CACvB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { TextOnlyBaseChunk } from './text-only-base-chunk.js';
|
|
2
|
-
import type {
|
|
2
|
+
import type { VectorDocumentKeyValueListPair } from './vector-document-key-value-list-pair.js';
|
|
3
3
|
/**
|
|
4
4
|
* A response containing information about a newly created, single document.
|
|
5
5
|
*/
|
|
6
6
|
export type DocumentResponse = {
|
|
7
7
|
chunks: TextOnlyBaseChunk[];
|
|
8
|
-
metadata:
|
|
8
|
+
metadata: VectorDocumentKeyValueListPair[];
|
|
9
9
|
/**
|
|
10
10
|
* Unique identifier of a document.
|
|
11
11
|
* Format: "uuid".
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"document-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC/F;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAE,iBAAiB,EAAE,CAAC;IAC5B,QAAQ,EAAE,8BAA8B,EAAE,CAAC;IAC3C;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* Representation of the 'DocumentStatus' schema.
|
|
3
3
|
* @example "INDEXED"
|
|
4
4
|
*/
|
|
5
|
-
export type DocumentStatus = 'TO_BE_PROCESSED' | 'INDEXED' | 'REINDEXED' | 'DEINDEXED' | 'FAILED' | 'FAILED_TO_BE_RETRIED';
|
|
5
|
+
export type DocumentStatus = 'TO_BE_PROCESSED' | 'INDEXED' | 'REINDEXED' | 'DEINDEXED' | 'FAILED' | 'FAILED_TO_BE_RETRIED' | 'TO_BE_SCHEDULED' | any;
|
|
6
6
|
//# sourceMappingURL=document-status.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-status.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-status.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,cAAc,GACtB,iBAAiB,GACjB,SAAS,GACT,WAAW,GACX,WAAW,GACX,QAAQ,GACR,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"document-status.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-status.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,cAAc,GACtB,iBAAiB,GACjB,SAAS,GACT,WAAW,GACX,WAAW,GACX,QAAQ,GACR,sBAAsB,GACtB,iBAAiB,GACjB,GAAG,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VectorDocumentKeyValueListPair } from './vector-document-key-value-list-pair.js';
|
|
2
2
|
/**
|
|
3
3
|
* A single document stored in a collection by ID without exposing its chunks.
|
|
4
4
|
*/
|
|
5
5
|
export type DocumentWithoutChunks = {
|
|
6
|
-
metadata:
|
|
6
|
+
metadata: VectorDocumentKeyValueListPair[];
|
|
7
7
|
/**
|
|
8
8
|
* Unique identifier of a document.
|
|
9
9
|
* Format: "uuid".
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-without-chunks.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-without-chunks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"document-without-chunks.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-without-chunks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC/F;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,EAAE,8BAA8B,EAAE,CAAC;IAC3C;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
1
|
+
import type { RetrievalDocumentKeyValueListPair } from './retrieval-document-key-value-list-pair.js';
|
|
2
|
+
import type { RetrievalChunk } from './retrieval-chunk.js';
|
|
3
3
|
/**
|
|
4
4
|
* Representation of the 'Document' schema.
|
|
5
5
|
*/
|
|
@@ -8,7 +8,7 @@ export type Document = {
|
|
|
8
8
|
/**
|
|
9
9
|
* Default: [].
|
|
10
10
|
*/
|
|
11
|
-
metadata?:
|
|
12
|
-
chunks:
|
|
11
|
+
metadata?: RetrievalDocumentKeyValueListPair[];
|
|
12
|
+
chunks: RetrievalChunk[];
|
|
13
13
|
} & Record<string, any>;
|
|
14
14
|
//# sourceMappingURL=document.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,6CAA6C,CAAC;AACrG,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,QAAQ,CAAC,EAAE,iCAAiC,EAAE,CAAC;IAC/C,MAAM,EAAE,cAAc,EAAE,CAAC;CAC1B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VectorKeyValueListPair } from './vector-key-value-list-pair.js';
|
|
2
2
|
import type { DocumentOutput } from './document-output.js';
|
|
3
3
|
/**
|
|
4
4
|
* Representation of the 'DocumentsChunk' schema.
|
|
@@ -12,7 +12,7 @@ export type DocumentsChunk = {
|
|
|
12
12
|
/**
|
|
13
13
|
* Default: [].
|
|
14
14
|
*/
|
|
15
|
-
metadata?:
|
|
15
|
+
metadata?: VectorKeyValueListPair[];
|
|
16
16
|
documents: DocumentOutput[];
|
|
17
17
|
} & Record<string, any>;
|
|
18
18
|
//# sourceMappingURL=documents-chunk.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documents-chunk.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/documents-chunk.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"documents-chunk.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/documents-chunk.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACpC,SAAS,EAAE,cAAc,EAAE,CAAC;CAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -13,6 +13,25 @@ export type DocumentsStatusResponse = {
|
|
|
13
13
|
*/
|
|
14
14
|
id?: string;
|
|
15
15
|
status?: DocumentStatus;
|
|
16
|
+
/**
|
|
17
|
+
* @example "location"
|
|
18
|
+
*/
|
|
19
|
+
viewLocation?: string | null;
|
|
20
|
+
/**
|
|
21
|
+
* @example "location"
|
|
22
|
+
*/
|
|
23
|
+
downloadLocation?: string | null;
|
|
24
|
+
absoluteUrl?: string | null;
|
|
25
|
+
title?: string | null;
|
|
26
|
+
metadataId?: string | null;
|
|
27
|
+
/**
|
|
28
|
+
* @example "2024-02-15T12:45:00Z"
|
|
29
|
+
*/
|
|
30
|
+
createdTimestamp?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example "2024-02-15T12:45:00Z"
|
|
33
|
+
*/
|
|
34
|
+
lastUpdatedTimestamp?: string;
|
|
16
35
|
} & Record<string, any>)[];
|
|
17
36
|
} & Record<string, any>;
|
|
18
37
|
//# sourceMappingURL=documents-status-response.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documents-status-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/documents-status-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,CAAC;QACX;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,MAAM,CAAC,EAAE,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"documents-status-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/documents-status-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,CAAC;QACX;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,MAAM,CAAC,EAAE,cAAc,CAAC;QACxB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B;;WAEG;QACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACjC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B;;WAEG;QACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B;;WAEG;QACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;KAC/B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC;CAC5B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -8,6 +8,16 @@ export type GetPipelineStatus = {
|
|
|
8
8
|
* Pattern: "^$|^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?Z$".
|
|
9
9
|
*/
|
|
10
10
|
lastStarted?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example "2024-02-15T12:45:00.000Z"
|
|
13
|
+
* Pattern: "^$|^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?Z$".
|
|
14
|
+
*/
|
|
15
|
+
createdAt?: string | null;
|
|
16
|
+
/**
|
|
17
|
+
* @example "2024-02-15T12:45:00.000Z"
|
|
18
|
+
* Pattern: "^$|^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?Z$".
|
|
19
|
+
*/
|
|
20
|
+
lastCompletedAt?: string | null;
|
|
11
21
|
status?: PipelineExecutionStatus;
|
|
12
22
|
} & Record<string, any>;
|
|
13
23
|
//# sourceMappingURL=get-pipeline-status.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-pipeline-status.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/get-pipeline-status.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,uBAAuB,CAAC;CAClC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"get-pipeline-status.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/get-pipeline-status.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,MAAM,CAAC,EAAE,uBAAuB,CAAC;CAClC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { MSSharePointPipelineGetResponse } from './ms-share-point-pipeline-get-response.js';
|
|
2
2
|
import type { S3PipelineGetResponse } from './s-3-pipeline-get-response.js';
|
|
3
3
|
import type { SFTPPipelineGetResponse } from './sftp-pipeline-get-response.js';
|
|
4
|
+
import type { SDMPipelineGetResponse } from './sdm-pipeline-get-response.js';
|
|
5
|
+
import type { WorkZonePipelineGetResponse } from './work-zone-pipeline-get-response.js';
|
|
4
6
|
/**
|
|
5
7
|
* Representation of the 'GetPipeline' schema.
|
|
6
8
|
*/
|
|
@@ -10,5 +12,9 @@ export type GetPipeline = ({
|
|
|
10
12
|
type: 'S3';
|
|
11
13
|
} & S3PipelineGetResponse) | ({
|
|
12
14
|
type: 'SFTP';
|
|
13
|
-
} & SFTPPipelineGetResponse)
|
|
15
|
+
} & SFTPPipelineGetResponse) | ({
|
|
16
|
+
type: 'SDM';
|
|
17
|
+
} & SDMPipelineGetResponse) | ({
|
|
18
|
+
type: 'WorkZone';
|
|
19
|
+
} & WorkZonePipelineGetResponse);
|
|
14
20
|
//# sourceMappingURL=get-pipeline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-pipeline.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/get-pipeline.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AACjG,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC/E;;GAEG;AACH,MAAM,MAAM,WAAW,GACnB,CAAC;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,GAAG,+BAA+B,CAAC,GAC5D,CAAC;IAAE,IAAI,EAAE,IAAI,CAAA;CAAE,GAAG,qBAAqB,CAAC,GACxC,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG,uBAAuB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"get-pipeline.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/get-pipeline.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AACjG,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC/E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AACxF;;GAEG;AACH,MAAM,MAAM,WAAW,GACnB,CAAC;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,GAAG,+BAA+B,CAAC,GAC5D,CAAC;IAAE,IAAI,EAAE,IAAI,CAAA;CAAE,GAAG,qBAAqB,CAAC,GACxC,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG,uBAAuB,CAAC,GAC5C,CAAC;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,GAAG,sBAAsB,CAAC,GAC1C,CAAC;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,GAAG,2BAA2B,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"include-paths-array.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/include-paths-array.ts"],"names":[],"mappings":"AAMA;;;;;;GAMG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"include-paths-array.js","sourceRoot":"","sources":["../../../../src/client/api/schema/include-paths-array.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|