@liaisongroup/assist-api-js-client 1.5.103 → 1.5.104

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.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.332",
6
+ "version": "0.0.333",
7
7
  "license": {
8
8
  "name": "MIT",
9
9
  "url": "https://opensource.org/licenses/MIT"
@@ -12829,10 +12829,12 @@
12829
12829
  "config": {
12830
12830
  "anyOf": [
12831
12831
  {
12832
- "$ref": "#/components/schemas/SamlConfig"
12832
+ "$ref": "#/components/schemas/SamlConfig",
12833
+ "name": "SAML Config"
12833
12834
  },
12834
12835
  {
12835
- "$ref": "#/components/schemas/OidcConfig"
12836
+ "$ref": "#/components/schemas/OidcConfig",
12837
+ "name": "OIDC Config"
12836
12838
  }
12837
12839
  ]
12838
12840
  },
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.103",
2
+ "version": "1.5.104",
3
3
  "name": "@liaisongroup/assist-api-js-client",
4
4
  "license": "MIT",
5
5
  "repository": {