@deadair/sdk 0.7.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/LICENSE +21 -0
- package/README.md +109 -0
- package/dist/activity/activity.client.d.ts +12 -0
- package/dist/activity/activity.client.d.ts.map +1 -0
- package/dist/activity/types/activity.types.d.ts +60 -0
- package/dist/activity/types/activity.types.d.ts.map +1 -0
- package/dist/activity/types/index.d.ts +2 -0
- package/dist/activity/types/index.d.ts.map +1 -0
- package/dist/art/art.client.d.ts +21 -0
- package/dist/art/art.client.d.ts.map +1 -0
- package/dist/authentication/authentication.client.d.ts +33 -0
- package/dist/authentication/authentication.client.d.ts.map +1 -0
- package/dist/authentication/authentication.factor.client.d.ts +41 -0
- package/dist/authentication/authentication.factor.client.d.ts.map +1 -0
- package/dist/authentication/authentication.sessions.client.d.ts +20 -0
- package/dist/authentication/authentication.sessions.client.d.ts.map +1 -0
- package/dist/authentication/types/authentication.types.d.ts +846 -0
- package/dist/authentication/types/authentication.types.d.ts.map +1 -0
- package/dist/authentication/types/index.d.ts +3 -0
- package/dist/authentication/types/index.d.ts.map +1 -0
- package/dist/authentication/types/registration.types.d.ts +336 -0
- package/dist/authentication/types/registration.types.d.ts.map +1 -0
- package/dist/catalog/catalog.client.d.ts +96 -0
- package/dist/catalog/catalog.client.d.ts.map +1 -0
- package/dist/catalog/types/catalog.types.d.ts +593 -0
- package/dist/catalog/types/catalog.types.d.ts.map +1 -0
- package/dist/catalog/types/index.d.ts +2 -0
- package/dist/catalog/types/index.d.ts.map +1 -0
- package/dist/charts/charts.client.d.ts +17 -0
- package/dist/charts/charts.client.d.ts.map +1 -0
- package/dist/charts/types/charts.types.d.ts +54 -0
- package/dist/charts/types/charts.types.d.ts.map +1 -0
- package/dist/charts/types/index.d.ts +2 -0
- package/dist/charts/types/index.d.ts.map +1 -0
- package/dist/deadair.sdk.d.ts +49 -0
- package/dist/deadair.sdk.d.ts.map +1 -0
- package/dist/director/director.client.d.ts +98 -0
- package/dist/director/director.client.d.ts.map +1 -0
- package/dist/director/types/clock.types.d.ts +57 -0
- package/dist/director/types/clock.types.d.ts.map +1 -0
- package/dist/director/types/director.types.d.ts +212 -0
- package/dist/director/types/director.types.d.ts.map +1 -0
- package/dist/director/types/index.d.ts +3 -0
- package/dist/director/types/index.d.ts.map +1 -0
- package/dist/history/history.client.d.ts +12 -0
- package/dist/history/history.client.d.ts.map +1 -0
- package/dist/history/types/history.types.d.ts +44 -0
- package/dist/history/types/history.types.d.ts.map +1 -0
- package/dist/history/types/index.d.ts +2 -0
- package/dist/history/types/index.d.ts.map +1 -0
- package/dist/index.d.ts +49 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3509 -0
- package/dist/index.js.map +1 -0
- package/dist/news/news.client.d.ts +17 -0
- package/dist/news/news.client.d.ts.map +1 -0
- package/dist/news/types/index.d.ts +2 -0
- package/dist/news/types/index.d.ts.map +1 -0
- package/dist/news/types/news.types.d.ts +61 -0
- package/dist/news/types/news.types.d.ts.map +1 -0
- package/dist/nowplaying/nowplaying.client.d.ts +12 -0
- package/dist/nowplaying/nowplaying.client.d.ts.map +1 -0
- package/dist/nowplaying/types/index.d.ts +2 -0
- package/dist/nowplaying/types/index.d.ts.map +1 -0
- package/dist/nowplaying/types/nowplaying.types.d.ts +59 -0
- package/dist/nowplaying/types/nowplaying.types.d.ts.map +1 -0
- package/dist/onboarding/onboarding.client.d.ts +11 -0
- package/dist/onboarding/onboarding.client.d.ts.map +1 -0
- package/dist/onboarding/types/index.d.ts +2 -0
- package/dist/onboarding/types/index.d.ts.map +1 -0
- package/dist/onboarding/types/onboarding.types.d.ts +41 -0
- package/dist/onboarding/types/onboarding.types.d.ts.map +1 -0
- package/dist/personas/personas.client.d.ts +167 -0
- package/dist/personas/personas.client.d.ts.map +1 -0
- package/dist/personas/types/index.d.ts +2 -0
- package/dist/personas/types/index.d.ts.map +1 -0
- package/dist/personas/types/personas.types.d.ts +545 -0
- package/dist/personas/types/personas.types.d.ts.map +1 -0
- package/dist/playlists/playlists.client.d.ts +17 -0
- package/dist/playlists/playlists.client.d.ts.map +1 -0
- package/dist/playlists/types/index.d.ts +2 -0
- package/dist/playlists/types/index.d.ts.map +1 -0
- package/dist/playlists/types/playlists.types.d.ts +71 -0
- package/dist/playlists/types/playlists.types.d.ts.map +1 -0
- package/dist/playout/playout.client.d.ts +37 -0
- package/dist/playout/playout.client.d.ts.map +1 -0
- package/dist/playout/types/index.d.ts +2 -0
- package/dist/playout/types/index.d.ts.map +1 -0
- package/dist/playout/types/playout.types.d.ts +163 -0
- package/dist/playout/types/playout.types.d.ts.map +1 -0
- package/dist/plugins/plugins.client.d.ts +107 -0
- package/dist/plugins/plugins.client.d.ts.map +1 -0
- package/dist/plugins/types/index.d.ts +2 -0
- package/dist/plugins/types/index.d.ts.map +1 -0
- package/dist/plugins/types/plugins.types.d.ts +330 -0
- package/dist/plugins/types/plugins.types.d.ts.map +1 -0
- package/dist/productions/productions.client.d.ts +22 -0
- package/dist/productions/productions.client.d.ts.map +1 -0
- package/dist/productions/types/index.d.ts +2 -0
- package/dist/productions/types/index.d.ts.map +1 -0
- package/dist/productions/types/productions.types.d.ts +90 -0
- package/dist/productions/types/productions.types.d.ts.map +1 -0
- package/dist/render/render.client.d.ts +210 -0
- package/dist/render/render.client.d.ts.map +1 -0
- package/dist/render/types/index.d.ts +2 -0
- package/dist/render/types/index.d.ts.map +1 -0
- package/dist/render/types/render.types.d.ts +518 -0
- package/dist/render/types/render.types.d.ts.map +1 -0
- package/dist/schedule/schedule.client.d.ts +37 -0
- package/dist/schedule/schedule.client.d.ts.map +1 -0
- package/dist/schedule/types/index.d.ts +2 -0
- package/dist/schedule/types/index.d.ts.map +1 -0
- package/dist/schedule/types/schedule.types.d.ts +119 -0
- package/dist/schedule/types/schedule.types.d.ts.map +1 -0
- package/dist/sdk-options.d.ts +45 -0
- package/dist/sdk-options.d.ts.map +1 -0
- package/dist/settings/settings.client.d.ts +17 -0
- package/dist/settings/settings.client.d.ts.map +1 -0
- package/dist/settings/types/index.d.ts +2 -0
- package/dist/settings/types/index.d.ts.map +1 -0
- package/dist/settings/types/settings.types.d.ts +35 -0
- package/dist/settings/types/settings.types.d.ts.map +1 -0
- package/dist/shared/types/index.d.ts +2 -0
- package/dist/shared/types/index.d.ts.map +1 -0
- package/dist/shared/types/pagination.d.ts +34 -0
- package/dist/shared/types/pagination.d.ts.map +1 -0
- package/dist/station/station.client.d.ts +49 -0
- package/dist/station/station.client.d.ts.map +1 -0
- package/dist/station/types/index.d.ts +4 -0
- package/dist/station/types/index.d.ts.map +1 -0
- package/dist/station/types/logs.types.d.ts +73 -0
- package/dist/station/types/logs.types.d.ts.map +1 -0
- package/dist/station/types/station.types.d.ts +120 -0
- package/dist/station/types/station.types.d.ts.map +1 -0
- package/dist/station/types/traces.types.d.ts +91 -0
- package/dist/station/types/traces.types.d.ts.map +1 -0
- package/dist/storage/storage.client.d.ts +12 -0
- package/dist/storage/storage.client.d.ts.map +1 -0
- package/dist/storage/types/index.d.ts +2 -0
- package/dist/storage/types/index.d.ts.map +1 -0
- package/dist/storage/types/storage.types.d.ts +59 -0
- package/dist/storage/types/storage.types.d.ts.map +1 -0
- package/dist/stream/stream.client.d.ts +32 -0
- package/dist/stream/stream.client.d.ts.map +1 -0
- package/dist/stream/types/index.d.ts +2 -0
- package/dist/stream/types/index.d.ts.map +1 -0
- package/dist/stream/types/stream.types.d.ts +47 -0
- package/dist/stream/types/stream.types.d.ts.map +1 -0
- package/dist/topics/topics.client.d.ts +32 -0
- package/dist/topics/topics.client.d.ts.map +1 -0
- package/dist/topics/types/index.d.ts +2 -0
- package/dist/topics/types/index.d.ts.map +1 -0
- package/dist/topics/types/topics.types.d.ts +65 -0
- package/dist/topics/types/topics.types.d.ts.map +1 -0
- package/package.json +53 -0
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
import type { SdkFetch } from '../sdk-options.js';
|
|
2
|
+
import type { PadFetch, PadList, PadScanResult, PadSetMembership, PadSetWrite, PadState, PronunciationList, PronunciationQuery, PronunciationStateWrite, PronunciationWrite, ScriptAttempt, ScriptHistoryPage, ScriptHistoryQuery, ScriptHistorySummary, ScriptHistorySummaryQuery, ScriptRatingInput, Segment, SegmentCreate, SegmentList, SegmentScanResult, SpeechPreviewRequest, VoiceList } from './types/render.types.js';
|
|
3
|
+
export declare class RenderClient {
|
|
4
|
+
private fetch;
|
|
5
|
+
constructor(fetch: SdkFetch);
|
|
6
|
+
/**
|
|
7
|
+
* @name List segments
|
|
8
|
+
* @description Everything the station can play that is not a record
|
|
9
|
+
*/
|
|
10
|
+
listSegments(): Promise<SegmentList>;
|
|
11
|
+
/**
|
|
12
|
+
* @name Create segment
|
|
13
|
+
* @description Plans something for the station to say, and starts rendering it
|
|
14
|
+
*/
|
|
15
|
+
createSegment(body: SegmentCreate): Promise<Segment>;
|
|
16
|
+
/**
|
|
17
|
+
* @name Upload segment
|
|
18
|
+
* @description Takes a recording in from the browser and puts it in the library, ready to air
|
|
19
|
+
*/
|
|
20
|
+
uploadSegment(body: FormData): Promise<Segment>;
|
|
21
|
+
/**
|
|
22
|
+
* @name Scan the segment inbox
|
|
23
|
+
* @description Takes whatever audio is sitting in the inbox directory into the library. Safe to repeat: a segment is identified by its audio, so the same recording arriving twice is one segment
|
|
24
|
+
*/
|
|
25
|
+
scanTheSegmentInbox(): Promise<SegmentScanResult>;
|
|
26
|
+
/**
|
|
27
|
+
* @name Read script history
|
|
28
|
+
* @description What the station has written lately, newest first, one page at a time
|
|
29
|
+
*/
|
|
30
|
+
readScriptHistory(query?: ScriptHistoryQuery): Promise<ScriptHistoryPage>;
|
|
31
|
+
/**
|
|
32
|
+
* @name Rate script
|
|
33
|
+
* @description What the operator thought of this attempt. Nothing acts on it automatically
|
|
34
|
+
*/
|
|
35
|
+
rateScript(id: string, body: ScriptRatingInput): Promise<ScriptAttempt>;
|
|
36
|
+
/**
|
|
37
|
+
* @name Read script summary
|
|
38
|
+
* @description Write attempts by outcome, per presenter, over a recent window
|
|
39
|
+
*/
|
|
40
|
+
readScriptSummary(query?: ScriptHistorySummaryQuery): Promise<ScriptHistorySummary>;
|
|
41
|
+
/**
|
|
42
|
+
* @name List voices
|
|
43
|
+
* @description The voices the station can be asked to speak in
|
|
44
|
+
*/
|
|
45
|
+
listVoices(): Promise<VoiceList>;
|
|
46
|
+
/**
|
|
47
|
+
* @name Get default voice sample
|
|
48
|
+
* @description A short line spoken in whichever voice the plugin falls back to
|
|
49
|
+
*/
|
|
50
|
+
getDefaultVoiceSample(): Promise<{
|
|
51
|
+
status: 200;
|
|
52
|
+
contentType: 'audio/mpeg' | 'audio/wav' | 'audio/ogg' | 'audio/flac' | 'audio/mp4';
|
|
53
|
+
data: Blob;
|
|
54
|
+
headers: {
|
|
55
|
+
cacheControl?: string;
|
|
56
|
+
etag?: string;
|
|
57
|
+
};
|
|
58
|
+
} | {
|
|
59
|
+
status: 304;
|
|
60
|
+
}>;
|
|
61
|
+
/**
|
|
62
|
+
* @name Get voice sample
|
|
63
|
+
* @description A short line spoken in one voice, so an operator can hear it before choosing it
|
|
64
|
+
*/
|
|
65
|
+
getVoiceSample(voiceId: string): Promise<{
|
|
66
|
+
status: 200;
|
|
67
|
+
contentType: 'audio/mpeg' | 'audio/wav' | 'audio/ogg' | 'audio/flac' | 'audio/mp4';
|
|
68
|
+
data: Blob;
|
|
69
|
+
headers: {
|
|
70
|
+
cacheControl?: string;
|
|
71
|
+
etag?: string;
|
|
72
|
+
};
|
|
73
|
+
} | {
|
|
74
|
+
status: 304;
|
|
75
|
+
}>;
|
|
76
|
+
/**
|
|
77
|
+
* @name Preview speech
|
|
78
|
+
* @description Speaks the caller's words in one voice, so a break can be heard before it is written for air
|
|
79
|
+
*/
|
|
80
|
+
previewSpeech(body: SpeechPreviewRequest): Promise<{
|
|
81
|
+
contentType: 'audio/mpeg' | 'audio/wav' | 'audio/ogg' | 'audio/flac' | 'audio/mp4';
|
|
82
|
+
data: Blob;
|
|
83
|
+
}>;
|
|
84
|
+
/**
|
|
85
|
+
* @name Delete segment
|
|
86
|
+
* @description Removes a recording and the inbox file behind it, so the next scan does not read it back in
|
|
87
|
+
*/
|
|
88
|
+
deleteSegment(id: string): Promise<SegmentList>;
|
|
89
|
+
/**
|
|
90
|
+
* @name Get segment audio
|
|
91
|
+
* @description The audio of one segment
|
|
92
|
+
*/
|
|
93
|
+
getSegmentAudio(id: string): Promise<{
|
|
94
|
+
status: 200;
|
|
95
|
+
contentType: 'audio/mpeg' | 'audio/wav' | 'audio/ogg' | 'audio/flac' | 'audio/mp4';
|
|
96
|
+
data: Blob;
|
|
97
|
+
headers: {
|
|
98
|
+
cacheControl?: string;
|
|
99
|
+
etag?: string;
|
|
100
|
+
};
|
|
101
|
+
} | {
|
|
102
|
+
status: 304;
|
|
103
|
+
}>;
|
|
104
|
+
/**
|
|
105
|
+
* @name Get stored audio
|
|
106
|
+
* @description Audio out of the segment store, addressed by content rather than by row
|
|
107
|
+
*/
|
|
108
|
+
getStoredAudio(checksum: string, ext: string): Promise<{
|
|
109
|
+
status: 200;
|
|
110
|
+
contentType: 'audio/mpeg' | 'audio/wav' | 'audio/ogg' | 'audio/flac' | 'audio/mp4';
|
|
111
|
+
data: Blob;
|
|
112
|
+
headers: {
|
|
113
|
+
cacheControl?: string;
|
|
114
|
+
etag?: string;
|
|
115
|
+
};
|
|
116
|
+
} | {
|
|
117
|
+
status: 304;
|
|
118
|
+
}>;
|
|
119
|
+
/**
|
|
120
|
+
* @name List pronunciations
|
|
121
|
+
* @description The station's lexicon: what it says, what has been proposed to it, and what it has turned down
|
|
122
|
+
*/
|
|
123
|
+
listPronunciations(query?: PronunciationQuery): Promise<PronunciationList>;
|
|
124
|
+
/**
|
|
125
|
+
* @name Create pronunciation
|
|
126
|
+
* @description Adds one the operator typed. It is said from the next render on
|
|
127
|
+
*/
|
|
128
|
+
createPronunciation(body: PronunciationWrite): Promise<PronunciationList>;
|
|
129
|
+
/**
|
|
130
|
+
* @name Update pronunciation
|
|
131
|
+
* @description Rewrites one entry's words, whoever proposed it
|
|
132
|
+
*/
|
|
133
|
+
updatePronunciation(id: string, body: PronunciationWrite): Promise<PronunciationList>;
|
|
134
|
+
/**
|
|
135
|
+
* @name Delete pronunciation
|
|
136
|
+
* @description Removes an entry outright. Turning a PROPOSAL down is a state rather than a deletion, because a deleted one comes back on the next pass
|
|
137
|
+
*/
|
|
138
|
+
deletePronunciation(id: string): Promise<PronunciationList>;
|
|
139
|
+
/**
|
|
140
|
+
* @name Set pronunciation state
|
|
141
|
+
* @description Accepts a proposal, turns one down, or takes an entry out of use without losing what it said
|
|
142
|
+
*/
|
|
143
|
+
setPronunciationState(id: string, body: PronunciationStateWrite): Promise<PronunciationList>;
|
|
144
|
+
/**
|
|
145
|
+
* @name List pads
|
|
146
|
+
* @description Every sound the station holds, board by board
|
|
147
|
+
*/
|
|
148
|
+
listPads(): Promise<PadList>;
|
|
149
|
+
/**
|
|
150
|
+
* @name Upload pad
|
|
151
|
+
* @description Takes a sound in from the browser and puts it on a board. The file lands in the pad library on disk, so it survives a rebuild and an archive carries it
|
|
152
|
+
*/
|
|
153
|
+
uploadPad(body: FormData): Promise<PadList>;
|
|
154
|
+
/**
|
|
155
|
+
* @name Scan the pad library
|
|
156
|
+
* @description Takes whatever audio is sitting in the pad library directory onto its board. Safe to repeat: a file nobody has touched is seen and left alone
|
|
157
|
+
*/
|
|
158
|
+
scanThePadLibrary(): Promise<PadScanResult>;
|
|
159
|
+
/**
|
|
160
|
+
* @name Fetch pad
|
|
161
|
+
* @description Fetches a sound from an address and puts it on a board. The operator names the address, so this is them choosing a file exactly as dropping one in the library is
|
|
162
|
+
*/
|
|
163
|
+
fetchPad(body: PadFetch): Promise<PadList>;
|
|
164
|
+
/**
|
|
165
|
+
* @name Delete pad
|
|
166
|
+
* @description Removes a sound the console put there, and the file it wrote for it
|
|
167
|
+
*/
|
|
168
|
+
deletePad(id: string): Promise<PadList>;
|
|
169
|
+
/**
|
|
170
|
+
* @name Set pad state
|
|
171
|
+
* @description Turns a sound down, or puts one back. Answers the whole rack, since one pad changing state is one row moving between two sections of the same page
|
|
172
|
+
*/
|
|
173
|
+
setPadState(id: string, body: PadState): Promise<PadList>;
|
|
174
|
+
/**
|
|
175
|
+
* @name Get pad audio
|
|
176
|
+
* @description The sound itself, so an operator can hear what they dropped in
|
|
177
|
+
*/
|
|
178
|
+
getPadAudio(id: string): Promise<{
|
|
179
|
+
status: 200;
|
|
180
|
+
contentType: 'audio/mpeg' | 'audio/wav' | 'audio/ogg' | 'audio/flac' | 'audio/mp4';
|
|
181
|
+
data: Blob;
|
|
182
|
+
headers: {
|
|
183
|
+
cacheControl?: string;
|
|
184
|
+
etag?: string;
|
|
185
|
+
};
|
|
186
|
+
} | {
|
|
187
|
+
status: 304;
|
|
188
|
+
}>;
|
|
189
|
+
/**
|
|
190
|
+
* @name Create pad set
|
|
191
|
+
* @description Names a new set, or answers the one already under that key
|
|
192
|
+
*/
|
|
193
|
+
createPadSet(body: PadSetWrite): Promise<PadList>;
|
|
194
|
+
/**
|
|
195
|
+
* @name Update pad set
|
|
196
|
+
* @description Renames a set. The KEY moves with it, so every persona naming the old one stops finding it
|
|
197
|
+
*/
|
|
198
|
+
updatePadSet(id: string, body: PadSetWrite): Promise<PadList>;
|
|
199
|
+
/**
|
|
200
|
+
* @name Delete pad set
|
|
201
|
+
* @description Removes a set and its memberships, and no pads at all
|
|
202
|
+
*/
|
|
203
|
+
deletePadSet(id: string): Promise<PadList>;
|
|
204
|
+
/**
|
|
205
|
+
* @name Set pad membership
|
|
206
|
+
* @description Puts a pad on a set or takes it off. Refused where the set already answers to that name, because a script writes a name
|
|
207
|
+
*/
|
|
208
|
+
setPadMembership(id: string, body: PadSetMembership): Promise<PadList>;
|
|
209
|
+
}
|
|
210
|
+
//# sourceMappingURL=render.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"render.client.d.ts","sourceRoot":"","sources":["../../src/render/render.client.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/render/types/index.ts"],"names":[],"mappings":"AACA,cAAc,mBAAmB,CAAC"}
|