@5minds/processcube_engine_sdk 4.0.0-develop-0a059f-llmav7zc → 4.0.0-develop-dc773a-llmfml5y
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.
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
+
* @deprecated This feature is no longer officially supported, since this is more of an App SDK Feature.
|
|
3
|
+
* Therefore, this functionality will soon be moved to the App SDK entirely.
|
|
2
4
|
* @swagger
|
|
3
5
|
* components:
|
|
4
6
|
* schemas:
|
|
5
7
|
* UserMetadata:
|
|
8
|
+
* deprecated: true
|
|
6
9
|
* description: The user metadata
|
|
7
10
|
* type: object
|
|
8
11
|
* required:
|
|
@@ -34,10 +37,13 @@ export type UserMetadata<TKey extends string, TPIScope extends string, TFIScope
|
|
|
34
37
|
flowNodeInstanceScope?: TFIScope;
|
|
35
38
|
};
|
|
36
39
|
/**
|
|
40
|
+
* @deprecated This feature is no longer officially supported, since this is more of an App SDK Feature.
|
|
41
|
+
* Therefore, this functionality will soon be moved to the App SDK entirely.
|
|
37
42
|
* @swagger
|
|
38
43
|
* components:
|
|
39
44
|
* schemas:
|
|
40
45
|
* UserMetadataObject:
|
|
46
|
+
* deprecated: true
|
|
41
47
|
* description: A list of user metadata
|
|
42
48
|
* type: object
|
|
43
49
|
* required:
|
package/package.json
CHANGED