rcs 1.0.17 → 1.0.18

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f88305d84f5dfa29571c3467c8a95a150d51c629a7e6415a4eeeabcf9540141
4
- data.tar.gz: 4b71e04b5d4d3971d3efe9d20d4154034bc7f4ff6d835aa46944198609fd1a77
3
+ metadata.gz: 136abdf05e10f91dfd2f6887a0fc7d604b0923a4324a93f63610ce033db24a51
4
+ data.tar.gz: 07ae0f8fb7fcb527d7e88ac474819d43d303919baf0056352c90b1e8414377d1
5
5
  SHA512:
6
- metadata.gz: d2d0b8bfb3e1a1dd1a410c3348704fac00487ec00dd08d214ffbda3f2b30bb0b3b7cfa0edc09cd75c9ecaf5503cb4320d037009b4d9825cdd019dcb03b1e1bb4
7
- data.tar.gz: d4b30f94e9bdeaa2693ebca2abc8cf599bce2de7400b4c71a4a3a6376f6748192aea5cd080e971ce6982709d82938fc7553c21e29eaf9f128120e7e16eaab721
6
+ metadata.gz: a2ad9f1075a4c578876caebede6b7dd9bd9865a8eb21ddfd516338b5d77b3ad57d2fa3f9059179345f4d80f607a9f9cc1dad47521bdac767ffec7519364eb697
7
+ data.tar.gz: 07db3f3b3564a39bea88b6864b0065c625f2742e3ad769f000a96cdd79981a8ed7e6a7bd3c871e2000531bc8d7c47cbcbe0704d989710665e20d90c1a095e576
@@ -93,7 +93,7 @@ module Pinnacle
93
93
  Pinnacle::Company::CompanyRegisterResponse.from_json(json_object: response.body)
94
94
  end
95
95
 
96
- # Update a company on the Pinnacle platform
96
+ # Upsert a company on the Pinnacle platform
97
97
  #
98
98
  # @param company_id [String] Optional company ID. If provided, updates existing company. If not provided,
99
99
  # creates a new company.
@@ -274,7 +274,7 @@ module Pinnacle
274
274
  end
275
275
  end
276
276
 
277
- # Update a company on the Pinnacle platform
277
+ # Upsert a company on the Pinnacle platform
278
278
  #
279
279
  # @param company_id [String] Optional company ID. If provided, updates existing company. If not provided,
280
280
  # creates a new company.
data/lib/requests.rb CHANGED
@@ -43,7 +43,7 @@ module Pinnacle
43
43
 
44
44
  # @return [Hash{String => String}]
45
45
  def get_headers
46
- headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "rcs", "X-Fern-SDK-Version": "1.0.17" }
46
+ headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "rcs", "X-Fern-SDK-Version": "1.0.18" }
47
47
  headers["PINNACLE-API-Key"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
48
48
  headers
49
49
  end
@@ -87,7 +87,7 @@ module Pinnacle
87
87
 
88
88
  # @return [Hash{String => String}]
89
89
  def get_headers
90
- headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "rcs", "X-Fern-SDK-Version": "1.0.17" }
90
+ headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "rcs", "X-Fern-SDK-Version": "1.0.18" }
91
91
  headers["PINNACLE-API-Key"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
92
92
  headers
93
93
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.17
4
+ version: 1.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''