@kl1/contracts 1.0.52 → 1.0.53

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.
@@ -350,5 +350,68 @@ export declare const userPresenceStatusLogContract: {
350
350
  'x-client-timezone'?: string | undefined;
351
351
  }>>>;
352
352
  };
353
+ getExportData: {
354
+ method: "GET";
355
+ query: z.ZodOptional<z.ZodObject<{
356
+ page: z.ZodDefault<z.ZodNumber>;
357
+ pageSize: z.ZodDefault<z.ZodNumber>;
358
+ selectedDate: z.ZodOptional<z.ZodString>;
359
+ }, "strip", z.ZodTypeAny, {
360
+ page: number;
361
+ pageSize: number;
362
+ selectedDate?: string | undefined;
363
+ }, {
364
+ page?: number | undefined;
365
+ pageSize?: number | undefined;
366
+ selectedDate?: string | undefined;
367
+ }>>;
368
+ responses: {
369
+ 200: null;
370
+ 400: z.ZodObject<{
371
+ message: z.ZodString;
372
+ }, "strip", z.ZodTypeAny, {
373
+ message: string;
374
+ }, {
375
+ message: string;
376
+ }>;
377
+ 401: z.ZodObject<{
378
+ message: z.ZodString;
379
+ error: z.ZodAny;
380
+ }, "strip", z.ZodTypeAny, {
381
+ message: string;
382
+ error?: any;
383
+ }, {
384
+ message: string;
385
+ error?: any;
386
+ }>;
387
+ 500: z.ZodObject<{
388
+ message: z.ZodString;
389
+ error: z.ZodAny;
390
+ }, "strip", z.ZodTypeAny, {
391
+ message: string;
392
+ error?: any;
393
+ }, {
394
+ message: string;
395
+ error?: any;
396
+ }>;
397
+ };
398
+ path: "user-presence-status-log/export";
399
+ headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
400
+ 'x-tenant': z.ZodString;
401
+ authorization: z.ZodString;
402
+ 'x-code': z.ZodOptional<z.ZodString>;
403
+ 'x-client-timezone': z.ZodDefault<z.ZodString>;
404
+ }, "strip", z.ZodTypeAny, {
405
+ 'x-tenant': string;
406
+ authorization: string;
407
+ 'x-client-timezone': string;
408
+ 'x-code'?: string | undefined;
409
+ }, {
410
+ 'x-tenant': string;
411
+ authorization: string;
412
+ 'x-code'?: string | undefined;
413
+ 'x-client-timezone'?: string | undefined;
414
+ }>>>;
415
+ };
353
416
  };
354
417
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user-presence-status-log/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAOpB,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AACvD,OAAO,EAAE,iCAAiC,EAAE,MAAM,cAAc,CAAC;AAEjE,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,iCAAiC,CACzC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBzC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user-presence-status-log/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAOpB,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AACvD,OAAO,EAAE,iCAAiC,EAAE,MAAM,cAAc,CAAC;AAEjE,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,iCAAiC,CACzC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCzC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kl1/contracts",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/src/index.d.ts",