@chevre/factory 4.312.0 → 4.313.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -119,7 +119,7 @@ export interface IObject {
|
|
|
119
119
|
/**
|
|
120
120
|
* 承認アクションリスト
|
|
121
121
|
*/
|
|
122
|
-
authorizeActions
|
|
122
|
+
authorizeActions?: IAuthorizeAction<IAuthorizeActionAttributes<any, any>>[];
|
|
123
123
|
}
|
|
124
124
|
export interface IPotentialActions {
|
|
125
125
|
/**
|
|
@@ -69,7 +69,7 @@ export interface IObject {
|
|
|
69
69
|
/**
|
|
70
70
|
* 承認アクションリスト
|
|
71
71
|
*/
|
|
72
|
-
authorizeActions
|
|
72
|
+
authorizeActions?: IAuthorizeAction<IAuthorizeActionAttributes<any, any>>[];
|
|
73
73
|
potentialActions?: {
|
|
74
74
|
givePointAward?: IGivePointAwardParams[];
|
|
75
75
|
};
|