@fonoster/apiserver 0.9.47 → 0.9.49
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.
|
@@ -126,23 +126,23 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
126
126
|
type: z.ZodEnum<["object", "array"]>;
|
|
127
127
|
properties: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
128
128
|
type: z.ZodString;
|
|
129
|
-
format: z.ZodOptional<z.
|
|
129
|
+
format: z.ZodOptional<z.ZodEnum<["enum", "date-time"]>>;
|
|
130
130
|
pattern: z.ZodOptional<z.ZodString>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
132
|
type?: string;
|
|
133
|
-
format?:
|
|
133
|
+
format?: "enum" | "date-time";
|
|
134
134
|
pattern?: string;
|
|
135
135
|
}, {
|
|
136
136
|
type?: string;
|
|
137
|
-
format?:
|
|
137
|
+
format?: "enum" | "date-time";
|
|
138
138
|
pattern?: string;
|
|
139
139
|
}>, {
|
|
140
140
|
type?: string;
|
|
141
|
-
format?:
|
|
141
|
+
format?: "enum" | "date-time";
|
|
142
142
|
pattern?: string;
|
|
143
143
|
}, {
|
|
144
144
|
type?: string;
|
|
145
|
-
format?:
|
|
145
|
+
format?: "enum" | "date-time";
|
|
146
146
|
pattern?: string;
|
|
147
147
|
}>>;
|
|
148
148
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -150,7 +150,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
150
150
|
type?: "object" | "array";
|
|
151
151
|
properties?: Record<string, {
|
|
152
152
|
type?: string;
|
|
153
|
-
format?:
|
|
153
|
+
format?: "enum" | "date-time";
|
|
154
154
|
pattern?: string;
|
|
155
155
|
}>;
|
|
156
156
|
required?: string[];
|
|
@@ -158,7 +158,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
158
158
|
type?: "object" | "array";
|
|
159
159
|
properties?: Record<string, {
|
|
160
160
|
type?: string;
|
|
161
|
-
format?:
|
|
161
|
+
format?: "enum" | "date-time";
|
|
162
162
|
pattern?: string;
|
|
163
163
|
}>;
|
|
164
164
|
required?: string[];
|
|
@@ -187,7 +187,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
187
187
|
type?: "object" | "array";
|
|
188
188
|
properties?: Record<string, {
|
|
189
189
|
type?: string;
|
|
190
|
-
format?:
|
|
190
|
+
format?: "enum" | "date-time";
|
|
191
191
|
pattern?: string;
|
|
192
192
|
}>;
|
|
193
193
|
required?: string[];
|
|
@@ -206,7 +206,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
206
206
|
type?: "object" | "array";
|
|
207
207
|
properties?: Record<string, {
|
|
208
208
|
type?: string;
|
|
209
|
-
format?:
|
|
209
|
+
format?: "enum" | "date-time";
|
|
210
210
|
pattern?: string;
|
|
211
211
|
}>;
|
|
212
212
|
required?: string[];
|
|
@@ -238,7 +238,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
238
238
|
type?: "object" | "array";
|
|
239
239
|
properties?: Record<string, {
|
|
240
240
|
type?: string;
|
|
241
|
-
format?:
|
|
241
|
+
format?: "enum" | "date-time";
|
|
242
242
|
pattern?: string;
|
|
243
243
|
}>;
|
|
244
244
|
required?: string[];
|
|
@@ -270,7 +270,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
270
270
|
type?: "object" | "array";
|
|
271
271
|
properties?: Record<string, {
|
|
272
272
|
type?: string;
|
|
273
|
-
format?:
|
|
273
|
+
format?: "enum" | "date-time";
|
|
274
274
|
pattern?: string;
|
|
275
275
|
}>;
|
|
276
276
|
required?: string[];
|
|
@@ -525,23 +525,23 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
525
525
|
type: z.ZodEnum<["object", "array"]>;
|
|
526
526
|
properties: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
527
527
|
type: z.ZodString;
|
|
528
|
-
format: z.ZodOptional<z.
|
|
528
|
+
format: z.ZodOptional<z.ZodEnum<["enum", "date-time"]>>;
|
|
529
529
|
pattern: z.ZodOptional<z.ZodString>;
|
|
530
530
|
}, "strip", z.ZodTypeAny, {
|
|
531
531
|
type?: string;
|
|
532
|
-
format?:
|
|
532
|
+
format?: "enum" | "date-time";
|
|
533
533
|
pattern?: string;
|
|
534
534
|
}, {
|
|
535
535
|
type?: string;
|
|
536
|
-
format?:
|
|
536
|
+
format?: "enum" | "date-time";
|
|
537
537
|
pattern?: string;
|
|
538
538
|
}>, {
|
|
539
539
|
type?: string;
|
|
540
|
-
format?:
|
|
540
|
+
format?: "enum" | "date-time";
|
|
541
541
|
pattern?: string;
|
|
542
542
|
}, {
|
|
543
543
|
type?: string;
|
|
544
|
-
format?:
|
|
544
|
+
format?: "enum" | "date-time";
|
|
545
545
|
pattern?: string;
|
|
546
546
|
}>>;
|
|
547
547
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -549,7 +549,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
549
549
|
type?: "object" | "array";
|
|
550
550
|
properties?: Record<string, {
|
|
551
551
|
type?: string;
|
|
552
|
-
format?:
|
|
552
|
+
format?: "enum" | "date-time";
|
|
553
553
|
pattern?: string;
|
|
554
554
|
}>;
|
|
555
555
|
required?: string[];
|
|
@@ -557,7 +557,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
557
557
|
type?: "object" | "array";
|
|
558
558
|
properties?: Record<string, {
|
|
559
559
|
type?: string;
|
|
560
|
-
format?:
|
|
560
|
+
format?: "enum" | "date-time";
|
|
561
561
|
pattern?: string;
|
|
562
562
|
}>;
|
|
563
563
|
required?: string[];
|
|
@@ -586,7 +586,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
586
586
|
type?: "object" | "array";
|
|
587
587
|
properties?: Record<string, {
|
|
588
588
|
type?: string;
|
|
589
|
-
format?:
|
|
589
|
+
format?: "enum" | "date-time";
|
|
590
590
|
pattern?: string;
|
|
591
591
|
}>;
|
|
592
592
|
required?: string[];
|
|
@@ -605,7 +605,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
605
605
|
type?: "object" | "array";
|
|
606
606
|
properties?: Record<string, {
|
|
607
607
|
type?: string;
|
|
608
|
-
format?:
|
|
608
|
+
format?: "enum" | "date-time";
|
|
609
609
|
pattern?: string;
|
|
610
610
|
}>;
|
|
611
611
|
required?: string[];
|
|
@@ -637,7 +637,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
637
637
|
type?: "object" | "array";
|
|
638
638
|
properties?: Record<string, {
|
|
639
639
|
type?: string;
|
|
640
|
-
format?:
|
|
640
|
+
format?: "enum" | "date-time";
|
|
641
641
|
pattern?: string;
|
|
642
642
|
}>;
|
|
643
643
|
required?: string[];
|
|
@@ -669,7 +669,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
669
669
|
type?: "object" | "array";
|
|
670
670
|
properties?: Record<string, {
|
|
671
671
|
type?: string;
|
|
672
|
-
format?:
|
|
672
|
+
format?: "enum" | "date-time";
|
|
673
673
|
pattern?: string;
|
|
674
674
|
}>;
|
|
675
675
|
required?: string[];
|
|
@@ -701,7 +701,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
701
701
|
type?: "object" | "array";
|
|
702
702
|
properties?: Record<string, {
|
|
703
703
|
type?: string;
|
|
704
|
-
format?:
|
|
704
|
+
format?: "enum" | "date-time";
|
|
705
705
|
pattern?: string;
|
|
706
706
|
}>;
|
|
707
707
|
required?: string[];
|
|
@@ -733,7 +733,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
733
733
|
type?: "object" | "array";
|
|
734
734
|
properties?: Record<string, {
|
|
735
735
|
type?: string;
|
|
736
|
-
format?:
|
|
736
|
+
format?: "enum" | "date-time";
|
|
737
737
|
pattern?: string;
|
|
738
738
|
}>;
|
|
739
739
|
required?: string[];
|
|
@@ -767,7 +767,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
767
767
|
type?: "object" | "array";
|
|
768
768
|
properties?: Record<string, {
|
|
769
769
|
type?: string;
|
|
770
|
-
format?:
|
|
770
|
+
format?: "enum" | "date-time";
|
|
771
771
|
pattern?: string;
|
|
772
772
|
}>;
|
|
773
773
|
required?: string[];
|
|
@@ -861,7 +861,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
861
861
|
type?: "object" | "array";
|
|
862
862
|
properties?: Record<string, {
|
|
863
863
|
type?: string;
|
|
864
|
-
format?:
|
|
864
|
+
format?: "enum" | "date-time";
|
|
865
865
|
pattern?: string;
|
|
866
866
|
}>;
|
|
867
867
|
required?: string[];
|
|
@@ -164,23 +164,23 @@ declare function createValidationSchema(request: {
|
|
|
164
164
|
type: z.ZodEnum<["object", "array"]>;
|
|
165
165
|
properties: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
166
166
|
type: z.ZodString;
|
|
167
|
-
format: z.ZodOptional<z.
|
|
167
|
+
format: z.ZodOptional<z.ZodEnum<["enum", "date-time"]>>;
|
|
168
168
|
pattern: z.ZodOptional<z.ZodString>;
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
170
170
|
type?: string;
|
|
171
|
-
format?:
|
|
171
|
+
format?: "enum" | "date-time";
|
|
172
172
|
pattern?: string;
|
|
173
173
|
}, {
|
|
174
174
|
type?: string;
|
|
175
|
-
format?:
|
|
175
|
+
format?: "enum" | "date-time";
|
|
176
176
|
pattern?: string;
|
|
177
177
|
}>, {
|
|
178
178
|
type?: string;
|
|
179
|
-
format?:
|
|
179
|
+
format?: "enum" | "date-time";
|
|
180
180
|
pattern?: string;
|
|
181
181
|
}, {
|
|
182
182
|
type?: string;
|
|
183
|
-
format?:
|
|
183
|
+
format?: "enum" | "date-time";
|
|
184
184
|
pattern?: string;
|
|
185
185
|
}>>;
|
|
186
186
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -188,7 +188,7 @@ declare function createValidationSchema(request: {
|
|
|
188
188
|
type?: "object" | "array";
|
|
189
189
|
properties?: Record<string, {
|
|
190
190
|
type?: string;
|
|
191
|
-
format?:
|
|
191
|
+
format?: "enum" | "date-time";
|
|
192
192
|
pattern?: string;
|
|
193
193
|
}>;
|
|
194
194
|
required?: string[];
|
|
@@ -196,7 +196,7 @@ declare function createValidationSchema(request: {
|
|
|
196
196
|
type?: "object" | "array";
|
|
197
197
|
properties?: Record<string, {
|
|
198
198
|
type?: string;
|
|
199
|
-
format?:
|
|
199
|
+
format?: "enum" | "date-time";
|
|
200
200
|
pattern?: string;
|
|
201
201
|
}>;
|
|
202
202
|
required?: string[];
|
|
@@ -225,7 +225,7 @@ declare function createValidationSchema(request: {
|
|
|
225
225
|
type?: "object" | "array";
|
|
226
226
|
properties?: Record<string, {
|
|
227
227
|
type?: string;
|
|
228
|
-
format?:
|
|
228
|
+
format?: "enum" | "date-time";
|
|
229
229
|
pattern?: string;
|
|
230
230
|
}>;
|
|
231
231
|
required?: string[];
|
|
@@ -244,7 +244,7 @@ declare function createValidationSchema(request: {
|
|
|
244
244
|
type?: "object" | "array";
|
|
245
245
|
properties?: Record<string, {
|
|
246
246
|
type?: string;
|
|
247
|
-
format?:
|
|
247
|
+
format?: "enum" | "date-time";
|
|
248
248
|
pattern?: string;
|
|
249
249
|
}>;
|
|
250
250
|
required?: string[];
|
|
@@ -276,7 +276,7 @@ declare function createValidationSchema(request: {
|
|
|
276
276
|
type?: "object" | "array";
|
|
277
277
|
properties?: Record<string, {
|
|
278
278
|
type?: string;
|
|
279
|
-
format?:
|
|
279
|
+
format?: "enum" | "date-time";
|
|
280
280
|
pattern?: string;
|
|
281
281
|
}>;
|
|
282
282
|
required?: string[];
|
|
@@ -308,7 +308,7 @@ declare function createValidationSchema(request: {
|
|
|
308
308
|
type?: "object" | "array";
|
|
309
309
|
properties?: Record<string, {
|
|
310
310
|
type?: string;
|
|
311
|
-
format?:
|
|
311
|
+
format?: "enum" | "date-time";
|
|
312
312
|
pattern?: string;
|
|
313
313
|
}>;
|
|
314
314
|
required?: string[];
|
|
@@ -563,23 +563,23 @@ declare function createValidationSchema(request: {
|
|
|
563
563
|
type: z.ZodEnum<["object", "array"]>;
|
|
564
564
|
properties: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
565
565
|
type: z.ZodString;
|
|
566
|
-
format: z.ZodOptional<z.
|
|
566
|
+
format: z.ZodOptional<z.ZodEnum<["enum", "date-time"]>>;
|
|
567
567
|
pattern: z.ZodOptional<z.ZodString>;
|
|
568
568
|
}, "strip", z.ZodTypeAny, {
|
|
569
569
|
type?: string;
|
|
570
|
-
format?:
|
|
570
|
+
format?: "enum" | "date-time";
|
|
571
571
|
pattern?: string;
|
|
572
572
|
}, {
|
|
573
573
|
type?: string;
|
|
574
|
-
format?:
|
|
574
|
+
format?: "enum" | "date-time";
|
|
575
575
|
pattern?: string;
|
|
576
576
|
}>, {
|
|
577
577
|
type?: string;
|
|
578
|
-
format?:
|
|
578
|
+
format?: "enum" | "date-time";
|
|
579
579
|
pattern?: string;
|
|
580
580
|
}, {
|
|
581
581
|
type?: string;
|
|
582
|
-
format?:
|
|
582
|
+
format?: "enum" | "date-time";
|
|
583
583
|
pattern?: string;
|
|
584
584
|
}>>;
|
|
585
585
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -587,7 +587,7 @@ declare function createValidationSchema(request: {
|
|
|
587
587
|
type?: "object" | "array";
|
|
588
588
|
properties?: Record<string, {
|
|
589
589
|
type?: string;
|
|
590
|
-
format?:
|
|
590
|
+
format?: "enum" | "date-time";
|
|
591
591
|
pattern?: string;
|
|
592
592
|
}>;
|
|
593
593
|
required?: string[];
|
|
@@ -595,7 +595,7 @@ declare function createValidationSchema(request: {
|
|
|
595
595
|
type?: "object" | "array";
|
|
596
596
|
properties?: Record<string, {
|
|
597
597
|
type?: string;
|
|
598
|
-
format?:
|
|
598
|
+
format?: "enum" | "date-time";
|
|
599
599
|
pattern?: string;
|
|
600
600
|
}>;
|
|
601
601
|
required?: string[];
|
|
@@ -624,7 +624,7 @@ declare function createValidationSchema(request: {
|
|
|
624
624
|
type?: "object" | "array";
|
|
625
625
|
properties?: Record<string, {
|
|
626
626
|
type?: string;
|
|
627
|
-
format?:
|
|
627
|
+
format?: "enum" | "date-time";
|
|
628
628
|
pattern?: string;
|
|
629
629
|
}>;
|
|
630
630
|
required?: string[];
|
|
@@ -643,7 +643,7 @@ declare function createValidationSchema(request: {
|
|
|
643
643
|
type?: "object" | "array";
|
|
644
644
|
properties?: Record<string, {
|
|
645
645
|
type?: string;
|
|
646
|
-
format?:
|
|
646
|
+
format?: "enum" | "date-time";
|
|
647
647
|
pattern?: string;
|
|
648
648
|
}>;
|
|
649
649
|
required?: string[];
|
|
@@ -675,7 +675,7 @@ declare function createValidationSchema(request: {
|
|
|
675
675
|
type?: "object" | "array";
|
|
676
676
|
properties?: Record<string, {
|
|
677
677
|
type?: string;
|
|
678
|
-
format?:
|
|
678
|
+
format?: "enum" | "date-time";
|
|
679
679
|
pattern?: string;
|
|
680
680
|
}>;
|
|
681
681
|
required?: string[];
|
|
@@ -707,7 +707,7 @@ declare function createValidationSchema(request: {
|
|
|
707
707
|
type?: "object" | "array";
|
|
708
708
|
properties?: Record<string, {
|
|
709
709
|
type?: string;
|
|
710
|
-
format?:
|
|
710
|
+
format?: "enum" | "date-time";
|
|
711
711
|
pattern?: string;
|
|
712
712
|
}>;
|
|
713
713
|
required?: string[];
|
|
@@ -739,7 +739,7 @@ declare function createValidationSchema(request: {
|
|
|
739
739
|
type?: "object" | "array";
|
|
740
740
|
properties?: Record<string, {
|
|
741
741
|
type?: string;
|
|
742
|
-
format?:
|
|
742
|
+
format?: "enum" | "date-time";
|
|
743
743
|
pattern?: string;
|
|
744
744
|
}>;
|
|
745
745
|
required?: string[];
|
|
@@ -771,7 +771,7 @@ declare function createValidationSchema(request: {
|
|
|
771
771
|
type?: "object" | "array";
|
|
772
772
|
properties?: Record<string, {
|
|
773
773
|
type?: string;
|
|
774
|
-
format?:
|
|
774
|
+
format?: "enum" | "date-time";
|
|
775
775
|
pattern?: string;
|
|
776
776
|
}>;
|
|
777
777
|
required?: string[];
|
|
@@ -805,7 +805,7 @@ declare function createValidationSchema(request: {
|
|
|
805
805
|
type?: "object" | "array";
|
|
806
806
|
properties?: Record<string, {
|
|
807
807
|
type?: string;
|
|
808
|
-
format?:
|
|
808
|
+
format?: "enum" | "date-time";
|
|
809
809
|
pattern?: string;
|
|
810
810
|
}>;
|
|
811
811
|
required?: string[];
|
|
@@ -899,7 +899,7 @@ declare function createValidationSchema(request: {
|
|
|
899
899
|
type?: "object" | "array";
|
|
900
900
|
properties?: Record<string, {
|
|
901
901
|
type?: string;
|
|
902
|
-
format?:
|
|
902
|
+
format?: "enum" | "date-time";
|
|
903
903
|
pattern?: string;
|
|
904
904
|
}>;
|
|
905
905
|
required?: string[];
|
|
@@ -995,7 +995,7 @@ declare function createValidationSchema(request: {
|
|
|
995
995
|
type?: "object" | "array";
|
|
996
996
|
properties?: Record<string, {
|
|
997
997
|
type?: string;
|
|
998
|
-
format?:
|
|
998
|
+
format?: "enum" | "date-time";
|
|
999
999
|
pattern?: string;
|
|
1000
1000
|
}>;
|
|
1001
1001
|
required?: string[];
|
|
@@ -1092,7 +1092,7 @@ declare function createValidationSchema(request: {
|
|
|
1092
1092
|
type?: "object" | "array";
|
|
1093
1093
|
properties?: Record<string, {
|
|
1094
1094
|
type?: string;
|
|
1095
|
-
format?:
|
|
1095
|
+
format?: "enum" | "date-time";
|
|
1096
1096
|
pattern?: string;
|
|
1097
1097
|
}>;
|
|
1098
1098
|
required?: string[];
|
|
@@ -1189,7 +1189,7 @@ declare function createValidationSchema(request: {
|
|
|
1189
1189
|
type?: "object" | "array";
|
|
1190
1190
|
properties?: Record<string, {
|
|
1191
1191
|
type?: string;
|
|
1192
|
-
format?:
|
|
1192
|
+
format?: "enum" | "date-time";
|
|
1193
1193
|
pattern?: string;
|
|
1194
1194
|
}>;
|
|
1195
1195
|
required?: string[];
|
|
@@ -1286,7 +1286,7 @@ declare function createValidationSchema(request: {
|
|
|
1286
1286
|
type?: "object" | "array";
|
|
1287
1287
|
properties?: Record<string, {
|
|
1288
1288
|
type?: string;
|
|
1289
|
-
format?:
|
|
1289
|
+
format?: "enum" | "date-time";
|
|
1290
1290
|
pattern?: string;
|
|
1291
1291
|
}>;
|
|
1292
1292
|
required?: string[];
|
|
@@ -1395,7 +1395,7 @@ declare function createValidationSchema(request: {
|
|
|
1395
1395
|
type?: "object" | "array";
|
|
1396
1396
|
properties?: Record<string, {
|
|
1397
1397
|
type?: string;
|
|
1398
|
-
format?:
|
|
1398
|
+
format?: "enum" | "date-time";
|
|
1399
1399
|
pattern?: string;
|
|
1400
1400
|
}>;
|
|
1401
1401
|
required?: string[];
|
|
@@ -1507,7 +1507,7 @@ declare function createValidationSchema(request: {
|
|
|
1507
1507
|
type?: "object" | "array";
|
|
1508
1508
|
properties?: Record<string, {
|
|
1509
1509
|
type?: string;
|
|
1510
|
-
format?:
|
|
1510
|
+
format?: "enum" | "date-time";
|
|
1511
1511
|
pattern?: string;
|
|
1512
1512
|
}>;
|
|
1513
1513
|
required?: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/apiserver",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.49",
|
|
4
4
|
"description": "APIServer for Fonoster",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@deepgram/sdk": "^3.5.1",
|
|
24
|
-
"@fonoster/authz": "^0.9.
|
|
25
|
-
"@fonoster/common": "^0.9.
|
|
26
|
-
"@fonoster/identity": "^0.9.
|
|
27
|
-
"@fonoster/logger": "^0.9.
|
|
28
|
-
"@fonoster/sipnet": "^0.9.
|
|
29
|
-
"@fonoster/streams": "^0.9.
|
|
30
|
-
"@fonoster/types": "^0.9.
|
|
24
|
+
"@fonoster/authz": "^0.9.49",
|
|
25
|
+
"@fonoster/common": "^0.9.49",
|
|
26
|
+
"@fonoster/identity": "^0.9.49",
|
|
27
|
+
"@fonoster/logger": "^0.9.49",
|
|
28
|
+
"@fonoster/sipnet": "^0.9.49",
|
|
29
|
+
"@fonoster/streams": "^0.9.49",
|
|
30
|
+
"@fonoster/types": "^0.9.49",
|
|
31
31
|
"@google-cloud/speech": "^6.6.0",
|
|
32
32
|
"@google-cloud/text-to-speech": "^5.3.0",
|
|
33
33
|
"@grpc/grpc-js": "~1.10.6",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@types/uuid": "^10.0.0",
|
|
74
74
|
"@types/validator": "^13.12.0"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "8f176f86f5ed02c7e8d87e275d14e6b34fa116bd"
|
|
77
77
|
}
|