randmar-api-client 1.234.0 → 1.235.0
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.
|
@@ -5020,7 +5020,7 @@ export type MicrosoftAspNetCoreHttpQueryStringRead = {
|
|
|
5020
5020
|
Value?: string | null;
|
|
5021
5021
|
HasValue?: boolean;
|
|
5022
5022
|
};
|
|
5023
|
-
export type
|
|
5023
|
+
export type SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798EMicrosoftExtensionsPrimitivesStringValues20MicrosoftExtensionsPrimitives20Version1000020CultureNeutral20PublicKeyTokenAdb9793829Ddae60 = {
|
|
5024
5024
|
Key?: string | null;
|
|
5025
5025
|
Value?: string[];
|
|
5026
5026
|
};
|
|
@@ -5037,13 +5037,13 @@ export type MicrosoftAspNetCoreHttpHttpRequest = {
|
|
|
5037
5037
|
PathBase?: string;
|
|
5038
5038
|
Path?: string;
|
|
5039
5039
|
QueryString?: MicrosoftAspNetCoreHttpQueryString;
|
|
5040
|
-
Query?:
|
|
5040
|
+
Query?: SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798EMicrosoftExtensionsPrimitivesStringValues20MicrosoftExtensionsPrimitives20Version1000020CultureNeutral20PublicKeyTokenAdb9793829Ddae60[] | null;
|
|
5041
5041
|
Protocol?: string | null;
|
|
5042
5042
|
Cookies?: SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798ESystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798E[] | null;
|
|
5043
5043
|
ContentLength?: number | null;
|
|
5044
5044
|
ContentType?: string | null;
|
|
5045
5045
|
Body?: Blob | null;
|
|
5046
|
-
Form?:
|
|
5046
|
+
Form?: SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798EMicrosoftExtensionsPrimitivesStringValues20MicrosoftExtensionsPrimitives20Version1000020CultureNeutral20PublicKeyTokenAdb9793829Ddae60[] | null;
|
|
5047
5047
|
RouteValues?: {
|
|
5048
5048
|
[key: string]: any;
|
|
5049
5049
|
} | null;
|
|
@@ -5057,7 +5057,7 @@ export type MicrosoftAspNetCoreHttpHttpRequestRead = {
|
|
|
5057
5057
|
PathBase?: string;
|
|
5058
5058
|
Path?: string;
|
|
5059
5059
|
QueryString?: MicrosoftAspNetCoreHttpQueryStringRead;
|
|
5060
|
-
Query?:
|
|
5060
|
+
Query?: SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798EMicrosoftExtensionsPrimitivesStringValues20MicrosoftExtensionsPrimitives20Version1000020CultureNeutral20PublicKeyTokenAdb9793829Ddae60[] | null;
|
|
5061
5061
|
Protocol?: string | null;
|
|
5062
5062
|
Headers?: {
|
|
5063
5063
|
[key: string]: string[];
|
|
@@ -5068,7 +5068,7 @@ export type MicrosoftAspNetCoreHttpHttpRequestRead = {
|
|
|
5068
5068
|
Body?: Blob | null;
|
|
5069
5069
|
BodyReader?: Blob | null;
|
|
5070
5070
|
HasFormContentType?: boolean;
|
|
5071
|
-
Form?:
|
|
5071
|
+
Form?: SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798EMicrosoftExtensionsPrimitivesStringValues20MicrosoftExtensionsPrimitives20Version1000020CultureNeutral20PublicKeyTokenAdb9793829Ddae60[] | null;
|
|
5072
5072
|
RouteValues?: {
|
|
5073
5073
|
[key: string]: any;
|
|
5074
5074
|
} | null;
|