@kl1/contracts 1.0.62 → 1.0.64
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.js +96 -73
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +96 -73
- package/dist/index.mjs.map +1 -1
- package/dist/src/channel/index.d.ts +2145 -2175
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +0 -6
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/contract.d.ts +2418 -2294
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/extension/index.d.ts +157 -3
- package/dist/src/extension/index.d.ts.map +1 -1
- package/package.json +1 -1
@@ -121,6 +121,26 @@ export declare const extensionContract: {
|
|
121
121
|
message: string;
|
122
122
|
error?: any;
|
123
123
|
}>;
|
124
|
+
404: z.ZodObject<{
|
125
|
+
message: z.ZodString;
|
126
|
+
error: z.ZodAny;
|
127
|
+
}, "strip", z.ZodTypeAny, {
|
128
|
+
message: string;
|
129
|
+
error?: any;
|
130
|
+
}, {
|
131
|
+
message: string;
|
132
|
+
error?: any;
|
133
|
+
}>;
|
134
|
+
422: z.ZodObject<{
|
135
|
+
message: z.ZodString;
|
136
|
+
error: z.ZodAny;
|
137
|
+
}, "strip", z.ZodTypeAny, {
|
138
|
+
message: string;
|
139
|
+
error?: any;
|
140
|
+
}, {
|
141
|
+
message: string;
|
142
|
+
error?: any;
|
143
|
+
}>;
|
124
144
|
500: z.ZodObject<{
|
125
145
|
message: z.ZodString;
|
126
146
|
error: z.ZodAny;
|
@@ -303,6 +323,26 @@ export declare const extensionContract: {
|
|
303
323
|
message: string;
|
304
324
|
error?: any;
|
305
325
|
}>;
|
326
|
+
404: z.ZodObject<{
|
327
|
+
message: z.ZodString;
|
328
|
+
error: z.ZodAny;
|
329
|
+
}, "strip", z.ZodTypeAny, {
|
330
|
+
message: string;
|
331
|
+
error?: any;
|
332
|
+
}, {
|
333
|
+
message: string;
|
334
|
+
error?: any;
|
335
|
+
}>;
|
336
|
+
422: z.ZodObject<{
|
337
|
+
message: z.ZodString;
|
338
|
+
error: z.ZodAny;
|
339
|
+
}, "strip", z.ZodTypeAny, {
|
340
|
+
message: string;
|
341
|
+
error?: any;
|
342
|
+
}, {
|
343
|
+
message: string;
|
344
|
+
error?: any;
|
345
|
+
}>;
|
306
346
|
500: z.ZodObject<{
|
307
347
|
message: z.ZodString;
|
308
348
|
error: z.ZodAny;
|
@@ -397,6 +437,26 @@ export declare const extensionContract: {
|
|
397
437
|
message: string;
|
398
438
|
error?: any;
|
399
439
|
}>;
|
440
|
+
404: z.ZodObject<{
|
441
|
+
message: z.ZodString;
|
442
|
+
error: z.ZodAny;
|
443
|
+
}, "strip", z.ZodTypeAny, {
|
444
|
+
message: string;
|
445
|
+
error?: any;
|
446
|
+
}, {
|
447
|
+
message: string;
|
448
|
+
error?: any;
|
449
|
+
}>;
|
450
|
+
422: z.ZodObject<{
|
451
|
+
message: z.ZodString;
|
452
|
+
error: z.ZodAny;
|
453
|
+
}, "strip", z.ZodTypeAny, {
|
454
|
+
message: string;
|
455
|
+
error?: any;
|
456
|
+
}, {
|
457
|
+
message: string;
|
458
|
+
error?: any;
|
459
|
+
}>;
|
400
460
|
500: z.ZodObject<{
|
401
461
|
message: z.ZodString;
|
402
462
|
error: z.ZodAny;
|
@@ -510,7 +570,14 @@ export declare const extensionContract: {
|
|
510
570
|
pageSize?: number | undefined;
|
511
571
|
lastPage?: number | null | undefined;
|
512
572
|
}>;
|
513
|
-
|
573
|
+
400: z.ZodObject<{
|
574
|
+
message: z.ZodString;
|
575
|
+
}, "strip", z.ZodTypeAny, {
|
576
|
+
message: string;
|
577
|
+
}, {
|
578
|
+
message: string;
|
579
|
+
}>;
|
580
|
+
401: z.ZodObject<{
|
514
581
|
message: z.ZodString;
|
515
582
|
error: z.ZodAny;
|
516
583
|
}, "strip", z.ZodTypeAny, {
|
@@ -520,14 +587,27 @@ export declare const extensionContract: {
|
|
520
587
|
message: string;
|
521
588
|
error?: any;
|
522
589
|
}>;
|
523
|
-
|
590
|
+
404: z.ZodObject<{
|
524
591
|
message: z.ZodString;
|
592
|
+
error: z.ZodAny;
|
525
593
|
}, "strip", z.ZodTypeAny, {
|
526
594
|
message: string;
|
595
|
+
error?: any;
|
527
596
|
}, {
|
528
597
|
message: string;
|
598
|
+
error?: any;
|
529
599
|
}>;
|
530
|
-
|
600
|
+
422: z.ZodObject<{
|
601
|
+
message: z.ZodString;
|
602
|
+
error: z.ZodAny;
|
603
|
+
}, "strip", z.ZodTypeAny, {
|
604
|
+
message: string;
|
605
|
+
error?: any;
|
606
|
+
}, {
|
607
|
+
message: string;
|
608
|
+
error?: any;
|
609
|
+
}>;
|
610
|
+
500: z.ZodObject<{
|
531
611
|
message: z.ZodString;
|
532
612
|
error: z.ZodAny;
|
533
613
|
}, "strip", z.ZodTypeAny, {
|
@@ -662,6 +742,43 @@ export declare const extensionContract: {
|
|
662
742
|
telephonySignature: string | null;
|
663
743
|
};
|
664
744
|
}>;
|
745
|
+
400: z.ZodObject<{
|
746
|
+
message: z.ZodString;
|
747
|
+
}, "strip", z.ZodTypeAny, {
|
748
|
+
message: string;
|
749
|
+
}, {
|
750
|
+
message: string;
|
751
|
+
}>;
|
752
|
+
401: z.ZodObject<{
|
753
|
+
message: z.ZodString;
|
754
|
+
error: z.ZodAny;
|
755
|
+
}, "strip", z.ZodTypeAny, {
|
756
|
+
message: string;
|
757
|
+
error?: any;
|
758
|
+
}, {
|
759
|
+
message: string;
|
760
|
+
error?: any;
|
761
|
+
}>;
|
762
|
+
404: z.ZodObject<{
|
763
|
+
message: z.ZodString;
|
764
|
+
error: z.ZodAny;
|
765
|
+
}, "strip", z.ZodTypeAny, {
|
766
|
+
message: string;
|
767
|
+
error?: any;
|
768
|
+
}, {
|
769
|
+
message: string;
|
770
|
+
error?: any;
|
771
|
+
}>;
|
772
|
+
422: z.ZodObject<{
|
773
|
+
message: z.ZodString;
|
774
|
+
error: z.ZodAny;
|
775
|
+
}, "strip", z.ZodTypeAny, {
|
776
|
+
message: string;
|
777
|
+
error?: any;
|
778
|
+
}, {
|
779
|
+
message: string;
|
780
|
+
error?: any;
|
781
|
+
}>;
|
665
782
|
500: z.ZodObject<{
|
666
783
|
message: z.ZodString;
|
667
784
|
error: z.ZodAny;
|
@@ -713,6 +830,43 @@ export declare const extensionContract: {
|
|
713
830
|
message: string;
|
714
831
|
requestId: string;
|
715
832
|
}>;
|
833
|
+
400: z.ZodObject<{
|
834
|
+
message: z.ZodString;
|
835
|
+
}, "strip", z.ZodTypeAny, {
|
836
|
+
message: string;
|
837
|
+
}, {
|
838
|
+
message: string;
|
839
|
+
}>;
|
840
|
+
401: z.ZodObject<{
|
841
|
+
message: z.ZodString;
|
842
|
+
error: z.ZodAny;
|
843
|
+
}, "strip", z.ZodTypeAny, {
|
844
|
+
message: string;
|
845
|
+
error?: any;
|
846
|
+
}, {
|
847
|
+
message: string;
|
848
|
+
error?: any;
|
849
|
+
}>;
|
850
|
+
404: z.ZodObject<{
|
851
|
+
message: z.ZodString;
|
852
|
+
error: z.ZodAny;
|
853
|
+
}, "strip", z.ZodTypeAny, {
|
854
|
+
message: string;
|
855
|
+
error?: any;
|
856
|
+
}, {
|
857
|
+
message: string;
|
858
|
+
error?: any;
|
859
|
+
}>;
|
860
|
+
422: z.ZodObject<{
|
861
|
+
message: z.ZodString;
|
862
|
+
error: z.ZodAny;
|
863
|
+
}, "strip", z.ZodTypeAny, {
|
864
|
+
message: string;
|
865
|
+
error?: any;
|
866
|
+
}, {
|
867
|
+
message: string;
|
868
|
+
error?: any;
|
869
|
+
}>;
|
716
870
|
500: z.ZodObject<{
|
717
871
|
message: z.ZodString;
|
718
872
|
error: z.ZodAny;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/extension/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/extension/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAUpB,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAG5E,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC3E,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC3E,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAElE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkJ7B,CAAC"}
|