@azure/eventgrid 5.7.0 → 5.8.0
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 +9 -15
- 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 +7 -13
- package/dist-esm/src/generated/models/mappers.js.map +1 -1
- package/dist-esm/src/tracing.js +1 -1
- package/dist-esm/src/tracing.js.map +1 -1
- package/package.json +12 -11
- package/types/eventgrid.d.ts +3 -1
@@ -3067,7 +3067,6 @@ export const MediaJobOutput = {
|
|
3067
3067
|
}
|
3068
3068
|
};
|
3069
3069
|
export const MediaJobOutputProgressEventData = {
|
3070
|
-
serializedName: "#Microsoft.Media.JobOutputProgress",
|
3071
3070
|
type: {
|
3072
3071
|
name: "Composite",
|
3073
3072
|
className: "MediaJobOutputProgressEventData",
|
@@ -5832,6 +5831,13 @@ export const AcsIncomingCallEventData = {
|
|
5832
5831
|
name: "String"
|
5833
5832
|
}
|
5834
5833
|
},
|
5834
|
+
onBehalfOfCallee: {
|
5835
|
+
serializedName: "onBehalfOfCallee",
|
5836
|
+
type: {
|
5837
|
+
name: "Composite",
|
5838
|
+
className: "CommunicationIdentifierModel"
|
5839
|
+
}
|
5840
|
+
},
|
5835
5841
|
correlationId: {
|
5836
5842
|
serializedName: "correlationId",
|
5837
5843
|
required: true,
|
@@ -8316,7 +8322,6 @@ export const ContainerRegistryChartDeletedEventData = {
|
|
8316
8322
|
}
|
8317
8323
|
};
|
8318
8324
|
export const MediaJobScheduledEventData = {
|
8319
|
-
serializedName: "#Microsoft.Media.JobScheduled",
|
8320
8325
|
type: {
|
8321
8326
|
name: "Composite",
|
8322
8327
|
className: "MediaJobScheduledEventData",
|
@@ -8324,7 +8329,6 @@ export const MediaJobScheduledEventData = {
|
|
8324
8329
|
}
|
8325
8330
|
};
|
8326
8331
|
export const MediaJobProcessingEventData = {
|
8327
|
-
serializedName: "#Microsoft.Media.JobProcessing",
|
8328
8332
|
type: {
|
8329
8333
|
name: "Composite",
|
8330
8334
|
className: "MediaJobProcessingEventData",
|
@@ -8332,7 +8336,6 @@ export const MediaJobProcessingEventData = {
|
|
8332
8336
|
}
|
8333
8337
|
};
|
8334
8338
|
export const MediaJobCancelingEventData = {
|
8335
|
-
serializedName: "#Microsoft.Media.JobCanceling",
|
8336
8339
|
type: {
|
8337
8340
|
name: "Composite",
|
8338
8341
|
className: "MediaJobCancelingEventData",
|
@@ -8340,7 +8343,6 @@ export const MediaJobCancelingEventData = {
|
|
8340
8343
|
}
|
8341
8344
|
};
|
8342
8345
|
export const MediaJobFinishedEventData = {
|
8343
|
-
serializedName: "#Microsoft.Media.JobFinished",
|
8344
8346
|
type: {
|
8345
8347
|
name: "Composite",
|
8346
8348
|
className: "MediaJobFinishedEventData",
|
@@ -8360,7 +8362,6 @@ export const MediaJobFinishedEventData = {
|
|
8360
8362
|
}
|
8361
8363
|
};
|
8362
8364
|
export const MediaJobCanceledEventData = {
|
8363
|
-
serializedName: "#Microsoft.Media.JobCanceled",
|
8364
8365
|
type: {
|
8365
8366
|
name: "Composite",
|
8366
8367
|
className: "MediaJobCanceledEventData",
|
@@ -8380,7 +8381,6 @@ export const MediaJobCanceledEventData = {
|
|
8380
8381
|
}
|
8381
8382
|
};
|
8382
8383
|
export const MediaJobErroredEventData = {
|
8383
|
-
serializedName: "#Microsoft.Media.JobErrored",
|
8384
8384
|
type: {
|
8385
8385
|
name: "Composite",
|
8386
8386
|
className: "MediaJobErroredEventData",
|
@@ -8416,7 +8416,6 @@ export const MediaJobOutputAsset = {
|
|
8416
8416
|
}
|
8417
8417
|
};
|
8418
8418
|
export const MediaJobOutputCanceledEventData = {
|
8419
|
-
serializedName: "#Microsoft.Media.JobOutputCanceled",
|
8420
8419
|
type: {
|
8421
8420
|
name: "Composite",
|
8422
8421
|
className: "MediaJobOutputCanceledEventData",
|
@@ -8424,7 +8423,6 @@ export const MediaJobOutputCanceledEventData = {
|
|
8424
8423
|
}
|
8425
8424
|
};
|
8426
8425
|
export const MediaJobOutputCancelingEventData = {
|
8427
|
-
serializedName: "#Microsoft.Media.JobOutputCanceling",
|
8428
8426
|
type: {
|
8429
8427
|
name: "Composite",
|
8430
8428
|
className: "MediaJobOutputCancelingEventData",
|
@@ -8432,7 +8430,6 @@ export const MediaJobOutputCancelingEventData = {
|
|
8432
8430
|
}
|
8433
8431
|
};
|
8434
8432
|
export const MediaJobOutputErroredEventData = {
|
8435
|
-
serializedName: "#Microsoft.Media.JobOutputErrored",
|
8436
8433
|
type: {
|
8437
8434
|
name: "Composite",
|
8438
8435
|
className: "MediaJobOutputErroredEventData",
|
@@ -8440,7 +8437,6 @@ export const MediaJobOutputErroredEventData = {
|
|
8440
8437
|
}
|
8441
8438
|
};
|
8442
8439
|
export const MediaJobOutputFinishedEventData = {
|
8443
|
-
serializedName: "#Microsoft.Media.JobOutputFinished",
|
8444
8440
|
type: {
|
8445
8441
|
name: "Composite",
|
8446
8442
|
className: "MediaJobOutputFinishedEventData",
|
@@ -8448,7 +8444,6 @@ export const MediaJobOutputFinishedEventData = {
|
|
8448
8444
|
}
|
8449
8445
|
};
|
8450
8446
|
export const MediaJobOutputProcessingEventData = {
|
8451
|
-
serializedName: "#Microsoft.Media.JobOutputProcessing",
|
8452
8447
|
type: {
|
8453
8448
|
name: "Composite",
|
8454
8449
|
className: "MediaJobOutputProcessingEventData",
|
@@ -8456,7 +8451,6 @@ export const MediaJobOutputProcessingEventData = {
|
|
8456
8451
|
}
|
8457
8452
|
};
|
8458
8453
|
export const MediaJobOutputScheduledEventData = {
|
8459
|
-
serializedName: "#Microsoft.Media.JobOutputScheduled",
|
8460
8454
|
type: {
|
8461
8455
|
name: "Composite",
|
8462
8456
|
className: "MediaJobOutputScheduledEventData",
|