@azure/eventgrid 5.12.1-alpha.20250619.1 → 5.12.1-alpha.20250718.2
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/browser/consumer.js +1 -1
- package/dist/browser/consumer.js.map +1 -1
- package/dist/browser/eventGridClient.js +30 -8
- package/dist/browser/eventGridClient.js.map +1 -1
- package/dist/browser/generateSharedAccessSignature.js +1 -1
- package/dist/browser/generateSharedAccessSignature.js.map +1 -1
- package/dist/browser/generated/generatedClient.js +8 -3
- package/dist/browser/generated/generatedClient.js.map +1 -1
- package/dist/browser/generated/generatedClientContext.js +8 -2
- package/dist/browser/generated/generatedClientContext.js.map +1 -1
- package/dist/browser/generated/models/mappers.js +665 -280
- package/dist/browser/generated/models/mappers.js.map +1 -1
- package/dist/browser/predicates.d.ts +1 -1
- package/dist/browser/predicates.d.ts.map +1 -1
- package/dist/browser/predicates.js.map +1 -1
- package/dist/commonjs/consumer.js +1 -1
- package/dist/commonjs/consumer.js.map +1 -1
- package/dist/commonjs/eventGridClient.js +30 -8
- package/dist/commonjs/eventGridClient.js.map +1 -1
- package/dist/commonjs/generateSharedAccessSignature.js +1 -1
- package/dist/commonjs/generateSharedAccessSignature.js.map +1 -1
- package/dist/commonjs/generated/generatedClient.js +8 -3
- package/dist/commonjs/generated/generatedClient.js.map +1 -1
- package/dist/commonjs/generated/generatedClientContext.js +8 -2
- package/dist/commonjs/generated/generatedClientContext.js.map +1 -1
- package/dist/commonjs/generated/models/mappers.js +665 -280
- package/dist/commonjs/generated/models/mappers.js.map +1 -1
- package/dist/commonjs/predicates.d.ts +1 -1
- package/dist/commonjs/predicates.d.ts.map +1 -1
- package/dist/commonjs/predicates.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/consumer.js +1 -1
- package/dist/esm/consumer.js.map +1 -1
- package/dist/esm/eventGridClient.js +30 -8
- package/dist/esm/eventGridClient.js.map +1 -1
- package/dist/esm/generateSharedAccessSignature.js +1 -1
- package/dist/esm/generateSharedAccessSignature.js.map +1 -1
- package/dist/esm/generated/generatedClient.js +8 -3
- package/dist/esm/generated/generatedClient.js.map +1 -1
- package/dist/esm/generated/generatedClientContext.js +8 -2
- package/dist/esm/generated/generatedClientContext.js.map +1 -1
- package/dist/esm/generated/models/mappers.js +665 -280
- package/dist/esm/generated/models/mappers.js.map +1 -1
- package/dist/esm/predicates.d.ts +1 -1
- package/dist/esm/predicates.d.ts.map +1 -1
- package/dist/esm/predicates.js.map +1 -1
- package/dist/react-native/consumer.js +1 -1
- package/dist/react-native/consumer.js.map +1 -1
- package/dist/react-native/eventGridClient.js +30 -8
- package/dist/react-native/eventGridClient.js.map +1 -1
- package/dist/react-native/generateSharedAccessSignature.js +1 -1
- package/dist/react-native/generateSharedAccessSignature.js.map +1 -1
- package/dist/react-native/generated/generatedClient.js +8 -3
- package/dist/react-native/generated/generatedClient.js.map +1 -1
- package/dist/react-native/generated/generatedClientContext.js +8 -2
- package/dist/react-native/generated/generatedClientContext.js.map +1 -1
- package/dist/react-native/generated/models/mappers.js +665 -280
- package/dist/react-native/generated/models/mappers.js.map +1 -1
- package/dist/react-native/predicates.d.ts +1 -1
- package/dist/react-native/predicates.d.ts.map +1 -1
- package/dist/react-native/predicates.js.map +1 -1
- package/package.json +2 -2
@@ -8628,174 +8628,217 @@ export const EventGridMqttClientCreatedOrUpdatedEventData = {
|
|
8628
8628
|
type: {
|
8629
8629
|
name: "Composite",
|
8630
8630
|
className: "EventGridMqttClientCreatedOrUpdatedEventData",
|
8631
|
-
modelProperties:
|
8631
|
+
modelProperties: {
|
8632
|
+
...EventGridMqttClientEventData.type.modelProperties,
|
8633
|
+
state: {
|
8632
8634
|
serializedName: "state",
|
8633
8635
|
required: true,
|
8634
8636
|
type: {
|
8635
8637
|
name: "String",
|
8636
8638
|
},
|
8637
|
-
},
|
8639
|
+
},
|
8640
|
+
createdOn: {
|
8638
8641
|
serializedName: "createdOn",
|
8639
8642
|
required: true,
|
8640
8643
|
type: {
|
8641
8644
|
name: "String",
|
8642
8645
|
},
|
8643
|
-
},
|
8646
|
+
},
|
8647
|
+
updatedOn: {
|
8644
8648
|
serializedName: "updatedOn",
|
8645
8649
|
required: true,
|
8646
8650
|
type: {
|
8647
8651
|
name: "String",
|
8648
8652
|
},
|
8649
|
-
},
|
8653
|
+
},
|
8654
|
+
attributes: {
|
8650
8655
|
serializedName: "attributes",
|
8651
8656
|
required: true,
|
8652
8657
|
type: {
|
8653
8658
|
name: "Dictionary",
|
8654
8659
|
value: { type: { name: "String" } },
|
8655
8660
|
},
|
8656
|
-
}
|
8661
|
+
},
|
8662
|
+
},
|
8657
8663
|
},
|
8658
8664
|
};
|
8659
8665
|
export const EventGridMqttClientDeletedEventData = {
|
8660
8666
|
type: {
|
8661
8667
|
name: "Composite",
|
8662
8668
|
className: "EventGridMqttClientDeletedEventData",
|
8663
|
-
modelProperties:
|
8669
|
+
modelProperties: {
|
8670
|
+
...EventGridMqttClientEventData.type.modelProperties,
|
8671
|
+
},
|
8664
8672
|
},
|
8665
8673
|
};
|
8666
8674
|
export const EventGridMqttClientSessionConnectedEventData = {
|
8667
8675
|
type: {
|
8668
8676
|
name: "Composite",
|
8669
8677
|
className: "EventGridMqttClientSessionConnectedEventData",
|
8670
|
-
modelProperties:
|
8678
|
+
modelProperties: {
|
8679
|
+
...EventGridMqttClientEventData.type.modelProperties,
|
8680
|
+
clientSessionName: {
|
8671
8681
|
serializedName: "clientSessionName",
|
8672
8682
|
required: true,
|
8673
8683
|
type: {
|
8674
8684
|
name: "String",
|
8675
8685
|
},
|
8676
|
-
},
|
8686
|
+
},
|
8687
|
+
sequenceNumber: {
|
8677
8688
|
serializedName: "sequenceNumber",
|
8678
8689
|
required: true,
|
8679
8690
|
type: {
|
8680
8691
|
name: "Number",
|
8681
8692
|
},
|
8682
|
-
}
|
8693
|
+
},
|
8694
|
+
},
|
8683
8695
|
},
|
8684
8696
|
};
|
8685
8697
|
export const EventGridMqttClientSessionDisconnectedEventData = {
|
8686
8698
|
type: {
|
8687
8699
|
name: "Composite",
|
8688
8700
|
className: "EventGridMqttClientSessionDisconnectedEventData",
|
8689
|
-
modelProperties:
|
8701
|
+
modelProperties: {
|
8702
|
+
...EventGridMqttClientEventData.type.modelProperties,
|
8703
|
+
clientSessionName: {
|
8690
8704
|
serializedName: "clientSessionName",
|
8691
8705
|
required: true,
|
8692
8706
|
type: {
|
8693
8707
|
name: "String",
|
8694
8708
|
},
|
8695
|
-
},
|
8709
|
+
},
|
8710
|
+
sequenceNumber: {
|
8696
8711
|
serializedName: "sequenceNumber",
|
8697
8712
|
required: true,
|
8698
8713
|
type: {
|
8699
8714
|
name: "Number",
|
8700
8715
|
},
|
8701
|
-
},
|
8716
|
+
},
|
8717
|
+
disconnectionReason: {
|
8702
8718
|
serializedName: "disconnectionReason",
|
8703
8719
|
required: true,
|
8704
8720
|
type: {
|
8705
8721
|
name: "String",
|
8706
8722
|
},
|
8707
|
-
}
|
8723
|
+
},
|
8724
|
+
},
|
8708
8725
|
},
|
8709
8726
|
};
|
8710
8727
|
export const IotHubDeviceCreatedEventData = {
|
8711
8728
|
type: {
|
8712
8729
|
name: "Composite",
|
8713
8730
|
className: "IotHubDeviceCreatedEventData",
|
8714
|
-
modelProperties:
|
8731
|
+
modelProperties: {
|
8732
|
+
...DeviceLifeCycleEvent.type.modelProperties,
|
8733
|
+
},
|
8715
8734
|
},
|
8716
8735
|
};
|
8717
8736
|
export const IotHubDeviceDeletedEventData = {
|
8718
8737
|
type: {
|
8719
8738
|
name: "Composite",
|
8720
8739
|
className: "IotHubDeviceDeletedEventData",
|
8721
|
-
modelProperties:
|
8740
|
+
modelProperties: {
|
8741
|
+
...DeviceLifeCycleEvent.type.modelProperties,
|
8742
|
+
},
|
8722
8743
|
},
|
8723
8744
|
};
|
8724
8745
|
export const IotHubDeviceConnectedEventData = {
|
8725
8746
|
type: {
|
8726
8747
|
name: "Composite",
|
8727
8748
|
className: "IotHubDeviceConnectedEventData",
|
8728
|
-
modelProperties:
|
8749
|
+
modelProperties: {
|
8750
|
+
...DeviceConnectionStateEvent.type.modelProperties,
|
8751
|
+
},
|
8729
8752
|
},
|
8730
8753
|
};
|
8731
8754
|
export const IotHubDeviceDisconnectedEventData = {
|
8732
8755
|
type: {
|
8733
8756
|
name: "Composite",
|
8734
8757
|
className: "IotHubDeviceDisconnectedEventData",
|
8735
|
-
modelProperties:
|
8758
|
+
modelProperties: {
|
8759
|
+
...DeviceConnectionStateEvent.type.modelProperties,
|
8760
|
+
},
|
8736
8761
|
},
|
8737
8762
|
};
|
8738
8763
|
export const IotHubDeviceTelemetryEventData = {
|
8739
8764
|
type: {
|
8740
8765
|
name: "Composite",
|
8741
8766
|
className: "IotHubDeviceTelemetryEventData",
|
8742
|
-
modelProperties:
|
8767
|
+
modelProperties: {
|
8768
|
+
...DeviceTelemetryEvent.type.modelProperties,
|
8769
|
+
},
|
8743
8770
|
},
|
8744
8771
|
};
|
8745
8772
|
export const ContainerRegistryImagePushedEventData = {
|
8746
8773
|
type: {
|
8747
8774
|
name: "Composite",
|
8748
8775
|
className: "ContainerRegistryImagePushedEventData",
|
8749
|
-
modelProperties:
|
8776
|
+
modelProperties: {
|
8777
|
+
...ContainerRegistryEventData.type.modelProperties,
|
8778
|
+
},
|
8750
8779
|
},
|
8751
8780
|
};
|
8752
8781
|
export const ContainerRegistryImageDeletedEventData = {
|
8753
8782
|
type: {
|
8754
8783
|
name: "Composite",
|
8755
8784
|
className: "ContainerRegistryImageDeletedEventData",
|
8756
|
-
modelProperties:
|
8785
|
+
modelProperties: {
|
8786
|
+
...ContainerRegistryEventData.type.modelProperties,
|
8787
|
+
},
|
8757
8788
|
},
|
8758
8789
|
};
|
8759
8790
|
export const ContainerRegistryChartPushedEventData = {
|
8760
8791
|
type: {
|
8761
8792
|
name: "Composite",
|
8762
8793
|
className: "ContainerRegistryChartPushedEventData",
|
8763
|
-
modelProperties:
|
8794
|
+
modelProperties: {
|
8795
|
+
...ContainerRegistryArtifactEventData.type.modelProperties,
|
8796
|
+
},
|
8764
8797
|
},
|
8765
8798
|
};
|
8766
8799
|
export const ContainerRegistryChartDeletedEventData = {
|
8767
8800
|
type: {
|
8768
8801
|
name: "Composite",
|
8769
8802
|
className: "ContainerRegistryChartDeletedEventData",
|
8770
|
-
modelProperties:
|
8803
|
+
modelProperties: {
|
8804
|
+
...ContainerRegistryArtifactEventData.type.modelProperties,
|
8805
|
+
},
|
8771
8806
|
},
|
8772
8807
|
};
|
8773
8808
|
export const MediaJobScheduledEventData = {
|
8774
8809
|
type: {
|
8775
8810
|
name: "Composite",
|
8776
8811
|
className: "MediaJobScheduledEventData",
|
8777
|
-
modelProperties:
|
8812
|
+
modelProperties: {
|
8813
|
+
...MediaJobStateChangeEventData.type.modelProperties,
|
8814
|
+
},
|
8778
8815
|
},
|
8779
8816
|
};
|
8780
8817
|
export const MediaJobProcessingEventData = {
|
8781
8818
|
type: {
|
8782
8819
|
name: "Composite",
|
8783
8820
|
className: "MediaJobProcessingEventData",
|
8784
|
-
modelProperties:
|
8821
|
+
modelProperties: {
|
8822
|
+
...MediaJobStateChangeEventData.type.modelProperties,
|
8823
|
+
},
|
8785
8824
|
},
|
8786
8825
|
};
|
8787
8826
|
export const MediaJobCancelingEventData = {
|
8788
8827
|
type: {
|
8789
8828
|
name: "Composite",
|
8790
8829
|
className: "MediaJobCancelingEventData",
|
8791
|
-
modelProperties:
|
8830
|
+
modelProperties: {
|
8831
|
+
...MediaJobStateChangeEventData.type.modelProperties,
|
8832
|
+
},
|
8792
8833
|
},
|
8793
8834
|
};
|
8794
8835
|
export const MediaJobFinishedEventData = {
|
8795
8836
|
type: {
|
8796
8837
|
name: "Composite",
|
8797
8838
|
className: "MediaJobFinishedEventData",
|
8798
|
-
modelProperties:
|
8839
|
+
modelProperties: {
|
8840
|
+
...MediaJobStateChangeEventData.type.modelProperties,
|
8841
|
+
outputs: {
|
8799
8842
|
serializedName: "outputs",
|
8800
8843
|
required: true,
|
8801
8844
|
type: {
|
@@ -8807,14 +8850,17 @@ export const MediaJobFinishedEventData = {
|
|
8807
8850
|
},
|
8808
8851
|
},
|
8809
8852
|
},
|
8810
|
-
}
|
8853
|
+
},
|
8854
|
+
},
|
8811
8855
|
},
|
8812
8856
|
};
|
8813
8857
|
export const MediaJobCanceledEventData = {
|
8814
8858
|
type: {
|
8815
8859
|
name: "Composite",
|
8816
8860
|
className: "MediaJobCanceledEventData",
|
8817
|
-
modelProperties:
|
8861
|
+
modelProperties: {
|
8862
|
+
...MediaJobStateChangeEventData.type.modelProperties,
|
8863
|
+
outputs: {
|
8818
8864
|
serializedName: "outputs",
|
8819
8865
|
required: true,
|
8820
8866
|
type: {
|
@@ -8826,14 +8872,17 @@ export const MediaJobCanceledEventData = {
|
|
8826
8872
|
},
|
8827
8873
|
},
|
8828
8874
|
},
|
8829
|
-
}
|
8875
|
+
},
|
8876
|
+
},
|
8830
8877
|
},
|
8831
8878
|
};
|
8832
8879
|
export const MediaJobErroredEventData = {
|
8833
8880
|
type: {
|
8834
8881
|
name: "Composite",
|
8835
8882
|
className: "MediaJobErroredEventData",
|
8836
|
-
modelProperties:
|
8883
|
+
modelProperties: {
|
8884
|
+
...MediaJobStateChangeEventData.type.modelProperties,
|
8885
|
+
outputs: {
|
8837
8886
|
serializedName: "outputs",
|
8838
8887
|
required: true,
|
8839
8888
|
type: {
|
@@ -8845,7 +8894,8 @@ export const MediaJobErroredEventData = {
|
|
8845
8894
|
},
|
8846
8895
|
},
|
8847
8896
|
},
|
8848
|
-
}
|
8897
|
+
},
|
8898
|
+
},
|
8849
8899
|
},
|
8850
8900
|
};
|
8851
8901
|
export const MediaJobOutputAsset = {
|
@@ -8855,387 +8905,473 @@ export const MediaJobOutputAsset = {
|
|
8855
8905
|
className: "MediaJobOutputAsset",
|
8856
8906
|
uberParent: "MediaJobOutput",
|
8857
8907
|
polymorphicDiscriminator: MediaJobOutput.type.polymorphicDiscriminator,
|
8858
|
-
modelProperties:
|
8908
|
+
modelProperties: {
|
8909
|
+
...MediaJobOutput.type.modelProperties,
|
8910
|
+
assetName: {
|
8859
8911
|
serializedName: "assetName",
|
8860
8912
|
required: true,
|
8861
8913
|
type: {
|
8862
8914
|
name: "String",
|
8863
8915
|
},
|
8864
|
-
}
|
8916
|
+
},
|
8917
|
+
},
|
8865
8918
|
},
|
8866
8919
|
};
|
8867
8920
|
export const MediaJobOutputCanceledEventData = {
|
8868
8921
|
type: {
|
8869
8922
|
name: "Composite",
|
8870
8923
|
className: "MediaJobOutputCanceledEventData",
|
8871
|
-
modelProperties:
|
8924
|
+
modelProperties: {
|
8925
|
+
...MediaJobOutputStateChangeEventData.type.modelProperties,
|
8926
|
+
},
|
8872
8927
|
},
|
8873
8928
|
};
|
8874
8929
|
export const MediaJobOutputCancelingEventData = {
|
8875
8930
|
type: {
|
8876
8931
|
name: "Composite",
|
8877
8932
|
className: "MediaJobOutputCancelingEventData",
|
8878
|
-
modelProperties:
|
8933
|
+
modelProperties: {
|
8934
|
+
...MediaJobOutputStateChangeEventData.type.modelProperties,
|
8935
|
+
},
|
8879
8936
|
},
|
8880
8937
|
};
|
8881
8938
|
export const MediaJobOutputErroredEventData = {
|
8882
8939
|
type: {
|
8883
8940
|
name: "Composite",
|
8884
8941
|
className: "MediaJobOutputErroredEventData",
|
8885
|
-
modelProperties:
|
8942
|
+
modelProperties: {
|
8943
|
+
...MediaJobOutputStateChangeEventData.type.modelProperties,
|
8944
|
+
},
|
8886
8945
|
},
|
8887
8946
|
};
|
8888
8947
|
export const MediaJobOutputFinishedEventData = {
|
8889
8948
|
type: {
|
8890
8949
|
name: "Composite",
|
8891
8950
|
className: "MediaJobOutputFinishedEventData",
|
8892
|
-
modelProperties:
|
8951
|
+
modelProperties: {
|
8952
|
+
...MediaJobOutputStateChangeEventData.type.modelProperties,
|
8953
|
+
},
|
8893
8954
|
},
|
8894
8955
|
};
|
8895
8956
|
export const MediaJobOutputProcessingEventData = {
|
8896
8957
|
type: {
|
8897
8958
|
name: "Composite",
|
8898
8959
|
className: "MediaJobOutputProcessingEventData",
|
8899
|
-
modelProperties:
|
8960
|
+
modelProperties: {
|
8961
|
+
...MediaJobOutputStateChangeEventData.type.modelProperties,
|
8962
|
+
},
|
8900
8963
|
},
|
8901
8964
|
};
|
8902
8965
|
export const MediaJobOutputScheduledEventData = {
|
8903
8966
|
type: {
|
8904
8967
|
name: "Composite",
|
8905
8968
|
className: "MediaJobOutputScheduledEventData",
|
8906
|
-
modelProperties:
|
8969
|
+
modelProperties: {
|
8970
|
+
...MediaJobOutputStateChangeEventData.type.modelProperties,
|
8971
|
+
},
|
8907
8972
|
},
|
8908
8973
|
};
|
8909
8974
|
export const MapsGeofenceEnteredEventData = {
|
8910
8975
|
type: {
|
8911
8976
|
name: "Composite",
|
8912
8977
|
className: "MapsGeofenceEnteredEventData",
|
8913
|
-
modelProperties:
|
8978
|
+
modelProperties: {
|
8979
|
+
...MapsGeofenceEvent.type.modelProperties,
|
8980
|
+
},
|
8914
8981
|
},
|
8915
8982
|
};
|
8916
8983
|
export const MapsGeofenceExitedEventData = {
|
8917
8984
|
type: {
|
8918
8985
|
name: "Composite",
|
8919
8986
|
className: "MapsGeofenceExitedEventData",
|
8920
|
-
modelProperties:
|
8987
|
+
modelProperties: {
|
8988
|
+
...MapsGeofenceEvent.type.modelProperties,
|
8989
|
+
},
|
8921
8990
|
},
|
8922
8991
|
};
|
8923
8992
|
export const MapsGeofenceResultEventData = {
|
8924
8993
|
type: {
|
8925
8994
|
name: "Composite",
|
8926
8995
|
className: "MapsGeofenceResultEventData",
|
8927
|
-
modelProperties:
|
8996
|
+
modelProperties: {
|
8997
|
+
...MapsGeofenceEvent.type.modelProperties,
|
8998
|
+
},
|
8928
8999
|
},
|
8929
9000
|
};
|
8930
9001
|
export const AppConfigurationSnapshotCreatedEventData = {
|
8931
9002
|
type: {
|
8932
9003
|
name: "Composite",
|
8933
9004
|
className: "AppConfigurationSnapshotCreatedEventData",
|
8934
|
-
modelProperties:
|
9005
|
+
modelProperties: {
|
9006
|
+
...AppConfigurationSnapshotEventData.type.modelProperties,
|
9007
|
+
},
|
8935
9008
|
},
|
8936
9009
|
};
|
8937
9010
|
export const AppConfigurationSnapshotModifiedEventData = {
|
8938
9011
|
type: {
|
8939
9012
|
name: "Composite",
|
8940
9013
|
className: "AppConfigurationSnapshotModifiedEventData",
|
8941
|
-
modelProperties:
|
9014
|
+
modelProperties: {
|
9015
|
+
...AppConfigurationSnapshotEventData.type.modelProperties,
|
9016
|
+
},
|
8942
9017
|
},
|
8943
9018
|
};
|
8944
9019
|
export const AcsRouterJobEventData = {
|
8945
9020
|
type: {
|
8946
9021
|
name: "Composite",
|
8947
9022
|
className: "AcsRouterJobEventData",
|
8948
|
-
modelProperties:
|
9023
|
+
modelProperties: {
|
9024
|
+
...AcsRouterEventData.type.modelProperties,
|
9025
|
+
queueId: {
|
8949
9026
|
serializedName: "queueId",
|
8950
9027
|
type: {
|
8951
9028
|
name: "String",
|
8952
9029
|
},
|
8953
|
-
},
|
9030
|
+
},
|
9031
|
+
labels: {
|
8954
9032
|
serializedName: "labels",
|
8955
9033
|
required: true,
|
8956
9034
|
type: {
|
8957
9035
|
name: "Dictionary",
|
8958
9036
|
value: { type: { name: "String" } },
|
8959
9037
|
},
|
8960
|
-
},
|
9038
|
+
},
|
9039
|
+
tags: {
|
8961
9040
|
serializedName: "tags",
|
8962
9041
|
required: true,
|
8963
9042
|
type: {
|
8964
9043
|
name: "Dictionary",
|
8965
9044
|
value: { type: { name: "String" } },
|
8966
9045
|
},
|
8967
|
-
}
|
9046
|
+
},
|
9047
|
+
},
|
8968
9048
|
},
|
8969
9049
|
};
|
8970
9050
|
export const AcsRouterWorkerEventData = {
|
8971
9051
|
type: {
|
8972
9052
|
name: "Composite",
|
8973
9053
|
className: "AcsRouterWorkerEventData",
|
8974
|
-
modelProperties:
|
9054
|
+
modelProperties: {
|
9055
|
+
...AcsRouterEventData.type.modelProperties,
|
9056
|
+
workerId: {
|
8975
9057
|
serializedName: "workerId",
|
8976
9058
|
required: true,
|
8977
9059
|
type: {
|
8978
9060
|
name: "String",
|
8979
9061
|
},
|
8980
|
-
}
|
9062
|
+
},
|
9063
|
+
},
|
8981
9064
|
},
|
8982
9065
|
};
|
8983
9066
|
export const AcsCallParticipantEventData = {
|
8984
9067
|
type: {
|
8985
9068
|
name: "Composite",
|
8986
9069
|
className: "AcsCallParticipantEventData",
|
8987
|
-
modelProperties:
|
9070
|
+
modelProperties: {
|
9071
|
+
...AcsCallingEvent.type.modelProperties,
|
9072
|
+
user: {
|
8988
9073
|
serializedName: "user",
|
8989
9074
|
type: {
|
8990
9075
|
name: "Composite",
|
8991
9076
|
className: "AcsCallParticipant",
|
8992
9077
|
},
|
8993
|
-
},
|
9078
|
+
},
|
9079
|
+
displayName: {
|
8994
9080
|
serializedName: "displayName",
|
8995
9081
|
required: true,
|
8996
9082
|
type: {
|
8997
9083
|
name: "String",
|
8998
9084
|
},
|
8999
|
-
},
|
9085
|
+
},
|
9086
|
+
participantId: {
|
9000
9087
|
serializedName: "participantId",
|
9001
9088
|
required: true,
|
9002
9089
|
type: {
|
9003
9090
|
name: "String",
|
9004
9091
|
},
|
9005
|
-
},
|
9092
|
+
},
|
9093
|
+
userAgent: {
|
9006
9094
|
serializedName: "userAgent",
|
9007
9095
|
required: true,
|
9008
9096
|
type: {
|
9009
9097
|
name: "String",
|
9010
9098
|
},
|
9011
|
-
}
|
9099
|
+
},
|
9100
|
+
},
|
9012
9101
|
},
|
9013
9102
|
};
|
9014
9103
|
export const AcsCallStartedEventData = {
|
9015
9104
|
type: {
|
9016
9105
|
name: "Composite",
|
9017
9106
|
className: "AcsCallStartedEventData",
|
9018
|
-
modelProperties:
|
9107
|
+
modelProperties: {
|
9108
|
+
...AcsCallingEvent.type.modelProperties,
|
9109
|
+
},
|
9019
9110
|
},
|
9020
9111
|
};
|
9021
9112
|
export const AcsCallEndedEventData = {
|
9022
9113
|
type: {
|
9023
9114
|
name: "Composite",
|
9024
9115
|
className: "AcsCallEndedEventData",
|
9025
|
-
modelProperties:
|
9116
|
+
modelProperties: {
|
9117
|
+
...AcsCallingEvent.type.modelProperties,
|
9118
|
+
endedBy: {
|
9026
9119
|
serializedName: "endedBy",
|
9027
9120
|
type: {
|
9028
9121
|
name: "Composite",
|
9029
9122
|
className: "AcsCallEndedBy",
|
9030
9123
|
},
|
9031
|
-
},
|
9124
|
+
},
|
9125
|
+
reason: {
|
9032
9126
|
serializedName: "reason",
|
9033
9127
|
type: {
|
9034
9128
|
name: "Composite",
|
9035
9129
|
className: "AcsCallEndReason",
|
9036
9130
|
},
|
9037
|
-
},
|
9131
|
+
},
|
9132
|
+
callDurationInSeconds: {
|
9038
9133
|
serializedName: "callDurationInSeconds",
|
9039
9134
|
required: true,
|
9040
9135
|
type: {
|
9041
9136
|
name: "Number",
|
9042
9137
|
},
|
9043
|
-
}
|
9138
|
+
},
|
9139
|
+
},
|
9044
9140
|
},
|
9045
9141
|
};
|
9046
9142
|
export const AcsChatMessageEventBase = {
|
9047
9143
|
type: {
|
9048
9144
|
name: "Composite",
|
9049
9145
|
className: "AcsChatMessageEventBase",
|
9050
|
-
modelProperties:
|
9146
|
+
modelProperties: {
|
9147
|
+
...AcsChatEventBase.type.modelProperties,
|
9148
|
+
messageId: {
|
9051
9149
|
serializedName: "messageId",
|
9052
9150
|
required: true,
|
9053
9151
|
type: {
|
9054
9152
|
name: "String",
|
9055
9153
|
},
|
9056
|
-
},
|
9154
|
+
},
|
9155
|
+
senderCommunicationIdentifier: {
|
9057
9156
|
serializedName: "senderCommunicationIdentifier",
|
9058
9157
|
type: {
|
9059
9158
|
name: "Composite",
|
9060
9159
|
className: "CommunicationIdentifierModel",
|
9061
9160
|
},
|
9062
|
-
},
|
9161
|
+
},
|
9162
|
+
senderDisplayName: {
|
9063
9163
|
serializedName: "senderDisplayName",
|
9064
9164
|
type: {
|
9065
9165
|
name: "String",
|
9066
9166
|
},
|
9067
|
-
},
|
9167
|
+
},
|
9168
|
+
composeTime: {
|
9068
9169
|
serializedName: "composeTime",
|
9069
9170
|
type: {
|
9070
9171
|
name: "String",
|
9071
9172
|
},
|
9072
|
-
},
|
9173
|
+
},
|
9174
|
+
type: {
|
9073
9175
|
serializedName: "type",
|
9074
9176
|
required: true,
|
9075
9177
|
type: {
|
9076
9178
|
name: "String",
|
9077
9179
|
},
|
9078
|
-
},
|
9180
|
+
},
|
9181
|
+
version: {
|
9079
9182
|
serializedName: "version",
|
9080
9183
|
type: {
|
9081
9184
|
name: "Number",
|
9082
9185
|
},
|
9083
|
-
}
|
9186
|
+
},
|
9187
|
+
},
|
9084
9188
|
},
|
9085
9189
|
};
|
9086
9190
|
export const AcsChatThreadEventBase = {
|
9087
9191
|
type: {
|
9088
9192
|
name: "Composite",
|
9089
9193
|
className: "AcsChatThreadEventBase",
|
9090
|
-
modelProperties:
|
9194
|
+
modelProperties: {
|
9195
|
+
...AcsChatEventBase.type.modelProperties,
|
9196
|
+
createTime: {
|
9091
9197
|
serializedName: "createTime",
|
9092
9198
|
required: true,
|
9093
9199
|
type: {
|
9094
9200
|
name: "String",
|
9095
9201
|
},
|
9096
|
-
},
|
9202
|
+
},
|
9203
|
+
version: {
|
9097
9204
|
serializedName: "version",
|
9098
9205
|
required: true,
|
9099
9206
|
type: {
|
9100
9207
|
name: "Number",
|
9101
9208
|
},
|
9102
|
-
}
|
9209
|
+
},
|
9210
|
+
},
|
9103
9211
|
},
|
9104
9212
|
};
|
9105
9213
|
export const AcsChatMessageEventInThreadBase = {
|
9106
9214
|
type: {
|
9107
9215
|
name: "Composite",
|
9108
9216
|
className: "AcsChatMessageEventInThreadBase",
|
9109
|
-
modelProperties:
|
9217
|
+
modelProperties: {
|
9218
|
+
...AcsChatEventInThreadBase.type.modelProperties,
|
9219
|
+
messageId: {
|
9110
9220
|
serializedName: "messageId",
|
9111
9221
|
required: true,
|
9112
9222
|
type: {
|
9113
9223
|
name: "String",
|
9114
9224
|
},
|
9115
|
-
},
|
9225
|
+
},
|
9226
|
+
senderCommunicationIdentifier: {
|
9116
9227
|
serializedName: "senderCommunicationIdentifier",
|
9117
9228
|
type: {
|
9118
9229
|
name: "Composite",
|
9119
9230
|
className: "CommunicationIdentifierModel",
|
9120
9231
|
},
|
9121
|
-
},
|
9232
|
+
},
|
9233
|
+
senderDisplayName: {
|
9122
9234
|
serializedName: "senderDisplayName",
|
9123
9235
|
type: {
|
9124
9236
|
name: "String",
|
9125
9237
|
},
|
9126
|
-
},
|
9238
|
+
},
|
9239
|
+
composeTime: {
|
9127
9240
|
serializedName: "composeTime",
|
9128
9241
|
type: {
|
9129
9242
|
name: "String",
|
9130
9243
|
},
|
9131
|
-
},
|
9244
|
+
},
|
9245
|
+
type: {
|
9132
9246
|
serializedName: "type",
|
9133
9247
|
required: true,
|
9134
9248
|
type: {
|
9135
9249
|
name: "String",
|
9136
9250
|
},
|
9137
|
-
},
|
9251
|
+
},
|
9252
|
+
version: {
|
9138
9253
|
serializedName: "version",
|
9139
9254
|
type: {
|
9140
9255
|
name: "Number",
|
9141
9256
|
},
|
9142
|
-
}
|
9257
|
+
},
|
9258
|
+
},
|
9143
9259
|
},
|
9144
9260
|
};
|
9145
9261
|
export const AcsChatThreadEventInThreadBase = {
|
9146
9262
|
type: {
|
9147
9263
|
name: "Composite",
|
9148
9264
|
className: "AcsChatThreadEventInThreadBase",
|
9149
|
-
modelProperties:
|
9265
|
+
modelProperties: {
|
9266
|
+
...AcsChatEventInThreadBase.type.modelProperties,
|
9267
|
+
createTime: {
|
9150
9268
|
serializedName: "createTime",
|
9151
9269
|
required: true,
|
9152
9270
|
type: {
|
9153
9271
|
name: "String",
|
9154
9272
|
},
|
9155
|
-
},
|
9273
|
+
},
|
9274
|
+
version: {
|
9156
9275
|
serializedName: "version",
|
9157
9276
|
required: true,
|
9158
9277
|
type: {
|
9159
9278
|
name: "Number",
|
9160
9279
|
},
|
9161
|
-
}
|
9280
|
+
},
|
9281
|
+
},
|
9162
9282
|
},
|
9163
9283
|
};
|
9164
9284
|
export const AcsChatParticipantAddedToThreadEventData = {
|
9165
9285
|
type: {
|
9166
9286
|
name: "Composite",
|
9167
9287
|
className: "AcsChatParticipantAddedToThreadEventData",
|
9168
|
-
modelProperties:
|
9288
|
+
modelProperties: {
|
9289
|
+
...AcsChatEventInThreadBase.type.modelProperties,
|
9290
|
+
time: {
|
9169
9291
|
serializedName: "time",
|
9170
9292
|
type: {
|
9171
9293
|
name: "String",
|
9172
9294
|
},
|
9173
|
-
},
|
9295
|
+
},
|
9296
|
+
addedByCommunicationIdentifier: {
|
9174
9297
|
serializedName: "addedByCommunicationIdentifier",
|
9175
9298
|
type: {
|
9176
9299
|
name: "Composite",
|
9177
9300
|
className: "CommunicationIdentifierModel",
|
9178
9301
|
},
|
9179
|
-
},
|
9302
|
+
},
|
9303
|
+
participantAdded: {
|
9180
9304
|
serializedName: "participantAdded",
|
9181
9305
|
type: {
|
9182
9306
|
name: "Composite",
|
9183
9307
|
className: "AcsChatThreadParticipant",
|
9184
9308
|
},
|
9185
|
-
},
|
9309
|
+
},
|
9310
|
+
version: {
|
9186
9311
|
serializedName: "version",
|
9187
9312
|
type: {
|
9188
9313
|
name: "Number",
|
9189
9314
|
},
|
9190
|
-
}
|
9315
|
+
},
|
9316
|
+
},
|
9191
9317
|
},
|
9192
9318
|
};
|
9193
9319
|
export const AcsChatParticipantRemovedFromThreadEventData = {
|
9194
9320
|
type: {
|
9195
9321
|
name: "Composite",
|
9196
9322
|
className: "AcsChatParticipantRemovedFromThreadEventData",
|
9197
|
-
modelProperties:
|
9323
|
+
modelProperties: {
|
9324
|
+
...AcsChatEventInThreadBase.type.modelProperties,
|
9325
|
+
time: {
|
9198
9326
|
serializedName: "time",
|
9199
9327
|
type: {
|
9200
9328
|
name: "String",
|
9201
9329
|
},
|
9202
|
-
},
|
9330
|
+
},
|
9331
|
+
removedByCommunicationIdentifier: {
|
9203
9332
|
serializedName: "removedByCommunicationIdentifier",
|
9204
9333
|
type: {
|
9205
9334
|
name: "Composite",
|
9206
9335
|
className: "CommunicationIdentifierModel",
|
9207
9336
|
},
|
9208
|
-
},
|
9337
|
+
},
|
9338
|
+
participantRemoved: {
|
9209
9339
|
serializedName: "participantRemoved",
|
9210
9340
|
type: {
|
9211
9341
|
name: "Composite",
|
9212
9342
|
className: "AcsChatThreadParticipant",
|
9213
9343
|
},
|
9214
|
-
},
|
9344
|
+
},
|
9345
|
+
version: {
|
9215
9346
|
serializedName: "version",
|
9216
9347
|
type: {
|
9217
9348
|
name: "Number",
|
9218
9349
|
},
|
9219
|
-
}
|
9350
|
+
},
|
9351
|
+
},
|
9220
9352
|
},
|
9221
9353
|
};
|
9222
9354
|
export const AcsSmsDeliveryReportReceivedEventData = {
|
9223
9355
|
type: {
|
9224
9356
|
name: "Composite",
|
9225
9357
|
className: "AcsSmsDeliveryReportReceivedEventData",
|
9226
|
-
modelProperties:
|
9358
|
+
modelProperties: {
|
9359
|
+
...AcsSmsEventBase.type.modelProperties,
|
9360
|
+
deliveryStatus: {
|
9227
9361
|
serializedName: "deliveryStatus",
|
9228
9362
|
required: true,
|
9229
9363
|
type: {
|
9230
9364
|
name: "String",
|
9231
9365
|
},
|
9232
|
-
},
|
9366
|
+
},
|
9367
|
+
deliveryStatusDetails: {
|
9233
9368
|
serializedName: "deliveryStatusDetails",
|
9234
9369
|
required: true,
|
9235
9370
|
type: {
|
9236
9371
|
name: "String",
|
9237
9372
|
},
|
9238
|
-
},
|
9373
|
+
},
|
9374
|
+
deliveryAttempts: {
|
9239
9375
|
serializedName: "deliveryAttempts",
|
9240
9376
|
required: true,
|
9241
9377
|
type: {
|
@@ -9247,335 +9383,414 @@ export const AcsSmsDeliveryReportReceivedEventData = {
|
|
9247
9383
|
},
|
9248
9384
|
},
|
9249
9385
|
},
|
9250
|
-
},
|
9386
|
+
},
|
9387
|
+
receivedTimestamp: {
|
9251
9388
|
serializedName: "receivedTimestamp",
|
9252
9389
|
type: {
|
9253
9390
|
name: "String",
|
9254
9391
|
},
|
9255
|
-
},
|
9392
|
+
},
|
9393
|
+
tag: {
|
9256
9394
|
serializedName: "tag",
|
9257
9395
|
type: {
|
9258
9396
|
name: "String",
|
9259
9397
|
},
|
9260
|
-
}
|
9398
|
+
},
|
9399
|
+
},
|
9261
9400
|
},
|
9262
9401
|
};
|
9263
9402
|
export const AcsSmsReceivedEventData = {
|
9264
9403
|
type: {
|
9265
9404
|
name: "Composite",
|
9266
9405
|
className: "AcsSmsReceivedEventData",
|
9267
|
-
modelProperties:
|
9406
|
+
modelProperties: {
|
9407
|
+
...AcsSmsEventBase.type.modelProperties,
|
9408
|
+
message: {
|
9268
9409
|
serializedName: "message",
|
9269
9410
|
required: true,
|
9270
9411
|
type: {
|
9271
9412
|
name: "String",
|
9272
9413
|
},
|
9273
|
-
},
|
9414
|
+
},
|
9415
|
+
receivedTimestamp: {
|
9274
9416
|
serializedName: "receivedTimestamp",
|
9275
9417
|
type: {
|
9276
9418
|
name: "String",
|
9277
9419
|
},
|
9278
|
-
},
|
9420
|
+
},
|
9421
|
+
segmentCount: {
|
9279
9422
|
serializedName: "segmentCount",
|
9280
9423
|
required: true,
|
9281
9424
|
type: {
|
9282
9425
|
name: "Number",
|
9283
9426
|
},
|
9284
|
-
}
|
9427
|
+
},
|
9428
|
+
},
|
9285
9429
|
},
|
9286
9430
|
};
|
9287
9431
|
export const AcsMessageReceivedEventData = {
|
9288
9432
|
type: {
|
9289
9433
|
name: "Composite",
|
9290
9434
|
className: "AcsMessageReceivedEventData",
|
9291
|
-
modelProperties:
|
9435
|
+
modelProperties: {
|
9436
|
+
...AcsMessageEventData.type.modelProperties,
|
9437
|
+
content: {
|
9292
9438
|
serializedName: "content",
|
9293
9439
|
type: {
|
9294
9440
|
name: "String",
|
9295
9441
|
},
|
9296
|
-
},
|
9442
|
+
},
|
9443
|
+
messageId: {
|
9297
9444
|
serializedName: "messageId",
|
9298
9445
|
type: {
|
9299
9446
|
name: "String",
|
9300
9447
|
},
|
9301
|
-
},
|
9448
|
+
},
|
9449
|
+
channelKind: {
|
9302
9450
|
serializedName: "channelType",
|
9303
9451
|
type: {
|
9304
9452
|
name: "String",
|
9305
9453
|
},
|
9306
|
-
},
|
9454
|
+
},
|
9455
|
+
messageType: {
|
9307
9456
|
serializedName: "messageType",
|
9308
9457
|
required: true,
|
9309
9458
|
type: {
|
9310
9459
|
name: "String",
|
9311
9460
|
},
|
9312
|
-
},
|
9461
|
+
},
|
9462
|
+
mediaContent: {
|
9313
9463
|
serializedName: "media",
|
9314
9464
|
type: {
|
9315
9465
|
name: "Composite",
|
9316
9466
|
className: "AcsMessageMediaContent",
|
9317
9467
|
},
|
9318
|
-
},
|
9468
|
+
},
|
9469
|
+
reaction: {
|
9319
9470
|
serializedName: "reaction",
|
9320
9471
|
type: {
|
9321
9472
|
name: "Composite",
|
9322
9473
|
className: "AcsMessageReactionContent",
|
9323
9474
|
},
|
9324
|
-
},
|
9475
|
+
},
|
9476
|
+
context: {
|
9325
9477
|
serializedName: "context",
|
9326
9478
|
type: {
|
9327
9479
|
name: "Composite",
|
9328
9480
|
className: "AcsMessageContext",
|
9329
9481
|
},
|
9330
|
-
},
|
9482
|
+
},
|
9483
|
+
button: {
|
9331
9484
|
serializedName: "button",
|
9332
9485
|
type: {
|
9333
9486
|
name: "Composite",
|
9334
9487
|
className: "AcsMessageButtonContent",
|
9335
9488
|
},
|
9336
|
-
},
|
9489
|
+
},
|
9490
|
+
interactiveContent: {
|
9337
9491
|
serializedName: "interactive",
|
9338
9492
|
type: {
|
9339
9493
|
name: "Composite",
|
9340
9494
|
className: "AcsMessageInteractiveContent",
|
9341
9495
|
},
|
9342
|
-
}
|
9496
|
+
},
|
9497
|
+
},
|
9343
9498
|
},
|
9344
9499
|
};
|
9345
9500
|
export const AcsMessageDeliveryStatusUpdatedEventData = {
|
9346
9501
|
type: {
|
9347
9502
|
name: "Composite",
|
9348
9503
|
className: "AcsMessageDeliveryStatusUpdatedEventData",
|
9349
|
-
modelProperties:
|
9504
|
+
modelProperties: {
|
9505
|
+
...AcsMessageEventData.type.modelProperties,
|
9506
|
+
messageId: {
|
9350
9507
|
serializedName: "messageId",
|
9351
9508
|
required: true,
|
9352
9509
|
type: {
|
9353
9510
|
name: "String",
|
9354
9511
|
},
|
9355
|
-
},
|
9512
|
+
},
|
9513
|
+
status: {
|
9356
9514
|
serializedName: "status",
|
9357
9515
|
required: true,
|
9358
9516
|
type: {
|
9359
9517
|
name: "String",
|
9360
9518
|
},
|
9361
|
-
},
|
9519
|
+
},
|
9520
|
+
channelKind: {
|
9362
9521
|
serializedName: "channelType",
|
9363
9522
|
required: true,
|
9364
9523
|
type: {
|
9365
9524
|
name: "String",
|
9366
9525
|
},
|
9367
|
-
}
|
9526
|
+
},
|
9527
|
+
},
|
9368
9528
|
},
|
9369
9529
|
};
|
9370
9530
|
export const ContainerServiceClusterSupportEndedEventData = {
|
9371
9531
|
type: {
|
9372
9532
|
name: "Composite",
|
9373
9533
|
className: "ContainerServiceClusterSupportEndedEventData",
|
9374
|
-
modelProperties:
|
9534
|
+
modelProperties: {
|
9535
|
+
...ContainerServiceClusterSupportEventData.type.modelProperties,
|
9536
|
+
},
|
9375
9537
|
},
|
9376
9538
|
};
|
9377
9539
|
export const ContainerServiceClusterSupportEndingEventData = {
|
9378
9540
|
type: {
|
9379
9541
|
name: "Composite",
|
9380
9542
|
className: "ContainerServiceClusterSupportEndingEventData",
|
9381
|
-
modelProperties:
|
9543
|
+
modelProperties: {
|
9544
|
+
...ContainerServiceClusterSupportEventData.type.modelProperties,
|
9545
|
+
},
|
9382
9546
|
},
|
9383
9547
|
};
|
9384
9548
|
export const ContainerServiceNodePoolRollingStartedEventData = {
|
9385
9549
|
type: {
|
9386
9550
|
name: "Composite",
|
9387
9551
|
className: "ContainerServiceNodePoolRollingStartedEventData",
|
9388
|
-
modelProperties:
|
9552
|
+
modelProperties: {
|
9553
|
+
...ContainerServiceNodePoolRollingEventData.type.modelProperties,
|
9554
|
+
},
|
9389
9555
|
},
|
9390
9556
|
};
|
9391
9557
|
export const ContainerServiceNodePoolRollingSucceededEventData = {
|
9392
9558
|
type: {
|
9393
9559
|
name: "Composite",
|
9394
9560
|
className: "ContainerServiceNodePoolRollingSucceededEventData",
|
9395
|
-
modelProperties:
|
9561
|
+
modelProperties: {
|
9562
|
+
...ContainerServiceNodePoolRollingEventData.type.modelProperties,
|
9563
|
+
},
|
9396
9564
|
},
|
9397
9565
|
};
|
9398
9566
|
export const ContainerServiceNodePoolRollingFailedEventData = {
|
9399
9567
|
type: {
|
9400
9568
|
name: "Composite",
|
9401
9569
|
className: "ContainerServiceNodePoolRollingFailedEventData",
|
9402
|
-
modelProperties:
|
9570
|
+
modelProperties: {
|
9571
|
+
...ContainerServiceNodePoolRollingEventData.type.modelProperties,
|
9572
|
+
},
|
9403
9573
|
},
|
9404
9574
|
};
|
9405
9575
|
export const ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData = {
|
9406
9576
|
type: {
|
9407
9577
|
name: "Composite",
|
9408
9578
|
className: "ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData",
|
9409
|
-
modelProperties:
|
9579
|
+
modelProperties: {
|
9580
|
+
...ResourceNotificationsResourceUpdatedEventData.type.modelProperties,
|
9581
|
+
},
|
9410
9582
|
},
|
9411
9583
|
};
|
9412
9584
|
export const ResourceNotificationsHealthResourcesAnnotatedEventData = {
|
9413
9585
|
type: {
|
9414
9586
|
name: "Composite",
|
9415
9587
|
className: "ResourceNotificationsHealthResourcesAnnotatedEventData",
|
9416
|
-
modelProperties:
|
9588
|
+
modelProperties: {
|
9589
|
+
...ResourceNotificationsResourceUpdatedEventData.type.modelProperties,
|
9590
|
+
},
|
9417
9591
|
},
|
9418
9592
|
};
|
9419
9593
|
export const ResourceNotificationsResourceManagementCreatedOrUpdatedEventData = {
|
9420
9594
|
type: {
|
9421
9595
|
name: "Composite",
|
9422
9596
|
className: "ResourceNotificationsResourceManagementCreatedOrUpdatedEventData",
|
9423
|
-
modelProperties:
|
9597
|
+
modelProperties: {
|
9598
|
+
...ResourceNotificationsResourceUpdatedEventData.type.modelProperties,
|
9599
|
+
},
|
9424
9600
|
},
|
9425
9601
|
};
|
9426
9602
|
export const ResourceNotificationsContainerServiceEventResourcesScheduledEventData = {
|
9427
9603
|
type: {
|
9428
9604
|
name: "Composite",
|
9429
9605
|
className: "ResourceNotificationsContainerServiceEventResourcesScheduledEventData",
|
9430
|
-
modelProperties:
|
9606
|
+
modelProperties: {
|
9607
|
+
...ResourceNotificationsResourceUpdatedEventData.type.modelProperties,
|
9608
|
+
},
|
9431
9609
|
},
|
9432
9610
|
};
|
9433
9611
|
export const ResourceNotificationsResourceManagementDeletedEventData = {
|
9434
9612
|
type: {
|
9435
9613
|
name: "Composite",
|
9436
9614
|
className: "ResourceNotificationsResourceManagementDeletedEventData",
|
9437
|
-
modelProperties:
|
9615
|
+
modelProperties: {
|
9616
|
+
...ResourceNotificationsResourceDeletedEventData.type.modelProperties,
|
9617
|
+
},
|
9438
9618
|
},
|
9439
9619
|
};
|
9440
9620
|
export const AvsPrivateCloudUpdatingEventData = {
|
9441
9621
|
type: {
|
9442
9622
|
name: "Composite",
|
9443
9623
|
className: "AvsPrivateCloudUpdatingEventData",
|
9444
|
-
modelProperties:
|
9624
|
+
modelProperties: {
|
9625
|
+
...AvsPrivateCloudEventData.type.modelProperties,
|
9626
|
+
},
|
9445
9627
|
},
|
9446
9628
|
};
|
9447
9629
|
export const AvsPrivateCloudUpdatedEventData = {
|
9448
9630
|
type: {
|
9449
9631
|
name: "Composite",
|
9450
9632
|
className: "AvsPrivateCloudUpdatedEventData",
|
9451
|
-
modelProperties:
|
9633
|
+
modelProperties: {
|
9634
|
+
...AvsPrivateCloudEventData.type.modelProperties,
|
9635
|
+
},
|
9452
9636
|
},
|
9453
9637
|
};
|
9454
9638
|
export const AvsPrivateCloudFailedEventData = {
|
9455
9639
|
type: {
|
9456
9640
|
name: "Composite",
|
9457
9641
|
className: "AvsPrivateCloudFailedEventData",
|
9458
|
-
modelProperties:
|
9642
|
+
modelProperties: {
|
9643
|
+
...AvsPrivateCloudEventData.type.modelProperties,
|
9644
|
+
failureMessage: {
|
9459
9645
|
serializedName: "failureMessage",
|
9460
9646
|
required: true,
|
9461
9647
|
type: {
|
9462
9648
|
name: "String",
|
9463
9649
|
},
|
9464
|
-
}
|
9650
|
+
},
|
9651
|
+
},
|
9465
9652
|
},
|
9466
9653
|
};
|
9467
9654
|
export const AvsClusterCreatedEventData = {
|
9468
9655
|
type: {
|
9469
9656
|
name: "Composite",
|
9470
9657
|
className: "AvsClusterCreatedEventData",
|
9471
|
-
modelProperties:
|
9658
|
+
modelProperties: {
|
9659
|
+
...AvsClusterEventData.type.modelProperties,
|
9660
|
+
},
|
9472
9661
|
},
|
9473
9662
|
};
|
9474
9663
|
export const AvsClusterDeletedEventData = {
|
9475
9664
|
type: {
|
9476
9665
|
name: "Composite",
|
9477
9666
|
className: "AvsClusterDeletedEventData",
|
9478
|
-
modelProperties:
|
9667
|
+
modelProperties: {
|
9668
|
+
...AvsClusterEventData.type.modelProperties,
|
9669
|
+
},
|
9479
9670
|
},
|
9480
9671
|
};
|
9481
9672
|
export const AvsClusterUpdatingEventData = {
|
9482
9673
|
type: {
|
9483
9674
|
name: "Composite",
|
9484
9675
|
className: "AvsClusterUpdatingEventData",
|
9485
|
-
modelProperties:
|
9676
|
+
modelProperties: {
|
9677
|
+
...AvsClusterEventData.type.modelProperties,
|
9678
|
+
},
|
9486
9679
|
},
|
9487
9680
|
};
|
9488
9681
|
export const AvsClusterUpdatedEventData = {
|
9489
9682
|
type: {
|
9490
9683
|
name: "Composite",
|
9491
9684
|
className: "AvsClusterUpdatedEventData",
|
9492
|
-
modelProperties:
|
9685
|
+
modelProperties: {
|
9686
|
+
...AvsClusterEventData.type.modelProperties,
|
9687
|
+
},
|
9493
9688
|
},
|
9494
9689
|
};
|
9495
9690
|
export const AvsClusterFailedEventData = {
|
9496
9691
|
type: {
|
9497
9692
|
name: "Composite",
|
9498
9693
|
className: "AvsClusterFailedEventData",
|
9499
|
-
modelProperties:
|
9694
|
+
modelProperties: {
|
9695
|
+
...AvsClusterEventData.type.modelProperties,
|
9696
|
+
failureMessage: {
|
9500
9697
|
serializedName: "failureMessage",
|
9501
9698
|
required: true,
|
9502
9699
|
type: {
|
9503
9700
|
name: "String",
|
9504
9701
|
},
|
9505
|
-
}
|
9702
|
+
},
|
9703
|
+
},
|
9506
9704
|
},
|
9507
9705
|
};
|
9508
9706
|
export const AvsScriptExecutionStartedEventData = {
|
9509
9707
|
type: {
|
9510
9708
|
name: "Composite",
|
9511
9709
|
className: "AvsScriptExecutionStartedEventData",
|
9512
|
-
modelProperties:
|
9710
|
+
modelProperties: {
|
9711
|
+
...AvsScriptExecutionEventData.type.modelProperties,
|
9712
|
+
},
|
9513
9713
|
},
|
9514
9714
|
};
|
9515
9715
|
export const AvsScriptExecutionFinishedEventData = {
|
9516
9716
|
type: {
|
9517
9717
|
name: "Composite",
|
9518
9718
|
className: "AvsScriptExecutionFinishedEventData",
|
9519
|
-
modelProperties:
|
9719
|
+
modelProperties: {
|
9720
|
+
...AvsScriptExecutionEventData.type.modelProperties,
|
9721
|
+
namedOutputs: {
|
9520
9722
|
serializedName: "namedOutputs",
|
9521
9723
|
required: true,
|
9522
9724
|
type: {
|
9523
9725
|
name: "Dictionary",
|
9524
9726
|
value: { type: { name: "String" } },
|
9525
9727
|
},
|
9526
|
-
}
|
9728
|
+
},
|
9729
|
+
},
|
9527
9730
|
},
|
9528
9731
|
};
|
9529
9732
|
export const AvsScriptExecutionCancelledEventData = {
|
9530
9733
|
type: {
|
9531
9734
|
name: "Composite",
|
9532
9735
|
className: "AvsScriptExecutionCancelledEventData",
|
9533
|
-
modelProperties:
|
9736
|
+
modelProperties: {
|
9737
|
+
...AvsScriptExecutionEventData.type.modelProperties,
|
9738
|
+
},
|
9534
9739
|
},
|
9535
9740
|
};
|
9536
9741
|
export const AvsScriptExecutionFailedEventData = {
|
9537
9742
|
type: {
|
9538
9743
|
name: "Composite",
|
9539
9744
|
className: "AvsScriptExecutionFailedEventData",
|
9540
|
-
modelProperties:
|
9745
|
+
modelProperties: {
|
9746
|
+
...AvsScriptExecutionEventData.type.modelProperties,
|
9747
|
+
failureMessage: {
|
9541
9748
|
serializedName: "failureMessage",
|
9542
9749
|
required: true,
|
9543
9750
|
type: {
|
9544
9751
|
name: "String",
|
9545
9752
|
},
|
9546
|
-
}
|
9753
|
+
},
|
9754
|
+
},
|
9547
9755
|
},
|
9548
9756
|
};
|
9549
9757
|
export const AcsRouterJobCancelledEventData = {
|
9550
9758
|
type: {
|
9551
9759
|
name: "Composite",
|
9552
9760
|
className: "AcsRouterJobCancelledEventData",
|
9553
|
-
modelProperties:
|
9761
|
+
modelProperties: {
|
9762
|
+
...AcsRouterJobEventData.type.modelProperties,
|
9763
|
+
note: {
|
9554
9764
|
serializedName: "note",
|
9555
9765
|
required: true,
|
9556
9766
|
type: {
|
9557
9767
|
name: "String",
|
9558
9768
|
},
|
9559
|
-
},
|
9769
|
+
},
|
9770
|
+
dispositionCode: {
|
9560
9771
|
serializedName: "dispositionCode",
|
9561
9772
|
required: true,
|
9562
9773
|
type: {
|
9563
9774
|
name: "String",
|
9564
9775
|
},
|
9565
|
-
}
|
9776
|
+
},
|
9777
|
+
},
|
9566
9778
|
},
|
9567
9779
|
};
|
9568
9780
|
export const AcsRouterJobClassificationFailedEventData = {
|
9569
9781
|
type: {
|
9570
9782
|
name: "Composite",
|
9571
9783
|
className: "AcsRouterJobClassificationFailedEventData",
|
9572
|
-
modelProperties:
|
9784
|
+
modelProperties: {
|
9785
|
+
...AcsRouterJobEventData.type.modelProperties,
|
9786
|
+
classificationPolicyId: {
|
9573
9787
|
serializedName: "classificationPolicyId",
|
9574
9788
|
required: true,
|
9575
9789
|
type: {
|
9576
9790
|
name: "String",
|
9577
9791
|
},
|
9578
|
-
},
|
9792
|
+
},
|
9793
|
+
errors: {
|
9579
9794
|
serializedName: "errors",
|
9580
9795
|
required: true,
|
9581
9796
|
type: {
|
@@ -9587,32 +9802,38 @@ export const AcsRouterJobClassificationFailedEventData = {
|
|
9587
9802
|
},
|
9588
9803
|
},
|
9589
9804
|
},
|
9590
|
-
}
|
9805
|
+
},
|
9806
|
+
},
|
9591
9807
|
},
|
9592
9808
|
};
|
9593
9809
|
export const AcsRouterJobClassifiedEventData = {
|
9594
9810
|
type: {
|
9595
9811
|
name: "Composite",
|
9596
9812
|
className: "AcsRouterJobClassifiedEventData",
|
9597
|
-
modelProperties:
|
9813
|
+
modelProperties: {
|
9814
|
+
...AcsRouterJobEventData.type.modelProperties,
|
9815
|
+
queueDetails: {
|
9598
9816
|
serializedName: "queueDetails",
|
9599
9817
|
type: {
|
9600
9818
|
name: "Composite",
|
9601
9819
|
className: "AcsRouterQueueDetails",
|
9602
9820
|
},
|
9603
|
-
},
|
9821
|
+
},
|
9822
|
+
classificationPolicyId: {
|
9604
9823
|
serializedName: "classificationPolicyId",
|
9605
9824
|
required: true,
|
9606
9825
|
type: {
|
9607
9826
|
name: "String",
|
9608
9827
|
},
|
9609
|
-
},
|
9828
|
+
},
|
9829
|
+
priority: {
|
9610
9830
|
serializedName: "priority",
|
9611
9831
|
required: true,
|
9612
9832
|
type: {
|
9613
9833
|
name: "Number",
|
9614
9834
|
},
|
9615
|
-
},
|
9835
|
+
},
|
9836
|
+
attachedWorkerSelectors: {
|
9616
9837
|
serializedName: "attachedWorkerSelectors",
|
9617
9838
|
required: true,
|
9618
9839
|
type: {
|
@@ -9624,90 +9845,109 @@ export const AcsRouterJobClassifiedEventData = {
|
|
9624
9845
|
},
|
9625
9846
|
},
|
9626
9847
|
},
|
9627
|
-
}
|
9848
|
+
},
|
9849
|
+
},
|
9628
9850
|
},
|
9629
9851
|
};
|
9630
9852
|
export const AcsRouterJobClosedEventData = {
|
9631
9853
|
type: {
|
9632
9854
|
name: "Composite",
|
9633
9855
|
className: "AcsRouterJobClosedEventData",
|
9634
|
-
modelProperties:
|
9856
|
+
modelProperties: {
|
9857
|
+
...AcsRouterJobEventData.type.modelProperties,
|
9858
|
+
assignmentId: {
|
9635
9859
|
serializedName: "assignmentId",
|
9636
9860
|
required: true,
|
9637
9861
|
type: {
|
9638
9862
|
name: "String",
|
9639
9863
|
},
|
9640
|
-
},
|
9864
|
+
},
|
9865
|
+
workerId: {
|
9641
9866
|
serializedName: "workerId",
|
9642
9867
|
required: true,
|
9643
9868
|
type: {
|
9644
9869
|
name: "String",
|
9645
9870
|
},
|
9646
|
-
},
|
9871
|
+
},
|
9872
|
+
dispositionCode: {
|
9647
9873
|
serializedName: "dispositionCode",
|
9648
9874
|
required: true,
|
9649
9875
|
type: {
|
9650
9876
|
name: "String",
|
9651
9877
|
},
|
9652
|
-
}
|
9878
|
+
},
|
9879
|
+
},
|
9653
9880
|
},
|
9654
9881
|
};
|
9655
9882
|
export const AcsRouterJobCompletedEventData = {
|
9656
9883
|
type: {
|
9657
9884
|
name: "Composite",
|
9658
9885
|
className: "AcsRouterJobCompletedEventData",
|
9659
|
-
modelProperties:
|
9886
|
+
modelProperties: {
|
9887
|
+
...AcsRouterJobEventData.type.modelProperties,
|
9888
|
+
assignmentId: {
|
9660
9889
|
serializedName: "assignmentId",
|
9661
9890
|
required: true,
|
9662
9891
|
type: {
|
9663
9892
|
name: "String",
|
9664
9893
|
},
|
9665
|
-
},
|
9894
|
+
},
|
9895
|
+
workerId: {
|
9666
9896
|
serializedName: "workerId",
|
9667
9897
|
required: true,
|
9668
9898
|
type: {
|
9669
9899
|
name: "String",
|
9670
9900
|
},
|
9671
|
-
}
|
9901
|
+
},
|
9902
|
+
},
|
9672
9903
|
},
|
9673
9904
|
};
|
9674
9905
|
export const AcsRouterJobDeletedEventData = {
|
9675
9906
|
type: {
|
9676
9907
|
name: "Composite",
|
9677
9908
|
className: "AcsRouterJobDeletedEventData",
|
9678
|
-
modelProperties:
|
9909
|
+
modelProperties: {
|
9910
|
+
...AcsRouterJobEventData.type.modelProperties,
|
9911
|
+
},
|
9679
9912
|
},
|
9680
9913
|
};
|
9681
9914
|
export const AcsRouterJobExceptionTriggeredEventData = {
|
9682
9915
|
type: {
|
9683
9916
|
name: "Composite",
|
9684
9917
|
className: "AcsRouterJobExceptionTriggeredEventData",
|
9685
|
-
modelProperties:
|
9918
|
+
modelProperties: {
|
9919
|
+
...AcsRouterJobEventData.type.modelProperties,
|
9920
|
+
ruleKey: {
|
9686
9921
|
serializedName: "ruleKey",
|
9687
9922
|
required: true,
|
9688
9923
|
type: {
|
9689
9924
|
name: "String",
|
9690
9925
|
},
|
9691
|
-
},
|
9926
|
+
},
|
9927
|
+
exceptionRuleId: {
|
9692
9928
|
serializedName: "exceptionRuleId",
|
9693
9929
|
required: true,
|
9694
9930
|
type: {
|
9695
9931
|
name: "String",
|
9696
9932
|
},
|
9697
|
-
}
|
9933
|
+
},
|
9934
|
+
},
|
9698
9935
|
},
|
9699
9936
|
};
|
9700
9937
|
export const AcsRouterJobQueuedEventData = {
|
9701
9938
|
type: {
|
9702
9939
|
name: "Composite",
|
9703
9940
|
className: "AcsRouterJobQueuedEventData",
|
9704
|
-
modelProperties:
|
9941
|
+
modelProperties: {
|
9942
|
+
...AcsRouterJobEventData.type.modelProperties,
|
9943
|
+
priority: {
|
9705
9944
|
serializedName: "priority",
|
9706
9945
|
required: true,
|
9707
9946
|
type: {
|
9708
9947
|
name: "Number",
|
9709
9948
|
},
|
9710
|
-
},
|
9949
|
+
},
|
9950
|
+
attachedWorkerSelectors: {
|
9711
9951
|
serializedName: "attachedWorkerSelectors",
|
9712
9952
|
required: true,
|
9713
9953
|
type: {
|
@@ -9719,7 +9959,8 @@ export const AcsRouterJobQueuedEventData = {
|
|
9719
9959
|
},
|
9720
9960
|
},
|
9721
9961
|
},
|
9722
|
-
},
|
9962
|
+
},
|
9963
|
+
requestedWorkerSelectors: {
|
9723
9964
|
serializedName: "requestedWorkerSelectors",
|
9724
9965
|
required: true,
|
9725
9966
|
type: {
|
@@ -9731,29 +9972,35 @@ export const AcsRouterJobQueuedEventData = {
|
|
9731
9972
|
},
|
9732
9973
|
},
|
9733
9974
|
},
|
9734
|
-
}
|
9975
|
+
},
|
9976
|
+
},
|
9735
9977
|
},
|
9736
9978
|
};
|
9737
9979
|
export const AcsRouterJobReceivedEventData = {
|
9738
9980
|
type: {
|
9739
9981
|
name: "Composite",
|
9740
9982
|
className: "AcsRouterJobReceivedEventData",
|
9741
|
-
modelProperties:
|
9983
|
+
modelProperties: {
|
9984
|
+
...AcsRouterJobEventData.type.modelProperties,
|
9985
|
+
jobStatus: {
|
9742
9986
|
serializedName: "jobStatus",
|
9743
9987
|
type: {
|
9744
9988
|
name: "String",
|
9745
9989
|
},
|
9746
|
-
},
|
9990
|
+
},
|
9991
|
+
classificationPolicyId: {
|
9747
9992
|
serializedName: "classificationPolicyId",
|
9748
9993
|
type: {
|
9749
9994
|
name: "String",
|
9750
9995
|
},
|
9751
|
-
},
|
9996
|
+
},
|
9997
|
+
priority: {
|
9752
9998
|
serializedName: "priority",
|
9753
9999
|
type: {
|
9754
10000
|
name: "Number",
|
9755
10001
|
},
|
9756
|
-
},
|
10002
|
+
},
|
10003
|
+
requestedWorkerSelectors: {
|
9757
10004
|
serializedName: "requestedWorkerSelectors",
|
9758
10005
|
type: {
|
9759
10006
|
name: "Sequence",
|
@@ -9764,31 +10011,37 @@ export const AcsRouterJobReceivedEventData = {
|
|
9764
10011
|
},
|
9765
10012
|
},
|
9766
10013
|
},
|
9767
|
-
},
|
10014
|
+
},
|
10015
|
+
scheduledOn: {
|
9768
10016
|
serializedName: "scheduledOn",
|
9769
10017
|
type: {
|
9770
10018
|
name: "String",
|
9771
10019
|
},
|
9772
|
-
},
|
10020
|
+
},
|
10021
|
+
unavailableForMatching: {
|
9773
10022
|
serializedName: "unavailableForMatching",
|
9774
10023
|
required: true,
|
9775
10024
|
type: {
|
9776
10025
|
name: "Boolean",
|
9777
10026
|
},
|
9778
|
-
}
|
10027
|
+
},
|
10028
|
+
},
|
9779
10029
|
},
|
9780
10030
|
};
|
9781
10031
|
export const AcsRouterJobSchedulingFailedEventData = {
|
9782
10032
|
type: {
|
9783
10033
|
name: "Composite",
|
9784
10034
|
className: "AcsRouterJobSchedulingFailedEventData",
|
9785
|
-
modelProperties:
|
10035
|
+
modelProperties: {
|
10036
|
+
...AcsRouterJobEventData.type.modelProperties,
|
10037
|
+
priority: {
|
9786
10038
|
serializedName: "priority",
|
9787
10039
|
required: true,
|
9788
10040
|
type: {
|
9789
10041
|
name: "Number",
|
9790
10042
|
},
|
9791
|
-
},
|
10043
|
+
},
|
10044
|
+
expiredAttachedWorkerSelectors: {
|
9792
10045
|
serializedName: "expiredAttachedWorkerSelectors",
|
9793
10046
|
required: true,
|
9794
10047
|
type: {
|
@@ -9800,7 +10053,8 @@ export const AcsRouterJobSchedulingFailedEventData = {
|
|
9800
10053
|
},
|
9801
10054
|
},
|
9802
10055
|
},
|
9803
|
-
},
|
10056
|
+
},
|
10057
|
+
expiredRequestedWorkerSelectors: {
|
9804
10058
|
serializedName: "expiredRequestedWorkerSelectors",
|
9805
10059
|
required: true,
|
9806
10060
|
type: {
|
@@ -9812,50 +10066,60 @@ export const AcsRouterJobSchedulingFailedEventData = {
|
|
9812
10066
|
},
|
9813
10067
|
},
|
9814
10068
|
},
|
9815
|
-
},
|
10069
|
+
},
|
10070
|
+
scheduledOn: {
|
9816
10071
|
serializedName: "scheduledOn",
|
9817
10072
|
required: true,
|
9818
10073
|
type: {
|
9819
10074
|
name: "String",
|
9820
10075
|
},
|
9821
|
-
},
|
10076
|
+
},
|
10077
|
+
failureReason: {
|
9822
10078
|
serializedName: "failureReason",
|
9823
10079
|
required: true,
|
9824
10080
|
type: {
|
9825
10081
|
name: "String",
|
9826
10082
|
},
|
9827
|
-
}
|
10083
|
+
},
|
10084
|
+
},
|
9828
10085
|
},
|
9829
10086
|
};
|
9830
10087
|
export const AcsRouterJobUnassignedEventData = {
|
9831
10088
|
type: {
|
9832
10089
|
name: "Composite",
|
9833
10090
|
className: "AcsRouterJobUnassignedEventData",
|
9834
|
-
modelProperties:
|
10091
|
+
modelProperties: {
|
10092
|
+
...AcsRouterJobEventData.type.modelProperties,
|
10093
|
+
assignmentId: {
|
9835
10094
|
serializedName: "assignmentId",
|
9836
10095
|
required: true,
|
9837
10096
|
type: {
|
9838
10097
|
name: "String",
|
9839
10098
|
},
|
9840
|
-
},
|
10099
|
+
},
|
10100
|
+
workerId: {
|
9841
10101
|
serializedName: "workerId",
|
9842
10102
|
required: true,
|
9843
10103
|
type: {
|
9844
10104
|
name: "String",
|
9845
10105
|
},
|
9846
|
-
}
|
10106
|
+
},
|
10107
|
+
},
|
9847
10108
|
},
|
9848
10109
|
};
|
9849
10110
|
export const AcsRouterJobWaitingForActivationEventData = {
|
9850
10111
|
type: {
|
9851
10112
|
name: "Composite",
|
9852
10113
|
className: "AcsRouterJobWaitingForActivationEventData",
|
9853
|
-
modelProperties:
|
10114
|
+
modelProperties: {
|
10115
|
+
...AcsRouterJobEventData.type.modelProperties,
|
10116
|
+
priority: {
|
9854
10117
|
serializedName: "priority",
|
9855
10118
|
type: {
|
9856
10119
|
name: "Number",
|
9857
10120
|
},
|
9858
|
-
},
|
10121
|
+
},
|
10122
|
+
expiredAttachedWorkerSelectors: {
|
9859
10123
|
serializedName: "expiredAttachedWorkerSelectors",
|
9860
10124
|
type: {
|
9861
10125
|
name: "Sequence",
|
@@ -9866,7 +10130,8 @@ export const AcsRouterJobWaitingForActivationEventData = {
|
|
9866
10130
|
},
|
9867
10131
|
},
|
9868
10132
|
},
|
9869
|
-
},
|
10133
|
+
},
|
10134
|
+
expiredRequestedWorkerSelectors: {
|
9870
10135
|
serializedName: "expiredRequestedWorkerSelectors",
|
9871
10136
|
type: {
|
9872
10137
|
name: "Sequence",
|
@@ -9877,25 +10142,30 @@ export const AcsRouterJobWaitingForActivationEventData = {
|
|
9877
10142
|
},
|
9878
10143
|
},
|
9879
10144
|
},
|
9880
|
-
},
|
10145
|
+
},
|
10146
|
+
scheduledOn: {
|
9881
10147
|
serializedName: "scheduledOn",
|
9882
10148
|
type: {
|
9883
10149
|
name: "String",
|
9884
10150
|
},
|
9885
|
-
},
|
10151
|
+
},
|
10152
|
+
unavailableForMatching: {
|
9886
10153
|
serializedName: "unavailableForMatching",
|
9887
10154
|
required: true,
|
9888
10155
|
type: {
|
9889
10156
|
name: "Boolean",
|
9890
10157
|
},
|
9891
|
-
}
|
10158
|
+
},
|
10159
|
+
},
|
9892
10160
|
},
|
9893
10161
|
};
|
9894
10162
|
export const AcsRouterJobWorkerSelectorsExpiredEventData = {
|
9895
10163
|
type: {
|
9896
10164
|
name: "Composite",
|
9897
10165
|
className: "AcsRouterJobWorkerSelectorsExpiredEventData",
|
9898
|
-
modelProperties:
|
10166
|
+
modelProperties: {
|
10167
|
+
...AcsRouterJobEventData.type.modelProperties,
|
10168
|
+
expiredRequestedWorkerSelectors: {
|
9899
10169
|
serializedName: "expiredRequestedWorkerSelectors",
|
9900
10170
|
required: true,
|
9901
10171
|
type: {
|
@@ -9907,7 +10177,8 @@ export const AcsRouterJobWorkerSelectorsExpiredEventData = {
|
|
9907
10177
|
},
|
9908
10178
|
},
|
9909
10179
|
},
|
9910
|
-
},
|
10180
|
+
},
|
10181
|
+
expiredAttachedWorkerSelectors: {
|
9911
10182
|
serializedName: "expiredAttachedWorkerSelectors",
|
9912
10183
|
required: true,
|
9913
10184
|
type: {
|
@@ -9919,279 +10190,334 @@ export const AcsRouterJobWorkerSelectorsExpiredEventData = {
|
|
9919
10190
|
},
|
9920
10191
|
},
|
9921
10192
|
},
|
9922
|
-
}
|
10193
|
+
},
|
10194
|
+
},
|
9923
10195
|
},
|
9924
10196
|
};
|
9925
10197
|
export const AcsRouterWorkerDeletedEventData = {
|
9926
10198
|
type: {
|
9927
10199
|
name: "Composite",
|
9928
10200
|
className: "AcsRouterWorkerDeletedEventData",
|
9929
|
-
modelProperties:
|
10201
|
+
modelProperties: {
|
10202
|
+
...AcsRouterWorkerEventData.type.modelProperties,
|
10203
|
+
},
|
9930
10204
|
},
|
9931
10205
|
};
|
9932
10206
|
export const AcsRouterWorkerOfferAcceptedEventData = {
|
9933
10207
|
type: {
|
9934
10208
|
name: "Composite",
|
9935
10209
|
className: "AcsRouterWorkerOfferAcceptedEventData",
|
9936
|
-
modelProperties:
|
10210
|
+
modelProperties: {
|
10211
|
+
...AcsRouterWorkerEventData.type.modelProperties,
|
10212
|
+
queueId: {
|
9937
10213
|
serializedName: "queueId",
|
9938
10214
|
required: true,
|
9939
10215
|
type: {
|
9940
10216
|
name: "String",
|
9941
10217
|
},
|
9942
|
-
},
|
10218
|
+
},
|
10219
|
+
offerId: {
|
9943
10220
|
serializedName: "offerId",
|
9944
10221
|
required: true,
|
9945
10222
|
type: {
|
9946
10223
|
name: "String",
|
9947
10224
|
},
|
9948
|
-
},
|
10225
|
+
},
|
10226
|
+
assignmentId: {
|
9949
10227
|
serializedName: "assignmentId",
|
9950
10228
|
required: true,
|
9951
10229
|
type: {
|
9952
10230
|
name: "String",
|
9953
10231
|
},
|
9954
|
-
},
|
10232
|
+
},
|
10233
|
+
jobPriority: {
|
9955
10234
|
serializedName: "jobPriority",
|
9956
10235
|
required: true,
|
9957
10236
|
type: {
|
9958
10237
|
name: "Number",
|
9959
10238
|
},
|
9960
|
-
},
|
10239
|
+
},
|
10240
|
+
workerLabels: {
|
9961
10241
|
serializedName: "workerLabels",
|
9962
10242
|
required: true,
|
9963
10243
|
type: {
|
9964
10244
|
name: "Dictionary",
|
9965
10245
|
value: { type: { name: "String" } },
|
9966
10246
|
},
|
9967
|
-
},
|
10247
|
+
},
|
10248
|
+
workerTags: {
|
9968
10249
|
serializedName: "workerTags",
|
9969
10250
|
required: true,
|
9970
10251
|
type: {
|
9971
10252
|
name: "Dictionary",
|
9972
10253
|
value: { type: { name: "String" } },
|
9973
10254
|
},
|
9974
|
-
},
|
10255
|
+
},
|
10256
|
+
jobLabels: {
|
9975
10257
|
serializedName: "jobLabels",
|
9976
10258
|
required: true,
|
9977
10259
|
type: {
|
9978
10260
|
name: "Dictionary",
|
9979
10261
|
value: { type: { name: "String" } },
|
9980
10262
|
},
|
9981
|
-
},
|
10263
|
+
},
|
10264
|
+
jobTags: {
|
9982
10265
|
serializedName: "jobTags",
|
9983
10266
|
required: true,
|
9984
10267
|
type: {
|
9985
10268
|
name: "Dictionary",
|
9986
10269
|
value: { type: { name: "String" } },
|
9987
10270
|
},
|
9988
|
-
}
|
10271
|
+
},
|
10272
|
+
},
|
9989
10273
|
},
|
9990
10274
|
};
|
9991
10275
|
export const AcsRouterWorkerOfferDeclinedEventData = {
|
9992
10276
|
type: {
|
9993
10277
|
name: "Composite",
|
9994
10278
|
className: "AcsRouterWorkerOfferDeclinedEventData",
|
9995
|
-
modelProperties:
|
10279
|
+
modelProperties: {
|
10280
|
+
...AcsRouterWorkerEventData.type.modelProperties,
|
10281
|
+
queueId: {
|
9996
10282
|
serializedName: "queueId",
|
9997
10283
|
required: true,
|
9998
10284
|
type: {
|
9999
10285
|
name: "String",
|
10000
10286
|
},
|
10001
|
-
},
|
10287
|
+
},
|
10288
|
+
offerId: {
|
10002
10289
|
serializedName: "offerId",
|
10003
10290
|
required: true,
|
10004
10291
|
type: {
|
10005
10292
|
name: "String",
|
10006
10293
|
},
|
10007
|
-
}
|
10294
|
+
},
|
10295
|
+
},
|
10008
10296
|
},
|
10009
10297
|
};
|
10010
10298
|
export const AcsRouterWorkerOfferExpiredEventData = {
|
10011
10299
|
type: {
|
10012
10300
|
name: "Composite",
|
10013
10301
|
className: "AcsRouterWorkerOfferExpiredEventData",
|
10014
|
-
modelProperties:
|
10302
|
+
modelProperties: {
|
10303
|
+
...AcsRouterWorkerEventData.type.modelProperties,
|
10304
|
+
queueId: {
|
10015
10305
|
serializedName: "queueId",
|
10016
10306
|
required: true,
|
10017
10307
|
type: {
|
10018
10308
|
name: "String",
|
10019
10309
|
},
|
10020
|
-
},
|
10310
|
+
},
|
10311
|
+
offerId: {
|
10021
10312
|
serializedName: "offerId",
|
10022
10313
|
required: true,
|
10023
10314
|
type: {
|
10024
10315
|
name: "String",
|
10025
10316
|
},
|
10026
|
-
}
|
10317
|
+
},
|
10318
|
+
},
|
10027
10319
|
},
|
10028
10320
|
};
|
10029
10321
|
export const AcsRouterWorkerOfferIssuedEventData = {
|
10030
10322
|
type: {
|
10031
10323
|
name: "Composite",
|
10032
10324
|
className: "AcsRouterWorkerOfferIssuedEventData",
|
10033
|
-
modelProperties:
|
10325
|
+
modelProperties: {
|
10326
|
+
...AcsRouterWorkerEventData.type.modelProperties,
|
10327
|
+
queueId: {
|
10034
10328
|
serializedName: "queueId",
|
10035
10329
|
required: true,
|
10036
10330
|
type: {
|
10037
10331
|
name: "String",
|
10038
10332
|
},
|
10039
|
-
},
|
10333
|
+
},
|
10334
|
+
offerId: {
|
10040
10335
|
serializedName: "offerId",
|
10041
10336
|
required: true,
|
10042
10337
|
type: {
|
10043
10338
|
name: "String",
|
10044
10339
|
},
|
10045
|
-
},
|
10340
|
+
},
|
10341
|
+
jobPriority: {
|
10046
10342
|
serializedName: "jobPriority",
|
10047
10343
|
required: true,
|
10048
10344
|
type: {
|
10049
10345
|
name: "Number",
|
10050
10346
|
},
|
10051
|
-
},
|
10347
|
+
},
|
10348
|
+
workerLabels: {
|
10052
10349
|
serializedName: "workerLabels",
|
10053
10350
|
required: true,
|
10054
10351
|
type: {
|
10055
10352
|
name: "Dictionary",
|
10056
10353
|
value: { type: { name: "String" } },
|
10057
10354
|
},
|
10058
|
-
},
|
10355
|
+
},
|
10356
|
+
offeredOn: {
|
10059
10357
|
serializedName: "offeredOn",
|
10060
10358
|
required: true,
|
10061
10359
|
type: {
|
10062
10360
|
name: "String",
|
10063
10361
|
},
|
10064
|
-
},
|
10362
|
+
},
|
10363
|
+
expiresOn: {
|
10065
10364
|
serializedName: "expiresOn",
|
10066
10365
|
required: true,
|
10067
10366
|
type: {
|
10068
10367
|
name: "String",
|
10069
10368
|
},
|
10070
|
-
},
|
10369
|
+
},
|
10370
|
+
workerTags: {
|
10071
10371
|
serializedName: "workerTags",
|
10072
10372
|
required: true,
|
10073
10373
|
type: {
|
10074
10374
|
name: "Dictionary",
|
10075
10375
|
value: { type: { name: "String" } },
|
10076
10376
|
},
|
10077
|
-
},
|
10377
|
+
},
|
10378
|
+
jobLabels: {
|
10078
10379
|
serializedName: "jobLabels",
|
10079
10380
|
required: true,
|
10080
10381
|
type: {
|
10081
10382
|
name: "Dictionary",
|
10082
10383
|
value: { type: { name: "String" } },
|
10083
10384
|
},
|
10084
|
-
},
|
10385
|
+
},
|
10386
|
+
jobTags: {
|
10085
10387
|
serializedName: "jobTags",
|
10086
10388
|
required: true,
|
10087
10389
|
type: {
|
10088
10390
|
name: "Dictionary",
|
10089
10391
|
value: { type: { name: "String" } },
|
10090
10392
|
},
|
10091
|
-
}
|
10393
|
+
},
|
10394
|
+
},
|
10092
10395
|
},
|
10093
10396
|
};
|
10094
10397
|
export const AcsRouterWorkerOfferRevokedEventData = {
|
10095
10398
|
type: {
|
10096
10399
|
name: "Composite",
|
10097
10400
|
className: "AcsRouterWorkerOfferRevokedEventData",
|
10098
|
-
modelProperties:
|
10401
|
+
modelProperties: {
|
10402
|
+
...AcsRouterWorkerEventData.type.modelProperties,
|
10403
|
+
queueId: {
|
10099
10404
|
serializedName: "queueId",
|
10100
10405
|
required: true,
|
10101
10406
|
type: {
|
10102
10407
|
name: "String",
|
10103
10408
|
},
|
10104
|
-
},
|
10409
|
+
},
|
10410
|
+
offerId: {
|
10105
10411
|
serializedName: "offerId",
|
10106
10412
|
required: true,
|
10107
10413
|
type: {
|
10108
10414
|
name: "String",
|
10109
10415
|
},
|
10110
|
-
}
|
10416
|
+
},
|
10417
|
+
},
|
10111
10418
|
},
|
10112
10419
|
};
|
10113
10420
|
export const AcsCallParticipantAddedEventData = {
|
10114
10421
|
type: {
|
10115
10422
|
name: "Composite",
|
10116
10423
|
className: "AcsCallParticipantAddedEventData",
|
10117
|
-
modelProperties:
|
10424
|
+
modelProperties: {
|
10425
|
+
...AcsCallParticipantEventData.type.modelProperties,
|
10426
|
+
},
|
10118
10427
|
},
|
10119
10428
|
};
|
10120
10429
|
export const AcsCallParticipantRemovedEventData = {
|
10121
10430
|
type: {
|
10122
10431
|
name: "Composite",
|
10123
10432
|
className: "AcsCallParticipantRemovedEventData",
|
10124
|
-
modelProperties:
|
10433
|
+
modelProperties: {
|
10434
|
+
...AcsCallParticipantEventData.type.modelProperties,
|
10435
|
+
},
|
10125
10436
|
},
|
10126
10437
|
};
|
10127
10438
|
export const AcsChatMessageReceivedEventData = {
|
10128
10439
|
type: {
|
10129
10440
|
name: "Composite",
|
10130
10441
|
className: "AcsChatMessageReceivedEventData",
|
10131
|
-
modelProperties:
|
10442
|
+
modelProperties: {
|
10443
|
+
...AcsChatMessageEventBase.type.modelProperties,
|
10444
|
+
messageBody: {
|
10132
10445
|
serializedName: "messageBody",
|
10133
10446
|
required: true,
|
10134
10447
|
type: {
|
10135
10448
|
name: "String",
|
10136
10449
|
},
|
10137
|
-
},
|
10450
|
+
},
|
10451
|
+
metadata: {
|
10138
10452
|
serializedName: "metadata",
|
10139
10453
|
required: true,
|
10140
10454
|
type: {
|
10141
10455
|
name: "Dictionary",
|
10142
10456
|
value: { type: { name: "String" } },
|
10143
10457
|
},
|
10144
|
-
}
|
10458
|
+
},
|
10459
|
+
},
|
10145
10460
|
},
|
10146
10461
|
};
|
10147
10462
|
export const AcsChatMessageEditedEventData = {
|
10148
10463
|
type: {
|
10149
10464
|
name: "Composite",
|
10150
10465
|
className: "AcsChatMessageEditedEventData",
|
10151
|
-
modelProperties:
|
10466
|
+
modelProperties: {
|
10467
|
+
...AcsChatMessageEventBase.type.modelProperties,
|
10468
|
+
messageBody: {
|
10152
10469
|
serializedName: "messageBody",
|
10153
10470
|
required: true,
|
10154
10471
|
type: {
|
10155
10472
|
name: "String",
|
10156
10473
|
},
|
10157
|
-
},
|
10474
|
+
},
|
10475
|
+
metadata: {
|
10158
10476
|
serializedName: "metadata",
|
10159
10477
|
type: {
|
10160
10478
|
name: "Dictionary",
|
10161
10479
|
value: { type: { name: "String" } },
|
10162
10480
|
},
|
10163
|
-
},
|
10481
|
+
},
|
10482
|
+
editTime: {
|
10164
10483
|
serializedName: "editTime",
|
10165
10484
|
type: {
|
10166
10485
|
name: "String",
|
10167
10486
|
},
|
10168
|
-
}
|
10487
|
+
},
|
10488
|
+
},
|
10169
10489
|
},
|
10170
10490
|
};
|
10171
10491
|
export const AcsChatMessageDeletedEventData = {
|
10172
10492
|
type: {
|
10173
10493
|
name: "Composite",
|
10174
10494
|
className: "AcsChatMessageDeletedEventData",
|
10175
|
-
modelProperties:
|
10495
|
+
modelProperties: {
|
10496
|
+
...AcsChatMessageEventBase.type.modelProperties,
|
10497
|
+
deleteTime: {
|
10176
10498
|
serializedName: "deleteTime",
|
10177
10499
|
required: true,
|
10178
10500
|
type: {
|
10179
10501
|
name: "String",
|
10180
10502
|
},
|
10181
|
-
}
|
10503
|
+
},
|
10504
|
+
},
|
10182
10505
|
},
|
10183
10506
|
};
|
10184
10507
|
export const AcsChatThreadCreatedWithUserEventData = {
|
10185
10508
|
type: {
|
10186
10509
|
name: "Composite",
|
10187
10510
|
className: "AcsChatThreadCreatedWithUserEventData",
|
10188
|
-
modelProperties:
|
10511
|
+
modelProperties: {
|
10512
|
+
...AcsChatThreadEventBase.type.modelProperties,
|
10513
|
+
createdByCommunicationIdentifier: {
|
10189
10514
|
serializedName: "createdByCommunicationIdentifier",
|
10190
10515
|
type: {
|
10191
10516
|
name: "Composite",
|
10192
10517
|
className: "CommunicationIdentifierModel",
|
10193
10518
|
},
|
10194
|
-
},
|
10519
|
+
},
|
10520
|
+
properties: {
|
10195
10521
|
serializedName: "properties",
|
10196
10522
|
required: true,
|
10197
10523
|
type: {
|
@@ -10200,13 +10526,15 @@ export const AcsChatThreadCreatedWithUserEventData = {
|
|
10200
10526
|
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
10201
10527
|
},
|
10202
10528
|
},
|
10203
|
-
},
|
10529
|
+
},
|
10530
|
+
metadata: {
|
10204
10531
|
serializedName: "metadata",
|
10205
10532
|
type: {
|
10206
10533
|
name: "Dictionary",
|
10207
10534
|
value: { type: { name: "String" } },
|
10208
10535
|
},
|
10209
|
-
},
|
10536
|
+
},
|
10537
|
+
participants: {
|
10210
10538
|
serializedName: "participants",
|
10211
10539
|
required: true,
|
10212
10540
|
type: {
|
@@ -10218,49 +10546,59 @@ export const AcsChatThreadCreatedWithUserEventData = {
|
|
10218
10546
|
},
|
10219
10547
|
},
|
10220
10548
|
},
|
10221
|
-
}
|
10549
|
+
},
|
10550
|
+
},
|
10222
10551
|
},
|
10223
10552
|
};
|
10224
10553
|
export const AcsChatThreadWithUserDeletedEventData = {
|
10225
10554
|
type: {
|
10226
10555
|
name: "Composite",
|
10227
10556
|
className: "AcsChatThreadWithUserDeletedEventData",
|
10228
|
-
modelProperties:
|
10557
|
+
modelProperties: {
|
10558
|
+
...AcsChatThreadEventBase.type.modelProperties,
|
10559
|
+
deletedByCommunicationIdentifier: {
|
10229
10560
|
serializedName: "deletedByCommunicationIdentifier",
|
10230
10561
|
type: {
|
10231
10562
|
name: "Composite",
|
10232
10563
|
className: "CommunicationIdentifierModel",
|
10233
10564
|
},
|
10234
|
-
},
|
10565
|
+
},
|
10566
|
+
deleteTime: {
|
10235
10567
|
serializedName: "deleteTime",
|
10236
10568
|
type: {
|
10237
10569
|
name: "String",
|
10238
10570
|
},
|
10239
|
-
}
|
10571
|
+
},
|
10572
|
+
},
|
10240
10573
|
},
|
10241
10574
|
};
|
10242
10575
|
export const AcsChatThreadPropertiesUpdatedPerUserEventData = {
|
10243
10576
|
type: {
|
10244
10577
|
name: "Composite",
|
10245
10578
|
className: "AcsChatThreadPropertiesUpdatedPerUserEventData",
|
10246
|
-
modelProperties:
|
10579
|
+
modelProperties: {
|
10580
|
+
...AcsChatThreadEventBase.type.modelProperties,
|
10581
|
+
editedByCommunicationIdentifier: {
|
10247
10582
|
serializedName: "editedByCommunicationIdentifier",
|
10248
10583
|
type: {
|
10249
10584
|
name: "Composite",
|
10250
10585
|
className: "CommunicationIdentifierModel",
|
10251
10586
|
},
|
10252
|
-
},
|
10587
|
+
},
|
10588
|
+
editTime: {
|
10253
10589
|
serializedName: "editTime",
|
10254
10590
|
type: {
|
10255
10591
|
name: "String",
|
10256
10592
|
},
|
10257
|
-
},
|
10593
|
+
},
|
10594
|
+
metadata: {
|
10258
10595
|
serializedName: "metadata",
|
10259
10596
|
type: {
|
10260
10597
|
name: "Dictionary",
|
10261
10598
|
value: { type: { name: "String" } },
|
10262
10599
|
},
|
10263
|
-
},
|
10600
|
+
},
|
10601
|
+
properties: {
|
10264
10602
|
serializedName: "properties",
|
10265
10603
|
required: true,
|
10266
10604
|
type: {
|
@@ -10269,162 +10607,196 @@ export const AcsChatThreadPropertiesUpdatedPerUserEventData = {
|
|
10269
10607
|
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
10270
10608
|
},
|
10271
10609
|
},
|
10272
|
-
}
|
10610
|
+
},
|
10611
|
+
},
|
10273
10612
|
},
|
10274
10613
|
};
|
10275
10614
|
export const AcsChatParticipantAddedToThreadWithUserEventData = {
|
10276
10615
|
type: {
|
10277
10616
|
name: "Composite",
|
10278
10617
|
className: "AcsChatParticipantAddedToThreadWithUserEventData",
|
10279
|
-
modelProperties:
|
10618
|
+
modelProperties: {
|
10619
|
+
...AcsChatThreadEventBase.type.modelProperties,
|
10620
|
+
time: {
|
10280
10621
|
serializedName: "time",
|
10281
10622
|
type: {
|
10282
10623
|
name: "String",
|
10283
10624
|
},
|
10284
|
-
},
|
10625
|
+
},
|
10626
|
+
addedByCommunicationIdentifier: {
|
10285
10627
|
serializedName: "addedByCommunicationIdentifier",
|
10286
10628
|
type: {
|
10287
10629
|
name: "Composite",
|
10288
10630
|
className: "CommunicationIdentifierModel",
|
10289
10631
|
},
|
10290
|
-
},
|
10632
|
+
},
|
10633
|
+
participantAdded: {
|
10291
10634
|
serializedName: "participantAdded",
|
10292
10635
|
type: {
|
10293
10636
|
name: "Composite",
|
10294
10637
|
className: "AcsChatThreadParticipant",
|
10295
10638
|
},
|
10296
|
-
}
|
10639
|
+
},
|
10640
|
+
},
|
10297
10641
|
},
|
10298
10642
|
};
|
10299
10643
|
export const AcsChatParticipantRemovedFromThreadWithUserEventData = {
|
10300
10644
|
type: {
|
10301
10645
|
name: "Composite",
|
10302
10646
|
className: "AcsChatParticipantRemovedFromThreadWithUserEventData",
|
10303
|
-
modelProperties:
|
10647
|
+
modelProperties: {
|
10648
|
+
...AcsChatThreadEventBase.type.modelProperties,
|
10649
|
+
time: {
|
10304
10650
|
serializedName: "time",
|
10305
10651
|
type: {
|
10306
10652
|
name: "String",
|
10307
10653
|
},
|
10308
|
-
},
|
10654
|
+
},
|
10655
|
+
removedByCommunicationIdentifier: {
|
10309
10656
|
serializedName: "removedByCommunicationIdentifier",
|
10310
10657
|
type: {
|
10311
10658
|
name: "Composite",
|
10312
10659
|
className: "CommunicationIdentifierModel",
|
10313
10660
|
},
|
10314
|
-
},
|
10661
|
+
},
|
10662
|
+
participantRemoved: {
|
10315
10663
|
serializedName: "participantRemoved",
|
10316
10664
|
type: {
|
10317
10665
|
name: "Composite",
|
10318
10666
|
className: "AcsChatThreadParticipant",
|
10319
10667
|
},
|
10320
|
-
}
|
10668
|
+
},
|
10669
|
+
},
|
10321
10670
|
},
|
10322
10671
|
};
|
10323
10672
|
export const AcsChatAzureBotCommandReceivedInThreadEventData = {
|
10324
10673
|
type: {
|
10325
10674
|
name: "Composite",
|
10326
10675
|
className: "AcsChatAzureBotCommandReceivedInThreadEventData",
|
10327
|
-
modelProperties:
|
10676
|
+
modelProperties: {
|
10677
|
+
...AcsChatMessageEventInThreadBase.type.modelProperties,
|
10678
|
+
messageBody: {
|
10328
10679
|
serializedName: "messageBody",
|
10329
10680
|
required: true,
|
10330
10681
|
type: {
|
10331
10682
|
name: "String",
|
10332
10683
|
},
|
10333
|
-
},
|
10684
|
+
},
|
10685
|
+
metadata: {
|
10334
10686
|
serializedName: "metadata",
|
10335
10687
|
type: {
|
10336
10688
|
name: "Dictionary",
|
10337
10689
|
value: { type: { name: "String" } },
|
10338
10690
|
},
|
10339
|
-
}
|
10691
|
+
},
|
10692
|
+
},
|
10340
10693
|
},
|
10341
10694
|
};
|
10342
10695
|
export const AcsChatTypingIndicatorReceivedInThreadEventData = {
|
10343
10696
|
type: {
|
10344
10697
|
name: "Composite",
|
10345
10698
|
className: "AcsChatTypingIndicatorReceivedInThreadEventData",
|
10346
|
-
modelProperties:
|
10699
|
+
modelProperties: {
|
10700
|
+
...AcsChatMessageEventInThreadBase.type.modelProperties,
|
10701
|
+
messageBody: {
|
10347
10702
|
serializedName: "messageBody",
|
10348
10703
|
required: true,
|
10349
10704
|
type: {
|
10350
10705
|
name: "String",
|
10351
10706
|
},
|
10352
|
-
},
|
10707
|
+
},
|
10708
|
+
metadata: {
|
10353
10709
|
serializedName: "metadata",
|
10354
10710
|
type: {
|
10355
10711
|
name: "Dictionary",
|
10356
10712
|
value: { type: { name: "String" } },
|
10357
10713
|
},
|
10358
|
-
}
|
10714
|
+
},
|
10715
|
+
},
|
10359
10716
|
},
|
10360
10717
|
};
|
10361
10718
|
export const AcsChatMessageReceivedInThreadEventData = {
|
10362
10719
|
type: {
|
10363
10720
|
name: "Composite",
|
10364
10721
|
className: "AcsChatMessageReceivedInThreadEventData",
|
10365
|
-
modelProperties:
|
10722
|
+
modelProperties: {
|
10723
|
+
...AcsChatMessageEventInThreadBase.type.modelProperties,
|
10724
|
+
messageBody: {
|
10366
10725
|
serializedName: "messageBody",
|
10367
10726
|
required: true,
|
10368
10727
|
type: {
|
10369
10728
|
name: "String",
|
10370
10729
|
},
|
10371
|
-
},
|
10730
|
+
},
|
10731
|
+
metadata: {
|
10372
10732
|
serializedName: "metadata",
|
10373
10733
|
type: {
|
10374
10734
|
name: "Dictionary",
|
10375
10735
|
value: { type: { name: "String" } },
|
10376
10736
|
},
|
10377
|
-
}
|
10737
|
+
},
|
10738
|
+
},
|
10378
10739
|
},
|
10379
10740
|
};
|
10380
10741
|
export const AcsChatMessageEditedInThreadEventData = {
|
10381
10742
|
type: {
|
10382
10743
|
name: "Composite",
|
10383
10744
|
className: "AcsChatMessageEditedInThreadEventData",
|
10384
|
-
modelProperties:
|
10745
|
+
modelProperties: {
|
10746
|
+
...AcsChatMessageEventInThreadBase.type.modelProperties,
|
10747
|
+
messageBody: {
|
10385
10748
|
serializedName: "messageBody",
|
10386
10749
|
required: true,
|
10387
10750
|
type: {
|
10388
10751
|
name: "String",
|
10389
10752
|
},
|
10390
|
-
},
|
10753
|
+
},
|
10754
|
+
metadata: {
|
10391
10755
|
serializedName: "metadata",
|
10392
10756
|
type: {
|
10393
10757
|
name: "Dictionary",
|
10394
10758
|
value: { type: { name: "String" } },
|
10395
10759
|
},
|
10396
|
-
},
|
10760
|
+
},
|
10761
|
+
editTime: {
|
10397
10762
|
serializedName: "editTime",
|
10398
10763
|
type: {
|
10399
10764
|
name: "String",
|
10400
10765
|
},
|
10401
|
-
}
|
10766
|
+
},
|
10767
|
+
},
|
10402
10768
|
},
|
10403
10769
|
};
|
10404
10770
|
export const AcsChatMessageDeletedInThreadEventData = {
|
10405
10771
|
type: {
|
10406
10772
|
name: "Composite",
|
10407
10773
|
className: "AcsChatMessageDeletedInThreadEventData",
|
10408
|
-
modelProperties:
|
10774
|
+
modelProperties: {
|
10775
|
+
...AcsChatMessageEventInThreadBase.type.modelProperties,
|
10776
|
+
deleteTime: {
|
10409
10777
|
serializedName: "deleteTime",
|
10410
10778
|
required: true,
|
10411
10779
|
type: {
|
10412
10780
|
name: "String",
|
10413
10781
|
},
|
10414
|
-
}
|
10782
|
+
},
|
10783
|
+
},
|
10415
10784
|
},
|
10416
10785
|
};
|
10417
10786
|
export const AcsChatThreadCreatedEventData = {
|
10418
10787
|
type: {
|
10419
10788
|
name: "Composite",
|
10420
10789
|
className: "AcsChatThreadCreatedEventData",
|
10421
|
-
modelProperties:
|
10790
|
+
modelProperties: {
|
10791
|
+
...AcsChatThreadEventInThreadBase.type.modelProperties,
|
10792
|
+
createdByCommunicationIdentifier: {
|
10422
10793
|
serializedName: "createdByCommunicationIdentifier",
|
10423
10794
|
type: {
|
10424
10795
|
name: "Composite",
|
10425
10796
|
className: "CommunicationIdentifierModel",
|
10426
10797
|
},
|
10427
|
-
},
|
10798
|
+
},
|
10799
|
+
properties: {
|
10428
10800
|
serializedName: "properties",
|
10429
10801
|
required: true,
|
10430
10802
|
type: {
|
@@ -10433,13 +10805,15 @@ export const AcsChatThreadCreatedEventData = {
|
|
10433
10805
|
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
10434
10806
|
},
|
10435
10807
|
},
|
10436
|
-
},
|
10808
|
+
},
|
10809
|
+
metadata: {
|
10437
10810
|
serializedName: "metadata",
|
10438
10811
|
type: {
|
10439
10812
|
name: "Dictionary",
|
10440
10813
|
value: { type: { name: "String" } },
|
10441
10814
|
},
|
10442
|
-
},
|
10815
|
+
},
|
10816
|
+
participants: {
|
10443
10817
|
serializedName: "participants",
|
10444
10818
|
required: true,
|
10445
10819
|
type: {
|
@@ -10451,43 +10825,52 @@ export const AcsChatThreadCreatedEventData = {
|
|
10451
10825
|
},
|
10452
10826
|
},
|
10453
10827
|
},
|
10454
|
-
}
|
10828
|
+
},
|
10829
|
+
},
|
10455
10830
|
},
|
10456
10831
|
};
|
10457
10832
|
export const AcsChatThreadDeletedEventData = {
|
10458
10833
|
type: {
|
10459
10834
|
name: "Composite",
|
10460
10835
|
className: "AcsChatThreadDeletedEventData",
|
10461
|
-
modelProperties:
|
10836
|
+
modelProperties: {
|
10837
|
+
...AcsChatThreadEventInThreadBase.type.modelProperties,
|
10838
|
+
deletedByCommunicationIdentifier: {
|
10462
10839
|
serializedName: "deletedByCommunicationIdentifier",
|
10463
10840
|
type: {
|
10464
10841
|
name: "Composite",
|
10465
10842
|
className: "CommunicationIdentifierModel",
|
10466
10843
|
},
|
10467
|
-
},
|
10844
|
+
},
|
10845
|
+
deleteTime: {
|
10468
10846
|
serializedName: "deleteTime",
|
10469
10847
|
type: {
|
10470
10848
|
name: "String",
|
10471
10849
|
},
|
10472
|
-
}
|
10850
|
+
},
|
10851
|
+
},
|
10473
10852
|
},
|
10474
10853
|
};
|
10475
10854
|
export const AcsChatThreadPropertiesUpdatedEventData = {
|
10476
10855
|
type: {
|
10477
10856
|
name: "Composite",
|
10478
10857
|
className: "AcsChatThreadPropertiesUpdatedEventData",
|
10479
|
-
modelProperties:
|
10858
|
+
modelProperties: {
|
10859
|
+
...AcsChatThreadEventInThreadBase.type.modelProperties,
|
10860
|
+
editedByCommunicationIdentifier: {
|
10480
10861
|
serializedName: "editedByCommunicationIdentifier",
|
10481
10862
|
type: {
|
10482
10863
|
name: "Composite",
|
10483
10864
|
className: "CommunicationIdentifierModel",
|
10484
10865
|
},
|
10485
|
-
},
|
10866
|
+
},
|
10867
|
+
editTime: {
|
10486
10868
|
serializedName: "editTime",
|
10487
10869
|
type: {
|
10488
10870
|
name: "String",
|
10489
10871
|
},
|
10490
|
-
},
|
10872
|
+
},
|
10873
|
+
properties: {
|
10491
10874
|
serializedName: "properties",
|
10492
10875
|
required: true,
|
10493
10876
|
type: {
|
@@ -10496,14 +10879,16 @@ export const AcsChatThreadPropertiesUpdatedEventData = {
|
|
10496
10879
|
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
10497
10880
|
},
|
10498
10881
|
},
|
10499
|
-
},
|
10882
|
+
},
|
10883
|
+
metadata: {
|
10500
10884
|
serializedName: "metadata",
|
10501
10885
|
required: true,
|
10502
10886
|
type: {
|
10503
10887
|
name: "Dictionary",
|
10504
10888
|
value: { type: { name: "String" } },
|
10505
10889
|
},
|
10506
|
-
}
|
10890
|
+
},
|
10891
|
+
},
|
10507
10892
|
},
|
10508
10893
|
};
|
10509
10894
|
export let discriminators = {
|