@azure/eventgrid 4.11.1-alpha.20230320.1 → 4.11.1-alpha.20230510.3
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 +604 -5
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/models/index.js.map +1 -1
- package/dist-esm/src/generated/models/mappers.js +581 -4
- 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/package.json +2 -2
- package/types/eventgrid.d.ts +291 -0
package/dist/index.js
CHANGED
@@ -1141,6 +1141,71 @@ const StorageBlobInventoryPolicyCompletedEventData = {
|
|
1141
1141
|
}
|
1142
1142
|
}
|
1143
1143
|
};
|
1144
|
+
const StorageTaskQueuedEventData = {
|
1145
|
+
type: {
|
1146
|
+
name: "Composite",
|
1147
|
+
className: "StorageTaskQueuedEventData",
|
1148
|
+
modelProperties: {
|
1149
|
+
queuedDateTime: {
|
1150
|
+
serializedName: "queuedDateTime",
|
1151
|
+
required: true,
|
1152
|
+
type: {
|
1153
|
+
name: "String"
|
1154
|
+
}
|
1155
|
+
},
|
1156
|
+
taskExecutionId: {
|
1157
|
+
serializedName: "taskExecutionId",
|
1158
|
+
required: true,
|
1159
|
+
type: {
|
1160
|
+
name: "String"
|
1161
|
+
}
|
1162
|
+
}
|
1163
|
+
}
|
1164
|
+
}
|
1165
|
+
};
|
1166
|
+
const StorageTaskCompletedEventData = {
|
1167
|
+
type: {
|
1168
|
+
name: "Composite",
|
1169
|
+
className: "StorageTaskCompletedEventData",
|
1170
|
+
modelProperties: {
|
1171
|
+
status: {
|
1172
|
+
serializedName: "status",
|
1173
|
+
required: true,
|
1174
|
+
type: {
|
1175
|
+
name: "String"
|
1176
|
+
}
|
1177
|
+
},
|
1178
|
+
completedDateTime: {
|
1179
|
+
serializedName: "completedDateTime",
|
1180
|
+
required: true,
|
1181
|
+
type: {
|
1182
|
+
name: "String"
|
1183
|
+
}
|
1184
|
+
},
|
1185
|
+
taskExecutionId: {
|
1186
|
+
serializedName: "taskExecutionId",
|
1187
|
+
required: true,
|
1188
|
+
type: {
|
1189
|
+
name: "String"
|
1190
|
+
}
|
1191
|
+
},
|
1192
|
+
taskName: {
|
1193
|
+
serializedName: "taskName",
|
1194
|
+
required: true,
|
1195
|
+
type: {
|
1196
|
+
name: "String"
|
1197
|
+
}
|
1198
|
+
},
|
1199
|
+
summaryReportBlobUrl: {
|
1200
|
+
serializedName: "summaryReportBlobUrl",
|
1201
|
+
required: true,
|
1202
|
+
type: {
|
1203
|
+
name: "String"
|
1204
|
+
}
|
1205
|
+
}
|
1206
|
+
}
|
1207
|
+
}
|
1208
|
+
};
|
1144
1209
|
const EventHubCaptureFileCreatedEventData = {
|
1145
1210
|
type: {
|
1146
1211
|
name: "Composite",
|
@@ -2107,6 +2172,93 @@ const SubscriptionDeletedEventData = {
|
|
2107
2172
|
}
|
2108
2173
|
}
|
2109
2174
|
};
|
2175
|
+
const DataBoxCopyStartedEventData = {
|
2176
|
+
type: {
|
2177
|
+
name: "Composite",
|
2178
|
+
className: "DataBoxCopyStartedEventData",
|
2179
|
+
modelProperties: {
|
2180
|
+
serialNumber: {
|
2181
|
+
serializedName: "serialNumber",
|
2182
|
+
required: true,
|
2183
|
+
type: {
|
2184
|
+
name: "String"
|
2185
|
+
}
|
2186
|
+
},
|
2187
|
+
stageName: {
|
2188
|
+
serializedName: "stageName",
|
2189
|
+
required: true,
|
2190
|
+
type: {
|
2191
|
+
name: "String"
|
2192
|
+
}
|
2193
|
+
},
|
2194
|
+
stageTime: {
|
2195
|
+
serializedName: "stageTime",
|
2196
|
+
required: true,
|
2197
|
+
type: {
|
2198
|
+
name: "String"
|
2199
|
+
}
|
2200
|
+
}
|
2201
|
+
}
|
2202
|
+
}
|
2203
|
+
};
|
2204
|
+
const DataBoxCopyCompletedEventData = {
|
2205
|
+
type: {
|
2206
|
+
name: "Composite",
|
2207
|
+
className: "DataBoxCopyCompletedEventData",
|
2208
|
+
modelProperties: {
|
2209
|
+
serialNumber: {
|
2210
|
+
serializedName: "serialNumber",
|
2211
|
+
required: true,
|
2212
|
+
type: {
|
2213
|
+
name: "String"
|
2214
|
+
}
|
2215
|
+
},
|
2216
|
+
stageName: {
|
2217
|
+
serializedName: "stageName",
|
2218
|
+
required: true,
|
2219
|
+
type: {
|
2220
|
+
name: "String"
|
2221
|
+
}
|
2222
|
+
},
|
2223
|
+
stageTime: {
|
2224
|
+
serializedName: "stageTime",
|
2225
|
+
required: true,
|
2226
|
+
type: {
|
2227
|
+
name: "String"
|
2228
|
+
}
|
2229
|
+
}
|
2230
|
+
}
|
2231
|
+
}
|
2232
|
+
};
|
2233
|
+
const DataBoxOrderCompletedEventData = {
|
2234
|
+
type: {
|
2235
|
+
name: "Composite",
|
2236
|
+
className: "DataBoxOrderCompletedEventData",
|
2237
|
+
modelProperties: {
|
2238
|
+
serialNumber: {
|
2239
|
+
serializedName: "serialNumber",
|
2240
|
+
required: true,
|
2241
|
+
type: {
|
2242
|
+
name: "String"
|
2243
|
+
}
|
2244
|
+
},
|
2245
|
+
stageName: {
|
2246
|
+
serializedName: "stageName",
|
2247
|
+
required: true,
|
2248
|
+
type: {
|
2249
|
+
name: "String"
|
2250
|
+
}
|
2251
|
+
},
|
2252
|
+
stageTime: {
|
2253
|
+
serializedName: "stageTime",
|
2254
|
+
required: true,
|
2255
|
+
type: {
|
2256
|
+
name: "String"
|
2257
|
+
}
|
2258
|
+
}
|
2259
|
+
}
|
2260
|
+
}
|
2261
|
+
};
|
2110
2262
|
const DeviceLifeCycleEvent = {
|
2111
2263
|
type: {
|
2112
2264
|
name: "Composite",
|
@@ -5807,17 +5959,59 @@ const WebAppServicePlanUpdatedEventDataSku = {
|
|
5807
5959
|
}
|
5808
5960
|
}
|
5809
5961
|
};
|
5810
|
-
const
|
5962
|
+
const AcsIncomingCallEventData = {
|
5811
5963
|
type: {
|
5812
5964
|
name: "Composite",
|
5813
|
-
className: "
|
5965
|
+
className: "AcsIncomingCallEventData",
|
5814
5966
|
modelProperties: {
|
5815
|
-
|
5816
|
-
serializedName: "
|
5967
|
+
toCommunicationIdentifier: {
|
5968
|
+
serializedName: "to",
|
5969
|
+
type: {
|
5970
|
+
name: "Composite",
|
5971
|
+
className: "CommunicationIdentifierModel"
|
5972
|
+
}
|
5973
|
+
},
|
5974
|
+
fromCommunicationIdentifier: {
|
5975
|
+
serializedName: "from",
|
5817
5976
|
type: {
|
5818
5977
|
name: "Composite",
|
5819
5978
|
className: "CommunicationIdentifierModel"
|
5820
5979
|
}
|
5980
|
+
},
|
5981
|
+
serverCallId: {
|
5982
|
+
serializedName: "serverCallId",
|
5983
|
+
required: true,
|
5984
|
+
type: {
|
5985
|
+
name: "String"
|
5986
|
+
}
|
5987
|
+
},
|
5988
|
+
callerDisplayName: {
|
5989
|
+
serializedName: "callerDisplayName",
|
5990
|
+
required: true,
|
5991
|
+
type: {
|
5992
|
+
name: "String"
|
5993
|
+
}
|
5994
|
+
},
|
5995
|
+
customContext: {
|
5996
|
+
serializedName: "customContext",
|
5997
|
+
type: {
|
5998
|
+
name: "Composite",
|
5999
|
+
className: "AcsIncomingCallCustomContext"
|
6000
|
+
}
|
6001
|
+
},
|
6002
|
+
incomingCallContext: {
|
6003
|
+
serializedName: "incomingCallContext",
|
6004
|
+
required: true,
|
6005
|
+
type: {
|
6006
|
+
name: "String"
|
6007
|
+
}
|
6008
|
+
},
|
6009
|
+
correlationId: {
|
6010
|
+
serializedName: "correlationId",
|
6011
|
+
required: true,
|
6012
|
+
type: {
|
6013
|
+
name: "String"
|
6014
|
+
}
|
5821
6015
|
}
|
5822
6016
|
}
|
5823
6017
|
}
|
@@ -5915,6 +6109,45 @@ const MicrosoftTeamsUserIdentifierModel = {
|
|
5915
6109
|
}
|
5916
6110
|
}
|
5917
6111
|
};
|
6112
|
+
const AcsIncomingCallCustomContext = {
|
6113
|
+
type: {
|
6114
|
+
name: "Composite",
|
6115
|
+
className: "AcsIncomingCallCustomContext",
|
6116
|
+
modelProperties: {
|
6117
|
+
sipHeaders: {
|
6118
|
+
serializedName: "sipHeaders",
|
6119
|
+
required: true,
|
6120
|
+
type: {
|
6121
|
+
name: "Dictionary",
|
6122
|
+
value: { type: { name: "String" } }
|
6123
|
+
}
|
6124
|
+
},
|
6125
|
+
voipHeaders: {
|
6126
|
+
serializedName: "voipHeaders",
|
6127
|
+
required: true,
|
6128
|
+
type: {
|
6129
|
+
name: "Dictionary",
|
6130
|
+
value: { type: { name: "String" } }
|
6131
|
+
}
|
6132
|
+
}
|
6133
|
+
}
|
6134
|
+
}
|
6135
|
+
};
|
6136
|
+
const AcsUserDisconnectedEventData = {
|
6137
|
+
type: {
|
6138
|
+
name: "Composite",
|
6139
|
+
className: "AcsUserDisconnectedEventData",
|
6140
|
+
modelProperties: {
|
6141
|
+
userCommunicationIdentifier: {
|
6142
|
+
serializedName: "userCommunicationIdentifier",
|
6143
|
+
type: {
|
6144
|
+
name: "Composite",
|
6145
|
+
className: "CommunicationIdentifierModel"
|
6146
|
+
}
|
6147
|
+
}
|
6148
|
+
}
|
6149
|
+
}
|
6150
|
+
};
|
5918
6151
|
const AcsChatEventBase = {
|
5919
6152
|
type: {
|
5920
6153
|
name: "Composite",
|
@@ -6174,6 +6407,121 @@ const AcsRecordingChunkInfo = {
|
|
6174
6407
|
}
|
6175
6408
|
}
|
6176
6409
|
};
|
6410
|
+
const AcsEmailDeliveryReportReceivedEventData = {
|
6411
|
+
type: {
|
6412
|
+
name: "Composite",
|
6413
|
+
className: "AcsEmailDeliveryReportReceivedEventData",
|
6414
|
+
modelProperties: {
|
6415
|
+
sender: {
|
6416
|
+
serializedName: "sender",
|
6417
|
+
required: true,
|
6418
|
+
type: {
|
6419
|
+
name: "String"
|
6420
|
+
}
|
6421
|
+
},
|
6422
|
+
recipient: {
|
6423
|
+
serializedName: "recipient",
|
6424
|
+
required: true,
|
6425
|
+
type: {
|
6426
|
+
name: "String"
|
6427
|
+
}
|
6428
|
+
},
|
6429
|
+
messageId: {
|
6430
|
+
serializedName: "messageId",
|
6431
|
+
required: true,
|
6432
|
+
type: {
|
6433
|
+
name: "String"
|
6434
|
+
}
|
6435
|
+
},
|
6436
|
+
status: {
|
6437
|
+
serializedName: "status",
|
6438
|
+
required: true,
|
6439
|
+
type: {
|
6440
|
+
name: "String"
|
6441
|
+
}
|
6442
|
+
},
|
6443
|
+
deliveryStatusDetails: {
|
6444
|
+
serializedName: "deliveryStatusDetails",
|
6445
|
+
type: {
|
6446
|
+
name: "Composite",
|
6447
|
+
className: "AcsEmailDeliveryReportStatusDetails"
|
6448
|
+
}
|
6449
|
+
},
|
6450
|
+
deliveryAttemptTimestamp: {
|
6451
|
+
serializedName: "deliveryAttemptTimeStamp",
|
6452
|
+
required: true,
|
6453
|
+
type: {
|
6454
|
+
name: "String"
|
6455
|
+
}
|
6456
|
+
}
|
6457
|
+
}
|
6458
|
+
}
|
6459
|
+
};
|
6460
|
+
const AcsEmailDeliveryReportStatusDetails = {
|
6461
|
+
type: {
|
6462
|
+
name: "Composite",
|
6463
|
+
className: "AcsEmailDeliveryReportStatusDetails",
|
6464
|
+
modelProperties: {
|
6465
|
+
statusMessage: {
|
6466
|
+
serializedName: "statusMessage",
|
6467
|
+
required: true,
|
6468
|
+
type: {
|
6469
|
+
name: "String"
|
6470
|
+
}
|
6471
|
+
}
|
6472
|
+
}
|
6473
|
+
}
|
6474
|
+
};
|
6475
|
+
const AcsEmailEngagementTrackingReportReceivedEventData = {
|
6476
|
+
type: {
|
6477
|
+
name: "Composite",
|
6478
|
+
className: "AcsEmailEngagementTrackingReportReceivedEventData",
|
6479
|
+
modelProperties: {
|
6480
|
+
sender: {
|
6481
|
+
serializedName: "sender",
|
6482
|
+
required: true,
|
6483
|
+
type: {
|
6484
|
+
name: "String"
|
6485
|
+
}
|
6486
|
+
},
|
6487
|
+
messageId: {
|
6488
|
+
serializedName: "messageId",
|
6489
|
+
required: true,
|
6490
|
+
type: {
|
6491
|
+
name: "String"
|
6492
|
+
}
|
6493
|
+
},
|
6494
|
+
userActionTimestamp: {
|
6495
|
+
serializedName: "userActionTimeStamp",
|
6496
|
+
required: true,
|
6497
|
+
type: {
|
6498
|
+
name: "String"
|
6499
|
+
}
|
6500
|
+
},
|
6501
|
+
engagementContext: {
|
6502
|
+
serializedName: "engagementContext",
|
6503
|
+
required: true,
|
6504
|
+
type: {
|
6505
|
+
name: "String"
|
6506
|
+
}
|
6507
|
+
},
|
6508
|
+
userAgent: {
|
6509
|
+
serializedName: "userAgent",
|
6510
|
+
required: true,
|
6511
|
+
type: {
|
6512
|
+
name: "String"
|
6513
|
+
}
|
6514
|
+
},
|
6515
|
+
engagement: {
|
6516
|
+
serializedName: "engagementType",
|
6517
|
+
required: true,
|
6518
|
+
type: {
|
6519
|
+
name: "String"
|
6520
|
+
}
|
6521
|
+
}
|
6522
|
+
}
|
6523
|
+
}
|
6524
|
+
};
|
6177
6525
|
const PolicyInsightsPolicyStateCreatedEventData = {
|
6178
6526
|
type: {
|
6179
6527
|
name: "Composite",
|
@@ -6606,6 +6954,171 @@ const ApiManagementApiReleaseDeletedEventData = {
|
|
6606
6954
|
}
|
6607
6955
|
}
|
6608
6956
|
};
|
6957
|
+
const ApiManagementGatewayCreatedEventData = {
|
6958
|
+
type: {
|
6959
|
+
name: "Composite",
|
6960
|
+
className: "ApiManagementGatewayCreatedEventData",
|
6961
|
+
modelProperties: {
|
6962
|
+
resourceUri: {
|
6963
|
+
serializedName: "resourceUri",
|
6964
|
+
required: true,
|
6965
|
+
type: {
|
6966
|
+
name: "String"
|
6967
|
+
}
|
6968
|
+
}
|
6969
|
+
}
|
6970
|
+
}
|
6971
|
+
};
|
6972
|
+
const ApiManagementGatewayUpdatedEventData = {
|
6973
|
+
type: {
|
6974
|
+
name: "Composite",
|
6975
|
+
className: "ApiManagementGatewayUpdatedEventData",
|
6976
|
+
modelProperties: {
|
6977
|
+
resourceUri: {
|
6978
|
+
serializedName: "resourceUri",
|
6979
|
+
required: true,
|
6980
|
+
type: {
|
6981
|
+
name: "String"
|
6982
|
+
}
|
6983
|
+
}
|
6984
|
+
}
|
6985
|
+
}
|
6986
|
+
};
|
6987
|
+
const ApiManagementGatewayDeletedEventData = {
|
6988
|
+
type: {
|
6989
|
+
name: "Composite",
|
6990
|
+
className: "ApiManagementGatewayDeletedEventData",
|
6991
|
+
modelProperties: {
|
6992
|
+
resourceUri: {
|
6993
|
+
serializedName: "resourceUri",
|
6994
|
+
required: true,
|
6995
|
+
type: {
|
6996
|
+
name: "String"
|
6997
|
+
}
|
6998
|
+
}
|
6999
|
+
}
|
7000
|
+
}
|
7001
|
+
};
|
7002
|
+
const ApiManagementGatewayHostnameConfigurationCreatedEventData = {
|
7003
|
+
type: {
|
7004
|
+
name: "Composite",
|
7005
|
+
className: "ApiManagementGatewayHostnameConfigurationCreatedEventData",
|
7006
|
+
modelProperties: {
|
7007
|
+
resourceUri: {
|
7008
|
+
serializedName: "resourceUri",
|
7009
|
+
required: true,
|
7010
|
+
type: {
|
7011
|
+
name: "String"
|
7012
|
+
}
|
7013
|
+
}
|
7014
|
+
}
|
7015
|
+
}
|
7016
|
+
};
|
7017
|
+
const ApiManagementGatewayHostnameConfigurationUpdatedEventData = {
|
7018
|
+
type: {
|
7019
|
+
name: "Composite",
|
7020
|
+
className: "ApiManagementGatewayHostnameConfigurationUpdatedEventData",
|
7021
|
+
modelProperties: {
|
7022
|
+
resourceUri: {
|
7023
|
+
serializedName: "resourceUri",
|
7024
|
+
required: true,
|
7025
|
+
type: {
|
7026
|
+
name: "String"
|
7027
|
+
}
|
7028
|
+
}
|
7029
|
+
}
|
7030
|
+
}
|
7031
|
+
};
|
7032
|
+
const ApiManagementGatewayHostnameConfigurationDeletedEventData = {
|
7033
|
+
type: {
|
7034
|
+
name: "Composite",
|
7035
|
+
className: "ApiManagementGatewayHostnameConfigurationDeletedEventData",
|
7036
|
+
modelProperties: {
|
7037
|
+
resourceUri: {
|
7038
|
+
serializedName: "resourceUri",
|
7039
|
+
required: true,
|
7040
|
+
type: {
|
7041
|
+
name: "String"
|
7042
|
+
}
|
7043
|
+
}
|
7044
|
+
}
|
7045
|
+
}
|
7046
|
+
};
|
7047
|
+
const ApiManagementGatewayCertificateAuthorityCreatedEventData = {
|
7048
|
+
type: {
|
7049
|
+
name: "Composite",
|
7050
|
+
className: "ApiManagementGatewayCertificateAuthorityCreatedEventData",
|
7051
|
+
modelProperties: {
|
7052
|
+
resourceUri: {
|
7053
|
+
serializedName: "resourceUri",
|
7054
|
+
required: true,
|
7055
|
+
type: {
|
7056
|
+
name: "String"
|
7057
|
+
}
|
7058
|
+
}
|
7059
|
+
}
|
7060
|
+
}
|
7061
|
+
};
|
7062
|
+
const ApiManagementGatewayCertificateAuthorityUpdatedEventData = {
|
7063
|
+
type: {
|
7064
|
+
name: "Composite",
|
7065
|
+
className: "ApiManagementGatewayCertificateAuthorityUpdatedEventData",
|
7066
|
+
modelProperties: {
|
7067
|
+
resourceUri: {
|
7068
|
+
serializedName: "resourceUri",
|
7069
|
+
required: true,
|
7070
|
+
type: {
|
7071
|
+
name: "String"
|
7072
|
+
}
|
7073
|
+
}
|
7074
|
+
}
|
7075
|
+
}
|
7076
|
+
};
|
7077
|
+
const ApiManagementGatewayCertificateAuthorityDeletedEventData = {
|
7078
|
+
type: {
|
7079
|
+
name: "Composite",
|
7080
|
+
className: "ApiManagementGatewayCertificateAuthorityDeletedEventData",
|
7081
|
+
modelProperties: {
|
7082
|
+
resourceUri: {
|
7083
|
+
serializedName: "resourceUri",
|
7084
|
+
required: true,
|
7085
|
+
type: {
|
7086
|
+
name: "String"
|
7087
|
+
}
|
7088
|
+
}
|
7089
|
+
}
|
7090
|
+
}
|
7091
|
+
};
|
7092
|
+
const ApiManagementGatewayApiAddedEventData = {
|
7093
|
+
type: {
|
7094
|
+
name: "Composite",
|
7095
|
+
className: "ApiManagementGatewayApiAddedEventData",
|
7096
|
+
modelProperties: {
|
7097
|
+
resourceUri: {
|
7098
|
+
serializedName: "resourceUri",
|
7099
|
+
required: true,
|
7100
|
+
type: {
|
7101
|
+
name: "String"
|
7102
|
+
}
|
7103
|
+
}
|
7104
|
+
}
|
7105
|
+
}
|
7106
|
+
};
|
7107
|
+
const ApiManagementGatewayApiRemovedEventData = {
|
7108
|
+
type: {
|
7109
|
+
name: "Composite",
|
7110
|
+
className: "ApiManagementGatewayApiRemovedEventData",
|
7111
|
+
modelProperties: {
|
7112
|
+
resourceUri: {
|
7113
|
+
serializedName: "resourceUri",
|
7114
|
+
required: true,
|
7115
|
+
type: {
|
7116
|
+
name: "String"
|
7117
|
+
}
|
7118
|
+
}
|
7119
|
+
}
|
7120
|
+
}
|
7121
|
+
};
|
6609
7122
|
const HealthcareFhirResourceCreatedEventData = {
|
6610
7123
|
type: {
|
6611
7124
|
name: "Composite",
|
@@ -6719,6 +7232,63 @@ const HealthcareDicomImageCreatedEventData = {
|
|
6719
7232
|
name: "Composite",
|
6720
7233
|
className: "HealthcareDicomImageCreatedEventData",
|
6721
7234
|
modelProperties: {
|
7235
|
+
partitionName: {
|
7236
|
+
serializedName: "partitionName",
|
7237
|
+
required: true,
|
7238
|
+
type: {
|
7239
|
+
name: "String"
|
7240
|
+
}
|
7241
|
+
},
|
7242
|
+
imageStudyInstanceUid: {
|
7243
|
+
serializedName: "imageStudyInstanceUid",
|
7244
|
+
required: true,
|
7245
|
+
type: {
|
7246
|
+
name: "String"
|
7247
|
+
}
|
7248
|
+
},
|
7249
|
+
imageSeriesInstanceUid: {
|
7250
|
+
serializedName: "imageSeriesInstanceUid",
|
7251
|
+
required: true,
|
7252
|
+
type: {
|
7253
|
+
name: "String"
|
7254
|
+
}
|
7255
|
+
},
|
7256
|
+
imageSopInstanceUid: {
|
7257
|
+
serializedName: "imageSopInstanceUid",
|
7258
|
+
required: true,
|
7259
|
+
type: {
|
7260
|
+
name: "String"
|
7261
|
+
}
|
7262
|
+
},
|
7263
|
+
serviceHostName: {
|
7264
|
+
serializedName: "serviceHostName",
|
7265
|
+
required: true,
|
7266
|
+
type: {
|
7267
|
+
name: "String"
|
7268
|
+
}
|
7269
|
+
},
|
7270
|
+
sequenceNumber: {
|
7271
|
+
serializedName: "sequenceNumber",
|
7272
|
+
required: true,
|
7273
|
+
type: {
|
7274
|
+
name: "Number"
|
7275
|
+
}
|
7276
|
+
}
|
7277
|
+
}
|
7278
|
+
}
|
7279
|
+
};
|
7280
|
+
const HealthcareDicomImageUpdatedEventData = {
|
7281
|
+
type: {
|
7282
|
+
name: "Composite",
|
7283
|
+
className: "HealthcareDicomImageUpdatedEventData",
|
7284
|
+
modelProperties: {
|
7285
|
+
partitionName: {
|
7286
|
+
serializedName: "partitionName",
|
7287
|
+
required: true,
|
7288
|
+
type: {
|
7289
|
+
name: "String"
|
7290
|
+
}
|
7291
|
+
},
|
6722
7292
|
imageStudyInstanceUid: {
|
6723
7293
|
serializedName: "imageStudyInstanceUid",
|
6724
7294
|
required: true,
|
@@ -6762,6 +7332,13 @@ const HealthcareDicomImageDeletedEventData = {
|
|
6762
7332
|
name: "Composite",
|
6763
7333
|
className: "HealthcareDicomImageDeletedEventData",
|
6764
7334
|
modelProperties: {
|
7335
|
+
partitionName: {
|
7336
|
+
serializedName: "partitionName",
|
7337
|
+
required: true,
|
7338
|
+
type: {
|
7339
|
+
name: "String"
|
7340
|
+
}
|
7341
|
+
},
|
6765
7342
|
imageStudyInstanceUid: {
|
6766
7343
|
serializedName: "imageStudyInstanceUid",
|
6767
7344
|
required: true,
|
@@ -7622,6 +8199,8 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
7622
8199
|
StorageBlobTierChangedEventData: StorageBlobTierChangedEventData,
|
7623
8200
|
StorageAsyncOperationInitiatedEventData: StorageAsyncOperationInitiatedEventData,
|
7624
8201
|
StorageBlobInventoryPolicyCompletedEventData: StorageBlobInventoryPolicyCompletedEventData,
|
8202
|
+
StorageTaskQueuedEventData: StorageTaskQueuedEventData,
|
8203
|
+
StorageTaskCompletedEventData: StorageTaskCompletedEventData,
|
7625
8204
|
EventHubCaptureFileCreatedEventData: EventHubCaptureFileCreatedEventData,
|
7626
8205
|
ResourceWriteSuccessEventData: ResourceWriteSuccessEventData,
|
7627
8206
|
ResourceAuthorization: ResourceAuthorization,
|
@@ -7637,6 +8216,9 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
7637
8216
|
SubscriptionValidationEventData: SubscriptionValidationEventData,
|
7638
8217
|
SubscriptionValidationResponse: SubscriptionValidationResponse,
|
7639
8218
|
SubscriptionDeletedEventData: SubscriptionDeletedEventData,
|
8219
|
+
DataBoxCopyStartedEventData: DataBoxCopyStartedEventData,
|
8220
|
+
DataBoxCopyCompletedEventData: DataBoxCopyCompletedEventData,
|
8221
|
+
DataBoxOrderCompletedEventData: DataBoxOrderCompletedEventData,
|
7640
8222
|
DeviceLifeCycleEvent: DeviceLifeCycleEvent,
|
7641
8223
|
DeviceTwinInfo: DeviceTwinInfo,
|
7642
8224
|
DeviceTwinInfoProperties: DeviceTwinInfoProperties,
|
@@ -7715,11 +8297,13 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
7715
8297
|
WebAppServicePlanUpdatedEventData: WebAppServicePlanUpdatedEventData,
|
7716
8298
|
AppServicePlanEventTypeDetail: AppServicePlanEventTypeDetail,
|
7717
8299
|
WebAppServicePlanUpdatedEventDataSku: WebAppServicePlanUpdatedEventDataSku,
|
7718
|
-
|
8300
|
+
AcsIncomingCallEventData: AcsIncomingCallEventData,
|
7719
8301
|
CommunicationIdentifierModel: CommunicationIdentifierModel,
|
7720
8302
|
CommunicationUserIdentifierModel: CommunicationUserIdentifierModel,
|
7721
8303
|
PhoneNumberIdentifierModel: PhoneNumberIdentifierModel,
|
7722
8304
|
MicrosoftTeamsUserIdentifierModel: MicrosoftTeamsUserIdentifierModel,
|
8305
|
+
AcsIncomingCallCustomContext: AcsIncomingCallCustomContext,
|
8306
|
+
AcsUserDisconnectedEventData: AcsUserDisconnectedEventData,
|
7723
8307
|
AcsChatEventBase: AcsChatEventBase,
|
7724
8308
|
AcsChatEventInThreadBase: AcsChatEventInThreadBase,
|
7725
8309
|
AcsChatThreadParticipant: AcsChatThreadParticipant,
|
@@ -7728,6 +8312,9 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
7728
8312
|
AcsRecordingFileStatusUpdatedEventData: AcsRecordingFileStatusUpdatedEventData,
|
7729
8313
|
AcsRecordingStorageInfo: AcsRecordingStorageInfo,
|
7730
8314
|
AcsRecordingChunkInfo: AcsRecordingChunkInfo,
|
8315
|
+
AcsEmailDeliveryReportReceivedEventData: AcsEmailDeliveryReportReceivedEventData,
|
8316
|
+
AcsEmailDeliveryReportStatusDetails: AcsEmailDeliveryReportStatusDetails,
|
8317
|
+
AcsEmailEngagementTrackingReportReceivedEventData: AcsEmailEngagementTrackingReportReceivedEventData,
|
7731
8318
|
PolicyInsightsPolicyStateCreatedEventData: PolicyInsightsPolicyStateCreatedEventData,
|
7732
8319
|
PolicyInsightsPolicyStateChangedEventData: PolicyInsightsPolicyStateChangedEventData,
|
7733
8320
|
PolicyInsightsPolicyStateDeletedEventData: PolicyInsightsPolicyStateDeletedEventData,
|
@@ -7747,10 +8334,22 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
7747
8334
|
ApiManagementApiReleaseCreatedEventData: ApiManagementApiReleaseCreatedEventData,
|
7748
8335
|
ApiManagementApiReleaseUpdatedEventData: ApiManagementApiReleaseUpdatedEventData,
|
7749
8336
|
ApiManagementApiReleaseDeletedEventData: ApiManagementApiReleaseDeletedEventData,
|
8337
|
+
ApiManagementGatewayCreatedEventData: ApiManagementGatewayCreatedEventData,
|
8338
|
+
ApiManagementGatewayUpdatedEventData: ApiManagementGatewayUpdatedEventData,
|
8339
|
+
ApiManagementGatewayDeletedEventData: ApiManagementGatewayDeletedEventData,
|
8340
|
+
ApiManagementGatewayHostnameConfigurationCreatedEventData: ApiManagementGatewayHostnameConfigurationCreatedEventData,
|
8341
|
+
ApiManagementGatewayHostnameConfigurationUpdatedEventData: ApiManagementGatewayHostnameConfigurationUpdatedEventData,
|
8342
|
+
ApiManagementGatewayHostnameConfigurationDeletedEventData: ApiManagementGatewayHostnameConfigurationDeletedEventData,
|
8343
|
+
ApiManagementGatewayCertificateAuthorityCreatedEventData: ApiManagementGatewayCertificateAuthorityCreatedEventData,
|
8344
|
+
ApiManagementGatewayCertificateAuthorityUpdatedEventData: ApiManagementGatewayCertificateAuthorityUpdatedEventData,
|
8345
|
+
ApiManagementGatewayCertificateAuthorityDeletedEventData: ApiManagementGatewayCertificateAuthorityDeletedEventData,
|
8346
|
+
ApiManagementGatewayApiAddedEventData: ApiManagementGatewayApiAddedEventData,
|
8347
|
+
ApiManagementGatewayApiRemovedEventData: ApiManagementGatewayApiRemovedEventData,
|
7750
8348
|
HealthcareFhirResourceCreatedEventData: HealthcareFhirResourceCreatedEventData,
|
7751
8349
|
HealthcareFhirResourceUpdatedEventData: HealthcareFhirResourceUpdatedEventData,
|
7752
8350
|
HealthcareFhirResourceDeletedEventData: HealthcareFhirResourceDeletedEventData,
|
7753
8351
|
HealthcareDicomImageCreatedEventData: HealthcareDicomImageCreatedEventData,
|
8352
|
+
HealthcareDicomImageUpdatedEventData: HealthcareDicomImageUpdatedEventData,
|
7754
8353
|
HealthcareDicomImageDeletedEventData: HealthcareDicomImageDeletedEventData,
|
7755
8354
|
IotHubDeviceCreatedEventData: IotHubDeviceCreatedEventData,
|
7756
8355
|
IotHubDeviceDeletedEventData: IotHubDeviceDeletedEventData,
|