@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
@@ -11,7 +11,7 @@ import type { ptr } from "@tsonic/core/types.js";
11
11
  // Import types from other namespaces
12
12
  import type { HttpPipeline, HttpPipelinePolicy } from "../../Azure.Core.Pipeline/internal/index.js";
13
13
  import type { JsonPropertyNames, ObjectSerializer } from "../../Azure.Core.Serialization/internal/index.js";
14
- import type { ClientOptions, DelayStrategy, HttpPipelinePosition, RehydrationToken, RequestFailedDetailsParser, ResponseClassificationHandler, ResponseHeaders } from "../../Azure.Core/internal/index.js";
14
+ import type { ClientOptions, DelayStrategy, HttpHeader, HttpPipelinePosition, RehydrationToken, RequestFailedDetailsParser, ResponseClassificationHandler, ResponseHeaders } from "../../Azure.Core/internal/index.js";
15
15
  import * as System_ClientModel_Primitives_Internal from "../../System.ClientModel.Primitives/internal/index.js";
16
16
  import type { IJsonModel_1, IPersistableModel_1, ModelReaderWriterOptions } from "../../System.ClientModel.Primitives/internal/index.js";
17
17
  import * as System_ClientModel_Internal from "../../System.ClientModel/internal/index.js";
@@ -31,42 +31,42 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
31
31
  import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
32
32
 
33
33
  export enum ErrorOptions {
34
- default = 0,
35
- noThrow = 1
34
+ Default = 0,
35
+ NoThrow = 1
36
36
  }
37
37
 
38
38
 
39
39
  export enum WaitUntil {
40
- completed = 0,
41
- started = 1
40
+ Completed = 0,
41
+ Started = 1
42
42
  }
43
43
 
44
44
 
45
45
  export interface ETag$instance {
46
- equals(other: ETag): boolean;
47
- equals(other: string): boolean;
48
- equals(obj: unknown): boolean;
49
- getHashCode(): int;
50
- toString(): string;
51
- toString(format: string): string;
46
+ Equals(other: ETag): boolean;
47
+ Equals(other: string): boolean;
48
+ Equals(obj: unknown): boolean;
49
+ GetHashCode(): int;
50
+ ToString(): string;
51
+ ToString(format: string): string;
52
52
  }
53
53
 
54
54
 
55
55
  export const ETag: {
56
56
  new(etag: string): ETag;
57
- readonly all: ETag;
57
+ readonly All: ETag;
58
58
  };
59
59
 
60
60
 
61
61
  export type ETag = ETag$instance;
62
62
 
63
63
  export interface HttpRange$instance {
64
- readonly length: Nullable<System_Internal.Int64>;
65
- readonly offset: long;
66
- equals(other: HttpRange): boolean;
67
- equals(obj: unknown): boolean;
68
- getHashCode(): int;
69
- toString(): string;
64
+ readonly Length: Nullable<System_Internal.Int64>;
65
+ readonly Offset: long;
66
+ Equals(other: HttpRange): boolean;
67
+ Equals(obj: unknown): boolean;
68
+ GetHashCode(): int;
69
+ ToString(): string;
70
70
  }
71
71
 
72
72
 
@@ -77,24 +77,31 @@ export const HttpRange: {
77
77
 
78
78
  export type HttpRange = HttpRange$instance;
79
79
 
80
- export interface AsyncPageable_1$instance<T> {
81
- asPages(continuationToken?: string, pageSizeHint?: Nullable<System_Internal.Int32>): IAsyncEnumerable<Page_1<T>>;
82
- equals(obj: unknown): boolean;
83
- getAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator<T>;
84
- getHashCode(): int;
85
- toString(): string | undefined;
80
+ export abstract class AsyncPageable_1$protected<T> {
81
+ protected readonly CancellationToken: CancellationToken;
82
+ }
83
+
84
+
85
+ export interface AsyncPageable_1$instance<T> extends AsyncPageable_1$protected<T> {
86
+ AsPages(continuationToken?: string, pageSizeHint?: Nullable<System_Internal.Int32>): IAsyncEnumerable<Page_1<T>>;
87
+ Equals(obj: unknown): boolean;
88
+ GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator<T>;
89
+ GetHashCode(): int;
90
+ ToString(): string | undefined;
86
91
  }
87
92
 
88
93
 
89
94
  export const AsyncPageable_1: {
90
- fromPages<T>(pages: IEnumerable__System_Collections_Generic<Page_1<T>>): AsyncPageable_1<T>;
95
+ new<T>(): AsyncPageable_1<T>;
96
+ new<T>(cancellationToken: CancellationToken): AsyncPageable_1<T>;
97
+ FromPages<T>(pages: IEnumerable__System_Collections_Generic<Page_1<T>>): AsyncPageable_1<T>;
91
98
  };
92
99
 
93
100
 
94
101
  export type AsyncPageable_1<T> = AsyncPageable_1$instance<T>;
95
102
 
96
103
  export interface AzureKeyCredential$instance extends ApiKeyCredential {
97
- readonly key: string;
104
+ Key: string;
98
105
  }
99
106
 
100
107
 
@@ -106,9 +113,9 @@ export const AzureKeyCredential: {
106
113
  export type AzureKeyCredential = AzureKeyCredential$instance;
107
114
 
108
115
  export interface AzureNamedKeyCredential$instance {
109
- readonly name: string;
110
- deconstruct(name: string, key: string): void;
111
- update(name: string, key: string): void;
116
+ readonly Name: string;
117
+ Deconstruct(name: string, key: string): void;
118
+ Update(name: string, key: string): void;
112
119
  }
113
120
 
114
121
 
@@ -120,8 +127,8 @@ export const AzureNamedKeyCredential: {
120
127
  export type AzureNamedKeyCredential = AzureNamedKeyCredential$instance;
121
128
 
122
129
  export interface AzureSasCredential$instance {
123
- readonly signature: string;
124
- update(signature: string): void;
130
+ Signature: string;
131
+ Update(signature: string): void;
125
132
  }
126
133
 
127
134
 
@@ -133,9 +140,9 @@ export const AzureSasCredential: {
133
140
  export type AzureSasCredential = AzureSasCredential$instance;
134
141
 
135
142
  export interface HttpAuthorization$instance {
136
- readonly parameter: string;
137
- readonly scheme: string;
138
- toString(): string;
143
+ readonly Parameter: string;
144
+ readonly Scheme: string;
145
+ ToString(): string;
139
146
  }
140
147
 
141
148
 
@@ -147,17 +154,17 @@ export const HttpAuthorization: {
147
154
  export type HttpAuthorization = HttpAuthorization$instance;
148
155
 
149
156
  export interface JsonPatchDocument$instance {
150
- appendAdd<T>(path: string, value: T): void;
151
- appendAddRaw(path: string, rawJsonValue: string): void;
152
- appendCopy(from: string, path: string): void;
153
- appendMove(from: string, path: string): void;
154
- appendRemove(path: string): void;
155
- appendReplace<T>(path: string, value: T): void;
156
- appendReplaceRaw(path: string, rawJsonValue: string): void;
157
- appendTest<T>(path: string, value: T): void;
158
- appendTestRaw(path: string, rawJsonValue: string): void;
159
- toBytes(): ReadOnlyMemory<System_Internal.Byte>;
160
- toString(): string;
157
+ AppendAdd<T>(path: string, value: T): void;
158
+ AppendAddRaw(path: string, rawJsonValue: string): void;
159
+ AppendCopy(from: string, path: string): void;
160
+ AppendMove(from: string, path: string): void;
161
+ AppendRemove(path: string): void;
162
+ AppendReplace<T>(path: string, value: T): void;
163
+ AppendReplaceRaw(path: string, rawJsonValue: string): void;
164
+ AppendTest<T>(path: string, value: T): void;
165
+ AppendTestRaw(path: string, rawJsonValue: string): void;
166
+ ToBytes(): ReadOnlyMemory<System_Internal.Byte>;
167
+ ToString(): string;
161
168
  }
162
169
 
163
170
 
@@ -172,8 +179,8 @@ export const JsonPatchDocument: {
172
179
  export type JsonPatchDocument = JsonPatchDocument$instance;
173
180
 
174
181
  export interface MatchConditions$instance {
175
- ifMatch: Nullable<ETag>;
176
- ifNoneMatch: Nullable<ETag>;
182
+ IfMatch: Nullable<ETag>;
183
+ IfNoneMatch: Nullable<ETag>;
177
184
  }
178
185
 
179
186
 
@@ -185,122 +192,134 @@ export const MatchConditions: {
185
192
  export type MatchConditions = MatchConditions$instance;
186
193
 
187
194
  export interface NullableResponse_1$instance<T> {
188
- readonly hasValue: boolean;
189
- readonly value: T;
190
- equals(obj: unknown): boolean;
191
- getHashCode(): int;
192
- getRawResponse(): Response;
193
- toString(): string;
195
+ readonly HasValue: boolean;
196
+ readonly Value: T;
197
+ Equals(obj: unknown): boolean;
198
+ GetHashCode(): int;
199
+ GetRawResponse(): Response;
200
+ ToString(): string;
194
201
  }
195
202
 
196
203
 
197
204
  export const NullableResponse_1: {
205
+ new<T>(): NullableResponse_1<T>;
198
206
  };
199
207
 
200
208
 
201
209
  export type NullableResponse_1<T> = NullableResponse_1$instance<T>;
202
210
 
203
211
  export interface Operation$instance {
204
- readonly hasCompleted: boolean;
205
- readonly id: string;
206
- equals(obj: unknown): boolean;
207
- getHashCode(): int;
208
- getRawResponse(): Response;
209
- getRehydrationToken(): Nullable<RehydrationToken>;
210
- toString(): string | undefined;
211
- updateStatus(cancellationToken?: CancellationToken): Response;
212
- updateStatusAsync(cancellationToken?: CancellationToken): ValueTask<Response>;
213
- waitForCompletionResponse(cancellationToken?: CancellationToken): Response;
214
- waitForCompletionResponse(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): Response;
215
- waitForCompletionResponse(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken): Response;
216
- waitForCompletionResponseAsync(cancellationToken?: CancellationToken): ValueTask<Response>;
217
- waitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): ValueTask<Response>;
218
- waitForCompletionResponseAsync(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken): ValueTask<Response>;
212
+ readonly HasCompleted: boolean;
213
+ readonly Id: string;
214
+ Equals(obj: unknown): boolean;
215
+ GetHashCode(): int;
216
+ GetRawResponse(): Response;
217
+ GetRehydrationToken(): Nullable<RehydrationToken>;
218
+ ToString(): string | undefined;
219
+ UpdateStatus(cancellationToken?: CancellationToken): Response;
220
+ UpdateStatusAsync(cancellationToken?: CancellationToken): ValueTask<Response>;
221
+ WaitForCompletionResponse(cancellationToken?: CancellationToken): Response;
222
+ WaitForCompletionResponse(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): Response;
223
+ WaitForCompletionResponse(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken): Response;
224
+ WaitForCompletionResponseAsync(cancellationToken?: CancellationToken): ValueTask<Response>;
225
+ WaitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): ValueTask<Response>;
226
+ WaitForCompletionResponseAsync(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken): ValueTask<Response>;
219
227
  }
220
228
 
221
229
 
222
230
  export const Operation: {
223
- rehydrate(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation;
224
- rehydrate<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation_1<T>;
225
- rehydrateAsync(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Task<Operation>;
226
- rehydrateAsync<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Task<Operation_1<T>>;
231
+ new(): Operation;
232
+ Rehydrate(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation;
233
+ Rehydrate<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation_1<T>;
234
+ RehydrateAsync(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Task<Operation>;
235
+ RehydrateAsync<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Task<Operation_1<T>>;
227
236
  };
228
237
 
229
238
 
230
239
  export type Operation = Operation$instance;
231
240
 
232
241
  export interface Operation_1$instance<T> extends Operation {
233
- readonly hasValue: boolean;
234
- readonly value: T;
235
- waitForCompletion(cancellationToken?: CancellationToken): Response_1<T>;
236
- waitForCompletion(pollingInterval: TimeSpan, cancellationToken: CancellationToken): Response_1<T>;
237
- waitForCompletion(delayStrategy: DelayStrategy, cancellationToken: CancellationToken): Response_1<T>;
238
- waitForCompletionAsync(cancellationToken?: CancellationToken): ValueTask<Response_1<T>>;
239
- waitForCompletionAsync(pollingInterval: TimeSpan, cancellationToken: CancellationToken): ValueTask<Response_1<T>>;
240
- waitForCompletionAsync(delayStrategy: DelayStrategy, cancellationToken: CancellationToken): ValueTask<Response_1<T>>;
241
- waitForCompletionResponseAsync(cancellationToken?: CancellationToken): ValueTask<Response>;
242
- waitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): ValueTask<Response>;
243
- waitForCompletionResponseAsync(cancellationToken?: CancellationToken): ValueTask<Response>;
244
- waitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): ValueTask<Response>;
245
- waitForCompletionResponseAsync(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken): ValueTask<Response>;
242
+ readonly HasValue: boolean;
243
+ readonly Value: T;
244
+ WaitForCompletion(cancellationToken?: CancellationToken): Response_1<T>;
245
+ WaitForCompletion(pollingInterval: TimeSpan, cancellationToken: CancellationToken): Response_1<T>;
246
+ WaitForCompletion(delayStrategy: DelayStrategy, cancellationToken: CancellationToken): Response_1<T>;
247
+ WaitForCompletionAsync(cancellationToken?: CancellationToken): ValueTask<Response_1<T>>;
248
+ WaitForCompletionAsync(pollingInterval: TimeSpan, cancellationToken: CancellationToken): ValueTask<Response_1<T>>;
249
+ WaitForCompletionAsync(delayStrategy: DelayStrategy, cancellationToken: CancellationToken): ValueTask<Response_1<T>>;
250
+ WaitForCompletionResponseAsync(cancellationToken?: CancellationToken): ValueTask<Response>;
251
+ WaitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): ValueTask<Response>;
252
+ WaitForCompletionResponseAsync(cancellationToken?: CancellationToken): ValueTask<Response>;
253
+ WaitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): ValueTask<Response>;
254
+ WaitForCompletionResponseAsync(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken): ValueTask<Response>;
246
255
  }
247
256
 
248
257
 
249
258
  export const Operation_1: {
259
+ new<T>(): Operation_1<T>;
250
260
  };
251
261
 
252
262
 
253
263
  export type Operation_1<T> = Operation_1$instance<T>;
254
264
 
255
265
  export interface Page_1$instance<T> {
256
- readonly continuationToken: string | undefined;
257
- readonly values: IReadOnlyList<T>;
258
- equals(obj: unknown): boolean;
259
- getHashCode(): int;
260
- getRawResponse(): Response;
261
- toString(): string | undefined;
266
+ readonly ContinuationToken: string | undefined;
267
+ readonly Values: IReadOnlyList<T>;
268
+ Equals(obj: unknown): boolean;
269
+ GetHashCode(): int;
270
+ GetRawResponse(): Response;
271
+ ToString(): string | undefined;
262
272
  }
263
273
 
264
274
 
265
275
  export const Page_1: {
266
- fromValues<T>(values: IReadOnlyList<T>, continuationToken: string, response: Response): Page_1<T>;
276
+ new<T>(): Page_1<T>;
277
+ FromValues<T>(values: IReadOnlyList<T>, continuationToken: string, response: Response): Page_1<T>;
267
278
  };
268
279
 
269
280
 
270
281
  export type Page_1<T> = Page_1$instance<T>;
271
282
 
272
- export interface Pageable_1$instance<T> {
273
- asPages(continuationToken?: string, pageSizeHint?: Nullable<System_Internal.Int32>): IEnumerable__System_Collections_Generic<Page_1<T>>;
274
- equals(obj: unknown): boolean;
275
- getEnumerator(): IEnumerator<T>;
276
- getHashCode(): int;
277
- toString(): string | undefined;
283
+ export abstract class Pageable_1$protected<T> {
284
+ protected readonly CancellationToken: CancellationToken;
285
+ }
286
+
287
+
288
+ export interface Pageable_1$instance<T> extends Pageable_1$protected<T> {
289
+ AsPages(continuationToken?: string, pageSizeHint?: Nullable<System_Internal.Int32>): IEnumerable__System_Collections_Generic<Page_1<T>>;
290
+ Equals(obj: unknown): boolean;
291
+ GetEnumerator(): IEnumerator<T>;
292
+ GetHashCode(): int;
293
+ ToString(): string | undefined;
278
294
  }
279
295
 
280
296
 
281
297
  export const Pageable_1: {
282
- fromPages<T>(pages: IEnumerable__System_Collections_Generic<Page_1<T>>): Pageable_1<T>;
298
+ new<T>(): Pageable_1<T>;
299
+ new<T>(cancellationToken: CancellationToken): Pageable_1<T>;
300
+ FromPages<T>(pages: IEnumerable__System_Collections_Generic<Page_1<T>>): Pageable_1<T>;
283
301
  };
284
302
 
285
303
 
286
304
  export type Pageable_1<T> = Pageable_1$instance<T>;
287
305
 
288
306
  export interface PageableOperation_1$instance<T> extends Operation_1<AsyncPageable_1<T>> {
289
- readonly value: AsyncPageable_1<T>;
290
- getValues(cancellationToken?: CancellationToken): Pageable_1<T>;
291
- getValuesAsync(cancellationToken?: CancellationToken): AsyncPageable_1<T>;
307
+ readonly Value: AsyncPageable_1<T>;
308
+ GetValues(cancellationToken?: CancellationToken): Pageable_1<T>;
309
+ GetValuesAsync(cancellationToken?: CancellationToken): AsyncPageable_1<T>;
292
310
  }
293
311
 
294
312
 
295
313
  export const PageableOperation_1: {
314
+ new<T>(): PageableOperation_1<T>;
296
315
  };
297
316
 
298
317
 
299
318
  export type PageableOperation_1<T> = PageableOperation_1$instance<T>;
300
319
 
301
320
  export interface RequestConditions$instance extends MatchConditions {
302
- ifModifiedSince: Nullable<DateTimeOffset>;
303
- ifUnmodifiedSince: Nullable<DateTimeOffset>;
321
+ IfModifiedSince: Nullable<DateTimeOffset>;
322
+ IfUnmodifiedSince: Nullable<DateTimeOffset>;
304
323
  }
305
324
 
306
325
 
@@ -312,11 +331,11 @@ export const RequestConditions: {
312
331
  export type RequestConditions = RequestConditions$instance;
313
332
 
314
333
  export interface RequestContext$instance {
315
- cancellationToken: CancellationToken;
316
- errorOptions: ErrorOptions;
317
- addClassifier(statusCode: int, isError: boolean): void;
318
- addClassifier(classifier: ResponseClassificationHandler): void;
319
- addPolicy(policy: HttpPipelinePolicy, position: HttpPipelinePosition): void;
334
+ CancellationToken: CancellationToken;
335
+ ErrorOptions: ErrorOptions;
336
+ AddClassifier(statusCode: int, isError: boolean): void;
337
+ AddClassifier(classifier: ResponseClassificationHandler): void;
338
+ AddPolicy(policy: HttpPipelinePolicy, position: HttpPipelinePosition): void;
320
339
  }
321
340
 
322
341
 
@@ -328,10 +347,10 @@ export const RequestContext: {
328
347
  export type RequestContext = RequestContext$instance;
329
348
 
330
349
  export interface RequestFailedException$instance extends Exception {
331
- readonly errorCode: string | undefined;
332
- readonly status: int;
333
- getObjectData(info: SerializationInfo, context: StreamingContext): void;
334
- getRawResponse(): Response | undefined;
350
+ readonly ErrorCode: string | undefined;
351
+ readonly Status: int;
352
+ GetObjectData(info: SerializationInfo, context: StreamingContext): void;
353
+ GetRawResponse(): Response | undefined;
335
354
  }
336
355
 
337
356
 
@@ -344,50 +363,61 @@ export const RequestFailedException: {
344
363
  new(response: Response): RequestFailedException;
345
364
  new(response: Response, innerException: Exception): RequestFailedException;
346
365
  new(response: Response, innerException: Exception, detailsParser: RequestFailedDetailsParser): RequestFailedException;
366
+ new(info: SerializationInfo, context: StreamingContext): RequestFailedException;
347
367
  };
348
368
 
349
369
 
350
370
  export type RequestFailedException = RequestFailedException$instance;
351
371
 
352
- export interface Response$instance {
353
- clientRequestId: string;
354
- readonly content: BinaryData;
355
- get contentStream(): Stream | undefined;
356
- set contentStream(value: Stream);
357
- readonly headers: ResponseHeaders;
358
- readonly isError: boolean;
359
- readonly reasonPhrase: string;
360
- readonly status: int;
361
- dispose(): void;
362
- toString(): string;
372
+ export abstract class Response$protected {
373
+ protected abstract ContainsHeader(name: string): boolean;
374
+ protected abstract EnumerateHeaders(): IEnumerable__System_Collections_Generic<HttpHeader>;
375
+ protected abstract TryGetHeader(name: string, value: string): boolean;
376
+ protected abstract TryGetHeaderValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
377
+ }
378
+
379
+
380
+ export interface Response$instance extends Response$protected {
381
+ ClientRequestId: string;
382
+ readonly Content: BinaryData;
383
+ get ContentStream(): Stream | undefined;
384
+ set ContentStream(value: Stream);
385
+ readonly Headers: ResponseHeaders;
386
+ IsError: boolean;
387
+ readonly ReasonPhrase: string;
388
+ readonly Status: int;
389
+ Dispose(): void;
390
+ ToString(): string;
363
391
  }
364
392
 
365
393
 
366
394
  export const Response: {
367
- fromValue<T>(value: T, response: Response): Response_1<T>;
395
+ new(): Response;
396
+ FromValue<T>(value: T, response: Response): Response_1<T>;
368
397
  };
369
398
 
370
399
 
371
400
  export type Response = Response$instance;
372
401
 
373
402
  export interface Response_1$instance<T> extends NullableResponse_1<T> {
374
- readonly hasValue: boolean;
375
- readonly value: T;
376
- equals(obj: unknown): boolean;
377
- getHashCode(): int;
403
+ readonly HasValue: boolean;
404
+ readonly Value: T;
405
+ Equals(obj: unknown): boolean;
406
+ GetHashCode(): int;
378
407
  }
379
408
 
380
409
 
381
410
  export const Response_1: {
411
+ new<T>(): Response_1<T>;
382
412
  };
383
413
 
384
414
 
385
415
  export type Response_1<T> = Response_1$instance<T>;
386
416
 
387
417
  export interface ResponseError$instance {
388
- readonly code: string | undefined;
389
- readonly message: string | undefined;
390
- toString(): string;
418
+ readonly Code: string | undefined;
419
+ readonly Message: string | undefined;
420
+ ToString(): string;
391
421
  }
392
422
 
393
423
 
@@ -408,8 +438,8 @@ export type ResponseError = ResponseError$instance & __ResponseError$views;
408
438
 
409
439
 
410
440
  export interface SyncAsyncEventArgs$instance extends EventArgs {
411
- readonly cancellationToken: CancellationToken;
412
- readonly isRunningSynchronously: boolean;
441
+ readonly CancellationToken: CancellationToken;
442
+ readonly IsRunningSynchronously: boolean;
413
443
  }
414
444
 
415
445
 
@@ -421,11 +451,11 @@ export const SyncAsyncEventArgs: {
421
451
  export type SyncAsyncEventArgs = SyncAsyncEventArgs$instance;
422
452
 
423
453
  export abstract class AzureCoreExtensions$instance {
424
- static toDynamicFromJson(utf8Json: BinaryData, propertyNameFormat: JsonPropertyNames, dateTimeFormat?: string): unknown;
425
- static toDynamicFromJson(utf8Json: BinaryData): unknown;
426
- static toObject<T>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken): T | undefined;
427
- static toObjectAsync<T>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken): ValueTask<T>;
428
- static toObjectFromJson(data: BinaryData): unknown | undefined;
454
+ static ToDynamicFromJson(utf8Json: BinaryData, propertyNameFormat: JsonPropertyNames, dateTimeFormat?: string): unknown;
455
+ static ToDynamicFromJson(utf8Json: BinaryData): unknown;
456
+ static ToObject<T>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken): T | undefined;
457
+ static ToObjectAsync<T>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken): ValueTask<T>;
458
+ static ToObjectFromJson(data: BinaryData): unknown | undefined;
429
459
  }
430
460
 
431
461