|
4 | 4 | from .types import ListAPIKeysRequestOrderBy |
5 | 5 | from .types import ListApplicationsRequestOrderBy |
6 | 6 | from .types import ListGroupsRequestOrderBy |
| 7 | +from .types import ListJWTsRequestOrderBy |
7 | 8 | from .types import ListPermissionSetsRequestOrderBy |
8 | 9 | from .types import ListPoliciesRequestOrderBy |
9 | 10 | from .types import ListQuotaRequestOrderBy |
|
15 | 16 | from .types import APIKey |
16 | 17 | from .types import Application |
17 | 18 | from .types import Group |
| 19 | +from .types import JWT |
18 | 20 | from .types import ListAPIKeysResponse |
19 | 21 | from .types import ListApplicationsResponse |
20 | 22 | from .types import ListGroupsResponse |
| 23 | +from .types import ListJWTsResponse |
21 | 24 | from .types import ListPermissionSetsResponse |
22 | 25 | from .types import ListPoliciesResponse |
23 | 26 | from .types import ListQuotaResponse |
|
39 | 42 | "ListAPIKeysRequestOrderBy", |
40 | 43 | "ListApplicationsRequestOrderBy", |
41 | 44 | "ListGroupsRequestOrderBy", |
| 45 | + "ListJWTsRequestOrderBy", |
42 | 46 | "ListPermissionSetsRequestOrderBy", |
43 | 47 | "ListPoliciesRequestOrderBy", |
44 | 48 | "ListQuotaRequestOrderBy", |
|
50 | 54 | "APIKey", |
51 | 55 | "Application", |
52 | 56 | "Group", |
| 57 | + "JWT", |
53 | 58 | "ListAPIKeysResponse", |
54 | 59 | "ListApplicationsResponse", |
55 | 60 | "ListGroupsResponse", |
| 61 | + "ListJWTsResponse", |
56 | 62 | "ListPermissionSetsResponse", |
57 | 63 | "ListPoliciesResponse", |
58 | 64 | "ListQuotaResponse", |
|
0 commit comments