@azure/eventgrid 4.14.0 → 4.15.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 CHANGED
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var coreAuth = require('@azure/core-auth');
6
4
  var tslib = require('tslib');
7
5
  var coreClient = require('@azure/core-client');
@@ -10,8 +8,7 @@ var uuid = require('uuid');
10
8
  var coreRestPipeline = require('@azure/core-rest-pipeline');
11
9
  var crypto = require('crypto');
12
10
 
13
- function _interopNamespace(e) {
14
- if (e && e.__esModule) return e;
11
+ function _interopNamespaceDefault(e) {
15
12
  var n = Object.create(null);
16
13
  if (e) {
17
14
  Object.keys(e).forEach(function (k) {
@@ -24,11 +21,11 @@ function _interopNamespace(e) {
24
21
  }
25
22
  });
26
23
  }
27
- n["default"] = e;
24
+ n.default = e;
28
25
  return Object.freeze(n);
29
26
  }
30
27
 
31
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
28
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
32
29
 
33
30
  // Copyright (c) Microsoft Corporation.
34
31
  // Licensed under the MIT license.
@@ -140,6 +137,7 @@ function validateOptionalStringProperties(o, propertyNames) {
140
137
  }
141
138
 
142
139
  // Copyright (c) Microsoft Corporation.
140
+ // Licensed under the MIT license.
143
141
  /**
144
142
  * The name of the header to include when a Shared Key is used for authentication.
145
143
  */
@@ -6206,6 +6204,272 @@ const AcsUserDisconnectedEventData = {
6206
6204
  }
6207
6205
  }
6208
6206
  };
6207
+ const AcsRouterEventData = {
6208
+ type: {
6209
+ name: "Composite",
6210
+ className: "AcsRouterEventData",
6211
+ modelProperties: {
6212
+ jobId: {
6213
+ serializedName: "jobId",
6214
+ required: true,
6215
+ type: {
6216
+ name: "String"
6217
+ }
6218
+ },
6219
+ channelReference: {
6220
+ serializedName: "channelReference",
6221
+ required: true,
6222
+ type: {
6223
+ name: "String"
6224
+ }
6225
+ },
6226
+ channelId: {
6227
+ serializedName: "channelId",
6228
+ required: true,
6229
+ type: {
6230
+ name: "String"
6231
+ }
6232
+ }
6233
+ }
6234
+ }
6235
+ };
6236
+ const AcsRouterCommunicationError = {
6237
+ type: {
6238
+ name: "Composite",
6239
+ className: "AcsRouterCommunicationError",
6240
+ modelProperties: {
6241
+ code: {
6242
+ serializedName: "code",
6243
+ required: true,
6244
+ type: {
6245
+ name: "String"
6246
+ }
6247
+ },
6248
+ message: {
6249
+ serializedName: "message",
6250
+ required: true,
6251
+ type: {
6252
+ name: "String"
6253
+ }
6254
+ },
6255
+ target: {
6256
+ serializedName: "target",
6257
+ required: true,
6258
+ type: {
6259
+ name: "String"
6260
+ }
6261
+ },
6262
+ innererror: {
6263
+ serializedName: "innererror",
6264
+ type: {
6265
+ name: "Composite",
6266
+ className: "AcsRouterCommunicationError"
6267
+ }
6268
+ },
6269
+ details: {
6270
+ serializedName: "details",
6271
+ required: true,
6272
+ type: {
6273
+ name: "Sequence",
6274
+ element: {
6275
+ type: {
6276
+ name: "Composite",
6277
+ className: "AcsRouterCommunicationError"
6278
+ }
6279
+ }
6280
+ }
6281
+ }
6282
+ }
6283
+ }
6284
+ };
6285
+ const AcsRouterQueueDetails = {
6286
+ type: {
6287
+ name: "Composite",
6288
+ className: "AcsRouterQueueDetails",
6289
+ modelProperties: {
6290
+ id: {
6291
+ serializedName: "id",
6292
+ required: true,
6293
+ type: {
6294
+ name: "String"
6295
+ }
6296
+ },
6297
+ name: {
6298
+ serializedName: "name",
6299
+ required: true,
6300
+ type: {
6301
+ name: "String"
6302
+ }
6303
+ },
6304
+ labels: {
6305
+ serializedName: "labels",
6306
+ required: true,
6307
+ type: {
6308
+ name: "Dictionary",
6309
+ value: { type: { name: "String" } }
6310
+ }
6311
+ }
6312
+ }
6313
+ }
6314
+ };
6315
+ const AcsRouterWorkerSelector = {
6316
+ type: {
6317
+ name: "Composite",
6318
+ className: "AcsRouterWorkerSelector",
6319
+ modelProperties: {
6320
+ key: {
6321
+ serializedName: "key",
6322
+ required: true,
6323
+ type: {
6324
+ name: "String"
6325
+ }
6326
+ },
6327
+ labelOperator: {
6328
+ serializedName: "labelOperator",
6329
+ required: true,
6330
+ type: {
6331
+ name: "String"
6332
+ }
6333
+ },
6334
+ labelValue: {
6335
+ serializedName: "labelValue",
6336
+ required: true,
6337
+ type: {
6338
+ name: "any"
6339
+ }
6340
+ },
6341
+ ttlSeconds: {
6342
+ serializedName: "ttlSeconds",
6343
+ required: true,
6344
+ type: {
6345
+ name: "Number"
6346
+ }
6347
+ },
6348
+ state: {
6349
+ serializedName: "state",
6350
+ required: true,
6351
+ type: {
6352
+ name: "String"
6353
+ }
6354
+ },
6355
+ expirationTime: {
6356
+ serializedName: "expirationTime",
6357
+ required: true,
6358
+ type: {
6359
+ name: "String"
6360
+ }
6361
+ }
6362
+ }
6363
+ }
6364
+ };
6365
+ const AcsRouterWorkerDeregisteredEventData = {
6366
+ type: {
6367
+ name: "Composite",
6368
+ className: "AcsRouterWorkerDeregisteredEventData",
6369
+ modelProperties: {
6370
+ workerId: {
6371
+ serializedName: "workerId",
6372
+ required: true,
6373
+ type: {
6374
+ name: "String"
6375
+ }
6376
+ }
6377
+ }
6378
+ }
6379
+ };
6380
+ const AcsRouterWorkerRegisteredEventData = {
6381
+ type: {
6382
+ name: "Composite",
6383
+ className: "AcsRouterWorkerRegisteredEventData",
6384
+ modelProperties: {
6385
+ workerId: {
6386
+ serializedName: "workerId",
6387
+ required: true,
6388
+ type: {
6389
+ name: "String"
6390
+ }
6391
+ },
6392
+ queueAssignments: {
6393
+ serializedName: "queueAssignments",
6394
+ required: true,
6395
+ type: {
6396
+ name: "Sequence",
6397
+ element: {
6398
+ type: {
6399
+ name: "Composite",
6400
+ className: "AcsRouterQueueDetails"
6401
+ }
6402
+ }
6403
+ }
6404
+ },
6405
+ channelConfigurations: {
6406
+ serializedName: "channelConfigurations",
6407
+ required: true,
6408
+ type: {
6409
+ name: "Sequence",
6410
+ element: {
6411
+ type: {
6412
+ name: "Composite",
6413
+ className: "AcsRouterChannelConfiguration"
6414
+ }
6415
+ }
6416
+ }
6417
+ },
6418
+ totalCapacity: {
6419
+ serializedName: "totalCapacity",
6420
+ required: true,
6421
+ type: {
6422
+ name: "Number"
6423
+ }
6424
+ },
6425
+ labels: {
6426
+ serializedName: "labels",
6427
+ required: true,
6428
+ type: {
6429
+ name: "Dictionary",
6430
+ value: { type: { name: "String" } }
6431
+ }
6432
+ },
6433
+ tags: {
6434
+ serializedName: "tags",
6435
+ required: true,
6436
+ type: {
6437
+ name: "Dictionary",
6438
+ value: { type: { name: "String" } }
6439
+ }
6440
+ }
6441
+ }
6442
+ }
6443
+ };
6444
+ const AcsRouterChannelConfiguration = {
6445
+ type: {
6446
+ name: "Composite",
6447
+ className: "AcsRouterChannelConfiguration",
6448
+ modelProperties: {
6449
+ channelId: {
6450
+ serializedName: "channelId",
6451
+ required: true,
6452
+ type: {
6453
+ name: "String"
6454
+ }
6455
+ },
6456
+ capacityCostPerJob: {
6457
+ serializedName: "capacityCostPerJob",
6458
+ required: true,
6459
+ type: {
6460
+ name: "Number"
6461
+ }
6462
+ },
6463
+ maxNumberOfJobs: {
6464
+ serializedName: "maxNumberOfJobs",
6465
+ required: true,
6466
+ type: {
6467
+ name: "Number"
6468
+ }
6469
+ }
6470
+ }
6471
+ }
6472
+ };
6209
6473
  const AcsChatEventBase = {
6210
6474
  type: {
6211
6475
  name: "Composite",
@@ -7472,45 +7736,140 @@ const HealthcareDicomImageDeletedEventData = {
7472
7736
  }
7473
7737
  }
7474
7738
  };
7475
- const EventGridMqttClientCreatedOrUpdatedEventData = {
7739
+ const ResourceNotificationsResourceUpdatedDetails = {
7476
7740
  type: {
7477
7741
  name: "Composite",
7478
- className: "EventGridMqttClientCreatedOrUpdatedEventData",
7479
- modelProperties: Object.assign(Object.assign({}, EventGridMqttClientEventData.type.modelProperties), { state: {
7480
- serializedName: "state",
7742
+ className: "ResourceNotificationsResourceUpdatedDetails",
7743
+ modelProperties: {
7744
+ id: {
7745
+ serializedName: "id",
7481
7746
  required: true,
7482
7747
  type: {
7483
7748
  name: "String"
7484
7749
  }
7485
- }, createdOn: {
7486
- serializedName: "createdOn",
7750
+ },
7751
+ name: {
7752
+ serializedName: "name",
7487
7753
  required: true,
7488
7754
  type: {
7489
7755
  name: "String"
7490
7756
  }
7491
- }, updatedOn: {
7492
- serializedName: "updatedOn",
7757
+ },
7758
+ type: {
7759
+ serializedName: "type",
7493
7760
  required: true,
7494
7761
  type: {
7495
7762
  name: "String"
7496
7763
  }
7497
- }, attributes: {
7498
- serializedName: "attributes",
7764
+ },
7765
+ location: {
7766
+ serializedName: "location",
7767
+ required: true,
7768
+ type: {
7769
+ name: "String"
7770
+ }
7771
+ },
7772
+ tags: {
7773
+ serializedName: "tags",
7774
+ required: true,
7775
+ type: {
7776
+ name: "String"
7777
+ }
7778
+ },
7779
+ properties: {
7780
+ serializedName: "properties",
7499
7781
  required: true,
7500
7782
  type: {
7501
7783
  name: "Dictionary",
7502
- value: { type: { name: "String" } }
7784
+ value: { type: { name: "any" } }
7503
7785
  }
7504
- } })
7786
+ }
7787
+ }
7505
7788
  }
7506
7789
  };
7507
- const EventGridMqttClientDeletedEventData = {
7790
+ const ResourceNotificationsOperationalDetails = {
7508
7791
  type: {
7509
7792
  name: "Composite",
7510
- className: "EventGridMqttClientDeletedEventData",
7511
- modelProperties: Object.assign({}, EventGridMqttClientEventData.type.modelProperties)
7512
- }
7513
- };
7793
+ className: "ResourceNotificationsOperationalDetails",
7794
+ modelProperties: {
7795
+ resourceEventTime: {
7796
+ serializedName: "resourceEventTime",
7797
+ required: true,
7798
+ type: {
7799
+ name: "String"
7800
+ }
7801
+ }
7802
+ }
7803
+ }
7804
+ };
7805
+ const ResourceNotificationsResourceUpdatedEventData = {
7806
+ type: {
7807
+ name: "Composite",
7808
+ className: "ResourceNotificationsResourceUpdatedEventData",
7809
+ modelProperties: {
7810
+ resourceDetails: {
7811
+ serializedName: "resourceInfo",
7812
+ type: {
7813
+ name: "Composite",
7814
+ className: "ResourceNotificationsResourceUpdatedDetails"
7815
+ }
7816
+ },
7817
+ operationalDetails: {
7818
+ serializedName: "operationalInfo",
7819
+ type: {
7820
+ name: "Composite",
7821
+ className: "ResourceNotificationsOperationalDetails"
7822
+ }
7823
+ },
7824
+ apiVersion: {
7825
+ serializedName: "apiVersion",
7826
+ required: true,
7827
+ type: {
7828
+ name: "String"
7829
+ }
7830
+ }
7831
+ }
7832
+ }
7833
+ };
7834
+ const EventGridMqttClientCreatedOrUpdatedEventData = {
7835
+ type: {
7836
+ name: "Composite",
7837
+ className: "EventGridMqttClientCreatedOrUpdatedEventData",
7838
+ modelProperties: Object.assign(Object.assign({}, EventGridMqttClientEventData.type.modelProperties), { state: {
7839
+ serializedName: "state",
7840
+ required: true,
7841
+ type: {
7842
+ name: "String"
7843
+ }
7844
+ }, createdOn: {
7845
+ serializedName: "createdOn",
7846
+ required: true,
7847
+ type: {
7848
+ name: "String"
7849
+ }
7850
+ }, updatedOn: {
7851
+ serializedName: "updatedOn",
7852
+ required: true,
7853
+ type: {
7854
+ name: "String"
7855
+ }
7856
+ }, attributes: {
7857
+ serializedName: "attributes",
7858
+ required: true,
7859
+ type: {
7860
+ name: "Dictionary",
7861
+ value: { type: { name: "String" } }
7862
+ }
7863
+ } })
7864
+ }
7865
+ };
7866
+ const EventGridMqttClientDeletedEventData = {
7867
+ type: {
7868
+ name: "Composite",
7869
+ className: "EventGridMqttClientDeletedEventData",
7870
+ modelProperties: Object.assign({}, EventGridMqttClientEventData.type.modelProperties)
7871
+ }
7872
+ };
7514
7873
  const EventGridMqttClientSessionConnectedEventData = {
7515
7874
  type: {
7516
7875
  name: "Composite",
@@ -7801,6 +8160,46 @@ const AppConfigurationSnapshotModifiedEventData = {
7801
8160
  modelProperties: Object.assign({}, AppConfigurationSnapshotEventData.type.modelProperties)
7802
8161
  }
7803
8162
  };
8163
+ const AcsRouterJobEventData = {
8164
+ type: {
8165
+ name: "Composite",
8166
+ className: "AcsRouterJobEventData",
8167
+ modelProperties: Object.assign(Object.assign({}, AcsRouterEventData.type.modelProperties), { queueId: {
8168
+ serializedName: "queueId",
8169
+ required: true,
8170
+ type: {
8171
+ name: "String"
8172
+ }
8173
+ }, labels: {
8174
+ serializedName: "labels",
8175
+ required: true,
8176
+ type: {
8177
+ name: "Dictionary",
8178
+ value: { type: { name: "String" } }
8179
+ }
8180
+ }, tags: {
8181
+ serializedName: "tags",
8182
+ required: true,
8183
+ type: {
8184
+ name: "Dictionary",
8185
+ value: { type: { name: "String" } }
8186
+ }
8187
+ } })
8188
+ }
8189
+ };
8190
+ const AcsRouterWorkerEventData = {
8191
+ type: {
8192
+ name: "Composite",
8193
+ className: "AcsRouterWorkerEventData",
8194
+ modelProperties: Object.assign(Object.assign({}, AcsRouterEventData.type.modelProperties), { workerId: {
8195
+ serializedName: "workerId",
8196
+ required: true,
8197
+ type: {
8198
+ name: "String"
8199
+ }
8200
+ } })
8201
+ }
8202
+ };
7804
8203
  const AcsChatMessageEventBase = {
7805
8204
  type: {
7806
8205
  name: "Composite",
@@ -8084,45 +8483,32 @@ const ContainerServiceNodePoolRollingFailedEventData = {
8084
8483
  modelProperties: Object.assign({}, ContainerServiceNodePoolRollingEventData.type.modelProperties)
8085
8484
  }
8086
8485
  };
8087
- const AcsChatMessageReceivedEventData = {
8486
+ const ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData = {
8088
8487
  type: {
8089
8488
  name: "Composite",
8090
- className: "AcsChatMessageReceivedEventData",
8091
- modelProperties: Object.assign(Object.assign({}, AcsChatMessageEventBase.type.modelProperties), { messageBody: {
8092
- serializedName: "messageBody",
8093
- required: true,
8094
- type: {
8095
- name: "String"
8096
- }
8097
- }, metadata: {
8098
- serializedName: "metadata",
8099
- required: true,
8100
- type: {
8101
- name: "Dictionary",
8102
- value: { type: { name: "String" } }
8103
- }
8104
- } })
8489
+ className: "ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData",
8490
+ modelProperties: Object.assign({}, ResourceNotificationsResourceUpdatedEventData.type.modelProperties)
8105
8491
  }
8106
8492
  };
8107
- const AcsChatMessageEditedEventData = {
8493
+ const ResourceNotificationsHealthResourcesAnnotatedEventData = {
8108
8494
  type: {
8109
8495
  name: "Composite",
8110
- className: "AcsChatMessageEditedEventData",
8111
- modelProperties: Object.assign(Object.assign({}, AcsChatMessageEventBase.type.modelProperties), { messageBody: {
8112
- serializedName: "messageBody",
8496
+ className: "ResourceNotificationsHealthResourcesAnnotatedEventData",
8497
+ modelProperties: Object.assign({}, ResourceNotificationsResourceUpdatedEventData.type.modelProperties)
8498
+ }
8499
+ };
8500
+ const AcsRouterJobCancelledEventData = {
8501
+ type: {
8502
+ name: "Composite",
8503
+ className: "AcsRouterJobCancelledEventData",
8504
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { note: {
8505
+ serializedName: "note",
8113
8506
  required: true,
8114
8507
  type: {
8115
8508
  name: "String"
8116
8509
  }
8117
- }, metadata: {
8118
- serializedName: "metadata",
8119
- required: true,
8120
- type: {
8121
- name: "Dictionary",
8122
- value: { type: { name: "String" } }
8123
- }
8124
- }, editTime: {
8125
- serializedName: "editTime",
8510
+ }, dispositionCode: {
8511
+ serializedName: "dispositionCode",
8126
8512
  required: true,
8127
8513
  type: {
8128
8514
  name: "String"
@@ -8130,178 +8516,769 @@ const AcsChatMessageEditedEventData = {
8130
8516
  } })
8131
8517
  }
8132
8518
  };
8133
- const AcsChatMessageDeletedEventData = {
8519
+ const AcsRouterJobClassificationFailedEventData = {
8134
8520
  type: {
8135
8521
  name: "Composite",
8136
- className: "AcsChatMessageDeletedEventData",
8137
- modelProperties: Object.assign(Object.assign({}, AcsChatMessageEventBase.type.modelProperties), { deleteTime: {
8138
- serializedName: "deleteTime",
8522
+ className: "AcsRouterJobClassificationFailedEventData",
8523
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { classificationPolicyId: {
8524
+ serializedName: "classificationPolicyId",
8139
8525
  required: true,
8140
8526
  type: {
8141
8527
  name: "String"
8142
8528
  }
8529
+ }, errors: {
8530
+ serializedName: "errors",
8531
+ required: true,
8532
+ type: {
8533
+ name: "Sequence",
8534
+ element: {
8535
+ type: {
8536
+ name: "Composite",
8537
+ className: "AcsRouterCommunicationError"
8538
+ }
8539
+ }
8540
+ }
8143
8541
  } })
8144
8542
  }
8145
8543
  };
8146
- const AcsChatThreadCreatedWithUserEventData = {
8544
+ const AcsRouterJobClassifiedEventData = {
8147
8545
  type: {
8148
8546
  name: "Composite",
8149
- className: "AcsChatThreadCreatedWithUserEventData",
8150
- modelProperties: Object.assign(Object.assign({}, AcsChatThreadEventBase.type.modelProperties), { createdByCommunicationIdentifier: {
8151
- serializedName: "createdByCommunicationIdentifier",
8547
+ className: "AcsRouterJobClassifiedEventData",
8548
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { queueDetails: {
8549
+ serializedName: "queueDetails",
8152
8550
  type: {
8153
8551
  name: "Composite",
8154
- className: "CommunicationIdentifierModel"
8552
+ className: "AcsRouterQueueDetails"
8155
8553
  }
8156
- }, properties: {
8157
- serializedName: "properties",
8554
+ }, classificationPolicyId: {
8555
+ serializedName: "classificationPolicyId",
8158
8556
  required: true,
8159
8557
  type: {
8160
- name: "Dictionary",
8161
- value: { type: { name: "any" } }
8558
+ name: "String"
8162
8559
  }
8163
- }, participants: {
8164
- serializedName: "participants",
8560
+ }, priority: {
8561
+ serializedName: "priority",
8562
+ required: true,
8563
+ type: {
8564
+ name: "Number"
8565
+ }
8566
+ }, attachedWorkerSelectors: {
8567
+ serializedName: "attachedWorkerSelectors",
8165
8568
  required: true,
8166
8569
  type: {
8167
8570
  name: "Sequence",
8168
8571
  element: {
8169
8572
  type: {
8170
8573
  name: "Composite",
8171
- className: "AcsChatThreadParticipant"
8574
+ className: "AcsRouterWorkerSelector"
8172
8575
  }
8173
8576
  }
8174
8577
  }
8175
8578
  } })
8176
8579
  }
8177
8580
  };
8178
- const AcsChatThreadWithUserDeletedEventData = {
8581
+ const AcsRouterJobClosedEventData = {
8179
8582
  type: {
8180
8583
  name: "Composite",
8181
- className: "AcsChatThreadWithUserDeletedEventData",
8182
- modelProperties: Object.assign(Object.assign({}, AcsChatThreadEventBase.type.modelProperties), { deletedByCommunicationIdentifier: {
8183
- serializedName: "deletedByCommunicationIdentifier",
8184
- type: {
8185
- name: "Composite",
8186
- className: "CommunicationIdentifierModel"
8187
- }
8188
- }, deleteTime: {
8189
- serializedName: "deleteTime",
8584
+ className: "AcsRouterJobClosedEventData",
8585
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { assignmentId: {
8586
+ serializedName: "assignmentId",
8190
8587
  required: true,
8191
8588
  type: {
8192
8589
  name: "String"
8193
8590
  }
8194
- } })
8195
- }
8196
- };
8197
- const AcsChatThreadPropertiesUpdatedPerUserEventData = {
8198
- type: {
8199
- name: "Composite",
8200
- className: "AcsChatThreadPropertiesUpdatedPerUserEventData",
8201
- modelProperties: Object.assign(Object.assign({}, AcsChatThreadEventBase.type.modelProperties), { editedByCommunicationIdentifier: {
8202
- serializedName: "editedByCommunicationIdentifier",
8203
- type: {
8204
- name: "Composite",
8205
- className: "CommunicationIdentifierModel"
8206
- }
8207
- }, editTime: {
8208
- serializedName: "editTime",
8591
+ }, workerId: {
8592
+ serializedName: "workerId",
8209
8593
  required: true,
8210
8594
  type: {
8211
8595
  name: "String"
8212
8596
  }
8213
- }, properties: {
8214
- serializedName: "properties",
8597
+ }, dispositionCode: {
8598
+ serializedName: "dispositionCode",
8215
8599
  required: true,
8216
8600
  type: {
8217
- name: "Dictionary",
8218
- value: { type: { name: "any" } }
8601
+ name: "String"
8219
8602
  }
8220
8603
  } })
8221
8604
  }
8222
8605
  };
8223
- const AcsChatParticipantAddedToThreadWithUserEventData = {
8606
+ const AcsRouterJobCompletedEventData = {
8224
8607
  type: {
8225
8608
  name: "Composite",
8226
- className: "AcsChatParticipantAddedToThreadWithUserEventData",
8227
- modelProperties: Object.assign(Object.assign({}, AcsChatThreadEventBase.type.modelProperties), { time: {
8228
- serializedName: "time",
8609
+ className: "AcsRouterJobCompletedEventData",
8610
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { assignmentId: {
8611
+ serializedName: "assignmentId",
8229
8612
  required: true,
8230
8613
  type: {
8231
8614
  name: "String"
8232
8615
  }
8233
- }, addedByCommunicationIdentifier: {
8234
- serializedName: "addedByCommunicationIdentifier",
8235
- type: {
8236
- name: "Composite",
8237
- className: "CommunicationIdentifierModel"
8238
- }
8239
- }, participantAdded: {
8240
- serializedName: "participantAdded",
8616
+ }, workerId: {
8617
+ serializedName: "workerId",
8618
+ required: true,
8241
8619
  type: {
8242
- name: "Composite",
8243
- className: "AcsChatThreadParticipant"
8620
+ name: "String"
8244
8621
  }
8245
8622
  } })
8246
8623
  }
8247
8624
  };
8248
- const AcsChatParticipantRemovedFromThreadWithUserEventData = {
8625
+ const AcsRouterJobDeletedEventData = {
8249
8626
  type: {
8250
8627
  name: "Composite",
8251
- className: "AcsChatParticipantRemovedFromThreadWithUserEventData",
8252
- modelProperties: Object.assign(Object.assign({}, AcsChatThreadEventBase.type.modelProperties), { time: {
8253
- serializedName: "time",
8628
+ className: "AcsRouterJobDeletedEventData",
8629
+ modelProperties: Object.assign({}, AcsRouterJobEventData.type.modelProperties)
8630
+ }
8631
+ };
8632
+ const AcsRouterJobExceptionTriggeredEventData = {
8633
+ type: {
8634
+ name: "Composite",
8635
+ className: "AcsRouterJobExceptionTriggeredEventData",
8636
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { ruleKey: {
8637
+ serializedName: "ruleKey",
8254
8638
  required: true,
8255
8639
  type: {
8256
8640
  name: "String"
8257
8641
  }
8258
- }, removedByCommunicationIdentifier: {
8259
- serializedName: "removedByCommunicationIdentifier",
8260
- type: {
8261
- name: "Composite",
8262
- className: "CommunicationIdentifierModel"
8263
- }
8264
- }, participantRemoved: {
8265
- serializedName: "participantRemoved",
8642
+ }, exceptionRuleId: {
8643
+ serializedName: "exceptionRuleId",
8644
+ required: true,
8266
8645
  type: {
8267
- name: "Composite",
8268
- className: "AcsChatThreadParticipant"
8646
+ name: "String"
8269
8647
  }
8270
8648
  } })
8271
8649
  }
8272
8650
  };
8273
- const AcsChatMessageReceivedInThreadEventData = {
8651
+ const AcsRouterJobQueuedEventData = {
8274
8652
  type: {
8275
8653
  name: "Composite",
8276
- className: "AcsChatMessageReceivedInThreadEventData",
8277
- modelProperties: Object.assign(Object.assign({}, AcsChatMessageEventInThreadBase.type.modelProperties), { messageBody: {
8278
- serializedName: "messageBody",
8654
+ className: "AcsRouterJobQueuedEventData",
8655
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { priority: {
8656
+ serializedName: "priority",
8279
8657
  required: true,
8280
8658
  type: {
8281
- name: "String"
8659
+ name: "Number"
8282
8660
  }
8283
- }, metadata: {
8284
- serializedName: "metadata",
8661
+ }, attachedWorkerSelectors: {
8662
+ serializedName: "attachedWorkerSelectors",
8285
8663
  required: true,
8286
8664
  type: {
8287
- name: "Dictionary",
8288
- value: { type: { name: "String" } }
8665
+ name: "Sequence",
8666
+ element: {
8667
+ type: {
8668
+ name: "Composite",
8669
+ className: "AcsRouterWorkerSelector"
8670
+ }
8671
+ }
8672
+ }
8673
+ }, requestedWorkerSelectors: {
8674
+ serializedName: "requestedWorkerSelectors",
8675
+ required: true,
8676
+ type: {
8677
+ name: "Sequence",
8678
+ element: {
8679
+ type: {
8680
+ name: "Composite",
8681
+ className: "AcsRouterWorkerSelector"
8682
+ }
8683
+ }
8289
8684
  }
8290
8685
  } })
8291
8686
  }
8292
8687
  };
8293
- const AcsChatMessageEditedInThreadEventData = {
8688
+ const AcsRouterJobReceivedEventData = {
8294
8689
  type: {
8295
8690
  name: "Composite",
8296
- className: "AcsChatMessageEditedInThreadEventData",
8297
- modelProperties: Object.assign(Object.assign({}, AcsChatMessageEventInThreadBase.type.modelProperties), { messageBody: {
8298
- serializedName: "messageBody",
8299
- required: true,
8691
+ className: "AcsRouterJobReceivedEventData",
8692
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { jobStatus: {
8693
+ serializedName: "jobStatus",
8300
8694
  type: {
8301
8695
  name: "String"
8302
8696
  }
8303
- }, metadata: {
8304
- serializedName: "metadata",
8697
+ }, classificationPolicyId: {
8698
+ serializedName: "classificationPolicyId",
8699
+ type: {
8700
+ name: "String"
8701
+ }
8702
+ }, priority: {
8703
+ serializedName: "priority",
8704
+ type: {
8705
+ name: "Number"
8706
+ }
8707
+ }, requestedWorkerSelectors: {
8708
+ serializedName: "requestedWorkerSelectors",
8709
+ type: {
8710
+ name: "Sequence",
8711
+ element: {
8712
+ type: {
8713
+ name: "Composite",
8714
+ className: "AcsRouterWorkerSelector"
8715
+ }
8716
+ }
8717
+ }
8718
+ }, scheduledOn: {
8719
+ serializedName: "scheduledOn",
8720
+ type: {
8721
+ name: "String"
8722
+ }
8723
+ }, unavailableForMatching: {
8724
+ serializedName: "unavailableForMatching",
8725
+ required: true,
8726
+ type: {
8727
+ name: "Boolean"
8728
+ }
8729
+ } })
8730
+ }
8731
+ };
8732
+ const AcsRouterJobSchedulingFailedEventData = {
8733
+ type: {
8734
+ name: "Composite",
8735
+ className: "AcsRouterJobSchedulingFailedEventData",
8736
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { priority: {
8737
+ serializedName: "priority",
8738
+ required: true,
8739
+ type: {
8740
+ name: "Number"
8741
+ }
8742
+ }, expiredAttachedWorkerSelectors: {
8743
+ serializedName: "expiredAttachedWorkerSelectors",
8744
+ required: true,
8745
+ type: {
8746
+ name: "Sequence",
8747
+ element: {
8748
+ type: {
8749
+ name: "Composite",
8750
+ className: "AcsRouterWorkerSelector"
8751
+ }
8752
+ }
8753
+ }
8754
+ }, expiredRequestedWorkerSelectors: {
8755
+ serializedName: "expiredRequestedWorkerSelectors",
8756
+ required: true,
8757
+ type: {
8758
+ name: "Sequence",
8759
+ element: {
8760
+ type: {
8761
+ name: "Composite",
8762
+ className: "AcsRouterWorkerSelector"
8763
+ }
8764
+ }
8765
+ }
8766
+ }, scheduledOn: {
8767
+ serializedName: "scheduledOn",
8768
+ required: true,
8769
+ type: {
8770
+ name: "String"
8771
+ }
8772
+ }, failureReason: {
8773
+ serializedName: "failureReason",
8774
+ required: true,
8775
+ type: {
8776
+ name: "String"
8777
+ }
8778
+ } })
8779
+ }
8780
+ };
8781
+ const AcsRouterJobUnassignedEventData = {
8782
+ type: {
8783
+ name: "Composite",
8784
+ className: "AcsRouterJobUnassignedEventData",
8785
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { assignmentId: {
8786
+ serializedName: "assignmentId",
8787
+ required: true,
8788
+ type: {
8789
+ name: "String"
8790
+ }
8791
+ }, workerId: {
8792
+ serializedName: "workerId",
8793
+ required: true,
8794
+ type: {
8795
+ name: "String"
8796
+ }
8797
+ } })
8798
+ }
8799
+ };
8800
+ const AcsRouterJobWaitingForActivationEventData = {
8801
+ type: {
8802
+ name: "Composite",
8803
+ className: "AcsRouterJobWaitingForActivationEventData",
8804
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { priority: {
8805
+ serializedName: "priority",
8806
+ type: {
8807
+ name: "Number"
8808
+ }
8809
+ }, expiredAttachedWorkerSelectors: {
8810
+ serializedName: "expiredAttachedWorkerSelectors",
8811
+ type: {
8812
+ name: "Sequence",
8813
+ element: {
8814
+ type: {
8815
+ name: "Composite",
8816
+ className: "AcsRouterWorkerSelector"
8817
+ }
8818
+ }
8819
+ }
8820
+ }, expiredRequestedWorkerSelectors: {
8821
+ serializedName: "expiredRequestedWorkerSelectors",
8822
+ type: {
8823
+ name: "Sequence",
8824
+ element: {
8825
+ type: {
8826
+ name: "Composite",
8827
+ className: "AcsRouterWorkerSelector"
8828
+ }
8829
+ }
8830
+ }
8831
+ }, scheduledOn: {
8832
+ serializedName: "scheduledOn",
8833
+ type: {
8834
+ name: "String"
8835
+ }
8836
+ }, unavailableForMatching: {
8837
+ serializedName: "unavailableForMatching",
8838
+ required: true,
8839
+ type: {
8840
+ name: "Boolean"
8841
+ }
8842
+ } })
8843
+ }
8844
+ };
8845
+ const AcsRouterJobWorkerSelectorsExpiredEventData = {
8846
+ type: {
8847
+ name: "Composite",
8848
+ className: "AcsRouterJobWorkerSelectorsExpiredEventData",
8849
+ modelProperties: Object.assign(Object.assign({}, AcsRouterJobEventData.type.modelProperties), { expiredRequestedWorkerSelectors: {
8850
+ serializedName: "expiredRequestedWorkerSelectors",
8851
+ required: true,
8852
+ type: {
8853
+ name: "Sequence",
8854
+ element: {
8855
+ type: {
8856
+ name: "Composite",
8857
+ className: "AcsRouterWorkerSelector"
8858
+ }
8859
+ }
8860
+ }
8861
+ }, expiredAttachedWorkerSelectors: {
8862
+ serializedName: "expiredAttachedWorkerSelectors",
8863
+ required: true,
8864
+ type: {
8865
+ name: "Sequence",
8866
+ element: {
8867
+ type: {
8868
+ name: "Composite",
8869
+ className: "AcsRouterWorkerSelector"
8870
+ }
8871
+ }
8872
+ }
8873
+ } })
8874
+ }
8875
+ };
8876
+ const AcsRouterWorkerDeletedEventData = {
8877
+ type: {
8878
+ name: "Composite",
8879
+ className: "AcsRouterWorkerDeletedEventData",
8880
+ modelProperties: Object.assign({}, AcsRouterWorkerEventData.type.modelProperties)
8881
+ }
8882
+ };
8883
+ const AcsRouterWorkerOfferAcceptedEventData = {
8884
+ type: {
8885
+ name: "Composite",
8886
+ className: "AcsRouterWorkerOfferAcceptedEventData",
8887
+ modelProperties: Object.assign(Object.assign({}, AcsRouterWorkerEventData.type.modelProperties), { queueId: {
8888
+ serializedName: "queueId",
8889
+ required: true,
8890
+ type: {
8891
+ name: "String"
8892
+ }
8893
+ }, offerId: {
8894
+ serializedName: "offerId",
8895
+ required: true,
8896
+ type: {
8897
+ name: "String"
8898
+ }
8899
+ }, assignmentId: {
8900
+ serializedName: "assignmentId",
8901
+ required: true,
8902
+ type: {
8903
+ name: "String"
8904
+ }
8905
+ }, jobPriority: {
8906
+ serializedName: "jobPriority",
8907
+ required: true,
8908
+ type: {
8909
+ name: "Number"
8910
+ }
8911
+ }, workerLabels: {
8912
+ serializedName: "workerLabels",
8913
+ required: true,
8914
+ type: {
8915
+ name: "Dictionary",
8916
+ value: { type: { name: "String" } }
8917
+ }
8918
+ }, workerTags: {
8919
+ serializedName: "workerTags",
8920
+ required: true,
8921
+ type: {
8922
+ name: "Dictionary",
8923
+ value: { type: { name: "String" } }
8924
+ }
8925
+ }, jobLabels: {
8926
+ serializedName: "jobLabels",
8927
+ required: true,
8928
+ type: {
8929
+ name: "Dictionary",
8930
+ value: { type: { name: "String" } }
8931
+ }
8932
+ }, jobTags: {
8933
+ serializedName: "jobTags",
8934
+ required: true,
8935
+ type: {
8936
+ name: "Dictionary",
8937
+ value: { type: { name: "String" } }
8938
+ }
8939
+ } })
8940
+ }
8941
+ };
8942
+ const AcsRouterWorkerOfferDeclinedEventData = {
8943
+ type: {
8944
+ name: "Composite",
8945
+ className: "AcsRouterWorkerOfferDeclinedEventData",
8946
+ modelProperties: Object.assign(Object.assign({}, AcsRouterWorkerEventData.type.modelProperties), { queueId: {
8947
+ serializedName: "queueId",
8948
+ required: true,
8949
+ type: {
8950
+ name: "String"
8951
+ }
8952
+ }, offerId: {
8953
+ serializedName: "offerId",
8954
+ required: true,
8955
+ type: {
8956
+ name: "String"
8957
+ }
8958
+ } })
8959
+ }
8960
+ };
8961
+ const AcsRouterWorkerOfferExpiredEventData = {
8962
+ type: {
8963
+ name: "Composite",
8964
+ className: "AcsRouterWorkerOfferExpiredEventData",
8965
+ modelProperties: Object.assign(Object.assign({}, AcsRouterWorkerEventData.type.modelProperties), { queueId: {
8966
+ serializedName: "queueId",
8967
+ required: true,
8968
+ type: {
8969
+ name: "String"
8970
+ }
8971
+ }, offerId: {
8972
+ serializedName: "offerId",
8973
+ required: true,
8974
+ type: {
8975
+ name: "String"
8976
+ }
8977
+ } })
8978
+ }
8979
+ };
8980
+ const AcsRouterWorkerOfferIssuedEventData = {
8981
+ type: {
8982
+ name: "Composite",
8983
+ className: "AcsRouterWorkerOfferIssuedEventData",
8984
+ modelProperties: Object.assign(Object.assign({}, AcsRouterWorkerEventData.type.modelProperties), { queueId: {
8985
+ serializedName: "queueId",
8986
+ required: true,
8987
+ type: {
8988
+ name: "String"
8989
+ }
8990
+ }, offerId: {
8991
+ serializedName: "offerId",
8992
+ required: true,
8993
+ type: {
8994
+ name: "String"
8995
+ }
8996
+ }, jobPriority: {
8997
+ serializedName: "jobPriority",
8998
+ required: true,
8999
+ type: {
9000
+ name: "Number"
9001
+ }
9002
+ }, workerLabels: {
9003
+ serializedName: "workerLabels",
9004
+ required: true,
9005
+ type: {
9006
+ name: "Dictionary",
9007
+ value: { type: { name: "String" } }
9008
+ }
9009
+ }, offeredOn: {
9010
+ serializedName: "offeredOn",
9011
+ required: true,
9012
+ type: {
9013
+ name: "String"
9014
+ }
9015
+ }, expiresOn: {
9016
+ serializedName: "expiresOn",
9017
+ required: true,
9018
+ type: {
9019
+ name: "String"
9020
+ }
9021
+ }, workerTags: {
9022
+ serializedName: "workerTags",
9023
+ required: true,
9024
+ type: {
9025
+ name: "Dictionary",
9026
+ value: { type: { name: "String" } }
9027
+ }
9028
+ }, jobLabels: {
9029
+ serializedName: "jobLabels",
9030
+ required: true,
9031
+ type: {
9032
+ name: "Dictionary",
9033
+ value: { type: { name: "String" } }
9034
+ }
9035
+ }, jobTags: {
9036
+ serializedName: "jobTags",
9037
+ required: true,
9038
+ type: {
9039
+ name: "Dictionary",
9040
+ value: { type: { name: "String" } }
9041
+ }
9042
+ } })
9043
+ }
9044
+ };
9045
+ const AcsRouterWorkerOfferRevokedEventData = {
9046
+ type: {
9047
+ name: "Composite",
9048
+ className: "AcsRouterWorkerOfferRevokedEventData",
9049
+ modelProperties: Object.assign(Object.assign({}, AcsRouterWorkerEventData.type.modelProperties), { queueId: {
9050
+ serializedName: "queueId",
9051
+ required: true,
9052
+ type: {
9053
+ name: "String"
9054
+ }
9055
+ }, offerId: {
9056
+ serializedName: "offerId",
9057
+ required: true,
9058
+ type: {
9059
+ name: "String"
9060
+ }
9061
+ } })
9062
+ }
9063
+ };
9064
+ const AcsChatMessageReceivedEventData = {
9065
+ type: {
9066
+ name: "Composite",
9067
+ className: "AcsChatMessageReceivedEventData",
9068
+ modelProperties: Object.assign(Object.assign({}, AcsChatMessageEventBase.type.modelProperties), { messageBody: {
9069
+ serializedName: "messageBody",
9070
+ required: true,
9071
+ type: {
9072
+ name: "String"
9073
+ }
9074
+ }, metadata: {
9075
+ serializedName: "metadata",
9076
+ required: true,
9077
+ type: {
9078
+ name: "Dictionary",
9079
+ value: { type: { name: "String" } }
9080
+ }
9081
+ } })
9082
+ }
9083
+ };
9084
+ const AcsChatMessageEditedEventData = {
9085
+ type: {
9086
+ name: "Composite",
9087
+ className: "AcsChatMessageEditedEventData",
9088
+ modelProperties: Object.assign(Object.assign({}, AcsChatMessageEventBase.type.modelProperties), { messageBody: {
9089
+ serializedName: "messageBody",
9090
+ required: true,
9091
+ type: {
9092
+ name: "String"
9093
+ }
9094
+ }, metadata: {
9095
+ serializedName: "metadata",
9096
+ required: true,
9097
+ type: {
9098
+ name: "Dictionary",
9099
+ value: { type: { name: "String" } }
9100
+ }
9101
+ }, editTime: {
9102
+ serializedName: "editTime",
9103
+ required: true,
9104
+ type: {
9105
+ name: "String"
9106
+ }
9107
+ } })
9108
+ }
9109
+ };
9110
+ const AcsChatMessageDeletedEventData = {
9111
+ type: {
9112
+ name: "Composite",
9113
+ className: "AcsChatMessageDeletedEventData",
9114
+ modelProperties: Object.assign(Object.assign({}, AcsChatMessageEventBase.type.modelProperties), { deleteTime: {
9115
+ serializedName: "deleteTime",
9116
+ required: true,
9117
+ type: {
9118
+ name: "String"
9119
+ }
9120
+ } })
9121
+ }
9122
+ };
9123
+ const AcsChatThreadCreatedWithUserEventData = {
9124
+ type: {
9125
+ name: "Composite",
9126
+ className: "AcsChatThreadCreatedWithUserEventData",
9127
+ modelProperties: Object.assign(Object.assign({}, AcsChatThreadEventBase.type.modelProperties), { createdByCommunicationIdentifier: {
9128
+ serializedName: "createdByCommunicationIdentifier",
9129
+ type: {
9130
+ name: "Composite",
9131
+ className: "CommunicationIdentifierModel"
9132
+ }
9133
+ }, properties: {
9134
+ serializedName: "properties",
9135
+ required: true,
9136
+ type: {
9137
+ name: "Dictionary",
9138
+ value: { type: { name: "any" } }
9139
+ }
9140
+ }, participants: {
9141
+ serializedName: "participants",
9142
+ required: true,
9143
+ type: {
9144
+ name: "Sequence",
9145
+ element: {
9146
+ type: {
9147
+ name: "Composite",
9148
+ className: "AcsChatThreadParticipant"
9149
+ }
9150
+ }
9151
+ }
9152
+ } })
9153
+ }
9154
+ };
9155
+ const AcsChatThreadWithUserDeletedEventData = {
9156
+ type: {
9157
+ name: "Composite",
9158
+ className: "AcsChatThreadWithUserDeletedEventData",
9159
+ modelProperties: Object.assign(Object.assign({}, AcsChatThreadEventBase.type.modelProperties), { deletedByCommunicationIdentifier: {
9160
+ serializedName: "deletedByCommunicationIdentifier",
9161
+ type: {
9162
+ name: "Composite",
9163
+ className: "CommunicationIdentifierModel"
9164
+ }
9165
+ }, deleteTime: {
9166
+ serializedName: "deleteTime",
9167
+ required: true,
9168
+ type: {
9169
+ name: "String"
9170
+ }
9171
+ } })
9172
+ }
9173
+ };
9174
+ const AcsChatThreadPropertiesUpdatedPerUserEventData = {
9175
+ type: {
9176
+ name: "Composite",
9177
+ className: "AcsChatThreadPropertiesUpdatedPerUserEventData",
9178
+ modelProperties: Object.assign(Object.assign({}, AcsChatThreadEventBase.type.modelProperties), { editedByCommunicationIdentifier: {
9179
+ serializedName: "editedByCommunicationIdentifier",
9180
+ type: {
9181
+ name: "Composite",
9182
+ className: "CommunicationIdentifierModel"
9183
+ }
9184
+ }, editTime: {
9185
+ serializedName: "editTime",
9186
+ required: true,
9187
+ type: {
9188
+ name: "String"
9189
+ }
9190
+ }, properties: {
9191
+ serializedName: "properties",
9192
+ required: true,
9193
+ type: {
9194
+ name: "Dictionary",
9195
+ value: { type: { name: "any" } }
9196
+ }
9197
+ } })
9198
+ }
9199
+ };
9200
+ const AcsChatParticipantAddedToThreadWithUserEventData = {
9201
+ type: {
9202
+ name: "Composite",
9203
+ className: "AcsChatParticipantAddedToThreadWithUserEventData",
9204
+ modelProperties: Object.assign(Object.assign({}, AcsChatThreadEventBase.type.modelProperties), { time: {
9205
+ serializedName: "time",
9206
+ required: true,
9207
+ type: {
9208
+ name: "String"
9209
+ }
9210
+ }, addedByCommunicationIdentifier: {
9211
+ serializedName: "addedByCommunicationIdentifier",
9212
+ type: {
9213
+ name: "Composite",
9214
+ className: "CommunicationIdentifierModel"
9215
+ }
9216
+ }, participantAdded: {
9217
+ serializedName: "participantAdded",
9218
+ type: {
9219
+ name: "Composite",
9220
+ className: "AcsChatThreadParticipant"
9221
+ }
9222
+ } })
9223
+ }
9224
+ };
9225
+ const AcsChatParticipantRemovedFromThreadWithUserEventData = {
9226
+ type: {
9227
+ name: "Composite",
9228
+ className: "AcsChatParticipantRemovedFromThreadWithUserEventData",
9229
+ modelProperties: Object.assign(Object.assign({}, AcsChatThreadEventBase.type.modelProperties), { time: {
9230
+ serializedName: "time",
9231
+ required: true,
9232
+ type: {
9233
+ name: "String"
9234
+ }
9235
+ }, removedByCommunicationIdentifier: {
9236
+ serializedName: "removedByCommunicationIdentifier",
9237
+ type: {
9238
+ name: "Composite",
9239
+ className: "CommunicationIdentifierModel"
9240
+ }
9241
+ }, participantRemoved: {
9242
+ serializedName: "participantRemoved",
9243
+ type: {
9244
+ name: "Composite",
9245
+ className: "AcsChatThreadParticipant"
9246
+ }
9247
+ } })
9248
+ }
9249
+ };
9250
+ const AcsChatMessageReceivedInThreadEventData = {
9251
+ type: {
9252
+ name: "Composite",
9253
+ className: "AcsChatMessageReceivedInThreadEventData",
9254
+ modelProperties: Object.assign(Object.assign({}, AcsChatMessageEventInThreadBase.type.modelProperties), { messageBody: {
9255
+ serializedName: "messageBody",
9256
+ required: true,
9257
+ type: {
9258
+ name: "String"
9259
+ }
9260
+ }, metadata: {
9261
+ serializedName: "metadata",
9262
+ required: true,
9263
+ type: {
9264
+ name: "Dictionary",
9265
+ value: { type: { name: "String" } }
9266
+ }
9267
+ } })
9268
+ }
9269
+ };
9270
+ const AcsChatMessageEditedInThreadEventData = {
9271
+ type: {
9272
+ name: "Composite",
9273
+ className: "AcsChatMessageEditedInThreadEventData",
9274
+ modelProperties: Object.assign(Object.assign({}, AcsChatMessageEventInThreadBase.type.modelProperties), { messageBody: {
9275
+ serializedName: "messageBody",
9276
+ required: true,
9277
+ type: {
9278
+ name: "String"
9279
+ }
9280
+ }, metadata: {
9281
+ serializedName: "metadata",
8305
9282
  required: true,
8306
9283
  type: {
8307
9284
  name: "Dictionary",
@@ -8413,233 +9390,266 @@ let discriminators = {
8413
9390
 
8414
9391
  var Mappers = /*#__PURE__*/Object.freeze({
8415
9392
  __proto__: null,
8416
- EventGridEvent: EventGridEvent,
8417
- CloudEvent: CloudEvent,
8418
- StorageBlobCreatedEventData: StorageBlobCreatedEventData,
8419
- StorageBlobDeletedEventData: StorageBlobDeletedEventData,
8420
- StorageDirectoryCreatedEventData: StorageDirectoryCreatedEventData,
8421
- StorageDirectoryDeletedEventData: StorageDirectoryDeletedEventData,
8422
- StorageBlobRenamedEventData: StorageBlobRenamedEventData,
8423
- StorageDirectoryRenamedEventData: StorageDirectoryRenamedEventData,
8424
- StorageLifecyclePolicyCompletedEventData: StorageLifecyclePolicyCompletedEventData,
8425
- StorageLifecyclePolicyActionSummaryDetail: StorageLifecyclePolicyActionSummaryDetail,
8426
- StorageBlobTierChangedEventData: StorageBlobTierChangedEventData,
8427
- StorageAsyncOperationInitiatedEventData: StorageAsyncOperationInitiatedEventData,
8428
- StorageBlobInventoryPolicyCompletedEventData: StorageBlobInventoryPolicyCompletedEventData,
8429
- StorageTaskQueuedEventData: StorageTaskQueuedEventData,
8430
- StorageTaskCompletedEventData: StorageTaskCompletedEventData,
8431
- EventHubCaptureFileCreatedEventData: EventHubCaptureFileCreatedEventData,
8432
- ResourceWriteSuccessEventData: ResourceWriteSuccessEventData,
8433
- ResourceAuthorization: ResourceAuthorization,
8434
- ResourceHttpRequest: ResourceHttpRequest,
8435
- ResourceWriteFailureEventData: ResourceWriteFailureEventData,
8436
- ResourceWriteCancelEventData: ResourceWriteCancelEventData,
8437
- ResourceDeleteSuccessEventData: ResourceDeleteSuccessEventData,
8438
- ResourceDeleteFailureEventData: ResourceDeleteFailureEventData,
8439
- ResourceDeleteCancelEventData: ResourceDeleteCancelEventData,
8440
- ResourceActionSuccessEventData: ResourceActionSuccessEventData,
8441
- ResourceActionFailureEventData: ResourceActionFailureEventData,
8442
- ResourceActionCancelEventData: ResourceActionCancelEventData,
8443
- SubscriptionValidationEventData: SubscriptionValidationEventData,
8444
- SubscriptionValidationResponse: SubscriptionValidationResponse,
8445
- SubscriptionDeletedEventData: SubscriptionDeletedEventData,
8446
- EventGridMqttClientEventData: EventGridMqttClientEventData,
8447
- DataBoxCopyStartedEventData: DataBoxCopyStartedEventData,
8448
- DataBoxCopyCompletedEventData: DataBoxCopyCompletedEventData,
8449
- DataBoxOrderCompletedEventData: DataBoxOrderCompletedEventData,
8450
- DeviceLifeCycleEvent: DeviceLifeCycleEvent,
8451
- DeviceTwinInfo: DeviceTwinInfo,
8452
- DeviceTwinInfoProperties: DeviceTwinInfoProperties,
8453
- DeviceTwin: DeviceTwin,
8454
- DeviceTwinMetadata: DeviceTwinMetadata,
8455
- DeviceTwinInfoX509Thumbprint: DeviceTwinInfoX509Thumbprint,
8456
- DeviceConnectionStateEvent: DeviceConnectionStateEvent,
8457
- DeviceConnectionStateEventInfo: DeviceConnectionStateEventInfo,
8458
- DeviceTelemetryEvent: DeviceTelemetryEvent,
8459
- ContainerRegistryEventData: ContainerRegistryEventData,
8460
- ContainerRegistryEventTarget: ContainerRegistryEventTarget,
8461
- ContainerRegistryEventRequest: ContainerRegistryEventRequest,
8462
- ContainerRegistryEventActor: ContainerRegistryEventActor,
8463
- ContainerRegistryEventSource: ContainerRegistryEventSource,
8464
- ContainerRegistryEventConnectedRegistry: ContainerRegistryEventConnectedRegistry,
8465
- ContainerRegistryArtifactEventData: ContainerRegistryArtifactEventData,
8466
- ContainerRegistryArtifactEventTarget: ContainerRegistryArtifactEventTarget,
8467
- ServiceBusActiveMessagesAvailableWithNoListenersEventData: ServiceBusActiveMessagesAvailableWithNoListenersEventData,
8468
- ServiceBusDeadletterMessagesAvailableWithNoListenersEventData: ServiceBusDeadletterMessagesAvailableWithNoListenersEventData,
8469
- ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData: ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData,
8470
- ServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData: ServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData,
8471
- MediaJobStateChangeEventData: MediaJobStateChangeEventData,
8472
- MediaJobError: MediaJobError,
8473
- MediaJobErrorDetail: MediaJobErrorDetail,
8474
- MediaJobOutput: MediaJobOutput,
8475
- MediaJobOutputProgressEventData: MediaJobOutputProgressEventData,
8476
- MediaJobOutputStateChangeEventData: MediaJobOutputStateChangeEventData,
8477
- MediaLiveEventEncoderConnectedEventData: MediaLiveEventEncoderConnectedEventData,
8478
- MediaLiveEventConnectionRejectedEventData: MediaLiveEventConnectionRejectedEventData,
8479
- MediaLiveEventEncoderDisconnectedEventData: MediaLiveEventEncoderDisconnectedEventData,
8480
- MediaLiveEventIncomingStreamReceivedEventData: MediaLiveEventIncomingStreamReceivedEventData,
8481
- MediaLiveEventIncomingStreamsOutOfSyncEventData: MediaLiveEventIncomingStreamsOutOfSyncEventData,
8482
- MediaLiveEventIncomingVideoStreamsOutOfSyncEventData: MediaLiveEventIncomingVideoStreamsOutOfSyncEventData,
8483
- MediaLiveEventIncomingDataChunkDroppedEventData: MediaLiveEventIncomingDataChunkDroppedEventData,
8484
- MediaLiveEventIngestHeartbeatEventData: MediaLiveEventIngestHeartbeatEventData,
8485
- MediaLiveEventTrackDiscontinuityDetectedEventData: MediaLiveEventTrackDiscontinuityDetectedEventData,
8486
- MediaLiveEventChannelArchiveHeartbeatEventData: MediaLiveEventChannelArchiveHeartbeatEventData,
8487
- MapsGeofenceEvent: MapsGeofenceEvent,
8488
- MapsGeofenceGeometry: MapsGeofenceGeometry,
8489
- AppConfigurationKeyValueModifiedEventData: AppConfigurationKeyValueModifiedEventData,
8490
- AppConfigurationKeyValueDeletedEventData: AppConfigurationKeyValueDeletedEventData,
8491
- AppConfigurationSnapshotEventData: AppConfigurationSnapshotEventData,
8492
- SignalRServiceClientConnectionConnectedEventData: SignalRServiceClientConnectionConnectedEventData,
8493
- SignalRServiceClientConnectionDisconnectedEventData: SignalRServiceClientConnectionDisconnectedEventData,
8494
- KeyVaultCertificateNewVersionCreatedEventData: KeyVaultCertificateNewVersionCreatedEventData,
8495
- KeyVaultCertificateNearExpiryEventData: KeyVaultCertificateNearExpiryEventData,
8496
- KeyVaultCertificateExpiredEventData: KeyVaultCertificateExpiredEventData,
8497
- KeyVaultKeyNewVersionCreatedEventData: KeyVaultKeyNewVersionCreatedEventData,
8498
- KeyVaultKeyNearExpiryEventData: KeyVaultKeyNearExpiryEventData,
8499
- KeyVaultKeyExpiredEventData: KeyVaultKeyExpiredEventData,
8500
- KeyVaultSecretNewVersionCreatedEventData: KeyVaultSecretNewVersionCreatedEventData,
8501
- KeyVaultSecretNearExpiryEventData: KeyVaultSecretNearExpiryEventData,
8502
- KeyVaultSecretExpiredEventData: KeyVaultSecretExpiredEventData,
8503
- KeyVaultAccessPolicyChangedEventData: KeyVaultAccessPolicyChangedEventData,
8504
- MachineLearningServicesModelRegisteredEventData: MachineLearningServicesModelRegisteredEventData,
8505
- MachineLearningServicesModelDeployedEventData: MachineLearningServicesModelDeployedEventData,
8506
- MachineLearningServicesRunCompletedEventData: MachineLearningServicesRunCompletedEventData,
8507
- MachineLearningServicesDatasetDriftDetectedEventData: MachineLearningServicesDatasetDriftDetectedEventData,
8508
- MachineLearningServicesRunStatusChangedEventData: MachineLearningServicesRunStatusChangedEventData,
8509
- RedisPatchingCompletedEventData: RedisPatchingCompletedEventData,
8510
- RedisScalingCompletedEventData: RedisScalingCompletedEventData,
8511
- RedisExportRDBCompletedEventData: RedisExportRDBCompletedEventData,
8512
- RedisImportRDBCompletedEventData: RedisImportRDBCompletedEventData,
8513
- WebAppUpdatedEventData: WebAppUpdatedEventData,
8514
- AppEventTypeDetail: AppEventTypeDetail,
8515
- WebBackupOperationStartedEventData: WebBackupOperationStartedEventData,
8516
- WebBackupOperationCompletedEventData: WebBackupOperationCompletedEventData,
8517
- WebBackupOperationFailedEventData: WebBackupOperationFailedEventData,
8518
- WebRestoreOperationStartedEventData: WebRestoreOperationStartedEventData,
8519
- WebRestoreOperationCompletedEventData: WebRestoreOperationCompletedEventData,
8520
- WebRestoreOperationFailedEventData: WebRestoreOperationFailedEventData,
8521
- WebSlotSwapStartedEventData: WebSlotSwapStartedEventData,
8522
- WebSlotSwapCompletedEventData: WebSlotSwapCompletedEventData,
8523
- WebSlotSwapFailedEventData: WebSlotSwapFailedEventData,
8524
- WebSlotSwapWithPreviewStartedEventData: WebSlotSwapWithPreviewStartedEventData,
8525
- WebSlotSwapWithPreviewCancelledEventData: WebSlotSwapWithPreviewCancelledEventData,
8526
- WebAppServicePlanUpdatedEventData: WebAppServicePlanUpdatedEventData,
8527
- AppServicePlanEventTypeDetail: AppServicePlanEventTypeDetail,
8528
- WebAppServicePlanUpdatedEventDataSku: WebAppServicePlanUpdatedEventDataSku,
8529
- AcsIncomingCallEventData: AcsIncomingCallEventData,
8530
- CommunicationIdentifierModel: CommunicationIdentifierModel,
8531
- CommunicationUserIdentifierModel: CommunicationUserIdentifierModel,
8532
- PhoneNumberIdentifierModel: PhoneNumberIdentifierModel,
8533
- MicrosoftTeamsUserIdentifierModel: MicrosoftTeamsUserIdentifierModel,
8534
- AcsIncomingCallCustomContext: AcsIncomingCallCustomContext,
8535
- AcsUserDisconnectedEventData: AcsUserDisconnectedEventData,
8536
9393
  AcsChatEventBase: AcsChatEventBase,
8537
9394
  AcsChatEventInThreadBase: AcsChatEventInThreadBase,
8538
- AcsChatThreadParticipant: AcsChatThreadParticipant,
8539
- AcsSmsDeliveryAttempt: AcsSmsDeliveryAttempt,
8540
- AcsSmsEventBase: AcsSmsEventBase,
8541
- AcsRecordingFileStatusUpdatedEventData: AcsRecordingFileStatusUpdatedEventData,
8542
- AcsRecordingStorageInfo: AcsRecordingStorageInfo,
8543
- AcsRecordingChunkInfo: AcsRecordingChunkInfo,
9395
+ AcsChatMessageDeletedEventData: AcsChatMessageDeletedEventData,
9396
+ AcsChatMessageDeletedInThreadEventData: AcsChatMessageDeletedInThreadEventData,
9397
+ AcsChatMessageEditedEventData: AcsChatMessageEditedEventData,
9398
+ AcsChatMessageEditedInThreadEventData: AcsChatMessageEditedInThreadEventData,
9399
+ AcsChatMessageEventBase: AcsChatMessageEventBase,
9400
+ AcsChatMessageEventInThreadBase: AcsChatMessageEventInThreadBase,
9401
+ AcsChatMessageReceivedEventData: AcsChatMessageReceivedEventData,
9402
+ AcsChatMessageReceivedInThreadEventData: AcsChatMessageReceivedInThreadEventData,
9403
+ AcsChatParticipantAddedToThreadEventData: AcsChatParticipantAddedToThreadEventData,
9404
+ AcsChatParticipantAddedToThreadWithUserEventData: AcsChatParticipantAddedToThreadWithUserEventData,
9405
+ AcsChatParticipantRemovedFromThreadEventData: AcsChatParticipantRemovedFromThreadEventData,
9406
+ AcsChatParticipantRemovedFromThreadWithUserEventData: AcsChatParticipantRemovedFromThreadWithUserEventData,
9407
+ AcsChatThreadCreatedEventData: AcsChatThreadCreatedEventData,
9408
+ AcsChatThreadCreatedWithUserEventData: AcsChatThreadCreatedWithUserEventData,
9409
+ AcsChatThreadDeletedEventData: AcsChatThreadDeletedEventData,
9410
+ AcsChatThreadEventBase: AcsChatThreadEventBase,
9411
+ AcsChatThreadEventInThreadBase: AcsChatThreadEventInThreadBase,
9412
+ AcsChatThreadParticipant: AcsChatThreadParticipant,
9413
+ AcsChatThreadPropertiesUpdatedEventData: AcsChatThreadPropertiesUpdatedEventData,
9414
+ AcsChatThreadPropertiesUpdatedPerUserEventData: AcsChatThreadPropertiesUpdatedPerUserEventData,
9415
+ AcsChatThreadWithUserDeletedEventData: AcsChatThreadWithUserDeletedEventData,
8544
9416
  AcsEmailDeliveryReportReceivedEventData: AcsEmailDeliveryReportReceivedEventData,
8545
9417
  AcsEmailDeliveryReportStatusDetails: AcsEmailDeliveryReportStatusDetails,
8546
9418
  AcsEmailEngagementTrackingReportReceivedEventData: AcsEmailEngagementTrackingReportReceivedEventData,
8547
- PolicyInsightsPolicyStateCreatedEventData: PolicyInsightsPolicyStateCreatedEventData,
8548
- PolicyInsightsPolicyStateChangedEventData: PolicyInsightsPolicyStateChangedEventData,
8549
- PolicyInsightsPolicyStateDeletedEventData: PolicyInsightsPolicyStateDeletedEventData,
8550
- ContainerServiceNewKubernetesVersionAvailableEventData: ContainerServiceNewKubernetesVersionAvailableEventData,
8551
- ContainerServiceClusterSupportEventData: ContainerServiceClusterSupportEventData,
8552
- ContainerServiceNodePoolRollingEventData: ContainerServiceNodePoolRollingEventData,
8553
- ApiManagementUserCreatedEventData: ApiManagementUserCreatedEventData,
8554
- ApiManagementUserUpdatedEventData: ApiManagementUserUpdatedEventData,
8555
- ApiManagementUserDeletedEventData: ApiManagementUserDeletedEventData,
8556
- ApiManagementSubscriptionCreatedEventData: ApiManagementSubscriptionCreatedEventData,
8557
- ApiManagementSubscriptionUpdatedEventData: ApiManagementSubscriptionUpdatedEventData,
8558
- ApiManagementSubscriptionDeletedEventData: ApiManagementSubscriptionDeletedEventData,
8559
- ApiManagementProductCreatedEventData: ApiManagementProductCreatedEventData,
8560
- ApiManagementProductUpdatedEventData: ApiManagementProductUpdatedEventData,
8561
- ApiManagementProductDeletedEventData: ApiManagementProductDeletedEventData,
9419
+ AcsIncomingCallCustomContext: AcsIncomingCallCustomContext,
9420
+ AcsIncomingCallEventData: AcsIncomingCallEventData,
9421
+ AcsRecordingChunkInfo: AcsRecordingChunkInfo,
9422
+ AcsRecordingFileStatusUpdatedEventData: AcsRecordingFileStatusUpdatedEventData,
9423
+ AcsRecordingStorageInfo: AcsRecordingStorageInfo,
9424
+ AcsRouterChannelConfiguration: AcsRouterChannelConfiguration,
9425
+ AcsRouterCommunicationError: AcsRouterCommunicationError,
9426
+ AcsRouterEventData: AcsRouterEventData,
9427
+ AcsRouterJobCancelledEventData: AcsRouterJobCancelledEventData,
9428
+ AcsRouterJobClassificationFailedEventData: AcsRouterJobClassificationFailedEventData,
9429
+ AcsRouterJobClassifiedEventData: AcsRouterJobClassifiedEventData,
9430
+ AcsRouterJobClosedEventData: AcsRouterJobClosedEventData,
9431
+ AcsRouterJobCompletedEventData: AcsRouterJobCompletedEventData,
9432
+ AcsRouterJobDeletedEventData: AcsRouterJobDeletedEventData,
9433
+ AcsRouterJobEventData: AcsRouterJobEventData,
9434
+ AcsRouterJobExceptionTriggeredEventData: AcsRouterJobExceptionTriggeredEventData,
9435
+ AcsRouterJobQueuedEventData: AcsRouterJobQueuedEventData,
9436
+ AcsRouterJobReceivedEventData: AcsRouterJobReceivedEventData,
9437
+ AcsRouterJobSchedulingFailedEventData: AcsRouterJobSchedulingFailedEventData,
9438
+ AcsRouterJobUnassignedEventData: AcsRouterJobUnassignedEventData,
9439
+ AcsRouterJobWaitingForActivationEventData: AcsRouterJobWaitingForActivationEventData,
9440
+ AcsRouterJobWorkerSelectorsExpiredEventData: AcsRouterJobWorkerSelectorsExpiredEventData,
9441
+ AcsRouterQueueDetails: AcsRouterQueueDetails,
9442
+ AcsRouterWorkerDeletedEventData: AcsRouterWorkerDeletedEventData,
9443
+ AcsRouterWorkerDeregisteredEventData: AcsRouterWorkerDeregisteredEventData,
9444
+ AcsRouterWorkerEventData: AcsRouterWorkerEventData,
9445
+ AcsRouterWorkerOfferAcceptedEventData: AcsRouterWorkerOfferAcceptedEventData,
9446
+ AcsRouterWorkerOfferDeclinedEventData: AcsRouterWorkerOfferDeclinedEventData,
9447
+ AcsRouterWorkerOfferExpiredEventData: AcsRouterWorkerOfferExpiredEventData,
9448
+ AcsRouterWorkerOfferIssuedEventData: AcsRouterWorkerOfferIssuedEventData,
9449
+ AcsRouterWorkerOfferRevokedEventData: AcsRouterWorkerOfferRevokedEventData,
9450
+ AcsRouterWorkerRegisteredEventData: AcsRouterWorkerRegisteredEventData,
9451
+ AcsRouterWorkerSelector: AcsRouterWorkerSelector,
9452
+ AcsSmsDeliveryAttempt: AcsSmsDeliveryAttempt,
9453
+ AcsSmsDeliveryReportReceivedEventData: AcsSmsDeliveryReportReceivedEventData,
9454
+ AcsSmsEventBase: AcsSmsEventBase,
9455
+ AcsSmsReceivedEventData: AcsSmsReceivedEventData,
9456
+ AcsUserDisconnectedEventData: AcsUserDisconnectedEventData,
8562
9457
  ApiManagementApiCreatedEventData: ApiManagementApiCreatedEventData,
8563
- ApiManagementApiUpdatedEventData: ApiManagementApiUpdatedEventData,
8564
9458
  ApiManagementApiDeletedEventData: ApiManagementApiDeletedEventData,
8565
9459
  ApiManagementApiReleaseCreatedEventData: ApiManagementApiReleaseCreatedEventData,
8566
- ApiManagementApiReleaseUpdatedEventData: ApiManagementApiReleaseUpdatedEventData,
8567
9460
  ApiManagementApiReleaseDeletedEventData: ApiManagementApiReleaseDeletedEventData,
9461
+ ApiManagementApiReleaseUpdatedEventData: ApiManagementApiReleaseUpdatedEventData,
9462
+ ApiManagementApiUpdatedEventData: ApiManagementApiUpdatedEventData,
9463
+ ApiManagementGatewayApiAddedEventData: ApiManagementGatewayApiAddedEventData,
9464
+ ApiManagementGatewayApiRemovedEventData: ApiManagementGatewayApiRemovedEventData,
9465
+ ApiManagementGatewayCertificateAuthorityCreatedEventData: ApiManagementGatewayCertificateAuthorityCreatedEventData,
9466
+ ApiManagementGatewayCertificateAuthorityDeletedEventData: ApiManagementGatewayCertificateAuthorityDeletedEventData,
9467
+ ApiManagementGatewayCertificateAuthorityUpdatedEventData: ApiManagementGatewayCertificateAuthorityUpdatedEventData,
8568
9468
  ApiManagementGatewayCreatedEventData: ApiManagementGatewayCreatedEventData,
8569
- ApiManagementGatewayUpdatedEventData: ApiManagementGatewayUpdatedEventData,
8570
9469
  ApiManagementGatewayDeletedEventData: ApiManagementGatewayDeletedEventData,
8571
9470
  ApiManagementGatewayHostnameConfigurationCreatedEventData: ApiManagementGatewayHostnameConfigurationCreatedEventData,
8572
- ApiManagementGatewayHostnameConfigurationUpdatedEventData: ApiManagementGatewayHostnameConfigurationUpdatedEventData,
8573
9471
  ApiManagementGatewayHostnameConfigurationDeletedEventData: ApiManagementGatewayHostnameConfigurationDeletedEventData,
8574
- ApiManagementGatewayCertificateAuthorityCreatedEventData: ApiManagementGatewayCertificateAuthorityCreatedEventData,
8575
- ApiManagementGatewayCertificateAuthorityUpdatedEventData: ApiManagementGatewayCertificateAuthorityUpdatedEventData,
8576
- ApiManagementGatewayCertificateAuthorityDeletedEventData: ApiManagementGatewayCertificateAuthorityDeletedEventData,
8577
- ApiManagementGatewayApiAddedEventData: ApiManagementGatewayApiAddedEventData,
8578
- ApiManagementGatewayApiRemovedEventData: ApiManagementGatewayApiRemovedEventData,
8579
- HealthcareFhirResourceCreatedEventData: HealthcareFhirResourceCreatedEventData,
8580
- HealthcareFhirResourceUpdatedEventData: HealthcareFhirResourceUpdatedEventData,
8581
- HealthcareFhirResourceDeletedEventData: HealthcareFhirResourceDeletedEventData,
8582
- HealthcareDicomImageCreatedEventData: HealthcareDicomImageCreatedEventData,
8583
- HealthcareDicomImageUpdatedEventData: HealthcareDicomImageUpdatedEventData,
8584
- HealthcareDicomImageDeletedEventData: HealthcareDicomImageDeletedEventData,
9472
+ ApiManagementGatewayHostnameConfigurationUpdatedEventData: ApiManagementGatewayHostnameConfigurationUpdatedEventData,
9473
+ ApiManagementGatewayUpdatedEventData: ApiManagementGatewayUpdatedEventData,
9474
+ ApiManagementProductCreatedEventData: ApiManagementProductCreatedEventData,
9475
+ ApiManagementProductDeletedEventData: ApiManagementProductDeletedEventData,
9476
+ ApiManagementProductUpdatedEventData: ApiManagementProductUpdatedEventData,
9477
+ ApiManagementSubscriptionCreatedEventData: ApiManagementSubscriptionCreatedEventData,
9478
+ ApiManagementSubscriptionDeletedEventData: ApiManagementSubscriptionDeletedEventData,
9479
+ ApiManagementSubscriptionUpdatedEventData: ApiManagementSubscriptionUpdatedEventData,
9480
+ ApiManagementUserCreatedEventData: ApiManagementUserCreatedEventData,
9481
+ ApiManagementUserDeletedEventData: ApiManagementUserDeletedEventData,
9482
+ ApiManagementUserUpdatedEventData: ApiManagementUserUpdatedEventData,
9483
+ AppConfigurationKeyValueDeletedEventData: AppConfigurationKeyValueDeletedEventData,
9484
+ AppConfigurationKeyValueModifiedEventData: AppConfigurationKeyValueModifiedEventData,
9485
+ AppConfigurationSnapshotCreatedEventData: AppConfigurationSnapshotCreatedEventData,
9486
+ AppConfigurationSnapshotEventData: AppConfigurationSnapshotEventData,
9487
+ AppConfigurationSnapshotModifiedEventData: AppConfigurationSnapshotModifiedEventData,
9488
+ AppEventTypeDetail: AppEventTypeDetail,
9489
+ AppServicePlanEventTypeDetail: AppServicePlanEventTypeDetail,
9490
+ CloudEvent: CloudEvent,
9491
+ CommunicationIdentifierModel: CommunicationIdentifierModel,
9492
+ CommunicationUserIdentifierModel: CommunicationUserIdentifierModel,
9493
+ ContainerRegistryArtifactEventData: ContainerRegistryArtifactEventData,
9494
+ ContainerRegistryArtifactEventTarget: ContainerRegistryArtifactEventTarget,
9495
+ ContainerRegistryChartDeletedEventData: ContainerRegistryChartDeletedEventData,
9496
+ ContainerRegistryChartPushedEventData: ContainerRegistryChartPushedEventData,
9497
+ ContainerRegistryEventActor: ContainerRegistryEventActor,
9498
+ ContainerRegistryEventConnectedRegistry: ContainerRegistryEventConnectedRegistry,
9499
+ ContainerRegistryEventData: ContainerRegistryEventData,
9500
+ ContainerRegistryEventRequest: ContainerRegistryEventRequest,
9501
+ ContainerRegistryEventSource: ContainerRegistryEventSource,
9502
+ ContainerRegistryEventTarget: ContainerRegistryEventTarget,
9503
+ ContainerRegistryImageDeletedEventData: ContainerRegistryImageDeletedEventData,
9504
+ ContainerRegistryImagePushedEventData: ContainerRegistryImagePushedEventData,
9505
+ ContainerServiceClusterSupportEndedEventData: ContainerServiceClusterSupportEndedEventData,
9506
+ ContainerServiceClusterSupportEndingEventData: ContainerServiceClusterSupportEndingEventData,
9507
+ ContainerServiceClusterSupportEventData: ContainerServiceClusterSupportEventData,
9508
+ ContainerServiceNewKubernetesVersionAvailableEventData: ContainerServiceNewKubernetesVersionAvailableEventData,
9509
+ ContainerServiceNodePoolRollingEventData: ContainerServiceNodePoolRollingEventData,
9510
+ ContainerServiceNodePoolRollingFailedEventData: ContainerServiceNodePoolRollingFailedEventData,
9511
+ ContainerServiceNodePoolRollingStartedEventData: ContainerServiceNodePoolRollingStartedEventData,
9512
+ ContainerServiceNodePoolRollingSucceededEventData: ContainerServiceNodePoolRollingSucceededEventData,
9513
+ DataBoxCopyCompletedEventData: DataBoxCopyCompletedEventData,
9514
+ DataBoxCopyStartedEventData: DataBoxCopyStartedEventData,
9515
+ DataBoxOrderCompletedEventData: DataBoxOrderCompletedEventData,
9516
+ DeviceConnectionStateEvent: DeviceConnectionStateEvent,
9517
+ DeviceConnectionStateEventInfo: DeviceConnectionStateEventInfo,
9518
+ DeviceLifeCycleEvent: DeviceLifeCycleEvent,
9519
+ DeviceTelemetryEvent: DeviceTelemetryEvent,
9520
+ DeviceTwin: DeviceTwin,
9521
+ DeviceTwinInfo: DeviceTwinInfo,
9522
+ DeviceTwinInfoProperties: DeviceTwinInfoProperties,
9523
+ DeviceTwinInfoX509Thumbprint: DeviceTwinInfoX509Thumbprint,
9524
+ DeviceTwinMetadata: DeviceTwinMetadata,
9525
+ EventGridEvent: EventGridEvent,
8585
9526
  EventGridMqttClientCreatedOrUpdatedEventData: EventGridMqttClientCreatedOrUpdatedEventData,
8586
9527
  EventGridMqttClientDeletedEventData: EventGridMqttClientDeletedEventData,
9528
+ EventGridMqttClientEventData: EventGridMqttClientEventData,
8587
9529
  EventGridMqttClientSessionConnectedEventData: EventGridMqttClientSessionConnectedEventData,
8588
9530
  EventGridMqttClientSessionDisconnectedEventData: EventGridMqttClientSessionDisconnectedEventData,
9531
+ EventHubCaptureFileCreatedEventData: EventHubCaptureFileCreatedEventData,
9532
+ HealthcareDicomImageCreatedEventData: HealthcareDicomImageCreatedEventData,
9533
+ HealthcareDicomImageDeletedEventData: HealthcareDicomImageDeletedEventData,
9534
+ HealthcareDicomImageUpdatedEventData: HealthcareDicomImageUpdatedEventData,
9535
+ HealthcareFhirResourceCreatedEventData: HealthcareFhirResourceCreatedEventData,
9536
+ HealthcareFhirResourceDeletedEventData: HealthcareFhirResourceDeletedEventData,
9537
+ HealthcareFhirResourceUpdatedEventData: HealthcareFhirResourceUpdatedEventData,
9538
+ IotHubDeviceConnectedEventData: IotHubDeviceConnectedEventData,
8589
9539
  IotHubDeviceCreatedEventData: IotHubDeviceCreatedEventData,
8590
9540
  IotHubDeviceDeletedEventData: IotHubDeviceDeletedEventData,
8591
- IotHubDeviceConnectedEventData: IotHubDeviceConnectedEventData,
8592
9541
  IotHubDeviceDisconnectedEventData: IotHubDeviceDisconnectedEventData,
8593
9542
  IotHubDeviceTelemetryEventData: IotHubDeviceTelemetryEventData,
8594
- ContainerRegistryImagePushedEventData: ContainerRegistryImagePushedEventData,
8595
- ContainerRegistryImageDeletedEventData: ContainerRegistryImageDeletedEventData,
8596
- ContainerRegistryChartPushedEventData: ContainerRegistryChartPushedEventData,
8597
- ContainerRegistryChartDeletedEventData: ContainerRegistryChartDeletedEventData,
8598
- MediaJobScheduledEventData: MediaJobScheduledEventData,
8599
- MediaJobProcessingEventData: MediaJobProcessingEventData,
8600
- MediaJobCancelingEventData: MediaJobCancelingEventData,
8601
- MediaJobFinishedEventData: MediaJobFinishedEventData,
9543
+ KeyVaultAccessPolicyChangedEventData: KeyVaultAccessPolicyChangedEventData,
9544
+ KeyVaultCertificateExpiredEventData: KeyVaultCertificateExpiredEventData,
9545
+ KeyVaultCertificateNearExpiryEventData: KeyVaultCertificateNearExpiryEventData,
9546
+ KeyVaultCertificateNewVersionCreatedEventData: KeyVaultCertificateNewVersionCreatedEventData,
9547
+ KeyVaultKeyExpiredEventData: KeyVaultKeyExpiredEventData,
9548
+ KeyVaultKeyNearExpiryEventData: KeyVaultKeyNearExpiryEventData,
9549
+ KeyVaultKeyNewVersionCreatedEventData: KeyVaultKeyNewVersionCreatedEventData,
9550
+ KeyVaultSecretExpiredEventData: KeyVaultSecretExpiredEventData,
9551
+ KeyVaultSecretNearExpiryEventData: KeyVaultSecretNearExpiryEventData,
9552
+ KeyVaultSecretNewVersionCreatedEventData: KeyVaultSecretNewVersionCreatedEventData,
9553
+ MachineLearningServicesDatasetDriftDetectedEventData: MachineLearningServicesDatasetDriftDetectedEventData,
9554
+ MachineLearningServicesModelDeployedEventData: MachineLearningServicesModelDeployedEventData,
9555
+ MachineLearningServicesModelRegisteredEventData: MachineLearningServicesModelRegisteredEventData,
9556
+ MachineLearningServicesRunCompletedEventData: MachineLearningServicesRunCompletedEventData,
9557
+ MachineLearningServicesRunStatusChangedEventData: MachineLearningServicesRunStatusChangedEventData,
9558
+ MapsGeofenceEnteredEventData: MapsGeofenceEnteredEventData,
9559
+ MapsGeofenceEvent: MapsGeofenceEvent,
9560
+ MapsGeofenceExitedEventData: MapsGeofenceExitedEventData,
9561
+ MapsGeofenceGeometry: MapsGeofenceGeometry,
9562
+ MapsGeofenceResultEventData: MapsGeofenceResultEventData,
8602
9563
  MediaJobCanceledEventData: MediaJobCanceledEventData,
9564
+ MediaJobCancelingEventData: MediaJobCancelingEventData,
9565
+ MediaJobError: MediaJobError,
9566
+ MediaJobErrorDetail: MediaJobErrorDetail,
8603
9567
  MediaJobErroredEventData: MediaJobErroredEventData,
9568
+ MediaJobFinishedEventData: MediaJobFinishedEventData,
9569
+ MediaJobOutput: MediaJobOutput,
8604
9570
  MediaJobOutputAsset: MediaJobOutputAsset,
8605
9571
  MediaJobOutputCanceledEventData: MediaJobOutputCanceledEventData,
8606
9572
  MediaJobOutputCancelingEventData: MediaJobOutputCancelingEventData,
8607
9573
  MediaJobOutputErroredEventData: MediaJobOutputErroredEventData,
8608
9574
  MediaJobOutputFinishedEventData: MediaJobOutputFinishedEventData,
8609
9575
  MediaJobOutputProcessingEventData: MediaJobOutputProcessingEventData,
9576
+ MediaJobOutputProgressEventData: MediaJobOutputProgressEventData,
8610
9577
  MediaJobOutputScheduledEventData: MediaJobOutputScheduledEventData,
8611
- MapsGeofenceEnteredEventData: MapsGeofenceEnteredEventData,
8612
- MapsGeofenceExitedEventData: MapsGeofenceExitedEventData,
8613
- MapsGeofenceResultEventData: MapsGeofenceResultEventData,
8614
- AppConfigurationSnapshotCreatedEventData: AppConfigurationSnapshotCreatedEventData,
8615
- AppConfigurationSnapshotModifiedEventData: AppConfigurationSnapshotModifiedEventData,
8616
- AcsChatMessageEventBase: AcsChatMessageEventBase,
8617
- AcsChatThreadEventBase: AcsChatThreadEventBase,
8618
- AcsChatMessageEventInThreadBase: AcsChatMessageEventInThreadBase,
8619
- AcsChatThreadEventInThreadBase: AcsChatThreadEventInThreadBase,
8620
- AcsChatParticipantAddedToThreadEventData: AcsChatParticipantAddedToThreadEventData,
8621
- AcsChatParticipantRemovedFromThreadEventData: AcsChatParticipantRemovedFromThreadEventData,
8622
- AcsSmsDeliveryReportReceivedEventData: AcsSmsDeliveryReportReceivedEventData,
8623
- AcsSmsReceivedEventData: AcsSmsReceivedEventData,
8624
- ContainerServiceClusterSupportEndedEventData: ContainerServiceClusterSupportEndedEventData,
8625
- ContainerServiceClusterSupportEndingEventData: ContainerServiceClusterSupportEndingEventData,
8626
- ContainerServiceNodePoolRollingStartedEventData: ContainerServiceNodePoolRollingStartedEventData,
8627
- ContainerServiceNodePoolRollingSucceededEventData: ContainerServiceNodePoolRollingSucceededEventData,
8628
- ContainerServiceNodePoolRollingFailedEventData: ContainerServiceNodePoolRollingFailedEventData,
8629
- AcsChatMessageReceivedEventData: AcsChatMessageReceivedEventData,
8630
- AcsChatMessageEditedEventData: AcsChatMessageEditedEventData,
8631
- AcsChatMessageDeletedEventData: AcsChatMessageDeletedEventData,
8632
- AcsChatThreadCreatedWithUserEventData: AcsChatThreadCreatedWithUserEventData,
8633
- AcsChatThreadWithUserDeletedEventData: AcsChatThreadWithUserDeletedEventData,
8634
- AcsChatThreadPropertiesUpdatedPerUserEventData: AcsChatThreadPropertiesUpdatedPerUserEventData,
8635
- AcsChatParticipantAddedToThreadWithUserEventData: AcsChatParticipantAddedToThreadWithUserEventData,
8636
- AcsChatParticipantRemovedFromThreadWithUserEventData: AcsChatParticipantRemovedFromThreadWithUserEventData,
8637
- AcsChatMessageReceivedInThreadEventData: AcsChatMessageReceivedInThreadEventData,
8638
- AcsChatMessageEditedInThreadEventData: AcsChatMessageEditedInThreadEventData,
8639
- AcsChatMessageDeletedInThreadEventData: AcsChatMessageDeletedInThreadEventData,
8640
- AcsChatThreadCreatedEventData: AcsChatThreadCreatedEventData,
8641
- AcsChatThreadDeletedEventData: AcsChatThreadDeletedEventData,
8642
- AcsChatThreadPropertiesUpdatedEventData: AcsChatThreadPropertiesUpdatedEventData,
9578
+ MediaJobOutputStateChangeEventData: MediaJobOutputStateChangeEventData,
9579
+ MediaJobProcessingEventData: MediaJobProcessingEventData,
9580
+ MediaJobScheduledEventData: MediaJobScheduledEventData,
9581
+ MediaJobStateChangeEventData: MediaJobStateChangeEventData,
9582
+ MediaLiveEventChannelArchiveHeartbeatEventData: MediaLiveEventChannelArchiveHeartbeatEventData,
9583
+ MediaLiveEventConnectionRejectedEventData: MediaLiveEventConnectionRejectedEventData,
9584
+ MediaLiveEventEncoderConnectedEventData: MediaLiveEventEncoderConnectedEventData,
9585
+ MediaLiveEventEncoderDisconnectedEventData: MediaLiveEventEncoderDisconnectedEventData,
9586
+ MediaLiveEventIncomingDataChunkDroppedEventData: MediaLiveEventIncomingDataChunkDroppedEventData,
9587
+ MediaLiveEventIncomingStreamReceivedEventData: MediaLiveEventIncomingStreamReceivedEventData,
9588
+ MediaLiveEventIncomingStreamsOutOfSyncEventData: MediaLiveEventIncomingStreamsOutOfSyncEventData,
9589
+ MediaLiveEventIncomingVideoStreamsOutOfSyncEventData: MediaLiveEventIncomingVideoStreamsOutOfSyncEventData,
9590
+ MediaLiveEventIngestHeartbeatEventData: MediaLiveEventIngestHeartbeatEventData,
9591
+ MediaLiveEventTrackDiscontinuityDetectedEventData: MediaLiveEventTrackDiscontinuityDetectedEventData,
9592
+ MicrosoftTeamsUserIdentifierModel: MicrosoftTeamsUserIdentifierModel,
9593
+ PhoneNumberIdentifierModel: PhoneNumberIdentifierModel,
9594
+ PolicyInsightsPolicyStateChangedEventData: PolicyInsightsPolicyStateChangedEventData,
9595
+ PolicyInsightsPolicyStateCreatedEventData: PolicyInsightsPolicyStateCreatedEventData,
9596
+ PolicyInsightsPolicyStateDeletedEventData: PolicyInsightsPolicyStateDeletedEventData,
9597
+ RedisExportRDBCompletedEventData: RedisExportRDBCompletedEventData,
9598
+ RedisImportRDBCompletedEventData: RedisImportRDBCompletedEventData,
9599
+ RedisPatchingCompletedEventData: RedisPatchingCompletedEventData,
9600
+ RedisScalingCompletedEventData: RedisScalingCompletedEventData,
9601
+ ResourceActionCancelEventData: ResourceActionCancelEventData,
9602
+ ResourceActionFailureEventData: ResourceActionFailureEventData,
9603
+ ResourceActionSuccessEventData: ResourceActionSuccessEventData,
9604
+ ResourceAuthorization: ResourceAuthorization,
9605
+ ResourceDeleteCancelEventData: ResourceDeleteCancelEventData,
9606
+ ResourceDeleteFailureEventData: ResourceDeleteFailureEventData,
9607
+ ResourceDeleteSuccessEventData: ResourceDeleteSuccessEventData,
9608
+ ResourceHttpRequest: ResourceHttpRequest,
9609
+ ResourceNotificationsHealthResourcesAnnotatedEventData: ResourceNotificationsHealthResourcesAnnotatedEventData,
9610
+ ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData: ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData,
9611
+ ResourceNotificationsOperationalDetails: ResourceNotificationsOperationalDetails,
9612
+ ResourceNotificationsResourceUpdatedDetails: ResourceNotificationsResourceUpdatedDetails,
9613
+ ResourceNotificationsResourceUpdatedEventData: ResourceNotificationsResourceUpdatedEventData,
9614
+ ResourceWriteCancelEventData: ResourceWriteCancelEventData,
9615
+ ResourceWriteFailureEventData: ResourceWriteFailureEventData,
9616
+ ResourceWriteSuccessEventData: ResourceWriteSuccessEventData,
9617
+ ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData: ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData,
9618
+ ServiceBusActiveMessagesAvailableWithNoListenersEventData: ServiceBusActiveMessagesAvailableWithNoListenersEventData,
9619
+ ServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData: ServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData,
9620
+ ServiceBusDeadletterMessagesAvailableWithNoListenersEventData: ServiceBusDeadletterMessagesAvailableWithNoListenersEventData,
9621
+ SignalRServiceClientConnectionConnectedEventData: SignalRServiceClientConnectionConnectedEventData,
9622
+ SignalRServiceClientConnectionDisconnectedEventData: SignalRServiceClientConnectionDisconnectedEventData,
9623
+ StorageAsyncOperationInitiatedEventData: StorageAsyncOperationInitiatedEventData,
9624
+ StorageBlobCreatedEventData: StorageBlobCreatedEventData,
9625
+ StorageBlobDeletedEventData: StorageBlobDeletedEventData,
9626
+ StorageBlobInventoryPolicyCompletedEventData: StorageBlobInventoryPolicyCompletedEventData,
9627
+ StorageBlobRenamedEventData: StorageBlobRenamedEventData,
9628
+ StorageBlobTierChangedEventData: StorageBlobTierChangedEventData,
9629
+ StorageDirectoryCreatedEventData: StorageDirectoryCreatedEventData,
9630
+ StorageDirectoryDeletedEventData: StorageDirectoryDeletedEventData,
9631
+ StorageDirectoryRenamedEventData: StorageDirectoryRenamedEventData,
9632
+ StorageLifecyclePolicyActionSummaryDetail: StorageLifecyclePolicyActionSummaryDetail,
9633
+ StorageLifecyclePolicyCompletedEventData: StorageLifecyclePolicyCompletedEventData,
9634
+ StorageTaskCompletedEventData: StorageTaskCompletedEventData,
9635
+ StorageTaskQueuedEventData: StorageTaskQueuedEventData,
9636
+ SubscriptionDeletedEventData: SubscriptionDeletedEventData,
9637
+ SubscriptionValidationEventData: SubscriptionValidationEventData,
9638
+ SubscriptionValidationResponse: SubscriptionValidationResponse,
9639
+ WebAppServicePlanUpdatedEventData: WebAppServicePlanUpdatedEventData,
9640
+ WebAppServicePlanUpdatedEventDataSku: WebAppServicePlanUpdatedEventDataSku,
9641
+ WebAppUpdatedEventData: WebAppUpdatedEventData,
9642
+ WebBackupOperationCompletedEventData: WebBackupOperationCompletedEventData,
9643
+ WebBackupOperationFailedEventData: WebBackupOperationFailedEventData,
9644
+ WebBackupOperationStartedEventData: WebBackupOperationStartedEventData,
9645
+ WebRestoreOperationCompletedEventData: WebRestoreOperationCompletedEventData,
9646
+ WebRestoreOperationFailedEventData: WebRestoreOperationFailedEventData,
9647
+ WebRestoreOperationStartedEventData: WebRestoreOperationStartedEventData,
9648
+ WebSlotSwapCompletedEventData: WebSlotSwapCompletedEventData,
9649
+ WebSlotSwapFailedEventData: WebSlotSwapFailedEventData,
9650
+ WebSlotSwapStartedEventData: WebSlotSwapStartedEventData,
9651
+ WebSlotSwapWithPreviewCancelledEventData: WebSlotSwapWithPreviewCancelledEventData,
9652
+ WebSlotSwapWithPreviewStartedEventData: WebSlotSwapWithPreviewStartedEventData,
8643
9653
  discriminators: discriminators
8644
9654
  });
8645
9655
 
@@ -8664,7 +9674,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
8664
9674
  const defaults = {
8665
9675
  requestContentType: "application/json; charset=utf-8"
8666
9676
  };
8667
- const packageDetails = `azsdk-js-eventgrid/4.14.0`;
9677
+ const packageDetails = `azsdk-js-eventgrid/4.15.0`;
8668
9678
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
8669
9679
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
8670
9680
  : `${packageDetails}`;
@@ -8811,6 +9821,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
8811
9821
  }
8812
9822
 
8813
9823
  // Copyright (c) Microsoft Corporation.
9824
+ // Licensed under the MIT license.
8814
9825
  /**
8815
9826
  * A tracing client to handle spans.
8816
9827
  * @internal
@@ -8818,10 +9829,11 @@ function cloudEventDistributedTracingEnricherPolicy() {
8818
9829
  const tracingClient = coreTracing.createTracingClient({
8819
9830
  namespace: "Microsoft.Messaging.EventGrid",
8820
9831
  packageName: "@azure/event-grid",
8821
- packageVersion: "4.14.0",
9832
+ packageVersion: "4.15.0",
8822
9833
  });
8823
9834
 
8824
9835
  // Copyright (c) Microsoft Corporation.
9836
+ // Licensed under the MIT license.
8825
9837
  /**
8826
9838
  * Client class for publishing events to the Event Grid Service.
8827
9839
  */
@@ -8936,6 +9948,7 @@ function convertCloudEventToModelType(event) {
8936
9948
  }
8937
9949
 
8938
9950
  // Copyright (c) Microsoft Corporation.
9951
+ // Licensed under the MIT license.
8939
9952
  /**
8940
9953
  * @internal
8941
9954
  */
@@ -8945,6 +9958,7 @@ async function sha256Hmac(secret, stringToSign) {
8945
9958
  }
8946
9959
 
8947
9960
  // Copyright (c) Microsoft Corporation.
9961
+ // Licensed under the MIT license.
8948
9962
  /**
8949
9963
  * Generate a shared access signature, which allows a client to send events to an Event Grid Topic or Domain for a limited period of time. This
8950
9964
  * function may only be called when the EventGridPublisherClient was constructed with a KeyCredential instance.
@@ -8961,6 +9975,7 @@ async function generateSharedAccessSignature(endpointUrl, credential, expiresOnU
8961
9975
  }
8962
9976
 
8963
9977
  // Copyright (c) Microsoft Corporation.
9978
+ // Licensed under the MIT license.
8964
9979
  const serializer = coreClient.createSerializer();
8965
9980
  /**
8966
9981
  * EventGridDeserializer is used to aid in processing events delivered by EventGrid. It can deserialize a JSON encoded payload