@fluidframework/core-interfaces
Advanced tools
Comparing version 2.0.0-dev-rc.1.0.0.228517 to 2.0.0-dev-rc.1.0.0.232845
@@ -397,2 +397,12 @@ ## API Report File for "@fluidframework/core-interfaces" | ||
// @internal (undocumented) | ||
export interface ISignalEnvelope { | ||
address?: string; | ||
clientSignalSequenceNumber: number; | ||
contents: { | ||
type: string; | ||
content: any; | ||
}; | ||
} | ||
// @internal @deprecated (undocumented) | ||
@@ -399,0 +409,0 @@ export interface ITaggedTelemetryPropertyType { |
@@ -689,2 +689,4 @@ /** | ||
/* Excluded from this release type: ISignalEnvelope */ | ||
/* Excluded from this release type: ITaggedTelemetryPropertyType */ | ||
@@ -691,0 +693,0 @@ |
@@ -576,2 +576,4 @@ /** | ||
/* Excluded from this release type: ISignalEnvelope */ | ||
/* Excluded from this release type: ITaggedTelemetryPropertyType */ | ||
@@ -578,0 +580,0 @@ |
@@ -576,2 +576,4 @@ /** | ||
/* Excluded from this release type: ISignalEnvelope */ | ||
/* Excluded from this release type: ITaggedTelemetryPropertyType */ | ||
@@ -578,0 +580,0 @@ |
@@ -783,2 +783,23 @@ /** | ||
/** | ||
* @internal | ||
*/ | ||
export declare interface ISignalEnvelope { | ||
/** | ||
* The target for the envelope, undefined for the container | ||
*/ | ||
address?: string; | ||
/** | ||
* Identifier for the signal being submitted. | ||
*/ | ||
clientSignalSequenceNumber: number; | ||
/** | ||
* The contents of the envelope | ||
*/ | ||
contents: { | ||
type: string; | ||
content: any; | ||
}; | ||
} | ||
/** | ||
* @see {@link Tagged} for info on tagging | ||
@@ -785,0 +806,0 @@ * |
@@ -23,2 +23,3 @@ /*! | ||
export { ConfigTypes, IConfigProviderBase } from "./config"; | ||
export { ISignalEnvelope } from "./messages"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.38.3" | ||
"packageVersion": "7.39.1" | ||
} | ||
] | ||
} |
{ | ||
"name": "@fluidframework/core-interfaces", | ||
"version": "2.0.0-dev-rc.1.0.0.228517", | ||
"version": "2.0.0-dev-rc.1.0.0.232845", | ||
"description": "Fluid object interfaces", | ||
@@ -35,4 +35,4 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.8.0.0", | ||
"@fluidframework/eslint-config-fluid": "^3.2.0", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@fluidframework/eslint-config-fluid": "^3.3.0", | ||
"@microsoft/api-extractor": "^7.39.1", | ||
"@types/node": "^18.19.0", | ||
@@ -68,2 +68,3 @@ "copyfiles": "^2.4.1", | ||
"build:compile": "fluid-build . --task compile", | ||
"build:docs": "fluid-build . --task api", | ||
"build:esnext": "tsc-multi --config ../../../common/build/build-common/tsc-multi.esm.json", | ||
@@ -70,0 +71,0 @@ "build:test": "tsc --project ./src/test/tsconfig.json", |
@@ -76,1 +76,2 @@ /*! | ||
export { ConfigTypes, IConfigProviderBase } from "./config"; | ||
export { ISignalEnvelope } from "./messages"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
651311
129
5927