@polyester/sdk 0.10.0 → 0.12.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 +24 -0
- package/dist/gen/auth/v1/address_book_pb.d.ts +21 -0
- package/dist/gen/auth/v1/address_book_pb.d.ts.map +1 -1
- package/dist/gen/auth/v1/address_book_pb.js +1 -1
- package/dist/gen/auth/v1/address_book_pb.js.map +1 -1
- package/dist/gen/auth/v1/api_keys_pb.d.ts +8 -7
- package/dist/gen/auth/v1/api_keys_pb.d.ts.map +1 -1
- package/dist/gen/auth/v1/api_keys_pb.js.map +1 -1
- package/dist/gen/auth/v1/mfa_pb.d.ts +39 -3
- package/dist/gen/auth/v1/mfa_pb.d.ts.map +1 -1
- package/dist/gen/auth/v1/mfa_pb.js +1 -1
- package/dist/gen/auth/v1/mfa_pb.js.map +1 -1
- package/dist/gen/auth/v1/policies_pb.d.ts +8 -4
- package/dist/gen/auth/v1/policies_pb.d.ts.map +1 -1
- package/dist/gen/auth/v1/policies_pb.js.map +1 -1
- package/dist/gen/auth/v1/subaccounts_pb.d.ts +383 -18
- package/dist/gen/auth/v1/subaccounts_pb.d.ts.map +1 -1
- package/dist/gen/auth/v1/subaccounts_pb.js +253 -38
- package/dist/gen/auth/v1/subaccounts_pb.js.map +1 -1
- package/dist/gen/chain/withdraw/v1/withdraw_pb.d.ts +3 -2
- package/dist/gen/chain/withdraw/v1/withdraw_pb.d.ts.map +1 -1
- package/dist/gen/chain/withdraw/v1/withdraw_pb.js.map +1 -1
- package/dist/gen/orders/v1/orders_pb.d.ts +2 -2
- package/dist/gen/orders/v1/orders_pb.js.map +1 -1
- package/dist/gen/orders/v1/orders_read_pb.d.ts +8 -0
- package/dist/gen/orders/v1/orders_read_pb.d.ts.map +1 -1
- package/dist/gen/orders/v1/orders_read_pb.js +1 -1
- package/dist/gen/orders/v1/orders_read_pb.js.map +1 -1
- package/dist/gen/ratelimit/v1/ratelimit_pb.d.ts +2 -2
- package/dist/gen/ratelimit/v1/ratelimit_pb.js +1 -1
- package/dist/gen/ratelimit/v1/ratelimit_pb.js.map +1 -1
- package/dist/gen/transfer/v1/internal_transfer_pb.d.ts +3 -0
- package/dist/gen/transfer/v1/internal_transfer_pb.d.ts.map +1 -1
- package/dist/gen/transfer/v1/internal_transfer_pb.js.map +1 -1
- package/dist/gen/triggers/v1/triggers_pb.d.ts +351 -9
- package/dist/gen/triggers/v1/triggers_pb.d.ts.map +1 -1
- package/dist/gen/triggers/v1/triggers_pb.js +307 -3
- package/dist/gen/triggers/v1/triggers_pb.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/services/address-book/address-book.d.ts +3 -1
- package/dist/services/address-book/address-book.d.ts.map +1 -1
- package/dist/services/address-book/address-book.js +3 -1
- package/dist/services/address-book/address-book.js.map +1 -1
- package/dist/services/address-book/address-book.schemas.d.ts +6 -0
- package/dist/services/address-book/address-book.schemas.d.ts.map +1 -1
- package/dist/services/address-book/address-book.schemas.js +10 -5
- package/dist/services/address-book/address-book.schemas.js.map +1 -1
- package/dist/services/candles/candles.schemas.d.ts +10 -10
- package/dist/services/heatmap/heatmap.schemas.d.ts +9 -9
- package/dist/services/market-overview/market-overview.schemas.d.ts +3 -3
- package/dist/services/mfa/mfa.d.ts +2 -2
- package/dist/services/mfa/mfa.js +2 -2
- package/dist/services/mfa/mfa.js.map +1 -1
- package/dist/services/mfa/mfa.schemas.d.ts +132 -4
- package/dist/services/mfa/mfa.schemas.d.ts.map +1 -1
- package/dist/services/mfa/mfa.schemas.js +13 -7
- package/dist/services/mfa/mfa.schemas.js.map +1 -1
- package/dist/services/rate-limits/rate-limits.schemas.d.ts +4 -4
- package/dist/services/rate-limits/rate-limits.schemas.js +1 -1
- package/dist/services/rate-limits/rate-limits.schemas.js.map +1 -1
- package/dist/services/subaccounts/index.d.ts +2 -2
- package/dist/services/subaccounts/subaccounts.codecs.js +29 -1
- package/dist/services/subaccounts/subaccounts.codecs.js.map +1 -1
- package/dist/services/subaccounts/subaccounts.d.ts +9 -1
- package/dist/services/subaccounts/subaccounts.d.ts.map +1 -1
- package/dist/services/subaccounts/subaccounts.js +19 -2
- package/dist/services/subaccounts/subaccounts.js.map +1 -1
- package/dist/services/subaccounts/subaccounts.schemas.d.ts +43 -3
- package/dist/services/subaccounts/subaccounts.schemas.d.ts.map +1 -1
- package/dist/services/subaccounts/subaccounts.schemas.js +28 -3
- package/dist/services/subaccounts/subaccounts.schemas.js.map +1 -1
- package/dist/services/subaccounts/subaccounts.types.d.ts +2 -2
- package/dist/services/trades/trades.d.ts +1 -1
- package/dist/services/trades/trades.js +1 -1
- package/dist/services/trades/trades.js.map +1 -1
- package/dist/services/trades/trades.schemas.d.ts +3 -0
- package/dist/services/trades/trades.schemas.d.ts.map +1 -1
- package/dist/services/trades/trades.schemas.js +2 -1
- package/dist/services/trades/trades.schemas.js.map +1 -1
- package/dist/services/triggers/triggers-output.schemas.d.ts +351 -4
- package/dist/services/triggers/triggers-output.schemas.d.ts.map +1 -1
- package/dist/services/triggers/triggers-output.schemas.js +36 -4
- package/dist/services/triggers/triggers-output.schemas.js.map +1 -1
- package/dist/services/triggers/triggers.codecs.js +51 -1
- package/dist/services/triggers/triggers.codecs.js.map +1 -1
- package/dist/wired-services.d.ts.map +1 -1
- package/dist/wired-services.js +2 -1
- package/dist/wired-services.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,16 +1,179 @@
|
|
|
1
1
|
import { ApiKey } from "./api_keys_pb.js";
|
|
2
|
-
import { SubaccountPolicyView } from "./policies_pb.js";
|
|
2
|
+
import { PolicyAction, SubaccountPolicyView } from "./policies_pb.js";
|
|
3
3
|
import { GetBalancesResponse } from "../../ledger/read/v1/ledger_read_pb.js";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
5
|
import { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
6
|
import { FieldMask, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
7
|
declare namespace subaccounts_pb_d_exports {
|
|
8
|
-
export { ActivityEntityKind, ActivityEntityKindSchema, ActivityEvent, ActivityEventAction, ActivityEventActionSchema, ActivityEventSchema, ActivityEventSource, ActivityEventSourceSchema, CreateSubaccountRequest, CreateSubaccountRequestSchema, CreateSubaccountResponse, CreateSubaccountResponseSchema, GetSubaccountRequest, GetSubaccountRequestSchema, GetSubaccountResponse, GetSubaccountResponseSchema, InviteSubaccountMemberRequest, InviteSubaccountMemberRequestSchema, InviteSubaccountMemberResponse, InviteSubaccountMemberResponseSchema, ListSubaccountEventsRequest, ListSubaccountEventsRequestSchema, ListSubaccountEventsResponse, ListSubaccountEventsResponseSchema, ListSubaccountInvitesRequest, ListSubaccountInvitesRequestSchema, ListSubaccountInvitesResponse, ListSubaccountInvitesResponseSchema, ListSubaccountMembersRequest, ListSubaccountMembersRequestSchema, ListSubaccountMembersResponse, ListSubaccountMembersResponseSchema, ListSubaccountsRequest, ListSubaccountsRequestSchema, ListSubaccountsResponse, ListSubaccountsResponseSchema, RemoveSubaccountMemberRequest, RemoveSubaccountMemberRequestSchema, RemoveSubaccountMemberResponse, RemoveSubaccountMemberResponseSchema, RespondSubaccountInviteRequest, RespondSubaccountInviteRequestSchema, RespondSubaccountInviteResponse, RespondSubaccountInviteResponseSchema, SetSubaccountMemberMFARequirementRequest, SetSubaccountMemberMFARequirementRequestSchema, SetSubaccountMemberMFARequirementResponse, SetSubaccountMemberMFARequirementResponseSchema, Subaccount, SubaccountInvite, SubaccountInviteAction, SubaccountInviteActionSchema, SubaccountInviteSchema, SubaccountInviteStatus, SubaccountInviteStatusSchema, SubaccountMemberView, SubaccountMemberViewSchema, SubaccountRole, SubaccountRoleSchema, SubaccountRoleView, SubaccountRoleViewSchema, SubaccountSchema, SubaccountService, SubaccountUpdateSpec, SubaccountUpdateSpecSchema, SubaccountViewService, UpdateSubaccountMemberRoleRequest, UpdateSubaccountMemberRoleRequestSchema, UpdateSubaccountMemberRoleResponse, UpdateSubaccountMemberRoleResponseSchema, UpdateSubaccountRequest, UpdateSubaccountRequestSchema, UpdateSubaccountResponse, UpdateSubaccountResponseSchema, file_auth_v1_subaccounts };
|
|
8
|
+
export { ActivityEntityKind, ActivityEntityKindSchema, ActivityEvent, ActivityEventAction, ActivityEventActionSchema, ActivityEventSchema, ActivityEventSource, ActivityEventSourceSchema, CreateSubaccountRequest, CreateSubaccountRequestSchema, CreateSubaccountResponse, CreateSubaccountResponseSchema, GetEffectiveSubaccountPermissionsRequest, GetEffectiveSubaccountPermissionsRequestSchema, GetEffectiveSubaccountPermissionsResponse, GetEffectiveSubaccountPermissionsResponseSchema, GetSubaccountRequest, GetSubaccountRequestSchema, GetSubaccountResponse, GetSubaccountResponseSchema, InviteSubaccountMemberRequest, InviteSubaccountMemberRequestSchema, InviteSubaccountMemberResponse, InviteSubaccountMemberResponseSchema, ListSubaccountEventsRequest, ListSubaccountEventsRequestSchema, ListSubaccountEventsResponse, ListSubaccountEventsResponseSchema, ListSubaccountInvitesRequest, ListSubaccountInvitesRequestSchema, ListSubaccountInvitesResponse, ListSubaccountInvitesResponseSchema, ListSubaccountMembersRequest, ListSubaccountMembersRequestSchema, ListSubaccountMembersResponse, ListSubaccountMembersResponseSchema, ListSubaccountRolesRequest, ListSubaccountRolesRequestSchema, ListSubaccountRolesResponse, ListSubaccountRolesResponseSchema, ListSubaccountsRequest, ListSubaccountsRequestSchema, ListSubaccountsResponse, ListSubaccountsResponseSchema, RemoveSubaccountMemberRequest, RemoveSubaccountMemberRequestSchema, RemoveSubaccountMemberResponse, RemoveSubaccountMemberResponseSchema, RespondSubaccountInviteRequest, RespondSubaccountInviteRequestSchema, RespondSubaccountInviteResponse, RespondSubaccountInviteResponseSchema, SetSubaccountMemberMFARequirementRequest, SetSubaccountMemberMFARequirementRequestSchema, SetSubaccountMemberMFARequirementResponse, SetSubaccountMemberMFARequirementResponseSchema, Subaccount, SubaccountInvite, SubaccountInviteAction, SubaccountInviteActionSchema, SubaccountInviteSchema, SubaccountInviteStatus, SubaccountInviteStatusSchema, SubaccountMemberView, SubaccountMemberViewSchema, SubaccountPermission, SubaccountPermissionDefinition, SubaccountPermissionDefinitionSchema, SubaccountPermissionSchema, SubaccountRole, SubaccountRoleDefinition, SubaccountRoleDefinitionSchema, SubaccountRoleSchema, SubaccountRoleService, SubaccountRoleView, SubaccountRoleViewSchema, SubaccountSchema, SubaccountService, SubaccountUpdateSpec, SubaccountUpdateSpecSchema, SubaccountViewService, UpdateSubaccountMemberRoleRequest, UpdateSubaccountMemberRoleRequestSchema, UpdateSubaccountMemberRoleResponse, UpdateSubaccountMemberRoleResponseSchema, UpdateSubaccountRequest, UpdateSubaccountRequestSchema, UpdateSubaccountResponse, UpdateSubaccountResponseSchema, file_auth_v1_subaccounts };
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* Describes the file auth/v1/subaccounts.proto.
|
|
12
12
|
*/
|
|
13
13
|
declare const file_auth_v1_subaccounts: GenFile;
|
|
14
|
+
/**
|
|
15
|
+
* User-facing metadata for one stable sub-account permission.
|
|
16
|
+
*
|
|
17
|
+
* @generated from message auth.v1.SubaccountPermissionDefinition
|
|
18
|
+
*/
|
|
19
|
+
type SubaccountPermissionDefinition = Message<"auth.v1.SubaccountPermissionDefinition"> & {
|
|
20
|
+
/**
|
|
21
|
+
* Stable permission identifier used by authorization and clients.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: auth.v1.SubaccountPermission permission = 1;
|
|
24
|
+
*/
|
|
25
|
+
permission: SubaccountPermission;
|
|
26
|
+
/**
|
|
27
|
+
* Human-readable permission name.
|
|
28
|
+
*
|
|
29
|
+
* @generated from field: string display_name = 2;
|
|
30
|
+
*/
|
|
31
|
+
displayName: string;
|
|
32
|
+
/**
|
|
33
|
+
* Human-readable explanation of the capability and its important boundaries.
|
|
34
|
+
*
|
|
35
|
+
* @generated from field: string description = 3;
|
|
36
|
+
*/
|
|
37
|
+
description: string;
|
|
38
|
+
/**
|
|
39
|
+
* Policy action that can further restrict this permission. Unspecified means
|
|
40
|
+
* the permission is controlled by role and request context only.
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: auth.v1.PolicyAction policy_action = 4;
|
|
43
|
+
*/
|
|
44
|
+
policyAction: PolicyAction;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Describes the message auth.v1.SubaccountPermissionDefinition.
|
|
48
|
+
* Use `create(SubaccountPermissionDefinitionSchema)` to create a new message.
|
|
49
|
+
*/
|
|
50
|
+
declare const SubaccountPermissionDefinitionSchema: GenMessage<SubaccountPermissionDefinition>;
|
|
51
|
+
/**
|
|
52
|
+
* Authoritative definition of one built-in sub-account role.
|
|
53
|
+
*
|
|
54
|
+
* @generated from message auth.v1.SubaccountRoleDefinition
|
|
55
|
+
*/
|
|
56
|
+
type SubaccountRoleDefinition = Message<"auth.v1.SubaccountRoleDefinition"> & {
|
|
57
|
+
/**
|
|
58
|
+
* Stable built-in role identifier.
|
|
59
|
+
*
|
|
60
|
+
* @generated from field: auth.v1.SubaccountRole role = 1;
|
|
61
|
+
*/
|
|
62
|
+
role: SubaccountRole;
|
|
63
|
+
/**
|
|
64
|
+
* Human-readable role name.
|
|
65
|
+
*
|
|
66
|
+
* @generated from field: string display_name = 2;
|
|
67
|
+
*/
|
|
68
|
+
displayName: string;
|
|
69
|
+
/**
|
|
70
|
+
* Human-readable summary of the role.
|
|
71
|
+
*
|
|
72
|
+
* @generated from field: string description = 3;
|
|
73
|
+
*/
|
|
74
|
+
description: string;
|
|
75
|
+
/**
|
|
76
|
+
* Whether this role can be assigned to a delegated member.
|
|
77
|
+
*
|
|
78
|
+
* @generated from field: bool assignable = 4;
|
|
79
|
+
*/
|
|
80
|
+
assignable: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Complete role-granted permission set in canonical permission order.
|
|
83
|
+
*
|
|
84
|
+
* @generated from field: repeated auth.v1.SubaccountPermission permissions = 5;
|
|
85
|
+
*/
|
|
86
|
+
permissions: SubaccountPermission[];
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* Describes the message auth.v1.SubaccountRoleDefinition.
|
|
90
|
+
* Use `create(SubaccountRoleDefinitionSchema)` to create a new message.
|
|
91
|
+
*/
|
|
92
|
+
declare const SubaccountRoleDefinitionSchema: GenMessage<SubaccountRoleDefinition>;
|
|
93
|
+
/**
|
|
94
|
+
* Request for the public built-in sub-account role and permission catalog.
|
|
95
|
+
*
|
|
96
|
+
* @generated from message auth.v1.ListSubaccountRolesRequest
|
|
97
|
+
*/
|
|
98
|
+
type ListSubaccountRolesRequest = Message<"auth.v1.ListSubaccountRolesRequest"> & {};
|
|
99
|
+
/**
|
|
100
|
+
* Describes the message auth.v1.ListSubaccountRolesRequest.
|
|
101
|
+
* Use `create(ListSubaccountRolesRequestSchema)` to create a new message.
|
|
102
|
+
*/
|
|
103
|
+
declare const ListSubaccountRolesRequestSchema: GenMessage<ListSubaccountRolesRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* Public built-in sub-account role and permission catalog.
|
|
106
|
+
*
|
|
107
|
+
* @generated from message auth.v1.ListSubaccountRolesResponse
|
|
108
|
+
*/
|
|
109
|
+
type ListSubaccountRolesResponse = Message<"auth.v1.ListSubaccountRolesResponse"> & {
|
|
110
|
+
/**
|
|
111
|
+
* Stable permission metadata in canonical permission order.
|
|
112
|
+
*
|
|
113
|
+
* @generated from field: repeated auth.v1.SubaccountPermissionDefinition permissions = 1;
|
|
114
|
+
*/
|
|
115
|
+
permissions: SubaccountPermissionDefinition[];
|
|
116
|
+
/**
|
|
117
|
+
* Built-in roles in display order from Owner through Viewer.
|
|
118
|
+
*
|
|
119
|
+
* @generated from field: repeated auth.v1.SubaccountRoleDefinition roles = 2;
|
|
120
|
+
*/
|
|
121
|
+
roles: SubaccountRoleDefinition[];
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Describes the message auth.v1.ListSubaccountRolesResponse.
|
|
125
|
+
* Use `create(ListSubaccountRolesResponseSchema)` to create a new message.
|
|
126
|
+
*/
|
|
127
|
+
declare const ListSubaccountRolesResponseSchema: GenMessage<ListSubaccountRolesResponse>;
|
|
128
|
+
/**
|
|
129
|
+
* Request for the authenticated caller's effective permissions on one sub-account.
|
|
130
|
+
*
|
|
131
|
+
* @generated from message auth.v1.GetEffectiveSubaccountPermissionsRequest
|
|
132
|
+
*/
|
|
133
|
+
type GetEffectiveSubaccountPermissionsRequest = Message<"auth.v1.GetEffectiveSubaccountPermissionsRequest"> & {
|
|
134
|
+
/**
|
|
135
|
+
* Target sub-account (opaque ID).
|
|
136
|
+
*
|
|
137
|
+
* @generated from field: fixed64 subaccount_id = 1;
|
|
138
|
+
*/
|
|
139
|
+
subaccountId: bigint;
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* Describes the message auth.v1.GetEffectiveSubaccountPermissionsRequest.
|
|
143
|
+
* Use `create(GetEffectiveSubaccountPermissionsRequestSchema)` to create a new message.
|
|
144
|
+
*/
|
|
145
|
+
declare const GetEffectiveSubaccountPermissionsRequestSchema: GenMessage<GetEffectiveSubaccountPermissionsRequest>;
|
|
146
|
+
/**
|
|
147
|
+
* Effective role-granted permissions for the caller on one sub-account.
|
|
148
|
+
*
|
|
149
|
+
* @generated from message auth.v1.GetEffectiveSubaccountPermissionsResponse
|
|
150
|
+
*/
|
|
151
|
+
type GetEffectiveSubaccountPermissionsResponse = Message<"auth.v1.GetEffectiveSubaccountPermissionsResponse"> & {
|
|
152
|
+
/**
|
|
153
|
+
* Current role of the caller on the sub-account.
|
|
154
|
+
*
|
|
155
|
+
* @generated from field: auth.v1.SubaccountRole role = 1;
|
|
156
|
+
*/
|
|
157
|
+
role: SubaccountRole;
|
|
158
|
+
/**
|
|
159
|
+
* Permissions allowed by the role and current sub-account policy. Resource
|
|
160
|
+
* state, MFA, limits, and other request context may still deny an operation.
|
|
161
|
+
*
|
|
162
|
+
* @generated from field: repeated auth.v1.SubaccountPermission permissions = 2;
|
|
163
|
+
*/
|
|
164
|
+
permissions: SubaccountPermission[];
|
|
165
|
+
/**
|
|
166
|
+
* Attached sub-account policy identifier, or zero when no policy is attached.
|
|
167
|
+
*
|
|
168
|
+
* @generated from field: fixed64 subaccount_policy_id = 3;
|
|
169
|
+
*/
|
|
170
|
+
subaccountPolicyId: bigint;
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* Describes the message auth.v1.GetEffectiveSubaccountPermissionsResponse.
|
|
174
|
+
* Use `create(GetEffectiveSubaccountPermissionsResponseSchema)` to create a new message.
|
|
175
|
+
*/
|
|
176
|
+
declare const GetEffectiveSubaccountPermissionsResponseSchema: GenMessage<GetEffectiveSubaccountPermissionsResponse>;
|
|
14
177
|
/**
|
|
15
178
|
* Role summary for one sub-account visible to the caller.
|
|
16
179
|
*
|
|
@@ -726,7 +889,9 @@ declare const InviteSubaccountMemberResponseSchema: GenMessage<InviteSubaccountM
|
|
|
726
889
|
*/
|
|
727
890
|
type ListSubaccountInvitesRequest = Message<"auth.v1.ListSubaccountInvitesRequest"> & {
|
|
728
891
|
/**
|
|
729
|
-
* Optional direction filter. Use "incoming" for invites where the caller is grantee,
|
|
892
|
+
* Optional direction filter. Use "incoming" for invites where the caller is grantee,
|
|
893
|
+
* "outgoing" for all invites on sub-accounts the caller currently owns or administers,
|
|
894
|
+
* or empty for both scopes.
|
|
730
895
|
*
|
|
731
896
|
* @generated from field: string direction = 1;
|
|
732
897
|
*/
|
|
@@ -744,7 +909,8 @@ declare const ListSubaccountInvitesRequestSchema: GenMessage<ListSubaccountInvit
|
|
|
744
909
|
*/
|
|
745
910
|
type ListSubaccountInvitesResponse = Message<"auth.v1.ListSubaccountInvitesResponse"> & {
|
|
746
911
|
/**
|
|
747
|
-
* Invitations
|
|
912
|
+
* Invitations visible to the caller, ordered newest first. Owners and admins
|
|
913
|
+
* see all invitations for sub-accounts they administer, regardless of inviter.
|
|
748
914
|
*
|
|
749
915
|
* @generated from field: repeated auth.v1.SubaccountInvite invites = 1;
|
|
750
916
|
*/
|
|
@@ -798,7 +964,9 @@ type RespondSubaccountInviteResponse = Message<"auth.v1.RespondSubaccountInviteR
|
|
|
798
964
|
*/
|
|
799
965
|
declare const RespondSubaccountInviteResponseSchema: GenMessage<RespondSubaccountInviteResponse>;
|
|
800
966
|
/**
|
|
801
|
-
* Request for an aggregated sub-account read view.
|
|
967
|
+
* Request for an aggregated sub-account read view. Requested administrative
|
|
968
|
+
* sections unavailable to the caller are returned empty without failing an
|
|
969
|
+
* otherwise authorized sub-account read.
|
|
802
970
|
*
|
|
803
971
|
* @generated from message auth.v1.GetSubaccountRequest
|
|
804
972
|
*/
|
|
@@ -810,25 +978,25 @@ type GetSubaccountRequest = Message<"auth.v1.GetSubaccountRequest"> & {
|
|
|
810
978
|
*/
|
|
811
979
|
subaccountId: bigint;
|
|
812
980
|
/**
|
|
813
|
-
* Include API keys scoped to this sub-account.
|
|
981
|
+
* Include API keys scoped to this sub-account. Only owner and admin callers receive API keys.
|
|
814
982
|
*
|
|
815
983
|
* @generated from field: bool include_api_keys = 2;
|
|
816
984
|
*/
|
|
817
985
|
includeApiKeys: boolean;
|
|
818
986
|
/**
|
|
819
|
-
* Include members for this sub-account.
|
|
987
|
+
* Include current members for this sub-account. Every current member may receive the roster.
|
|
820
988
|
*
|
|
821
989
|
* @generated from field: bool include_members = 3;
|
|
822
990
|
*/
|
|
823
991
|
includeMembers: boolean;
|
|
824
992
|
/**
|
|
825
|
-
* Include invitations
|
|
993
|
+
* Include invitations visible to the caller.
|
|
826
994
|
*
|
|
827
995
|
* @generated from field: bool include_invites = 4;
|
|
828
996
|
*/
|
|
829
997
|
includeInvites: boolean;
|
|
830
998
|
/**
|
|
831
|
-
* Include the attached sub-account policy, when one is attached.
|
|
999
|
+
* Include the attached sub-account policy, when one is attached. Every current member may receive it.
|
|
832
1000
|
*
|
|
833
1001
|
* @generated from field: bool include_policy = 5;
|
|
834
1002
|
*/
|
|
@@ -864,25 +1032,25 @@ type GetSubaccountResponse = Message<"auth.v1.GetSubaccountResponse"> & {
|
|
|
864
1032
|
*/
|
|
865
1033
|
subaccount?: Subaccount | undefined;
|
|
866
1034
|
/**
|
|
867
|
-
* API keys scoped to this sub-account when include_api_keys is true.
|
|
1035
|
+
* API keys scoped to this sub-account when include_api_keys is true and the caller is owner or admin.
|
|
868
1036
|
*
|
|
869
1037
|
* @generated from field: repeated auth.v1.ApiKey api_keys = 2;
|
|
870
1038
|
*/
|
|
871
1039
|
apiKeys: ApiKey[];
|
|
872
1040
|
/**
|
|
873
|
-
*
|
|
1041
|
+
* Current members for this sub-account when include_members is true and the caller is a current member.
|
|
874
1042
|
*
|
|
875
1043
|
* @generated from field: repeated auth.v1.SubaccountMemberView members = 3;
|
|
876
1044
|
*/
|
|
877
1045
|
members: SubaccountMemberView[];
|
|
878
1046
|
/**
|
|
879
|
-
* Invitations
|
|
1047
|
+
* Invitations visible to the caller when include_invites is true.
|
|
880
1048
|
*
|
|
881
1049
|
* @generated from field: repeated auth.v1.SubaccountInvite invites = 4;
|
|
882
1050
|
*/
|
|
883
1051
|
invites: SubaccountInvite[];
|
|
884
1052
|
/**
|
|
885
|
-
* Attached policy when include_policy is true and the sub-account has a policy.
|
|
1053
|
+
* Attached policy when include_policy is true, the caller is a current member, and the sub-account has a policy.
|
|
886
1054
|
*
|
|
887
1055
|
* @generated from field: auth.v1.SubaccountPolicyView policy = 5;
|
|
888
1056
|
*/
|
|
@@ -1068,6 +1236,175 @@ declare enum SubaccountRole {
|
|
|
1068
1236
|
* Describes the enum auth.v1.SubaccountRole.
|
|
1069
1237
|
*/
|
|
1070
1238
|
declare const SubaccountRoleSchema: GenEnum<SubaccountRole>;
|
|
1239
|
+
/**
|
|
1240
|
+
* A stable capability granted by a sub-account role. These values describe
|
|
1241
|
+
* role authorization only; resource state, MFA, limits, and other request
|
|
1242
|
+
* context may still deny an operation.
|
|
1243
|
+
*
|
|
1244
|
+
* @generated from enum auth.v1.SubaccountPermission
|
|
1245
|
+
*/
|
|
1246
|
+
declare enum SubaccountPermission {
|
|
1247
|
+
/**
|
|
1248
|
+
* No permission selected.
|
|
1249
|
+
*
|
|
1250
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_UNSPECIFIED = 0;
|
|
1251
|
+
*/
|
|
1252
|
+
UNSPECIFIED = 0,
|
|
1253
|
+
/**
|
|
1254
|
+
* Read the sub-account and its non-sensitive metadata.
|
|
1255
|
+
*
|
|
1256
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_SUBACCOUNT = 1;
|
|
1257
|
+
*/
|
|
1258
|
+
READ_SUBACCOUNT = 1,
|
|
1259
|
+
/**
|
|
1260
|
+
* Update sub-account metadata or lifecycle status.
|
|
1261
|
+
*
|
|
1262
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_UPDATE_SUBACCOUNT = 2;
|
|
1263
|
+
*/
|
|
1264
|
+
UPDATE_SUBACCOUNT = 2,
|
|
1265
|
+
/**
|
|
1266
|
+
* Read balances and equity.
|
|
1267
|
+
*
|
|
1268
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_BALANCES = 3;
|
|
1269
|
+
*/
|
|
1270
|
+
READ_BALANCES = 3,
|
|
1271
|
+
/**
|
|
1272
|
+
* Read spot orders and trades.
|
|
1273
|
+
*
|
|
1274
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_SPOT = 4;
|
|
1275
|
+
*/
|
|
1276
|
+
READ_SPOT = 4,
|
|
1277
|
+
/**
|
|
1278
|
+
* Place and manage spot orders and triggers.
|
|
1279
|
+
*
|
|
1280
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_TRADE_SPOT = 5;
|
|
1281
|
+
*/
|
|
1282
|
+
TRADE_SPOT = 5,
|
|
1283
|
+
/**
|
|
1284
|
+
* Read internal-transfer history.
|
|
1285
|
+
*
|
|
1286
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_INTERNAL_TRANSFERS = 6;
|
|
1287
|
+
*/
|
|
1288
|
+
READ_INTERNAL_TRANSFERS = 6,
|
|
1289
|
+
/**
|
|
1290
|
+
* Create internal transfers.
|
|
1291
|
+
*
|
|
1292
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_INTERNAL_TRANSFER = 7;
|
|
1293
|
+
*/
|
|
1294
|
+
INTERNAL_TRANSFER = 7,
|
|
1295
|
+
/**
|
|
1296
|
+
* Withdraw value from Trading to an external destination.
|
|
1297
|
+
*
|
|
1298
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_EXTERNAL_WITHDRAW = 8;
|
|
1299
|
+
*/
|
|
1300
|
+
EXTERNAL_WITHDRAW = 8,
|
|
1301
|
+
/**
|
|
1302
|
+
* Read saved, recent, and whitelisted destinations.
|
|
1303
|
+
*
|
|
1304
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_ADDRESS_BOOK = 9;
|
|
1305
|
+
*/
|
|
1306
|
+
READ_ADDRESS_BOOK = 9,
|
|
1307
|
+
/**
|
|
1308
|
+
* Create, update, delete, and copy saved destinations.
|
|
1309
|
+
*
|
|
1310
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_MANAGE_ADDRESS_BOOK = 10;
|
|
1311
|
+
*/
|
|
1312
|
+
MANAGE_ADDRESS_BOOK = 10,
|
|
1313
|
+
/**
|
|
1314
|
+
* Read the current member roster.
|
|
1315
|
+
*
|
|
1316
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_MEMBERS = 11;
|
|
1317
|
+
*/
|
|
1318
|
+
READ_MEMBERS = 11,
|
|
1319
|
+
/**
|
|
1320
|
+
* Invite, remove, and change delegated members.
|
|
1321
|
+
*
|
|
1322
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_MANAGE_MEMBERS = 12;
|
|
1323
|
+
*/
|
|
1324
|
+
MANAGE_MEMBERS = 12,
|
|
1325
|
+
/**
|
|
1326
|
+
* Read pending and historical invitations for the sub-account.
|
|
1327
|
+
*
|
|
1328
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_INVITES = 13;
|
|
1329
|
+
*/
|
|
1330
|
+
READ_INVITES = 13,
|
|
1331
|
+
/**
|
|
1332
|
+
* Cancel invitations for the sub-account.
|
|
1333
|
+
*
|
|
1334
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_MANAGE_INVITES = 14;
|
|
1335
|
+
*/
|
|
1336
|
+
MANAGE_INVITES = 14,
|
|
1337
|
+
/**
|
|
1338
|
+
* Read API keys and their attached policies for the sub-account.
|
|
1339
|
+
*
|
|
1340
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_API_KEYS = 15;
|
|
1341
|
+
*/
|
|
1342
|
+
READ_API_KEYS = 15,
|
|
1343
|
+
/**
|
|
1344
|
+
* Create, update, and delete API keys for the sub-account.
|
|
1345
|
+
*
|
|
1346
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_MANAGE_API_KEYS = 16;
|
|
1347
|
+
*/
|
|
1348
|
+
MANAGE_API_KEYS = 16,
|
|
1349
|
+
/**
|
|
1350
|
+
* Read the policy attached to the sub-account.
|
|
1351
|
+
*
|
|
1352
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_SUBACCOUNT_POLICY = 17;
|
|
1353
|
+
*/
|
|
1354
|
+
READ_SUBACCOUNT_POLICY = 17,
|
|
1355
|
+
/**
|
|
1356
|
+
* Create, update, attach, or replace policies for the sub-account, subject to owner-only policy safeguards.
|
|
1357
|
+
*
|
|
1358
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_MANAGE_SUBACCOUNT_POLICY = 18;
|
|
1359
|
+
*/
|
|
1360
|
+
MANAGE_SUBACCOUNT_POLICY = 18,
|
|
1361
|
+
/**
|
|
1362
|
+
* Read sub-account activity with role-appropriate redaction.
|
|
1363
|
+
*
|
|
1364
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_ACTIVITY = 19;
|
|
1365
|
+
*/
|
|
1366
|
+
READ_ACTIVITY = 19,
|
|
1367
|
+
/**
|
|
1368
|
+
* Read unmasked security details in sub-account activity.
|
|
1369
|
+
*
|
|
1370
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_ACTIVITY_SECURITY_DETAILS = 20;
|
|
1371
|
+
*/
|
|
1372
|
+
READ_ACTIVITY_SECURITY_DETAILS = 20,
|
|
1373
|
+
/**
|
|
1374
|
+
* Change the delegated-member MFA requirement.
|
|
1375
|
+
*
|
|
1376
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_MANAGE_MEMBER_MFA_REQUIREMENT = 21;
|
|
1377
|
+
*/
|
|
1378
|
+
MANAGE_MEMBER_MFA_REQUIREMENT = 21,
|
|
1379
|
+
/**
|
|
1380
|
+
* Create or retrieve a deposit address for the sub-account.
|
|
1381
|
+
*
|
|
1382
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_CREATE_DEPOSIT_ADDRESS = 22;
|
|
1383
|
+
*/
|
|
1384
|
+
CREATE_DEPOSIT_ADDRESS = 22,
|
|
1385
|
+
/**
|
|
1386
|
+
* List deposit addresses for the sub-account.
|
|
1387
|
+
*
|
|
1388
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_DEPOSIT_ADDRESSES = 23;
|
|
1389
|
+
*/
|
|
1390
|
+
READ_DEPOSIT_ADDRESSES = 23,
|
|
1391
|
+
/**
|
|
1392
|
+
* Read Guard Signer wallet and on-chain status for the sub-account.
|
|
1393
|
+
*
|
|
1394
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_READ_GUARD_SIGNER_STATUS = 24;
|
|
1395
|
+
*/
|
|
1396
|
+
READ_GUARD_SIGNER_STATUS = 24,
|
|
1397
|
+
/**
|
|
1398
|
+
* Create, sign with, rotate, or export the sub-account Guard Signer wallet.
|
|
1399
|
+
*
|
|
1400
|
+
* @generated from enum value: SUBACCOUNT_PERMISSION_MANAGE_GUARD_SIGNER = 25;
|
|
1401
|
+
*/
|
|
1402
|
+
MANAGE_GUARD_SIGNER = 25
|
|
1403
|
+
}
|
|
1404
|
+
/**
|
|
1405
|
+
* Describes the enum auth.v1.SubaccountPermission.
|
|
1406
|
+
*/
|
|
1407
|
+
declare const SubaccountPermissionSchema: GenEnum<SubaccountPermission>;
|
|
1071
1408
|
/**
|
|
1072
1409
|
* Status of an invitation to join a sub-account.
|
|
1073
1410
|
*
|
|
@@ -1134,7 +1471,7 @@ declare enum SubaccountInviteAction {
|
|
|
1134
1471
|
*/
|
|
1135
1472
|
DECLINE = 2,
|
|
1136
1473
|
/**
|
|
1137
|
-
* Cancel an
|
|
1474
|
+
* Cancel an invitation as a current owner or admin of its sub-account.
|
|
1138
1475
|
*
|
|
1139
1476
|
* @generated from enum value: SUBACCOUNT_INVITE_ACTION_CANCEL = 3;
|
|
1140
1477
|
*/
|
|
@@ -1425,7 +1762,7 @@ declare const SubaccountService: GenService<{
|
|
|
1425
1762
|
output: typeof SetSubaccountMemberMFARequirementResponseSchema;
|
|
1426
1763
|
};
|
|
1427
1764
|
/**
|
|
1428
|
-
* List members for a sub-account
|
|
1765
|
+
* List current members for a sub-account visible to any current member.
|
|
1429
1766
|
*
|
|
1430
1767
|
* @generated from rpc auth.v1.SubaccountService.ListSubaccountMembers
|
|
1431
1768
|
*/
|
|
@@ -1465,7 +1802,7 @@ declare const SubaccountService: GenService<{
|
|
|
1465
1802
|
output: typeof InviteSubaccountMemberResponseSchema;
|
|
1466
1803
|
};
|
|
1467
1804
|
/**
|
|
1468
|
-
* List incoming
|
|
1805
|
+
* List incoming invitations and invitations for administered sub-accounts.
|
|
1469
1806
|
*
|
|
1470
1807
|
* @generated from rpc auth.v1.SubaccountService.ListSubaccountInvites
|
|
1471
1808
|
*/
|
|
@@ -1475,7 +1812,8 @@ declare const SubaccountService: GenService<{
|
|
|
1475
1812
|
output: typeof ListSubaccountInvitesResponseSchema;
|
|
1476
1813
|
};
|
|
1477
1814
|
/**
|
|
1478
|
-
* Accept
|
|
1815
|
+
* Accept or decline an invite as the grantee, or cancel it as a current owner or admin.
|
|
1816
|
+
* Acceptance requires an enrolled factor and a recently MFA-elevated session when the subaccount requires member MFA.
|
|
1479
1817
|
*
|
|
1480
1818
|
* @generated from rpc auth.v1.SubaccountService.RespondSubaccountInvite
|
|
1481
1819
|
*/
|
|
@@ -1485,6 +1823,33 @@ declare const SubaccountService: GenService<{
|
|
|
1485
1823
|
output: typeof RespondSubaccountInviteResponseSchema;
|
|
1486
1824
|
};
|
|
1487
1825
|
}>;
|
|
1826
|
+
/**
|
|
1827
|
+
* Read-only discovery of built-in role capabilities and caller-effective permissions.
|
|
1828
|
+
*
|
|
1829
|
+
* @generated from service auth.v1.SubaccountRoleService
|
|
1830
|
+
*/
|
|
1831
|
+
declare const SubaccountRoleService: GenService<{
|
|
1832
|
+
/**
|
|
1833
|
+
* List the authoritative built-in role and permission catalog. This metadata is public.
|
|
1834
|
+
*
|
|
1835
|
+
* @generated from rpc auth.v1.SubaccountRoleService.ListSubaccountRoles
|
|
1836
|
+
*/
|
|
1837
|
+
listSubaccountRoles: {
|
|
1838
|
+
methodKind: "unary";
|
|
1839
|
+
input: typeof ListSubaccountRolesRequestSchema;
|
|
1840
|
+
output: typeof ListSubaccountRolesResponseSchema;
|
|
1841
|
+
};
|
|
1842
|
+
/**
|
|
1843
|
+
* Return the authenticated caller's effective permissions for one sub-account.
|
|
1844
|
+
*
|
|
1845
|
+
* @generated from rpc auth.v1.SubaccountRoleService.GetEffectiveSubaccountPermissions
|
|
1846
|
+
*/
|
|
1847
|
+
getEffectiveSubaccountPermissions: {
|
|
1848
|
+
methodKind: "unary";
|
|
1849
|
+
input: typeof GetEffectiveSubaccountPermissionsRequestSchema;
|
|
1850
|
+
output: typeof GetEffectiveSubaccountPermissionsResponseSchema;
|
|
1851
|
+
};
|
|
1852
|
+
}>;
|
|
1488
1853
|
//#endregion
|
|
1489
|
-
export { ActivityEntityKind, ActivityEntityKindSchema, ActivityEvent, ActivityEventAction, ActivityEventActionSchema, ActivityEventSchema, ActivityEventSource, ActivityEventSourceSchema, CreateSubaccountRequest, CreateSubaccountRequestSchema, CreateSubaccountResponse, CreateSubaccountResponseSchema, GetSubaccountRequest, GetSubaccountRequestSchema, GetSubaccountResponse, GetSubaccountResponseSchema, InviteSubaccountMemberRequest, InviteSubaccountMemberRequestSchema, InviteSubaccountMemberResponse, InviteSubaccountMemberResponseSchema, ListSubaccountEventsRequest, ListSubaccountEventsRequestSchema, ListSubaccountEventsResponse, ListSubaccountEventsResponseSchema, ListSubaccountInvitesRequest, ListSubaccountInvitesRequestSchema, ListSubaccountInvitesResponse, ListSubaccountInvitesResponseSchema, ListSubaccountMembersRequest, ListSubaccountMembersRequestSchema, ListSubaccountMembersResponse, ListSubaccountMembersResponseSchema, ListSubaccountsRequest, ListSubaccountsRequestSchema, ListSubaccountsResponse, ListSubaccountsResponseSchema, RemoveSubaccountMemberRequest, RemoveSubaccountMemberRequestSchema, RemoveSubaccountMemberResponse, RemoveSubaccountMemberResponseSchema, RespondSubaccountInviteRequest, RespondSubaccountInviteRequestSchema, RespondSubaccountInviteResponse, RespondSubaccountInviteResponseSchema, SetSubaccountMemberMFARequirementRequest, SetSubaccountMemberMFARequirementRequestSchema, SetSubaccountMemberMFARequirementResponse, SetSubaccountMemberMFARequirementResponseSchema, Subaccount, SubaccountInvite, SubaccountInviteAction, SubaccountInviteActionSchema, SubaccountInviteSchema, SubaccountInviteStatus, SubaccountInviteStatusSchema, SubaccountMemberView, SubaccountMemberViewSchema, SubaccountRole, SubaccountRoleSchema, SubaccountRoleView, SubaccountRoleViewSchema, SubaccountSchema, SubaccountService, SubaccountUpdateSpec, SubaccountUpdateSpecSchema, SubaccountViewService, UpdateSubaccountMemberRoleRequest, UpdateSubaccountMemberRoleRequestSchema, UpdateSubaccountMemberRoleResponse, UpdateSubaccountMemberRoleResponseSchema, UpdateSubaccountRequest, UpdateSubaccountRequestSchema, UpdateSubaccountResponse, UpdateSubaccountResponseSchema, file_auth_v1_subaccounts, subaccounts_pb_d_exports };
|
|
1854
|
+
export { ActivityEntityKind, ActivityEntityKindSchema, ActivityEvent, ActivityEventAction, ActivityEventActionSchema, ActivityEventSchema, ActivityEventSource, ActivityEventSourceSchema, CreateSubaccountRequest, CreateSubaccountRequestSchema, CreateSubaccountResponse, CreateSubaccountResponseSchema, GetEffectiveSubaccountPermissionsRequest, GetEffectiveSubaccountPermissionsRequestSchema, GetEffectiveSubaccountPermissionsResponse, GetEffectiveSubaccountPermissionsResponseSchema, GetSubaccountRequest, GetSubaccountRequestSchema, GetSubaccountResponse, GetSubaccountResponseSchema, InviteSubaccountMemberRequest, InviteSubaccountMemberRequestSchema, InviteSubaccountMemberResponse, InviteSubaccountMemberResponseSchema, ListSubaccountEventsRequest, ListSubaccountEventsRequestSchema, ListSubaccountEventsResponse, ListSubaccountEventsResponseSchema, ListSubaccountInvitesRequest, ListSubaccountInvitesRequestSchema, ListSubaccountInvitesResponse, ListSubaccountInvitesResponseSchema, ListSubaccountMembersRequest, ListSubaccountMembersRequestSchema, ListSubaccountMembersResponse, ListSubaccountMembersResponseSchema, ListSubaccountRolesRequest, ListSubaccountRolesRequestSchema, ListSubaccountRolesResponse, ListSubaccountRolesResponseSchema, ListSubaccountsRequest, ListSubaccountsRequestSchema, ListSubaccountsResponse, ListSubaccountsResponseSchema, RemoveSubaccountMemberRequest, RemoveSubaccountMemberRequestSchema, RemoveSubaccountMemberResponse, RemoveSubaccountMemberResponseSchema, RespondSubaccountInviteRequest, RespondSubaccountInviteRequestSchema, RespondSubaccountInviteResponse, RespondSubaccountInviteResponseSchema, SetSubaccountMemberMFARequirementRequest, SetSubaccountMemberMFARequirementRequestSchema, SetSubaccountMemberMFARequirementResponse, SetSubaccountMemberMFARequirementResponseSchema, Subaccount, SubaccountInvite, SubaccountInviteAction, SubaccountInviteActionSchema, SubaccountInviteSchema, SubaccountInviteStatus, SubaccountInviteStatusSchema, SubaccountMemberView, SubaccountMemberViewSchema, SubaccountPermission, SubaccountPermissionDefinition, SubaccountPermissionDefinitionSchema, SubaccountPermissionSchema, SubaccountRole, SubaccountRoleDefinition, SubaccountRoleDefinitionSchema, SubaccountRoleSchema, SubaccountRoleService, SubaccountRoleView, SubaccountRoleViewSchema, SubaccountSchema, SubaccountService, SubaccountUpdateSpec, SubaccountUpdateSpecSchema, SubaccountViewService, UpdateSubaccountMemberRoleRequest, UpdateSubaccountMemberRoleRequestSchema, UpdateSubaccountMemberRoleResponse, UpdateSubaccountMemberRoleResponseSchema, UpdateSubaccountRequest, UpdateSubaccountRequestSchema, UpdateSubaccountResponse, UpdateSubaccountResponseSchema, file_auth_v1_subaccounts, subaccounts_pb_d_exports };
|
|
1490
1855
|
//# sourceMappingURL=subaccounts_pb.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subaccounts_pb.d.ts","names":[],"sources":["../../../../src/gen/auth/v1/subaccounts_pb.ts"],"mappings":";;;;;;;;;;;;cAoBa,0BAA0B;;;;;;KAQ3B,qBAAqB;;;;;;EAM/B;;;;;;EAOA,MAAM;;;;;;cAOK,0BAA0B,WAAW;;;;;;KAQtC,aAAa;;;;;;EAMvB;;;;;;EAOA,MAAM;;;;;;EAON;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;;EAQA;;;;;;;EAQA;;;;;;;;EASA;;;;;;;;EASA;;;;;;;;;EAUA,YAAY;;;;;;EAOZ;;;;;;cAOW,kBAAkB,WAAW;;;;;;KAQ9B,yBAAyB;;;;;cAOxB,8BAA8B,WAAW;;;;;;KAQ1C,0BAA0B;;;;;;EAMpC,aAAa;;;;;;;;;EAUb;;;;;;cAOW,+BAA+B,WAAW;;;;;;KAQ3C,0BAA0B;;;;;;EAMpC;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;;EAQA;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;cAOW,+BAA+B,WAAW;;;;;;KAQ3C,2BAA2B;;;;;;EAMrC;;;;;;;;EASA;;;;;;;EAQA;;;;;;;EAQA;;;;;;cAOW,gCAAgC,WAAW;;;;;;KAQ5C,uBAAuB;;;;;;EAMjC;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;cAOW,4BAA4B,WAAW;;;;;;KAQxC,0BAA0B;;;;;;EAMpC;;;;;;EAOA,aAAa;;;;;;;EAQb,aAAa;;;;;;EAOb;;;;;;cAOW,+BAA+B,WAAW;;;;;;KAQ3C,2BAA2B;;;;;;EAMrC,aAAa;;;;;;cAOF,gCAAgC,WAAW;;;;;;KAQ5C,2CAA2C;;;;;;EAMrD;;;;;;;;EASA;;;;;;cAOW,gDAAgD,WAAW;;;;;;KAQ5D,4CAA4C;;;;;cAO3C,iDAAiD,WAAW;;;;;;KAQ7D,uBAAuB;;;;;;EAMjC;;;;;;EAOA,MAAM;;;;;;EAON;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;cAOW,4BAA4B,WAAW;;;;;;KAQxC,+BAA+B;;;;;;EAMzC;;;;;;cAOW,oCAAoC,WAAW;;;;;;KAQhD,gCAAgC;;;;;;EAM1C,SAAS;;;;;;cAOE,qCAAqC,WAAW;;;;;;KAQjD,gCAAgC;;;;;;EAM1C;;;;;;EAOA;;;;;;cAOW,qCAAqC,WAAW;;;;;;KAQjD,iCAAiC;;;;;cAOhC,sCAAsC,WAAW;;;;;;KAQlD,oCAAoC;;;;;;EAM9C;;;;;;EAOA;;;;;;EAOA,MAAM;;;;;;cAOK,yCAAyC,WAAW;;;;;;KAQrD,qCAAqC;;;;;cAOpC,0CAA0C,WAAW;;;;;;KAQtD,mBAAmB;;;;;;EAM7B;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA,MAAM;;;;;;EAON,QAAQ;;;;;;EAOR,YAAY;;;;;;EAOZ,cAAc;;;;;;EAOd;;;;;;EAOA;;;;;;EAOA;;;;;;;EAQA;;;;;;;EAQA;;;;;;EAOA;;;;;;cAOW,wBAAwB,WAAW;;;;;;KAQpC,gCAAgC;;;;;;EAM1C;;;;;;EAOA;;;;;;EAOA,MAAM;;;;;;cAOK,qCAAqC,WAAW;;;;;;KAQjD,iCAAiC;;;;;;EAM3C,SAAS;;;;;;cAOE,sCAAsC,WAAW;;;;;;KAQlD,+BAA+B;;;;;;
|
|
1
|
+
{"version":3,"file":"subaccounts_pb.d.ts","names":[],"sources":["../../../../src/gen/auth/v1/subaccounts_pb.ts"],"mappings":"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"}
|