Skip to content

Commit

Permalink
Update smart-events-management-sdk module (#511)
Browse files Browse the repository at this point in the history
This PR contains updates generated as:
- `git pull upstream main` # upstream == https://github.com/redhat-developer/app-services-sdk-js
- `yarn generate`
  • Loading branch information
Jozef Marko authored Aug 30, 2022
1 parent 8f584d2 commit 2507b59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ export interface BridgeResponse {
* @memberof BridgeResponse
*/
'published_at'?: string;
/**
*
* @type {string}
* @memberof BridgeResponse
*/
'modified_at'?: string;
/**
*
* @type {ManagedResourceStatus}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ export interface ProcessorResponse {
* @memberof ProcessorResponse
*/
'published_at'?: string;
/**
*
* @type {string}
* @memberof ProcessorResponse
*/
'modified_at'?: string;
/**
*
* @type {ManagedResourceStatus}
Expand Down

0 comments on commit 2507b59

Please sign in to comment.