Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi77 committed Dec 8, 2024
1 parent b12f77b commit f87d2f0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guibo-types",
"version": "1.1.25",
"version": "1.1.26",
"description": "Typescript data structures for the GUIBO platform interfaces",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/content/validation.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export interface Validation {
valid: boolean;
message: string;
}
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export * from './content/release_download';
export * from './content/release_asset';
export * from './content/release_asset_list';
export * from './content/account_basicinfo';
export * from './content/validation';
export * from './analytics/application_incident';
export * from './analytics/log_context_detail';
export * from './analytics/operation_trace';
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export * from './content/release_download';
export * from './content/release_asset';
export * from './content/release_asset_list';
export * from './content/account_basicinfo';
export * from './content/validation';
export * from './analytics/application_incident';
export * from './analytics/log_context_detail';
export * from './analytics/operation_trace';
Expand Down

0 comments on commit f87d2f0

Please sign in to comment.