@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
@@ -1,23 +1,37 @@
1
1
  {
2
2
  "namespace": "Azure.Core.Cryptography",
3
+ "contributingAssemblies": [
4
+ "Azure.Core"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Azure.Core:Azure.Core.Cryptography.IKeyEncryptionKey",
6
9
  "clrName": "Azure.Core.Cryptography.IKeyEncryptionKey",
7
- "tsEmitName": "IKeyEncryptionKey",
8
10
  "assemblyName": "Azure.Core",
9
11
  "metadataToken": 0,
12
+ "kind": "Interface",
13
+ "accessibility": "Public",
14
+ "isAbstract": true,
15
+ "isSealed": false,
16
+ "isStatic": false,
17
+ "arity": 0,
10
18
  "methods": [
11
19
  {
12
20
  "stableId": "Azure.Core:Azure.Core.Cryptography.IKeyEncryptionKey::WrapKey(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Byte[]",
13
21
  "clrName": "WrapKey",
14
- "tsEmitName": "wrapKey",
15
22
  "metadataToken": 100665129,
16
23
  "canonicalSignature": "(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Byte[]",
17
24
  "normalizedSignature": "WrapKey|(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Byte[]|static=false",
18
25
  "emitScope": "ClassSurface",
26
+ "provenance": "Original",
19
27
  "arity": 0,
20
28
  "parameterCount": 3,
29
+ "isStatic": false,
30
+ "isAbstract": true,
31
+ "isVirtual": true,
32
+ "isOverride": false,
33
+ "isSealed": false,
34
+ "visibility": "Public",
21
35
  "declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKey",
22
36
  "declaringAssemblyName": "Azure.Core",
23
37
  "isExtensionMethod": false
@@ -25,13 +39,19 @@
25
39
  {
26
40
  "stableId": "Azure.Core:Azure.Core.Cryptography.IKeyEncryptionKey::WrapKeyAsync(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
27
41
  "clrName": "WrapKeyAsync",
28
- "tsEmitName": "wrapKeyAsync",
29
42
  "metadataToken": 100665130,
30
43
  "canonicalSignature": "(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
31
44
  "normalizedSignature": "WrapKeyAsync|(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
32
45
  "emitScope": "ClassSurface",
46
+ "provenance": "Original",
33
47
  "arity": 0,
34
48
  "parameterCount": 3,
49
+ "isStatic": false,
50
+ "isAbstract": true,
51
+ "isVirtual": true,
52
+ "isOverride": false,
53
+ "isSealed": false,
54
+ "visibility": "Public",
35
55
  "declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKey",
36
56
  "declaringAssemblyName": "Azure.Core",
37
57
  "isExtensionMethod": false
@@ -41,73 +61,55 @@
41
61
  {
42
62
  "stableId": "Azure.Core:Azure.Core.Cryptography.IKeyEncryptionKey::KeyId:System.String",
43
63
  "clrName": "KeyId",
44
- "tsEmitName": "keyId",
45
64
  "metadataToken": 385876399,
46
65
  "canonicalSignature": ":System.String",
47
66
  "normalizedSignature": "KeyId|:System.String|static=false|accessor=get",
48
67
  "emitScope": "ClassSurface",
68
+ "provenance": "Original",
49
69
  "isIndexer": false,
50
70
  "hasGetter": true,
51
71
  "hasSetter": false,
72
+ "isStatic": false,
73
+ "isAbstract": true,
74
+ "isVirtual": true,
75
+ "isOverride": false,
76
+ "visibility": "Public",
52
77
  "declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKey",
53
78
  "declaringAssemblyName": "Azure.Core"
54
79
  }
55
80
  ],
56
81
  "fields": [],
57
82
  "events": [],
58
- "constructors": [],
59
- "exposedMethods": [
60
- {
61
- "tsName": "wrapKey",
62
- "isStatic": false,
63
- "tsSignatureId": "WrapKey|(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Byte[]|static=false",
64
- "target": {
65
- "declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKey",
66
- "declaringAssemblyName": "Azure.Core",
67
- "metadataToken": 100665129
68
- }
69
- },
70
- {
71
- "tsName": "wrapKeyAsync",
72
- "isStatic": false,
73
- "tsSignatureId": "WrapKeyAsync|(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
74
- "target": {
75
- "declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKey",
76
- "declaringAssemblyName": "Azure.Core",
77
- "metadataToken": 100665130
78
- }
79
- }
80
- ],
81
- "exposedProperties": [
82
- {
83
- "tsName": "keyId",
84
- "isStatic": false,
85
- "tsSignatureId": "KeyId|:System.String|static=false|accessor=get",
86
- "target": {
87
- "declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKey",
88
- "declaringAssemblyName": "Azure.Core",
89
- "metadataToken": 385876399
90
- }
91
- }
92
- ]
83
+ "constructors": []
93
84
  },
94
85
  {
95
86
  "stableId": "Azure.Core:Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
96
87
  "clrName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
97
- "tsEmitName": "IKeyEncryptionKeyResolver",
98
88
  "assemblyName": "Azure.Core",
99
89
  "metadataToken": 0,
90
+ "kind": "Interface",
91
+ "accessibility": "Public",
92
+ "isAbstract": true,
93
+ "isSealed": false,
94
+ "isStatic": false,
95
+ "arity": 0,
100
96
  "methods": [
101
97
  {
102
98
  "stableId": "Azure.Core:Azure.Core.Cryptography.IKeyEncryptionKeyResolver::Resolve(System.String,System.Threading.CancellationToken):Azure.Core.Cryptography.IKeyEncryptionKey",
103
99
  "clrName": "Resolve",
104
- "tsEmitName": "resolve",
105
100
  "metadataToken": 100665133,
106
101
  "canonicalSignature": "(System.String,System.Threading.CancellationToken):Azure.Core.Cryptography.IKeyEncryptionKey",
107
102
  "normalizedSignature": "Resolve|(System.String,System.Threading.CancellationToken):Azure.Core.Cryptography.IKeyEncryptionKey|static=false",
108
103
  "emitScope": "ClassSurface",
104
+ "provenance": "Original",
109
105
  "arity": 0,
110
106
  "parameterCount": 2,
107
+ "isStatic": false,
108
+ "isAbstract": true,
109
+ "isVirtual": true,
110
+ "isOverride": false,
111
+ "isSealed": false,
112
+ "visibility": "Public",
111
113
  "declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
112
114
  "declaringAssemblyName": "Azure.Core",
113
115
  "isExtensionMethod": false
@@ -115,13 +117,19 @@
115
117
  {
116
118
  "stableId": "Azure.Core:Azure.Core.Cryptography.IKeyEncryptionKeyResolver::ResolveAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Azure.Core.Cryptography.IKeyEncryptionKey,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
117
119
  "clrName": "ResolveAsync",
118
- "tsEmitName": "resolveAsync",
119
120
  "metadataToken": 100665134,
120
121
  "canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Azure.Core.Cryptography.IKeyEncryptionKey,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
121
122
  "normalizedSignature": "ResolveAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Azure.Core.Cryptography.IKeyEncryptionKey,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
122
123
  "emitScope": "ClassSurface",
124
+ "provenance": "Original",
123
125
  "arity": 0,
124
126
  "parameterCount": 2,
127
+ "isStatic": false,
128
+ "isAbstract": true,
129
+ "isVirtual": true,
130
+ "isOverride": false,
131
+ "isSealed": false,
132
+ "visibility": "Public",
125
133
  "declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
126
134
  "declaringAssemblyName": "Azure.Core",
127
135
  "isExtensionMethod": false
@@ -130,29 +138,7 @@
130
138
  "properties": [],
131
139
  "fields": [],
132
140
  "events": [],
133
- "constructors": [],
134
- "exposedMethods": [
135
- {
136
- "tsName": "resolve",
137
- "isStatic": false,
138
- "tsSignatureId": "Resolve|(System.String,System.Threading.CancellationToken):Azure.Core.Cryptography.IKeyEncryptionKey|static=false",
139
- "target": {
140
- "declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
141
- "declaringAssemblyName": "Azure.Core",
142
- "metadataToken": 100665133
143
- }
144
- },
145
- {
146
- "tsName": "resolveAsync",
147
- "isStatic": false,
148
- "tsSignatureId": "ResolveAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Azure.Core.Cryptography.IKeyEncryptionKey,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
149
- "target": {
150
- "declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
151
- "declaringAssemblyName": "Azure.Core",
152
- "metadataToken": 100665134
153
- }
154
- }
155
- ]
141
+ "constructors": []
156
142
  }
157
143
  ]
158
144
  }
@@ -12,17 +12,17 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
12
12
  import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
13
13
 
14
14
  export interface IKeyEncryptionKey$instance {
15
- readonly keyId: string;
16
- wrapKey(algorithm: string, key: ReadOnlyMemory<System_Internal.Byte>, cancellationToken?: CancellationToken): byte[];
17
- wrapKeyAsync(algorithm: string, key: ReadOnlyMemory<System_Internal.Byte>, cancellationToken?: CancellationToken): Task<byte[]>;
15
+ readonly KeyId: string;
16
+ WrapKey(algorithm: string, key: ReadOnlyMemory<System_Internal.Byte>, cancellationToken?: CancellationToken): byte[];
17
+ WrapKeyAsync(algorithm: string, key: ReadOnlyMemory<System_Internal.Byte>, cancellationToken?: CancellationToken): Task<byte[]>;
18
18
  }
19
19
 
20
20
 
21
21
  export type IKeyEncryptionKey = IKeyEncryptionKey$instance;
22
22
 
23
23
  export interface IKeyEncryptionKeyResolver$instance {
24
- resolve(keyId: string, cancellationToken?: CancellationToken): IKeyEncryptionKey;
25
- resolveAsync(keyId: string, cancellationToken?: CancellationToken): Task<IKeyEncryptionKey>;
24
+ Resolve(keyId: string, cancellationToken?: CancellationToken): IKeyEncryptionKey;
25
+ ResolveAsync(keyId: string, cancellationToken?: CancellationToken): Task<IKeyEncryptionKey>;
26
26
  }
27
27
 
28
28
 
@@ -1,23 +1,87 @@
1
1
  {
2
2
  "namespace": "Azure.Core.Diagnostics",
3
+ "contributingAssemblies": [
4
+ "Azure.Core"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Azure.Core:Azure.Core.Diagnostics.AzureEventSourceListener",
6
9
  "clrName": "Azure.Core.Diagnostics.AzureEventSourceListener",
7
- "tsEmitName": "AzureEventSourceListener",
8
10
  "assemblyName": "Azure.Core",
9
11
  "metadataToken": 0,
12
+ "kind": "Class",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": false,
16
+ "isStatic": false,
17
+ "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener",
20
+ "clrName": "System.Diagnostics.Tracing.EventListener"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "System.Private.CoreLib:System.IDisposable",
25
+ "clrName": "System.IDisposable"
26
+ }
27
+ ],
10
28
  "methods": [
29
+ {
30
+ "stableId": "Azure.Core:Azure.Core.Diagnostics.AzureEventSourceListener::OnEventSourceCreated(System.Diagnostics.Tracing.EventSource):System.Void",
31
+ "clrName": "OnEventSourceCreated",
32
+ "metadataToken": 100665121,
33
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventSource):System.Void",
34
+ "normalizedSignature": "OnEventSourceCreated|(System.Diagnostics.Tracing.EventSource):System.Void|static=false",
35
+ "emitScope": "ClassSurface",
36
+ "provenance": "Original",
37
+ "arity": 0,
38
+ "parameterCount": 1,
39
+ "isStatic": false,
40
+ "isAbstract": false,
41
+ "isVirtual": true,
42
+ "isOverride": true,
43
+ "isSealed": true,
44
+ "visibility": "Protected",
45
+ "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
46
+ "declaringAssemblyName": "Azure.Core",
47
+ "isExtensionMethod": false
48
+ },
49
+ {
50
+ "stableId": "Azure.Core:Azure.Core.Diagnostics.AzureEventSourceListener::OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void",
51
+ "clrName": "OnEventWritten",
52
+ "metadataToken": 100665122,
53
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void",
54
+ "normalizedSignature": "OnEventWritten|(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void|static=false",
55
+ "emitScope": "ClassSurface",
56
+ "provenance": "Original",
57
+ "arity": 0,
58
+ "parameterCount": 1,
59
+ "isStatic": false,
60
+ "isAbstract": false,
61
+ "isVirtual": true,
62
+ "isOverride": true,
63
+ "isSealed": true,
64
+ "visibility": "Protected",
65
+ "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
66
+ "declaringAssemblyName": "Azure.Core",
67
+ "isExtensionMethod": false
68
+ },
11
69
  {
12
70
  "stableId": "Azure.Core:Azure.Core.Diagnostics.AzureEventSourceListener::CreateConsoleLogger(System.Diagnostics.Tracing.EventLevel):Azure.Core.Diagnostics.AzureEventSourceListener",
13
71
  "clrName": "CreateConsoleLogger",
14
- "tsEmitName": "createConsoleLogger",
15
72
  "metadataToken": 100665123,
16
73
  "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel):Azure.Core.Diagnostics.AzureEventSourceListener",
17
74
  "normalizedSignature": "CreateConsoleLogger|(System.Diagnostics.Tracing.EventLevel):Azure.Core.Diagnostics.AzureEventSourceListener|static=true",
18
75
  "emitScope": "ClassSurface",
76
+ "provenance": "Original",
19
77
  "arity": 0,
20
78
  "parameterCount": 1,
79
+ "isStatic": true,
80
+ "isAbstract": false,
81
+ "isVirtual": false,
82
+ "isOverride": false,
83
+ "isSealed": false,
84
+ "visibility": "Public",
21
85
  "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
22
86
  "declaringAssemblyName": "Azure.Core",
23
87
  "isExtensionMethod": false
@@ -25,13 +89,19 @@
25
89
  {
26
90
  "stableId": "Azure.Core:Azure.Core.Diagnostics.AzureEventSourceListener::CreateTraceLogger(System.Diagnostics.Tracing.EventLevel):Azure.Core.Diagnostics.AzureEventSourceListener",
27
91
  "clrName": "CreateTraceLogger",
28
- "tsEmitName": "createTraceLogger",
29
92
  "metadataToken": 100665124,
30
93
  "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel):Azure.Core.Diagnostics.AzureEventSourceListener",
31
94
  "normalizedSignature": "CreateTraceLogger|(System.Diagnostics.Tracing.EventLevel):Azure.Core.Diagnostics.AzureEventSourceListener|static=true",
32
95
  "emitScope": "ClassSurface",
96
+ "provenance": "Original",
33
97
  "arity": 0,
34
98
  "parameterCount": 1,
99
+ "isStatic": true,
100
+ "isAbstract": false,
101
+ "isVirtual": false,
102
+ "isOverride": false,
103
+ "isSealed": false,
104
+ "visibility": "Public",
35
105
  "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
36
106
  "declaringAssemblyName": "Azure.Core",
37
107
  "isExtensionMethod": false
@@ -42,22 +112,24 @@
42
112
  {
43
113
  "stableId": "Azure.Core:Azure.Core.Diagnostics.AzureEventSourceListener::TraitNameSystem.String",
44
114
  "clrName": "TraitName",
45
- "tsEmitName": "traitName",
46
115
  "metadataToken": 67109556,
47
116
  "normalizedSignature": "TraitName|System.String|static=true|const=true",
48
117
  "isStatic": true,
49
118
  "isReadOnly": false,
119
+ "isLiteral": true,
120
+ "visibility": "Public",
50
121
  "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
51
122
  "declaringAssemblyName": "Azure.Core"
52
123
  },
53
124
  {
54
125
  "stableId": "Azure.Core:Azure.Core.Diagnostics.AzureEventSourceListener::TraitValueSystem.String",
55
126
  "clrName": "TraitValue",
56
- "tsEmitName": "traitValue",
57
127
  "metadataToken": 67109557,
58
128
  "normalizedSignature": "TraitValue|System.String|static=true|const=true",
59
129
  "isStatic": true,
60
130
  "isReadOnly": false,
131
+ "isLiteral": true,
132
+ "visibility": "Public",
61
133
  "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
62
134
  "declaringAssemblyName": "Azure.Core"
63
135
  }
@@ -71,6 +143,7 @@
71
143
  "normalizedSignature": "constructor|(System.Action_1[[System.Diagnostics.Tracing.EventWrittenEventArgs,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Diagnostics.Tracing.EventLevel):void|static=false",
72
144
  "isStatic": false,
73
145
  "parameterCount": 2,
146
+ "visibility": "Public",
74
147
  "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
75
148
  "declaringAssemblyName": "Azure.Core"
76
149
  },
@@ -81,73 +154,10 @@
81
154
  "normalizedSignature": "constructor|(System.Action_2[[System.Diagnostics.Tracing.EventWrittenEventArgs,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Diagnostics.Tracing.EventLevel):void|static=false",
82
155
  "isStatic": false,
83
156
  "parameterCount": 2,
157
+ "visibility": "Public",
84
158
  "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
85
159
  "declaringAssemblyName": "Azure.Core"
86
160
  }
87
- ],
88
- "exposedMethods": [
89
- {
90
- "tsName": "createConsoleLogger",
91
- "isStatic": true,
92
- "tsSignatureId": "CreateConsoleLogger|(System.Diagnostics.Tracing.EventLevel):Azure.Core.Diagnostics.AzureEventSourceListener|static=true",
93
- "target": {
94
- "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
95
- "declaringAssemblyName": "Azure.Core",
96
- "metadataToken": 100665123
97
- }
98
- },
99
- {
100
- "tsName": "createTraceLogger",
101
- "isStatic": true,
102
- "tsSignatureId": "CreateTraceLogger|(System.Diagnostics.Tracing.EventLevel):Azure.Core.Diagnostics.AzureEventSourceListener|static=true",
103
- "target": {
104
- "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
105
- "declaringAssemblyName": "Azure.Core",
106
- "metadataToken": 100665124
107
- }
108
- }
109
- ],
110
- "exposedFields": [
111
- {
112
- "tsName": "traitName",
113
- "isStatic": true,
114
- "tsSignatureId": "TraitName|System.String|static=true|const=true",
115
- "target": {
116
- "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
117
- "declaringAssemblyName": "Azure.Core",
118
- "metadataToken": 67109556
119
- }
120
- },
121
- {
122
- "tsName": "traitValue",
123
- "isStatic": true,
124
- "tsSignatureId": "TraitValue|System.String|static=true|const=true",
125
- "target": {
126
- "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
127
- "declaringAssemblyName": "Azure.Core",
128
- "metadataToken": 67109557
129
- }
130
- }
131
- ],
132
- "exposedConstructors": [
133
- {
134
- "isStatic": false,
135
- "tsSignatureId": "constructor|(System.Action_1[[System.Diagnostics.Tracing.EventWrittenEventArgs,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Diagnostics.Tracing.EventLevel):void|static=false",
136
- "target": {
137
- "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
138
- "declaringAssemblyName": "Azure.Core",
139
- "metadataToken": 100665119
140
- }
141
- },
142
- {
143
- "isStatic": false,
144
- "tsSignatureId": "constructor|(System.Action_2[[System.Diagnostics.Tracing.EventWrittenEventArgs,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Diagnostics.Tracing.EventLevel):void|static=false",
145
- "target": {
146
- "declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
147
- "declaringAssemblyName": "Azure.Core",
148
- "metadataToken": 100665120
149
- }
150
- }
151
161
  ]
152
162
  }
153
163
  ]
@@ -7,21 +7,27 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import * as System_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
10
- import type { EventLevel, EventListener, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
10
+ import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
11
11
  import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Action, IDisposable, String as ClrString } from "@tsonic/dotnet/System.js";
12
+ import type { Action, IDisposable, String as ClrString, Void } from "@tsonic/dotnet/System.js";
13
13
 
14
- export interface AzureEventSourceListener$instance extends EventListener {
14
+ export abstract class AzureEventSourceListener$protected {
15
+ protected OnEventSourceCreated(eventSource: EventSource): void;
16
+ protected OnEventWritten(eventData: EventWrittenEventArgs): void;
17
+ }
18
+
19
+
20
+ export interface AzureEventSourceListener$instance extends AzureEventSourceListener$protected, EventListener {
15
21
  }
16
22
 
17
23
 
18
24
  export const AzureEventSourceListener: {
19
25
  new(log: Action<EventWrittenEventArgs>, level: EventLevel): AzureEventSourceListener;
20
26
  new(log: Action<EventWrittenEventArgs, System_Internal.String>, level: EventLevel): AzureEventSourceListener;
21
- readonly traitName: string;
22
- readonly traitValue: string;
23
- createConsoleLogger(level?: EventLevel): AzureEventSourceListener;
24
- createTraceLogger(level?: EventLevel): AzureEventSourceListener;
27
+ readonly TraitName: string;
28
+ readonly TraitValue: string;
29
+ CreateConsoleLogger(level?: EventLevel): AzureEventSourceListener;
30
+ CreateTraceLogger(level?: EventLevel): AzureEventSourceListener;
25
31
  };
26
32
 
27
33
 
@@ -6,8 +6,8 @@
6
6
  import * as Internal from './Azure.Core.Diagnostics/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { EventLevel, EventListener, EventWrittenEventArgs } from '@tsonic/dotnet/System.Diagnostics.Tracing.js';
10
- import type { Action, IDisposable, String as ClrString } from '@tsonic/dotnet/System.js';
9
+ import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from '@tsonic/dotnet/System.Diagnostics.Tracing.js';
10
+ import type { Action, IDisposable, String as ClrString, Void } from '@tsonic/dotnet/System.js';
11
11
 
12
12
  // Public API exports (curated - no internal $instance/$views leakage)
13
13
  export { AzureEventSourceListener as AzureEventSourceListener } from './Azure.Core.Diagnostics/internal/index.js';