@nxtedition/types 23.0.39 → 23.0.41
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/app.d.ts +0 -51
- package/dist/app.js +1 -823
- package/dist/common/block.d.ts +6 -13
- package/dist/common/block.js +597 -1607
- package/dist/common/clone.d.ts +0 -19
- package/dist/common/clone.js +1 -602
- package/dist/common/date.d.ts +0 -7
- package/dist/common/date.js +1 -59
- package/dist/common/error.d.ts +0 -7
- package/dist/common/error.js +1 -404
- package/dist/common/file.d.ts +1 -21
- package/dist/common/file.js +782 -2521
- package/dist/common/index.d.ts +20 -26
- package/dist/common/index.js +20 -134
- package/dist/common/location.d.ts +0 -6
- package/dist/common/location.js +73 -238
- package/dist/common/lock.d.ts +1 -8
- package/dist/common/lock.js +1 -211
- package/dist/common/media.d.ts +0 -7
- package/dist/common/media.js +1 -83
- package/dist/common/nxtpression.d.ts +2 -9
- package/dist/common/nxtpression.js +1 -277
- package/dist/common/pipeline.d.ts +0 -7
- package/dist/common/pipeline.js +1 -97
- package/dist/common/promoted-tag.d.ts +0 -7
- package/dist/common/promoted-tag.js +1 -147
- package/dist/common/render-preset.d.ts +2 -15
- package/dist/common/render-preset.js +1 -1202
- package/dist/common/render-profile.d.ts +0 -19
- package/dist/common/render-profile.js +1 -1052
- package/dist/common/render-query.d.ts +2 -9
- package/dist/common/render-query.js +1 -1754
- package/dist/common/render-scene.d.ts +2 -15
- package/dist/common/render-scene.js +1 -2230
- package/dist/common/rule.d.ts +1 -7
- package/dist/common/rule.js +84 -254
- package/dist/common/search.d.ts +0 -25
- package/dist/common/search.js +1 -1591
- package/dist/common/settings.d.ts +128 -121
- package/dist/common/settings.js +1 -6936
- package/dist/common/subtitle-style.d.ts +25 -0
- package/dist/common/user-notification.d.ts +0 -7
- package/dist/common/user-notification.js +1 -85
- package/dist/index.d.ts +5 -85
- package/dist/index.js +5 -187
- package/dist/nxtpression.d.ts +732 -344
- package/dist/nxtpression.js +1 -323
- package/dist/records/domains/asset.d.ts +106 -0
- package/dist/records/domains/bundle.d.ts +12 -0
- package/dist/records/domains/bundle.js +1 -0
- package/dist/records/domains/clone.d.ts +7 -0
- package/dist/records/domains/clone.js +1 -0
- package/dist/records/domains/comment-reaction.d.ts +8 -0
- package/dist/records/domains/comment-reaction.js +1 -0
- package/dist/records/domains/comment-read-mark.d.ts +8 -0
- package/dist/records/domains/comment-read-mark.js +1 -0
- package/dist/records/domains/comment.d.ts +81 -0
- package/dist/records/domains/comment.js +19 -0
- package/dist/records/domains/connection.d.ts +77 -0
- package/dist/records/domains/connection.js +1 -0
- package/dist/records/domains/contact.d.ts +9 -0
- package/dist/records/domains/contact.js +1 -0
- package/dist/records/domains/deepstream.d.ts +7 -0
- package/dist/records/domains/deepstream.js +1 -0
- package/dist/records/domains/design.d.ts +11 -0
- package/dist/records/domains/design.js +1 -0
- package/dist/records/domains/edit.d.ts +10 -0
- package/dist/records/domains/edit.js +1 -0
- package/dist/records/domains/event.d.ts +66 -0
- package/dist/records/domains/event.js +1 -0
- package/dist/records/domains/file.d.ts +26 -0
- package/dist/records/domains/file.js +1 -0
- package/dist/records/domains/general.d.ts +41 -0
- package/dist/records/domains/general.js +1 -0
- package/dist/records/domains/index.d.ts +77 -0
- package/dist/records/domains/index.js +38 -0
- package/dist/records/domains/media.d.ts +64 -0
- package/dist/records/domains/media.js +1 -0
- package/dist/records/domains/monitor.d.ts +116 -0
- package/dist/records/domains/monitor.js +1 -0
- package/dist/records/domains/panel.d.ts +55 -0
- package/dist/records/domains/panel.js +1 -0
- package/dist/records/domains/permission.d.ts +25 -0
- package/dist/records/domains/permission.js +2 -0
- package/dist/records/domains/pipeline-preset.d.ts +10 -0
- package/dist/records/domains/pipeline-preset.js +1 -0
- package/dist/records/domains/pipeline.d.ts +17 -0
- package/dist/records/domains/pipeline.js +1 -0
- package/dist/records/domains/planning.d.ts +14 -0
- package/dist/records/domains/planning.js +1 -0
- package/dist/records/domains/prompter.d.ts +18 -0
- package/dist/records/domains/prompter.js +1 -0
- package/dist/records/domains/publish.d.ts +145 -0
- package/dist/records/domains/publish.js +1 -0
- package/dist/records/domains/published.d.ts +12 -0
- package/dist/records/domains/published.js +1 -0
- package/dist/records/domains/render-preset.d.ts +5 -0
- package/dist/records/domains/render-preset.js +1 -0
- package/dist/records/domains/render.d.ts +115 -0
- package/dist/records/domains/render.js +1 -0
- package/dist/records/domains/revs.d.ts +6 -0
- package/dist/records/domains/revs.js +1 -0
- package/dist/records/domains/role.d.ts +6 -0
- package/dist/records/domains/role.js +1 -0
- package/dist/records/domains/script.d.ts +101 -0
- package/dist/records/domains/script.js +1 -0
- package/dist/records/domains/search.d.ts +9 -0
- package/dist/records/domains/search.js +1 -0
- package/dist/records/domains/settings.d.ts +5 -0
- package/dist/records/domains/settings.js +1 -0
- package/dist/records/domains/storyboard.d.ts +10 -0
- package/dist/records/domains/storyboard.js +1 -0
- package/dist/records/domains/subtitle-style.d.ts +13 -0
- package/dist/records/domains/subtitle-style.js +1 -0
- package/dist/records/domains/subtitle.d.ts +12 -0
- package/dist/records/domains/subtitle.js +1 -0
- package/dist/records/domains/template.d.ts +10 -0
- package/dist/records/domains/template.js +1 -0
- package/dist/records/domains/user-notification-status.d.ts +30 -0
- package/dist/records/domains/user-notification-status.js +1 -0
- package/dist/records/domains/user-notification.d.ts +69 -0
- package/dist/records/domains/user-notification.js +1 -0
- package/dist/records/domains/user.d.ts +23 -0
- package/dist/records/domains/user.js +1 -0
- package/dist/records/exact/asset.d.ts +83 -0
- package/dist/records/exact/asset.js +1 -0
- package/dist/records/exact/index.d.ts +36 -0
- package/dist/records/exact/index.js +4 -0
- package/dist/records/exact/media.d.ts +52 -0
- package/dist/records/exact/media.js +1 -0
- package/dist/records/exact/monitor.d.ts +46 -0
- package/dist/records/exact/monitor.js +1 -0
- package/dist/records/exact/storage.d.ts +32 -0
- package/dist/records/exact/storage.js +1 -0
- package/dist/records/index.d.ts +10 -0
- package/dist/records/index.js +2 -0
- package/dist/records/utils.d.ts +7 -0
- package/dist/records/utils.js +1 -0
- package/dist/records/utils.tds.d.ts +1 -0
- package/dist/records/utils.tds.js +7 -0
- package/dist/records/validate/assert-guard.d.ts +4 -0
- package/dist/records/validate/assert-guard.js +15861 -0
- package/dist/records/validate/assert.d.ts +4 -0
- package/dist/records/validate/assert.js +15990 -0
- package/dist/records/validate/is.d.ts +4 -0
- package/dist/records/validate/is.js +1017 -0
- package/dist/records/validate/schemas.d.ts +9 -0
- package/dist/records/validate/schemas.js +12613 -0
- package/dist/records/validate/stringify.d.ts +4 -0
- package/dist/records/validate/stringify.js +1904 -0
- package/dist/records/validate/utils.d.ts +15 -0
- package/dist/records/validate/utils.js +18 -0
- package/dist/records/validate/utils.test.d.ts +1 -0
- package/dist/records/validate/utils.test.js +35 -0
- package/dist/records/validate/validate.d.ts +5 -0
- package/dist/records/validate/validate.js +14943 -0
- package/dist/rpc.d.ts +13 -14
- package/dist/rpc.js +126 -511
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +26 -15
- package/dist/asset.d.ts +0 -72
- package/dist/domains/asset.d.ts +0 -227
- package/dist/domains/asset.js +0 -2672
- package/dist/domains/bundle.d.ts +0 -25
- package/dist/domains/bundle.js +0 -512
- package/dist/domains/clone.d.ts +0 -14
- package/dist/domains/clone.js +0 -192
- package/dist/domains/comment-reaction.d.ts +0 -15
- package/dist/domains/comment-reaction.js +0 -115
- package/dist/domains/comment-read-mark.d.ts +0 -15
- package/dist/domains/comment-read-mark.js +0 -115
- package/dist/domains/comment.d.ts +0 -153
- package/dist/domains/comment.js +0 -5906
- package/dist/domains/connection.d.ts +0 -141
- package/dist/domains/connection.js +0 -5860
- package/dist/domains/contact.d.ts +0 -16
- package/dist/domains/contact.js +0 -149
- package/dist/domains/deepstream.d.ts +0 -14
- package/dist/domains/deepstream.js +0 -139
- package/dist/domains/design.d.ts +0 -24
- package/dist/domains/design.js +0 -303
- package/dist/domains/edit.d.ts +0 -17
- package/dist/domains/edit.js +0 -224
- package/dist/domains/event.d.ts +0 -42
- package/dist/domains/event.js +0 -754
- package/dist/domains/file.d.ts +0 -51
- package/dist/domains/file.js +0 -2506
- package/dist/domains/general.d.ts +0 -84
- package/dist/domains/general.js +0 -906
- package/dist/domains/index.d.ts +0 -75
- package/dist/domains/index.js +0 -37
- package/dist/domains/media.d.ts +0 -113
- package/dist/domains/media.js +0 -4553
- package/dist/domains/monitor.d.ts +0 -416
- package/dist/domains/monitor.js +0 -6382
- package/dist/domains/panel.d.ts +0 -371
- package/dist/domains/panel.js +0 -3198
- package/dist/domains/permission.d.ts +0 -61
- package/dist/domains/permission.js +0 -1926
- package/dist/domains/pipeline-preset.d.ts +0 -17
- package/dist/domains/pipeline-preset.js +0 -236
- package/dist/domains/pipeline.d.ts +0 -30
- package/dist/domains/pipeline.js +0 -460
- package/dist/domains/planning.d.ts +0 -33
- package/dist/domains/planning.js +0 -324
- package/dist/domains/publish.d.ts +0 -1397
- package/dist/domains/publish.js +0 -34436
- package/dist/domains/published.d.ts +0 -19
- package/dist/domains/published.js +0 -204
- package/dist/domains/render-preset.d.ts +0 -4
- package/dist/domains/render.d.ts +0 -172
- package/dist/domains/render.js +0 -4783
- package/dist/domains/revs.d.ts +0 -13
- package/dist/domains/revs.js +0 -125
- package/dist/domains/role.d.ts +0 -13
- package/dist/domains/role.js +0 -119
- package/dist/domains/script.d.ts +0 -13
- package/dist/domains/script.js +0 -125
- package/dist/domains/search.d.ts +0 -16
- package/dist/domains/search.js +0 -168
- package/dist/domains/settings.d.ts +0 -12
- package/dist/domains/settings.js +0 -6624
- package/dist/domains/storyboard.d.ts +0 -14
- package/dist/domains/storyboard.js +0 -125
- package/dist/domains/subtitle-style.d.ts +0 -37
- package/dist/domains/subtitle-style.js +0 -485
- package/dist/domains/subtitle.d.ts +0 -19
- package/dist/domains/subtitle.js +0 -212
- package/dist/domains/template.d.ts +0 -23
- package/dist/domains/template.js +0 -372
- package/dist/domains/user-notification-status.d.ts +0 -55
- package/dist/domains/user-notification-status.js +0 -715
- package/dist/domains/user-notification.d.ts +0 -118
- package/dist/domains/user-notification.js +0 -3040
- package/dist/domains/user.d.ts +0 -48
- package/dist/domains/user.js +0 -481
- package/dist/monitor.d.ts +0 -71
- package/dist/monitor.js +0 -1942
- package/dist/schema.json +0 -9075
- package/dist/storage.d.ts +0 -51
- package/dist/storage.js +0 -1036
- /package/dist/{asset.js → common/subtitle-style.js} +0 -0
- /package/dist/{domains/render-preset.js → records/domains/asset.js} +0 -0
package/dist/domains/index.d.ts
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import type { AssetDomainRecords } from './asset.js';
|
|
2
|
-
import type { BundleDomainRecords } from './bundle.js';
|
|
3
|
-
import type { CloneDomainRecords } from './clone.js';
|
|
4
|
-
import type { CommentReactionDomainRecords } from './comment-reaction.js';
|
|
5
|
-
import type { CommentReadMarkDomainRecords } from './comment-read-mark.js';
|
|
6
|
-
import type { CommentDomainRecords } from './comment.js';
|
|
7
|
-
import type { ConnectionDomainRecords } from './connection.js';
|
|
8
|
-
import type { ContactDomainRecords } from './contact.js';
|
|
9
|
-
import type { DeepstreamDomainRecords } from './deepstream.js';
|
|
10
|
-
import type { DesignDomainRecords } from './design.js';
|
|
11
|
-
import type { EditDomainRecords } from './edit.js';
|
|
12
|
-
import type { EventDomainRecords } from './event.js';
|
|
13
|
-
import type { FileDomainRecords } from './file.js';
|
|
14
|
-
import type { GeneralDomainRecords } from './general.js';
|
|
15
|
-
import type { MediaDomainRecords } from './media.js';
|
|
16
|
-
import type { MonitorDomainRecords } from './monitor.js';
|
|
17
|
-
import type { PanelDomainRecords } from './panel.js';
|
|
18
|
-
import type { PermissionDomainRecords } from './permission.js';
|
|
19
|
-
import type { PipelinePresetDomainRecords } from './pipeline-preset.js';
|
|
20
|
-
import type { PipelineDomainRecords } from './pipeline.js';
|
|
21
|
-
import type { PlanningDomainRecords } from './planning.js';
|
|
22
|
-
import type { PublishDomainRecords } from './publish.js';
|
|
23
|
-
import type { PublishedDomainRecords } from './published.js';
|
|
24
|
-
import type { RenderPresetDomainRecords } from './render-preset.js';
|
|
25
|
-
import type { RenderDomainRecords } from './render.js';
|
|
26
|
-
import type { RevsDomainRecords } from './revs.js';
|
|
27
|
-
import type { RoleDomainRecords } from './role.js';
|
|
28
|
-
import type { ScriptDomainRecords } from './script.js';
|
|
29
|
-
import type { SearchDomainRecords } from './search.js';
|
|
30
|
-
import type { SettingsDomainRecords } from './settings.js';
|
|
31
|
-
import type { StoryboardDomainRecords } from './storyboard.js';
|
|
32
|
-
import type { SubtitleStyleDomainRecords } from './subtitle-style.js';
|
|
33
|
-
import type { SubtitleDomainRecords } from './subtitle.js';
|
|
34
|
-
import type { TemplateDomainRecords } from './template.js';
|
|
35
|
-
import type { UserNotificationStatusDomainRecords } from './user-notification-status.js';
|
|
36
|
-
import type { UserNotificationDomainRecords } from './user-notification.js';
|
|
37
|
-
import type { UserDomainRecords } from './user.js';
|
|
38
|
-
export * from './asset.js';
|
|
39
|
-
export * from './bundle.js';
|
|
40
|
-
export * from './clone.js';
|
|
41
|
-
export * from './comment-reaction.js';
|
|
42
|
-
export * from './comment-read-mark.js';
|
|
43
|
-
export * from './comment.js';
|
|
44
|
-
export * from './connection.js';
|
|
45
|
-
export * from './contact.js';
|
|
46
|
-
export * from './deepstream.js';
|
|
47
|
-
export * from './design.js';
|
|
48
|
-
export * from './edit.js';
|
|
49
|
-
export * from './event.js';
|
|
50
|
-
export * from './file.js';
|
|
51
|
-
export * from './general.js';
|
|
52
|
-
export * from './media.js';
|
|
53
|
-
export * from './monitor.js';
|
|
54
|
-
export * from './panel.js';
|
|
55
|
-
export * from './permission.js';
|
|
56
|
-
export * from './pipeline-preset.js';
|
|
57
|
-
export * from './pipeline.js';
|
|
58
|
-
export * from './planning.js';
|
|
59
|
-
export * from './publish.js';
|
|
60
|
-
export * from './published.js';
|
|
61
|
-
export * from './render-preset.js';
|
|
62
|
-
export * from './render.js';
|
|
63
|
-
export * from './revs.js';
|
|
64
|
-
export * from './role.js';
|
|
65
|
-
export * from './script.js';
|
|
66
|
-
export * from './search.js';
|
|
67
|
-
export * from './settings.js';
|
|
68
|
-
export * from './storyboard.js';
|
|
69
|
-
export * from './subtitle-style.js';
|
|
70
|
-
export * from './subtitle.js';
|
|
71
|
-
export * from './template.js';
|
|
72
|
-
export * from './user-notification-status.js';
|
|
73
|
-
export * from './user-notification.js';
|
|
74
|
-
export * from './user.js';
|
|
75
|
-
export type DomainRecords = AssetDomainRecords & BundleDomainRecords & CloneDomainRecords & CommentReactionDomainRecords & CommentReadMarkDomainRecords & CommentDomainRecords & ConnectionDomainRecords & ContactDomainRecords & DeepstreamDomainRecords & DesignDomainRecords & EditDomainRecords & EventDomainRecords & FileDomainRecords & GeneralDomainRecords & MediaDomainRecords & MonitorDomainRecords & PanelDomainRecords & PermissionDomainRecords & PipelinePresetDomainRecords & PipelineDomainRecords & PlanningDomainRecords & PublishDomainRecords & PublishedDomainRecords & RenderPresetDomainRecords & RenderDomainRecords & RevsDomainRecords & RoleDomainRecords & ScriptDomainRecords & SearchDomainRecords & SettingsDomainRecords & StoryboardDomainRecords & SubtitleStyleDomainRecords & SubtitleDomainRecords & TemplateDomainRecords & UserNotificationStatusDomainRecords & UserNotificationDomainRecords & UserDomainRecords;
|
package/dist/domains/index.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
export * from './asset.js';
|
|
2
|
-
export * from './bundle.js';
|
|
3
|
-
export * from './clone.js';
|
|
4
|
-
export * from './comment-reaction.js';
|
|
5
|
-
export * from './comment-read-mark.js';
|
|
6
|
-
export * from './comment.js';
|
|
7
|
-
export * from './connection.js';
|
|
8
|
-
export * from './contact.js';
|
|
9
|
-
export * from './deepstream.js';
|
|
10
|
-
export * from './design.js';
|
|
11
|
-
export * from './edit.js';
|
|
12
|
-
export * from './event.js';
|
|
13
|
-
export * from './file.js';
|
|
14
|
-
export * from './general.js';
|
|
15
|
-
export * from './media.js';
|
|
16
|
-
export * from './monitor.js';
|
|
17
|
-
export * from './panel.js';
|
|
18
|
-
export * from './permission.js';
|
|
19
|
-
export * from './pipeline-preset.js';
|
|
20
|
-
export * from './pipeline.js';
|
|
21
|
-
export * from './planning.js';
|
|
22
|
-
export * from './publish.js';
|
|
23
|
-
export * from './published.js';
|
|
24
|
-
export * from './render-preset.js';
|
|
25
|
-
export * from './render.js';
|
|
26
|
-
export * from './revs.js';
|
|
27
|
-
export * from './role.js';
|
|
28
|
-
export * from './script.js';
|
|
29
|
-
export * from './search.js';
|
|
30
|
-
export * from './settings.js';
|
|
31
|
-
export * from './storyboard.js';
|
|
32
|
-
export * from './subtitle-style.js';
|
|
33
|
-
export * from './subtitle.js';
|
|
34
|
-
export * from './template.js';
|
|
35
|
-
export * from './user-notification-status.js';
|
|
36
|
-
export * from './user-notification.js';
|
|
37
|
-
export * from './user.js';
|
package/dist/domains/media.d.ts
DELETED
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { type AssertionGuard as __AssertionGuard } from "typia";
|
|
2
|
-
import type { Operation } from 'rfc6902';
|
|
3
|
-
import type { NxtError, MediaType, RenderPreset, RenderSceneObject } from '../common/index.js';
|
|
4
|
-
export interface MediaDomainRecords {
|
|
5
|
-
":media.source": MediaSourceRecord;
|
|
6
|
-
":media.consolidate": MediaConsolidateRecord;
|
|
7
|
-
":media.renders?": MediaRendersRecord;
|
|
8
|
-
":media.transcriptChanges": MediaTranscriptChangesRecord;
|
|
9
|
-
":media.font": MediaFontRecord;
|
|
10
|
-
":media.restrictions?": MediaRestrictionsRecord;
|
|
11
|
-
":media.probe?": MediaProbeRecord;
|
|
12
|
-
":media.updateSubtitles?": Record<string, unknown>;
|
|
13
|
-
":media.updateGraphics?": Record<string, unknown>;
|
|
14
|
-
}
|
|
15
|
-
export type MediaSourceRecord = RenderSceneObject;
|
|
16
|
-
export declare const isMediaSourceRecord: (input: unknown) => input is RenderSceneObject;
|
|
17
|
-
export declare const assertMediaSourceRecord: (input: unknown) => RenderSceneObject;
|
|
18
|
-
export declare const randomMediaSourceRecord: () => RenderSceneObject;
|
|
19
|
-
export declare const assertGuardMediaSourceRecord: __AssertionGuard<MediaSourceRecord>;
|
|
20
|
-
export declare const stringifyMediaSourceRecord: (input: RenderSceneObject) => string;
|
|
21
|
-
export declare const assertStringifyMediaSourceRecord: (input: unknown) => string;
|
|
22
|
-
export interface MediaConsolidateRecord {
|
|
23
|
-
source?: unknown;
|
|
24
|
-
target?: unknown;
|
|
25
|
-
preset?: RenderPreset;
|
|
26
|
-
error?: unknown;
|
|
27
|
-
}
|
|
28
|
-
export declare const isMediaConsolidateRecord: (input: unknown) => input is MediaConsolidateRecord;
|
|
29
|
-
export declare const assertMediaConsolidateRecord: (input: unknown) => MediaConsolidateRecord;
|
|
30
|
-
export declare const randomMediaConsolidateRecord: () => MediaConsolidateRecord;
|
|
31
|
-
export declare const assertGuardMediaConsolidateRecord: __AssertionGuard<MediaConsolidateRecord>;
|
|
32
|
-
export declare const stringifyMediaConsolidateRecord: (input: MediaConsolidateRecord) => string;
|
|
33
|
-
export declare const assertStringifyMediaConsolidateRecord: (input: unknown) => string;
|
|
34
|
-
export interface MediaRendersRecord {
|
|
35
|
-
children: MediaRenderRecordValue[];
|
|
36
|
-
}
|
|
37
|
-
export declare const isMediaRendersRecord: (input: unknown) => input is MediaRendersRecord;
|
|
38
|
-
export declare const assertMediaRendersRecord: (input: unknown) => MediaRendersRecord;
|
|
39
|
-
export declare const randomMediaRendersRecord: () => MediaRendersRecord;
|
|
40
|
-
export declare const assertGuardMediaRendersRecord: __AssertionGuard<MediaRendersRecord>;
|
|
41
|
-
export declare const stringifyMediaRendersRecord: (input: MediaRendersRecord) => string;
|
|
42
|
-
export declare const assertStringifyMediaRendersRecord: (input: unknown) => string;
|
|
43
|
-
export interface MediaRenderRecordValue {
|
|
44
|
-
id?: string;
|
|
45
|
-
title?: string;
|
|
46
|
-
children?: MediaRenderRecordValue[];
|
|
47
|
-
}
|
|
48
|
-
export declare const isMediaRenderRecordValue: (input: unknown) => input is MediaRenderRecordValue;
|
|
49
|
-
export declare const assertMediaRenderRecordValue: (input: unknown) => MediaRenderRecordValue;
|
|
50
|
-
export declare const randomMediaRenderRecordValue: () => MediaRenderRecordValue;
|
|
51
|
-
export declare const assertGuardMediaRenderRecordValue: __AssertionGuard<MediaRenderRecordValue>;
|
|
52
|
-
export declare const stringifyMediaRenderRecordValue: (input: MediaRenderRecordValue) => string;
|
|
53
|
-
export declare const assertStringifyMediaRenderRecordValue: (input: unknown) => string;
|
|
54
|
-
export type MediaTranscriptChangesRecord = {
|
|
55
|
-
[patchKey: string]: MediaTranscriptChangesRecordValue;
|
|
56
|
-
};
|
|
57
|
-
export declare const isMediaTranscriptChangesRecord: (input: unknown) => input is MediaTranscriptChangesRecord;
|
|
58
|
-
export declare const assertMediaTranscriptChangesRecord: (input: unknown) => MediaTranscriptChangesRecord;
|
|
59
|
-
export declare const randomMediaTranscriptChangesRecord: () => MediaTranscriptChangesRecord;
|
|
60
|
-
export declare const assertGuardMediaTranscriptChangesRecord: __AssertionGuard<MediaTranscriptChangesRecord>;
|
|
61
|
-
export declare const stringifyMediaTranscriptChangesRecord: (input: MediaTranscriptChangesRecord) => string;
|
|
62
|
-
export declare const assertStringifyMediaTranscriptChangesRecord: (input: unknown) => string;
|
|
63
|
-
export interface MediaTranscriptChangesRecordValue {
|
|
64
|
-
patch?: Operation[];
|
|
65
|
-
}
|
|
66
|
-
export declare const isMediaTranscriptChangesRecordValue: (input: unknown) => input is MediaTranscriptChangesRecordValue;
|
|
67
|
-
export declare const assertMediaTranscriptChangesRecordValue: (input: unknown) => MediaTranscriptChangesRecordValue;
|
|
68
|
-
export declare const randomMediaTranscriptChangesRecordValue: () => MediaTranscriptChangesRecordValue;
|
|
69
|
-
export declare const assertGuardMediaTranscriptChangesRecordValue: __AssertionGuard<MediaTranscriptChangesRecordValue>;
|
|
70
|
-
export declare const stringifyMediaTranscriptChangesRecordValue: (input: MediaTranscriptChangesRecordValue) => string;
|
|
71
|
-
export declare const assertStringifyMediaTranscriptChangesRecordValue: (input: unknown) => string;
|
|
72
|
-
export interface MediaFontRecord {
|
|
73
|
-
sampleText?: string;
|
|
74
|
-
}
|
|
75
|
-
export declare const isMediaFontRecord: (input: unknown) => input is MediaFontRecord;
|
|
76
|
-
export declare const assertMediaFontRecord: (input: unknown) => MediaFontRecord;
|
|
77
|
-
export declare const randomMediaFontRecord: () => MediaFontRecord;
|
|
78
|
-
export declare const assertGuardMediaFontRecord: __AssertionGuard<MediaFontRecord>;
|
|
79
|
-
export declare const stringifyMediaFontRecord: (input: MediaFontRecord) => string;
|
|
80
|
-
export declare const assertStringifyMediaFontRecord: (input: unknown) => string;
|
|
81
|
-
export interface MediaRestrictionsRecord {
|
|
82
|
-
[restrictionId: string]: {
|
|
83
|
-
asset: string;
|
|
84
|
-
date: string;
|
|
85
|
-
user: string;
|
|
86
|
-
text: string;
|
|
87
|
-
start: number;
|
|
88
|
-
end: number;
|
|
89
|
-
file: string;
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
export declare const isMediaRestrictionsRecord: (input: unknown) => input is MediaRestrictionsRecord;
|
|
93
|
-
export declare const assertMediaRestrictionsRecord: (input: unknown) => MediaRestrictionsRecord;
|
|
94
|
-
export declare const randomMediaRestrictionsRecord: () => MediaRestrictionsRecord;
|
|
95
|
-
export declare const assertGuardMediaRestrictionsRecord: __AssertionGuard<MediaRestrictionsRecord>;
|
|
96
|
-
export declare const stringifyMediaRestrictionsRecord: (input: MediaRestrictionsRecord) => string;
|
|
97
|
-
export declare const assertStringifyMediaRestrictionsRecord: (input: unknown) => string;
|
|
98
|
-
export interface MediaProbeRecord {
|
|
99
|
-
duration?: number | null;
|
|
100
|
-
error: NxtError | null;
|
|
101
|
-
type: MediaType;
|
|
102
|
-
live?: boolean | null;
|
|
103
|
-
url?: string | null;
|
|
104
|
-
subtitle?: {
|
|
105
|
-
codec?: string | null;
|
|
106
|
-
};
|
|
107
|
-
}
|
|
108
|
-
export declare const isMediaProbeRecord: (input: unknown) => input is MediaProbeRecord;
|
|
109
|
-
export declare const assertMediaProbeRecord: (input: unknown) => MediaProbeRecord;
|
|
110
|
-
export declare const randomMediaProbeRecord: () => MediaProbeRecord;
|
|
111
|
-
export declare const assertGuardMediaProbeRecord: __AssertionGuard<MediaProbeRecord>;
|
|
112
|
-
export declare const stringifyMediaProbeRecord: (input: MediaProbeRecord) => string;
|
|
113
|
-
export declare const assertStringifyMediaProbeRecord: (input: unknown) => string;
|