@tsonic/efcore-sqlserver 0.1.1 → 0.1.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.
- package/Azure/bindings.json +2 -2
- package/Azure/internal/index.d.ts +3 -3
- package/Azure/internal/metadata.json +1 -1
- package/Azure.Core/bindings.json +12 -12
- package/Azure.Core/internal/index.d.ts +8 -8
- package/Azure.Core/internal/metadata.json +6 -6
- package/Azure.Core.GeoJson/bindings.json +16 -16
- package/Azure.Core.GeoJson/internal/index.d.ts +8 -8
- package/Azure.Core.GeoJson/internal/metadata.json +8 -8
- package/Azure.Core.Serialization/bindings.json +2 -2
- package/Azure.Core.Serialization/internal/index.d.ts +1 -1
- package/Azure.Core.Serialization/internal/metadata.json +1 -1
- package/Azure.Identity/bindings.json +20 -20
- package/Azure.Messaging/bindings.json +2 -2
- package/Azure.Messaging/internal/index.d.ts +3 -3
- package/Azure.Messaging/internal/metadata.json +1 -1
- package/Microsoft.Data.SqlClient/bindings.json +22 -22
- package/Microsoft.Data.SqlClient/internal/index.d.ts +16 -16
- package/Microsoft.Data.SqlClient/internal/metadata.json +11 -11
- package/Microsoft.Data.SqlClient.Server/bindings.json +2 -2
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +1 -1
- package/Microsoft.Data.SqlClient.Server/internal/metadata.json +1 -1
- package/Microsoft.Data.SqlTypes/bindings.json +4 -4
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +2 -2
- package/Microsoft.Data.SqlTypes/internal/metadata.json +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +10 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +13 -13
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +36 -36
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +18 -18
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +18 -18
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.Cache/bindings.json +2 -2
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.Cache/internal/metadata.json +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +8 -8
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +9 -9
- package/Microsoft.IdentityModel.Tokens/internal/metadata.json +4 -4
- package/Microsoft.SqlServer.Server/bindings.json +2 -2
- package/Microsoft.SqlServer.Server/internal/index.d.ts +1 -1
- package/Microsoft.SqlServer.Server/internal/metadata.json +1 -1
- package/System/internal/index.d.ts +2 -2
- package/System.ClientModel.Primitives/bindings.json +10 -10
- package/System.ClientModel.Primitives/internal/index.d.ts +8 -8
- package/System.ClientModel.Primitives/internal/metadata.json +5 -5
- package/System.Configuration/bindings.json +30 -30
- package/System.Configuration/internal/index.d.ts +44 -44
- package/System.Configuration/internal/metadata.json +14 -14
- package/System.Configuration.Provider/internal/index.d.ts +1 -1
- package/package.json +1 -1
package/Azure/bindings.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{
|
|
25
25
|
"stableId": "Azure.Core:Azure.ErrorOptions::DefaultAzure.ErrorOptions",
|
|
26
26
|
"clrName": "Default",
|
|
27
|
-
"tsEmitName": "
|
|
27
|
+
"tsEmitName": "default",
|
|
28
28
|
"metadataToken": 67108869,
|
|
29
29
|
"normalizedSignature": "Default|Azure.ErrorOptions|static=true|const=true",
|
|
30
30
|
"isStatic": true,
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"tsName": "
|
|
61
|
+
"tsName": "default",
|
|
62
62
|
"isStatic": true,
|
|
63
63
|
"tsSignatureId": "Default|Azure.ErrorOptions|static=true|const=true",
|
|
64
64
|
"target": {
|
|
@@ -31,7 +31,7 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
|
31
31
|
import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
32
32
|
|
|
33
33
|
export enum ErrorOptions {
|
|
34
|
-
|
|
34
|
+
default = 0,
|
|
35
35
|
noThrow = 1
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -149,8 +149,8 @@ export type HttpAuthorization = HttpAuthorization$instance;
|
|
|
149
149
|
export interface JsonPatchDocument$instance {
|
|
150
150
|
appendAdd<T>(path: string, value: T): void;
|
|
151
151
|
appendAddRaw(path: string, rawJsonValue: string): void;
|
|
152
|
-
appendCopy(
|
|
153
|
-
appendMove(
|
|
152
|
+
appendCopy(from: string, path: string): void;
|
|
153
|
+
appendMove(from: string, path: string): void;
|
|
154
154
|
appendRemove(path: string): void;
|
|
155
155
|
appendReplace<T>(path: string, value: T): void;
|
|
156
156
|
appendReplaceRaw(path: string, rawJsonValue: string): void;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{
|
|
30
30
|
"stableId": "Azure.Core:Azure.ErrorOptions::DefaultAzure.ErrorOptions",
|
|
31
31
|
"clrName": "Default",
|
|
32
|
-
"tsEmitName": "
|
|
32
|
+
"tsEmitName": "default",
|
|
33
33
|
"normalizedSignature": "Default|Azure.ErrorOptions|static=true|const=true",
|
|
34
34
|
"isStatic": true,
|
|
35
35
|
"isReadOnly": false,
|
package/Azure.Core/bindings.json
CHANGED
|
@@ -3210,7 +3210,7 @@
|
|
|
3210
3210
|
{
|
|
3211
3211
|
"stableId": "Azure.Core:Azure.Core.RequestMethod::Get:Azure.Core.RequestMethod",
|
|
3212
3212
|
"clrName": "Get",
|
|
3213
|
-
"tsEmitName": "
|
|
3213
|
+
"tsEmitName": "get",
|
|
3214
3214
|
"metadataToken": 385876214,
|
|
3215
3215
|
"canonicalSignature": ":Azure.Core.RequestMethod",
|
|
3216
3216
|
"normalizedSignature": "Get|:Azure.Core.RequestMethod|static=true|accessor=get",
|
|
@@ -3266,7 +3266,7 @@
|
|
|
3266
3266
|
{
|
|
3267
3267
|
"stableId": "Azure.Core:Azure.Core.RequestMethod::Delete:Azure.Core.RequestMethod",
|
|
3268
3268
|
"clrName": "Delete",
|
|
3269
|
-
"tsEmitName": "
|
|
3269
|
+
"tsEmitName": "delete",
|
|
3270
3270
|
"metadataToken": 385876218,
|
|
3271
3271
|
"canonicalSignature": ":Azure.Core.RequestMethod",
|
|
3272
3272
|
"normalizedSignature": "Delete|:Azure.Core.RequestMethod|static=true|accessor=get",
|
|
@@ -3398,7 +3398,7 @@
|
|
|
3398
3398
|
}
|
|
3399
3399
|
},
|
|
3400
3400
|
{
|
|
3401
|
-
"tsName": "
|
|
3401
|
+
"tsName": "get",
|
|
3402
3402
|
"isStatic": true,
|
|
3403
3403
|
"tsSignatureId": "Get|:Azure.Core.RequestMethod|static=true|accessor=get",
|
|
3404
3404
|
"target": {
|
|
@@ -3438,7 +3438,7 @@
|
|
|
3438
3438
|
}
|
|
3439
3439
|
},
|
|
3440
3440
|
{
|
|
3441
|
-
"tsName": "
|
|
3441
|
+
"tsName": "delete",
|
|
3442
3442
|
"isStatic": true,
|
|
3443
3443
|
"tsSignatureId": "Delete|:Azure.Core.RequestMethod|static=true|accessor=get",
|
|
3444
3444
|
"target": {
|
|
@@ -3572,7 +3572,7 @@
|
|
|
3572
3572
|
{
|
|
3573
3573
|
"stableId": "Azure.Core:Azure.Core.ResourceType::Namespace:System.String",
|
|
3574
3574
|
"clrName": "Namespace",
|
|
3575
|
-
"tsEmitName": "
|
|
3575
|
+
"tsEmitName": "namespace",
|
|
3576
3576
|
"metadataToken": 385876242,
|
|
3577
3577
|
"canonicalSignature": ":System.String",
|
|
3578
3578
|
"normalizedSignature": "Namespace|:System.String|static=false|accessor=get",
|
|
@@ -3586,7 +3586,7 @@
|
|
|
3586
3586
|
{
|
|
3587
3587
|
"stableId": "Azure.Core:Azure.Core.ResourceType::Type:System.String",
|
|
3588
3588
|
"clrName": "Type",
|
|
3589
|
-
"tsEmitName": "
|
|
3589
|
+
"tsEmitName": "type",
|
|
3590
3590
|
"metadataToken": 385876243,
|
|
3591
3591
|
"canonicalSignature": ":System.String",
|
|
3592
3592
|
"normalizedSignature": "Type|:System.String|static=false|accessor=get",
|
|
@@ -3666,7 +3666,7 @@
|
|
|
3666
3666
|
],
|
|
3667
3667
|
"exposedProperties": [
|
|
3668
3668
|
{
|
|
3669
|
-
"tsName": "
|
|
3669
|
+
"tsName": "namespace",
|
|
3670
3670
|
"isStatic": false,
|
|
3671
3671
|
"tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
|
|
3672
3672
|
"target": {
|
|
@@ -3676,7 +3676,7 @@
|
|
|
3676
3676
|
}
|
|
3677
3677
|
},
|
|
3678
3678
|
{
|
|
3679
|
-
"tsName": "
|
|
3679
|
+
"tsName": "type",
|
|
3680
3680
|
"isStatic": false,
|
|
3681
3681
|
"tsSignatureId": "Type|:System.String|static=false|accessor=get",
|
|
3682
3682
|
"target": {
|
|
@@ -4308,7 +4308,7 @@
|
|
|
4308
4308
|
{
|
|
4309
4309
|
"stableId": "Azure.Core:Azure.Core.AzureCoreContext::Default:Azure.Core.AzureCoreContext",
|
|
4310
4310
|
"clrName": "Default",
|
|
4311
|
-
"tsEmitName": "
|
|
4311
|
+
"tsEmitName": "default",
|
|
4312
4312
|
"metadataToken": 385876059,
|
|
4313
4313
|
"canonicalSignature": ":Azure.Core.AzureCoreContext",
|
|
4314
4314
|
"normalizedSignature": "Default|:Azure.Core.AzureCoreContext|static=true|accessor=get",
|
|
@@ -4347,7 +4347,7 @@
|
|
|
4347
4347
|
],
|
|
4348
4348
|
"exposedProperties": [
|
|
4349
4349
|
{
|
|
4350
|
-
"tsName": "
|
|
4350
|
+
"tsName": "default",
|
|
4351
4351
|
"isStatic": true,
|
|
4352
4352
|
"tsSignatureId": "Default|:Azure.Core.AzureCoreContext|static=true|accessor=get",
|
|
4353
4353
|
"target": {
|
|
@@ -4426,7 +4426,7 @@
|
|
|
4426
4426
|
{
|
|
4427
4427
|
"stableId": "Azure.Core:Azure.Core.ClientOptions::Default:Azure.Core.ClientOptions",
|
|
4428
4428
|
"clrName": "Default",
|
|
4429
|
-
"tsEmitName": "
|
|
4429
|
+
"tsEmitName": "default",
|
|
4430
4430
|
"metadataToken": 385876128,
|
|
4431
4431
|
"canonicalSignature": ":Azure.Core.ClientOptions",
|
|
4432
4432
|
"normalizedSignature": "Default|:Azure.Core.ClientOptions|static=true|accessor=get",
|
|
@@ -4541,7 +4541,7 @@
|
|
|
4541
4541
|
],
|
|
4542
4542
|
"exposedProperties": [
|
|
4543
4543
|
{
|
|
4544
|
-
"tsName": "
|
|
4544
|
+
"tsName": "default",
|
|
4545
4545
|
"isStatic": true,
|
|
4546
4546
|
"tsSignatureId": "Default|:Azure.Core.ClientOptions|static=true|accessor=get",
|
|
4547
4547
|
"target": {
|
|
@@ -248,11 +248,11 @@ export interface RequestMethod$instance {
|
|
|
248
248
|
|
|
249
249
|
export const RequestMethod: {
|
|
250
250
|
new(method: string): RequestMethod;
|
|
251
|
-
readonly
|
|
251
|
+
readonly get: RequestMethod;
|
|
252
252
|
readonly post: RequestMethod;
|
|
253
253
|
readonly put: RequestMethod;
|
|
254
254
|
readonly patch: RequestMethod;
|
|
255
|
-
readonly
|
|
255
|
+
readonly delete: RequestMethod;
|
|
256
256
|
readonly head: RequestMethod;
|
|
257
257
|
readonly options: RequestMethod;
|
|
258
258
|
readonly trace: RequestMethod;
|
|
@@ -263,8 +263,8 @@ export const RequestMethod: {
|
|
|
263
263
|
export type RequestMethod = RequestMethod$instance;
|
|
264
264
|
|
|
265
265
|
export interface ResourceType$instance {
|
|
266
|
-
readonly
|
|
267
|
-
readonly
|
|
266
|
+
readonly namespace: string;
|
|
267
|
+
readonly type: string;
|
|
268
268
|
equals(other: ResourceType): boolean;
|
|
269
269
|
equals(other: unknown): boolean;
|
|
270
270
|
getHashCode(): int;
|
|
@@ -331,7 +331,7 @@ export interface AzureCoreContext$instance extends ModelReaderWriterContext {
|
|
|
331
331
|
|
|
332
332
|
export const AzureCoreContext: {
|
|
333
333
|
new(): AzureCoreContext;
|
|
334
|
-
readonly
|
|
334
|
+
readonly default: AzureCoreContext;
|
|
335
335
|
};
|
|
336
336
|
|
|
337
337
|
|
|
@@ -351,7 +351,7 @@ export interface ClientOptions$instance {
|
|
|
351
351
|
|
|
352
352
|
|
|
353
353
|
export const ClientOptions: {
|
|
354
|
-
readonly
|
|
354
|
+
readonly default: ClientOptions;
|
|
355
355
|
};
|
|
356
356
|
|
|
357
357
|
|
|
@@ -404,9 +404,9 @@ export interface HttpMessage$instance {
|
|
|
404
404
|
dispose(): void;
|
|
405
405
|
extractResponseContent(): Stream | undefined;
|
|
406
406
|
setProperty(name: string, value: unknown): void;
|
|
407
|
-
setProperty(
|
|
407
|
+
setProperty(type: Type, value: unknown): void;
|
|
408
408
|
tryGetProperty(name: string, value: unknown): boolean;
|
|
409
|
-
tryGetProperty(
|
|
409
|
+
tryGetProperty(type: Type, value: unknown): boolean;
|
|
410
410
|
}
|
|
411
411
|
|
|
412
412
|
|
|
@@ -2087,7 +2087,7 @@
|
|
|
2087
2087
|
{
|
|
2088
2088
|
"stableId": "Azure.Core:Azure.Core.RequestMethod::Get:Azure.Core.RequestMethod",
|
|
2089
2089
|
"clrName": "Get",
|
|
2090
|
-
"tsEmitName": "
|
|
2090
|
+
"tsEmitName": "get",
|
|
2091
2091
|
"normalizedSignature": "Get|:Azure.Core.RequestMethod|static=true|accessor=get",
|
|
2092
2092
|
"provenance": "Original",
|
|
2093
2093
|
"emitScope": "ClassSurface",
|
|
@@ -2147,7 +2147,7 @@
|
|
|
2147
2147
|
{
|
|
2148
2148
|
"stableId": "Azure.Core:Azure.Core.RequestMethod::Delete:Azure.Core.RequestMethod",
|
|
2149
2149
|
"clrName": "Delete",
|
|
2150
|
-
"tsEmitName": "
|
|
2150
|
+
"tsEmitName": "delete",
|
|
2151
2151
|
"normalizedSignature": "Delete|:Azure.Core.RequestMethod|static=true|accessor=get",
|
|
2152
2152
|
"provenance": "Original",
|
|
2153
2153
|
"emitScope": "ClassSurface",
|
|
@@ -2311,7 +2311,7 @@
|
|
|
2311
2311
|
{
|
|
2312
2312
|
"stableId": "Azure.Core:Azure.Core.ResourceType::Namespace:System.String",
|
|
2313
2313
|
"clrName": "Namespace",
|
|
2314
|
-
"tsEmitName": "
|
|
2314
|
+
"tsEmitName": "namespace",
|
|
2315
2315
|
"normalizedSignature": "Namespace|:System.String|static=false|accessor=get",
|
|
2316
2316
|
"provenance": "Original",
|
|
2317
2317
|
"emitScope": "ClassSurface",
|
|
@@ -2326,7 +2326,7 @@
|
|
|
2326
2326
|
{
|
|
2327
2327
|
"stableId": "Azure.Core:Azure.Core.ResourceType::Type:System.String",
|
|
2328
2328
|
"clrName": "Type",
|
|
2329
|
-
"tsEmitName": "
|
|
2329
|
+
"tsEmitName": "type",
|
|
2330
2330
|
"normalizedSignature": "Type|:System.String|static=false|accessor=get",
|
|
2331
2331
|
"provenance": "Original",
|
|
2332
2332
|
"emitScope": "ClassSurface",
|
|
@@ -2726,7 +2726,7 @@
|
|
|
2726
2726
|
{
|
|
2727
2727
|
"stableId": "Azure.Core:Azure.Core.AzureCoreContext::Default:Azure.Core.AzureCoreContext",
|
|
2728
2728
|
"clrName": "Default",
|
|
2729
|
-
"tsEmitName": "
|
|
2729
|
+
"tsEmitName": "default",
|
|
2730
2730
|
"normalizedSignature": "Default|:Azure.Core.AzureCoreContext|static=true|accessor=get",
|
|
2731
2731
|
"provenance": "Original",
|
|
2732
2732
|
"emitScope": "ClassSurface",
|
|
@@ -2823,7 +2823,7 @@
|
|
|
2823
2823
|
{
|
|
2824
2824
|
"stableId": "Azure.Core:Azure.Core.ClientOptions::Default:Azure.Core.ClientOptions",
|
|
2825
2825
|
"clrName": "Default",
|
|
2826
|
-
"tsEmitName": "
|
|
2826
|
+
"tsEmitName": "default",
|
|
2827
2827
|
"normalizedSignature": "Default|:Azure.Core.ClientOptions|static=true|accessor=get",
|
|
2828
2828
|
"provenance": "Original",
|
|
2829
2829
|
"emitScope": "ClassSurface",
|
|
@@ -1040,7 +1040,7 @@
|
|
|
1040
1040
|
{
|
|
1041
1041
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
1042
1042
|
"clrName": "Type",
|
|
1043
|
-
"tsEmitName": "
|
|
1043
|
+
"tsEmitName": "type",
|
|
1044
1044
|
"metadataToken": 385876347,
|
|
1045
1045
|
"canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
|
|
1046
1046
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
@@ -1140,7 +1140,7 @@
|
|
|
1140
1140
|
}
|
|
1141
1141
|
},
|
|
1142
1142
|
{
|
|
1143
|
-
"tsName": "
|
|
1143
|
+
"tsName": "type",
|
|
1144
1144
|
"isStatic": false,
|
|
1145
1145
|
"tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
1146
1146
|
"target": {
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
{
|
|
1268
1268
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineString::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
1269
1269
|
"clrName": "Type",
|
|
1270
|
-
"tsEmitName": "
|
|
1270
|
+
"tsEmitName": "type",
|
|
1271
1271
|
"metadataToken": 385876350,
|
|
1272
1272
|
"canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
|
|
1273
1273
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
@@ -1347,7 +1347,7 @@
|
|
|
1347
1347
|
}
|
|
1348
1348
|
},
|
|
1349
1349
|
{
|
|
1350
|
-
"tsName": "
|
|
1350
|
+
"tsName": "type",
|
|
1351
1351
|
"isStatic": false,
|
|
1352
1352
|
"tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
1353
1353
|
"target": {
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
{
|
|
1457
1457
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
1458
1458
|
"clrName": "Type",
|
|
1459
|
-
"tsEmitName": "
|
|
1459
|
+
"tsEmitName": "type",
|
|
1460
1460
|
"metadataToken": 385876355,
|
|
1461
1461
|
"canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
|
|
1462
1462
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
}
|
|
1567
1567
|
},
|
|
1568
1568
|
{
|
|
1569
|
-
"tsName": "
|
|
1569
|
+
"tsName": "type",
|
|
1570
1570
|
"isStatic": false,
|
|
1571
1571
|
"tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
1572
1572
|
"target": {
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
{
|
|
1668
1668
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
1669
1669
|
"clrName": "Type",
|
|
1670
|
-
"tsEmitName": "
|
|
1670
|
+
"tsEmitName": "type",
|
|
1671
1671
|
"metadataToken": 385876357,
|
|
1672
1672
|
"canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
|
|
1673
1673
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
@@ -1730,7 +1730,7 @@
|
|
|
1730
1730
|
],
|
|
1731
1731
|
"exposedProperties": [
|
|
1732
1732
|
{
|
|
1733
|
-
"tsName": "
|
|
1733
|
+
"tsName": "type",
|
|
1734
1734
|
"isStatic": false,
|
|
1735
1735
|
"tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
1736
1736
|
"target": {
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
{
|
|
1854
1854
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
1855
1855
|
"clrName": "Type",
|
|
1856
|
-
"tsEmitName": "
|
|
1856
|
+
"tsEmitName": "type",
|
|
1857
1857
|
"metadataToken": 385876360,
|
|
1858
1858
|
"canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
|
|
1859
1859
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
}
|
|
2014
2014
|
},
|
|
2015
2015
|
{
|
|
2016
|
-
"tsName": "
|
|
2016
|
+
"tsName": "type",
|
|
2017
2017
|
"isStatic": false,
|
|
2018
2018
|
"tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
2019
2019
|
"target": {
|
|
@@ -2149,7 +2149,7 @@
|
|
|
2149
2149
|
{
|
|
2150
2150
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
2151
2151
|
"clrName": "Type",
|
|
2152
|
-
"tsEmitName": "
|
|
2152
|
+
"tsEmitName": "type",
|
|
2153
2153
|
"metadataToken": 385876365,
|
|
2154
2154
|
"canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
|
|
2155
2155
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
@@ -2259,7 +2259,7 @@
|
|
|
2259
2259
|
}
|
|
2260
2260
|
},
|
|
2261
2261
|
{
|
|
2262
|
-
"tsName": "
|
|
2262
|
+
"tsName": "type",
|
|
2263
2263
|
"isStatic": false,
|
|
2264
2264
|
"tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
2265
2265
|
"target": {
|
|
@@ -2353,7 +2353,7 @@
|
|
|
2353
2353
|
{
|
|
2354
2354
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
2355
2355
|
"clrName": "Type",
|
|
2356
|
-
"tsEmitName": "
|
|
2356
|
+
"tsEmitName": "type",
|
|
2357
2357
|
"metadataToken": 385876369,
|
|
2358
2358
|
"canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
|
|
2359
2359
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
@@ -2463,7 +2463,7 @@
|
|
|
2463
2463
|
}
|
|
2464
2464
|
},
|
|
2465
2465
|
{
|
|
2466
|
-
"tsName": "
|
|
2466
|
+
"tsName": "type",
|
|
2467
2467
|
"isStatic": false,
|
|
2468
2468
|
"tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
2469
2469
|
"target": {
|
|
@@ -2581,7 +2581,7 @@
|
|
|
2581
2581
|
{
|
|
2582
2582
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
2583
2583
|
"clrName": "Type",
|
|
2584
|
-
"tsEmitName": "
|
|
2584
|
+
"tsEmitName": "type",
|
|
2585
2585
|
"metadataToken": 385876374,
|
|
2586
2586
|
"canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
|
|
2587
2587
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
@@ -2691,7 +2691,7 @@
|
|
|
2691
2691
|
}
|
|
2692
2692
|
},
|
|
2693
2693
|
{
|
|
2694
|
-
"tsName": "
|
|
2694
|
+
"tsName": "type",
|
|
2695
2695
|
"isStatic": false,
|
|
2696
2696
|
"tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
2697
2697
|
"target": {
|
|
@@ -107,7 +107,7 @@ export type GeoBoundingBox = GeoBoundingBox$instance;
|
|
|
107
107
|
export interface GeoCollection$instance extends GeoObject {
|
|
108
108
|
readonly count: int;
|
|
109
109
|
readonly item: GeoObject;
|
|
110
|
-
readonly
|
|
110
|
+
readonly type: GeoObjectType;
|
|
111
111
|
getEnumerator(): IEnumerator__System_Collections_Generic<GeoObject>;
|
|
112
112
|
}
|
|
113
113
|
|
|
@@ -134,7 +134,7 @@ export type GeoLinearRing = GeoLinearRing$instance;
|
|
|
134
134
|
|
|
135
135
|
export interface GeoLineString$instance extends GeoObject {
|
|
136
136
|
readonly coordinates: GeoArray_1<GeoPosition>;
|
|
137
|
-
readonly
|
|
137
|
+
readonly type: GeoObjectType;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
|
|
@@ -150,7 +150,7 @@ export interface GeoLineStringCollection$instance extends GeoObject {
|
|
|
150
150
|
readonly coordinates: GeoArray_1<GeoArray_1<GeoPosition>>;
|
|
151
151
|
readonly count: int;
|
|
152
152
|
readonly item: GeoLineString;
|
|
153
|
-
readonly
|
|
153
|
+
readonly type: GeoObjectType;
|
|
154
154
|
getEnumerator(): IEnumerator__System_Collections_Generic<GeoLineString>;
|
|
155
155
|
}
|
|
156
156
|
|
|
@@ -165,7 +165,7 @@ export type GeoLineStringCollection = GeoLineStringCollection$instance;
|
|
|
165
165
|
|
|
166
166
|
export interface GeoObject$instance {
|
|
167
167
|
readonly boundingBox: GeoBoundingBox | undefined;
|
|
168
|
-
readonly
|
|
168
|
+
readonly type: GeoObjectType;
|
|
169
169
|
toString(): string;
|
|
170
170
|
tryGetCustomProperty(name: string, value: unknown): boolean;
|
|
171
171
|
}
|
|
@@ -180,7 +180,7 @@ export type GeoObject = GeoObject$instance;
|
|
|
180
180
|
|
|
181
181
|
export interface GeoPoint$instance extends GeoObject {
|
|
182
182
|
readonly coordinates: GeoPosition;
|
|
183
|
-
readonly
|
|
183
|
+
readonly type: GeoObjectType;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
|
|
@@ -207,7 +207,7 @@ export interface GeoPointCollection$instance extends GeoObject {
|
|
|
207
207
|
readonly coordinates: GeoArray_1<GeoPosition>;
|
|
208
208
|
readonly count: int;
|
|
209
209
|
readonly item: GeoPoint;
|
|
210
|
-
readonly
|
|
210
|
+
readonly type: GeoObjectType;
|
|
211
211
|
getEnumerator(): IEnumerator__System_Collections_Generic<GeoPoint>;
|
|
212
212
|
}
|
|
213
213
|
|
|
@@ -224,7 +224,7 @@ export interface GeoPolygon$instance extends GeoObject {
|
|
|
224
224
|
readonly coordinates: GeoArray_1<GeoArray_1<GeoPosition>>;
|
|
225
225
|
readonly outerRing: GeoLinearRing;
|
|
226
226
|
readonly rings: IReadOnlyList<GeoLinearRing>;
|
|
227
|
-
readonly
|
|
227
|
+
readonly type: GeoObjectType;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
|
|
@@ -241,7 +241,7 @@ export interface GeoPolygonCollection$instance extends GeoObject {
|
|
|
241
241
|
readonly coordinates: GeoArray_1<GeoArray_1<GeoArray_1<GeoPosition>>>;
|
|
242
242
|
readonly count: int;
|
|
243
243
|
readonly item: GeoPolygon;
|
|
244
|
-
readonly
|
|
244
|
+
readonly type: GeoObjectType;
|
|
245
245
|
getEnumerator(): IEnumerator__System_Collections_Generic<GeoPolygon>;
|
|
246
246
|
}
|
|
247
247
|
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
{
|
|
667
667
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
668
668
|
"clrName": "Type",
|
|
669
|
-
"tsEmitName": "
|
|
669
|
+
"tsEmitName": "type",
|
|
670
670
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
671
671
|
"provenance": "Original",
|
|
672
672
|
"emitScope": "ClassSurface",
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
{
|
|
763
763
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineString::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
764
764
|
"clrName": "Type",
|
|
765
|
-
"tsEmitName": "
|
|
765
|
+
"tsEmitName": "type",
|
|
766
766
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
767
767
|
"provenance": "Original",
|
|
768
768
|
"emitScope": "ClassSurface",
|
|
@@ -867,7 +867,7 @@
|
|
|
867
867
|
{
|
|
868
868
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
869
869
|
"clrName": "Type",
|
|
870
|
-
"tsEmitName": "
|
|
870
|
+
"tsEmitName": "type",
|
|
871
871
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
872
872
|
"provenance": "Original",
|
|
873
873
|
"emitScope": "ClassSurface",
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
{
|
|
966
966
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
967
967
|
"clrName": "Type",
|
|
968
|
-
"tsEmitName": "
|
|
968
|
+
"tsEmitName": "type",
|
|
969
969
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
970
970
|
"provenance": "Original",
|
|
971
971
|
"emitScope": "ClassSurface",
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
{
|
|
1120
1120
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
1121
1121
|
"clrName": "Type",
|
|
1122
|
-
"tsEmitName": "
|
|
1122
|
+
"tsEmitName": "type",
|
|
1123
1123
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
1124
1124
|
"provenance": "Original",
|
|
1125
1125
|
"emitScope": "ClassSurface",
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
{
|
|
1240
1240
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
1241
1241
|
"clrName": "Type",
|
|
1242
|
-
"tsEmitName": "
|
|
1242
|
+
"tsEmitName": "type",
|
|
1243
1243
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
1244
1244
|
"provenance": "Original",
|
|
1245
1245
|
"emitScope": "ClassSurface",
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
{
|
|
1328
1328
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
1329
1329
|
"clrName": "Type",
|
|
1330
|
-
"tsEmitName": "
|
|
1330
|
+
"tsEmitName": "type",
|
|
1331
1331
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
1332
1332
|
"provenance": "Original",
|
|
1333
1333
|
"emitScope": "ClassSurface",
|
|
@@ -1437,7 +1437,7 @@
|
|
|
1437
1437
|
{
|
|
1438
1438
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::Type:Azure.Core.GeoJson.GeoObjectType",
|
|
1439
1439
|
"clrName": "Type",
|
|
1440
|
-
"tsEmitName": "
|
|
1440
|
+
"tsEmitName": "type",
|
|
1441
1441
|
"normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
|
|
1442
1442
|
"provenance": "Original",
|
|
1443
1443
|
"emitScope": "ClassSurface",
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
{
|
|
368
368
|
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::Default:Azure.Core.Serialization.JsonObjectSerializer",
|
|
369
369
|
"clrName": "Default",
|
|
370
|
-
"tsEmitName": "
|
|
370
|
+
"tsEmitName": "default",
|
|
371
371
|
"metadataToken": 385876397,
|
|
372
372
|
"canonicalSignature": ":Azure.Core.Serialization.JsonObjectSerializer",
|
|
373
373
|
"normalizedSignature": "Default|:Azure.Core.Serialization.JsonObjectSerializer|static=true|accessor=get",
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
],
|
|
498
498
|
"exposedProperties": [
|
|
499
499
|
{
|
|
500
|
-
"tsName": "
|
|
500
|
+
"tsName": "default",
|
|
501
501
|
"isStatic": true,
|
|
502
502
|
"tsSignatureId": "Default|:Azure.Core.Serialization.JsonObjectSerializer|static=true|accessor=get",
|
|
503
503
|
"target": {
|
|
@@ -59,7 +59,7 @@ export interface JsonObjectSerializer$instance extends ObjectSerializer {
|
|
|
59
59
|
export const JsonObjectSerializer: {
|
|
60
60
|
new(): JsonObjectSerializer;
|
|
61
61
|
new(options: JsonSerializerOptions): JsonObjectSerializer;
|
|
62
|
-
readonly
|
|
62
|
+
readonly default: JsonObjectSerializer;
|
|
63
63
|
};
|
|
64
64
|
|
|
65
65
|
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
{
|
|
324
324
|
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::Default:Azure.Core.Serialization.JsonObjectSerializer",
|
|
325
325
|
"clrName": "Default",
|
|
326
|
-
"tsEmitName": "
|
|
326
|
+
"tsEmitName": "default",
|
|
327
327
|
"normalizedSignature": "Default|:Azure.Core.Serialization.JsonObjectSerializer|static=true|accessor=get",
|
|
328
328
|
"provenance": "Original",
|
|
329
329
|
"emitScope": "ClassSurface",
|