Skip to content

Commit 0750318

Browse files
Merge pull request #128 from FusionAuth/1.56.0
1.56.0 client updates
2 parents af3ee16 + 983a64e commit 0750318

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

src/FusionAuthClient.ts

+17-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* Copyright (c) 2019-2023, FusionAuth, All Rights Reserved
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing,
11-
* software distributed under the License is distributed on an
12-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
13-
* either express or implied. See the License for the specific
14-
* language governing permissions and limitations under the License.
15-
*/
2+
* Copyright (c) 2019-2025, FusionAuth, All Rights Reserved
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing,
11+
* software distributed under the License is distributed on an
12+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
13+
* either express or implied. See the License for the specific
14+
* language governing permissions and limitations under the License.
15+
*/
1616

1717
import IRESTClient from "./IRESTClient"
1818
import DefaultRESTClientBuilder from "./DefaultRESTClientBuilder";
@@ -10071,6 +10071,7 @@ export interface UserLoginIdDuplicateOnUpdateEvent extends UserLoginIdDuplicateO
1007110071
* @author Brett Pontarelli
1007210072
*/
1007310073
export interface TenantSSOConfiguration {
10074+
allowAccessTokenBootstrap?: boolean;
1007410075
deviceTrustTimeToLiveInSeconds?: number;
1007510076
}
1007610077

@@ -11578,7 +11579,9 @@ export interface APIKey {
1157811579
keyManager?: boolean;
1157911580
lastUpdateInstant?: number;
1158011581
metaData?: APIKeyMetaData;
11582+
name?: string;
1158111583
permissions?: APIKeyPermissions;
11584+
retrievable?: boolean;
1158211585
tenantId?: UUID;
1158311586
}
1158411587

0 commit comments

Comments
 (0)