@authup/server-core 1.0.0-beta.57 → 1.0.0-beta.58
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/adapters/database/logger/module.mjs +2 -4
- package/dist/adapters/database/logger/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provider/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provider/module.mjs +1 -1
- package/dist/adapters/http/controllers/entities/identity-provider/module.mjs.map +1 -1
- package/dist/adapters/http/middleware/built-in/authorization/module.mjs +2 -1
- package/dist/adapters/http/middleware/built-in/authorization/module.mjs.map +1 -1
- package/dist/adapters/http/middleware/built-in/rate-limit.mjs +2 -2
- package/dist/adapters/http/middleware/built-in/rate-limit.mjs.map +1 -1
- package/dist/adapters/http/request/client-certificate.mjs +1 -1
- package/dist/adapters/http/request/client-certificate.mjs.map +1 -1
- package/dist/adapters/http/request/helpers/locations.mjs +1 -3
- package/dist/adapters/http/request/helpers/locations.mjs.map +1 -1
- package/dist/app/modules/authentication/module.mjs +6 -3
- package/dist/app/modules/authentication/module.mjs.map +1 -1
- package/dist/app/modules/config/helpers.mjs +3 -2
- package/dist/app/modules/config/helpers.mjs.map +1 -1
- package/dist/app/modules/config/read/module.mjs +8 -3
- package/dist/app/modules/config/read/module.mjs.map +1 -1
- package/dist/app/modules/database/module.mjs +2 -1
- package/dist/app/modules/database/module.mjs.map +1 -1
- package/dist/app/modules/http/modules/controller.mjs +197 -126
- package/dist/app/modules/http/modules/controller.mjs.map +1 -1
- package/dist/app/modules/http/modules/middleware.mjs +10 -5
- package/dist/app/modules/http/modules/middleware.mjs.map +1 -1
- package/dist/app/modules/identity/module.mjs +6 -3
- package/dist/app/modules/identity/module.mjs.map +1 -1
- package/dist/app/modules/oauth2/module.mjs +37 -17
- package/dist/app/modules/oauth2/module.mjs.map +1 -1
- package/dist/app/modules/oauth2/repositories/authorize/state/repository.mjs +1 -1
- package/dist/app/modules/oauth2/repositories/authorize/state/repository.mjs.map +1 -1
- package/dist/app/modules/oauth2/repositories/token/repository.mjs +1 -1
- package/dist/app/modules/oauth2/repositories/token/repository.mjs.map +1 -1
- package/dist/app/modules/provisioning/module.mjs +9 -8
- package/dist/app/modules/provisioning/module.mjs.map +1 -1
- package/dist/app/modules/provisioning/sources/file/module.d.ts.map +1 -1
- package/dist/app/modules/provisioning/sources/file/module.mjs +11 -2
- package/dist/app/modules/provisioning/sources/file/module.mjs.map +1 -1
- package/dist/core/authentication/session/module.mjs +2 -4
- package/dist/core/authentication/session/module.mjs.map +1 -1
- package/dist/core/entities/client/service.d.ts.map +1 -1
- package/dist/core/entities/client/service.mjs +1 -1
- package/dist/core/entities/client/service.mjs.map +1 -1
- package/dist/core/entities/client-permission/service.mjs +12 -9
- package/dist/core/entities/client-permission/service.mjs.map +1 -1
- package/dist/core/entities/key/service.mjs +4 -2
- package/dist/core/entities/key/service.mjs.map +1 -1
- package/dist/core/entities/permission/service.d.ts.map +1 -1
- package/dist/core/entities/permission/service.mjs +1 -1
- package/dist/core/entities/permission/service.mjs.map +1 -1
- package/dist/core/entities/policy/service.d.ts.map +1 -1
- package/dist/core/entities/policy/service.mjs +3 -2
- package/dist/core/entities/policy/service.mjs.map +1 -1
- package/dist/core/entities/realm/service.d.ts.map +1 -1
- package/dist/core/entities/realm/service.mjs +1 -1
- package/dist/core/entities/realm/service.mjs.map +1 -1
- package/dist/core/entities/role/service.d.ts.map +1 -1
- package/dist/core/entities/role/service.mjs +1 -1
- package/dist/core/entities/role/service.mjs.map +1 -1
- package/dist/core/entities/role-permission/service.mjs +12 -9
- package/dist/core/entities/role-permission/service.mjs.map +1 -1
- package/dist/core/entities/scope/service.d.ts.map +1 -1
- package/dist/core/entities/scope/service.mjs +1 -1
- package/dist/core/entities/scope/service.mjs.map +1 -1
- package/dist/core/entities/user/service.d.ts.map +1 -1
- package/dist/core/entities/user/service.mjs +1 -1
- package/dist/core/entities/user/service.mjs.map +1 -1
- package/dist/core/entities/user-authenticator/helpers.mjs +1 -1
- package/dist/core/entities/user-authenticator/helpers.mjs.map +1 -1
- package/dist/core/entities/user-authenticator/service.mjs +7 -7
- package/dist/core/entities/user-authenticator/service.mjs.map +1 -1
- package/dist/core/entities/user-permission/service.mjs +12 -9
- package/dist/core/entities/user-permission/service.mjs.map +1 -1
- package/dist/core/identity/password-recovery/service.mjs +1 -1
- package/dist/core/identity/password-recovery/service.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/client/module.mjs +0 -1
- package/dist/core/provisioning/synchronizer/client/module.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/permission/module.mjs +0 -1
- package/dist/core/provisioning/synchronizer/permission/module.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/realm/module.mjs +0 -1
- package/dist/core/provisioning/synchronizer/realm/module.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/role/module.mjs +0 -1
- package/dist/core/provisioning/synchronizer/role/module.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/scope/module.mjs +0 -1
- package/dist/core/provisioning/synchronizer/scope/module.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/user/module.mjs +0 -1
- package/dist/core/provisioning/synchronizer/user/module.mjs.map +1 -1
- package/dist/path.mjs.map +1 -1
- package/dist/swagger.json +435 -11
- package/dist/ui/client/.vite/ssr-manifest.json +172 -10
- package/dist/ui/client/assets/index-BTK3GPZZ.js +106 -0
- package/dist/ui/client/assets/{index-Bk6-OZy9.css → index-Cx_pI7BS.css} +1 -1
- package/dist/ui/client/index.html +2 -2
- package/dist/ui/server/server.js +1894 -5045
- package/package.json +25 -24
- package/dist/ui/client/assets/index-DO6_7NTJ.js +0 -106
package/dist/swagger.json
CHANGED
|
@@ -725,6 +725,427 @@
|
|
|
725
725
|
"NodeServerResponse": {
|
|
726
726
|
"anyOf": []
|
|
727
727
|
},
|
|
728
|
+
"DenoServeHandlerInfo": {
|
|
729
|
+
"description": "Second argument Deno passes to the fetch handler (`Deno.ServeHandlerInfo`).",
|
|
730
|
+
"properties": {
|
|
731
|
+
"remoteAddr": {
|
|
732
|
+
"properties": {
|
|
733
|
+
"transport": {
|
|
734
|
+
"type": "string"
|
|
735
|
+
},
|
|
736
|
+
"port": {
|
|
737
|
+
"type": "number",
|
|
738
|
+
"format": "double"
|
|
739
|
+
},
|
|
740
|
+
"hostname": {
|
|
741
|
+
"type": "string"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"required": [
|
|
745
|
+
"port",
|
|
746
|
+
"hostname"
|
|
747
|
+
],
|
|
748
|
+
"type": "object"
|
|
749
|
+
},
|
|
750
|
+
"completed": {}
|
|
751
|
+
},
|
|
752
|
+
"required": [
|
|
753
|
+
"remoteAddr"
|
|
754
|
+
],
|
|
755
|
+
"type": "object"
|
|
756
|
+
},
|
|
757
|
+
"BunHttpServer": {
|
|
758
|
+
"description": "Server instance returned by `Bun.serve()` (`Bun.Server`).",
|
|
759
|
+
"properties": {
|
|
760
|
+
"url": {
|
|
761
|
+
"additionalProperties": true
|
|
762
|
+
},
|
|
763
|
+
"port": {
|
|
764
|
+
"type": "number",
|
|
765
|
+
"format": "double"
|
|
766
|
+
},
|
|
767
|
+
"hostname": {
|
|
768
|
+
"type": "string"
|
|
769
|
+
},
|
|
770
|
+
"development": {
|
|
771
|
+
"type": "boolean"
|
|
772
|
+
},
|
|
773
|
+
"pendingRequests": {
|
|
774
|
+
"type": "number",
|
|
775
|
+
"format": "double"
|
|
776
|
+
},
|
|
777
|
+
"pendingWebSockets": {
|
|
778
|
+
"type": "number",
|
|
779
|
+
"format": "double"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"required": [
|
|
783
|
+
"url"
|
|
784
|
+
],
|
|
785
|
+
"type": "object"
|
|
786
|
+
},
|
|
787
|
+
"CloudflareExecutionContext": {
|
|
788
|
+
"description": "Cloudflare Workers execution context (`ExecutionContext`).",
|
|
789
|
+
"properties": {
|
|
790
|
+
"props": {
|
|
791
|
+
"additionalProperties": true
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"type": "object"
|
|
795
|
+
},
|
|
796
|
+
"CloudflareEnv": {
|
|
797
|
+
"description": "Cloudflare Workers environment bindings.\n\nAugment this interface to type your own bindings:\n\n```ts\ndeclare module \"srvx\" {\n interface CloudflareEnv {\n MY_KV: KVNamespace;\n }\n}\n```",
|
|
798
|
+
"properties": {},
|
|
799
|
+
"type": "object",
|
|
800
|
+
"additionalProperties": {
|
|
801
|
+
"additionalProperties": true
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"AWSLambdaContext": {
|
|
805
|
+
"description": "AWS Lambda invocation context (`aws-lambda`'s `Context`).",
|
|
806
|
+
"properties": {
|
|
807
|
+
"callbackWaitsForEmptyEventLoop": {
|
|
808
|
+
"type": "boolean"
|
|
809
|
+
},
|
|
810
|
+
"functionName": {
|
|
811
|
+
"type": "string"
|
|
812
|
+
},
|
|
813
|
+
"functionVersion": {
|
|
814
|
+
"type": "string"
|
|
815
|
+
},
|
|
816
|
+
"invokedFunctionArn": {
|
|
817
|
+
"type": "string"
|
|
818
|
+
},
|
|
819
|
+
"memoryLimitInMB": {
|
|
820
|
+
"type": "string"
|
|
821
|
+
},
|
|
822
|
+
"awsRequestId": {
|
|
823
|
+
"type": "string"
|
|
824
|
+
},
|
|
825
|
+
"logGroupName": {
|
|
826
|
+
"type": "string"
|
|
827
|
+
},
|
|
828
|
+
"logStreamName": {
|
|
829
|
+
"type": "string"
|
|
830
|
+
},
|
|
831
|
+
"identity": {
|
|
832
|
+
"additionalProperties": true
|
|
833
|
+
},
|
|
834
|
+
"clientContext": {
|
|
835
|
+
"additionalProperties": true
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"required": [
|
|
839
|
+
"callbackWaitsForEmptyEventLoop",
|
|
840
|
+
"functionName",
|
|
841
|
+
"functionVersion",
|
|
842
|
+
"invokedFunctionArn",
|
|
843
|
+
"memoryLimitInMB",
|
|
844
|
+
"awsRequestId",
|
|
845
|
+
"logGroupName",
|
|
846
|
+
"logStreamName"
|
|
847
|
+
],
|
|
848
|
+
"type": "object"
|
|
849
|
+
},
|
|
850
|
+
"AWSLambdaProxyEvent": {
|
|
851
|
+
"description": "API Gateway REST API (v1) proxy event (`APIGatewayProxyEvent`).",
|
|
852
|
+
"properties": {
|
|
853
|
+
"httpMethod": {
|
|
854
|
+
"type": "string"
|
|
855
|
+
},
|
|
856
|
+
"path": {
|
|
857
|
+
"type": "string"
|
|
858
|
+
},
|
|
859
|
+
"resource": {
|
|
860
|
+
"type": "string"
|
|
861
|
+
},
|
|
862
|
+
"headers": {
|
|
863
|
+
"properties": {},
|
|
864
|
+
"additionalProperties": {
|
|
865
|
+
"type": "string"
|
|
866
|
+
},
|
|
867
|
+
"type": "object"
|
|
868
|
+
},
|
|
869
|
+
"multiValueHeaders": {
|
|
870
|
+
"properties": {},
|
|
871
|
+
"additionalProperties": {
|
|
872
|
+
"type": "array",
|
|
873
|
+
"items": {
|
|
874
|
+
"type": "string"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"type": "object"
|
|
878
|
+
},
|
|
879
|
+
"queryStringParameters": {
|
|
880
|
+
"oneOf": [
|
|
881
|
+
{
|
|
882
|
+
"properties": {},
|
|
883
|
+
"additionalProperties": {
|
|
884
|
+
"type": "string"
|
|
885
|
+
},
|
|
886
|
+
"type": "object"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"type": "null"
|
|
890
|
+
}
|
|
891
|
+
]
|
|
892
|
+
},
|
|
893
|
+
"multiValueQueryStringParameters": {
|
|
894
|
+
"oneOf": [
|
|
895
|
+
{
|
|
896
|
+
"properties": {},
|
|
897
|
+
"additionalProperties": {
|
|
898
|
+
"type": "array",
|
|
899
|
+
"items": {
|
|
900
|
+
"type": "string"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
"type": "object"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"type": "null"
|
|
907
|
+
}
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
"pathParameters": {
|
|
911
|
+
"oneOf": [
|
|
912
|
+
{
|
|
913
|
+
"properties": {},
|
|
914
|
+
"additionalProperties": {
|
|
915
|
+
"type": "string"
|
|
916
|
+
},
|
|
917
|
+
"type": "object"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"type": "null"
|
|
921
|
+
}
|
|
922
|
+
]
|
|
923
|
+
},
|
|
924
|
+
"stageVariables": {
|
|
925
|
+
"oneOf": [
|
|
926
|
+
{
|
|
927
|
+
"properties": {},
|
|
928
|
+
"additionalProperties": {
|
|
929
|
+
"type": "string"
|
|
930
|
+
},
|
|
931
|
+
"type": "object"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"type": "null"
|
|
935
|
+
}
|
|
936
|
+
]
|
|
937
|
+
},
|
|
938
|
+
"body": {
|
|
939
|
+
"anyOf": [
|
|
940
|
+
{
|
|
941
|
+
"type": "string"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"type": "null"
|
|
945
|
+
}
|
|
946
|
+
]
|
|
947
|
+
},
|
|
948
|
+
"isBase64Encoded": {
|
|
949
|
+
"type": "boolean"
|
|
950
|
+
},
|
|
951
|
+
"requestContext": {
|
|
952
|
+
"properties": {
|
|
953
|
+
"stage": {
|
|
954
|
+
"type": "string"
|
|
955
|
+
},
|
|
956
|
+
"resourcePath": {
|
|
957
|
+
"type": "string"
|
|
958
|
+
},
|
|
959
|
+
"requestTimeEpoch": {
|
|
960
|
+
"type": "number",
|
|
961
|
+
"format": "double"
|
|
962
|
+
},
|
|
963
|
+
"requestId": {
|
|
964
|
+
"type": "string"
|
|
965
|
+
},
|
|
966
|
+
"protocol": {
|
|
967
|
+
"type": "string"
|
|
968
|
+
},
|
|
969
|
+
"path": {
|
|
970
|
+
"type": "string"
|
|
971
|
+
},
|
|
972
|
+
"identity": {
|
|
973
|
+
"properties": {
|
|
974
|
+
"sourceIp": {
|
|
975
|
+
"type": "string"
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"type": "object"
|
|
979
|
+
},
|
|
980
|
+
"httpMethod": {
|
|
981
|
+
"type": "string"
|
|
982
|
+
},
|
|
983
|
+
"domainName": {
|
|
984
|
+
"type": "string"
|
|
985
|
+
},
|
|
986
|
+
"authorizer": {
|
|
987
|
+
"additionalProperties": true
|
|
988
|
+
},
|
|
989
|
+
"apiId": {
|
|
990
|
+
"type": "string"
|
|
991
|
+
},
|
|
992
|
+
"accountId": {
|
|
993
|
+
"type": "string"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"type": "object"
|
|
997
|
+
}
|
|
998
|
+
},
|
|
999
|
+
"required": [
|
|
1000
|
+
"httpMethod",
|
|
1001
|
+
"path",
|
|
1002
|
+
"headers",
|
|
1003
|
+
"body",
|
|
1004
|
+
"isBase64Encoded",
|
|
1005
|
+
"requestContext"
|
|
1006
|
+
],
|
|
1007
|
+
"type": "object"
|
|
1008
|
+
},
|
|
1009
|
+
"AWSLambdaProxyEventV2": {
|
|
1010
|
+
"description": "API Gateway HTTP API (v2) proxy event (`APIGatewayProxyEventV2`).",
|
|
1011
|
+
"properties": {
|
|
1012
|
+
"version": {
|
|
1013
|
+
"type": "string"
|
|
1014
|
+
},
|
|
1015
|
+
"routeKey": {
|
|
1016
|
+
"type": "string"
|
|
1017
|
+
},
|
|
1018
|
+
"rawPath": {
|
|
1019
|
+
"type": "string"
|
|
1020
|
+
},
|
|
1021
|
+
"rawQueryString": {
|
|
1022
|
+
"type": "string"
|
|
1023
|
+
},
|
|
1024
|
+
"cookies": {
|
|
1025
|
+
"type": "array",
|
|
1026
|
+
"items": {
|
|
1027
|
+
"type": "string"
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
"headers": {
|
|
1031
|
+
"properties": {},
|
|
1032
|
+
"additionalProperties": {
|
|
1033
|
+
"type": "string"
|
|
1034
|
+
},
|
|
1035
|
+
"type": "object"
|
|
1036
|
+
},
|
|
1037
|
+
"queryStringParameters": {
|
|
1038
|
+
"properties": {},
|
|
1039
|
+
"additionalProperties": {
|
|
1040
|
+
"type": "string"
|
|
1041
|
+
},
|
|
1042
|
+
"type": "object"
|
|
1043
|
+
},
|
|
1044
|
+
"pathParameters": {
|
|
1045
|
+
"properties": {},
|
|
1046
|
+
"additionalProperties": {
|
|
1047
|
+
"type": "string"
|
|
1048
|
+
},
|
|
1049
|
+
"type": "object"
|
|
1050
|
+
},
|
|
1051
|
+
"stageVariables": {
|
|
1052
|
+
"properties": {},
|
|
1053
|
+
"additionalProperties": {
|
|
1054
|
+
"type": "string"
|
|
1055
|
+
},
|
|
1056
|
+
"type": "object"
|
|
1057
|
+
},
|
|
1058
|
+
"body": {
|
|
1059
|
+
"type": "string"
|
|
1060
|
+
},
|
|
1061
|
+
"isBase64Encoded": {
|
|
1062
|
+
"type": "boolean"
|
|
1063
|
+
},
|
|
1064
|
+
"requestContext": {
|
|
1065
|
+
"properties": {
|
|
1066
|
+
"http": {
|
|
1067
|
+
"properties": {
|
|
1068
|
+
"userAgent": {
|
|
1069
|
+
"type": "string"
|
|
1070
|
+
},
|
|
1071
|
+
"sourceIp": {
|
|
1072
|
+
"type": "string"
|
|
1073
|
+
},
|
|
1074
|
+
"protocol": {
|
|
1075
|
+
"type": "string"
|
|
1076
|
+
},
|
|
1077
|
+
"path": {
|
|
1078
|
+
"type": "string"
|
|
1079
|
+
},
|
|
1080
|
+
"method": {
|
|
1081
|
+
"type": "string"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"required": [
|
|
1085
|
+
"method"
|
|
1086
|
+
],
|
|
1087
|
+
"type": "object"
|
|
1088
|
+
},
|
|
1089
|
+
"timeEpoch": {
|
|
1090
|
+
"type": "number",
|
|
1091
|
+
"format": "double"
|
|
1092
|
+
},
|
|
1093
|
+
"time": {
|
|
1094
|
+
"type": "string"
|
|
1095
|
+
},
|
|
1096
|
+
"stage": {
|
|
1097
|
+
"type": "string"
|
|
1098
|
+
},
|
|
1099
|
+
"routeKey": {
|
|
1100
|
+
"type": "string"
|
|
1101
|
+
},
|
|
1102
|
+
"requestId": {
|
|
1103
|
+
"type": "string"
|
|
1104
|
+
},
|
|
1105
|
+
"domainPrefix": {
|
|
1106
|
+
"type": "string"
|
|
1107
|
+
},
|
|
1108
|
+
"domainName": {
|
|
1109
|
+
"type": "string"
|
|
1110
|
+
},
|
|
1111
|
+
"authorizer": {
|
|
1112
|
+
"additionalProperties": true
|
|
1113
|
+
},
|
|
1114
|
+
"apiId": {
|
|
1115
|
+
"type": "string"
|
|
1116
|
+
},
|
|
1117
|
+
"accountId": {
|
|
1118
|
+
"type": "string"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"type": "object"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
"required": [
|
|
1125
|
+
"version",
|
|
1126
|
+
"rawPath",
|
|
1127
|
+
"rawQueryString",
|
|
1128
|
+
"headers",
|
|
1129
|
+
"isBase64Encoded",
|
|
1130
|
+
"requestContext"
|
|
1131
|
+
],
|
|
1132
|
+
"type": "object"
|
|
1133
|
+
},
|
|
1134
|
+
"ServiceWorkerFetchEvent": {
|
|
1135
|
+
"description": "Service worker `fetch` event (`FetchEvent`).",
|
|
1136
|
+
"properties": {
|
|
1137
|
+
"request": {
|
|
1138
|
+
"$ref": "#/components/schemas/Request"
|
|
1139
|
+
},
|
|
1140
|
+
"clientId": {
|
|
1141
|
+
"type": "string"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
"required": [
|
|
1145
|
+
"request"
|
|
1146
|
+
],
|
|
1147
|
+
"type": "object"
|
|
1148
|
+
},
|
|
728
1149
|
"ServerRuntimeContext": {
|
|
729
1150
|
"properties": {
|
|
730
1151
|
"name": {
|
|
@@ -771,7 +1192,7 @@
|
|
|
771
1192
|
"deno": {
|
|
772
1193
|
"properties": {
|
|
773
1194
|
"info": {
|
|
774
|
-
"
|
|
1195
|
+
"$ref": "#/components/schemas/DenoServeHandlerInfo"
|
|
775
1196
|
}
|
|
776
1197
|
},
|
|
777
1198
|
"required": [
|
|
@@ -783,7 +1204,7 @@
|
|
|
783
1204
|
"bun": {
|
|
784
1205
|
"properties": {
|
|
785
1206
|
"server": {
|
|
786
|
-
"
|
|
1207
|
+
"$ref": "#/components/schemas/BunHttpServer"
|
|
787
1208
|
}
|
|
788
1209
|
},
|
|
789
1210
|
"required": [
|
|
@@ -795,14 +1216,10 @@
|
|
|
795
1216
|
"cloudflare": {
|
|
796
1217
|
"properties": {
|
|
797
1218
|
"env": {
|
|
798
|
-
"
|
|
799
|
-
"additionalProperties": {
|
|
800
|
-
"additionalProperties": true
|
|
801
|
-
},
|
|
802
|
-
"type": "object"
|
|
1219
|
+
"$ref": "#/components/schemas/CloudflareEnv"
|
|
803
1220
|
},
|
|
804
1221
|
"context": {
|
|
805
|
-
"
|
|
1222
|
+
"$ref": "#/components/schemas/CloudflareExecutionContext"
|
|
806
1223
|
}
|
|
807
1224
|
},
|
|
808
1225
|
"required": [
|
|
@@ -815,10 +1232,17 @@
|
|
|
815
1232
|
"awsLambda": {
|
|
816
1233
|
"properties": {
|
|
817
1234
|
"event": {
|
|
818
|
-
"
|
|
1235
|
+
"oneOf": [
|
|
1236
|
+
{
|
|
1237
|
+
"$ref": "#/components/schemas/AWSLambdaProxyEvent"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"$ref": "#/components/schemas/AWSLambdaProxyEventV2"
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
819
1243
|
},
|
|
820
1244
|
"context": {
|
|
821
|
-
"
|
|
1245
|
+
"$ref": "#/components/schemas/AWSLambdaContext"
|
|
822
1246
|
}
|
|
823
1247
|
},
|
|
824
1248
|
"required": [
|
|
@@ -830,7 +1254,7 @@
|
|
|
830
1254
|
"serviceWorker": {
|
|
831
1255
|
"properties": {
|
|
832
1256
|
"event": {
|
|
833
|
-
"
|
|
1257
|
+
"$ref": "#/components/schemas/ServiceWorkerFetchEvent"
|
|
834
1258
|
}
|
|
835
1259
|
},
|
|
836
1260
|
"required": [
|