@kl1/contracts 1.0.8 → 1.0.10

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.
@@ -0,0 +1,17 @@
1
+ import { z } from 'zod';
2
+ export declare const appContract: {
3
+ getMessage: {
4
+ method: "GET";
5
+ responses: {
6
+ 200: z.ZodObject<{
7
+ message: z.ZodString;
8
+ }, "strip", z.ZodTypeAny, {
9
+ message: string;
10
+ }, {
11
+ message: string;
12
+ }>;
13
+ };
14
+ path: "/";
15
+ };
16
+ };
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;CAQtB,CAAC"}
@@ -264,6 +264,40 @@ export declare const authContract: {
264
264
  displayName: string;
265
265
  }[];
266
266
  }>, "many">;
267
+ extension: z.ZodObject<{
268
+ id: z.ZodString;
269
+ createdAt: z.ZodDate;
270
+ updatedAt: z.ZodDate;
271
+ deletedAt: z.ZodNullable<z.ZodDate>;
272
+ userId: z.ZodNullable<z.ZodString>;
273
+ sipServerUrl: z.ZodString;
274
+ sipUserName: z.ZodString;
275
+ extensionId: z.ZodNullable<z.ZodNumber>;
276
+ extensionName: z.ZodNullable<z.ZodString>;
277
+ telephonySignature: z.ZodNullable<z.ZodString>;
278
+ }, "strip", z.ZodTypeAny, {
279
+ id: string;
280
+ createdAt: Date;
281
+ updatedAt: Date;
282
+ deletedAt: Date | null;
283
+ userId: string | null;
284
+ sipServerUrl: string;
285
+ sipUserName: string;
286
+ extensionId: number | null;
287
+ extensionName: string | null;
288
+ telephonySignature: string | null;
289
+ }, {
290
+ id: string;
291
+ createdAt: Date;
292
+ updatedAt: Date;
293
+ deletedAt: Date | null;
294
+ userId: string | null;
295
+ sipServerUrl: string;
296
+ sipUserName: string;
297
+ extensionId: number | null;
298
+ extensionName: string | null;
299
+ telephonySignature: string | null;
300
+ }>;
267
301
  }, "strip", z.ZodTypeAny, {
268
302
  id: string;
269
303
  address: string | null;
@@ -292,6 +326,18 @@ export declare const authContract: {
292
326
  displayName: string;
293
327
  }[];
294
328
  }[];
329
+ extension: {
330
+ id: string;
331
+ createdAt: Date;
332
+ updatedAt: Date;
333
+ deletedAt: Date | null;
334
+ userId: string | null;
335
+ sipServerUrl: string;
336
+ sipUserName: string;
337
+ extensionId: number | null;
338
+ extensionName: string | null;
339
+ telephonySignature: string | null;
340
+ };
295
341
  }, {
296
342
  id: string;
297
343
  address: string | null;
@@ -320,6 +366,18 @@ export declare const authContract: {
320
366
  displayName: string;
321
367
  }[];
322
368
  }[];
369
+ extension: {
370
+ id: string;
371
+ createdAt: Date;
372
+ updatedAt: Date;
373
+ deletedAt: Date | null;
374
+ userId: string | null;
375
+ sipServerUrl: string;
376
+ sipUserName: string;
377
+ extensionId: number | null;
378
+ extensionName: string | null;
379
+ telephonySignature: string | null;
380
+ };
323
381
  }>;
324
382
  }, "strip", z.ZodTypeAny, {
325
383
  user: {
@@ -350,6 +408,18 @@ export declare const authContract: {
350
408
  displayName: string;
351
409
  }[];
352
410
  }[];
411
+ extension: {
412
+ id: string;
413
+ createdAt: Date;
414
+ updatedAt: Date;
415
+ deletedAt: Date | null;
416
+ userId: string | null;
417
+ sipServerUrl: string;
418
+ sipUserName: string;
419
+ extensionId: number | null;
420
+ extensionName: string | null;
421
+ telephonySignature: string | null;
422
+ };
353
423
  };
354
424
  requestId: string;
355
425
  }, {
@@ -381,6 +451,18 @@ export declare const authContract: {
381
451
  displayName: string;
382
452
  }[];
383
453
  }[];
454
+ extension: {
455
+ id: string;
456
+ createdAt: Date;
457
+ updatedAt: Date;
458
+ deletedAt: Date | null;
459
+ userId: string | null;
460
+ sipServerUrl: string;
461
+ sipUserName: string;
462
+ extensionId: number | null;
463
+ extensionName: string | null;
464
+ telephonySignature: string | null;
465
+ };
384
466
  };
385
467
  requestId: string;
386
468
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auth/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkFxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auth/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkFxB,CAAC"}
@@ -24,9 +24,9 @@ export declare const CallLogSchema: z.ZodObject<{
24
24
  createdAt: Date;
25
25
  updatedAt: Date;
26
26
  deletedAt: Date | null;
27
+ extensionId: string;
27
28
  contactId: string;
28
29
  uploadId: string;
29
- extensionId: string;
30
30
  callFrom: string;
31
31
  callTo: string;
32
32
  cxLog: string;
@@ -42,9 +42,9 @@ export declare const CallLogSchema: z.ZodObject<{
42
42
  createdAt: Date;
43
43
  updatedAt: Date;
44
44
  deletedAt: Date | null;
45
+ extensionId: string;
45
46
  contactId: string;
46
47
  uploadId: string;
47
- extensionId: string;
48
48
  callFrom: string;
49
49
  callTo: string;
50
50
  cxLog: string;