@nxtedition/types 23.0.39 → 23.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.d.ts +0 -51
- package/dist/app.js +1 -823
- package/dist/common/block.d.ts +6 -13
- package/dist/common/block.js +597 -1607
- package/dist/common/clone.d.ts +0 -19
- package/dist/common/clone.js +1 -602
- package/dist/common/date.d.ts +0 -7
- package/dist/common/date.js +1 -59
- package/dist/common/error.d.ts +0 -7
- package/dist/common/error.js +1 -404
- package/dist/common/file.d.ts +1 -21
- package/dist/common/file.js +782 -2521
- package/dist/common/index.d.ts +20 -26
- package/dist/common/index.js +20 -134
- package/dist/common/location.d.ts +0 -6
- package/dist/common/location.js +73 -238
- package/dist/common/lock.d.ts +1 -8
- package/dist/common/lock.js +1 -211
- package/dist/common/media.d.ts +0 -7
- package/dist/common/media.js +1 -83
- package/dist/common/nxtpression.d.ts +2 -9
- package/dist/common/nxtpression.js +1 -277
- package/dist/common/pipeline.d.ts +0 -7
- package/dist/common/pipeline.js +1 -97
- package/dist/common/promoted-tag.d.ts +0 -7
- package/dist/common/promoted-tag.js +1 -147
- package/dist/common/render-preset.d.ts +2 -15
- package/dist/common/render-preset.js +1 -1202
- package/dist/common/render-profile.d.ts +0 -19
- package/dist/common/render-profile.js +1 -1052
- package/dist/common/render-query.d.ts +2 -9
- package/dist/common/render-query.js +1 -1754
- package/dist/common/render-scene.d.ts +2 -15
- package/dist/common/render-scene.js +1 -2230
- package/dist/common/rule.d.ts +1 -7
- package/dist/common/rule.js +84 -254
- package/dist/common/search.d.ts +0 -25
- package/dist/common/search.js +1 -1591
- package/dist/common/settings.d.ts +128 -121
- package/dist/common/settings.js +1 -6936
- package/dist/common/subtitle-style.d.ts +25 -0
- package/dist/common/user-notification.d.ts +0 -7
- package/dist/common/user-notification.js +1 -85
- package/dist/index.d.ts +5 -85
- package/dist/index.js +5 -187
- package/dist/nxtpression.d.ts +732 -344
- package/dist/nxtpression.js +1 -323
- package/dist/records/domains/asset.d.ts +106 -0
- package/dist/records/domains/bundle.d.ts +12 -0
- package/dist/records/domains/bundle.js +1 -0
- package/dist/records/domains/clone.d.ts +7 -0
- package/dist/records/domains/clone.js +1 -0
- package/dist/records/domains/comment-reaction.d.ts +8 -0
- package/dist/records/domains/comment-reaction.js +1 -0
- package/dist/records/domains/comment-read-mark.d.ts +8 -0
- package/dist/records/domains/comment-read-mark.js +1 -0
- package/dist/records/domains/comment.d.ts +81 -0
- package/dist/records/domains/comment.js +19 -0
- package/dist/records/domains/connection.d.ts +77 -0
- package/dist/records/domains/connection.js +1 -0
- package/dist/records/domains/contact.d.ts +9 -0
- package/dist/records/domains/contact.js +1 -0
- package/dist/records/domains/deepstream.d.ts +7 -0
- package/dist/records/domains/deepstream.js +1 -0
- package/dist/records/domains/design.d.ts +11 -0
- package/dist/records/domains/design.js +1 -0
- package/dist/records/domains/edit.d.ts +10 -0
- package/dist/records/domains/edit.js +1 -0
- package/dist/records/domains/event.d.ts +66 -0
- package/dist/records/domains/event.js +1 -0
- package/dist/records/domains/file.d.ts +26 -0
- package/dist/records/domains/file.js +1 -0
- package/dist/records/domains/general.d.ts +41 -0
- package/dist/records/domains/general.js +1 -0
- package/dist/records/domains/index.d.ts +77 -0
- package/dist/records/domains/index.js +38 -0
- package/dist/records/domains/media.d.ts +64 -0
- package/dist/records/domains/media.js +1 -0
- package/dist/records/domains/monitor.d.ts +116 -0
- package/dist/records/domains/monitor.js +1 -0
- package/dist/records/domains/panel.d.ts +55 -0
- package/dist/records/domains/panel.js +1 -0
- package/dist/records/domains/permission.d.ts +25 -0
- package/dist/records/domains/permission.js +2 -0
- package/dist/records/domains/pipeline-preset.d.ts +10 -0
- package/dist/records/domains/pipeline-preset.js +1 -0
- package/dist/records/domains/pipeline.d.ts +17 -0
- package/dist/records/domains/pipeline.js +1 -0
- package/dist/records/domains/planning.d.ts +14 -0
- package/dist/records/domains/planning.js +1 -0
- package/dist/records/domains/prompter.d.ts +18 -0
- package/dist/records/domains/prompter.js +1 -0
- package/dist/records/domains/publish.d.ts +145 -0
- package/dist/records/domains/publish.js +1 -0
- package/dist/records/domains/published.d.ts +12 -0
- package/dist/records/domains/published.js +1 -0
- package/dist/records/domains/render-preset.d.ts +5 -0
- package/dist/records/domains/render-preset.js +1 -0
- package/dist/records/domains/render.d.ts +115 -0
- package/dist/records/domains/render.js +1 -0
- package/dist/records/domains/revs.d.ts +6 -0
- package/dist/records/domains/revs.js +1 -0
- package/dist/records/domains/role.d.ts +6 -0
- package/dist/records/domains/role.js +1 -0
- package/dist/records/domains/script.d.ts +101 -0
- package/dist/records/domains/script.js +1 -0
- package/dist/records/domains/search.d.ts +9 -0
- package/dist/records/domains/search.js +1 -0
- package/dist/records/domains/settings.d.ts +5 -0
- package/dist/records/domains/settings.js +1 -0
- package/dist/records/domains/storyboard.d.ts +10 -0
- package/dist/records/domains/storyboard.js +1 -0
- package/dist/records/domains/subtitle-style.d.ts +13 -0
- package/dist/records/domains/subtitle-style.js +1 -0
- package/dist/records/domains/subtitle.d.ts +12 -0
- package/dist/records/domains/subtitle.js +1 -0
- package/dist/records/domains/template.d.ts +10 -0
- package/dist/records/domains/template.js +1 -0
- package/dist/records/domains/user-notification-status.d.ts +30 -0
- package/dist/records/domains/user-notification-status.js +1 -0
- package/dist/records/domains/user-notification.d.ts +69 -0
- package/dist/records/domains/user-notification.js +1 -0
- package/dist/records/domains/user.d.ts +23 -0
- package/dist/records/domains/user.js +1 -0
- package/dist/records/exact/asset.d.ts +83 -0
- package/dist/records/exact/asset.js +1 -0
- package/dist/records/exact/index.d.ts +36 -0
- package/dist/records/exact/index.js +4 -0
- package/dist/records/exact/media.d.ts +52 -0
- package/dist/records/exact/media.js +1 -0
- package/dist/records/exact/monitor.d.ts +46 -0
- package/dist/records/exact/monitor.js +1 -0
- package/dist/records/exact/storage.d.ts +32 -0
- package/dist/records/exact/storage.js +1 -0
- package/dist/records/index.d.ts +10 -0
- package/dist/records/index.js +2 -0
- package/dist/records/utils.d.ts +7 -0
- package/dist/records/utils.js +1 -0
- package/dist/records/utils.tds.d.ts +1 -0
- package/dist/records/utils.tds.js +7 -0
- package/dist/records/validate/assert-guard.d.ts +4 -0
- package/dist/records/validate/assert-guard.js +15861 -0
- package/dist/records/validate/assert.d.ts +4 -0
- package/dist/records/validate/assert.js +15990 -0
- package/dist/records/validate/is.d.ts +4 -0
- package/dist/records/validate/is.js +1017 -0
- package/dist/records/validate/schemas.d.ts +9 -0
- package/dist/records/validate/schemas.js +12613 -0
- package/dist/records/validate/stringify.d.ts +4 -0
- package/dist/records/validate/stringify.js +1904 -0
- package/dist/records/validate/utils.d.ts +15 -0
- package/dist/records/validate/utils.js +18 -0
- package/dist/records/validate/utils.test.d.ts +1 -0
- package/dist/records/validate/utils.test.js +35 -0
- package/dist/records/validate/validate.d.ts +5 -0
- package/dist/records/validate/validate.js +14943 -0
- package/dist/rpc.d.ts +13 -14
- package/dist/rpc.js +126 -511
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +26 -15
- package/dist/asset.d.ts +0 -72
- package/dist/domains/asset.d.ts +0 -227
- package/dist/domains/asset.js +0 -2672
- package/dist/domains/bundle.d.ts +0 -25
- package/dist/domains/bundle.js +0 -512
- package/dist/domains/clone.d.ts +0 -14
- package/dist/domains/clone.js +0 -192
- package/dist/domains/comment-reaction.d.ts +0 -15
- package/dist/domains/comment-reaction.js +0 -115
- package/dist/domains/comment-read-mark.d.ts +0 -15
- package/dist/domains/comment-read-mark.js +0 -115
- package/dist/domains/comment.d.ts +0 -153
- package/dist/domains/comment.js +0 -5906
- package/dist/domains/connection.d.ts +0 -141
- package/dist/domains/connection.js +0 -5860
- package/dist/domains/contact.d.ts +0 -16
- package/dist/domains/contact.js +0 -149
- package/dist/domains/deepstream.d.ts +0 -14
- package/dist/domains/deepstream.js +0 -139
- package/dist/domains/design.d.ts +0 -24
- package/dist/domains/design.js +0 -303
- package/dist/domains/edit.d.ts +0 -17
- package/dist/domains/edit.js +0 -224
- package/dist/domains/event.d.ts +0 -42
- package/dist/domains/event.js +0 -754
- package/dist/domains/file.d.ts +0 -51
- package/dist/domains/file.js +0 -2506
- package/dist/domains/general.d.ts +0 -84
- package/dist/domains/general.js +0 -906
- package/dist/domains/index.d.ts +0 -75
- package/dist/domains/index.js +0 -37
- package/dist/domains/media.d.ts +0 -113
- package/dist/domains/media.js +0 -4553
- package/dist/domains/monitor.d.ts +0 -416
- package/dist/domains/monitor.js +0 -6382
- package/dist/domains/panel.d.ts +0 -371
- package/dist/domains/panel.js +0 -3198
- package/dist/domains/permission.d.ts +0 -61
- package/dist/domains/permission.js +0 -1926
- package/dist/domains/pipeline-preset.d.ts +0 -17
- package/dist/domains/pipeline-preset.js +0 -236
- package/dist/domains/pipeline.d.ts +0 -30
- package/dist/domains/pipeline.js +0 -460
- package/dist/domains/planning.d.ts +0 -33
- package/dist/domains/planning.js +0 -324
- package/dist/domains/publish.d.ts +0 -1397
- package/dist/domains/publish.js +0 -34436
- package/dist/domains/published.d.ts +0 -19
- package/dist/domains/published.js +0 -204
- package/dist/domains/render-preset.d.ts +0 -4
- package/dist/domains/render.d.ts +0 -172
- package/dist/domains/render.js +0 -4783
- package/dist/domains/revs.d.ts +0 -13
- package/dist/domains/revs.js +0 -125
- package/dist/domains/role.d.ts +0 -13
- package/dist/domains/role.js +0 -119
- package/dist/domains/script.d.ts +0 -13
- package/dist/domains/script.js +0 -125
- package/dist/domains/search.d.ts +0 -16
- package/dist/domains/search.js +0 -168
- package/dist/domains/settings.d.ts +0 -12
- package/dist/domains/settings.js +0 -6624
- package/dist/domains/storyboard.d.ts +0 -14
- package/dist/domains/storyboard.js +0 -125
- package/dist/domains/subtitle-style.d.ts +0 -37
- package/dist/domains/subtitle-style.js +0 -485
- package/dist/domains/subtitle.d.ts +0 -19
- package/dist/domains/subtitle.js +0 -212
- package/dist/domains/template.d.ts +0 -23
- package/dist/domains/template.js +0 -372
- package/dist/domains/user-notification-status.d.ts +0 -55
- package/dist/domains/user-notification-status.js +0 -715
- package/dist/domains/user-notification.d.ts +0 -118
- package/dist/domains/user-notification.js +0 -3040
- package/dist/domains/user.d.ts +0 -48
- package/dist/domains/user.js +0 -481
- package/dist/monitor.d.ts +0 -71
- package/dist/monitor.js +0 -1942
- package/dist/schema.json +0 -9075
- package/dist/storage.d.ts +0 -51
- package/dist/storage.js +0 -1036
- /package/dist/{asset.js → common/subtitle-style.js} +0 -0
- /package/dist/{domains/render-preset.js → records/domains/asset.js} +0 -0
package/dist/domains/pipeline.js
DELETED
|
@@ -1,460 +0,0 @@
|
|
|
1
|
-
import __typia from "typia";
|
|
2
|
-
export const isPipelineDomainRecord = input => {
|
|
3
|
-
const $io0 = input => (undefined === input.dummy || "boolean" === typeof input.dummy) && (undefined === input.assetType || "collection" === input.assetType || "pipeline" === input.assetType) && (undefined === input.preset || "string" === typeof input.preset) && (undefined === input.color || "string" === typeof input.color) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.type || "string" === typeof input.type) && (undefined === input.bookmarkId || "string" === typeof input.bookmarkId) && (undefined === input.hiddenCreateMenuItems || "object" === typeof input.hiddenCreateMenuItems && null !== input.hiddenCreateMenuItems && false === Array.isArray(input.hiddenCreateMenuItems) && $io1(input.hiddenCreateMenuItems));
|
|
4
|
-
const $io1 = input => Object.keys(input).every(key => {
|
|
5
|
-
const value = input[key];
|
|
6
|
-
if (undefined === value)
|
|
7
|
-
return true;
|
|
8
|
-
return true;
|
|
9
|
-
});
|
|
10
|
-
return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
|
|
11
|
-
};
|
|
12
|
-
export const assertPipelineDomainRecord = (input, errorFactory) => {
|
|
13
|
-
const __is = input => {
|
|
14
|
-
const $io0 = input => (undefined === input.dummy || "boolean" === typeof input.dummy) && (undefined === input.assetType || "collection" === input.assetType || "pipeline" === input.assetType) && (undefined === input.preset || "string" === typeof input.preset) && (undefined === input.color || "string" === typeof input.color) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.type || "string" === typeof input.type) && (undefined === input.bookmarkId || "string" === typeof input.bookmarkId) && (undefined === input.hiddenCreateMenuItems || "object" === typeof input.hiddenCreateMenuItems && null !== input.hiddenCreateMenuItems && false === Array.isArray(input.hiddenCreateMenuItems) && $io1(input.hiddenCreateMenuItems));
|
|
15
|
-
const $io1 = input => Object.keys(input).every(key => {
|
|
16
|
-
const value = input[key];
|
|
17
|
-
if (undefined === value)
|
|
18
|
-
return true;
|
|
19
|
-
return true;
|
|
20
|
-
});
|
|
21
|
-
return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
|
|
22
|
-
};
|
|
23
|
-
if (false === __is(input))
|
|
24
|
-
((input, _path, _exceptionable = true) => {
|
|
25
|
-
const $guard = __typia.createAssert.guard;
|
|
26
|
-
const $join = __typia.createAssert.join;
|
|
27
|
-
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.dummy || "boolean" === typeof input.dummy || $guard(_exceptionable, {
|
|
28
|
-
path: _path + ".dummy",
|
|
29
|
-
expected: "(boolean | undefined)",
|
|
30
|
-
value: input.dummy
|
|
31
|
-
}, errorFactory)) && (undefined === input.assetType || "collection" === input.assetType || "pipeline" === input.assetType || $guard(_exceptionable, {
|
|
32
|
-
path: _path + ".assetType",
|
|
33
|
-
expected: "(\"collection\" | \"pipeline\" | undefined)",
|
|
34
|
-
value: input.assetType
|
|
35
|
-
}, errorFactory)) && (undefined === input.preset || "string" === typeof input.preset || $guard(_exceptionable, {
|
|
36
|
-
path: _path + ".preset",
|
|
37
|
-
expected: "(string | undefined)",
|
|
38
|
-
value: input.preset
|
|
39
|
-
}, errorFactory)) && (undefined === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
40
|
-
path: _path + ".color",
|
|
41
|
-
expected: "(string | undefined)",
|
|
42
|
-
value: input.color
|
|
43
|
-
}, errorFactory)) && (undefined === input.tags || (Array.isArray(input.tags) || $guard(_exceptionable, {
|
|
44
|
-
path: _path + ".tags",
|
|
45
|
-
expected: "(Array<string> | undefined)",
|
|
46
|
-
value: input.tags
|
|
47
|
-
}, errorFactory)) && input.tags.every((elem, _index1) => "string" === typeof elem || $guard(_exceptionable, {
|
|
48
|
-
path: _path + ".tags[" + _index1 + "]",
|
|
49
|
-
expected: "string",
|
|
50
|
-
value: elem
|
|
51
|
-
}, errorFactory)) || $guard(_exceptionable, {
|
|
52
|
-
path: _path + ".tags",
|
|
53
|
-
expected: "(Array<string> | undefined)",
|
|
54
|
-
value: input.tags
|
|
55
|
-
}, errorFactory)) && (undefined === input.type || "string" === typeof input.type || $guard(_exceptionable, {
|
|
56
|
-
path: _path + ".type",
|
|
57
|
-
expected: "(string | undefined)",
|
|
58
|
-
value: input.type
|
|
59
|
-
}, errorFactory)) && (undefined === input.bookmarkId || "string" === typeof input.bookmarkId || $guard(_exceptionable, {
|
|
60
|
-
path: _path + ".bookmarkId",
|
|
61
|
-
expected: "(string | undefined)",
|
|
62
|
-
value: input.bookmarkId
|
|
63
|
-
}, errorFactory)) && (undefined === input.hiddenCreateMenuItems || ("object" === typeof input.hiddenCreateMenuItems && null !== input.hiddenCreateMenuItems && false === Array.isArray(input.hiddenCreateMenuItems) || $guard(_exceptionable, {
|
|
64
|
-
path: _path + ".hiddenCreateMenuItems",
|
|
65
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
66
|
-
value: input.hiddenCreateMenuItems
|
|
67
|
-
}, errorFactory)) && $ao1(input.hiddenCreateMenuItems, _path + ".hiddenCreateMenuItems", true && _exceptionable) || $guard(_exceptionable, {
|
|
68
|
-
path: _path + ".hiddenCreateMenuItems",
|
|
69
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
70
|
-
value: input.hiddenCreateMenuItems
|
|
71
|
-
}, errorFactory));
|
|
72
|
-
const $ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
73
|
-
const value = input[key];
|
|
74
|
-
if (undefined === value)
|
|
75
|
-
return true;
|
|
76
|
-
return true;
|
|
77
|
-
});
|
|
78
|
-
return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
|
|
79
|
-
path: _path + "",
|
|
80
|
-
expected: "PipelineDomainRecord",
|
|
81
|
-
value: input
|
|
82
|
-
}, errorFactory)) && $ao0(input, _path + "", true) || $guard(true, {
|
|
83
|
-
path: _path + "",
|
|
84
|
-
expected: "PipelineDomainRecord",
|
|
85
|
-
value: input
|
|
86
|
-
}, errorFactory);
|
|
87
|
-
})(input, "$input", true);
|
|
88
|
-
return input;
|
|
89
|
-
};
|
|
90
|
-
export const randomPipelineDomainRecord = generator => {
|
|
91
|
-
const $generator = __typia.createRandom.generator;
|
|
92
|
-
const $pick = __typia.createRandom.pick;
|
|
93
|
-
const $ro0 = (_recursive = false, _depth = 0) => ({
|
|
94
|
-
dummy: $pick([
|
|
95
|
-
() => undefined,
|
|
96
|
-
() => (generator?.boolean ?? $generator.boolean)()
|
|
97
|
-
])(),
|
|
98
|
-
assetType: $pick([
|
|
99
|
-
() => undefined,
|
|
100
|
-
() => "collection",
|
|
101
|
-
() => "pipeline"
|
|
102
|
-
])(),
|
|
103
|
-
preset: $pick([
|
|
104
|
-
() => undefined,
|
|
105
|
-
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
106
|
-
])(),
|
|
107
|
-
color: $pick([
|
|
108
|
-
() => undefined,
|
|
109
|
-
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
110
|
-
])(),
|
|
111
|
-
tags: $pick([
|
|
112
|
-
() => undefined,
|
|
113
|
-
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
114
|
-
])(),
|
|
115
|
-
type: $pick([
|
|
116
|
-
() => undefined,
|
|
117
|
-
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
118
|
-
])(),
|
|
119
|
-
bookmarkId: $pick([
|
|
120
|
-
() => undefined,
|
|
121
|
-
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
122
|
-
])(),
|
|
123
|
-
hiddenCreateMenuItems: $pick([
|
|
124
|
-
() => undefined,
|
|
125
|
-
() => $ro1(_recursive, _recursive ? 1 + _depth : _depth)
|
|
126
|
-
])()
|
|
127
|
-
});
|
|
128
|
-
const $ro1 = (_recursive = false, _depth = 0) => {
|
|
129
|
-
const output = {};
|
|
130
|
-
(generator?.array ?? $generator.array)(() => output[(generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()] = "any type used...", (generator?.integer ?? $generator.integer)(0, 3));
|
|
131
|
-
return output;
|
|
132
|
-
};
|
|
133
|
-
return $ro0();
|
|
134
|
-
};
|
|
135
|
-
export const assertGuardPipelineDomainRecord = (input, errorFactory) => {
|
|
136
|
-
const __is = input => {
|
|
137
|
-
const $io0 = input => (undefined === input.dummy || "boolean" === typeof input.dummy) && (undefined === input.assetType || "collection" === input.assetType || "pipeline" === input.assetType) && (undefined === input.preset || "string" === typeof input.preset) && (undefined === input.color || "string" === typeof input.color) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.type || "string" === typeof input.type) && (undefined === input.bookmarkId || "string" === typeof input.bookmarkId) && (undefined === input.hiddenCreateMenuItems || "object" === typeof input.hiddenCreateMenuItems && null !== input.hiddenCreateMenuItems && false === Array.isArray(input.hiddenCreateMenuItems) && $io1(input.hiddenCreateMenuItems));
|
|
138
|
-
const $io1 = input => Object.keys(input).every(key => {
|
|
139
|
-
const value = input[key];
|
|
140
|
-
if (undefined === value)
|
|
141
|
-
return true;
|
|
142
|
-
return true;
|
|
143
|
-
});
|
|
144
|
-
return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
|
|
145
|
-
};
|
|
146
|
-
if (false === __is(input))
|
|
147
|
-
((input, _path, _exceptionable = true) => {
|
|
148
|
-
const $guard = __typia.createAssertGuard.guard;
|
|
149
|
-
const $join = __typia.createAssertGuard.join;
|
|
150
|
-
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.dummy || "boolean" === typeof input.dummy || $guard(_exceptionable, {
|
|
151
|
-
path: _path + ".dummy",
|
|
152
|
-
expected: "(boolean | undefined)",
|
|
153
|
-
value: input.dummy
|
|
154
|
-
}, errorFactory)) && (undefined === input.assetType || "collection" === input.assetType || "pipeline" === input.assetType || $guard(_exceptionable, {
|
|
155
|
-
path: _path + ".assetType",
|
|
156
|
-
expected: "(\"collection\" | \"pipeline\" | undefined)",
|
|
157
|
-
value: input.assetType
|
|
158
|
-
}, errorFactory)) && (undefined === input.preset || "string" === typeof input.preset || $guard(_exceptionable, {
|
|
159
|
-
path: _path + ".preset",
|
|
160
|
-
expected: "(string | undefined)",
|
|
161
|
-
value: input.preset
|
|
162
|
-
}, errorFactory)) && (undefined === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
163
|
-
path: _path + ".color",
|
|
164
|
-
expected: "(string | undefined)",
|
|
165
|
-
value: input.color
|
|
166
|
-
}, errorFactory)) && (undefined === input.tags || (Array.isArray(input.tags) || $guard(_exceptionable, {
|
|
167
|
-
path: _path + ".tags",
|
|
168
|
-
expected: "(Array<string> | undefined)",
|
|
169
|
-
value: input.tags
|
|
170
|
-
}, errorFactory)) && input.tags.every((elem, _index1) => "string" === typeof elem || $guard(_exceptionable, {
|
|
171
|
-
path: _path + ".tags[" + _index1 + "]",
|
|
172
|
-
expected: "string",
|
|
173
|
-
value: elem
|
|
174
|
-
}, errorFactory)) || $guard(_exceptionable, {
|
|
175
|
-
path: _path + ".tags",
|
|
176
|
-
expected: "(Array<string> | undefined)",
|
|
177
|
-
value: input.tags
|
|
178
|
-
}, errorFactory)) && (undefined === input.type || "string" === typeof input.type || $guard(_exceptionable, {
|
|
179
|
-
path: _path + ".type",
|
|
180
|
-
expected: "(string | undefined)",
|
|
181
|
-
value: input.type
|
|
182
|
-
}, errorFactory)) && (undefined === input.bookmarkId || "string" === typeof input.bookmarkId || $guard(_exceptionable, {
|
|
183
|
-
path: _path + ".bookmarkId",
|
|
184
|
-
expected: "(string | undefined)",
|
|
185
|
-
value: input.bookmarkId
|
|
186
|
-
}, errorFactory)) && (undefined === input.hiddenCreateMenuItems || ("object" === typeof input.hiddenCreateMenuItems && null !== input.hiddenCreateMenuItems && false === Array.isArray(input.hiddenCreateMenuItems) || $guard(_exceptionable, {
|
|
187
|
-
path: _path + ".hiddenCreateMenuItems",
|
|
188
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
189
|
-
value: input.hiddenCreateMenuItems
|
|
190
|
-
}, errorFactory)) && $ao1(input.hiddenCreateMenuItems, _path + ".hiddenCreateMenuItems", true && _exceptionable) || $guard(_exceptionable, {
|
|
191
|
-
path: _path + ".hiddenCreateMenuItems",
|
|
192
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
193
|
-
value: input.hiddenCreateMenuItems
|
|
194
|
-
}, errorFactory));
|
|
195
|
-
const $ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
196
|
-
const value = input[key];
|
|
197
|
-
if (undefined === value)
|
|
198
|
-
return true;
|
|
199
|
-
return true;
|
|
200
|
-
});
|
|
201
|
-
return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
|
|
202
|
-
path: _path + "",
|
|
203
|
-
expected: "PipelineDomainRecord",
|
|
204
|
-
value: input
|
|
205
|
-
}, errorFactory)) && $ao0(input, _path + "", true) || $guard(true, {
|
|
206
|
-
path: _path + "",
|
|
207
|
-
expected: "PipelineDomainRecord",
|
|
208
|
-
value: input
|
|
209
|
-
}, errorFactory);
|
|
210
|
-
})(input, "$input", true);
|
|
211
|
-
};
|
|
212
|
-
export const stringifyPipelineDomainRecord = input => {
|
|
213
|
-
const $io1 = input => Object.keys(input).every(key => {
|
|
214
|
-
const value = input[key];
|
|
215
|
-
if (undefined === value)
|
|
216
|
-
return true;
|
|
217
|
-
return true;
|
|
218
|
-
});
|
|
219
|
-
const $string = __typia.json.createStringify.string;
|
|
220
|
-
const $throws = __typia.json.createStringify.throws;
|
|
221
|
-
const $tail = __typia.json.createStringify.tail;
|
|
222
|
-
const $so0 = input => `{${$tail(`${undefined === input.dummy ? "" : `"dummy":${undefined !== input.dummy ? input.dummy : undefined},`}${undefined === input.assetType ? "" : `"assetType":${undefined !== input.assetType ? (() => {
|
|
223
|
-
if ("string" === typeof input.assetType)
|
|
224
|
-
return $string(input.assetType);
|
|
225
|
-
if ("string" === typeof input.assetType)
|
|
226
|
-
return "\"" + input.assetType + "\"";
|
|
227
|
-
$throws({
|
|
228
|
-
expected: "(\"collection\" | \"pipeline\" | undefined)",
|
|
229
|
-
value: input.assetType
|
|
230
|
-
});
|
|
231
|
-
})() : undefined},`}${undefined === input.preset ? "" : `"preset":${undefined !== input.preset ? $string(input.preset) : undefined},`}${undefined === input.color ? "" : `"color":${undefined !== input.color ? $string(input.color) : undefined},`}${undefined === input.tags ? "" : `"tags":${undefined !== input.tags ? `[${input.tags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.type ? "" : `"type":${undefined !== input.type ? $string(input.type) : undefined},`}${undefined === input.bookmarkId ? "" : `"bookmarkId":${undefined !== input.bookmarkId ? $string(input.bookmarkId) : undefined},`}${undefined === input.hiddenCreateMenuItems ? "" : `"hiddenCreateMenuItems":${undefined !== input.hiddenCreateMenuItems ? $so1(input.hiddenCreateMenuItems) : undefined}`}`)}}`;
|
|
232
|
-
const $so1 = input => `{${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
233
|
-
return ""; return `${JSON.stringify(key)}:${undefined !== value ? JSON.stringify(value) : undefined}`; }).filter(str => "" !== str).join(",")}}`;
|
|
234
|
-
return $so0(input);
|
|
235
|
-
};
|
|
236
|
-
export const assertStringifyPipelineDomainRecord = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
237
|
-
const __is = input => {
|
|
238
|
-
const $io0 = input => (undefined === input.dummy || "boolean" === typeof input.dummy) && (undefined === input.assetType || "collection" === input.assetType || "pipeline" === input.assetType) && (undefined === input.preset || "string" === typeof input.preset) && (undefined === input.color || "string" === typeof input.color) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.type || "string" === typeof input.type) && (undefined === input.bookmarkId || "string" === typeof input.bookmarkId) && (undefined === input.hiddenCreateMenuItems || "object" === typeof input.hiddenCreateMenuItems && null !== input.hiddenCreateMenuItems && false === Array.isArray(input.hiddenCreateMenuItems) && $io1(input.hiddenCreateMenuItems));
|
|
239
|
-
const $io1 = input => Object.keys(input).every(key => {
|
|
240
|
-
const value = input[key];
|
|
241
|
-
if (undefined === value)
|
|
242
|
-
return true;
|
|
243
|
-
return true;
|
|
244
|
-
});
|
|
245
|
-
return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
|
|
246
|
-
};
|
|
247
|
-
if (false === __is(input))
|
|
248
|
-
((input, _path, _exceptionable = true) => {
|
|
249
|
-
const $guard = __typia.json.createAssertStringify.guard;
|
|
250
|
-
const $join = __typia.json.createAssertStringify.join;
|
|
251
|
-
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.dummy || "boolean" === typeof input.dummy || $guard(_exceptionable, {
|
|
252
|
-
path: _path + ".dummy",
|
|
253
|
-
expected: "(boolean | undefined)",
|
|
254
|
-
value: input.dummy
|
|
255
|
-
}, errorFactory)) && (undefined === input.assetType || "collection" === input.assetType || "pipeline" === input.assetType || $guard(_exceptionable, {
|
|
256
|
-
path: _path + ".assetType",
|
|
257
|
-
expected: "(\"collection\" | \"pipeline\" | undefined)",
|
|
258
|
-
value: input.assetType
|
|
259
|
-
}, errorFactory)) && (undefined === input.preset || "string" === typeof input.preset || $guard(_exceptionable, {
|
|
260
|
-
path: _path + ".preset",
|
|
261
|
-
expected: "(string | undefined)",
|
|
262
|
-
value: input.preset
|
|
263
|
-
}, errorFactory)) && (undefined === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
264
|
-
path: _path + ".color",
|
|
265
|
-
expected: "(string | undefined)",
|
|
266
|
-
value: input.color
|
|
267
|
-
}, errorFactory)) && (undefined === input.tags || (Array.isArray(input.tags) || $guard(_exceptionable, {
|
|
268
|
-
path: _path + ".tags",
|
|
269
|
-
expected: "(Array<string> | undefined)",
|
|
270
|
-
value: input.tags
|
|
271
|
-
}, errorFactory)) && input.tags.every((elem, _index1) => "string" === typeof elem || $guard(_exceptionable, {
|
|
272
|
-
path: _path + ".tags[" + _index1 + "]",
|
|
273
|
-
expected: "string",
|
|
274
|
-
value: elem
|
|
275
|
-
}, errorFactory)) || $guard(_exceptionable, {
|
|
276
|
-
path: _path + ".tags",
|
|
277
|
-
expected: "(Array<string> | undefined)",
|
|
278
|
-
value: input.tags
|
|
279
|
-
}, errorFactory)) && (undefined === input.type || "string" === typeof input.type || $guard(_exceptionable, {
|
|
280
|
-
path: _path + ".type",
|
|
281
|
-
expected: "(string | undefined)",
|
|
282
|
-
value: input.type
|
|
283
|
-
}, errorFactory)) && (undefined === input.bookmarkId || "string" === typeof input.bookmarkId || $guard(_exceptionable, {
|
|
284
|
-
path: _path + ".bookmarkId",
|
|
285
|
-
expected: "(string | undefined)",
|
|
286
|
-
value: input.bookmarkId
|
|
287
|
-
}, errorFactory)) && (undefined === input.hiddenCreateMenuItems || ("object" === typeof input.hiddenCreateMenuItems && null !== input.hiddenCreateMenuItems && false === Array.isArray(input.hiddenCreateMenuItems) || $guard(_exceptionable, {
|
|
288
|
-
path: _path + ".hiddenCreateMenuItems",
|
|
289
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
290
|
-
value: input.hiddenCreateMenuItems
|
|
291
|
-
}, errorFactory)) && $ao1(input.hiddenCreateMenuItems, _path + ".hiddenCreateMenuItems", true && _exceptionable) || $guard(_exceptionable, {
|
|
292
|
-
path: _path + ".hiddenCreateMenuItems",
|
|
293
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
294
|
-
value: input.hiddenCreateMenuItems
|
|
295
|
-
}, errorFactory));
|
|
296
|
-
const $ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
297
|
-
const value = input[key];
|
|
298
|
-
if (undefined === value)
|
|
299
|
-
return true;
|
|
300
|
-
return true;
|
|
301
|
-
});
|
|
302
|
-
return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
|
|
303
|
-
path: _path + "",
|
|
304
|
-
expected: "PipelineDomainRecord",
|
|
305
|
-
value: input
|
|
306
|
-
}, errorFactory)) && $ao0(input, _path + "", true) || $guard(true, {
|
|
307
|
-
path: _path + "",
|
|
308
|
-
expected: "PipelineDomainRecord",
|
|
309
|
-
value: input
|
|
310
|
-
}, errorFactory);
|
|
311
|
-
})(input, "$input", true);
|
|
312
|
-
return input;
|
|
313
|
-
}; const stringify = input => {
|
|
314
|
-
const $io1 = input => Object.keys(input).every(key => {
|
|
315
|
-
const value = input[key];
|
|
316
|
-
if (undefined === value)
|
|
317
|
-
return true;
|
|
318
|
-
return true;
|
|
319
|
-
});
|
|
320
|
-
const $string = __typia.json.createAssertStringify.string;
|
|
321
|
-
const $throws = __typia.json.createAssertStringify.throws;
|
|
322
|
-
const $tail = __typia.json.createAssertStringify.tail;
|
|
323
|
-
const $so0 = input => `{${$tail(`${undefined === input.dummy ? "" : `"dummy":${undefined !== input.dummy ? input.dummy : undefined},`}${undefined === input.assetType ? "" : `"assetType":${undefined !== input.assetType ? (() => {
|
|
324
|
-
if ("string" === typeof input.assetType)
|
|
325
|
-
return $string(input.assetType);
|
|
326
|
-
if ("string" === typeof input.assetType)
|
|
327
|
-
return "\"" + input.assetType + "\"";
|
|
328
|
-
$throws({
|
|
329
|
-
expected: "(\"collection\" | \"pipeline\" | undefined)",
|
|
330
|
-
value: input.assetType
|
|
331
|
-
});
|
|
332
|
-
})() : undefined},`}${undefined === input.preset ? "" : `"preset":${undefined !== input.preset ? $string(input.preset) : undefined},`}${undefined === input.color ? "" : `"color":${undefined !== input.color ? $string(input.color) : undefined},`}${undefined === input.tags ? "" : `"tags":${undefined !== input.tags ? `[${input.tags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.type ? "" : `"type":${undefined !== input.type ? $string(input.type) : undefined},`}${undefined === input.bookmarkId ? "" : `"bookmarkId":${undefined !== input.bookmarkId ? $string(input.bookmarkId) : undefined},`}${undefined === input.hiddenCreateMenuItems ? "" : `"hiddenCreateMenuItems":${undefined !== input.hiddenCreateMenuItems ? $so1(input.hiddenCreateMenuItems) : undefined}`}`)}}`;
|
|
333
|
-
const $so1 = input => `{${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
334
|
-
return ""; return `${JSON.stringify(key)}:${undefined !== value ? JSON.stringify(value) : undefined}`; }).filter(str => "" !== str).join(",")}}`;
|
|
335
|
-
return $so0(input);
|
|
336
|
-
}; return stringify(assert(input, errorFactory)); };
|
|
337
|
-
export const isPipelineDomainItemsRecord = input => {
|
|
338
|
-
const $io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "string" === typeof elem);
|
|
339
|
-
return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
|
|
340
|
-
};
|
|
341
|
-
export const assertPipelineDomainItemsRecord = (input, errorFactory) => {
|
|
342
|
-
const __is = input => {
|
|
343
|
-
const $io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "string" === typeof elem);
|
|
344
|
-
return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
|
|
345
|
-
};
|
|
346
|
-
if (false === __is(input))
|
|
347
|
-
((input, _path, _exceptionable = true) => {
|
|
348
|
-
const $guard = __typia.createAssert.guard;
|
|
349
|
-
const $ao0 = (input, _path, _exceptionable = true) => undefined === input.value || (Array.isArray(input.value) || $guard(_exceptionable, {
|
|
350
|
-
path: _path + ".value",
|
|
351
|
-
expected: "(Array<string> | undefined)",
|
|
352
|
-
value: input.value
|
|
353
|
-
}, errorFactory)) && input.value.every((elem, _index1) => "string" === typeof elem || $guard(_exceptionable, {
|
|
354
|
-
path: _path + ".value[" + _index1 + "]",
|
|
355
|
-
expected: "string",
|
|
356
|
-
value: elem
|
|
357
|
-
}, errorFactory)) || $guard(_exceptionable, {
|
|
358
|
-
path: _path + ".value",
|
|
359
|
-
expected: "(Array<string> | undefined)",
|
|
360
|
-
value: input.value
|
|
361
|
-
}, errorFactory);
|
|
362
|
-
return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
|
|
363
|
-
path: _path + "",
|
|
364
|
-
expected: "PipelineDomainItemsRecord",
|
|
365
|
-
value: input
|
|
366
|
-
}, errorFactory)) && $ao0(input, _path + "", true) || $guard(true, {
|
|
367
|
-
path: _path + "",
|
|
368
|
-
expected: "PipelineDomainItemsRecord",
|
|
369
|
-
value: input
|
|
370
|
-
}, errorFactory);
|
|
371
|
-
})(input, "$input", true);
|
|
372
|
-
return input;
|
|
373
|
-
};
|
|
374
|
-
export const randomPipelineDomainItemsRecord = generator => {
|
|
375
|
-
const $generator = __typia.createRandom.generator;
|
|
376
|
-
const $pick = __typia.createRandom.pick;
|
|
377
|
-
const $ro0 = (_recursive = false, _depth = 0) => ({
|
|
378
|
-
value: $pick([
|
|
379
|
-
() => undefined,
|
|
380
|
-
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
381
|
-
])()
|
|
382
|
-
});
|
|
383
|
-
return $ro0();
|
|
384
|
-
};
|
|
385
|
-
export const assertGuardPipelineDomainItemsRecord = (input, errorFactory) => {
|
|
386
|
-
const __is = input => {
|
|
387
|
-
const $io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "string" === typeof elem);
|
|
388
|
-
return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
|
|
389
|
-
};
|
|
390
|
-
if (false === __is(input))
|
|
391
|
-
((input, _path, _exceptionable = true) => {
|
|
392
|
-
const $guard = __typia.createAssertGuard.guard;
|
|
393
|
-
const $ao0 = (input, _path, _exceptionable = true) => undefined === input.value || (Array.isArray(input.value) || $guard(_exceptionable, {
|
|
394
|
-
path: _path + ".value",
|
|
395
|
-
expected: "(Array<string> | undefined)",
|
|
396
|
-
value: input.value
|
|
397
|
-
}, errorFactory)) && input.value.every((elem, _index1) => "string" === typeof elem || $guard(_exceptionable, {
|
|
398
|
-
path: _path + ".value[" + _index1 + "]",
|
|
399
|
-
expected: "string",
|
|
400
|
-
value: elem
|
|
401
|
-
}, errorFactory)) || $guard(_exceptionable, {
|
|
402
|
-
path: _path + ".value",
|
|
403
|
-
expected: "(Array<string> | undefined)",
|
|
404
|
-
value: input.value
|
|
405
|
-
}, errorFactory);
|
|
406
|
-
return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
|
|
407
|
-
path: _path + "",
|
|
408
|
-
expected: "PipelineDomainItemsRecord",
|
|
409
|
-
value: input
|
|
410
|
-
}, errorFactory)) && $ao0(input, _path + "", true) || $guard(true, {
|
|
411
|
-
path: _path + "",
|
|
412
|
-
expected: "PipelineDomainItemsRecord",
|
|
413
|
-
value: input
|
|
414
|
-
}, errorFactory);
|
|
415
|
-
})(input, "$input", true);
|
|
416
|
-
};
|
|
417
|
-
export const stringifyPipelineDomainItemsRecord = input => {
|
|
418
|
-
const $string = __typia.json.createStringify.string;
|
|
419
|
-
const $tail = __typia.json.createStringify.tail;
|
|
420
|
-
const $so0 = input => `{${$tail(`${undefined === input.value ? "" : `"value":${undefined !== input.value ? `[${input.value.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
|
|
421
|
-
return $so0(input);
|
|
422
|
-
};
|
|
423
|
-
export const assertStringifyPipelineDomainItemsRecord = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
424
|
-
const __is = input => {
|
|
425
|
-
const $io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "string" === typeof elem);
|
|
426
|
-
return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
|
|
427
|
-
};
|
|
428
|
-
if (false === __is(input))
|
|
429
|
-
((input, _path, _exceptionable = true) => {
|
|
430
|
-
const $guard = __typia.json.createAssertStringify.guard;
|
|
431
|
-
const $ao0 = (input, _path, _exceptionable = true) => undefined === input.value || (Array.isArray(input.value) || $guard(_exceptionable, {
|
|
432
|
-
path: _path + ".value",
|
|
433
|
-
expected: "(Array<string> | undefined)",
|
|
434
|
-
value: input.value
|
|
435
|
-
}, errorFactory)) && input.value.every((elem, _index1) => "string" === typeof elem || $guard(_exceptionable, {
|
|
436
|
-
path: _path + ".value[" + _index1 + "]",
|
|
437
|
-
expected: "string",
|
|
438
|
-
value: elem
|
|
439
|
-
}, errorFactory)) || $guard(_exceptionable, {
|
|
440
|
-
path: _path + ".value",
|
|
441
|
-
expected: "(Array<string> | undefined)",
|
|
442
|
-
value: input.value
|
|
443
|
-
}, errorFactory);
|
|
444
|
-
return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
|
|
445
|
-
path: _path + "",
|
|
446
|
-
expected: "PipelineDomainItemsRecord",
|
|
447
|
-
value: input
|
|
448
|
-
}, errorFactory)) && $ao0(input, _path + "", true) || $guard(true, {
|
|
449
|
-
path: _path + "",
|
|
450
|
-
expected: "PipelineDomainItemsRecord",
|
|
451
|
-
value: input
|
|
452
|
-
}, errorFactory);
|
|
453
|
-
})(input, "$input", true);
|
|
454
|
-
return input;
|
|
455
|
-
}; const stringify = input => {
|
|
456
|
-
const $string = __typia.json.createAssertStringify.string;
|
|
457
|
-
const $tail = __typia.json.createAssertStringify.tail;
|
|
458
|
-
const $so0 = input => `{${$tail(`${undefined === input.value ? "" : `"value":${undefined !== input.value ? `[${input.value.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
|
|
459
|
-
return $so0(input);
|
|
460
|
-
}; return stringify(assert(input, errorFactory)); };
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { type AssertionGuard as __AssertionGuard } from "typia";
|
|
2
|
-
export interface PlanningDomainRecords {
|
|
3
|
-
":planning": PlanningRecord;
|
|
4
|
-
":planning.assignees": PlanningAssigneesRecord;
|
|
5
|
-
":planning.deadline": PlanningDeadlineRecord;
|
|
6
|
-
}
|
|
7
|
-
export interface PlanningRecord {
|
|
8
|
-
deadline?: string | null;
|
|
9
|
-
}
|
|
10
|
-
export declare const isPlanningRecord: (input: unknown) => input is PlanningRecord;
|
|
11
|
-
export declare const assertPlanningRecord: (input: unknown) => PlanningRecord;
|
|
12
|
-
export declare const randomPlanningRecord: () => PlanningRecord;
|
|
13
|
-
export declare const assertGuardPlanningRecord: __AssertionGuard<PlanningRecord>;
|
|
14
|
-
export declare const stringifyPlanningRecord: (input: PlanningRecord) => string;
|
|
15
|
-
export declare const assertStringifyPlanningRecord: (input: unknown) => string;
|
|
16
|
-
export interface PlanningAssigneesRecord {
|
|
17
|
-
value?: string[];
|
|
18
|
-
}
|
|
19
|
-
export declare const isPlanningAssigneesRecord: (input: unknown) => input is PlanningAssigneesRecord;
|
|
20
|
-
export declare const assertPlanningAssigneesRecord: (input: unknown) => PlanningAssigneesRecord;
|
|
21
|
-
export declare const randomPlanningAssigneesRecord: () => PlanningAssigneesRecord;
|
|
22
|
-
export declare const assertGuardPlanningAssigneesRecord: __AssertionGuard<PlanningAssigneesRecord>;
|
|
23
|
-
export declare const stringifyPlanningAssigneesRecord: (input: PlanningAssigneesRecord) => string;
|
|
24
|
-
export declare const assertStringifyPlanningAssigneesRecord: (input: unknown) => string;
|
|
25
|
-
export interface PlanningDeadlineRecord {
|
|
26
|
-
value: string | null;
|
|
27
|
-
}
|
|
28
|
-
export declare const isPlanningDeadlineRecord: (input: unknown) => input is PlanningDeadlineRecord;
|
|
29
|
-
export declare const assertPlanningDeadlineRecord: (input: unknown) => PlanningDeadlineRecord;
|
|
30
|
-
export declare const randomPlanningDeadlineRecord: () => PlanningDeadlineRecord;
|
|
31
|
-
export declare const assertGuardPlanningDeadlineRecord: __AssertionGuard<PlanningDeadlineRecord>;
|
|
32
|
-
export declare const stringifyPlanningDeadlineRecord: (input: PlanningDeadlineRecord) => string;
|
|
33
|
-
export declare const assertStringifyPlanningDeadlineRecord: (input: unknown) => string;
|