trycourier 3.4.0.pre.alpha0 → 3.4.0.pre.alpha2
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 +4 -4
- data/CHANGELOG.md +60 -0
- data/README.md +1 -1
- data/lib/trycourier/models/brand_colors.rb +4 -4
- data/lib/trycourier/version.rb +1 -1
- data/rbi/trycourier/models/brand_colors.rbi +10 -11
- data/sig/trycourier/models/brand_colors.rbs +9 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee148d04637b414bc1b25ae7492dc0d0ec5da214d737ab41567244aca7016f89
|
|
4
|
+
data.tar.gz: eaaf3cf7365c4e6dd4e9ef79a1c8c94d2dd9b249fa8bc31d637268937bdf6365
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c965e83d335394b62d09fa4b454c79b6e35d1c3993a5d85b64474a6fecf04750b93e6c61f152afbbd0ac2050ed3f065f869a8b2b940f95bbe8c9c11d629d89a
|
|
7
|
+
data.tar.gz: 89ec4243be4e1feefa20afb4c38992df3444afb6984e9eb522f340bd1256e7690f6c902b5b5c5cf32281aaebedac28c4c729cfb968a119cc019986c29560a75b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,65 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.4.0-alpha2 (2025-10-14)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v3.4.0-alpha1...v3.4.0-alpha2](https://github.com/trycourier/courier-ruby/compare/v3.4.0-alpha1...v3.4.0-alpha2)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* Kick of merge attempt ([9768acd](https://github.com/trycourier/courier-ruby/commit/9768acdb3174098916886962bdc15775092794cb))
|
|
10
|
+
|
|
11
|
+
## 3.4.0-alpha1 (2025-10-10)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v3.4.0-alpha0...v3.4.0-alpha1](https://github.com/trycourier/courier-ruby/compare/v3.4.0-alpha0...v3.4.0-alpha1)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** manual updates ([051c3c4](https://github.com/trycourier/courier-ruby/commit/051c3c4722fa39896d01d0841f4989c91aa75c45))
|
|
18
|
+
* **api:** manual updates ([ea5dfb3](https://github.com/trycourier/courier-ruby/commit/ea5dfb319688c23cc97da6a6ad80d4837bae04dd))
|
|
19
|
+
* **api:** manual updates ([589a36f](https://github.com/trycourier/courier-ruby/commit/589a36f974d97fa73ecdf9a2a9b335492b15b203))
|
|
20
|
+
* **api:** manual updates ([373bfde](https://github.com/trycourier/courier-ruby/commit/373bfde900f61ab7d70dcf775bd6aba16559d4df))
|
|
21
|
+
* **api:** manual updates ([7c80f38](https://github.com/trycourier/courier-ruby/commit/7c80f3886fee9dc87253362a3eb51fe73cb44827))
|
|
22
|
+
* **api:** manual updates ([f6681a9](https://github.com/trycourier/courier-ruby/commit/f6681a932e946bce954e2636f711694339d80471))
|
|
23
|
+
* **api:** manual updates ([6a77929](https://github.com/trycourier/courier-ruby/commit/6a779292f8e2479621698d89a344466d95c97eab))
|
|
24
|
+
* **api:** manual updates ([ab9922d](https://github.com/trycourier/courier-ruby/commit/ab9922d111846aebe424749ae0cb9668332e3e62))
|
|
25
|
+
* **api:** manual updates ([4de89e5](https://github.com/trycourier/courier-ruby/commit/4de89e5fdad38358f42a1fec4835eda07247b57e))
|
|
26
|
+
* **api:** manual updates ([babe4b8](https://github.com/trycourier/courier-ruby/commit/babe4b874fe7a4b5f8b306a5ebce7be0baf877e3))
|
|
27
|
+
* **api:** manual updates ([91ad238](https://github.com/trycourier/courier-ruby/commit/91ad2389821d60def82ce67ee5f42f3a7f803f1c))
|
|
28
|
+
* **api:** manual updates ([f80182f](https://github.com/trycourier/courier-ruby/commit/f80182f49b5abc44e758579d1ab9b475e1f41c95))
|
|
29
|
+
* **api:** manual updates ([0d85b82](https://github.com/trycourier/courier-ruby/commit/0d85b8277f8b92d4f387298a7783cbcbf3c585a2))
|
|
30
|
+
* **api:** manual updates ([8d639b8](https://github.com/trycourier/courier-ruby/commit/8d639b8acc654df6242511b035f04d1995298c0b))
|
|
31
|
+
* **api:** manual updates ([2af24a7](https://github.com/trycourier/courier-ruby/commit/2af24a7f27da9496ebfb49a35549483bf8560e43))
|
|
32
|
+
* **api:** manual updates ([221c2cd](https://github.com/trycourier/courier-ruby/commit/221c2cdeba247e19415c225a58869b0a742e82a1))
|
|
33
|
+
* **api:** manual updates ([26c6626](https://github.com/trycourier/courier-ruby/commit/26c66263d5fcd8b10199bffcd4eda41a2b7595ed))
|
|
34
|
+
* **api:** manual updates ([97e07ab](https://github.com/trycourier/courier-ruby/commit/97e07ab0a708eaaaf8e413128c09cb634082c141))
|
|
35
|
+
* **api:** manual updates ([e8ed384](https://github.com/trycourier/courier-ruby/commit/e8ed384bcf0bc996e047b9489a13e0f3c5d12fb7))
|
|
36
|
+
* **api:** manual updates ([e08aa78](https://github.com/trycourier/courier-ruby/commit/e08aa7845992968fcadf24969611c421dd03d81a))
|
|
37
|
+
* **api:** manual updates ([06e1d8b](https://github.com/trycourier/courier-ruby/commit/06e1d8b7a7cf573fd5819c17b5d6201a1e408360))
|
|
38
|
+
* **api:** manual updates ([8601f07](https://github.com/trycourier/courier-ruby/commit/8601f075e4e693560ab29f4690fea6128425652e))
|
|
39
|
+
* **api:** manual updates ([d4899ce](https://github.com/trycourier/courier-ruby/commit/d4899cecd40d44295accc88b24b10ae9fac9d14d))
|
|
40
|
+
* **api:** manual updates ([00a8012](https://github.com/trycourier/courier-ruby/commit/00a8012e858163fb45d62e44f657af3bda6550ed))
|
|
41
|
+
* **api:** manual updates ([2977a88](https://github.com/trycourier/courier-ruby/commit/2977a881d647d04429db5135adc020cf50e13c27))
|
|
42
|
+
* **api:** manual updates ([8a878a0](https://github.com/trycourier/courier-ruby/commit/8a878a0e7ea0b8cce0cd54e37f221ddb5ec204d4))
|
|
43
|
+
* **api:** manual updates ([d5cc23f](https://github.com/trycourier/courier-ruby/commit/d5cc23f99b5306e48ef130e144bceb1aa57a7490))
|
|
44
|
+
* **api:** manual updates ([1dd87c0](https://github.com/trycourier/courier-ruby/commit/1dd87c099c7df921bc93c36005d8cde767a8687e))
|
|
45
|
+
* **api:** manual updates ([9b2b74a](https://github.com/trycourier/courier-ruby/commit/9b2b74a6c40c82333762e187f002bc021942f064))
|
|
46
|
+
* **api:** manual updates ([d81fc71](https://github.com/trycourier/courier-ruby/commit/d81fc71f013ad0fb7701b73ca7ed4a9843c812f4))
|
|
47
|
+
* **api:** manual updates ([f358b3d](https://github.com/trycourier/courier-ruby/commit/f358b3db2d81dcfd0906f0f66511588766292c12))
|
|
48
|
+
* Examples and ref polish ([3987809](https://github.com/trycourier/courier-ruby/commit/3987809dc0da164ca687fc8d6b2870842c0836f4))
|
|
49
|
+
* Model sync ([7d005d6](https://github.com/trycourier/courier-ruby/commit/7d005d69c8082e43e28bf04c43455d193c110543))
|
|
50
|
+
* Polish and Kick of Java Kit Gen ([2e136c1](https://github.com/trycourier/courier-ruby/commit/2e136c1bd2e9d407d8289a39f5246f7d4c1c9174))
|
|
51
|
+
* Template Id ([24598ca](https://github.com/trycourier/courier-ruby/commit/24598cabff382ebc414e8e2f1c815709ebdd7caf))
|
|
52
|
+
* Test Github Action ([5b988c5](https://github.com/trycourier/courier-ruby/commit/5b988c5fb80b9684ae6989361952077e90df366b))
|
|
53
|
+
* Test stainless open action ([7d264c0](https://github.com/trycourier/courier-ruby/commit/7d264c0652b42286d5b3e9666c00f716e030c451))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Chores
|
|
57
|
+
|
|
58
|
+
* configure new SDK language ([29f56f6](https://github.com/trycourier/courier-ruby/commit/29f56f69dd0a1ce4e4e894ae1432bda1da07fea1))
|
|
59
|
+
* ignore linter error for tests having large collections ([59d9b7f](https://github.com/trycourier/courier-ruby/commit/59d9b7f9987c061850254e99c3713b2abb39662f))
|
|
60
|
+
* update SDK settings ([0f6c8ef](https://github.com/trycourier/courier-ruby/commit/0f6c8ef4fb11a6127a57e16bbd07a547ec458cef))
|
|
61
|
+
* update SDK settings ([021c76b](https://github.com/trycourier/courier-ruby/commit/021c76ba9fdedfe90ce34c90889008dff19f9df0))
|
|
62
|
+
|
|
3
63
|
## 3.4.0-alpha0 (2025-10-10)
|
|
4
64
|
|
|
5
65
|
Full Changelog: [v0.0.1...v3.4.0-alpha0](https://github.com/trycourier/courier-ruby/compare/v0.0.1...v3.4.0-alpha0)
|
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
|
|
|
15
15
|
<!-- x-release-please-start-version -->
|
|
16
16
|
|
|
17
17
|
```ruby
|
|
18
|
-
gem "trycourier", "~> 3.4.0.pre.
|
|
18
|
+
gem "trycourier", "~> 3.4.0.pre.alpha2"
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
<!-- x-release-please-end -->
|
|
@@ -6,16 +6,16 @@ module Trycourier
|
|
|
6
6
|
# @!attribute primary
|
|
7
7
|
#
|
|
8
8
|
# @return [String, nil]
|
|
9
|
-
optional :primary, String
|
|
9
|
+
optional :primary, String
|
|
10
10
|
|
|
11
11
|
# @!attribute secondary
|
|
12
12
|
#
|
|
13
13
|
# @return [String, nil]
|
|
14
|
-
optional :secondary, String
|
|
14
|
+
optional :secondary, String
|
|
15
15
|
|
|
16
16
|
# @!method initialize(primary: nil, secondary: nil)
|
|
17
|
-
# @param primary [String
|
|
18
|
-
# @param secondary [String
|
|
17
|
+
# @param primary [String]
|
|
18
|
+
# @param secondary [String]
|
|
19
19
|
end
|
|
20
20
|
end
|
|
21
21
|
end
|
data/lib/trycourier/version.rb
CHANGED
|
@@ -9,25 +9,24 @@ module Trycourier
|
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
sig { returns(T.nilable(String)) }
|
|
12
|
-
|
|
12
|
+
attr_reader :primary
|
|
13
|
+
|
|
14
|
+
sig { params(primary: String).void }
|
|
15
|
+
attr_writer :primary
|
|
13
16
|
|
|
14
17
|
sig { returns(T.nilable(String)) }
|
|
15
|
-
|
|
18
|
+
attr_reader :secondary
|
|
19
|
+
|
|
20
|
+
sig { params(secondary: String).void }
|
|
21
|
+
attr_writer :secondary
|
|
16
22
|
|
|
17
23
|
sig do
|
|
18
|
-
params(
|
|
19
|
-
primary: T.nilable(String),
|
|
20
|
-
secondary: T.nilable(String)
|
|
21
|
-
).returns(T.attached_class)
|
|
24
|
+
params(primary: String, secondary: String).returns(T.attached_class)
|
|
22
25
|
end
|
|
23
26
|
def self.new(primary: nil, secondary: nil)
|
|
24
27
|
end
|
|
25
28
|
|
|
26
|
-
sig
|
|
27
|
-
override.returns(
|
|
28
|
-
{ primary: T.nilable(String), secondary: T.nilable(String) }
|
|
29
|
-
)
|
|
30
|
-
end
|
|
29
|
+
sig { override.returns({ primary: String, secondary: String }) }
|
|
31
30
|
def to_hash
|
|
32
31
|
end
|
|
33
32
|
end
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
module Trycourier
|
|
2
2
|
module Models
|
|
3
|
-
type brand_colors = { primary: String
|
|
3
|
+
type brand_colors = { primary: String, secondary: String }
|
|
4
4
|
|
|
5
5
|
class BrandColors < Trycourier::Internal::Type::BaseModel
|
|
6
|
-
|
|
6
|
+
attr_reader primary: String?
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
def primary=: (String) -> String
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
attr_reader secondary: String?
|
|
11
11
|
|
|
12
|
-
def
|
|
12
|
+
def secondary=: (String) -> String
|
|
13
|
+
|
|
14
|
+
def initialize: (?primary: String, ?secondary: String) -> void
|
|
15
|
+
|
|
16
|
+
def to_hash: -> { primary: String, secondary: String }
|
|
13
17
|
end
|
|
14
18
|
end
|
|
15
19
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trycourier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.0.pre.
|
|
4
|
+
version: 3.4.0.pre.alpha2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Courier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-10-
|
|
11
|
+
date: 2025-10-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|