@teemill/website 0.22.0 → 0.22.1
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 +2 -2
- package/api.ts +5 -5
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +7 -7
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +7 -7
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/FooterApi.md +4 -4
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/website@0.22.
|
|
1
|
+
## @teemill/website@0.22.1
|
|
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 @teemill/website@0.22.
|
|
39
|
+
npm install @teemill/website@0.22.1 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Website API
|
|
5
5
|
* Manage your PodOS Website
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.22.
|
|
7
|
+
* The version of the OpenAPI document: 0.22.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4562,7 +4562,7 @@ export const FooterApiFp = function(configuration?: Configuration) {
|
|
|
4562
4562
|
* @param {*} [options] Override http request option.
|
|
4563
4563
|
* @throws {RequiredError}
|
|
4564
4564
|
*/
|
|
4565
|
-
async getFooter(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
4565
|
+
async getFooter(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Footer>> {
|
|
4566
4566
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getFooter(project, options);
|
|
4567
4567
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4568
4568
|
const localVarOperationServerBasePath = operationServerMap['FooterApi.getFooter']?.[localVarOperationServerIndex]?.url;
|
|
@@ -4576,7 +4576,7 @@ export const FooterApiFp = function(configuration?: Configuration) {
|
|
|
4576
4576
|
* @param {*} [options] Override http request option.
|
|
4577
4577
|
* @throws {RequiredError}
|
|
4578
4578
|
*/
|
|
4579
|
-
async updateFooter(project: string, updateFooterRequest?: UpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
4579
|
+
async updateFooter(project: string, updateFooterRequest?: UpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Footer>> {
|
|
4580
4580
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateFooter(project, updateFooterRequest, options);
|
|
4581
4581
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4582
4582
|
const localVarOperationServerBasePath = operationServerMap['FooterApi.updateFooter']?.[localVarOperationServerIndex]?.url;
|
|
@@ -4599,7 +4599,7 @@ export const FooterApiFactory = function (configuration?: Configuration, basePat
|
|
|
4599
4599
|
* @param {*} [options] Override http request option.
|
|
4600
4600
|
* @throws {RequiredError}
|
|
4601
4601
|
*/
|
|
4602
|
-
getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
4602
|
+
getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Footer> {
|
|
4603
4603
|
return localVarFp.getFooter(requestParameters.project, options).then((request) => request(axios, basePath));
|
|
4604
4604
|
},
|
|
4605
4605
|
/**
|
|
@@ -4609,7 +4609,7 @@ export const FooterApiFactory = function (configuration?: Configuration, basePat
|
|
|
4609
4609
|
* @param {*} [options] Override http request option.
|
|
4610
4610
|
* @throws {RequiredError}
|
|
4611
4611
|
*/
|
|
4612
|
-
updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
4612
|
+
updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Footer> {
|
|
4613
4613
|
return localVarFp.updateFooter(requestParameters.project, requestParameters.updateFooterRequest, options).then((request) => request(axios, basePath));
|
|
4614
4614
|
},
|
|
4615
4615
|
};
|
package/base.ts
CHANGED
package/common.ts
CHANGED
package/configuration.ts
CHANGED
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Website API
|
|
3
3
|
* Manage your PodOS Website
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.22.
|
|
5
|
+
* The version of the OpenAPI document: 0.22.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3566,7 +3566,7 @@ export declare const FooterApiFp: (configuration?: Configuration) => {
|
|
|
3566
3566
|
* @param {*} [options] Override http request option.
|
|
3567
3567
|
* @throws {RequiredError}
|
|
3568
3568
|
*/
|
|
3569
|
-
getFooter(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
3569
|
+
getFooter(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Footer>>;
|
|
3570
3570
|
/**
|
|
3571
3571
|
* Update a footer
|
|
3572
3572
|
* @summary Update footer
|
|
@@ -3575,7 +3575,7 @@ export declare const FooterApiFp: (configuration?: Configuration) => {
|
|
|
3575
3575
|
* @param {*} [options] Override http request option.
|
|
3576
3576
|
* @throws {RequiredError}
|
|
3577
3577
|
*/
|
|
3578
|
-
updateFooter(project: string, updateFooterRequest?: UpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
3578
|
+
updateFooter(project: string, updateFooterRequest?: UpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Footer>>;
|
|
3579
3579
|
};
|
|
3580
3580
|
/**
|
|
3581
3581
|
* FooterApi - factory interface
|
|
@@ -3589,7 +3589,7 @@ export declare const FooterApiFactory: (configuration?: Configuration, basePath?
|
|
|
3589
3589
|
* @param {*} [options] Override http request option.
|
|
3590
3590
|
* @throws {RequiredError}
|
|
3591
3591
|
*/
|
|
3592
|
-
getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
3592
|
+
getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Footer>;
|
|
3593
3593
|
/**
|
|
3594
3594
|
* Update a footer
|
|
3595
3595
|
* @summary Update footer
|
|
@@ -3597,7 +3597,7 @@ export declare const FooterApiFactory: (configuration?: Configuration, basePath?
|
|
|
3597
3597
|
* @param {*} [options] Override http request option.
|
|
3598
3598
|
* @throws {RequiredError}
|
|
3599
3599
|
*/
|
|
3600
|
-
updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
3600
|
+
updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Footer>;
|
|
3601
3601
|
};
|
|
3602
3602
|
/**
|
|
3603
3603
|
* Request parameters for getFooter operation in FooterApi.
|
|
@@ -3646,7 +3646,7 @@ export declare class FooterApi extends BaseAPI {
|
|
|
3646
3646
|
* @throws {RequiredError}
|
|
3647
3647
|
* @memberof FooterApi
|
|
3648
3648
|
*/
|
|
3649
|
-
getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Footer
|
|
3649
|
+
getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Footer, any>>;
|
|
3650
3650
|
/**
|
|
3651
3651
|
* Update a footer
|
|
3652
3652
|
* @summary Update footer
|
|
@@ -3655,7 +3655,7 @@ export declare class FooterApi extends BaseAPI {
|
|
|
3655
3655
|
* @throws {RequiredError}
|
|
3656
3656
|
* @memberof FooterApi
|
|
3657
3657
|
*/
|
|
3658
|
-
updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Footer
|
|
3658
|
+
updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Footer, any>>;
|
|
3659
3659
|
}
|
|
3660
3660
|
/**
|
|
3661
3661
|
* MenuApi - axios parameter creator
|
package/dist/api.js
CHANGED
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Website API
|
|
3
3
|
* Manage your PodOS Website
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.22.
|
|
5
|
+
* The version of the OpenAPI document: 0.22.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3566,7 +3566,7 @@ export declare const FooterApiFp: (configuration?: Configuration) => {
|
|
|
3566
3566
|
* @param {*} [options] Override http request option.
|
|
3567
3567
|
* @throws {RequiredError}
|
|
3568
3568
|
*/
|
|
3569
|
-
getFooter(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
3569
|
+
getFooter(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Footer>>;
|
|
3570
3570
|
/**
|
|
3571
3571
|
* Update a footer
|
|
3572
3572
|
* @summary Update footer
|
|
@@ -3575,7 +3575,7 @@ export declare const FooterApiFp: (configuration?: Configuration) => {
|
|
|
3575
3575
|
* @param {*} [options] Override http request option.
|
|
3576
3576
|
* @throws {RequiredError}
|
|
3577
3577
|
*/
|
|
3578
|
-
updateFooter(project: string, updateFooterRequest?: UpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
3578
|
+
updateFooter(project: string, updateFooterRequest?: UpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Footer>>;
|
|
3579
3579
|
};
|
|
3580
3580
|
/**
|
|
3581
3581
|
* FooterApi - factory interface
|
|
@@ -3589,7 +3589,7 @@ export declare const FooterApiFactory: (configuration?: Configuration, basePath?
|
|
|
3589
3589
|
* @param {*} [options] Override http request option.
|
|
3590
3590
|
* @throws {RequiredError}
|
|
3591
3591
|
*/
|
|
3592
|
-
getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
3592
|
+
getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Footer>;
|
|
3593
3593
|
/**
|
|
3594
3594
|
* Update a footer
|
|
3595
3595
|
* @summary Update footer
|
|
@@ -3597,7 +3597,7 @@ export declare const FooterApiFactory: (configuration?: Configuration, basePath?
|
|
|
3597
3597
|
* @param {*} [options] Override http request option.
|
|
3598
3598
|
* @throws {RequiredError}
|
|
3599
3599
|
*/
|
|
3600
|
-
updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
3600
|
+
updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Footer>;
|
|
3601
3601
|
};
|
|
3602
3602
|
/**
|
|
3603
3603
|
* Request parameters for getFooter operation in FooterApi.
|
|
@@ -3646,7 +3646,7 @@ export declare class FooterApi extends BaseAPI {
|
|
|
3646
3646
|
* @throws {RequiredError}
|
|
3647
3647
|
* @memberof FooterApi
|
|
3648
3648
|
*/
|
|
3649
|
-
getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Footer
|
|
3649
|
+
getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Footer, any>>;
|
|
3650
3650
|
/**
|
|
3651
3651
|
* Update a footer
|
|
3652
3652
|
* @summary Update footer
|
|
@@ -3655,7 +3655,7 @@ export declare class FooterApi extends BaseAPI {
|
|
|
3655
3655
|
* @throws {RequiredError}
|
|
3656
3656
|
* @memberof FooterApi
|
|
3657
3657
|
*/
|
|
3658
|
-
updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Footer
|
|
3658
|
+
updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Footer, any>>;
|
|
3659
3659
|
}
|
|
3660
3660
|
/**
|
|
3661
3661
|
* MenuApi - axios parameter creator
|
package/dist/esm/api.js
CHANGED
package/dist/esm/base.d.ts
CHANGED
package/dist/esm/base.js
CHANGED
package/dist/esm/common.d.ts
CHANGED
package/dist/esm/common.js
CHANGED
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/docs/FooterApi.md
CHANGED
|
@@ -8,7 +8,7 @@ All URIs are relative to *https://api.localhost:8080*
|
|
|
8
8
|
|[**updateFooter**](#updatefooter) | **PUT** /v1/website/footer | Update footer|
|
|
9
9
|
|
|
10
10
|
# **getFooter**
|
|
11
|
-
>
|
|
11
|
+
> Footer getFooter()
|
|
12
12
|
|
|
13
13
|
Get the footer for the project
|
|
14
14
|
|
|
@@ -39,7 +39,7 @@ const { status, data } = await apiInstance.getFooter(
|
|
|
39
39
|
|
|
40
40
|
### Return type
|
|
41
41
|
|
|
42
|
-
**
|
|
42
|
+
**Footer**
|
|
43
43
|
|
|
44
44
|
### Authorization
|
|
45
45
|
|
|
@@ -63,7 +63,7 @@ const { status, data } = await apiInstance.getFooter(
|
|
|
63
63
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
64
64
|
|
|
65
65
|
# **updateFooter**
|
|
66
|
-
>
|
|
66
|
+
> Footer updateFooter()
|
|
67
67
|
|
|
68
68
|
Update a footer
|
|
69
69
|
|
|
@@ -98,7 +98,7 @@ const { status, data } = await apiInstance.updateFooter(
|
|
|
98
98
|
|
|
99
99
|
### Return type
|
|
100
100
|
|
|
101
|
-
**
|
|
101
|
+
**Footer**
|
|
102
102
|
|
|
103
103
|
### Authorization
|
|
104
104
|
|
package/index.ts
CHANGED