@basmilius/apple-airplay 0.0.11 → 0.0.13

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.
Files changed (95) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +156 -2
  3. package/dist/index.js.map +138 -3
  4. package/dist/proto/AudioFadeMessage_pb.d.ts +30 -0
  5. package/dist/proto/AudioFadeResponseMessage_pb.d.ts +25 -0
  6. package/dist/proto/AudioFormatSettingsMessage_pb.d.ts +20 -0
  7. package/dist/proto/ClientUpdatesConfigMessage_pb.d.ts +41 -0
  8. package/dist/proto/CommandInfo_pb.d.ts +452 -0
  9. package/dist/proto/CommandOptions_pb.d.ts +137 -0
  10. package/dist/proto/Common_pb.d.ts +306 -0
  11. package/dist/proto/ConfigureConnectionMessage_pb.d.ts +25 -0
  12. package/dist/proto/ContentItemMetadata_pb.d.ts +812 -0
  13. package/dist/proto/ContentItem_pb.d.ts +91 -0
  14. package/dist/proto/CryptoPairingMessage_pb.d.ts +45 -0
  15. package/dist/proto/DeviceInfoMessage_pb.d.ts +270 -0
  16. package/dist/proto/GenericMessage_pb.d.ts +29 -0
  17. package/dist/proto/GetKeyboardSessionMessage_pb.d.ts +20 -0
  18. package/dist/proto/GetRemoteTextInputSessionMessage_pb.d.ts +20 -0
  19. package/dist/proto/GetVolumeMessage_pb.d.ts +25 -0
  20. package/dist/proto/GetVolumeResultMessage_pb.d.ts +25 -0
  21. package/dist/proto/KeyboardMessage_pb.d.ts +321 -0
  22. package/dist/proto/LanguageOption_pb.d.ts +36 -0
  23. package/dist/proto/ModifyOutputContextRequestMessage_pb.d.ts +71 -0
  24. package/dist/proto/NotificationMessage_pb.d.ts +29 -0
  25. package/dist/proto/NowPlayingClient_pb.d.ts +46 -0
  26. package/dist/proto/NowPlayingInfo_pb.d.ts +89 -0
  27. package/dist/proto/NowPlayingPlayer_pb.d.ts +44 -0
  28. package/dist/proto/OriginClientPropertiesMessage_pb.d.ts +25 -0
  29. package/dist/proto/Origin_pb.d.ts +58 -0
  30. package/dist/proto/PlaybackQueueCapabilities_pb.d.ts +28 -0
  31. package/dist/proto/PlaybackQueueContext_pb.d.ts +20 -0
  32. package/dist/proto/PlaybackQueueRequestMessage_pb.d.ts +91 -0
  33. package/dist/proto/PlaybackQueue_pb.d.ts +47 -0
  34. package/dist/proto/PlayerClientPropertiesMessage_pb.d.ts +30 -0
  35. package/dist/proto/PlayerPath_pb.d.ts +31 -0
  36. package/dist/proto/ProtocolMessage_pb.d.ts +659 -0
  37. package/dist/proto/RegisterForGameControllerEventsMessage_pb.d.ts +50 -0
  38. package/dist/proto/RegisterHIDDeviceMessage_pb.d.ts +26 -0
  39. package/dist/proto/RegisterHIDDeviceResultMessage_pb.d.ts +29 -0
  40. package/dist/proto/RegisterVoiceInputDeviceMessage_pb.d.ts +26 -0
  41. package/dist/proto/RegisterVoiceInputDeviceResponseMessage_pb.d.ts +29 -0
  42. package/dist/proto/RemoteTextInputMessage_pb.d.ts +33 -0
  43. package/dist/proto/RemoveClientMessage_pb.d.ts +26 -0
  44. package/dist/proto/RemoveEndpointsMessage_pb.d.ts +25 -0
  45. package/dist/proto/RemoveOutputDevicesMessage_pb.d.ts +29 -0
  46. package/dist/proto/RemovePlayerMessage_pb.d.ts +26 -0
  47. package/dist/proto/SendButtonEventMessage_pb.d.ts +33 -0
  48. package/dist/proto/SendCommandMessage_pb.d.ts +36 -0
  49. package/dist/proto/SendCommandResultMessage_pb.d.ts +363 -0
  50. package/dist/proto/SendHIDEventMessage_pb.d.ts +56 -0
  51. package/dist/proto/SendPackedVirtualTouchEventMessage_pb.d.ts +60 -0
  52. package/dist/proto/SendVoiceInputMessage_pb.d.ts +122 -0
  53. package/dist/proto/SetArtworkMessage_pb.d.ts +25 -0
  54. package/dist/proto/SetConnectionStateMessage_pb.d.ts +50 -0
  55. package/dist/proto/SetDefaultSupportedCommandsMessage_pb.d.ts +70 -0
  56. package/dist/proto/SetDiscoveryModeMessage_pb.d.ts +29 -0
  57. package/dist/proto/SetHiliteModeMessage_pb.d.ts +25 -0
  58. package/dist/proto/SetNowPlayingClientMessage_pb.d.ts +26 -0
  59. package/dist/proto/SetNowPlayingPlayerMessage_pb.d.ts +26 -0
  60. package/dist/proto/SetRecordingStateMessage_pb.d.ts +46 -0
  61. package/dist/proto/SetStateMessage_pb.d.ts +68 -0
  62. package/dist/proto/SetVolumeMessage_pb.d.ts +29 -0
  63. package/dist/proto/SupportedCommands_pb.d.ts +21 -0
  64. package/dist/proto/TextInputMessage_pb.d.ts +73 -0
  65. package/dist/proto/TransactionKey_pb.d.ts +24 -0
  66. package/dist/proto/TransactionMessage_pb.d.ts +35 -0
  67. package/dist/proto/TransactionPacket_pb.d.ts +37 -0
  68. package/dist/proto/TransactionPackets_pb.d.ts +21 -0
  69. package/dist/proto/UpdateClientMessage_pb.d.ts +26 -0
  70. package/dist/proto/UpdateContentItemArtworkMessage_pb.d.ts +31 -0
  71. package/dist/proto/UpdateContentItemMessage_pb.d.ts +31 -0
  72. package/dist/proto/UpdateEndPointsMessage_pb.d.ts +72 -0
  73. package/dist/proto/UpdateOutputDeviceMessage_pb.d.ts +322 -0
  74. package/dist/proto/UpdatePlayerPath_pb.d.ts +26 -0
  75. package/dist/proto/VirtualTouchDeviceDescriptorMessage_pb.d.ts +32 -0
  76. package/dist/proto/VoiceInputDeviceDescriptorMessage_pb.d.ts +25 -0
  77. package/dist/proto/VolumeControlAvailabilityMessage_pb.d.ts +66 -0
  78. package/dist/proto/VolumeControlCapabilitiesDidChangeMessage_pb.d.ts +34 -0
  79. package/dist/proto/VolumeDidChangeMessage_pb.d.ts +33 -0
  80. package/dist/proto/WakeDeviceMessage_pb.d.ts +20 -0
  81. package/dist/proto/index.d.ts +77 -0
  82. package/dist/protocol/dataStream.d.ts +13 -0
  83. package/dist/protocol/dataStreamMessages.d.ts +9 -0
  84. package/dist/protocol/eventStream.d.ts +7 -0
  85. package/dist/protocol/index.d.ts +7 -0
  86. package/dist/protocol/pairing.d.ts +12 -0
  87. package/dist/protocol/protocol.d.ts +21 -0
  88. package/dist/protocol/rtsp.d.ts +15 -0
  89. package/dist/protocol/stream.d.ts +22 -0
  90. package/dist/protocol/utils.d.ts +18 -0
  91. package/dist/protocol/verify.d.ts +9 -0
  92. package/dist/test.d.ts +1 -0
  93. package/dist/test.js +158 -0
  94. package/dist/test.js.map +145 -0
  95. package/package.json +6 -2
@@ -0,0 +1,321 @@
1
+ import type { GenEnum, 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 KeyboardMessage.proto.
6
+ */
7
+ export declare const file_KeyboardMessage: GenFile;
8
+ /**
9
+ * @generated from message KeyboardState
10
+ */
11
+ export type KeyboardState = Message<"KeyboardState"> & {};
12
+ /**
13
+ * Describes the message KeyboardState.
14
+ * Use `create(KeyboardStateSchema)` to create a new message.
15
+ */
16
+ export declare const KeyboardStateSchema: GenMessage<KeyboardState>;
17
+ /**
18
+ * @generated from enum KeyboardState.Enum
19
+ */
20
+ export declare enum KeyboardState_Enum {
21
+ /**
22
+ * @generated from enum value: Unknown = 0;
23
+ */
24
+ Unknown = 0,
25
+ /**
26
+ * @generated from enum value: NotEditing = 1;
27
+ */
28
+ NotEditing = 1,
29
+ /**
30
+ * @generated from enum value: DidBeginEditing = 2;
31
+ */
32
+ DidBeginEditing = 2,
33
+ /**
34
+ * @generated from enum value: Editing = 3;
35
+ */
36
+ Editing = 3,
37
+ /**
38
+ * @generated from enum value: TextDidChange = 4;
39
+ */
40
+ TextDidChange = 4,
41
+ /**
42
+ * @generated from enum value: DidEndEditing = 5;
43
+ */
44
+ DidEndEditing = 5,
45
+ /**
46
+ * @generated from enum value: Response = 6;
47
+ */
48
+ Response = 6
49
+ }
50
+ /**
51
+ * Describes the enum KeyboardState.Enum.
52
+ */
53
+ export declare const KeyboardState_EnumSchema: GenEnum<KeyboardState_Enum>;
54
+ /**
55
+ * @generated from message AutocapitalizationType
56
+ */
57
+ export type AutocapitalizationType = Message<"AutocapitalizationType"> & {};
58
+ /**
59
+ * Describes the message AutocapitalizationType.
60
+ * Use `create(AutocapitalizationTypeSchema)` to create a new message.
61
+ */
62
+ export declare const AutocapitalizationTypeSchema: GenMessage<AutocapitalizationType>;
63
+ /**
64
+ * @generated from enum AutocapitalizationType.Enum
65
+ */
66
+ export declare enum AutocapitalizationType_Enum {
67
+ /**
68
+ * @generated from enum value: None = 0;
69
+ */
70
+ None = 0,
71
+ /**
72
+ * @generated from enum value: Words = 1;
73
+ */
74
+ Words = 1,
75
+ /**
76
+ * @generated from enum value: Sentences = 2;
77
+ */
78
+ Sentences = 2,
79
+ /**
80
+ * @generated from enum value: AllCharacters = 3;
81
+ */
82
+ AllCharacters = 3
83
+ }
84
+ /**
85
+ * Describes the enum AutocapitalizationType.Enum.
86
+ */
87
+ export declare const AutocapitalizationType_EnumSchema: GenEnum<AutocapitalizationType_Enum>;
88
+ /**
89
+ * @generated from message KeyboardType
90
+ */
91
+ export type KeyboardType = Message<"KeyboardType"> & {};
92
+ /**
93
+ * Describes the message KeyboardType.
94
+ * Use `create(KeyboardTypeSchema)` to create a new message.
95
+ */
96
+ export declare const KeyboardTypeSchema: GenMessage<KeyboardType>;
97
+ /**
98
+ * @generated from enum KeyboardType.Enum
99
+ */
100
+ export declare enum KeyboardType_Enum {
101
+ /**
102
+ * @generated from enum value: Default = 0;
103
+ */
104
+ Default = 0,
105
+ /**
106
+ * @generated from enum value: ASCII_Capable = 1;
107
+ */
108
+ ASCII_Capable = 1,
109
+ /**
110
+ * @generated from enum value: NumbersAndPunctuation = 2;
111
+ */
112
+ NumbersAndPunctuation = 2,
113
+ /**
114
+ * @generated from enum value: URL = 3;
115
+ */
116
+ URL = 3,
117
+ /**
118
+ * @generated from enum value: NumberPad = 4;
119
+ */
120
+ NumberPad = 4,
121
+ /**
122
+ * @generated from enum value: PhonePad = 5;
123
+ */
124
+ PhonePad = 5,
125
+ /**
126
+ * @generated from enum value: NamePhonePad = 6;
127
+ */
128
+ NamePhonePad = 6,
129
+ /**
130
+ * @generated from enum value: EmailAddress = 7;
131
+ */
132
+ EmailAddress = 7,
133
+ /**
134
+ * @generated from enum value: DecimalPad = 8;
135
+ */
136
+ DecimalPad = 8,
137
+ /**
138
+ * @generated from enum value: Twitter = 9;
139
+ */
140
+ Twitter = 9,
141
+ /**
142
+ * @generated from enum value: WebSearch = 10;
143
+ */
144
+ WebSearch = 10,
145
+ /**
146
+ * @generated from enum value: Alphanet = 11;
147
+ */
148
+ Alphanet = 11,
149
+ /**
150
+ * @generated from enum value: PasscodePad = 12;
151
+ */
152
+ PasscodePad = 12
153
+ }
154
+ /**
155
+ * Describes the enum KeyboardType.Enum.
156
+ */
157
+ export declare const KeyboardType_EnumSchema: GenEnum<KeyboardType_Enum>;
158
+ /**
159
+ * @generated from message ReturnKeyType
160
+ */
161
+ export type ReturnKeyType = Message<"ReturnKeyType"> & {};
162
+ /**
163
+ * Describes the message ReturnKeyType.
164
+ * Use `create(ReturnKeyTypeSchema)` to create a new message.
165
+ */
166
+ export declare const ReturnKeyTypeSchema: GenMessage<ReturnKeyType>;
167
+ /**
168
+ * @generated from enum ReturnKeyType.Enum
169
+ */
170
+ export declare enum ReturnKeyType_Enum {
171
+ /**
172
+ * @generated from enum value: Default = 0;
173
+ */
174
+ Default = 0,
175
+ /**
176
+ * @generated from enum value: Go = 1;
177
+ */
178
+ Go = 1,
179
+ /**
180
+ * @generated from enum value: Google = 2;
181
+ */
182
+ Google = 2,
183
+ /**
184
+ * @generated from enum value: Join = 3;
185
+ */
186
+ Join = 3,
187
+ /**
188
+ * @generated from enum value: Next = 4;
189
+ */
190
+ Next = 4,
191
+ /**
192
+ * @generated from enum value: Route = 5;
193
+ */
194
+ Route = 5,
195
+ /**
196
+ * @generated from enum value: Search = 6;
197
+ */
198
+ Search = 6,
199
+ /**
200
+ * @generated from enum value: Send = 7;
201
+ */
202
+ Send = 7,
203
+ /**
204
+ * @generated from enum value: Yahoo = 8;
205
+ */
206
+ Yahoo = 8,
207
+ /**
208
+ * @generated from enum value: Done = 9;
209
+ */
210
+ Done = 9,
211
+ /**
212
+ * @generated from enum value: EmergencyCall = 10;
213
+ */
214
+ EmergencyCall = 10,
215
+ /**
216
+ * @generated from enum value: Continue = 11;
217
+ */
218
+ Continue = 11
219
+ }
220
+ /**
221
+ * Describes the enum ReturnKeyType.Enum.
222
+ */
223
+ export declare const ReturnKeyType_EnumSchema: GenEnum<ReturnKeyType_Enum>;
224
+ /**
225
+ * @generated from message TextInputTraits
226
+ */
227
+ export type TextInputTraits = Message<"TextInputTraits"> & {
228
+ /**
229
+ * @generated from field: optional AutocapitalizationType.Enum autocapitalizationType = 1;
230
+ */
231
+ autocapitalizationType: AutocapitalizationType_Enum;
232
+ /**
233
+ * @generated from field: optional KeyboardType.Enum keyboardType = 2;
234
+ */
235
+ keyboardType: KeyboardType_Enum;
236
+ /**
237
+ * @generated from field: optional ReturnKeyType.Enum returnKeyType = 3;
238
+ */
239
+ returnKeyType: ReturnKeyType_Enum;
240
+ /**
241
+ * @generated from field: optional bool autocorrection = 4;
242
+ */
243
+ autocorrection: boolean;
244
+ /**
245
+ * @generated from field: optional bool spellchecking = 5;
246
+ */
247
+ spellchecking: boolean;
248
+ /**
249
+ * @generated from field: optional bool enablesReturnKeyAutomatically = 6;
250
+ */
251
+ enablesReturnKeyAutomatically: boolean;
252
+ /**
253
+ * @generated from field: optional bool secureTextEntry = 7;
254
+ */
255
+ secureTextEntry: boolean;
256
+ /**
257
+ * @generated from field: optional uint64 validTextRangeLocation = 8;
258
+ */
259
+ validTextRangeLocation: bigint;
260
+ /**
261
+ * @generated from field: optional uint64 validTextRangeLength = 9;
262
+ */
263
+ validTextRangeLength: bigint;
264
+ /**
265
+ * @generated from field: repeated uint64 pINEntrySeparatorIndexes = 10;
266
+ */
267
+ pINEntrySeparatorIndexes: bigint[];
268
+ };
269
+ /**
270
+ * Describes the message TextInputTraits.
271
+ * Use `create(TextInputTraitsSchema)` to create a new message.
272
+ */
273
+ export declare const TextInputTraitsSchema: GenMessage<TextInputTraits>;
274
+ /**
275
+ * @generated from message TextEditingAttributes
276
+ */
277
+ export type TextEditingAttributes = Message<"TextEditingAttributes"> & {
278
+ /**
279
+ * @generated from field: optional string title = 1;
280
+ */
281
+ title: string;
282
+ /**
283
+ * @generated from field: optional string prompt = 2;
284
+ */
285
+ prompt: string;
286
+ /**
287
+ * @generated from field: optional TextInputTraits inputTraits = 3;
288
+ */
289
+ inputTraits?: TextInputTraits;
290
+ };
291
+ /**
292
+ * Describes the message TextEditingAttributes.
293
+ * Use `create(TextEditingAttributesSchema)` to create a new message.
294
+ */
295
+ export declare const TextEditingAttributesSchema: GenMessage<TextEditingAttributes>;
296
+ /**
297
+ * @generated from message KeyboardMessage
298
+ */
299
+ export type KeyboardMessage = Message<"KeyboardMessage"> & {
300
+ /**
301
+ * @generated from field: optional KeyboardState.Enum state = 1;
302
+ */
303
+ state: KeyboardState_Enum;
304
+ /**
305
+ * @generated from field: optional TextEditingAttributes attributes = 3;
306
+ */
307
+ attributes?: TextEditingAttributes;
308
+ /**
309
+ * @generated from field: optional bytes encryptedTextCyphertext = 4;
310
+ */
311
+ encryptedTextCyphertext: Uint8Array;
312
+ };
313
+ /**
314
+ * Describes the message KeyboardMessage.
315
+ * Use `create(KeyboardMessageSchema)` to create a new message.
316
+ */
317
+ export declare const KeyboardMessageSchema: GenMessage<KeyboardMessage>;
318
+ /**
319
+ * @generated from extension: optional KeyboardMessage keyboardMessage = 28;
320
+ */
321
+ export declare const keyboardMessage: GenExtension<ProtocolMessage, KeyboardMessage>;
@@ -0,0 +1,36 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file LanguageOption.proto.
5
+ */
6
+ export declare const file_LanguageOption: GenFile;
7
+ /**
8
+ * @generated from message LanguageOption
9
+ */
10
+ export type LanguageOption = Message<"LanguageOption"> & {
11
+ /**
12
+ * @generated from field: optional int32 type = 1;
13
+ */
14
+ type: number;
15
+ /**
16
+ * @generated from field: optional string languageTag = 2;
17
+ */
18
+ languageTag: string;
19
+ /**
20
+ * @generated from field: repeated string characteristics = 3;
21
+ */
22
+ characteristics: string[];
23
+ /**
24
+ * @generated from field: optional string displayName = 4;
25
+ */
26
+ displayName: string;
27
+ /**
28
+ * @generated from field: optional string identifier = 5;
29
+ */
30
+ identifier: string;
31
+ };
32
+ /**
33
+ * Describes the message LanguageOption.
34
+ * Use `create(LanguageOptionSchema)` to create a new message.
35
+ */
36
+ export declare const LanguageOptionSchema: GenMessage<LanguageOption>;
@@ -0,0 +1,71 @@
1
+ import type { GenEnum, 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 ModifyOutputContextRequestMessage.proto.
6
+ */
7
+ export declare const file_ModifyOutputContextRequestMessage: GenFile;
8
+ /**
9
+ * @generated from message ModifyOutputContextRequestType
10
+ */
11
+ export type ModifyOutputContextRequestType = Message<"ModifyOutputContextRequestType"> & {};
12
+ /**
13
+ * Describes the message ModifyOutputContextRequestType.
14
+ * Use `create(ModifyOutputContextRequestTypeSchema)` to create a new message.
15
+ */
16
+ export declare const ModifyOutputContextRequestTypeSchema: GenMessage<ModifyOutputContextRequestType>;
17
+ /**
18
+ * @generated from enum ModifyOutputContextRequestType.Enum
19
+ */
20
+ export declare enum ModifyOutputContextRequestType_Enum {
21
+ /**
22
+ * @generated from enum value: SharedAudioPresentation = 1;
23
+ */
24
+ SharedAudioPresentation = 1
25
+ }
26
+ /**
27
+ * Describes the enum ModifyOutputContextRequestType.Enum.
28
+ */
29
+ export declare const ModifyOutputContextRequestType_EnumSchema: GenEnum<ModifyOutputContextRequestType_Enum>;
30
+ /**
31
+ * @generated from message ModifyOutputContextRequestMessage
32
+ */
33
+ export type ModifyOutputContextRequestMessage = Message<"ModifyOutputContextRequestMessage"> & {
34
+ /**
35
+ * @generated from field: optional ModifyOutputContextRequestType.Enum type = 1;
36
+ */
37
+ type: ModifyOutputContextRequestType_Enum;
38
+ /**
39
+ * @generated from field: repeated string addingDevices = 2;
40
+ */
41
+ addingDevices: string[];
42
+ /**
43
+ * @generated from field: repeated string removingDevices = 3;
44
+ */
45
+ removingDevices: string[];
46
+ /**
47
+ * @generated from field: repeated string settingDevices = 4;
48
+ */
49
+ settingDevices: string[];
50
+ /**
51
+ * @generated from field: repeated string clusterAwareAddingDevices = 5;
52
+ */
53
+ clusterAwareAddingDevices: string[];
54
+ /**
55
+ * @generated from field: repeated string clusterAwareRemovingDevices = 6;
56
+ */
57
+ clusterAwareRemovingDevices: string[];
58
+ /**
59
+ * @generated from field: repeated string clusterAwareSettingDevices = 7;
60
+ */
61
+ clusterAwareSettingDevices: string[];
62
+ };
63
+ /**
64
+ * Describes the message ModifyOutputContextRequestMessage.
65
+ * Use `create(ModifyOutputContextRequestMessageSchema)` to create a new message.
66
+ */
67
+ export declare const ModifyOutputContextRequestMessageSchema: GenMessage<ModifyOutputContextRequestMessage>;
68
+ /**
69
+ * @generated from extension: optional ModifyOutputContextRequestMessage modifyOutputContextRequestMessage = 52;
70
+ */
71
+ export declare const modifyOutputContextRequestMessage: GenExtension<ProtocolMessage, ModifyOutputContextRequestMessage>;
@@ -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 NotificationMessage.proto.
6
+ */
7
+ export declare const file_NotificationMessage: GenFile;
8
+ /**
9
+ * @generated from message NotificationMessage
10
+ */
11
+ export type NotificationMessage = Message<"NotificationMessage"> & {
12
+ /**
13
+ * @generated from field: repeated string notification = 1;
14
+ */
15
+ notification: string[];
16
+ /**
17
+ * @generated from field: repeated bytes userInfo = 2;
18
+ */
19
+ userInfo: Uint8Array[];
20
+ };
21
+ /**
22
+ * Describes the message NotificationMessage.
23
+ * Use `create(NotificationMessageSchema)` to create a new message.
24
+ */
25
+ export declare const NotificationMessageSchema: GenMessage<NotificationMessage>;
26
+ /**
27
+ * @generated from extension: optional NotificationMessage notificationMessage = 16;
28
+ */
29
+ export declare const notificationMessage: GenExtension<ProtocolMessage, NotificationMessage>;
@@ -0,0 +1,46 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file NowPlayingClient.proto.
5
+ */
6
+ export declare const file_NowPlayingClient: GenFile;
7
+ /**
8
+ * @generated from message NowPlayingClient
9
+ */
10
+ export type NowPlayingClient = Message<"NowPlayingClient"> & {
11
+ /**
12
+ * @generated from field: optional int32 processIdentifier = 1;
13
+ */
14
+ processIdentifier: number;
15
+ /**
16
+ * @generated from field: optional string bundleIdentifier = 2;
17
+ */
18
+ bundleIdentifier: string;
19
+ /**
20
+ * @generated from field: optional string parentApplicationBundleIdentifier = 3;
21
+ */
22
+ parentApplicationBundleIdentifier: string;
23
+ /**
24
+ * @generated from field: optional int32 processUserIdentifier = 4;
25
+ */
26
+ processUserIdentifier: number;
27
+ /**
28
+ * @generated from field: optional int32 nowPlayingVisibility = 5;
29
+ */
30
+ nowPlayingVisibility: number;
31
+ /**
32
+ * optional TintColor tintColor = 6;
33
+ *
34
+ * @generated from field: optional string displayName = 7;
35
+ */
36
+ displayName: string;
37
+ /**
38
+ * @generated from field: repeated string bundleIdentifierHierarchys = 8;
39
+ */
40
+ bundleIdentifierHierarchys: string[];
41
+ };
42
+ /**
43
+ * Describes the message NowPlayingClient.
44
+ * Use `create(NowPlayingClientSchema)` to create a new message.
45
+ */
46
+ export declare const NowPlayingClientSchema: GenMessage<NowPlayingClient>;
@@ -0,0 +1,89 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { RepeatMode_Enum, ShuffleMode_Enum } from "./Common_pb";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file NowPlayingInfo.proto.
6
+ */
7
+ export declare const file_NowPlayingInfo: GenFile;
8
+ /**
9
+ * @generated from message NowPlayingInfo
10
+ */
11
+ export type NowPlayingInfo = Message<"NowPlayingInfo"> & {
12
+ /**
13
+ * @generated from field: optional string album = 1;
14
+ */
15
+ album: string;
16
+ /**
17
+ * @generated from field: optional string artist = 2;
18
+ */
19
+ artist: string;
20
+ /**
21
+ * @generated from field: optional double duration = 3;
22
+ */
23
+ duration: number;
24
+ /**
25
+ * @generated from field: optional double elapsedTime = 4;
26
+ */
27
+ elapsedTime: number;
28
+ /**
29
+ * @generated from field: optional float playbackRate = 5;
30
+ */
31
+ playbackRate: number;
32
+ /**
33
+ * @generated from field: optional RepeatMode.Enum repeatMode = 6;
34
+ */
35
+ repeatMode: RepeatMode_Enum;
36
+ /**
37
+ * @generated from field: optional ShuffleMode.Enum shuffleMode = 7;
38
+ */
39
+ shuffleMode: ShuffleMode_Enum;
40
+ /**
41
+ * @generated from field: optional double timestamp = 8;
42
+ */
43
+ timestamp: number;
44
+ /**
45
+ * @generated from field: optional string title = 9;
46
+ */
47
+ title: string;
48
+ /**
49
+ * @generated from field: optional uint64 uniqueIdentifier = 10;
50
+ */
51
+ uniqueIdentifier: bigint;
52
+ /**
53
+ * @generated from field: optional bool isExplicitTrack = 11;
54
+ */
55
+ isExplicitTrack: boolean;
56
+ /**
57
+ * @generated from field: optional bool isMusicApp = 12;
58
+ */
59
+ isMusicApp: boolean;
60
+ /**
61
+ * @generated from field: optional int64 radioStationIdentifier = 13;
62
+ */
63
+ radioStationIdentifier: bigint;
64
+ /**
65
+ * @generated from field: optional string radioStationHash = 14;
66
+ */
67
+ radioStationHash: string;
68
+ /**
69
+ * @generated from field: optional string radioStationName = 15;
70
+ */
71
+ radioStationName: string;
72
+ /**
73
+ * @generated from field: optional bytes artworkDataDigest = 16;
74
+ */
75
+ artworkDataDigest: Uint8Array;
76
+ /**
77
+ * @generated from field: optional bool isAlwaysLive = 17;
78
+ */
79
+ isAlwaysLive: boolean;
80
+ /**
81
+ * @generated from field: optional bool isAdvertisement = 18;
82
+ */
83
+ isAdvertisement: boolean;
84
+ };
85
+ /**
86
+ * Describes the message NowPlayingInfo.
87
+ * Use `create(NowPlayingInfoSchema)` to create a new message.
88
+ */
89
+ export declare const NowPlayingInfoSchema: GenMessage<NowPlayingInfo>;
@@ -0,0 +1,44 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file NowPlayingPlayer.proto.
5
+ */
6
+ export declare const file_NowPlayingPlayer: GenFile;
7
+ /**
8
+ * @generated from message NowPlayingPlayer
9
+ */
10
+ export type NowPlayingPlayer = Message<"NowPlayingPlayer"> & {
11
+ /**
12
+ * @generated from field: optional string identifier = 1;
13
+ */
14
+ identifier: string;
15
+ /**
16
+ * @generated from field: optional string displayName = 2;
17
+ */
18
+ displayName: string;
19
+ /**
20
+ * @generated from field: optional bool isDefaultPlayer = 3;
21
+ */
22
+ isDefaultPlayer: boolean;
23
+ /**
24
+ * @generated from field: optional int32 audioSessionType = 4;
25
+ */
26
+ audioSessionType: number;
27
+ /**
28
+ * @generated from field: optional int64 mxSessionIDs = 5;
29
+ */
30
+ mxSessionIDs: bigint;
31
+ /**
32
+ * @generated from field: optional uint32 audioSessionID = 6;
33
+ */
34
+ audioSessionID: number;
35
+ /**
36
+ * @generated from field: optional string iconURL = 7;
37
+ */
38
+ iconURL: string;
39
+ };
40
+ /**
41
+ * Describes the message NowPlayingPlayer.
42
+ * Use `create(NowPlayingPlayerSchema)` to create a new message.
43
+ */
44
+ export declare const NowPlayingPlayerSchema: GenMessage<NowPlayingPlayer>;
@@ -0,0 +1,25 @@
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 OriginClientPropertiesMessage.proto.
6
+ */
7
+ export declare const file_OriginClientPropertiesMessage: GenFile;
8
+ /**
9
+ * @generated from message OriginClientPropertiesMessage
10
+ */
11
+ export type OriginClientPropertiesMessage = Message<"OriginClientPropertiesMessage"> & {
12
+ /**
13
+ * @generated from field: optional double lastPlayingTimestamp = 1;
14
+ */
15
+ lastPlayingTimestamp: number;
16
+ };
17
+ /**
18
+ * Describes the message OriginClientPropertiesMessage.
19
+ * Use `create(OriginClientPropertiesMessageSchema)` to create a new message.
20
+ */
21
+ export declare const OriginClientPropertiesMessageSchema: GenMessage<OriginClientPropertiesMessage>;
22
+ /**
23
+ * @generated from extension: optional OriginClientPropertiesMessage originClientPropertiesMessage = 87;
24
+ */
25
+ export declare const originClientPropertiesMessage: GenExtension<ProtocolMessage, OriginClientPropertiesMessage>;