@cdktn/cli-core 0.24.0-pre.11 → 0.24.0-pre.24
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/.spec.swcrc +22 -0
- package/build/lib/local-provider-constraints.d.ts +3 -3
- package/build/lib/models/interactive-process.d.ts.map +1 -1
- package/build/lib/models/interactive-process.js +3 -5
- package/build/lib/models/schema.d.ts +150 -150
- package/build/lib/terraform-json.d.ts +48 -48
- package/jest.config.js +25 -11
- package/package.json +12 -15
|
@@ -38,17 +38,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
38
38
|
resource_name: z.ZodString;
|
|
39
39
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
+
addr: string;
|
|
41
42
|
module: string;
|
|
42
43
|
resource: string;
|
|
43
|
-
addr: string;
|
|
44
44
|
implied_provider: string;
|
|
45
45
|
resource_type: string;
|
|
46
46
|
resource_name: string;
|
|
47
47
|
resource_key?: string | null | undefined;
|
|
48
48
|
}, {
|
|
49
|
+
addr: string;
|
|
49
50
|
module: string;
|
|
50
51
|
resource: string;
|
|
51
|
-
addr: string;
|
|
52
52
|
implied_provider: string;
|
|
53
53
|
resource_type: string;
|
|
54
54
|
resource_name: string;
|
|
@@ -59,9 +59,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
59
59
|
reason: z.ZodEnum<["tainted", "requested", "cannot_update"]>;
|
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
|
61
61
|
resource: {
|
|
62
|
+
addr: string;
|
|
62
63
|
module: string;
|
|
63
64
|
resource: string;
|
|
64
|
-
addr: string;
|
|
65
65
|
implied_provider: string;
|
|
66
66
|
resource_type: string;
|
|
67
67
|
resource_name: string;
|
|
@@ -71,9 +71,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
71
71
|
reason: "tainted" | "requested" | "cannot_update";
|
|
72
72
|
}, {
|
|
73
73
|
resource: {
|
|
74
|
+
addr: string;
|
|
74
75
|
module: string;
|
|
75
76
|
resource: string;
|
|
76
|
-
addr: string;
|
|
77
77
|
implied_provider: string;
|
|
78
78
|
resource_type: string;
|
|
79
79
|
resource_name: string;
|
|
@@ -91,17 +91,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
91
91
|
resource_name: z.ZodString;
|
|
92
92
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
|
+
addr: string;
|
|
94
95
|
module: string;
|
|
95
96
|
resource: string;
|
|
96
|
-
addr: string;
|
|
97
97
|
implied_provider: string;
|
|
98
98
|
resource_type: string;
|
|
99
99
|
resource_name: string;
|
|
100
100
|
resource_key?: string | null | undefined;
|
|
101
101
|
}, {
|
|
102
|
+
addr: string;
|
|
102
103
|
module: string;
|
|
103
104
|
resource: string;
|
|
104
|
-
addr: string;
|
|
105
105
|
implied_provider: string;
|
|
106
106
|
resource_type: string;
|
|
107
107
|
resource_name: string;
|
|
@@ -110,9 +110,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
110
110
|
action: z.ZodEnum<["noop", "create", "read", "update", "delete"]>;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
112
|
resource: {
|
|
113
|
+
addr: string;
|
|
113
114
|
module: string;
|
|
114
115
|
resource: string;
|
|
115
|
-
addr: string;
|
|
116
116
|
implied_provider: string;
|
|
117
117
|
resource_type: string;
|
|
118
118
|
resource_name: string;
|
|
@@ -121,9 +121,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
121
121
|
action: "create" | "update" | "delete" | "read" | "noop";
|
|
122
122
|
}, {
|
|
123
123
|
resource: {
|
|
124
|
+
addr: string;
|
|
124
125
|
module: string;
|
|
125
126
|
resource: string;
|
|
126
|
-
addr: string;
|
|
127
127
|
implied_provider: string;
|
|
128
128
|
resource_type: string;
|
|
129
129
|
resource_name: string;
|
|
@@ -148,17 +148,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
148
148
|
resource_name: z.ZodString;
|
|
149
149
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
|
+
addr: string;
|
|
151
152
|
module: string;
|
|
152
153
|
resource: string;
|
|
153
|
-
addr: string;
|
|
154
154
|
implied_provider: string;
|
|
155
155
|
resource_type: string;
|
|
156
156
|
resource_name: string;
|
|
157
157
|
resource_key?: string | null | undefined;
|
|
158
158
|
}, {
|
|
159
|
+
addr: string;
|
|
159
160
|
module: string;
|
|
160
161
|
resource: string;
|
|
161
|
-
addr: string;
|
|
162
162
|
implied_provider: string;
|
|
163
163
|
resource_type: string;
|
|
164
164
|
resource_name: string;
|
|
@@ -169,9 +169,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
169
169
|
reason: z.ZodEnum<["tainted", "requested", "cannot_update"]>;
|
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
|
171
171
|
resource: {
|
|
172
|
+
addr: string;
|
|
172
173
|
module: string;
|
|
173
174
|
resource: string;
|
|
174
|
-
addr: string;
|
|
175
175
|
implied_provider: string;
|
|
176
176
|
resource_type: string;
|
|
177
177
|
resource_name: string;
|
|
@@ -181,9 +181,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
181
181
|
reason: "tainted" | "requested" | "cannot_update";
|
|
182
182
|
}, {
|
|
183
183
|
resource: {
|
|
184
|
+
addr: string;
|
|
184
185
|
module: string;
|
|
185
186
|
resource: string;
|
|
186
|
-
addr: string;
|
|
187
187
|
implied_provider: string;
|
|
188
188
|
resource_type: string;
|
|
189
189
|
resource_name: string;
|
|
@@ -201,17 +201,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
201
201
|
resource_name: z.ZodString;
|
|
202
202
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
203
203
|
}, "strip", z.ZodTypeAny, {
|
|
204
|
+
addr: string;
|
|
204
205
|
module: string;
|
|
205
206
|
resource: string;
|
|
206
|
-
addr: string;
|
|
207
207
|
implied_provider: string;
|
|
208
208
|
resource_type: string;
|
|
209
209
|
resource_name: string;
|
|
210
210
|
resource_key?: string | null | undefined;
|
|
211
211
|
}, {
|
|
212
|
+
addr: string;
|
|
212
213
|
module: string;
|
|
213
214
|
resource: string;
|
|
214
|
-
addr: string;
|
|
215
215
|
implied_provider: string;
|
|
216
216
|
resource_type: string;
|
|
217
217
|
resource_name: string;
|
|
@@ -220,9 +220,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
220
220
|
action: z.ZodEnum<["noop", "create", "read", "update", "delete"]>;
|
|
221
221
|
}, "strip", z.ZodTypeAny, {
|
|
222
222
|
resource: {
|
|
223
|
+
addr: string;
|
|
223
224
|
module: string;
|
|
224
225
|
resource: string;
|
|
225
|
-
addr: string;
|
|
226
226
|
implied_provider: string;
|
|
227
227
|
resource_type: string;
|
|
228
228
|
resource_name: string;
|
|
@@ -231,9 +231,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
231
231
|
action: "create" | "update" | "delete" | "read" | "noop";
|
|
232
232
|
}, {
|
|
233
233
|
resource: {
|
|
234
|
+
addr: string;
|
|
234
235
|
module: string;
|
|
235
236
|
resource: string;
|
|
236
|
-
addr: string;
|
|
237
237
|
implied_provider: string;
|
|
238
238
|
resource_type: string;
|
|
239
239
|
resource_name: string;
|
|
@@ -258,17 +258,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
258
258
|
resource_name: z.ZodString;
|
|
259
259
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
+
addr: string;
|
|
261
262
|
module: string;
|
|
262
263
|
resource: string;
|
|
263
|
-
addr: string;
|
|
264
264
|
implied_provider: string;
|
|
265
265
|
resource_type: string;
|
|
266
266
|
resource_name: string;
|
|
267
267
|
resource_key?: string | null | undefined;
|
|
268
268
|
}, {
|
|
269
|
+
addr: string;
|
|
269
270
|
module: string;
|
|
270
271
|
resource: string;
|
|
271
|
-
addr: string;
|
|
272
272
|
implied_provider: string;
|
|
273
273
|
resource_type: string;
|
|
274
274
|
resource_name: string;
|
|
@@ -279,9 +279,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
279
279
|
reason: z.ZodEnum<["tainted", "requested", "cannot_update"]>;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
281
|
resource: {
|
|
282
|
+
addr: string;
|
|
282
283
|
module: string;
|
|
283
284
|
resource: string;
|
|
284
|
-
addr: string;
|
|
285
285
|
implied_provider: string;
|
|
286
286
|
resource_type: string;
|
|
287
287
|
resource_name: string;
|
|
@@ -291,9 +291,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
291
291
|
reason: "tainted" | "requested" | "cannot_update";
|
|
292
292
|
}, {
|
|
293
293
|
resource: {
|
|
294
|
+
addr: string;
|
|
294
295
|
module: string;
|
|
295
296
|
resource: string;
|
|
296
|
-
addr: string;
|
|
297
297
|
implied_provider: string;
|
|
298
298
|
resource_type: string;
|
|
299
299
|
resource_name: string;
|
|
@@ -311,17 +311,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
311
311
|
resource_name: z.ZodString;
|
|
312
312
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
313
313
|
}, "strip", z.ZodTypeAny, {
|
|
314
|
+
addr: string;
|
|
314
315
|
module: string;
|
|
315
316
|
resource: string;
|
|
316
|
-
addr: string;
|
|
317
317
|
implied_provider: string;
|
|
318
318
|
resource_type: string;
|
|
319
319
|
resource_name: string;
|
|
320
320
|
resource_key?: string | null | undefined;
|
|
321
321
|
}, {
|
|
322
|
+
addr: string;
|
|
322
323
|
module: string;
|
|
323
324
|
resource: string;
|
|
324
|
-
addr: string;
|
|
325
325
|
implied_provider: string;
|
|
326
326
|
resource_type: string;
|
|
327
327
|
resource_name: string;
|
|
@@ -330,9 +330,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
330
330
|
action: z.ZodEnum<["noop", "create", "read", "update", "delete"]>;
|
|
331
331
|
}, "strip", z.ZodTypeAny, {
|
|
332
332
|
resource: {
|
|
333
|
+
addr: string;
|
|
333
334
|
module: string;
|
|
334
335
|
resource: string;
|
|
335
|
-
addr: string;
|
|
336
336
|
implied_provider: string;
|
|
337
337
|
resource_type: string;
|
|
338
338
|
resource_name: string;
|
|
@@ -341,9 +341,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
341
341
|
action: "create" | "update" | "delete" | "read" | "noop";
|
|
342
342
|
}, {
|
|
343
343
|
resource: {
|
|
344
|
+
addr: string;
|
|
344
345
|
module: string;
|
|
345
346
|
resource: string;
|
|
346
|
-
addr: string;
|
|
347
347
|
implied_provider: string;
|
|
348
348
|
resource_type: string;
|
|
349
349
|
resource_name: string;
|
|
@@ -497,17 +497,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
497
497
|
resource_name: z.ZodString;
|
|
498
498
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
499
499
|
}, "strip", z.ZodTypeAny, {
|
|
500
|
+
addr: string;
|
|
500
501
|
module: string;
|
|
501
502
|
resource: string;
|
|
502
|
-
addr: string;
|
|
503
503
|
implied_provider: string;
|
|
504
504
|
resource_type: string;
|
|
505
505
|
resource_name: string;
|
|
506
506
|
resource_key?: string | null | undefined;
|
|
507
507
|
}, {
|
|
508
|
+
addr: string;
|
|
508
509
|
module: string;
|
|
509
510
|
resource: string;
|
|
510
|
-
addr: string;
|
|
511
511
|
implied_provider: string;
|
|
512
512
|
resource_type: string;
|
|
513
513
|
resource_name: string;
|
|
@@ -518,9 +518,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
518
518
|
id_value: z.ZodOptional<z.ZodString>;
|
|
519
519
|
}, "strip", z.ZodTypeAny, {
|
|
520
520
|
resource: {
|
|
521
|
+
addr: string;
|
|
521
522
|
module: string;
|
|
522
523
|
resource: string;
|
|
523
|
-
addr: string;
|
|
524
524
|
implied_provider: string;
|
|
525
525
|
resource_type: string;
|
|
526
526
|
resource_name: string;
|
|
@@ -531,9 +531,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
531
531
|
id_value?: string | undefined;
|
|
532
532
|
}, {
|
|
533
533
|
resource: {
|
|
534
|
+
addr: string;
|
|
534
535
|
module: string;
|
|
535
536
|
resource: string;
|
|
536
|
-
addr: string;
|
|
537
537
|
implied_provider: string;
|
|
538
538
|
resource_type: string;
|
|
539
539
|
resource_name: string;
|
|
@@ -560,17 +560,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
560
560
|
resource_name: z.ZodString;
|
|
561
561
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
562
562
|
}, "strip", z.ZodTypeAny, {
|
|
563
|
+
addr: string;
|
|
563
564
|
module: string;
|
|
564
565
|
resource: string;
|
|
565
|
-
addr: string;
|
|
566
566
|
implied_provider: string;
|
|
567
567
|
resource_type: string;
|
|
568
568
|
resource_name: string;
|
|
569
569
|
resource_key?: string | null | undefined;
|
|
570
570
|
}, {
|
|
571
|
+
addr: string;
|
|
571
572
|
module: string;
|
|
572
573
|
resource: string;
|
|
573
|
-
addr: string;
|
|
574
574
|
implied_provider: string;
|
|
575
575
|
resource_type: string;
|
|
576
576
|
resource_name: string;
|
|
@@ -581,9 +581,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
581
581
|
id_value: z.ZodOptional<z.ZodString>;
|
|
582
582
|
}, "strip", z.ZodTypeAny, {
|
|
583
583
|
resource: {
|
|
584
|
+
addr: string;
|
|
584
585
|
module: string;
|
|
585
586
|
resource: string;
|
|
586
|
-
addr: string;
|
|
587
587
|
implied_provider: string;
|
|
588
588
|
resource_type: string;
|
|
589
589
|
resource_name: string;
|
|
@@ -594,9 +594,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
594
594
|
id_value?: string | undefined;
|
|
595
595
|
}, {
|
|
596
596
|
resource: {
|
|
597
|
+
addr: string;
|
|
597
598
|
module: string;
|
|
598
599
|
resource: string;
|
|
599
|
-
addr: string;
|
|
600
600
|
implied_provider: string;
|
|
601
601
|
resource_type: string;
|
|
602
602
|
resource_name: string;
|
|
@@ -623,17 +623,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
623
623
|
resource_name: z.ZodString;
|
|
624
624
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
625
625
|
}, "strip", z.ZodTypeAny, {
|
|
626
|
+
addr: string;
|
|
626
627
|
module: string;
|
|
627
628
|
resource: string;
|
|
628
|
-
addr: string;
|
|
629
629
|
implied_provider: string;
|
|
630
630
|
resource_type: string;
|
|
631
631
|
resource_name: string;
|
|
632
632
|
resource_key?: string | null | undefined;
|
|
633
633
|
}, {
|
|
634
|
+
addr: string;
|
|
634
635
|
module: string;
|
|
635
636
|
resource: string;
|
|
636
|
-
addr: string;
|
|
637
637
|
implied_provider: string;
|
|
638
638
|
resource_type: string;
|
|
639
639
|
resource_name: string;
|
|
@@ -644,9 +644,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
644
644
|
id_value: z.ZodOptional<z.ZodString>;
|
|
645
645
|
}, "strip", z.ZodTypeAny, {
|
|
646
646
|
resource: {
|
|
647
|
+
addr: string;
|
|
647
648
|
module: string;
|
|
648
649
|
resource: string;
|
|
649
|
-
addr: string;
|
|
650
650
|
implied_provider: string;
|
|
651
651
|
resource_type: string;
|
|
652
652
|
resource_name: string;
|
|
@@ -657,9 +657,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
657
657
|
id_value?: string | undefined;
|
|
658
658
|
}, {
|
|
659
659
|
resource: {
|
|
660
|
+
addr: string;
|
|
660
661
|
module: string;
|
|
661
662
|
resource: string;
|
|
662
|
-
addr: string;
|
|
663
663
|
implied_provider: string;
|
|
664
664
|
resource_type: string;
|
|
665
665
|
resource_name: string;
|
|
@@ -686,17 +686,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
686
686
|
resource_name: z.ZodString;
|
|
687
687
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
688
688
|
}, "strip", z.ZodTypeAny, {
|
|
689
|
+
addr: string;
|
|
689
690
|
module: string;
|
|
690
691
|
resource: string;
|
|
691
|
-
addr: string;
|
|
692
692
|
implied_provider: string;
|
|
693
693
|
resource_type: string;
|
|
694
694
|
resource_name: string;
|
|
695
695
|
resource_key?: string | null | undefined;
|
|
696
696
|
}, {
|
|
697
|
+
addr: string;
|
|
697
698
|
module: string;
|
|
698
699
|
resource: string;
|
|
699
|
-
addr: string;
|
|
700
700
|
implied_provider: string;
|
|
701
701
|
resource_type: string;
|
|
702
702
|
resource_name: string;
|
|
@@ -706,9 +706,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
706
706
|
elapsed_seconds: z.ZodNumber;
|
|
707
707
|
}, "strip", z.ZodTypeAny, {
|
|
708
708
|
resource: {
|
|
709
|
+
addr: string;
|
|
709
710
|
module: string;
|
|
710
711
|
resource: string;
|
|
711
|
-
addr: string;
|
|
712
712
|
implied_provider: string;
|
|
713
713
|
resource_type: string;
|
|
714
714
|
resource_name: string;
|
|
@@ -718,9 +718,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
718
718
|
elapsed_seconds: number;
|
|
719
719
|
}, {
|
|
720
720
|
resource: {
|
|
721
|
+
addr: string;
|
|
721
722
|
module: string;
|
|
722
723
|
resource: string;
|
|
723
|
-
addr: string;
|
|
724
724
|
implied_provider: string;
|
|
725
725
|
resource_type: string;
|
|
726
726
|
resource_name: string;
|
|
@@ -746,17 +746,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
746
746
|
resource_name: z.ZodString;
|
|
747
747
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
748
748
|
}, "strip", z.ZodTypeAny, {
|
|
749
|
+
addr: string;
|
|
749
750
|
module: string;
|
|
750
751
|
resource: string;
|
|
751
|
-
addr: string;
|
|
752
752
|
implied_provider: string;
|
|
753
753
|
resource_type: string;
|
|
754
754
|
resource_name: string;
|
|
755
755
|
resource_key?: string | null | undefined;
|
|
756
756
|
}, {
|
|
757
|
+
addr: string;
|
|
757
758
|
module: string;
|
|
758
759
|
resource: string;
|
|
759
|
-
addr: string;
|
|
760
760
|
implied_provider: string;
|
|
761
761
|
resource_type: string;
|
|
762
762
|
resource_name: string;
|
|
@@ -766,9 +766,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
766
766
|
elapsed_seconds: z.ZodNumber;
|
|
767
767
|
}, "strip", z.ZodTypeAny, {
|
|
768
768
|
resource: {
|
|
769
|
+
addr: string;
|
|
769
770
|
module: string;
|
|
770
771
|
resource: string;
|
|
771
|
-
addr: string;
|
|
772
772
|
implied_provider: string;
|
|
773
773
|
resource_type: string;
|
|
774
774
|
resource_name: string;
|
|
@@ -778,9 +778,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
778
778
|
elapsed_seconds: number;
|
|
779
779
|
}, {
|
|
780
780
|
resource: {
|
|
781
|
+
addr: string;
|
|
781
782
|
module: string;
|
|
782
783
|
resource: string;
|
|
783
|
-
addr: string;
|
|
784
784
|
implied_provider: string;
|
|
785
785
|
resource_type: string;
|
|
786
786
|
resource_name: string;
|
|
@@ -806,17 +806,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
806
806
|
resource_name: z.ZodString;
|
|
807
807
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
808
808
|
}, "strip", z.ZodTypeAny, {
|
|
809
|
+
addr: string;
|
|
809
810
|
module: string;
|
|
810
811
|
resource: string;
|
|
811
|
-
addr: string;
|
|
812
812
|
implied_provider: string;
|
|
813
813
|
resource_type: string;
|
|
814
814
|
resource_name: string;
|
|
815
815
|
resource_key?: string | null | undefined;
|
|
816
816
|
}, {
|
|
817
|
+
addr: string;
|
|
817
818
|
module: string;
|
|
818
819
|
resource: string;
|
|
819
|
-
addr: string;
|
|
820
820
|
implied_provider: string;
|
|
821
821
|
resource_type: string;
|
|
822
822
|
resource_name: string;
|
|
@@ -826,9 +826,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
826
826
|
elapsed_seconds: z.ZodNumber;
|
|
827
827
|
}, "strip", z.ZodTypeAny, {
|
|
828
828
|
resource: {
|
|
829
|
+
addr: string;
|
|
829
830
|
module: string;
|
|
830
831
|
resource: string;
|
|
831
|
-
addr: string;
|
|
832
832
|
implied_provider: string;
|
|
833
833
|
resource_type: string;
|
|
834
834
|
resource_name: string;
|
|
@@ -838,9 +838,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
838
838
|
elapsed_seconds: number;
|
|
839
839
|
}, {
|
|
840
840
|
resource: {
|
|
841
|
+
addr: string;
|
|
841
842
|
module: string;
|
|
842
843
|
resource: string;
|
|
843
|
-
addr: string;
|
|
844
844
|
implied_provider: string;
|
|
845
845
|
resource_type: string;
|
|
846
846
|
resource_name: string;
|
|
@@ -866,17 +866,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
866
866
|
resource_name: z.ZodString;
|
|
867
867
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
868
868
|
}, "strip", z.ZodTypeAny, {
|
|
869
|
+
addr: string;
|
|
869
870
|
module: string;
|
|
870
871
|
resource: string;
|
|
871
|
-
addr: string;
|
|
872
872
|
implied_provider: string;
|
|
873
873
|
resource_type: string;
|
|
874
874
|
resource_name: string;
|
|
875
875
|
resource_key?: string | null | undefined;
|
|
876
876
|
}, {
|
|
877
|
+
addr: string;
|
|
877
878
|
module: string;
|
|
878
879
|
resource: string;
|
|
879
|
-
addr: string;
|
|
880
880
|
implied_provider: string;
|
|
881
881
|
resource_type: string;
|
|
882
882
|
resource_name: string;
|
|
@@ -888,9 +888,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
888
888
|
elapsed_seconds: z.ZodNumber;
|
|
889
889
|
}, "strip", z.ZodTypeAny, {
|
|
890
890
|
resource: {
|
|
891
|
+
addr: string;
|
|
891
892
|
module: string;
|
|
892
893
|
resource: string;
|
|
893
|
-
addr: string;
|
|
894
894
|
implied_provider: string;
|
|
895
895
|
resource_type: string;
|
|
896
896
|
resource_name: string;
|
|
@@ -902,9 +902,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
902
902
|
id_value?: string | undefined;
|
|
903
903
|
}, {
|
|
904
904
|
resource: {
|
|
905
|
+
addr: string;
|
|
905
906
|
module: string;
|
|
906
907
|
resource: string;
|
|
907
|
-
addr: string;
|
|
908
908
|
implied_provider: string;
|
|
909
909
|
resource_type: string;
|
|
910
910
|
resource_name: string;
|
|
@@ -932,17 +932,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
932
932
|
resource_name: z.ZodString;
|
|
933
933
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
934
934
|
}, "strip", z.ZodTypeAny, {
|
|
935
|
+
addr: string;
|
|
935
936
|
module: string;
|
|
936
937
|
resource: string;
|
|
937
|
-
addr: string;
|
|
938
938
|
implied_provider: string;
|
|
939
939
|
resource_type: string;
|
|
940
940
|
resource_name: string;
|
|
941
941
|
resource_key?: string | null | undefined;
|
|
942
942
|
}, {
|
|
943
|
+
addr: string;
|
|
943
944
|
module: string;
|
|
944
945
|
resource: string;
|
|
945
|
-
addr: string;
|
|
946
946
|
implied_provider: string;
|
|
947
947
|
resource_type: string;
|
|
948
948
|
resource_name: string;
|
|
@@ -954,9 +954,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
954
954
|
elapsed_seconds: z.ZodNumber;
|
|
955
955
|
}, "strip", z.ZodTypeAny, {
|
|
956
956
|
resource: {
|
|
957
|
+
addr: string;
|
|
957
958
|
module: string;
|
|
958
959
|
resource: string;
|
|
959
|
-
addr: string;
|
|
960
960
|
implied_provider: string;
|
|
961
961
|
resource_type: string;
|
|
962
962
|
resource_name: string;
|
|
@@ -968,9 +968,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
968
968
|
id_value?: string | undefined;
|
|
969
969
|
}, {
|
|
970
970
|
resource: {
|
|
971
|
+
addr: string;
|
|
971
972
|
module: string;
|
|
972
973
|
resource: string;
|
|
973
|
-
addr: string;
|
|
974
974
|
implied_provider: string;
|
|
975
975
|
resource_type: string;
|
|
976
976
|
resource_name: string;
|
|
@@ -998,17 +998,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
998
998
|
resource_name: z.ZodString;
|
|
999
999
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1000
1000
|
}, "strip", z.ZodTypeAny, {
|
|
1001
|
+
addr: string;
|
|
1001
1002
|
module: string;
|
|
1002
1003
|
resource: string;
|
|
1003
|
-
addr: string;
|
|
1004
1004
|
implied_provider: string;
|
|
1005
1005
|
resource_type: string;
|
|
1006
1006
|
resource_name: string;
|
|
1007
1007
|
resource_key?: string | null | undefined;
|
|
1008
1008
|
}, {
|
|
1009
|
+
addr: string;
|
|
1009
1010
|
module: string;
|
|
1010
1011
|
resource: string;
|
|
1011
|
-
addr: string;
|
|
1012
1012
|
implied_provider: string;
|
|
1013
1013
|
resource_type: string;
|
|
1014
1014
|
resource_name: string;
|
|
@@ -1020,9 +1020,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1020
1020
|
elapsed_seconds: z.ZodNumber;
|
|
1021
1021
|
}, "strip", z.ZodTypeAny, {
|
|
1022
1022
|
resource: {
|
|
1023
|
+
addr: string;
|
|
1023
1024
|
module: string;
|
|
1024
1025
|
resource: string;
|
|
1025
|
-
addr: string;
|
|
1026
1026
|
implied_provider: string;
|
|
1027
1027
|
resource_type: string;
|
|
1028
1028
|
resource_name: string;
|
|
@@ -1034,9 +1034,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1034
1034
|
id_value?: string | undefined;
|
|
1035
1035
|
}, {
|
|
1036
1036
|
resource: {
|
|
1037
|
+
addr: string;
|
|
1037
1038
|
module: string;
|
|
1038
1039
|
resource: string;
|
|
1039
|
-
addr: string;
|
|
1040
1040
|
implied_provider: string;
|
|
1041
1041
|
resource_type: string;
|
|
1042
1042
|
resource_name: string;
|
|
@@ -1064,17 +1064,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1064
1064
|
resource_name: z.ZodString;
|
|
1065
1065
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1066
1066
|
}, "strip", z.ZodTypeAny, {
|
|
1067
|
+
addr: string;
|
|
1067
1068
|
module: string;
|
|
1068
1069
|
resource: string;
|
|
1069
|
-
addr: string;
|
|
1070
1070
|
implied_provider: string;
|
|
1071
1071
|
resource_type: string;
|
|
1072
1072
|
resource_name: string;
|
|
1073
1073
|
resource_key?: string | null | undefined;
|
|
1074
1074
|
}, {
|
|
1075
|
+
addr: string;
|
|
1075
1076
|
module: string;
|
|
1076
1077
|
resource: string;
|
|
1077
|
-
addr: string;
|
|
1078
1078
|
implied_provider: string;
|
|
1079
1079
|
resource_type: string;
|
|
1080
1080
|
resource_name: string;
|
|
@@ -1084,9 +1084,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1084
1084
|
elapsed_seconds: z.ZodNumber;
|
|
1085
1085
|
}, "strip", z.ZodTypeAny, {
|
|
1086
1086
|
resource: {
|
|
1087
|
+
addr: string;
|
|
1087
1088
|
module: string;
|
|
1088
1089
|
resource: string;
|
|
1089
|
-
addr: string;
|
|
1090
1090
|
implied_provider: string;
|
|
1091
1091
|
resource_type: string;
|
|
1092
1092
|
resource_name: string;
|
|
@@ -1096,9 +1096,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1096
1096
|
elapsed_seconds: number;
|
|
1097
1097
|
}, {
|
|
1098
1098
|
resource: {
|
|
1099
|
+
addr: string;
|
|
1099
1100
|
module: string;
|
|
1100
1101
|
resource: string;
|
|
1101
|
-
addr: string;
|
|
1102
1102
|
implied_provider: string;
|
|
1103
1103
|
resource_type: string;
|
|
1104
1104
|
resource_name: string;
|
|
@@ -1124,17 +1124,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1124
1124
|
resource_name: z.ZodString;
|
|
1125
1125
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
|
+
addr: string;
|
|
1127
1128
|
module: string;
|
|
1128
1129
|
resource: string;
|
|
1129
|
-
addr: string;
|
|
1130
1130
|
implied_provider: string;
|
|
1131
1131
|
resource_type: string;
|
|
1132
1132
|
resource_name: string;
|
|
1133
1133
|
resource_key?: string | null | undefined;
|
|
1134
1134
|
}, {
|
|
1135
|
+
addr: string;
|
|
1135
1136
|
module: string;
|
|
1136
1137
|
resource: string;
|
|
1137
|
-
addr: string;
|
|
1138
1138
|
implied_provider: string;
|
|
1139
1139
|
resource_type: string;
|
|
1140
1140
|
resource_name: string;
|
|
@@ -1144,9 +1144,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1144
1144
|
elapsed_seconds: z.ZodNumber;
|
|
1145
1145
|
}, "strip", z.ZodTypeAny, {
|
|
1146
1146
|
resource: {
|
|
1147
|
+
addr: string;
|
|
1147
1148
|
module: string;
|
|
1148
1149
|
resource: string;
|
|
1149
|
-
addr: string;
|
|
1150
1150
|
implied_provider: string;
|
|
1151
1151
|
resource_type: string;
|
|
1152
1152
|
resource_name: string;
|
|
@@ -1156,9 +1156,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1156
1156
|
elapsed_seconds: number;
|
|
1157
1157
|
}, {
|
|
1158
1158
|
resource: {
|
|
1159
|
+
addr: string;
|
|
1159
1160
|
module: string;
|
|
1160
1161
|
resource: string;
|
|
1161
|
-
addr: string;
|
|
1162
1162
|
implied_provider: string;
|
|
1163
1163
|
resource_type: string;
|
|
1164
1164
|
resource_name: string;
|
|
@@ -1184,17 +1184,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1184
1184
|
resource_name: z.ZodString;
|
|
1185
1185
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1186
1186
|
}, "strip", z.ZodTypeAny, {
|
|
1187
|
+
addr: string;
|
|
1187
1188
|
module: string;
|
|
1188
1189
|
resource: string;
|
|
1189
|
-
addr: string;
|
|
1190
1190
|
implied_provider: string;
|
|
1191
1191
|
resource_type: string;
|
|
1192
1192
|
resource_name: string;
|
|
1193
1193
|
resource_key?: string | null | undefined;
|
|
1194
1194
|
}, {
|
|
1195
|
+
addr: string;
|
|
1195
1196
|
module: string;
|
|
1196
1197
|
resource: string;
|
|
1197
|
-
addr: string;
|
|
1198
1198
|
implied_provider: string;
|
|
1199
1199
|
resource_type: string;
|
|
1200
1200
|
resource_name: string;
|
|
@@ -1204,9 +1204,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1204
1204
|
elapsed_seconds: z.ZodNumber;
|
|
1205
1205
|
}, "strip", z.ZodTypeAny, {
|
|
1206
1206
|
resource: {
|
|
1207
|
+
addr: string;
|
|
1207
1208
|
module: string;
|
|
1208
1209
|
resource: string;
|
|
1209
|
-
addr: string;
|
|
1210
1210
|
implied_provider: string;
|
|
1211
1211
|
resource_type: string;
|
|
1212
1212
|
resource_name: string;
|
|
@@ -1216,9 +1216,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1216
1216
|
elapsed_seconds: number;
|
|
1217
1217
|
}, {
|
|
1218
1218
|
resource: {
|
|
1219
|
+
addr: string;
|
|
1219
1220
|
module: string;
|
|
1220
1221
|
resource: string;
|
|
1221
|
-
addr: string;
|
|
1222
1222
|
implied_provider: string;
|
|
1223
1223
|
resource_type: string;
|
|
1224
1224
|
resource_name: string;
|
|
@@ -1244,17 +1244,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1244
1244
|
resource_name: z.ZodString;
|
|
1245
1245
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1246
1246
|
}, "strip", z.ZodTypeAny, {
|
|
1247
|
+
addr: string;
|
|
1247
1248
|
module: string;
|
|
1248
1249
|
resource: string;
|
|
1249
|
-
addr: string;
|
|
1250
1250
|
implied_provider: string;
|
|
1251
1251
|
resource_type: string;
|
|
1252
1252
|
resource_name: string;
|
|
1253
1253
|
resource_key?: string | null | undefined;
|
|
1254
1254
|
}, {
|
|
1255
|
+
addr: string;
|
|
1255
1256
|
module: string;
|
|
1256
1257
|
resource: string;
|
|
1257
|
-
addr: string;
|
|
1258
1258
|
implied_provider: string;
|
|
1259
1259
|
resource_type: string;
|
|
1260
1260
|
resource_name: string;
|
|
@@ -1263,9 +1263,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1263
1263
|
provisioner: z.ZodString;
|
|
1264
1264
|
}, "strip", z.ZodTypeAny, {
|
|
1265
1265
|
resource: {
|
|
1266
|
+
addr: string;
|
|
1266
1267
|
module: string;
|
|
1267
1268
|
resource: string;
|
|
1268
|
-
addr: string;
|
|
1269
1269
|
implied_provider: string;
|
|
1270
1270
|
resource_type: string;
|
|
1271
1271
|
resource_name: string;
|
|
@@ -1274,9 +1274,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1274
1274
|
provisioner: string;
|
|
1275
1275
|
}, {
|
|
1276
1276
|
resource: {
|
|
1277
|
+
addr: string;
|
|
1277
1278
|
module: string;
|
|
1278
1279
|
resource: string;
|
|
1279
|
-
addr: string;
|
|
1280
1280
|
implied_provider: string;
|
|
1281
1281
|
resource_type: string;
|
|
1282
1282
|
resource_name: string;
|
|
@@ -1301,17 +1301,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1301
1301
|
resource_name: z.ZodString;
|
|
1302
1302
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1303
1303
|
}, "strip", z.ZodTypeAny, {
|
|
1304
|
+
addr: string;
|
|
1304
1305
|
module: string;
|
|
1305
1306
|
resource: string;
|
|
1306
|
-
addr: string;
|
|
1307
1307
|
implied_provider: string;
|
|
1308
1308
|
resource_type: string;
|
|
1309
1309
|
resource_name: string;
|
|
1310
1310
|
resource_key?: string | null | undefined;
|
|
1311
1311
|
}, {
|
|
1312
|
+
addr: string;
|
|
1312
1313
|
module: string;
|
|
1313
1314
|
resource: string;
|
|
1314
|
-
addr: string;
|
|
1315
1315
|
implied_provider: string;
|
|
1316
1316
|
resource_type: string;
|
|
1317
1317
|
resource_name: string;
|
|
@@ -1320,9 +1320,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1320
1320
|
provisioner: z.ZodString;
|
|
1321
1321
|
}, "strip", z.ZodTypeAny, {
|
|
1322
1322
|
resource: {
|
|
1323
|
+
addr: string;
|
|
1323
1324
|
module: string;
|
|
1324
1325
|
resource: string;
|
|
1325
|
-
addr: string;
|
|
1326
1326
|
implied_provider: string;
|
|
1327
1327
|
resource_type: string;
|
|
1328
1328
|
resource_name: string;
|
|
@@ -1331,9 +1331,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1331
1331
|
provisioner: string;
|
|
1332
1332
|
}, {
|
|
1333
1333
|
resource: {
|
|
1334
|
+
addr: string;
|
|
1334
1335
|
module: string;
|
|
1335
1336
|
resource: string;
|
|
1336
|
-
addr: string;
|
|
1337
1337
|
implied_provider: string;
|
|
1338
1338
|
resource_type: string;
|
|
1339
1339
|
resource_name: string;
|
|
@@ -1358,17 +1358,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1358
1358
|
resource_name: z.ZodString;
|
|
1359
1359
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1360
1360
|
}, "strip", z.ZodTypeAny, {
|
|
1361
|
+
addr: string;
|
|
1361
1362
|
module: string;
|
|
1362
1363
|
resource: string;
|
|
1363
|
-
addr: string;
|
|
1364
1364
|
implied_provider: string;
|
|
1365
1365
|
resource_type: string;
|
|
1366
1366
|
resource_name: string;
|
|
1367
1367
|
resource_key?: string | null | undefined;
|
|
1368
1368
|
}, {
|
|
1369
|
+
addr: string;
|
|
1369
1370
|
module: string;
|
|
1370
1371
|
resource: string;
|
|
1371
|
-
addr: string;
|
|
1372
1372
|
implied_provider: string;
|
|
1373
1373
|
resource_type: string;
|
|
1374
1374
|
resource_name: string;
|
|
@@ -1377,9 +1377,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1377
1377
|
provisioner: z.ZodString;
|
|
1378
1378
|
}, "strip", z.ZodTypeAny, {
|
|
1379
1379
|
resource: {
|
|
1380
|
+
addr: string;
|
|
1380
1381
|
module: string;
|
|
1381
1382
|
resource: string;
|
|
1382
|
-
addr: string;
|
|
1383
1383
|
implied_provider: string;
|
|
1384
1384
|
resource_type: string;
|
|
1385
1385
|
resource_name: string;
|
|
@@ -1388,9 +1388,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1388
1388
|
provisioner: string;
|
|
1389
1389
|
}, {
|
|
1390
1390
|
resource: {
|
|
1391
|
+
addr: string;
|
|
1391
1392
|
module: string;
|
|
1392
1393
|
resource: string;
|
|
1393
|
-
addr: string;
|
|
1394
1394
|
implied_provider: string;
|
|
1395
1395
|
resource_type: string;
|
|
1396
1396
|
resource_name: string;
|
|
@@ -1415,17 +1415,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1415
1415
|
resource_name: z.ZodString;
|
|
1416
1416
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1417
1417
|
}, "strip", z.ZodTypeAny, {
|
|
1418
|
+
addr: string;
|
|
1418
1419
|
module: string;
|
|
1419
1420
|
resource: string;
|
|
1420
|
-
addr: string;
|
|
1421
1421
|
implied_provider: string;
|
|
1422
1422
|
resource_type: string;
|
|
1423
1423
|
resource_name: string;
|
|
1424
1424
|
resource_key?: string | null | undefined;
|
|
1425
1425
|
}, {
|
|
1426
|
+
addr: string;
|
|
1426
1427
|
module: string;
|
|
1427
1428
|
resource: string;
|
|
1428
|
-
addr: string;
|
|
1429
1429
|
implied_provider: string;
|
|
1430
1430
|
resource_type: string;
|
|
1431
1431
|
resource_name: string;
|
|
@@ -1435,28 +1435,28 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1435
1435
|
output: z.ZodString;
|
|
1436
1436
|
}, "strip", z.ZodTypeAny, {
|
|
1437
1437
|
resource: {
|
|
1438
|
+
addr: string;
|
|
1438
1439
|
module: string;
|
|
1439
1440
|
resource: string;
|
|
1440
|
-
addr: string;
|
|
1441
1441
|
implied_provider: string;
|
|
1442
1442
|
resource_type: string;
|
|
1443
1443
|
resource_name: string;
|
|
1444
1444
|
resource_key?: string | null | undefined;
|
|
1445
1445
|
};
|
|
1446
|
-
output: string;
|
|
1447
1446
|
provisioner: string;
|
|
1447
|
+
output: string;
|
|
1448
1448
|
}, {
|
|
1449
1449
|
resource: {
|
|
1450
|
+
addr: string;
|
|
1450
1451
|
module: string;
|
|
1451
1452
|
resource: string;
|
|
1452
|
-
addr: string;
|
|
1453
1453
|
implied_provider: string;
|
|
1454
1454
|
resource_type: string;
|
|
1455
1455
|
resource_name: string;
|
|
1456
1456
|
resource_key?: string | null | undefined;
|
|
1457
1457
|
};
|
|
1458
|
-
output: string;
|
|
1459
1458
|
provisioner: string;
|
|
1459
|
+
output: string;
|
|
1460
1460
|
}>;
|
|
1461
1461
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1462
1462
|
"@level": z.ZodEnum<["info", "error", "warn"]>;
|
|
@@ -1475,17 +1475,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1475
1475
|
resource_name: z.ZodString;
|
|
1476
1476
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1477
1477
|
}, "strip", z.ZodTypeAny, {
|
|
1478
|
+
addr: string;
|
|
1478
1479
|
module: string;
|
|
1479
1480
|
resource: string;
|
|
1480
|
-
addr: string;
|
|
1481
1481
|
implied_provider: string;
|
|
1482
1482
|
resource_type: string;
|
|
1483
1483
|
resource_name: string;
|
|
1484
1484
|
resource_key?: string | null | undefined;
|
|
1485
1485
|
}, {
|
|
1486
|
+
addr: string;
|
|
1486
1487
|
module: string;
|
|
1487
1488
|
resource: string;
|
|
1488
|
-
addr: string;
|
|
1489
1489
|
implied_provider: string;
|
|
1490
1490
|
resource_type: string;
|
|
1491
1491
|
resource_name: string;
|
|
@@ -1495,28 +1495,28 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1495
1495
|
output: z.ZodString;
|
|
1496
1496
|
}, "strip", z.ZodTypeAny, {
|
|
1497
1497
|
resource: {
|
|
1498
|
+
addr: string;
|
|
1498
1499
|
module: string;
|
|
1499
1500
|
resource: string;
|
|
1500
|
-
addr: string;
|
|
1501
1501
|
implied_provider: string;
|
|
1502
1502
|
resource_type: string;
|
|
1503
1503
|
resource_name: string;
|
|
1504
1504
|
resource_key?: string | null | undefined;
|
|
1505
1505
|
};
|
|
1506
|
-
output: string;
|
|
1507
1506
|
provisioner: string;
|
|
1507
|
+
output: string;
|
|
1508
1508
|
}, {
|
|
1509
1509
|
resource: {
|
|
1510
|
+
addr: string;
|
|
1510
1511
|
module: string;
|
|
1511
1512
|
resource: string;
|
|
1512
|
-
addr: string;
|
|
1513
1513
|
implied_provider: string;
|
|
1514
1514
|
resource_type: string;
|
|
1515
1515
|
resource_name: string;
|
|
1516
1516
|
resource_key?: string | null | undefined;
|
|
1517
1517
|
};
|
|
1518
|
-
output: string;
|
|
1519
1518
|
provisioner: string;
|
|
1519
|
+
output: string;
|
|
1520
1520
|
}>;
|
|
1521
1521
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1522
1522
|
"@level": z.ZodEnum<["info", "error", "warn"]>;
|
|
@@ -1535,17 +1535,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1535
1535
|
resource_name: z.ZodString;
|
|
1536
1536
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1537
1537
|
}, "strip", z.ZodTypeAny, {
|
|
1538
|
+
addr: string;
|
|
1538
1539
|
module: string;
|
|
1539
1540
|
resource: string;
|
|
1540
|
-
addr: string;
|
|
1541
1541
|
implied_provider: string;
|
|
1542
1542
|
resource_type: string;
|
|
1543
1543
|
resource_name: string;
|
|
1544
1544
|
resource_key?: string | null | undefined;
|
|
1545
1545
|
}, {
|
|
1546
|
+
addr: string;
|
|
1546
1547
|
module: string;
|
|
1547
1548
|
resource: string;
|
|
1548
|
-
addr: string;
|
|
1549
1549
|
implied_provider: string;
|
|
1550
1550
|
resource_type: string;
|
|
1551
1551
|
resource_name: string;
|
|
@@ -1555,28 +1555,28 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1555
1555
|
output: z.ZodString;
|
|
1556
1556
|
}, "strip", z.ZodTypeAny, {
|
|
1557
1557
|
resource: {
|
|
1558
|
+
addr: string;
|
|
1558
1559
|
module: string;
|
|
1559
1560
|
resource: string;
|
|
1560
|
-
addr: string;
|
|
1561
1561
|
implied_provider: string;
|
|
1562
1562
|
resource_type: string;
|
|
1563
1563
|
resource_name: string;
|
|
1564
1564
|
resource_key?: string | null | undefined;
|
|
1565
1565
|
};
|
|
1566
|
-
output: string;
|
|
1567
1566
|
provisioner: string;
|
|
1567
|
+
output: string;
|
|
1568
1568
|
}, {
|
|
1569
1569
|
resource: {
|
|
1570
|
+
addr: string;
|
|
1570
1571
|
module: string;
|
|
1571
1572
|
resource: string;
|
|
1572
|
-
addr: string;
|
|
1573
1573
|
implied_provider: string;
|
|
1574
1574
|
resource_type: string;
|
|
1575
1575
|
resource_name: string;
|
|
1576
1576
|
resource_key?: string | null | undefined;
|
|
1577
1577
|
};
|
|
1578
|
-
output: string;
|
|
1579
1578
|
provisioner: string;
|
|
1579
|
+
output: string;
|
|
1580
1580
|
}>;
|
|
1581
1581
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
1582
1582
|
"@level": z.ZodEnum<["info", "error", "warn"]>;
|
|
@@ -1595,17 +1595,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1595
1595
|
resource_name: z.ZodString;
|
|
1596
1596
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1597
1597
|
}, "strip", z.ZodTypeAny, {
|
|
1598
|
+
addr: string;
|
|
1598
1599
|
module: string;
|
|
1599
1600
|
resource: string;
|
|
1600
|
-
addr: string;
|
|
1601
1601
|
implied_provider: string;
|
|
1602
1602
|
resource_type: string;
|
|
1603
1603
|
resource_name: string;
|
|
1604
1604
|
resource_key?: string | null | undefined;
|
|
1605
1605
|
}, {
|
|
1606
|
+
addr: string;
|
|
1606
1607
|
module: string;
|
|
1607
1608
|
resource: string;
|
|
1608
|
-
addr: string;
|
|
1609
1609
|
implied_provider: string;
|
|
1610
1610
|
resource_type: string;
|
|
1611
1611
|
resource_name: string;
|
|
@@ -1614,9 +1614,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1614
1614
|
provisioner: z.ZodString;
|
|
1615
1615
|
}, "strip", z.ZodTypeAny, {
|
|
1616
1616
|
resource: {
|
|
1617
|
+
addr: string;
|
|
1617
1618
|
module: string;
|
|
1618
1619
|
resource: string;
|
|
1619
|
-
addr: string;
|
|
1620
1620
|
implied_provider: string;
|
|
1621
1621
|
resource_type: string;
|
|
1622
1622
|
resource_name: string;
|
|
@@ -1625,9 +1625,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1625
1625
|
provisioner: string;
|
|
1626
1626
|
}, {
|
|
1627
1627
|
resource: {
|
|
1628
|
+
addr: string;
|
|
1628
1629
|
module: string;
|
|
1629
1630
|
resource: string;
|
|
1630
|
-
addr: string;
|
|
1631
1631
|
implied_provider: string;
|
|
1632
1632
|
resource_type: string;
|
|
1633
1633
|
resource_name: string;
|
|
@@ -1652,17 +1652,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1652
1652
|
resource_name: z.ZodString;
|
|
1653
1653
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1654
1654
|
}, "strip", z.ZodTypeAny, {
|
|
1655
|
+
addr: string;
|
|
1655
1656
|
module: string;
|
|
1656
1657
|
resource: string;
|
|
1657
|
-
addr: string;
|
|
1658
1658
|
implied_provider: string;
|
|
1659
1659
|
resource_type: string;
|
|
1660
1660
|
resource_name: string;
|
|
1661
1661
|
resource_key?: string | null | undefined;
|
|
1662
1662
|
}, {
|
|
1663
|
+
addr: string;
|
|
1663
1664
|
module: string;
|
|
1664
1665
|
resource: string;
|
|
1665
|
-
addr: string;
|
|
1666
1666
|
implied_provider: string;
|
|
1667
1667
|
resource_type: string;
|
|
1668
1668
|
resource_name: string;
|
|
@@ -1671,9 +1671,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1671
1671
|
provisioner: z.ZodString;
|
|
1672
1672
|
}, "strip", z.ZodTypeAny, {
|
|
1673
1673
|
resource: {
|
|
1674
|
+
addr: string;
|
|
1674
1675
|
module: string;
|
|
1675
1676
|
resource: string;
|
|
1676
|
-
addr: string;
|
|
1677
1677
|
implied_provider: string;
|
|
1678
1678
|
resource_type: string;
|
|
1679
1679
|
resource_name: string;
|
|
@@ -1682,9 +1682,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1682
1682
|
provisioner: string;
|
|
1683
1683
|
}, {
|
|
1684
1684
|
resource: {
|
|
1685
|
+
addr: string;
|
|
1685
1686
|
module: string;
|
|
1686
1687
|
resource: string;
|
|
1687
|
-
addr: string;
|
|
1688
1688
|
implied_provider: string;
|
|
1689
1689
|
resource_type: string;
|
|
1690
1690
|
resource_name: string;
|
|
@@ -1709,17 +1709,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1709
1709
|
resource_name: z.ZodString;
|
|
1710
1710
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1711
1711
|
}, "strip", z.ZodTypeAny, {
|
|
1712
|
+
addr: string;
|
|
1712
1713
|
module: string;
|
|
1713
1714
|
resource: string;
|
|
1714
|
-
addr: string;
|
|
1715
1715
|
implied_provider: string;
|
|
1716
1716
|
resource_type: string;
|
|
1717
1717
|
resource_name: string;
|
|
1718
1718
|
resource_key?: string | null | undefined;
|
|
1719
1719
|
}, {
|
|
1720
|
+
addr: string;
|
|
1720
1721
|
module: string;
|
|
1721
1722
|
resource: string;
|
|
1722
|
-
addr: string;
|
|
1723
1723
|
implied_provider: string;
|
|
1724
1724
|
resource_type: string;
|
|
1725
1725
|
resource_name: string;
|
|
@@ -1728,9 +1728,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1728
1728
|
provisioner: z.ZodString;
|
|
1729
1729
|
}, "strip", z.ZodTypeAny, {
|
|
1730
1730
|
resource: {
|
|
1731
|
+
addr: string;
|
|
1731
1732
|
module: string;
|
|
1732
1733
|
resource: string;
|
|
1733
|
-
addr: string;
|
|
1734
1734
|
implied_provider: string;
|
|
1735
1735
|
resource_type: string;
|
|
1736
1736
|
resource_name: string;
|
|
@@ -1739,9 +1739,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1739
1739
|
provisioner: string;
|
|
1740
1740
|
}, {
|
|
1741
1741
|
resource: {
|
|
1742
|
+
addr: string;
|
|
1742
1743
|
module: string;
|
|
1743
1744
|
resource: string;
|
|
1744
|
-
addr: string;
|
|
1745
1745
|
implied_provider: string;
|
|
1746
1746
|
resource_type: string;
|
|
1747
1747
|
resource_name: string;
|
|
@@ -1766,17 +1766,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1766
1766
|
resource_name: z.ZodString;
|
|
1767
1767
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1768
1768
|
}, "strip", z.ZodTypeAny, {
|
|
1769
|
+
addr: string;
|
|
1769
1770
|
module: string;
|
|
1770
1771
|
resource: string;
|
|
1771
|
-
addr: string;
|
|
1772
1772
|
implied_provider: string;
|
|
1773
1773
|
resource_type: string;
|
|
1774
1774
|
resource_name: string;
|
|
1775
1775
|
resource_key?: string | null | undefined;
|
|
1776
1776
|
}, {
|
|
1777
|
+
addr: string;
|
|
1777
1778
|
module: string;
|
|
1778
1779
|
resource: string;
|
|
1779
|
-
addr: string;
|
|
1780
1780
|
implied_provider: string;
|
|
1781
1781
|
resource_type: string;
|
|
1782
1782
|
resource_name: string;
|
|
@@ -1785,9 +1785,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1785
1785
|
provisioner: z.ZodString;
|
|
1786
1786
|
}, "strip", z.ZodTypeAny, {
|
|
1787
1787
|
resource: {
|
|
1788
|
+
addr: string;
|
|
1788
1789
|
module: string;
|
|
1789
1790
|
resource: string;
|
|
1790
|
-
addr: string;
|
|
1791
1791
|
implied_provider: string;
|
|
1792
1792
|
resource_type: string;
|
|
1793
1793
|
resource_name: string;
|
|
@@ -1796,9 +1796,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1796
1796
|
provisioner: string;
|
|
1797
1797
|
}, {
|
|
1798
1798
|
resource: {
|
|
1799
|
+
addr: string;
|
|
1799
1800
|
module: string;
|
|
1800
1801
|
resource: string;
|
|
1801
|
-
addr: string;
|
|
1802
1802
|
implied_provider: string;
|
|
1803
1803
|
resource_type: string;
|
|
1804
1804
|
resource_name: string;
|
|
@@ -1823,17 +1823,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1823
1823
|
resource_name: z.ZodString;
|
|
1824
1824
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1825
1825
|
}, "strip", z.ZodTypeAny, {
|
|
1826
|
+
addr: string;
|
|
1826
1827
|
module: string;
|
|
1827
1828
|
resource: string;
|
|
1828
|
-
addr: string;
|
|
1829
1829
|
implied_provider: string;
|
|
1830
1830
|
resource_type: string;
|
|
1831
1831
|
resource_name: string;
|
|
1832
1832
|
resource_key?: string | null | undefined;
|
|
1833
1833
|
}, {
|
|
1834
|
+
addr: string;
|
|
1834
1835
|
module: string;
|
|
1835
1836
|
resource: string;
|
|
1836
|
-
addr: string;
|
|
1837
1837
|
implied_provider: string;
|
|
1838
1838
|
resource_type: string;
|
|
1839
1839
|
resource_name: string;
|
|
@@ -1842,9 +1842,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1842
1842
|
provisioner: z.ZodString;
|
|
1843
1843
|
}, "strip", z.ZodTypeAny, {
|
|
1844
1844
|
resource: {
|
|
1845
|
+
addr: string;
|
|
1845
1846
|
module: string;
|
|
1846
1847
|
resource: string;
|
|
1847
|
-
addr: string;
|
|
1848
1848
|
implied_provider: string;
|
|
1849
1849
|
resource_type: string;
|
|
1850
1850
|
resource_name: string;
|
|
@@ -1853,9 +1853,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1853
1853
|
provisioner: string;
|
|
1854
1854
|
}, {
|
|
1855
1855
|
resource: {
|
|
1856
|
+
addr: string;
|
|
1856
1857
|
module: string;
|
|
1857
1858
|
resource: string;
|
|
1858
|
-
addr: string;
|
|
1859
1859
|
implied_provider: string;
|
|
1860
1860
|
resource_type: string;
|
|
1861
1861
|
resource_name: string;
|
|
@@ -1880,17 +1880,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1880
1880
|
resource_name: z.ZodString;
|
|
1881
1881
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1882
1882
|
}, "strip", z.ZodTypeAny, {
|
|
1883
|
+
addr: string;
|
|
1883
1884
|
module: string;
|
|
1884
1885
|
resource: string;
|
|
1885
|
-
addr: string;
|
|
1886
1886
|
implied_provider: string;
|
|
1887
1887
|
resource_type: string;
|
|
1888
1888
|
resource_name: string;
|
|
1889
1889
|
resource_key?: string | null | undefined;
|
|
1890
1890
|
}, {
|
|
1891
|
+
addr: string;
|
|
1891
1892
|
module: string;
|
|
1892
1893
|
resource: string;
|
|
1893
|
-
addr: string;
|
|
1894
1894
|
implied_provider: string;
|
|
1895
1895
|
resource_type: string;
|
|
1896
1896
|
resource_name: string;
|
|
@@ -1899,9 +1899,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1899
1899
|
provisioner: z.ZodString;
|
|
1900
1900
|
}, "strip", z.ZodTypeAny, {
|
|
1901
1901
|
resource: {
|
|
1902
|
+
addr: string;
|
|
1902
1903
|
module: string;
|
|
1903
1904
|
resource: string;
|
|
1904
|
-
addr: string;
|
|
1905
1905
|
implied_provider: string;
|
|
1906
1906
|
resource_type: string;
|
|
1907
1907
|
resource_name: string;
|
|
@@ -1910,9 +1910,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1910
1910
|
provisioner: string;
|
|
1911
1911
|
}, {
|
|
1912
1912
|
resource: {
|
|
1913
|
+
addr: string;
|
|
1913
1914
|
module: string;
|
|
1914
1915
|
resource: string;
|
|
1915
|
-
addr: string;
|
|
1916
1916
|
implied_provider: string;
|
|
1917
1917
|
resource_type: string;
|
|
1918
1918
|
resource_name: string;
|
|
@@ -1937,17 +1937,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1937
1937
|
resource_name: z.ZodString;
|
|
1938
1938
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1939
1939
|
}, "strip", z.ZodTypeAny, {
|
|
1940
|
+
addr: string;
|
|
1940
1941
|
module: string;
|
|
1941
1942
|
resource: string;
|
|
1942
|
-
addr: string;
|
|
1943
1943
|
implied_provider: string;
|
|
1944
1944
|
resource_type: string;
|
|
1945
1945
|
resource_name: string;
|
|
1946
1946
|
resource_key?: string | null | undefined;
|
|
1947
1947
|
}, {
|
|
1948
|
+
addr: string;
|
|
1948
1949
|
module: string;
|
|
1949
1950
|
resource: string;
|
|
1950
|
-
addr: string;
|
|
1951
1951
|
implied_provider: string;
|
|
1952
1952
|
resource_type: string;
|
|
1953
1953
|
resource_name: string;
|
|
@@ -1957,9 +1957,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1957
1957
|
id_value: z.ZodOptional<z.ZodString>;
|
|
1958
1958
|
}, "strip", z.ZodTypeAny, {
|
|
1959
1959
|
resource: {
|
|
1960
|
+
addr: string;
|
|
1960
1961
|
module: string;
|
|
1961
1962
|
resource: string;
|
|
1962
|
-
addr: string;
|
|
1963
1963
|
implied_provider: string;
|
|
1964
1964
|
resource_type: string;
|
|
1965
1965
|
resource_name: string;
|
|
@@ -1969,9 +1969,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1969
1969
|
id_value?: string | undefined;
|
|
1970
1970
|
}, {
|
|
1971
1971
|
resource: {
|
|
1972
|
+
addr: string;
|
|
1972
1973
|
module: string;
|
|
1973
1974
|
resource: string;
|
|
1974
|
-
addr: string;
|
|
1975
1975
|
implied_provider: string;
|
|
1976
1976
|
resource_type: string;
|
|
1977
1977
|
resource_name: string;
|
|
@@ -1997,17 +1997,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
1997
1997
|
resource_name: z.ZodString;
|
|
1998
1998
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1999
1999
|
}, "strip", z.ZodTypeAny, {
|
|
2000
|
+
addr: string;
|
|
2000
2001
|
module: string;
|
|
2001
2002
|
resource: string;
|
|
2002
|
-
addr: string;
|
|
2003
2003
|
implied_provider: string;
|
|
2004
2004
|
resource_type: string;
|
|
2005
2005
|
resource_name: string;
|
|
2006
2006
|
resource_key?: string | null | undefined;
|
|
2007
2007
|
}, {
|
|
2008
|
+
addr: string;
|
|
2008
2009
|
module: string;
|
|
2009
2010
|
resource: string;
|
|
2010
|
-
addr: string;
|
|
2011
2011
|
implied_provider: string;
|
|
2012
2012
|
resource_type: string;
|
|
2013
2013
|
resource_name: string;
|
|
@@ -2017,9 +2017,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2017
2017
|
id_value: z.ZodOptional<z.ZodString>;
|
|
2018
2018
|
}, "strip", z.ZodTypeAny, {
|
|
2019
2019
|
resource: {
|
|
2020
|
+
addr: string;
|
|
2020
2021
|
module: string;
|
|
2021
2022
|
resource: string;
|
|
2022
|
-
addr: string;
|
|
2023
2023
|
implied_provider: string;
|
|
2024
2024
|
resource_type: string;
|
|
2025
2025
|
resource_name: string;
|
|
@@ -2029,9 +2029,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2029
2029
|
id_value?: string | undefined;
|
|
2030
2030
|
}, {
|
|
2031
2031
|
resource: {
|
|
2032
|
+
addr: string;
|
|
2032
2033
|
module: string;
|
|
2033
2034
|
resource: string;
|
|
2034
|
-
addr: string;
|
|
2035
2035
|
implied_provider: string;
|
|
2036
2036
|
resource_type: string;
|
|
2037
2037
|
resource_name: string;
|
|
@@ -2057,17 +2057,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2057
2057
|
resource_name: z.ZodString;
|
|
2058
2058
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2059
2059
|
}, "strip", z.ZodTypeAny, {
|
|
2060
|
+
addr: string;
|
|
2060
2061
|
module: string;
|
|
2061
2062
|
resource: string;
|
|
2062
|
-
addr: string;
|
|
2063
2063
|
implied_provider: string;
|
|
2064
2064
|
resource_type: string;
|
|
2065
2065
|
resource_name: string;
|
|
2066
2066
|
resource_key?: string | null | undefined;
|
|
2067
2067
|
}, {
|
|
2068
|
+
addr: string;
|
|
2068
2069
|
module: string;
|
|
2069
2070
|
resource: string;
|
|
2070
|
-
addr: string;
|
|
2071
2071
|
implied_provider: string;
|
|
2072
2072
|
resource_type: string;
|
|
2073
2073
|
resource_name: string;
|
|
@@ -2077,9 +2077,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2077
2077
|
id_value: z.ZodOptional<z.ZodString>;
|
|
2078
2078
|
}, "strip", z.ZodTypeAny, {
|
|
2079
2079
|
resource: {
|
|
2080
|
+
addr: string;
|
|
2080
2081
|
module: string;
|
|
2081
2082
|
resource: string;
|
|
2082
|
-
addr: string;
|
|
2083
2083
|
implied_provider: string;
|
|
2084
2084
|
resource_type: string;
|
|
2085
2085
|
resource_name: string;
|
|
@@ -2089,9 +2089,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2089
2089
|
id_value?: string | undefined;
|
|
2090
2090
|
}, {
|
|
2091
2091
|
resource: {
|
|
2092
|
+
addr: string;
|
|
2092
2093
|
module: string;
|
|
2093
2094
|
resource: string;
|
|
2094
|
-
addr: string;
|
|
2095
2095
|
implied_provider: string;
|
|
2096
2096
|
resource_type: string;
|
|
2097
2097
|
resource_name: string;
|
|
@@ -2117,17 +2117,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2117
2117
|
resource_name: z.ZodString;
|
|
2118
2118
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2119
2119
|
}, "strip", z.ZodTypeAny, {
|
|
2120
|
+
addr: string;
|
|
2120
2121
|
module: string;
|
|
2121
2122
|
resource: string;
|
|
2122
|
-
addr: string;
|
|
2123
2123
|
implied_provider: string;
|
|
2124
2124
|
resource_type: string;
|
|
2125
2125
|
resource_name: string;
|
|
2126
2126
|
resource_key?: string | null | undefined;
|
|
2127
2127
|
}, {
|
|
2128
|
+
addr: string;
|
|
2128
2129
|
module: string;
|
|
2129
2130
|
resource: string;
|
|
2130
|
-
addr: string;
|
|
2131
2131
|
implied_provider: string;
|
|
2132
2132
|
resource_type: string;
|
|
2133
2133
|
resource_name: string;
|
|
@@ -2137,9 +2137,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2137
2137
|
id_value: z.ZodOptional<z.ZodString>;
|
|
2138
2138
|
}, "strip", z.ZodTypeAny, {
|
|
2139
2139
|
resource: {
|
|
2140
|
+
addr: string;
|
|
2140
2141
|
module: string;
|
|
2141
2142
|
resource: string;
|
|
2142
|
-
addr: string;
|
|
2143
2143
|
implied_provider: string;
|
|
2144
2144
|
resource_type: string;
|
|
2145
2145
|
resource_name: string;
|
|
@@ -2149,9 +2149,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2149
2149
|
id_value?: string | undefined;
|
|
2150
2150
|
}, {
|
|
2151
2151
|
resource: {
|
|
2152
|
+
addr: string;
|
|
2152
2153
|
module: string;
|
|
2153
2154
|
resource: string;
|
|
2154
|
-
addr: string;
|
|
2155
2155
|
implied_provider: string;
|
|
2156
2156
|
resource_type: string;
|
|
2157
2157
|
resource_name: string;
|
|
@@ -2177,17 +2177,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2177
2177
|
resource_name: z.ZodString;
|
|
2178
2178
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2179
2179
|
}, "strip", z.ZodTypeAny, {
|
|
2180
|
+
addr: string;
|
|
2180
2181
|
module: string;
|
|
2181
2182
|
resource: string;
|
|
2182
|
-
addr: string;
|
|
2183
2183
|
implied_provider: string;
|
|
2184
2184
|
resource_type: string;
|
|
2185
2185
|
resource_name: string;
|
|
2186
2186
|
resource_key?: string | null | undefined;
|
|
2187
2187
|
}, {
|
|
2188
|
+
addr: string;
|
|
2188
2189
|
module: string;
|
|
2189
2190
|
resource: string;
|
|
2190
|
-
addr: string;
|
|
2191
2191
|
implied_provider: string;
|
|
2192
2192
|
resource_type: string;
|
|
2193
2193
|
resource_name: string;
|
|
@@ -2197,9 +2197,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2197
2197
|
id_value: z.ZodOptional<z.ZodString>;
|
|
2198
2198
|
}, "strip", z.ZodTypeAny, {
|
|
2199
2199
|
resource: {
|
|
2200
|
+
addr: string;
|
|
2200
2201
|
module: string;
|
|
2201
2202
|
resource: string;
|
|
2202
|
-
addr: string;
|
|
2203
2203
|
implied_provider: string;
|
|
2204
2204
|
resource_type: string;
|
|
2205
2205
|
resource_name: string;
|
|
@@ -2209,9 +2209,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2209
2209
|
id_value?: string | undefined;
|
|
2210
2210
|
}, {
|
|
2211
2211
|
resource: {
|
|
2212
|
+
addr: string;
|
|
2212
2213
|
module: string;
|
|
2213
2214
|
resource: string;
|
|
2214
|
-
addr: string;
|
|
2215
2215
|
implied_provider: string;
|
|
2216
2216
|
resource_type: string;
|
|
2217
2217
|
resource_name: string;
|
|
@@ -2237,17 +2237,17 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2237
2237
|
resource_name: z.ZodString;
|
|
2238
2238
|
resource_key: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2239
2239
|
}, "strip", z.ZodTypeAny, {
|
|
2240
|
+
addr: string;
|
|
2240
2241
|
module: string;
|
|
2241
2242
|
resource: string;
|
|
2242
|
-
addr: string;
|
|
2243
2243
|
implied_provider: string;
|
|
2244
2244
|
resource_type: string;
|
|
2245
2245
|
resource_name: string;
|
|
2246
2246
|
resource_key?: string | null | undefined;
|
|
2247
2247
|
}, {
|
|
2248
|
+
addr: string;
|
|
2248
2249
|
module: string;
|
|
2249
2250
|
resource: string;
|
|
2250
|
-
addr: string;
|
|
2251
2251
|
implied_provider: string;
|
|
2252
2252
|
resource_type: string;
|
|
2253
2253
|
resource_name: string;
|
|
@@ -2257,9 +2257,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2257
2257
|
id_value: z.ZodOptional<z.ZodString>;
|
|
2258
2258
|
}, "strip", z.ZodTypeAny, {
|
|
2259
2259
|
resource: {
|
|
2260
|
+
addr: string;
|
|
2260
2261
|
module: string;
|
|
2261
2262
|
resource: string;
|
|
2262
|
-
addr: string;
|
|
2263
2263
|
implied_provider: string;
|
|
2264
2264
|
resource_type: string;
|
|
2265
2265
|
resource_name: string;
|
|
@@ -2269,9 +2269,9 @@ export declare const schema: z.ZodUnion<[z.ZodObject<{
|
|
|
2269
2269
|
id_value?: string | undefined;
|
|
2270
2270
|
}, {
|
|
2271
2271
|
resource: {
|
|
2272
|
+
addr: string;
|
|
2272
2273
|
module: string;
|
|
2273
2274
|
resource: string;
|
|
2274
|
-
addr: string;
|
|
2275
2275
|
implied_provider: string;
|
|
2276
2276
|
resource_type: string;
|
|
2277
2277
|
resource_name: string;
|