@liaisongroup/assist-api-js-client 1.5.172 → 1.5.174

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
@@ -1665,6 +1665,11 @@ declare namespace Components {
1665
1665
  display_attribute?: any;
1666
1666
  secondary_display_attribute?: any;
1667
1667
  };
1668
+ /**
1669
+ * Suggested display value for the field - not always present but when it is present it is suggested that this is used in the UI instead of the value.
1670
+ *
1671
+ */
1672
+ display_value?: string;
1668
1673
  currency?: /**
1669
1674
  * Applied when the field_type is `integer` - sets the currency to display the field in.
1670
1675
  *
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.388",
6
+ "version": "0.0.390",
7
7
  "license": {
8
8
  "name": "MIT",
9
9
  "url": "https://opensource.org/licenses/MIT"
@@ -15545,6 +15545,11 @@
15545
15545
  }
15546
15546
  ]
15547
15547
  },
15548
+ "display_value": {
15549
+ "type": "string",
15550
+ "description": "Suggested display value for the field - not always present but when it is present it is suggested that this is used in the UI instead of the value.\n",
15551
+ "readOnly": true
15552
+ },
15548
15553
  "currency": {
15549
15554
  "$ref": "#/components/schemas/Currency"
15550
15555
  },