refactor: rename @crema/arcadia-client → @crema/arcadia-core-client
Disambiguates the Phoenix/auth client lib from lib-arcadia-agents-client. Dir lib-arcadia-client → lib-arcadia-core-client; alias updated in tsconfig paths, vite config, app.css @source, imports, CI and docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,6 +9,6 @@
|
|||||||
".": "./src/index.tsx"
|
".": "./src/index.tsx"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@crema/arcadia-client": "*"
|
"@crema/arcadia-core-client": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
// EXPORTS: types (Integration, Credential, UsageEntry, *Input, TestVerdict, …),
|
// EXPORTS: types (Integration, Credential, UsageEntry, *Input, TestVerdict, …),
|
||||||
// createIntegrationsApi(client, mode), formatUsd, credentialHealth.
|
// createIntegrationsApi(client, mode), formatUsd, credentialHealth.
|
||||||
|
|
||||||
import type { ArcadiaClient } from "@crema/arcadia-client"
|
import type { ArcadiaClient } from "@crema/arcadia-core-client"
|
||||||
|
|
||||||
export type IntegrationsMode = "operator" | "tenant"
|
export type IntegrationsMode = "operator" | "tenant"
|
||||||
export type Scope = "platform" | "tenant" | "app" | "user" | "agent"
|
export type Scope = "platform" | "tenant" | "app" | "user" | "agent"
|
||||||
|
|||||||
Reference in New Issue
Block a user