@azure/eventgrid 5.2.1-alpha.20240306.2 → 5.3.0-alpha.20240313.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.
@@ -7755,6 +7755,86 @@ export const AvsScriptExecutionEventData = {
7755
7755
  }
7756
7756
  }
7757
7757
  };
7758
+ export const ApiCenterApiDefinitionAddedEventData = {
7759
+ type: {
7760
+ name: "Composite",
7761
+ className: "ApiCenterApiDefinitionAddedEventData",
7762
+ modelProperties: {
7763
+ title: {
7764
+ serializedName: "title",
7765
+ required: true,
7766
+ type: {
7767
+ name: "String"
7768
+ }
7769
+ },
7770
+ description: {
7771
+ serializedName: "description",
7772
+ required: true,
7773
+ type: {
7774
+ name: "String"
7775
+ }
7776
+ },
7777
+ specification: {
7778
+ serializedName: "specification",
7779
+ type: {
7780
+ name: "Composite",
7781
+ className: "ApiCenterApiSpecification"
7782
+ }
7783
+ }
7784
+ }
7785
+ }
7786
+ };
7787
+ export const ApiCenterApiSpecification = {
7788
+ type: {
7789
+ name: "Composite",
7790
+ className: "ApiCenterApiSpecification",
7791
+ modelProperties: {
7792
+ name: {
7793
+ serializedName: "name",
7794
+ required: true,
7795
+ type: {
7796
+ name: "String"
7797
+ }
7798
+ },
7799
+ version: {
7800
+ serializedName: "version",
7801
+ required: true,
7802
+ type: {
7803
+ name: "String"
7804
+ }
7805
+ }
7806
+ }
7807
+ }
7808
+ };
7809
+ export const ApiCenterApiDefinitionUpdatedEventData = {
7810
+ type: {
7811
+ name: "Composite",
7812
+ className: "ApiCenterApiDefinitionUpdatedEventData",
7813
+ modelProperties: {
7814
+ title: {
7815
+ serializedName: "title",
7816
+ required: true,
7817
+ type: {
7818
+ name: "String"
7819
+ }
7820
+ },
7821
+ description: {
7822
+ serializedName: "description",
7823
+ required: true,
7824
+ type: {
7825
+ name: "String"
7826
+ }
7827
+ },
7828
+ specification: {
7829
+ serializedName: "specification",
7830
+ type: {
7831
+ name: "Composite",
7832
+ className: "ApiCenterApiSpecification"
7833
+ }
7834
+ }
7835
+ }
7836
+ }
7837
+ };
7758
7838
  export const EventGridMqttClientCreatedOrUpdatedEventData = {
7759
7839
  type: {
7760
7840
  name: "Composite",