File size: 14,722 Bytes
fc69e8e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
// Shared validation utility for the AI Workplace Desktop App

import type { ApiError } from '../types';

// Validation result types
export interface ValidationResult<T = unknown> {
  valid: boolean;
  value?: T;
  errors: ValidationError[];
}

export interface ValidationError {
  field: string;
  message: string;
  code: string;
  value?: unknown;
}

export interface Validator<T> {
  validate(value: unknown): ValidationResult<T>;
}

// Base validators
export function required<T>(message = 'This field is required'): Validator<T> {
  return {
    validate: (value: unknown): ValidationResult<T> => {
      const errors: ValidationError[] = [];
      if (value === undefined || value === null || value === '') {
        errors.push({ field: '', message, code: 'REQUIRED', value });
      }
      return { valid: errors.length === 0, value: value as T, errors };
    },
  };
}

export function string(minLength = 0, maxLength = Infinity, message?: string): Validator<string> {
  return {
    validate: (value: unknown): ValidationResult<string> => {
      const errors: ValidationError[] = [];
      
      if (typeof value !== 'string') {
        errors.push({ field: '', message: 'Must be a string', code: 'TYPE', value });
        return { valid: false, errors };
      }
      
      if (value.length < minLength) {
        errors.push({ 
          field: '', 
          message: message || `Must be at least ${minLength} characters`, 
          code: 'MIN_LENGTH', 
          value 
        });
      }
      
      if (value.length > maxLength) {
        errors.push({ 
          field: '', 
          message: message || `Must be at most ${maxLength} characters`, 
          code: 'MAX_LENGTH', 
          value 
        });
      }
      
      return { valid: errors.length === 0, value, errors };
    },
  };
}

export function number(min = -Infinity, max = Infinity, message?: string): Validator<number> {
  return {
    validate: (value: unknown): ValidationResult<number> => {
      const errors: ValidationError[] = [];
      
      if (typeof value !== 'number' || isNaN(value)) {
        errors.push({ field: '', message: 'Must be a number', code: 'TYPE', value });
        return { valid: false, errors };
      }
      
      if (value < min) {
        errors.push({ 
          field: '', 
          message: message || `Must be at least ${min}`, 
          code: 'MIN_VALUE', 
          value 
        });
      }
      
      if (value > max) {
        errors.push({ 
          field: '', 
          message: message || `Must be at most ${max}`, 
          code: 'MAX_VALUE', 
          value 
        });
      }
      
      return { valid: errors.length === 0, value, errors };
    },
  };
}

export function integer(min = -Infinity, max = Infinity): Validator<number> {
  return {
    validate: (value: unknown): ValidationResult<number> => {
      const baseResult = number(min, max).validate(value);
      if (!baseResult.valid) return baseResult;
      
      if (!Number.isInteger(value)) {
        return {
          valid: false,
          value: value as number,
          errors: [{ field: '', message: 'Must be an integer', code: 'NOT_INTEGER', value }],
        };
      }
      
      return baseResult;
    },
  };
}

export function boolean(): Validator<boolean> {
  return {
    validate: (value: unknown): ValidationResult<boolean> => {
      if (typeof value !== 'boolean') {
        return {
          valid: false,
          errors: [{ field: '', message: 'Must be a boolean', code: 'TYPE', value }],
        };
      }
      return { valid: true, value, errors: [] };
    },
  };
}

export function email(message = 'Invalid email address'): Validator<string> {
  const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  return {
    validate: (value: unknown): ValidationResult<string> => {
      const strResult = string().validate(value);
      if (!strResult.valid) return strResult;
      
      if (!emailRegex.test(strResult.value!)) {
        return {
          valid: false,
          value: strResult.value,
          errors: [{ field: '', message, code: 'INVALID_EMAIL', value }],
        };
      }
      
      return strResult;
    },
  };
}

export function url(message = 'Invalid URL'): Validator<string> {
  return {
    validate: (value: unknown): ValidationResult<string> => {
      const strResult = string().validate(value);
      if (!strResult.valid) return strResult;
      
      try {
        new URL(strResult.value!);
        return strResult;
      } catch {
        return {
          valid: false,
          value: strResult.value,
          errors: [{ field: '', message, code: 'INVALID_URL', value }],
        };
      }
    },
  };
}

export function uuid(message = 'Invalid UUID'): Validator<string> {
  const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i;
  return {
    validate: (value: unknown): ValidationResult<string> => {
      const strResult = string().validate(value);
      if (!strResult.valid) return strResult;
      
      if (!uuidRegex.test(strResult.value!)) {
        return {
          valid: false,
          value: strResult.value,
          errors: [{ field: '', message, code: 'INVALID_UUID', value }],
        };
      }
      
      return strResult;
    },
  };
}

export function enum_<T extends string>(values: T[], message?: string): Validator<T> {
  return {
    validate: (value: unknown): ValidationResult<T> => {
      const strResult = string().validate(value);
      if (!strResult.valid) return strResult;
      
      if (!values.includes(strResult.value as T)) {
        return {
          valid: false,
          value: strResult.value as T,
          errors: [{ 
            field: '', 
            message: message || `Must be one of: ${values.join(', ')}`, 
            code: 'INVALID_ENUM', 
            value 
          }],
        };
      }
      
      return { valid: true, value: strResult.value as T, errors: [] };
    },
  };
}

export function array<T>(itemValidator: Validator<T>, minLength = 0, maxLength = Infinity): Validator<T[]> {
  return {
    validate: (value: unknown): ValidationResult<T[]> => {
      const errors: ValidationError[] = [];
      
      if (!Array.isArray(value)) {
        errors.push({ field: '', message: 'Must be an array', code: 'TYPE', value });
        return { valid: false, errors };
      }
      
      if (value.length < minLength) {
        errors.push({ field: '', message: `Must have at least ${minLength} items`, code: 'MIN_LENGTH', value });
      }
      
      if (value.length > maxLength) {
        errors.push({ field: '', message: `Must have at most ${maxLength} items`, code: 'MAX_LENGTH', value });
      }
      
      const validatedItems: T[] = [];
      for (let i = 0; i < value.length; i++) {
        const itemResult = itemValidator.validate(value[i]);
        if (!itemResult.valid) {
          itemResult.errors.forEach(e => {
            errors.push({ ...e, field: `[${i}]${e.field ? '.' + e.field : ''}` });
          });
        } else if (itemResult.value !== undefined) {
          validatedItems.push(itemResult.value);
        }
      }
      
      return { valid: errors.length === 0, value: validatedItems, errors };
    },
  };
}

export function object<T extends Record<string, unknown>>(shape: Record<string, Validator<unknown>>): Validator<T> {
  return {
    validate: (value: unknown): ValidationResult<T> => {
      const errors: ValidationError[] = [];
      
      if (typeof value !== 'object' || value === null || Array.isArray(value)) {
        errors.push({ field: '', message: 'Must be an object', code: 'TYPE', value });
        return { valid: false, errors };
      }
      
      const obj = value as Record<string, unknown>;
      const result: Record<string, unknown> = {};
      
      // Check required fields
      for (const [key, validator] of Object.entries(shape)) {
        const fieldValue = obj[key];
        const fieldResult = validator.validate(fieldValue);
        
        if (!fieldResult.valid) {
          fieldResult.errors.forEach(e => {
            errors.push({ ...e, field: key + (e.field ? '.' + e.field : '') });
          });
        } else if (fieldResult.value !== undefined) {
          result[key] = fieldResult.value;
        }
      }
      
      // Check for extra fields (optional, can be configured)
      // for (const key of Object.keys(obj)) {
      //   if (!(key in shape)) {
      //     errors.push({ field: key, message: 'Unexpected field', code: 'EXTRA_FIELD', value: obj[key] });
      //   }
      // }
      
      return { valid: errors.length === 0, value: result as T, errors };
    },
  };
}

export function optional<T>(validator: Validator<T>): Validator<T | undefined> {
  return {
    validate: (value: unknown): ValidationResult<T | undefined> => {
      if (value === undefined || value === null) {
        return { valid: true, value: undefined, errors: [] };
      }
      return validator.validate(value) as ValidationResult<T | undefined>;
    },
  };
}

export function nullable<T>(validator: Validator<T>): Validator<T | null> {
  return {
    validate: (value: unknown): ValidationResult<T | null> => {
      if (value === null) {
        return { valid: true, value: null, errors: [] };
      }
      return validator.validate(value) as ValidationResult<T | null>;
    },
  };
}

export function oneOf<T>(validators: Validator<T>[]): Validator<T> {
  return {
    validate: (value: unknown): ValidationResult<T> => {
      const allErrors: ValidationError[] = [];
      
      for (const validator of validators) {
        const result = validator.validate(value);
        if (result.valid) {
          return result;
        }
        allErrors.push(...result.errors);
      }
      
      return {
        valid: false,
        errors: [{ field: '', message: 'No matching validator', code: 'ONE_OF_FAILED', value, 
          // @ts-ignore
          details: allErrors 
        }],
      };
    },
  };
}

export function transform<T, U>(validator: Validator<T>, transformFn: (value: T) => U): Validator<U> {
  return {
    validate: (value: unknown): ValidationResult<U> => {
      const result = validator.validate(value);
      if (!result.valid || result.value === undefined) {
        return { valid: false, errors: result.errors };
      }
      try {
        return { valid: true, value: transformFn(result.value), errors: [] };
      } catch (e) {
        return { 
          valid: false, 
          errors: [{ field: '', message: 'Transform failed', code: 'TRANSFORM_ERROR', value }] 
        };
      }
    },
  };
}

// Pre-built validators for common types
export const validators = {
  required,
  string,
  number,
  integer,
  boolean,
  email,
  url,
  uuid,
  enum: enum_,
  array,
  object,
  optional,
  nullable,
  oneOf,
  transform,
};

// Schema builder for complex validation
export interface ValidationSchema<T> {
  parse(value: unknown): T;
  safeParse(value: unknown): ValidationResult<T>;
}

export function schema<T>(shape: Record<string, Validator<unknown>>): ValidationSchema<T> {
  const validator = object<T>(shape);
  
  return {
    parse: (value: unknown): T => {
      const result = validator.validate(value);
      if (!result.valid) {
        throw new ValidationErrorException(result.errors);
      }
      return result.value as T;
    },
    safeParse: (value: unknown): ValidationResult<T> => validator.validate(value),
  };
}

export class ValidationErrorException extends Error {
  public errors: ValidationError[];
  
  constructor(errors: ValidationError[]) {
    super('Validation failed');
    this.name = 'ValidationError';
    this.errors = errors;
  }
}

// Common validation schemas
export const commonSchemas = {
  // User registration
  register: schema({
    email: email(),
    password: string(8, 128, 'Password must be 8-128 characters'),
    name: string(1, 100, 'Name must be 1-100 characters'),
  }),
  
  // User login
  login: schema({
    email: email(),
    password: required('Password is required'),
    remember_me: optional(boolean()),
    mfa_code: optional(string(6, 6, 'MFA code must be 6 digits')),
  }),
  
  // Conversation creation
  createConversation: schema({
    title: optional(string(1, 200, 'Title must be 1-200 characters')),
    model: optional(string(1, 100)),
    system_prompt: optional(string(0, 10000)),
    temperature: optional(number(0, 2, 'Temperature must be between 0 and 2')),
    max_tokens: optional(integer(1, 32768, 'Max tokens must be 1-32768')),
    tags: optional(array(string(1, 50), 0, 10)),
  }),
  
  // Message sending
  sendMessage: schema({
    conversation_id: optional(uuid()),
    content: string(1, 100000, 'Message must be 1-100000 characters'),
    model: optional(string(1, 100)),
    temperature: optional(number(0, 2)),
    max_tokens: optional(integer(1, 32768)),
    stream: optional(boolean()),
  }),
  
  // Settings
  settings: schema({
    theme: optional(enum_(['system', 'light', 'dark'])),
    language: optional(string(2, 10)),
    auto_start: optional(boolean()),
    minimize_to_tray: optional(boolean()),
    close_to_tray: optional(boolean()),
    global_shortcut: optional(string(1, 50)),
    backend_url: optional(url()),
    backend_auto_start: optional(boolean()),
    notifications_enabled: optional(boolean()),
    sound_enabled: optional(boolean()),
  }),
  
  // File upload
  fileUpload: schema({
    filename: string(1, 255),
    mime_type: string(1, 100),
    size: integer(1, 100 * 1024 * 1024), // 100MB max
    workspace_id: optional(uuid()),
  }),
};

// Validation helpers
export function validateOrThrow<T>(validator: Validator<T>, value: unknown): T {
  const result = validator.validate(value);
  if (!result.valid) {
    throw new ValidationErrorException(result.errors);
  }
  return result.value as T;
}

export function validateField<T>(validator: Validator<T>, value: unknown, fieldName: string): ValidationError[] {
  const result = validator.validate(value);
  return result.errors.map(e => ({ ...e, field: fieldName + (e.field ? '.' + e.field : '') }));
}

// Format validation errors for display
export function formatErrors(errors: ValidationError[]): string {
  return errors.map(e => `${e.field || 'field'}: ${e.message}`).join('; ');
}

// Get first error for a field
export function getFieldError(errors: ValidationError[], field: string): ValidationError | undefined {
  return errors.find(e => e.field === field || e.field.startsWith(field + '.'));
}

// Check if errors contain a specific code
export function hasErrorCode(errors: ValidationError[], code: string): boolean {
  return errors.some(e => e.code === code);
}