terminal-shop 3.5.0 → 3.6.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 +28 -0
- data/README.md +5 -5
- data/lib/terminal_shop/errors.rb +9 -9
- data/lib/terminal_shop/internal/transport/base_client.rb +3 -3
- data/lib/terminal_shop/internal/type/base_model.rb +1 -9
- data/lib/terminal_shop/internal/type/boolean.rb +10 -11
- data/lib/terminal_shop/internal/type/enum.rb +10 -11
- data/lib/terminal_shop/internal/type/request_parameters.rb +2 -8
- data/lib/terminal_shop/internal/type/unknown.rb +10 -11
- data/lib/terminal_shop/internal/util.rb +20 -4
- data/lib/terminal_shop/models.rb +99 -0
- data/lib/terminal_shop/request_options.rb +4 -5
- data/lib/terminal_shop/version.rb +1 -1
- data/rbi/{lib/terminal_shop → terminal_shop}/errors.rbi +1 -1
- data/rbi/{lib/terminal_shop → terminal_shop}/internal/transport/base_client.rbi +2 -2
- data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/request_parameters.rbi +1 -1
- data/rbi/{lib/terminal_shop → terminal_shop}/internal/util.rbi +5 -1
- data/rbi/terminal_shop/models.rbi +99 -0
- data/rbi/{lib/terminal_shop → terminal_shop}/request_options.rbi +2 -0
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/address.rbi +4 -20
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/app.rbi +4 -24
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/card.rbi +5 -34
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/cart.rbi +6 -46
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/email.rbi +1 -4
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/order.rbi +3 -16
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/product.rbi +2 -15
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/profile.rbi +2 -16
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/subscription.rbi +5 -21
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/token.rbi +4 -30
- data/rbi/{lib/terminal_shop → terminal_shop}/resources/view.rbi +1 -11
- data/sig/terminal_shop/internal/util.rbs +2 -0
- data/sig/terminal_shop/models.rbs +97 -0
- metadata +123 -120
- /data/rbi/{lib/terminal_shop → terminal_shop}/client.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/file_part.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/transport/pooled_net_requester.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/array_of.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/base_model.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/base_page.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/boolean.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/converter.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/enum.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/file_input.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/hash_of.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/union.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal/type/unknown.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/internal.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/address.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/address_create_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/address_create_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/address_delete_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/address_delete_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/address_get_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/address_get_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/address_list_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/address_list_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/app.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/app_create_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/app_create_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/app_delete_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/app_delete_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/app_get_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/app_get_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/app_list_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/app_list_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card_collect_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card_collect_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card_create_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card_create_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card_delete_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card_delete_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card_get_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card_get_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card_list_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/card_list_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_clear_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_clear_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_convert_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_convert_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_get_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_get_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_set_address_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_set_address_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_set_card_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_set_card_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_set_item_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/cart_set_item_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/email_create_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/email_create_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/order.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/order_create_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/order_create_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/order_get_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/order_get_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/order_list_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/order_list_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/product.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/product_get_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/product_get_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/product_list_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/product_list_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/product_variant.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/profile.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/profile_me_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/profile_me_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/profile_update_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/profile_update_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/region.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription_create_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription_create_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription_delete_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription_delete_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription_get_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription_get_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription_list_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription_list_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription_update_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/subscription_update_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/token.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/token_create_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/token_create_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/token_delete_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/token_delete_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/token_get_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/token_get_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/token_list_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/token_list_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/view_init_params.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/models/view_init_response.rbi +0 -0
- /data/rbi/{lib/terminal_shop → terminal_shop}/version.rbi +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: terminal-shop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Terminal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|
@@ -54,6 +54,7 @@ files:
|
|
54
54
|
- lib/terminal_shop/internal/type/union.rb
|
55
55
|
- lib/terminal_shop/internal/type/unknown.rb
|
56
56
|
- lib/terminal_shop/internal/util.rb
|
57
|
+
- lib/terminal_shop/models.rb
|
57
58
|
- lib/terminal_shop/models/address.rb
|
58
59
|
- lib/terminal_shop/models/address_create_params.rb
|
59
60
|
- lib/terminal_shop/models/address_create_response.rb
|
@@ -153,122 +154,123 @@ files:
|
|
153
154
|
- lib/terminal_shop/resources/view.rb
|
154
155
|
- lib/terminal_shop/version.rb
|
155
156
|
- manifest.yaml
|
156
|
-
- rbi/
|
157
|
-
- rbi/
|
158
|
-
- rbi/
|
159
|
-
- rbi/
|
160
|
-
- rbi/
|
161
|
-
- rbi/
|
162
|
-
- rbi/
|
163
|
-
- rbi/
|
164
|
-
- rbi/
|
165
|
-
- rbi/
|
166
|
-
- rbi/
|
167
|
-
- rbi/
|
168
|
-
- rbi/
|
169
|
-
- rbi/
|
170
|
-
- rbi/
|
171
|
-
- rbi/
|
172
|
-
- rbi/
|
173
|
-
- rbi/
|
174
|
-
- rbi/
|
175
|
-
- rbi/
|
176
|
-
- rbi/
|
177
|
-
- rbi/
|
178
|
-
- rbi/
|
179
|
-
- rbi/
|
180
|
-
- rbi/
|
181
|
-
- rbi/
|
182
|
-
- rbi/
|
183
|
-
- rbi/
|
184
|
-
- rbi/
|
185
|
-
- rbi/
|
186
|
-
- rbi/
|
187
|
-
- rbi/
|
188
|
-
- rbi/
|
189
|
-
- rbi/
|
190
|
-
- rbi/
|
191
|
-
- rbi/
|
192
|
-
- rbi/
|
193
|
-
- rbi/
|
194
|
-
- rbi/
|
195
|
-
- rbi/
|
196
|
-
- rbi/
|
197
|
-
- rbi/
|
198
|
-
- rbi/
|
199
|
-
- rbi/
|
200
|
-
- rbi/
|
201
|
-
- rbi/
|
202
|
-
- rbi/
|
203
|
-
- rbi/
|
204
|
-
- rbi/
|
205
|
-
- rbi/
|
206
|
-
- rbi/
|
207
|
-
- rbi/
|
208
|
-
- rbi/
|
209
|
-
- rbi/
|
210
|
-
- rbi/
|
211
|
-
- rbi/
|
212
|
-
- rbi/
|
213
|
-
- rbi/
|
214
|
-
- rbi/
|
215
|
-
- rbi/
|
216
|
-
- rbi/
|
217
|
-
- rbi/
|
218
|
-
- rbi/
|
219
|
-
- rbi/
|
220
|
-
- rbi/
|
221
|
-
- rbi/
|
222
|
-
- rbi/
|
223
|
-
- rbi/
|
224
|
-
- rbi/
|
225
|
-
- rbi/
|
226
|
-
- rbi/
|
227
|
-
- rbi/
|
228
|
-
- rbi/
|
229
|
-
- rbi/
|
230
|
-
- rbi/
|
231
|
-
- rbi/
|
232
|
-
- rbi/
|
233
|
-
- rbi/
|
234
|
-
- rbi/
|
235
|
-
- rbi/
|
236
|
-
- rbi/
|
237
|
-
- rbi/
|
238
|
-
- rbi/
|
239
|
-
- rbi/
|
240
|
-
- rbi/
|
241
|
-
- rbi/
|
242
|
-
- rbi/
|
243
|
-
- rbi/
|
244
|
-
- rbi/
|
245
|
-
- rbi/
|
246
|
-
- rbi/
|
247
|
-
- rbi/
|
248
|
-
- rbi/
|
249
|
-
- rbi/
|
250
|
-
- rbi/
|
251
|
-
- rbi/
|
252
|
-
- rbi/
|
253
|
-
- rbi/
|
254
|
-
- rbi/
|
255
|
-
- rbi/
|
256
|
-
- rbi/
|
257
|
-
- rbi/
|
258
|
-
- rbi/
|
259
|
-
- rbi/
|
260
|
-
- rbi/
|
261
|
-
- rbi/
|
262
|
-
- rbi/
|
263
|
-
- rbi/
|
264
|
-
- rbi/
|
265
|
-
- rbi/
|
266
|
-
- rbi/
|
267
|
-
- rbi/
|
268
|
-
- rbi/
|
269
|
-
- rbi/
|
270
|
-
- rbi/
|
271
|
-
- rbi/
|
157
|
+
- rbi/terminal_shop/client.rbi
|
158
|
+
- rbi/terminal_shop/errors.rbi
|
159
|
+
- rbi/terminal_shop/file_part.rbi
|
160
|
+
- rbi/terminal_shop/internal.rbi
|
161
|
+
- rbi/terminal_shop/internal/transport/base_client.rbi
|
162
|
+
- rbi/terminal_shop/internal/transport/pooled_net_requester.rbi
|
163
|
+
- rbi/terminal_shop/internal/type/array_of.rbi
|
164
|
+
- rbi/terminal_shop/internal/type/base_model.rbi
|
165
|
+
- rbi/terminal_shop/internal/type/base_page.rbi
|
166
|
+
- rbi/terminal_shop/internal/type/boolean.rbi
|
167
|
+
- rbi/terminal_shop/internal/type/converter.rbi
|
168
|
+
- rbi/terminal_shop/internal/type/enum.rbi
|
169
|
+
- rbi/terminal_shop/internal/type/file_input.rbi
|
170
|
+
- rbi/terminal_shop/internal/type/hash_of.rbi
|
171
|
+
- rbi/terminal_shop/internal/type/request_parameters.rbi
|
172
|
+
- rbi/terminal_shop/internal/type/union.rbi
|
173
|
+
- rbi/terminal_shop/internal/type/unknown.rbi
|
174
|
+
- rbi/terminal_shop/internal/util.rbi
|
175
|
+
- rbi/terminal_shop/models.rbi
|
176
|
+
- rbi/terminal_shop/models/address.rbi
|
177
|
+
- rbi/terminal_shop/models/address_create_params.rbi
|
178
|
+
- rbi/terminal_shop/models/address_create_response.rbi
|
179
|
+
- rbi/terminal_shop/models/address_delete_params.rbi
|
180
|
+
- rbi/terminal_shop/models/address_delete_response.rbi
|
181
|
+
- rbi/terminal_shop/models/address_get_params.rbi
|
182
|
+
- rbi/terminal_shop/models/address_get_response.rbi
|
183
|
+
- rbi/terminal_shop/models/address_list_params.rbi
|
184
|
+
- rbi/terminal_shop/models/address_list_response.rbi
|
185
|
+
- rbi/terminal_shop/models/app.rbi
|
186
|
+
- rbi/terminal_shop/models/app_create_params.rbi
|
187
|
+
- rbi/terminal_shop/models/app_create_response.rbi
|
188
|
+
- rbi/terminal_shop/models/app_delete_params.rbi
|
189
|
+
- rbi/terminal_shop/models/app_delete_response.rbi
|
190
|
+
- rbi/terminal_shop/models/app_get_params.rbi
|
191
|
+
- rbi/terminal_shop/models/app_get_response.rbi
|
192
|
+
- rbi/terminal_shop/models/app_list_params.rbi
|
193
|
+
- rbi/terminal_shop/models/app_list_response.rbi
|
194
|
+
- rbi/terminal_shop/models/card.rbi
|
195
|
+
- rbi/terminal_shop/models/card_collect_params.rbi
|
196
|
+
- rbi/terminal_shop/models/card_collect_response.rbi
|
197
|
+
- rbi/terminal_shop/models/card_create_params.rbi
|
198
|
+
- rbi/terminal_shop/models/card_create_response.rbi
|
199
|
+
- rbi/terminal_shop/models/card_delete_params.rbi
|
200
|
+
- rbi/terminal_shop/models/card_delete_response.rbi
|
201
|
+
- rbi/terminal_shop/models/card_get_params.rbi
|
202
|
+
- rbi/terminal_shop/models/card_get_response.rbi
|
203
|
+
- rbi/terminal_shop/models/card_list_params.rbi
|
204
|
+
- rbi/terminal_shop/models/card_list_response.rbi
|
205
|
+
- rbi/terminal_shop/models/cart.rbi
|
206
|
+
- rbi/terminal_shop/models/cart_clear_params.rbi
|
207
|
+
- rbi/terminal_shop/models/cart_clear_response.rbi
|
208
|
+
- rbi/terminal_shop/models/cart_convert_params.rbi
|
209
|
+
- rbi/terminal_shop/models/cart_convert_response.rbi
|
210
|
+
- rbi/terminal_shop/models/cart_get_params.rbi
|
211
|
+
- rbi/terminal_shop/models/cart_get_response.rbi
|
212
|
+
- rbi/terminal_shop/models/cart_set_address_params.rbi
|
213
|
+
- rbi/terminal_shop/models/cart_set_address_response.rbi
|
214
|
+
- rbi/terminal_shop/models/cart_set_card_params.rbi
|
215
|
+
- rbi/terminal_shop/models/cart_set_card_response.rbi
|
216
|
+
- rbi/terminal_shop/models/cart_set_item_params.rbi
|
217
|
+
- rbi/terminal_shop/models/cart_set_item_response.rbi
|
218
|
+
- rbi/terminal_shop/models/email_create_params.rbi
|
219
|
+
- rbi/terminal_shop/models/email_create_response.rbi
|
220
|
+
- rbi/terminal_shop/models/order.rbi
|
221
|
+
- rbi/terminal_shop/models/order_create_params.rbi
|
222
|
+
- rbi/terminal_shop/models/order_create_response.rbi
|
223
|
+
- rbi/terminal_shop/models/order_get_params.rbi
|
224
|
+
- rbi/terminal_shop/models/order_get_response.rbi
|
225
|
+
- rbi/terminal_shop/models/order_list_params.rbi
|
226
|
+
- rbi/terminal_shop/models/order_list_response.rbi
|
227
|
+
- rbi/terminal_shop/models/product.rbi
|
228
|
+
- rbi/terminal_shop/models/product_get_params.rbi
|
229
|
+
- rbi/terminal_shop/models/product_get_response.rbi
|
230
|
+
- rbi/terminal_shop/models/product_list_params.rbi
|
231
|
+
- rbi/terminal_shop/models/product_list_response.rbi
|
232
|
+
- rbi/terminal_shop/models/product_variant.rbi
|
233
|
+
- rbi/terminal_shop/models/profile.rbi
|
234
|
+
- rbi/terminal_shop/models/profile_me_params.rbi
|
235
|
+
- rbi/terminal_shop/models/profile_me_response.rbi
|
236
|
+
- rbi/terminal_shop/models/profile_update_params.rbi
|
237
|
+
- rbi/terminal_shop/models/profile_update_response.rbi
|
238
|
+
- rbi/terminal_shop/models/region.rbi
|
239
|
+
- rbi/terminal_shop/models/subscription.rbi
|
240
|
+
- rbi/terminal_shop/models/subscription_create_params.rbi
|
241
|
+
- rbi/terminal_shop/models/subscription_create_response.rbi
|
242
|
+
- rbi/terminal_shop/models/subscription_delete_params.rbi
|
243
|
+
- rbi/terminal_shop/models/subscription_delete_response.rbi
|
244
|
+
- rbi/terminal_shop/models/subscription_get_params.rbi
|
245
|
+
- rbi/terminal_shop/models/subscription_get_response.rbi
|
246
|
+
- rbi/terminal_shop/models/subscription_list_params.rbi
|
247
|
+
- rbi/terminal_shop/models/subscription_list_response.rbi
|
248
|
+
- rbi/terminal_shop/models/subscription_update_params.rbi
|
249
|
+
- rbi/terminal_shop/models/subscription_update_response.rbi
|
250
|
+
- rbi/terminal_shop/models/token.rbi
|
251
|
+
- rbi/terminal_shop/models/token_create_params.rbi
|
252
|
+
- rbi/terminal_shop/models/token_create_response.rbi
|
253
|
+
- rbi/terminal_shop/models/token_delete_params.rbi
|
254
|
+
- rbi/terminal_shop/models/token_delete_response.rbi
|
255
|
+
- rbi/terminal_shop/models/token_get_params.rbi
|
256
|
+
- rbi/terminal_shop/models/token_get_response.rbi
|
257
|
+
- rbi/terminal_shop/models/token_list_params.rbi
|
258
|
+
- rbi/terminal_shop/models/token_list_response.rbi
|
259
|
+
- rbi/terminal_shop/models/view_init_params.rbi
|
260
|
+
- rbi/terminal_shop/models/view_init_response.rbi
|
261
|
+
- rbi/terminal_shop/request_options.rbi
|
262
|
+
- rbi/terminal_shop/resources/address.rbi
|
263
|
+
- rbi/terminal_shop/resources/app.rbi
|
264
|
+
- rbi/terminal_shop/resources/card.rbi
|
265
|
+
- rbi/terminal_shop/resources/cart.rbi
|
266
|
+
- rbi/terminal_shop/resources/email.rbi
|
267
|
+
- rbi/terminal_shop/resources/order.rbi
|
268
|
+
- rbi/terminal_shop/resources/product.rbi
|
269
|
+
- rbi/terminal_shop/resources/profile.rbi
|
270
|
+
- rbi/terminal_shop/resources/subscription.rbi
|
271
|
+
- rbi/terminal_shop/resources/token.rbi
|
272
|
+
- rbi/terminal_shop/resources/view.rbi
|
273
|
+
- rbi/terminal_shop/version.rbi
|
272
274
|
- sig/terminal_shop/client.rbs
|
273
275
|
- sig/terminal_shop/errors.rbs
|
274
276
|
- sig/terminal_shop/file_part.rbs
|
@@ -287,6 +289,7 @@ files:
|
|
287
289
|
- sig/terminal_shop/internal/type/union.rbs
|
288
290
|
- sig/terminal_shop/internal/type/unknown.rbs
|
289
291
|
- sig/terminal_shop/internal/util.rbs
|
292
|
+
- sig/terminal_shop/models.rbs
|
290
293
|
- sig/terminal_shop/models/address.rbs
|
291
294
|
- sig/terminal_shop/models/address_create_params.rbs
|
292
295
|
- sig/terminal_shop/models/address_create_response.rbs
|
@@ -399,14 +402,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
399
402
|
requirements:
|
400
403
|
- - ">="
|
401
404
|
- !ruby/object:Gem::Version
|
402
|
-
version: 3.
|
405
|
+
version: 3.2.0
|
403
406
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
404
407
|
requirements:
|
405
408
|
- - ">="
|
406
409
|
- !ruby/object:Gem::Version
|
407
410
|
version: '0'
|
408
411
|
requirements: []
|
409
|
-
rubygems_version: 3.
|
412
|
+
rubygems_version: 3.4.1
|
410
413
|
signing_key:
|
411
414
|
specification_version: 4
|
412
415
|
summary: Ruby library to access the Terminal API
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|