flexinet-api 0.0.339-prerelease0 → 0.0.341-prerelease0

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## flexinet-api@0.0.339-prerelease0
1
+ ## flexinet-api@0.0.341-prerelease0
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install flexinet-api@0.0.339-prerelease0 --save
39
+ npm install flexinet-api@0.0.341-prerelease0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -5557,7 +5557,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
5557
5557
  * @throws {RequiredError}
5558
5558
  */
5559
5559
  createUploadURL: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
5560
- const localVarPath = `/admins/products/upload-urls`;
5560
+ const localVarPath = `/admins/upload-urls`;
5561
5561
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
5562
5562
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
5563
5563
  let baseOptions;
package/dist/api.js CHANGED
@@ -2553,7 +2553,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
2553
2553
  * @throws {RequiredError}
2554
2554
  */
2555
2555
  createUploadURL: (options = {}) => __awaiter(this, void 0, void 0, function* () {
2556
- const localVarPath = `/admins/products/upload-urls`;
2556
+ const localVarPath = `/admins/upload-urls`;
2557
2557
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2558
2558
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2559
2559
  let baseOptions;
package/dist/esm/api.js CHANGED
@@ -2508,7 +2508,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
2508
2508
  * @throws {RequiredError}
2509
2509
  */
2510
2510
  createUploadURL: (options = {}) => __awaiter(this, void 0, void 0, function* () {
2511
- const localVarPath = `/admins/products/upload-urls`;
2511
+ const localVarPath = `/admins/upload-urls`;
2512
2512
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2513
2513
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2514
2514
  let baseOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.339-prerelease0",
3
+ "version": "0.0.341-prerelease0",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {