@seamapi/http 0.26.0 → 0.27.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/README.md +8 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +4 -1
- package/lib/seam/connect/routes/access-codes-unmanaged.d.ts +1 -1
- package/lib/seam/connect/routes/access-codes-unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/access-codes.d.ts +1 -1
- package/lib/seam/connect/routes/access-codes.js.map +1 -1
- package/lib/seam/connect/routes/acs-access-groups.d.ts +1 -1
- package/lib/seam/connect/routes/acs-access-groups.js.map +1 -1
- package/lib/seam/connect/routes/acs-credential-pools.d.ts +1 -1
- package/lib/seam/connect/routes/acs-credential-pools.js.map +1 -1
- package/lib/seam/connect/routes/acs-credential-provisioning-automations.d.ts +1 -1
- package/lib/seam/connect/routes/acs-credential-provisioning-automations.js.map +1 -1
- package/lib/seam/connect/routes/acs-credentials.d.ts +1 -1
- package/lib/seam/connect/routes/acs-credentials.js.map +1 -1
- package/lib/seam/connect/routes/acs-entrances.d.ts +1 -1
- package/lib/seam/connect/routes/acs-entrances.js.map +1 -1
- package/lib/seam/connect/routes/acs-systems.d.ts +1 -1
- package/lib/seam/connect/routes/acs-systems.js.map +1 -1
- package/lib/seam/connect/routes/acs-users.d.ts +1 -1
- package/lib/seam/connect/routes/acs-users.js.map +1 -1
- package/lib/seam/connect/routes/action-attempts.d.ts +1 -1
- package/lib/seam/connect/routes/action-attempts.js.map +1 -1
- package/lib/seam/connect/routes/client-sessions.d.ts +1 -1
- package/lib/seam/connect/routes/client-sessions.js.map +1 -1
- package/lib/seam/connect/routes/connect-webviews.d.ts +1 -1
- package/lib/seam/connect/routes/connect-webviews.js.map +1 -1
- package/lib/seam/connect/routes/connected-accounts.d.ts +1 -1
- package/lib/seam/connect/routes/connected-accounts.js.map +1 -1
- package/lib/seam/connect/routes/devices-simulate.d.ts +1 -1
- package/lib/seam/connect/routes/devices-simulate.js.map +1 -1
- package/lib/seam/connect/routes/devices-unmanaged.d.ts +1 -1
- package/lib/seam/connect/routes/devices-unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/devices.d.ts +1 -1
- package/lib/seam/connect/routes/devices.js.map +1 -1
- package/lib/seam/connect/routes/events.d.ts +1 -1
- package/lib/seam/connect/routes/events.js.map +1 -1
- package/lib/seam/connect/routes/locks.d.ts +1 -1
- package/lib/seam/connect/routes/locks.js.map +1 -1
- package/lib/seam/connect/routes/networks.d.ts +1 -1
- package/lib/seam/connect/routes/networks.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors-noise-thresholds.d.ts +1 -1
- package/lib/seam/connect/routes/noise-sensors-noise-thresholds.js.map +1 -1
- package/lib/seam/connect/routes/phones-simulate.d.ts +1 -1
- package/lib/seam/connect/routes/phones-simulate.js.map +1 -1
- package/lib/seam/connect/routes/phones.d.ts +1 -1
- package/lib/seam/connect/routes/phones.js.map +1 -1
- package/lib/seam/connect/routes/thermostats-climate-setting-schedules.d.ts +1 -1
- package/lib/seam/connect/routes/thermostats-climate-setting-schedules.js.map +1 -1
- package/lib/seam/connect/routes/thermostats.d.ts +1 -1
- package/lib/seam/connect/routes/thermostats.js.map +1 -1
- package/lib/seam/connect/routes/user-identities-enrollment-automations.d.ts +1 -1
- package/lib/seam/connect/routes/user-identities-enrollment-automations.js.map +1 -1
- package/lib/seam/connect/routes/user-identities.d.ts +1 -1
- package/lib/seam/connect/routes/user-identities.js.map +1 -1
- package/lib/seam/connect/routes/webhooks.d.ts +1 -1
- package/lib/seam/connect/routes/webhooks.js.map +1 -1
- package/lib/seam/connect/routes/workspaces.d.ts +1 -1
- package/lib/seam/connect/routes/workspaces.js.map +1 -1
- package/lib/types.d.ts +3 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +4 -8
- package/src/lib/seam/connect/routes/access-codes-unmanaged.ts +1 -1
- package/src/lib/seam/connect/routes/access-codes.ts +1 -1
- package/src/lib/seam/connect/routes/acs-access-groups.ts +1 -1
- package/src/lib/seam/connect/routes/acs-credential-pools.ts +1 -1
- package/src/lib/seam/connect/routes/acs-credential-provisioning-automations.ts +1 -1
- package/src/lib/seam/connect/routes/acs-credentials.ts +1 -1
- package/src/lib/seam/connect/routes/acs-entrances.ts +1 -1
- package/src/lib/seam/connect/routes/acs-systems.ts +1 -1
- package/src/lib/seam/connect/routes/acs-users.ts +1 -1
- package/src/lib/seam/connect/routes/action-attempts.ts +1 -1
- package/src/lib/seam/connect/routes/client-sessions.ts +1 -1
- package/src/lib/seam/connect/routes/connect-webviews.ts +1 -1
- package/src/lib/seam/connect/routes/connected-accounts.ts +1 -1
- package/src/lib/seam/connect/routes/devices-simulate.ts +1 -1
- package/src/lib/seam/connect/routes/devices-unmanaged.ts +1 -1
- package/src/lib/seam/connect/routes/devices.ts +1 -1
- package/src/lib/seam/connect/routes/events.ts +1 -1
- package/src/lib/seam/connect/routes/locks.ts +1 -1
- package/src/lib/seam/connect/routes/networks.ts +1 -1
- package/src/lib/seam/connect/routes/noise-sensors-noise-thresholds.ts +1 -1
- package/src/lib/seam/connect/routes/phones-simulate.ts +1 -1
- package/src/lib/seam/connect/routes/phones.ts +1 -1
- package/src/lib/seam/connect/routes/thermostats-climate-setting-schedules.ts +1 -1
- package/src/lib/seam/connect/routes/thermostats.ts +1 -1
- package/src/lib/seam/connect/routes/user-identities-enrollment-automations.ts +1 -1
- package/src/lib/seam/connect/routes/user-identities.ts +1 -1
- package/src/lib/seam/connect/routes/webhooks.ts +1 -1
- package/src/lib/seam/connect/routes/workspaces.ts +1 -1
- package/src/lib/types.ts +8 -0
- package/src/lib/version.ts +1 -1
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
export class SeamHttpClientSessions {
|
|
37
37
|
client: Client
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
import { SeamHttpDevicesSimulate } from './devices-simulate.js'
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
import { SeamHttpPhonesSimulate } from './phones-simulate.js'
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
import { SeamHttpThermostatsClimateSettingSchedules } from './thermostats-climate-setting-schedules.js'
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
import { SeamHttpUserIdentitiesEnrollmentAutomations } from './user-identities-enrollment-automations.js'
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect'
|
|
7
|
-
import type { SetNonNullable } from 'type-fest'
|
|
8
7
|
|
|
9
8
|
import {
|
|
10
9
|
getAuthHeadersForClientSessionToken,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
parseOptions,
|
|
33
32
|
} from 'lib/seam/connect/parse-options.js'
|
|
34
33
|
import { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
|
|
34
|
+
import type { SetNonNullable } from 'lib/types.js'
|
|
35
35
|
|
|
36
36
|
import { SeamHttpClientSessions } from './client-sessions.js'
|
|
37
37
|
|
package/src/lib/types.ts
ADDED
package/src/lib/version.ts
CHANGED