@autohq/cli 0.1.293 → 0.1.294
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/agent-bridge.js +4 -1
- package/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -23399,7 +23399,7 @@ Object.assign(lookup, {
|
|
|
23399
23399
|
// package.json
|
|
23400
23400
|
var package_default = {
|
|
23401
23401
|
name: "@autohq/cli",
|
|
23402
|
-
version: "0.1.
|
|
23402
|
+
version: "0.1.294",
|
|
23403
23403
|
license: "SEE LICENSE IN README.md",
|
|
23404
23404
|
publishConfig: {
|
|
23405
23405
|
access: "public"
|
|
@@ -28434,6 +28434,9 @@ var UsageEventSchema = external_exports.object({
|
|
|
28434
28434
|
});
|
|
28435
28435
|
var UsageEventRecordSchema = UsageEventSchema.extend({
|
|
28436
28436
|
id: external_exports.string().trim().min(1),
|
|
28437
|
+
// Set on append-only correction rows: this row replaces the pointed-at row's
|
|
28438
|
+
// amounts, and ledger readers exclude any row another row supersedes.
|
|
28439
|
+
supersedesUsageEventId: external_exports.string().trim().min(1).nullable().default(null),
|
|
28437
28440
|
createdAt: external_exports.string().datetime()
|
|
28438
28441
|
});
|
|
28439
28442
|
var UsageTotalsSchema = external_exports.object({
|
package/dist/index.js
CHANGED
|
@@ -20336,6 +20336,9 @@ var init_usage = __esm({
|
|
|
20336
20336
|
});
|
|
20337
20337
|
UsageEventRecordSchema = UsageEventSchema.extend({
|
|
20338
20338
|
id: external_exports.string().trim().min(1),
|
|
20339
|
+
// Set on append-only correction rows: this row replaces the pointed-at row's
|
|
20340
|
+
// amounts, and ledger readers exclude any row another row supersedes.
|
|
20341
|
+
supersedesUsageEventId: external_exports.string().trim().min(1).nullable().default(null),
|
|
20339
20342
|
createdAt: external_exports.string().datetime()
|
|
20340
20343
|
});
|
|
20341
20344
|
UsageTotalsSchema = external_exports.object({
|
|
@@ -23182,7 +23185,7 @@ var init_package = __esm({
|
|
|
23182
23185
|
"package.json"() {
|
|
23183
23186
|
package_default = {
|
|
23184
23187
|
name: "@autohq/cli",
|
|
23185
|
-
version: "0.1.
|
|
23188
|
+
version: "0.1.294",
|
|
23186
23189
|
license: "SEE LICENSE IN README.md",
|
|
23187
23190
|
publishConfig: {
|
|
23188
23191
|
access: "public"
|