@slicemachine/plugin-kit 0.4.76-alpha.jp-update-cr-links.4 → 0.4.76-alpha.jp-update-cr-links.5

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.
@@ -9,14 +9,12 @@ export type CustomTypeUpdateHookData = {
9
9
  fieldIdChanged?: {
10
10
  /**
11
11
  * Previous path of the changed field. Can be used to identify the field
12
- * that had an API ID rename (e.g. `["page", "title"]` or `["page",
13
- * "group1", "title"]`)
12
+ * that had an API ID rename (e.g. ["page", "title"])
14
13
  */
15
14
  previousPath: string[];
16
15
  /**
17
16
  * New path of the changed field. Can be used to identify the field that
18
- * had an API ID rename (e.g. `["page", "title2"]` or `["page", "group1",
19
- * "title2"]`)
17
+ * had an API ID rename (e.g. ["page", "title2"])
20
18
  */
21
19
  newPath: string[];
22
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/plugin-kit",
3
- "version": "0.4.76-alpha.jp-update-cr-links.4",
3
+ "version": "0.4.76-alpha.jp-update-cr-links.5",
4
4
  "description": "A set of helpers to develop and run Slice Machine plugins",
5
5
  "keywords": [
6
6
  "typescript",
@@ -15,14 +15,12 @@ export type CustomTypeUpdateHookData = {
15
15
  fieldIdChanged?: {
16
16
  /**
17
17
  * Previous path of the changed field. Can be used to identify the field
18
- * that had an API ID rename (e.g. `["page", "title"]` or `["page",
19
- * "group1", "title"]`)
18
+ * that had an API ID rename (e.g. ["page", "title"])
20
19
  */
21
20
  previousPath: string[];
22
21
  /**
23
22
  * New path of the changed field. Can be used to identify the field that
24
- * had an API ID rename (e.g. `["page", "title2"]` or `["page", "group1",
25
- * "title2"]`)
23
+ * had an API ID rename (e.g. ["page", "title2"])
26
24
  */
27
25
  newPath: string[];
28
26
  };