@basmilius/apple-airplay 0.0.103 → 0.1.0
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/dataStreamMessages.d.ts +5 -1
- package/dist/index.js +493 -327
- package/dist/proto/Artwork_pb.d.ts +64 -0
- package/dist/proto/ClientUpdatesConfigMessage_pb.d.ts +7 -2
- package/dist/proto/CommandOptions_pb.d.ts +222 -0
- package/dist/proto/ConfigureConnectionMessage_pb.d.ts +16 -0
- package/dist/proto/ContentItem_pb.d.ts +47 -3
- package/dist/proto/Dictionary_pb.d.ts +84 -0
- package/dist/proto/GetStateMessage_pb.d.ts +20 -0
- package/dist/proto/GetVolumeMutedMessage_pb.d.ts +25 -0
- package/dist/proto/GetVolumeMutedResultMessage_pb.d.ts +25 -0
- package/dist/proto/LyricsItem_pb.d.ts +46 -0
- package/dist/proto/NotificationMessage_pb.d.ts +9 -4
- package/dist/proto/PlaybackQueueRequestMessage_pb.d.ts +28 -0
- package/dist/proto/PlaybackQueue_pb.d.ts +17 -0
- package/dist/proto/ProtocolMessage_pb.d.ts +17 -1
- package/dist/proto/SendHIDReportMessage_pb.d.ts +29 -0
- package/dist/proto/SendVirtualTouchEventMessage_pb.d.ts +55 -0
- package/dist/proto/SetReadyStateMessage_pb.d.ts +20 -0
- package/dist/proto/SetVolumeMutedMessage_pb.d.ts +29 -0
- package/dist/proto/SystemPlaybackQueue_pb.d.ts +96 -0
- package/dist/proto/Transcript_pb.d.ts +40 -0
- package/dist/proto/VolumeMutedDidChangeMessage_pb.d.ts +29 -0
- package/dist/proto/index.d.ts +13 -0
- package/package.json +3 -3
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import type { ContentItem } from "./ContentItem_pb";
|
|
3
|
+
import type { Dictionary } from "./Dictionary_pb";
|
|
3
4
|
import type { PlaybackQueueContext } from "./PlaybackQueueContext_pb";
|
|
4
5
|
import type { PlayerPath } from "./PlayerPath_pb";
|
|
5
6
|
import type { Message } from "@bufbuild/protobuf";
|
|
@@ -39,6 +40,22 @@ export type PlaybackQueue = Message<"PlaybackQueue"> & {
|
|
|
39
40
|
* @generated from field: optional string queueIdentifier = 7;
|
|
40
41
|
*/
|
|
41
42
|
queueIdentifier: string;
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: repeated ContentItem participants = 8;
|
|
45
|
+
*/
|
|
46
|
+
participants: ContentItem[];
|
|
47
|
+
/**
|
|
48
|
+
* @generated from field: repeated string homeUserIdentifiers = 9;
|
|
49
|
+
*/
|
|
50
|
+
homeUserIdentifiers: string[];
|
|
51
|
+
/**
|
|
52
|
+
* @generated from field: optional Dictionary properties = 10;
|
|
53
|
+
*/
|
|
54
|
+
properties?: Dictionary;
|
|
55
|
+
/**
|
|
56
|
+
* @generated from field: optional Dictionary auxiliaryNowPlayingInfo = 11;
|
|
57
|
+
*/
|
|
58
|
+
auxiliaryNowPlayingInfo?: Dictionary;
|
|
42
59
|
};
|
|
43
60
|
/**
|
|
44
61
|
* Describes the message PlaybackQueue.
|
|
@@ -651,7 +651,23 @@ export declare enum ProtocolMessage_Type {
|
|
|
651
651
|
/**
|
|
652
652
|
* @generated from enum value: CONFIGURE_CONNECTION_MESSAGE = 120;
|
|
653
653
|
*/
|
|
654
|
-
CONFIGURE_CONNECTION_MESSAGE = 120
|
|
654
|
+
CONFIGURE_CONNECTION_MESSAGE = 120,
|
|
655
|
+
/**
|
|
656
|
+
* @generated from enum value: GET_VOLUME_MUTED_MESSAGE = 126;
|
|
657
|
+
*/
|
|
658
|
+
GET_VOLUME_MUTED_MESSAGE = 126,
|
|
659
|
+
/**
|
|
660
|
+
* @generated from enum value: GET_VOLUME_MUTED_RESULT_MESSAGE = 127;
|
|
661
|
+
*/
|
|
662
|
+
GET_VOLUME_MUTED_RESULT_MESSAGE = 127,
|
|
663
|
+
/**
|
|
664
|
+
* @generated from enum value: SET_VOLUME_MUTED_MESSAGE = 128;
|
|
665
|
+
*/
|
|
666
|
+
SET_VOLUME_MUTED_MESSAGE = 128,
|
|
667
|
+
/**
|
|
668
|
+
* @generated from enum value: VOLUME_MUTED_DID_CHANGE_MESSAGE = 129;
|
|
669
|
+
*/
|
|
670
|
+
VOLUME_MUTED_DID_CHANGE_MESSAGE = 129
|
|
655
671
|
}
|
|
656
672
|
/**
|
|
657
673
|
* Describes the enum ProtocolMessage.Type.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { ProtocolMessage } from "./ProtocolMessage_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file SendHIDReportMessage.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_SendHIDReportMessage: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message SendHIDReportMessage
|
|
10
|
+
*/
|
|
11
|
+
export type SendHIDReportMessage = Message<"SendHIDReportMessage"> & {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from field: optional string virtualDeviceID = 1;
|
|
14
|
+
*/
|
|
15
|
+
virtualDeviceID: string;
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: optional bytes report = 2;
|
|
18
|
+
*/
|
|
19
|
+
report: Uint8Array;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message SendHIDReportMessage.
|
|
23
|
+
* Use `create(SendHIDReportMessageSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export declare const SendHIDReportMessageSchema: GenMessage<SendHIDReportMessage>;
|
|
26
|
+
/**
|
|
27
|
+
* @generated from extension: optional SendHIDReportMessage sendHIDReportMessage = 14;
|
|
28
|
+
*/
|
|
29
|
+
export declare const sendHIDReportMessage: GenExtension<ProtocolMessage, SendHIDReportMessage>;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { ProtocolMessage } from "./ProtocolMessage_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file SendVirtualTouchEventMessage.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_SendVirtualTouchEventMessage: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message SendVirtualTouchEventMessage
|
|
10
|
+
*/
|
|
11
|
+
export type SendVirtualTouchEventMessage = Message<"SendVirtualTouchEventMessage"> & {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from field: optional uint64 virtualDeviceID = 1;
|
|
14
|
+
*/
|
|
15
|
+
virtualDeviceID: bigint;
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: optional VirtualTouchEvent event = 2;
|
|
18
|
+
*/
|
|
19
|
+
event?: VirtualTouchEvent;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message SendVirtualTouchEventMessage.
|
|
23
|
+
* Use `create(SendVirtualTouchEventMessageSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export declare const SendVirtualTouchEventMessageSchema: GenMessage<SendVirtualTouchEventMessage>;
|
|
26
|
+
/**
|
|
27
|
+
* @generated from message VirtualTouchEvent
|
|
28
|
+
*/
|
|
29
|
+
export type VirtualTouchEvent = Message<"VirtualTouchEvent"> & {
|
|
30
|
+
/**
|
|
31
|
+
* @generated from field: optional uint64 x = 1;
|
|
32
|
+
*/
|
|
33
|
+
x: bigint;
|
|
34
|
+
/**
|
|
35
|
+
* @generated from field: optional uint64 y = 2;
|
|
36
|
+
*/
|
|
37
|
+
y: bigint;
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: optional uint32 phase = 3;
|
|
40
|
+
*/
|
|
41
|
+
phase: number;
|
|
42
|
+
/**
|
|
43
|
+
* @generated from field: optional uint32 finger = 4;
|
|
44
|
+
*/
|
|
45
|
+
finger: number;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message VirtualTouchEvent.
|
|
49
|
+
* Use `create(VirtualTouchEventSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export declare const VirtualTouchEventSchema: GenMessage<VirtualTouchEvent>;
|
|
52
|
+
/**
|
|
53
|
+
* @generated from extension: optional SendVirtualTouchEventMessage sendVirtualTouchEventMessage = 15;
|
|
54
|
+
*/
|
|
55
|
+
export declare const sendVirtualTouchEventMessage: GenExtension<ProtocolMessage, SendVirtualTouchEventMessage>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { ProtocolMessage } from "./ProtocolMessage_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file SetReadyStateMessage.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_SetReadyStateMessage: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message SetReadyStateMessage
|
|
10
|
+
*/
|
|
11
|
+
export type SetReadyStateMessage = Message<"SetReadyStateMessage"> & {};
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message SetReadyStateMessage.
|
|
14
|
+
* Use `create(SetReadyStateMessageSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export declare const SetReadyStateMessageSchema: GenMessage<SetReadyStateMessage>;
|
|
17
|
+
/**
|
|
18
|
+
* @generated from extension: optional SetReadyStateMessage readyStateMessage = 41;
|
|
19
|
+
*/
|
|
20
|
+
export declare const readyStateMessage: GenExtension<ProtocolMessage, SetReadyStateMessage>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { ProtocolMessage } from "./ProtocolMessage_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file SetVolumeMutedMessage.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_SetVolumeMutedMessage: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message SetVolumeMutedMessage
|
|
10
|
+
*/
|
|
11
|
+
export type SetVolumeMutedMessage = Message<"SetVolumeMutedMessage"> & {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from field: optional bool isMuted = 1;
|
|
14
|
+
*/
|
|
15
|
+
isMuted: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: optional string outputDeviceUID = 2;
|
|
18
|
+
*/
|
|
19
|
+
outputDeviceUID: string;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message SetVolumeMutedMessage.
|
|
23
|
+
* Use `create(SetVolumeMutedMessageSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export declare const SetVolumeMutedMessageSchema: GenMessage<SetVolumeMutedMessage>;
|
|
26
|
+
/**
|
|
27
|
+
* @generated from extension: optional SetVolumeMutedMessage setVolumeMutedMessage = 100;
|
|
28
|
+
*/
|
|
29
|
+
export declare const setVolumeMutedMessage: GenExtension<ProtocolMessage, SetVolumeMutedMessage>;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file SystemPlaybackQueue.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_SystemPlaybackQueue: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* @generated from message SystemPlaybackQueue
|
|
9
|
+
*/
|
|
10
|
+
export type SystemPlaybackQueue = Message<"SystemPlaybackQueue"> & {
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: optional int32 type = 1;
|
|
13
|
+
*/
|
|
14
|
+
type: number;
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: optional int32 replaceIntent = 2;
|
|
17
|
+
*/
|
|
18
|
+
replaceIntent: number;
|
|
19
|
+
/**
|
|
20
|
+
* @generated from field: optional bool isRequestingImmediatePlayback = 3;
|
|
21
|
+
*/
|
|
22
|
+
isRequestingImmediatePlayback: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: optional string featureName = 4;
|
|
25
|
+
*/
|
|
26
|
+
featureName: string;
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: optional SystemPlaybackCustomData customData = 6;
|
|
29
|
+
*/
|
|
30
|
+
customData?: SystemPlaybackCustomData;
|
|
31
|
+
/**
|
|
32
|
+
* @generated from field: optional SystemPlaybackGenericTracklistQueue tracklist = 7;
|
|
33
|
+
*/
|
|
34
|
+
tracklist?: SystemPlaybackGenericTracklistQueue;
|
|
35
|
+
/**
|
|
36
|
+
* @generated from field: optional bytes userInfo = 8;
|
|
37
|
+
*/
|
|
38
|
+
userInfo: Uint8Array;
|
|
39
|
+
/**
|
|
40
|
+
* @generated from field: optional bytes metrics = 9;
|
|
41
|
+
*/
|
|
42
|
+
metrics: Uint8Array;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Describes the message SystemPlaybackQueue.
|
|
46
|
+
* Use `create(SystemPlaybackQueueSchema)` to create a new message.
|
|
47
|
+
*/
|
|
48
|
+
export declare const SystemPlaybackQueueSchema: GenMessage<SystemPlaybackQueue>;
|
|
49
|
+
/**
|
|
50
|
+
* @generated from message SystemPlaybackCustomData
|
|
51
|
+
*/
|
|
52
|
+
export type SystemPlaybackCustomData = Message<"SystemPlaybackCustomData"> & {
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: optional string identifier = 1;
|
|
55
|
+
*/
|
|
56
|
+
identifier: string;
|
|
57
|
+
/**
|
|
58
|
+
* @generated from field: optional bytes data = 2;
|
|
59
|
+
*/
|
|
60
|
+
data: Uint8Array;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Describes the message SystemPlaybackCustomData.
|
|
64
|
+
* Use `create(SystemPlaybackCustomDataSchema)` to create a new message.
|
|
65
|
+
*/
|
|
66
|
+
export declare const SystemPlaybackCustomDataSchema: GenMessage<SystemPlaybackCustomData>;
|
|
67
|
+
/**
|
|
68
|
+
* @generated from message SystemPlaybackGenericTracklistQueue
|
|
69
|
+
*/
|
|
70
|
+
export type SystemPlaybackGenericTracklistQueue = Message<"SystemPlaybackGenericTracklistQueue"> & {
|
|
71
|
+
/**
|
|
72
|
+
* @generated from field: optional string firstTrackIdentifier = 1;
|
|
73
|
+
*/
|
|
74
|
+
firstTrackIdentifier: string;
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: optional string trackIdentifiers = 2;
|
|
77
|
+
*/
|
|
78
|
+
trackIdentifiers: string;
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: optional bytes collectionIdentifierSet = 3;
|
|
81
|
+
*/
|
|
82
|
+
collectionIdentifierSet: Uint8Array;
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: optional uint32 shuffleMode = 4;
|
|
85
|
+
*/
|
|
86
|
+
shuffleMode: number;
|
|
87
|
+
/**
|
|
88
|
+
* @generated from field: optional uint32 repeatMode = 5;
|
|
89
|
+
*/
|
|
90
|
+
repeatMode: number;
|
|
91
|
+
};
|
|
92
|
+
/**
|
|
93
|
+
* Describes the message SystemPlaybackGenericTracklistQueue.
|
|
94
|
+
* Use `create(SystemPlaybackGenericTracklistQueueSchema)` to create a new message.
|
|
95
|
+
*/
|
|
96
|
+
export declare const SystemPlaybackGenericTracklistQueueSchema: GenMessage<SystemPlaybackGenericTracklistQueue>;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file Transcript.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_Transcript: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* @generated from message TranscriptAlignment
|
|
9
|
+
*/
|
|
10
|
+
export type TranscriptAlignment = Message<"TranscriptAlignment"> & {
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: optional fixed64 playerStartTime = 1;
|
|
13
|
+
*/
|
|
14
|
+
playerStartTime: bigint;
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: optional fixed64 playerEndTime = 2;
|
|
17
|
+
*/
|
|
18
|
+
playerEndTime: bigint;
|
|
19
|
+
/**
|
|
20
|
+
* @generated from field: optional fixed64 referenceStartTime = 3;
|
|
21
|
+
*/
|
|
22
|
+
referenceStartTime: bigint;
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: optional fixed64 referenceEndTime = 4;
|
|
25
|
+
*/
|
|
26
|
+
referenceEndTime: bigint;
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: optional bool matchedBeginning = 5;
|
|
29
|
+
*/
|
|
30
|
+
matchedBeginning: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* @generated from field: optional bool matchedEnd = 6;
|
|
33
|
+
*/
|
|
34
|
+
matchedEnd: boolean;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message TranscriptAlignment.
|
|
38
|
+
* Use `create(TranscriptAlignmentSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export declare const TranscriptAlignmentSchema: GenMessage<TranscriptAlignment>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { ProtocolMessage } from "./ProtocolMessage_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file VolumeMutedDidChangeMessage.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_VolumeMutedDidChangeMessage: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message VolumeMutedDidChangeMessage
|
|
10
|
+
*/
|
|
11
|
+
export type VolumeMutedDidChangeMessage = Message<"VolumeMutedDidChangeMessage"> & {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from field: optional bool isMuted = 1;
|
|
14
|
+
*/
|
|
15
|
+
isMuted: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: optional string outputDeviceUID = 2;
|
|
18
|
+
*/
|
|
19
|
+
outputDeviceUID: string;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message VolumeMutedDidChangeMessage.
|
|
23
|
+
* Use `create(VolumeMutedDidChangeMessageSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export declare const VolumeMutedDidChangeMessageSchema: GenMessage<VolumeMutedDidChangeMessage>;
|
|
26
|
+
/**
|
|
27
|
+
* @generated from extension: optional VolumeMutedDidChangeMessage volumeMutedDidChangeMessage = 101;
|
|
28
|
+
*/
|
|
29
|
+
export declare const volumeMutedDidChangeMessage: GenExtension<ProtocolMessage, VolumeMutedDidChangeMessage>;
|
package/dist/proto/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./Artwork_pb";
|
|
1
2
|
export * from "./AudioFadeMessage_pb";
|
|
2
3
|
export * from "./AudioFadeResponseMessage_pb";
|
|
3
4
|
export * from "./AudioFormatSettingsMessage_pb";
|
|
@@ -10,13 +11,18 @@ export * from "./ContentItem_pb";
|
|
|
10
11
|
export * from "./ContentItemMetadata_pb";
|
|
11
12
|
export * from "./CryptoPairingMessage_pb";
|
|
12
13
|
export * from "./DeviceInfoMessage_pb";
|
|
14
|
+
export * from "./Dictionary_pb";
|
|
13
15
|
export * from "./GenericMessage_pb";
|
|
14
16
|
export * from "./GetKeyboardSessionMessage_pb";
|
|
15
17
|
export * from "./GetRemoteTextInputSessionMessage_pb";
|
|
18
|
+
export * from "./GetStateMessage_pb";
|
|
16
19
|
export * from "./GetVolumeMessage_pb";
|
|
20
|
+
export * from "./GetVolumeMutedMessage_pb";
|
|
21
|
+
export * from "./GetVolumeMutedResultMessage_pb";
|
|
17
22
|
export * from "./GetVolumeResultMessage_pb";
|
|
18
23
|
export * from "./KeyboardMessage_pb";
|
|
19
24
|
export * from "./LanguageOption_pb";
|
|
25
|
+
export * from "./LyricsItem_pb";
|
|
20
26
|
export * from "./ModifyOutputContextRequestMessage_pb";
|
|
21
27
|
export * from "./NotificationMessage_pb";
|
|
22
28
|
export * from "./NowPlayingClient_pb";
|
|
@@ -45,7 +51,9 @@ export * from "./SendButtonEventMessage_pb";
|
|
|
45
51
|
export * from "./SendCommandMessage_pb";
|
|
46
52
|
export * from "./SendCommandResultMessage_pb";
|
|
47
53
|
export * from "./SendHIDEventMessage_pb";
|
|
54
|
+
export * from "./SendHIDReportMessage_pb";
|
|
48
55
|
export * from "./SendPackedVirtualTouchEventMessage_pb";
|
|
56
|
+
export * from "./SendVirtualTouchEventMessage_pb";
|
|
49
57
|
export * from "./SendVoiceInputMessage_pb";
|
|
50
58
|
export * from "./SetArtworkMessage_pb";
|
|
51
59
|
export * from "./SetConnectionStateMessage_pb";
|
|
@@ -54,15 +62,19 @@ export * from "./SetDiscoveryModeMessage_pb";
|
|
|
54
62
|
export * from "./SetHiliteModeMessage_pb";
|
|
55
63
|
export * from "./SetNowPlayingClientMessage_pb";
|
|
56
64
|
export * from "./SetNowPlayingPlayerMessage_pb";
|
|
65
|
+
export * from "./SetReadyStateMessage_pb";
|
|
57
66
|
export * from "./SetRecordingStateMessage_pb";
|
|
58
67
|
export * from "./SetStateMessage_pb";
|
|
59
68
|
export * from "./SetVolumeMessage_pb";
|
|
69
|
+
export * from "./SetVolumeMutedMessage_pb";
|
|
60
70
|
export * from "./SupportedCommands_pb";
|
|
71
|
+
export * from "./SystemPlaybackQueue_pb";
|
|
61
72
|
export * from "./TextInputMessage_pb";
|
|
62
73
|
export * from "./TransactionKey_pb";
|
|
63
74
|
export * from "./TransactionMessage_pb";
|
|
64
75
|
export * from "./TransactionPacket_pb";
|
|
65
76
|
export * from "./TransactionPackets_pb";
|
|
77
|
+
export * from "./Transcript_pb";
|
|
66
78
|
export * from "./UpdateClientMessage_pb";
|
|
67
79
|
export * from "./UpdateContentItemArtworkMessage_pb";
|
|
68
80
|
export * from "./UpdateContentItemMessage_pb";
|
|
@@ -74,4 +86,5 @@ export * from "./VoiceInputDeviceDescriptorMessage_pb";
|
|
|
74
86
|
export * from "./VolumeControlAvailabilityMessage_pb";
|
|
75
87
|
export * from "./VolumeControlCapabilitiesDidChangeMessage_pb";
|
|
76
88
|
export * from "./VolumeDidChangeMessage_pb";
|
|
89
|
+
export * from "./VolumeMutedDidChangeMessage_pb";
|
|
77
90
|
export * from "./WakeDeviceMessage_pb";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basmilius/apple-airplay",
|
|
3
3
|
"description": "Implementation of Apple's AirPlay2 in Node.js.",
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "0.1.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@basmilius/apple-common": "0.0
|
|
45
|
-
"@basmilius/apple-encoding": "0.0
|
|
44
|
+
"@basmilius/apple-common": "0.1.0",
|
|
45
|
+
"@basmilius/apple-encoding": "0.1.0",
|
|
46
46
|
"@bufbuild/protobuf": "^2.10.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|