sunshine-conversations-client 14.3.1 → 14.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG_RB.md +1 -1
- data/README.md +4 -4
- data/docs/ActivityMessage.md +2 -2
- data/docs/TicketClosed.md +2 -2
- data/docs/TransferToEmail.md +2 -2
- data/lib/sunshine-conversations-client/models/activity_message.rb +2 -2
- data/lib/sunshine-conversations-client/models/ticket_closed.rb +2 -2
- data/lib/sunshine-conversations-client/models/transfer_to_email.rb +2 -2
- data/lib/sunshine-conversations-client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f981c91ed3e6ca07f5f628ab3c8c6eb1cdbbae252966e4def1d6bcdda48c1c5
|
4
|
+
data.tar.gz: 3021204106fcc31757f148456ddfd53ae6ff66b2daa5719837bf0d7236c69853
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afa55b89909b2f8f88d978ec92ebbddb524352ed46823706395fc1b78d14cbd1f515ee46f6e25293519f44512c62f1ce7dfd32db21dc9a0ce0fdbb4ee2301513
|
7
|
+
data.tar.gz: 188a0746a30ec9f4861a62ab71539eb91c404fb3790648e681941d5d8212fd7b5093a1211b13e172310536dde5f89a6931ae88bdc4570acc9eb93dc541203efe
|
data/CHANGELOG_RB.md
CHANGED
data/README.md
CHANGED
@@ -5,7 +5,7 @@ SunshineConversationsClient - the Ruby gem for the Sunshine Conversations API
|
|
5
5
|
This SDK is automatically generated by the [OpenAPI Generator Codegen](https://github.com/OpenAPITools/openapi-generator) project using the [Sunshine Conversations API spec](https://github.com/zendesk/sunshine-conversations-api-spec).
|
6
6
|
|
7
7
|
- API version: 14.3.0
|
8
|
-
- Package version: 14.3.
|
8
|
+
- Package version: 14.3.2
|
9
9
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
10
10
|
|
11
11
|
## Sunshine Conversations API Version
|
@@ -32,16 +32,16 @@ gem build sunshine-conversations-client.gemspec
|
|
32
32
|
Then either install the gem locally:
|
33
33
|
|
34
34
|
```shell
|
35
|
-
gem install ./sunshine-conversations-client-14.3.
|
35
|
+
gem install ./sunshine-conversations-client-14.3.2.gem
|
36
36
|
```
|
37
37
|
|
38
|
-
(for development, run `gem install --dev ./sunshine-conversations-client-14.3.
|
38
|
+
(for development, run `gem install --dev ./sunshine-conversations-client-14.3.2.gem` to install the development dependencies)
|
39
39
|
|
40
40
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
41
41
|
|
42
42
|
Finally add this to the Gemfile:
|
43
43
|
|
44
|
-
gem 'sunshine-conversations-client', '~> 14.3.
|
44
|
+
gem 'sunshine-conversations-client', '~> 14.3.2'
|
45
45
|
|
46
46
|
### Install from Git
|
47
47
|
|
data/docs/ActivityMessage.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**type** | **String** | The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity. | [default to '
|
8
|
-
**data** | **Hash<String, Object>** | No additional data is supplied with the \"
|
7
|
+
**type** | **String** | The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity. | [default to 'ticket:transfer:email']
|
8
|
+
**data** | **Hash<String, Object>** | No additional data is supplied with the \"ticket:transfer:email\" activity type at this time. | [optional]
|
9
9
|
|
10
10
|
## Code Sample
|
11
11
|
|
data/docs/TicketClosed.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**type** | **String** | The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity. | [default to '
|
8
|
-
**data** | **Hash<String, Object>** | No additional data is supplied with the \"
|
7
|
+
**type** | **String** | The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity. | [default to 'ticket:closed']
|
8
|
+
**data** | **Hash<String, Object>** | No additional data is supplied with the \"ticket:closed\" activity type at this time. | [optional]
|
9
9
|
|
10
10
|
## Code Sample
|
11
11
|
|
data/docs/TransferToEmail.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**type** | **String** | The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity. | [default to '
|
8
|
-
**data** | **Hash<String, Object>** | No additional data is supplied with the \"
|
7
|
+
**type** | **String** | The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity. | [default to 'ticket:transfer:email']
|
8
|
+
**data** | **Hash<String, Object>** | No additional data is supplied with the \"ticket:transfer:email\" activity type at this time. | [optional]
|
9
9
|
|
10
10
|
## Code Sample
|
11
11
|
|
@@ -14,7 +14,7 @@ module SunshineConversationsClient
|
|
14
14
|
# The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity.
|
15
15
|
attr_accessor :type
|
16
16
|
|
17
|
-
# No additional data is supplied with the \"
|
17
|
+
# No additional data is supplied with the \"ticket:transfer:email\" activity type at this time.
|
18
18
|
attr_accessor :data
|
19
19
|
|
20
20
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -70,7 +70,7 @@ module SunshineConversationsClient
|
|
70
70
|
if attributes.key?(:'type')
|
71
71
|
self.type = attributes[:'type']
|
72
72
|
else
|
73
|
-
self.type = '
|
73
|
+
self.type = 'ticket:transfer:email'
|
74
74
|
end
|
75
75
|
|
76
76
|
if attributes.key?(:'data')
|
@@ -14,7 +14,7 @@ module SunshineConversationsClient
|
|
14
14
|
# The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity.
|
15
15
|
attr_accessor :type
|
16
16
|
|
17
|
-
# No additional data is supplied with the \"
|
17
|
+
# No additional data is supplied with the \"ticket:closed\" activity type at this time.
|
18
18
|
attr_accessor :data
|
19
19
|
|
20
20
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -57,7 +57,7 @@ module SunshineConversationsClient
|
|
57
57
|
if attributes.key?(:'type')
|
58
58
|
self.type = attributes[:'type']
|
59
59
|
else
|
60
|
-
self.type = '
|
60
|
+
self.type = 'ticket:closed'
|
61
61
|
end
|
62
62
|
|
63
63
|
if attributes.key?(:'data')
|
@@ -14,7 +14,7 @@ module SunshineConversationsClient
|
|
14
14
|
# The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity.
|
15
15
|
attr_accessor :type
|
16
16
|
|
17
|
-
# No additional data is supplied with the \"
|
17
|
+
# No additional data is supplied with the \"ticket:transfer:email\" activity type at this time.
|
18
18
|
attr_accessor :data
|
19
19
|
|
20
20
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -57,7 +57,7 @@ module SunshineConversationsClient
|
|
57
57
|
if attributes.key?(:'type')
|
58
58
|
self.type = attributes[:'type']
|
59
59
|
else
|
60
|
-
self.type = '
|
60
|
+
self.type = 'ticket:transfer:email'
|
61
61
|
end
|
62
62
|
|
63
63
|
if attributes.key?(:'data')
|