@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,41 @@
1
1
  {
2
2
  "namespace": "System.ClientModel",
3
+ "contributingAssemblies": [
4
+ "System.ClientModel"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "System.ClientModel:System.ClientModel.ApiKeyCredential",
6
9
  "clrName": "System.ClientModel.ApiKeyCredential",
7
- "tsEmitName": "ApiKeyCredential",
8
10
  "assemblyName": "System.ClientModel",
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.Object",
20
+ "clrName": "System.Object"
21
+ },
10
22
  "methods": [
11
23
  {
12
24
  "stableId": "System.ClientModel:System.ClientModel.ApiKeyCredential::Deconstruct(System.String\u0026):System.Void",
13
25
  "clrName": "Deconstruct",
14
- "tsEmitName": "deconstruct",
15
26
  "metadataToken": 100663303,
16
27
  "canonicalSignature": "(System.String\u0026):System.Void",
17
28
  "normalizedSignature": "Deconstruct|(System.String\u0026):System.Void|static=false",
18
29
  "emitScope": "ClassSurface",
30
+ "provenance": "Original",
19
31
  "arity": 0,
20
32
  "parameterCount": 1,
33
+ "isStatic": false,
34
+ "isAbstract": false,
35
+ "isVirtual": false,
36
+ "isOverride": false,
37
+ "isSealed": false,
38
+ "visibility": "Public",
21
39
  "declaringClrType": "System.ClientModel.ApiKeyCredential",
22
40
  "declaringAssemblyName": "System.ClientModel",
23
41
  "isExtensionMethod": false,
@@ -31,13 +49,19 @@
31
49
  {
32
50
  "stableId": "System.ClientModel:System.ClientModel.ApiKeyCredential::Update(System.String):System.Void",
33
51
  "clrName": "Update",
34
- "tsEmitName": "update",
35
52
  "metadataToken": 100663304,
36
53
  "canonicalSignature": "(System.String):System.Void",
37
54
  "normalizedSignature": "Update|(System.String):System.Void|static=false",
38
55
  "emitScope": "ClassSurface",
56
+ "provenance": "Original",
39
57
  "arity": 0,
40
58
  "parameterCount": 1,
59
+ "isStatic": false,
60
+ "isAbstract": false,
61
+ "isVirtual": false,
62
+ "isOverride": false,
63
+ "isSealed": false,
64
+ "visibility": "Public",
41
65
  "declaringClrType": "System.ClientModel.ApiKeyCredential",
42
66
  "declaringAssemblyName": "System.ClientModel",
43
67
  "isExtensionMethod": false
@@ -54,61 +78,76 @@
54
78
  "normalizedSignature": "constructor|(System.String):void|static=false",
55
79
  "isStatic": false,
56
80
  "parameterCount": 1,
81
+ "visibility": "Public",
57
82
  "declaringClrType": "System.ClientModel.ApiKeyCredential",
58
83
  "declaringAssemblyName": "System.ClientModel"
59
84
  }
60
- ],
61
- "exposedMethods": [
62
- {
63
- "tsName": "deconstruct",
64
- "isStatic": false,
65
- "tsSignatureId": "Deconstruct|(System.String\u0026):System.Void|static=false",
66
- "target": {
67
- "declaringClrType": "System.ClientModel.ApiKeyCredential",
68
- "declaringAssemblyName": "System.ClientModel",
69
- "metadataToken": 100663303
70
- }
71
- },
72
- {
73
- "tsName": "update",
74
- "isStatic": false,
75
- "tsSignatureId": "Update|(System.String):System.Void|static=false",
76
- "target": {
77
- "declaringClrType": "System.ClientModel.ApiKeyCredential",
78
- "declaringAssemblyName": "System.ClientModel",
79
- "metadataToken": 100663304
80
- }
81
- }
82
- ],
83
- "exposedConstructors": [
84
- {
85
- "isStatic": false,
86
- "tsSignatureId": "constructor|(System.String):void|static=false",
87
- "target": {
88
- "declaringClrType": "System.ClientModel.ApiKeyCredential",
89
- "declaringAssemblyName": "System.ClientModel",
90
- "metadataToken": 100663302
91
- }
92
- }
93
85
  ]
94
86
  },
95
87
  {
96
88
  "stableId": "System.ClientModel:System.ClientModel.AsyncCollectionResult\u00601",
97
89
  "clrName": "System.ClientModel.AsyncCollectionResult\u00601",
98
- "tsEmitName": "AsyncCollectionResult_1",
99
90
  "assemblyName": "System.ClientModel",
100
91
  "metadataToken": 0,
92
+ "kind": "Class",
93
+ "accessibility": "Public",
94
+ "isAbstract": true,
95
+ "isSealed": false,
96
+ "isStatic": false,
97
+ "arity": 1,
98
+ "baseType": {
99
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.AsyncCollectionResult",
100
+ "clrName": "System.ClientModel.Primitives.AsyncCollectionResult"
101
+ },
102
+ "interfaces": [
103
+ {
104
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerable\u00601",
105
+ "clrName": "System.Collections.Generic.IAsyncEnumerable\u00601",
106
+ "typeArguments": [
107
+ "T"
108
+ ]
109
+ }
110
+ ],
111
+ "typeParameters": [
112
+ "T"
113
+ ],
101
114
  "methods": [
102
115
  {
103
116
  "stableId": "System.ClientModel:System.ClientModel.AsyncCollectionResult\u00601::GetAsyncEnumerator(System.Threading.CancellationToken):IAsyncEnumerator_1",
104
117
  "clrName": "GetAsyncEnumerator",
105
- "tsEmitName": "getAsyncEnumerator",
106
118
  "metadataToken": 100663306,
107
119
  "canonicalSignature": "(System.Threading.CancellationToken):IAsyncEnumerator_1",
108
120
  "normalizedSignature": "GetAsyncEnumerator|(System.Threading.CancellationToken):IAsyncEnumerator_1|static=false",
109
121
  "emitScope": "ClassSurface",
122
+ "provenance": "Original",
110
123
  "arity": 0,
111
124
  "parameterCount": 1,
125
+ "isStatic": false,
126
+ "isAbstract": false,
127
+ "isVirtual": true,
128
+ "isOverride": false,
129
+ "isSealed": true,
130
+ "visibility": "Public",
131
+ "declaringClrType": "System.ClientModel.AsyncCollectionResult\u00601",
132
+ "declaringAssemblyName": "System.ClientModel",
133
+ "isExtensionMethod": false
134
+ },
135
+ {
136
+ "stableId": "System.ClientModel:System.ClientModel.AsyncCollectionResult\u00601::GetValuesFromPageAsync(System.ClientModel.ClientResult):IAsyncEnumerable_1",
137
+ "clrName": "GetValuesFromPageAsync",
138
+ "metadataToken": 100663307,
139
+ "canonicalSignature": "(System.ClientModel.ClientResult):IAsyncEnumerable_1",
140
+ "normalizedSignature": "GetValuesFromPageAsync|(System.ClientModel.ClientResult):IAsyncEnumerable_1|static=false",
141
+ "emitScope": "ClassSurface",
142
+ "provenance": "Original",
143
+ "arity": 0,
144
+ "parameterCount": 1,
145
+ "isStatic": false,
146
+ "isAbstract": true,
147
+ "isVirtual": true,
148
+ "isOverride": false,
149
+ "isSealed": false,
150
+ "visibility": "Protected",
112
151
  "declaringClrType": "System.ClientModel.AsyncCollectionResult\u00601",
113
152
  "declaringAssemblyName": "System.ClientModel",
114
153
  "isExtensionMethod": false
@@ -117,57 +156,52 @@
117
156
  "properties": [],
118
157
  "fields": [],
119
158
  "events": [],
120
- "constructors": [],
121
- "exposedMethods": [
122
- {
123
- "tsName": "getAsyncEnumerator",
124
- "isStatic": false,
125
- "tsSignatureId": "GetAsyncEnumerator|(System.Threading.CancellationToken):IAsyncEnumerator_1|static=false",
126
- "target": {
127
- "declaringClrType": "System.ClientModel.AsyncCollectionResult\u00601",
128
- "declaringAssemblyName": "System.ClientModel",
129
- "metadataToken": 100663306
130
- }
131
- },
132
- {
133
- "tsName": "getRawPagesAsync",
134
- "isStatic": false,
135
- "tsSignatureId": "GetRawPagesAsync|():System.Collections.Generic.IAsyncEnumerable_1[[System.ClientModel.ClientResult,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
136
- "target": {
137
- "declaringClrType": "System.ClientModel.Primitives.AsyncCollectionResult",
138
- "declaringAssemblyName": "System.ClientModel",
139
- "metadataToken": 100663544
140
- }
141
- },
159
+ "constructors": [
142
160
  {
143
- "tsName": "getContinuationToken",
161
+ "stableId": "System.ClientModel:System.ClientModel.AsyncCollectionResult\u00601::.ctor():void",
162
+ "metadataToken": 100663305,
163
+ "canonicalSignature": "():void",
164
+ "normalizedSignature": "constructor|():void|static=false",
144
165
  "isStatic": false,
145
- "tsSignatureId": "GetContinuationToken|(System.ClientModel.ClientResult):System.ClientModel.ContinuationToken|static=false",
146
- "target": {
147
- "declaringClrType": "System.ClientModel.Primitives.AsyncCollectionResult",
148
- "declaringAssemblyName": "System.ClientModel",
149
- "metadataToken": 100663545
150
- }
166
+ "parameterCount": 0,
167
+ "visibility": "ProtectedInternal",
168
+ "declaringClrType": "System.ClientModel.AsyncCollectionResult\u00601",
169
+ "declaringAssemblyName": "System.ClientModel"
151
170
  }
152
171
  ]
153
172
  },
154
173
  {
155
174
  "stableId": "System.ClientModel:System.ClientModel.AuthenticationTokenProvider",
156
175
  "clrName": "System.ClientModel.AuthenticationTokenProvider",
157
- "tsEmitName": "AuthenticationTokenProvider",
158
176
  "assemblyName": "System.ClientModel",
159
177
  "metadataToken": 0,
178
+ "kind": "Class",
179
+ "accessibility": "Public",
180
+ "isAbstract": true,
181
+ "isSealed": false,
182
+ "isStatic": false,
183
+ "arity": 0,
184
+ "baseType": {
185
+ "stableId": "System.Private.CoreLib:System.Object",
186
+ "clrName": "System.Object"
187
+ },
160
188
  "methods": [
161
189
  {
162
190
  "stableId": "System.ClientModel:System.ClientModel.AuthenticationTokenProvider::CreateTokenOptions(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.ClientModel.Primitives.GetTokenOptions",
163
191
  "clrName": "CreateTokenOptions",
164
- "tsEmitName": "createTokenOptions",
165
192
  "metadataToken": 100663298,
166
193
  "canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.ClientModel.Primitives.GetTokenOptions",
167
194
  "normalizedSignature": "CreateTokenOptions|(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.ClientModel.Primitives.GetTokenOptions|static=false",
168
195
  "emitScope": "ClassSurface",
196
+ "provenance": "Original",
169
197
  "arity": 0,
170
198
  "parameterCount": 1,
199
+ "isStatic": false,
200
+ "isAbstract": true,
201
+ "isVirtual": true,
202
+ "isOverride": false,
203
+ "isSealed": false,
204
+ "visibility": "Public",
171
205
  "declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
172
206
  "declaringAssemblyName": "System.ClientModel",
173
207
  "isExtensionMethod": false
@@ -175,13 +209,19 @@
175
209
  {
176
210
  "stableId": "System.ClientModel:System.ClientModel.AuthenticationTokenProvider::GetToken(System.ClientModel.Primitives.GetTokenOptions,System.Threading.CancellationToken):System.ClientModel.Primitives.AuthenticationToken",
177
211
  "clrName": "GetToken",
178
- "tsEmitName": "getToken",
179
212
  "metadataToken": 100663299,
180
213
  "canonicalSignature": "(System.ClientModel.Primitives.GetTokenOptions,System.Threading.CancellationToken):System.ClientModel.Primitives.AuthenticationToken",
181
214
  "normalizedSignature": "GetToken|(System.ClientModel.Primitives.GetTokenOptions,System.Threading.CancellationToken):System.ClientModel.Primitives.AuthenticationToken|static=false",
182
215
  "emitScope": "ClassSurface",
216
+ "provenance": "Original",
183
217
  "arity": 0,
184
218
  "parameterCount": 2,
219
+ "isStatic": false,
220
+ "isAbstract": true,
221
+ "isVirtual": true,
222
+ "isOverride": false,
223
+ "isSealed": false,
224
+ "visibility": "Public",
185
225
  "declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
186
226
  "declaringAssemblyName": "System.ClientModel",
187
227
  "isExtensionMethod": false
@@ -189,13 +229,19 @@
189
229
  {
190
230
  "stableId": "System.ClientModel:System.ClientModel.AuthenticationTokenProvider::GetTokenAsync(System.ClientModel.Primitives.GetTokenOptions,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.ClientModel.Primitives.AuthenticationToken,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
191
231
  "clrName": "GetTokenAsync",
192
- "tsEmitName": "getTokenAsync",
193
232
  "metadataToken": 100663300,
194
233
  "canonicalSignature": "(System.ClientModel.Primitives.GetTokenOptions,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.ClientModel.Primitives.AuthenticationToken,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
195
234
  "normalizedSignature": "GetTokenAsync|(System.ClientModel.Primitives.GetTokenOptions,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.ClientModel.Primitives.AuthenticationToken,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
196
235
  "emitScope": "ClassSurface",
236
+ "provenance": "Original",
197
237
  "arity": 0,
198
238
  "parameterCount": 2,
239
+ "isStatic": false,
240
+ "isAbstract": true,
241
+ "isVirtual": true,
242
+ "isOverride": false,
243
+ "isSealed": false,
244
+ "visibility": "Public",
199
245
  "declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
200
246
  "declaringAssemblyName": "System.ClientModel",
201
247
  "isExtensionMethod": false
@@ -204,57 +250,58 @@
204
250
  "properties": [],
205
251
  "fields": [],
206
252
  "events": [],
207
- "constructors": [],
208
- "exposedMethods": [
209
- {
210
- "tsName": "createTokenOptions",
211
- "isStatic": false,
212
- "tsSignatureId": "CreateTokenOptions|(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.ClientModel.Primitives.GetTokenOptions|static=false",
213
- "target": {
214
- "declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
215
- "declaringAssemblyName": "System.ClientModel",
216
- "metadataToken": 100663298
217
- }
218
- },
219
- {
220
- "tsName": "getToken",
221
- "isStatic": false,
222
- "tsSignatureId": "GetToken|(System.ClientModel.Primitives.GetTokenOptions,System.Threading.CancellationToken):System.ClientModel.Primitives.AuthenticationToken|static=false",
223
- "target": {
224
- "declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
225
- "declaringAssemblyName": "System.ClientModel",
226
- "metadataToken": 100663299
227
- }
228
- },
253
+ "constructors": [
229
254
  {
230
- "tsName": "getTokenAsync",
255
+ "stableId": "System.ClientModel:System.ClientModel.AuthenticationTokenProvider::.ctor():void",
256
+ "metadataToken": 100663301,
257
+ "canonicalSignature": "():void",
258
+ "normalizedSignature": "constructor|():void|static=false",
231
259
  "isStatic": false,
232
- "tsSignatureId": "GetTokenAsync|(System.ClientModel.Primitives.GetTokenOptions,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.ClientModel.Primitives.AuthenticationToken,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
233
- "target": {
234
- "declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
235
- "declaringAssemblyName": "System.ClientModel",
236
- "metadataToken": 100663300
237
- }
260
+ "parameterCount": 0,
261
+ "visibility": "Protected",
262
+ "declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
263
+ "declaringAssemblyName": "System.ClientModel"
238
264
  }
239
265
  ]
240
266
  },
241
267
  {
242
268
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent",
243
269
  "clrName": "System.ClientModel.BinaryContent",
244
- "tsEmitName": "BinaryContent",
245
270
  "assemblyName": "System.ClientModel",
246
271
  "metadataToken": 0,
272
+ "kind": "Class",
273
+ "accessibility": "Public",
274
+ "isAbstract": true,
275
+ "isSealed": false,
276
+ "isStatic": false,
277
+ "arity": 0,
278
+ "baseType": {
279
+ "stableId": "System.Private.CoreLib:System.Object",
280
+ "clrName": "System.Object"
281
+ },
282
+ "interfaces": [
283
+ {
284
+ "stableId": "System.Private.CoreLib:System.IDisposable",
285
+ "clrName": "System.IDisposable"
286
+ }
287
+ ],
247
288
  "methods": [
248
289
  {
249
290
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::Create(System.BinaryData):System.ClientModel.BinaryContent",
250
291
  "clrName": "Create",
251
- "tsEmitName": "create",
252
292
  "metadataToken": 100663335,
253
293
  "canonicalSignature": "(System.BinaryData):System.ClientModel.BinaryContent",
254
294
  "normalizedSignature": "Create|(System.BinaryData):System.ClientModel.BinaryContent|static=true",
255
295
  "emitScope": "ClassSurface",
296
+ "provenance": "Original",
256
297
  "arity": 0,
257
298
  "parameterCount": 1,
299
+ "isStatic": true,
300
+ "isAbstract": false,
301
+ "isVirtual": false,
302
+ "isOverride": false,
303
+ "isSealed": false,
304
+ "visibility": "Public",
258
305
  "declaringClrType": "System.ClientModel.BinaryContent",
259
306
  "declaringAssemblyName": "System.ClientModel",
260
307
  "isExtensionMethod": false
@@ -262,13 +309,19 @@
262
309
  {
263
310
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::Create(T,System.ClientModel.Primitives.ModelReaderWriterOptions):System.ClientModel.BinaryContent",
264
311
  "clrName": "Create",
265
- "tsEmitName": "create",
266
312
  "metadataToken": 100663336,
267
313
  "canonicalSignature": "(T,System.ClientModel.Primitives.ModelReaderWriterOptions):System.ClientModel.BinaryContent",
268
314
  "normalizedSignature": "Create|(T,System.ClientModel.Primitives.ModelReaderWriterOptions):System.ClientModel.BinaryContent|static=true",
269
315
  "emitScope": "ClassSurface",
316
+ "provenance": "Original",
270
317
  "arity": 1,
271
318
  "parameterCount": 2,
319
+ "isStatic": true,
320
+ "isAbstract": false,
321
+ "isVirtual": false,
322
+ "isOverride": false,
323
+ "isSealed": false,
324
+ "visibility": "Public",
272
325
  "declaringClrType": "System.ClientModel.BinaryContent",
273
326
  "declaringAssemblyName": "System.ClientModel",
274
327
  "isExtensionMethod": false
@@ -276,13 +329,19 @@
276
329
  {
277
330
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::Create(System.IO.Stream):System.ClientModel.BinaryContent",
278
331
  "clrName": "Create",
279
- "tsEmitName": "create",
280
332
  "metadataToken": 100663337,
281
333
  "canonicalSignature": "(System.IO.Stream):System.ClientModel.BinaryContent",
282
334
  "normalizedSignature": "Create|(System.IO.Stream):System.ClientModel.BinaryContent|static=true",
283
335
  "emitScope": "ClassSurface",
336
+ "provenance": "Original",
284
337
  "arity": 0,
285
338
  "parameterCount": 1,
339
+ "isStatic": true,
340
+ "isAbstract": false,
341
+ "isVirtual": false,
342
+ "isOverride": false,
343
+ "isSealed": false,
344
+ "visibility": "Public",
286
345
  "declaringClrType": "System.ClientModel.BinaryContent",
287
346
  "declaringAssemblyName": "System.ClientModel",
288
347
  "isExtensionMethod": false
@@ -290,13 +349,19 @@
290
349
  {
291
350
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::CreateJson(T,System.Text.Json.JsonSerializerOptions):System.ClientModel.BinaryContent",
292
351
  "clrName": "CreateJson",
293
- "tsEmitName": "createJson",
294
352
  "metadataToken": 100663338,
295
353
  "canonicalSignature": "(T,System.Text.Json.JsonSerializerOptions):System.ClientModel.BinaryContent",
296
354
  "normalizedSignature": "CreateJson|(T,System.Text.Json.JsonSerializerOptions):System.ClientModel.BinaryContent|static=true",
297
355
  "emitScope": "ClassSurface",
356
+ "provenance": "Original",
298
357
  "arity": 1,
299
358
  "parameterCount": 2,
359
+ "isStatic": true,
360
+ "isAbstract": false,
361
+ "isVirtual": false,
362
+ "isOverride": false,
363
+ "isSealed": false,
364
+ "visibility": "Public",
300
365
  "declaringClrType": "System.ClientModel.BinaryContent",
301
366
  "declaringAssemblyName": "System.ClientModel",
302
367
  "isExtensionMethod": false
@@ -304,13 +369,19 @@
304
369
  {
305
370
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::CreateJson(T,JsonTypeInfo_1):System.ClientModel.BinaryContent",
306
371
  "clrName": "CreateJson",
307
- "tsEmitName": "createJson",
308
372
  "metadataToken": 100663339,
309
373
  "canonicalSignature": "(T,JsonTypeInfo_1):System.ClientModel.BinaryContent",
310
374
  "normalizedSignature": "CreateJson|(T,JsonTypeInfo_1):System.ClientModel.BinaryContent|static=true",
311
375
  "emitScope": "ClassSurface",
376
+ "provenance": "Original",
312
377
  "arity": 1,
313
378
  "parameterCount": 2,
379
+ "isStatic": true,
380
+ "isAbstract": false,
381
+ "isVirtual": false,
382
+ "isOverride": false,
383
+ "isSealed": false,
384
+ "visibility": "Public",
314
385
  "declaringClrType": "System.ClientModel.BinaryContent",
315
386
  "declaringAssemblyName": "System.ClientModel",
316
387
  "isExtensionMethod": false
@@ -318,13 +389,19 @@
318
389
  {
319
390
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::CreateJson(System.String,System.Boolean):System.ClientModel.BinaryContent",
320
391
  "clrName": "CreateJson",
321
- "tsEmitName": "createJson",
322
392
  "metadataToken": 100663340,
323
393
  "canonicalSignature": "(System.String,System.Boolean):System.ClientModel.BinaryContent",
324
394
  "normalizedSignature": "CreateJson|(System.String,System.Boolean):System.ClientModel.BinaryContent|static=true",
325
395
  "emitScope": "ClassSurface",
396
+ "provenance": "Original",
326
397
  "arity": 0,
327
398
  "parameterCount": 2,
399
+ "isStatic": true,
400
+ "isAbstract": false,
401
+ "isVirtual": false,
402
+ "isOverride": false,
403
+ "isSealed": false,
404
+ "visibility": "Public",
328
405
  "declaringClrType": "System.ClientModel.BinaryContent",
329
406
  "declaringAssemblyName": "System.ClientModel",
330
407
  "isExtensionMethod": false
@@ -332,13 +409,19 @@
332
409
  {
333
410
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::TryComputeLength(System.Int64\u0026):System.Boolean",
334
411
  "clrName": "TryComputeLength",
335
- "tsEmitName": "tryComputeLength",
336
412
  "metadataToken": 100663342,
337
413
  "canonicalSignature": "(System.Int64\u0026):System.Boolean",
338
414
  "normalizedSignature": "TryComputeLength|(System.Int64\u0026):System.Boolean|static=false",
339
415
  "emitScope": "ClassSurface",
416
+ "provenance": "Original",
340
417
  "arity": 0,
341
418
  "parameterCount": 1,
419
+ "isStatic": false,
420
+ "isAbstract": true,
421
+ "isVirtual": true,
422
+ "isOverride": false,
423
+ "isSealed": false,
424
+ "visibility": "Public",
342
425
  "declaringClrType": "System.ClientModel.BinaryContent",
343
426
  "declaringAssemblyName": "System.ClientModel",
344
427
  "isExtensionMethod": false,
@@ -352,13 +435,19 @@
352
435
  {
353
436
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::WriteToAsync(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task",
354
437
  "clrName": "WriteToAsync",
355
- "tsEmitName": "writeToAsync",
356
438
  "metadataToken": 100663343,
357
439
  "canonicalSignature": "(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task",
358
440
  "normalizedSignature": "WriteToAsync|(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
359
441
  "emitScope": "ClassSurface",
442
+ "provenance": "Original",
360
443
  "arity": 0,
361
444
  "parameterCount": 2,
445
+ "isStatic": false,
446
+ "isAbstract": true,
447
+ "isVirtual": true,
448
+ "isOverride": false,
449
+ "isSealed": false,
450
+ "visibility": "Public",
362
451
  "declaringClrType": "System.ClientModel.BinaryContent",
363
452
  "declaringAssemblyName": "System.ClientModel",
364
453
  "isExtensionMethod": false
@@ -366,13 +455,19 @@
366
455
  {
367
456
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::WriteTo(System.IO.Stream,System.Threading.CancellationToken):System.Void",
368
457
  "clrName": "WriteTo",
369
- "tsEmitName": "writeTo",
370
458
  "metadataToken": 100663344,
371
459
  "canonicalSignature": "(System.IO.Stream,System.Threading.CancellationToken):System.Void",
372
460
  "normalizedSignature": "WriteTo|(System.IO.Stream,System.Threading.CancellationToken):System.Void|static=false",
373
461
  "emitScope": "ClassSurface",
462
+ "provenance": "Original",
374
463
  "arity": 0,
375
464
  "parameterCount": 2,
465
+ "isStatic": false,
466
+ "isAbstract": true,
467
+ "isVirtual": true,
468
+ "isOverride": false,
469
+ "isSealed": false,
470
+ "visibility": "Public",
376
471
  "declaringClrType": "System.ClientModel.BinaryContent",
377
472
  "declaringAssemblyName": "System.ClientModel",
378
473
  "isExtensionMethod": false
@@ -380,13 +475,19 @@
380
475
  {
381
476
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::Dispose():System.Void",
382
477
  "clrName": "Dispose",
383
- "tsEmitName": "dispose",
384
478
  "metadataToken": 100663345,
385
479
  "canonicalSignature": "():System.Void",
386
480
  "normalizedSignature": "Dispose|():System.Void|static=false",
387
481
  "emitScope": "ClassSurface",
482
+ "provenance": "Original",
388
483
  "arity": 0,
389
484
  "parameterCount": 0,
485
+ "isStatic": false,
486
+ "isAbstract": true,
487
+ "isVirtual": true,
488
+ "isOverride": false,
489
+ "isSealed": false,
490
+ "visibility": "Public",
390
491
  "declaringClrType": "System.ClientModel.BinaryContent",
391
492
  "declaringAssemblyName": "System.ClientModel",
392
493
  "isExtensionMethod": false
@@ -396,153 +497,71 @@
396
497
  {
397
498
  "stableId": "System.ClientModel:System.ClientModel.BinaryContent::MediaType:System.String",
398
499
  "clrName": "MediaType",
399
- "tsEmitName": "mediaType",
400
500
  "metadataToken": 385875971,
401
501
  "canonicalSignature": ":System.String",
402
- "normalizedSignature": "MediaType|:System.String|static=false|accessor=get",
502
+ "normalizedSignature": "MediaType|:System.String|static=false|accessor=getset",
403
503
  "emitScope": "ClassSurface",
504
+ "provenance": "Original",
404
505
  "isIndexer": false,
405
506
  "hasGetter": true,
406
- "hasSetter": false,
507
+ "hasSetter": true,
508
+ "isStatic": false,
509
+ "isAbstract": false,
510
+ "isVirtual": false,
511
+ "isOverride": false,
512
+ "visibility": "Public",
407
513
  "declaringClrType": "System.ClientModel.BinaryContent",
408
514
  "declaringAssemblyName": "System.ClientModel"
409
515
  }
410
516
  ],
411
517
  "fields": [],
412
518
  "events": [],
413
- "constructors": [],
414
- "exposedMethods": [
415
- {
416
- "tsName": "create",
417
- "isStatic": true,
418
- "tsSignatureId": "Create|(System.BinaryData):System.ClientModel.BinaryContent|static=true",
419
- "target": {
420
- "declaringClrType": "System.ClientModel.BinaryContent",
421
- "declaringAssemblyName": "System.ClientModel",
422
- "metadataToken": 100663335
423
- }
424
- },
425
- {
426
- "tsName": "create",
427
- "isStatic": true,
428
- "tsSignatureId": "Create|(T,System.ClientModel.Primitives.ModelReaderWriterOptions):System.ClientModel.BinaryContent|static=true",
429
- "target": {
430
- "declaringClrType": "System.ClientModel.BinaryContent",
431
- "declaringAssemblyName": "System.ClientModel",
432
- "metadataToken": 100663336
433
- }
434
- },
435
- {
436
- "tsName": "create",
437
- "isStatic": true,
438
- "tsSignatureId": "Create|(System.IO.Stream):System.ClientModel.BinaryContent|static=true",
439
- "target": {
440
- "declaringClrType": "System.ClientModel.BinaryContent",
441
- "declaringAssemblyName": "System.ClientModel",
442
- "metadataToken": 100663337
443
- }
444
- },
445
- {
446
- "tsName": "createJson",
447
- "isStatic": true,
448
- "tsSignatureId": "CreateJson|(T,System.Text.Json.JsonSerializerOptions):System.ClientModel.BinaryContent|static=true",
449
- "target": {
450
- "declaringClrType": "System.ClientModel.BinaryContent",
451
- "declaringAssemblyName": "System.ClientModel",
452
- "metadataToken": 100663338
453
- }
454
- },
455
- {
456
- "tsName": "createJson",
457
- "isStatic": true,
458
- "tsSignatureId": "CreateJson|(T,JsonTypeInfo_1):System.ClientModel.BinaryContent|static=true",
459
- "target": {
460
- "declaringClrType": "System.ClientModel.BinaryContent",
461
- "declaringAssemblyName": "System.ClientModel",
462
- "metadataToken": 100663339
463
- }
464
- },
465
- {
466
- "tsName": "createJson",
467
- "isStatic": true,
468
- "tsSignatureId": "CreateJson|(System.String,System.Boolean):System.ClientModel.BinaryContent|static=true",
469
- "target": {
470
- "declaringClrType": "System.ClientModel.BinaryContent",
471
- "declaringAssemblyName": "System.ClientModel",
472
- "metadataToken": 100663340
473
- }
474
- },
475
- {
476
- "tsName": "tryComputeLength",
477
- "isStatic": false,
478
- "tsSignatureId": "TryComputeLength|(System.Int64\u0026):System.Boolean|static=false",
479
- "target": {
480
- "declaringClrType": "System.ClientModel.BinaryContent",
481
- "declaringAssemblyName": "System.ClientModel",
482
- "metadataToken": 100663342
483
- }
484
- },
485
- {
486
- "tsName": "writeToAsync",
487
- "isStatic": false,
488
- "tsSignatureId": "WriteToAsync|(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
489
- "target": {
490
- "declaringClrType": "System.ClientModel.BinaryContent",
491
- "declaringAssemblyName": "System.ClientModel",
492
- "metadataToken": 100663343
493
- }
494
- },
495
- {
496
- "tsName": "writeTo",
497
- "isStatic": false,
498
- "tsSignatureId": "WriteTo|(System.IO.Stream,System.Threading.CancellationToken):System.Void|static=false",
499
- "target": {
500
- "declaringClrType": "System.ClientModel.BinaryContent",
501
- "declaringAssemblyName": "System.ClientModel",
502
- "metadataToken": 100663344
503
- }
504
- },
505
- {
506
- "tsName": "dispose",
507
- "isStatic": false,
508
- "tsSignatureId": "Dispose|():System.Void|static=false",
509
- "target": {
510
- "declaringClrType": "System.ClientModel.BinaryContent",
511
- "declaringAssemblyName": "System.ClientModel",
512
- "metadataToken": 100663345
513
- }
514
- }
515
- ],
516
- "exposedProperties": [
519
+ "constructors": [
517
520
  {
518
- "tsName": "mediaType",
521
+ "stableId": "System.ClientModel:System.ClientModel.BinaryContent::.ctor():void",
522
+ "metadataToken": 100663346,
523
+ "canonicalSignature": "():void",
524
+ "normalizedSignature": "constructor|():void|static=false",
519
525
  "isStatic": false,
520
- "tsSignatureId": "MediaType|:System.String|static=false|accessor=get",
521
- "target": {
522
- "declaringClrType": "System.ClientModel.BinaryContent",
523
- "declaringAssemblyName": "System.ClientModel",
524
- "metadataToken": 385875971
525
- }
526
+ "parameterCount": 0,
527
+ "visibility": "Protected",
528
+ "declaringClrType": "System.ClientModel.BinaryContent",
529
+ "declaringAssemblyName": "System.ClientModel"
526
530
  }
527
531
  ]
528
532
  },
529
533
  {
530
534
  "stableId": "System.ClientModel:System.ClientModel.ClientResult",
531
535
  "clrName": "System.ClientModel.ClientResult",
532
- "tsEmitName": "ClientResult",
533
536
  "assemblyName": "System.ClientModel",
534
537
  "metadataToken": 0,
538
+ "kind": "Class",
539
+ "accessibility": "Public",
540
+ "isAbstract": false,
541
+ "isSealed": false,
542
+ "isStatic": false,
543
+ "arity": 0,
544
+ "baseType": {
545
+ "stableId": "System.Private.CoreLib:System.Object",
546
+ "clrName": "System.Object"
547
+ },
535
548
  "methods": [
536
549
  {
537
550
  "stableId": "System.ClientModel:System.ClientModel.ClientResult::GetRawResponse():System.ClientModel.Primitives.PipelineResponse",
538
551
  "clrName": "GetRawResponse",
539
- "tsEmitName": "getRawResponse",
540
552
  "metadataToken": 100663309,
541
553
  "canonicalSignature": "():System.ClientModel.Primitives.PipelineResponse",
542
554
  "normalizedSignature": "GetRawResponse|():System.ClientModel.Primitives.PipelineResponse|static=false",
543
555
  "emitScope": "ClassSurface",
556
+ "provenance": "Original",
544
557
  "arity": 0,
545
558
  "parameterCount": 0,
559
+ "isStatic": false,
560
+ "isAbstract": false,
561
+ "isVirtual": false,
562
+ "isOverride": false,
563
+ "isSealed": false,
564
+ "visibility": "Public",
546
565
  "declaringClrType": "System.ClientModel.ClientResult",
547
566
  "declaringAssemblyName": "System.ClientModel",
548
567
  "isExtensionMethod": false
@@ -550,13 +569,19 @@
550
569
  {
551
570
  "stableId": "System.ClientModel:System.ClientModel.ClientResult::FromResponse(System.ClientModel.Primitives.PipelineResponse):System.ClientModel.ClientResult",
552
571
  "clrName": "FromResponse",
553
- "tsEmitName": "fromResponse",
554
572
  "metadataToken": 100663310,
555
573
  "canonicalSignature": "(System.ClientModel.Primitives.PipelineResponse):System.ClientModel.ClientResult",
556
574
  "normalizedSignature": "FromResponse|(System.ClientModel.Primitives.PipelineResponse):System.ClientModel.ClientResult|static=true",
557
575
  "emitScope": "ClassSurface",
576
+ "provenance": "Original",
558
577
  "arity": 0,
559
578
  "parameterCount": 1,
579
+ "isStatic": true,
580
+ "isAbstract": false,
581
+ "isVirtual": false,
582
+ "isOverride": false,
583
+ "isSealed": false,
584
+ "visibility": "Public",
560
585
  "declaringClrType": "System.ClientModel.ClientResult",
561
586
  "declaringAssemblyName": "System.ClientModel",
562
587
  "isExtensionMethod": false
@@ -564,13 +589,19 @@
564
589
  {
565
590
  "stableId": "System.ClientModel:System.ClientModel.ClientResult::FromValue(T,System.ClientModel.Primitives.PipelineResponse):ClientResult_1",
566
591
  "clrName": "FromValue",
567
- "tsEmitName": "fromValue",
568
592
  "metadataToken": 100663311,
569
593
  "canonicalSignature": "(T,System.ClientModel.Primitives.PipelineResponse):ClientResult_1",
570
594
  "normalizedSignature": "FromValue|(T,System.ClientModel.Primitives.PipelineResponse):ClientResult_1|static=true",
571
595
  "emitScope": "ClassSurface",
596
+ "provenance": "Original",
572
597
  "arity": 1,
573
598
  "parameterCount": 2,
599
+ "isStatic": true,
600
+ "isAbstract": false,
601
+ "isVirtual": false,
602
+ "isOverride": false,
603
+ "isSealed": false,
604
+ "visibility": "Public",
574
605
  "declaringClrType": "System.ClientModel.ClientResult",
575
606
  "declaringAssemblyName": "System.ClientModel",
576
607
  "isExtensionMethod": false
@@ -578,13 +609,19 @@
578
609
  {
579
610
  "stableId": "System.ClientModel:System.ClientModel.ClientResult::FromOptionalValue(T,System.ClientModel.Primitives.PipelineResponse):ClientResult_1",
580
611
  "clrName": "FromOptionalValue",
581
- "tsEmitName": "fromOptionalValue",
582
612
  "metadataToken": 100663312,
583
613
  "canonicalSignature": "(T,System.ClientModel.Primitives.PipelineResponse):ClientResult_1",
584
614
  "normalizedSignature": "FromOptionalValue|(T,System.ClientModel.Primitives.PipelineResponse):ClientResult_1|static=true",
585
615
  "emitScope": "ClassSurface",
616
+ "provenance": "Original",
586
617
  "arity": 1,
587
618
  "parameterCount": 2,
619
+ "isStatic": true,
620
+ "isAbstract": false,
621
+ "isVirtual": false,
622
+ "isOverride": false,
623
+ "isSealed": false,
624
+ "visibility": "Public",
588
625
  "declaringClrType": "System.ClientModel.ClientResult",
589
626
  "declaringAssemblyName": "System.ClientModel",
590
627
  "isExtensionMethod": false
@@ -593,148 +630,114 @@
593
630
  "properties": [],
594
631
  "fields": [],
595
632
  "events": [],
596
- "constructors": [],
597
- "exposedMethods": [
633
+ "constructors": [
598
634
  {
599
- "tsName": "getRawResponse",
635
+ "stableId": "System.ClientModel:System.ClientModel.ClientResult::.ctor(System.ClientModel.Primitives.PipelineResponse):void",
636
+ "metadataToken": 100663308,
637
+ "canonicalSignature": "(System.ClientModel.Primitives.PipelineResponse):void",
638
+ "normalizedSignature": "constructor|(System.ClientModel.Primitives.PipelineResponse):void|static=false",
600
639
  "isStatic": false,
601
- "tsSignatureId": "GetRawResponse|():System.ClientModel.Primitives.PipelineResponse|static=false",
602
- "target": {
603
- "declaringClrType": "System.ClientModel.ClientResult",
604
- "declaringAssemblyName": "System.ClientModel",
605
- "metadataToken": 100663309
606
- }
607
- },
608
- {
609
- "tsName": "fromResponse",
610
- "isStatic": true,
611
- "tsSignatureId": "FromResponse|(System.ClientModel.Primitives.PipelineResponse):System.ClientModel.ClientResult|static=true",
612
- "target": {
613
- "declaringClrType": "System.ClientModel.ClientResult",
614
- "declaringAssemblyName": "System.ClientModel",
615
- "metadataToken": 100663310
616
- }
617
- },
618
- {
619
- "tsName": "fromValue",
620
- "isStatic": true,
621
- "tsSignatureId": "FromValue|(T,System.ClientModel.Primitives.PipelineResponse):ClientResult_1|static=true",
622
- "target": {
623
- "declaringClrType": "System.ClientModel.ClientResult",
624
- "declaringAssemblyName": "System.ClientModel",
625
- "metadataToken": 100663311
626
- }
627
- },
628
- {
629
- "tsName": "fromOptionalValue",
630
- "isStatic": true,
631
- "tsSignatureId": "FromOptionalValue|(T,System.ClientModel.Primitives.PipelineResponse):ClientResult_1|static=true",
632
- "target": {
633
- "declaringClrType": "System.ClientModel.ClientResult",
634
- "declaringAssemblyName": "System.ClientModel",
635
- "metadataToken": 100663312
636
- }
640
+ "parameterCount": 1,
641
+ "visibility": "Protected",
642
+ "declaringClrType": "System.ClientModel.ClientResult",
643
+ "declaringAssemblyName": "System.ClientModel"
637
644
  }
638
645
  ]
639
646
  },
640
647
  {
641
648
  "stableId": "System.ClientModel:System.ClientModel.ClientResult\u00601",
642
649
  "clrName": "System.ClientModel.ClientResult\u00601",
643
- "tsEmitName": "ClientResult_1",
644
650
  "assemblyName": "System.ClientModel",
645
651
  "metadataToken": 0,
652
+ "kind": "Class",
653
+ "accessibility": "Public",
654
+ "isAbstract": false,
655
+ "isSealed": false,
656
+ "isStatic": false,
657
+ "arity": 1,
658
+ "baseType": {
659
+ "stableId": "System.ClientModel:System.ClientModel.ClientResult",
660
+ "clrName": "System.ClientModel.ClientResult"
661
+ },
662
+ "typeParameters": [
663
+ "T"
664
+ ],
646
665
  "methods": [],
647
666
  "properties": [
648
667
  {
649
668
  "stableId": "System.ClientModel:System.ClientModel.ClientResult\u00601::Value:T",
650
669
  "clrName": "Value",
651
- "tsEmitName": "value",
652
670
  "metadataToken": 385875970,
653
671
  "canonicalSignature": ":T",
654
672
  "normalizedSignature": "Value|:T|static=false|accessor=get",
655
673
  "emitScope": "ClassSurface",
674
+ "provenance": "Original",
656
675
  "isIndexer": false,
657
676
  "hasGetter": true,
658
677
  "hasSetter": false,
678
+ "isStatic": false,
679
+ "isAbstract": false,
680
+ "isVirtual": true,
681
+ "isOverride": false,
682
+ "visibility": "Public",
659
683
  "declaringClrType": "System.ClientModel.ClientResult\u00601",
660
684
  "declaringAssemblyName": "System.ClientModel"
661
685
  }
662
686
  ],
663
687
  "fields": [],
664
688
  "events": [],
665
- "constructors": [],
666
- "exposedMethods": [
667
- {
668
- "tsName": "getRawResponse",
669
- "isStatic": false,
670
- "tsSignatureId": "GetRawResponse|():System.ClientModel.Primitives.PipelineResponse|static=false",
671
- "target": {
672
- "declaringClrType": "System.ClientModel.ClientResult",
673
- "declaringAssemblyName": "System.ClientModel",
674
- "metadataToken": 100663309
675
- }
676
- },
677
- {
678
- "tsName": "fromResponse",
679
- "isStatic": true,
680
- "tsSignatureId": "FromResponse|(System.ClientModel.Primitives.PipelineResponse):System.ClientModel.ClientResult|static=true",
681
- "target": {
682
- "declaringClrType": "System.ClientModel.ClientResult",
683
- "declaringAssemblyName": "System.ClientModel",
684
- "metadataToken": 100663310
685
- }
686
- },
687
- {
688
- "tsName": "fromValue",
689
- "isStatic": true,
690
- "tsSignatureId": "FromValue|(T,System.ClientModel.Primitives.PipelineResponse):ClientResult_1|static=true",
691
- "target": {
692
- "declaringClrType": "System.ClientModel.ClientResult",
693
- "declaringAssemblyName": "System.ClientModel",
694
- "metadataToken": 100663311
695
- }
696
- },
697
- {
698
- "tsName": "fromOptionalValue",
699
- "isStatic": true,
700
- "tsSignatureId": "FromOptionalValue|(T,System.ClientModel.Primitives.PipelineResponse):ClientResult_1|static=true",
701
- "target": {
702
- "declaringClrType": "System.ClientModel.ClientResult",
703
- "declaringAssemblyName": "System.ClientModel",
704
- "metadataToken": 100663312
705
- }
706
- }
707
- ],
708
- "exposedProperties": [
689
+ "constructors": [
709
690
  {
710
- "tsName": "value",
691
+ "stableId": "System.ClientModel:System.ClientModel.ClientResult\u00601::.ctor(T,System.ClientModel.Primitives.PipelineResponse):void",
692
+ "metadataToken": 100663322,
693
+ "canonicalSignature": "(T,System.ClientModel.Primitives.PipelineResponse):void",
694
+ "normalizedSignature": "constructor|(T,System.ClientModel.Primitives.PipelineResponse):void|static=false",
711
695
  "isStatic": false,
712
- "tsSignatureId": "Value|:T|static=false|accessor=get",
713
- "target": {
714
- "declaringClrType": "System.ClientModel.ClientResult\u00601",
715
- "declaringAssemblyName": "System.ClientModel",
716
- "metadataToken": 385875970
717
- }
696
+ "parameterCount": 2,
697
+ "visibility": "ProtectedInternal",
698
+ "declaringClrType": "System.ClientModel.ClientResult\u00601",
699
+ "declaringAssemblyName": "System.ClientModel"
718
700
  }
719
701
  ]
720
702
  },
721
703
  {
722
704
  "stableId": "System.ClientModel:System.ClientModel.ClientResultException",
723
705
  "clrName": "System.ClientModel.ClientResultException",
724
- "tsEmitName": "ClientResultException",
725
706
  "assemblyName": "System.ClientModel",
726
707
  "metadataToken": 0,
708
+ "kind": "Class",
709
+ "accessibility": "Public",
710
+ "isAbstract": false,
711
+ "isSealed": false,
712
+ "isStatic": false,
713
+ "arity": 0,
714
+ "baseType": {
715
+ "stableId": "System.Private.CoreLib:System.Exception",
716
+ "clrName": "System.Exception"
717
+ },
718
+ "interfaces": [
719
+ {
720
+ "stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
721
+ "clrName": "System.Runtime.Serialization.ISerializable"
722
+ }
723
+ ],
727
724
  "methods": [
728
725
  {
729
726
  "stableId": "System.ClientModel:System.ClientModel.ClientResultException::CreateAsync(System.ClientModel.Primitives.PipelineResponse,System.Exception):System.Threading.Tasks.Task_1[[System.ClientModel.ClientResultException,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
730
727
  "clrName": "CreateAsync",
731
- "tsEmitName": "createAsync",
732
728
  "metadataToken": 100663313,
733
729
  "canonicalSignature": "(System.ClientModel.Primitives.PipelineResponse,System.Exception):System.Threading.Tasks.Task_1[[System.ClientModel.ClientResultException,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
734
730
  "normalizedSignature": "CreateAsync|(System.ClientModel.Primitives.PipelineResponse,System.Exception):System.Threading.Tasks.Task_1[[System.ClientModel.ClientResultException,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=true",
735
731
  "emitScope": "ClassSurface",
732
+ "provenance": "Original",
736
733
  "arity": 0,
737
734
  "parameterCount": 2,
735
+ "isStatic": true,
736
+ "isAbstract": false,
737
+ "isVirtual": false,
738
+ "isOverride": false,
739
+ "isSealed": false,
740
+ "visibility": "Public",
738
741
  "declaringClrType": "System.ClientModel.ClientResultException",
739
742
  "declaringAssemblyName": "System.ClientModel",
740
743
  "isExtensionMethod": false
@@ -742,13 +745,19 @@
742
745
  {
743
746
  "stableId": "System.ClientModel:System.ClientModel.ClientResultException::GetRawResponse():System.ClientModel.Primitives.PipelineResponse",
744
747
  "clrName": "GetRawResponse",
745
- "tsEmitName": "getRawResponse",
746
748
  "metadataToken": 100663318,
747
749
  "canonicalSignature": "():System.ClientModel.Primitives.PipelineResponse",
748
750
  "normalizedSignature": "GetRawResponse|():System.ClientModel.Primitives.PipelineResponse|static=false",
749
751
  "emitScope": "ClassSurface",
752
+ "provenance": "Original",
750
753
  "arity": 0,
751
754
  "parameterCount": 0,
755
+ "isStatic": false,
756
+ "isAbstract": false,
757
+ "isVirtual": false,
758
+ "isOverride": false,
759
+ "isSealed": false,
760
+ "visibility": "Public",
752
761
  "declaringClrType": "System.ClientModel.ClientResultException",
753
762
  "declaringAssemblyName": "System.ClientModel",
754
763
  "isExtensionMethod": false
@@ -758,14 +767,19 @@
758
767
  {
759
768
  "stableId": "System.ClientModel:System.ClientModel.ClientResultException::Status:System.Int32",
760
769
  "clrName": "Status",
761
- "tsEmitName": "status",
762
770
  "metadataToken": 385875969,
763
771
  "canonicalSignature": ":System.Int32",
764
- "normalizedSignature": "Status|:System.Int32|static=false|accessor=get",
772
+ "normalizedSignature": "Status|:System.Int32|static=false|accessor=getset",
765
773
  "emitScope": "ClassSurface",
774
+ "provenance": "Original",
766
775
  "isIndexer": false,
767
776
  "hasGetter": true,
768
- "hasSetter": false,
777
+ "hasSetter": true,
778
+ "isStatic": false,
779
+ "isAbstract": false,
780
+ "isVirtual": false,
781
+ "isOverride": false,
782
+ "visibility": "Public",
769
783
  "declaringClrType": "System.ClientModel.ClientResultException",
770
784
  "declaringAssemblyName": "System.ClientModel"
771
785
  }
@@ -780,6 +794,7 @@
780
794
  "normalizedSignature": "constructor|(System.ClientModel.Primitives.PipelineResponse,System.Exception):void|static=false",
781
795
  "isStatic": false,
782
796
  "parameterCount": 2,
797
+ "visibility": "Public",
783
798
  "declaringClrType": "System.ClientModel.ClientResultException",
784
799
  "declaringAssemblyName": "System.ClientModel"
785
800
  },
@@ -790,82 +805,80 @@
790
805
  "normalizedSignature": "constructor|(System.String,System.ClientModel.Primitives.PipelineResponse,System.Exception):void|static=false",
791
806
  "isStatic": false,
792
807
  "parameterCount": 3,
808
+ "visibility": "Public",
793
809
  "declaringClrType": "System.ClientModel.ClientResultException",
794
810
  "declaringAssemblyName": "System.ClientModel"
795
811
  }
796
- ],
797
- "exposedMethods": [
798
- {
799
- "tsName": "createAsync",
800
- "isStatic": true,
801
- "tsSignatureId": "CreateAsync|(System.ClientModel.Primitives.PipelineResponse,System.Exception):System.Threading.Tasks.Task_1[[System.ClientModel.ClientResultException,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=true",
802
- "target": {
803
- "declaringClrType": "System.ClientModel.ClientResultException",
804
- "declaringAssemblyName": "System.ClientModel",
805
- "metadataToken": 100663313
806
- }
807
- },
808
- {
809
- "tsName": "getRawResponse",
810
- "isStatic": false,
811
- "tsSignatureId": "GetRawResponse|():System.ClientModel.Primitives.PipelineResponse|static=false",
812
- "target": {
813
- "declaringClrType": "System.ClientModel.ClientResultException",
814
- "declaringAssemblyName": "System.ClientModel",
815
- "metadataToken": 100663318
816
- }
817
- }
818
- ],
819
- "exposedProperties": [
820
- {
821
- "tsName": "status",
822
- "isStatic": false,
823
- "tsSignatureId": "Status|:System.Int32|static=false|accessor=get",
824
- "target": {
825
- "declaringClrType": "System.ClientModel.ClientResultException",
826
- "declaringAssemblyName": "System.ClientModel",
827
- "metadataToken": 385875969
828
- }
829
- }
830
- ],
831
- "exposedConstructors": [
832
- {
833
- "isStatic": false,
834
- "tsSignatureId": "constructor|(System.ClientModel.Primitives.PipelineResponse,System.Exception):void|static=false",
835
- "target": {
836
- "declaringClrType": "System.ClientModel.ClientResultException",
837
- "declaringAssemblyName": "System.ClientModel",
838
- "metadataToken": 100663316
839
- }
840
- },
841
- {
842
- "isStatic": false,
843
- "tsSignatureId": "constructor|(System.String,System.ClientModel.Primitives.PipelineResponse,System.Exception):void|static=false",
844
- "target": {
845
- "declaringClrType": "System.ClientModel.ClientResultException",
846
- "declaringAssemblyName": "System.ClientModel",
847
- "metadataToken": 100663317
848
- }
849
- }
850
812
  ]
851
813
  },
852
814
  {
853
815
  "stableId": "System.ClientModel:System.ClientModel.CollectionResult\u00601",
854
816
  "clrName": "System.ClientModel.CollectionResult\u00601",
855
- "tsEmitName": "CollectionResult_1",
856
817
  "assemblyName": "System.ClientModel",
857
818
  "metadataToken": 0,
819
+ "kind": "Class",
820
+ "accessibility": "Public",
821
+ "isAbstract": true,
822
+ "isSealed": false,
823
+ "isStatic": false,
824
+ "arity": 1,
825
+ "baseType": {
826
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.CollectionResult",
827
+ "clrName": "System.ClientModel.Primitives.CollectionResult"
828
+ },
829
+ "interfaces": [
830
+ {
831
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
832
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
833
+ "typeArguments": [
834
+ "T"
835
+ ]
836
+ },
837
+ {
838
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
839
+ "clrName": "System.Collections.IEnumerable"
840
+ }
841
+ ],
842
+ "typeParameters": [
843
+ "T"
844
+ ],
858
845
  "methods": [
859
846
  {
860
847
  "stableId": "System.ClientModel:System.ClientModel.CollectionResult\u00601::GetEnumerator():IEnumerator_1",
861
848
  "clrName": "GetEnumerator",
862
- "tsEmitName": "getEnumerator",
863
849
  "metadataToken": 100663326,
864
850
  "canonicalSignature": "():IEnumerator_1",
865
851
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
866
852
  "emitScope": "ClassSurface",
853
+ "provenance": "Original",
867
854
  "arity": 0,
868
855
  "parameterCount": 0,
856
+ "isStatic": false,
857
+ "isAbstract": false,
858
+ "isVirtual": true,
859
+ "isOverride": false,
860
+ "isSealed": true,
861
+ "visibility": "Public",
862
+ "declaringClrType": "System.ClientModel.CollectionResult\u00601",
863
+ "declaringAssemblyName": "System.ClientModel",
864
+ "isExtensionMethod": false
865
+ },
866
+ {
867
+ "stableId": "System.ClientModel:System.ClientModel.CollectionResult\u00601::GetValuesFromPage(System.ClientModel.ClientResult):IEnumerable_1",
868
+ "clrName": "GetValuesFromPage",
869
+ "metadataToken": 100663327,
870
+ "canonicalSignature": "(System.ClientModel.ClientResult):IEnumerable_1",
871
+ "normalizedSignature": "GetValuesFromPage|(System.ClientModel.ClientResult):IEnumerable_1|static=false",
872
+ "emitScope": "ClassSurface",
873
+ "provenance": "Original",
874
+ "arity": 0,
875
+ "parameterCount": 1,
876
+ "isStatic": false,
877
+ "isAbstract": true,
878
+ "isVirtual": true,
879
+ "isOverride": false,
880
+ "isSealed": false,
881
+ "visibility": "Protected",
869
882
  "declaringClrType": "System.ClientModel.CollectionResult\u00601",
870
883
  "declaringAssemblyName": "System.ClientModel",
871
884
  "isExtensionMethod": false
@@ -874,57 +887,52 @@
874
887
  "properties": [],
875
888
  "fields": [],
876
889
  "events": [],
877
- "constructors": [],
878
- "exposedMethods": [
879
- {
880
- "tsName": "getEnumerator",
881
- "isStatic": false,
882
- "tsSignatureId": "GetEnumerator|():IEnumerator_1|static=false",
883
- "target": {
884
- "declaringClrType": "System.ClientModel.CollectionResult\u00601",
885
- "declaringAssemblyName": "System.ClientModel",
886
- "metadataToken": 100663326
887
- }
888
- },
889
- {
890
- "tsName": "getRawPages",
891
- "isStatic": false,
892
- "tsSignatureId": "GetRawPages|():System.Collections.Generic.IEnumerable_1[[System.ClientModel.ClientResult,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
893
- "target": {
894
- "declaringClrType": "System.ClientModel.Primitives.CollectionResult",
895
- "declaringAssemblyName": "System.ClientModel",
896
- "metadataToken": 100663575
897
- }
898
- },
890
+ "constructors": [
899
891
  {
900
- "tsName": "getContinuationToken",
892
+ "stableId": "System.ClientModel:System.ClientModel.CollectionResult\u00601::.ctor():void",
893
+ "metadataToken": 100663325,
894
+ "canonicalSignature": "():void",
895
+ "normalizedSignature": "constructor|():void|static=false",
901
896
  "isStatic": false,
902
- "tsSignatureId": "GetContinuationToken|(System.ClientModel.ClientResult):System.ClientModel.ContinuationToken|static=false",
903
- "target": {
904
- "declaringClrType": "System.ClientModel.Primitives.CollectionResult",
905
- "declaringAssemblyName": "System.ClientModel",
906
- "metadataToken": 100663576
907
- }
897
+ "parameterCount": 0,
898
+ "visibility": "ProtectedInternal",
899
+ "declaringClrType": "System.ClientModel.CollectionResult\u00601",
900
+ "declaringAssemblyName": "System.ClientModel"
908
901
  }
909
902
  ]
910
903
  },
911
904
  {
912
905
  "stableId": "System.ClientModel:System.ClientModel.ContinuationToken",
913
906
  "clrName": "System.ClientModel.ContinuationToken",
914
- "tsEmitName": "ContinuationToken",
915
907
  "assemblyName": "System.ClientModel",
916
908
  "metadataToken": 0,
909
+ "kind": "Class",
910
+ "accessibility": "Public",
911
+ "isAbstract": false,
912
+ "isSealed": false,
913
+ "isStatic": false,
914
+ "arity": 0,
915
+ "baseType": {
916
+ "stableId": "System.Private.CoreLib:System.Object",
917
+ "clrName": "System.Object"
918
+ },
917
919
  "methods": [
918
920
  {
919
921
  "stableId": "System.ClientModel:System.ClientModel.ContinuationToken::FromBytes(System.BinaryData):System.ClientModel.ContinuationToken",
920
922
  "clrName": "FromBytes",
921
- "tsEmitName": "fromBytes",
922
923
  "metadataToken": 100663331,
923
924
  "canonicalSignature": "(System.BinaryData):System.ClientModel.ContinuationToken",
924
925
  "normalizedSignature": "FromBytes|(System.BinaryData):System.ClientModel.ContinuationToken|static=true",
925
926
  "emitScope": "ClassSurface",
927
+ "provenance": "Original",
926
928
  "arity": 0,
927
929
  "parameterCount": 1,
930
+ "isStatic": true,
931
+ "isAbstract": false,
932
+ "isVirtual": false,
933
+ "isOverride": false,
934
+ "isSealed": false,
935
+ "visibility": "Public",
928
936
  "declaringClrType": "System.ClientModel.ContinuationToken",
929
937
  "declaringAssemblyName": "System.ClientModel",
930
938
  "isExtensionMethod": false
@@ -932,13 +940,19 @@
932
940
  {
933
941
  "stableId": "System.ClientModel:System.ClientModel.ContinuationToken::ToBytes():System.BinaryData",
934
942
  "clrName": "ToBytes",
935
- "tsEmitName": "toBytes",
936
943
  "metadataToken": 100663332,
937
944
  "canonicalSignature": "():System.BinaryData",
938
945
  "normalizedSignature": "ToBytes|():System.BinaryData|static=false",
939
946
  "emitScope": "ClassSurface",
947
+ "provenance": "Original",
940
948
  "arity": 0,
941
949
  "parameterCount": 0,
950
+ "isStatic": false,
951
+ "isAbstract": false,
952
+ "isVirtual": true,
953
+ "isOverride": false,
954
+ "isSealed": false,
955
+ "visibility": "Public",
942
956
  "declaringClrType": "System.ClientModel.ContinuationToken",
943
957
  "declaringAssemblyName": "System.ClientModel",
944
958
  "isExtensionMethod": false
@@ -947,27 +961,28 @@
947
961
  "properties": [],
948
962
  "fields": [],
949
963
  "events": [],
950
- "constructors": [],
951
- "exposedMethods": [
964
+ "constructors": [
952
965
  {
953
- "tsName": "fromBytes",
954
- "isStatic": true,
955
- "tsSignatureId": "FromBytes|(System.BinaryData):System.ClientModel.ContinuationToken|static=true",
956
- "target": {
957
- "declaringClrType": "System.ClientModel.ContinuationToken",
958
- "declaringAssemblyName": "System.ClientModel",
959
- "metadataToken": 100663331
960
- }
966
+ "stableId": "System.ClientModel:System.ClientModel.ContinuationToken::.ctor():void",
967
+ "metadataToken": 100663329,
968
+ "canonicalSignature": "():void",
969
+ "normalizedSignature": "constructor|():void|static=false",
970
+ "isStatic": false,
971
+ "parameterCount": 0,
972
+ "visibility": "Protected",
973
+ "declaringClrType": "System.ClientModel.ContinuationToken",
974
+ "declaringAssemblyName": "System.ClientModel"
961
975
  },
962
976
  {
963
- "tsName": "toBytes",
977
+ "stableId": "System.ClientModel:System.ClientModel.ContinuationToken::.ctor(System.BinaryData):void",
978
+ "metadataToken": 100663330,
979
+ "canonicalSignature": "(System.BinaryData):void",
980
+ "normalizedSignature": "constructor|(System.BinaryData):void|static=false",
964
981
  "isStatic": false,
965
- "tsSignatureId": "ToBytes|():System.BinaryData|static=false",
966
- "target": {
967
- "declaringClrType": "System.ClientModel.ContinuationToken",
968
- "declaringAssemblyName": "System.ClientModel",
969
- "metadataToken": 100663332
970
- }
982
+ "parameterCount": 1,
983
+ "visibility": "Protected",
984
+ "declaringClrType": "System.ClientModel.ContinuationToken",
985
+ "declaringAssemblyName": "System.ClientModel"
971
986
  }
972
987
  ]
973
988
  }