handinger 0.8.2 → 0.10.0
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 +16 -0
- data/README.md +1 -10
- data/lib/handinger/models/workers/schedule_create_params.rb +3 -3
- data/lib/handinger/version.rb +1 -1
- data/rbi/handinger/models/workers/schedule_create_params.rbi +3 -3
- data/sig/handinger/models/workers/schedule_create_params.rbs +4 -4
- 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: 813704b471edb64ed3146b79a3400d1edcde2783b2f9b737f6b7de9fb06eb7e4
|
|
4
|
+
data.tar.gz: 413aa0199c1fcaa38b6525dc1eee6ea446cc2e170bd6c0f9687c784e39aaaa14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e063772be5b5e11cff2585b28a0c48c8d60c0348d0a46f4aa0b03cd3ffe8829e8e3279beac41ea90d4dfcb3b43bd397173c1642a1392f4d4048220586e702478
|
|
7
|
+
data.tar.gz: d51568e328568d798f180b17830b793722cda42c756c1746d638a13e88f075f8f55eebad03c920e869ca64d37d7e9ad6ccd057c7113a73accfe2eb3ad5d35ebc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.10.0 (2026-05-12)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.9.0...v0.10.0](https://github.com/ramensoft/handinger-ruby/compare/v0.9.0...v0.10.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([1130774](https://github.com/ramensoft/handinger-ruby/commit/11307746c9e0bb4b34f15cd6a56c5d72bd0b6f72))
|
|
10
|
+
|
|
11
|
+
## 0.9.0 (2026-05-11)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.8.2...v0.9.0](https://github.com/ramensoft/handinger-ruby/compare/v0.8.2...v0.9.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([8a9f59a](https://github.com/ramensoft/handinger-ruby/commit/8a9f59aa0f7d2fd61119a5032a37f824bfab5f81))
|
|
18
|
+
|
|
3
19
|
## 0.8.2 (2026-05-11)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v0.8.1...v0.8.2](https://github.com/ramensoft/handinger-ruby/compare/v0.8.1...v0.8.2)
|
data/README.md
CHANGED
|
@@ -4,15 +4,6 @@ The Handinger Ruby library provides convenient access to the Handinger REST API
|
|
|
4
4
|
|
|
5
5
|
It is generated with [Stainless](https://www.stainless.com/).
|
|
6
6
|
|
|
7
|
-
## MCP Server
|
|
8
|
-
|
|
9
|
-
Use the Handinger MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
10
|
-
|
|
11
|
-
[](https://cursor.com/en-US/install-mcp?name=%40ramensoft%2Fhandinger-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkByYW1lbnNvZnQvaGFuZGluZ2VyLW1jcCJdLCJlbnYiOnsiSEFORElOR0VSX0FQSV9LRVkiOiJNeSBBUEkgS2V5In19)
|
|
12
|
-
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22%40ramensoft%2Fhandinger-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40ramensoft%2Fhandinger-mcp%22%5D%2C%22env%22%3A%7B%22HANDINGER_API_KEY%22%3A%22My%20API%20Key%22%7D%7D)
|
|
13
|
-
|
|
14
|
-
> Note: You may need to set environment variables in your MCP client.
|
|
15
|
-
|
|
16
7
|
## Documentation
|
|
17
8
|
|
|
18
9
|
Documentation for releases of this gem can be found [on RubyDoc](https://gemdocs.org/gems/handinger).
|
|
@@ -26,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
|
|
|
26
17
|
<!-- x-release-please-start-version -->
|
|
27
18
|
|
|
28
19
|
```ruby
|
|
29
|
-
gem "handinger", "~> 0.
|
|
20
|
+
gem "handinger", "~> 0.10.0"
|
|
30
21
|
```
|
|
31
22
|
|
|
32
23
|
<!-- x-release-please-end -->
|
|
@@ -51,8 +51,8 @@ module Handinger
|
|
|
51
51
|
class Scheduled < Handinger::Internal::Type::BaseModel
|
|
52
52
|
# @!attribute date
|
|
53
53
|
#
|
|
54
|
-
# @return [
|
|
55
|
-
required :date,
|
|
54
|
+
# @return [String]
|
|
55
|
+
required :date, String
|
|
56
56
|
|
|
57
57
|
# @!attribute type
|
|
58
58
|
#
|
|
@@ -60,7 +60,7 @@ module Handinger
|
|
|
60
60
|
required :type, const: :scheduled
|
|
61
61
|
|
|
62
62
|
# @!method initialize(date:, type: :scheduled)
|
|
63
|
-
# @param date [
|
|
63
|
+
# @param date [String]
|
|
64
64
|
# @param type [Symbol, :scheduled]
|
|
65
65
|
end
|
|
66
66
|
|
data/lib/handinger/version.rb
CHANGED
|
@@ -116,17 +116,17 @@ module Handinger
|
|
|
116
116
|
)
|
|
117
117
|
end
|
|
118
118
|
|
|
119
|
-
sig { returns(
|
|
119
|
+
sig { returns(String) }
|
|
120
120
|
attr_accessor :date
|
|
121
121
|
|
|
122
122
|
sig { returns(Symbol) }
|
|
123
123
|
attr_accessor :type
|
|
124
124
|
|
|
125
|
-
sig { params(date:
|
|
125
|
+
sig { params(date: String, type: Symbol).returns(T.attached_class) }
|
|
126
126
|
def self.new(date:, type: :scheduled)
|
|
127
127
|
end
|
|
128
128
|
|
|
129
|
-
sig { override.returns({ date:
|
|
129
|
+
sig { override.returns({ date: String, type: Symbol }) }
|
|
130
130
|
def to_hash
|
|
131
131
|
end
|
|
132
132
|
end
|
|
@@ -51,16 +51,16 @@ module Handinger
|
|
|
51
51
|
module When
|
|
52
52
|
extend Handinger::Internal::Type::Union
|
|
53
53
|
|
|
54
|
-
type scheduled = { date:
|
|
54
|
+
type scheduled = { date: String, type: :scheduled }
|
|
55
55
|
|
|
56
56
|
class Scheduled < Handinger::Internal::Type::BaseModel
|
|
57
|
-
attr_accessor date:
|
|
57
|
+
attr_accessor date: String
|
|
58
58
|
|
|
59
59
|
attr_accessor type: :scheduled
|
|
60
60
|
|
|
61
|
-
def initialize: (date:
|
|
61
|
+
def initialize: (date: String, ?type: :scheduled) -> void
|
|
62
62
|
|
|
63
|
-
def to_hash: -> { date:
|
|
63
|
+
def to_hash: -> { date: String, type: :scheduled }
|
|
64
64
|
end
|
|
65
65
|
|
|
66
66
|
type delayed = { delay_in_seconds: Integer, type: :delayed }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: handinger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Handinger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-05-
|
|
11
|
+
date: 2026-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|