@kya-os/contracts 1.5.2-canary.3 → 1.5.2-canary.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.
@@ -252,4 +252,3 @@ exports.validateServerConfigResponseSchema = zod_1.z.object({
252
252
  timestamp: zod_1.z.string().optional(),
253
253
  }).optional(),
254
254
  });
255
- //# sourceMappingURL=schemas.js.map
@@ -335,4 +335,3 @@ export interface ValidateServerConfigResponse {
335
335
  timestamp?: string;
336
336
  };
337
337
  }
338
- //# sourceMappingURL=types.d.ts.map
@@ -8,4 +8,3 @@
8
8
  * @package @kya-os/contracts/dashboard-config
9
9
  */
10
10
  Object.defineProperty(exports, "__esModule", { value: true });
11
- //# sourceMappingURL=types.js.map
@@ -1019,4 +1019,3 @@ export declare const MAX_BUDGET_CAP: number;
1019
1019
  * Maximum reasonable window duration (10 years in seconds)
1020
1020
  */
1021
1021
  export declare const MAX_WINDOW_DURATION_SEC: number;
1022
- //# sourceMappingURL=constraints.d.ts.map
@@ -216,4 +216,3 @@ exports.MAX_BUDGET_CAP = Number.MAX_SAFE_INTEGER;
216
216
  * Maximum reasonable window duration (10 years in seconds)
217
217
  */
218
218
  exports.MAX_WINDOW_DURATION_SEC = 10 * 365 * 24 * 60 * 60;
219
- //# sourceMappingURL=constraints.js.map
@@ -21,4 +21,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
21
21
  Object.defineProperty(exports, "__esModule", { value: true });
22
22
  __exportStar(require("./schemas.js"), exports);
23
23
  __exportStar(require("./constraints.js"), exports);
24
- //# sourceMappingURL=index.js.map