@gewis/sudosos-client 0.0.0-develop.e05135a → 0.0.0-develop.e57eec7

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/dist/base.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * sudosos-back-end
2
+ * sudosos-backend
3
3
  * SudoSOS
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
package/dist/base.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * sudosos-back-end
5
+ * sudosos-backend
6
6
  * SudoSOS
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.operationServerMap = exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0;
17
17
  const axios_1 = require("axios");
18
- exports.BASE_PATH = "http://undefinedundefined".replace(/\/+$/, "");
18
+ exports.BASE_PATH = "http://localhost:3000/api/v1".replace(/\/+$/, "");
19
19
  /**
20
20
  *
21
21
  * @export
package/dist/common.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * sudosos-back-end
2
+ * sudosos-backend
3
3
  * SudoSOS
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
@@ -62,4 +62,4 @@ export declare const toPathString: (url: URL) => string;
62
62
  *
63
63
  * @export
64
64
  */
65
- export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any, {}>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
65
+ export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
package/dist/common.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * sudosos-back-end
5
+ * sudosos-backend
6
6
  * SudoSOS
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
@@ -1,5 +1,5 @@
1
1
  /**
2
- * sudosos-back-end
2
+ * sudosos-backend
3
3
  * SudoSOS
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * sudosos-back-end
5
+ * sudosos-backend
6
6
  * SudoSOS
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0