@akumi/sdk 0.6.0 → 0.7.0

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/index.d.cts CHANGED
@@ -105,12 +105,12 @@ interface AuditLogApiResource {
105
105
  id: string;
106
106
  component: string;
107
107
  action: string;
108
- actorId: number | null;
109
- ipAddress: string | null;
110
- userAgent: string | null;
108
+ actor_id: number | null;
109
+ ip_address: string | null;
110
+ user_agent: string | null;
111
111
  target: unknown | null;
112
112
  metadata: unknown | null;
113
- createdAt: string | null;
113
+ created_at: string | null;
114
114
  }
115
115
 
116
116
  interface ChatCompletionsRequest {
package/dist/index.d.ts CHANGED
@@ -105,12 +105,12 @@ interface AuditLogApiResource {
105
105
  id: string;
106
106
  component: string;
107
107
  action: string;
108
- actorId: number | null;
109
- ipAddress: string | null;
110
- userAgent: string | null;
108
+ actor_id: number | null;
109
+ ip_address: string | null;
110
+ user_agent: string | null;
111
111
  target: unknown | null;
112
112
  metadata: unknown | null;
113
- createdAt: string | null;
113
+ created_at: string | null;
114
114
  }
115
115
 
116
116
  interface ChatCompletionsRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akumi/sdk",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Official TypeScript SDK for the Akumi EU-sovereign inference API.",
5
5
  "license": "MIT",
6
6
  "type": "module",