@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.mjs CHANGED
@@ -31,7 +31,7 @@ import { promisify } from "node:util";
31
31
  import { errMsg, parseJsonObject } from "@camstack/types";
32
32
  import * as vm from "node:vm";
33
33
  import * as os from "node:os";
34
- //#region ../types/dist/auth-records-BpjTmlhM.mjs
34
+ //#region ../types/dist/auth-records-Bq2XO-Mg.mjs
35
35
  var MODEL_FORMATS = [
36
36
  "onnx",
37
37
  "coreml",
@@ -5133,8 +5133,8 @@ z.object({
5133
5133
  tokenHash: z.string(),
5134
5134
  tokenPrefix: z.string(),
5135
5135
  scopes: z.array(TokenScopeSchema),
5136
- expiresAt: z.number().optional(),
5137
- lastUsedAt: z.number().optional(),
5136
+ expiresAt: z.number().nullish(),
5137
+ lastUsedAt: z.number().nullish(),
5138
5138
  createdAt: z.number()
5139
5139
  });
5140
5140
  //#endregion