Skip to content

Commit b2f3d06

Browse files
author
Rick Butterfield
committed
Rebuild api and assets
1 parent 904489b commit b2f3d06

16 files changed

+307
-249
lines changed

src/Umbraco.Community.Sustainability/assets/package-lock.json

Lines changed: 18 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Umbraco.Community.Sustainability/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lit": "^3.1.0"
1717
},
1818
"devDependencies": {
19-
"@hey-api/openapi-ts": "^0.46.3",
19+
"@hey-api/openapi-ts": "^0.40.0",
2020
"@umbraco-cms/backoffice": "^14.0.0",
2121
"typescript": "^5.2.2",
2222
"umbracodegen": "^1.0.0-alpha.5",

src/Umbraco.Community.Sustainability/assets/src/api/services.gen.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type { $OpenApiTs } from './types.gen';
88

99
export class SustainabilityService {
1010
/**
11-
* @returns unknown Success
11+
* @returns unknown OK
1212
* @throws ApiError
1313
*/
1414
public static checkPage(data: $OpenApiTs['/umbraco/sustainability/api/v1/checkPage']['get']['req'] = {}): CancelablePromise<$OpenApiTs['/umbraco/sustainability/api/v1/checkPage']['get']['res'][200]> {
@@ -23,7 +23,7 @@ export class SustainabilityService {
2323
}
2424

2525
/**
26-
* @returns unknown Success
26+
* @returns unknown OK
2727
* @throws ApiError
2828
*/
2929
public static getAverageData(): CancelablePromise<$OpenApiTs['/umbraco/sustainability/api/v1/getAverageData']['get']['res'][200]> {
@@ -34,7 +34,7 @@ export class SustainabilityService {
3434
}
3535

3636
/**
37-
* @returns unknown Success
37+
* @returns unknown OK
3838
* @throws ApiError
3939
*/
4040
public static getOverviewData(data: $OpenApiTs['/umbraco/sustainability/api/v1/getOverviewData']['get']['req'] = {}): CancelablePromise<$OpenApiTs['/umbraco/sustainability/api/v1/getOverviewData']['get']['res'][200]> {
@@ -52,7 +52,7 @@ export class SustainabilityService {
5252
}
5353

5454
/**
55-
* @returns unknown Success
55+
* @returns unknown OK
5656
* @throws ApiError
5757
*/
5858
public static getPageData(data: $OpenApiTs['/umbraco/sustainability/api/v1/getPageData']['get']['req'] = {}): CancelablePromise<$OpenApiTs['/umbraco/sustainability/api/v1/getPageData']['get']['res'][200]> {
@@ -67,7 +67,7 @@ export class SustainabilityService {
6767
}
6868

6969
/**
70-
* @returns boolean Success
70+
* @returns boolean OK
7171
* @throws ApiError
7272
*/
7373
public static savePageData(data: $OpenApiTs['/umbraco/sustainability/api/v1/savePageData']['post']['req'] = {}): CancelablePromise<$OpenApiTs['/umbraco/sustainability/api/v1/savePageData']['post']['res'][200]> {

src/Umbraco.Community.Sustainability/assets/src/api/types.gen.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export type $OpenApiTs = {
6868
};
6969
res: {
7070
/**
71-
* Success
71+
* OK
7272
*/
7373
200: SustainabilityResponse;
7474
};
@@ -78,7 +78,7 @@ export type $OpenApiTs = {
7878
get: {
7979
res: {
8080
/**
81-
* Success
81+
* OK
8282
*/
8383
200: AveragePageMetrics;
8484
};
@@ -94,7 +94,7 @@ export type $OpenApiTs = {
9494
};
9595
res: {
9696
/**
97-
* Success
97+
* OK
9898
*/
9999
200: PagedResultPageMetricModel;
100100
};
@@ -107,7 +107,7 @@ export type $OpenApiTs = {
107107
};
108108
res: {
109109
/**
110-
* Success
110+
* OK
111111
*/
112112
200: SustainabilityResponse;
113113
};
@@ -121,7 +121,7 @@ export type $OpenApiTs = {
121121
};
122122
res: {
123123
/**
124-
* Success
124+
* OK
125125
*/
126126
200: boolean;
127127
};

src/Umbraco.Community.Sustainability/wwwroot/App_Plugins/Umbraco.Community.Sustainability.14/Umbraco.Community.Sustainability.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Umbraco.Community.Sustainability/wwwroot/App_Plugins/Umbraco.Community.Sustainability.14/index-BUMtF1SV.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Umbraco.Community.Sustainability/wwwroot/App_Plugins/Umbraco.Community.Sustainability.14/index-Clx-kk79.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)