Skip to content

Commit

Permalink
feat(ts): add required market exports (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev authored May 14, 2024
1 parent e82f3d1 commit dd6f4d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ts/src/patch/index.akash.deployment.v1beta3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from '../generated/index.akash.deployment.v1beta3';
export * from '../generated/akash/deployment/v1beta3/groupmsg';
export * from '../generated/akash/deployment/v1beta3/deploymentmsg';
export * from '../generated/akash/deployment/v1beta3/authz';
export * from '../generated/akash/deployment/v1beta3/query';
5 changes: 5 additions & 0 deletions ts/src/patch/index.akash.market.v1beta4.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* eslint-disable */

export * from './../generated/index.akash.market.v1beta4';
export * from './../generated/akash/market/v1beta4/query';
export * from './../generated/akash/market/v1beta4/service';

0 comments on commit dd6f4d4

Please sign in to comment.