Variable: ConnectionProfileApplyResultSchema
constConnectionProfileApplyResultSchema:TObject<{activeGenerationPresetId:TUnion<[TString,TNull]>;activeProviderConfigId:TUnion<[TString,TNull]>;appliedFields:TArray<TUnion<TLiteral<"providerConfigId"|"model"|"baseUrl"|"stopStrings"|"source"|"secretId"|"presetId"|"promptPostProcessing"|"includeBody"|"excludeBody"|"includeHeaders"|"startReplyWith">[]>>;excludedFields:TArray<TUnion<TLiteral<"providerConfigId"|"model"|"baseUrl"|"stopStrings"|"source"|"secretId"|"presetId"|"promptPostProcessing"|"includeBody"|"excludeBody"|"includeHeaders"|"startReplyWith">[]>>; }>
Defined in: packages/contracts/src/connectionProfile.ts:130
Result of POST /api/v2/connection-profiles/:id/apply — reports which live
settings the bundle actually touched (after exclude filtering), so the UI
can confirm what changed.