@azure/eventgrid 4.13.1-alpha.20230727.2 → 4.14.0-alpha.20230926.1

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.
@@ -1869,6 +1869,35 @@ export const SubscriptionDeletedEventData = {
1869
1869
  }
1870
1870
  }
1871
1871
  };
1872
+ export const EventGridMqttClientEventData = {
1873
+ type: {
1874
+ name: "Composite",
1875
+ className: "EventGridMqttClientEventData",
1876
+ modelProperties: {
1877
+ clientAuthenticationName: {
1878
+ serializedName: "clientAuthenticationName",
1879
+ required: true,
1880
+ type: {
1881
+ name: "String"
1882
+ }
1883
+ },
1884
+ clientName: {
1885
+ serializedName: "clientName",
1886
+ required: true,
1887
+ type: {
1888
+ name: "String"
1889
+ }
1890
+ },
1891
+ namespaceName: {
1892
+ serializedName: "namespaceName",
1893
+ required: true,
1894
+ type: {
1895
+ name: "String"
1896
+ }
1897
+ }
1898
+ }
1899
+ }
1900
+ };
1872
1901
  export const DataBoxCopyStartedEventData = {
1873
1902
  type: {
1874
1903
  name: "Composite",
@@ -3811,6 +3840,35 @@ export const AppConfigurationKeyValueDeletedEventData = {
3811
3840
  }
3812
3841
  }
3813
3842
  };
3843
+ export const AppConfigurationSnapshotEventData = {
3844
+ type: {
3845
+ name: "Composite",
3846
+ className: "AppConfigurationSnapshotEventData",
3847
+ modelProperties: {
3848
+ name: {
3849
+ serializedName: "name",
3850
+ required: true,
3851
+ type: {
3852
+ name: "String"
3853
+ }
3854
+ },
3855
+ etag: {
3856
+ serializedName: "etag",
3857
+ required: true,
3858
+ type: {
3859
+ name: "String"
3860
+ }
3861
+ },
3862
+ syncToken: {
3863
+ serializedName: "syncToken",
3864
+ required: true,
3865
+ type: {
3866
+ name: "String"
3867
+ }
3868
+ }
3869
+ }
3870
+ }
3871
+ };
3814
3872
  export const SignalRServiceClientConnectionConnectedEventData = {
3815
3873
  type: {
3816
3874
  name: "Composite",
@@ -6181,6 +6239,13 @@ export const AcsEmailEngagementTrackingReportReceivedEventData = {
6181
6239
  name: "String"
6182
6240
  }
6183
6241
  },
6242
+ recipient: {
6243
+ serializedName: "recipient",
6244
+ required: true,
6245
+ type: {
6246
+ name: "String"
6247
+ }
6248
+ },
6184
6249
  messageId: {
6185
6250
  serializedName: "messageId",
6186
6251
  required: true,
@@ -7104,6 +7169,89 @@ export const HealthcareDicomImageDeletedEventData = {
7104
7169
  }
7105
7170
  }
7106
7171
  };
7172
+ export const EventGridMqttClientCreatedOrUpdatedEventData = {
7173
+ type: {
7174
+ name: "Composite",
7175
+ className: "EventGridMqttClientCreatedOrUpdatedEventData",
7176
+ modelProperties: Object.assign(Object.assign({}, EventGridMqttClientEventData.type.modelProperties), { state: {
7177
+ serializedName: "state",
7178
+ required: true,
7179
+ type: {
7180
+ name: "String"
7181
+ }
7182
+ }, createdOn: {
7183
+ serializedName: "createdOn",
7184
+ required: true,
7185
+ type: {
7186
+ name: "String"
7187
+ }
7188
+ }, updatedOn: {
7189
+ serializedName: "updatedOn",
7190
+ required: true,
7191
+ type: {
7192
+ name: "String"
7193
+ }
7194
+ }, attributes: {
7195
+ serializedName: "attributes",
7196
+ required: true,
7197
+ type: {
7198
+ name: "Dictionary",
7199
+ value: { type: { name: "String" } }
7200
+ }
7201
+ } })
7202
+ }
7203
+ };
7204
+ export const EventGridMqttClientDeletedEventData = {
7205
+ type: {
7206
+ name: "Composite",
7207
+ className: "EventGridMqttClientDeletedEventData",
7208
+ modelProperties: Object.assign({}, EventGridMqttClientEventData.type.modelProperties)
7209
+ }
7210
+ };
7211
+ export const EventGridMqttClientSessionConnectedEventData = {
7212
+ type: {
7213
+ name: "Composite",
7214
+ className: "EventGridMqttClientSessionConnectedEventData",
7215
+ modelProperties: Object.assign(Object.assign({}, EventGridMqttClientEventData.type.modelProperties), { clientSessionName: {
7216
+ serializedName: "clientSessionName",
7217
+ required: true,
7218
+ type: {
7219
+ name: "String"
7220
+ }
7221
+ }, sequenceNumber: {
7222
+ serializedName: "sequenceNumber",
7223
+ required: true,
7224
+ type: {
7225
+ name: "Number"
7226
+ }
7227
+ } })
7228
+ }
7229
+ };
7230
+ export const EventGridMqttClientSessionDisconnectedEventData = {
7231
+ type: {
7232
+ name: "Composite",
7233
+ className: "EventGridMqttClientSessionDisconnectedEventData",
7234
+ modelProperties: Object.assign(Object.assign({}, EventGridMqttClientEventData.type.modelProperties), { clientSessionName: {
7235
+ serializedName: "clientSessionName",
7236
+ required: true,
7237
+ type: {
7238
+ name: "String"
7239
+ }
7240
+ }, sequenceNumber: {
7241
+ serializedName: "sequenceNumber",
7242
+ required: true,
7243
+ type: {
7244
+ name: "Number"
7245
+ }
7246
+ }, disconnectionReason: {
7247
+ serializedName: "disconnectionReason",
7248
+ required: true,
7249
+ type: {
7250
+ name: "String"
7251
+ }
7252
+ } })
7253
+ }
7254
+ };
7107
7255
  export const IotHubDeviceCreatedEventData = {
7108
7256
  type: {
7109
7257
  name: "Composite",
@@ -7336,6 +7484,20 @@ export const MapsGeofenceResultEventData = {
7336
7484
  modelProperties: Object.assign({}, MapsGeofenceEvent.type.modelProperties)
7337
7485
  }
7338
7486
  };
7487
+ export const AppConfigurationSnapshotCreatedEventData = {
7488
+ type: {
7489
+ name: "Composite",
7490
+ className: "AppConfigurationSnapshotCreatedEventData",
7491
+ modelProperties: Object.assign({}, AppConfigurationSnapshotEventData.type.modelProperties)
7492
+ }
7493
+ };
7494
+ export const AppConfigurationSnapshotModifiedEventData = {
7495
+ type: {
7496
+ name: "Composite",
7497
+ className: "AppConfigurationSnapshotModifiedEventData",
7498
+ modelProperties: Object.assign({}, AppConfigurationSnapshotEventData.type.modelProperties)
7499
+ }
7500
+ };
7339
7501
  export const AcsChatMessageEventBase = {
7340
7502
  type: {
7341
7503
  name: "Composite",