@axinom/mosaic-messages 0.62.0-rc.15 → 0.62.0-rc.16

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.
@@ -21,8 +21,9 @@
21
21
  "type": "string",
22
22
  "enum": [
23
23
  "SET_FIELD_VALUES",
24
- "ADD_RELATED_ENTITY",
25
- "REMOVE_RELATED_ENTITY"
24
+ "CLEAR_RELATED_ENTITIES",
25
+ "REMOVE_RELATED_ENTITY",
26
+ "ADD_RELATED_ENTITY"
26
27
  ],
27
28
  "title": "bulk_action_type",
28
29
  "description": "The type of action to perform on the database table."
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * The type of action to perform on the database table.
3
3
  */
4
- export type BulkActionType = "SET_FIELD_VALUES" | "ADD_RELATED_ENTITY" | "REMOVE_RELATED_ENTITY";
4
+ export type BulkActionType = "SET_FIELD_VALUES" | "CLEAR_RELATED_ENTITIES" | "REMOVE_RELATED_ENTITY" | "ADD_RELATED_ENTITY";
5
5
  //# sourceMappingURL=bulk-action-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bulk-action-type.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/common/types/bulk-action-type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,kBAAkB,GAAG,oBAAoB,GAAG,uBAAuB,CAAC"}
1
+ {"version":3,"file":"bulk-action-type.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/common/types/bulk-action-type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,kBAAkB,GAAG,wBAAwB,GAAG,uBAAuB,GAAG,oBAAoB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-messages",
3
- "version": "0.62.0-rc.15",
3
+ "version": "0.62.0-rc.16",
4
4
  "description": "Shared types for Axinom Mosaic service messages",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -29,7 +29,7 @@
29
29
  "dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
30
30
  },
31
31
  "devDependencies": {
32
- "@axinom/mosaic-cli": "^0.51.0-rc.15",
32
+ "@axinom/mosaic-cli": "^0.51.0-rc.16",
33
33
  "@axinom/mosaic-message-bus-abstractions": "^0.24.0",
34
34
  "@types/glob": "^7.1.3",
35
35
  "@types/node": "^18.11.18",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "79cc9f1ccdc2d279bff514a1714b4e86b8cebc5e"
46
+ "gitHead": "da721e484a1248043876ae97427ec2d9b8fc1c05"
47
47
  }
@@ -21,8 +21,9 @@
21
21
  "type": "string",
22
22
  "enum": [
23
23
  "SET_FIELD_VALUES",
24
- "ADD_RELATED_ENTITY",
25
- "REMOVE_RELATED_ENTITY"
24
+ "CLEAR_RELATED_ENTITIES",
25
+ "REMOVE_RELATED_ENTITY",
26
+ "ADD_RELATED_ENTITY"
26
27
  ],
27
28
  "title": "bulk_action_type",
28
29
  "description": "The type of action to perform on the database table."
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The type of action to perform on the database table.
3
3
  */
4
- export type BulkActionType = "SET_FIELD_VALUES" | "ADD_RELATED_ENTITY" | "REMOVE_RELATED_ENTITY";
4
+ export type BulkActionType = "SET_FIELD_VALUES" | "CLEAR_RELATED_ENTITIES" | "REMOVE_RELATED_ENTITY" | "ADD_RELATED_ENTITY";