@finsemble/finsemble-core 8.3.0-beta.5 → 8.3.0-beta.6

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.
@@ -1417,13 +1417,13 @@
1417
1417
  "allowResolverToRemember": {
1418
1418
  "type": "boolean",
1419
1419
  "default": true,
1420
- "description": "Set to false to disable the 'remember your choice' check box on the FDC3 resolver UI, which allows users to have the resolver remember particular intent resolutions. This way, users don't have to re-select them each time a particular intent is raised by a particular app."
1420
+ "description": "Set to false to disable the 'remember your choice' check box on the FDC3 resolver UI, which allows users to have the resolver remember particular intent resolutions."
1421
1421
  },
1422
1422
  "spawnAs": {
1423
1423
  "$ref": "#/definitions/spawnAs"
1424
1424
  },
1425
1425
  "visible": {
1426
- "description": "Set this to `true` in order to reveal the hidden service window. This can be useful for debugging services.",
1426
+ "description": "Set to `true` to display the Interop Service's window, which provides a set of Redux devtools that can be used to debug problems with FDC3 interactions.",
1427
1427
  "type": "boolean",
1428
1428
  "default": false
1429
1429
  },
@@ -1436,7 +1436,7 @@
1436
1436
  "$ref": "#/definitions/bootParamsProperties"
1437
1437
  },
1438
1438
  "addIntentListenerMaxInitializationTimeout": {
1439
- "description": "Maximum time the interop service will wait for the addIntendListener to be invoked by a component.",
1439
+ "description": "Sets the maximum time that the interop service waits for `fdc3.addIntentListener()` to be invoked by an application that was started to resolve an intent.",
1440
1440
  "type": "number",
1441
1441
  "default": 15000
1442
1442
  }
@@ -2417,10 +2417,6 @@
2417
2417
  "Finsemble": {
2418
2418
  "$ref": "#/definitions/component"
2419
2419
  },
2420
- "Glue42": {
2421
- "type": "object",
2422
- "additionalProperties": true
2423
- },
2424
2420
  "Web App Manifest": {
2425
2421
  "type": "object",
2426
2422
  "additionalProperties": true
@@ -2517,7 +2513,7 @@
2517
2513
  "title": "appd",
2518
2514
  "deprecated": true,
2519
2515
  "finsemble:docs": {
2520
- "rightnav": true
2516
+ "rightnav": false
2521
2517
  },
2522
2518
  "description": "(PUBLIC) DEPRECATED -- see finsemble.apps. Contains Finsemble's app configurations aligning with FDC3 1.2. App config is the primary way that Finsemble learns about apps. Finsemble uses this to create its launcher menus and for driving data integration (interop).",
2523
2519
  "type": "object",
@@ -2529,7 +2525,7 @@
2529
2525
  "AppEntry1.2": {
2530
2526
  "title": "AppD entry",
2531
2527
  "deprecated": true,
2532
- "description": "(PUBLIC) AppD entries describe apps. (This format follows the FDC3 AppD specification).",
2528
+ "description": "(DEPRECATED) AppD entries describe apps. (This format follows the FDC3 AppD specification).",
2533
2529
  "type": "object",
2534
2530
  "properties": {
2535
2531
  "appId": {
@@ -2813,7 +2809,7 @@
2813
2809
  },
2814
2810
  "signatureKey": {
2815
2811
  "type": "object",
2816
- "description": "Public authentication key to decrypt static AuthenticationTokens within interopService.",
2812
+ "description": "Public authentication key to decrypt static AuthenticationTokens within interopService. Necessary config for Freestanding applications connecting to Finsemble from outside.",
2817
2813
  "additionalProperties": true,
2818
2814
  "properties": {
2819
2815
  "alg": {
@@ -2849,7 +2845,7 @@
2849
2845
  "signatureKeyURL": {
2850
2846
  "type": "string",
2851
2847
  "default": false,
2852
- "description": "(PUBLIC) URL specifying the location of the signature key."
2848
+ "description": "(PUBLIC) URL specifying the location of the signature key - an alternative to providing the `signatureKey` with the Finsemble configuration.."
2853
2849
  },
2854
2850
  "isAnApp": {
2855
2851
  "type": "boolean",
@@ -1417,13 +1417,13 @@
1417
1417
  "allowResolverToRemember": {
1418
1418
  "type": "boolean",
1419
1419
  "default": true,
1420
- "description": "Set to false to disable the 'remember your choice' check box on the FDC3 resolver UI, which allows users to have the resolver remember particular intent resolutions. This way, users don't have to re-select them each time a particular intent is raised by a particular app."
1420
+ "description": "Set to false to disable the 'remember your choice' check box on the FDC3 resolver UI, which allows users to have the resolver remember particular intent resolutions."
1421
1421
  },
1422
1422
  "spawnAs": {
1423
1423
  "$ref": "#/definitions/spawnAs"
1424
1424
  },
1425
1425
  "visible": {
1426
- "description": "Set this to `true` in order to reveal the hidden service window. This can be useful for debugging services.",
1426
+ "description": "Set to `true` to display the Interop Service's window, which provides a set of Redux devtools that can be used to debug problems with FDC3 interactions.",
1427
1427
  "type": "boolean",
1428
1428
  "default": false
1429
1429
  },
@@ -1436,7 +1436,7 @@
1436
1436
  "$ref": "#/definitions/bootParamsProperties"
1437
1437
  },
1438
1438
  "addIntentListenerMaxInitializationTimeout": {
1439
- "description": "Maximum time the interop service will wait for the addIntendListener to be invoked by a component.",
1439
+ "description": "Sets the maximum time that the interop service waits for `fdc3.addIntentListener()` to be invoked by an application that was started to resolve an intent.",
1440
1440
  "type": "number",
1441
1441
  "default": 15000
1442
1442
  }
@@ -2417,10 +2417,6 @@
2417
2417
  "Finsemble": {
2418
2418
  "$ref": "#/definitions/component"
2419
2419
  },
2420
- "Glue42": {
2421
- "type": "object",
2422
- "additionalProperties": true
2423
- },
2424
2420
  "Web App Manifest": {
2425
2421
  "type": "object",
2426
2422
  "additionalProperties": true
@@ -2517,7 +2513,7 @@
2517
2513
  "title": "appd",
2518
2514
  "deprecated": true,
2519
2515
  "finsemble:docs": {
2520
- "rightnav": true
2516
+ "rightnav": false
2521
2517
  },
2522
2518
  "description": "(PUBLIC) DEPRECATED -- see finsemble.apps. Contains Finsemble's app configurations aligning with FDC3 1.2. App config is the primary way that Finsemble learns about apps. Finsemble uses this to create its launcher menus and for driving data integration (interop).",
2523
2519
  "type": "object",
@@ -2529,7 +2525,7 @@
2529
2525
  "AppEntry1.2": {
2530
2526
  "title": "AppD entry",
2531
2527
  "deprecated": true,
2532
- "description": "(PUBLIC) AppD entries describe apps. (This format follows the FDC3 AppD specification).",
2528
+ "description": "(DEPRECATED) AppD entries describe apps. (This format follows the FDC3 AppD specification).",
2533
2529
  "type": "object",
2534
2530
  "properties": {
2535
2531
  "appId": {
@@ -2813,7 +2809,7 @@
2813
2809
  },
2814
2810
  "signatureKey": {
2815
2811
  "type": "object",
2816
- "description": "Public authentication key to decrypt static AuthenticationTokens within interopService.",
2812
+ "description": "Public authentication key to decrypt static AuthenticationTokens within interopService. Necessary config for Freestanding applications connecting to Finsemble from outside.",
2817
2813
  "additionalProperties": true,
2818
2814
  "properties": {
2819
2815
  "alg": {
@@ -2849,7 +2845,7 @@
2849
2845
  "signatureKeyURL": {
2850
2846
  "type": "string",
2851
2847
  "default": false,
2852
- "description": "(PUBLIC) URL specifying the location of the signature key."
2848
+ "description": "(PUBLIC) URL specifying the location of the signature key - an alternative to providing the `signatureKey` with the Finsemble configuration.."
2853
2849
  },
2854
2850
  "isAnApp": {
2855
2851
  "type": "boolean",
@@ -123,8 +123,8 @@
123
123
  }
124
124
  },
125
125
  "system": {
126
- "FSBLVersion": "8.3.0-beta.5",
127
- "gitHash": "89b64772f1c365567def85d01dfc670e3c6f836f",
126
+ "FSBLVersion": "8.3.0-beta.6",
127
+ "gitHash": "33dad7cb2139fbaf7c4625101c418b7256dd1e23",
128
128
  "finsembleLibraryPath": "$moduleRoot/FSBL.js",
129
129
  "premiumRoot": "$moduleRoot",
130
130
  "addFSBLWrappers": false,
@@ -1417,13 +1417,13 @@
1417
1417
  "allowResolverToRemember": {
1418
1418
  "type": "boolean",
1419
1419
  "default": true,
1420
- "description": "Set to false to disable the 'remember your choice' check box on the FDC3 resolver UI, which allows users to have the resolver remember particular intent resolutions. This way, users don't have to re-select them each time a particular intent is raised by a particular app."
1420
+ "description": "Set to false to disable the 'remember your choice' check box on the FDC3 resolver UI, which allows users to have the resolver remember particular intent resolutions."
1421
1421
  },
1422
1422
  "spawnAs": {
1423
1423
  "$ref": "#/definitions/spawnAs"
1424
1424
  },
1425
1425
  "visible": {
1426
- "description": "Set this to `true` in order to reveal the hidden service window. This can be useful for debugging services.",
1426
+ "description": "Set to `true` to display the Interop Service's window, which provides a set of Redux devtools that can be used to debug problems with FDC3 interactions.",
1427
1427
  "type": "boolean",
1428
1428
  "default": false
1429
1429
  },
@@ -1436,7 +1436,7 @@
1436
1436
  "$ref": "#/definitions/bootParamsProperties"
1437
1437
  },
1438
1438
  "addIntentListenerMaxInitializationTimeout": {
1439
- "description": "Maximum time the interop service will wait for the addIntendListener to be invoked by a component.",
1439
+ "description": "Sets the maximum time that the interop service waits for `fdc3.addIntentListener()` to be invoked by an application that was started to resolve an intent.",
1440
1440
  "type": "number",
1441
1441
  "default": 15000
1442
1442
  }
@@ -2417,10 +2417,6 @@
2417
2417
  "Finsemble": {
2418
2418
  "$ref": "#/definitions/component"
2419
2419
  },
2420
- "Glue42": {
2421
- "type": "object",
2422
- "additionalProperties": true
2423
- },
2424
2420
  "Web App Manifest": {
2425
2421
  "type": "object",
2426
2422
  "additionalProperties": true
@@ -2517,7 +2513,7 @@
2517
2513
  "title": "appd",
2518
2514
  "deprecated": true,
2519
2515
  "finsemble:docs": {
2520
- "rightnav": true
2516
+ "rightnav": false
2521
2517
  },
2522
2518
  "description": "(PUBLIC) DEPRECATED -- see finsemble.apps. Contains Finsemble's app configurations aligning with FDC3 1.2. App config is the primary way that Finsemble learns about apps. Finsemble uses this to create its launcher menus and for driving data integration (interop).",
2523
2519
  "type": "object",
@@ -2529,7 +2525,7 @@
2529
2525
  "AppEntry1.2": {
2530
2526
  "title": "AppD entry",
2531
2527
  "deprecated": true,
2532
- "description": "(PUBLIC) AppD entries describe apps. (This format follows the FDC3 AppD specification).",
2528
+ "description": "(DEPRECATED) AppD entries describe apps. (This format follows the FDC3 AppD specification).",
2533
2529
  "type": "object",
2534
2530
  "properties": {
2535
2531
  "appId": {
@@ -2813,7 +2809,7 @@
2813
2809
  },
2814
2810
  "signatureKey": {
2815
2811
  "type": "object",
2816
- "description": "Public authentication key to decrypt static AuthenticationTokens within interopService.",
2812
+ "description": "Public authentication key to decrypt static AuthenticationTokens within interopService. Necessary config for Freestanding applications connecting to Finsemble from outside.",
2817
2813
  "additionalProperties": true,
2818
2814
  "properties": {
2819
2815
  "alg": {
@@ -2849,7 +2845,7 @@
2849
2845
  "signatureKeyURL": {
2850
2846
  "type": "string",
2851
2847
  "default": false,
2852
- "description": "(PUBLIC) URL specifying the location of the signature key."
2848
+ "description": "(PUBLIC) URL specifying the location of the signature key - an alternative to providing the `signatureKey` with the Finsemble configuration.."
2853
2849
  },
2854
2850
  "isAnApp": {
2855
2851
  "type": "boolean",