@magemetrics/core 0.11.4 → 0.11.5
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.ts +3 -1
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
package/dist/index.d.ts
CHANGED
|
@@ -366,10 +366,12 @@ declare interface components {
|
|
|
366
366
|
[key: string]: unknown;
|
|
367
367
|
};
|
|
368
368
|
};
|
|
369
|
+
AgentRunCountsResponse: {
|
|
370
|
+
[key: string]: number;
|
|
371
|
+
};
|
|
369
372
|
Agent: {
|
|
370
373
|
/** Format: uuid */
|
|
371
374
|
id: string;
|
|
372
|
-
company_id: number;
|
|
373
375
|
name: string;
|
|
374
376
|
objective: string | null;
|
|
375
377
|
generated_objective_fragment: string | null;
|
package/dist/index.js
CHANGED
|
@@ -58,7 +58,7 @@ var addApiKeyHeader = (apiKey) => {
|
|
|
58
58
|
|
|
59
59
|
// package.json
|
|
60
60
|
var package_default = {
|
|
61
|
-
version: "0.11.
|
|
61
|
+
version: "0.11.5"};
|
|
62
62
|
|
|
63
63
|
// src/core/MageMetricsEventEmitter.ts
|
|
64
64
|
var MageMetricsEventEmitter = class {
|
|
@@ -482,7 +482,7 @@ function getOpenApiConfiguration(refOrOpenapi, metadataOrOptions, options) {
|
|
|
482
482
|
};
|
|
483
483
|
}
|
|
484
484
|
|
|
485
|
-
// ../../node_modules/.pnpm/hono@4.12.
|
|
485
|
+
// ../../node_modules/.pnpm/hono@4.12.7/node_modules/hono/dist/router/reg-exp-router/node.js
|
|
486
486
|
new Set(".\\+*[^]$()");
|
|
487
487
|
var createRoute = (routeConfig) => {
|
|
488
488
|
const route = {
|
|
@@ -845,10 +845,9 @@ var ExternalAuthProvider = class {
|
|
|
845
845
|
}
|
|
846
846
|
}
|
|
847
847
|
};
|
|
848
|
-
var
|
|
848
|
+
var SupabaseHeaderSchema = z.object({
|
|
849
849
|
[HEADER_SP_TOKEN]: z.string().optional()
|
|
850
850
|
});
|
|
851
|
-
var SupabaseHeaderSchema = SupabaseUserHeaderSchema;
|
|
852
851
|
var FEEDBACK_OPTIONS = [
|
|
853
852
|
{ label: "Helpful", value: "helpful" },
|
|
854
853
|
{ label: "Partially helpful", value: "partially helpful" },
|