@wireapp/api-client 24.21.0 → 24.21.1
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.
|
@@ -5,17 +5,12 @@ export declare enum FEDERATION_EVENT {
|
|
|
5
5
|
}
|
|
6
6
|
export type FederationEventData = FederationDeleteData | FederationConnectionRemovedData | null;
|
|
7
7
|
export type FederationEvent = FederationDeleteEvent | FederationConnectionRemovedEvent;
|
|
8
|
-
export interface
|
|
9
|
-
|
|
10
|
-
time: string;
|
|
11
|
-
type: FEDERATION_EVENT;
|
|
12
|
-
}
|
|
13
|
-
export interface FederationDeleteEvent extends BaseFederationEvent {
|
|
14
|
-
data: FederationDeleteData;
|
|
8
|
+
export interface FederationDeleteEvent {
|
|
9
|
+
domain: string;
|
|
15
10
|
type: FEDERATION_EVENT.FEDERATION_DELETE;
|
|
16
11
|
}
|
|
17
|
-
export interface FederationConnectionRemovedEvent
|
|
18
|
-
|
|
12
|
+
export interface FederationConnectionRemovedEvent {
|
|
13
|
+
domains: string[];
|
|
19
14
|
type: FEDERATION_EVENT.FEDERATION_CONNECTION_REMOVED;
|
|
20
15
|
}
|
|
21
16
|
//# sourceMappingURL=FederationEvent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FederationEvent.d.ts","sourceRoot":"","sources":["../../src/event/FederationEvent.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAC,oBAAoB,EAAE,+BAA+B,EAAC,MAAM,oBAAoB,CAAC;AAEzF,oBAAY,gBAAgB;IAC1B,iBAAiB,sBAAsB;IACvC,6BAA6B,iCAAiC;CAC/D;AAED,MAAM,MAAM,mBAAmB,GAAG,oBAAoB,GAAG,+BAA+B,GAAG,IAAI,CAAC;AAEhG,MAAM,MAAM,eAAe,GAAG,qBAAqB,GAAG,gCAAgC,CAAC;AAEvF,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"FederationEvent.d.ts","sourceRoot":"","sources":["../../src/event/FederationEvent.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAC,oBAAoB,EAAE,+BAA+B,EAAC,MAAM,oBAAoB,CAAC;AAEzF,oBAAY,gBAAgB;IAC1B,iBAAiB,sBAAsB;IACvC,6BAA6B,iCAAiC;CAC/D;AAED,MAAM,MAAM,mBAAmB,GAAG,oBAAoB,GAAG,+BAA+B,GAAG,IAAI,CAAC;AAEhG,MAAM,MAAM,eAAe,GAAG,qBAAqB,GAAG,gCAAgC,CAAC;AAEvF,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,gBAAgB,CAAC,iBAAiB,CAAC;CAC1C;AAED,MAAM,WAAW,gCAAgC;IAC/C,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,EAAE,gBAAgB,CAAC,6BAA6B,CAAC;CACtD"}
|
package/package.json
CHANGED