-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NodeJs: reorg api response type files (#2169)
* reorg * reorg 2 * update year * rm api/response.ts
- Loading branch information
Showing
27 changed files
with
463 additions
and
552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
...types/models/api/utxo-changes-response.ts → ...odejs/lib/types/models/api/commitments.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,12 @@ | ||
// Copyright 2023 IOTA Stiftung | ||
// Copyright 2024 IOTA Stiftung | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
export * from './info'; | ||
export * from './accounts'; | ||
export * from './blocks'; | ||
export * from './commitments'; | ||
export * from './committee'; | ||
export * from './node'; | ||
export * from './plugins'; | ||
export * from './block-response'; | ||
export * from './committee-response'; | ||
export * from './congestion-response'; | ||
export * from './issuance-response'; | ||
export * from './mana-rewards-response'; | ||
export * from './network-metrics'; | ||
export * from './output-id-proof'; | ||
export * from './output-metadata-response'; | ||
export * from './output-response'; | ||
export * from './response'; | ||
export * from './routes-response'; | ||
export * from './transaction-failure-reason'; | ||
export * from './transaction-response'; | ||
export * from './utxo-changes-response'; | ||
export * from './validators-response'; | ||
export * from './rewards'; | ||
export * from './utxo'; | ||
export * from './validators'; |
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
bindings/nodejs/lib/types/models/api/info/node-info-base-token.ts
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
bindings/nodejs/lib/types/models/api/info/node-info-status.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.