@airweave/sdk 0.9.42 → 0.9.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/collections/client/Client.d.ts +53 -0
- package/dist/cjs/api/resources/collections/client/Client.js +261 -0
- package/dist/cjs/api/{types → resources/collections/client/requests}/ClassicSearchRequest.d.ts +5 -2
- package/dist/cjs/api/{types → resources/collections/client/requests}/InstantSearchRequest.d.ts +5 -2
- package/dist/cjs/api/resources/collections/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/types/AgenticSearchDoneEvent.d.ts +25 -0
- package/dist/cjs/api/types/AgenticSearchErrorEvent.d.ts +8 -0
- package/dist/cjs/api/types/AgenticSearchEvent.d.ts +25 -0
- package/dist/cjs/api/types/AgenticSearchRerankingEvent.d.ts +16 -0
- package/dist/cjs/api/types/AgenticSearchStartedEvent.d.ts +12 -0
- package/dist/cjs/api/types/AgenticSearchThinkingEvent.d.ts +18 -0
- package/dist/cjs/api/types/AgenticSearchToolCallEvent.d.ts +38 -0
- package/dist/cjs/api/types/AgenticSearchToolCallEvent.js +21 -0
- package/dist/cjs/api/types/CollectToolStats.d.ts +15 -0
- package/dist/cjs/api/types/CountToolStats.d.ts +10 -0
- package/dist/cjs/api/types/EntitySummary.d.ts +5 -0
- package/dist/cjs/api/types/ErrorToolStats.d.ts +9 -0
- package/dist/cjs/api/types/FinishToolStats.d.ts +13 -0
- package/dist/cjs/api/types/NavigateToolStats.d.ts +13 -0
- package/dist/cjs/api/types/ReadToolStats.d.ts +15 -0
- package/dist/cjs/api/types/RetrievalStrategy.d.ts +4 -4
- package/dist/cjs/api/types/RetrievalStrategy.js +2 -2
- package/dist/cjs/api/types/ReviewToolStats.d.ts +12 -0
- package/dist/cjs/api/types/SearchToolStats.d.ts +14 -0
- package/dist/cjs/api/types/index.d.ts +15 -68
- package/dist/cjs/api/types/index.js +15 -68
- package/dist/cjs/core/index.d.ts +1 -0
- package/dist/cjs/core/index.js +1 -0
- package/dist/cjs/core/stream/Stream.d.ts +46 -0
- package/dist/cjs/core/stream/Stream.js +169 -0
- package/dist/cjs/core/stream/index.d.ts +1 -0
- package/dist/cjs/core/stream/index.js +5 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/collections/client/Client.d.mts +53 -0
- package/dist/esm/api/resources/collections/client/Client.mjs +261 -0
- package/dist/esm/api/{types → resources/collections/client/requests}/ClassicSearchRequest.d.mts +5 -2
- package/dist/esm/api/{types → resources/collections/client/requests}/InstantSearchRequest.d.mts +5 -2
- package/dist/esm/api/resources/collections/client/requests/index.d.mts +2 -0
- package/dist/esm/api/types/AgenticSearchDoneEvent.d.mts +25 -0
- package/dist/esm/api/types/AgenticSearchErrorEvent.d.mts +8 -0
- package/dist/esm/api/types/AgenticSearchEvent.d.mts +25 -0
- package/dist/esm/api/types/AgenticSearchRerankingEvent.d.mts +16 -0
- package/dist/esm/api/types/AgenticSearchStartedEvent.d.mts +12 -0
- package/dist/esm/api/types/AgenticSearchThinkingEvent.d.mts +18 -0
- package/dist/esm/api/types/AgenticSearchToolCallEvent.d.mts +38 -0
- package/dist/esm/api/types/AgenticSearchToolCallEvent.mjs +18 -0
- package/dist/esm/api/types/CollectToolStats.d.mts +15 -0
- package/dist/esm/api/types/CountToolStats.d.mts +10 -0
- package/dist/esm/api/types/EntitySummary.d.mts +5 -0
- package/dist/esm/api/types/ErrorToolStats.d.mts +9 -0
- package/dist/esm/api/types/FinishToolStats.d.mts +13 -0
- package/dist/esm/api/types/NavigateToolStats.d.mts +13 -0
- package/dist/esm/api/types/ReadToolStats.d.mts +15 -0
- package/dist/esm/api/types/RetrievalStrategy.d.mts +4 -4
- package/dist/esm/api/types/RetrievalStrategy.mjs +2 -2
- package/dist/esm/api/types/ReviewToolStats.d.mts +12 -0
- package/dist/esm/api/types/SearchToolStats.d.mts +14 -0
- package/dist/esm/api/types/index.d.mts +15 -68
- package/dist/esm/api/types/index.mjs +15 -68
- package/dist/esm/core/index.d.mts +1 -0
- package/dist/esm/core/index.mjs +1 -0
- package/dist/esm/core/stream/Stream.d.mts +46 -0
- package/dist/esm/core/stream/Stream.mjs +164 -0
- package/dist/esm/core/stream/index.d.mts +1 -0
- package/dist/esm/core/stream/index.mjs +1 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +295 -0
- package/dist/cjs/api/types/ActionCheckRequest.d.ts +0 -10
- package/dist/cjs/api/types/ActionCheckResponse.d.ts +0 -10
- package/dist/cjs/api/types/AdminSearchDestination.d.ts +0 -7
- package/dist/cjs/api/types/AdminSyncInfo.d.ts +0 -36
- package/dist/cjs/api/types/ApiKey.d.ts +0 -17
- package/dist/cjs/api/types/ApiKeyCreate.d.ts +0 -10
- package/dist/cjs/api/types/AuthProviderConnection.d.ts +0 -23
- package/dist/cjs/api/types/AuthProviderConnectionCreate.d.ts +0 -19
- package/dist/cjs/api/types/AuthProviderConnectionUpdate.d.ts +0 -15
- package/dist/cjs/api/types/AuthProviderMetadata.d.ts +0 -17
- package/dist/cjs/api/types/BillingPeriod.d.ts +0 -30
- package/dist/cjs/api/types/BillingPeriodStatus.d.ts +0 -14
- package/dist/cjs/api/types/BillingPeriodStatus.js +0 -13
- package/dist/cjs/api/types/BillingPeriodUsage.d.ts +0 -27
- package/dist/cjs/api/types/BillingPlan.d.ts +0 -14
- package/dist/cjs/api/types/BillingPlan.js +0 -13
- package/dist/cjs/api/types/BillingStatus.d.ts +0 -16
- package/dist/cjs/api/types/BillingStatus.js +0 -15
- package/dist/cjs/api/types/BillingTransition.d.ts +0 -15
- package/dist/cjs/api/types/BillingTransition.js +0 -14
- package/dist/cjs/api/types/BodyChangeMemberRoleOrganizationsOrganizationIdMembersUserIdPatch.d.ts +0 -6
- package/dist/cjs/api/types/BodyResyncWithExecutionConfigAdminResyncSyncIdPost.d.ts +0 -10
- package/dist/cjs/api/types/BrowseNode.d.ts +0 -15
- package/dist/cjs/api/types/BrowseNode.js +0 -5
- package/dist/cjs/api/types/BrowseTreeResponse.d.ts +0 -12
- package/dist/cjs/api/types/BrowseTreeResponse.js +0 -5
- package/dist/cjs/api/types/CheckStatus.d.ts +0 -12
- package/dist/cjs/api/types/CheckStatus.js +0 -11
- package/dist/cjs/api/types/CheckoutSessionRequest.d.ts +0 -14
- package/dist/cjs/api/types/CheckoutSessionRequest.js +0 -5
- package/dist/cjs/api/types/CheckoutSessionResponse.d.ts +0 -10
- package/dist/cjs/api/types/CheckoutSessionResponse.js +0 -5
- package/dist/cjs/api/types/ConfigValues.d.ts +0 -9
- package/dist/cjs/api/types/ConfigValues.js +0 -5
- package/dist/cjs/api/types/ConnectSessionContext.d.ts +0 -26
- package/dist/cjs/api/types/ConnectSessionContext.js +0 -5
- package/dist/cjs/api/types/ConnectSessionCreate.d.ts +0 -20
- package/dist/cjs/api/types/ConnectSessionCreate.js +0 -5
- package/dist/cjs/api/types/ConnectSessionMode.d.ts +0 -18
- package/dist/cjs/api/types/ConnectSessionMode.js +0 -12
- package/dist/cjs/api/types/ConnectSessionResponse.d.ts +0 -16
- package/dist/cjs/api/types/ConnectSessionResponse.js +0 -5
- package/dist/cjs/api/types/CustomerPortalRequest.d.ts +0 -10
- package/dist/cjs/api/types/CustomerPortalRequest.js +0 -5
- package/dist/cjs/api/types/CustomerPortalResponse.d.ts +0 -10
- package/dist/cjs/api/types/CustomerPortalResponse.js +0 -5
- package/dist/cjs/api/types/DependencyCheck.d.ts +0 -12
- package/dist/cjs/api/types/DependencyCheck.js +0 -5
- package/dist/cjs/api/types/EntityCountWithDefinition.d.ts +0 -17
- package/dist/cjs/api/types/EntityCountWithDefinition.js +0 -5
- package/dist/cjs/api/types/EntityDefinitionMetadata.d.ts +0 -15
- package/dist/cjs/api/types/EntityDefinitionMetadata.js +0 -5
- package/dist/cjs/api/types/FeatureFlag.d.ts +0 -17
- package/dist/cjs/api/types/FeatureFlag.js +0 -14
- package/dist/cjs/api/types/InternalAgenticSearchRequest.d.ts +0 -19
- package/dist/cjs/api/types/InternalAgenticSearchRequest.js +0 -5
- package/dist/cjs/api/types/InvitationCreate.d.ts +0 -10
- package/dist/cjs/api/types/InvitationCreate.js +0 -5
- package/dist/cjs/api/types/InvitationResponse.d.ts +0 -13
- package/dist/cjs/api/types/InvitationResponse.js +0 -5
- package/dist/cjs/api/types/LivenessResponse.d.ts +0 -9
- package/dist/cjs/api/types/LivenessResponse.js +0 -5
- package/dist/cjs/api/types/MemberResponse.d.ts +0 -15
- package/dist/cjs/api/types/MemberResponse.js +0 -5
- package/dist/cjs/api/types/MessageResponse.d.ts +0 -10
- package/dist/cjs/api/types/MessageResponse.js +0 -5
- package/dist/cjs/api/types/NodeSelectionData.d.ts +0 -12
- package/dist/cjs/api/types/NodeSelectionData.js +0 -5
- package/dist/cjs/api/types/NodeSelectionRequest.d.ts +0 -10
- package/dist/cjs/api/types/NodeSelectionRequest.js +0 -5
- package/dist/cjs/api/types/NodeSelectionResponse.d.ts +0 -14
- package/dist/cjs/api/types/NodeSelectionResponse.js +0 -5
- package/dist/cjs/api/types/Organization.d.ts +0 -29
- package/dist/cjs/api/types/Organization.js +0 -5
- package/dist/cjs/api/types/OrganizationBilling.d.ts +0 -44
- package/dist/cjs/api/types/OrganizationBilling.js +0 -5
- package/dist/cjs/api/types/OrganizationCreate.d.ts +0 -16
- package/dist/cjs/api/types/OrganizationCreate.js +0 -5
- package/dist/cjs/api/types/OrganizationMetrics.d.ts +0 -47
- package/dist/cjs/api/types/OrganizationMetrics.js +0 -5
- package/dist/cjs/api/types/OrganizationWithRole.d.ts +0 -22
- package/dist/cjs/api/types/OrganizationWithRole.js +0 -5
- package/dist/cjs/api/types/ReadinessResponse.d.ts +0 -18
- package/dist/cjs/api/types/ReadinessResponse.js +0 -13
- package/dist/cjs/api/types/SearchRequest.d.ts +0 -34
- package/dist/cjs/api/types/SearchRequest.js +0 -5
- package/dist/cjs/api/types/SearchResponse.d.ts +0 -15
- package/dist/cjs/api/types/SearchResponse.js +0 -5
- package/dist/cjs/api/types/SingleActionCheckResponse.d.ts +0 -23
- package/dist/cjs/api/types/SingleActionCheckResponse.js +0 -13
- package/dist/cjs/api/types/SourceRateLimit.d.ts +0 -18
- package/dist/cjs/api/types/SourceRateLimit.js +0 -5
- package/dist/cjs/api/types/SourceRateLimitResponse.d.ts +0 -17
- package/dist/cjs/api/types/SourceRateLimitResponse.js +0 -5
- package/dist/cjs/api/types/SourceRateLimitUpdateRequest.d.ts +0 -12
- package/dist/cjs/api/types/SourceRateLimitUpdateRequest.js +0 -5
- package/dist/cjs/api/types/SubscriptionInfo.d.ts +0 -52
- package/dist/cjs/api/types/SubscriptionInfo.js +0 -5
- package/dist/cjs/api/types/SyncJob.d.ts +0 -33
- package/dist/cjs/api/types/SyncJob.js +0 -5
- package/dist/cjs/api/types/SyncStatus.d.ts +0 -12
- package/dist/cjs/api/types/SyncStatus.js +0 -11
- package/dist/cjs/api/types/UpdatePlanRequest.d.ts +0 -12
- package/dist/cjs/api/types/UpdatePlanRequest.js +0 -5
- package/dist/cjs/api/types/UsageDashboard.d.ts +0 -23
- package/dist/cjs/api/types/UsageDashboard.js +0 -5
- package/dist/cjs/api/types/UsageSnapshot.d.ts +0 -32
- package/dist/cjs/api/types/UsageSnapshot.js +0 -5
- package/dist/cjs/api/types/UsageTrend.d.ts +0 -14
- package/dist/cjs/api/types/UsageTrend.js +0 -5
- package/dist/cjs/api/types/User.d.ts +0 -18
- package/dist/cjs/api/types/User.js +0 -5
- package/dist/cjs/api/types/UserCreate.d.ts +0 -11
- package/dist/cjs/api/types/UserCreate.js +0 -5
- package/dist/cjs/api/types/UserOrganization.d.ts +0 -14
- package/dist/cjs/api/types/UserOrganization.js +0 -5
- package/dist/cjs/api/types/VerifyOAuthRequest.d.ts +0 -10
- package/dist/cjs/api/types/VerifyOAuthRequest.js +0 -5
- package/dist/esm/api/types/ActionCheckRequest.d.mts +0 -10
- package/dist/esm/api/types/ActionCheckResponse.d.mts +0 -10
- package/dist/esm/api/types/AdminSearchDestination.d.mts +0 -7
- package/dist/esm/api/types/AdminSyncInfo.d.mts +0 -36
- package/dist/esm/api/types/ApiKey.d.mts +0 -17
- package/dist/esm/api/types/ApiKeyCreate.d.mts +0 -10
- package/dist/esm/api/types/AuthProviderConnection.d.mts +0 -23
- package/dist/esm/api/types/AuthProviderConnectionCreate.d.mts +0 -19
- package/dist/esm/api/types/AuthProviderConnectionUpdate.d.mts +0 -15
- package/dist/esm/api/types/AuthProviderMetadata.d.mts +0 -17
- package/dist/esm/api/types/BillingPeriod.d.mts +0 -30
- package/dist/esm/api/types/BillingPeriodStatus.d.mts +0 -14
- package/dist/esm/api/types/BillingPeriodStatus.mjs +0 -10
- package/dist/esm/api/types/BillingPeriodUsage.d.mts +0 -27
- package/dist/esm/api/types/BillingPlan.d.mts +0 -14
- package/dist/esm/api/types/BillingPlan.mjs +0 -10
- package/dist/esm/api/types/BillingStatus.d.mts +0 -16
- package/dist/esm/api/types/BillingStatus.mjs +0 -12
- package/dist/esm/api/types/BillingTransition.d.mts +0 -15
- package/dist/esm/api/types/BillingTransition.mjs +0 -11
- package/dist/esm/api/types/BodyChangeMemberRoleOrganizationsOrganizationIdMembersUserIdPatch.d.mts +0 -6
- package/dist/esm/api/types/BodyResyncWithExecutionConfigAdminResyncSyncIdPost.d.mts +0 -10
- package/dist/esm/api/types/BrowseNode.d.mts +0 -15
- package/dist/esm/api/types/BrowseNode.mjs +0 -4
- package/dist/esm/api/types/BrowseTreeResponse.d.mts +0 -12
- package/dist/esm/api/types/BrowseTreeResponse.mjs +0 -4
- package/dist/esm/api/types/CheckStatus.d.mts +0 -12
- package/dist/esm/api/types/CheckStatus.mjs +0 -8
- package/dist/esm/api/types/CheckoutSessionRequest.d.mts +0 -14
- package/dist/esm/api/types/CheckoutSessionRequest.mjs +0 -4
- package/dist/esm/api/types/CheckoutSessionResponse.d.mts +0 -10
- package/dist/esm/api/types/CheckoutSessionResponse.mjs +0 -4
- package/dist/esm/api/types/ConfigValues.d.mts +0 -9
- package/dist/esm/api/types/ConfigValues.mjs +0 -4
- package/dist/esm/api/types/ConnectSessionContext.d.mts +0 -26
- package/dist/esm/api/types/ConnectSessionContext.mjs +0 -4
- package/dist/esm/api/types/ConnectSessionCreate.d.mts +0 -20
- package/dist/esm/api/types/ConnectSessionCreate.mjs +0 -4
- package/dist/esm/api/types/ConnectSessionMode.d.mts +0 -18
- package/dist/esm/api/types/ConnectSessionMode.mjs +0 -9
- package/dist/esm/api/types/ConnectSessionResponse.d.mts +0 -16
- package/dist/esm/api/types/ConnectSessionResponse.mjs +0 -4
- package/dist/esm/api/types/CustomerPortalRequest.d.mts +0 -10
- package/dist/esm/api/types/CustomerPortalRequest.mjs +0 -4
- package/dist/esm/api/types/CustomerPortalResponse.d.mts +0 -10
- package/dist/esm/api/types/CustomerPortalResponse.mjs +0 -4
- package/dist/esm/api/types/DependencyCheck.d.mts +0 -12
- package/dist/esm/api/types/DependencyCheck.mjs +0 -4
- package/dist/esm/api/types/EntityCountWithDefinition.d.mts +0 -17
- package/dist/esm/api/types/EntityCountWithDefinition.mjs +0 -4
- package/dist/esm/api/types/EntityDefinitionMetadata.d.mts +0 -15
- package/dist/esm/api/types/EntityDefinitionMetadata.mjs +0 -4
- package/dist/esm/api/types/FeatureFlag.d.mts +0 -17
- package/dist/esm/api/types/FeatureFlag.mjs +0 -11
- package/dist/esm/api/types/InternalAgenticSearchRequest.d.mts +0 -19
- package/dist/esm/api/types/InternalAgenticSearchRequest.mjs +0 -4
- package/dist/esm/api/types/InvitationCreate.d.mts +0 -10
- package/dist/esm/api/types/InvitationCreate.mjs +0 -4
- package/dist/esm/api/types/InvitationResponse.d.mts +0 -13
- package/dist/esm/api/types/InvitationResponse.mjs +0 -4
- package/dist/esm/api/types/LivenessResponse.d.mts +0 -9
- package/dist/esm/api/types/LivenessResponse.mjs +0 -4
- package/dist/esm/api/types/MemberResponse.d.mts +0 -15
- package/dist/esm/api/types/MemberResponse.mjs +0 -4
- package/dist/esm/api/types/MessageResponse.d.mts +0 -10
- package/dist/esm/api/types/MessageResponse.mjs +0 -4
- package/dist/esm/api/types/NodeSelectionData.d.mts +0 -12
- package/dist/esm/api/types/NodeSelectionData.mjs +0 -4
- package/dist/esm/api/types/NodeSelectionRequest.d.mts +0 -10
- package/dist/esm/api/types/NodeSelectionRequest.mjs +0 -4
- package/dist/esm/api/types/NodeSelectionResponse.d.mts +0 -14
- package/dist/esm/api/types/NodeSelectionResponse.mjs +0 -4
- package/dist/esm/api/types/Organization.d.mts +0 -29
- package/dist/esm/api/types/Organization.mjs +0 -4
- package/dist/esm/api/types/OrganizationBilling.d.mts +0 -44
- package/dist/esm/api/types/OrganizationBilling.mjs +0 -4
- package/dist/esm/api/types/OrganizationCreate.d.mts +0 -16
- package/dist/esm/api/types/OrganizationCreate.mjs +0 -4
- package/dist/esm/api/types/OrganizationMetrics.d.mts +0 -47
- package/dist/esm/api/types/OrganizationMetrics.mjs +0 -4
- package/dist/esm/api/types/OrganizationWithRole.d.mts +0 -22
- package/dist/esm/api/types/OrganizationWithRole.mjs +0 -4
- package/dist/esm/api/types/ReadinessResponse.d.mts +0 -18
- package/dist/esm/api/types/ReadinessResponse.mjs +0 -10
- package/dist/esm/api/types/SearchRequest.d.mts +0 -34
- package/dist/esm/api/types/SearchRequest.mjs +0 -4
- package/dist/esm/api/types/SearchResponse.d.mts +0 -15
- package/dist/esm/api/types/SearchResponse.mjs +0 -4
- package/dist/esm/api/types/SingleActionCheckResponse.d.mts +0 -23
- package/dist/esm/api/types/SingleActionCheckResponse.mjs +0 -10
- package/dist/esm/api/types/SourceRateLimit.d.mts +0 -18
- package/dist/esm/api/types/SourceRateLimit.mjs +0 -4
- package/dist/esm/api/types/SourceRateLimitResponse.d.mts +0 -17
- package/dist/esm/api/types/SourceRateLimitResponse.mjs +0 -4
- package/dist/esm/api/types/SourceRateLimitUpdateRequest.d.mts +0 -12
- package/dist/esm/api/types/SourceRateLimitUpdateRequest.mjs +0 -4
- package/dist/esm/api/types/SubscriptionInfo.d.mts +0 -52
- package/dist/esm/api/types/SubscriptionInfo.mjs +0 -4
- package/dist/esm/api/types/SyncJob.d.mts +0 -33
- package/dist/esm/api/types/SyncJob.mjs +0 -4
- package/dist/esm/api/types/SyncStatus.d.mts +0 -12
- package/dist/esm/api/types/SyncStatus.mjs +0 -8
- package/dist/esm/api/types/UpdatePlanRequest.d.mts +0 -12
- package/dist/esm/api/types/UpdatePlanRequest.mjs +0 -4
- package/dist/esm/api/types/UsageDashboard.d.mts +0 -23
- package/dist/esm/api/types/UsageDashboard.mjs +0 -4
- package/dist/esm/api/types/UsageSnapshot.d.mts +0 -32
- package/dist/esm/api/types/UsageSnapshot.mjs +0 -4
- package/dist/esm/api/types/UsageTrend.d.mts +0 -14
- package/dist/esm/api/types/UsageTrend.mjs +0 -4
- package/dist/esm/api/types/User.d.mts +0 -18
- package/dist/esm/api/types/User.mjs +0 -4
- package/dist/esm/api/types/UserCreate.d.mts +0 -11
- package/dist/esm/api/types/UserCreate.mjs +0 -4
- package/dist/esm/api/types/UserOrganization.d.mts +0 -14
- package/dist/esm/api/types/UserOrganization.mjs +0 -4
- package/dist/esm/api/types/VerifyOAuthRequest.d.mts +0 -10
- package/dist/esm/api/types/VerifyOAuthRequest.mjs +0 -4
- /package/dist/cjs/api/{types → resources/collections/client/requests}/ClassicSearchRequest.js +0 -0
- /package/dist/cjs/api/{types → resources/collections/client/requests}/InstantSearchRequest.js +0 -0
- /package/dist/cjs/api/types/{ActionCheckRequest.js → AgenticSearchDoneEvent.js} +0 -0
- /package/dist/cjs/api/types/{ActionCheckResponse.js → AgenticSearchErrorEvent.js} +0 -0
- /package/dist/cjs/api/types/{AdminSearchDestination.js → AgenticSearchEvent.js} +0 -0
- /package/dist/cjs/api/types/{AdminSyncInfo.js → AgenticSearchRerankingEvent.js} +0 -0
- /package/dist/cjs/api/types/{ApiKey.js → AgenticSearchStartedEvent.js} +0 -0
- /package/dist/cjs/api/types/{ApiKeyCreate.js → AgenticSearchThinkingEvent.js} +0 -0
- /package/dist/cjs/api/types/{AuthProviderConnection.js → CollectToolStats.js} +0 -0
- /package/dist/cjs/api/types/{AuthProviderConnectionCreate.js → CountToolStats.js} +0 -0
- /package/dist/cjs/api/types/{AuthProviderConnectionUpdate.js → ErrorToolStats.js} +0 -0
- /package/dist/cjs/api/types/{AuthProviderMetadata.js → FinishToolStats.js} +0 -0
- /package/dist/cjs/api/types/{BillingPeriod.js → NavigateToolStats.js} +0 -0
- /package/dist/cjs/api/types/{BillingPeriodUsage.js → ReadToolStats.js} +0 -0
- /package/dist/cjs/api/types/{BodyChangeMemberRoleOrganizationsOrganizationIdMembersUserIdPatch.js → ReviewToolStats.js} +0 -0
- /package/dist/cjs/api/types/{BodyResyncWithExecutionConfigAdminResyncSyncIdPost.js → SearchToolStats.js} +0 -0
- /package/dist/esm/api/{types → resources/collections/client/requests}/ClassicSearchRequest.mjs +0 -0
- /package/dist/esm/api/{types → resources/collections/client/requests}/InstantSearchRequest.mjs +0 -0
- /package/dist/esm/api/types/{ActionCheckRequest.mjs → AgenticSearchDoneEvent.mjs} +0 -0
- /package/dist/esm/api/types/{ActionCheckResponse.mjs → AgenticSearchErrorEvent.mjs} +0 -0
- /package/dist/esm/api/types/{AdminSearchDestination.mjs → AgenticSearchEvent.mjs} +0 -0
- /package/dist/esm/api/types/{AdminSyncInfo.mjs → AgenticSearchRerankingEvent.mjs} +0 -0
- /package/dist/esm/api/types/{ApiKey.mjs → AgenticSearchStartedEvent.mjs} +0 -0
- /package/dist/esm/api/types/{ApiKeyCreate.mjs → AgenticSearchThinkingEvent.mjs} +0 -0
- /package/dist/esm/api/types/{AuthProviderConnection.mjs → CollectToolStats.mjs} +0 -0
- /package/dist/esm/api/types/{AuthProviderConnectionCreate.mjs → CountToolStats.mjs} +0 -0
- /package/dist/esm/api/types/{AuthProviderConnectionUpdate.mjs → ErrorToolStats.mjs} +0 -0
- /package/dist/esm/api/types/{AuthProviderMetadata.mjs → FinishToolStats.mjs} +0 -0
- /package/dist/esm/api/types/{BillingPeriod.mjs → NavigateToolStats.mjs} +0 -0
- /package/dist/esm/api/types/{BillingPeriodUsage.mjs → ReadToolStats.mjs} +0 -0
- /package/dist/esm/api/types/{BodyChangeMemberRoleOrganizationsOrganizationIdMembersUserIdPatch.mjs → ReviewToolStats.mjs} +0 -0
- /package/dist/esm/api/types/{BodyResyncWithExecutionConfigAdminResyncSyncIdPost.mjs → SearchToolStats.mjs} +0 -0
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Complete source rate limit schema.
|
|
6
|
-
*/
|
|
7
|
-
export interface SourceRateLimit {
|
|
8
|
-
/** Source identifier (e.g., 'google_drive', 'notion') */
|
|
9
|
-
source_short_name: string;
|
|
10
|
-
/** Maximum requests allowed per window */
|
|
11
|
-
limit: number;
|
|
12
|
-
/** Time window in seconds (60=per minute, 86400=per day, etc.) */
|
|
13
|
-
window_seconds?: number;
|
|
14
|
-
id: string;
|
|
15
|
-
organization_id: string;
|
|
16
|
-
created_at: string;
|
|
17
|
-
modified_at: string;
|
|
18
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Response schema with source metadata merged for UI display.
|
|
6
|
-
*/
|
|
7
|
-
export interface SourceRateLimitResponse {
|
|
8
|
-
source_short_name: string;
|
|
9
|
-
/** 'org' (organization-wide), 'connection' (per-user), or None (not supported) */
|
|
10
|
-
rate_limit_level?: string;
|
|
11
|
-
/** Configured limit, None if not set */
|
|
12
|
-
limit?: number;
|
|
13
|
-
/** Configured window, None if not set */
|
|
14
|
-
window_seconds?: number;
|
|
15
|
-
/** DB record ID, None if not configured */
|
|
16
|
-
id?: string;
|
|
17
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Request schema for updating rate limits via API.
|
|
6
|
-
*/
|
|
7
|
-
export interface SourceRateLimitUpdateRequest {
|
|
8
|
-
/** Maximum requests allowed per window */
|
|
9
|
-
limit: number;
|
|
10
|
-
/** Time window in seconds */
|
|
11
|
-
window_seconds: number;
|
|
12
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Subscription information response.
|
|
6
|
-
*/
|
|
7
|
-
export interface SubscriptionInfo {
|
|
8
|
-
/** Current billing plan */
|
|
9
|
-
plan: string;
|
|
10
|
-
/** Subscription status */
|
|
11
|
-
status: string;
|
|
12
|
-
/** Trial end date */
|
|
13
|
-
trial_ends_at?: string;
|
|
14
|
-
/** Grace period end date */
|
|
15
|
-
grace_period_ends_at?: string;
|
|
16
|
-
/** Current billing period start */
|
|
17
|
-
current_period_start?: string;
|
|
18
|
-
/** Current billing period end */
|
|
19
|
-
current_period_end?: string;
|
|
20
|
-
/** Whether subscription will cancel at period end */
|
|
21
|
-
cancel_at_period_end?: boolean;
|
|
22
|
-
/** Plan limits */
|
|
23
|
-
limits: Record<string, unknown>;
|
|
24
|
-
/** Whether using OSS version */
|
|
25
|
-
is_oss?: boolean;
|
|
26
|
-
/** Whether has active Stripe subscription */
|
|
27
|
-
has_active_subscription?: boolean;
|
|
28
|
-
/** Whether currently in trial period */
|
|
29
|
-
in_trial?: boolean;
|
|
30
|
-
/** Whether currently in grace period */
|
|
31
|
-
in_grace_period?: boolean;
|
|
32
|
-
/** Whether payment method is added */
|
|
33
|
-
payment_method_added?: boolean;
|
|
34
|
-
/** Whether payment method is required now */
|
|
35
|
-
requires_payment_method?: boolean;
|
|
36
|
-
/** Plan that will take effect at period end */
|
|
37
|
-
pending_plan_change?: string;
|
|
38
|
-
/** When the pending plan change takes effect */
|
|
39
|
-
pending_plan_change_at?: string;
|
|
40
|
-
/** Whether organization has an active yearly prepay credit */
|
|
41
|
-
has_yearly_prepay?: boolean;
|
|
42
|
-
/** When yearly prepay was started */
|
|
43
|
-
yearly_prepay_started_at?: string;
|
|
44
|
-
/** When yearly prepay expires */
|
|
45
|
-
yearly_prepay_expires_at?: string;
|
|
46
|
-
/** Total amount (in cents) credited for yearly prepay */
|
|
47
|
-
yearly_prepay_amount_cents?: number;
|
|
48
|
-
/** Coupon ID used for yearly prepay */
|
|
49
|
-
yearly_prepay_coupon_id?: string;
|
|
50
|
-
/** Payment intent ID used for yearly prepay */
|
|
51
|
-
yearly_prepay_payment_intent_id?: string;
|
|
52
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as AirweaveSDK from "../index.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* Schema for SyncJob.
|
|
7
|
-
*/
|
|
8
|
-
export interface SyncJob {
|
|
9
|
-
sync_id: string;
|
|
10
|
-
status?: AirweaveSDK.SyncJobStatus;
|
|
11
|
-
scheduled?: boolean;
|
|
12
|
-
entities_inserted?: number;
|
|
13
|
-
entities_updated?: number;
|
|
14
|
-
entities_deleted?: number;
|
|
15
|
-
entities_kept?: number;
|
|
16
|
-
entities_skipped?: number;
|
|
17
|
-
entities_encountered?: Record<string, number | undefined>;
|
|
18
|
-
started_at?: string;
|
|
19
|
-
completed_at?: string;
|
|
20
|
-
failed_at?: string;
|
|
21
|
-
error?: string;
|
|
22
|
-
access_token?: string;
|
|
23
|
-
sync_config?: AirweaveSDK.SyncConfig;
|
|
24
|
-
sync_metadata?: Record<string, unknown>;
|
|
25
|
-
id: string;
|
|
26
|
-
organization_id: string;
|
|
27
|
-
created_by_email?: string;
|
|
28
|
-
modified_by_email?: string;
|
|
29
|
-
created_at?: string;
|
|
30
|
-
modified_at?: string;
|
|
31
|
-
/** Name of the sync, populated from join query */
|
|
32
|
-
sync_name?: string;
|
|
33
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Sync status enum.
|
|
6
|
-
*/
|
|
7
|
-
export type SyncStatus = "active" | "inactive" | "error";
|
|
8
|
-
export declare const SyncStatus: {
|
|
9
|
-
readonly Active: "active";
|
|
10
|
-
readonly Inactive: "inactive";
|
|
11
|
-
readonly Error: "error";
|
|
12
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Request to update subscription plan.
|
|
6
|
-
*/
|
|
7
|
-
export interface UpdatePlanRequest {
|
|
8
|
-
/** New plan (developer, startup) */
|
|
9
|
-
plan: string;
|
|
10
|
-
/** Billing period for the plan: 'monthly' or 'yearly' */
|
|
11
|
-
period?: string;
|
|
12
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as AirweaveSDK from "../index.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* Complete dashboard data.
|
|
7
|
-
*/
|
|
8
|
-
export interface UsageDashboard {
|
|
9
|
-
/** Current billing period usage */
|
|
10
|
-
current_period: AirweaveSDK.BillingPeriodUsage;
|
|
11
|
-
/** Historical billing periods */
|
|
12
|
-
previous_periods?: AirweaveSDK.BillingPeriodUsage[];
|
|
13
|
-
/** Total entities processed all time */
|
|
14
|
-
total_entities_all_time?: number;
|
|
15
|
-
/** Total queries executed all time */
|
|
16
|
-
total_queries_all_time?: number;
|
|
17
|
-
/** Average entities per day (current period) */
|
|
18
|
-
average_daily_entities?: number;
|
|
19
|
-
/** Average queries per day (current period) */
|
|
20
|
-
average_daily_queries?: number;
|
|
21
|
-
/** Usage trends compared to previous period */
|
|
22
|
-
trends?: AirweaveSDK.UsageTrend[];
|
|
23
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Point-in-time usage data with limits.
|
|
6
|
-
*/
|
|
7
|
-
export interface UsageSnapshot {
|
|
8
|
-
/** Total entities processed */
|
|
9
|
-
entities: number;
|
|
10
|
-
/** Search queries executed */
|
|
11
|
-
queries: number;
|
|
12
|
-
/** Normalized token usage from agentic search */
|
|
13
|
-
tokens?: number;
|
|
14
|
-
/** Source connections configured */
|
|
15
|
-
source_connections: number;
|
|
16
|
-
/** Team members in the organization */
|
|
17
|
-
team_members: number;
|
|
18
|
-
/** Maximum entities allowed */
|
|
19
|
-
max_entities?: number;
|
|
20
|
-
/** Maximum queries allowed */
|
|
21
|
-
max_queries?: number;
|
|
22
|
-
/** Maximum normalized tokens allowed */
|
|
23
|
-
max_tokens?: number;
|
|
24
|
-
/** Maximum source connections allowed */
|
|
25
|
-
max_source_connections?: number;
|
|
26
|
-
/** Maximum team members allowed */
|
|
27
|
-
max_team_members?: number;
|
|
28
|
-
/** When this snapshot was taken */
|
|
29
|
-
timestamp: string;
|
|
30
|
-
/** Associated billing period */
|
|
31
|
-
billing_period_id: string;
|
|
32
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Usage trend information.
|
|
6
|
-
*/
|
|
7
|
-
export interface UsageTrend {
|
|
8
|
-
/** Metric name (syncs, entities, etc) */
|
|
9
|
-
metric: string;
|
|
10
|
-
/** Trend direction: up, down, or stable */
|
|
11
|
-
direction: string;
|
|
12
|
-
/** Percentage change from previous period */
|
|
13
|
-
percentage_change: number;
|
|
14
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as AirweaveSDK from "../index.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* Schema for User.
|
|
7
|
-
*/
|
|
8
|
-
export interface User {
|
|
9
|
-
email: string;
|
|
10
|
-
full_name?: string;
|
|
11
|
-
id: string;
|
|
12
|
-
auth0_id?: string;
|
|
13
|
-
primary_organization_id?: string;
|
|
14
|
-
user_organizations?: AirweaveSDK.UserOrganization[];
|
|
15
|
-
is_admin?: boolean;
|
|
16
|
-
is_superuser?: boolean;
|
|
17
|
-
last_active_at?: string;
|
|
18
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as AirweaveSDK from "../index.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* Schema for UserOrganization relationship with full organization details.
|
|
7
|
-
*/
|
|
8
|
-
export interface UserOrganization {
|
|
9
|
-
role?: string;
|
|
10
|
-
is_primary?: boolean;
|
|
11
|
-
user_id: string;
|
|
12
|
-
organization_id: string;
|
|
13
|
-
organization: AirweaveSDK.Organization;
|
|
14
|
-
}
|
/package/dist/cjs/api/{types → resources/collections/client/requests}/ClassicSearchRequest.js
RENAMED
|
File without changes
|
/package/dist/cjs/api/{types → resources/collections/client/requests}/InstantSearchRequest.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/esm/api/{types → resources/collections/client/requests}/ClassicSearchRequest.mjs
RENAMED
|
File without changes
|
/package/dist/esm/api/{types → resources/collections/client/requests}/InstantSearchRequest.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|