sunshine-conversations-client 9.4.5 → 9.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG_RB.md +6 -0
  3. data/README.md +14 -4
  4. data/docs/ClientAddEvent.md +23 -0
  5. data/docs/ClientAddEventAllOf.md +17 -0
  6. data/docs/ClientAddEventAllOfPayload.md +25 -0
  7. data/docs/ClientRemoveEvent.md +23 -0
  8. data/docs/ClientRemoveEventAllOf.md +17 -0
  9. data/docs/ClientRemoveEventAllOfPayload.md +27 -0
  10. data/docs/ClientUpdateEvent.md +23 -0
  11. data/docs/ClientUpdateEventAllOf.md +17 -0
  12. data/docs/ClientUpdateEventAllOfPayload.md +23 -0
  13. data/docs/InlineObject.md +2 -2
  14. data/docs/User.md +1 -1
  15. data/docs/UserMergeEventAllOfPayload.md +5 -1
  16. data/docs/UserMergeEventAllOfPayloadMergedClients.md +19 -0
  17. data/docs/UserTruncated.md +1 -1
  18. data/docs/Web.md +17 -15
  19. data/docs/WebAllOf.md +17 -15
  20. data/lib/sunshine-conversations-client/models/client_add_event.rb +241 -0
  21. data/lib/sunshine-conversations-client/models/client_add_event_all_of.rb +203 -0
  22. data/lib/sunshine-conversations-client/models/client_add_event_all_of_payload.rb +280 -0
  23. data/lib/sunshine-conversations-client/models/client_remove_event.rb +241 -0
  24. data/lib/sunshine-conversations-client/models/client_remove_event_all_of.rb +203 -0
  25. data/lib/sunshine-conversations-client/models/client_remove_event_all_of_payload.rb +291 -0
  26. data/lib/sunshine-conversations-client/models/client_update_event.rb +241 -0
  27. data/lib/sunshine-conversations-client/models/client_update_event_all_of.rb +203 -0
  28. data/lib/sunshine-conversations-client/models/client_update_event_all_of_payload.rb +269 -0
  29. data/lib/sunshine-conversations-client/models/inline_object.rb +1 -1
  30. data/lib/sunshine-conversations-client/models/user.rb +1 -1
  31. data/lib/sunshine-conversations-client/models/user_merge_event_all_of_payload.rb +59 -5
  32. data/lib/sunshine-conversations-client/models/user_merge_event_all_of_payload_merged_clients.rb +215 -0
  33. data/lib/sunshine-conversations-client/models/user_truncated.rb +1 -1
  34. data/lib/sunshine-conversations-client/models/web.rb +24 -14
  35. data/lib/sunshine-conversations-client/models/web_all_of.rb +24 -14
  36. data/lib/sunshine-conversations-client/version.rb +1 -1
  37. data/lib/sunshine-conversations-client.rb +10 -0
  38. metadata +22 -2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunshine-conversations-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.4.5
4
+ version: 9.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sunshine Conversations
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -126,11 +126,20 @@ files:
126
126
  - docs/CarouselMessage.md
127
127
  - docs/CarouselMessageDisplaySettings.md
128
128
  - docs/Client.md
129
+ - docs/ClientAddEvent.md
130
+ - docs/ClientAddEventAllOf.md
131
+ - docs/ClientAddEventAllOfPayload.md
129
132
  - docs/ClientAssociation.md
130
133
  - docs/ClientCreate.md
131
134
  - docs/ClientListResponse.md
135
+ - docs/ClientRemoveEvent.md
136
+ - docs/ClientRemoveEventAllOf.md
137
+ - docs/ClientRemoveEventAllOfPayload.md
132
138
  - docs/ClientResponse.md
133
139
  - docs/ClientType.md
140
+ - docs/ClientUpdateEvent.md
141
+ - docs/ClientUpdateEventAllOf.md
142
+ - docs/ClientUpdateEventAllOfPayload.md
134
143
  - docs/ClientsApi.md
135
144
  - docs/Confirmation.md
136
145
  - docs/Content.md
@@ -330,6 +339,7 @@ files:
330
339
  - docs/UserMergeEvent.md
331
340
  - docs/UserMergeEventAllOf.md
332
341
  - docs/UserMergeEventAllOfPayload.md
342
+ - docs/UserMergeEventAllOfPayloadMergedClients.md
333
343
  - docs/UserMergeEventAllOfPayloadMergedConversations.md
334
344
  - docs/UserMergeEventAllOfPayloadMergedUsers.md
335
345
  - docs/UserResponse.md
@@ -415,11 +425,20 @@ files:
415
425
  - lib/sunshine-conversations-client/models/carousel_message.rb
416
426
  - lib/sunshine-conversations-client/models/carousel_message_display_settings.rb
417
427
  - lib/sunshine-conversations-client/models/client.rb
428
+ - lib/sunshine-conversations-client/models/client_add_event.rb
429
+ - lib/sunshine-conversations-client/models/client_add_event_all_of.rb
430
+ - lib/sunshine-conversations-client/models/client_add_event_all_of_payload.rb
418
431
  - lib/sunshine-conversations-client/models/client_association.rb
419
432
  - lib/sunshine-conversations-client/models/client_create.rb
420
433
  - lib/sunshine-conversations-client/models/client_list_response.rb
434
+ - lib/sunshine-conversations-client/models/client_remove_event.rb
435
+ - lib/sunshine-conversations-client/models/client_remove_event_all_of.rb
436
+ - lib/sunshine-conversations-client/models/client_remove_event_all_of_payload.rb
421
437
  - lib/sunshine-conversations-client/models/client_response.rb
422
438
  - lib/sunshine-conversations-client/models/client_type.rb
439
+ - lib/sunshine-conversations-client/models/client_update_event.rb
440
+ - lib/sunshine-conversations-client/models/client_update_event_all_of.rb
441
+ - lib/sunshine-conversations-client/models/client_update_event_all_of_payload.rb
423
442
  - lib/sunshine-conversations-client/models/confirmation.rb
424
443
  - lib/sunshine-conversations-client/models/content.rb
425
444
  - lib/sunshine-conversations-client/models/conversation.rb
@@ -609,6 +628,7 @@ files:
609
628
  - lib/sunshine-conversations-client/models/user_merge_event.rb
610
629
  - lib/sunshine-conversations-client/models/user_merge_event_all_of.rb
611
630
  - lib/sunshine-conversations-client/models/user_merge_event_all_of_payload.rb
631
+ - lib/sunshine-conversations-client/models/user_merge_event_all_of_payload_merged_clients.rb
612
632
  - lib/sunshine-conversations-client/models/user_merge_event_all_of_payload_merged_conversations.rb
613
633
  - lib/sunshine-conversations-client/models/user_merge_event_all_of_payload_merged_users.rb
614
634
  - lib/sunshine-conversations-client/models/user_response.rb