@camstack/core 0.1.19 → 0.1.20

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.js CHANGED
@@ -37,7 +37,7 @@ let node_vm = require("node:vm");
37
37
  node_vm = require_chunk.__toESM(node_vm);
38
38
  let node_os = require("node:os");
39
39
  node_os = require_chunk.__toESM(node_os);
40
- //#region ../types/dist/auth-records-BpjTmlhM.mjs
40
+ //#region ../types/dist/auth-records-Bq2XO-Mg.mjs
41
41
  var MODEL_FORMATS = [
42
42
  "onnx",
43
43
  "coreml",
@@ -5139,8 +5139,8 @@ zod.z.object({
5139
5139
  tokenHash: zod.z.string(),
5140
5140
  tokenPrefix: zod.z.string(),
5141
5141
  scopes: zod.z.array(TokenScopeSchema),
5142
- expiresAt: zod.z.number().optional(),
5143
- lastUsedAt: zod.z.number().optional(),
5142
+ expiresAt: zod.z.number().nullish(),
5143
+ lastUsedAt: zod.z.number().nullish(),
5144
5144
  createdAt: zod.z.number()
5145
5145
  });
5146
5146
  //#endregion