@turnkey/http 3.12.1 → 3.13.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 +6 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts +70 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts.map +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts +2 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/version.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @turnkey/http
|
|
2
2
|
|
|
3
|
+
## 3.13.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#977](https://github.com/tkhq/sdk/pull/977) [`4567059`](https://github.com/tkhq/sdk/commit/45670598f102223925b87a5295edca15a6ce8241) Author [@besler613](https://github.com/besler613) - OAuth2Authenticate now supports returning the encrypted bearer token via the optional `bearerTokenTargetPublicKey` request parameter (mono release v2025.9.5)
|
|
8
|
+
|
|
3
9
|
## 3.12.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -1112,6 +1112,7 @@ export declare const getActivity: (input: TGetActivityInput) => Promise<{
|
|
|
1112
1112
|
redirectUri: string;
|
|
1113
1113
|
codeVerifier: string;
|
|
1114
1114
|
nonce?: string;
|
|
1115
|
+
bearerTokenTargetPublicKey?: string;
|
|
1115
1116
|
};
|
|
1116
1117
|
};
|
|
1117
1118
|
result: {
|
|
@@ -3705,6 +3706,7 @@ export declare const getActivities: (input: TGetActivitiesInput) => Promise<{
|
|
|
3705
3706
|
redirectUri: string;
|
|
3706
3707
|
codeVerifier: string;
|
|
3707
3708
|
nonce?: string;
|
|
3709
|
+
bearerTokenTargetPublicKey?: string;
|
|
3708
3710
|
};
|
|
3709
3711
|
};
|
|
3710
3712
|
result: {
|
|
@@ -5886,6 +5888,7 @@ export declare const approveActivity: (input: TApproveActivityInput) => Promise<
|
|
|
5886
5888
|
redirectUri: string;
|
|
5887
5889
|
codeVerifier: string;
|
|
5888
5890
|
nonce?: string;
|
|
5891
|
+
bearerTokenTargetPublicKey?: string;
|
|
5889
5892
|
};
|
|
5890
5893
|
};
|
|
5891
5894
|
result: {
|
|
@@ -7465,6 +7468,7 @@ export declare const createApiKeys: (input: TCreateApiKeysInput) => Promise<{
|
|
|
7465
7468
|
redirectUri: string;
|
|
7466
7469
|
codeVerifier: string;
|
|
7467
7470
|
nonce?: string;
|
|
7471
|
+
bearerTokenTargetPublicKey?: string;
|
|
7468
7472
|
};
|
|
7469
7473
|
};
|
|
7470
7474
|
result: {
|
|
@@ -9044,6 +9048,7 @@ export declare const createApiOnlyUsers: (input: TCreateApiOnlyUsersInput) => Pr
|
|
|
9044
9048
|
redirectUri: string;
|
|
9045
9049
|
codeVerifier: string;
|
|
9046
9050
|
nonce?: string;
|
|
9051
|
+
bearerTokenTargetPublicKey?: string;
|
|
9047
9052
|
};
|
|
9048
9053
|
};
|
|
9049
9054
|
result: {
|
|
@@ -10623,6 +10628,7 @@ export declare const createAuthenticators: (input: TCreateAuthenticatorsInput) =
|
|
|
10623
10628
|
redirectUri: string;
|
|
10624
10629
|
codeVerifier: string;
|
|
10625
10630
|
nonce?: string;
|
|
10631
|
+
bearerTokenTargetPublicKey?: string;
|
|
10626
10632
|
};
|
|
10627
10633
|
};
|
|
10628
10634
|
result: {
|
|
@@ -12202,6 +12208,7 @@ export declare const createInvitations: (input: TCreateInvitationsInput) => Prom
|
|
|
12202
12208
|
redirectUri: string;
|
|
12203
12209
|
codeVerifier: string;
|
|
12204
12210
|
nonce?: string;
|
|
12211
|
+
bearerTokenTargetPublicKey?: string;
|
|
12205
12212
|
};
|
|
12206
12213
|
};
|
|
12207
12214
|
result: {
|
|
@@ -13781,6 +13788,7 @@ export declare const createOauth2Credential: (input: TCreateOauth2CredentialInpu
|
|
|
13781
13788
|
redirectUri: string;
|
|
13782
13789
|
codeVerifier: string;
|
|
13783
13790
|
nonce?: string;
|
|
13791
|
+
bearerTokenTargetPublicKey?: string;
|
|
13784
13792
|
};
|
|
13785
13793
|
};
|
|
13786
13794
|
result: {
|
|
@@ -15360,6 +15368,7 @@ export declare const createOauthProviders: (input: TCreateOauthProvidersInput) =
|
|
|
15360
15368
|
redirectUri: string;
|
|
15361
15369
|
codeVerifier: string;
|
|
15362
15370
|
nonce?: string;
|
|
15371
|
+
bearerTokenTargetPublicKey?: string;
|
|
15363
15372
|
};
|
|
15364
15373
|
};
|
|
15365
15374
|
result: {
|
|
@@ -16939,6 +16948,7 @@ export declare const createPolicies: (input: TCreatePoliciesInput) => Promise<{
|
|
|
16939
16948
|
redirectUri: string;
|
|
16940
16949
|
codeVerifier: string;
|
|
16941
16950
|
nonce?: string;
|
|
16951
|
+
bearerTokenTargetPublicKey?: string;
|
|
16942
16952
|
};
|
|
16943
16953
|
};
|
|
16944
16954
|
result: {
|
|
@@ -18518,6 +18528,7 @@ export declare const createPolicy: (input: TCreatePolicyInput) => Promise<{
|
|
|
18518
18528
|
redirectUri: string;
|
|
18519
18529
|
codeVerifier: string;
|
|
18520
18530
|
nonce?: string;
|
|
18531
|
+
bearerTokenTargetPublicKey?: string;
|
|
18521
18532
|
};
|
|
18522
18533
|
};
|
|
18523
18534
|
result: {
|
|
@@ -20097,6 +20108,7 @@ export declare const createPrivateKeyTag: (input: TCreatePrivateKeyTagInput) =>
|
|
|
20097
20108
|
redirectUri: string;
|
|
20098
20109
|
codeVerifier: string;
|
|
20099
20110
|
nonce?: string;
|
|
20111
|
+
bearerTokenTargetPublicKey?: string;
|
|
20100
20112
|
};
|
|
20101
20113
|
};
|
|
20102
20114
|
result: {
|
|
@@ -21676,6 +21688,7 @@ export declare const createPrivateKeys: (input: TCreatePrivateKeysInput) => Prom
|
|
|
21676
21688
|
redirectUri: string;
|
|
21677
21689
|
codeVerifier: string;
|
|
21678
21690
|
nonce?: string;
|
|
21691
|
+
bearerTokenTargetPublicKey?: string;
|
|
21679
21692
|
};
|
|
21680
21693
|
};
|
|
21681
21694
|
result: {
|
|
@@ -23255,6 +23268,7 @@ export declare const createReadOnlySession: (input: TCreateReadOnlySessionInput)
|
|
|
23255
23268
|
redirectUri: string;
|
|
23256
23269
|
codeVerifier: string;
|
|
23257
23270
|
nonce?: string;
|
|
23271
|
+
bearerTokenTargetPublicKey?: string;
|
|
23258
23272
|
};
|
|
23259
23273
|
};
|
|
23260
23274
|
result: {
|
|
@@ -24834,6 +24848,7 @@ export declare const createReadWriteSession: (input: TCreateReadWriteSessionInpu
|
|
|
24834
24848
|
redirectUri: string;
|
|
24835
24849
|
codeVerifier: string;
|
|
24836
24850
|
nonce?: string;
|
|
24851
|
+
bearerTokenTargetPublicKey?: string;
|
|
24837
24852
|
};
|
|
24838
24853
|
};
|
|
24839
24854
|
result: {
|
|
@@ -26413,6 +26428,7 @@ export declare const createSmartContractInterface: (input: TCreateSmartContractI
|
|
|
26413
26428
|
redirectUri: string;
|
|
26414
26429
|
codeVerifier: string;
|
|
26415
26430
|
nonce?: string;
|
|
26431
|
+
bearerTokenTargetPublicKey?: string;
|
|
26416
26432
|
};
|
|
26417
26433
|
};
|
|
26418
26434
|
result: {
|
|
@@ -27992,6 +28008,7 @@ export declare const createSubOrganization: (input: TCreateSubOrganizationInput)
|
|
|
27992
28008
|
redirectUri: string;
|
|
27993
28009
|
codeVerifier: string;
|
|
27994
28010
|
nonce?: string;
|
|
28011
|
+
bearerTokenTargetPublicKey?: string;
|
|
27995
28012
|
};
|
|
27996
28013
|
};
|
|
27997
28014
|
result: {
|
|
@@ -29571,6 +29588,7 @@ export declare const createUserTag: (input: TCreateUserTagInput) => Promise<{
|
|
|
29571
29588
|
redirectUri: string;
|
|
29572
29589
|
codeVerifier: string;
|
|
29573
29590
|
nonce?: string;
|
|
29591
|
+
bearerTokenTargetPublicKey?: string;
|
|
29574
29592
|
};
|
|
29575
29593
|
};
|
|
29576
29594
|
result: {
|
|
@@ -31150,6 +31168,7 @@ export declare const createUsers: (input: TCreateUsersInput) => Promise<{
|
|
|
31150
31168
|
redirectUri: string;
|
|
31151
31169
|
codeVerifier: string;
|
|
31152
31170
|
nonce?: string;
|
|
31171
|
+
bearerTokenTargetPublicKey?: string;
|
|
31153
31172
|
};
|
|
31154
31173
|
};
|
|
31155
31174
|
result: {
|
|
@@ -32729,6 +32748,7 @@ export declare const createWallet: (input: TCreateWalletInput) => Promise<{
|
|
|
32729
32748
|
redirectUri: string;
|
|
32730
32749
|
codeVerifier: string;
|
|
32731
32750
|
nonce?: string;
|
|
32751
|
+
bearerTokenTargetPublicKey?: string;
|
|
32732
32752
|
};
|
|
32733
32753
|
};
|
|
32734
32754
|
result: {
|
|
@@ -34308,6 +34328,7 @@ export declare const createWalletAccounts: (input: TCreateWalletAccountsInput) =
|
|
|
34308
34328
|
redirectUri: string;
|
|
34309
34329
|
codeVerifier: string;
|
|
34310
34330
|
nonce?: string;
|
|
34331
|
+
bearerTokenTargetPublicKey?: string;
|
|
34311
34332
|
};
|
|
34312
34333
|
};
|
|
34313
34334
|
result: {
|
|
@@ -35887,6 +35908,7 @@ export declare const deleteApiKeys: (input: TDeleteApiKeysInput) => Promise<{
|
|
|
35887
35908
|
redirectUri: string;
|
|
35888
35909
|
codeVerifier: string;
|
|
35889
35910
|
nonce?: string;
|
|
35911
|
+
bearerTokenTargetPublicKey?: string;
|
|
35890
35912
|
};
|
|
35891
35913
|
};
|
|
35892
35914
|
result: {
|
|
@@ -37466,6 +37488,7 @@ export declare const deleteAuthenticators: (input: TDeleteAuthenticatorsInput) =
|
|
|
37466
37488
|
redirectUri: string;
|
|
37467
37489
|
codeVerifier: string;
|
|
37468
37490
|
nonce?: string;
|
|
37491
|
+
bearerTokenTargetPublicKey?: string;
|
|
37469
37492
|
};
|
|
37470
37493
|
};
|
|
37471
37494
|
result: {
|
|
@@ -39045,6 +39068,7 @@ export declare const deleteInvitation: (input: TDeleteInvitationInput) => Promis
|
|
|
39045
39068
|
redirectUri: string;
|
|
39046
39069
|
codeVerifier: string;
|
|
39047
39070
|
nonce?: string;
|
|
39071
|
+
bearerTokenTargetPublicKey?: string;
|
|
39048
39072
|
};
|
|
39049
39073
|
};
|
|
39050
39074
|
result: {
|
|
@@ -40624,6 +40648,7 @@ export declare const deleteOauth2Credential: (input: TDeleteOauth2CredentialInpu
|
|
|
40624
40648
|
redirectUri: string;
|
|
40625
40649
|
codeVerifier: string;
|
|
40626
40650
|
nonce?: string;
|
|
40651
|
+
bearerTokenTargetPublicKey?: string;
|
|
40627
40652
|
};
|
|
40628
40653
|
};
|
|
40629
40654
|
result: {
|
|
@@ -42203,6 +42228,7 @@ export declare const deleteOauthProviders: (input: TDeleteOauthProvidersInput) =
|
|
|
42203
42228
|
redirectUri: string;
|
|
42204
42229
|
codeVerifier: string;
|
|
42205
42230
|
nonce?: string;
|
|
42231
|
+
bearerTokenTargetPublicKey?: string;
|
|
42206
42232
|
};
|
|
42207
42233
|
};
|
|
42208
42234
|
result: {
|
|
@@ -43782,6 +43808,7 @@ export declare const deletePolicy: (input: TDeletePolicyInput) => Promise<{
|
|
|
43782
43808
|
redirectUri: string;
|
|
43783
43809
|
codeVerifier: string;
|
|
43784
43810
|
nonce?: string;
|
|
43811
|
+
bearerTokenTargetPublicKey?: string;
|
|
43785
43812
|
};
|
|
43786
43813
|
};
|
|
43787
43814
|
result: {
|
|
@@ -45361,6 +45388,7 @@ export declare const deletePrivateKeyTags: (input: TDeletePrivateKeyTagsInput) =
|
|
|
45361
45388
|
redirectUri: string;
|
|
45362
45389
|
codeVerifier: string;
|
|
45363
45390
|
nonce?: string;
|
|
45391
|
+
bearerTokenTargetPublicKey?: string;
|
|
45364
45392
|
};
|
|
45365
45393
|
};
|
|
45366
45394
|
result: {
|
|
@@ -46940,6 +46968,7 @@ export declare const deletePrivateKeys: (input: TDeletePrivateKeysInput) => Prom
|
|
|
46940
46968
|
redirectUri: string;
|
|
46941
46969
|
codeVerifier: string;
|
|
46942
46970
|
nonce?: string;
|
|
46971
|
+
bearerTokenTargetPublicKey?: string;
|
|
46943
46972
|
};
|
|
46944
46973
|
};
|
|
46945
46974
|
result: {
|
|
@@ -48519,6 +48548,7 @@ export declare const deleteSmartContractInterface: (input: TDeleteSmartContractI
|
|
|
48519
48548
|
redirectUri: string;
|
|
48520
48549
|
codeVerifier: string;
|
|
48521
48550
|
nonce?: string;
|
|
48551
|
+
bearerTokenTargetPublicKey?: string;
|
|
48522
48552
|
};
|
|
48523
48553
|
};
|
|
48524
48554
|
result: {
|
|
@@ -50098,6 +50128,7 @@ export declare const deleteSubOrganization: (input: TDeleteSubOrganizationInput)
|
|
|
50098
50128
|
redirectUri: string;
|
|
50099
50129
|
codeVerifier: string;
|
|
50100
50130
|
nonce?: string;
|
|
50131
|
+
bearerTokenTargetPublicKey?: string;
|
|
50101
50132
|
};
|
|
50102
50133
|
};
|
|
50103
50134
|
result: {
|
|
@@ -51677,6 +51708,7 @@ export declare const deleteUserTags: (input: TDeleteUserTagsInput) => Promise<{
|
|
|
51677
51708
|
redirectUri: string;
|
|
51678
51709
|
codeVerifier: string;
|
|
51679
51710
|
nonce?: string;
|
|
51711
|
+
bearerTokenTargetPublicKey?: string;
|
|
51680
51712
|
};
|
|
51681
51713
|
};
|
|
51682
51714
|
result: {
|
|
@@ -53256,6 +53288,7 @@ export declare const deleteUsers: (input: TDeleteUsersInput) => Promise<{
|
|
|
53256
53288
|
redirectUri: string;
|
|
53257
53289
|
codeVerifier: string;
|
|
53258
53290
|
nonce?: string;
|
|
53291
|
+
bearerTokenTargetPublicKey?: string;
|
|
53259
53292
|
};
|
|
53260
53293
|
};
|
|
53261
53294
|
result: {
|
|
@@ -54835,6 +54868,7 @@ export declare const deleteWallets: (input: TDeleteWalletsInput) => Promise<{
|
|
|
54835
54868
|
redirectUri: string;
|
|
54836
54869
|
codeVerifier: string;
|
|
54837
54870
|
nonce?: string;
|
|
54871
|
+
bearerTokenTargetPublicKey?: string;
|
|
54838
54872
|
};
|
|
54839
54873
|
};
|
|
54840
54874
|
result: {
|
|
@@ -56414,6 +56448,7 @@ export declare const emailAuth: (input: TEmailAuthInput) => Promise<{
|
|
|
56414
56448
|
redirectUri: string;
|
|
56415
56449
|
codeVerifier: string;
|
|
56416
56450
|
nonce?: string;
|
|
56451
|
+
bearerTokenTargetPublicKey?: string;
|
|
56417
56452
|
};
|
|
56418
56453
|
};
|
|
56419
56454
|
result: {
|
|
@@ -57993,6 +58028,7 @@ export declare const exportPrivateKey: (input: TExportPrivateKeyInput) => Promis
|
|
|
57993
58028
|
redirectUri: string;
|
|
57994
58029
|
codeVerifier: string;
|
|
57995
58030
|
nonce?: string;
|
|
58031
|
+
bearerTokenTargetPublicKey?: string;
|
|
57996
58032
|
};
|
|
57997
58033
|
};
|
|
57998
58034
|
result: {
|
|
@@ -59572,6 +59608,7 @@ export declare const exportWallet: (input: TExportWalletInput) => Promise<{
|
|
|
59572
59608
|
redirectUri: string;
|
|
59573
59609
|
codeVerifier: string;
|
|
59574
59610
|
nonce?: string;
|
|
59611
|
+
bearerTokenTargetPublicKey?: string;
|
|
59575
59612
|
};
|
|
59576
59613
|
};
|
|
59577
59614
|
result: {
|
|
@@ -61151,6 +61188,7 @@ export declare const exportWalletAccount: (input: TExportWalletAccountInput) =>
|
|
|
61151
61188
|
redirectUri: string;
|
|
61152
61189
|
codeVerifier: string;
|
|
61153
61190
|
nonce?: string;
|
|
61191
|
+
bearerTokenTargetPublicKey?: string;
|
|
61154
61192
|
};
|
|
61155
61193
|
};
|
|
61156
61194
|
result: {
|
|
@@ -62730,6 +62768,7 @@ export declare const importPrivateKey: (input: TImportPrivateKeyInput) => Promis
|
|
|
62730
62768
|
redirectUri: string;
|
|
62731
62769
|
codeVerifier: string;
|
|
62732
62770
|
nonce?: string;
|
|
62771
|
+
bearerTokenTargetPublicKey?: string;
|
|
62733
62772
|
};
|
|
62734
62773
|
};
|
|
62735
62774
|
result: {
|
|
@@ -64309,6 +64348,7 @@ export declare const importWallet: (input: TImportWalletInput) => Promise<{
|
|
|
64309
64348
|
redirectUri: string;
|
|
64310
64349
|
codeVerifier: string;
|
|
64311
64350
|
nonce?: string;
|
|
64351
|
+
bearerTokenTargetPublicKey?: string;
|
|
64312
64352
|
};
|
|
64313
64353
|
};
|
|
64314
64354
|
result: {
|
|
@@ -65888,6 +65928,7 @@ export declare const initFiatOnRamp: (input: TInitFiatOnRampInput) => Promise<{
|
|
|
65888
65928
|
redirectUri: string;
|
|
65889
65929
|
codeVerifier: string;
|
|
65890
65930
|
nonce?: string;
|
|
65931
|
+
bearerTokenTargetPublicKey?: string;
|
|
65891
65932
|
};
|
|
65892
65933
|
};
|
|
65893
65934
|
result: {
|
|
@@ -67467,6 +67508,7 @@ export declare const initImportPrivateKey: (input: TInitImportPrivateKeyInput) =
|
|
|
67467
67508
|
redirectUri: string;
|
|
67468
67509
|
codeVerifier: string;
|
|
67469
67510
|
nonce?: string;
|
|
67511
|
+
bearerTokenTargetPublicKey?: string;
|
|
67470
67512
|
};
|
|
67471
67513
|
};
|
|
67472
67514
|
result: {
|
|
@@ -69046,6 +69088,7 @@ export declare const initImportWallet: (input: TInitImportWalletInput) => Promis
|
|
|
69046
69088
|
redirectUri: string;
|
|
69047
69089
|
codeVerifier: string;
|
|
69048
69090
|
nonce?: string;
|
|
69091
|
+
bearerTokenTargetPublicKey?: string;
|
|
69049
69092
|
};
|
|
69050
69093
|
};
|
|
69051
69094
|
result: {
|
|
@@ -70625,6 +70668,7 @@ export declare const initOtp: (input: TInitOtpInput) => Promise<{
|
|
|
70625
70668
|
redirectUri: string;
|
|
70626
70669
|
codeVerifier: string;
|
|
70627
70670
|
nonce?: string;
|
|
70671
|
+
bearerTokenTargetPublicKey?: string;
|
|
70628
70672
|
};
|
|
70629
70673
|
};
|
|
70630
70674
|
result: {
|
|
@@ -72204,6 +72248,7 @@ export declare const initOtpAuth: (input: TInitOtpAuthInput) => Promise<{
|
|
|
72204
72248
|
redirectUri: string;
|
|
72205
72249
|
codeVerifier: string;
|
|
72206
72250
|
nonce?: string;
|
|
72251
|
+
bearerTokenTargetPublicKey?: string;
|
|
72207
72252
|
};
|
|
72208
72253
|
};
|
|
72209
72254
|
result: {
|
|
@@ -73783,6 +73828,7 @@ export declare const initUserEmailRecovery: (input: TInitUserEmailRecoveryInput)
|
|
|
73783
73828
|
redirectUri: string;
|
|
73784
73829
|
codeVerifier: string;
|
|
73785
73830
|
nonce?: string;
|
|
73831
|
+
bearerTokenTargetPublicKey?: string;
|
|
73786
73832
|
};
|
|
73787
73833
|
};
|
|
73788
73834
|
result: {
|
|
@@ -75362,6 +75408,7 @@ export declare const oauth: (input: TOauthInput) => Promise<{
|
|
|
75362
75408
|
redirectUri: string;
|
|
75363
75409
|
codeVerifier: string;
|
|
75364
75410
|
nonce?: string;
|
|
75411
|
+
bearerTokenTargetPublicKey?: string;
|
|
75365
75412
|
};
|
|
75366
75413
|
};
|
|
75367
75414
|
result: {
|
|
@@ -76941,6 +76988,7 @@ export declare const oauth2Authenticate: (input: TOauth2AuthenticateInput) => Pr
|
|
|
76941
76988
|
redirectUri: string;
|
|
76942
76989
|
codeVerifier: string;
|
|
76943
76990
|
nonce?: string;
|
|
76991
|
+
bearerTokenTargetPublicKey?: string;
|
|
76944
76992
|
};
|
|
76945
76993
|
};
|
|
76946
76994
|
result: {
|
|
@@ -78520,6 +78568,7 @@ export declare const oauthLogin: (input: TOauthLoginInput) => Promise<{
|
|
|
78520
78568
|
redirectUri: string;
|
|
78521
78569
|
codeVerifier: string;
|
|
78522
78570
|
nonce?: string;
|
|
78571
|
+
bearerTokenTargetPublicKey?: string;
|
|
78523
78572
|
};
|
|
78524
78573
|
};
|
|
78525
78574
|
result: {
|
|
@@ -80099,6 +80148,7 @@ export declare const otpAuth: (input: TOtpAuthInput) => Promise<{
|
|
|
80099
80148
|
redirectUri: string;
|
|
80100
80149
|
codeVerifier: string;
|
|
80101
80150
|
nonce?: string;
|
|
80151
|
+
bearerTokenTargetPublicKey?: string;
|
|
80102
80152
|
};
|
|
80103
80153
|
};
|
|
80104
80154
|
result: {
|
|
@@ -81678,6 +81728,7 @@ export declare const otpLogin: (input: TOtpLoginInput) => Promise<{
|
|
|
81678
81728
|
redirectUri: string;
|
|
81679
81729
|
codeVerifier: string;
|
|
81680
81730
|
nonce?: string;
|
|
81731
|
+
bearerTokenTargetPublicKey?: string;
|
|
81681
81732
|
};
|
|
81682
81733
|
};
|
|
81683
81734
|
result: {
|
|
@@ -83257,6 +83308,7 @@ export declare const recoverUser: (input: TRecoverUserInput) => Promise<{
|
|
|
83257
83308
|
redirectUri: string;
|
|
83258
83309
|
codeVerifier: string;
|
|
83259
83310
|
nonce?: string;
|
|
83311
|
+
bearerTokenTargetPublicKey?: string;
|
|
83260
83312
|
};
|
|
83261
83313
|
};
|
|
83262
83314
|
result: {
|
|
@@ -84836,6 +84888,7 @@ export declare const rejectActivity: (input: TRejectActivityInput) => Promise<{
|
|
|
84836
84888
|
redirectUri: string;
|
|
84837
84889
|
codeVerifier: string;
|
|
84838
84890
|
nonce?: string;
|
|
84891
|
+
bearerTokenTargetPublicKey?: string;
|
|
84839
84892
|
};
|
|
84840
84893
|
};
|
|
84841
84894
|
result: {
|
|
@@ -86415,6 +86468,7 @@ export declare const removeOrganizationFeature: (input: TRemoveOrganizationFeatu
|
|
|
86415
86468
|
redirectUri: string;
|
|
86416
86469
|
codeVerifier: string;
|
|
86417
86470
|
nonce?: string;
|
|
86471
|
+
bearerTokenTargetPublicKey?: string;
|
|
86418
86472
|
};
|
|
86419
86473
|
};
|
|
86420
86474
|
result: {
|
|
@@ -87994,6 +88048,7 @@ export declare const setOrganizationFeature: (input: TSetOrganizationFeatureInpu
|
|
|
87994
88048
|
redirectUri: string;
|
|
87995
88049
|
codeVerifier: string;
|
|
87996
88050
|
nonce?: string;
|
|
88051
|
+
bearerTokenTargetPublicKey?: string;
|
|
87997
88052
|
};
|
|
87998
88053
|
};
|
|
87999
88054
|
result: {
|
|
@@ -89573,6 +89628,7 @@ export declare const signRawPayload: (input: TSignRawPayloadInput) => Promise<{
|
|
|
89573
89628
|
redirectUri: string;
|
|
89574
89629
|
codeVerifier: string;
|
|
89575
89630
|
nonce?: string;
|
|
89631
|
+
bearerTokenTargetPublicKey?: string;
|
|
89576
89632
|
};
|
|
89577
89633
|
};
|
|
89578
89634
|
result: {
|
|
@@ -91152,6 +91208,7 @@ export declare const signRawPayloads: (input: TSignRawPayloadsInput) => Promise<
|
|
|
91152
91208
|
redirectUri: string;
|
|
91153
91209
|
codeVerifier: string;
|
|
91154
91210
|
nonce?: string;
|
|
91211
|
+
bearerTokenTargetPublicKey?: string;
|
|
91155
91212
|
};
|
|
91156
91213
|
};
|
|
91157
91214
|
result: {
|
|
@@ -92731,6 +92788,7 @@ export declare const signTransaction: (input: TSignTransactionInput) => Promise<
|
|
|
92731
92788
|
redirectUri: string;
|
|
92732
92789
|
codeVerifier: string;
|
|
92733
92790
|
nonce?: string;
|
|
92791
|
+
bearerTokenTargetPublicKey?: string;
|
|
92734
92792
|
};
|
|
92735
92793
|
};
|
|
92736
92794
|
result: {
|
|
@@ -94310,6 +94368,7 @@ export declare const stampLogin: (input: TStampLoginInput) => Promise<{
|
|
|
94310
94368
|
redirectUri: string;
|
|
94311
94369
|
codeVerifier: string;
|
|
94312
94370
|
nonce?: string;
|
|
94371
|
+
bearerTokenTargetPublicKey?: string;
|
|
94313
94372
|
};
|
|
94314
94373
|
};
|
|
94315
94374
|
result: {
|
|
@@ -95889,6 +95948,7 @@ export declare const updateOauth2Credential: (input: TUpdateOauth2CredentialInpu
|
|
|
95889
95948
|
redirectUri: string;
|
|
95890
95949
|
codeVerifier: string;
|
|
95891
95950
|
nonce?: string;
|
|
95951
|
+
bearerTokenTargetPublicKey?: string;
|
|
95892
95952
|
};
|
|
95893
95953
|
};
|
|
95894
95954
|
result: {
|
|
@@ -97468,6 +97528,7 @@ export declare const updatePolicy: (input: TUpdatePolicyInput) => Promise<{
|
|
|
97468
97528
|
redirectUri: string;
|
|
97469
97529
|
codeVerifier: string;
|
|
97470
97530
|
nonce?: string;
|
|
97531
|
+
bearerTokenTargetPublicKey?: string;
|
|
97471
97532
|
};
|
|
97472
97533
|
};
|
|
97473
97534
|
result: {
|
|
@@ -99047,6 +99108,7 @@ export declare const updatePrivateKeyTag: (input: TUpdatePrivateKeyTagInput) =>
|
|
|
99047
99108
|
redirectUri: string;
|
|
99048
99109
|
codeVerifier: string;
|
|
99049
99110
|
nonce?: string;
|
|
99111
|
+
bearerTokenTargetPublicKey?: string;
|
|
99050
99112
|
};
|
|
99051
99113
|
};
|
|
99052
99114
|
result: {
|
|
@@ -100626,6 +100688,7 @@ export declare const updateRootQuorum: (input: TUpdateRootQuorumInput) => Promis
|
|
|
100626
100688
|
redirectUri: string;
|
|
100627
100689
|
codeVerifier: string;
|
|
100628
100690
|
nonce?: string;
|
|
100691
|
+
bearerTokenTargetPublicKey?: string;
|
|
100629
100692
|
};
|
|
100630
100693
|
};
|
|
100631
100694
|
result: {
|
|
@@ -102205,6 +102268,7 @@ export declare const updateUser: (input: TUpdateUserInput) => Promise<{
|
|
|
102205
102268
|
redirectUri: string;
|
|
102206
102269
|
codeVerifier: string;
|
|
102207
102270
|
nonce?: string;
|
|
102271
|
+
bearerTokenTargetPublicKey?: string;
|
|
102208
102272
|
};
|
|
102209
102273
|
};
|
|
102210
102274
|
result: {
|
|
@@ -103784,6 +103848,7 @@ export declare const updateUserEmail: (input: TUpdateUserEmailInput) => Promise<
|
|
|
103784
103848
|
redirectUri: string;
|
|
103785
103849
|
codeVerifier: string;
|
|
103786
103850
|
nonce?: string;
|
|
103851
|
+
bearerTokenTargetPublicKey?: string;
|
|
103787
103852
|
};
|
|
103788
103853
|
};
|
|
103789
103854
|
result: {
|
|
@@ -105363,6 +105428,7 @@ export declare const updateUserName: (input: TUpdateUserNameInput) => Promise<{
|
|
|
105363
105428
|
redirectUri: string;
|
|
105364
105429
|
codeVerifier: string;
|
|
105365
105430
|
nonce?: string;
|
|
105431
|
+
bearerTokenTargetPublicKey?: string;
|
|
105366
105432
|
};
|
|
105367
105433
|
};
|
|
105368
105434
|
result: {
|
|
@@ -106942,6 +107008,7 @@ export declare const updateUserPhoneNumber: (input: TUpdateUserPhoneNumberInput)
|
|
|
106942
107008
|
redirectUri: string;
|
|
106943
107009
|
codeVerifier: string;
|
|
106944
107010
|
nonce?: string;
|
|
107011
|
+
bearerTokenTargetPublicKey?: string;
|
|
106945
107012
|
};
|
|
106946
107013
|
};
|
|
106947
107014
|
result: {
|
|
@@ -108521,6 +108588,7 @@ export declare const updateUserTag: (input: TUpdateUserTagInput) => Promise<{
|
|
|
108521
108588
|
redirectUri: string;
|
|
108522
108589
|
codeVerifier: string;
|
|
108523
108590
|
nonce?: string;
|
|
108591
|
+
bearerTokenTargetPublicKey?: string;
|
|
108524
108592
|
};
|
|
108525
108593
|
};
|
|
108526
108594
|
result: {
|
|
@@ -110100,6 +110168,7 @@ export declare const updateWallet: (input: TUpdateWalletInput) => Promise<{
|
|
|
110100
110168
|
redirectUri: string;
|
|
110101
110169
|
codeVerifier: string;
|
|
110102
110170
|
nonce?: string;
|
|
110171
|
+
bearerTokenTargetPublicKey?: string;
|
|
110103
110172
|
};
|
|
110104
110173
|
};
|
|
110105
110174
|
result: {
|
|
@@ -111679,6 +111748,7 @@ export declare const verifyOtp: (input: TVerifyOtpInput) => Promise<{
|
|
|
111679
111748
|
redirectUri: string;
|
|
111680
111749
|
codeVerifier: string;
|
|
111681
111750
|
nonce?: string;
|
|
111751
|
+
bearerTokenTargetPublicKey?: string;
|
|
111682
111752
|
};
|
|
111683
111753
|
};
|
|
111684
111754
|
result: {
|