@idunion/tl-sdk 0.0.6 → 0.0.7
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/api.js +2 -2
- package/package.json +1 -1
package/api.js
CHANGED
|
@@ -282,7 +282,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
282
282
|
* @throws {RequiredError}
|
|
283
283
|
*/
|
|
284
284
|
tlCreate: (tlPayload_1, ...args_1) => __awaiter(this, [tlPayload_1, ...args_1], void 0, function* (tlPayload, options = {}) {
|
|
285
|
-
const localVarPath =
|
|
285
|
+
const localVarPath = `/tl`;
|
|
286
286
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
287
287
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
288
288
|
let baseOptions;
|
|
@@ -342,7 +342,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
342
342
|
* @throws {RequiredError}
|
|
343
343
|
*/
|
|
344
344
|
tlList: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
345
|
-
const localVarPath =
|
|
345
|
+
const localVarPath = `/tl`;
|
|
346
346
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
347
347
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
348
348
|
let baseOptions;
|