Skip to content

Commit b56a502

Browse files
authored
build(codegen): updating SDK (#1289)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent 4eaffba commit b56a502

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

packages/sdk-client-v3/src/middleware/auth-middleware/auth-request-executor.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ import {
33
IBuiltRequestParams,
44
TokenInfo,
55
} from '../../types/types'
6-
import {
7-
byteLength,
8-
calculateExpirationTime,
9-
createError,
10-
executor,
11-
} from '../../utils'
6+
import { calculateExpirationTime, createError, executor } from '../../utils'
127
import { buildRequestForRefreshTokenFlow } from './auth-request-builder'
138

149
export async function executeRequest(options: ExecuteRequestOptions) {

packages/sdk-client-v3/src/middleware/create-http-middleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
TResponse,
1515
} from '../types/types'
1616
import {
17-
byteLength,
1817
constants,
1918
createError,
2019
executor,

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,3 +524,4 @@ f2c34069b067b892f11f451fccc4b0b7886874c6
524524
9c2df52905e1196479f72e6f31d9d5b2688acc5b
525525
d6881e9b71486cb67db3ba779f13d2f5142ef525
526526
b079eb79b31912abbf6e28be6f2348e54a440110
527+
0b1cc05e1e5fba20c2e9f66b1dc6f4c720c8e75a

0 commit comments

Comments
 (0)