@@ -43,16 +43,16 @@ export class AppMigration {
43
43
}
44
44
45
45
/**
46
- * Updates the values of multiple entity properties for an object, up to 50 updates per request. This operation is for
47
- * use by Connect apps during app migration.
46
+ * Updates the values of multiple entity properties for an object, up to 50 updates per request. This operation is
47
+ * for use by Connect apps during app migration.
48
48
*/
49
49
async updateEntityPropertiesValue < T = unknown > (
50
50
parameters : Parameters . UpdateEntityPropertiesValue ,
51
51
callback : Callback < T > ,
52
52
) : Promise < void > ;
53
53
/**
54
- * Updates the values of multiple entity properties for an object, up to 50 updates per request. This operation is for
55
- * use by Connect apps during app migration.
54
+ * Updates the values of multiple entity properties for an object, up to 50 updates per request. This operation is
55
+ * for use by Connect apps during app migration.
56
56
*/
57
57
async updateEntityPropertiesValue < T = unknown > (
58
58
parameters : Parameters . UpdateEntityPropertiesValue ,
@@ -77,16 +77,16 @@ export class AppMigration {
77
77
}
78
78
79
79
/**
80
- * Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect
81
- * app.
80
+ * Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling
81
+ * Connect app.
82
82
*/
83
83
async workflowRuleSearch < T = Models . WorkflowRulesSearchDetails > (
84
84
parameters : Parameters . WorkflowRuleSearch ,
85
85
callback : Callback < T > ,
86
86
) : Promise < void > ;
87
87
/**
88
- * Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect
89
- * app.
88
+ * Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling
89
+ * Connect app.
90
90
*/
91
91
async workflowRuleSearch < T = Models . WorkflowRulesSearchDetails > (
92
92
parameters : Parameters . WorkflowRuleSearch ,
0 commit comments