Skip to content

Commit 2140c06

Browse files
committed
Rerun scripts
1 parent fbff5f8 commit 2140c06

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

tests/mock/mock_attribute.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/packages/types/src/info.ts

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,7 @@ export interface ModifySP {
7272
*/
7373
source: string;
7474
/**
75-
* The amount of SP to be added or removed
76-
*/
77-
amount: number /* int */;
78-
}
79-
export interface ModifyMaxSP {
80-
/**
81-
* A unique identifier for this modification
82-
*/
83-
key: string;
84-
/**
85-
* The source of this modification
86-
*/
87-
source: string;
88-
/**
89-
* The amount of maximum SP available
75+
* The amount of SP or maximum SP to be added or removed
9076
*/
9177
amount: number /* int */;
9278
}

0 commit comments

Comments
 (0)