@tsonic/efcore-sqlserver 0.1.2 → 10.0.2

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.
Files changed (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -24,7 +24,7 @@ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.
24
24
  import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
25
25
  import type { Stream } from "@tsonic/dotnet/System.IO.js";
26
26
  import * as System_Lib from "@tsonic/dotnet/System.js";
27
- import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Enum, Exception, Func, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System.js";
27
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Double, Enum, Exception, Func, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System.js";
28
28
  import type { Assembly } from "@tsonic/dotnet/System.Reflection.js";
29
29
  import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
30
30
  import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
@@ -33,15 +33,15 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
33
33
  import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
34
34
 
35
35
  export enum HttpPipelinePosition {
36
- perCall = 0,
37
- perRetry = 1,
38
- beforeTransport = 2
36
+ PerCall = 0,
37
+ PerRetry = 1,
38
+ BeforeTransport = 2
39
39
  }
40
40
 
41
41
 
42
42
  export enum RetryMode {
43
- fixed = 0,
44
- exponential = 1
43
+ Fixed = 0,
44
+ Exponential = 1
45
45
  }
46
46
 
47
47
 
@@ -49,12 +49,12 @@ export type SyncAsyncEventHandler_1<T extends SyncAsyncEventArgs> = (e: T) => Ta
49
49
 
50
50
 
51
51
  export interface AccessToken$instance {
52
- readonly expiresOn: DateTimeOffset;
53
- readonly refreshOn: Nullable<DateTimeOffset>;
54
- readonly token: string;
55
- readonly tokenType: string;
56
- equals(obj: unknown): boolean;
57
- getHashCode(): int;
52
+ readonly ExpiresOn: DateTimeOffset;
53
+ readonly RefreshOn: Nullable<DateTimeOffset>;
54
+ readonly Token: string;
55
+ readonly TokenType: string;
56
+ Equals(obj: unknown): boolean;
57
+ GetHashCode(): int;
58
58
  }
59
59
 
60
60
 
@@ -68,113 +68,113 @@ export const AccessToken: {
68
68
  export type AccessToken = AccessToken$instance;
69
69
 
70
70
  export interface AzureLocation$instance {
71
- readonly displayName: string | undefined;
72
- readonly name: string;
73
- equals(other: AzureLocation): boolean;
74
- equals(obj: unknown): boolean;
75
- getHashCode(): int;
76
- toString(): string;
71
+ readonly DisplayName: string | undefined;
72
+ readonly Name: string;
73
+ Equals(other: AzureLocation): boolean;
74
+ Equals(obj: unknown): boolean;
75
+ GetHashCode(): int;
76
+ ToString(): string;
77
77
  }
78
78
 
79
79
 
80
80
  export const AzureLocation: {
81
81
  new(location: string): AzureLocation;
82
82
  new(name: string, displayName: string): AzureLocation;
83
- readonly eastAsia: AzureLocation;
84
- readonly southeastAsia: AzureLocation;
85
- readonly centralUS: AzureLocation;
86
- readonly eastUS: AzureLocation;
87
- readonly eastUS2: AzureLocation;
88
- readonly westUS: AzureLocation;
89
- readonly westUS2: AzureLocation;
90
- readonly westUS3: AzureLocation;
91
- readonly northCentralUS: AzureLocation;
92
- readonly southCentralUS: AzureLocation;
93
- readonly northEurope: AzureLocation;
94
- readonly westEurope: AzureLocation;
95
- readonly japanWest: AzureLocation;
96
- readonly japanEast: AzureLocation;
97
- readonly brazilSouth: AzureLocation;
98
- readonly australiaEast: AzureLocation;
99
- readonly australiaSoutheast: AzureLocation;
100
- readonly southIndia: AzureLocation;
101
- readonly centralIndia: AzureLocation;
102
- readonly westIndia: AzureLocation;
103
- readonly canadaCentral: AzureLocation;
104
- readonly canadaEast: AzureLocation;
105
- readonly ukSouth: AzureLocation;
106
- readonly ukWest: AzureLocation;
107
- readonly westCentralUS: AzureLocation;
108
- readonly koreaCentral: AzureLocation;
109
- readonly koreaSouth: AzureLocation;
110
- readonly franceCentral: AzureLocation;
111
- readonly franceSouth: AzureLocation;
112
- readonly australiaCentral: AzureLocation;
113
- readonly australiaCentral2: AzureLocation;
114
- readonly uaeCentral: AzureLocation;
115
- readonly uaeNorth: AzureLocation;
116
- readonly southAfricaNorth: AzureLocation;
117
- readonly southAfricaWest: AzureLocation;
118
- readonly swedenCentral: AzureLocation;
119
- readonly swedenSouth: AzureLocation;
120
- readonly switzerlandNorth: AzureLocation;
121
- readonly switzerlandWest: AzureLocation;
122
- readonly germanyNorth: AzureLocation;
123
- readonly germanyWestCentral: AzureLocation;
124
- readonly germanyCentral: AzureLocation;
125
- readonly germanyNorthEast: AzureLocation;
126
- readonly norwayWest: AzureLocation;
127
- readonly norwayEast: AzureLocation;
128
- readonly brazilSoutheast: AzureLocation;
129
- readonly chinaNorth: AzureLocation;
130
- readonly chinaEast: AzureLocation;
131
- readonly chinaNorth2: AzureLocation;
132
- readonly chinaNorth3: AzureLocation;
133
- readonly chinaEast2: AzureLocation;
134
- readonly chinaEast3: AzureLocation;
135
- readonly qatarCentral: AzureLocation;
136
- readonly usDoDCentral: AzureLocation;
137
- readonly usDoDEast: AzureLocation;
138
- readonly usGovArizona: AzureLocation;
139
- readonly usGovTexas: AzureLocation;
140
- readonly usGovVirginia: AzureLocation;
141
- readonly usGovIowa: AzureLocation;
142
- readonly israelCentral: AzureLocation;
143
- readonly italyNorth: AzureLocation;
144
- readonly polandCentral: AzureLocation;
145
- readonly mexicoCentral: AzureLocation;
146
- readonly spainCentral: AzureLocation;
83
+ readonly EastAsia: AzureLocation;
84
+ readonly SoutheastAsia: AzureLocation;
85
+ readonly CentralUS: AzureLocation;
86
+ readonly EastUS: AzureLocation;
87
+ readonly EastUS2: AzureLocation;
88
+ readonly WestUS: AzureLocation;
89
+ readonly WestUS2: AzureLocation;
90
+ readonly WestUS3: AzureLocation;
91
+ readonly NorthCentralUS: AzureLocation;
92
+ readonly SouthCentralUS: AzureLocation;
93
+ readonly NorthEurope: AzureLocation;
94
+ readonly WestEurope: AzureLocation;
95
+ readonly JapanWest: AzureLocation;
96
+ readonly JapanEast: AzureLocation;
97
+ readonly BrazilSouth: AzureLocation;
98
+ readonly AustraliaEast: AzureLocation;
99
+ readonly AustraliaSoutheast: AzureLocation;
100
+ readonly SouthIndia: AzureLocation;
101
+ readonly CentralIndia: AzureLocation;
102
+ readonly WestIndia: AzureLocation;
103
+ readonly CanadaCentral: AzureLocation;
104
+ readonly CanadaEast: AzureLocation;
105
+ readonly UKSouth: AzureLocation;
106
+ readonly UKWest: AzureLocation;
107
+ readonly WestCentralUS: AzureLocation;
108
+ readonly KoreaCentral: AzureLocation;
109
+ readonly KoreaSouth: AzureLocation;
110
+ readonly FranceCentral: AzureLocation;
111
+ readonly FranceSouth: AzureLocation;
112
+ readonly AustraliaCentral: AzureLocation;
113
+ readonly AustraliaCentral2: AzureLocation;
114
+ readonly UAECentral: AzureLocation;
115
+ readonly UAENorth: AzureLocation;
116
+ readonly SouthAfricaNorth: AzureLocation;
117
+ readonly SouthAfricaWest: AzureLocation;
118
+ readonly SwedenCentral: AzureLocation;
119
+ readonly SwedenSouth: AzureLocation;
120
+ readonly SwitzerlandNorth: AzureLocation;
121
+ readonly SwitzerlandWest: AzureLocation;
122
+ readonly GermanyNorth: AzureLocation;
123
+ readonly GermanyWestCentral: AzureLocation;
124
+ readonly GermanyCentral: AzureLocation;
125
+ readonly GermanyNorthEast: AzureLocation;
126
+ readonly NorwayWest: AzureLocation;
127
+ readonly NorwayEast: AzureLocation;
128
+ readonly BrazilSoutheast: AzureLocation;
129
+ readonly ChinaNorth: AzureLocation;
130
+ readonly ChinaEast: AzureLocation;
131
+ readonly ChinaNorth2: AzureLocation;
132
+ readonly ChinaNorth3: AzureLocation;
133
+ readonly ChinaEast2: AzureLocation;
134
+ readonly ChinaEast3: AzureLocation;
135
+ readonly QatarCentral: AzureLocation;
136
+ readonly USDoDCentral: AzureLocation;
137
+ readonly USDoDEast: AzureLocation;
138
+ readonly USGovArizona: AzureLocation;
139
+ readonly USGovTexas: AzureLocation;
140
+ readonly USGovVirginia: AzureLocation;
141
+ readonly USGovIowa: AzureLocation;
142
+ readonly IsraelCentral: AzureLocation;
143
+ readonly ItalyNorth: AzureLocation;
144
+ readonly PolandCentral: AzureLocation;
145
+ readonly MexicoCentral: AzureLocation;
146
+ readonly SpainCentral: AzureLocation;
147
147
  };
148
148
 
149
149
 
150
150
  export type AzureLocation = AzureLocation$instance;
151
151
 
152
152
  export interface ContentType$instance {
153
- equals(other: ContentType): boolean;
154
- equals(other: string): boolean;
155
- equals(obj: unknown): boolean;
156
- getHashCode(): int;
157
- toString(): string;
153
+ Equals(other: ContentType): boolean;
154
+ Equals(other: string): boolean;
155
+ Equals(obj: unknown): boolean;
156
+ GetHashCode(): int;
157
+ ToString(): string;
158
158
  }
159
159
 
160
160
 
161
161
  export const ContentType: {
162
162
  new(contentType: string): ContentType;
163
- readonly applicationJson: ContentType;
164
- readonly applicationOctetStream: ContentType;
165
- readonly textPlain: ContentType;
163
+ readonly ApplicationJson: ContentType;
164
+ readonly ApplicationOctetStream: ContentType;
165
+ readonly TextPlain: ContentType;
166
166
  };
167
167
 
168
168
 
169
169
  export type ContentType = ContentType$instance;
170
170
 
171
171
  export interface HttpHeader$instance {
172
- readonly name: string;
173
- readonly value: string;
174
- equals(obj: unknown): boolean;
175
- equals(other: HttpHeader): boolean;
176
- getHashCode(): int;
177
- toString(): string;
172
+ readonly Name: string;
173
+ readonly Value: string;
174
+ Equals(obj: unknown): boolean;
175
+ Equals(other: HttpHeader): boolean;
176
+ GetHashCode(): int;
177
+ ToString(): string;
178
178
  }
179
179
 
180
180
 
@@ -186,8 +186,8 @@ export const HttpHeader: {
186
186
  export type HttpHeader = HttpHeader$instance;
187
187
 
188
188
  export interface MessageProcessingContext$instance {
189
- retryNumber: int;
190
- readonly startTime: DateTimeOffset;
189
+ RetryNumber: int;
190
+ StartTime: DateTimeOffset;
191
191
  }
192
192
 
193
193
 
@@ -199,7 +199,7 @@ export const MessageProcessingContext: {
199
199
  export type MessageProcessingContext = MessageProcessingContext$instance;
200
200
 
201
201
  export interface RehydrationToken$instance {
202
- readonly id: string;
202
+ readonly Id: string;
203
203
  }
204
204
 
205
205
 
@@ -219,14 +219,14 @@ export type RehydrationToken = RehydrationToken$instance & __RehydrationToken$vi
219
219
 
220
220
 
221
221
  export interface RequestHeaders$instance {
222
- add(header: HttpHeader): void;
223
- add(name: string, value: string): void;
224
- contains(name: string): boolean;
225
- getEnumerator(): IEnumerator<HttpHeader>;
226
- remove(name: string): boolean;
227
- setValue(name: string, value: string): void;
228
- tryGetValue(name: string, value: string): boolean;
229
- tryGetValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
222
+ Add(header: HttpHeader): void;
223
+ Add(name: string, value: string): void;
224
+ Contains(name: string): boolean;
225
+ GetEnumerator(): IEnumerator<HttpHeader>;
226
+ Remove(name: string): boolean;
227
+ SetValue(name: string, value: string): void;
228
+ TryGetValue(name: string, value: string): boolean;
229
+ TryGetValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
230
230
  }
231
231
 
232
232
 
@@ -238,38 +238,38 @@ export const RequestHeaders: {
238
238
  export type RequestHeaders = RequestHeaders$instance;
239
239
 
240
240
  export interface RequestMethod$instance {
241
- readonly method: string;
242
- equals(other: RequestMethod): boolean;
243
- equals(obj: unknown): boolean;
244
- getHashCode(): int;
245
- toString(): string;
241
+ readonly Method: string;
242
+ Equals(other: RequestMethod): boolean;
243
+ Equals(obj: unknown): boolean;
244
+ GetHashCode(): int;
245
+ ToString(): string;
246
246
  }
247
247
 
248
248
 
249
249
  export const RequestMethod: {
250
250
  new(method: string): RequestMethod;
251
- readonly get: RequestMethod;
252
- readonly post: RequestMethod;
253
- readonly put: RequestMethod;
254
- readonly patch: RequestMethod;
255
- readonly delete: RequestMethod;
256
- readonly head: RequestMethod;
257
- readonly options: RequestMethod;
258
- readonly trace: RequestMethod;
259
- parse(method: string): RequestMethod;
251
+ readonly Get: RequestMethod;
252
+ readonly Post: RequestMethod;
253
+ readonly Put: RequestMethod;
254
+ readonly Patch: RequestMethod;
255
+ readonly Delete: RequestMethod;
256
+ readonly Head: RequestMethod;
257
+ readonly Options: RequestMethod;
258
+ readonly Trace: RequestMethod;
259
+ Parse(method: string): RequestMethod;
260
260
  };
261
261
 
262
262
 
263
263
  export type RequestMethod = RequestMethod$instance;
264
264
 
265
265
  export interface ResourceType$instance {
266
- readonly namespace: string;
267
- readonly type: string;
268
- equals(other: ResourceType): boolean;
269
- equals(other: unknown): boolean;
270
- getHashCode(): int;
271
- getLastType(): string;
272
- toString(): string;
266
+ readonly Namespace: string;
267
+ readonly Type: string;
268
+ Equals(other: ResourceType): boolean;
269
+ Equals(other: unknown): boolean;
270
+ GetHashCode(): int;
271
+ GetLastType(): string;
272
+ ToString(): string;
273
273
  }
274
274
 
275
275
 
@@ -281,16 +281,16 @@ export const ResourceType: {
281
281
  export type ResourceType = ResourceType$instance;
282
282
 
283
283
  export interface ResponseHeaders$instance {
284
- readonly contentLength: Nullable<System_Internal.Int32>;
285
- readonly contentLengthLong: Nullable<System_Internal.Int64>;
286
- readonly contentType: string | undefined;
287
- readonly date: Nullable<DateTimeOffset>;
288
- readonly eTag: Nullable<ETag>;
289
- readonly requestId: string | undefined;
290
- contains(name: string): boolean;
291
- getEnumerator(): IEnumerator<HttpHeader>;
292
- tryGetValue(name: string, value: string): boolean;
293
- tryGetValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
284
+ readonly ContentLength: Nullable<System_Internal.Int32>;
285
+ readonly ContentLengthLong: Nullable<System_Internal.Int64>;
286
+ readonly ContentType: string | undefined;
287
+ readonly Date: Nullable<DateTimeOffset>;
288
+ readonly ETag: Nullable<ETag>;
289
+ readonly RequestId: string | undefined;
290
+ Contains(name: string): boolean;
291
+ GetEnumerator(): IEnumerator<HttpHeader>;
292
+ TryGetValue(name: string, value: string): boolean;
293
+ TryGetValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
294
294
  }
295
295
 
296
296
 
@@ -302,15 +302,15 @@ export const ResponseHeaders: {
302
302
  export type ResponseHeaders = ResponseHeaders$instance;
303
303
 
304
304
  export interface TokenRequestContext$instance {
305
- readonly claims: string | undefined;
306
- readonly isCaeEnabled: boolean;
307
- readonly isProofOfPossessionEnabled: boolean;
308
- readonly parentRequestId: string | undefined;
309
- readonly proofOfPossessionNonce: string | undefined;
310
- readonly resourceRequestMethod: string | undefined;
311
- readonly resourceRequestUri: Uri | undefined;
312
- readonly scopes: string[];
313
- readonly tenantId: string | undefined;
305
+ readonly Claims: string | undefined;
306
+ readonly IsCaeEnabled: boolean;
307
+ readonly IsProofOfPossessionEnabled: boolean;
308
+ readonly ParentRequestId: string | undefined;
309
+ readonly ProofOfPossessionNonce: string | undefined;
310
+ readonly ResourceRequestMethod: string | undefined;
311
+ readonly ResourceRequestUri: Uri | undefined;
312
+ readonly Scopes: string[];
313
+ readonly TenantId: string | undefined;
314
314
  }
315
315
 
316
316
 
@@ -325,88 +325,103 @@ export const TokenRequestContext: {
325
325
 
326
326
  export type TokenRequestContext = TokenRequestContext$instance;
327
327
 
328
- export interface AzureCoreContext$instance extends ModelReaderWriterContext {
328
+ export abstract class AzureCoreContext$protected {
329
+ protected TryGetTypeBuilderCore(type: Type, builder: ModelReaderWriterTypeBuilder): boolean;
330
+ }
331
+
332
+
333
+ export interface AzureCoreContext$instance extends AzureCoreContext$protected, ModelReaderWriterContext {
329
334
  }
330
335
 
331
336
 
332
337
  export const AzureCoreContext: {
333
338
  new(): AzureCoreContext;
334
- readonly default: AzureCoreContext;
339
+ readonly Default: AzureCoreContext;
335
340
  };
336
341
 
337
342
 
338
343
  export type AzureCoreContext = AzureCoreContext$instance;
339
344
 
340
345
  export interface ClientOptions$instance {
341
- readonly diagnostics: DiagnosticsOptions | TokenCredentialDiagnosticsOptions;
342
- readonly retry: RetryOptions;
343
- get retryPolicy(): HttpPipelinePolicy | undefined;
344
- set retryPolicy(value: HttpPipelinePolicy);
345
- transport: HttpPipelineTransport;
346
- addPolicy(policy: HttpPipelinePolicy, position: HttpPipelinePosition): void;
347
- equals(obj: unknown): boolean;
348
- getHashCode(): int;
349
- toString(): string | undefined;
346
+ readonly Diagnostics: DiagnosticsOptions | TokenCredentialDiagnosticsOptions;
347
+ readonly Retry: RetryOptions;
348
+ get RetryPolicy(): HttpPipelinePolicy | undefined;
349
+ set RetryPolicy(value: HttpPipelinePolicy);
350
+ Transport: HttpPipelineTransport;
351
+ AddPolicy(policy: HttpPipelinePolicy, position: HttpPipelinePosition): void;
352
+ Equals(obj: unknown): boolean;
353
+ GetHashCode(): int;
354
+ ToString(): string | undefined;
350
355
  }
351
356
 
352
357
 
353
358
  export const ClientOptions: {
354
- readonly default: ClientOptions;
359
+ new(): ClientOptions;
360
+ new(diagnostics: DiagnosticsOptions): ClientOptions;
361
+ Default: ClientOptions;
355
362
  };
356
363
 
357
364
 
358
365
  export type ClientOptions = ClientOptions$instance;
359
366
 
360
- export interface DelayStrategy$instance {
361
- getNextDelay(response: Response, retryNumber: int): TimeSpan;
367
+ export abstract class DelayStrategy$protected {
368
+ protected abstract GetNextDelayCore(response: Response, retryNumber: int): TimeSpan;
369
+ }
370
+
371
+
372
+ export interface DelayStrategy$instance extends DelayStrategy$protected {
373
+ GetNextDelay(response: Response, retryNumber: int): TimeSpan;
362
374
  }
363
375
 
364
376
 
365
377
  export const DelayStrategy: {
366
- createExponentialDelayStrategy(initialDelay?: Nullable<TimeSpan>, maxDelay?: Nullable<TimeSpan>): DelayStrategy;
367
- createFixedDelayStrategy(delay?: Nullable<TimeSpan>): DelayStrategy;
378
+ new(maxDelay: Nullable<TimeSpan>, jitterFactor: double): DelayStrategy;
379
+ CreateExponentialDelayStrategy(initialDelay?: Nullable<TimeSpan>, maxDelay?: Nullable<TimeSpan>): DelayStrategy;
380
+ CreateFixedDelayStrategy(delay?: Nullable<TimeSpan>): DelayStrategy;
381
+ Max(val1: TimeSpan, val2: TimeSpan): TimeSpan;
382
+ Min(val1: TimeSpan, val2: TimeSpan): TimeSpan;
368
383
  };
369
384
 
370
385
 
371
386
  export type DelayStrategy = DelayStrategy$instance;
372
387
 
373
388
  export interface DiagnosticsOptions$instance {
374
- get applicationId(): string | undefined;
375
- set applicationId(value: string);
376
- isDistributedTracingEnabled: boolean;
377
- isLoggingContentEnabled: boolean;
378
- isLoggingEnabled: boolean;
379
- isTelemetryEnabled: boolean;
380
- loggedContentSizeLimit: int;
381
- readonly loggedHeaderNames: IList<System_Internal.String>;
382
- readonly loggedQueryParameters: IList<System_Internal.String>;
389
+ get ApplicationId(): string | undefined;
390
+ set ApplicationId(value: string);
391
+ IsDistributedTracingEnabled: boolean;
392
+ IsLoggingContentEnabled: boolean;
393
+ IsLoggingEnabled: boolean;
394
+ IsTelemetryEnabled: boolean;
395
+ LoggedContentSizeLimit: int;
396
+ LoggedHeaderNames: IList<System_Internal.String>;
397
+ LoggedQueryParameters: IList<System_Internal.String>;
383
398
  }
384
399
 
385
400
 
386
401
  export const DiagnosticsOptions: {
387
402
  new(): DiagnosticsOptions;
388
- get defaultApplicationId(): string | undefined;
389
- set defaultApplicationId(value: string);
403
+ get DefaultApplicationId(): string | undefined;
404
+ set DefaultApplicationId(value: string);
390
405
  };
391
406
 
392
407
 
393
408
  export type DiagnosticsOptions = DiagnosticsOptions$instance;
394
409
 
395
410
  export interface HttpMessage$instance {
396
- bufferResponse: boolean;
397
- readonly cancellationToken: CancellationToken;
398
- readonly hasResponse: boolean;
399
- networkTimeout: Nullable<TimeSpan>;
400
- readonly processingContext: MessageProcessingContext;
401
- readonly request: Request;
402
- response: Response;
403
- responseClassifier: ResponseClassifier;
404
- dispose(): void;
405
- extractResponseContent(): Stream | undefined;
406
- setProperty(name: string, value: unknown): void;
407
- setProperty(type: Type, value: unknown): void;
408
- tryGetProperty(name: string, value: unknown): boolean;
409
- tryGetProperty(type: Type, value: unknown): boolean;
411
+ BufferResponse: boolean;
412
+ CancellationToken: CancellationToken;
413
+ readonly HasResponse: boolean;
414
+ NetworkTimeout: Nullable<TimeSpan>;
415
+ readonly ProcessingContext: MessageProcessingContext;
416
+ readonly Request: Request;
417
+ Response: Response;
418
+ ResponseClassifier: ResponseClassifier;
419
+ Dispose(): void;
420
+ ExtractResponseContent(): Stream | undefined;
421
+ SetProperty(name: string, value: unknown): void;
422
+ SetProperty(type: Type, value: unknown): void;
423
+ TryGetProperty(name: string, value: unknown): boolean;
424
+ TryGetProperty(type: Type, value: unknown): boolean;
410
425
  }
411
426
 
412
427
 
@@ -417,76 +432,90 @@ export const HttpMessage: {
417
432
 
418
433
  export type HttpMessage = HttpMessage$instance;
419
434
 
420
- export interface Request$instance {
421
- clientRequestId: string;
422
- content: RequestContent;
423
- readonly headers: RequestHeaders;
424
- method: RequestMethod;
425
- uri: RequestUriBuilder;
426
- dispose(): void;
435
+ export abstract class Request$protected {
436
+ protected abstract AddHeader(name: string, value: string): void;
437
+ protected abstract ContainsHeader(name: string): boolean;
438
+ protected abstract EnumerateHeaders(): IEnumerable__System_Collections_Generic<HttpHeader>;
439
+ protected abstract RemoveHeader(name: string): boolean;
440
+ protected SetHeader(name: string, value: string): void;
441
+ protected abstract TryGetHeader(name: string, value: string): boolean;
442
+ protected abstract TryGetHeaderValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
443
+ }
444
+
445
+
446
+ export interface Request$instance extends Request$protected {
447
+ ClientRequestId: string;
448
+ Content: RequestContent;
449
+ readonly Headers: RequestHeaders;
450
+ Method: RequestMethod;
451
+ Uri: RequestUriBuilder;
452
+ Dispose(): void;
427
453
  }
428
454
 
429
455
 
430
456
  export const Request: {
457
+ new(): Request;
431
458
  };
432
459
 
433
460
 
434
461
  export type Request = Request$instance;
435
462
 
436
463
  export interface RequestContent$instance {
437
- dispose(): void;
438
- tryComputeLength(length: long): boolean;
439
- writeTo(stream: Stream, cancellation: CancellationToken): void;
440
- writeToAsync(stream: Stream, cancellation: CancellationToken): Task;
464
+ Dispose(): void;
465
+ TryComputeLength(length: long): boolean;
466
+ WriteTo(stream: Stream, cancellation: CancellationToken): void;
467
+ WriteToAsync(stream: Stream, cancellation: CancellationToken): Task;
441
468
  }
442
469
 
443
470
 
444
471
  export const RequestContent: {
445
- create(content: DynamicData): RequestContent;
446
- create(content: BinaryData): RequestContent;
447
- create(bytes: ReadOnlySequence<System_Internal.Byte>): RequestContent;
448
- create(bytes: byte[], index: int, length: int): RequestContent;
449
- create(bytes: byte[]): RequestContent;
450
- create(stream: Stream): RequestContent;
451
- create(serializable: unknown, propertyNameFormat: JsonPropertyNames, dateTimeFormat?: string): RequestContent;
452
- create(serializable: unknown, serializer: ObjectSerializer): RequestContent;
453
- create(serializable: unknown): RequestContent;
454
- create(bytes: ReadOnlyMemory<System_Internal.Byte>): RequestContent;
455
- create(content: string): RequestContent;
456
- create<T extends IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions): RequestContent;
472
+ new(): RequestContent;
473
+ Create(content: DynamicData): RequestContent;
474
+ Create(content: BinaryData): RequestContent;
475
+ Create(bytes: ReadOnlySequence<System_Internal.Byte>): RequestContent;
476
+ Create(bytes: byte[], index: int, length: int): RequestContent;
477
+ Create(bytes: byte[]): RequestContent;
478
+ Create(stream: Stream): RequestContent;
479
+ Create(serializable: unknown, propertyNameFormat: JsonPropertyNames, dateTimeFormat?: string): RequestContent;
480
+ Create(serializable: unknown, serializer: ObjectSerializer): RequestContent;
481
+ Create(serializable: unknown): RequestContent;
482
+ Create(bytes: ReadOnlyMemory<System_Internal.Byte>): RequestContent;
483
+ Create(content: string): RequestContent;
484
+ Create<T extends IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions): RequestContent;
457
485
  };
458
486
 
459
487
 
460
488
  export type RequestContent = RequestContent$instance;
461
489
 
462
490
  export interface RequestFailedDetailsParser$instance {
463
- tryParse(response: Response, error: ResponseError, data: IDictionary<System_Internal.String, System_Internal.String>): boolean;
491
+ TryParse(response: Response, error: ResponseError, data: IDictionary<System_Internal.String, System_Internal.String>): boolean;
464
492
  }
465
493
 
466
494
 
467
495
  export const RequestFailedDetailsParser: {
496
+ new(): RequestFailedDetailsParser;
468
497
  };
469
498
 
470
499
 
471
500
  export type RequestFailedDetailsParser = RequestFailedDetailsParser$instance;
472
501
 
473
502
  export interface RequestUriBuilder$instance {
474
- get host(): string | undefined;
475
- set host(value: string);
476
- path: string;
477
- readonly pathAndQuery: string;
478
- port: int;
479
- query: string;
480
- scheme: string;
481
- appendPath(value: string): void;
482
- appendPath(value: string, escape: boolean): void;
483
- appendPath(value: ReadOnlySpan<System_Internal.Char>, escape: boolean): void;
484
- appendQuery(name: string, value: string): void;
485
- appendQuery(name: string, value: string, escapeValue: boolean): void;
486
- appendQuery(name: ReadOnlySpan<System_Internal.Char>, value: ReadOnlySpan<System_Internal.Char>, escapeValue: boolean): void;
487
- reset(value: Uri): void;
488
- toString(): string;
489
- toUri(): Uri;
503
+ get Host(): string | undefined;
504
+ set Host(value: string);
505
+ Path: string;
506
+ readonly PathAndQuery: string;
507
+ Port: int;
508
+ Query: string;
509
+ Scheme: string;
510
+ AppendPath(value: string): void;
511
+ AppendPath(value: string, escape: boolean): void;
512
+ AppendPath(value: ReadOnlySpan<System_Internal.Char>, escape: boolean): void;
513
+ AppendQuery(name: string, value: string): void;
514
+ AppendQuery(name: string, value: string, escapeValue: boolean): void;
515
+ AppendQuery(name: ReadOnlySpan<System_Internal.Char>, value: ReadOnlySpan<System_Internal.Char>, escapeValue: boolean): void;
516
+ Reset(value: Uri): void;
517
+ ToString(): string;
518
+ ToUri(): Uri;
490
519
  }
491
520
 
492
521
 
@@ -498,49 +527,50 @@ export const RequestUriBuilder: {
498
527
  export type RequestUriBuilder = RequestUriBuilder$instance;
499
528
 
500
529
  export interface ResourceIdentifier$instance {
501
- readonly location: Nullable<AzureLocation>;
502
- readonly name: string;
503
- readonly parent: ResourceIdentifier | undefined;
504
- readonly provider: string | undefined;
505
- readonly resourceGroupName: string | undefined;
506
- readonly resourceType: ResourceType;
507
- readonly subscriptionId: string | undefined;
508
- appendChildResource(childResourceType: string, childResourceName: string): ResourceIdentifier;
509
- appendProviderResource(providerNamespace: string, resourceType: string, resourceName: string): ResourceIdentifier;
510
- compareTo(other: ResourceIdentifier): int;
511
- equals(other: ResourceIdentifier): boolean;
512
- equals(obj: unknown): boolean;
513
- getHashCode(): int;
514
- toString(): string;
530
+ readonly Location: Nullable<AzureLocation>;
531
+ readonly Name: string;
532
+ readonly Parent: ResourceIdentifier | undefined;
533
+ readonly Provider: string | undefined;
534
+ readonly ResourceGroupName: string | undefined;
535
+ readonly ResourceType: ResourceType;
536
+ readonly SubscriptionId: string | undefined;
537
+ AppendChildResource(childResourceType: string, childResourceName: string): ResourceIdentifier;
538
+ AppendProviderResource(providerNamespace: string, resourceType: string, resourceName: string): ResourceIdentifier;
539
+ CompareTo(other: ResourceIdentifier): int;
540
+ Equals(other: ResourceIdentifier): boolean;
541
+ Equals(obj: unknown): boolean;
542
+ GetHashCode(): int;
543
+ ToString(): string;
515
544
  }
516
545
 
517
546
 
518
547
  export const ResourceIdentifier: {
519
548
  new(resourceId: string): ResourceIdentifier;
520
- readonly root: ResourceIdentifier;
521
- parse(input: string): ResourceIdentifier;
522
- tryParse(input: string, result: ResourceIdentifier): boolean;
549
+ readonly Root: ResourceIdentifier;
550
+ Parse(input: string): ResourceIdentifier;
551
+ TryParse(input: string, result: ResourceIdentifier): boolean;
523
552
  };
524
553
 
525
554
 
526
555
  export type ResourceIdentifier = ResourceIdentifier$instance;
527
556
 
528
557
  export interface ResponseClassificationHandler$instance {
529
- tryClassify(message: HttpMessage, isError: boolean): boolean;
558
+ TryClassify(message: HttpMessage, isError: boolean): boolean;
530
559
  }
531
560
 
532
561
 
533
562
  export const ResponseClassificationHandler: {
563
+ new(): ResponseClassificationHandler;
534
564
  };
535
565
 
536
566
 
537
567
  export type ResponseClassificationHandler = ResponseClassificationHandler$instance;
538
568
 
539
569
  export interface ResponseClassifier$instance {
540
- isErrorResponse(message: HttpMessage): boolean;
541
- isRetriable(message: HttpMessage, exception: Exception): boolean;
542
- isRetriableException(exception: Exception): boolean;
543
- isRetriableResponse(message: HttpMessage): boolean;
570
+ IsErrorResponse(message: HttpMessage): boolean;
571
+ IsRetriable(message: HttpMessage, exception: Exception): boolean;
572
+ IsRetriableException(exception: Exception): boolean;
573
+ IsRetriableResponse(message: HttpMessage): boolean;
544
574
  }
545
575
 
546
576
 
@@ -552,11 +582,11 @@ export const ResponseClassifier: {
552
582
  export type ResponseClassifier = ResponseClassifier$instance;
553
583
 
554
584
  export interface RetryOptions$instance {
555
- delay: TimeSpan;
556
- maxDelay: TimeSpan;
557
- maxRetries: int;
558
- mode: RetryMode;
559
- networkTimeout: TimeSpan;
585
+ Delay: TimeSpan;
586
+ MaxDelay: TimeSpan;
587
+ MaxRetries: int;
588
+ Mode: RetryMode;
589
+ NetworkTimeout: TimeSpan;
560
590
  }
561
591
 
562
592
 
@@ -568,7 +598,7 @@ export const RetryOptions: {
568
598
  export type RetryOptions = RetryOptions$instance;
569
599
 
570
600
  export interface StatusCodeClassifier$instance extends ResponseClassifier {
571
- isErrorResponse(message: HttpMessage): boolean;
601
+ IsErrorResponse(message: HttpMessage): boolean;
572
602
  }
573
603
 
574
604
 
@@ -580,10 +610,10 @@ export const StatusCodeClassifier: {
580
610
  export type StatusCodeClassifier = StatusCodeClassifier$instance;
581
611
 
582
612
  export interface TelemetryDetails$instance {
583
- readonly applicationId: string | undefined;
584
- readonly assembly: Assembly;
585
- apply(message: HttpMessage): void;
586
- toString(): string;
613
+ readonly ApplicationId: string | undefined;
614
+ readonly Assembly: Assembly;
615
+ Apply(message: HttpMessage): void;
616
+ ToString(): string;
587
617
  }
588
618
 
589
619
 
@@ -595,69 +625,70 @@ export const TelemetryDetails: {
595
625
  export type TelemetryDetails = TelemetryDetails$instance;
596
626
 
597
627
  export interface TokenCredential$instance extends AuthenticationTokenProvider {
598
- createTokenOptions(properties: IReadOnlyDictionary<System_Internal.String, unknown>): GetTokenOptions | undefined;
599
- createTokenOptions(properties: IReadOnlyDictionary<System_Internal.String, unknown>): GetTokenOptions | undefined;
600
- getToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
601
- getToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
602
- getTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
603
- getTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
604
- getTokenAsync(options: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
628
+ CreateTokenOptions(properties: IReadOnlyDictionary<System_Internal.String, unknown>): GetTokenOptions | undefined;
629
+ CreateTokenOptions(properties: IReadOnlyDictionary<System_Internal.String, unknown>): GetTokenOptions | undefined;
630
+ GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
631
+ GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
632
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
633
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
634
+ GetTokenAsync(options: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
605
635
  }
606
636
 
607
637
 
608
638
  export const TokenCredential: {
639
+ new(): TokenCredential;
609
640
  };
610
641
 
611
642
 
612
643
  export type TokenCredential = TokenCredential$instance;
613
644
 
614
645
  export abstract class DelegatedTokenCredential$instance {
615
- static create(getToken: Func<TokenRequestContext, CancellationToken, AccessToken>, getTokenAsync: Func<TokenRequestContext, CancellationToken, ValueTask<AccessToken>>): TokenCredential;
616
- static create(getToken: Func<TokenRequestContext, CancellationToken, AccessToken>): TokenCredential;
646
+ static Create(getToken: Func<TokenRequestContext, CancellationToken, AccessToken>, getTokenAsync: Func<TokenRequestContext, CancellationToken, ValueTask<AccessToken>>): TokenCredential;
647
+ static Create(getToken: Func<TokenRequestContext, CancellationToken, AccessToken>): TokenCredential;
617
648
  }
618
649
 
619
650
 
620
651
  export type DelegatedTokenCredential = DelegatedTokenCredential$instance;
621
652
 
622
653
  export abstract class HttpHeader_Common$instance {
623
- static readonly jsonContentType: HttpHeader;
624
- static readonly jsonAccept: HttpHeader;
625
- static readonly octetStreamContentType: HttpHeader;
626
- static readonly formUrlEncodedContentType: HttpHeader;
654
+ static readonly JsonContentType: HttpHeader;
655
+ static readonly JsonAccept: HttpHeader;
656
+ static readonly OctetStreamContentType: HttpHeader;
657
+ static readonly FormUrlEncodedContentType: HttpHeader;
627
658
  }
628
659
 
629
660
 
630
661
  export type HttpHeader_Common = HttpHeader_Common$instance;
631
662
 
632
663
  export abstract class HttpHeader_Names$instance {
633
- static readonly date: string;
634
- static readonly xMsDate: string;
635
- static readonly contentType: string;
636
- static readonly contentLength: string;
637
- static readonly eTag: string;
638
- static readonly xMsRequestId: string;
639
- static readonly userAgent: string;
640
- static readonly accept: string;
641
- static readonly authorization: string;
642
- static readonly range: string;
643
- static readonly xMsRange: string;
644
- static readonly ifMatch: string;
645
- static readonly ifNoneMatch: string;
646
- static readonly ifModifiedSince: string;
647
- static readonly ifUnmodifiedSince: string;
648
- static readonly prefer: string;
649
- static readonly referer: string;
650
- static readonly host: string;
651
- static readonly contentDisposition: string;
652
- static readonly wwwAuthenticate: string;
664
+ static readonly Date: string;
665
+ static readonly XMsDate: string;
666
+ static readonly ContentType: string;
667
+ static readonly ContentLength: string;
668
+ static readonly ETag: string;
669
+ static readonly XMsRequestId: string;
670
+ static readonly UserAgent: string;
671
+ static readonly Accept: string;
672
+ static readonly Authorization: string;
673
+ static readonly Range: string;
674
+ static readonly XMsRange: string;
675
+ static readonly IfMatch: string;
676
+ static readonly IfNoneMatch: string;
677
+ static readonly IfModifiedSince: string;
678
+ static readonly IfUnmodifiedSince: string;
679
+ static readonly Prefer: string;
680
+ static readonly Referer: string;
681
+ static readonly Host: string;
682
+ static readonly ContentDisposition: string;
683
+ static readonly WwwAuthenticate: string;
653
684
  }
654
685
 
655
686
 
656
687
  export type HttpHeader_Names = HttpHeader_Names$instance;
657
688
 
658
689
  export abstract class MultipartResponse$instance {
659
- static parse(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Response[];
660
- static parseAsync(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Task<Response[]>;
690
+ static Parse(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Response[];
691
+ static ParseAsync(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Task<Response[]>;
661
692
  }
662
693
 
663
694