@azure/eventgrid 5.1.1 → 5.2.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 +300 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/src/cloudEventDistrubtedTracingEnricherPolicy.js.map +1 -1
- package/dist-esm/src/consumer.js.map +1 -1
- package/dist-esm/src/eventGridAuthenticationPolicy.js.map +1 -1
- package/dist-esm/src/eventGridClient.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 +281 -0
- 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/dist-esm/src/util.js.map +1 -1
- package/package.json +2 -2
- package/types/eventgrid.d.ts +534 -0
@@ -903,6 +903,71 @@ export const StorageTaskCompletedEventData = {
|
|
903
903
|
}
|
904
904
|
}
|
905
905
|
};
|
906
|
+
export const StorageTaskAssignmentQueuedEventData = {
|
907
|
+
type: {
|
908
|
+
name: "Composite",
|
909
|
+
className: "StorageTaskAssignmentQueuedEventData",
|
910
|
+
modelProperties: {
|
911
|
+
queuedOn: {
|
912
|
+
serializedName: "queuedDateTime",
|
913
|
+
required: true,
|
914
|
+
type: {
|
915
|
+
name: "String"
|
916
|
+
}
|
917
|
+
},
|
918
|
+
taskExecutionId: {
|
919
|
+
serializedName: "taskExecutionId",
|
920
|
+
required: true,
|
921
|
+
type: {
|
922
|
+
name: "String"
|
923
|
+
}
|
924
|
+
}
|
925
|
+
}
|
926
|
+
}
|
927
|
+
};
|
928
|
+
export const StorageTaskAssignmentCompletedEventData = {
|
929
|
+
type: {
|
930
|
+
name: "Composite",
|
931
|
+
className: "StorageTaskAssignmentCompletedEventData",
|
932
|
+
modelProperties: {
|
933
|
+
status: {
|
934
|
+
serializedName: "status",
|
935
|
+
required: true,
|
936
|
+
type: {
|
937
|
+
name: "String"
|
938
|
+
}
|
939
|
+
},
|
940
|
+
completedOn: {
|
941
|
+
serializedName: "completedDateTime",
|
942
|
+
required: true,
|
943
|
+
type: {
|
944
|
+
name: "String"
|
945
|
+
}
|
946
|
+
},
|
947
|
+
taskExecutionId: {
|
948
|
+
serializedName: "taskExecutionId",
|
949
|
+
required: true,
|
950
|
+
type: {
|
951
|
+
name: "String"
|
952
|
+
}
|
953
|
+
},
|
954
|
+
taskName: {
|
955
|
+
serializedName: "taskName",
|
956
|
+
required: true,
|
957
|
+
type: {
|
958
|
+
name: "String"
|
959
|
+
}
|
960
|
+
},
|
961
|
+
summaryReportBlobUri: {
|
962
|
+
serializedName: "summaryReportBlobUrl",
|
963
|
+
required: true,
|
964
|
+
type: {
|
965
|
+
name: "String"
|
966
|
+
}
|
967
|
+
}
|
968
|
+
}
|
969
|
+
}
|
970
|
+
};
|
906
971
|
export const EventHubCaptureFileCreatedEventData = {
|
907
972
|
type: {
|
908
973
|
name: "Composite",
|
@@ -7590,6 +7655,106 @@ export const ResourceNotificationsResourceDeletedEventData = {
|
|
7590
7655
|
}
|
7591
7656
|
}
|
7592
7657
|
};
|
7658
|
+
export const AvsPrivateCloudEventData = {
|
7659
|
+
type: {
|
7660
|
+
name: "Composite",
|
7661
|
+
className: "AvsPrivateCloudEventData",
|
7662
|
+
modelProperties: {
|
7663
|
+
operationId: {
|
7664
|
+
serializedName: "operationId",
|
7665
|
+
required: true,
|
7666
|
+
type: {
|
7667
|
+
name: "String"
|
7668
|
+
}
|
7669
|
+
}
|
7670
|
+
}
|
7671
|
+
}
|
7672
|
+
};
|
7673
|
+
export const AvsClusterEventData = {
|
7674
|
+
type: {
|
7675
|
+
name: "Composite",
|
7676
|
+
className: "AvsClusterEventData",
|
7677
|
+
modelProperties: {
|
7678
|
+
operationId: {
|
7679
|
+
serializedName: "operationId",
|
7680
|
+
required: true,
|
7681
|
+
type: {
|
7682
|
+
name: "String"
|
7683
|
+
}
|
7684
|
+
},
|
7685
|
+
addedHostNames: {
|
7686
|
+
serializedName: "addedHostNames",
|
7687
|
+
required: true,
|
7688
|
+
type: {
|
7689
|
+
name: "Sequence",
|
7690
|
+
element: {
|
7691
|
+
type: {
|
7692
|
+
name: "String"
|
7693
|
+
}
|
7694
|
+
}
|
7695
|
+
}
|
7696
|
+
},
|
7697
|
+
removedHostNames: {
|
7698
|
+
serializedName: "removedHostNames",
|
7699
|
+
required: true,
|
7700
|
+
type: {
|
7701
|
+
name: "Sequence",
|
7702
|
+
element: {
|
7703
|
+
type: {
|
7704
|
+
name: "String"
|
7705
|
+
}
|
7706
|
+
}
|
7707
|
+
}
|
7708
|
+
},
|
7709
|
+
inMaintenanceHostNames: {
|
7710
|
+
serializedName: "inMaintenanceHostNames",
|
7711
|
+
required: true,
|
7712
|
+
type: {
|
7713
|
+
name: "Sequence",
|
7714
|
+
element: {
|
7715
|
+
type: {
|
7716
|
+
name: "String"
|
7717
|
+
}
|
7718
|
+
}
|
7719
|
+
}
|
7720
|
+
}
|
7721
|
+
}
|
7722
|
+
}
|
7723
|
+
};
|
7724
|
+
export const AvsScriptExecutionEventData = {
|
7725
|
+
type: {
|
7726
|
+
name: "Composite",
|
7727
|
+
className: "AvsScriptExecutionEventData",
|
7728
|
+
modelProperties: {
|
7729
|
+
operationId: {
|
7730
|
+
serializedName: "operationId",
|
7731
|
+
required: true,
|
7732
|
+
type: {
|
7733
|
+
name: "String"
|
7734
|
+
}
|
7735
|
+
},
|
7736
|
+
cmdletId: {
|
7737
|
+
serializedName: "cmdletId",
|
7738
|
+
required: true,
|
7739
|
+
type: {
|
7740
|
+
name: "String"
|
7741
|
+
}
|
7742
|
+
},
|
7743
|
+
output: {
|
7744
|
+
serializedName: "output",
|
7745
|
+
required: true,
|
7746
|
+
type: {
|
7747
|
+
name: "Sequence",
|
7748
|
+
element: {
|
7749
|
+
type: {
|
7750
|
+
name: "String"
|
7751
|
+
}
|
7752
|
+
}
|
7753
|
+
}
|
7754
|
+
}
|
7755
|
+
}
|
7756
|
+
}
|
7757
|
+
};
|
7593
7758
|
export const EventGridMqttClientCreatedOrUpdatedEventData = {
|
7594
7759
|
type: {
|
7595
7760
|
name: "Composite",
|
@@ -8270,6 +8435,115 @@ export const ResourceNotificationsResourceManagementDeletedEventData = {
|
|
8270
8435
|
modelProperties: Object.assign({}, ResourceNotificationsResourceDeletedEventData.type.modelProperties)
|
8271
8436
|
}
|
8272
8437
|
};
|
8438
|
+
export const AvsPrivateCloudUpdatingEventData = {
|
8439
|
+
type: {
|
8440
|
+
name: "Composite",
|
8441
|
+
className: "AvsPrivateCloudUpdatingEventData",
|
8442
|
+
modelProperties: Object.assign({}, AvsPrivateCloudEventData.type.modelProperties)
|
8443
|
+
}
|
8444
|
+
};
|
8445
|
+
export const AvsPrivateCloudUpdatedEventData = {
|
8446
|
+
type: {
|
8447
|
+
name: "Composite",
|
8448
|
+
className: "AvsPrivateCloudUpdatedEventData",
|
8449
|
+
modelProperties: Object.assign({}, AvsPrivateCloudEventData.type.modelProperties)
|
8450
|
+
}
|
8451
|
+
};
|
8452
|
+
export const AvsPrivateCloudFailedEventData = {
|
8453
|
+
type: {
|
8454
|
+
name: "Composite",
|
8455
|
+
className: "AvsPrivateCloudFailedEventData",
|
8456
|
+
modelProperties: Object.assign(Object.assign({}, AvsPrivateCloudEventData.type.modelProperties), { failureMessage: {
|
8457
|
+
serializedName: "failureMessage",
|
8458
|
+
required: true,
|
8459
|
+
type: {
|
8460
|
+
name: "String"
|
8461
|
+
}
|
8462
|
+
} })
|
8463
|
+
}
|
8464
|
+
};
|
8465
|
+
export const AvsClusterCreatedEventData = {
|
8466
|
+
type: {
|
8467
|
+
name: "Composite",
|
8468
|
+
className: "AvsClusterCreatedEventData",
|
8469
|
+
modelProperties: Object.assign({}, AvsClusterEventData.type.modelProperties)
|
8470
|
+
}
|
8471
|
+
};
|
8472
|
+
export const AvsClusterDeletedEventData = {
|
8473
|
+
type: {
|
8474
|
+
name: "Composite",
|
8475
|
+
className: "AvsClusterDeletedEventData",
|
8476
|
+
modelProperties: Object.assign({}, AvsClusterEventData.type.modelProperties)
|
8477
|
+
}
|
8478
|
+
};
|
8479
|
+
export const AvsClusterUpdatingEventData = {
|
8480
|
+
type: {
|
8481
|
+
name: "Composite",
|
8482
|
+
className: "AvsClusterUpdatingEventData",
|
8483
|
+
modelProperties: Object.assign({}, AvsClusterEventData.type.modelProperties)
|
8484
|
+
}
|
8485
|
+
};
|
8486
|
+
export const AvsClusterUpdatedEventData = {
|
8487
|
+
type: {
|
8488
|
+
name: "Composite",
|
8489
|
+
className: "AvsClusterUpdatedEventData",
|
8490
|
+
modelProperties: Object.assign({}, AvsClusterEventData.type.modelProperties)
|
8491
|
+
}
|
8492
|
+
};
|
8493
|
+
export const AvsClusterFailedEventData = {
|
8494
|
+
type: {
|
8495
|
+
name: "Composite",
|
8496
|
+
className: "AvsClusterFailedEventData",
|
8497
|
+
modelProperties: Object.assign(Object.assign({}, AvsClusterEventData.type.modelProperties), { failureMessage: {
|
8498
|
+
serializedName: "failureMessage",
|
8499
|
+
required: true,
|
8500
|
+
type: {
|
8501
|
+
name: "String"
|
8502
|
+
}
|
8503
|
+
} })
|
8504
|
+
}
|
8505
|
+
};
|
8506
|
+
export const AvsScriptExecutionStartedEventData = {
|
8507
|
+
type: {
|
8508
|
+
name: "Composite",
|
8509
|
+
className: "AvsScriptExecutionStartedEventData",
|
8510
|
+
modelProperties: Object.assign({}, AvsScriptExecutionEventData.type.modelProperties)
|
8511
|
+
}
|
8512
|
+
};
|
8513
|
+
export const AvsScriptExecutionFinishedEventData = {
|
8514
|
+
type: {
|
8515
|
+
name: "Composite",
|
8516
|
+
className: "AvsScriptExecutionFinishedEventData",
|
8517
|
+
modelProperties: Object.assign(Object.assign({}, AvsScriptExecutionEventData.type.modelProperties), { namedOutputs: {
|
8518
|
+
serializedName: "namedOutputs",
|
8519
|
+
required: true,
|
8520
|
+
type: {
|
8521
|
+
name: "Dictionary",
|
8522
|
+
value: { type: { name: "String" } }
|
8523
|
+
}
|
8524
|
+
} })
|
8525
|
+
}
|
8526
|
+
};
|
8527
|
+
export const AvsScriptExecutionCancelledEventData = {
|
8528
|
+
type: {
|
8529
|
+
name: "Composite",
|
8530
|
+
className: "AvsScriptExecutionCancelledEventData",
|
8531
|
+
modelProperties: Object.assign({}, AvsScriptExecutionEventData.type.modelProperties)
|
8532
|
+
}
|
8533
|
+
};
|
8534
|
+
export const AvsScriptExecutionFailedEventData = {
|
8535
|
+
type: {
|
8536
|
+
name: "Composite",
|
8537
|
+
className: "AvsScriptExecutionFailedEventData",
|
8538
|
+
modelProperties: Object.assign(Object.assign({}, AvsScriptExecutionEventData.type.modelProperties), { failureMessage: {
|
8539
|
+
serializedName: "failureMessage",
|
8540
|
+
required: true,
|
8541
|
+
type: {
|
8542
|
+
name: "String"
|
8543
|
+
}
|
8544
|
+
} })
|
8545
|
+
}
|
8546
|
+
};
|
8273
8547
|
export const AcsRouterJobCancelledEventData = {
|
8274
8548
|
type: {
|
8275
8549
|
name: "Composite",
|
@@ -9110,6 +9384,13 @@ export const AcsChatThreadCreatedEventData = {
|
|
9110
9384
|
name: "Dictionary",
|
9111
9385
|
value: { type: { name: "any" } }
|
9112
9386
|
}
|
9387
|
+
}, metadata: {
|
9388
|
+
serializedName: "metadata",
|
9389
|
+
required: true,
|
9390
|
+
type: {
|
9391
|
+
name: "Dictionary",
|
9392
|
+
value: { type: { name: "String" } }
|
9393
|
+
}
|
9113
9394
|
}, participants: {
|
9114
9395
|
serializedName: "participants",
|
9115
9396
|
required: true,
|