@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.
@@ -112,6 +112,40 @@ export declare const userContract: {
112
112
  displayName: string;
113
113
  }[];
114
114
  }>, "many">;
115
+ extension: z.ZodObject<{
116
+ id: z.ZodString;
117
+ createdAt: z.ZodDate;
118
+ updatedAt: z.ZodDate;
119
+ deletedAt: z.ZodNullable<z.ZodDate>;
120
+ userId: z.ZodNullable<z.ZodString>;
121
+ sipServerUrl: z.ZodString;
122
+ sipUserName: z.ZodString;
123
+ extensionId: z.ZodNullable<z.ZodNumber>;
124
+ extensionName: z.ZodNullable<z.ZodString>;
125
+ telephonySignature: z.ZodNullable<z.ZodString>;
126
+ }, "strip", z.ZodTypeAny, {
127
+ id: string;
128
+ createdAt: Date;
129
+ updatedAt: Date;
130
+ deletedAt: Date | null;
131
+ userId: string | null;
132
+ sipServerUrl: string;
133
+ sipUserName: string;
134
+ extensionId: number | null;
135
+ extensionName: string | null;
136
+ telephonySignature: string | null;
137
+ }, {
138
+ id: string;
139
+ createdAt: Date;
140
+ updatedAt: Date;
141
+ deletedAt: Date | null;
142
+ userId: string | null;
143
+ sipServerUrl: string;
144
+ sipUserName: string;
145
+ extensionId: number | null;
146
+ extensionName: string | null;
147
+ telephonySignature: string | null;
148
+ }>;
115
149
  }, "strip", z.ZodTypeAny, {
116
150
  id: string;
117
151
  address: string | null;
@@ -140,6 +174,18 @@ export declare const userContract: {
140
174
  displayName: string;
141
175
  }[];
142
176
  }[];
177
+ extension: {
178
+ id: string;
179
+ createdAt: Date;
180
+ updatedAt: Date;
181
+ deletedAt: Date | null;
182
+ userId: string | null;
183
+ sipServerUrl: string;
184
+ sipUserName: string;
185
+ extensionId: number | null;
186
+ extensionName: string | null;
187
+ telephonySignature: string | null;
188
+ };
143
189
  }, {
144
190
  id: string;
145
191
  address: string | null;
@@ -168,6 +214,18 @@ export declare const userContract: {
168
214
  displayName: string;
169
215
  }[];
170
216
  }[];
217
+ extension: {
218
+ id: string;
219
+ createdAt: Date;
220
+ updatedAt: Date;
221
+ deletedAt: Date | null;
222
+ userId: string | null;
223
+ sipServerUrl: string;
224
+ sipUserName: string;
225
+ extensionId: number | null;
226
+ extensionName: string | null;
227
+ telephonySignature: string | null;
228
+ };
171
229
  }>;
172
230
  }, "strip", z.ZodTypeAny, {
173
231
  user: {
@@ -198,6 +256,18 @@ export declare const userContract: {
198
256
  displayName: string;
199
257
  }[];
200
258
  }[];
259
+ extension: {
260
+ id: string;
261
+ createdAt: Date;
262
+ updatedAt: Date;
263
+ deletedAt: Date | null;
264
+ userId: string | null;
265
+ sipServerUrl: string;
266
+ sipUserName: string;
267
+ extensionId: number | null;
268
+ extensionName: string | null;
269
+ telephonySignature: string | null;
270
+ };
201
271
  };
202
272
  requestId: string;
203
273
  }, {
@@ -229,6 +299,18 @@ export declare const userContract: {
229
299
  displayName: string;
230
300
  }[];
231
301
  }[];
302
+ extension: {
303
+ id: string;
304
+ createdAt: Date;
305
+ updatedAt: Date;
306
+ deletedAt: Date | null;
307
+ userId: string | null;
308
+ sipServerUrl: string;
309
+ sipUserName: string;
310
+ extensionId: number | null;
311
+ extensionName: string | null;
312
+ telephonySignature: string | null;
313
+ };
232
314
  };
233
315
  requestId: string;
234
316
  }>;
@@ -312,6 +394,18 @@ export declare const userContract: {
312
394
  displayName: string;
313
395
  }[];
314
396
  }[];
397
+ extension: {
398
+ id: string;
399
+ createdAt: Date;
400
+ updatedAt: Date;
401
+ deletedAt: Date | null;
402
+ userId: string | null;
403
+ sipServerUrl: string;
404
+ sipUserName: string;
405
+ extensionId: number | null;
406
+ extensionName: string | null;
407
+ telephonySignature: string | null;
408
+ };
315
409
  }, z.ZodTypeDef, {
316
410
  id: string;
317
411
  address: string | null;
@@ -340,6 +434,18 @@ export declare const userContract: {
340
434
  displayName: string;
341
435
  }[];
342
436
  }[];
437
+ extension: {
438
+ id: string;
439
+ createdAt: Date;
440
+ updatedAt: Date;
441
+ deletedAt: Date | null;
442
+ userId: string | null;
443
+ sipServerUrl: string;
444
+ sipUserName: string;
445
+ extensionId: number | null;
446
+ extensionName: string | null;
447
+ telephonySignature: string | null;
448
+ };
343
449
  }>, "many">;
344
450
  }, "strip", z.ZodTypeAny, {
345
451
  data: {
@@ -370,6 +476,18 @@ export declare const userContract: {
370
476
  displayName: string;
371
477
  }[];
372
478
  }[];
479
+ extension: {
480
+ id: string;
481
+ createdAt: Date;
482
+ updatedAt: Date;
483
+ deletedAt: Date | null;
484
+ userId: string | null;
485
+ sipServerUrl: string;
486
+ sipUserName: string;
487
+ extensionId: number | null;
488
+ extensionName: string | null;
489
+ telephonySignature: string | null;
490
+ };
373
491
  }[];
374
492
  total: number;
375
493
  page: number;
@@ -404,6 +522,18 @@ export declare const userContract: {
404
522
  displayName: string;
405
523
  }[];
406
524
  }[];
525
+ extension: {
526
+ id: string;
527
+ createdAt: Date;
528
+ updatedAt: Date;
529
+ deletedAt: Date | null;
530
+ userId: string | null;
531
+ sipServerUrl: string;
532
+ sipUserName: string;
533
+ extensionId: number | null;
534
+ extensionName: string | null;
535
+ telephonySignature: string | null;
536
+ };
407
537
  }[];
408
538
  total: number;
409
539
  page?: number | undefined;
@@ -539,6 +669,40 @@ export declare const userContract: {
539
669
  displayName: string;
540
670
  }[];
541
671
  }>, "many">;
672
+ extension: z.ZodObject<{
673
+ id: z.ZodString;
674
+ createdAt: z.ZodDate;
675
+ updatedAt: z.ZodDate;
676
+ deletedAt: z.ZodNullable<z.ZodDate>;
677
+ userId: z.ZodNullable<z.ZodString>;
678
+ sipServerUrl: z.ZodString;
679
+ sipUserName: z.ZodString;
680
+ extensionId: z.ZodNullable<z.ZodNumber>;
681
+ extensionName: z.ZodNullable<z.ZodString>;
682
+ telephonySignature: z.ZodNullable<z.ZodString>;
683
+ }, "strip", z.ZodTypeAny, {
684
+ id: string;
685
+ createdAt: Date;
686
+ updatedAt: Date;
687
+ deletedAt: Date | null;
688
+ userId: string | null;
689
+ sipServerUrl: string;
690
+ sipUserName: string;
691
+ extensionId: number | null;
692
+ extensionName: string | null;
693
+ telephonySignature: string | null;
694
+ }, {
695
+ id: string;
696
+ createdAt: Date;
697
+ updatedAt: Date;
698
+ deletedAt: Date | null;
699
+ userId: string | null;
700
+ sipServerUrl: string;
701
+ sipUserName: string;
702
+ extensionId: number | null;
703
+ extensionName: string | null;
704
+ telephonySignature: string | null;
705
+ }>;
542
706
  }, "strip", z.ZodTypeAny, {
543
707
  id: string;
544
708
  address: string | null;
@@ -567,6 +731,18 @@ export declare const userContract: {
567
731
  displayName: string;
568
732
  }[];
569
733
  }[];
734
+ extension: {
735
+ id: string;
736
+ createdAt: Date;
737
+ updatedAt: Date;
738
+ deletedAt: Date | null;
739
+ userId: string | null;
740
+ sipServerUrl: string;
741
+ sipUserName: string;
742
+ extensionId: number | null;
743
+ extensionName: string | null;
744
+ telephonySignature: string | null;
745
+ };
570
746
  }, {
571
747
  id: string;
572
748
  address: string | null;
@@ -595,6 +771,18 @@ export declare const userContract: {
595
771
  displayName: string;
596
772
  }[];
597
773
  }[];
774
+ extension: {
775
+ id: string;
776
+ createdAt: Date;
777
+ updatedAt: Date;
778
+ deletedAt: Date | null;
779
+ userId: string | null;
780
+ sipServerUrl: string;
781
+ sipUserName: string;
782
+ extensionId: number | null;
783
+ extensionName: string | null;
784
+ telephonySignature: string | null;
785
+ };
598
786
  }>;
599
787
  400: z.ZodObject<{
600
788
  message: z.ZodString;
@@ -745,6 +933,40 @@ export declare const userContract: {
745
933
  displayName: string;
746
934
  }[];
747
935
  }>, "many">;
936
+ extension: z.ZodObject<{
937
+ id: z.ZodString;
938
+ createdAt: z.ZodDate;
939
+ updatedAt: z.ZodDate;
940
+ deletedAt: z.ZodNullable<z.ZodDate>;
941
+ userId: z.ZodNullable<z.ZodString>;
942
+ sipServerUrl: z.ZodString;
943
+ sipUserName: z.ZodString;
944
+ extensionId: z.ZodNullable<z.ZodNumber>;
945
+ extensionName: z.ZodNullable<z.ZodString>;
946
+ telephonySignature: z.ZodNullable<z.ZodString>;
947
+ }, "strip", z.ZodTypeAny, {
948
+ id: string;
949
+ createdAt: Date;
950
+ updatedAt: Date;
951
+ deletedAt: Date | null;
952
+ userId: string | null;
953
+ sipServerUrl: string;
954
+ sipUserName: string;
955
+ extensionId: number | null;
956
+ extensionName: string | null;
957
+ telephonySignature: string | null;
958
+ }, {
959
+ id: string;
960
+ createdAt: Date;
961
+ updatedAt: Date;
962
+ deletedAt: Date | null;
963
+ userId: string | null;
964
+ sipServerUrl: string;
965
+ sipUserName: string;
966
+ extensionId: number | null;
967
+ extensionName: string | null;
968
+ telephonySignature: string | null;
969
+ }>;
748
970
  }, "strip", z.ZodTypeAny, {
749
971
  id: string;
750
972
  address: string | null;
@@ -773,6 +995,18 @@ export declare const userContract: {
773
995
  displayName: string;
774
996
  }[];
775
997
  }[];
998
+ extension: {
999
+ id: string;
1000
+ createdAt: Date;
1001
+ updatedAt: Date;
1002
+ deletedAt: Date | null;
1003
+ userId: string | null;
1004
+ sipServerUrl: string;
1005
+ sipUserName: string;
1006
+ extensionId: number | null;
1007
+ extensionName: string | null;
1008
+ telephonySignature: string | null;
1009
+ };
776
1010
  }, {
777
1011
  id: string;
778
1012
  address: string | null;
@@ -801,6 +1035,18 @@ export declare const userContract: {
801
1035
  displayName: string;
802
1036
  }[];
803
1037
  }[];
1038
+ extension: {
1039
+ id: string;
1040
+ createdAt: Date;
1041
+ updatedAt: Date;
1042
+ deletedAt: Date | null;
1043
+ userId: string | null;
1044
+ sipServerUrl: string;
1045
+ sipUserName: string;
1046
+ extensionId: number | null;
1047
+ extensionName: string | null;
1048
+ telephonySignature: string | null;
1049
+ };
804
1050
  }>;
805
1051
  }, "strip", z.ZodTypeAny, {
806
1052
  role: {
@@ -831,6 +1077,18 @@ export declare const userContract: {
831
1077
  displayName: string;
832
1078
  }[];
833
1079
  }[];
1080
+ extension: {
1081
+ id: string;
1082
+ createdAt: Date;
1083
+ updatedAt: Date;
1084
+ deletedAt: Date | null;
1085
+ userId: string | null;
1086
+ sipServerUrl: string;
1087
+ sipUserName: string;
1088
+ extensionId: number | null;
1089
+ extensionName: string | null;
1090
+ telephonySignature: string | null;
1091
+ };
834
1092
  };
835
1093
  requestId: string;
836
1094
  }, {
@@ -862,6 +1120,18 @@ export declare const userContract: {
862
1120
  displayName: string;
863
1121
  }[];
864
1122
  }[];
1123
+ extension: {
1124
+ id: string;
1125
+ createdAt: Date;
1126
+ updatedAt: Date;
1127
+ deletedAt: Date | null;
1128
+ userId: string | null;
1129
+ sipServerUrl: string;
1130
+ sipUserName: string;
1131
+ extensionId: number | null;
1132
+ extensionName: string | null;
1133
+ telephonySignature: string | null;
1134
+ };
865
1135
  };
866
1136
  requestId: string;
867
1137
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AASpB,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGlE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEjE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyFxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AASpB,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGlE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEjE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyFxB,CAAC"}
@@ -77,6 +77,40 @@ export declare const UserSchema: z.ZodObject<{
77
77
  displayName: string;
78
78
  }[];
79
79
  }>, "many">;
80
+ extension: z.ZodObject<{
81
+ id: z.ZodString;
82
+ createdAt: z.ZodDate;
83
+ updatedAt: z.ZodDate;
84
+ deletedAt: z.ZodNullable<z.ZodDate>;
85
+ userId: z.ZodNullable<z.ZodString>;
86
+ sipServerUrl: z.ZodString;
87
+ sipUserName: z.ZodString;
88
+ extensionId: z.ZodNullable<z.ZodNumber>;
89
+ extensionName: z.ZodNullable<z.ZodString>;
90
+ telephonySignature: z.ZodNullable<z.ZodString>;
91
+ }, "strip", z.ZodTypeAny, {
92
+ id: string;
93
+ createdAt: Date;
94
+ updatedAt: Date;
95
+ deletedAt: Date | null;
96
+ userId: string | null;
97
+ sipServerUrl: string;
98
+ sipUserName: string;
99
+ extensionId: number | null;
100
+ extensionName: string | null;
101
+ telephonySignature: string | null;
102
+ }, {
103
+ id: string;
104
+ createdAt: Date;
105
+ updatedAt: Date;
106
+ deletedAt: Date | null;
107
+ userId: string | null;
108
+ sipServerUrl: string;
109
+ sipUserName: string;
110
+ extensionId: number | null;
111
+ extensionName: string | null;
112
+ telephonySignature: string | null;
113
+ }>;
80
114
  }, "strip", z.ZodTypeAny, {
81
115
  id: string;
82
116
  address: string | null;
@@ -105,6 +139,18 @@ export declare const UserSchema: z.ZodObject<{
105
139
  displayName: string;
106
140
  }[];
107
141
  }[];
142
+ extension: {
143
+ id: string;
144
+ createdAt: Date;
145
+ updatedAt: Date;
146
+ deletedAt: Date | null;
147
+ userId: string | null;
148
+ sipServerUrl: string;
149
+ sipUserName: string;
150
+ extensionId: number | null;
151
+ extensionName: string | null;
152
+ telephonySignature: string | null;
153
+ };
108
154
  }, {
109
155
  id: string;
110
156
  address: string | null;
@@ -133,5 +179,17 @@ export declare const UserSchema: z.ZodObject<{
133
179
  displayName: string;
134
180
  }[];
135
181
  }[];
182
+ extension: {
183
+ id: string;
184
+ createdAt: Date;
185
+ updatedAt: Date;
186
+ deletedAt: Date | null;
187
+ userId: string | null;
188
+ sipServerUrl: string;
189
+ sipUserName: string;
190
+ extensionId: number | null;
191
+ extensionName: string | null;
192
+ telephonySignature: string | null;
193
+ };
136
194
  }>;
137
195
  //# sourceMappingURL=schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/user/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOrB,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/user/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAKpB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQrB,CAAC"}
package/package.json CHANGED
@@ -1,51 +1,50 @@
1
1
  {
2
- "name": "@kl1/contracts",
3
- "version": "1.0.8",
4
- "description": "",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "module": "dist/index.mjs",
8
- "scripts": {
9
- "build": "tsup src/index.ts --sourcemap --format esm,cjs",
10
- "types": "tsc --emitDeclarationOnly --declaration",
11
- "watch:build": "npm-watch build",
12
- "watch:types": "npm-watch types",
13
- "dev": "concurrently \"npm:watch:build\" \"npm:watch:types\"",
14
- "produce": "npm run build && npm run types"
2
+ "name": "@kl1/contracts",
3
+ "version": "1.0.10",
4
+ "description": "",
5
+ "main": "dist/index.js",
6
+ "types": "dist/src/index.d.ts",
7
+ "module": "dist/index.mjs",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "keywords": [],
12
+ "author": "",
13
+ "license": "ISC",
14
+ "scripts": {
15
+ "build": "tsup src/index.ts --sourcemap --format esm,cjs",
16
+ "types": "tsc --emitDeclarationOnly --declaration",
17
+ "watch:build": "npm-watch build",
18
+ "watch:types": "npm-watch types",
19
+ "dev": "concurrently \"npm:watch:build\" \"npm:watch:types\"",
20
+ "produce": "npm run build && npm run types"
21
+ },
22
+ "watch": {
23
+ "build": {
24
+ "patterns": [
25
+ "src"
26
+ ],
27
+ "extensions": "ts",
28
+ "quite": true
15
29
  },
16
- "watch": {
17
- "build": {
18
- "patterns": [
19
- "src"
20
- ],
21
- "extensions": "ts",
22
- "quite": true
23
- },
24
- "types": {
25
- "patterns": [
26
- "src"
27
- ],
28
- "extensions": "ts",
29
- "quite": true
30
- }
31
- },
32
- "peerDependencies": {
33
- "@ts-rest/core": "^3.30.5",
34
- "zod": "^3.22.4"
35
- },
36
- "keywords": [],
37
- "author": "",
38
- "license": "ISC",
39
- "devDependencies": {
40
- "concurrently": "^8.2.2",
41
- "npm-watch": "^0.11.0",
42
- "tsup": "^8.0.1",
43
- "typescript": "^5.3.3"
44
- },
45
- "files": [
46
- "dist"
47
- ],
48
- "dependencies": {
49
- "zod": "^3.22.4"
30
+ "types": {
31
+ "patterns": [
32
+ "src"
33
+ ],
34
+ "extensions": "ts",
35
+ "quite": true
50
36
  }
37
+ },
38
+ "peerDependencies": {
39
+ "@ts-rest/core": "^3.30.5",
40
+ "zod": "^3.22.4"
41
+ },
42
+ "devDependencies": {
43
+ "concurrently": "^8.2.2",
44
+ "npm-watch": "^0.11.0",
45
+ "tsup": "^8.0.1"
46
+ },
47
+ "dependencies": {
48
+ "zod": "^3.22.4"
49
+ }
51
50
  }