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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd3e054871f2ea1032f9012a001a00727416e395629f37bb466f2fdb0930b92d
4
- data.tar.gz: bb9bb33f4b23a1f917cca2cc71ce9cf0771f3275772f907439d9b495fe6f42f1
3
+ metadata.gz: 4f981c91ed3e6ca07f5f628ab3c8c6eb1cdbbae252966e4def1d6bcdda48c1c5
4
+ data.tar.gz: 3021204106fcc31757f148456ddfd53ae6ff66b2daa5719837bf0d7236c69853
5
5
  SHA512:
6
- metadata.gz: 10547c4274f6afc3e9bbd88be425cf7013633208b4e8715853d0d827e4cc55fbacb581ef86af353ef6d4e3710df0eeb4ae2f0364abe75b54990e6350a754dca7
7
- data.tar.gz: cfbc4e5f3bc2fb31c5278b8ec7ed4884a2763efaa4b03499bc8a9eeb06a733ae316fa572175cc009b776fd5aa6597c52f59e5169a8726fe07841c7ee0f710b2b
6
+ metadata.gz: afa55b89909b2f8f88d978ec92ebbddb524352ed46823706395fc1b78d14cbd1f515ee46f6e25293519f44512c62f1ce7dfd32db21dc9a0ce0fdbb4ee2301513
7
+ data.tar.gz: 188a0746a30ec9f4861a62ab71539eb91c404fb3790648e681941d5d8212fd7b5093a1211b13e172310536dde5f89a6931ae88bdc4570acc9eb93dc541203efe
data/CHANGELOG_RB.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## [14.3.1] - 2025-1-7
3
+ ## [14.3.1, 14.3.2] - 2025-1-7
4
4
 
5
5
  - Fixed errors that prevented publishing language wrappers for the new version.
6
6
 
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.1
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.1.gem
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.1.gem` to install the development dependencies)
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.1'
44
+ gem 'sunshine-conversations-client', '~> 14.3.2'
45
45
 
46
46
  ### Install from Git
47
47
 
@@ -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 'transferToEmail']
8
- **data** | **Hash<String, Object>** | No additional data is supplied with the \"transferToEmail\" activity type at this time. | [optional]
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 'ticketClosed']
8
- **data** | **Hash<String, Object>** | No additional data is supplied with the \"ticketClosed\" activity type at this time. | [optional]
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
 
@@ -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 'transferToEmail']
8
- **data** | **Hash<String, Object>** | No additional data is supplied with the \"transferToEmail\" activity type at this time. | [optional]
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 \"transferToEmail\" activity type at this time.
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 = 'transferToEmail'
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 \"ticketClosed\" activity type at this time.
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 = 'ticketClosed'
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 \"transferToEmail\" activity type at this time.
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 = 'transferToEmail'
60
+ self.type = 'ticket:transfer:email'
61
61
  end
62
62
 
63
63
  if attributes.key?(:'data')
@@ -8,5 +8,5 @@ OpenAPI Generator version: 4.3.1
8
8
  =end
9
9
 
10
10
  module SunshineConversationsClient
11
- VERSION = '14.3.1'
11
+ VERSION = '14.3.2'
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunshine-conversations-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.3.1
4
+ version: 14.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sunshine Conversations