@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
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface SubtitleStyle {
|
|
2
|
+
name?: string;
|
|
3
|
+
fontname?: string;
|
|
4
|
+
fontsize?: string;
|
|
5
|
+
primaryColour?: string;
|
|
6
|
+
secondaryColour?: string;
|
|
7
|
+
outlineColour?: string;
|
|
8
|
+
backColour?: string;
|
|
9
|
+
bold?: string;
|
|
10
|
+
italic?: string;
|
|
11
|
+
underline?: string;
|
|
12
|
+
strikeOut?: string;
|
|
13
|
+
scaleX?: string;
|
|
14
|
+
scaleY?: string;
|
|
15
|
+
spacing?: string;
|
|
16
|
+
angle?: string;
|
|
17
|
+
borderStyle?: string;
|
|
18
|
+
outline?: string;
|
|
19
|
+
shadow?: string;
|
|
20
|
+
alignment?: string;
|
|
21
|
+
marginL?: string;
|
|
22
|
+
marginR?: string;
|
|
23
|
+
marginV?: string;
|
|
24
|
+
encoding?: string;
|
|
25
|
+
}
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
import { type AssertionGuard as __AssertionGuard } from "typia";
|
|
2
1
|
export type NotificationReason = "mentioned" | "assigned" | "author" | "participated" | "always";
|
|
3
|
-
export declare const isNotificationReason: (input: unknown) => input is NotificationReason;
|
|
4
|
-
export declare const assertNotificationReason: (input: unknown) => NotificationReason;
|
|
5
|
-
export declare const randomNotificationReason: () => NotificationReason;
|
|
6
|
-
export declare const assertGuardNotificationReason: __AssertionGuard<NotificationReason>;
|
|
7
|
-
export declare const stringifyNotificationReason: (input: NotificationReason) => string;
|
|
8
|
-
export declare const assertStringifyNotificationReason: (input: unknown) => string;
|
|
@@ -1,85 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const isNotificationReason = input => {
|
|
3
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input;
|
|
4
|
-
};
|
|
5
|
-
export const assertNotificationReason = (input, errorFactory) => {
|
|
6
|
-
const __is = input => {
|
|
7
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input;
|
|
8
|
-
};
|
|
9
|
-
if (false === __is(input))
|
|
10
|
-
((input, _path, _exceptionable = true) => {
|
|
11
|
-
const $guard = __typia.createAssert.guard;
|
|
12
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input || $guard(true, {
|
|
13
|
-
path: _path + "",
|
|
14
|
-
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
15
|
-
value: input
|
|
16
|
-
}, errorFactory);
|
|
17
|
-
})(input, "$input", true);
|
|
18
|
-
return input;
|
|
19
|
-
};
|
|
20
|
-
export const randomNotificationReason = generator => {
|
|
21
|
-
const $pick = __typia.createRandom.pick;
|
|
22
|
-
return $pick([
|
|
23
|
-
() => "mentioned",
|
|
24
|
-
() => "assigned",
|
|
25
|
-
() => "author",
|
|
26
|
-
() => "participated",
|
|
27
|
-
() => "always"
|
|
28
|
-
])();
|
|
29
|
-
};
|
|
30
|
-
export const assertGuardNotificationReason = (input, errorFactory) => {
|
|
31
|
-
const __is = input => {
|
|
32
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input;
|
|
33
|
-
};
|
|
34
|
-
if (false === __is(input))
|
|
35
|
-
((input, _path, _exceptionable = true) => {
|
|
36
|
-
const $guard = __typia.createAssertGuard.guard;
|
|
37
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input || $guard(true, {
|
|
38
|
-
path: _path + "",
|
|
39
|
-
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
40
|
-
value: input
|
|
41
|
-
}, errorFactory);
|
|
42
|
-
})(input, "$input", true);
|
|
43
|
-
};
|
|
44
|
-
export const stringifyNotificationReason = input => {
|
|
45
|
-
const $string = __typia.json.createStringify.string;
|
|
46
|
-
const $throws = __typia.json.createStringify.throws;
|
|
47
|
-
return (() => {
|
|
48
|
-
if ("string" === typeof input)
|
|
49
|
-
return $string(input);
|
|
50
|
-
if ("string" === typeof input)
|
|
51
|
-
return "\"" + input + "\"";
|
|
52
|
-
$throws({
|
|
53
|
-
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
54
|
-
value: input
|
|
55
|
-
});
|
|
56
|
-
})();
|
|
57
|
-
};
|
|
58
|
-
export const assertStringifyNotificationReason = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
59
|
-
const __is = input => {
|
|
60
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input;
|
|
61
|
-
};
|
|
62
|
-
if (false === __is(input))
|
|
63
|
-
((input, _path, _exceptionable = true) => {
|
|
64
|
-
const $guard = __typia.json.createAssertStringify.guard;
|
|
65
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input || $guard(true, {
|
|
66
|
-
path: _path + "",
|
|
67
|
-
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
68
|
-
value: input
|
|
69
|
-
}, errorFactory);
|
|
70
|
-
})(input, "$input", true);
|
|
71
|
-
return input;
|
|
72
|
-
}; const stringify = input => {
|
|
73
|
-
const $string = __typia.json.createAssertStringify.string;
|
|
74
|
-
const $throws = __typia.json.createAssertStringify.throws;
|
|
75
|
-
return (() => {
|
|
76
|
-
if ("string" === typeof input)
|
|
77
|
-
return $string(input);
|
|
78
|
-
if ("string" === typeof input)
|
|
79
|
-
return "\"" + input + "\"";
|
|
80
|
-
$throws({
|
|
81
|
-
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
82
|
-
value: input
|
|
83
|
-
});
|
|
84
|
-
})();
|
|
85
|
-
}; return stringify(assert(input, errorFactory)); };
|
|
1
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,85 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './app.js';
|
|
7
|
-
export * from './rpc.js';
|
|
8
|
-
export * from './asset.js';
|
|
9
|
-
import { AssetRecords } from './asset.js';
|
|
10
|
-
import { StorageRecords } from './storage.js';
|
|
11
|
-
import { MonitorRecords } from './monitor.js';
|
|
12
|
-
export * from './storage.js';
|
|
13
|
-
export * from './monitor.js';
|
|
14
|
-
export type Domains = Exclude<keyof DomainRecords, ":design">;
|
|
15
|
-
export declare const isDomains: (input: unknown) => input is Domains;
|
|
16
|
-
export declare const assertDomains: (input: unknown) => Domains;
|
|
17
|
-
export declare const randomDomains: () => Domains;
|
|
18
|
-
export declare const assertGuardDomains: __AssertionGuard<Domains>;
|
|
19
|
-
export declare const stringifyDomains: (input: Domains) => string;
|
|
20
|
-
export declare const assertStringifyDomains: (input: unknown) => string;
|
|
21
|
-
export * from './nxtpression.js';
|
|
22
|
-
export type Records = {
|
|
23
|
-
[Property in Domains as `${string}${Property}`]: DomainRecords[Property];
|
|
24
|
-
} & {
|
|
25
|
-
":permission": DomainRows;
|
|
26
|
-
} & {
|
|
27
|
-
[Property in keyof DesignDomainRecords as `${string}${Property}${string}`]: DesignDomainRecords[Property];
|
|
28
|
-
} & {
|
|
29
|
-
"media.subtitles": {
|
|
30
|
-
languages?: Record<string, string>;
|
|
31
|
-
fontFaces?: SubtitleFontFace[];
|
|
32
|
-
};
|
|
33
|
-
"media.subtitles?": {
|
|
34
|
-
languages?: Record<string, string>;
|
|
35
|
-
fontFaces?: SubtitleFontFace[];
|
|
36
|
-
};
|
|
37
|
-
"media.transcribe?": {
|
|
38
|
-
engines: Record<string, string>;
|
|
39
|
-
languages: Record<string, string>;
|
|
40
|
-
translate?: {
|
|
41
|
-
languages: Record<string, string>;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
"media.consolidate": {
|
|
45
|
-
presets?: {
|
|
46
|
-
[type in MediaType]: RenderPreset;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
"hub-transcribe:render-profile": {
|
|
50
|
-
format: string;
|
|
51
|
-
transcribe: {
|
|
52
|
-
engine: string;
|
|
53
|
-
};
|
|
54
|
-
pick: string[];
|
|
55
|
-
};
|
|
56
|
-
} & AssetRecords & {
|
|
57
|
-
"asset-daemon": {
|
|
58
|
-
"user-notify"?: boolean;
|
|
59
|
-
};
|
|
60
|
-
"asset-daemon:user-notify.state": {
|
|
61
|
-
since?: string | 0 | null;
|
|
62
|
-
version?: number;
|
|
63
|
-
};
|
|
64
|
-
"deepstream-replicator.stats?": {
|
|
65
|
-
replicators?: Record<string, {
|
|
66
|
-
to: {
|
|
67
|
-
synced?: boolean;
|
|
68
|
-
since?: string | 0 | null;
|
|
69
|
-
};
|
|
70
|
-
from: {
|
|
71
|
-
since?: string | 0 | null;
|
|
72
|
-
};
|
|
73
|
-
}>;
|
|
74
|
-
synced?: boolean;
|
|
75
|
-
};
|
|
76
|
-
} & MonitorRecords & StorageRecords;
|
|
77
|
-
interface DomainRows {
|
|
78
|
-
rows: string[];
|
|
79
|
-
}
|
|
80
|
-
interface SubtitleFontFace {
|
|
81
|
-
family: string;
|
|
82
|
-
asset?: string;
|
|
83
|
-
weight?: "normal" | "bold";
|
|
84
|
-
style?: "normal" | "italic";
|
|
85
|
-
}
|
|
1
|
+
export * from './common/index.ts';
|
|
2
|
+
export * from './app.ts';
|
|
3
|
+
export * from './rpc.ts';
|
|
4
|
+
export * from './records/index.ts';
|
|
5
|
+
export * from './nxtpression.ts';
|
package/dist/index.js
CHANGED
|
@@ -1,187 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from './asset.js';
|
|
7
|
-
export * from './storage.js';
|
|
8
|
-
export * from './monitor.js';
|
|
9
|
-
export const isDomains = input => {
|
|
10
|
-
const $iv1 = new Set([":bundle", ":bundle.revisions", ":connection", ":connection.methods?", ":connection.stats?", ":publish", ":publish.stats?", ":publish.methods?", ":publish.accepts", ":published", ":asset.title?", ":asset.types?", ":asset.assignees?", ":asset.refs?", ":asset.tags?", ":asset.fileRefs?", ":asset.created?", ":asset.modified?", ":asset.status?", ":asset.icon?", ":asset.deadlines?", ":asset.publish?", ":asset.published?", ":asset.duration?", ":asset.locations?", ":asset.controllers?", ":asset.embedding?", ":asset.media?", ":asset.presence?", ":asset.comments?", ":clone", "comment-reaction", "comment-read-mark", ":comment", ":comment.reactions?", ":comment.replies?", ":comment.readMarks?", ":contact", ":deepstream.replicate", ":edit", ":event", ":event._template?", ":file.replicate", ":file.restrictions", ":file.stats?", ":general.title", ":general.tags", ":general.created", ":general.poster", ":general.status", ":general.description", ":media.source", ":media.consolidate", ":media.renders?", ":media.transcriptChanges", ":media.font", ":media.restrictions?", ":media.probe?", ":media.updateSubtitles?", ":media.updateGraphics?", ":monitor.stats?", ":panel", ":permission?", ":permission", ":pipeline-preset", ":pipeline", ":pipeline.items", ":planning", ":planning.assignees", ":planning.deadline", ":render-preset", ":render.stats?", ":render.query?", ":render.result?", ":render.schedulers?", ":revs?", ":role.tags", ":script.children", ":search?", ":settings", ":storyboard", ":storyboard.pipelines", ":subtitle-style", ":subtitle", ":template", ":_user-notification-status", ":user-notification", ":user-notification.readAt", ":user", ":user.latestSeenNotification", ":user.receivedNotifications?", ":user.unseenNotifications?"]);
|
|
11
|
-
return true === $iv1.has(input);
|
|
12
|
-
};
|
|
13
|
-
export const assertDomains = (input, errorFactory) => {
|
|
14
|
-
const __is = input => {
|
|
15
|
-
const $iv1 = new Set([":bundle", ":bundle.revisions", ":connection", ":connection.methods?", ":connection.stats?", ":publish", ":publish.stats?", ":publish.methods?", ":publish.accepts", ":published", ":asset.title?", ":asset.types?", ":asset.assignees?", ":asset.refs?", ":asset.tags?", ":asset.fileRefs?", ":asset.created?", ":asset.modified?", ":asset.status?", ":asset.icon?", ":asset.deadlines?", ":asset.publish?", ":asset.published?", ":asset.duration?", ":asset.locations?", ":asset.controllers?", ":asset.embedding?", ":asset.media?", ":asset.presence?", ":asset.comments?", ":clone", "comment-reaction", "comment-read-mark", ":comment", ":comment.reactions?", ":comment.replies?", ":comment.readMarks?", ":contact", ":deepstream.replicate", ":edit", ":event", ":event._template?", ":file.replicate", ":file.restrictions", ":file.stats?", ":general.title", ":general.tags", ":general.created", ":general.poster", ":general.status", ":general.description", ":media.source", ":media.consolidate", ":media.renders?", ":media.transcriptChanges", ":media.font", ":media.restrictions?", ":media.probe?", ":media.updateSubtitles?", ":media.updateGraphics?", ":monitor.stats?", ":panel", ":permission?", ":permission", ":pipeline-preset", ":pipeline", ":pipeline.items", ":planning", ":planning.assignees", ":planning.deadline", ":render-preset", ":render.stats?", ":render.query?", ":render.result?", ":render.schedulers?", ":revs?", ":role.tags", ":script.children", ":search?", ":settings", ":storyboard", ":storyboard.pipelines", ":subtitle-style", ":subtitle", ":template", ":_user-notification-status", ":user-notification", ":user-notification.readAt", ":user", ":user.latestSeenNotification", ":user.receivedNotifications?", ":user.unseenNotifications?"]);
|
|
16
|
-
return true === $iv1.has(input);
|
|
17
|
-
};
|
|
18
|
-
if (false === __is(input))
|
|
19
|
-
((input, _path, _exceptionable = true) => {
|
|
20
|
-
const $guard = __typia.createAssert.guard;
|
|
21
|
-
const $av1 = new Set([":bundle", ":bundle.revisions", ":connection", ":connection.methods?", ":connection.stats?", ":publish", ":publish.stats?", ":publish.methods?", ":publish.accepts", ":published", ":asset.title?", ":asset.types?", ":asset.assignees?", ":asset.refs?", ":asset.tags?", ":asset.fileRefs?", ":asset.created?", ":asset.modified?", ":asset.status?", ":asset.icon?", ":asset.deadlines?", ":asset.publish?", ":asset.published?", ":asset.duration?", ":asset.locations?", ":asset.controllers?", ":asset.embedding?", ":asset.media?", ":asset.presence?", ":asset.comments?", ":clone", "comment-reaction", "comment-read-mark", ":comment", ":comment.reactions?", ":comment.replies?", ":comment.readMarks?", ":contact", ":deepstream.replicate", ":edit", ":event", ":event._template?", ":file.replicate", ":file.restrictions", ":file.stats?", ":general.title", ":general.tags", ":general.created", ":general.poster", ":general.status", ":general.description", ":media.source", ":media.consolidate", ":media.renders?", ":media.transcriptChanges", ":media.font", ":media.restrictions?", ":media.probe?", ":media.updateSubtitles?", ":media.updateGraphics?", ":monitor.stats?", ":panel", ":permission?", ":permission", ":pipeline-preset", ":pipeline", ":pipeline.items", ":planning", ":planning.assignees", ":planning.deadline", ":render-preset", ":render.stats?", ":render.query?", ":render.result?", ":render.schedulers?", ":revs?", ":role.tags", ":script.children", ":search?", ":settings", ":storyboard", ":storyboard.pipelines", ":subtitle-style", ":subtitle", ":template", ":_user-notification-status", ":user-notification", ":user-notification.readAt", ":user", ":user.latestSeenNotification", ":user.receivedNotifications?", ":user.unseenNotifications?"]);
|
|
22
|
-
return true === $av1.has(input) || $guard(true, {
|
|
23
|
-
path: _path + "",
|
|
24
|
-
expected: "(\":_user-notification-status\" | \":asset.assignees?\" | \":asset.comments?\" | \":asset.controllers?\" | \":asset.created?\" | \":asset.deadlines?\" | \":asset.duration?\" | \":asset.embedding?\" | \":asset.fileRefs?\" | \":asset.icon?\" | \":asset.locations?\" | \":asset.media?\" | \":asset.modified?\" | \":asset.presence?\" | \":asset.publish?\" | \":asset.published?\" | \":asset.refs?\" | \":asset.status?\" | \":asset.tags?\" | \":asset.title?\" | \":asset.types?\" | \":bundle\" | \":bundle.revisions\" | \":clone\" | \":comment\" | \":comment.reactions?\" | \":comment.readMarks?\" | \":comment.replies?\" | \":connection\" | \":connection.methods?\" | \":connection.stats?\" | \":contact\" | \":deepstream.replicate\" | \":edit\" | \":event\" | \":event._template?\" | \":file.replicate\" | \":file.restrictions\" | \":file.stats?\" | \":general.created\" | \":general.description\" | \":general.poster\" | \":general.status\" | \":general.tags\" | \":general.title\" | \":media.consolidate\" | \":media.font\" | \":media.probe?\" | \":media.renders?\" | \":media.restrictions?\" | \":media.source\" | \":media.transcriptChanges\" | \":media.updateGraphics?\" | \":media.updateSubtitles?\" | \":monitor.stats?\" | \":panel\" | \":permission\" | \":permission?\" | \":pipeline\" | \":pipeline-preset\" | \":pipeline.items\" | \":planning\" | \":planning.assignees\" | \":planning.deadline\" | \":publish\" | \":publish.accepts\" | \":publish.methods?\" | \":publish.stats?\" | \":published\" | \":render-preset\" | \":render.query?\" | \":render.result?\" | \":render.schedulers?\" | \":render.stats?\" | \":revs?\" | \":role.tags\" | \":script.children\" | \":search?\" | \":settings\" | \":storyboard\" | \":storyboard.pipelines\" | \":subtitle\" | \":subtitle-style\" | \":template\" | \":user\" | \":user-notification\" | \":user-notification.readAt\" | \":user.latestSeenNotification\" | \":user.receivedNotifications?\" | \":user.unseenNotifications?\" | \"comment-reaction\" | \"comment-read-mark\")",
|
|
25
|
-
value: input
|
|
26
|
-
}, errorFactory);
|
|
27
|
-
})(input, "$input", true);
|
|
28
|
-
return input;
|
|
29
|
-
};
|
|
30
|
-
export const randomDomains = generator => {
|
|
31
|
-
const $pick = __typia.createRandom.pick;
|
|
32
|
-
return $pick([
|
|
33
|
-
() => ":bundle",
|
|
34
|
-
() => ":bundle.revisions",
|
|
35
|
-
() => ":connection",
|
|
36
|
-
() => ":connection.methods?",
|
|
37
|
-
() => ":connection.stats?",
|
|
38
|
-
() => ":publish",
|
|
39
|
-
() => ":publish.stats?",
|
|
40
|
-
() => ":publish.methods?",
|
|
41
|
-
() => ":publish.accepts",
|
|
42
|
-
() => ":published",
|
|
43
|
-
() => ":asset.title?",
|
|
44
|
-
() => ":asset.types?",
|
|
45
|
-
() => ":asset.assignees?",
|
|
46
|
-
() => ":asset.refs?",
|
|
47
|
-
() => ":asset.tags?",
|
|
48
|
-
() => ":asset.fileRefs?",
|
|
49
|
-
() => ":asset.created?",
|
|
50
|
-
() => ":asset.modified?",
|
|
51
|
-
() => ":asset.status?",
|
|
52
|
-
() => ":asset.icon?",
|
|
53
|
-
() => ":asset.deadlines?",
|
|
54
|
-
() => ":asset.publish?",
|
|
55
|
-
() => ":asset.published?",
|
|
56
|
-
() => ":asset.duration?",
|
|
57
|
-
() => ":asset.locations?",
|
|
58
|
-
() => ":asset.controllers?",
|
|
59
|
-
() => ":asset.embedding?",
|
|
60
|
-
() => ":asset.media?",
|
|
61
|
-
() => ":asset.presence?",
|
|
62
|
-
() => ":asset.comments?",
|
|
63
|
-
() => ":clone",
|
|
64
|
-
() => "comment-reaction",
|
|
65
|
-
() => "comment-read-mark",
|
|
66
|
-
() => ":comment",
|
|
67
|
-
() => ":comment.reactions?",
|
|
68
|
-
() => ":comment.replies?",
|
|
69
|
-
() => ":comment.readMarks?",
|
|
70
|
-
() => ":contact",
|
|
71
|
-
() => ":deepstream.replicate",
|
|
72
|
-
() => ":edit",
|
|
73
|
-
() => ":event",
|
|
74
|
-
() => ":event._template?",
|
|
75
|
-
() => ":file.replicate",
|
|
76
|
-
() => ":file.restrictions",
|
|
77
|
-
() => ":file.stats?",
|
|
78
|
-
() => ":general.title",
|
|
79
|
-
() => ":general.tags",
|
|
80
|
-
() => ":general.created",
|
|
81
|
-
() => ":general.poster",
|
|
82
|
-
() => ":general.status",
|
|
83
|
-
() => ":general.description",
|
|
84
|
-
() => ":media.source",
|
|
85
|
-
() => ":media.consolidate",
|
|
86
|
-
() => ":media.renders?",
|
|
87
|
-
() => ":media.transcriptChanges",
|
|
88
|
-
() => ":media.font",
|
|
89
|
-
() => ":media.restrictions?",
|
|
90
|
-
() => ":media.probe?",
|
|
91
|
-
() => ":media.updateSubtitles?",
|
|
92
|
-
() => ":media.updateGraphics?",
|
|
93
|
-
() => ":monitor.stats?",
|
|
94
|
-
() => ":panel",
|
|
95
|
-
() => ":permission?",
|
|
96
|
-
() => ":permission",
|
|
97
|
-
() => ":pipeline-preset",
|
|
98
|
-
() => ":pipeline",
|
|
99
|
-
() => ":pipeline.items",
|
|
100
|
-
() => ":planning",
|
|
101
|
-
() => ":planning.assignees",
|
|
102
|
-
() => ":planning.deadline",
|
|
103
|
-
() => ":render-preset",
|
|
104
|
-
() => ":render.stats?",
|
|
105
|
-
() => ":render.query?",
|
|
106
|
-
() => ":render.result?",
|
|
107
|
-
() => ":render.schedulers?",
|
|
108
|
-
() => ":revs?",
|
|
109
|
-
() => ":role.tags",
|
|
110
|
-
() => ":script.children",
|
|
111
|
-
() => ":search?",
|
|
112
|
-
() => ":settings",
|
|
113
|
-
() => ":storyboard",
|
|
114
|
-
() => ":storyboard.pipelines",
|
|
115
|
-
() => ":subtitle-style",
|
|
116
|
-
() => ":subtitle",
|
|
117
|
-
() => ":template",
|
|
118
|
-
() => ":_user-notification-status",
|
|
119
|
-
() => ":user-notification",
|
|
120
|
-
() => ":user-notification.readAt",
|
|
121
|
-
() => ":user",
|
|
122
|
-
() => ":user.latestSeenNotification",
|
|
123
|
-
() => ":user.receivedNotifications?",
|
|
124
|
-
() => ":user.unseenNotifications?"
|
|
125
|
-
])();
|
|
126
|
-
};
|
|
127
|
-
export const assertGuardDomains = (input, errorFactory) => {
|
|
128
|
-
const __is = input => {
|
|
129
|
-
const $iv1 = new Set([":bundle", ":bundle.revisions", ":connection", ":connection.methods?", ":connection.stats?", ":publish", ":publish.stats?", ":publish.methods?", ":publish.accepts", ":published", ":asset.title?", ":asset.types?", ":asset.assignees?", ":asset.refs?", ":asset.tags?", ":asset.fileRefs?", ":asset.created?", ":asset.modified?", ":asset.status?", ":asset.icon?", ":asset.deadlines?", ":asset.publish?", ":asset.published?", ":asset.duration?", ":asset.locations?", ":asset.controllers?", ":asset.embedding?", ":asset.media?", ":asset.presence?", ":asset.comments?", ":clone", "comment-reaction", "comment-read-mark", ":comment", ":comment.reactions?", ":comment.replies?", ":comment.readMarks?", ":contact", ":deepstream.replicate", ":edit", ":event", ":event._template?", ":file.replicate", ":file.restrictions", ":file.stats?", ":general.title", ":general.tags", ":general.created", ":general.poster", ":general.status", ":general.description", ":media.source", ":media.consolidate", ":media.renders?", ":media.transcriptChanges", ":media.font", ":media.restrictions?", ":media.probe?", ":media.updateSubtitles?", ":media.updateGraphics?", ":monitor.stats?", ":panel", ":permission?", ":permission", ":pipeline-preset", ":pipeline", ":pipeline.items", ":planning", ":planning.assignees", ":planning.deadline", ":render-preset", ":render.stats?", ":render.query?", ":render.result?", ":render.schedulers?", ":revs?", ":role.tags", ":script.children", ":search?", ":settings", ":storyboard", ":storyboard.pipelines", ":subtitle-style", ":subtitle", ":template", ":_user-notification-status", ":user-notification", ":user-notification.readAt", ":user", ":user.latestSeenNotification", ":user.receivedNotifications?", ":user.unseenNotifications?"]);
|
|
130
|
-
return true === $iv1.has(input);
|
|
131
|
-
};
|
|
132
|
-
if (false === __is(input))
|
|
133
|
-
((input, _path, _exceptionable = true) => {
|
|
134
|
-
const $guard = __typia.createAssertGuard.guard;
|
|
135
|
-
const $av1 = new Set([":bundle", ":bundle.revisions", ":connection", ":connection.methods?", ":connection.stats?", ":publish", ":publish.stats?", ":publish.methods?", ":publish.accepts", ":published", ":asset.title?", ":asset.types?", ":asset.assignees?", ":asset.refs?", ":asset.tags?", ":asset.fileRefs?", ":asset.created?", ":asset.modified?", ":asset.status?", ":asset.icon?", ":asset.deadlines?", ":asset.publish?", ":asset.published?", ":asset.duration?", ":asset.locations?", ":asset.controllers?", ":asset.embedding?", ":asset.media?", ":asset.presence?", ":asset.comments?", ":clone", "comment-reaction", "comment-read-mark", ":comment", ":comment.reactions?", ":comment.replies?", ":comment.readMarks?", ":contact", ":deepstream.replicate", ":edit", ":event", ":event._template?", ":file.replicate", ":file.restrictions", ":file.stats?", ":general.title", ":general.tags", ":general.created", ":general.poster", ":general.status", ":general.description", ":media.source", ":media.consolidate", ":media.renders?", ":media.transcriptChanges", ":media.font", ":media.restrictions?", ":media.probe?", ":media.updateSubtitles?", ":media.updateGraphics?", ":monitor.stats?", ":panel", ":permission?", ":permission", ":pipeline-preset", ":pipeline", ":pipeline.items", ":planning", ":planning.assignees", ":planning.deadline", ":render-preset", ":render.stats?", ":render.query?", ":render.result?", ":render.schedulers?", ":revs?", ":role.tags", ":script.children", ":search?", ":settings", ":storyboard", ":storyboard.pipelines", ":subtitle-style", ":subtitle", ":template", ":_user-notification-status", ":user-notification", ":user-notification.readAt", ":user", ":user.latestSeenNotification", ":user.receivedNotifications?", ":user.unseenNotifications?"]);
|
|
136
|
-
return true === $av1.has(input) || $guard(true, {
|
|
137
|
-
path: _path + "",
|
|
138
|
-
expected: "(\":_user-notification-status\" | \":asset.assignees?\" | \":asset.comments?\" | \":asset.controllers?\" | \":asset.created?\" | \":asset.deadlines?\" | \":asset.duration?\" | \":asset.embedding?\" | \":asset.fileRefs?\" | \":asset.icon?\" | \":asset.locations?\" | \":asset.media?\" | \":asset.modified?\" | \":asset.presence?\" | \":asset.publish?\" | \":asset.published?\" | \":asset.refs?\" | \":asset.status?\" | \":asset.tags?\" | \":asset.title?\" | \":asset.types?\" | \":bundle\" | \":bundle.revisions\" | \":clone\" | \":comment\" | \":comment.reactions?\" | \":comment.readMarks?\" | \":comment.replies?\" | \":connection\" | \":connection.methods?\" | \":connection.stats?\" | \":contact\" | \":deepstream.replicate\" | \":edit\" | \":event\" | \":event._template?\" | \":file.replicate\" | \":file.restrictions\" | \":file.stats?\" | \":general.created\" | \":general.description\" | \":general.poster\" | \":general.status\" | \":general.tags\" | \":general.title\" | \":media.consolidate\" | \":media.font\" | \":media.probe?\" | \":media.renders?\" | \":media.restrictions?\" | \":media.source\" | \":media.transcriptChanges\" | \":media.updateGraphics?\" | \":media.updateSubtitles?\" | \":monitor.stats?\" | \":panel\" | \":permission\" | \":permission?\" | \":pipeline\" | \":pipeline-preset\" | \":pipeline.items\" | \":planning\" | \":planning.assignees\" | \":planning.deadline\" | \":publish\" | \":publish.accepts\" | \":publish.methods?\" | \":publish.stats?\" | \":published\" | \":render-preset\" | \":render.query?\" | \":render.result?\" | \":render.schedulers?\" | \":render.stats?\" | \":revs?\" | \":role.tags\" | \":script.children\" | \":search?\" | \":settings\" | \":storyboard\" | \":storyboard.pipelines\" | \":subtitle\" | \":subtitle-style\" | \":template\" | \":user\" | \":user-notification\" | \":user-notification.readAt\" | \":user.latestSeenNotification\" | \":user.receivedNotifications?\" | \":user.unseenNotifications?\" | \"comment-reaction\" | \"comment-read-mark\")",
|
|
139
|
-
value: input
|
|
140
|
-
}, errorFactory);
|
|
141
|
-
})(input, "$input", true);
|
|
142
|
-
};
|
|
143
|
-
export const stringifyDomains = input => {
|
|
144
|
-
const $string = __typia.json.createStringify.string;
|
|
145
|
-
const $throws = __typia.json.createStringify.throws;
|
|
146
|
-
return (() => {
|
|
147
|
-
if ("string" === typeof input)
|
|
148
|
-
return $string(input);
|
|
149
|
-
if ("string" === typeof input)
|
|
150
|
-
return "\"" + input + "\"";
|
|
151
|
-
$throws({
|
|
152
|
-
expected: "(\":_user-notification-status\" | \":asset.assignees?\" | \":asset.comments?\" | \":asset.controllers?\" | \":asset.created?\" | \":asset.deadlines?\" | \":asset.duration?\" | \":asset.embedding?\" | \":asset.fileRefs?\" | \":asset.icon?\" | \":asset.locations?\" | \":asset.media?\" | \":asset.modified?\" | \":asset.presence?\" | \":asset.publish?\" | \":asset.published?\" | \":asset.refs?\" | \":asset.status?\" | \":asset.tags?\" | \":asset.title?\" | \":asset.types?\" | \":bundle\" | \":bundle.revisions\" | \":clone\" | \":comment\" | \":comment.reactions?\" | \":comment.readMarks?\" | \":comment.replies?\" | \":connection\" | \":connection.methods?\" | \":connection.stats?\" | \":contact\" | \":deepstream.replicate\" | \":edit\" | \":event\" | \":event._template?\" | \":file.replicate\" | \":file.restrictions\" | \":file.stats?\" | \":general.created\" | \":general.description\" | \":general.poster\" | \":general.status\" | \":general.tags\" | \":general.title\" | \":media.consolidate\" | \":media.font\" | \":media.probe?\" | \":media.renders?\" | \":media.restrictions?\" | \":media.source\" | \":media.transcriptChanges\" | \":media.updateGraphics?\" | \":media.updateSubtitles?\" | \":monitor.stats?\" | \":panel\" | \":permission\" | \":permission?\" | \":pipeline\" | \":pipeline-preset\" | \":pipeline.items\" | \":planning\" | \":planning.assignees\" | \":planning.deadline\" | \":publish\" | \":publish.accepts\" | \":publish.methods?\" | \":publish.stats?\" | \":published\" | \":render-preset\" | \":render.query?\" | \":render.result?\" | \":render.schedulers?\" | \":render.stats?\" | \":revs?\" | \":role.tags\" | \":script.children\" | \":search?\" | \":settings\" | \":storyboard\" | \":storyboard.pipelines\" | \":subtitle\" | \":subtitle-style\" | \":template\" | \":user\" | \":user-notification\" | \":user-notification.readAt\" | \":user.latestSeenNotification\" | \":user.receivedNotifications?\" | \":user.unseenNotifications?\" | \"comment-reaction\" | \"comment-read-mark\")",
|
|
153
|
-
value: input
|
|
154
|
-
});
|
|
155
|
-
})();
|
|
156
|
-
};
|
|
157
|
-
export const assertStringifyDomains = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
158
|
-
const __is = input => {
|
|
159
|
-
const $iv1 = new Set([":bundle", ":bundle.revisions", ":connection", ":connection.methods?", ":connection.stats?", ":publish", ":publish.stats?", ":publish.methods?", ":publish.accepts", ":published", ":asset.title?", ":asset.types?", ":asset.assignees?", ":asset.refs?", ":asset.tags?", ":asset.fileRefs?", ":asset.created?", ":asset.modified?", ":asset.status?", ":asset.icon?", ":asset.deadlines?", ":asset.publish?", ":asset.published?", ":asset.duration?", ":asset.locations?", ":asset.controllers?", ":asset.embedding?", ":asset.media?", ":asset.presence?", ":asset.comments?", ":clone", "comment-reaction", "comment-read-mark", ":comment", ":comment.reactions?", ":comment.replies?", ":comment.readMarks?", ":contact", ":deepstream.replicate", ":edit", ":event", ":event._template?", ":file.replicate", ":file.restrictions", ":file.stats?", ":general.title", ":general.tags", ":general.created", ":general.poster", ":general.status", ":general.description", ":media.source", ":media.consolidate", ":media.renders?", ":media.transcriptChanges", ":media.font", ":media.restrictions?", ":media.probe?", ":media.updateSubtitles?", ":media.updateGraphics?", ":monitor.stats?", ":panel", ":permission?", ":permission", ":pipeline-preset", ":pipeline", ":pipeline.items", ":planning", ":planning.assignees", ":planning.deadline", ":render-preset", ":render.stats?", ":render.query?", ":render.result?", ":render.schedulers?", ":revs?", ":role.tags", ":script.children", ":search?", ":settings", ":storyboard", ":storyboard.pipelines", ":subtitle-style", ":subtitle", ":template", ":_user-notification-status", ":user-notification", ":user-notification.readAt", ":user", ":user.latestSeenNotification", ":user.receivedNotifications?", ":user.unseenNotifications?"]);
|
|
160
|
-
return true === $iv1.has(input);
|
|
161
|
-
};
|
|
162
|
-
if (false === __is(input))
|
|
163
|
-
((input, _path, _exceptionable = true) => {
|
|
164
|
-
const $guard = __typia.json.createAssertStringify.guard;
|
|
165
|
-
const $av1 = new Set([":bundle", ":bundle.revisions", ":connection", ":connection.methods?", ":connection.stats?", ":publish", ":publish.stats?", ":publish.methods?", ":publish.accepts", ":published", ":asset.title?", ":asset.types?", ":asset.assignees?", ":asset.refs?", ":asset.tags?", ":asset.fileRefs?", ":asset.created?", ":asset.modified?", ":asset.status?", ":asset.icon?", ":asset.deadlines?", ":asset.publish?", ":asset.published?", ":asset.duration?", ":asset.locations?", ":asset.controllers?", ":asset.embedding?", ":asset.media?", ":asset.presence?", ":asset.comments?", ":clone", "comment-reaction", "comment-read-mark", ":comment", ":comment.reactions?", ":comment.replies?", ":comment.readMarks?", ":contact", ":deepstream.replicate", ":edit", ":event", ":event._template?", ":file.replicate", ":file.restrictions", ":file.stats?", ":general.title", ":general.tags", ":general.created", ":general.poster", ":general.status", ":general.description", ":media.source", ":media.consolidate", ":media.renders?", ":media.transcriptChanges", ":media.font", ":media.restrictions?", ":media.probe?", ":media.updateSubtitles?", ":media.updateGraphics?", ":monitor.stats?", ":panel", ":permission?", ":permission", ":pipeline-preset", ":pipeline", ":pipeline.items", ":planning", ":planning.assignees", ":planning.deadline", ":render-preset", ":render.stats?", ":render.query?", ":render.result?", ":render.schedulers?", ":revs?", ":role.tags", ":script.children", ":search?", ":settings", ":storyboard", ":storyboard.pipelines", ":subtitle-style", ":subtitle", ":template", ":_user-notification-status", ":user-notification", ":user-notification.readAt", ":user", ":user.latestSeenNotification", ":user.receivedNotifications?", ":user.unseenNotifications?"]);
|
|
166
|
-
return true === $av1.has(input) || $guard(true, {
|
|
167
|
-
path: _path + "",
|
|
168
|
-
expected: "(\":_user-notification-status\" | \":asset.assignees?\" | \":asset.comments?\" | \":asset.controllers?\" | \":asset.created?\" | \":asset.deadlines?\" | \":asset.duration?\" | \":asset.embedding?\" | \":asset.fileRefs?\" | \":asset.icon?\" | \":asset.locations?\" | \":asset.media?\" | \":asset.modified?\" | \":asset.presence?\" | \":asset.publish?\" | \":asset.published?\" | \":asset.refs?\" | \":asset.status?\" | \":asset.tags?\" | \":asset.title?\" | \":asset.types?\" | \":bundle\" | \":bundle.revisions\" | \":clone\" | \":comment\" | \":comment.reactions?\" | \":comment.readMarks?\" | \":comment.replies?\" | \":connection\" | \":connection.methods?\" | \":connection.stats?\" | \":contact\" | \":deepstream.replicate\" | \":edit\" | \":event\" | \":event._template?\" | \":file.replicate\" | \":file.restrictions\" | \":file.stats?\" | \":general.created\" | \":general.description\" | \":general.poster\" | \":general.status\" | \":general.tags\" | \":general.title\" | \":media.consolidate\" | \":media.font\" | \":media.probe?\" | \":media.renders?\" | \":media.restrictions?\" | \":media.source\" | \":media.transcriptChanges\" | \":media.updateGraphics?\" | \":media.updateSubtitles?\" | \":monitor.stats?\" | \":panel\" | \":permission\" | \":permission?\" | \":pipeline\" | \":pipeline-preset\" | \":pipeline.items\" | \":planning\" | \":planning.assignees\" | \":planning.deadline\" | \":publish\" | \":publish.accepts\" | \":publish.methods?\" | \":publish.stats?\" | \":published\" | \":render-preset\" | \":render.query?\" | \":render.result?\" | \":render.schedulers?\" | \":render.stats?\" | \":revs?\" | \":role.tags\" | \":script.children\" | \":search?\" | \":settings\" | \":storyboard\" | \":storyboard.pipelines\" | \":subtitle\" | \":subtitle-style\" | \":template\" | \":user\" | \":user-notification\" | \":user-notification.readAt\" | \":user.latestSeenNotification\" | \":user.receivedNotifications?\" | \":user.unseenNotifications?\" | \"comment-reaction\" | \"comment-read-mark\")",
|
|
169
|
-
value: input
|
|
170
|
-
}, errorFactory);
|
|
171
|
-
})(input, "$input", true);
|
|
172
|
-
return input;
|
|
173
|
-
}; const stringify = input => {
|
|
174
|
-
const $string = __typia.json.createAssertStringify.string;
|
|
175
|
-
const $throws = __typia.json.createAssertStringify.throws;
|
|
176
|
-
return (() => {
|
|
177
|
-
if ("string" === typeof input)
|
|
178
|
-
return $string(input);
|
|
179
|
-
if ("string" === typeof input)
|
|
180
|
-
return "\"" + input + "\"";
|
|
181
|
-
$throws({
|
|
182
|
-
expected: "(\":_user-notification-status\" | \":asset.assignees?\" | \":asset.comments?\" | \":asset.controllers?\" | \":asset.created?\" | \":asset.deadlines?\" | \":asset.duration?\" | \":asset.embedding?\" | \":asset.fileRefs?\" | \":asset.icon?\" | \":asset.locations?\" | \":asset.media?\" | \":asset.modified?\" | \":asset.presence?\" | \":asset.publish?\" | \":asset.published?\" | \":asset.refs?\" | \":asset.status?\" | \":asset.tags?\" | \":asset.title?\" | \":asset.types?\" | \":bundle\" | \":bundle.revisions\" | \":clone\" | \":comment\" | \":comment.reactions?\" | \":comment.readMarks?\" | \":comment.replies?\" | \":connection\" | \":connection.methods?\" | \":connection.stats?\" | \":contact\" | \":deepstream.replicate\" | \":edit\" | \":event\" | \":event._template?\" | \":file.replicate\" | \":file.restrictions\" | \":file.stats?\" | \":general.created\" | \":general.description\" | \":general.poster\" | \":general.status\" | \":general.tags\" | \":general.title\" | \":media.consolidate\" | \":media.font\" | \":media.probe?\" | \":media.renders?\" | \":media.restrictions?\" | \":media.source\" | \":media.transcriptChanges\" | \":media.updateGraphics?\" | \":media.updateSubtitles?\" | \":monitor.stats?\" | \":panel\" | \":permission\" | \":permission?\" | \":pipeline\" | \":pipeline-preset\" | \":pipeline.items\" | \":planning\" | \":planning.assignees\" | \":planning.deadline\" | \":publish\" | \":publish.accepts\" | \":publish.methods?\" | \":publish.stats?\" | \":published\" | \":render-preset\" | \":render.query?\" | \":render.result?\" | \":render.schedulers?\" | \":render.stats?\" | \":revs?\" | \":role.tags\" | \":script.children\" | \":search?\" | \":settings\" | \":storyboard\" | \":storyboard.pipelines\" | \":subtitle\" | \":subtitle-style\" | \":template\" | \":user\" | \":user-notification\" | \":user-notification.readAt\" | \":user.latestSeenNotification\" | \":user.receivedNotifications?\" | \":user.unseenNotifications?\" | \"comment-reaction\" | \"comment-read-mark\")",
|
|
183
|
-
value: input
|
|
184
|
-
});
|
|
185
|
-
})();
|
|
186
|
-
}; return stringify(assert(input, errorFactory)); };
|
|
187
|
-
export * from './nxtpression.js';
|
|
1
|
+
export * from "./common/index.js";
|
|
2
|
+
export * from "./app.js";
|
|
3
|
+
export * from "./rpc.js";
|
|
4
|
+
export * from "./records/index.js";
|
|
5
|
+
export * from "./nxtpression.js";
|