twelvelabs-js 1.2.9 → 1.3.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/.fern/replay.lock +13 -1
- package/Client.d.ts +12 -0
- package/Client.js +28 -8
- package/api/errors/GoneError.d.ts +9 -0
- package/api/errors/GoneError.js +52 -0
- package/api/errors/index.d.ts +1 -0
- package/api/errors/index.js +1 -0
- package/api/resources/analyzeAsync/resources/batches/client/Client.d.ts +3 -1
- package/api/resources/analyzeAsync/resources/batches/client/Client.js +9 -7
- package/api/resources/analyzeAsync/resources/batches/client/requests/BatchesListRequest.d.ts +3 -1
- package/api/resources/analyzeAsync/resources/tasks/client/Client.js +4 -4
- package/api/resources/assets/client/Client.d.ts +2 -0
- package/api/resources/assets/client/Client.js +9 -7
- package/api/resources/assets/client/requests/AssetsListRequest.d.ts +2 -0
- package/api/resources/embed/client/Client.js +1 -1
- package/api/resources/embed/resources/tasks/client/Client.d.ts +3 -1
- package/api/resources/embed/resources/tasks/client/Client.js +7 -5
- package/api/resources/embed/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +3 -1
- package/api/resources/embed/resources/tasks/types/TasksRetrieveResponse.d.ts +1 -0
- package/api/resources/embed/resources/tasks/types/TasksRetrieveResponseVideoEmbedding.d.ts +3 -0
- package/api/resources/embed/resources/v2/client/Client.js +1 -1
- package/api/resources/embed/resources/v2/resources/tasks/client/Client.js +3 -3
- package/api/resources/entityCollections/client/Client.js +5 -5
- package/api/resources/entityCollections/resources/entities/client/Client.js +9 -9
- package/api/resources/index.d.ts +12 -0
- package/api/resources/index.js +13 -1
- package/api/resources/indexes/client/Client.js +5 -5
- package/api/resources/indexes/resources/indexedAssets/client/Client.d.ts +2 -0
- package/api/resources/indexes/resources/indexedAssets/client/Client.js +8 -6
- package/api/resources/indexes/resources/indexedAssets/client/requests/IndexedAssetsListRequest.d.ts +1 -0
- package/api/resources/indexes/resources/indexedAssets/client/requests/IndexedAssetsRetrieveRequest.d.ts +1 -0
- package/api/resources/indexes/resources/videos/client/Client.d.ts +1 -0
- package/api/resources/indexes/resources/videos/client/Client.js +5 -4
- package/api/resources/indexes/resources/videos/client/requests/VideosRetrieveRequest.d.ts +1 -0
- package/api/resources/knowledgeStoreItemCollections/client/Client.d.ts +159 -0
- package/api/resources/knowledgeStoreItemCollections/client/Client.js +673 -0
- package/api/resources/knowledgeStoreItemCollections/client/index.d.ts +1 -0
- package/api/resources/knowledgeStoreItemCollections/client/index.js +17 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsAddItemsRequest.d.ts +13 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsAddItemsRequest.js +5 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsCreateRequest.d.ts +17 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsCreateRequest.js +5 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsListItemsRequest.d.ts +25 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsListItemsRequest.js +5 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsListRequest.d.ts +45 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsListRequest.js +5 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsRemoveItemsRequest.d.ts +13 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsRemoveItemsRequest.js +5 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsUpdateRequest.d.ts +15 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsUpdateRequest.js +5 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/index.d.ts +6 -0
- package/api/resources/knowledgeStoreItemCollections/client/requests/index.js +2 -0
- package/api/resources/knowledgeStoreItemCollections/index.d.ts +2 -0
- package/api/resources/knowledgeStoreItemCollections/index.js +18 -0
- package/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListItemsResponse.d.ts +9 -0
- package/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListItemsResponse.js +5 -0
- package/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListRequestSortBy.d.ts +9 -0
- package/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListRequestSortBy.js +11 -0
- package/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListResponse.d.ts +9 -0
- package/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListResponse.js +5 -0
- package/api/resources/knowledgeStoreItemCollections/types/index.d.ts +3 -0
- package/api/resources/knowledgeStoreItemCollections/types/index.js +19 -0
- package/api/resources/knowledgeStoreItems/client/Client.d.ts +98 -0
- package/api/resources/knowledgeStoreItems/client/Client.js +386 -0
- package/api/resources/knowledgeStoreItems/client/index.d.ts +1 -0
- package/api/resources/knowledgeStoreItems/client/index.js +17 -0
- package/api/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsCreateRequest.d.ts +18 -0
- package/api/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsCreateRequest.js +5 -0
- package/api/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsListRequest.d.ts +56 -0
- package/api/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsListRequest.js +5 -0
- package/api/resources/knowledgeStoreItems/client/requests/index.d.ts +2 -0
- package/api/resources/knowledgeStoreItems/client/requests/index.js +2 -0
- package/api/resources/knowledgeStoreItems/index.d.ts +2 -0
- package/api/resources/knowledgeStoreItems/index.js +18 -0
- package/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestSortBy.d.ts +8 -0
- package/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestSortBy.js +10 -0
- package/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestStatusItem.d.ts +11 -0
- package/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestStatusItem.js +13 -0
- package/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListResponse.d.ts +9 -0
- package/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListResponse.js +5 -0
- package/api/resources/knowledgeStoreItems/types/index.d.ts +3 -0
- package/api/resources/knowledgeStoreItems/types/index.js +19 -0
- package/api/resources/knowledgeStores/client/Client.d.ts +169 -0
- package/api/resources/knowledgeStores/client/Client.js +566 -0
- package/api/resources/knowledgeStores/client/index.d.ts +1 -0
- package/api/resources/knowledgeStores/client/index.js +17 -0
- package/api/resources/knowledgeStores/client/requests/KnowledgeStoresCreateRequest.d.ts +19 -0
- package/api/resources/knowledgeStores/client/requests/KnowledgeStoresCreateRequest.js +5 -0
- package/api/resources/knowledgeStores/client/requests/KnowledgeStoresListRequest.d.ts +44 -0
- package/api/resources/knowledgeStores/client/requests/KnowledgeStoresListRequest.js +5 -0
- package/api/resources/knowledgeStores/client/requests/KnowledgeStoresUpdateRequest.d.ts +15 -0
- package/api/resources/knowledgeStores/client/requests/KnowledgeStoresUpdateRequest.js +5 -0
- package/api/resources/knowledgeStores/client/requests/SearchKnowledgeStoreRequest.d.ts +103 -0
- package/api/resources/knowledgeStores/client/requests/SearchKnowledgeStoreRequest.js +5 -0
- package/api/resources/knowledgeStores/client/requests/index.d.ts +4 -0
- package/api/resources/knowledgeStores/client/requests/index.js +2 -0
- package/api/resources/knowledgeStores/index.d.ts +2 -0
- package/api/resources/knowledgeStores/index.js +18 -0
- package/api/resources/knowledgeStores/types/KnowledgeStoresListRequestSortBy.d.ts +8 -0
- package/api/resources/knowledgeStores/types/KnowledgeStoresListRequestSortBy.js +10 -0
- package/api/resources/knowledgeStores/types/KnowledgeStoresListResponse.d.ts +9 -0
- package/api/resources/knowledgeStores/types/KnowledgeStoresListResponse.js +5 -0
- package/api/resources/knowledgeStores/types/SearchKnowledgeStoreRequestGroupBy.d.ts +16 -0
- package/api/resources/knowledgeStores/types/SearchKnowledgeStoreRequestGroupBy.js +10 -0
- package/api/resources/knowledgeStores/types/index.d.ts +3 -0
- package/api/resources/knowledgeStores/types/index.js +19 -0
- package/api/resources/multipartUpload/client/Client.js +5 -5
- package/api/resources/responses/client/Client.d.ts +182 -0
- package/api/resources/responses/client/Client.js +341 -0
- package/api/resources/responses/client/index.d.ts +1 -0
- package/api/resources/responses/client/index.js +17 -0
- package/api/resources/responses/client/requests/ResponsesCreateRequest.d.ts +46 -0
- package/api/resources/responses/client/requests/ResponsesCreateRequest.js +5 -0
- package/api/resources/responses/client/requests/ResponsesCreateStreamRequest.d.ts +46 -0
- package/api/resources/responses/client/requests/ResponsesCreateStreamRequest.js +5 -0
- package/api/resources/responses/client/requests/index.d.ts +2 -0
- package/api/resources/responses/client/requests/index.js +2 -0
- package/api/resources/responses/index.d.ts +2 -0
- package/api/resources/responses/index.js +18 -0
- package/api/resources/responses/types/ResponsesCreateRequestIncludeItem.d.ts +7 -0
- package/api/resources/responses/types/ResponsesCreateRequestIncludeItem.js +9 -0
- package/api/resources/responses/types/ResponsesCreateStreamRequestIncludeItem.d.ts +7 -0
- package/api/resources/responses/types/ResponsesCreateStreamRequestIncludeItem.js +9 -0
- package/api/resources/responses/types/index.d.ts +2 -0
- package/api/resources/responses/types/index.js +18 -0
- package/api/resources/search/client/Client.js +2 -2
- package/api/resources/tasks/client/Client.d.ts +1 -0
- package/api/resources/tasks/client/Client.js +5 -4
- package/api/resources/tasks/client/requests/TasksListRequest.d.ts +1 -0
- package/api/types/AnalyzeTaskResponseRequestParams.d.ts +2 -2
- package/api/types/AnalyzeTaskResponseRequestParamsPromptV2.d.ts +1 -1
- package/api/types/AnalyzeTaskResponseRequestParamsResponseFormat.d.ts +2 -2
- package/api/types/AssetTypeFilter.d.ts +13 -0
- package/api/types/AssetTypeFilter.js +5 -0
- package/api/types/EnrichmentConfig.d.ts +19 -0
- package/api/types/EnrichmentConfig.js +5 -0
- package/api/types/EnrichmentConfigDescription.d.ts +13 -0
- package/api/types/EnrichmentConfigDescription.js +5 -0
- package/api/types/EnrichmentConfigJsonSchema.d.ts +57 -0
- package/api/types/EnrichmentConfigJsonSchema.js +5 -0
- package/api/types/EnrichmentConfigJsonSchemaJsonSchema.d.ts +67 -0
- package/api/types/EnrichmentConfigJsonSchemaJsonSchema.js +5 -0
- package/api/types/EnrichmentConfigJsonSchemaJsonSchemaType.d.ts +12 -0
- package/api/types/EnrichmentConfigJsonSchemaJsonSchemaType.js +9 -0
- package/api/types/GoneErrorBody.d.ts +9 -0
- package/api/types/GoneErrorBody.js +5 -0
- package/api/types/ImageMetadata.d.ts +18 -0
- package/api/types/ImageMetadata.js +5 -0
- package/api/types/ImageSearchHit.d.ts +15 -0
- package/api/types/ImageSearchHit.js +5 -0
- package/api/types/ImageSearchItemMetadata.d.ts +13 -0
- package/api/types/ImageSearchItemMetadata.js +5 -0
- package/api/types/ImageSearchSystemMetadata.d.ts +14 -0
- package/api/types/ImageSearchSystemMetadata.js +5 -0
- package/api/types/IngestionConfig.d.ts +10 -0
- package/api/types/IngestionConfig.js +5 -0
- package/api/types/ItemIdFilter.d.ts +12 -0
- package/api/types/ItemIdFilter.js +5 -0
- package/api/types/KnowledgeStore.d.ts +25 -0
- package/api/types/KnowledgeStore.js +5 -0
- package/api/types/KnowledgeStoreItem.d.ts +32 -0
- package/api/types/KnowledgeStoreItem.js +5 -0
- package/api/types/KnowledgeStoreItemAssetType.d.ts +11 -0
- package/api/types/KnowledgeStoreItemAssetType.js +10 -0
- package/api/types/KnowledgeStoreItemCollection.d.ts +24 -0
- package/api/types/KnowledgeStoreItemCollection.js +5 -0
- package/api/types/KnowledgeStoreItemStatus.d.ts +16 -0
- package/api/types/KnowledgeStoreItemStatus.js +13 -0
- package/api/types/KnowledgeStoreItemSystemMetadata.d.ts +17 -0
- package/api/types/KnowledgeStoreItemSystemMetadata.js +5 -0
- package/api/types/KnowledgeStoreSearchQuery.d.ts +10 -0
- package/api/types/KnowledgeStoreSearchQuery.js +5 -0
- package/api/types/ResponseCreateRequest.d.ts +40 -0
- package/api/types/ResponseCreateRequest.js +5 -0
- package/api/types/ResponseCreateRequestIncludeItem.d.ts +7 -0
- package/api/types/ResponseCreateRequestIncludeItem.js +9 -0
- package/api/types/ResponseInputItem.d.ts +19 -0
- package/api/types/ResponseInputItem.js +5 -0
- package/api/types/ResponseInputItemRole.d.ts +10 -0
- package/api/types/ResponseInputItemRole.js +9 -0
- package/api/types/ResponseInputItemType.d.ts +10 -0
- package/api/types/ResponseInputItemType.js +9 -0
- package/api/types/ResponseObject.d.ts +29 -0
- package/api/types/ResponseObject.js +5 -0
- package/api/types/ResponseObjectType.d.ts +10 -0
- package/api/types/ResponseObjectType.js +9 -0
- package/api/types/ResponseOutputContentPart.d.ts +13 -0
- package/api/types/ResponseOutputContentPart.js +5 -0
- package/api/types/ResponseOutputContentPartType.d.ts +10 -0
- package/api/types/ResponseOutputContentPartType.js +9 -0
- package/api/types/ResponseOutputItem.d.ts +26 -0
- package/api/types/ResponseOutputItem.js +5 -0
- package/api/types/ResponseOutputItemRole.d.ts +10 -0
- package/api/types/ResponseOutputItemRole.js +9 -0
- package/api/types/ResponseOutputItemType.d.ts +12 -0
- package/api/types/ResponseOutputItemType.js +11 -0
- package/api/types/ResponseSelection.d.ts +22 -0
- package/api/types/ResponseSelection.js +5 -0
- package/api/types/ResponseSelectionKind.d.ts +15 -0
- package/api/types/ResponseSelectionKind.js +10 -0
- package/api/types/ResponseStatus.d.ts +15 -0
- package/api/types/ResponseStatus.js +12 -0
- package/api/types/ResponseStreamContentPartAddedEvent.d.ts +16 -0
- package/api/types/ResponseStreamContentPartAddedEvent.js +5 -0
- package/api/types/ResponseStreamContentPartDoneEvent.d.ts +16 -0
- package/api/types/ResponseStreamContentPartDoneEvent.js +5 -0
- package/api/types/ResponseStreamEvent.d.ts +59 -0
- package/api/types/ResponseStreamEvent.js +5 -0
- package/api/types/ResponseStreamEventBase.d.ts +10 -0
- package/api/types/ResponseStreamEventBase.js +5 -0
- package/api/types/ResponseStreamFuncCallArgsDoneEvent.d.ts +15 -0
- package/api/types/ResponseStreamFuncCallArgsDoneEvent.js +5 -0
- package/api/types/ResponseStreamOutputItemAddedEvent.d.ts +12 -0
- package/api/types/ResponseStreamOutputItemAddedEvent.js +5 -0
- package/api/types/ResponseStreamOutputItemDoneEvent.d.ts +12 -0
- package/api/types/ResponseStreamOutputItemDoneEvent.js +5 -0
- package/api/types/ResponseStreamOutputTextDeltaEvent.d.ts +17 -0
- package/api/types/ResponseStreamOutputTextDeltaEvent.js +5 -0
- package/api/types/ResponseStreamOutputTextDoneEvent.d.ts +17 -0
- package/api/types/ResponseStreamOutputTextDoneEvent.js +5 -0
- package/api/types/ResponseStreamResponseEvent.d.ts +11 -0
- package/api/types/ResponseStreamResponseEvent.js +5 -0
- package/api/types/ResponseUsage.d.ts +12 -0
- package/api/types/ResponseUsage.js +5 -0
- package/api/types/SearchKnowledgeStoreFilter.d.ts +38 -0
- package/api/types/SearchKnowledgeStoreFilter.js +5 -0
- package/api/types/SearchKnowledgeStoreHit.d.ts +16 -0
- package/api/types/SearchKnowledgeStoreHit.js +5 -0
- package/api/types/SearchKnowledgeStoreOptions.d.ts +14 -0
- package/api/types/SearchKnowledgeStoreOptions.js +5 -0
- package/api/types/SearchKnowledgeStoreResponse.d.ts +22 -0
- package/api/types/SearchKnowledgeStoreResponse.js +5 -0
- package/api/types/TextParam.d.ts +14 -0
- package/api/types/TextParam.js +5 -0
- package/api/types/TextParamFormat.d.ts +17 -0
- package/api/types/TextParamFormat.js +5 -0
- package/api/types/TextResponseFormatJsonSchema.d.ts +67 -0
- package/api/types/TextResponseFormatJsonSchema.js +5 -0
- package/api/types/TextResponseFormatText.d.ts +8 -0
- package/api/types/TextResponseFormatText.js +5 -0
- package/api/types/VideoMatch.d.ts +17 -0
- package/api/types/VideoMatch.js +5 -0
- package/api/types/VideoMetadata.d.ts +22 -0
- package/api/types/VideoMetadata.js +5 -0
- package/api/types/VideoSearchHit.d.ts +22 -0
- package/api/types/VideoSearchHit.js +5 -0
- package/api/types/VideoSearchItemMetadata.d.ts +13 -0
- package/api/types/VideoSearchItemMetadata.js +5 -0
- package/api/types/VideoSearchModality.d.ts +16 -0
- package/api/types/VideoSearchModality.js +10 -0
- package/api/types/VideoSearchOptions.d.ts +21 -0
- package/api/types/VideoSearchOptions.js +5 -0
- package/api/types/VideoSearchSystemMetadata.d.ts +16 -0
- package/api/types/VideoSearchSystemMetadata.js +5 -0
- package/api/types/index.d.ts +61 -0
- package/api/types/index.js +61 -0
- package/dist/Client.d.ts +12 -0
- package/dist/Client.js +28 -8
- package/dist/api/errors/GoneError.d.ts +9 -0
- package/dist/api/errors/GoneError.js +52 -0
- package/dist/api/errors/index.d.ts +1 -0
- package/dist/api/errors/index.js +1 -0
- package/dist/api/resources/analyzeAsync/resources/batches/client/Client.d.ts +3 -1
- package/dist/api/resources/analyzeAsync/resources/batches/client/Client.js +9 -7
- package/dist/api/resources/analyzeAsync/resources/batches/client/requests/BatchesListRequest.d.ts +3 -1
- package/dist/api/resources/analyzeAsync/resources/tasks/client/Client.js +4 -4
- package/dist/api/resources/assets/client/Client.d.ts +2 -0
- package/dist/api/resources/assets/client/Client.js +9 -7
- package/dist/api/resources/assets/client/requests/AssetsListRequest.d.ts +2 -0
- package/dist/api/resources/embed/client/Client.js +1 -1
- package/dist/api/resources/embed/resources/tasks/client/Client.d.ts +3 -1
- package/dist/api/resources/embed/resources/tasks/client/Client.js +7 -5
- package/dist/api/resources/embed/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +3 -1
- package/dist/api/resources/embed/resources/tasks/types/TasksRetrieveResponse.d.ts +1 -0
- package/dist/api/resources/embed/resources/tasks/types/TasksRetrieveResponseVideoEmbedding.d.ts +3 -0
- package/dist/api/resources/embed/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/embed/resources/v2/resources/tasks/client/Client.js +3 -3
- package/dist/api/resources/entityCollections/client/Client.js +5 -5
- package/dist/api/resources/entityCollections/resources/entities/client/Client.js +9 -9
- package/dist/api/resources/index.d.ts +12 -0
- package/dist/api/resources/index.js +13 -1
- package/dist/api/resources/indexes/client/Client.js +5 -5
- package/dist/api/resources/indexes/resources/indexedAssets/client/Client.d.ts +2 -0
- package/dist/api/resources/indexes/resources/indexedAssets/client/Client.js +8 -6
- package/dist/api/resources/indexes/resources/indexedAssets/client/requests/IndexedAssetsListRequest.d.ts +1 -0
- package/dist/api/resources/indexes/resources/indexedAssets/client/requests/IndexedAssetsRetrieveRequest.d.ts +1 -0
- package/dist/api/resources/indexes/resources/videos/client/Client.d.ts +1 -0
- package/dist/api/resources/indexes/resources/videos/client/Client.js +5 -4
- package/dist/api/resources/indexes/resources/videos/client/requests/VideosRetrieveRequest.d.ts +1 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/Client.d.ts +159 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/Client.js +673 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/index.d.ts +1 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/index.js +17 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsAddItemsRequest.d.ts +13 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsAddItemsRequest.js +5 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsCreateRequest.d.ts +17 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsCreateRequest.js +5 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsListItemsRequest.d.ts +25 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsListItemsRequest.js +5 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsListRequest.d.ts +45 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsListRequest.js +5 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsRemoveItemsRequest.d.ts +13 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsRemoveItemsRequest.js +5 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsUpdateRequest.d.ts +15 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsUpdateRequest.js +5 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/index.d.ts +6 -0
- package/dist/api/resources/knowledgeStoreItemCollections/client/requests/index.js +2 -0
- package/dist/api/resources/knowledgeStoreItemCollections/index.d.ts +2 -0
- package/dist/api/resources/knowledgeStoreItemCollections/index.js +18 -0
- package/dist/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListItemsResponse.d.ts +9 -0
- package/dist/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListItemsResponse.js +5 -0
- package/dist/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListRequestSortBy.d.ts +9 -0
- package/dist/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListRequestSortBy.js +11 -0
- package/dist/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListResponse.d.ts +9 -0
- package/dist/api/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListResponse.js +5 -0
- package/dist/api/resources/knowledgeStoreItemCollections/types/index.d.ts +3 -0
- package/dist/api/resources/knowledgeStoreItemCollections/types/index.js +19 -0
- package/dist/api/resources/knowledgeStoreItems/client/Client.d.ts +98 -0
- package/dist/api/resources/knowledgeStoreItems/client/Client.js +386 -0
- package/dist/api/resources/knowledgeStoreItems/client/index.d.ts +1 -0
- package/dist/api/resources/knowledgeStoreItems/client/index.js +17 -0
- package/dist/api/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsCreateRequest.d.ts +18 -0
- package/dist/api/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsCreateRequest.js +5 -0
- package/dist/api/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsListRequest.d.ts +56 -0
- package/dist/api/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsListRequest.js +5 -0
- package/dist/api/resources/knowledgeStoreItems/client/requests/index.d.ts +2 -0
- package/dist/api/resources/knowledgeStoreItems/client/requests/index.js +2 -0
- package/dist/api/resources/knowledgeStoreItems/index.d.ts +2 -0
- package/dist/api/resources/knowledgeStoreItems/index.js +18 -0
- package/dist/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestSortBy.d.ts +8 -0
- package/dist/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestSortBy.js +10 -0
- package/dist/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestStatusItem.d.ts +11 -0
- package/dist/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestStatusItem.js +13 -0
- package/dist/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListResponse.d.ts +9 -0
- package/dist/api/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListResponse.js +5 -0
- package/dist/api/resources/knowledgeStoreItems/types/index.d.ts +3 -0
- package/dist/api/resources/knowledgeStoreItems/types/index.js +19 -0
- package/dist/api/resources/knowledgeStores/client/Client.d.ts +169 -0
- package/dist/api/resources/knowledgeStores/client/Client.js +566 -0
- package/dist/api/resources/knowledgeStores/client/index.d.ts +1 -0
- package/dist/api/resources/knowledgeStores/client/index.js +17 -0
- package/dist/api/resources/knowledgeStores/client/requests/KnowledgeStoresCreateRequest.d.ts +19 -0
- package/dist/api/resources/knowledgeStores/client/requests/KnowledgeStoresCreateRequest.js +5 -0
- package/dist/api/resources/knowledgeStores/client/requests/KnowledgeStoresListRequest.d.ts +44 -0
- package/dist/api/resources/knowledgeStores/client/requests/KnowledgeStoresListRequest.js +5 -0
- package/dist/api/resources/knowledgeStores/client/requests/KnowledgeStoresUpdateRequest.d.ts +15 -0
- package/dist/api/resources/knowledgeStores/client/requests/KnowledgeStoresUpdateRequest.js +5 -0
- package/dist/api/resources/knowledgeStores/client/requests/SearchKnowledgeStoreRequest.d.ts +103 -0
- package/dist/api/resources/knowledgeStores/client/requests/SearchKnowledgeStoreRequest.js +5 -0
- package/dist/api/resources/knowledgeStores/client/requests/index.d.ts +4 -0
- package/dist/api/resources/knowledgeStores/client/requests/index.js +2 -0
- package/dist/api/resources/knowledgeStores/index.d.ts +2 -0
- package/dist/api/resources/knowledgeStores/index.js +18 -0
- package/dist/api/resources/knowledgeStores/types/KnowledgeStoresListRequestSortBy.d.ts +8 -0
- package/dist/api/resources/knowledgeStores/types/KnowledgeStoresListRequestSortBy.js +10 -0
- package/dist/api/resources/knowledgeStores/types/KnowledgeStoresListResponse.d.ts +9 -0
- package/dist/api/resources/knowledgeStores/types/KnowledgeStoresListResponse.js +5 -0
- package/dist/api/resources/knowledgeStores/types/SearchKnowledgeStoreRequestGroupBy.d.ts +16 -0
- package/dist/api/resources/knowledgeStores/types/SearchKnowledgeStoreRequestGroupBy.js +10 -0
- package/dist/api/resources/knowledgeStores/types/index.d.ts +3 -0
- package/dist/api/resources/knowledgeStores/types/index.js +19 -0
- package/dist/api/resources/multipartUpload/client/Client.js +5 -5
- package/dist/api/resources/responses/client/Client.d.ts +182 -0
- package/dist/api/resources/responses/client/Client.js +341 -0
- package/dist/api/resources/responses/client/index.d.ts +1 -0
- package/dist/api/resources/responses/client/index.js +17 -0
- package/dist/api/resources/responses/client/requests/ResponsesCreateRequest.d.ts +46 -0
- package/dist/api/resources/responses/client/requests/ResponsesCreateRequest.js +5 -0
- package/dist/api/resources/responses/client/requests/ResponsesCreateStreamRequest.d.ts +46 -0
- package/dist/api/resources/responses/client/requests/ResponsesCreateStreamRequest.js +5 -0
- package/dist/api/resources/responses/client/requests/index.d.ts +2 -0
- package/dist/api/resources/responses/client/requests/index.js +2 -0
- package/dist/api/resources/responses/index.d.ts +2 -0
- package/dist/api/resources/responses/index.js +18 -0
- package/dist/api/resources/responses/types/ResponsesCreateRequestIncludeItem.d.ts +7 -0
- package/dist/api/resources/responses/types/ResponsesCreateRequestIncludeItem.js +9 -0
- package/dist/api/resources/responses/types/ResponsesCreateStreamRequestIncludeItem.d.ts +7 -0
- package/dist/api/resources/responses/types/ResponsesCreateStreamRequestIncludeItem.js +9 -0
- package/dist/api/resources/responses/types/index.d.ts +2 -0
- package/dist/api/resources/responses/types/index.js +18 -0
- package/dist/api/resources/search/client/Client.js +2 -2
- package/dist/api/resources/tasks/client/Client.d.ts +1 -0
- package/dist/api/resources/tasks/client/Client.js +5 -4
- package/dist/api/resources/tasks/client/requests/TasksListRequest.d.ts +1 -0
- package/dist/api/types/AnalyzeTaskResponseRequestParams.d.ts +2 -2
- package/dist/api/types/AnalyzeTaskResponseRequestParamsPromptV2.d.ts +1 -1
- package/dist/api/types/AnalyzeTaskResponseRequestParamsResponseFormat.d.ts +2 -2
- package/dist/api/types/AssetTypeFilter.d.ts +13 -0
- package/dist/api/types/AssetTypeFilter.js +5 -0
- package/dist/api/types/EnrichmentConfig.d.ts +19 -0
- package/dist/api/types/EnrichmentConfig.js +5 -0
- package/dist/api/types/EnrichmentConfigDescription.d.ts +13 -0
- package/dist/api/types/EnrichmentConfigDescription.js +5 -0
- package/dist/api/types/EnrichmentConfigJsonSchema.d.ts +57 -0
- package/dist/api/types/EnrichmentConfigJsonSchema.js +5 -0
- package/dist/api/types/EnrichmentConfigJsonSchemaJsonSchema.d.ts +67 -0
- package/dist/api/types/EnrichmentConfigJsonSchemaJsonSchema.js +5 -0
- package/dist/api/types/EnrichmentConfigJsonSchemaJsonSchemaType.d.ts +12 -0
- package/dist/api/types/EnrichmentConfigJsonSchemaJsonSchemaType.js +9 -0
- package/dist/api/types/GoneErrorBody.d.ts +9 -0
- package/dist/api/types/GoneErrorBody.js +5 -0
- package/dist/api/types/ImageMetadata.d.ts +18 -0
- package/dist/api/types/ImageMetadata.js +5 -0
- package/dist/api/types/ImageSearchHit.d.ts +15 -0
- package/dist/api/types/ImageSearchHit.js +5 -0
- package/dist/api/types/ImageSearchItemMetadata.d.ts +13 -0
- package/dist/api/types/ImageSearchItemMetadata.js +5 -0
- package/dist/api/types/ImageSearchSystemMetadata.d.ts +14 -0
- package/dist/api/types/ImageSearchSystemMetadata.js +5 -0
- package/dist/api/types/IngestionConfig.d.ts +10 -0
- package/dist/api/types/IngestionConfig.js +5 -0
- package/dist/api/types/ItemIdFilter.d.ts +12 -0
- package/dist/api/types/ItemIdFilter.js +5 -0
- package/dist/api/types/KnowledgeStore.d.ts +25 -0
- package/dist/api/types/KnowledgeStore.js +5 -0
- package/dist/api/types/KnowledgeStoreItem.d.ts +32 -0
- package/dist/api/types/KnowledgeStoreItem.js +5 -0
- package/dist/api/types/KnowledgeStoreItemAssetType.d.ts +11 -0
- package/dist/api/types/KnowledgeStoreItemAssetType.js +10 -0
- package/dist/api/types/KnowledgeStoreItemCollection.d.ts +24 -0
- package/dist/api/types/KnowledgeStoreItemCollection.js +5 -0
- package/dist/api/types/KnowledgeStoreItemStatus.d.ts +16 -0
- package/dist/api/types/KnowledgeStoreItemStatus.js +13 -0
- package/dist/api/types/KnowledgeStoreItemSystemMetadata.d.ts +17 -0
- package/dist/api/types/KnowledgeStoreItemSystemMetadata.js +5 -0
- package/dist/api/types/KnowledgeStoreSearchQuery.d.ts +10 -0
- package/dist/api/types/KnowledgeStoreSearchQuery.js +5 -0
- package/dist/api/types/ResponseCreateRequest.d.ts +40 -0
- package/dist/api/types/ResponseCreateRequest.js +5 -0
- package/dist/api/types/ResponseCreateRequestIncludeItem.d.ts +7 -0
- package/dist/api/types/ResponseCreateRequestIncludeItem.js +9 -0
- package/dist/api/types/ResponseInputItem.d.ts +19 -0
- package/dist/api/types/ResponseInputItem.js +5 -0
- package/dist/api/types/ResponseInputItemRole.d.ts +10 -0
- package/dist/api/types/ResponseInputItemRole.js +9 -0
- package/dist/api/types/ResponseInputItemType.d.ts +10 -0
- package/dist/api/types/ResponseInputItemType.js +9 -0
- package/dist/api/types/ResponseObject.d.ts +29 -0
- package/dist/api/types/ResponseObject.js +5 -0
- package/dist/api/types/ResponseObjectType.d.ts +10 -0
- package/dist/api/types/ResponseObjectType.js +9 -0
- package/dist/api/types/ResponseOutputContentPart.d.ts +13 -0
- package/dist/api/types/ResponseOutputContentPart.js +5 -0
- package/dist/api/types/ResponseOutputContentPartType.d.ts +10 -0
- package/dist/api/types/ResponseOutputContentPartType.js +9 -0
- package/dist/api/types/ResponseOutputItem.d.ts +26 -0
- package/dist/api/types/ResponseOutputItem.js +5 -0
- package/dist/api/types/ResponseOutputItemRole.d.ts +10 -0
- package/dist/api/types/ResponseOutputItemRole.js +9 -0
- package/dist/api/types/ResponseOutputItemType.d.ts +12 -0
- package/dist/api/types/ResponseOutputItemType.js +11 -0
- package/dist/api/types/ResponseSelection.d.ts +22 -0
- package/dist/api/types/ResponseSelection.js +5 -0
- package/dist/api/types/ResponseSelectionKind.d.ts +15 -0
- package/dist/api/types/ResponseSelectionKind.js +10 -0
- package/dist/api/types/ResponseStatus.d.ts +15 -0
- package/dist/api/types/ResponseStatus.js +12 -0
- package/dist/api/types/ResponseStreamContentPartAddedEvent.d.ts +16 -0
- package/dist/api/types/ResponseStreamContentPartAddedEvent.js +5 -0
- package/dist/api/types/ResponseStreamContentPartDoneEvent.d.ts +16 -0
- package/dist/api/types/ResponseStreamContentPartDoneEvent.js +5 -0
- package/dist/api/types/ResponseStreamEvent.d.ts +59 -0
- package/dist/api/types/ResponseStreamEvent.js +5 -0
- package/dist/api/types/ResponseStreamEventBase.d.ts +10 -0
- package/dist/api/types/ResponseStreamEventBase.js +5 -0
- package/dist/api/types/ResponseStreamFuncCallArgsDoneEvent.d.ts +15 -0
- package/dist/api/types/ResponseStreamFuncCallArgsDoneEvent.js +5 -0
- package/dist/api/types/ResponseStreamOutputItemAddedEvent.d.ts +12 -0
- package/dist/api/types/ResponseStreamOutputItemAddedEvent.js +5 -0
- package/dist/api/types/ResponseStreamOutputItemDoneEvent.d.ts +12 -0
- package/dist/api/types/ResponseStreamOutputItemDoneEvent.js +5 -0
- package/dist/api/types/ResponseStreamOutputTextDeltaEvent.d.ts +17 -0
- package/dist/api/types/ResponseStreamOutputTextDeltaEvent.js +5 -0
- package/dist/api/types/ResponseStreamOutputTextDoneEvent.d.ts +17 -0
- package/dist/api/types/ResponseStreamOutputTextDoneEvent.js +5 -0
- package/dist/api/types/ResponseStreamResponseEvent.d.ts +11 -0
- package/dist/api/types/ResponseStreamResponseEvent.js +5 -0
- package/dist/api/types/ResponseUsage.d.ts +12 -0
- package/dist/api/types/ResponseUsage.js +5 -0
- package/dist/api/types/SearchKnowledgeStoreFilter.d.ts +38 -0
- package/dist/api/types/SearchKnowledgeStoreFilter.js +5 -0
- package/dist/api/types/SearchKnowledgeStoreHit.d.ts +16 -0
- package/dist/api/types/SearchKnowledgeStoreHit.js +5 -0
- package/dist/api/types/SearchKnowledgeStoreOptions.d.ts +14 -0
- package/dist/api/types/SearchKnowledgeStoreOptions.js +5 -0
- package/dist/api/types/SearchKnowledgeStoreResponse.d.ts +22 -0
- package/dist/api/types/SearchKnowledgeStoreResponse.js +5 -0
- package/dist/api/types/TextParam.d.ts +14 -0
- package/dist/api/types/TextParam.js +5 -0
- package/dist/api/types/TextParamFormat.d.ts +17 -0
- package/dist/api/types/TextParamFormat.js +5 -0
- package/dist/api/types/TextResponseFormatJsonSchema.d.ts +67 -0
- package/dist/api/types/TextResponseFormatJsonSchema.js +5 -0
- package/dist/api/types/TextResponseFormatText.d.ts +8 -0
- package/dist/api/types/TextResponseFormatText.js +5 -0
- package/dist/api/types/VideoMatch.d.ts +17 -0
- package/dist/api/types/VideoMatch.js +5 -0
- package/dist/api/types/VideoMetadata.d.ts +22 -0
- package/dist/api/types/VideoMetadata.js +5 -0
- package/dist/api/types/VideoSearchHit.d.ts +22 -0
- package/dist/api/types/VideoSearchHit.js +5 -0
- package/dist/api/types/VideoSearchItemMetadata.d.ts +13 -0
- package/dist/api/types/VideoSearchItemMetadata.js +5 -0
- package/dist/api/types/VideoSearchModality.d.ts +16 -0
- package/dist/api/types/VideoSearchModality.js +10 -0
- package/dist/api/types/VideoSearchOptions.d.ts +21 -0
- package/dist/api/types/VideoSearchOptions.js +5 -0
- package/dist/api/types/VideoSearchSystemMetadata.d.ts +16 -0
- package/dist/api/types/VideoSearchSystemMetadata.js +5 -0
- package/dist/api/types/index.d.ts +61 -0
- package/dist/api/types/index.js +61 -0
- package/dist/serialization/resources/index.d.ts +12 -0
- package/dist/serialization/resources/index.js +13 -1
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/index.d.ts +1 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/index.js +17 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsAddItemsRequest.d.ts +12 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsAddItemsRequest.js +43 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsCreateRequest.d.ts +14 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsCreateRequest.js +45 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsRemoveItemsRequest.d.ts +12 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsRemoveItemsRequest.js +43 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsUpdateRequest.d.ts +14 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsUpdateRequest.js +45 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/requests/index.d.ts +4 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/client/requests/index.js +11 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/index.d.ts +2 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/index.js +18 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListItemsResponse.d.ts +15 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListItemsResponse.js +46 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListRequestSortBy.d.ts +10 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListRequestSortBy.js +41 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListResponse.d.ts +15 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListResponse.js +46 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/types/index.d.ts +3 -0
- package/dist/serialization/resources/knowledgeStoreItemCollections/types/index.js +19 -0
- package/dist/serialization/resources/knowledgeStoreItems/client/index.d.ts +1 -0
- package/dist/serialization/resources/knowledgeStoreItems/client/index.js +17 -0
- package/dist/serialization/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsCreateRequest.d.ts +15 -0
- package/dist/serialization/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsCreateRequest.js +46 -0
- package/dist/serialization/resources/knowledgeStoreItems/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/knowledgeStoreItems/client/requests/index.js +5 -0
- package/dist/serialization/resources/knowledgeStoreItems/index.d.ts +2 -0
- package/dist/serialization/resources/knowledgeStoreItems/index.js +18 -0
- package/dist/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestSortBy.d.ts +10 -0
- package/dist/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestSortBy.js +41 -0
- package/dist/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestStatusItem.d.ts +10 -0
- package/dist/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestStatusItem.js +41 -0
- package/dist/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListResponse.d.ts +15 -0
- package/dist/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListResponse.js +46 -0
- package/dist/serialization/resources/knowledgeStoreItems/types/index.d.ts +3 -0
- package/dist/serialization/resources/knowledgeStoreItems/types/index.js +19 -0
- package/dist/serialization/resources/knowledgeStores/client/index.d.ts +1 -0
- package/dist/serialization/resources/knowledgeStores/client/index.js +17 -0
- package/dist/serialization/resources/knowledgeStores/client/requests/KnowledgeStoresCreateRequest.d.ts +16 -0
- package/dist/serialization/resources/knowledgeStores/client/requests/KnowledgeStoresCreateRequest.js +47 -0
- package/dist/serialization/resources/knowledgeStores/client/requests/KnowledgeStoresUpdateRequest.d.ts +14 -0
- package/dist/serialization/resources/knowledgeStores/client/requests/KnowledgeStoresUpdateRequest.js +45 -0
- package/dist/serialization/resources/knowledgeStores/client/requests/SearchKnowledgeStoreRequest.d.ts +22 -0
- package/dist/serialization/resources/knowledgeStores/client/requests/SearchKnowledgeStoreRequest.js +53 -0
- package/dist/serialization/resources/knowledgeStores/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/knowledgeStores/client/requests/index.js +9 -0
- package/dist/serialization/resources/knowledgeStores/index.d.ts +2 -0
- package/dist/serialization/resources/knowledgeStores/index.js +18 -0
- package/dist/serialization/resources/knowledgeStores/types/KnowledgeStoresListRequestSortBy.d.ts +10 -0
- package/dist/serialization/resources/knowledgeStores/types/KnowledgeStoresListRequestSortBy.js +41 -0
- package/dist/serialization/resources/knowledgeStores/types/KnowledgeStoresListResponse.d.ts +15 -0
- package/dist/serialization/resources/knowledgeStores/types/KnowledgeStoresListResponse.js +46 -0
- package/dist/serialization/resources/knowledgeStores/types/SearchKnowledgeStoreRequestGroupBy.d.ts +10 -0
- package/dist/serialization/resources/knowledgeStores/types/SearchKnowledgeStoreRequestGroupBy.js +41 -0
- package/dist/serialization/resources/knowledgeStores/types/index.d.ts +3 -0
- package/dist/serialization/resources/knowledgeStores/types/index.js +19 -0
- package/dist/serialization/resources/responses/client/index.d.ts +1 -0
- package/dist/serialization/resources/responses/client/index.js +17 -0
- package/dist/serialization/resources/responses/client/requests/ResponsesCreateRequest.d.ts +22 -0
- package/dist/serialization/resources/responses/client/requests/ResponsesCreateRequest.js +53 -0
- package/dist/serialization/resources/responses/client/requests/ResponsesCreateStreamRequest.d.ts +22 -0
- package/dist/serialization/resources/responses/client/requests/ResponsesCreateStreamRequest.js +53 -0
- package/dist/serialization/resources/responses/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/responses/client/requests/index.js +7 -0
- package/dist/serialization/resources/responses/index.d.ts +2 -0
- package/dist/serialization/resources/responses/index.js +18 -0
- package/dist/serialization/resources/responses/types/ResponsesCreateRequestIncludeItem.d.ts +10 -0
- package/dist/serialization/resources/responses/types/ResponsesCreateRequestIncludeItem.js +41 -0
- package/dist/serialization/resources/responses/types/ResponsesCreateStreamRequestIncludeItem.d.ts +10 -0
- package/dist/serialization/resources/responses/types/ResponsesCreateStreamRequestIncludeItem.js +41 -0
- package/dist/serialization/resources/responses/types/index.d.ts +2 -0
- package/dist/serialization/resources/responses/types/index.js +18 -0
- package/dist/serialization/types/AssetTypeFilter.d.ts +14 -0
- package/dist/serialization/types/AssetTypeFilter.js +45 -0
- package/dist/serialization/types/EnrichmentConfig.d.ts +18 -0
- package/dist/serialization/types/EnrichmentConfig.js +51 -0
- package/dist/serialization/types/EnrichmentConfigDescription.d.ts +12 -0
- package/dist/serialization/types/EnrichmentConfigDescription.js +43 -0
- package/dist/serialization/types/EnrichmentConfigJsonSchema.d.ts +13 -0
- package/dist/serialization/types/EnrichmentConfigJsonSchema.js +44 -0
- package/dist/serialization/types/EnrichmentConfigJsonSchemaJsonSchema.d.ts +15 -0
- package/dist/serialization/types/EnrichmentConfigJsonSchemaJsonSchema.js +47 -0
- package/dist/serialization/types/EnrichmentConfigJsonSchemaJsonSchemaType.d.ts +10 -0
- package/dist/serialization/types/EnrichmentConfigJsonSchemaJsonSchemaType.js +41 -0
- package/dist/serialization/types/GoneErrorBody.d.ts +13 -0
- package/dist/serialization/types/GoneErrorBody.js +44 -0
- package/dist/serialization/types/ImageMetadata.d.ts +16 -0
- package/dist/serialization/types/ImageMetadata.js +47 -0
- package/dist/serialization/types/ImageSearchHit.d.ts +15 -0
- package/dist/serialization/types/ImageSearchHit.js +46 -0
- package/dist/serialization/types/ImageSearchItemMetadata.d.ts +15 -0
- package/dist/serialization/types/ImageSearchItemMetadata.js +46 -0
- package/dist/serialization/types/ImageSearchSystemMetadata.d.ts +14 -0
- package/dist/serialization/types/ImageSearchSystemMetadata.js +45 -0
- package/dist/serialization/types/IngestionConfig.d.ts +13 -0
- package/dist/serialization/types/IngestionConfig.js +44 -0
- package/dist/serialization/types/ItemIdFilter.d.ts +13 -0
- package/dist/serialization/types/ItemIdFilter.js +44 -0
- package/dist/serialization/types/KnowledgeStore.d.ts +20 -0
- package/dist/serialization/types/KnowledgeStore.js +51 -0
- package/dist/serialization/types/KnowledgeStoreItem.d.ts +22 -0
- package/dist/serialization/types/KnowledgeStoreItem.js +53 -0
- package/dist/serialization/types/KnowledgeStoreItemAssetType.d.ts +10 -0
- package/dist/serialization/types/KnowledgeStoreItemAssetType.js +41 -0
- package/dist/serialization/types/KnowledgeStoreItemCollection.d.ts +19 -0
- package/dist/serialization/types/KnowledgeStoreItemCollection.js +50 -0
- package/dist/serialization/types/KnowledgeStoreItemStatus.d.ts +10 -0
- package/dist/serialization/types/KnowledgeStoreItemStatus.js +41 -0
- package/dist/serialization/types/KnowledgeStoreItemSystemMetadata.d.ts +18 -0
- package/dist/serialization/types/KnowledgeStoreItemSystemMetadata.js +51 -0
- package/dist/serialization/types/KnowledgeStoreSearchQuery.d.ts +12 -0
- package/dist/serialization/types/KnowledgeStoreSearchQuery.js +43 -0
- package/dist/serialization/types/ResponseCreateRequest.d.ts +23 -0
- package/dist/serialization/types/ResponseCreateRequest.js +54 -0
- package/dist/serialization/types/ResponseCreateRequestIncludeItem.d.ts +10 -0
- package/dist/serialization/types/ResponseCreateRequestIncludeItem.js +41 -0
- package/dist/serialization/types/ResponseInputItem.d.ts +16 -0
- package/dist/serialization/types/ResponseInputItem.js +47 -0
- package/dist/serialization/types/ResponseInputItemRole.d.ts +10 -0
- package/dist/serialization/types/ResponseInputItemRole.js +41 -0
- package/dist/serialization/types/ResponseInputItemType.d.ts +10 -0
- package/dist/serialization/types/ResponseInputItemType.js +41 -0
- package/dist/serialization/types/ResponseObject.d.ts +23 -0
- package/dist/serialization/types/ResponseObject.js +54 -0
- package/dist/serialization/types/ResponseObjectType.d.ts +10 -0
- package/dist/serialization/types/ResponseObjectType.js +41 -0
- package/dist/serialization/types/ResponseOutputContentPart.d.ts +14 -0
- package/dist/serialization/types/ResponseOutputContentPart.js +45 -0
- package/dist/serialization/types/ResponseOutputContentPartType.d.ts +10 -0
- package/dist/serialization/types/ResponseOutputContentPartType.js +41 -0
- package/dist/serialization/types/ResponseOutputItem.d.ts +24 -0
- package/dist/serialization/types/ResponseOutputItem.js +55 -0
- package/dist/serialization/types/ResponseOutputItemRole.d.ts +10 -0
- package/dist/serialization/types/ResponseOutputItemRole.js +41 -0
- package/dist/serialization/types/ResponseOutputItemType.d.ts +10 -0
- package/dist/serialization/types/ResponseOutputItemType.js +41 -0
- package/dist/serialization/types/ResponseSelection.d.ts +14 -0
- package/dist/serialization/types/ResponseSelection.js +45 -0
- package/dist/serialization/types/ResponseSelectionKind.d.ts +10 -0
- package/dist/serialization/types/ResponseSelectionKind.js +41 -0
- package/dist/serialization/types/ResponseStatus.d.ts +10 -0
- package/dist/serialization/types/ResponseStatus.js +41 -0
- package/dist/serialization/types/ResponseStreamContentPartAddedEvent.d.ts +17 -0
- package/dist/serialization/types/ResponseStreamContentPartAddedEvent.js +50 -0
- package/dist/serialization/types/ResponseStreamContentPartDoneEvent.d.ts +17 -0
- package/dist/serialization/types/ResponseStreamContentPartDoneEvent.js +50 -0
- package/dist/serialization/types/ResponseStreamEvent.d.ts +51 -0
- package/dist/serialization/types/ResponseStreamEvent.js +66 -0
- package/dist/serialization/types/ResponseStreamEventBase.d.ts +12 -0
- package/dist/serialization/types/ResponseStreamEventBase.js +43 -0
- package/dist/serialization/types/ResponseStreamFuncCallArgsDoneEvent.d.ts +15 -0
- package/dist/serialization/types/ResponseStreamFuncCallArgsDoneEvent.js +48 -0
- package/dist/serialization/types/ResponseStreamOutputItemAddedEvent.d.ts +15 -0
- package/dist/serialization/types/ResponseStreamOutputItemAddedEvent.js +48 -0
- package/dist/serialization/types/ResponseStreamOutputItemDoneEvent.d.ts +15 -0
- package/dist/serialization/types/ResponseStreamOutputItemDoneEvent.js +48 -0
- package/dist/serialization/types/ResponseStreamOutputTextDeltaEvent.d.ts +16 -0
- package/dist/serialization/types/ResponseStreamOutputTextDeltaEvent.js +49 -0
- package/dist/serialization/types/ResponseStreamOutputTextDoneEvent.d.ts +16 -0
- package/dist/serialization/types/ResponseStreamOutputTextDoneEvent.js +49 -0
- package/dist/serialization/types/ResponseStreamResponseEvent.d.ts +14 -0
- package/dist/serialization/types/ResponseStreamResponseEvent.js +47 -0
- package/dist/serialization/types/ResponseUsage.d.ts +13 -0
- package/dist/serialization/types/ResponseUsage.js +44 -0
- package/dist/serialization/types/SearchKnowledgeStoreFilter.d.ts +15 -0
- package/dist/serialization/types/SearchKnowledgeStoreFilter.js +46 -0
- package/dist/serialization/types/SearchKnowledgeStoreHit.d.ts +18 -0
- package/dist/serialization/types/SearchKnowledgeStoreHit.js +51 -0
- package/dist/serialization/types/SearchKnowledgeStoreOptions.d.ts +13 -0
- package/dist/serialization/types/SearchKnowledgeStoreOptions.js +44 -0
- package/dist/serialization/types/SearchKnowledgeStoreResponse.d.ts +17 -0
- package/dist/serialization/types/SearchKnowledgeStoreResponse.js +48 -0
- package/dist/serialization/types/TextParam.d.ts +13 -0
- package/dist/serialization/types/TextParam.js +44 -0
- package/dist/serialization/types/TextParamFormat.d.ts +18 -0
- package/dist/serialization/types/TextParamFormat.js +51 -0
- package/dist/serialization/types/TextResponseFormatJsonSchema.d.ts +15 -0
- package/dist/serialization/types/TextResponseFormatJsonSchema.js +46 -0
- package/dist/serialization/types/TextResponseFormatText.d.ts +11 -0
- package/dist/serialization/types/TextResponseFormatText.js +41 -0
- package/dist/serialization/types/VideoMatch.d.ts +16 -0
- package/dist/serialization/types/VideoMatch.js +47 -0
- package/dist/serialization/types/VideoMetadata.d.ts +18 -0
- package/dist/serialization/types/VideoMetadata.js +49 -0
- package/dist/serialization/types/VideoSearchHit.d.ts +17 -0
- package/dist/serialization/types/VideoSearchHit.js +48 -0
- package/dist/serialization/types/VideoSearchItemMetadata.d.ts +15 -0
- package/dist/serialization/types/VideoSearchItemMetadata.js +46 -0
- package/dist/serialization/types/VideoSearchModality.d.ts +10 -0
- package/dist/serialization/types/VideoSearchModality.js +41 -0
- package/dist/serialization/types/VideoSearchOptions.d.ts +13 -0
- package/dist/serialization/types/VideoSearchOptions.js +44 -0
- package/dist/serialization/types/VideoSearchSystemMetadata.d.ts +15 -0
- package/dist/serialization/types/VideoSearchSystemMetadata.js +46 -0
- package/dist/serialization/types/index.d.ts +61 -0
- package/dist/serialization/types/index.js +61 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/TwelveLabs.d.ts +4 -0
- package/dist/wrapper/TwelveLabs.js +7 -0
- package/examples/_ksHelpers.ts +172 -0
- package/examples/knowledgeStores.ts +321 -0
- package/examples/responses.ts +266 -0
- package/package.json +1 -1
- package/reference.md +1884 -189
- package/serialization/resources/index.d.ts +12 -0
- package/serialization/resources/index.js +13 -1
- package/serialization/resources/knowledgeStoreItemCollections/client/index.d.ts +1 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/index.js +17 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsAddItemsRequest.d.ts +12 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsAddItemsRequest.js +43 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsCreateRequest.d.ts +14 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsCreateRequest.js +45 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsRemoveItemsRequest.d.ts +12 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsRemoveItemsRequest.js +43 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsUpdateRequest.d.ts +14 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/requests/KnowledgeStoreItemCollectionsUpdateRequest.js +45 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/requests/index.d.ts +4 -0
- package/serialization/resources/knowledgeStoreItemCollections/client/requests/index.js +11 -0
- package/serialization/resources/knowledgeStoreItemCollections/index.d.ts +2 -0
- package/serialization/resources/knowledgeStoreItemCollections/index.js +18 -0
- package/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListItemsResponse.d.ts +15 -0
- package/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListItemsResponse.js +46 -0
- package/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListRequestSortBy.d.ts +10 -0
- package/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListRequestSortBy.js +41 -0
- package/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListResponse.d.ts +15 -0
- package/serialization/resources/knowledgeStoreItemCollections/types/KnowledgeStoreItemCollectionsListResponse.js +46 -0
- package/serialization/resources/knowledgeStoreItemCollections/types/index.d.ts +3 -0
- package/serialization/resources/knowledgeStoreItemCollections/types/index.js +19 -0
- package/serialization/resources/knowledgeStoreItems/client/index.d.ts +1 -0
- package/serialization/resources/knowledgeStoreItems/client/index.js +17 -0
- package/serialization/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsCreateRequest.d.ts +15 -0
- package/serialization/resources/knowledgeStoreItems/client/requests/KnowledgeStoreItemsCreateRequest.js +46 -0
- package/serialization/resources/knowledgeStoreItems/client/requests/index.d.ts +1 -0
- package/serialization/resources/knowledgeStoreItems/client/requests/index.js +5 -0
- package/serialization/resources/knowledgeStoreItems/index.d.ts +2 -0
- package/serialization/resources/knowledgeStoreItems/index.js +18 -0
- package/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestSortBy.d.ts +10 -0
- package/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestSortBy.js +41 -0
- package/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestStatusItem.d.ts +10 -0
- package/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListRequestStatusItem.js +41 -0
- package/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListResponse.d.ts +15 -0
- package/serialization/resources/knowledgeStoreItems/types/KnowledgeStoreItemsListResponse.js +46 -0
- package/serialization/resources/knowledgeStoreItems/types/index.d.ts +3 -0
- package/serialization/resources/knowledgeStoreItems/types/index.js +19 -0
- package/serialization/resources/knowledgeStores/client/index.d.ts +1 -0
- package/serialization/resources/knowledgeStores/client/index.js +17 -0
- package/serialization/resources/knowledgeStores/client/requests/KnowledgeStoresCreateRequest.d.ts +16 -0
- package/serialization/resources/knowledgeStores/client/requests/KnowledgeStoresCreateRequest.js +47 -0
- package/serialization/resources/knowledgeStores/client/requests/KnowledgeStoresUpdateRequest.d.ts +14 -0
- package/serialization/resources/knowledgeStores/client/requests/KnowledgeStoresUpdateRequest.js +45 -0
- package/serialization/resources/knowledgeStores/client/requests/SearchKnowledgeStoreRequest.d.ts +22 -0
- package/serialization/resources/knowledgeStores/client/requests/SearchKnowledgeStoreRequest.js +53 -0
- package/serialization/resources/knowledgeStores/client/requests/index.d.ts +3 -0
- package/serialization/resources/knowledgeStores/client/requests/index.js +9 -0
- package/serialization/resources/knowledgeStores/index.d.ts +2 -0
- package/serialization/resources/knowledgeStores/index.js +18 -0
- package/serialization/resources/knowledgeStores/types/KnowledgeStoresListRequestSortBy.d.ts +10 -0
- package/serialization/resources/knowledgeStores/types/KnowledgeStoresListRequestSortBy.js +41 -0
- package/serialization/resources/knowledgeStores/types/KnowledgeStoresListResponse.d.ts +15 -0
- package/serialization/resources/knowledgeStores/types/KnowledgeStoresListResponse.js +46 -0
- package/serialization/resources/knowledgeStores/types/SearchKnowledgeStoreRequestGroupBy.d.ts +10 -0
- package/serialization/resources/knowledgeStores/types/SearchKnowledgeStoreRequestGroupBy.js +41 -0
- package/serialization/resources/knowledgeStores/types/index.d.ts +3 -0
- package/serialization/resources/knowledgeStores/types/index.js +19 -0
- package/serialization/resources/responses/client/index.d.ts +1 -0
- package/serialization/resources/responses/client/index.js +17 -0
- package/serialization/resources/responses/client/requests/ResponsesCreateRequest.d.ts +22 -0
- package/serialization/resources/responses/client/requests/ResponsesCreateRequest.js +53 -0
- package/serialization/resources/responses/client/requests/ResponsesCreateStreamRequest.d.ts +22 -0
- package/serialization/resources/responses/client/requests/ResponsesCreateStreamRequest.js +53 -0
- package/serialization/resources/responses/client/requests/index.d.ts +2 -0
- package/serialization/resources/responses/client/requests/index.js +7 -0
- package/serialization/resources/responses/index.d.ts +2 -0
- package/serialization/resources/responses/index.js +18 -0
- package/serialization/resources/responses/types/ResponsesCreateRequestIncludeItem.d.ts +10 -0
- package/serialization/resources/responses/types/ResponsesCreateRequestIncludeItem.js +41 -0
- package/serialization/resources/responses/types/ResponsesCreateStreamRequestIncludeItem.d.ts +10 -0
- package/serialization/resources/responses/types/ResponsesCreateStreamRequestIncludeItem.js +41 -0
- package/serialization/resources/responses/types/index.d.ts +2 -0
- package/serialization/resources/responses/types/index.js +18 -0
- package/serialization/types/AssetTypeFilter.d.ts +14 -0
- package/serialization/types/AssetTypeFilter.js +45 -0
- package/serialization/types/EnrichmentConfig.d.ts +18 -0
- package/serialization/types/EnrichmentConfig.js +51 -0
- package/serialization/types/EnrichmentConfigDescription.d.ts +12 -0
- package/serialization/types/EnrichmentConfigDescription.js +43 -0
- package/serialization/types/EnrichmentConfigJsonSchema.d.ts +13 -0
- package/serialization/types/EnrichmentConfigJsonSchema.js +44 -0
- package/serialization/types/EnrichmentConfigJsonSchemaJsonSchema.d.ts +15 -0
- package/serialization/types/EnrichmentConfigJsonSchemaJsonSchema.js +47 -0
- package/serialization/types/EnrichmentConfigJsonSchemaJsonSchemaType.d.ts +10 -0
- package/serialization/types/EnrichmentConfigJsonSchemaJsonSchemaType.js +41 -0
- package/serialization/types/GoneErrorBody.d.ts +13 -0
- package/serialization/types/GoneErrorBody.js +44 -0
- package/serialization/types/ImageMetadata.d.ts +16 -0
- package/serialization/types/ImageMetadata.js +47 -0
- package/serialization/types/ImageSearchHit.d.ts +15 -0
- package/serialization/types/ImageSearchHit.js +46 -0
- package/serialization/types/ImageSearchItemMetadata.d.ts +15 -0
- package/serialization/types/ImageSearchItemMetadata.js +46 -0
- package/serialization/types/ImageSearchSystemMetadata.d.ts +14 -0
- package/serialization/types/ImageSearchSystemMetadata.js +45 -0
- package/serialization/types/IngestionConfig.d.ts +13 -0
- package/serialization/types/IngestionConfig.js +44 -0
- package/serialization/types/ItemIdFilter.d.ts +13 -0
- package/serialization/types/ItemIdFilter.js +44 -0
- package/serialization/types/KnowledgeStore.d.ts +20 -0
- package/serialization/types/KnowledgeStore.js +51 -0
- package/serialization/types/KnowledgeStoreItem.d.ts +22 -0
- package/serialization/types/KnowledgeStoreItem.js +53 -0
- package/serialization/types/KnowledgeStoreItemAssetType.d.ts +10 -0
- package/serialization/types/KnowledgeStoreItemAssetType.js +41 -0
- package/serialization/types/KnowledgeStoreItemCollection.d.ts +19 -0
- package/serialization/types/KnowledgeStoreItemCollection.js +50 -0
- package/serialization/types/KnowledgeStoreItemStatus.d.ts +10 -0
- package/serialization/types/KnowledgeStoreItemStatus.js +41 -0
- package/serialization/types/KnowledgeStoreItemSystemMetadata.d.ts +18 -0
- package/serialization/types/KnowledgeStoreItemSystemMetadata.js +51 -0
- package/serialization/types/KnowledgeStoreSearchQuery.d.ts +12 -0
- package/serialization/types/KnowledgeStoreSearchQuery.js +43 -0
- package/serialization/types/ResponseCreateRequest.d.ts +23 -0
- package/serialization/types/ResponseCreateRequest.js +54 -0
- package/serialization/types/ResponseCreateRequestIncludeItem.d.ts +10 -0
- package/serialization/types/ResponseCreateRequestIncludeItem.js +41 -0
- package/serialization/types/ResponseInputItem.d.ts +16 -0
- package/serialization/types/ResponseInputItem.js +47 -0
- package/serialization/types/ResponseInputItemRole.d.ts +10 -0
- package/serialization/types/ResponseInputItemRole.js +41 -0
- package/serialization/types/ResponseInputItemType.d.ts +10 -0
- package/serialization/types/ResponseInputItemType.js +41 -0
- package/serialization/types/ResponseObject.d.ts +23 -0
- package/serialization/types/ResponseObject.js +54 -0
- package/serialization/types/ResponseObjectType.d.ts +10 -0
- package/serialization/types/ResponseObjectType.js +41 -0
- package/serialization/types/ResponseOutputContentPart.d.ts +14 -0
- package/serialization/types/ResponseOutputContentPart.js +45 -0
- package/serialization/types/ResponseOutputContentPartType.d.ts +10 -0
- package/serialization/types/ResponseOutputContentPartType.js +41 -0
- package/serialization/types/ResponseOutputItem.d.ts +24 -0
- package/serialization/types/ResponseOutputItem.js +55 -0
- package/serialization/types/ResponseOutputItemRole.d.ts +10 -0
- package/serialization/types/ResponseOutputItemRole.js +41 -0
- package/serialization/types/ResponseOutputItemType.d.ts +10 -0
- package/serialization/types/ResponseOutputItemType.js +41 -0
- package/serialization/types/ResponseSelection.d.ts +14 -0
- package/serialization/types/ResponseSelection.js +45 -0
- package/serialization/types/ResponseSelectionKind.d.ts +10 -0
- package/serialization/types/ResponseSelectionKind.js +41 -0
- package/serialization/types/ResponseStatus.d.ts +10 -0
- package/serialization/types/ResponseStatus.js +41 -0
- package/serialization/types/ResponseStreamContentPartAddedEvent.d.ts +17 -0
- package/serialization/types/ResponseStreamContentPartAddedEvent.js +50 -0
- package/serialization/types/ResponseStreamContentPartDoneEvent.d.ts +17 -0
- package/serialization/types/ResponseStreamContentPartDoneEvent.js +50 -0
- package/serialization/types/ResponseStreamEvent.d.ts +51 -0
- package/serialization/types/ResponseStreamEvent.js +66 -0
- package/serialization/types/ResponseStreamEventBase.d.ts +12 -0
- package/serialization/types/ResponseStreamEventBase.js +43 -0
- package/serialization/types/ResponseStreamFuncCallArgsDoneEvent.d.ts +15 -0
- package/serialization/types/ResponseStreamFuncCallArgsDoneEvent.js +48 -0
- package/serialization/types/ResponseStreamOutputItemAddedEvent.d.ts +15 -0
- package/serialization/types/ResponseStreamOutputItemAddedEvent.js +48 -0
- package/serialization/types/ResponseStreamOutputItemDoneEvent.d.ts +15 -0
- package/serialization/types/ResponseStreamOutputItemDoneEvent.js +48 -0
- package/serialization/types/ResponseStreamOutputTextDeltaEvent.d.ts +16 -0
- package/serialization/types/ResponseStreamOutputTextDeltaEvent.js +49 -0
- package/serialization/types/ResponseStreamOutputTextDoneEvent.d.ts +16 -0
- package/serialization/types/ResponseStreamOutputTextDoneEvent.js +49 -0
- package/serialization/types/ResponseStreamResponseEvent.d.ts +14 -0
- package/serialization/types/ResponseStreamResponseEvent.js +47 -0
- package/serialization/types/ResponseUsage.d.ts +13 -0
- package/serialization/types/ResponseUsage.js +44 -0
- package/serialization/types/SearchKnowledgeStoreFilter.d.ts +15 -0
- package/serialization/types/SearchKnowledgeStoreFilter.js +46 -0
- package/serialization/types/SearchKnowledgeStoreHit.d.ts +18 -0
- package/serialization/types/SearchKnowledgeStoreHit.js +51 -0
- package/serialization/types/SearchKnowledgeStoreOptions.d.ts +13 -0
- package/serialization/types/SearchKnowledgeStoreOptions.js +44 -0
- package/serialization/types/SearchKnowledgeStoreResponse.d.ts +17 -0
- package/serialization/types/SearchKnowledgeStoreResponse.js +48 -0
- package/serialization/types/TextParam.d.ts +13 -0
- package/serialization/types/TextParam.js +44 -0
- package/serialization/types/TextParamFormat.d.ts +18 -0
- package/serialization/types/TextParamFormat.js +51 -0
- package/serialization/types/TextResponseFormatJsonSchema.d.ts +15 -0
- package/serialization/types/TextResponseFormatJsonSchema.js +46 -0
- package/serialization/types/TextResponseFormatText.d.ts +11 -0
- package/serialization/types/TextResponseFormatText.js +41 -0
- package/serialization/types/VideoMatch.d.ts +16 -0
- package/serialization/types/VideoMatch.js +47 -0
- package/serialization/types/VideoMetadata.d.ts +18 -0
- package/serialization/types/VideoMetadata.js +49 -0
- package/serialization/types/VideoSearchHit.d.ts +17 -0
- package/serialization/types/VideoSearchHit.js +48 -0
- package/serialization/types/VideoSearchItemMetadata.d.ts +15 -0
- package/serialization/types/VideoSearchItemMetadata.js +46 -0
- package/serialization/types/VideoSearchModality.d.ts +10 -0
- package/serialization/types/VideoSearchModality.js +41 -0
- package/serialization/types/VideoSearchOptions.d.ts +13 -0
- package/serialization/types/VideoSearchOptions.js +44 -0
- package/serialization/types/VideoSearchSystemMetadata.d.ts +15 -0
- package/serialization/types/VideoSearchSystemMetadata.js +46 -0
- package/serialization/types/index.d.ts +61 -0
- package/serialization/types/index.js +61 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/TwelveLabs.d.ts +4 -0
- package/wrapper/TwelveLabs.js +7 -0
|
@@ -8,11 +8,23 @@ export * as multipartUpload from "./multipartUpload";
|
|
|
8
8
|
export * from "./multipartUpload/types";
|
|
9
9
|
export * as entityCollections from "./entityCollections";
|
|
10
10
|
export * from "./entityCollections/types";
|
|
11
|
+
export * as knowledgeStores from "./knowledgeStores";
|
|
12
|
+
export * from "./knowledgeStores/types";
|
|
13
|
+
export * as knowledgeStoreItems from "./knowledgeStoreItems";
|
|
14
|
+
export * from "./knowledgeStoreItems/types";
|
|
15
|
+
export * as knowledgeStoreItemCollections from "./knowledgeStoreItemCollections";
|
|
16
|
+
export * from "./knowledgeStoreItemCollections/types";
|
|
11
17
|
export * as search from "./search";
|
|
12
18
|
export * from "./search/types";
|
|
19
|
+
export * as responses from "./responses";
|
|
20
|
+
export * from "./responses/types";
|
|
13
21
|
export * as analyzeAsync from "./analyzeAsync";
|
|
14
22
|
export * as embed from "./embed";
|
|
15
23
|
export * from "./indexes/client/requests";
|
|
16
24
|
export * from "./assets/client/requests";
|
|
17
25
|
export * from "./multipartUpload/client/requests";
|
|
18
26
|
export * from "./entityCollections/client/requests";
|
|
27
|
+
export * from "./knowledgeStores/client/requests";
|
|
28
|
+
export * from "./knowledgeStoreItems/client/requests";
|
|
29
|
+
export * from "./knowledgeStoreItemCollections/client/requests";
|
|
30
|
+
export * from "./responses/client/requests";
|
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.embed = exports.analyzeAsync = exports.search = exports.entityCollections = exports.multipartUpload = exports.assets = exports.indexes = exports.tasks = void 0;
|
|
39
|
+
exports.embed = exports.analyzeAsync = exports.responses = exports.search = exports.knowledgeStoreItemCollections = exports.knowledgeStoreItems = exports.knowledgeStores = exports.entityCollections = exports.multipartUpload = exports.assets = exports.indexes = exports.tasks = void 0;
|
|
40
40
|
exports.tasks = __importStar(require("./tasks"));
|
|
41
41
|
__exportStar(require("./tasks/types"), exports);
|
|
42
42
|
exports.indexes = __importStar(require("./indexes"));
|
|
@@ -47,11 +47,23 @@ exports.multipartUpload = __importStar(require("./multipartUpload"));
|
|
|
47
47
|
__exportStar(require("./multipartUpload/types"), exports);
|
|
48
48
|
exports.entityCollections = __importStar(require("./entityCollections"));
|
|
49
49
|
__exportStar(require("./entityCollections/types"), exports);
|
|
50
|
+
exports.knowledgeStores = __importStar(require("./knowledgeStores"));
|
|
51
|
+
__exportStar(require("./knowledgeStores/types"), exports);
|
|
52
|
+
exports.knowledgeStoreItems = __importStar(require("./knowledgeStoreItems"));
|
|
53
|
+
__exportStar(require("./knowledgeStoreItems/types"), exports);
|
|
54
|
+
exports.knowledgeStoreItemCollections = __importStar(require("./knowledgeStoreItemCollections"));
|
|
55
|
+
__exportStar(require("./knowledgeStoreItemCollections/types"), exports);
|
|
50
56
|
exports.search = __importStar(require("./search"));
|
|
51
57
|
__exportStar(require("./search/types"), exports);
|
|
58
|
+
exports.responses = __importStar(require("./responses"));
|
|
59
|
+
__exportStar(require("./responses/types"), exports);
|
|
52
60
|
exports.analyzeAsync = __importStar(require("./analyzeAsync"));
|
|
53
61
|
exports.embed = __importStar(require("./embed"));
|
|
54
62
|
__exportStar(require("./indexes/client/requests"), exports);
|
|
55
63
|
__exportStar(require("./assets/client/requests"), exports);
|
|
56
64
|
__exportStar(require("./multipartUpload/client/requests"), exports);
|
|
57
65
|
__exportStar(require("./entityCollections/client/requests"), exports);
|
|
66
|
+
__exportStar(require("./knowledgeStores/client/requests"), exports);
|
|
67
|
+
__exportStar(require("./knowledgeStoreItems/client/requests"), exports);
|
|
68
|
+
__exportStar(require("./knowledgeStoreItemCollections/client/requests"), exports);
|
|
69
|
+
__exportStar(require("./responses/client/requests"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../index";
|
|
5
|
+
import * as TwelvelabsApi from "../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const KnowledgeStoreItemCollectionsAddItemsRequest: core.serialization.Schema<serializers.KnowledgeStoreItemCollectionsAddItemsRequest.Raw, TwelvelabsApi.KnowledgeStoreItemCollectionsAddItemsRequest>;
|
|
8
|
+
export declare namespace KnowledgeStoreItemCollectionsAddItemsRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
item_ids: string[];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.KnowledgeStoreItemCollectionsAddItemsRequest = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../../core"));
|
|
41
|
+
exports.KnowledgeStoreItemCollectionsAddItemsRequest = core.serialization.object({
|
|
42
|
+
itemIds: core.serialization.property("item_ids", core.serialization.list(core.serialization.string())),
|
|
43
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../index";
|
|
5
|
+
import * as TwelvelabsApi from "../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const KnowledgeStoreItemCollectionsCreateRequest: core.serialization.Schema<serializers.KnowledgeStoreItemCollectionsCreateRequest.Raw, TwelvelabsApi.KnowledgeStoreItemCollectionsCreateRequest>;
|
|
8
|
+
export declare namespace KnowledgeStoreItemCollectionsCreateRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
name: string;
|
|
11
|
+
description?: string | null;
|
|
12
|
+
metadata?: Record<string, string> | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.KnowledgeStoreItemCollectionsCreateRequest = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../../core"));
|
|
41
|
+
exports.KnowledgeStoreItemCollectionsCreateRequest = core.serialization.object({
|
|
42
|
+
name: core.serialization.string(),
|
|
43
|
+
description: core.serialization.string().optional(),
|
|
44
|
+
metadata: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
45
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../index";
|
|
5
|
+
import * as TwelvelabsApi from "../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const KnowledgeStoreItemCollectionsRemoveItemsRequest: core.serialization.Schema<serializers.KnowledgeStoreItemCollectionsRemoveItemsRequest.Raw, TwelvelabsApi.KnowledgeStoreItemCollectionsRemoveItemsRequest>;
|
|
8
|
+
export declare namespace KnowledgeStoreItemCollectionsRemoveItemsRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
item_ids: string[];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.KnowledgeStoreItemCollectionsRemoveItemsRequest = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../../core"));
|
|
41
|
+
exports.KnowledgeStoreItemCollectionsRemoveItemsRequest = core.serialization.object({
|
|
42
|
+
itemIds: core.serialization.property("item_ids", core.serialization.list(core.serialization.string())),
|
|
43
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../index";
|
|
5
|
+
import * as TwelvelabsApi from "../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const KnowledgeStoreItemCollectionsUpdateRequest: core.serialization.Schema<serializers.KnowledgeStoreItemCollectionsUpdateRequest.Raw, TwelvelabsApi.KnowledgeStoreItemCollectionsUpdateRequest>;
|
|
8
|
+
export declare namespace KnowledgeStoreItemCollectionsUpdateRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
name?: string | null;
|
|
11
|
+
description?: string | null;
|
|
12
|
+
metadata?: Record<string, string> | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.KnowledgeStoreItemCollectionsUpdateRequest = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../../core"));
|
|
41
|
+
exports.KnowledgeStoreItemCollectionsUpdateRequest = core.serialization.object({
|
|
42
|
+
name: core.serialization.string().optional(),
|
|
43
|
+
description: core.serialization.string().optional(),
|
|
44
|
+
metadata: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
45
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { KnowledgeStoreItemCollectionsCreateRequest } from "./KnowledgeStoreItemCollectionsCreateRequest";
|
|
2
|
+
export { KnowledgeStoreItemCollectionsUpdateRequest } from "./KnowledgeStoreItemCollectionsUpdateRequest";
|
|
3
|
+
export { KnowledgeStoreItemCollectionsAddItemsRequest } from "./KnowledgeStoreItemCollectionsAddItemsRequest";
|
|
4
|
+
export { KnowledgeStoreItemCollectionsRemoveItemsRequest } from "./KnowledgeStoreItemCollectionsRemoveItemsRequest";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KnowledgeStoreItemCollectionsRemoveItemsRequest = exports.KnowledgeStoreItemCollectionsAddItemsRequest = exports.KnowledgeStoreItemCollectionsUpdateRequest = exports.KnowledgeStoreItemCollectionsCreateRequest = void 0;
|
|
4
|
+
var KnowledgeStoreItemCollectionsCreateRequest_1 = require("./KnowledgeStoreItemCollectionsCreateRequest");
|
|
5
|
+
Object.defineProperty(exports, "KnowledgeStoreItemCollectionsCreateRequest", { enumerable: true, get: function () { return KnowledgeStoreItemCollectionsCreateRequest_1.KnowledgeStoreItemCollectionsCreateRequest; } });
|
|
6
|
+
var KnowledgeStoreItemCollectionsUpdateRequest_1 = require("./KnowledgeStoreItemCollectionsUpdateRequest");
|
|
7
|
+
Object.defineProperty(exports, "KnowledgeStoreItemCollectionsUpdateRequest", { enumerable: true, get: function () { return KnowledgeStoreItemCollectionsUpdateRequest_1.KnowledgeStoreItemCollectionsUpdateRequest; } });
|
|
8
|
+
var KnowledgeStoreItemCollectionsAddItemsRequest_1 = require("./KnowledgeStoreItemCollectionsAddItemsRequest");
|
|
9
|
+
Object.defineProperty(exports, "KnowledgeStoreItemCollectionsAddItemsRequest", { enumerable: true, get: function () { return KnowledgeStoreItemCollectionsAddItemsRequest_1.KnowledgeStoreItemCollectionsAddItemsRequest; } });
|
|
10
|
+
var KnowledgeStoreItemCollectionsRemoveItemsRequest_1 = require("./KnowledgeStoreItemCollectionsRemoveItemsRequest");
|
|
11
|
+
Object.defineProperty(exports, "KnowledgeStoreItemCollectionsRemoveItemsRequest", { enumerable: true, get: function () { return KnowledgeStoreItemCollectionsRemoveItemsRequest_1.KnowledgeStoreItemCollectionsRemoveItemsRequest; } });
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as TwelvelabsApi from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
import { KnowledgeStoreItem } from "../../../types/KnowledgeStoreItem";
|
|
8
|
+
import { PageInfo } from "../../../types/PageInfo";
|
|
9
|
+
export declare const KnowledgeStoreItemCollectionsListItemsResponse: core.serialization.ObjectSchema<serializers.KnowledgeStoreItemCollectionsListItemsResponse.Raw, TwelvelabsApi.KnowledgeStoreItemCollectionsListItemsResponse>;
|
|
10
|
+
export declare namespace KnowledgeStoreItemCollectionsListItemsResponse {
|
|
11
|
+
interface Raw {
|
|
12
|
+
data?: KnowledgeStoreItem.Raw[] | null;
|
|
13
|
+
page_info?: PageInfo.Raw | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.KnowledgeStoreItemCollectionsListItemsResponse = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
const KnowledgeStoreItem_1 = require("../../../types/KnowledgeStoreItem");
|
|
42
|
+
const PageInfo_1 = require("../../../types/PageInfo");
|
|
43
|
+
exports.KnowledgeStoreItemCollectionsListItemsResponse = core.serialization.object({
|
|
44
|
+
data: core.serialization.list(KnowledgeStoreItem_1.KnowledgeStoreItem).optional(),
|
|
45
|
+
pageInfo: core.serialization.property("page_info", PageInfo_1.PageInfo.optional()),
|
|
46
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as TwelvelabsApi from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const KnowledgeStoreItemCollectionsListRequestSortBy: core.serialization.Schema<serializers.KnowledgeStoreItemCollectionsListRequestSortBy.Raw, TwelvelabsApi.KnowledgeStoreItemCollectionsListRequestSortBy>;
|
|
8
|
+
export declare namespace KnowledgeStoreItemCollectionsListRequestSortBy {
|
|
9
|
+
type Raw = "created_at" | "updated_at" | "name";
|
|
10
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.KnowledgeStoreItemCollectionsListRequestSortBy = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
exports.KnowledgeStoreItemCollectionsListRequestSortBy = core.serialization.enum_(["created_at", "updated_at", "name"]);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as TwelvelabsApi from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
import { KnowledgeStoreItemCollection } from "../../../types/KnowledgeStoreItemCollection";
|
|
8
|
+
import { PageInfo } from "../../../types/PageInfo";
|
|
9
|
+
export declare const KnowledgeStoreItemCollectionsListResponse: core.serialization.ObjectSchema<serializers.KnowledgeStoreItemCollectionsListResponse.Raw, TwelvelabsApi.KnowledgeStoreItemCollectionsListResponse>;
|
|
10
|
+
export declare namespace KnowledgeStoreItemCollectionsListResponse {
|
|
11
|
+
interface Raw {
|
|
12
|
+
data?: KnowledgeStoreItemCollection.Raw[] | null;
|
|
13
|
+
page_info?: PageInfo.Raw | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.KnowledgeStoreItemCollectionsListResponse = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
const KnowledgeStoreItemCollection_1 = require("../../../types/KnowledgeStoreItemCollection");
|
|
42
|
+
const PageInfo_1 = require("../../../types/PageInfo");
|
|
43
|
+
exports.KnowledgeStoreItemCollectionsListResponse = core.serialization.object({
|
|
44
|
+
data: core.serialization.list(KnowledgeStoreItemCollection_1.KnowledgeStoreItemCollection).optional(),
|
|
45
|
+
pageInfo: core.serialization.property("page_info", PageInfo_1.PageInfo.optional()),
|
|
46
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./KnowledgeStoreItemCollectionsListRequestSortBy"), exports);
|
|
18
|
+
__exportStar(require("./KnowledgeStoreItemCollectionsListResponse"), exports);
|
|
19
|
+
__exportStar(require("./KnowledgeStoreItemCollectionsListItemsResponse"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../index";
|
|
5
|
+
import * as TwelvelabsApi from "../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
import { KnowledgeStoreItemAssetType } from "../../../../types/KnowledgeStoreItemAssetType";
|
|
8
|
+
export declare const KnowledgeStoreItemsCreateRequest: core.serialization.Schema<serializers.KnowledgeStoreItemsCreateRequest.Raw, TwelvelabsApi.KnowledgeStoreItemsCreateRequest>;
|
|
9
|
+
export declare namespace KnowledgeStoreItemsCreateRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
asset_type?: KnowledgeStoreItemAssetType.Raw | null;
|
|
12
|
+
asset_id: string;
|
|
13
|
+
metadata?: Record<string, string> | null;
|
|
14
|
+
}
|
|
15
|
+
}
|