@emeryld/rrroutes-openapi 2.6.3 → 2.6.7
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/public/assets/docs.js +240 -87
- package/dist/web/v2/components/flows/FlowCanvas.d.ts +2 -2
- package/dist/web/v2/components/flows/FlowRunProgress.d.ts +2 -2
- package/dist/web/v2/components/flows/FlowToolbar.d.ts +22 -0
- package/dist/web/v2/components/flows/FlowVariablePanel.d.ts +2 -2
- package/dist/web/v2/components/flows/RecordingReviewDialog.d.ts +9 -0
- package/dist/web/v2/components/flows/nodes/ConditionNode.d.ts +2 -2
- package/dist/web/v2/components/flows/nodes/DelayNode.d.ts +2 -2
- package/dist/web/v2/components/flows/nodes/ExtractNode.d.ts +2 -2
- package/dist/web/v2/components/flows/nodes/RequestNode.d.ts +4 -7
- package/dist/web/v2/hooks/useFlowKeyboardShortcuts.d.ts +17 -0
- package/dist/web/v2/hooks/useFlowRecording.d.ts +13 -0
- package/dist/web/v2/hooks/useLeafEndpoint.d.ts +2 -2
- package/dist/web/v2/stores/flowStore.d.ts +4 -0
- package/dist/web/v2/types/types.cacheLog.d.ts +49 -135
- package/dist/web/v2/types/types.endpoint.d.ts +139 -194
- package/dist/web/v2/types/types.log.d.ts +19 -48
- package/dist/web/v2/types/types.preset.d.ts +84 -168
- package/dist/web/v2/types/types.requestLog.d.ts +90 -135
- package/dist/web/v2/types/types.scheduling.d.ts +37 -87
- package/dist/web/v2/types/types.socket.d.ts +33 -69
- package/dist/web/v2/utils/flowHelpers.d.ts +33 -0
- package/dist/web/v2/utils/flowPresets.d.ts +11 -0
- package/dist/web/v2/utils/flowRecorder.d.ts +5 -0
- package/package.json +11 -11
- package/dist/public/assets/Add.js +0 -1
- package/dist/public/assets/Autocomplete.js +0 -1
- package/dist/public/assets/BaseFilterBar.js +0 -1
- package/dist/public/assets/BentoGrid.js +0 -1
- package/dist/public/assets/CacheLogsPage.js +0 -1
- package/dist/public/assets/DeleteOutline.js +0 -1
- package/dist/public/assets/DiffPage.js +0 -7
- package/dist/public/assets/Download.js +0 -1
- package/dist/public/assets/EndpointDetailPage.js +0 -1
- package/dist/public/assets/EndpointDetailPanel.js +0 -1
- package/dist/public/assets/EndpointPlaygroundPage.js +0 -1
- package/dist/public/assets/ExpandLess.js +0 -1
- package/dist/public/assets/ExportButton.js +0 -2
- package/dist/public/assets/FlowBuilderPage.js +0 -20
- package/dist/public/assets/HistoryPage.js +0 -1
- package/dist/public/assets/LogsPage.js +0 -1
- package/dist/public/assets/PageContainer.js +0 -3
- package/dist/public/assets/PlayArrow.js +0 -1
- package/dist/public/assets/PresetsPage.js +0 -4
- package/dist/public/assets/RoutesPage.js +0 -1
- package/dist/public/assets/SchedulingPage.js +0 -1
- package/dist/public/assets/SchemaTreeView.js +0 -1
- package/dist/public/assets/SettingsPage.js +0 -1
- package/dist/public/assets/SocketsPage.js +0 -1
- package/dist/public/assets/filterTypes.js +0 -1
- package/dist/public/assets/getValidReactChildren.js +0 -1
- package/dist/public/assets/kvRowAdapters.js +0 -1
- package/dist/public/assets/schemaDefaults.js +0 -1
- package/dist/public/assets/useEndpointOptions.js +0 -1
- package/dist/public/assets/useQueryState.js +0 -1
- package/dist/public/assets/vendor-recharts.js +0 -99
- package/dist/public/assets/vendor-xyflow.js +0 -15
|
@@ -435,108 +435,53 @@ export declare const endpointLeaves: readonly [{
|
|
|
435
435
|
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
436
436
|
nextCursor: z.ZodOptional<z.ZodString>;
|
|
437
437
|
}, z.core.$strip>;
|
|
438
|
-
}>> &
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
}, z.core.$strip>;
|
|
483
|
-
outputSchema: z.ZodArray<z.ZodObject<{
|
|
484
|
-
id: z.ZodString;
|
|
485
|
-
name: z.ZodString;
|
|
486
|
-
description: z.ZodOptional<z.ZodString>;
|
|
487
|
-
groupId: z.ZodOptional<z.ZodString>;
|
|
488
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
489
|
-
createdAt: z.ZodNumber;
|
|
490
|
-
updatedAt: z.ZodNumber;
|
|
491
|
-
method: z.ZodEnum<{
|
|
492
|
-
get: "get";
|
|
493
|
-
post: "post";
|
|
494
|
-
put: "put";
|
|
495
|
-
patch: "patch";
|
|
496
|
-
delete: "delete";
|
|
497
|
-
}>;
|
|
498
|
-
path: z.ZodString;
|
|
499
|
-
contract: z.ZodObject<{
|
|
500
|
-
body: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
501
|
-
query: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
502
|
-
output: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
503
|
-
params: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
504
|
-
bodyFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
505
|
-
name: z.ZodString;
|
|
506
|
-
maxCount: z.ZodNumber;
|
|
507
|
-
}, z.core.$strip>>>;
|
|
438
|
+
}>> & {
|
|
439
|
+
outputSchema: z.ZodObject<{
|
|
440
|
+
out: z.ZodArray<z.ZodObject<{
|
|
441
|
+
id: z.ZodString;
|
|
442
|
+
name: z.ZodString;
|
|
443
|
+
description: z.ZodOptional<z.ZodString>;
|
|
444
|
+
groupId: z.ZodOptional<z.ZodString>;
|
|
445
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
446
|
+
createdAt: z.ZodNumber;
|
|
447
|
+
updatedAt: z.ZodNumber;
|
|
448
|
+
method: z.ZodEnum<{
|
|
449
|
+
get: "get";
|
|
450
|
+
post: "post";
|
|
451
|
+
put: "put";
|
|
452
|
+
patch: "patch";
|
|
453
|
+
delete: "delete";
|
|
454
|
+
}>;
|
|
455
|
+
path: z.ZodString;
|
|
456
|
+
contract: z.ZodObject<{
|
|
457
|
+
body: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
458
|
+
query: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
459
|
+
output: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
460
|
+
params: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
461
|
+
bodyFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
462
|
+
name: z.ZodString;
|
|
463
|
+
maxCount: z.ZodNumber;
|
|
464
|
+
}, z.core.$strip>>>;
|
|
465
|
+
}, z.core.$strip>;
|
|
466
|
+
feed: z.ZodOptional<z.ZodBoolean>;
|
|
467
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
468
|
+
stability: z.ZodEnum<{
|
|
469
|
+
unknown: "unknown";
|
|
470
|
+
deprecated: "deprecated";
|
|
471
|
+
experimental: "experimental";
|
|
472
|
+
beta: "beta";
|
|
473
|
+
stable: "stable";
|
|
474
|
+
}>;
|
|
475
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
476
|
+
meta: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
477
|
+
implemented: z.ZodOptional<z.ZodBoolean>;
|
|
478
|
+
}, z.core.$strip>>;
|
|
479
|
+
meta: z.ZodObject<{
|
|
480
|
+
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
481
|
+
nextCursor: z.ZodOptional<z.ZodString>;
|
|
508
482
|
}, z.core.$strip>;
|
|
509
|
-
feed: z.ZodOptional<z.ZodBoolean>;
|
|
510
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
511
|
-
stability: z.ZodEnum<{
|
|
512
|
-
unknown: "unknown";
|
|
513
|
-
deprecated: "deprecated";
|
|
514
|
-
experimental: "experimental";
|
|
515
|
-
beta: "beta";
|
|
516
|
-
stable: "stable";
|
|
517
|
-
}>;
|
|
518
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
519
|
-
meta: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
520
|
-
implemented: z.ZodOptional<z.ZodBoolean>;
|
|
521
|
-
}, z.core.$strip>>;
|
|
522
|
-
outputMetaSchema: z.ZodObject<{
|
|
523
|
-
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
524
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
525
|
-
}, z.core.$strip>;
|
|
526
|
-
queryExtensionSchema: z.ZodObject<{
|
|
527
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
528
|
-
pageSize: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
529
483
|
}, z.core.$strip>;
|
|
530
|
-
}
|
|
531
|
-
queryExtensionSchema: z.ZodObject<{
|
|
532
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
533
|
-
pageSize: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
534
|
-
}, z.core.$strip>;
|
|
535
|
-
outputMetaSchema: z.ZodObject<{
|
|
536
|
-
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
537
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
538
|
-
}, z.core.$strip>;
|
|
539
|
-
}>> & {
|
|
484
|
+
} & {
|
|
540
485
|
paramsSchema: undefined;
|
|
541
486
|
}>, "outputMetaSchema" | "bodySchema" | "querySchema" | "paramsSchema" | "outputSchema"> & {
|
|
542
487
|
bodySchema: import("@emeryld/rrroutes-contract").RouteSchema<unknown, unknown> | undefined;
|
|
@@ -801,46 +746,9 @@ export declare const endpointLeaves: readonly [{
|
|
|
801
746
|
feed?: boolean;
|
|
802
747
|
} & {
|
|
803
748
|
querySchema?: undefined;
|
|
804
|
-
} &
|
|
749
|
+
} & {
|
|
805
750
|
outputSchema: z.ZodObject<{
|
|
806
|
-
|
|
807
|
-
name: z.ZodString;
|
|
808
|
-
description: z.ZodOptional<z.ZodString>;
|
|
809
|
-
groupId: z.ZodOptional<z.ZodString>;
|
|
810
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
811
|
-
createdAt: z.ZodNumber;
|
|
812
|
-
updatedAt: z.ZodNumber;
|
|
813
|
-
method: z.ZodEnum<{
|
|
814
|
-
get: "get";
|
|
815
|
-
post: "post";
|
|
816
|
-
put: "put";
|
|
817
|
-
patch: "patch";
|
|
818
|
-
delete: "delete";
|
|
819
|
-
}>;
|
|
820
|
-
path: z.ZodString;
|
|
821
|
-
contract: z.ZodObject<{
|
|
822
|
-
body: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
823
|
-
query: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
824
|
-
output: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
825
|
-
params: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
826
|
-
bodyFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
827
|
-
name: z.ZodString;
|
|
828
|
-
maxCount: z.ZodNumber;
|
|
829
|
-
}, z.core.$strip>>>;
|
|
830
|
-
}, z.core.$strip>;
|
|
831
|
-
feed: z.ZodOptional<z.ZodBoolean>;
|
|
832
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
833
|
-
stability: z.ZodEnum<{
|
|
834
|
-
unknown: "unknown";
|
|
835
|
-
deprecated: "deprecated";
|
|
836
|
-
experimental: "experimental";
|
|
837
|
-
beta: "beta";
|
|
838
|
-
stable: "stable";
|
|
839
|
-
}>;
|
|
840
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
841
|
-
meta: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
842
|
-
implemented: z.ZodOptional<z.ZodBoolean>;
|
|
843
|
-
requests: z.ZodArray<z.ZodObject<{
|
|
751
|
+
out: z.ZodObject<{
|
|
844
752
|
id: z.ZodString;
|
|
845
753
|
name: z.ZodString;
|
|
846
754
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -848,10 +756,6 @@ export declare const endpointLeaves: readonly [{
|
|
|
848
756
|
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
849
757
|
createdAt: z.ZodNumber;
|
|
850
758
|
updatedAt: z.ZodNumber;
|
|
851
|
-
status: z.ZodNumber;
|
|
852
|
-
body: z.ZodOptional<z.ZodAny>;
|
|
853
|
-
fullUrl: z.ZodString;
|
|
854
|
-
path: z.ZodString;
|
|
855
759
|
method: z.ZodEnum<{
|
|
856
760
|
get: "get";
|
|
857
761
|
post: "post";
|
|
@@ -859,58 +763,99 @@ export declare const endpointLeaves: readonly [{
|
|
|
859
763
|
patch: "patch";
|
|
860
764
|
delete: "delete";
|
|
861
765
|
}>;
|
|
862
|
-
query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
863
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
864
|
-
output: z.ZodOptional<z.ZodAny>;
|
|
865
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
866
|
-
error: z.ZodOptional<z.ZodString>;
|
|
867
|
-
durationMs: z.ZodNumber;
|
|
868
|
-
ip: z.ZodOptional<z.ZodString>;
|
|
869
|
-
userAgent: z.ZodOptional<z.ZodString>;
|
|
870
|
-
requestSize: z.ZodOptional<z.ZodNumber>;
|
|
871
|
-
responseSize: z.ZodOptional<z.ZodNumber>;
|
|
872
|
-
}, z.core.$strip>>;
|
|
873
|
-
volumeTS: z.ZodArray<z.ZodObject<{
|
|
874
|
-
timestamp: z.ZodNumber;
|
|
875
|
-
count: z.ZodNumber;
|
|
876
|
-
}, z.core.$strip>>;
|
|
877
|
-
averageDurationMs: z.ZodNumber;
|
|
878
|
-
successRate: z.ZodNumber;
|
|
879
|
-
latestErrors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
880
|
-
id: z.ZodString;
|
|
881
|
-
name: z.ZodString;
|
|
882
|
-
description: z.ZodOptional<z.ZodString>;
|
|
883
|
-
groupId: z.ZodOptional<z.ZodString>;
|
|
884
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
885
|
-
createdAt: z.ZodNumber;
|
|
886
|
-
updatedAt: z.ZodNumber;
|
|
887
|
-
status: z.ZodNumber;
|
|
888
|
-
body: z.ZodOptional<z.ZodAny>;
|
|
889
|
-
fullUrl: z.ZodString;
|
|
890
766
|
path: z.ZodString;
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
767
|
+
contract: z.ZodObject<{
|
|
768
|
+
body: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
769
|
+
query: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
770
|
+
output: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
771
|
+
params: z.ZodOptional<z.ZodType<SerializableSchema, SerializableSchema, z.core.$ZodTypeInternals<SerializableSchema, SerializableSchema>>>;
|
|
772
|
+
bodyFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
773
|
+
name: z.ZodString;
|
|
774
|
+
maxCount: z.ZodNumber;
|
|
775
|
+
}, z.core.$strip>>>;
|
|
776
|
+
}, z.core.$strip>;
|
|
777
|
+
feed: z.ZodOptional<z.ZodBoolean>;
|
|
778
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
779
|
+
stability: z.ZodEnum<{
|
|
780
|
+
unknown: "unknown";
|
|
781
|
+
deprecated: "deprecated";
|
|
782
|
+
experimental: "experimental";
|
|
783
|
+
beta: "beta";
|
|
784
|
+
stable: "stable";
|
|
897
785
|
}>;
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
786
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
787
|
+
meta: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
788
|
+
implemented: z.ZodOptional<z.ZodBoolean>;
|
|
789
|
+
requests: z.ZodArray<z.ZodObject<{
|
|
790
|
+
id: z.ZodString;
|
|
791
|
+
name: z.ZodString;
|
|
792
|
+
description: z.ZodOptional<z.ZodString>;
|
|
793
|
+
groupId: z.ZodOptional<z.ZodString>;
|
|
794
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
795
|
+
createdAt: z.ZodNumber;
|
|
796
|
+
updatedAt: z.ZodNumber;
|
|
797
|
+
status: z.ZodNumber;
|
|
798
|
+
body: z.ZodOptional<z.ZodAny>;
|
|
799
|
+
fullUrl: z.ZodString;
|
|
800
|
+
path: z.ZodString;
|
|
801
|
+
method: z.ZodEnum<{
|
|
802
|
+
get: "get";
|
|
803
|
+
post: "post";
|
|
804
|
+
put: "put";
|
|
805
|
+
patch: "patch";
|
|
806
|
+
delete: "delete";
|
|
807
|
+
}>;
|
|
808
|
+
query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
809
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
810
|
+
output: z.ZodOptional<z.ZodAny>;
|
|
811
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
812
|
+
error: z.ZodOptional<z.ZodString>;
|
|
813
|
+
durationMs: z.ZodNumber;
|
|
814
|
+
ip: z.ZodOptional<z.ZodString>;
|
|
815
|
+
userAgent: z.ZodOptional<z.ZodString>;
|
|
816
|
+
requestSize: z.ZodOptional<z.ZodNumber>;
|
|
817
|
+
responseSize: z.ZodOptional<z.ZodNumber>;
|
|
818
|
+
}, z.core.$strip>>;
|
|
819
|
+
volumeTS: z.ZodArray<z.ZodObject<{
|
|
820
|
+
timestamp: z.ZodNumber;
|
|
821
|
+
count: z.ZodNumber;
|
|
822
|
+
}, z.core.$strip>>;
|
|
823
|
+
averageDurationMs: z.ZodNumber;
|
|
824
|
+
successRate: z.ZodNumber;
|
|
825
|
+
latestErrors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
826
|
+
id: z.ZodString;
|
|
827
|
+
name: z.ZodString;
|
|
828
|
+
description: z.ZodOptional<z.ZodString>;
|
|
829
|
+
groupId: z.ZodOptional<z.ZodString>;
|
|
830
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
831
|
+
createdAt: z.ZodNumber;
|
|
832
|
+
updatedAt: z.ZodNumber;
|
|
833
|
+
status: z.ZodNumber;
|
|
834
|
+
body: z.ZodOptional<z.ZodAny>;
|
|
835
|
+
fullUrl: z.ZodString;
|
|
836
|
+
path: z.ZodString;
|
|
837
|
+
method: z.ZodEnum<{
|
|
838
|
+
get: "get";
|
|
839
|
+
post: "post";
|
|
840
|
+
put: "put";
|
|
841
|
+
patch: "patch";
|
|
842
|
+
delete: "delete";
|
|
843
|
+
}>;
|
|
844
|
+
query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
845
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
846
|
+
output: z.ZodOptional<z.ZodAny>;
|
|
847
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
848
|
+
error: z.ZodOptional<z.ZodString>;
|
|
849
|
+
durationMs: z.ZodNumber;
|
|
850
|
+
ip: z.ZodOptional<z.ZodString>;
|
|
851
|
+
userAgent: z.ZodOptional<z.ZodString>;
|
|
852
|
+
requestSize: z.ZodOptional<z.ZodNumber>;
|
|
853
|
+
responseSize: z.ZodOptional<z.ZodNumber>;
|
|
854
|
+
}, z.core.$strip>>>;
|
|
855
|
+
}, z.core.$strip>;
|
|
856
|
+
meta: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
909
857
|
}, z.core.$strip>;
|
|
910
|
-
}
|
|
911
|
-
queryExtensionSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
912
|
-
outputMetaSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
913
|
-
}>> & {
|
|
858
|
+
} & {
|
|
914
859
|
paramsSchema: z.ZodObject<{
|
|
915
860
|
endpointId: z.ZodString;
|
|
916
861
|
}, z.core.$strip>;
|
|
@@ -1004,7 +949,7 @@ export declare const endpointLeaves: readonly [{
|
|
|
1004
949
|
responseSize?: number | undefined;
|
|
1005
950
|
}[] | undefined;
|
|
1006
951
|
};
|
|
1007
|
-
meta
|
|
952
|
+
meta: unknown;
|
|
1008
953
|
}, {
|
|
1009
954
|
out: {
|
|
1010
955
|
id: string;
|
|
@@ -1087,7 +1032,7 @@ export declare const endpointLeaves: readonly [{
|
|
|
1087
1032
|
responseSize?: number | undefined;
|
|
1088
1033
|
}[] | undefined;
|
|
1089
1034
|
};
|
|
1090
|
-
meta
|
|
1035
|
+
meta: unknown;
|
|
1091
1036
|
}>;
|
|
1092
1037
|
outputMetaSchema: import("@emeryld/rrroutes-contract").RouteSchema<unknown, unknown>;
|
|
1093
1038
|
queryExtensionSchema: import("@emeryld/rrroutes-contract").RouteSchema<unknown, unknown>;
|
|
@@ -153,55 +153,26 @@ export declare const logLeaves: readonly [{
|
|
|
153
153
|
nextCursor: z.ZodOptional<z.ZodString>;
|
|
154
154
|
levels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
155
155
|
}, z.core.$strip>;
|
|
156
|
-
}>> & import("@emeryld/rrroutes-contract").OutputField<import("@emeryld/rrroutes-contract").Prettify<Omit<{
|
|
157
|
-
feed: true;
|
|
158
|
-
outputSchema: z.ZodArray<z.ZodObject<{
|
|
159
|
-
id: z.ZodString;
|
|
160
|
-
name: z.ZodString;
|
|
161
|
-
description: z.ZodOptional<z.ZodString>;
|
|
162
|
-
groupId: z.ZodOptional<z.ZodString>;
|
|
163
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
164
|
-
createdAt: z.ZodNumber;
|
|
165
|
-
updatedAt: z.ZodNumber;
|
|
166
|
-
level: z.ZodString;
|
|
167
|
-
meta: z.ZodOptional<z.ZodAny>;
|
|
168
|
-
}, z.core.$strip>>;
|
|
169
|
-
querySchema: z.ZodObject<{
|
|
170
|
-
beforeDate: z.ZodOptional<z.ZodString>;
|
|
171
|
-
afterDate: z.ZodOptional<z.ZodString>;
|
|
172
|
-
orderBy: z.ZodOptional<z.ZodString>;
|
|
173
|
-
orderDirection: z.ZodOptional<z.ZodEnum<{
|
|
174
|
-
asc: "asc";
|
|
175
|
-
desc: "desc";
|
|
176
|
-
}>>;
|
|
177
|
-
searchQuery: z.ZodOptional<z.ZodString>;
|
|
178
|
-
groupsInclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
179
|
-
groupsExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
180
|
-
tagsInclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
181
|
-
tagsExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
182
|
-
levelsInclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
183
|
-
levelsExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
184
|
-
}, z.core.$strip>;
|
|
185
|
-
outputMetaSchema: z.ZodObject<{
|
|
186
|
-
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
187
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
188
|
-
levels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
189
|
-
}, z.core.$strip>;
|
|
190
|
-
queryExtensionSchema: z.ZodObject<{
|
|
191
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
192
|
-
pageSize: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
193
|
-
}, z.core.$strip>;
|
|
194
|
-
}, "queryExtensionSchema" | "outputMetaSchema"> & {
|
|
195
|
-
queryExtensionSchema: z.ZodObject<{
|
|
196
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
197
|
-
pageSize: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
198
|
-
}, z.core.$strip>;
|
|
199
|
-
outputMetaSchema: z.ZodObject<{
|
|
200
|
-
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
201
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
202
|
-
levels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
203
|
-
}, z.core.$strip>;
|
|
204
156
|
}>> & {
|
|
157
|
+
outputSchema: z.ZodObject<{
|
|
158
|
+
out: z.ZodArray<z.ZodObject<{
|
|
159
|
+
id: z.ZodString;
|
|
160
|
+
name: z.ZodString;
|
|
161
|
+
description: z.ZodOptional<z.ZodString>;
|
|
162
|
+
groupId: z.ZodOptional<z.ZodString>;
|
|
163
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
164
|
+
createdAt: z.ZodNumber;
|
|
165
|
+
updatedAt: z.ZodNumber;
|
|
166
|
+
level: z.ZodString;
|
|
167
|
+
meta: z.ZodOptional<z.ZodAny>;
|
|
168
|
+
}, z.core.$strip>>;
|
|
169
|
+
meta: z.ZodObject<{
|
|
170
|
+
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
171
|
+
nextCursor: z.ZodOptional<z.ZodString>;
|
|
172
|
+
levels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
173
|
+
}, z.core.$strip>;
|
|
174
|
+
}, z.core.$strip>;
|
|
175
|
+
} & {
|
|
205
176
|
paramsSchema: undefined;
|
|
206
177
|
}>, "outputMetaSchema" | "bodySchema" | "querySchema" | "paramsSchema" | "outputSchema"> & {
|
|
207
178
|
bodySchema: import("@emeryld/rrroutes-contract").RouteSchema<unknown, unknown> | undefined;
|