@liaisongroup/assist-api-js-client 1.5.66 → 1.5.68

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.
package/dist/openapi.d.ts CHANGED
@@ -2012,6 +2012,7 @@ declare namespace Components {
2012
2012
  field_setting: RoleActions[];
2013
2013
  note: RoleActions[];
2014
2014
  notification: RoleActions[];
2015
+ push_subscription: RoleActions[];
2015
2016
  };
2016
2017
  team_ids?: string /* uuid */[];
2017
2018
  created_at?: string; // date-time
package/dist/openapi.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Liaison Assist API",
5
5
  "description": "![Hero](./hero.svg)\n",
6
- "version": "0.0.295",
6
+ "version": "0.0.297",
7
7
  "license": {
8
8
  "name": "MIT",
9
9
  "url": "https://opensource.org/licenses/MIT"
@@ -154,7 +154,7 @@
154
154
  },
155
155
  {
156
156
  "name": "XSLT Maps",
157
- "description": "XSLT Maps are used to transform HL7 messages into a more usable format.\nSee [general XSLT documentation](https://developer.mozilla.org/en-US/docs/Web/XML/XSLT) for more information about using XSLT.\n"
157
+ "description": "XSLT Maps are used to transform HL7 messages into a more usable format.\nIn a usual implementation PAS systems at trusts send messages to us via a Mirth Connect instance.\nThis Mirth Connect instance listens for messages on a specific port, transforms them into an XML format and then sends them to Liaison Assist.\nIn order to make sense of the messages (which are just XML-ified HL7) we use XSLT maps.\nXSLT maps transform XML into a more usable format - allowing you to pluck certain content, concatinate content and so on.\nXSLT maps are used in HL7 actions: you create an action, tell is what type of messages to watch out for and which XSLT map to use to transform the attributes which a subsequent action (like a create / update case action) can use.\nSee [general XSLT documentation](https://developer.mozilla.org/en-US/docs/Web/XML/XSLT) for more information about using XSLT.\n"
158
158
  }
159
159
  ],
160
160
  "paths": {
@@ -13912,7 +13912,8 @@
13912
13912
  "template",
13913
13913
  "user",
13914
13914
  "note",
13915
- "notification"
13915
+ "notification",
13916
+ "push_subscription"
13916
13917
  ],
13917
13918
  "properties": {
13918
13919
  "action": {
@@ -14016,6 +14017,12 @@
14016
14017
  "items": {
14017
14018
  "$ref": "#/components/schemas/RoleActions"
14018
14019
  }
14020
+ },
14021
+ "push_subscription": {
14022
+ "type": "array",
14023
+ "items": {
14024
+ "$ref": "#/components/schemas/RoleActions"
14025
+ }
14019
14026
  }
14020
14027
  }
14021
14028
  },