@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
@@ -13,43 +13,48 @@ import * as System_Lib from "@tsonic/dotnet/System.js";
13
13
  import type { Boolean as ClrBoolean, DateTimeOffset, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System.js";
14
14
 
15
15
  export enum CloudEventDataFormat {
16
- binary = 0,
17
- json = 1
16
+ Binary = 0,
17
+ Json = 1
18
18
  }
19
19
 
20
20
 
21
21
  export interface CloudEvent$instance {
22
- get data(): BinaryData | undefined;
23
- set data(value: BinaryData);
24
- get dataContentType(): string | undefined;
25
- set dataContentType(value: string);
26
- get dataSchema(): string | undefined;
27
- set dataSchema(value: string);
28
- readonly extensionAttributes: IDictionary<System_Internal.String, unknown>;
29
- id: string;
30
- source: string;
31
- get subject(): string | undefined;
32
- set subject(value: string);
33
- time: Nullable<DateTimeOffset>;
34
- type: string;
22
+ get Data(): BinaryData | undefined;
23
+ set Data(value: BinaryData);
24
+ get DataContentType(): string | undefined;
25
+ set DataContentType(value: string);
26
+ get DataSchema(): string | undefined;
27
+ set DataSchema(value: string);
28
+ readonly ExtensionAttributes: IDictionary<System_Internal.String, unknown>;
29
+ Id: string;
30
+ Source: string;
31
+ get Subject(): string | undefined;
32
+ set Subject(value: string);
33
+ Time: Nullable<DateTimeOffset>;
34
+ Type: string;
35
35
  }
36
36
 
37
37
 
38
38
  export const CloudEvent: {
39
39
  new(source: string, type: string, jsonSerializableData: unknown, dataSerializationType: Type): CloudEvent;
40
40
  new(source: string, type: string, data: BinaryData, dataContentType: string, dataFormat: CloudEventDataFormat): CloudEvent;
41
- parse(json: BinaryData, skipValidation?: boolean): CloudEvent | undefined;
42
- parseMany(json: BinaryData, skipValidation?: boolean): CloudEvent[];
41
+ Parse(json: BinaryData, skipValidation?: boolean): CloudEvent | undefined;
42
+ ParseMany(json: BinaryData, skipValidation?: boolean): CloudEvent[];
43
43
  };
44
44
 
45
45
 
46
46
  export type CloudEvent = CloudEvent$instance;
47
47
 
48
- export interface MessageContent$instance {
49
- contentType: Nullable<ContentType>;
50
- get data(): BinaryData | undefined;
51
- set data(value: BinaryData);
52
- readonly isReadOnly: boolean;
48
+ export abstract class MessageContent$protected {
49
+ protected ContentTypeCore: Nullable<ContentType>;
50
+ }
51
+
52
+
53
+ export interface MessageContent$instance extends MessageContent$protected {
54
+ ContentType: Nullable<ContentType>;
55
+ get Data(): BinaryData | undefined;
56
+ set Data(value: BinaryData);
57
+ readonly IsReadOnly: boolean;
53
58
  }
54
59
 
55
60
 
package/Azure.d.ts CHANGED
@@ -8,7 +8,7 @@ import * as Internal from './Azure/internal/index.js';
8
8
  // Cross-namespace type imports for constraints
9
9
  import type { HttpPipeline, HttpPipelinePolicy } from './Azure.Core.Pipeline/internal/index.js';
10
10
  import type { JsonPropertyNames, ObjectSerializer } from './Azure.Core.Serialization/internal/index.js';
11
- import type { ClientOptions, DelayStrategy, HttpPipelinePosition, RehydrationToken, RequestFailedDetailsParser, ResponseClassificationHandler, ResponseHeaders } from './Azure.Core/internal/index.js';
11
+ import type { ClientOptions, DelayStrategy, HttpHeader, HttpPipelinePosition, RehydrationToken, RequestFailedDetailsParser, ResponseClassificationHandler, ResponseHeaders } from './Azure.Core/internal/index.js';
12
12
  import type { IJsonModel_1, IPersistableModel_1, ModelReaderWriterOptions } from './System.ClientModel.Primitives/internal/index.js';
13
13
  import type { ApiKeyCredential } from './System.ClientModel/internal/index.js';
14
14
  import type { BinaryData } from './System/internal/index.js';
@@ -1,12 +1,30 @@
1
1
  {
2
2
  "namespace": "Microsoft.Data",
3
+ "contributingAssemblies": [
4
+ "Microsoft.Data.SqlClient"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.OperationAbortedException",
6
9
  "clrName": "Microsoft.Data.OperationAbortedException",
7
- "tsEmitName": "OperationAbortedException",
8
10
  "assemblyName": "Microsoft.Data.SqlClient",
9
11
  "metadataToken": 0,
12
+ "kind": "Class",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": true,
16
+ "isStatic": false,
17
+ "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.SystemException",
20
+ "clrName": "System.SystemException"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
25
+ "clrName": "System.Runtime.Serialization.ISerializable"
26
+ }
27
+ ],
10
28
  "methods": [],
11
29
  "properties": [],
12
30
  "fields": [],
@@ -16,59 +34,48 @@
16
34
  {
17
35
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions",
18
36
  "clrName": "Microsoft.Data.SqlDbTypeExtensions",
19
- "tsEmitName": "SqlDbTypeExtensions",
20
37
  "assemblyName": "Microsoft.Data.SqlClient",
21
38
  "metadataToken": 0,
39
+ "kind": "StaticNamespace",
40
+ "accessibility": "Public",
41
+ "isAbstract": true,
42
+ "isSealed": true,
43
+ "isStatic": true,
44
+ "arity": 0,
45
+ "baseType": {
46
+ "stableId": "System.Private.CoreLib:System.Object",
47
+ "clrName": "System.Object"
48
+ },
22
49
  "methods": [],
23
50
  "properties": [],
24
51
  "fields": [
25
52
  {
26
53
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions::JsonSystem.Data.SqlDbType",
27
54
  "clrName": "Json",
28
- "tsEmitName": "json",
29
55
  "metadataToken": 67108870,
30
56
  "normalizedSignature": "Json|System.Data.SqlDbType|static=true|const=true",
31
57
  "isStatic": true,
32
58
  "isReadOnly": false,
59
+ "isLiteral": true,
60
+ "visibility": "Public",
33
61
  "declaringClrType": "Microsoft.Data.SqlDbTypeExtensions",
34
62
  "declaringAssemblyName": "Microsoft.Data.SqlClient"
35
63
  },
36
64
  {
37
65
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions::VectorSystem.Data.SqlDbType",
38
66
  "clrName": "Vector",
39
- "tsEmitName": "vector",
40
67
  "metadataToken": 67108871,
41
68
  "normalizedSignature": "Vector|System.Data.SqlDbType|static=true|const=true",
42
69
  "isStatic": true,
43
70
  "isReadOnly": false,
71
+ "isLiteral": true,
72
+ "visibility": "Public",
44
73
  "declaringClrType": "Microsoft.Data.SqlDbTypeExtensions",
45
74
  "declaringAssemblyName": "Microsoft.Data.SqlClient"
46
75
  }
47
76
  ],
48
77
  "events": [],
49
- "constructors": [],
50
- "exposedFields": [
51
- {
52
- "tsName": "json",
53
- "isStatic": true,
54
- "tsSignatureId": "Json|System.Data.SqlDbType|static=true|const=true",
55
- "target": {
56
- "declaringClrType": "Microsoft.Data.SqlDbTypeExtensions",
57
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
58
- "metadataToken": 67108870
59
- }
60
- },
61
- {
62
- "tsName": "vector",
63
- "isStatic": true,
64
- "tsSignatureId": "Vector|System.Data.SqlDbType|static=true|const=true",
65
- "target": {
66
- "declaringClrType": "Microsoft.Data.SqlDbTypeExtensions",
67
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
68
- "metadataToken": 67108871
69
- }
70
- }
71
- ]
78
+ "constructors": []
72
79
  }
73
80
  ]
74
81
  }
@@ -24,8 +24,8 @@ export const OperationAbortedException: {
24
24
  export type OperationAbortedException = OperationAbortedException$instance;
25
25
 
26
26
  export abstract class SqlDbTypeExtensions$instance {
27
- static readonly json: SqlDbType;
28
- static readonly vector: SqlDbType;
27
+ static readonly Json: SqlDbType;
28
+ static readonly Vector: SqlDbType;
29
29
  }
30
30
 
31
31
 
@@ -1,23 +1,41 @@
1
1
  {
2
2
  "namespace": "Microsoft.Data.Sql",
3
+ "contributingAssemblies": [
4
+ "Microsoft.Data.SqlClient"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlDataSourceEnumerator",
6
9
  "clrName": "Microsoft.Data.Sql.SqlDataSourceEnumerator",
7
- "tsEmitName": "SqlDataSourceEnumerator",
8
10
  "assemblyName": "Microsoft.Data.SqlClient",
9
11
  "metadataToken": 0,
12
+ "kind": "Class",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": true,
16
+ "isStatic": false,
17
+ "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Data.Common:System.Data.Common.DbDataSourceEnumerator",
20
+ "clrName": "System.Data.Common.DbDataSourceEnumerator"
21
+ },
10
22
  "methods": [
11
23
  {
12
24
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlDataSourceEnumerator::GetDataSources():System.Data.DataTable",
13
25
  "clrName": "GetDataSources",
14
- "tsEmitName": "getDataSources",
15
26
  "metadataToken": 100666073,
16
27
  "canonicalSignature": "():System.Data.DataTable",
17
28
  "normalizedSignature": "GetDataSources|():System.Data.DataTable|static=false",
18
29
  "emitScope": "ClassSurface",
30
+ "provenance": "Original",
19
31
  "arity": 0,
20
32
  "parameterCount": 0,
33
+ "isStatic": false,
34
+ "isAbstract": false,
35
+ "isVirtual": true,
36
+ "isOverride": true,
37
+ "isSealed": false,
38
+ "visibility": "Public",
21
39
  "declaringClrType": "Microsoft.Data.Sql.SqlDataSourceEnumerator",
22
40
  "declaringAssemblyName": "Microsoft.Data.SqlClient",
23
41
  "isExtensionMethod": false
@@ -27,14 +45,19 @@
27
45
  {
28
46
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlDataSourceEnumerator::Instance:Microsoft.Data.Sql.SqlDataSourceEnumerator",
29
47
  "clrName": "Instance",
30
- "tsEmitName": "instance",
31
48
  "metadataToken": 385877945,
32
49
  "canonicalSignature": ":Microsoft.Data.Sql.SqlDataSourceEnumerator",
33
50
  "normalizedSignature": "Instance|:Microsoft.Data.Sql.SqlDataSourceEnumerator|static=true|accessor=get",
34
51
  "emitScope": "ClassSurface",
52
+ "provenance": "Original",
35
53
  "isIndexer": false,
36
54
  "hasGetter": true,
37
55
  "hasSetter": false,
56
+ "isStatic": true,
57
+ "isAbstract": false,
58
+ "isVirtual": false,
59
+ "isOverride": false,
60
+ "visibility": "Public",
38
61
  "declaringClrType": "Microsoft.Data.Sql.SqlDataSourceEnumerator",
39
62
  "declaringAssemblyName": "Microsoft.Data.SqlClient"
40
63
  }
@@ -49,93 +72,83 @@
49
72
  "normalizedSignature": "constructor|():void|static=false",
50
73
  "isStatic": false,
51
74
  "parameterCount": 0,
75
+ "visibility": "Public",
52
76
  "declaringClrType": "Microsoft.Data.Sql.SqlDataSourceEnumerator",
53
77
  "declaringAssemblyName": "Microsoft.Data.SqlClient"
54
78
  }
55
- ],
56
- "exposedMethods": [
57
- {
58
- "tsName": "getDataSources",
59
- "isStatic": false,
60
- "tsSignatureId": "GetDataSources|():System.Data.DataTable|static=false",
61
- "target": {
62
- "declaringClrType": "Microsoft.Data.Sql.SqlDataSourceEnumerator",
63
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
64
- "metadataToken": 100666073
65
- }
66
- }
67
- ],
68
- "exposedProperties": [
69
- {
70
- "tsName": "instance",
71
- "isStatic": true,
72
- "tsSignatureId": "Instance|:Microsoft.Data.Sql.SqlDataSourceEnumerator|static=true|accessor=get",
73
- "target": {
74
- "declaringClrType": "Microsoft.Data.Sql.SqlDataSourceEnumerator",
75
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
76
- "metadataToken": 385877945
77
- }
78
- }
79
- ],
80
- "exposedConstructors": [
81
- {
82
- "isStatic": false,
83
- "tsSignatureId": "constructor|():void|static=false",
84
- "target": {
85
- "declaringClrType": "Microsoft.Data.Sql.SqlDataSourceEnumerator",
86
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
87
- "metadataToken": 100666071
88
- }
89
- }
90
79
  ]
91
80
  },
92
81
  {
93
82
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlNotificationRequest",
94
83
  "clrName": "Microsoft.Data.Sql.SqlNotificationRequest",
95
- "tsEmitName": "SqlNotificationRequest",
96
84
  "assemblyName": "Microsoft.Data.SqlClient",
97
85
  "metadataToken": 0,
86
+ "kind": "Class",
87
+ "accessibility": "Public",
88
+ "isAbstract": false,
89
+ "isSealed": true,
90
+ "isStatic": false,
91
+ "arity": 0,
92
+ "baseType": {
93
+ "stableId": "System.Private.CoreLib:System.Object",
94
+ "clrName": "System.Object"
95
+ },
98
96
  "methods": [],
99
97
  "properties": [
100
98
  {
101
99
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlNotificationRequest::Options:System.String",
102
100
  "clrName": "Options",
103
- "tsEmitName": "options",
104
101
  "metadataToken": 385877946,
105
102
  "canonicalSignature": ":System.String",
106
103
  "normalizedSignature": "Options|:System.String|static=false|accessor=getset",
107
104
  "emitScope": "ClassSurface",
105
+ "provenance": "Original",
108
106
  "isIndexer": false,
109
107
  "hasGetter": true,
110
108
  "hasSetter": true,
109
+ "isStatic": false,
110
+ "isAbstract": false,
111
+ "isVirtual": false,
112
+ "isOverride": false,
113
+ "visibility": "Public",
111
114
  "declaringClrType": "Microsoft.Data.Sql.SqlNotificationRequest",
112
115
  "declaringAssemblyName": "Microsoft.Data.SqlClient"
113
116
  },
114
117
  {
115
118
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlNotificationRequest::Timeout:System.Int32",
116
119
  "clrName": "Timeout",
117
- "tsEmitName": "timeout",
118
120
  "metadataToken": 385877947,
119
121
  "canonicalSignature": ":System.Int32",
120
122
  "normalizedSignature": "Timeout|:System.Int32|static=false|accessor=getset",
121
123
  "emitScope": "ClassSurface",
124
+ "provenance": "Original",
122
125
  "isIndexer": false,
123
126
  "hasGetter": true,
124
127
  "hasSetter": true,
128
+ "isStatic": false,
129
+ "isAbstract": false,
130
+ "isVirtual": false,
131
+ "isOverride": false,
132
+ "visibility": "Public",
125
133
  "declaringClrType": "Microsoft.Data.Sql.SqlNotificationRequest",
126
134
  "declaringAssemblyName": "Microsoft.Data.SqlClient"
127
135
  },
128
136
  {
129
137
  "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.Sql.SqlNotificationRequest::UserData:System.String",
130
138
  "clrName": "UserData",
131
- "tsEmitName": "userData",
132
139
  "metadataToken": 385877948,
133
140
  "canonicalSignature": ":System.String",
134
141
  "normalizedSignature": "UserData|:System.String|static=false|accessor=getset",
135
142
  "emitScope": "ClassSurface",
143
+ "provenance": "Original",
136
144
  "isIndexer": false,
137
145
  "hasGetter": true,
138
146
  "hasSetter": true,
147
+ "isStatic": false,
148
+ "isAbstract": false,
149
+ "isVirtual": false,
150
+ "isOverride": false,
151
+ "visibility": "Public",
139
152
  "declaringClrType": "Microsoft.Data.Sql.SqlNotificationRequest",
140
153
  "declaringAssemblyName": "Microsoft.Data.SqlClient"
141
154
  }
@@ -150,6 +163,7 @@
150
163
  "normalizedSignature": "constructor|():void|static=false",
151
164
  "isStatic": false,
152
165
  "parameterCount": 0,
166
+ "visibility": "Public",
153
167
  "declaringClrType": "Microsoft.Data.Sql.SqlNotificationRequest",
154
168
  "declaringAssemblyName": "Microsoft.Data.SqlClient"
155
169
  },
@@ -160,61 +174,10 @@
160
174
  "normalizedSignature": "constructor|(System.String,System.String,System.Int32):void|static=false",
161
175
  "isStatic": false,
162
176
  "parameterCount": 3,
177
+ "visibility": "Public",
163
178
  "declaringClrType": "Microsoft.Data.Sql.SqlNotificationRequest",
164
179
  "declaringAssemblyName": "Microsoft.Data.SqlClient"
165
180
  }
166
- ],
167
- "exposedProperties": [
168
- {
169
- "tsName": "options",
170
- "isStatic": false,
171
- "tsSignatureId": "Options|:System.String|static=false|accessor=getset",
172
- "target": {
173
- "declaringClrType": "Microsoft.Data.Sql.SqlNotificationRequest",
174
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
175
- "metadataToken": 385877946
176
- }
177
- },
178
- {
179
- "tsName": "timeout",
180
- "isStatic": false,
181
- "tsSignatureId": "Timeout|:System.Int32|static=false|accessor=getset",
182
- "target": {
183
- "declaringClrType": "Microsoft.Data.Sql.SqlNotificationRequest",
184
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
185
- "metadataToken": 385877947
186
- }
187
- },
188
- {
189
- "tsName": "userData",
190
- "isStatic": false,
191
- "tsSignatureId": "UserData|:System.String|static=false|accessor=getset",
192
- "target": {
193
- "declaringClrType": "Microsoft.Data.Sql.SqlNotificationRequest",
194
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
195
- "metadataToken": 385877948
196
- }
197
- }
198
- ],
199
- "exposedConstructors": [
200
- {
201
- "isStatic": false,
202
- "tsSignatureId": "constructor|():void|static=false",
203
- "target": {
204
- "declaringClrType": "Microsoft.Data.Sql.SqlNotificationRequest",
205
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
206
- "metadataToken": 100666074
207
- }
208
- },
209
- {
210
- "isStatic": false,
211
- "tsSignatureId": "constructor|(System.String,System.String,System.Int32):void|static=false",
212
- "target": {
213
- "declaringClrType": "Microsoft.Data.Sql.SqlNotificationRequest",
214
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
215
- "metadataToken": 100666075
216
- }
217
- }
218
181
  ]
219
182
  }
220
183
  ]
@@ -13,22 +13,22 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
13
13
  import type { Int32, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
14
14
 
15
15
  export interface SqlDataSourceEnumerator$instance extends DbDataSourceEnumerator {
16
- getDataSources(): DataTable;
16
+ GetDataSources(): DataTable;
17
17
  }
18
18
 
19
19
 
20
20
  export const SqlDataSourceEnumerator: {
21
21
  new(): SqlDataSourceEnumerator;
22
- readonly instance: SqlDataSourceEnumerator;
22
+ readonly Instance: SqlDataSourceEnumerator;
23
23
  };
24
24
 
25
25
 
26
26
  export type SqlDataSourceEnumerator = SqlDataSourceEnumerator$instance;
27
27
 
28
28
  export interface SqlNotificationRequest$instance {
29
- options: string;
30
- timeout: int;
31
- userData: string;
29
+ Options: string;
30
+ Timeout: int;
31
+ UserData: string;
32
32
  }
33
33
 
34
34