@azure/eventgrid 4.15.1-alpha.20231106.1 → 5.0.0-alpha.20231110.4
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/dist/index.js +102 -3
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/generatedClientContext.js +1 -1
- package/dist-esm/src/generated/generatedClientContext.js.map +1 -1
- package/dist-esm/src/generated/models/index.js.map +1 -1
- package/dist-esm/src/generated/models/mappers.js +96 -1
- package/dist-esm/src/generated/models/mappers.js.map +1 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/predicates.js.map +1 -1
- package/dist-esm/src/tracing.js +1 -1
- package/dist-esm/src/tracing.js.map +1 -1
- package/package.json +1 -1
- package/types/eventgrid.d.ts +43 -1
@@ -6238,6 +6238,14 @@ export const AcsChatThreadParticipant = {
|
|
6238
6238
|
name: "Composite",
|
6239
6239
|
className: "CommunicationIdentifierModel"
|
6240
6240
|
}
|
6241
|
+
},
|
6242
|
+
metadata: {
|
6243
|
+
serializedName: "metadata",
|
6244
|
+
required: true,
|
6245
|
+
type: {
|
6246
|
+
name: "Dictionary",
|
6247
|
+
value: { type: { name: "String" } }
|
6248
|
+
}
|
6241
6249
|
}
|
6242
6250
|
}
|
6243
6251
|
}
|
@@ -7472,7 +7480,8 @@ export const ResourceNotificationsResourceUpdatedDetails = {
|
|
7472
7480
|
serializedName: "tags",
|
7473
7481
|
required: true,
|
7474
7482
|
type: {
|
7475
|
-
name: "
|
7483
|
+
name: "Dictionary",
|
7484
|
+
value: { type: { name: "String" } }
|
7476
7485
|
}
|
7477
7486
|
},
|
7478
7487
|
properties: {
|
@@ -7530,6 +7539,57 @@ export const ResourceNotificationsResourceUpdatedEventData = {
|
|
7530
7539
|
}
|
7531
7540
|
}
|
7532
7541
|
};
|
7542
|
+
export const ResourceNotificationsResourceDeletedDetails = {
|
7543
|
+
type: {
|
7544
|
+
name: "Composite",
|
7545
|
+
className: "ResourceNotificationsResourceDeletedDetails",
|
7546
|
+
modelProperties: {
|
7547
|
+
id: {
|
7548
|
+
serializedName: "id",
|
7549
|
+
required: true,
|
7550
|
+
type: {
|
7551
|
+
name: "String"
|
7552
|
+
}
|
7553
|
+
},
|
7554
|
+
name: {
|
7555
|
+
serializedName: "name",
|
7556
|
+
required: true,
|
7557
|
+
type: {
|
7558
|
+
name: "String"
|
7559
|
+
}
|
7560
|
+
},
|
7561
|
+
type: {
|
7562
|
+
serializedName: "type",
|
7563
|
+
required: true,
|
7564
|
+
type: {
|
7565
|
+
name: "String"
|
7566
|
+
}
|
7567
|
+
}
|
7568
|
+
}
|
7569
|
+
}
|
7570
|
+
};
|
7571
|
+
export const ResourceNotificationsResourceDeletedEventData = {
|
7572
|
+
type: {
|
7573
|
+
name: "Composite",
|
7574
|
+
className: "ResourceNotificationsResourceDeletedEventData",
|
7575
|
+
modelProperties: {
|
7576
|
+
resourceDetails: {
|
7577
|
+
serializedName: "resourceInfo",
|
7578
|
+
type: {
|
7579
|
+
name: "Composite",
|
7580
|
+
className: "ResourceNotificationsResourceDeletedDetails"
|
7581
|
+
}
|
7582
|
+
},
|
7583
|
+
operationalDetails: {
|
7584
|
+
serializedName: "operationalInfo",
|
7585
|
+
type: {
|
7586
|
+
name: "Composite",
|
7587
|
+
className: "ResourceNotificationsOperationalDetails"
|
7588
|
+
}
|
7589
|
+
}
|
7590
|
+
}
|
7591
|
+
}
|
7592
|
+
};
|
7533
7593
|
export const EventGridMqttClientCreatedOrUpdatedEventData = {
|
7534
7594
|
type: {
|
7535
7595
|
name: "Composite",
|
@@ -8196,6 +8256,20 @@ export const ResourceNotificationsHealthResourcesAnnotatedEventData = {
|
|
8196
8256
|
modelProperties: Object.assign({}, ResourceNotificationsResourceUpdatedEventData.type.modelProperties)
|
8197
8257
|
}
|
8198
8258
|
};
|
8259
|
+
export const ResourceNotificationsResourceManagementCreatedOrUpdatedEventData = {
|
8260
|
+
type: {
|
8261
|
+
name: "Composite",
|
8262
|
+
className: "ResourceNotificationsResourceManagementCreatedOrUpdatedEventData",
|
8263
|
+
modelProperties: Object.assign({}, ResourceNotificationsResourceUpdatedEventData.type.modelProperties)
|
8264
|
+
}
|
8265
|
+
};
|
8266
|
+
export const ResourceNotificationsResourceManagementDeletedEventData = {
|
8267
|
+
type: {
|
8268
|
+
name: "Composite",
|
8269
|
+
className: "ResourceNotificationsResourceManagementDeletedEventData",
|
8270
|
+
modelProperties: Object.assign({}, ResourceNotificationsResourceDeletedEventData.type.modelProperties)
|
8271
|
+
}
|
8272
|
+
};
|
8199
8273
|
export const AcsRouterJobCancelledEventData = {
|
8200
8274
|
type: {
|
8201
8275
|
name: "Composite",
|
@@ -8836,6 +8910,13 @@ export const AcsChatThreadCreatedWithUserEventData = {
|
|
8836
8910
|
name: "Dictionary",
|
8837
8911
|
value: { type: { name: "any" } }
|
8838
8912
|
}
|
8913
|
+
}, metadata: {
|
8914
|
+
serializedName: "metadata",
|
8915
|
+
required: true,
|
8916
|
+
type: {
|
8917
|
+
name: "Dictionary",
|
8918
|
+
value: { type: { name: "String" } }
|
8919
|
+
}
|
8839
8920
|
}, participants: {
|
8840
8921
|
serializedName: "participants",
|
8841
8922
|
required: true,
|
@@ -8886,6 +8967,13 @@ export const AcsChatThreadPropertiesUpdatedPerUserEventData = {
|
|
8886
8967
|
type: {
|
8887
8968
|
name: "String"
|
8888
8969
|
}
|
8970
|
+
}, metadata: {
|
8971
|
+
serializedName: "metadata",
|
8972
|
+
required: true,
|
8973
|
+
type: {
|
8974
|
+
name: "Dictionary",
|
8975
|
+
value: { type: { name: "String" } }
|
8976
|
+
}
|
8889
8977
|
}, properties: {
|
8890
8978
|
serializedName: "properties",
|
8891
8979
|
required: true,
|
@@ -9079,6 +9167,13 @@ export const AcsChatThreadPropertiesUpdatedEventData = {
|
|
9079
9167
|
name: "Dictionary",
|
9080
9168
|
value: { type: { name: "any" } }
|
9081
9169
|
}
|
9170
|
+
}, metadata: {
|
9171
|
+
serializedName: "metadata",
|
9172
|
+
required: true,
|
9173
|
+
type: {
|
9174
|
+
name: "Dictionary",
|
9175
|
+
value: { type: { name: "String" } }
|
9176
|
+
}
|
9082
9177
|
} })
|
9083
9178
|
}
|
9084
9179
|
};
|