@xyo-network/api-call-witness 2.89.0 → 2.89.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.
@@ -22,43 +22,9 @@ export declare const asApiCallWitnessConfig: {
22
22
  <TType extends ApiCallWitnessConfig>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
23
23
  <TType_1 extends ApiCallWitnessConfig>(value: unknown, assert: string | (() => string), config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
24
24
  };
25
- export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
26
- readonly archivist?: string | undefined;
27
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
- readonly name?: string | undefined;
29
- readonly paging?: Record<string, {
30
- size?: number | undefined;
31
- }> | undefined;
32
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
25
+ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
33
26
  schema: "network.xyo.api.call.witness.config";
34
- readonly security?: {
35
- readonly allowAnonymous?: boolean | undefined;
36
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
37
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
38
- } | undefined;
39
- readonly sign?: boolean | undefined;
40
- readonly storeQueries?: boolean | undefined;
41
- readonly timestamp?: boolean | undefined;
42
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
43
- schema: "network.xyo.api.call.witness.config";
44
- } & {
45
- readonly archivist?: string | undefined;
46
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
47
- readonly name?: string | undefined;
48
- readonly paging?: Record<string, {
49
- size?: number | undefined;
50
- }> | undefined;
51
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
52
- schema: "network.xyo.api.call.witness.config";
53
- readonly security?: {
54
- readonly allowAnonymous?: boolean | undefined;
55
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
56
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
57
- } | undefined;
58
- readonly sign?: boolean | undefined;
59
- readonly storeQueries?: boolean | undefined;
60
- readonly timestamp?: boolean | undefined;
61
- } & {
27
+ } & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
62
28
  schema: "network.xyo.api.call.witness.config";
63
29
  } & {
64
30
  accept?: "application/json" | undefined;
@@ -66,47 +32,17 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
66
32
  schema: ApiCallWitnessConfigSchema;
67
33
  timeout?: number | undefined;
68
34
  verb?: ApiCall['verb'];
35
+ }, "schema"> & {
36
+ schema: "network.xyo.api.call.witness.config";
69
37
  } & {
70
38
  uri: ApiUriCall['uri'];
39
+ }, "schema"> & {
40
+ schema: "network.xyo.api.call.witness.config";
71
41
  };
72
42
  export declare const asApiUriCallWitnessConfig: {
73
- <TType extends import("@xyo-network/payload-model").SchemaFields & object & {
74
- readonly archivist?: string | undefined;
75
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
76
- readonly name?: string | undefined;
77
- readonly paging?: Record<string, {
78
- size?: number | undefined;
79
- }> | undefined;
80
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
81
- schema: "network.xyo.api.call.witness.config";
82
- readonly security?: {
83
- readonly allowAnonymous?: boolean | undefined;
84
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
85
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
86
- } | undefined;
87
- readonly sign?: boolean | undefined;
88
- readonly storeQueries?: boolean | undefined;
89
- readonly timestamp?: boolean | undefined;
90
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
91
- schema: "network.xyo.api.call.witness.config";
92
- } & {
93
- readonly archivist?: string | undefined;
94
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
95
- readonly name?: string | undefined;
96
- readonly paging?: Record<string, {
97
- size?: number | undefined;
98
- }> | undefined;
99
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
43
+ <TType extends import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
100
44
  schema: "network.xyo.api.call.witness.config";
101
- readonly security?: {
102
- readonly allowAnonymous?: boolean | undefined;
103
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
104
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
105
- } | undefined;
106
- readonly sign?: boolean | undefined;
107
- readonly storeQueries?: boolean | undefined;
108
- readonly timestamp?: boolean | undefined;
109
- } & {
45
+ } & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
110
46
  schema: "network.xyo.api.call.witness.config";
111
47
  } & {
112
48
  accept?: "application/json" | undefined;
@@ -114,46 +50,16 @@ export declare const asApiUriCallWitnessConfig: {
114
50
  schema: ApiCallWitnessConfigSchema;
115
51
  timeout?: number | undefined;
116
52
  verb?: ApiCall['verb'];
53
+ }, "schema"> & {
54
+ schema: "network.xyo.api.call.witness.config";
117
55
  } & {
118
56
  uri: ApiUriCall['uri'];
119
- }>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
120
- <TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
121
- readonly archivist?: string | undefined;
122
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
123
- readonly name?: string | undefined;
124
- readonly paging?: Record<string, {
125
- size?: number | undefined;
126
- }> | undefined;
127
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
57
+ }, "schema"> & {
128
58
  schema: "network.xyo.api.call.witness.config";
129
- readonly security?: {
130
- readonly allowAnonymous?: boolean | undefined;
131
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
132
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
133
- } | undefined;
134
- readonly sign?: boolean | undefined;
135
- readonly storeQueries?: boolean | undefined;
136
- readonly timestamp?: boolean | undefined;
137
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
138
- schema: "network.xyo.api.call.witness.config";
139
- } & {
140
- readonly archivist?: string | undefined;
141
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
142
- readonly name?: string | undefined;
143
- readonly paging?: Record<string, {
144
- size?: number | undefined;
145
- }> | undefined;
146
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
59
+ }>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
60
+ <TType_1 extends import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
147
61
  schema: "network.xyo.api.call.witness.config";
148
- readonly security?: {
149
- readonly allowAnonymous?: boolean | undefined;
150
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
151
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
152
- } | undefined;
153
- readonly sign?: boolean | undefined;
154
- readonly storeQueries?: boolean | undefined;
155
- readonly timestamp?: boolean | undefined;
156
- } & {
62
+ } & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
157
63
  schema: "network.xyo.api.call.witness.config";
158
64
  } & {
159
65
  accept?: "application/json" | undefined;
@@ -161,47 +67,17 @@ export declare const asApiUriCallWitnessConfig: {
161
67
  schema: ApiCallWitnessConfigSchema;
162
68
  timeout?: number | undefined;
163
69
  verb?: ApiCall['verb'];
70
+ }, "schema"> & {
71
+ schema: "network.xyo.api.call.witness.config";
164
72
  } & {
165
73
  uri: ApiUriCall['uri'];
74
+ }, "schema"> & {
75
+ schema: "network.xyo.api.call.witness.config";
166
76
  }>(value: unknown, assert: string | (() => string), config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
167
77
  };
168
- export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
169
- readonly archivist?: string | undefined;
170
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
171
- readonly name?: string | undefined;
172
- readonly paging?: Record<string, {
173
- size?: number | undefined;
174
- }> | undefined;
175
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
78
+ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
176
79
  schema: "network.xyo.api.call.witness.config";
177
- readonly security?: {
178
- readonly allowAnonymous?: boolean | undefined;
179
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
180
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
181
- } | undefined;
182
- readonly sign?: boolean | undefined;
183
- readonly storeQueries?: boolean | undefined;
184
- readonly timestamp?: boolean | undefined;
185
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
186
- schema: "network.xyo.api.call.witness.config";
187
- } & {
188
- readonly archivist?: string | undefined;
189
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
190
- readonly name?: string | undefined;
191
- readonly paging?: Record<string, {
192
- size?: number | undefined;
193
- }> | undefined;
194
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
195
- schema: "network.xyo.api.call.witness.config";
196
- readonly security?: {
197
- readonly allowAnonymous?: boolean | undefined;
198
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
199
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
200
- } | undefined;
201
- readonly sign?: boolean | undefined;
202
- readonly storeQueries?: boolean | undefined;
203
- readonly timestamp?: boolean | undefined;
204
- } & {
80
+ } & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
205
81
  schema: "network.xyo.api.call.witness.config";
206
82
  } & {
207
83
  accept?: "application/json" | undefined;
@@ -209,48 +85,18 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
209
85
  schema: ApiCallWitnessConfigSchema;
210
86
  timeout?: number | undefined;
211
87
  verb?: ApiCall['verb'];
88
+ }, "schema"> & {
89
+ schema: "network.xyo.api.call.witness.config";
212
90
  } & {
213
91
  params?: Record<string, unknown> | undefined;
214
92
  uriTemplate: ApiUriTemplateCall['uriTemplate'];
93
+ }, "schema"> & {
94
+ schema: "network.xyo.api.call.witness.config";
215
95
  };
216
96
  export declare const asApiUriTemplateCallWitnessConfig: {
217
- <TType extends import("@xyo-network/payload-model").SchemaFields & object & {
218
- readonly archivist?: string | undefined;
219
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
220
- readonly name?: string | undefined;
221
- readonly paging?: Record<string, {
222
- size?: number | undefined;
223
- }> | undefined;
224
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
225
- schema: "network.xyo.api.call.witness.config";
226
- readonly security?: {
227
- readonly allowAnonymous?: boolean | undefined;
228
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
229
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
230
- } | undefined;
231
- readonly sign?: boolean | undefined;
232
- readonly storeQueries?: boolean | undefined;
233
- readonly timestamp?: boolean | undefined;
234
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
235
- schema: "network.xyo.api.call.witness.config";
236
- } & {
237
- readonly archivist?: string | undefined;
238
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
239
- readonly name?: string | undefined;
240
- readonly paging?: Record<string, {
241
- size?: number | undefined;
242
- }> | undefined;
243
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
97
+ <TType extends import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
244
98
  schema: "network.xyo.api.call.witness.config";
245
- readonly security?: {
246
- readonly allowAnonymous?: boolean | undefined;
247
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
248
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
249
- } | undefined;
250
- readonly sign?: boolean | undefined;
251
- readonly storeQueries?: boolean | undefined;
252
- readonly timestamp?: boolean | undefined;
253
- } & {
99
+ } & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
254
100
  schema: "network.xyo.api.call.witness.config";
255
101
  } & {
256
102
  accept?: "application/json" | undefined;
@@ -258,47 +104,17 @@ export declare const asApiUriTemplateCallWitnessConfig: {
258
104
  schema: ApiCallWitnessConfigSchema;
259
105
  timeout?: number | undefined;
260
106
  verb?: ApiCall['verb'];
107
+ }, "schema"> & {
108
+ schema: "network.xyo.api.call.witness.config";
261
109
  } & {
262
110
  params?: Record<string, unknown> | undefined;
263
111
  uriTemplate: ApiUriTemplateCall['uriTemplate'];
264
- }>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
265
- <TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
266
- readonly archivist?: string | undefined;
267
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
268
- readonly name?: string | undefined;
269
- readonly paging?: Record<string, {
270
- size?: number | undefined;
271
- }> | undefined;
272
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
112
+ }, "schema"> & {
273
113
  schema: "network.xyo.api.call.witness.config";
274
- readonly security?: {
275
- readonly allowAnonymous?: boolean | undefined;
276
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
277
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
278
- } | undefined;
279
- readonly sign?: boolean | undefined;
280
- readonly storeQueries?: boolean | undefined;
281
- readonly timestamp?: boolean | undefined;
282
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
283
- schema: "network.xyo.api.call.witness.config";
284
- } & {
285
- readonly archivist?: string | undefined;
286
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
287
- readonly name?: string | undefined;
288
- readonly paging?: Record<string, {
289
- size?: number | undefined;
290
- }> | undefined;
291
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
114
+ }>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
115
+ <TType_1 extends import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
292
116
  schema: "network.xyo.api.call.witness.config";
293
- readonly security?: {
294
- readonly allowAnonymous?: boolean | undefined;
295
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
296
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
297
- } | undefined;
298
- readonly sign?: boolean | undefined;
299
- readonly storeQueries?: boolean | undefined;
300
- readonly timestamp?: boolean | undefined;
301
- } & {
117
+ } & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
302
118
  schema: "network.xyo.api.call.witness.config";
303
119
  } & {
304
120
  accept?: "application/json" | undefined;
@@ -306,9 +122,13 @@ export declare const asApiUriTemplateCallWitnessConfig: {
306
122
  schema: ApiCallWitnessConfigSchema;
307
123
  timeout?: number | undefined;
308
124
  verb?: ApiCall['verb'];
125
+ }, "schema"> & {
126
+ schema: "network.xyo.api.call.witness.config";
309
127
  } & {
310
128
  params?: Record<string, unknown> | undefined;
311
129
  uriTemplate: ApiUriTemplateCall['uriTemplate'];
130
+ }, "schema"> & {
131
+ schema: "network.xyo.api.call.witness.config";
312
132
  }>(value: unknown, assert: string | (() => string), config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
313
133
  };
314
134
  //# sourceMappingURL=Config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE1D,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAEnE,eAAO,MAAM,0BAA0B,wCAAwC,CAAA;AAC/E,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAA;AAE1E,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAAC;IACnD,MAAM,CAAC,EAAE,kBAAkB,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAA;IAC5B,MAAM,EAAE,0BAA0B,CAAA;IAClC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,CAAA;CACvB,CAAC,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,aAAa,CACjD,wBAAwB,GAAG;IACzB,GAAG,EAAE,UAAU,CAAC,KAAK,CAAC,CAAA;CACvB,CACF,CAAA;AAED,MAAM,MAAM,+BAA+B,GAAG,aAAa,CACzD,wBAAwB,GAAG;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAChC,WAAW,EAAE,kBAAkB,CAAC,aAAa,CAAC,CAAA;CAC/C,CACF,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,uBAAuB,GAAG,+BAA+B,GAAG,wBAAwB,CAAA;AAEvH,eAAO,MAAM,sBAAsB,4CAA0E,CAAA;AAC7G,eAAO,MAAM,sBAAsB;;;CAAiD,CAAA;AAEpF,eAAO,MAAM,yBAAyB,WAAY,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAxB7C,OAAO,CAAC,SAAS,CAAC;YACpB,0BAA0B;;WAE3B,OAAO,CAAC,MAAM,CAAC;;SAKf,UAAU,CAAC,KAAK,CAAC;CAiBiD,CAAA;AAC3E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA1B1B,OAAO,CAAC,SAAS,CAAC;gBACpB,0BAA0B;;eAE3B,OAAO,CAAC,MAAM,CAAC;;aAKf,UAAU,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBARd,OAAO,CAAC,SAAS,CAAC;gBACpB,0BAA0B;;eAE3B,OAAO,CAAC,MAAM,CAAC;;aAKf,UAAU,CAAC,KAAK,CAAC;;CAkBgE,CAAA;AAE1F,eAAO,MAAM,iCAAiC,WAAY,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA5BrD,OAAO,CAAC,SAAS,CAAC;YACpB,0BAA0B;;WAE3B,OAAO,CAAC,MAAM,CAAC;;;iBAYP,kBAAkB,CAAC,aAAa,CAAC;CAcyC,CAAA;AAC3F,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA9BlC,OAAO,CAAC,SAAS,CAAC;gBACpB,0BAA0B;;eAE3B,OAAO,CAAC,MAAM,CAAC;;;qBAYP,kBAAkB,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAftC,OAAO,CAAC,SAAS,CAAC;gBACpB,0BAA0B;;eAE3B,OAAO,CAAC,MAAM,CAAC;;;qBAYP,kBAAkB,CAAC,aAAa,CAAC;;CAewD,CAAA"}
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE1D,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAEnE,eAAO,MAAM,0BAA0B,wCAAwC,CAAA;AAC/E,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAA;AAE1E,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAAC;IACnD,MAAM,CAAC,EAAE,kBAAkB,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAA;IAC5B,MAAM,EAAE,0BAA0B,CAAA;IAClC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,CAAA;CACvB,CAAC,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,aAAa,CACjD,wBAAwB,GAAG;IACzB,GAAG,EAAE,UAAU,CAAC,KAAK,CAAC,CAAA;CACvB,CACF,CAAA;AAED,MAAM,MAAM,+BAA+B,GAAG,aAAa,CACzD,wBAAwB,GAAG;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAChC,WAAW,EAAE,kBAAkB,CAAC,aAAa,CAAC,CAAA;CAC/C,CACF,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,uBAAuB,GAAG,+BAA+B,GAAG,wBAAwB,CAAA;AAEvH,eAAO,MAAM,sBAAsB,4CAA0E,CAAA;AAC7G,eAAO,MAAM,sBAAsB;;;CAAiD,CAAA;AAEpF,eAAO,MAAM,yBAAyB,WAAY,OAAO;;;;;;cAxB7C,OAAO,CAAC,SAAS,CAAC;YACpB,0BAA0B;;WAE3B,OAAO,CAAC,MAAM,CAAC;;;;SAKf,UAAU,CAAC,KAAK,CAAC;;;CAiBiD,CAAA;AAC3E,eAAO,MAAM,yBAAyB;;;;;;;kBA1B1B,OAAO,CAAC,SAAS,CAAC;gBACpB,0BAA0B;;eAE3B,OAAO,CAAC,MAAM,CAAC;;;;aAKf,UAAU,CAAC,KAAK,CAAC;;;;;;;;;;kBARd,OAAO,CAAC,SAAS,CAAC;gBACpB,0BAA0B;;eAE3B,OAAO,CAAC,MAAM,CAAC;;;;aAKf,UAAU,CAAC,KAAK,CAAC;;;;CAkBgE,CAAA;AAE1F,eAAO,MAAM,iCAAiC,WAAY,OAAO;;;;;;cA5BrD,OAAO,CAAC,SAAS,CAAC;YACpB,0BAA0B;;WAE3B,OAAO,CAAC,MAAM,CAAC;;;;;iBAYP,kBAAkB,CAAC,aAAa,CAAC;;;CAcyC,CAAA;AAC3F,eAAO,MAAM,iCAAiC;;;;;;;kBA9BlC,OAAO,CAAC,SAAS,CAAC;gBACpB,0BAA0B;;eAE3B,OAAO,CAAC,MAAM,CAAC;;;;;qBAYP,kBAAkB,CAAC,aAAa,CAAC;;;;;;;;;;kBAftC,OAAO,CAAC,SAAS,CAAC;gBACpB,0BAA0B;;eAE3B,OAAO,CAAC,MAAM,CAAC;;;;;qBAYP,kBAAkB,CAAC,aAAa,CAAC;;;;CAewD,CAAA"}