@ms-cloudpack/api-server 0.60.0 → 0.60.1

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.
Files changed (42) hide show
  1. package/lib/data/busSources.d.ts +18 -292
  2. package/lib/data/busSources.d.ts.map +1 -1
  3. package/lib/index.d.ts +2 -1
  4. package/lib/index.d.ts.map +1 -1
  5. package/lib/index.js +1 -1
  6. package/lib/index.js.map +1 -1
  7. package/lib/types/TaskDescription.d.ts +14 -224
  8. package/lib/types/TaskDescription.d.ts.map +1 -1
  9. package/lib/types/TaskDescription.js +2 -2
  10. package/lib/types/TaskDescription.js.map +1 -1
  11. package/lib/types/TaskEndDescription.d.ts +14 -224
  12. package/lib/types/TaskEndDescription.d.ts.map +1 -1
  13. package/lib/types/TaskList.d.ts +18 -292
  14. package/lib/types/TaskList.d.ts.map +1 -1
  15. package/lib/types/TaskMessage.d.ts +11 -108
  16. package/lib/types/TaskMessage.d.ts.map +1 -1
  17. package/lib/types/TaskMessage.js +3 -2
  18. package/lib/types/TaskMessage.js.map +1 -1
  19. package/lib/types/TaskMessageLocation.d.ts +6 -13
  20. package/lib/types/TaskMessageLocation.d.ts.map +1 -1
  21. package/lib/types/TaskMessageLocation.js +2 -1
  22. package/lib/types/TaskMessageLocation.js.map +1 -1
  23. package/lib/utilities/matchingZodObject.d.ts +4 -0
  24. package/lib/utilities/matchingZodObject.d.ts.map +1 -1
  25. package/lib/utilities/matchingZodObject.js +4 -0
  26. package/lib/utilities/matchingZodObject.js.map +1 -1
  27. package/lib/utilities/writeStubForDensityEntries.d.ts.map +1 -1
  28. package/lib/utilities/writeStubForDensityEntries.js +2 -1
  29. package/lib/utilities/writeStubForDensityEntries.js.map +1 -1
  30. package/package.json +1 -1
  31. package/lib/types/TaskResponse.d.ts +0 -337
  32. package/lib/types/TaskResponse.d.ts.map +0 -1
  33. package/lib/types/TaskResponse.js +0 -8
  34. package/lib/types/TaskResponse.js.map +0 -1
  35. package/lib/types/TaskResult.d.ts +0 -233
  36. package/lib/types/TaskResult.d.ts.map +0 -1
  37. package/lib/types/TaskResult.js +0 -7
  38. package/lib/types/TaskResult.js.map +0 -1
  39. package/lib/types/Timings.d.ts +0 -20
  40. package/lib/types/Timings.d.ts.map +0 -1
  41. package/lib/types/Timings.js +0 -5
  42. package/lib/types/Timings.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"TaskDescription.js","sourceRoot":"","sources":["../../src/types/TaskDescription.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC;KAChC,MAAM,CAAC;IACN,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,QAAQ,EAAE;IACjE,OAAO,EAAE,UAAU,CAAC,QAAQ,EAAE;IAC9B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3C,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC;KACD,MAAM,CAAC,uBAAuB,CAAC,KAAK,CAAC;KACrC,MAAM,CAAC,qBAAqB,CAAC,KAAK,CAAC,CAAC","sourcesContent":["import z from 'zod';\nimport { ZodTaskStartDescription } from './TaskStartDescription.js';\nimport { ZodTaskEndDescription } from './TaskEndDescription.js';\nimport { ZodTimings } from './Timings.js';\n\nexport const ZodTaskDescription = z\n .object({\n status: z.literal('pending').or(z.literal('complete')).optional(),\n timings: ZodTimings.optional(),\n startTime: z.number(),\n durationMilliseconds: z.number().optional(),\n lastUpdated: z.number().optional(),\n })\n .extend(ZodTaskStartDescription.shape)\n .extend(ZodTaskEndDescription.shape);\n\nexport type TaskDescription = z.infer<typeof ZodTaskDescription>;\n"]}
1
+ {"version":3,"file":"TaskDescription.js","sourceRoot":"","sources":["../../src/types/TaskDescription.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC;KAChC,MAAM,CAAC;IACN,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,QAAQ,EAAE;IACjE,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3C,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC;KACD,MAAM,CAAC,uBAAuB,CAAC,KAAK,CAAC;KACrC,MAAM,CAAC,qBAAqB,CAAC,KAAK,CAAC,CAAC","sourcesContent":["import z from 'zod';\nimport { ZodTaskStartDescription } from './TaskStartDescription.js';\nimport { ZodTaskEndDescription } from './TaskEndDescription.js';\nimport { ZodTiming } from './Timing.js';\n\nexport const ZodTaskDescription = z\n .object({\n status: z.literal('pending').or(z.literal('complete')).optional(),\n timings: z.array(ZodTiming).optional(),\n startTime: z.number(),\n durationMilliseconds: z.number().optional(),\n lastUpdated: z.number().optional(),\n })\n .extend(ZodTaskStartDescription.shape)\n .extend(ZodTaskEndDescription.shape);\n\nexport type TaskDescription = z.infer<typeof ZodTaskDescription>;\n"]}
@@ -2,235 +2,25 @@ import z from 'zod';
2
2
  export declare const ZodTaskEndDescription: z.ZodObject<{
3
3
  id: z.ZodString;
4
4
  errors: z.ZodOptional<z.ZodArray<z.ZodObject<{
5
- text: z.ZodString;
6
- source: z.ZodString;
7
- location: z.ZodOptional<z.ZodObject<{
8
- file: z.ZodString;
9
- line: z.ZodOptional<z.ZodNumber>;
10
- column: z.ZodOptional<z.ZodNumber>;
11
- }, "strip", z.ZodTypeAny, {
12
- file: string;
13
- line?: number | undefined;
14
- column?: number | undefined;
15
- }, {
16
- file: string;
17
- line?: number | undefined;
18
- column?: number | undefined;
19
- }>>;
20
- notes: z.ZodOptional<z.ZodArray<z.ZodObject<{
21
- text: z.ZodString;
22
- location: z.ZodOptional<z.ZodObject<{
23
- file: z.ZodString;
24
- line: z.ZodOptional<z.ZodNumber>;
25
- column: z.ZodOptional<z.ZodNumber>;
26
- }, "strip", z.ZodTypeAny, {
27
- file: string;
28
- line?: number | undefined;
29
- column?: number | undefined;
30
- }, {
31
- file: string;
32
- line?: number | undefined;
33
- column?: number | undefined;
34
- }>>;
35
- }, "strip", z.ZodTypeAny, {
36
- text: string;
37
- location?: {
38
- file: string;
39
- line?: number | undefined;
40
- column?: number | undefined;
41
- } | undefined;
42
- }, {
43
- text: string;
44
- location?: {
45
- file: string;
46
- line?: number | undefined;
47
- column?: number | undefined;
48
- } | undefined;
49
- }>, "many">>;
50
- }, "strip", z.ZodTypeAny, {
51
- text: string;
52
- source: string;
53
- location?: {
54
- file: string;
55
- line?: number | undefined;
56
- column?: number | undefined;
57
- } | undefined;
58
- notes?: {
59
- text: string;
60
- location?: {
61
- file: string;
62
- line?: number | undefined;
63
- column?: number | undefined;
64
- } | undefined;
65
- }[] | undefined;
66
- }, {
67
- text: string;
68
- source: string;
69
- location?: {
70
- file: string;
71
- line?: number | undefined;
72
- column?: number | undefined;
73
- } | undefined;
74
- notes?: {
75
- text: string;
76
- location?: {
77
- file: string;
78
- line?: number | undefined;
79
- column?: number | undefined;
80
- } | undefined;
81
- }[] | undefined;
82
- }>, "many">>;
5
+ text: z.ZodType<string, z.ZodTypeDef, string>;
6
+ source: z.ZodType<string, z.ZodTypeDef, string>;
7
+ location: z.ZodType<import("@ms-cloudpack/common-types").BundleMessageLocation | undefined, z.ZodTypeDef, import("@ms-cloudpack/common-types").BundleMessageLocation | undefined>;
8
+ notes: z.ZodType<import("@ms-cloudpack/common-types").BundleMessageNote[] | undefined, z.ZodTypeDef, import("@ms-cloudpack/common-types").BundleMessageNote[] | undefined>;
9
+ }, "strict", z.ZodTypeAny, import("@ms-cloudpack/common-types").BundleMessage, import("@ms-cloudpack/common-types").BundleMessage>, "many">>;
83
10
  warnings: z.ZodOptional<z.ZodArray<z.ZodObject<{
84
- text: z.ZodString;
85
- source: z.ZodString;
86
- location: z.ZodOptional<z.ZodObject<{
87
- file: z.ZodString;
88
- line: z.ZodOptional<z.ZodNumber>;
89
- column: z.ZodOptional<z.ZodNumber>;
90
- }, "strip", z.ZodTypeAny, {
91
- file: string;
92
- line?: number | undefined;
93
- column?: number | undefined;
94
- }, {
95
- file: string;
96
- line?: number | undefined;
97
- column?: number | undefined;
98
- }>>;
99
- notes: z.ZodOptional<z.ZodArray<z.ZodObject<{
100
- text: z.ZodString;
101
- location: z.ZodOptional<z.ZodObject<{
102
- file: z.ZodString;
103
- line: z.ZodOptional<z.ZodNumber>;
104
- column: z.ZodOptional<z.ZodNumber>;
105
- }, "strip", z.ZodTypeAny, {
106
- file: string;
107
- line?: number | undefined;
108
- column?: number | undefined;
109
- }, {
110
- file: string;
111
- line?: number | undefined;
112
- column?: number | undefined;
113
- }>>;
114
- }, "strip", z.ZodTypeAny, {
115
- text: string;
116
- location?: {
117
- file: string;
118
- line?: number | undefined;
119
- column?: number | undefined;
120
- } | undefined;
121
- }, {
122
- text: string;
123
- location?: {
124
- file: string;
125
- line?: number | undefined;
126
- column?: number | undefined;
127
- } | undefined;
128
- }>, "many">>;
129
- }, "strip", z.ZodTypeAny, {
130
- text: string;
131
- source: string;
132
- location?: {
133
- file: string;
134
- line?: number | undefined;
135
- column?: number | undefined;
136
- } | undefined;
137
- notes?: {
138
- text: string;
139
- location?: {
140
- file: string;
141
- line?: number | undefined;
142
- column?: number | undefined;
143
- } | undefined;
144
- }[] | undefined;
145
- }, {
146
- text: string;
147
- source: string;
148
- location?: {
149
- file: string;
150
- line?: number | undefined;
151
- column?: number | undefined;
152
- } | undefined;
153
- notes?: {
154
- text: string;
155
- location?: {
156
- file: string;
157
- line?: number | undefined;
158
- column?: number | undefined;
159
- } | undefined;
160
- }[] | undefined;
161
- }>, "many">>;
11
+ text: z.ZodType<string, z.ZodTypeDef, string>;
12
+ source: z.ZodType<string, z.ZodTypeDef, string>;
13
+ location: z.ZodType<import("@ms-cloudpack/common-types").BundleMessageLocation | undefined, z.ZodTypeDef, import("@ms-cloudpack/common-types").BundleMessageLocation | undefined>;
14
+ notes: z.ZodType<import("@ms-cloudpack/common-types").BundleMessageNote[] | undefined, z.ZodTypeDef, import("@ms-cloudpack/common-types").BundleMessageNote[] | undefined>;
15
+ }, "strict", z.ZodTypeAny, import("@ms-cloudpack/common-types").BundleMessage, import("@ms-cloudpack/common-types").BundleMessage>, "many">>;
162
16
  }, "strip", z.ZodTypeAny, {
163
17
  id: string;
164
- errors?: {
165
- text: string;
166
- source: string;
167
- location?: {
168
- file: string;
169
- line?: number | undefined;
170
- column?: number | undefined;
171
- } | undefined;
172
- notes?: {
173
- text: string;
174
- location?: {
175
- file: string;
176
- line?: number | undefined;
177
- column?: number | undefined;
178
- } | undefined;
179
- }[] | undefined;
180
- }[] | undefined;
181
- warnings?: {
182
- text: string;
183
- source: string;
184
- location?: {
185
- file: string;
186
- line?: number | undefined;
187
- column?: number | undefined;
188
- } | undefined;
189
- notes?: {
190
- text: string;
191
- location?: {
192
- file: string;
193
- line?: number | undefined;
194
- column?: number | undefined;
195
- } | undefined;
196
- }[] | undefined;
197
- }[] | undefined;
18
+ errors?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
19
+ warnings?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
198
20
  }, {
199
21
  id: string;
200
- errors?: {
201
- text: string;
202
- source: string;
203
- location?: {
204
- file: string;
205
- line?: number | undefined;
206
- column?: number | undefined;
207
- } | undefined;
208
- notes?: {
209
- text: string;
210
- location?: {
211
- file: string;
212
- line?: number | undefined;
213
- column?: number | undefined;
214
- } | undefined;
215
- }[] | undefined;
216
- }[] | undefined;
217
- warnings?: {
218
- text: string;
219
- source: string;
220
- location?: {
221
- file: string;
222
- line?: number | undefined;
223
- column?: number | undefined;
224
- } | undefined;
225
- notes?: {
226
- text: string;
227
- location?: {
228
- file: string;
229
- line?: number | undefined;
230
- column?: number | undefined;
231
- } | undefined;
232
- }[] | undefined;
233
- }[] | undefined;
22
+ errors?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
23
+ warnings?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
234
24
  }>;
235
25
  export type TaskEndDescription = z.infer<typeof ZodTaskEndDescription>;
236
26
  //# sourceMappingURL=TaskEndDescription.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TaskEndDescription.d.ts","sourceRoot":"","sources":["../../src/types/TaskEndDescription.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIhC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
1
+ {"version":3,"file":"TaskEndDescription.d.ts","sourceRoot":"","sources":["../../src/types/TaskEndDescription.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;EAIhC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
@@ -29,163 +29,17 @@ export declare const ZodTaskList: z.ZodObject<{
29
29
  }>, {
30
30
  id: z.ZodString;
31
31
  errors: z.ZodOptional<z.ZodArray<z.ZodObject<{
32
- text: z.ZodString;
33
- source: z.ZodString;
34
- location: z.ZodOptional<z.ZodObject<{
35
- file: z.ZodString;
36
- line: z.ZodOptional<z.ZodNumber>;
37
- column: z.ZodOptional<z.ZodNumber>;
38
- }, "strip", z.ZodTypeAny, {
39
- file: string;
40
- line?: number | undefined;
41
- column?: number | undefined;
42
- }, {
43
- file: string;
44
- line?: number | undefined;
45
- column?: number | undefined;
46
- }>>;
47
- notes: z.ZodOptional<z.ZodArray<z.ZodObject<{
48
- text: z.ZodString;
49
- location: z.ZodOptional<z.ZodObject<{
50
- file: z.ZodString;
51
- line: z.ZodOptional<z.ZodNumber>;
52
- column: z.ZodOptional<z.ZodNumber>;
53
- }, "strip", z.ZodTypeAny, {
54
- file: string;
55
- line?: number | undefined;
56
- column?: number | undefined;
57
- }, {
58
- file: string;
59
- line?: number | undefined;
60
- column?: number | undefined;
61
- }>>;
62
- }, "strip", z.ZodTypeAny, {
63
- text: string;
64
- location?: {
65
- file: string;
66
- line?: number | undefined;
67
- column?: number | undefined;
68
- } | undefined;
69
- }, {
70
- text: string;
71
- location?: {
72
- file: string;
73
- line?: number | undefined;
74
- column?: number | undefined;
75
- } | undefined;
76
- }>, "many">>;
77
- }, "strip", z.ZodTypeAny, {
78
- text: string;
79
- source: string;
80
- location?: {
81
- file: string;
82
- line?: number | undefined;
83
- column?: number | undefined;
84
- } | undefined;
85
- notes?: {
86
- text: string;
87
- location?: {
88
- file: string;
89
- line?: number | undefined;
90
- column?: number | undefined;
91
- } | undefined;
92
- }[] | undefined;
93
- }, {
94
- text: string;
95
- source: string;
96
- location?: {
97
- file: string;
98
- line?: number | undefined;
99
- column?: number | undefined;
100
- } | undefined;
101
- notes?: {
102
- text: string;
103
- location?: {
104
- file: string;
105
- line?: number | undefined;
106
- column?: number | undefined;
107
- } | undefined;
108
- }[] | undefined;
109
- }>, "many">>;
32
+ text: z.ZodType<string, z.ZodTypeDef, string>;
33
+ source: z.ZodType<string, z.ZodTypeDef, string>;
34
+ location: z.ZodType<import("@ms-cloudpack/common-types").BundleMessageLocation | undefined, z.ZodTypeDef, import("@ms-cloudpack/common-types").BundleMessageLocation | undefined>;
35
+ notes: z.ZodType<import("@ms-cloudpack/common-types").BundleMessageNote[] | undefined, z.ZodTypeDef, import("@ms-cloudpack/common-types").BundleMessageNote[] | undefined>;
36
+ }, "strict", z.ZodTypeAny, import("@ms-cloudpack/common-types").BundleMessage, import("@ms-cloudpack/common-types").BundleMessage>, "many">>;
110
37
  warnings: z.ZodOptional<z.ZodArray<z.ZodObject<{
111
- text: z.ZodString;
112
- source: z.ZodString;
113
- location: z.ZodOptional<z.ZodObject<{
114
- file: z.ZodString;
115
- line: z.ZodOptional<z.ZodNumber>;
116
- column: z.ZodOptional<z.ZodNumber>;
117
- }, "strip", z.ZodTypeAny, {
118
- file: string;
119
- line?: number | undefined;
120
- column?: number | undefined;
121
- }, {
122
- file: string;
123
- line?: number | undefined;
124
- column?: number | undefined;
125
- }>>;
126
- notes: z.ZodOptional<z.ZodArray<z.ZodObject<{
127
- text: z.ZodString;
128
- location: z.ZodOptional<z.ZodObject<{
129
- file: z.ZodString;
130
- line: z.ZodOptional<z.ZodNumber>;
131
- column: z.ZodOptional<z.ZodNumber>;
132
- }, "strip", z.ZodTypeAny, {
133
- file: string;
134
- line?: number | undefined;
135
- column?: number | undefined;
136
- }, {
137
- file: string;
138
- line?: number | undefined;
139
- column?: number | undefined;
140
- }>>;
141
- }, "strip", z.ZodTypeAny, {
142
- text: string;
143
- location?: {
144
- file: string;
145
- line?: number | undefined;
146
- column?: number | undefined;
147
- } | undefined;
148
- }, {
149
- text: string;
150
- location?: {
151
- file: string;
152
- line?: number | undefined;
153
- column?: number | undefined;
154
- } | undefined;
155
- }>, "many">>;
156
- }, "strip", z.ZodTypeAny, {
157
- text: string;
158
- source: string;
159
- location?: {
160
- file: string;
161
- line?: number | undefined;
162
- column?: number | undefined;
163
- } | undefined;
164
- notes?: {
165
- text: string;
166
- location?: {
167
- file: string;
168
- line?: number | undefined;
169
- column?: number | undefined;
170
- } | undefined;
171
- }[] | undefined;
172
- }, {
173
- text: string;
174
- source: string;
175
- location?: {
176
- file: string;
177
- line?: number | undefined;
178
- column?: number | undefined;
179
- } | undefined;
180
- notes?: {
181
- text: string;
182
- location?: {
183
- file: string;
184
- line?: number | undefined;
185
- column?: number | undefined;
186
- } | undefined;
187
- }[] | undefined;
188
- }>, "many">>;
38
+ text: z.ZodType<string, z.ZodTypeDef, string>;
39
+ source: z.ZodType<string, z.ZodTypeDef, string>;
40
+ location: z.ZodType<import("@ms-cloudpack/common-types").BundleMessageLocation | undefined, z.ZodTypeDef, import("@ms-cloudpack/common-types").BundleMessageLocation | undefined>;
41
+ notes: z.ZodType<import("@ms-cloudpack/common-types").BundleMessageNote[] | undefined, z.ZodTypeDef, import("@ms-cloudpack/common-types").BundleMessageNote[] | undefined>;
42
+ }, "strict", z.ZodTypeAny, import("@ms-cloudpack/common-types").BundleMessage, import("@ms-cloudpack/common-types").BundleMessage>, "many">>;
189
43
  }>, "strip", z.ZodTypeAny, {
190
44
  id: string;
191
45
  startTime: number;
@@ -193,40 +47,8 @@ export declare const ZodTaskList: z.ZodObject<{
193
47
  name?: string | undefined;
194
48
  inputPath?: string | undefined;
195
49
  outputPath?: string | undefined;
196
- errors?: {
197
- text: string;
198
- source: string;
199
- location?: {
200
- file: string;
201
- line?: number | undefined;
202
- column?: number | undefined;
203
- } | undefined;
204
- notes?: {
205
- text: string;
206
- location?: {
207
- file: string;
208
- line?: number | undefined;
209
- column?: number | undefined;
210
- } | undefined;
211
- }[] | undefined;
212
- }[] | undefined;
213
- warnings?: {
214
- text: string;
215
- source: string;
216
- location?: {
217
- file: string;
218
- line?: number | undefined;
219
- column?: number | undefined;
220
- } | undefined;
221
- notes?: {
222
- text: string;
223
- location?: {
224
- file: string;
225
- line?: number | undefined;
226
- column?: number | undefined;
227
- } | undefined;
228
- }[] | undefined;
229
- }[] | undefined;
50
+ errors?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
51
+ warnings?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
230
52
  timings?: {
231
53
  name: string;
232
54
  start: number;
@@ -242,40 +64,8 @@ export declare const ZodTaskList: z.ZodObject<{
242
64
  name?: string | undefined;
243
65
  inputPath?: string | undefined;
244
66
  outputPath?: string | undefined;
245
- errors?: {
246
- text: string;
247
- source: string;
248
- location?: {
249
- file: string;
250
- line?: number | undefined;
251
- column?: number | undefined;
252
- } | undefined;
253
- notes?: {
254
- text: string;
255
- location?: {
256
- file: string;
257
- line?: number | undefined;
258
- column?: number | undefined;
259
- } | undefined;
260
- }[] | undefined;
261
- }[] | undefined;
262
- warnings?: {
263
- text: string;
264
- source: string;
265
- location?: {
266
- file: string;
267
- line?: number | undefined;
268
- column?: number | undefined;
269
- } | undefined;
270
- notes?: {
271
- text: string;
272
- location?: {
273
- file: string;
274
- line?: number | undefined;
275
- column?: number | undefined;
276
- } | undefined;
277
- }[] | undefined;
278
- }[] | undefined;
67
+ errors?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
68
+ warnings?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
279
69
  timings?: {
280
70
  name: string;
281
71
  start: number;
@@ -293,40 +83,8 @@ export declare const ZodTaskList: z.ZodObject<{
293
83
  name?: string | undefined;
294
84
  inputPath?: string | undefined;
295
85
  outputPath?: string | undefined;
296
- errors?: {
297
- text: string;
298
- source: string;
299
- location?: {
300
- file: string;
301
- line?: number | undefined;
302
- column?: number | undefined;
303
- } | undefined;
304
- notes?: {
305
- text: string;
306
- location?: {
307
- file: string;
308
- line?: number | undefined;
309
- column?: number | undefined;
310
- } | undefined;
311
- }[] | undefined;
312
- }[] | undefined;
313
- warnings?: {
314
- text: string;
315
- source: string;
316
- location?: {
317
- file: string;
318
- line?: number | undefined;
319
- column?: number | undefined;
320
- } | undefined;
321
- notes?: {
322
- text: string;
323
- location?: {
324
- file: string;
325
- line?: number | undefined;
326
- column?: number | undefined;
327
- } | undefined;
328
- }[] | undefined;
329
- }[] | undefined;
86
+ errors?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
87
+ warnings?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
330
88
  timings?: {
331
89
  name: string;
332
90
  start: number;
@@ -344,40 +102,8 @@ export declare const ZodTaskList: z.ZodObject<{
344
102
  name?: string | undefined;
345
103
  inputPath?: string | undefined;
346
104
  outputPath?: string | undefined;
347
- errors?: {
348
- text: string;
349
- source: string;
350
- location?: {
351
- file: string;
352
- line?: number | undefined;
353
- column?: number | undefined;
354
- } | undefined;
355
- notes?: {
356
- text: string;
357
- location?: {
358
- file: string;
359
- line?: number | undefined;
360
- column?: number | undefined;
361
- } | undefined;
362
- }[] | undefined;
363
- }[] | undefined;
364
- warnings?: {
365
- text: string;
366
- source: string;
367
- location?: {
368
- file: string;
369
- line?: number | undefined;
370
- column?: number | undefined;
371
- } | undefined;
372
- notes?: {
373
- text: string;
374
- location?: {
375
- file: string;
376
- line?: number | undefined;
377
- column?: number | undefined;
378
- } | undefined;
379
- }[] | undefined;
380
- }[] | undefined;
105
+ errors?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
106
+ warnings?: import("@ms-cloudpack/common-types").BundleMessage[] | undefined;
381
107
  timings?: {
382
108
  name: string;
383
109
  start: number;
@@ -1 +1 @@
1
- {"version":3,"file":"TaskList.d.ts","sourceRoot":"","sources":["../../src/types/TaskList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEtB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"TaskList.d.ts","sourceRoot":"","sources":["../../src/types/TaskList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEtB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC"}