@turnkey/http 2.2.0 → 2.3.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.client.d.ts +30 -15
- 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 +50 -25
- 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 +1709 -1387
- 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 +50 -26
- 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 +117 -83
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts +61 -38
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts.map +1 -1
- package/dist/esm/__generated__/services/coordinator/public/v1/public_api.client.js +50 -25
- package/dist/esm/__generated__/services/coordinator/public/v1/public_api.client.js.map +1 -1
- package/dist/esm/__generated__/services/coordinator/public/v1/public_api.fetcher.js +44 -22
- package/dist/esm/__generated__/services/coordinator/public/v1/public_api.fetcher.js.map +1 -1
- package/dist/esm/__generated__/services/coordinator/public/v1/public_api.swagger.json +117 -83
- package/package.json +2 -2
|
@@ -388,6 +388,38 @@
|
|
|
388
388
|
"tags": ["Policies"]
|
|
389
389
|
}
|
|
390
390
|
},
|
|
391
|
+
"/public/v1/query/list_private_key_tags": {
|
|
392
|
+
"post": {
|
|
393
|
+
"summary": "List Private Key Tags",
|
|
394
|
+
"description": "List all Private Key Tags within an Organization",
|
|
395
|
+
"operationId": "PublicApiService_ListPrivateKeyTags",
|
|
396
|
+
"responses": {
|
|
397
|
+
"200": {
|
|
398
|
+
"description": "A successful response.",
|
|
399
|
+
"schema": {
|
|
400
|
+
"$ref": "#/definitions/v1ListPrivateKeyTagsResponse"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"default": {
|
|
404
|
+
"description": "An unexpected error response.",
|
|
405
|
+
"schema": {
|
|
406
|
+
"$ref": "#/definitions/rpcStatus"
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"parameters": [
|
|
411
|
+
{
|
|
412
|
+
"name": "body",
|
|
413
|
+
"in": "body",
|
|
414
|
+
"required": true,
|
|
415
|
+
"schema": {
|
|
416
|
+
"$ref": "#/definitions/v1ListPrivateKeyTagsRequest"
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"tags": ["Private Key Tags"]
|
|
421
|
+
}
|
|
422
|
+
},
|
|
391
423
|
"/public/v1/query/list_private_keys": {
|
|
392
424
|
"post": {
|
|
393
425
|
"summary": "List Private Keys",
|
|
@@ -420,6 +452,38 @@
|
|
|
420
452
|
"tags": ["Private Keys"]
|
|
421
453
|
}
|
|
422
454
|
},
|
|
455
|
+
"/public/v1/query/list_user_tags": {
|
|
456
|
+
"post": {
|
|
457
|
+
"summary": "List User Tags",
|
|
458
|
+
"description": "List all User Tags within an Organization",
|
|
459
|
+
"operationId": "PublicApiService_ListUserTags",
|
|
460
|
+
"responses": {
|
|
461
|
+
"200": {
|
|
462
|
+
"description": "A successful response.",
|
|
463
|
+
"schema": {
|
|
464
|
+
"$ref": "#/definitions/v1ListUserTagsResponse"
|
|
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/v1ListUserTagsRequest"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
],
|
|
484
|
+
"tags": ["User Tags"]
|
|
485
|
+
}
|
|
486
|
+
},
|
|
423
487
|
"/public/v1/query/list_users": {
|
|
424
488
|
"post": {
|
|
425
489
|
"summary": "List Users",
|
|
@@ -1380,38 +1444,6 @@
|
|
|
1380
1444
|
"tags": ["Signers"]
|
|
1381
1445
|
}
|
|
1382
1446
|
},
|
|
1383
|
-
"/public/v1/submit/update_allowed_origins": {
|
|
1384
|
-
"post": {
|
|
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.",
|
|
1387
|
-
"operationId": "PublicApiService_UpdateAllowedOrigins",
|
|
1388
|
-
"responses": {
|
|
1389
|
-
"200": {
|
|
1390
|
-
"description": "A successful response.",
|
|
1391
|
-
"schema": {
|
|
1392
|
-
"$ref": "#/definitions/v1ActivityResponse"
|
|
1393
|
-
}
|
|
1394
|
-
},
|
|
1395
|
-
"default": {
|
|
1396
|
-
"description": "An unexpected error response.",
|
|
1397
|
-
"schema": {
|
|
1398
|
-
"$ref": "#/definitions/rpcStatus"
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
},
|
|
1402
|
-
"parameters": [
|
|
1403
|
-
{
|
|
1404
|
-
"name": "body",
|
|
1405
|
-
"in": "body",
|
|
1406
|
-
"required": true,
|
|
1407
|
-
"schema": {
|
|
1408
|
-
"$ref": "#/definitions/v1UpdateAllowedOriginsRequest"
|
|
1409
|
-
}
|
|
1410
|
-
}
|
|
1411
|
-
],
|
|
1412
|
-
"tags": ["Features"]
|
|
1413
|
-
}
|
|
1414
|
-
},
|
|
1415
1447
|
"/public/v1/submit/update_policy": {
|
|
1416
1448
|
"post": {
|
|
1417
1449
|
"summary": "Update Policy",
|
|
@@ -3578,7 +3610,10 @@
|
|
|
3578
3610
|
},
|
|
3579
3611
|
"v1FeatureName": {
|
|
3580
3612
|
"type": "string",
|
|
3581
|
-
"enum": [
|
|
3613
|
+
"enum": [
|
|
3614
|
+
"FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY",
|
|
3615
|
+
"FEATURE_NAME_WEBAUTHN_ORIGINS"
|
|
3616
|
+
]
|
|
3582
3617
|
},
|
|
3583
3618
|
"v1GetActivitiesRequest": {
|
|
3584
3619
|
"type": "object",
|
|
@@ -4281,6 +4316,54 @@
|
|
|
4281
4316
|
"INVITATION_STATUS_REVOKED"
|
|
4282
4317
|
]
|
|
4283
4318
|
},
|
|
4319
|
+
"v1ListPrivateKeyTagsRequest": {
|
|
4320
|
+
"type": "object",
|
|
4321
|
+
"properties": {
|
|
4322
|
+
"organizationId": {
|
|
4323
|
+
"type": "string",
|
|
4324
|
+
"description": "Unique identifier for a given Organization."
|
|
4325
|
+
}
|
|
4326
|
+
},
|
|
4327
|
+
"required": ["organizationId"]
|
|
4328
|
+
},
|
|
4329
|
+
"v1ListPrivateKeyTagsResponse": {
|
|
4330
|
+
"type": "object",
|
|
4331
|
+
"properties": {
|
|
4332
|
+
"privateKeyTags": {
|
|
4333
|
+
"type": "array",
|
|
4334
|
+
"items": {
|
|
4335
|
+
"type": "object",
|
|
4336
|
+
"$ref": "#/definitions/datav1Tag"
|
|
4337
|
+
},
|
|
4338
|
+
"description": "A list of Private Key Tags"
|
|
4339
|
+
}
|
|
4340
|
+
},
|
|
4341
|
+
"required": ["privateKeyTags"]
|
|
4342
|
+
},
|
|
4343
|
+
"v1ListUserTagsRequest": {
|
|
4344
|
+
"type": "object",
|
|
4345
|
+
"properties": {
|
|
4346
|
+
"organizationId": {
|
|
4347
|
+
"type": "string",
|
|
4348
|
+
"description": "Unique identifier for a given Organization."
|
|
4349
|
+
}
|
|
4350
|
+
},
|
|
4351
|
+
"required": ["organizationId"]
|
|
4352
|
+
},
|
|
4353
|
+
"v1ListUserTagsResponse": {
|
|
4354
|
+
"type": "object",
|
|
4355
|
+
"properties": {
|
|
4356
|
+
"userTags": {
|
|
4357
|
+
"type": "array",
|
|
4358
|
+
"items": {
|
|
4359
|
+
"type": "object",
|
|
4360
|
+
"$ref": "#/definitions/datav1Tag"
|
|
4361
|
+
},
|
|
4362
|
+
"description": "A list of User Tags"
|
|
4363
|
+
}
|
|
4364
|
+
},
|
|
4365
|
+
"required": ["userTags"]
|
|
4366
|
+
},
|
|
4284
4367
|
"v1MnemonicLanguage": {
|
|
4285
4368
|
"type": "string",
|
|
4286
4369
|
"enum": [
|
|
@@ -4364,22 +4447,9 @@
|
|
|
4364
4447
|
"$ref": "#/definitions/datav1Tag"
|
|
4365
4448
|
}
|
|
4366
4449
|
},
|
|
4367
|
-
"disabledPrivateKeys": {
|
|
4368
|
-
"type": "array",
|
|
4369
|
-
"items": {
|
|
4370
|
-
"type": "object",
|
|
4371
|
-
"$ref": "#/definitions/v1PrivateKey"
|
|
4372
|
-
}
|
|
4373
|
-
},
|
|
4374
4450
|
"rootQuorum": {
|
|
4375
4451
|
"$ref": "#/definitions/externaldatav1Quorum"
|
|
4376
4452
|
},
|
|
4377
|
-
"allowedOrigins": {
|
|
4378
|
-
"type": "array",
|
|
4379
|
-
"items": {
|
|
4380
|
-
"type": "string"
|
|
4381
|
-
}
|
|
4382
|
-
},
|
|
4383
4453
|
"features": {
|
|
4384
4454
|
"type": "array",
|
|
4385
4455
|
"items": {
|
|
@@ -5221,27 +5291,6 @@
|
|
|
5221
5291
|
},
|
|
5222
5292
|
"required": ["allowedOrigins"]
|
|
5223
5293
|
},
|
|
5224
|
-
"v1UpdateAllowedOriginsRequest": {
|
|
5225
|
-
"type": "object",
|
|
5226
|
-
"properties": {
|
|
5227
|
-
"type": {
|
|
5228
|
-
"type": "string",
|
|
5229
|
-
"enum": ["ACTIVITY_TYPE_UPDATE_ALLOWED_ORIGINS"]
|
|
5230
|
-
},
|
|
5231
|
-
"timestampMs": {
|
|
5232
|
-
"type": "string",
|
|
5233
|
-
"description": "Timestamp (in milliseconds) of the request, used to verify liveness of user requests."
|
|
5234
|
-
},
|
|
5235
|
-
"organizationId": {
|
|
5236
|
-
"type": "string",
|
|
5237
|
-
"description": "Unique identifier for a given Organization."
|
|
5238
|
-
},
|
|
5239
|
-
"parameters": {
|
|
5240
|
-
"$ref": "#/definitions/v1UpdateAllowedOriginsIntent"
|
|
5241
|
-
}
|
|
5242
|
-
},
|
|
5243
|
-
"required": ["type", "timestampMs", "organizationId", "parameters"]
|
|
5244
|
-
},
|
|
5245
5294
|
"v1UpdateAllowedOriginsResult": {
|
|
5246
5295
|
"type": "object"
|
|
5247
5296
|
},
|
|
@@ -5537,10 +5586,6 @@
|
|
|
5537
5586
|
"type": "string",
|
|
5538
5587
|
"description": "The user's email address."
|
|
5539
5588
|
},
|
|
5540
|
-
"accessType": {
|
|
5541
|
-
"$ref": "#/definitions/v1AccessType",
|
|
5542
|
-
"description": "The User's permissible access method(s)."
|
|
5543
|
-
},
|
|
5544
5589
|
"authenticators": {
|
|
5545
5590
|
"type": "array",
|
|
5546
5591
|
"items": {
|
|
@@ -5574,7 +5619,6 @@
|
|
|
5574
5619
|
"required": [
|
|
5575
5620
|
"userId",
|
|
5576
5621
|
"userName",
|
|
5577
|
-
"accessType",
|
|
5578
5622
|
"authenticators",
|
|
5579
5623
|
"apiKeys",
|
|
5580
5624
|
"userTags",
|
|
@@ -5640,10 +5684,6 @@
|
|
|
5640
5684
|
"type": "string",
|
|
5641
5685
|
"description": "The user's email address."
|
|
5642
5686
|
},
|
|
5643
|
-
"accessType": {
|
|
5644
|
-
"$ref": "#/definitions/v1AccessType",
|
|
5645
|
-
"description": "The User's permissible access method(s)."
|
|
5646
|
-
},
|
|
5647
5687
|
"apiKeys": {
|
|
5648
5688
|
"type": "array",
|
|
5649
5689
|
"items": {
|
|
@@ -5668,13 +5708,7 @@
|
|
|
5668
5708
|
"description": "A list of User Tag IDs."
|
|
5669
5709
|
}
|
|
5670
5710
|
},
|
|
5671
|
-
"required": [
|
|
5672
|
-
"userName",
|
|
5673
|
-
"accessType",
|
|
5674
|
-
"apiKeys",
|
|
5675
|
-
"authenticators",
|
|
5676
|
-
"userTags"
|
|
5677
|
-
]
|
|
5711
|
+
"required": ["userName", "apiKeys", "authenticators", "userTags"]
|
|
5678
5712
|
},
|
|
5679
5713
|
"v1Vote": {
|
|
5680
5714
|
"type": "object",
|
|
@@ -43,10 +43,18 @@ export type paths = {
|
|
|
43
43
|
/** List all Policies within an Organization */
|
|
44
44
|
post: operations["PublicApiService_GetPolicies"];
|
|
45
45
|
};
|
|
46
|
+
"/public/v1/query/list_private_key_tags": {
|
|
47
|
+
/** List all Private Key Tags within an Organization */
|
|
48
|
+
post: operations["PublicApiService_ListPrivateKeyTags"];
|
|
49
|
+
};
|
|
46
50
|
"/public/v1/query/list_private_keys": {
|
|
47
51
|
/** List all Private Keys within an Organization */
|
|
48
52
|
post: operations["PublicApiService_GetPrivateKeys"];
|
|
49
53
|
};
|
|
54
|
+
"/public/v1/query/list_user_tags": {
|
|
55
|
+
/** List all User Tags within an Organization */
|
|
56
|
+
post: operations["PublicApiService_ListUserTags"];
|
|
57
|
+
};
|
|
50
58
|
"/public/v1/query/list_users": {
|
|
51
59
|
/** List all Users within an Organization */
|
|
52
60
|
post: operations["PublicApiService_GetUsers"];
|
|
@@ -167,10 +175,6 @@ export type paths = {
|
|
|
167
175
|
/** Sign a transaction */
|
|
168
176
|
post: operations["PublicApiService_SignTransaction"];
|
|
169
177
|
};
|
|
170
|
-
"/public/v1/submit/update_allowed_origins": {
|
|
171
|
-
/** Update the origins WebAuthN credentials are allowed to sign requests from. Setting this on a Parent-Organization applies to all Sub-Organizations. */
|
|
172
|
-
post: operations["PublicApiService_UpdateAllowedOrigins"];
|
|
173
|
-
};
|
|
174
178
|
"/public/v1/submit/update_policy": {
|
|
175
179
|
/** Update an existing Policy */
|
|
176
180
|
post: operations["PublicApiService_UpdatePolicy"];
|
|
@@ -920,7 +924,7 @@ export type definitions = {
|
|
|
920
924
|
value?: string;
|
|
921
925
|
};
|
|
922
926
|
/** @enum {string} */
|
|
923
|
-
v1FeatureName: "FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY";
|
|
927
|
+
v1FeatureName: "FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY" | "FEATURE_NAME_WEBAUTHN_ORIGINS";
|
|
924
928
|
v1GetActivitiesRequest: {
|
|
925
929
|
/** @description Unique identifier for a given Organization. */
|
|
926
930
|
organizationId: string;
|
|
@@ -1175,6 +1179,22 @@ export type definitions = {
|
|
|
1175
1179
|
};
|
|
1176
1180
|
/** @enum {string} */
|
|
1177
1181
|
v1InvitationStatus: "INVITATION_STATUS_CREATED" | "INVITATION_STATUS_ACCEPTED" | "INVITATION_STATUS_REVOKED";
|
|
1182
|
+
v1ListPrivateKeyTagsRequest: {
|
|
1183
|
+
/** @description Unique identifier for a given Organization. */
|
|
1184
|
+
organizationId: string;
|
|
1185
|
+
};
|
|
1186
|
+
v1ListPrivateKeyTagsResponse: {
|
|
1187
|
+
/** @description A list of Private Key Tags */
|
|
1188
|
+
privateKeyTags: definitions["datav1Tag"][];
|
|
1189
|
+
};
|
|
1190
|
+
v1ListUserTagsRequest: {
|
|
1191
|
+
/** @description Unique identifier for a given Organization. */
|
|
1192
|
+
organizationId: string;
|
|
1193
|
+
};
|
|
1194
|
+
v1ListUserTagsResponse: {
|
|
1195
|
+
/** @description A list of User Tags */
|
|
1196
|
+
userTags: definitions["datav1Tag"][];
|
|
1197
|
+
};
|
|
1178
1198
|
/** @enum {string} */
|
|
1179
1199
|
v1MnemonicLanguage: "MNEMONIC_LANGUAGE_ENGLISH" | "MNEMONIC_LANGUAGE_SIMPLIFIED_CHINESE" | "MNEMONIC_LANGUAGE_TRADITIONAL_CHINESE" | "MNEMONIC_LANGUAGE_CZECH" | "MNEMONIC_LANGUAGE_FRENCH" | "MNEMONIC_LANGUAGE_ITALIAN" | "MNEMONIC_LANGUAGE_JAPANESE" | "MNEMONIC_LANGUAGE_KOREAN" | "MNEMONIC_LANGUAGE_SPANISH";
|
|
1180
1200
|
v1NOOPCodegenAnchorResponse: {
|
|
@@ -1190,9 +1210,7 @@ export type definitions = {
|
|
|
1190
1210
|
privateKeys?: definitions["v1PrivateKey"][];
|
|
1191
1211
|
invitations?: definitions["v1Invitation"][];
|
|
1192
1212
|
tags?: definitions["datav1Tag"][];
|
|
1193
|
-
disabledPrivateKeys?: definitions["v1PrivateKey"][];
|
|
1194
1213
|
rootQuorum?: definitions["externaldatav1Quorum"];
|
|
1195
|
-
allowedOrigins?: string[];
|
|
1196
1214
|
features?: definitions["v1Feature"][];
|
|
1197
1215
|
wallets?: definitions["v1Wallet"][];
|
|
1198
1216
|
};
|
|
@@ -1505,15 +1523,6 @@ export type definitions = {
|
|
|
1505
1523
|
/** @description Additional origins requests are allowed from besides Turnkey origins */
|
|
1506
1524
|
allowedOrigins: string[];
|
|
1507
1525
|
};
|
|
1508
|
-
v1UpdateAllowedOriginsRequest: {
|
|
1509
|
-
/** @enum {string} */
|
|
1510
|
-
type: "ACTIVITY_TYPE_UPDATE_ALLOWED_ORIGINS";
|
|
1511
|
-
/** @description Timestamp (in milliseconds) of the request, used to verify liveness of user requests. */
|
|
1512
|
-
timestampMs: string;
|
|
1513
|
-
/** @description Unique identifier for a given Organization. */
|
|
1514
|
-
organizationId: string;
|
|
1515
|
-
parameters: definitions["v1UpdateAllowedOriginsIntent"];
|
|
1516
|
-
};
|
|
1517
1526
|
v1UpdateAllowedOriginsResult: {
|
|
1518
1527
|
[key: string]: unknown;
|
|
1519
1528
|
};
|
|
@@ -1641,8 +1650,6 @@ export type definitions = {
|
|
|
1641
1650
|
userName: string;
|
|
1642
1651
|
/** @description The user's email address. */
|
|
1643
1652
|
userEmail?: string;
|
|
1644
|
-
/** @description The User's permissible access method(s). */
|
|
1645
|
-
accessType: definitions["v1AccessType"];
|
|
1646
1653
|
/** @description A list of Authenticator parameters. */
|
|
1647
1654
|
authenticators: definitions["v1Authenticator"][];
|
|
1648
1655
|
/** @description A list of API Key parameters. */
|
|
@@ -1671,8 +1678,6 @@ export type definitions = {
|
|
|
1671
1678
|
userName: string;
|
|
1672
1679
|
/** @description The user's email address. */
|
|
1673
1680
|
userEmail?: string;
|
|
1674
|
-
/** @description The User's permissible access method(s). */
|
|
1675
|
-
accessType: definitions["v1AccessType"];
|
|
1676
1681
|
/** @description A list of API Key parameters. */
|
|
1677
1682
|
apiKeys: definitions["v1ApiKeyParams"][];
|
|
1678
1683
|
/** @description A list of Authenticator parameters. */
|
|
@@ -1942,6 +1947,24 @@ export type operations = {
|
|
|
1942
1947
|
};
|
|
1943
1948
|
};
|
|
1944
1949
|
};
|
|
1950
|
+
/** List all Private Key Tags within an Organization */
|
|
1951
|
+
PublicApiService_ListPrivateKeyTags: {
|
|
1952
|
+
parameters: {
|
|
1953
|
+
body: {
|
|
1954
|
+
body: definitions["v1ListPrivateKeyTagsRequest"];
|
|
1955
|
+
};
|
|
1956
|
+
};
|
|
1957
|
+
responses: {
|
|
1958
|
+
/** A successful response. */
|
|
1959
|
+
200: {
|
|
1960
|
+
schema: definitions["v1ListPrivateKeyTagsResponse"];
|
|
1961
|
+
};
|
|
1962
|
+
/** An unexpected error response. */
|
|
1963
|
+
default: {
|
|
1964
|
+
schema: definitions["rpcStatus"];
|
|
1965
|
+
};
|
|
1966
|
+
};
|
|
1967
|
+
};
|
|
1945
1968
|
/** List all Private Keys within an Organization */
|
|
1946
1969
|
PublicApiService_GetPrivateKeys: {
|
|
1947
1970
|
parameters: {
|
|
@@ -1960,6 +1983,24 @@ export type operations = {
|
|
|
1960
1983
|
};
|
|
1961
1984
|
};
|
|
1962
1985
|
};
|
|
1986
|
+
/** List all User Tags within an Organization */
|
|
1987
|
+
PublicApiService_ListUserTags: {
|
|
1988
|
+
parameters: {
|
|
1989
|
+
body: {
|
|
1990
|
+
body: definitions["v1ListUserTagsRequest"];
|
|
1991
|
+
};
|
|
1992
|
+
};
|
|
1993
|
+
responses: {
|
|
1994
|
+
/** A successful response. */
|
|
1995
|
+
200: {
|
|
1996
|
+
schema: definitions["v1ListUserTagsResponse"];
|
|
1997
|
+
};
|
|
1998
|
+
/** An unexpected error response. */
|
|
1999
|
+
default: {
|
|
2000
|
+
schema: definitions["rpcStatus"];
|
|
2001
|
+
};
|
|
2002
|
+
};
|
|
2003
|
+
};
|
|
1963
2004
|
/** List all Users within an Organization */
|
|
1964
2005
|
PublicApiService_GetUsers: {
|
|
1965
2006
|
parameters: {
|
|
@@ -2500,24 +2541,6 @@ export type operations = {
|
|
|
2500
2541
|
};
|
|
2501
2542
|
};
|
|
2502
2543
|
};
|
|
2503
|
-
/** Update the origins WebAuthN credentials are allowed to sign requests from. Setting this on a Parent-Organization applies to all Sub-Organizations. */
|
|
2504
|
-
PublicApiService_UpdateAllowedOrigins: {
|
|
2505
|
-
parameters: {
|
|
2506
|
-
body: {
|
|
2507
|
-
body: definitions["v1UpdateAllowedOriginsRequest"];
|
|
2508
|
-
};
|
|
2509
|
-
};
|
|
2510
|
-
responses: {
|
|
2511
|
-
/** A successful response. */
|
|
2512
|
-
200: {
|
|
2513
|
-
schema: definitions["v1ActivityResponse"];
|
|
2514
|
-
};
|
|
2515
|
-
/** An unexpected error response. */
|
|
2516
|
-
default: {
|
|
2517
|
-
schema: definitions["rpcStatus"];
|
|
2518
|
-
};
|
|
2519
|
-
};
|
|
2520
|
-
};
|
|
2521
2544
|
/** Update an existing Policy */
|
|
2522
2545
|
PublicApiService_UpdatePolicy: {
|
|
2523
2546
|
parameters: {
|