-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DE-643] Fix types for subscription components endpoints
- Loading branch information
1 parent
cd345c9
commit 62f81fb
Showing
9 changed files
with
405 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
# Create Usage Component Id | ||
|
||
## Class Name | ||
|
||
`CreateUsageComponentId` | ||
|
||
## Cases | ||
|
||
| Type | Factory Method | | ||
| --- | --- | | ||
| `int` | CreateUsageComponentId.fromNumber(int number) | | ||
| `String` | CreateUsageComponentId.fromString(String string) | | ||
|
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
# List Usages Input Component Id | ||
|
||
## Class Name | ||
|
||
`ListUsagesInputComponentId` | ||
|
||
## Cases | ||
|
||
| Type | Factory Method | | ||
| --- | --- | | ||
| `int` | ListUsagesInputComponentId.fromNumber(int number) | | ||
| `String` | ListUsagesInputComponentId.fromString(String string) | | ||
|
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
Oops, something went wrong.