turnkey_client 0.0.9 → 0.0.12
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/lib/turnkey_client/api/features_api.rb +4 -4
- data/lib/turnkey_client/api/organizations_api.rb +60 -2
- data/lib/turnkey_client/api/user_auth_api.rb +348 -0
- data/lib/turnkey_client/api/users_api.rb +0 -232
- data/lib/turnkey_client/api/wallets_api.rb +58 -0
- data/lib/turnkey_client/models/activity_type.rb +4 -0
- data/lib/turnkey_client/models/address_format.rb +7 -0
- data/lib/turnkey_client/models/create_sub_organization_intent_v7.rb +292 -0
- data/lib/turnkey_client/models/create_sub_organization_request.rb +2 -2
- data/lib/turnkey_client/models/create_sub_organization_result_v7.rb +230 -0
- data/lib/turnkey_client/models/credential_type.rb +1 -0
- data/lib/turnkey_client/models/email_auth_intent.rb +14 -4
- data/lib/turnkey_client/models/email_auth_intent_v2.rb +14 -4
- data/lib/turnkey_client/models/feature_name.rb +2 -0
- data/lib/turnkey_client/models/get_sub_org_ids_request.rb +1 -1
- data/lib/turnkey_client/models/get_verified_sub_org_ids_request.rb +240 -0
- data/lib/turnkey_client/models/get_verified_sub_org_ids_response.rb +213 -0
- data/lib/turnkey_client/models/init_otp_auth_intent.rb +264 -0
- data/lib/turnkey_client/models/init_otp_auth_request.rb +288 -0
- data/lib/turnkey_client/models/init_otp_auth_result.rb +211 -0
- data/lib/turnkey_client/models/intent.rb +40 -4
- data/lib/turnkey_client/models/otp_auth_intent.rb +266 -0
- data/lib/turnkey_client/models/otp_auth_request.rb +288 -0
- data/lib/turnkey_client/models/otp_auth_result.rb +231 -0
- data/lib/turnkey_client/models/result.rb +40 -4
- data/lib/turnkey_client/models/root_user_params_v4.rb +282 -0
- data/lib/turnkey_client/models/sms_customization_params.rb +206 -0
- data/lib/turnkey_client/models/update_user_intent.rb +14 -4
- data/lib/turnkey_client/models/update_wallet_intent.rb +221 -0
- data/lib/turnkey_client/models/update_wallet_request.rb +288 -0
- data/lib/turnkey_client/models/update_wallet_result.rb +211 -0
- data/lib/turnkey_client/models/user.rb +11 -1
- data/lib/turnkey_client/models/wallet_account.rb +16 -1
- data/lib/turnkey_client/version.rb +1 -1
- data/lib/turnkey_client.rb +15 -0
- data/turnkey_client-0.0.9.gem +0 -0
- metadata +18 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turnkey_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Turnkey Engineering
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -198,12 +198,14 @@ files:
|
|
|
198
198
|
- lib/turnkey_client/models/create_sub_organization_intent_v4.rb
|
|
199
199
|
- lib/turnkey_client/models/create_sub_organization_intent_v5.rb
|
|
200
200
|
- lib/turnkey_client/models/create_sub_organization_intent_v6.rb
|
|
201
|
+
- lib/turnkey_client/models/create_sub_organization_intent_v7.rb
|
|
201
202
|
- lib/turnkey_client/models/create_sub_organization_request.rb
|
|
202
203
|
- lib/turnkey_client/models/create_sub_organization_result.rb
|
|
203
204
|
- lib/turnkey_client/models/create_sub_organization_result_v3.rb
|
|
204
205
|
- lib/turnkey_client/models/create_sub_organization_result_v4.rb
|
|
205
206
|
- lib/turnkey_client/models/create_sub_organization_result_v5.rb
|
|
206
207
|
- lib/turnkey_client/models/create_sub_organization_result_v6.rb
|
|
208
|
+
- lib/turnkey_client/models/create_sub_organization_result_v7.rb
|
|
207
209
|
- lib/turnkey_client/models/create_user_tag_intent.rb
|
|
208
210
|
- lib/turnkey_client/models/create_user_tag_request.rb
|
|
209
211
|
- lib/turnkey_client/models/create_user_tag_result.rb
|
|
@@ -309,6 +311,8 @@ files:
|
|
|
309
311
|
- lib/turnkey_client/models/get_user_response.rb
|
|
310
312
|
- lib/turnkey_client/models/get_users_request.rb
|
|
311
313
|
- lib/turnkey_client/models/get_users_response.rb
|
|
314
|
+
- lib/turnkey_client/models/get_verified_sub_org_ids_request.rb
|
|
315
|
+
- lib/turnkey_client/models/get_verified_sub_org_ids_response.rb
|
|
312
316
|
- lib/turnkey_client/models/get_wallet_accounts_request.rb
|
|
313
317
|
- lib/turnkey_client/models/get_wallet_accounts_response.rb
|
|
314
318
|
- lib/turnkey_client/models/get_wallet_request.rb
|
|
@@ -330,6 +334,9 @@ files:
|
|
|
330
334
|
- lib/turnkey_client/models/init_import_wallet_intent.rb
|
|
331
335
|
- lib/turnkey_client/models/init_import_wallet_request.rb
|
|
332
336
|
- lib/turnkey_client/models/init_import_wallet_result.rb
|
|
337
|
+
- lib/turnkey_client/models/init_otp_auth_intent.rb
|
|
338
|
+
- lib/turnkey_client/models/init_otp_auth_request.rb
|
|
339
|
+
- lib/turnkey_client/models/init_otp_auth_result.rb
|
|
333
340
|
- lib/turnkey_client/models/init_user_email_recovery_intent.rb
|
|
334
341
|
- lib/turnkey_client/models/init_user_email_recovery_request.rb
|
|
335
342
|
- lib/turnkey_client/models/init_user_email_recovery_result.rb
|
|
@@ -346,6 +353,9 @@ files:
|
|
|
346
353
|
- lib/turnkey_client/models/oauth_request.rb
|
|
347
354
|
- lib/turnkey_client/models/oauth_result.rb
|
|
348
355
|
- lib/turnkey_client/models/operator.rb
|
|
356
|
+
- lib/turnkey_client/models/otp_auth_intent.rb
|
|
357
|
+
- lib/turnkey_client/models/otp_auth_request.rb
|
|
358
|
+
- lib/turnkey_client/models/otp_auth_result.rb
|
|
349
359
|
- lib/turnkey_client/models/pagination.rb
|
|
350
360
|
- lib/turnkey_client/models/path_format.rb
|
|
351
361
|
- lib/turnkey_client/models/payload_encoding.rb
|
|
@@ -366,6 +376,7 @@ files:
|
|
|
366
376
|
- lib/turnkey_client/models/root_user_params.rb
|
|
367
377
|
- lib/turnkey_client/models/root_user_params_v2.rb
|
|
368
378
|
- lib/turnkey_client/models/root_user_params_v3.rb
|
|
379
|
+
- lib/turnkey_client/models/root_user_params_v4.rb
|
|
369
380
|
- lib/turnkey_client/models/selector.rb
|
|
370
381
|
- lib/turnkey_client/models/selector_v2.rb
|
|
371
382
|
- lib/turnkey_client/models/set_organization_feature_intent.rb
|
|
@@ -386,6 +397,7 @@ files:
|
|
|
386
397
|
- lib/turnkey_client/models/sign_transaction_request.rb
|
|
387
398
|
- lib/turnkey_client/models/sign_transaction_result.rb
|
|
388
399
|
- lib/turnkey_client/models/simple_client_extension_results.rb
|
|
400
|
+
- lib/turnkey_client/models/sms_customization_params.rb
|
|
389
401
|
- lib/turnkey_client/models/status.rb
|
|
390
402
|
- lib/turnkey_client/models/tag_type.rb
|
|
391
403
|
- lib/turnkey_client/models/transaction_type.rb
|
|
@@ -406,6 +418,9 @@ files:
|
|
|
406
418
|
- lib/turnkey_client/models/update_user_tag_intent.rb
|
|
407
419
|
- lib/turnkey_client/models/update_user_tag_request.rb
|
|
408
420
|
- lib/turnkey_client/models/update_user_tag_result.rb
|
|
421
|
+
- lib/turnkey_client/models/update_wallet_intent.rb
|
|
422
|
+
- lib/turnkey_client/models/update_wallet_request.rb
|
|
423
|
+
- lib/turnkey_client/models/update_wallet_result.rb
|
|
409
424
|
- lib/turnkey_client/models/user.rb
|
|
410
425
|
- lib/turnkey_client/models/user_params.rb
|
|
411
426
|
- lib/turnkey_client/models/user_params_v2.rb
|
|
@@ -422,6 +437,7 @@ files:
|
|
|
422
437
|
- turnkey_client-0.0.4.gem
|
|
423
438
|
- turnkey_client-0.0.7.gem
|
|
424
439
|
- turnkey_client-0.0.8.gem
|
|
440
|
+
- turnkey_client-0.0.9.gem
|
|
425
441
|
- turnkey_client.gemspec
|
|
426
442
|
homepage: https://github.com/tkhq/ruby-sdk
|
|
427
443
|
licenses:
|