trieve-ts-sdk
Advanced tools
declare const _default: { | ||
getStripePlans(this: import("../sdk.ts").TrieveSDK): Promise<import("../types.gen.ts").StripePlan[] | null>; | ||
startStripeCheckout(this: import("../sdk.ts").TrieveSDK, planId: string): Promise<string>; | ||
getCrawlsForDataset(this: import("../sdk.ts").TrieveSDK, props: import("../types.gen.ts").GetCrawlRequestsForDatasetData, signal?: AbortSignal): Promise<import("../types.gen.ts").Dataset>; | ||
createOrganizationApiKey(this: import("../sdk.ts").TrieveSDK, props: import("../types.gen.ts").CreateApiKeyReqPayload, signal?: AbortSignal): Promise<import("../types.gen.ts").CreateApiKeyResponse>; | ||
deleteOrganizationApiKey(this: import("../sdk.ts").TrieveSDK, apiKeyId: string, signal?: AbortSignal): Promise<void>; | ||
getOrganizationById(this: import("../sdk.ts").TrieveSDK, organizationId: string, signal?: AbortSignal): Promise<import("../types.gen.ts").OrganizationWithSubAndPlan>; | ||
updateUserRole(this: import("../sdk.ts").TrieveSDK, props: import("../types.gen.ts").UpdateUserOrgRoleReqPayload, signal?: AbortSignal): Promise<void>; | ||
@@ -6,0 +9,0 @@ createDataset(this: import("../sdk.ts").TrieveSDK, props: import("../types.gen.ts").CreateDatasetReqPayload, signal?: AbortSignal): Promise<import("../types.gen.ts").Dataset>; |
@@ -7,3 +7,3 @@ /** | ||
import { TrieveSDK } from "../../sdk"; | ||
import { CreateApiKeyReqPayload, CreateApiKeyResponse } from "../../types.gen"; | ||
import { CreateApiKeyReqPayload, CreateApiKeyResponse, OrganizationWithSubAndPlan } from "../../types.gen"; | ||
export declare function createOrganizationApiKey( | ||
@@ -15,2 +15,5 @@ /** @hidden */ | ||
this: TrieveSDK, apiKeyId: string, signal?: AbortSignal): Promise<void>; | ||
export declare function getOrganizationById( | ||
/** @hidden */ | ||
this: TrieveSDK, organizationId: string, signal?: AbortSignal): Promise<OrganizationWithSubAndPlan>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "0.0.60", | ||
"version": "0.0.62", | ||
"license": "MIT", | ||
@@ -23,0 +23,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
729325
1.38%64
3.23%11095
1.18%