@turnkey/http 2.0.0 → 2.1.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.
- package/CHANGELOG.md +8 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.d.ts +46 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.d.ts.map +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.js +76 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.js.map +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts +919 -2042
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts.map +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.js +76 -4
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.js.map +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.swagger.json +233 -11
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts +114 -2
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "Wallets",
|
|
27
|
-
"description": "Wallets contain collections of deterministically generated cryptographic public / private key pairs that share a common seed. Turnkey securely holds the common seed, but only you can access it. In most cases, Wallets should be preferred over Private Keys since they can be represented by a mnemonic phrase, used across a variety of cryptographic curves, and can derive many addresses."
|
|
27
|
+
"description": "Wallets contain collections of deterministically generated cryptographic public / private key pairs that share a common seed. Turnkey securely holds the common seed, but only you can access it. In most cases, Wallets should be preferred over Private Keys since they can be represented by a mnemonic phrase, used across a variety of cryptographic curves, and can derive many addresses.\n\nDerived addresses can be used to create digital signatures using the corresponding underlying private key. See [Signers](./api#tag/Signers) for more information"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"name": "
|
|
31
|
-
"description": "Signatures are used to validate the authenticity and integrity of a digital message.
|
|
30
|
+
"name": "Signers",
|
|
31
|
+
"description": "Signers allow you to create digitial signatures. Signatures are used to validate the authenticity and integrity of a digital message. Turnkey makes it easy to produce signatures by allowing you to sign with an address. If Turnkey doesn't yet support an address format you need, you can generate and sign with the public key instead by using the address format `ADDRESS_FORMAT_COMPRESSED`."
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"name": "Private Keys",
|
|
35
|
-
"description": "Private Keys are cryptographic public / private key pairs that can be used for cryptocurrency needs or more generalized encryption. Turnkey securely holds all
|
|
35
|
+
"description": "Private Keys are cryptographic public / private key pairs that can be used for cryptocurrency needs or more generalized encryption. Turnkey securely holds all private key materials for you, but only you can access them.\n\nThe Private Key ID or any derived address can be used to create digital signatures. See [Signers](./api#tag/Signers) for more information"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"name": "Private Key Tags",
|
|
@@ -292,6 +292,38 @@
|
|
|
292
292
|
"tags": ["Users"]
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
|
+
"/public/v1/query/get_wallet": {
|
|
296
|
+
"post": {
|
|
297
|
+
"summary": "Get Wallet",
|
|
298
|
+
"description": "Get details about a Wallet",
|
|
299
|
+
"operationId": "PublicApiService_GetWallet",
|
|
300
|
+
"responses": {
|
|
301
|
+
"200": {
|
|
302
|
+
"description": "A successful response.",
|
|
303
|
+
"schema": {
|
|
304
|
+
"$ref": "#/definitions/v1GetWalletResponse"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"default": {
|
|
308
|
+
"description": "An unexpected error response.",
|
|
309
|
+
"schema": {
|
|
310
|
+
"$ref": "#/definitions/rpcStatus"
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"parameters": [
|
|
315
|
+
{
|
|
316
|
+
"name": "body",
|
|
317
|
+
"in": "body",
|
|
318
|
+
"required": true,
|
|
319
|
+
"schema": {
|
|
320
|
+
"$ref": "#/definitions/v1GetWalletRequest"
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"tags": ["Wallets"]
|
|
325
|
+
}
|
|
326
|
+
},
|
|
295
327
|
"/public/v1/query/list_activities": {
|
|
296
328
|
"post": {
|
|
297
329
|
"summary": "List Activities",
|
|
@@ -420,6 +452,70 @@
|
|
|
420
452
|
"tags": ["Users"]
|
|
421
453
|
}
|
|
422
454
|
},
|
|
455
|
+
"/public/v1/query/list_wallet_accounts": {
|
|
456
|
+
"post": {
|
|
457
|
+
"summary": "List Wallets Accounts",
|
|
458
|
+
"description": "List all Accounts wirhin a Wallet",
|
|
459
|
+
"operationId": "PublicApiService_GetWalletAccounts",
|
|
460
|
+
"responses": {
|
|
461
|
+
"200": {
|
|
462
|
+
"description": "A successful response.",
|
|
463
|
+
"schema": {
|
|
464
|
+
"$ref": "#/definitions/v1GetWalletAccountsResponse"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"default": {
|
|
468
|
+
"description": "An unexpected error response.",
|
|
469
|
+
"schema": {
|
|
470
|
+
"$ref": "#/definitions/rpcStatus"
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"parameters": [
|
|
475
|
+
{
|
|
476
|
+
"name": "body",
|
|
477
|
+
"in": "body",
|
|
478
|
+
"required": true,
|
|
479
|
+
"schema": {
|
|
480
|
+
"$ref": "#/definitions/v1GetWalletAccountsRequest"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
],
|
|
484
|
+
"tags": ["Wallets"]
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"/public/v1/query/list_wallets": {
|
|
488
|
+
"post": {
|
|
489
|
+
"summary": "List Wallets",
|
|
490
|
+
"description": "List all Wallets within an Organization",
|
|
491
|
+
"operationId": "PublicApiService_GetWallets",
|
|
492
|
+
"responses": {
|
|
493
|
+
"200": {
|
|
494
|
+
"description": "A successful response.",
|
|
495
|
+
"schema": {
|
|
496
|
+
"$ref": "#/definitions/v1GetWalletsResponse"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
"default": {
|
|
500
|
+
"description": "An unexpected error response.",
|
|
501
|
+
"schema": {
|
|
502
|
+
"$ref": "#/definitions/rpcStatus"
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"parameters": [
|
|
507
|
+
{
|
|
508
|
+
"name": "body",
|
|
509
|
+
"in": "body",
|
|
510
|
+
"required": true,
|
|
511
|
+
"schema": {
|
|
512
|
+
"$ref": "#/definitions/v1GetWalletsRequest"
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"tags": ["Wallets"]
|
|
517
|
+
}
|
|
518
|
+
},
|
|
423
519
|
"/public/v1/query/whoami": {
|
|
424
520
|
"post": {
|
|
425
521
|
"summary": "Who am I?",
|
|
@@ -449,7 +545,7 @@
|
|
|
449
545
|
}
|
|
450
546
|
}
|
|
451
547
|
],
|
|
452
|
-
"tags": ["
|
|
548
|
+
"tags": ["Sessions"]
|
|
453
549
|
}
|
|
454
550
|
},
|
|
455
551
|
"/public/v1/submit/approve_activity": {
|
|
@@ -1249,7 +1345,7 @@
|
|
|
1249
1345
|
}
|
|
1250
1346
|
}
|
|
1251
1347
|
],
|
|
1252
|
-
"tags": ["
|
|
1348
|
+
"tags": ["Signers"]
|
|
1253
1349
|
}
|
|
1254
1350
|
},
|
|
1255
1351
|
"/public/v1/submit/sign_transaction": {
|
|
@@ -1281,13 +1377,13 @@
|
|
|
1281
1377
|
}
|
|
1282
1378
|
}
|
|
1283
1379
|
],
|
|
1284
|
-
"tags": ["
|
|
1380
|
+
"tags": ["Signers"]
|
|
1285
1381
|
}
|
|
1286
1382
|
},
|
|
1287
1383
|
"/public/v1/submit/update_allowed_origins": {
|
|
1288
1384
|
"post": {
|
|
1289
|
-
"summary": "Update
|
|
1290
|
-
"description": "Update the
|
|
1385
|
+
"summary": "Update Allowed Origins",
|
|
1386
|
+
"description": "Update the origins WebAuthN credentials are allowed to sign requests from. Setting this on a Parent-Organization applies to all Sub-Organizations.",
|
|
1291
1387
|
"operationId": "PublicApiService_UpdateAllowedOrigins",
|
|
1292
1388
|
"responses": {
|
|
1293
1389
|
"200": {
|
|
@@ -3866,6 +3962,82 @@
|
|
|
3866
3962
|
},
|
|
3867
3963
|
"required": ["users"]
|
|
3868
3964
|
},
|
|
3965
|
+
"v1GetWalletAccountsRequest": {
|
|
3966
|
+
"type": "object",
|
|
3967
|
+
"properties": {
|
|
3968
|
+
"organizationId": {
|
|
3969
|
+
"type": "string",
|
|
3970
|
+
"description": "Unique identifier for a given Organization."
|
|
3971
|
+
},
|
|
3972
|
+
"walletId": {
|
|
3973
|
+
"type": "string",
|
|
3974
|
+
"description": "Unique identifier for a given Wallet."
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
"required": ["organizationId", "walletId"]
|
|
3978
|
+
},
|
|
3979
|
+
"v1GetWalletAccountsResponse": {
|
|
3980
|
+
"type": "object",
|
|
3981
|
+
"properties": {
|
|
3982
|
+
"accounts": {
|
|
3983
|
+
"type": "array",
|
|
3984
|
+
"items": {
|
|
3985
|
+
"type": "object",
|
|
3986
|
+
"$ref": "#/definitions/v1WalletAccount"
|
|
3987
|
+
},
|
|
3988
|
+
"description": "A list of Accounts generated from a Wallet that share a common seed"
|
|
3989
|
+
}
|
|
3990
|
+
},
|
|
3991
|
+
"required": ["accounts"]
|
|
3992
|
+
},
|
|
3993
|
+
"v1GetWalletRequest": {
|
|
3994
|
+
"type": "object",
|
|
3995
|
+
"properties": {
|
|
3996
|
+
"organizationId": {
|
|
3997
|
+
"type": "string",
|
|
3998
|
+
"description": "Unique identifier for a given Organization."
|
|
3999
|
+
},
|
|
4000
|
+
"walletId": {
|
|
4001
|
+
"type": "string",
|
|
4002
|
+
"description": "Unique identifier for a given Wallet."
|
|
4003
|
+
}
|
|
4004
|
+
},
|
|
4005
|
+
"required": ["organizationId", "walletId"]
|
|
4006
|
+
},
|
|
4007
|
+
"v1GetWalletResponse": {
|
|
4008
|
+
"type": "object",
|
|
4009
|
+
"properties": {
|
|
4010
|
+
"wallet": {
|
|
4011
|
+
"$ref": "#/definitions/v1Wallet",
|
|
4012
|
+
"description": "A collection of deterministically generated cryptographic public / private key pairs that share a common seed"
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
4015
|
+
"required": ["wallet"]
|
|
4016
|
+
},
|
|
4017
|
+
"v1GetWalletsRequest": {
|
|
4018
|
+
"type": "object",
|
|
4019
|
+
"properties": {
|
|
4020
|
+
"organizationId": {
|
|
4021
|
+
"type": "string",
|
|
4022
|
+
"description": "Unique identifier for a given Organization."
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
"required": ["organizationId"]
|
|
4026
|
+
},
|
|
4027
|
+
"v1GetWalletsResponse": {
|
|
4028
|
+
"type": "object",
|
|
4029
|
+
"properties": {
|
|
4030
|
+
"wallets": {
|
|
4031
|
+
"type": "array",
|
|
4032
|
+
"items": {
|
|
4033
|
+
"type": "object",
|
|
4034
|
+
"$ref": "#/definitions/v1Wallet"
|
|
4035
|
+
},
|
|
4036
|
+
"description": "A list of Wallets."
|
|
4037
|
+
}
|
|
4038
|
+
},
|
|
4039
|
+
"required": ["wallets"]
|
|
4040
|
+
},
|
|
3869
4041
|
"v1GetWhoamiRequest": {
|
|
3870
4042
|
"type": "object",
|
|
3871
4043
|
"properties": {
|
|
@@ -5666,6 +5838,56 @@
|
|
|
5666
5838
|
"exported"
|
|
5667
5839
|
]
|
|
5668
5840
|
},
|
|
5841
|
+
"v1WalletAccount": {
|
|
5842
|
+
"type": "object",
|
|
5843
|
+
"properties": {
|
|
5844
|
+
"organizationId": {
|
|
5845
|
+
"type": "string",
|
|
5846
|
+
"description": "The Organization the Account belongs to."
|
|
5847
|
+
},
|
|
5848
|
+
"walletId": {
|
|
5849
|
+
"type": "string",
|
|
5850
|
+
"description": "The Wallet the Account was derived from."
|
|
5851
|
+
},
|
|
5852
|
+
"curve": {
|
|
5853
|
+
"$ref": "#/definitions/immutablecommonv1Curve",
|
|
5854
|
+
"description": "Cryptographic curve used to generate the Account."
|
|
5855
|
+
},
|
|
5856
|
+
"pathFormat": {
|
|
5857
|
+
"$ref": "#/definitions/v1PathFormat",
|
|
5858
|
+
"description": "Path format used to generate the Account."
|
|
5859
|
+
},
|
|
5860
|
+
"path": {
|
|
5861
|
+
"type": "string",
|
|
5862
|
+
"description": "Path used to generate the Account."
|
|
5863
|
+
},
|
|
5864
|
+
"addressFormat": {
|
|
5865
|
+
"$ref": "#/definitions/immutablecommonv1AddressFormat",
|
|
5866
|
+
"description": "Address format used to generate the Acccount."
|
|
5867
|
+
},
|
|
5868
|
+
"address": {
|
|
5869
|
+
"type": "string",
|
|
5870
|
+
"description": "Address generated using the Wallet seed and Account parameters."
|
|
5871
|
+
},
|
|
5872
|
+
"createdAt": {
|
|
5873
|
+
"$ref": "#/definitions/externaldatav1Timestamp"
|
|
5874
|
+
},
|
|
5875
|
+
"updatedAt": {
|
|
5876
|
+
"$ref": "#/definitions/externaldatav1Timestamp"
|
|
5877
|
+
}
|
|
5878
|
+
},
|
|
5879
|
+
"required": [
|
|
5880
|
+
"organizationId",
|
|
5881
|
+
"walletId",
|
|
5882
|
+
"curve",
|
|
5883
|
+
"pathFormat",
|
|
5884
|
+
"path",
|
|
5885
|
+
"addressFormat",
|
|
5886
|
+
"address",
|
|
5887
|
+
"createdAt",
|
|
5888
|
+
"updatedAt"
|
|
5889
|
+
]
|
|
5890
|
+
},
|
|
5669
5891
|
"v1WalletAccountParams": {
|
|
5670
5892
|
"type": "object",
|
|
5671
5893
|
"properties": {
|
|
@@ -5777,7 +5999,7 @@
|
|
|
5777
5999
|
},
|
|
5778
6000
|
{
|
|
5779
6001
|
"name": "PRIVATE KEYS",
|
|
5780
|
-
"tags": ["Wallets", "
|
|
6002
|
+
"tags": ["Wallets", "Signers", "Private Keys", "Private Key Tags"]
|
|
5781
6003
|
},
|
|
5782
6004
|
{
|
|
5783
6005
|
"name": "USERS",
|
|
@@ -5785,7 +6007,7 @@
|
|
|
5785
6007
|
},
|
|
5786
6008
|
{
|
|
5787
6009
|
"name": "CREDENTIALS",
|
|
5788
|
-
"tags": ["Authenticators", "API Keys", "
|
|
6010
|
+
"tags": ["Authenticators", "API Keys", "Sessions"]
|
|
5789
6011
|
},
|
|
5790
6012
|
{
|
|
5791
6013
|
"name": "ACTIVITIES",
|
|
@@ -31,6 +31,10 @@ export type paths = {
|
|
|
31
31
|
/** Get details about a User */
|
|
32
32
|
post: operations["PublicApiService_GetUser"];
|
|
33
33
|
};
|
|
34
|
+
"/public/v1/query/get_wallet": {
|
|
35
|
+
/** Get details about a Wallet */
|
|
36
|
+
post: operations["PublicApiService_GetWallet"];
|
|
37
|
+
};
|
|
34
38
|
"/public/v1/query/list_activities": {
|
|
35
39
|
/** List all Activities within an Organization */
|
|
36
40
|
post: operations["PublicApiService_GetActivities"];
|
|
@@ -47,6 +51,14 @@ export type paths = {
|
|
|
47
51
|
/** List all Users within an Organization */
|
|
48
52
|
post: operations["PublicApiService_GetUsers"];
|
|
49
53
|
};
|
|
54
|
+
"/public/v1/query/list_wallet_accounts": {
|
|
55
|
+
/** List all Accounts wirhin a Wallet */
|
|
56
|
+
post: operations["PublicApiService_GetWalletAccounts"];
|
|
57
|
+
};
|
|
58
|
+
"/public/v1/query/list_wallets": {
|
|
59
|
+
/** List all Wallets within an Organization */
|
|
60
|
+
post: operations["PublicApiService_GetWallets"];
|
|
61
|
+
};
|
|
50
62
|
"/public/v1/query/whoami": {
|
|
51
63
|
/** Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users. */
|
|
52
64
|
post: operations["PublicApiService_GetWhoami"];
|
|
@@ -156,7 +168,7 @@ export type paths = {
|
|
|
156
168
|
post: operations["PublicApiService_SignTransaction"];
|
|
157
169
|
};
|
|
158
170
|
"/public/v1/submit/update_allowed_origins": {
|
|
159
|
-
/** Update the
|
|
171
|
+
/** Update the origins WebAuthN credentials are allowed to sign requests from. Setting this on a Parent-Organization applies to all Sub-Organizations. */
|
|
160
172
|
post: operations["PublicApiService_UpdateAllowedOrigins"];
|
|
161
173
|
};
|
|
162
174
|
"/public/v1/submit/update_policy": {
|
|
@@ -1042,6 +1054,34 @@ export type definitions = {
|
|
|
1042
1054
|
/** @description A list of Users. */
|
|
1043
1055
|
users: definitions["v1User"][];
|
|
1044
1056
|
};
|
|
1057
|
+
v1GetWalletAccountsRequest: {
|
|
1058
|
+
/** @description Unique identifier for a given Organization. */
|
|
1059
|
+
organizationId: string;
|
|
1060
|
+
/** @description Unique identifier for a given Wallet. */
|
|
1061
|
+
walletId: string;
|
|
1062
|
+
};
|
|
1063
|
+
v1GetWalletAccountsResponse: {
|
|
1064
|
+
/** @description A list of Accounts generated from a Wallet that share a common seed */
|
|
1065
|
+
accounts: definitions["v1WalletAccount"][];
|
|
1066
|
+
};
|
|
1067
|
+
v1GetWalletRequest: {
|
|
1068
|
+
/** @description Unique identifier for a given Organization. */
|
|
1069
|
+
organizationId: string;
|
|
1070
|
+
/** @description Unique identifier for a given Wallet. */
|
|
1071
|
+
walletId: string;
|
|
1072
|
+
};
|
|
1073
|
+
v1GetWalletResponse: {
|
|
1074
|
+
/** @description A collection of deterministically generated cryptographic public / private key pairs that share a common seed */
|
|
1075
|
+
wallet: definitions["v1Wallet"];
|
|
1076
|
+
};
|
|
1077
|
+
v1GetWalletsRequest: {
|
|
1078
|
+
/** @description Unique identifier for a given Organization. */
|
|
1079
|
+
organizationId: string;
|
|
1080
|
+
};
|
|
1081
|
+
v1GetWalletsResponse: {
|
|
1082
|
+
/** @description A list of Wallets. */
|
|
1083
|
+
wallets: definitions["v1Wallet"][];
|
|
1084
|
+
};
|
|
1045
1085
|
v1GetWhoamiRequest: {
|
|
1046
1086
|
/** @description Unique identifier for a given Organization. If the request is being made by a WebAuthN user and their Sub-Organization ID is unknown, this can be the Parent Organization ID; using the Sub-Organization ID when possible is preferred due to performance reasons. */
|
|
1047
1087
|
organizationId: string;
|
|
@@ -1693,6 +1733,24 @@ export type definitions = {
|
|
|
1693
1733
|
/** @description True when a given Wallet is exported, false otherwise. */
|
|
1694
1734
|
exported: boolean;
|
|
1695
1735
|
};
|
|
1736
|
+
v1WalletAccount: {
|
|
1737
|
+
/** @description The Organization the Account belongs to. */
|
|
1738
|
+
organizationId: string;
|
|
1739
|
+
/** @description The Wallet the Account was derived from. */
|
|
1740
|
+
walletId: string;
|
|
1741
|
+
/** @description Cryptographic curve used to generate the Account. */
|
|
1742
|
+
curve: definitions["immutablecommonv1Curve"];
|
|
1743
|
+
/** @description Path format used to generate the Account. */
|
|
1744
|
+
pathFormat: definitions["v1PathFormat"];
|
|
1745
|
+
/** @description Path used to generate the Account. */
|
|
1746
|
+
path: string;
|
|
1747
|
+
/** @description Address format used to generate the Acccount. */
|
|
1748
|
+
addressFormat: definitions["immutablecommonv1AddressFormat"];
|
|
1749
|
+
/** @description Address generated using the Wallet seed and Account parameters. */
|
|
1750
|
+
address: string;
|
|
1751
|
+
createdAt: definitions["externaldatav1Timestamp"];
|
|
1752
|
+
updatedAt: definitions["externaldatav1Timestamp"];
|
|
1753
|
+
};
|
|
1696
1754
|
v1WalletAccountParams: {
|
|
1697
1755
|
/** @description Cryptographic curve used to generate a wallet Account. */
|
|
1698
1756
|
curve: definitions["immutablecommonv1Curve"];
|
|
@@ -1852,6 +1910,24 @@ export type operations = {
|
|
|
1852
1910
|
};
|
|
1853
1911
|
};
|
|
1854
1912
|
};
|
|
1913
|
+
/** Get details about a Wallet */
|
|
1914
|
+
PublicApiService_GetWallet: {
|
|
1915
|
+
parameters: {
|
|
1916
|
+
body: {
|
|
1917
|
+
body: definitions["v1GetWalletRequest"];
|
|
1918
|
+
};
|
|
1919
|
+
};
|
|
1920
|
+
responses: {
|
|
1921
|
+
/** A successful response. */
|
|
1922
|
+
200: {
|
|
1923
|
+
schema: definitions["v1GetWalletResponse"];
|
|
1924
|
+
};
|
|
1925
|
+
/** An unexpected error response. */
|
|
1926
|
+
default: {
|
|
1927
|
+
schema: definitions["rpcStatus"];
|
|
1928
|
+
};
|
|
1929
|
+
};
|
|
1930
|
+
};
|
|
1855
1931
|
/** List all Activities within an Organization */
|
|
1856
1932
|
PublicApiService_GetActivities: {
|
|
1857
1933
|
parameters: {
|
|
@@ -1924,6 +2000,42 @@ export type operations = {
|
|
|
1924
2000
|
};
|
|
1925
2001
|
};
|
|
1926
2002
|
};
|
|
2003
|
+
/** List all Accounts wirhin a Wallet */
|
|
2004
|
+
PublicApiService_GetWalletAccounts: {
|
|
2005
|
+
parameters: {
|
|
2006
|
+
body: {
|
|
2007
|
+
body: definitions["v1GetWalletAccountsRequest"];
|
|
2008
|
+
};
|
|
2009
|
+
};
|
|
2010
|
+
responses: {
|
|
2011
|
+
/** A successful response. */
|
|
2012
|
+
200: {
|
|
2013
|
+
schema: definitions["v1GetWalletAccountsResponse"];
|
|
2014
|
+
};
|
|
2015
|
+
/** An unexpected error response. */
|
|
2016
|
+
default: {
|
|
2017
|
+
schema: definitions["rpcStatus"];
|
|
2018
|
+
};
|
|
2019
|
+
};
|
|
2020
|
+
};
|
|
2021
|
+
/** List all Wallets within an Organization */
|
|
2022
|
+
PublicApiService_GetWallets: {
|
|
2023
|
+
parameters: {
|
|
2024
|
+
body: {
|
|
2025
|
+
body: definitions["v1GetWalletsRequest"];
|
|
2026
|
+
};
|
|
2027
|
+
};
|
|
2028
|
+
responses: {
|
|
2029
|
+
/** A successful response. */
|
|
2030
|
+
200: {
|
|
2031
|
+
schema: definitions["v1GetWalletsResponse"];
|
|
2032
|
+
};
|
|
2033
|
+
/** An unexpected error response. */
|
|
2034
|
+
default: {
|
|
2035
|
+
schema: definitions["rpcStatus"];
|
|
2036
|
+
};
|
|
2037
|
+
};
|
|
2038
|
+
};
|
|
1927
2039
|
/** Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users. */
|
|
1928
2040
|
PublicApiService_GetWhoami: {
|
|
1929
2041
|
parameters: {
|
|
@@ -2410,7 +2522,7 @@ export type operations = {
|
|
|
2410
2522
|
};
|
|
2411
2523
|
};
|
|
2412
2524
|
};
|
|
2413
|
-
/** Update the
|
|
2525
|
+
/** Update the origins WebAuthN credentials are allowed to sign requests from. Setting this on a Parent-Organization applies to all Sub-Organizations. */
|
|
2414
2526
|
PublicApiService_UpdateAllowedOrigins: {
|
|
2415
2527
|
parameters: {
|
|
2416
2528
|
body: {
|