@stack-spot/portal-network 0.82.0 → 0.82.1

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.
@@ -1,6 +1,6 @@
1
1
  import { RequestOpts } from '@oazapfts/runtime'
2
2
  import { AccountScmInfoSaveRequest, AccountScmInfoUpdateRequest, AccountScmStatusResponse, GroupsFromResourceResponse, MembersFromResourceResponse } from '../api/account'
3
- import { ChatRequest2, ChatResponse3, ConversationHistoryResponse, ConversationResponse } from '../api/ai'
3
+ import { ChatRequest, ChatResponse3, ConversationHistoryResponse, ConversationResponse } from '../api/ai'
4
4
  import { ConnectAccountRequestV2, ManagedAccountProvisionRequest } from '../api/cloudAccount'
5
5
  import { AllocationCostRequest, AllocationCostResponse, ChargePeriod, getAllocationCostFilters, ManagedService, ServiceResource } from '../api/cloudServices'
6
6
  import { Action } from '../api/workspace-ai'
@@ -169,7 +169,7 @@ export interface FixedPaginatedActivityResponse extends Omit<PaginatedActivityRe
169
169
  items: FixedActivityResponse[],
170
170
  }
171
171
 
172
- export interface FixedChatRequest extends ChatRequest2 {
172
+ export interface FixedChatRequest extends ChatRequest {
173
173
  context?: {
174
174
  workspace?: string,
175
175
  conversation_id?: string,