@@ -6258,6 +6258,8 @@ export enum EventType {
6258
6258
GroupMemberAddComplete = "group.member.add.complete" ,
6259
6259
GroupMemberRemove = "group.member.remove" ,
6260
6260
GroupMemberRemoveComplete = "group.member.remove.complete" ,
6261
+ GroupMemberUpdate = "group.member.update" ,
6262
+ GroupMemberUpdateComplete = "group.member.update.complete" ,
6261
6263
GroupUpdate = "group.update" ,
6262
6264
GroupUpdateComplete = "group.update.complete" ,
6263
6265
UserAction = "user.action" ,
@@ -6719,7 +6721,7 @@ export interface Group {
6719
6721
}
6720
6722
6721
6723
/**
6722
- * Models the Group Created Event (and can be converted to JSON) .
6724
+ * Models the Group Created Event.
6723
6725
*
6724
6726
* @author Daniel DeGroff
6725
6727
*/
@@ -6728,7 +6730,7 @@ export interface GroupCreateCompleteEvent extends BaseEvent {
6728
6730
}
6729
6731
6730
6732
/**
6731
- * Models the Group Create Event (and can be converted to JSON) .
6733
+ * Models the Group Create Event.
6732
6734
*
6733
6735
* @author Daniel DeGroff
6734
6736
*/
@@ -6737,7 +6739,7 @@ export interface GroupCreateEvent extends BaseEvent {
6737
6739
}
6738
6740
6739
6741
/**
6740
- * Models the Group Create Event (and can be converted to JSON) .
6742
+ * Models the Group Create Complete Event .
6741
6743
*
6742
6744
* @author Daniel DeGroff
6743
6745
*/
@@ -6746,7 +6748,7 @@ export interface GroupDeleteCompleteEvent extends BaseEvent {
6746
6748
}
6747
6749
6748
6750
/**
6749
- * Models the Group Create Event (and can be converted to JSON) .
6751
+ * Models the Group Delete Event.
6750
6752
*
6751
6753
* @author Daniel DeGroff
6752
6754
*/
@@ -6769,7 +6771,7 @@ export interface GroupMember {
6769
6771
}
6770
6772
6771
6773
/**
6772
- * Models the Group Create Event (and can be converted to JSON) .
6774
+ * Models the Group Member Add Complete Event .
6773
6775
*
6774
6776
* @author Daniel DeGroff
6775
6777
*/
@@ -6779,7 +6781,7 @@ export interface GroupMemberAddCompleteEvent extends BaseEvent {
6779
6781
}
6780
6782
6781
6783
/**
6782
- * Models the Group Create Event (and can be converted to JSON) .
6784
+ * Models the Group Member Add Event .
6783
6785
*
6784
6786
* @author Daniel DeGroff
6785
6787
*/
@@ -6789,7 +6791,7 @@ export interface GroupMemberAddEvent extends BaseEvent {
6789
6791
}
6790
6792
6791
6793
/**
6792
- * Models the Group Create Event (and can be converted to JSON) .
6794
+ * Models the Group Member Remove Complete Event .
6793
6795
*
6794
6796
* @author Daniel DeGroff
6795
6797
*/
@@ -6799,7 +6801,7 @@ export interface GroupMemberRemoveCompleteEvent extends BaseEvent {
6799
6801
}
6800
6802
6801
6803
/**
6802
- * Models the Group Create Event (and can be converted to JSON) .
6804
+ * Models the Group Member Remove Event .
6803
6805
*
6804
6806
* @author Daniel DeGroff
6805
6807
*/
@@ -6838,6 +6840,26 @@ export interface GroupMemberSearchResponse {
6838
6840
total ?: number ;
6839
6841
}
6840
6842
6843
+ /**
6844
+ * Models the Group Member Update Complete Event.
6845
+ *
6846
+ * @author Daniel DeGroff
6847
+ */
6848
+ export interface GroupMemberUpdateCompleteEvent extends BaseEvent {
6849
+ group ?: Group ;
6850
+ members ?: Array < GroupMember > ;
6851
+ }
6852
+
6853
+ /**
6854
+ * Models the Group Member Update Event.
6855
+ *
6856
+ * @author Daniel DeGroff
6857
+ */
6858
+ export interface GroupMemberUpdateEvent extends BaseEvent {
6859
+ group ?: Group ;
6860
+ members ?: Array < GroupMember > ;
6861
+ }
6862
+
6841
6863
/**
6842
6864
* Group API request object.
6843
6865
*
@@ -6859,7 +6881,7 @@ export interface GroupResponse {
6859
6881
}
6860
6882
6861
6883
/**
6862
- * Models the Group Create Event (and can be converted to JSON) .
6884
+ * Models the Group Update Complete Event .
6863
6885
*
6864
6886
* @author Daniel DeGroff
6865
6887
*/
@@ -6869,7 +6891,7 @@ export interface GroupUpdateCompleteEvent extends BaseEvent {
6869
6891
}
6870
6892
6871
6893
/**
6872
- * Models the Group Create Event (and can be converted to JSON) .
6894
+ * Models the Group Update Event.
6873
6895
*
6874
6896
* @author Daniel DeGroff
6875
6897
*/
@@ -7296,7 +7318,7 @@ export interface JWTConfiguration extends Enableable {
7296
7318
}
7297
7319
7298
7320
/**
7299
- * Models the JWT public key Refresh Token Revoke Event (and can be converted to JSON) . This event might be for a single
7321
+ * Models the JWT public key Refresh Token Revoke Event. This event might be for a single
7300
7322
* token, a user or an entire application.
7301
7323
*
7302
7324
* @author Brian Pontarelli
@@ -7333,7 +7355,7 @@ export interface JWTRefreshResponse {
7333
7355
}
7334
7356
7335
7357
/**
7336
- * Models the Refresh Token Revoke Event (and can be converted to JSON) . This event might be for a single token, a user
7358
+ * Models the Refresh Token Revoke Event. This event might be for a single token, a user
7337
7359
* or an entire application.
7338
7360
*
7339
7361
* @author Brian Pontarelli
@@ -9521,7 +9543,7 @@ export interface UserAction {
9521
9543
}
9522
9544
9523
9545
/**
9524
- * Models the user action event (and can be converted to JSON) .
9546
+ * Models the user action Event .
9525
9547
*
9526
9548
* @author Brian Pontarelli
9527
9549
*/
@@ -9648,7 +9670,7 @@ export interface UserActionResponse {
9648
9670
}
9649
9671
9650
9672
/**
9651
- * Models the User Bulk Create Event (and can be converted to JSON) .
9673
+ * Models the User Bulk Create Event.
9652
9674
*
9653
9675
* @author Brian Pontarelli
9654
9676
*/
@@ -9724,7 +9746,7 @@ export interface UserConsentResponse {
9724
9746
}
9725
9747
9726
9748
/**
9727
- * Models the User Created Event (and can be converted to JSON) .
9749
+ * Models the User Created Event.
9728
9750
* <p>
9729
9751
* This is different than the user.create event in that it will be sent after the user has been created. This event cannot be made transactional.
9730
9752
*
@@ -9735,7 +9757,7 @@ export interface UserCreateCompleteEvent extends BaseEvent {
9735
9757
}
9736
9758
9737
9759
/**
9738
- * Models the User Create Event (and can be converted to JSON) .
9760
+ * Models the User Create Event.
9739
9761
*
9740
9762
* @author Brian Pontarelli
9741
9763
*/
@@ -9744,7 +9766,7 @@ export interface UserCreateEvent extends BaseEvent {
9744
9766
}
9745
9767
9746
9768
/**
9747
- * Models the User Deactivate Event (and can be converted to JSON) .
9769
+ * Models the User Deactivate Event.
9748
9770
*
9749
9771
* @author Brian Pontarelli
9750
9772
*/
@@ -9819,7 +9841,7 @@ export interface UserEmailUpdateEvent extends BaseEvent {
9819
9841
}
9820
9842
9821
9843
/**
9822
- * Models the User Email Verify Event (and can be converted to JSON) .
9844
+ * Models the User Email Verify Event.
9823
9845
*
9824
9846
* @author Trevor Smith
9825
9847
*/
@@ -9967,7 +9989,7 @@ export interface UserPasswordUpdateEvent extends BaseEvent {
9967
9989
}
9968
9990
9969
9991
/**
9970
- * Models the User Reactivate Event (and can be converted to JSON) .
9992
+ * Models the User Reactivate Event.
9971
9993
*
9972
9994
* @author Brian Pontarelli
9973
9995
*/
@@ -9999,9 +10021,10 @@ export interface UserRegistration {
9999
10021
}
10000
10022
10001
10023
/**
10002
- * Models the User Created Registration Event (and can be converted to JSON) .
10024
+ * Models the User Created Registration Event.
10003
10025
* <p>
10004
- * This is different than the user.registration.create event in that it will be sent after the user has been created. This event cannot be made transactional.
10026
+ * This is different than the user.registration.create event in that it will be sent after the user has been created. This event cannot be made
10027
+ * transactional.
10005
10028
*
10006
10029
* @author Daniel DeGroff
10007
10030
*/
@@ -10012,7 +10035,7 @@ export interface UserRegistrationCreateCompleteEvent extends BaseEvent {
10012
10035
}
10013
10036
10014
10037
/**
10015
- * Models the User Create Registration Event (and can be converted to JSON) .
10038
+ * Models the User Create Registration Event.
10016
10039
*
10017
10040
* @author Daniel DeGroff
10018
10041
*/
@@ -10023,7 +10046,7 @@ export interface UserRegistrationCreateEvent extends BaseEvent {
10023
10046
}
10024
10047
10025
10048
/**
10026
- * Models the User Deleted Registration Event (and can be converted to JSON) .
10049
+ * Models the User Deleted Registration Event.
10027
10050
* <p>
10028
10051
* This is different than user.registration.delete in that it is sent after the TX has been committed. This event cannot be transactional.
10029
10052
*
@@ -10036,7 +10059,7 @@ export interface UserRegistrationDeleteCompleteEvent extends BaseEvent {
10036
10059
}
10037
10060
10038
10061
/**
10039
- * Models the User Delete Registration Event (and can be converted to JSON) .
10062
+ * Models the User Delete Registration Event.
10040
10063
*
10041
10064
* @author Daniel DeGroff
10042
10065
*/
@@ -10047,7 +10070,7 @@ export interface UserRegistrationDeleteEvent extends BaseEvent {
10047
10070
}
10048
10071
10049
10072
/**
10050
- * Models the User Update Registration Event (and can be converted to JSON) .
10073
+ * Models the User Update Registration Event.
10051
10074
* <p>
10052
10075
* This is different than user.registration.update in that it is sent after this event completes, this cannot be transactional.
10053
10076
*
@@ -10061,7 +10084,7 @@ export interface UserRegistrationUpdateCompleteEvent extends BaseEvent {
10061
10084
}
10062
10085
10063
10086
/**
10064
- * Models the User Update Registration Event (and can be converted to JSON) .
10087
+ * Models the User Update Registration Event.
10065
10088
*
10066
10089
* @author Daniel DeGroff
10067
10090
*/
@@ -10073,7 +10096,7 @@ export interface UserRegistrationUpdateEvent extends BaseEvent {
10073
10096
}
10074
10097
10075
10098
/**
10076
- * Models the User Registration Verified Event (and can be converted to JSON) .
10099
+ * Models the User Registration Verified Event.
10077
10100
*
10078
10101
* @author Trevor Smith
10079
10102
*/
@@ -10166,7 +10189,7 @@ export interface UserUpdateCompleteEvent extends BaseEvent {
10166
10189
}
10167
10190
10168
10191
/**
10169
- * Models the User Update Event (and can be converted to JSON) .
10192
+ * Models the User Update Event.
10170
10193
*
10171
10194
* @author Brian Pontarelli
10172
10195
*/
0 commit comments