@proficient/admin-internal
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -63,3 +63,3 @@ "use strict"; | ||
if (liveMode != null) { | ||
_queryParams.append("live_mode", liveMode.toString()); | ||
_queryParams.append("live_mode", liveMode); | ||
} | ||
@@ -66,0 +66,0 @@ const _response = yield core.fetcher({ |
/** | ||
* This file was auto-generated by Fern from our API Definition. | ||
*/ | ||
import * as Proficient from "../../../.."; | ||
export interface ListUsersRequest { | ||
/** | ||
* If set to `false`, only test users will be returned. | ||
* If set to `"false"`, only test users will be returned. | ||
*/ | ||
liveMode?: Proficient.UserLiveMode; | ||
liveMode?: string; | ||
} |
{ | ||
"name": "@proficient/admin-internal", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./core/index.js", |
354060
7532