@azure/eventgrid 5.0.1-alpha.20231227.2 → 5.1.0-alpha.20240117.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/dist/index.js CHANGED
@@ -1206,6 +1206,71 @@ const StorageTaskCompletedEventData = {
1206
1206
  }
1207
1207
  }
1208
1208
  };
1209
+ const StorageTaskAssignmentQueuedEventData = {
1210
+ type: {
1211
+ name: "Composite",
1212
+ className: "StorageTaskAssignmentQueuedEventData",
1213
+ modelProperties: {
1214
+ queuedDateTime: {
1215
+ serializedName: "queuedDateTime",
1216
+ required: true,
1217
+ type: {
1218
+ name: "String"
1219
+ }
1220
+ },
1221
+ taskExecutionId: {
1222
+ serializedName: "taskExecutionId",
1223
+ required: true,
1224
+ type: {
1225
+ name: "String"
1226
+ }
1227
+ }
1228
+ }
1229
+ }
1230
+ };
1231
+ const StorageTaskAssignmentCompletedEventData = {
1232
+ type: {
1233
+ name: "Composite",
1234
+ className: "StorageTaskAssignmentCompletedEventData",
1235
+ modelProperties: {
1236
+ status: {
1237
+ serializedName: "status",
1238
+ required: true,
1239
+ type: {
1240
+ name: "String"
1241
+ }
1242
+ },
1243
+ completedDateTime: {
1244
+ serializedName: "completedDateTime",
1245
+ required: true,
1246
+ type: {
1247
+ name: "String"
1248
+ }
1249
+ },
1250
+ taskExecutionId: {
1251
+ serializedName: "taskExecutionId",
1252
+ required: true,
1253
+ type: {
1254
+ name: "String"
1255
+ }
1256
+ },
1257
+ taskName: {
1258
+ serializedName: "taskName",
1259
+ required: true,
1260
+ type: {
1261
+ name: "String"
1262
+ }
1263
+ },
1264
+ summaryReportBlobUrl: {
1265
+ serializedName: "summaryReportBlobUrl",
1266
+ required: true,
1267
+ type: {
1268
+ name: "String"
1269
+ }
1270
+ }
1271
+ }
1272
+ }
1273
+ };
1209
1274
  const EventHubCaptureFileCreatedEventData = {
1210
1275
  type: {
1211
1276
  name: "Composite",
@@ -9732,6 +9797,8 @@ var Mappers = /*#__PURE__*/Object.freeze({
9732
9797
  StorageDirectoryRenamedEventData: StorageDirectoryRenamedEventData,
9733
9798
  StorageLifecyclePolicyActionSummaryDetail: StorageLifecyclePolicyActionSummaryDetail,
9734
9799
  StorageLifecyclePolicyCompletedEventData: StorageLifecyclePolicyCompletedEventData,
9800
+ StorageTaskAssignmentCompletedEventData: StorageTaskAssignmentCompletedEventData,
9801
+ StorageTaskAssignmentQueuedEventData: StorageTaskAssignmentQueuedEventData,
9735
9802
  StorageTaskCompletedEventData: StorageTaskCompletedEventData,
9736
9803
  StorageTaskQueuedEventData: StorageTaskQueuedEventData,
9737
9804
  SubscriptionDeletedEventData: SubscriptionDeletedEventData,
@@ -9775,7 +9842,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
9775
9842
  const defaults = {
9776
9843
  requestContentType: "application/json; charset=utf-8"
9777
9844
  };
9778
- const packageDetails = `azsdk-js-eventgrid/5.0.1`;
9845
+ const packageDetails = `azsdk-js-eventgrid/5.1.0`;
9779
9846
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
9780
9847
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
9781
9848
  : `${packageDetails}`;
@@ -9930,7 +9997,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
9930
9997
  const tracingClient = coreTracing.createTracingClient({
9931
9998
  namespace: "Microsoft.Messaging.EventGrid",
9932
9999
  packageName: "@azure/event-grid",
9933
- packageVersion: "5.0.1",
10000
+ packageVersion: "5.1.0",
9934
10001
  });
9935
10002
 
9936
10003
  // Copyright (c) Microsoft Corporation.