@nxtedition/types 23.0.40 → 23.0.42
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 -33
- package/dist/app.js +1 -655
- 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 +4 -17
- package/dist/common/render-preset.js +1 -1202
- package/dist/common/render-profile.d.ts +3 -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 -1843
- package/dist/common/render-scene.d.ts +3 -16
- package/dist/common/render-scene.js +1 -2408
- 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 +113 -125
- package/dist/common/settings.js +1 -7504
- 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 -108
- package/dist/index.js +5 -469
- package/dist/nxtpression.d.ts +538 -337
- 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 +8 -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 +149 -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 +23 -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 +11 -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 +16068 -0
- package/dist/records/validate/assert.d.ts +4 -0
- package/dist/records/validate/assert.js +16198 -0
- package/dist/records/validate/is.d.ts +4 -0
- package/dist/records/validate/is.js +1027 -0
- package/dist/records/validate/schemas.d.ts +9 -0
- package/dist/records/validate/schemas.js +12862 -0
- package/dist/records/validate/stringify.d.ts +4 -0
- package/dist/records/validate/stringify.js +1915 -0
- package/dist/records/validate/utils.d.ts +15 -0
- package/dist/records/validate/utils.js +26 -0
- package/dist/records/validate/validate-equals.d.ts +5 -0
- package/dist/records/validate/validate-equals.js +24363 -0
- package/dist/records/validate/validate.d.ts +5 -0
- package/dist/records/validate/validate.js +15127 -0
- package/dist/rpc.d.ts +5 -15
- package/dist/rpc.js +126 -511
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +25 -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 -170
- package/dist/domains/event.js +0 -2779
- 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 -4642
- 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 -1452
- package/dist/domains/publish.js +0 -35415
- 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 -158
- package/dist/domains/render.js +0 -4452
- 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 -263
- package/dist/domains/script.js +0 -6777
- 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 -7180
- package/dist/domains/storyboard.d.ts +0 -14
- package/dist/domains/storyboard.js +0 -125
- package/dist/domains/subtitle-style.d.ts +0 -42
- package/dist/domains/subtitle-style.js +0 -574
- 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 -9836
- 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/nxtpression.d.ts
CHANGED
|
@@ -28,24 +28,21 @@ declare interface AddOperation {
|
|
|
28
28
|
value: any;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
export declare const assertGuardNxtpressionFetch: AssertionGuard<NxtpressionFetch>;
|
|
32
|
-
|
|
33
|
-
export declare const assertGuardNxtpressionNxt: AssertionGuard<NxtpressionNxt>;
|
|
34
|
-
|
|
35
|
-
declare type AssertionGuard<T> = (input: unknown) => asserts input is T;
|
|
36
|
-
|
|
37
|
-
export declare const assertNxtpressionFetch: (input: unknown) => NxtpressionFetch;
|
|
38
|
-
|
|
39
|
-
export declare const assertNxtpressionNxt: (input: unknown) => NxtpressionNxt;
|
|
40
|
-
|
|
41
|
-
export declare const assertStringifyNxtpressionFetch: (input: unknown) => string;
|
|
42
|
-
|
|
43
|
-
export declare const assertStringifyNxtpressionNxt: (input: unknown) => string;
|
|
44
|
-
|
|
45
31
|
declare interface AssetAssigneesProvidedRecord {
|
|
46
32
|
value?: string[];
|
|
47
33
|
}
|
|
48
34
|
|
|
35
|
+
declare interface AssetAssigneesRecord {
|
|
36
|
+
value?: Nxtpression<string[], {
|
|
37
|
+
id: string;
|
|
38
|
+
}>;
|
|
39
|
+
dynamic?: Dynamic;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
declare interface AssetCloneRecord {
|
|
43
|
+
rules: CloneRule[];
|
|
44
|
+
}
|
|
45
|
+
|
|
49
46
|
declare interface AssetCommentsRecord {
|
|
50
47
|
/**
|
|
51
48
|
* IDs of comment assets associated with the asset.
|
|
@@ -59,6 +56,22 @@ declare interface AssetCreatedProvidedRecord {
|
|
|
59
56
|
origin?: string;
|
|
60
57
|
}
|
|
61
58
|
|
|
59
|
+
declare interface AssetDaemonRecord {
|
|
60
|
+
"user-notify"?: boolean;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
declare interface AssetDaemonUserNotifyStateRecord {
|
|
64
|
+
since?: string | 0 | null;
|
|
65
|
+
version?: number;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
declare interface AssetDeadlinesRecord {
|
|
69
|
+
value?: Nxtpression<string, {
|
|
70
|
+
id: string;
|
|
71
|
+
}>;
|
|
72
|
+
dynamic?: Dynamic;
|
|
73
|
+
}
|
|
74
|
+
|
|
62
75
|
declare interface AssetDomainControllersProvidedRecord {
|
|
63
76
|
value?: string[];
|
|
64
77
|
}
|
|
@@ -68,7 +81,7 @@ declare interface AssetDomainDeadlinesProvidedRecord {
|
|
|
68
81
|
}
|
|
69
82
|
|
|
70
83
|
declare interface AssetDomainDurationProvidedRecord {
|
|
71
|
-
value?: number;
|
|
84
|
+
value?: number | null;
|
|
72
85
|
}
|
|
73
86
|
|
|
74
87
|
declare interface AssetDomainEmbeddingProvidedRecord {
|
|
@@ -76,7 +89,7 @@ declare interface AssetDomainEmbeddingProvidedRecord {
|
|
|
76
89
|
}
|
|
77
90
|
|
|
78
91
|
declare interface AssetDomainIconProvidedRecord {
|
|
79
|
-
value?: string;
|
|
92
|
+
value?: string | null;
|
|
80
93
|
}
|
|
81
94
|
|
|
82
95
|
declare interface AssetDomainLocationsProvidedRecord {
|
|
@@ -126,20 +139,58 @@ declare interface AssetDomainRecords {
|
|
|
126
139
|
}
|
|
127
140
|
|
|
128
141
|
declare interface AssetDomainStatusProvidedRecord {
|
|
129
|
-
messages
|
|
142
|
+
messages?: Array<{
|
|
130
143
|
id: string;
|
|
131
144
|
msg: string;
|
|
132
145
|
level: number;
|
|
133
|
-
code
|
|
146
|
+
code?: string;
|
|
134
147
|
expose?: boolean | null;
|
|
135
148
|
index?: number | null;
|
|
136
149
|
}>;
|
|
137
150
|
}
|
|
138
151
|
|
|
152
|
+
declare interface AssetDurationRecord {
|
|
153
|
+
value?: Nxtpression<number, {
|
|
154
|
+
id: string;
|
|
155
|
+
}>;
|
|
156
|
+
dynamic?: Dynamic;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
declare interface AssetEmbeddingRecord {
|
|
160
|
+
value?: Nxtpression<string, {
|
|
161
|
+
id: string;
|
|
162
|
+
}>;
|
|
163
|
+
dynamic?: Dynamic;
|
|
164
|
+
}
|
|
165
|
+
|
|
139
166
|
declare interface AssetFileRefsProvidedRecord {
|
|
140
167
|
value?: string[];
|
|
141
168
|
}
|
|
142
169
|
|
|
170
|
+
declare interface AssetIconRecord {
|
|
171
|
+
value?: Nxtpression<string, {
|
|
172
|
+
id: string;
|
|
173
|
+
}>;
|
|
174
|
+
dynamic?: Dynamic;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
declare interface AssetLocationsRecord {
|
|
178
|
+
value?: Nxtpression<Array<{
|
|
179
|
+
lat: number;
|
|
180
|
+
lon: number;
|
|
181
|
+
}>, {
|
|
182
|
+
id: string;
|
|
183
|
+
}>;
|
|
184
|
+
dynamic?: Dynamic;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
declare interface AssetMediaRecord {
|
|
188
|
+
value?: Nxtpression<Record<string, unknown>, {
|
|
189
|
+
id: string;
|
|
190
|
+
}>;
|
|
191
|
+
dynamic?: Dynamic;
|
|
192
|
+
}
|
|
193
|
+
|
|
143
194
|
declare interface AssetModifiedProvidedRecord {
|
|
144
195
|
time?: string;
|
|
145
196
|
user?: string;
|
|
@@ -153,73 +204,17 @@ declare interface AssetPermission {
|
|
|
153
204
|
}
|
|
154
205
|
|
|
155
206
|
declare interface AssetRecords {
|
|
156
|
-
"asset.assignees":
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
"asset.
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
"asset.
|
|
166
|
-
|
|
167
|
-
id: string;
|
|
168
|
-
}>;
|
|
169
|
-
dynamic?: Dynamic;
|
|
170
|
-
};
|
|
171
|
-
"asset.duration": {
|
|
172
|
-
value?: Nxtpression<number, {
|
|
173
|
-
id: string;
|
|
174
|
-
}>;
|
|
175
|
-
dynamic?: Dynamic;
|
|
176
|
-
};
|
|
177
|
-
"asset.embedding": {
|
|
178
|
-
value?: Nxtpression<string, {
|
|
179
|
-
id: string;
|
|
180
|
-
}>;
|
|
181
|
-
dynamic?: Dynamic;
|
|
182
|
-
};
|
|
183
|
-
"asset.icon": {
|
|
184
|
-
value?: Nxtpression<string, {
|
|
185
|
-
id: string;
|
|
186
|
-
}>;
|
|
187
|
-
dynamic?: Dynamic;
|
|
188
|
-
};
|
|
189
|
-
"asset.locations": {
|
|
190
|
-
value?: Nxtpression<Array<{
|
|
191
|
-
lat: number;
|
|
192
|
-
lon: number;
|
|
193
|
-
}>, {
|
|
194
|
-
id: string;
|
|
195
|
-
}>;
|
|
196
|
-
dynamic?: Dynamic;
|
|
197
|
-
};
|
|
198
|
-
"asset.media": {
|
|
199
|
-
value?: Nxtpression<Record<string, unknown>, {
|
|
200
|
-
id: string;
|
|
201
|
-
}>;
|
|
202
|
-
dynamic?: Dynamic;
|
|
203
|
-
};
|
|
204
|
-
"asset.tags": {
|
|
205
|
-
value?: Nxtpression<string[], {
|
|
206
|
-
id: string;
|
|
207
|
-
}>;
|
|
208
|
-
dynamic?: Dynamic;
|
|
209
|
-
};
|
|
210
|
-
"asset.title": {
|
|
211
|
-
value?: Nxtpression<string, {
|
|
212
|
-
id: string;
|
|
213
|
-
}>;
|
|
214
|
-
dynamic?: Dynamic;
|
|
215
|
-
};
|
|
216
|
-
"asset.types": {
|
|
217
|
-
[type: string]: null | string | {
|
|
218
|
-
priority?: number;
|
|
219
|
-
label: string;
|
|
220
|
-
icon?: string;
|
|
221
|
-
};
|
|
222
|
-
};
|
|
207
|
+
"asset.assignees": AssetAssigneesRecord;
|
|
208
|
+
"asset.clone": AssetCloneRecord;
|
|
209
|
+
"asset.deadlines": AssetDeadlinesRecord;
|
|
210
|
+
"asset.duration": AssetDurationRecord;
|
|
211
|
+
"asset.embedding": AssetEmbeddingRecord;
|
|
212
|
+
"asset.icon": AssetIconRecord;
|
|
213
|
+
"asset.locations": AssetLocationsRecord;
|
|
214
|
+
"asset.media": AssetMediaRecord;
|
|
215
|
+
"asset.tags": AssetTagsRecord;
|
|
216
|
+
"asset.title": AssetTitleRecord;
|
|
217
|
+
"asset.types": AssetTypesRecord;
|
|
223
218
|
}
|
|
224
219
|
|
|
225
220
|
declare interface AssetRef {
|
|
@@ -236,14 +231,36 @@ declare interface AssetTagsProvidedRecord {
|
|
|
236
231
|
value?: string[];
|
|
237
232
|
}
|
|
238
233
|
|
|
234
|
+
declare interface AssetTagsRecord {
|
|
235
|
+
value?: Nxtpression<string[], {
|
|
236
|
+
id: string;
|
|
237
|
+
}>;
|
|
238
|
+
dynamic?: Dynamic;
|
|
239
|
+
}
|
|
240
|
+
|
|
239
241
|
declare interface AssetTitleProvidedRecord {
|
|
240
242
|
value?: string;
|
|
241
243
|
}
|
|
242
244
|
|
|
245
|
+
declare interface AssetTitleRecord {
|
|
246
|
+
value?: Nxtpression<string, {
|
|
247
|
+
id: string;
|
|
248
|
+
}>;
|
|
249
|
+
dynamic?: Dynamic;
|
|
250
|
+
}
|
|
251
|
+
|
|
243
252
|
declare interface AssetTypesProvidedRecord {
|
|
244
253
|
value?: string[];
|
|
245
254
|
}
|
|
246
255
|
|
|
256
|
+
declare interface AssetTypesRecord {
|
|
257
|
+
[type: string]: null | string | {
|
|
258
|
+
priority?: number;
|
|
259
|
+
label: string;
|
|
260
|
+
icon?: string;
|
|
261
|
+
};
|
|
262
|
+
}
|
|
263
|
+
|
|
247
264
|
declare interface BundleDomainRecords {
|
|
248
265
|
[":bundle"]: BundleRecord;
|
|
249
266
|
[":bundle.revisions"]: BundleRevisionsRecord;
|
|
@@ -259,6 +276,10 @@ declare interface BundleRevisionsRecord {
|
|
|
259
276
|
[revisionId: string]: BundleRecord;
|
|
260
277
|
}
|
|
261
278
|
|
|
279
|
+
declare type Cast<Value extends number | bigint> = Value extends number ? Value : `BigInt(${Value})`;
|
|
280
|
+
|
|
281
|
+
declare type Cast_2<Value extends number | bigint> = Value extends number ? Value : `BigInt(${Value})`;
|
|
282
|
+
|
|
262
283
|
declare interface CloneDomainCloneRecord {
|
|
263
284
|
rules: CloneRule[];
|
|
264
285
|
}
|
|
@@ -310,7 +331,7 @@ declare interface CommentReactionDomainRecord {
|
|
|
310
331
|
}
|
|
311
332
|
|
|
312
333
|
declare interface CommentReactionDomainRecords {
|
|
313
|
-
"comment-reaction": CommentReactionDomainRecord;
|
|
334
|
+
":comment-reaction": CommentReactionDomainRecord;
|
|
314
335
|
}
|
|
315
336
|
|
|
316
337
|
declare interface CommentReactionsProvidedRecord {
|
|
@@ -327,12 +348,16 @@ declare interface CommentReadMarkDomainRecord {
|
|
|
327
348
|
}
|
|
328
349
|
|
|
329
350
|
declare interface CommentReadMarkDomainRecords {
|
|
330
|
-
"comment-read-mark": CommentReadMarkDomainRecord;
|
|
351
|
+
":comment-read-mark": CommentReadMarkDomainRecord;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
declare interface ConnectionDomainMethodsRecord {
|
|
355
|
+
[key: string]: object;
|
|
331
356
|
}
|
|
332
357
|
|
|
333
358
|
declare interface ConnectionDomainRecords {
|
|
334
359
|
[":connection"]: ConnectionRecord;
|
|
335
|
-
[":connection.methods?"]:
|
|
360
|
+
[":connection.methods?"]: ConnectionDomainMethodsRecord;
|
|
336
361
|
[":connection.stats?"]: ConnectionStatsRecord;
|
|
337
362
|
}
|
|
338
363
|
|
|
@@ -375,6 +400,20 @@ declare interface DeepstreamDomainRecords {
|
|
|
375
400
|
declare interface DeepstreamDomainReplicateRecord {
|
|
376
401
|
synced?: boolean;
|
|
377
402
|
since?: string | 0 | null;
|
|
403
|
+
version?: number;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
declare interface DeepstreamReplicatorStatsRecord {
|
|
407
|
+
replicators?: Record<string, {
|
|
408
|
+
to: {
|
|
409
|
+
synced?: boolean;
|
|
410
|
+
since?: string | 0 | null;
|
|
411
|
+
};
|
|
412
|
+
from: {
|
|
413
|
+
since?: string | 0 | null;
|
|
414
|
+
};
|
|
415
|
+
}>;
|
|
416
|
+
synced?: boolean;
|
|
378
417
|
}
|
|
379
418
|
|
|
380
419
|
declare interface DesignDomainRecord<Id = string, Key = string, Value = unknown> {
|
|
@@ -391,11 +430,7 @@ declare interface DesignViewRow<Id = string, Key = string, Value = void> {
|
|
|
391
430
|
value: Value;
|
|
392
431
|
}
|
|
393
432
|
|
|
394
|
-
declare 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;
|
|
395
|
-
|
|
396
|
-
declare interface DomainRows {
|
|
397
|
-
rows: string[];
|
|
398
|
-
}
|
|
433
|
+
declare type DomainRecords = AssetDomainRecords & BundleDomainRecords & CloneDomainRecords & CommentReactionDomainRecords & CommentReadMarkDomainRecords & CommentDomainRecords & ConnectionDomainRecords & ContactDomainRecords & DeepstreamDomainRecords & DesignDomainRecords & EditDomainRecords & EventDomainRecords & FileDomainRecords & GeneralDomainRecords & MediaDomainRecords & MonitorDomainRecords & PanelDomainRecords & PermissionDomainRecords & PipelinePresetDomainRecords & PipelineDomainRecords & PlanningDomainRecords & PrompterDomainRecords & PublishDomainRecords & PublishedDomainRecords & RenderPresetDomainRecords & RenderDomainRecords & RevsDomainRecords & RoleDomainRecords & ScriptDomainRecords & SearchDomainRecords & SettingsDomainRecords & StoryboardDomainRecords & SubtitleStyleDomainRecords & SubtitleDomainRecords & TemplateDomainRecords & UserNotificationStatusDomainRecords & UserNotificationDomainRecords & UserDomainRecords;
|
|
399
434
|
|
|
400
435
|
declare type Domains = Exclude<keyof DomainRecords, ":design">;
|
|
401
436
|
|
|
@@ -420,12 +455,32 @@ declare interface ElementNodeContent {
|
|
|
420
455
|
children: TextNodeContent[];
|
|
421
456
|
}
|
|
422
457
|
|
|
458
|
+
declare interface EmptyPublishRecord {
|
|
459
|
+
type: null;
|
|
460
|
+
asset?: string | null;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
declare type Escaper = {
|
|
464
|
+
'"': '\\"';
|
|
465
|
+
"\\": "\\\\";
|
|
466
|
+
"\b": "\\b";
|
|
467
|
+
"\f": "\\f";
|
|
468
|
+
"\n": "\\n";
|
|
469
|
+
"\r": "\\r";
|
|
470
|
+
"\t": "\\t";
|
|
471
|
+
};
|
|
472
|
+
|
|
473
|
+
declare interface EventChildrenRecord {
|
|
474
|
+
value: string[];
|
|
475
|
+
}
|
|
476
|
+
|
|
423
477
|
declare interface EventDomainRecords {
|
|
424
478
|
":event": EventRecord;
|
|
425
479
|
":event._template?": EventTemplateRecord;
|
|
426
480
|
":event.overlay?": EventOverlayRecord;
|
|
427
481
|
":event.template?": EventTemplateRecord;
|
|
428
482
|
":event.duration?": EventDurationRecord;
|
|
483
|
+
":event.children?": EventChildrenRecord;
|
|
429
484
|
":event.props?": EventPropsRecord;
|
|
430
485
|
}
|
|
431
486
|
|
|
@@ -452,6 +507,7 @@ declare interface EventOverlayRecord {
|
|
|
452
507
|
declare type EventProps = {
|
|
453
508
|
source?: string;
|
|
454
509
|
cueCard?: boolean | string;
|
|
510
|
+
startTime?: number;
|
|
455
511
|
};
|
|
456
512
|
|
|
457
513
|
declare type EventPropsRecord = EventProps & Record<Exclude<string, keyof EventProps>, JsonValue>;
|
|
@@ -474,6 +530,8 @@ declare interface EventTemplateRecord {
|
|
|
474
530
|
};
|
|
475
531
|
}
|
|
476
532
|
|
|
533
|
+
declare type ExactRecords = MiscRecords & MediaRecords & AssetRecords & MonitorRecords & StorageRecords;
|
|
534
|
+
|
|
477
535
|
declare interface FacebookConnectionRecord extends ConnectionRecordCommon {
|
|
478
536
|
type: "facebook";
|
|
479
537
|
grantedScopes?: string[];
|
|
@@ -757,10 +815,6 @@ declare interface HorizontalRuleContent {
|
|
|
757
815
|
type: "horizontalrule";
|
|
758
816
|
}
|
|
759
817
|
|
|
760
|
-
export declare const isNxtpressionFetch: (input: unknown) => input is NxtpressionFetch;
|
|
761
|
-
|
|
762
|
-
export declare const isNxtpressionNxt: (input: unknown) => input is NxtpressionNxt;
|
|
763
|
-
|
|
764
818
|
declare type IsoTimestamp = string;
|
|
765
819
|
|
|
766
820
|
declare type JsonPrimitive = string | number | boolean | null;
|
|
@@ -770,7 +824,7 @@ declare type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
|
770
824
|
};
|
|
771
825
|
|
|
772
826
|
declare interface KeymapSetting {
|
|
773
|
-
title
|
|
827
|
+
title?: string;
|
|
774
828
|
sequence?: string;
|
|
775
829
|
}
|
|
776
830
|
|
|
@@ -790,18 +844,46 @@ declare interface ListNodeContent {
|
|
|
790
844
|
children: ListItemNodeContent[];
|
|
791
845
|
}
|
|
792
846
|
|
|
847
|
+
/**
|
|
848
|
+
* Maximum value constraint tag.
|
|
849
|
+
*
|
|
850
|
+
* Enforces that a numeric value must be less than or equal to the specified
|
|
851
|
+
* maximum. This constraint validates that the input value satisfies: input <=
|
|
852
|
+
* maximum.
|
|
853
|
+
*
|
|
854
|
+
* Example usage:
|
|
855
|
+
*
|
|
856
|
+
* ```typescript
|
|
857
|
+
* type Percentage = number & tags.Maximum<100>; // Must be <= 100
|
|
858
|
+
* type SmallInt = bigint & tags.Maximum<255n>; // BigInt must be <= 255
|
|
859
|
+
* ```
|
|
860
|
+
*
|
|
861
|
+
* Note: This tag is mutually exclusive with ExclusiveMaximum. You cannot apply
|
|
862
|
+
* both Maximum and ExclusiveMaximum constraints to the same property.
|
|
863
|
+
*
|
|
864
|
+
* @author Jeongho Nam - https://github.com/samchon
|
|
865
|
+
* @template Value - The maximum value constraint (number or bigint literal)
|
|
866
|
+
*/
|
|
793
867
|
declare type Maximum<Value extends number | bigint> = TagBase<{
|
|
794
|
-
target: Value extends
|
|
868
|
+
target: Value extends bigint ? "bigint" : "number";
|
|
795
869
|
kind: "maximum";
|
|
796
870
|
value: Value;
|
|
797
|
-
validate: `$input <= ${
|
|
871
|
+
validate: `$input <= ${Cast_2<Value>}`;
|
|
798
872
|
exclusive: ["maximum", "exclusiveMaximum"];
|
|
799
|
-
schema: Value extends
|
|
873
|
+
schema: Value extends bigint ? {
|
|
874
|
+
maximum: Numeric_2<Value>;
|
|
875
|
+
} : {
|
|
800
876
|
maximum: Value;
|
|
801
|
-
}
|
|
877
|
+
};
|
|
802
878
|
}>;
|
|
803
879
|
|
|
804
880
|
declare interface MediaConsolidateRecord {
|
|
881
|
+
presets?: {
|
|
882
|
+
[type in MediaType]: RenderPreset;
|
|
883
|
+
};
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
declare interface MediaDomainConsolidateRecord {
|
|
805
887
|
source?: unknown;
|
|
806
888
|
target?: unknown;
|
|
807
889
|
preset?: RenderPreset;
|
|
@@ -810,20 +892,33 @@ declare interface MediaConsolidateRecord {
|
|
|
810
892
|
|
|
811
893
|
declare interface MediaDomainRecords {
|
|
812
894
|
":media.source": MediaSourceRecord;
|
|
813
|
-
":media.consolidate":
|
|
895
|
+
":media.consolidate": MediaDomainConsolidateRecord;
|
|
814
896
|
":media.renders?": MediaRendersRecord;
|
|
815
897
|
":media.transcriptChanges": MediaTranscriptChangesRecord;
|
|
816
898
|
":media.font": MediaFontRecord;
|
|
817
899
|
":media.restrictions?": MediaRestrictionsRecord;
|
|
818
900
|
":media.probe?": MediaProbeRecord;
|
|
819
|
-
":media.updateSubtitles?":
|
|
820
|
-
":media.updateGraphics?":
|
|
901
|
+
":media.updateSubtitles?": MediaDomainUpdateSubtitlesRecord;
|
|
902
|
+
":media.updateGraphics?": MediaDomainUpdateGraphicsRecord;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
declare interface MediaDomainUpdateGraphicsRecord {
|
|
906
|
+
[key: string]: unknown;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
declare interface MediaDomainUpdateSubtitlesRecord {
|
|
910
|
+
[key: string]: unknown;
|
|
821
911
|
}
|
|
822
912
|
|
|
823
913
|
declare interface MediaFontRecord {
|
|
824
914
|
sampleText?: string;
|
|
825
915
|
}
|
|
826
916
|
|
|
917
|
+
declare interface MediaFonts {
|
|
918
|
+
fontFaces?: FontFace_2[];
|
|
919
|
+
fontFamilyNames?: Array<FontFace_2["family"]>;
|
|
920
|
+
}
|
|
921
|
+
|
|
827
922
|
declare interface MediaProbeRecord {
|
|
828
923
|
duration?: number | null;
|
|
829
924
|
error: NxtError | null;
|
|
@@ -835,6 +930,14 @@ declare interface MediaProbeRecord {
|
|
|
835
930
|
};
|
|
836
931
|
}
|
|
837
932
|
|
|
933
|
+
declare interface MediaRecords {
|
|
934
|
+
"media.subtitles": MediaSubtitlesRecord;
|
|
935
|
+
"media.subtitles?": MediaSubtitlesProvidedRecord;
|
|
936
|
+
"media.transcribe?": MediaTranscribeProvidedRecord;
|
|
937
|
+
"media.fonts?": MediaFonts;
|
|
938
|
+
"media.consolidate": MediaConsolidateRecord;
|
|
939
|
+
}
|
|
940
|
+
|
|
838
941
|
declare interface MediaRenderRecordValue {
|
|
839
942
|
id?: string;
|
|
840
943
|
title?: string;
|
|
@@ -859,6 +962,24 @@ declare interface MediaRestrictionsRecord {
|
|
|
859
962
|
|
|
860
963
|
declare type MediaSourceRecord = RenderSceneObject;
|
|
861
964
|
|
|
965
|
+
declare interface MediaSubtitlesProvidedRecord {
|
|
966
|
+
languages?: Record<string, string>;
|
|
967
|
+
fontFaces?: SubtitleFontFace[];
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
declare interface MediaSubtitlesRecord {
|
|
971
|
+
languages?: Record<string, string>;
|
|
972
|
+
fontFaces?: SubtitleFontFace[];
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
declare interface MediaTranscribeProvidedRecord {
|
|
976
|
+
engines: Record<string, string>;
|
|
977
|
+
languages: Record<string, string>;
|
|
978
|
+
translate?: {
|
|
979
|
+
languages: Record<string, string>;
|
|
980
|
+
};
|
|
981
|
+
}
|
|
982
|
+
|
|
862
983
|
declare type MediaTranscriptChangesRecord = {
|
|
863
984
|
[patchKey: string]: MediaTranscriptChangesRecordValue;
|
|
864
985
|
};
|
|
@@ -875,24 +996,52 @@ declare interface Message {
|
|
|
875
996
|
msg: string;
|
|
876
997
|
}
|
|
877
998
|
|
|
999
|
+
/**
|
|
1000
|
+
* Minimum value constraint tag.
|
|
1001
|
+
*
|
|
1002
|
+
* Enforces that a numeric value must be greater than or equal to the specified
|
|
1003
|
+
* minimum. This constraint validates that the input value satisfies: input >=
|
|
1004
|
+
* minimum.
|
|
1005
|
+
*
|
|
1006
|
+
* Example usage:
|
|
1007
|
+
*
|
|
1008
|
+
* ```typescript
|
|
1009
|
+
* type Age = number & tags.Minimum<0>; // Age must be 0 or greater
|
|
1010
|
+
* type Balance = bigint & tags.Minimum<0n>; // BigInt balance must be non-negative
|
|
1011
|
+
* ```
|
|
1012
|
+
*
|
|
1013
|
+
* Note: This tag is mutually exclusive with ExclusiveMinimum. You cannot apply
|
|
1014
|
+
* both Minimum and ExclusiveMinimum constraints to the same property.
|
|
1015
|
+
*
|
|
1016
|
+
* @author Jeongho Nam - https://github.com/samchon
|
|
1017
|
+
* @template Value - The minimum value constraint (number or bigint literal)
|
|
1018
|
+
*/
|
|
878
1019
|
declare type Minimum<Value extends number | bigint> = TagBase<{
|
|
879
|
-
target: Value extends
|
|
1020
|
+
target: Value extends bigint ? "bigint" : "number";
|
|
880
1021
|
kind: "minimum";
|
|
881
1022
|
value: Value;
|
|
882
|
-
validate: `${
|
|
1023
|
+
validate: `${Cast<Value>} <= $input`;
|
|
883
1024
|
exclusive: ["minimum", "exclusiveMinimum"];
|
|
884
|
-
schema: Value extends
|
|
1025
|
+
schema: Value extends bigint ? {
|
|
1026
|
+
minimum: Numeric<Value>;
|
|
1027
|
+
} : {
|
|
885
1028
|
minimum: Value;
|
|
886
|
-
}
|
|
1029
|
+
};
|
|
887
1030
|
}>;
|
|
888
1031
|
|
|
1032
|
+
declare interface MiscRecords {
|
|
1033
|
+
"asset-daemon": AssetDaemonRecord;
|
|
1034
|
+
"asset-daemon:user-notify.state": AssetDaemonUserNotifyStateRecord;
|
|
1035
|
+
"deepstream-replicator.stats?": DeepstreamReplicatorStatsRecord;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
889
1038
|
declare interface ModuleTabs {
|
|
890
|
-
[tabId: string]: ModuleTabsSettingsValue;
|
|
891
|
-
settingsPanelStore
|
|
1039
|
+
[tabId: string]: ModuleTabsSettingsValue | undefined;
|
|
1040
|
+
settingsPanelStore?: SettingsPanelStoreTab;
|
|
892
1041
|
}
|
|
893
1042
|
|
|
894
1043
|
declare interface ModuleTabsSettingsValue {
|
|
895
|
-
activeTab
|
|
1044
|
+
activeTab?: string;
|
|
896
1045
|
}
|
|
897
1046
|
|
|
898
1047
|
declare interface MonitorDomainRecords {
|
|
@@ -900,7 +1049,7 @@ declare interface MonitorDomainRecords {
|
|
|
900
1049
|
}
|
|
901
1050
|
|
|
902
1051
|
declare interface MonitorRecords {
|
|
903
|
-
"nxt.status?": NxtStatusRecord
|
|
1052
|
+
"nxt.status?": NxtStatusRecord;
|
|
904
1053
|
}
|
|
905
1054
|
|
|
906
1055
|
declare interface MonitorStatsBuddyInfo {
|
|
@@ -1035,9 +1184,9 @@ declare type NodeContent = EventNodeContent | TextNodeContent | ParagraphNodeCon
|
|
|
1035
1184
|
|
|
1036
1185
|
declare type NotificationReason = "mentioned" | "assigned" | "author" | "participated" | "always";
|
|
1037
1186
|
|
|
1038
|
-
declare type Numeric<
|
|
1187
|
+
declare type Numeric<T extends bigint> = `${T}` extends `${infer N extends number}` ? N : never;
|
|
1039
1188
|
|
|
1040
|
-
declare type Numeric_2<
|
|
1189
|
+
declare type Numeric_2<T extends bigint> = `${T}` extends `${infer N extends number}` ? N : never;
|
|
1041
1190
|
|
|
1042
1191
|
declare interface NxtError {
|
|
1043
1192
|
message: string;
|
|
@@ -1052,7 +1201,7 @@ declare interface NxtError {
|
|
|
1052
1201
|
errors?: NxtError[] | null;
|
|
1053
1202
|
}
|
|
1054
1203
|
|
|
1055
|
-
declare type Nxtpression<ReturnValue = string, Context extends object = object> =
|
|
1204
|
+
declare type Nxtpression<ReturnValue = string, Context extends object = object> = {
|
|
1056
1205
|
/**
|
|
1057
1206
|
* TS-HACK: this property doesn't really exist on the nxtpression string,
|
|
1058
1207
|
* it is only here to make sure the generic Context won't get stripped.
|
|
@@ -1063,7 +1212,7 @@ declare type Nxtpression<ReturnValue = string, Context extends object = object>
|
|
|
1063
1212
|
* it is only here to make sure the generic Context won't get stripped.
|
|
1064
1213
|
*/
|
|
1065
1214
|
__returnValue: ReturnValue;
|
|
1066
|
-
}
|
|
1215
|
+
} | string | ReturnValue;
|
|
1067
1216
|
|
|
1068
1217
|
export declare interface NxtpressionFetch {
|
|
1069
1218
|
body: string | null;
|
|
@@ -1383,11 +1532,29 @@ declare interface ParagraphNodeContent extends ElementNodeContent {
|
|
|
1383
1532
|
|
|
1384
1533
|
declare type Paths<Data> = keyof Data & string;
|
|
1385
1534
|
|
|
1535
|
+
/**
|
|
1536
|
+
* String pattern (regular expression) constraint tag.
|
|
1537
|
+
*
|
|
1538
|
+
* Validates that a string matches a specified regular expression pattern. Use
|
|
1539
|
+
* this tag to enforce custom string formats through regex validation.
|
|
1540
|
+
*
|
|
1541
|
+
* Examples:
|
|
1542
|
+
*
|
|
1543
|
+
* ```ts
|
|
1544
|
+
* type PhoneNumber = string & Pattern<"^\d{3}-\d{3}-\d{4}$">; // 123-456-7890
|
|
1545
|
+
* type HexColor = string & Pattern<"^#[0-9A-Fa-f]{6}$">; // #FF5733
|
|
1546
|
+
* ```
|
|
1547
|
+
*
|
|
1548
|
+
* Note: This tag is mutually exclusive with the Format tag. You cannot use both
|
|
1549
|
+
* Pattern and Format on the same type.
|
|
1550
|
+
*
|
|
1551
|
+
* @author Jeongho Nam - https://github.com/samchon
|
|
1552
|
+
*/
|
|
1386
1553
|
declare type Pattern<Value extends string> = TagBase<{
|
|
1387
1554
|
target: "string";
|
|
1388
1555
|
kind: "pattern";
|
|
1389
1556
|
value: Value;
|
|
1390
|
-
validate:
|
|
1557
|
+
validate: `RegExp("${Serialize<Value>}").test($input)`;
|
|
1391
1558
|
exclusive: ["format", "pattern"];
|
|
1392
1559
|
schema: {
|
|
1393
1560
|
pattern: Value;
|
|
@@ -1461,6 +1628,26 @@ declare interface PromotedTag {
|
|
|
1461
1628
|
description: string | null;
|
|
1462
1629
|
}
|
|
1463
1630
|
|
|
1631
|
+
declare interface PrompterDomainRecord {
|
|
1632
|
+
asset: string;
|
|
1633
|
+
primaryColor: string;
|
|
1634
|
+
secondaryColor: string;
|
|
1635
|
+
backgroundColor: string;
|
|
1636
|
+
fontFamily?: string;
|
|
1637
|
+
fontFamilies?: string[];
|
|
1638
|
+
genericFontFamily?: string;
|
|
1639
|
+
fontSize: number;
|
|
1640
|
+
lineHeight: number;
|
|
1641
|
+
markerPosition: number;
|
|
1642
|
+
padding: number;
|
|
1643
|
+
dummy?: boolean;
|
|
1644
|
+
showInfo?: boolean;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
declare interface PrompterDomainRecords {
|
|
1648
|
+
":prompter": PrompterDomainRecord;
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1464
1651
|
declare interface ProvidedPermissionRecord {
|
|
1465
1652
|
permissions: PermissionRecordPermisson[];
|
|
1466
1653
|
}
|
|
@@ -1469,13 +1656,17 @@ declare interface PublishDomainAcceptsProvidedRecord {
|
|
|
1469
1656
|
value?: unknown;
|
|
1470
1657
|
}
|
|
1471
1658
|
|
|
1659
|
+
declare interface PublishDomainMethodsRecord {
|
|
1660
|
+
[key: string]: {
|
|
1661
|
+
rpcId: string;
|
|
1662
|
+
rpcData: Record<string, unknown>;
|
|
1663
|
+
};
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1472
1666
|
declare interface PublishDomainRecords {
|
|
1473
1667
|
[":publish"]: PublishRecord;
|
|
1474
1668
|
[":publish.stats?"]: PublishStatsRecord;
|
|
1475
|
-
[":publish.methods?"]:
|
|
1476
|
-
rpcId: string;
|
|
1477
|
-
rpcData: Record<string, unknown>;
|
|
1478
|
-
}>;
|
|
1669
|
+
[":publish.methods?"]: PublishDomainMethodsRecord;
|
|
1479
1670
|
[":publish.accepts"]: PublishDomainAcceptsProvidedRecord;
|
|
1480
1671
|
}
|
|
1481
1672
|
|
|
@@ -1493,11 +1684,11 @@ declare interface PublishedRecord {
|
|
|
1493
1684
|
error?: boolean;
|
|
1494
1685
|
}
|
|
1495
1686
|
|
|
1496
|
-
declare type PublishRecord = YoutubePublishRecord | FacebookPublishRecord | FilePublishRecord | FilePublishRecordLegacy;
|
|
1687
|
+
declare type PublishRecord = YoutubePublishRecord | FacebookPublishRecord | FilePublishRecord | FilePublishRecordLegacy | EmptyPublishRecord;
|
|
1497
1688
|
|
|
1498
1689
|
declare interface PublishRecordCommon<Type extends PublishRecord["type"]> {
|
|
1499
1690
|
type: Type;
|
|
1500
|
-
asset?: string;
|
|
1691
|
+
asset?: string | null;
|
|
1501
1692
|
connection?: string;
|
|
1502
1693
|
render?: PublishRender;
|
|
1503
1694
|
draft?: Record<string, unknown>;
|
|
@@ -1533,21 +1724,6 @@ declare interface QuoteNodeContent extends ElementNodeContent {
|
|
|
1533
1724
|
type: "quote";
|
|
1534
1725
|
}
|
|
1535
1726
|
|
|
1536
|
-
export declare const randomNxtpressionFetch: () => NxtpressionFetch;
|
|
1537
|
-
|
|
1538
|
-
export declare const randomNxtpressionNxt: () => {
|
|
1539
|
-
fetch: never;
|
|
1540
|
-
observe: never;
|
|
1541
|
-
then: never;
|
|
1542
|
-
suspend: never;
|
|
1543
|
-
asset: never;
|
|
1544
|
-
ds: never;
|
|
1545
|
-
get: never;
|
|
1546
|
-
wrap: never;
|
|
1547
|
-
timer: never;
|
|
1548
|
-
hash: never;
|
|
1549
|
-
};
|
|
1550
|
-
|
|
1551
1727
|
declare type Range_2 = [
|
|
1552
1728
|
number,
|
|
1553
1729
|
number
|
|
@@ -1555,63 +1731,9 @@ number
|
|
|
1555
1731
|
|
|
1556
1732
|
declare type Records = {
|
|
1557
1733
|
[Property in Domains as `${string}${Property}`]: DomainRecords[Property];
|
|
1558
|
-
} & {
|
|
1559
|
-
":permission": DomainRows;
|
|
1560
1734
|
} & {
|
|
1561
1735
|
[Property in keyof DesignDomainRecords as `${string}${Property}${string}`]: DesignDomainRecords[Property];
|
|
1562
|
-
} &
|
|
1563
|
-
"media.subtitles": {
|
|
1564
|
-
languages?: Record<string, string>;
|
|
1565
|
-
fontFaces?: SubtitleFontFace[];
|
|
1566
|
-
};
|
|
1567
|
-
"media.subtitles?": {
|
|
1568
|
-
languages?: Record<string, string>;
|
|
1569
|
-
fontFaces?: SubtitleFontFace[];
|
|
1570
|
-
};
|
|
1571
|
-
"media.transcribe?": {
|
|
1572
|
-
engines: Record<string, string>;
|
|
1573
|
-
languages: Record<string, string>;
|
|
1574
|
-
translate?: {
|
|
1575
|
-
languages: Record<string, string>;
|
|
1576
|
-
};
|
|
1577
|
-
};
|
|
1578
|
-
"media.fonts?": {
|
|
1579
|
-
fontFaces?: FontFace_2[];
|
|
1580
|
-
fontFamilyNames?: Array<FontFace_2["family"]>;
|
|
1581
|
-
};
|
|
1582
|
-
"media.consolidate": {
|
|
1583
|
-
presets?: {
|
|
1584
|
-
[type in MediaType]: RenderPreset;
|
|
1585
|
-
};
|
|
1586
|
-
};
|
|
1587
|
-
"hub-transcribe:render-profile": {
|
|
1588
|
-
format: string;
|
|
1589
|
-
transcribe: {
|
|
1590
|
-
engine: string;
|
|
1591
|
-
};
|
|
1592
|
-
pick: string[];
|
|
1593
|
-
};
|
|
1594
|
-
} & AssetRecords & {
|
|
1595
|
-
"asset-daemon": {
|
|
1596
|
-
"user-notify"?: boolean;
|
|
1597
|
-
};
|
|
1598
|
-
"asset-daemon:user-notify.state": {
|
|
1599
|
-
since?: string | 0 | null;
|
|
1600
|
-
version?: number;
|
|
1601
|
-
};
|
|
1602
|
-
"deepstream-replicator.stats?": {
|
|
1603
|
-
replicators?: Record<string, {
|
|
1604
|
-
to: {
|
|
1605
|
-
synced?: boolean;
|
|
1606
|
-
since?: string | 0 | null;
|
|
1607
|
-
};
|
|
1608
|
-
from: {
|
|
1609
|
-
since?: string | 0 | null;
|
|
1610
|
-
};
|
|
1611
|
-
}>;
|
|
1612
|
-
synced?: boolean;
|
|
1613
|
-
};
|
|
1614
|
-
} & MonitorRecords & StorageRecords;
|
|
1736
|
+
} & ExactRecords;
|
|
1615
1737
|
|
|
1616
1738
|
declare type RecordState = RecordStateNumber | RecordStateString;
|
|
1617
1739
|
|
|
@@ -1748,13 +1870,15 @@ declare interface RenderDomainStatsRecord {
|
|
|
1748
1870
|
|
|
1749
1871
|
declare type RenderPreset = RenderPresetObject | string;
|
|
1750
1872
|
|
|
1873
|
+
declare type RenderPresetDomainRecord = RenderPresetObject;
|
|
1874
|
+
|
|
1751
1875
|
declare interface RenderPresetDomainRecords {
|
|
1752
|
-
":render-preset":
|
|
1876
|
+
":render-preset": RenderPresetDomainRecord;
|
|
1753
1877
|
}
|
|
1754
1878
|
|
|
1755
1879
|
declare interface RenderPresetObject {
|
|
1756
|
-
type
|
|
1757
|
-
profile
|
|
1880
|
+
type?: RenderQuery["type"] | null;
|
|
1881
|
+
profile?: RenderProfile;
|
|
1758
1882
|
}
|
|
1759
1883
|
|
|
1760
1884
|
declare type RenderProfile = (RenderProfileObject | string) | (RenderProfileObject | string)[];
|
|
@@ -1768,7 +1892,10 @@ declare interface RenderProfileObject {
|
|
|
1768
1892
|
language: string;
|
|
1769
1893
|
};
|
|
1770
1894
|
audio?: {
|
|
1895
|
+
codec?: string;
|
|
1771
1896
|
pan?: string;
|
|
1897
|
+
samplerate?: number;
|
|
1898
|
+
split?: boolean;
|
|
1772
1899
|
};
|
|
1773
1900
|
video?: unknown;
|
|
1774
1901
|
pick?: string[];
|
|
@@ -1793,13 +1920,13 @@ declare interface RenderSceneObject {
|
|
|
1793
1920
|
input?: {
|
|
1794
1921
|
type?: string;
|
|
1795
1922
|
file?: string | null;
|
|
1796
|
-
};
|
|
1923
|
+
} | null;
|
|
1797
1924
|
lang?: string;
|
|
1798
1925
|
subtitle?: string;
|
|
1799
1926
|
subtitleTracks?: {
|
|
1800
1927
|
[trackId: string]: {
|
|
1801
1928
|
style?: string | null;
|
|
1802
|
-
styleOverrides?:
|
|
1929
|
+
styleOverrides?: SubtitleStyle;
|
|
1803
1930
|
};
|
|
1804
1931
|
};
|
|
1805
1932
|
video?: {
|
|
@@ -1920,16 +2047,33 @@ declare interface ScriptTextRecord {
|
|
|
1920
2047
|
}
|
|
1921
2048
|
|
|
1922
2049
|
declare interface SearchDomainRecords {
|
|
1923
|
-
":search
|
|
2050
|
+
":search": SearchRecord;
|
|
2051
|
+
":search?": SearchRecordProvided;
|
|
1924
2052
|
}
|
|
1925
2053
|
|
|
1926
2054
|
declare interface SearchRecord {
|
|
2055
|
+
type?: "conditions_and";
|
|
2056
|
+
sort?: Array<{
|
|
2057
|
+
[key: string]: "asc" | "desc";
|
|
2058
|
+
}>;
|
|
2059
|
+
showDefault?: boolean;
|
|
2060
|
+
showDeleted?: boolean;
|
|
2061
|
+
showHidden?: boolean;
|
|
2062
|
+
view?: "GRID_VIEW" | "LIST_VIEW" | "CALENDAR_VIEW" | "MAP_VIEW" | "AGENDA_VIEW" | "RESOURCE_VIEW";
|
|
2063
|
+
conditions?: Array<unknown>;
|
|
2064
|
+
visibleColumnKeys?: null | string[];
|
|
2065
|
+
connectionId?: string | null;
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
declare interface SearchRecordProvided {
|
|
1927
2069
|
hits: string[];
|
|
1928
2070
|
total?: number;
|
|
1929
2071
|
relation?: string;
|
|
1930
2072
|
error?: string;
|
|
1931
2073
|
}
|
|
1932
2074
|
|
|
2075
|
+
declare type Serialize<T extends string, Output extends string = ""> = string extends T ? never : T extends "" ? Output : T extends `${infer P}${infer R}` ? Serialize<R, `${Output}${P extends keyof Escaper ? Escaper[P] : P}`> : never;
|
|
2076
|
+
|
|
1933
2077
|
declare interface SerializedAutoLinkNode {
|
|
1934
2078
|
type: "autolink";
|
|
1935
2079
|
version: 1;
|
|
@@ -2019,8 +2163,8 @@ declare interface SerializedTextNode {
|
|
|
2019
2163
|
declare interface Settings {
|
|
2020
2164
|
autoLogoutTime?: number;
|
|
2021
2165
|
permission?: {
|
|
2022
|
-
overrideUserContact
|
|
2023
|
-
overrideUserLogin
|
|
2166
|
+
overrideUserContact?: boolean;
|
|
2167
|
+
overrideUserLogin?: boolean;
|
|
2024
2168
|
};
|
|
2025
2169
|
module?: {
|
|
2026
2170
|
tabs?: ModuleTabs;
|
|
@@ -2039,20 +2183,20 @@ declare interface Settings {
|
|
|
2039
2183
|
batchDownloadDialogMode?: "file" | "directory";
|
|
2040
2184
|
};
|
|
2041
2185
|
browser?: {
|
|
2042
|
-
map
|
|
2186
|
+
map?: {
|
|
2043
2187
|
clustering?: boolean;
|
|
2044
2188
|
zoom?: number;
|
|
2045
2189
|
center?: {
|
|
2046
|
-
lat
|
|
2047
|
-
lon
|
|
2190
|
+
lat?: number;
|
|
2191
|
+
lon?: number;
|
|
2048
2192
|
};
|
|
2049
2193
|
};
|
|
2050
|
-
createMenu
|
|
2051
|
-
sortOrder
|
|
2194
|
+
createMenu?: {
|
|
2195
|
+
sortOrder?: string[];
|
|
2052
2196
|
};
|
|
2053
2197
|
};
|
|
2054
2198
|
toolbarTags?: {
|
|
2055
|
-
exclude
|
|
2199
|
+
exclude?: string[];
|
|
2056
2200
|
};
|
|
2057
2201
|
/**
|
|
2058
2202
|
* Controls which tags cannot be used together. When a tag from the group is
|
|
@@ -2060,11 +2204,11 @@ declare interface Settings {
|
|
|
2060
2204
|
*/
|
|
2061
2205
|
exclusiveTagGroups?: string[][];
|
|
2062
2206
|
deadlines?: {
|
|
2063
|
-
include
|
|
2207
|
+
include?: string[];
|
|
2064
2208
|
exclude?: string[];
|
|
2065
2209
|
};
|
|
2066
2210
|
assignees?: {
|
|
2067
|
-
include
|
|
2211
|
+
include?: string[];
|
|
2068
2212
|
exclude?: string[];
|
|
2069
2213
|
};
|
|
2070
2214
|
comments?: {
|
|
@@ -2072,12 +2216,12 @@ declare interface Settings {
|
|
|
2072
2216
|
exclude?: string[];
|
|
2073
2217
|
};
|
|
2074
2218
|
clock?: {
|
|
2075
|
-
enable
|
|
2076
|
-
show24Hours
|
|
2077
|
-
showAmPm
|
|
2078
|
-
showSeconds
|
|
2079
|
-
showDayOfWeek
|
|
2080
|
-
showDate
|
|
2219
|
+
enable?: boolean;
|
|
2220
|
+
show24Hours?: boolean;
|
|
2221
|
+
showAmPm?: boolean;
|
|
2222
|
+
showSeconds?: boolean;
|
|
2223
|
+
showDayOfWeek?: boolean;
|
|
2224
|
+
showDate?: boolean;
|
|
2081
2225
|
format?: string;
|
|
2082
2226
|
};
|
|
2083
2227
|
swarm?: {
|
|
@@ -2085,18 +2229,18 @@ declare interface Settings {
|
|
|
2085
2229
|
name?: string;
|
|
2086
2230
|
};
|
|
2087
2231
|
dashboard?: {
|
|
2088
|
-
maxMru
|
|
2089
|
-
maxTabs
|
|
2232
|
+
maxMru?: number;
|
|
2233
|
+
maxTabs?: number;
|
|
2090
2234
|
};
|
|
2091
2235
|
script?: {
|
|
2092
|
-
createMenu
|
|
2236
|
+
createMenu?: {
|
|
2093
2237
|
sortBy?: "index" | "title";
|
|
2094
2238
|
showPreview?: boolean;
|
|
2095
2239
|
};
|
|
2096
|
-
colorTags
|
|
2097
|
-
readType
|
|
2098
|
-
readRate
|
|
2099
|
-
collapsedNodes
|
|
2240
|
+
colorTags?: PromotedTag[];
|
|
2241
|
+
readType?: "characters" | "words" | "wordsPerMinute";
|
|
2242
|
+
readRate?: number;
|
|
2243
|
+
collapsedNodes?: {
|
|
2100
2244
|
[eventId: string]: {
|
|
2101
2245
|
preview?: boolean;
|
|
2102
2246
|
children?: boolean;
|
|
@@ -2107,82 +2251,83 @@ declare interface Settings {
|
|
|
2107
2251
|
graphicBaseTemplate?: string;
|
|
2108
2252
|
favorites?: string[];
|
|
2109
2253
|
defaults?: Record<string, {
|
|
2110
|
-
event
|
|
2111
|
-
property
|
|
2254
|
+
event?: string;
|
|
2255
|
+
property?: string;
|
|
2112
2256
|
}>;
|
|
2113
2257
|
};
|
|
2114
2258
|
rundown?: {
|
|
2115
|
-
eventThumbnails
|
|
2259
|
+
eventThumbnails?: boolean;
|
|
2116
2260
|
};
|
|
2117
2261
|
gallery?: {
|
|
2118
|
-
dimOnBlur
|
|
2262
|
+
dimOnBlur?: boolean;
|
|
2263
|
+
float?: "rundown" | "gallery" | "disabled";
|
|
2119
2264
|
};
|
|
2120
2265
|
history?: boolean;
|
|
2121
2266
|
keymap?: {
|
|
2122
|
-
display
|
|
2267
|
+
display?: {
|
|
2123
2268
|
[actionKey: string]: KeymapSetting;
|
|
2124
2269
|
};
|
|
2125
|
-
browser
|
|
2270
|
+
browser?: {
|
|
2126
2271
|
[actionKey: string]: KeymapSetting;
|
|
2127
2272
|
};
|
|
2128
|
-
gallery
|
|
2273
|
+
gallery?: {
|
|
2129
2274
|
[actionKey: string]: KeymapSetting;
|
|
2130
2275
|
};
|
|
2131
|
-
global
|
|
2276
|
+
global?: {
|
|
2132
2277
|
[actionKey: string]: KeymapSetting;
|
|
2133
2278
|
};
|
|
2134
|
-
player
|
|
2279
|
+
player?: {
|
|
2135
2280
|
[actionKey: string]: KeymapSetting;
|
|
2136
2281
|
};
|
|
2137
|
-
script
|
|
2282
|
+
script?: {
|
|
2138
2283
|
[actionKey: string]: KeymapSetting;
|
|
2139
2284
|
};
|
|
2140
|
-
codeEditor
|
|
2285
|
+
codeEditor?: {
|
|
2141
2286
|
[actionKey: string]: KeymapSetting;
|
|
2142
2287
|
};
|
|
2143
|
-
bookmarks
|
|
2288
|
+
bookmarks?: {
|
|
2144
2289
|
[actionKey: string]: KeymapSetting;
|
|
2145
2290
|
};
|
|
2146
|
-
edit
|
|
2291
|
+
edit?: {
|
|
2147
2292
|
[actionKey: string]: KeymapSetting;
|
|
2148
2293
|
};
|
|
2149
|
-
rundown
|
|
2294
|
+
rundown?: {
|
|
2150
2295
|
[actionKey: string]: KeymapSetting;
|
|
2151
2296
|
};
|
|
2152
|
-
segment
|
|
2297
|
+
segment?: {
|
|
2153
2298
|
[actionKey: string]: KeymapSetting;
|
|
2154
2299
|
};
|
|
2155
2300
|
};
|
|
2156
2301
|
media?: {
|
|
2157
|
-
defaultFrameRate
|
|
2302
|
+
defaultFrameRate?: number;
|
|
2158
2303
|
placeholder?: string;
|
|
2159
2304
|
guide?: {
|
|
2160
2305
|
mask?: boolean;
|
|
2161
2306
|
actionSafe?: boolean;
|
|
2162
2307
|
titleSafe?: boolean;
|
|
2163
2308
|
};
|
|
2164
|
-
stepManyFrames
|
|
2165
|
-
liveZoomDuration
|
|
2166
|
-
importTitleTemplate
|
|
2167
|
-
tile
|
|
2168
|
-
preview
|
|
2169
|
-
showRenderProgress
|
|
2309
|
+
stepManyFrames?: number;
|
|
2310
|
+
liveZoomDuration?: number;
|
|
2311
|
+
importTitleTemplate?: string;
|
|
2312
|
+
tile?: {
|
|
2313
|
+
preview?: boolean | "play" | "seek" | "seekplay" | "disabled";
|
|
2314
|
+
showRenderProgress?: boolean;
|
|
2170
2315
|
};
|
|
2171
|
-
timecodeReference
|
|
2172
|
-
maxSubclipDuration
|
|
2173
|
-
rewindStep
|
|
2174
|
-
forwardStep
|
|
2175
|
-
interlacedPlayback
|
|
2176
|
-
playbackRates
|
|
2177
|
-
subtitles
|
|
2178
|
-
spacing
|
|
2179
|
-
maxCharactersPerLine
|
|
2316
|
+
timecodeReference?: string;
|
|
2317
|
+
maxSubclipDuration?: number;
|
|
2318
|
+
rewindStep?: number;
|
|
2319
|
+
forwardStep?: number;
|
|
2320
|
+
interlacedPlayback?: string;
|
|
2321
|
+
playbackRates?: number[];
|
|
2322
|
+
subtitles?: {
|
|
2323
|
+
spacing?: number;
|
|
2324
|
+
maxCharactersPerLine?: number;
|
|
2180
2325
|
suggestions?: Array<{
|
|
2181
2326
|
/** aspect ratio in the form of "width:height" */
|
|
2182
|
-
ifAspectRatio?: string;
|
|
2183
|
-
ifLang?: string;
|
|
2184
|
-
thenStyle?: string;
|
|
2185
|
-
thenMaxCharactersPerLine?: number;
|
|
2327
|
+
ifAspectRatio?: string | null;
|
|
2328
|
+
ifLang?: string | null;
|
|
2329
|
+
thenStyle?: string | null;
|
|
2330
|
+
thenMaxCharactersPerLine?: number | null;
|
|
2186
2331
|
}>;
|
|
2187
2332
|
colors?: Array<{
|
|
2188
2333
|
label?: string | null;
|
|
@@ -2190,16 +2335,16 @@ declare interface Settings {
|
|
|
2190
2335
|
}>;
|
|
2191
2336
|
};
|
|
2192
2337
|
subtitleTemplateId?: string;
|
|
2193
|
-
initialVolume
|
|
2194
|
-
guides
|
|
2195
|
-
label
|
|
2196
|
-
aspectRatio
|
|
2338
|
+
initialVolume?: string;
|
|
2339
|
+
guides?: Array<{
|
|
2340
|
+
label?: string;
|
|
2341
|
+
aspectRatio?: string;
|
|
2197
2342
|
}>;
|
|
2198
|
-
download
|
|
2199
|
-
editMode
|
|
2200
|
-
enabled
|
|
2201
|
-
defaultEnterOption
|
|
2202
|
-
defaultExitOption
|
|
2343
|
+
download?: boolean;
|
|
2344
|
+
editMode?: {
|
|
2345
|
+
enabled?: boolean;
|
|
2346
|
+
defaultEnterOption?: "edit" | "createNew" | "none";
|
|
2347
|
+
defaultExitOption?: "update" | "leave" | "none";
|
|
2203
2348
|
};
|
|
2204
2349
|
transcribe?: {
|
|
2205
2350
|
subtitleDisclaimer?: {
|
|
@@ -2207,8 +2352,8 @@ declare interface Settings {
|
|
|
2207
2352
|
defaultValue?: {
|
|
2208
2353
|
enabled?: false;
|
|
2209
2354
|
text?: Array<{
|
|
2210
|
-
language
|
|
2211
|
-
value
|
|
2355
|
+
language?: string;
|
|
2356
|
+
value?: string;
|
|
2212
2357
|
}>;
|
|
2213
2358
|
offset?: number;
|
|
2214
2359
|
duration?: number;
|
|
@@ -2223,17 +2368,17 @@ declare interface Settings {
|
|
|
2223
2368
|
} | string;
|
|
2224
2369
|
};
|
|
2225
2370
|
edit?: {
|
|
2226
|
-
thumbnailView
|
|
2227
|
-
voiceOver
|
|
2371
|
+
thumbnailView?: "filmStrip" | "thumbnail" | "none";
|
|
2372
|
+
voiceOver?: {
|
|
2228
2373
|
inputDevice?: string;
|
|
2229
|
-
inputGainDb
|
|
2230
|
-
backgroundReductionDb
|
|
2231
|
-
recordMode
|
|
2232
|
-
preRollDuration
|
|
2374
|
+
inputGainDb?: number;
|
|
2375
|
+
backgroundReductionDb?: number;
|
|
2376
|
+
recordMode?: "instant" | "punchAndRoll";
|
|
2377
|
+
preRollDuration?: number;
|
|
2233
2378
|
};
|
|
2234
2379
|
};
|
|
2235
2380
|
commands?: Array<{
|
|
2236
|
-
title
|
|
2381
|
+
title?: string;
|
|
2237
2382
|
command?: string;
|
|
2238
2383
|
args?: string[];
|
|
2239
2384
|
}>;
|
|
@@ -2242,11 +2387,11 @@ declare interface Settings {
|
|
|
2242
2387
|
folded?: {
|
|
2243
2388
|
auto?: boolean;
|
|
2244
2389
|
};
|
|
2245
|
-
assets
|
|
2246
|
-
story
|
|
2247
|
-
excerpt
|
|
2248
|
-
maxLines
|
|
2249
|
-
mode
|
|
2390
|
+
assets?: {
|
|
2391
|
+
story?: {
|
|
2392
|
+
excerpt?: {
|
|
2393
|
+
maxLines?: number;
|
|
2394
|
+
mode?: string;
|
|
2250
2395
|
comments?: boolean;
|
|
2251
2396
|
};
|
|
2252
2397
|
};
|
|
@@ -2254,26 +2399,26 @@ declare interface Settings {
|
|
|
2254
2399
|
maxHeight?: number;
|
|
2255
2400
|
};
|
|
2256
2401
|
};
|
|
2257
|
-
pipeline
|
|
2258
|
-
search
|
|
2259
|
-
maxItemsDisplayed
|
|
2402
|
+
pipeline?: {
|
|
2403
|
+
search?: {
|
|
2404
|
+
maxItemsDisplayed?: number;
|
|
2260
2405
|
};
|
|
2261
|
-
sortMode
|
|
2406
|
+
sortMode?: PipelineSortMode;
|
|
2262
2407
|
};
|
|
2263
|
-
item
|
|
2264
|
-
maxHeight
|
|
2408
|
+
item?: {
|
|
2409
|
+
maxHeight?: number;
|
|
2265
2410
|
};
|
|
2266
2411
|
};
|
|
2267
2412
|
print?: {
|
|
2268
2413
|
fontFamilies?: string[];
|
|
2269
2414
|
};
|
|
2270
2415
|
hiddenPreviews?: Array<{
|
|
2271
|
-
id
|
|
2272
|
-
folded
|
|
2416
|
+
id?: string;
|
|
2417
|
+
folded?: boolean;
|
|
2273
2418
|
}>;
|
|
2274
2419
|
plugins?: {
|
|
2275
|
-
adobe
|
|
2276
|
-
useProxies
|
|
2420
|
+
adobe?: {
|
|
2421
|
+
useProxies?: boolean;
|
|
2277
2422
|
};
|
|
2278
2423
|
rive?: {
|
|
2279
2424
|
template?: string;
|
|
@@ -2287,14 +2432,14 @@ declare interface Settings {
|
|
|
2287
2432
|
ameRemoteRendering?: boolean;
|
|
2288
2433
|
};
|
|
2289
2434
|
flags?: {
|
|
2290
|
-
utils
|
|
2291
|
-
history
|
|
2292
|
-
refs
|
|
2293
|
-
access
|
|
2294
|
-
files
|
|
2295
|
-
export
|
|
2296
|
-
json
|
|
2297
|
-
hlsjs
|
|
2435
|
+
utils?: boolean;
|
|
2436
|
+
history?: boolean;
|
|
2437
|
+
refs?: boolean;
|
|
2438
|
+
access?: boolean;
|
|
2439
|
+
files?: boolean;
|
|
2440
|
+
export?: boolean;
|
|
2441
|
+
json?: boolean;
|
|
2442
|
+
hlsjs?: boolean;
|
|
2298
2443
|
resetRenders?: boolean;
|
|
2299
2444
|
resetReplicas?: boolean;
|
|
2300
2445
|
assetStatus?: boolean;
|
|
@@ -2305,11 +2450,11 @@ declare interface Settings {
|
|
|
2305
2450
|
multiplexWebSockets?: boolean;
|
|
2306
2451
|
};
|
|
2307
2452
|
notifications?: {
|
|
2308
|
-
events
|
|
2309
|
-
comment
|
|
2310
|
-
assigned
|
|
2311
|
-
unassigned
|
|
2312
|
-
publishSucceeded
|
|
2453
|
+
events?: {
|
|
2454
|
+
comment?: NotificationReason[];
|
|
2455
|
+
assigned?: NotificationReason[];
|
|
2456
|
+
unassigned?: NotificationReason[];
|
|
2457
|
+
publishSucceeded?: {
|
|
2313
2458
|
[connectionId: string]: NotificationReason[];
|
|
2314
2459
|
};
|
|
2315
2460
|
};
|
|
@@ -2318,13 +2463,15 @@ declare interface Settings {
|
|
|
2318
2463
|
}
|
|
2319
2464
|
|
|
2320
2465
|
declare interface SettingsDomainRecords {
|
|
2321
|
-
":settings":
|
|
2466
|
+
":settings": SettingsRecord;
|
|
2322
2467
|
}
|
|
2323
2468
|
|
|
2324
2469
|
declare interface SettingsPanelStoreTab extends ModuleTabsSettingsValue {
|
|
2325
|
-
activeSectionIndex
|
|
2470
|
+
activeSectionIndex?: number;
|
|
2326
2471
|
}
|
|
2327
2472
|
|
|
2473
|
+
declare type SettingsRecord = Settings;
|
|
2474
|
+
|
|
2328
2475
|
declare type Spread<T1, T2> = Omit<T2, keyof T1> & T1;
|
|
2329
2476
|
|
|
2330
2477
|
declare interface StorageLocationsRecord {
|
|
@@ -2367,15 +2514,15 @@ declare interface StoryboardDomainPipelinesRecord {
|
|
|
2367
2514
|
value?: string[];
|
|
2368
2515
|
}
|
|
2369
2516
|
|
|
2517
|
+
declare interface StoryboardDomainRecord {
|
|
2518
|
+
[key: string]: unknown;
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2370
2521
|
declare interface StoryboardDomainRecords {
|
|
2371
|
-
":storyboard":
|
|
2522
|
+
":storyboard": StoryboardDomainRecord;
|
|
2372
2523
|
":storyboard.pipelines": StoryboardDomainPipelinesRecord;
|
|
2373
2524
|
}
|
|
2374
2525
|
|
|
2375
|
-
export declare const stringifyNxtpressionFetch: (input: NxtpressionFetch) => string;
|
|
2376
|
-
|
|
2377
|
-
export declare const stringifyNxtpressionNxt: (input: NxtpressionNxt) => string;
|
|
2378
|
-
|
|
2379
2526
|
/** OBSERVABLE INTERFACES */
|
|
2380
2527
|
declare interface Subscribable<T> {
|
|
2381
2528
|
subscribe(observer: Partial<Observer<T>>): Unsubscribable;
|
|
@@ -2593,7 +2740,7 @@ declare interface SubtitleProfile {
|
|
|
2593
2740
|
style?: string;
|
|
2594
2741
|
}
|
|
2595
2742
|
|
|
2596
|
-
declare interface
|
|
2743
|
+
declare interface SubtitleStyle {
|
|
2597
2744
|
name?: string;
|
|
2598
2745
|
fontname?: string;
|
|
2599
2746
|
fontsize?: string;
|
|
@@ -2617,6 +2764,9 @@ declare interface SubtitleStyleDomainRecord {
|
|
|
2617
2764
|
marginR?: string;
|
|
2618
2765
|
marginV?: string;
|
|
2619
2766
|
encoding?: string;
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2769
|
+
declare interface SubtitleStyleDomainRecord extends SubtitleStyle {
|
|
2620
2770
|
scaledBorderAndShadow?: boolean;
|
|
2621
2771
|
futureWordWrapping?: boolean;
|
|
2622
2772
|
previewSettings?: {
|
|
@@ -2630,6 +2780,27 @@ declare interface SubtitleStyleDomainRecords {
|
|
|
2630
2780
|
":subtitle-style": SubtitleStyleDomainRecord;
|
|
2631
2781
|
}
|
|
2632
2782
|
|
|
2783
|
+
/**
|
|
2784
|
+
* Base type for all validation tags in typia.
|
|
2785
|
+
*
|
|
2786
|
+
* TagBase provides the foundation for all typia's validation tags. It attaches
|
|
2787
|
+
* metadata to TypeScript types that typia's transformer processes at
|
|
2788
|
+
* compile-time to generate optimized runtime validation code.
|
|
2789
|
+
*
|
|
2790
|
+
* @author Jeongho Nam - https://github.com/samchon
|
|
2791
|
+
* @example
|
|
2792
|
+
* ```typescript
|
|
2793
|
+
* // Custom tag example
|
|
2794
|
+
* type MyCustomTag<Value extends number> = TagBase<{
|
|
2795
|
+
* target: "number";
|
|
2796
|
+
* kind: "MyCustom";
|
|
2797
|
+
* value: Value;
|
|
2798
|
+
* validate: `$input === ${Value}`;
|
|
2799
|
+
* }>;
|
|
2800
|
+
* ```
|
|
2801
|
+
*
|
|
2802
|
+
* @template Props - Tag properties that define validation behavior
|
|
2803
|
+
*/
|
|
2633
2804
|
declare type TagBase<Props extends TagBase.IProps<any, any, any, any, any, any>> = {
|
|
2634
2805
|
/**
|
|
2635
2806
|
* This is a dummy property for compilation.
|
|
@@ -2640,37 +2811,38 @@ declare type TagBase<Props extends TagBase.IProps<any, any, any, any, any, any>>
|
|
|
2640
2811
|
};
|
|
2641
2812
|
|
|
2642
2813
|
declare namespace TagBase {
|
|
2643
|
-
|
|
2814
|
+
/**
|
|
2815
|
+
* Properties interface for validation tags.
|
|
2816
|
+
*
|
|
2817
|
+
* @author Jeongho Nam - https://github.com/samchon
|
|
2818
|
+
*/
|
|
2819
|
+
interface IProps<Target extends "boolean" | "bigint" | "number" | "string" | "array" | "object", Kind extends string, Value extends boolean | bigint | number | string | undefined, Validate extends string | {
|
|
2644
2820
|
[key in Target]?: string;
|
|
2645
2821
|
}, Exclusive extends boolean | string[], Schema extends object | undefined> {
|
|
2646
2822
|
/**
|
|
2647
2823
|
* Target type.
|
|
2648
2824
|
*
|
|
2649
|
-
* If user tries to adapt this tag to a different type, it would be a
|
|
2650
|
-
* error.
|
|
2825
|
+
* If user tries to adapt this tag to a different type, it would be a
|
|
2826
|
+
* compile error.
|
|
2651
2827
|
*
|
|
2652
|
-
* For example, you've configured target type as `string`, but user adapted
|
|
2653
|
-
* onto a `number` type (`number & YourCustomTag<Value>`), then it would
|
|
2654
|
-
* blocked by TypeScript compiler.
|
|
2828
|
+
* For example, you've configured target type as `string`, but user adapted
|
|
2829
|
+
* it onto a `number` type (`number & YourCustomTag<Value>`), then it would
|
|
2830
|
+
* be blocked by TypeScript compiler.
|
|
2655
2831
|
*/
|
|
2656
2832
|
target: Target;
|
|
2657
|
-
/**
|
|
2658
|
-
* What kind of tag is this?
|
|
2659
|
-
*/
|
|
2833
|
+
/** What kind of tag is this? */
|
|
2660
2834
|
kind: Kind;
|
|
2661
|
-
/**
|
|
2662
|
-
* Value to be configured by user.
|
|
2663
|
-
*/
|
|
2835
|
+
/** Value to be configured by user. */
|
|
2664
2836
|
value: Value;
|
|
2665
2837
|
/**
|
|
2666
2838
|
* Validation script.
|
|
2667
2839
|
*
|
|
2668
|
-
* This script would be inserted into the generated validation function.
|
|
2669
|
-
*
|
|
2840
|
+
* This script would be inserted into the generated validation function. In
|
|
2841
|
+
* here script, target variable name must be `$input`. The variable name
|
|
2670
2842
|
* `$input` would be transformed to the suitable when compilation.
|
|
2671
2843
|
*
|
|
2672
2844
|
* Also, If you've take a mistake on this script, compile error would be
|
|
2673
|
-
*
|
|
2845
|
+
* occurred. So, define it with confidence. Compiler will block all your
|
|
2674
2846
|
* mistakes.
|
|
2675
2847
|
*/
|
|
2676
2848
|
validate?: Validate;
|
|
@@ -2679,15 +2851,13 @@ declare namespace TagBase {
|
|
|
2679
2851
|
*
|
|
2680
2852
|
* If this property configured as `true`, same {@link kind} tag cannot be
|
|
2681
2853
|
* duplicated in the target type. Otherwise, if you've configured this
|
|
2682
|
-
* property as string array, all of the {@link kind} value assigned
|
|
2683
|
-
*
|
|
2854
|
+
* property as string array, all of the {@link kind} value assigned tags
|
|
2855
|
+
* cannot be compatible in the target type.
|
|
2684
2856
|
*
|
|
2685
2857
|
* @default false
|
|
2686
2858
|
*/
|
|
2687
2859
|
exclusive?: Exclusive | string[];
|
|
2688
|
-
/**
|
|
2689
|
-
* Additional schema info assigned to the {@link IJsonSchema} object.
|
|
2690
|
-
*/
|
|
2860
|
+
/** Additional schema info assigned to the {@link IJsonSchema} object. */
|
|
2691
2861
|
schema?: Schema;
|
|
2692
2862
|
}
|
|
2693
2863
|
}
|
|
@@ -2709,6 +2879,7 @@ declare interface TemplateProperty {
|
|
|
2709
2879
|
}
|
|
2710
2880
|
|
|
2711
2881
|
declare interface TemplateRecord {
|
|
2882
|
+
controller?: string;
|
|
2712
2883
|
mixin?: string[];
|
|
2713
2884
|
properties?: Record<string, TemplateProperty>;
|
|
2714
2885
|
}
|
|
@@ -2726,19 +2897,49 @@ declare interface TextNodeContent {
|
|
|
2726
2897
|
format?: number;
|
|
2727
2898
|
}
|
|
2728
2899
|
|
|
2900
|
+
/**
|
|
2901
|
+
* Type tag for specifying numeric bit-width representations.
|
|
2902
|
+
*
|
|
2903
|
+
* Constrains numeric types to specific bit-width formats used in systems
|
|
2904
|
+
* programming and protocol buffers. Ensures numbers conform to
|
|
2905
|
+
* platform-specific representations.
|
|
2906
|
+
*
|
|
2907
|
+
* Supported types:
|
|
2908
|
+
*
|
|
2909
|
+
* - `int32`: 32-bit signed integer (-2^31 to 2^31-1)
|
|
2910
|
+
* - `uint32`: 32-bit unsigned integer (0 to 2^32-1)
|
|
2911
|
+
* - `int64`: 64-bit signed integer (supports both bigint and number)
|
|
2912
|
+
* - `uint64`: 64-bit unsigned integer (supports both bigint and number)
|
|
2913
|
+
* - `float`: 32-bit floating point (single precision)
|
|
2914
|
+
* - `double`: 64-bit floating point (double precision, default JS number)
|
|
2915
|
+
*
|
|
2916
|
+
* @author Jeongho Nam - https://github.com/samchon
|
|
2917
|
+
* @example
|
|
2918
|
+
* ```typescript
|
|
2919
|
+
* type Score = number & Type<"int32">; // -2,147,483,648 to 2,147,483,647
|
|
2920
|
+
* type UserId = number & Type<"uint32">; // 0 to 4,294,967,295
|
|
2921
|
+
* type FileSize = bigint & Type<"int64">; // Large file sizes
|
|
2922
|
+
* type Coordinate = number & Type<"double">; // High precision coordinates
|
|
2923
|
+
* ```
|
|
2924
|
+
*
|
|
2925
|
+
* @template Value - The numeric type representation
|
|
2926
|
+
*/
|
|
2729
2927
|
declare type Type<Value extends "int32" | "uint32" | "int64" | "uint64" | "float" | "double"> = TagBase<{
|
|
2730
2928
|
target: Value extends "int64" | "uint64" ? "bigint" | "number" : "number";
|
|
2731
2929
|
kind: "type";
|
|
2732
2930
|
value: Value;
|
|
2733
|
-
validate: Value extends "int32" ?
|
|
2734
|
-
number:
|
|
2931
|
+
validate: Value extends "int32" ? `$importInternal("isTypeInt32")($input)` : Value extends "uint32" ? `$importInternal("isTypeUint32")($input)` : Value extends "int64" ? {
|
|
2932
|
+
number: `$importInternal("isTypeInt64")($input)`;
|
|
2735
2933
|
bigint: `true`;
|
|
2736
2934
|
} : Value extends "uint64" ? {
|
|
2737
|
-
number:
|
|
2935
|
+
number: `$importInternal("isTypeUint64")($input)`;
|
|
2738
2936
|
bigint: `BigInt(0) <= $input`;
|
|
2739
|
-
} : Value extends "float" ?
|
|
2937
|
+
} : Value extends "float" ? `$importInternal("isTypeFloat")($input)` : `true`;
|
|
2740
2938
|
exclusive: true;
|
|
2741
|
-
schema: {
|
|
2939
|
+
schema: Value extends "uint32" | "uint64" ? {
|
|
2940
|
+
type: "integer";
|
|
2941
|
+
minimum: 0;
|
|
2942
|
+
} : {
|
|
2742
2943
|
type: Value extends "int32" | "uint32" | "int64" | "uint64" ? "integer" : "number";
|
|
2743
2944
|
};
|
|
2744
2945
|
}>;
|