@openfin/fdc3-api 44.100.31 → 44.100.33
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/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -4194,7 +4194,7 @@ declare type CpuInfo = {
|
|
|
4194
4194
|
declare type CrashedEvent = BaseEvents.IdentityEvent & {
|
|
4195
4195
|
topic: 'application';
|
|
4196
4196
|
type: 'crashed';
|
|
4197
|
-
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
|
|
4197
|
+
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
|
|
4198
4198
|
exitCode: number;
|
|
4199
4199
|
details: {
|
|
4200
4200
|
reason: string;
|
|
@@ -4208,7 +4208,7 @@ declare type CrashedEvent = BaseEvents.IdentityEvent & {
|
|
|
4208
4208
|
*/
|
|
4209
4209
|
declare type CrashedEvent_2 = NamedEvent & {
|
|
4210
4210
|
type: 'crashed';
|
|
4211
|
-
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
|
|
4211
|
+
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
|
|
4212
4212
|
exitCode: number;
|
|
4213
4213
|
details: {
|
|
4214
4214
|
reason: string;
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -4194,7 +4194,7 @@ declare type CpuInfo = {
|
|
|
4194
4194
|
declare type CrashedEvent = BaseEvents.IdentityEvent & {
|
|
4195
4195
|
topic: 'application';
|
|
4196
4196
|
type: 'crashed';
|
|
4197
|
-
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
|
|
4197
|
+
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
|
|
4198
4198
|
exitCode: number;
|
|
4199
4199
|
details: {
|
|
4200
4200
|
reason: string;
|
|
@@ -4208,7 +4208,7 @@ declare type CrashedEvent = BaseEvents.IdentityEvent & {
|
|
|
4208
4208
|
*/
|
|
4209
4209
|
declare type CrashedEvent_2 = NamedEvent & {
|
|
4210
4210
|
type: 'crashed';
|
|
4211
|
-
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
|
|
4211
|
+
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
|
|
4212
4212
|
exitCode: number;
|
|
4213
4213
|
details: {
|
|
4214
4214
|
reason: string;
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -4194,7 +4194,7 @@ declare type CpuInfo = {
|
|
|
4194
4194
|
declare type CrashedEvent = BaseEvents.IdentityEvent & {
|
|
4195
4195
|
topic: 'application';
|
|
4196
4196
|
type: 'crashed';
|
|
4197
|
-
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
|
|
4197
|
+
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
|
|
4198
4198
|
exitCode: number;
|
|
4199
4199
|
details: {
|
|
4200
4200
|
reason: string;
|
|
@@ -4208,7 +4208,7 @@ declare type CrashedEvent = BaseEvents.IdentityEvent & {
|
|
|
4208
4208
|
*/
|
|
4209
4209
|
declare type CrashedEvent_2 = NamedEvent & {
|
|
4210
4210
|
type: 'crashed';
|
|
4211
|
-
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
|
|
4211
|
+
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
|
|
4212
4212
|
exitCode: number;
|
|
4213
4213
|
details: {
|
|
4214
4214
|
reason: string;
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -4253,7 +4253,7 @@ declare type CpuInfo = {
|
|
|
4253
4253
|
declare type CrashedEvent = BaseEvents.IdentityEvent & {
|
|
4254
4254
|
topic: 'application';
|
|
4255
4255
|
type: 'crashed';
|
|
4256
|
-
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
|
|
4256
|
+
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
|
|
4257
4257
|
exitCode: number;
|
|
4258
4258
|
details: {
|
|
4259
4259
|
reason: string;
|
|
@@ -4267,7 +4267,7 @@ declare type CrashedEvent = BaseEvents.IdentityEvent & {
|
|
|
4267
4267
|
*/
|
|
4268
4268
|
declare type CrashedEvent_2 = NamedEvent & {
|
|
4269
4269
|
type: 'crashed';
|
|
4270
|
-
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
|
|
4270
|
+
reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
|
|
4271
4271
|
exitCode: number;
|
|
4272
4272
|
details: {
|
|
4273
4273
|
reason: string;
|