alchemrest 3.2.2 → 3.2.3
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/Gemfile.lock +15 -31
- data/gemfiles/faraday_2.gemfile.lock +1 -1
- data/gemfiles/rails_7_2.gemfile.lock +1 -1
- data/gemfiles/rails_8_0.gemfile.lock +1 -1
- data/lib/alchemrest/data.rb +2 -2
- data/lib/alchemrest/version.rb +1 -1
- data/sorbet/rbi/gems/{concurrent-ruby@1.3.6.rbi → concurrent-ruby@1.3.7.rbi} +53 -51
- data/sorbet/rbi/gems/{faraday-net_http@1.0.2.rbi → faraday-net_http@3.4.4.rbi} +49 -46
- data/sorbet/rbi/gems/{faraday@1.10.5.rbi → faraday@2.14.3.rbi} +708 -519
- data/sorbet/rbi/gems/net-http@0.9.1.rbi +977 -0
- data/sorbet/rbi/gems/{nokogiri@1.19.1.rbi → nokogiri@1.19.4.rbi} +213 -199
- data/sorbet/rbi/gems/{yard@0.9.37.rbi → yard@0.9.42.rbi} +952 -332
- metadata +9 -21
- data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +0 -181
- data/sorbet/rbi/gems/faraday-em_synchrony@1.0.1.rbi +0 -120
- data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +0 -128
- data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +0 -123
- data/sorbet/rbi/gems/faraday-multipart@1.2.0.rbi +0 -190
- data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +0 -116
- data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +0 -119
- data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +0 -113
- data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +0 -149
- data/sorbet/rbi/gems/multipart-post@2.4.1.rbi +0 -154
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
# typed: true
|
|
2
|
-
|
|
3
|
-
# DO NOT EDIT MANUALLY
|
|
4
|
-
# This is an autogenerated file for types exported from the `multipart-post` gem.
|
|
5
|
-
# Please instead update this file by running `bin/tapioca gem multipart-post`.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
# source://multipart-post//lib/multipart/post/composite_read_io.rb#90
|
|
9
|
-
CompositeIO = Multipart::Post::CompositeReadIO
|
|
10
|
-
|
|
11
|
-
# source://multipart-post//lib/multipart/post/version.rb#7
|
|
12
|
-
module Multipart; end
|
|
13
|
-
|
|
14
|
-
# source://multipart-post//lib/multipart/post/version.rb#8
|
|
15
|
-
module Multipart::Post; end
|
|
16
|
-
|
|
17
|
-
# source://multipart-post//lib/multipart/post/composite_read_io.rb#28
|
|
18
|
-
class Multipart::Post::CompositeReadIO
|
|
19
|
-
# source://multipart-post//lib/multipart/post/composite_read_io.rb#31
|
|
20
|
-
def initialize(*ios); end
|
|
21
|
-
|
|
22
|
-
# source://multipart-post//lib/multipart/post/composite_read_io.rb#37
|
|
23
|
-
def close; end
|
|
24
|
-
|
|
25
|
-
# source://multipart-post//lib/multipart/post/composite_read_io.rb#46
|
|
26
|
-
def closed?; end
|
|
27
|
-
|
|
28
|
-
# source://multipart-post//lib/multipart/post/composite_read_io.rb#51
|
|
29
|
-
def read(length = T.unsafe(nil), outbuf = T.unsafe(nil)); end
|
|
30
|
-
|
|
31
|
-
# source://multipart-post//lib/multipart/post/composite_read_io.rb#72
|
|
32
|
-
def rewind; end
|
|
33
|
-
|
|
34
|
-
private
|
|
35
|
-
|
|
36
|
-
# source://multipart-post//lib/multipart/post/composite_read_io.rb#83
|
|
37
|
-
def advance_io; end
|
|
38
|
-
|
|
39
|
-
# source://multipart-post//lib/multipart/post/composite_read_io.rb#79
|
|
40
|
-
def current_io; end
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
# source://multipart-post//lib/multipart/post/multipartable.rb#23
|
|
44
|
-
module Multipart::Post::Multipartable
|
|
45
|
-
# source://multipart-post//lib/multipart/post/multipartable.rb#38
|
|
46
|
-
def initialize(path, params, headers = T.unsafe(nil), boundary = T.unsafe(nil)); end
|
|
47
|
-
|
|
48
|
-
# source://multipart-post//lib/multipart/post/multipartable.rb#61
|
|
49
|
-
def boundary; end
|
|
50
|
-
|
|
51
|
-
private
|
|
52
|
-
|
|
53
|
-
# source://multipart-post//lib/multipart/post/multipartable.rb#65
|
|
54
|
-
def symbolize_keys(hash); end
|
|
55
|
-
|
|
56
|
-
class << self
|
|
57
|
-
# source://multipart-post//lib/multipart/post/multipartable.rb#24
|
|
58
|
-
def secure_boundary; end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
# source://multipart-post//lib/multipart/post/parts.rb#26
|
|
63
|
-
module Multipart::Post::Parts; end
|
|
64
|
-
|
|
65
|
-
# source://multipart-post//lib/multipart/post/parts.rb#138
|
|
66
|
-
class Multipart::Post::Parts::EpiloguePart
|
|
67
|
-
include ::Multipart::Post::Parts::Part
|
|
68
|
-
|
|
69
|
-
# source://multipart-post//lib/multipart/post/parts.rb#141
|
|
70
|
-
def initialize(boundary); end
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
# source://multipart-post//lib/multipart/post/parts.rb#83
|
|
74
|
-
class Multipart::Post::Parts::FilePart
|
|
75
|
-
include ::Multipart::Post::Parts::Part
|
|
76
|
-
|
|
77
|
-
# source://multipart-post//lib/multipart/post/parts.rb#92
|
|
78
|
-
def initialize(boundary, name, io, headers = T.unsafe(nil)); end
|
|
79
|
-
|
|
80
|
-
# source://multipart-post//lib/multipart/post/parts.rb#107
|
|
81
|
-
def build_head(boundary, name, filename, type, content_len, opts = T.unsafe(nil)); end
|
|
82
|
-
|
|
83
|
-
# source://multipart-post//lib/multipart/post/parts.rb#86
|
|
84
|
-
def length; end
|
|
85
|
-
end
|
|
86
|
-
|
|
87
|
-
# source://multipart-post//lib/multipart/post/parts.rb#51
|
|
88
|
-
class Multipart::Post::Parts::ParamPart
|
|
89
|
-
include ::Multipart::Post::Parts::Part
|
|
90
|
-
|
|
91
|
-
# source://multipart-post//lib/multipart/post/parts.rb#58
|
|
92
|
-
def initialize(boundary, name, value, headers = T.unsafe(nil)); end
|
|
93
|
-
|
|
94
|
-
# source://multipart-post//lib/multipart/post/parts.rb#71
|
|
95
|
-
def build_part(boundary, name, value, headers = T.unsafe(nil)); end
|
|
96
|
-
|
|
97
|
-
# source://multipart-post//lib/multipart/post/parts.rb#63
|
|
98
|
-
def length; end
|
|
99
|
-
end
|
|
100
|
-
|
|
101
|
-
# source://multipart-post//lib/multipart/post/parts.rb#27
|
|
102
|
-
module Multipart::Post::Parts::Part
|
|
103
|
-
# source://multipart-post//lib/multipart/post/parts.rb#41
|
|
104
|
-
def length; end
|
|
105
|
-
|
|
106
|
-
# source://multipart-post//lib/multipart/post/parts.rb#45
|
|
107
|
-
def to_io; end
|
|
108
|
-
|
|
109
|
-
class << self
|
|
110
|
-
# source://multipart-post//lib/multipart/post/parts.rb#37
|
|
111
|
-
def file?(value); end
|
|
112
|
-
|
|
113
|
-
# source://multipart-post//lib/multipart/post/parts.rb#28
|
|
114
|
-
def new(boundary, name, value, headers = T.unsafe(nil)); end
|
|
115
|
-
end
|
|
116
|
-
end
|
|
117
|
-
|
|
118
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#9
|
|
119
|
-
class Multipart::Post::UploadIO
|
|
120
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#26
|
|
121
|
-
def initialize(filename_or_io, content_type, filename = T.unsafe(nil), opts = T.unsafe(nil)); end
|
|
122
|
-
|
|
123
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#10
|
|
124
|
-
def content_type; end
|
|
125
|
-
|
|
126
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#10
|
|
127
|
-
def io; end
|
|
128
|
-
|
|
129
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#10
|
|
130
|
-
def local_path; end
|
|
131
|
-
|
|
132
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#52
|
|
133
|
-
def method_missing(*args); end
|
|
134
|
-
|
|
135
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#10
|
|
136
|
-
def opts; end
|
|
137
|
-
|
|
138
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#10
|
|
139
|
-
def original_filename; end
|
|
140
|
-
|
|
141
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#56
|
|
142
|
-
def respond_to?(meth, include_all = T.unsafe(nil)); end
|
|
143
|
-
|
|
144
|
-
class << self
|
|
145
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#46
|
|
146
|
-
def convert!(io, content_type, original_filename, local_path); end
|
|
147
|
-
end
|
|
148
|
-
end
|
|
149
|
-
|
|
150
|
-
# source://multipart-post//lib/multipart/post/version.rb#9
|
|
151
|
-
Multipart::Post::VERSION = T.let(T.unsafe(nil), String)
|
|
152
|
-
|
|
153
|
-
# source://multipart-post//lib/multipart/post/upload_io.rb#63
|
|
154
|
-
UploadIO = Multipart::Post::UploadIO
|