@uns-kit/core 2.0.25 → 2.0.27
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/LICENSE +21 -21
- package/README.md +137 -137
- package/dist/app-config.d.ts.map +1 -0
- package/dist/app-config.js.map +1 -0
- package/dist/base-path.js.map +1 -1
- package/dist/config/app-config.d.ts +1 -0
- package/dist/config/app-config.d.ts.map +1 -1
- package/dist/config/app-config.js.map +1 -1
- package/dist/config/project.config.extension.js.map +1 -1
- package/dist/config-file.js.map +1 -1
- package/dist/graphql/schema.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/logger.d.ts.map +1 -1
- package/dist/logger.js +10 -15
- package/dist/logger.js.map +1 -1
- package/dist/tools/auth/auth-client.js.map +1 -1
- package/dist/tools/auth/index.js.map +1 -1
- package/dist/tools/auth/secure-store.js.map +1 -1
- package/dist/tools/base-path.js.map +1 -1
- package/dist/tools/file-utils.js.map +1 -1
- package/dist/tools/generate-config-schema.js.map +1 -1
- package/dist/tools/generate-uns-dictionary.js +7 -7
- package/dist/tools/generate-uns-dictionary.js.map +1 -1
- package/dist/tools/generate-uns-measurements.js +7 -7
- package/dist/tools/generate-uns-measurements.js.map +1 -1
- package/dist/tools/generate-uns-reference.js +9 -9
- package/dist/tools/generate-uns-reference.js.map +1 -1
- package/dist/tools/pull-request.js.map +1 -1
- package/dist/tools/refresh-uns.js +50 -50
- package/dist/tools/refresh-uns.js.map +1 -1
- package/dist/tools/schema.js.map +1 -1
- package/dist/tools/sync-uns-schema.js +17 -17
- package/dist/tools/sync-uns-schema.js.map +1 -1
- package/dist/uns/handover-manager-event-emitter.js.map +1 -1
- package/dist/uns/handover-manager.js.map +1 -1
- package/dist/uns/process-config.js.map +1 -1
- package/dist/uns/process-name-service.js.map +1 -1
- package/dist/uns/status-monitor.js.map +1 -1
- package/dist/uns/uns-asset.js.map +1 -1
- package/dist/uns/uns-attributes.js.map +1 -1
- package/dist/uns/uns-dictionary-registry.js.map +1 -1
- package/dist/uns/uns-dictionary.generated.js.map +1 -1
- package/dist/uns/uns-event-emitter.js.map +1 -1
- package/dist/uns/uns-interfaces.js.map +1 -1
- package/dist/uns/uns-measurements.generated.js.map +1 -1
- package/dist/uns/uns-measurements.js.map +1 -1
- package/dist/uns/uns-object.js.map +1 -1
- package/dist/uns/uns-packet.js.map +1 -1
- package/dist/uns/uns-path.js.map +1 -1
- package/dist/uns/uns-proxy-process.js.map +1 -1
- package/dist/uns/uns-proxy.js.map +1 -1
- package/dist/uns/uns-tags.js.map +1 -1
- package/dist/uns/uns-topic-matcher.js.map +1 -1
- package/dist/uns/uns-topics.js.map +1 -1
- package/dist/uns-config/config-schema.js.map +1 -1
- package/dist/uns-config/host-placeholders.js.map +1 -1
- package/dist/uns-config/schema-tolls.js.map +1 -1
- package/dist/uns-config/schema-tools.js.map +1 -1
- package/dist/uns-config/secret-placeholders.js.map +1 -1
- package/dist/uns-config/secret-resolver.js.map +1 -1
- package/dist/uns-config/uns-core-schema.d.ts +405 -400
- package/dist/uns-config/uns-core-schema.d.ts.map +1 -1
- package/dist/uns-config/uns-core-schema.js +10 -0
- package/dist/uns-config/uns-core-schema.js.map +1 -1
- package/dist/uns-grpc/uns-gateway-cli.js.map +1 -1
- package/dist/uns-grpc/uns-gateway-server.js.map +1 -1
- package/dist/uns-grpc/uns-gateway.proto +104 -104
- package/dist/uns-mqtt/mqtt-interfaces.js.map +1 -1
- package/dist/uns-mqtt/mqtt-proxy.js.map +1 -1
- package/dist/uns-mqtt/mqtt-topic-builder.js.map +1 -1
- package/dist/uns-mqtt/mqtt-worker-init.js.map +1 -1
- package/dist/uns-mqtt/mqtt-worker.js.map +1 -1
- package/dist/uns-mqtt/throttled-queue.js.map +1 -1
- package/dist/uns-mqtt/uns-mqtt-proxy.js.map +1 -1
- package/dist/uns-mqtt/ws-proxy.js.map +1 -1
- package/package.json +1 -1
|
@@ -297,21 +297,9 @@ export declare const mqttChannelSchema: z.ZodEffects<z.ZodObject<{
|
|
|
297
297
|
requestProblemInformation?: boolean;
|
|
298
298
|
userProperties?: Record<string, string>;
|
|
299
299
|
};
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
} | {
|
|
304
|
-
provider?: "external";
|
|
305
|
-
key?: string;
|
|
306
|
-
optional?: boolean;
|
|
307
|
-
default?: string;
|
|
308
|
-
} | {
|
|
309
|
-
provider?: "system";
|
|
310
|
-
optional?: boolean;
|
|
311
|
-
default?: string;
|
|
312
|
-
family?: "IPv4" | "IPv6";
|
|
313
|
-
interfaceName?: string;
|
|
314
|
-
};
|
|
300
|
+
clientId?: string;
|
|
301
|
+
clean?: boolean;
|
|
302
|
+
keepalive?: number;
|
|
315
303
|
username?: string;
|
|
316
304
|
password?: string | {
|
|
317
305
|
provider?: "env";
|
|
@@ -327,9 +315,21 @@ export declare const mqttChannelSchema: z.ZodEffects<z.ZodObject<{
|
|
|
327
315
|
environment?: string;
|
|
328
316
|
projectId?: string;
|
|
329
317
|
};
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
318
|
+
host?: string | {
|
|
319
|
+
provider?: "inline";
|
|
320
|
+
value?: string;
|
|
321
|
+
} | {
|
|
322
|
+
provider?: "external";
|
|
323
|
+
key?: string;
|
|
324
|
+
optional?: boolean;
|
|
325
|
+
default?: string;
|
|
326
|
+
} | {
|
|
327
|
+
provider?: "system";
|
|
328
|
+
optional?: boolean;
|
|
329
|
+
default?: string;
|
|
330
|
+
family?: "IPv4" | "IPv6";
|
|
331
|
+
interfaceName?: string;
|
|
332
|
+
};
|
|
333
333
|
connectTimeout?: number;
|
|
334
334
|
reconnectPeriod?: number;
|
|
335
335
|
reconnectOnConnackError?: boolean;
|
|
@@ -386,21 +386,9 @@ export declare const mqttChannelSchema: z.ZodEffects<z.ZodObject<{
|
|
|
386
386
|
requestProblemInformation?: boolean;
|
|
387
387
|
userProperties?: Record<string, string>;
|
|
388
388
|
};
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
} | {
|
|
393
|
-
provider?: "external";
|
|
394
|
-
key?: string;
|
|
395
|
-
optional?: boolean;
|
|
396
|
-
default?: string;
|
|
397
|
-
} | {
|
|
398
|
-
provider?: "system";
|
|
399
|
-
optional?: boolean;
|
|
400
|
-
default?: string;
|
|
401
|
-
family?: "IPv4" | "IPv6";
|
|
402
|
-
interfaceName?: string;
|
|
403
|
-
};
|
|
389
|
+
clientId?: string;
|
|
390
|
+
clean?: boolean;
|
|
391
|
+
keepalive?: number;
|
|
404
392
|
username?: string;
|
|
405
393
|
password?: string | {
|
|
406
394
|
provider?: "env";
|
|
@@ -416,9 +404,21 @@ export declare const mqttChannelSchema: z.ZodEffects<z.ZodObject<{
|
|
|
416
404
|
environment?: string;
|
|
417
405
|
projectId?: string;
|
|
418
406
|
};
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
407
|
+
host?: string | {
|
|
408
|
+
provider?: "inline";
|
|
409
|
+
value?: string;
|
|
410
|
+
} | {
|
|
411
|
+
provider?: "external";
|
|
412
|
+
key?: string;
|
|
413
|
+
optional?: boolean;
|
|
414
|
+
default?: string;
|
|
415
|
+
} | {
|
|
416
|
+
provider?: "system";
|
|
417
|
+
optional?: boolean;
|
|
418
|
+
default?: string;
|
|
419
|
+
family?: "IPv4" | "IPv6";
|
|
420
|
+
interfaceName?: string;
|
|
421
|
+
};
|
|
422
422
|
connectTimeout?: number;
|
|
423
423
|
reconnectPeriod?: number;
|
|
424
424
|
reconnectOnConnackError?: boolean;
|
|
@@ -475,21 +475,9 @@ export declare const mqttChannelSchema: z.ZodEffects<z.ZodObject<{
|
|
|
475
475
|
requestProblemInformation?: boolean;
|
|
476
476
|
userProperties?: Record<string, string>;
|
|
477
477
|
};
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
} | {
|
|
482
|
-
provider?: "external";
|
|
483
|
-
key?: string;
|
|
484
|
-
optional?: boolean;
|
|
485
|
-
default?: string;
|
|
486
|
-
} | {
|
|
487
|
-
provider?: "system";
|
|
488
|
-
optional?: boolean;
|
|
489
|
-
default?: string;
|
|
490
|
-
family?: "IPv4" | "IPv6";
|
|
491
|
-
interfaceName?: string;
|
|
492
|
-
};
|
|
478
|
+
clientId?: string;
|
|
479
|
+
clean?: boolean;
|
|
480
|
+
keepalive?: number;
|
|
493
481
|
username?: string;
|
|
494
482
|
password?: string | {
|
|
495
483
|
provider?: "env";
|
|
@@ -505,9 +493,21 @@ export declare const mqttChannelSchema: z.ZodEffects<z.ZodObject<{
|
|
|
505
493
|
environment?: string;
|
|
506
494
|
projectId?: string;
|
|
507
495
|
};
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
496
|
+
host?: string | {
|
|
497
|
+
provider?: "inline";
|
|
498
|
+
value?: string;
|
|
499
|
+
} | {
|
|
500
|
+
provider?: "external";
|
|
501
|
+
key?: string;
|
|
502
|
+
optional?: boolean;
|
|
503
|
+
default?: string;
|
|
504
|
+
} | {
|
|
505
|
+
provider?: "system";
|
|
506
|
+
optional?: boolean;
|
|
507
|
+
default?: string;
|
|
508
|
+
family?: "IPv4" | "IPv6";
|
|
509
|
+
interfaceName?: string;
|
|
510
|
+
};
|
|
511
511
|
connectTimeout?: number;
|
|
512
512
|
reconnectPeriod?: number;
|
|
513
513
|
reconnectOnConnackError?: boolean;
|
|
@@ -564,21 +564,9 @@ export declare const mqttChannelSchema: z.ZodEffects<z.ZodObject<{
|
|
|
564
564
|
requestProblemInformation?: boolean;
|
|
565
565
|
userProperties?: Record<string, string>;
|
|
566
566
|
};
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
} | {
|
|
571
|
-
provider?: "external";
|
|
572
|
-
key?: string;
|
|
573
|
-
optional?: boolean;
|
|
574
|
-
default?: string;
|
|
575
|
-
} | {
|
|
576
|
-
provider?: "system";
|
|
577
|
-
optional?: boolean;
|
|
578
|
-
default?: string;
|
|
579
|
-
family?: "IPv4" | "IPv6";
|
|
580
|
-
interfaceName?: string;
|
|
581
|
-
};
|
|
567
|
+
clientId?: string;
|
|
568
|
+
clean?: boolean;
|
|
569
|
+
keepalive?: number;
|
|
582
570
|
username?: string;
|
|
583
571
|
password?: string | {
|
|
584
572
|
provider?: "env";
|
|
@@ -594,9 +582,21 @@ export declare const mqttChannelSchema: z.ZodEffects<z.ZodObject<{
|
|
|
594
582
|
environment?: string;
|
|
595
583
|
projectId?: string;
|
|
596
584
|
};
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
585
|
+
host?: string | {
|
|
586
|
+
provider?: "inline";
|
|
587
|
+
value?: string;
|
|
588
|
+
} | {
|
|
589
|
+
provider?: "external";
|
|
590
|
+
key?: string;
|
|
591
|
+
optional?: boolean;
|
|
592
|
+
default?: string;
|
|
593
|
+
} | {
|
|
594
|
+
provider?: "system";
|
|
595
|
+
optional?: boolean;
|
|
596
|
+
default?: string;
|
|
597
|
+
family?: "IPv4" | "IPv6";
|
|
598
|
+
interfaceName?: string;
|
|
599
|
+
};
|
|
600
600
|
connectTimeout?: number;
|
|
601
601
|
reconnectPeriod?: number;
|
|
602
602
|
reconnectOnConnackError?: boolean;
|
|
@@ -661,7 +661,6 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
661
661
|
}, "strict", z.ZodTypeAny, {
|
|
662
662
|
handover?: boolean;
|
|
663
663
|
env?: "dev" | "staging" | "test" | "prod";
|
|
664
|
-
processName?: string;
|
|
665
664
|
password?: string | {
|
|
666
665
|
provider?: "env";
|
|
667
666
|
key?: string;
|
|
@@ -676,6 +675,7 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
676
675
|
environment?: string;
|
|
677
676
|
projectId?: string;
|
|
678
677
|
};
|
|
678
|
+
processName?: string;
|
|
679
679
|
graphql?: string;
|
|
680
680
|
rest?: string;
|
|
681
681
|
email?: string;
|
|
@@ -685,7 +685,6 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
685
685
|
}, {
|
|
686
686
|
handover?: boolean;
|
|
687
687
|
env?: "dev" | "staging" | "test" | "prod";
|
|
688
|
-
processName?: string;
|
|
689
688
|
password?: string | {
|
|
690
689
|
provider?: "env";
|
|
691
690
|
key?: string;
|
|
@@ -700,6 +699,7 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
700
699
|
environment?: string;
|
|
701
700
|
projectId?: string;
|
|
702
701
|
};
|
|
702
|
+
processName?: string;
|
|
703
703
|
graphql?: string;
|
|
704
704
|
rest?: string;
|
|
705
705
|
email?: string;
|
|
@@ -753,7 +753,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
753
753
|
interfaceName?: string;
|
|
754
754
|
}>]>]>;
|
|
755
755
|
port: z.ZodDefault<z.ZodNumber>;
|
|
756
|
+
level: z.ZodDefault<z.ZodEnum<["error", "warn", "info", "http", "verbose", "debug", "silly"]>>;
|
|
756
757
|
}, "strict", z.ZodTypeAny, {
|
|
758
|
+
level?: "error" | "warn" | "info" | "http" | "verbose" | "debug" | "silly";
|
|
757
759
|
port?: number;
|
|
758
760
|
host?: string | {
|
|
759
761
|
provider?: "inline";
|
|
@@ -772,6 +774,7 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
772
774
|
};
|
|
773
775
|
adapter?: string;
|
|
774
776
|
}, {
|
|
777
|
+
level?: "error" | "warn" | "info" | "http" | "verbose" | "debug" | "silly";
|
|
775
778
|
port?: number;
|
|
776
779
|
host?: string | {
|
|
777
780
|
provider?: "inline";
|
|
@@ -1088,21 +1091,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1088
1091
|
requestProblemInformation?: boolean;
|
|
1089
1092
|
userProperties?: Record<string, string>;
|
|
1090
1093
|
};
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
} | {
|
|
1095
|
-
provider?: "external";
|
|
1096
|
-
key?: string;
|
|
1097
|
-
optional?: boolean;
|
|
1098
|
-
default?: string;
|
|
1099
|
-
} | {
|
|
1100
|
-
provider?: "system";
|
|
1101
|
-
optional?: boolean;
|
|
1102
|
-
default?: string;
|
|
1103
|
-
family?: "IPv4" | "IPv6";
|
|
1104
|
-
interfaceName?: string;
|
|
1105
|
-
};
|
|
1094
|
+
clientId?: string;
|
|
1095
|
+
clean?: boolean;
|
|
1096
|
+
keepalive?: number;
|
|
1106
1097
|
username?: string;
|
|
1107
1098
|
password?: string | {
|
|
1108
1099
|
provider?: "env";
|
|
@@ -1118,9 +1109,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1118
1109
|
environment?: string;
|
|
1119
1110
|
projectId?: string;
|
|
1120
1111
|
};
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1112
|
+
host?: string | {
|
|
1113
|
+
provider?: "inline";
|
|
1114
|
+
value?: string;
|
|
1115
|
+
} | {
|
|
1116
|
+
provider?: "external";
|
|
1117
|
+
key?: string;
|
|
1118
|
+
optional?: boolean;
|
|
1119
|
+
default?: string;
|
|
1120
|
+
} | {
|
|
1121
|
+
provider?: "system";
|
|
1122
|
+
optional?: boolean;
|
|
1123
|
+
default?: string;
|
|
1124
|
+
family?: "IPv4" | "IPv6";
|
|
1125
|
+
interfaceName?: string;
|
|
1126
|
+
};
|
|
1124
1127
|
connectTimeout?: number;
|
|
1125
1128
|
reconnectPeriod?: number;
|
|
1126
1129
|
reconnectOnConnackError?: boolean;
|
|
@@ -1177,21 +1180,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1177
1180
|
requestProblemInformation?: boolean;
|
|
1178
1181
|
userProperties?: Record<string, string>;
|
|
1179
1182
|
};
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
} | {
|
|
1184
|
-
provider?: "external";
|
|
1185
|
-
key?: string;
|
|
1186
|
-
optional?: boolean;
|
|
1187
|
-
default?: string;
|
|
1188
|
-
} | {
|
|
1189
|
-
provider?: "system";
|
|
1190
|
-
optional?: boolean;
|
|
1191
|
-
default?: string;
|
|
1192
|
-
family?: "IPv4" | "IPv6";
|
|
1193
|
-
interfaceName?: string;
|
|
1194
|
-
};
|
|
1183
|
+
clientId?: string;
|
|
1184
|
+
clean?: boolean;
|
|
1185
|
+
keepalive?: number;
|
|
1195
1186
|
username?: string;
|
|
1196
1187
|
password?: string | {
|
|
1197
1188
|
provider?: "env";
|
|
@@ -1207,9 +1198,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1207
1198
|
environment?: string;
|
|
1208
1199
|
projectId?: string;
|
|
1209
1200
|
};
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1201
|
+
host?: string | {
|
|
1202
|
+
provider?: "inline";
|
|
1203
|
+
value?: string;
|
|
1204
|
+
} | {
|
|
1205
|
+
provider?: "external";
|
|
1206
|
+
key?: string;
|
|
1207
|
+
optional?: boolean;
|
|
1208
|
+
default?: string;
|
|
1209
|
+
} | {
|
|
1210
|
+
provider?: "system";
|
|
1211
|
+
optional?: boolean;
|
|
1212
|
+
default?: string;
|
|
1213
|
+
family?: "IPv4" | "IPv6";
|
|
1214
|
+
interfaceName?: string;
|
|
1215
|
+
};
|
|
1213
1216
|
connectTimeout?: number;
|
|
1214
1217
|
reconnectPeriod?: number;
|
|
1215
1218
|
reconnectOnConnackError?: boolean;
|
|
@@ -1266,21 +1269,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1266
1269
|
requestProblemInformation?: boolean;
|
|
1267
1270
|
userProperties?: Record<string, string>;
|
|
1268
1271
|
};
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
} | {
|
|
1273
|
-
provider?: "external";
|
|
1274
|
-
key?: string;
|
|
1275
|
-
optional?: boolean;
|
|
1276
|
-
default?: string;
|
|
1277
|
-
} | {
|
|
1278
|
-
provider?: "system";
|
|
1279
|
-
optional?: boolean;
|
|
1280
|
-
default?: string;
|
|
1281
|
-
family?: "IPv4" | "IPv6";
|
|
1282
|
-
interfaceName?: string;
|
|
1283
|
-
};
|
|
1272
|
+
clientId?: string;
|
|
1273
|
+
clean?: boolean;
|
|
1274
|
+
keepalive?: number;
|
|
1284
1275
|
username?: string;
|
|
1285
1276
|
password?: string | {
|
|
1286
1277
|
provider?: "env";
|
|
@@ -1296,9 +1287,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1296
1287
|
environment?: string;
|
|
1297
1288
|
projectId?: string;
|
|
1298
1289
|
};
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1290
|
+
host?: string | {
|
|
1291
|
+
provider?: "inline";
|
|
1292
|
+
value?: string;
|
|
1293
|
+
} | {
|
|
1294
|
+
provider?: "external";
|
|
1295
|
+
key?: string;
|
|
1296
|
+
optional?: boolean;
|
|
1297
|
+
default?: string;
|
|
1298
|
+
} | {
|
|
1299
|
+
provider?: "system";
|
|
1300
|
+
optional?: boolean;
|
|
1301
|
+
default?: string;
|
|
1302
|
+
family?: "IPv4" | "IPv6";
|
|
1303
|
+
interfaceName?: string;
|
|
1304
|
+
};
|
|
1302
1305
|
connectTimeout?: number;
|
|
1303
1306
|
reconnectPeriod?: number;
|
|
1304
1307
|
reconnectOnConnackError?: boolean;
|
|
@@ -1355,21 +1358,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1355
1358
|
requestProblemInformation?: boolean;
|
|
1356
1359
|
userProperties?: Record<string, string>;
|
|
1357
1360
|
};
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
} | {
|
|
1362
|
-
provider?: "external";
|
|
1363
|
-
key?: string;
|
|
1364
|
-
optional?: boolean;
|
|
1365
|
-
default?: string;
|
|
1366
|
-
} | {
|
|
1367
|
-
provider?: "system";
|
|
1368
|
-
optional?: boolean;
|
|
1369
|
-
default?: string;
|
|
1370
|
-
family?: "IPv4" | "IPv6";
|
|
1371
|
-
interfaceName?: string;
|
|
1372
|
-
};
|
|
1361
|
+
clientId?: string;
|
|
1362
|
+
clean?: boolean;
|
|
1363
|
+
keepalive?: number;
|
|
1373
1364
|
username?: string;
|
|
1374
1365
|
password?: string | {
|
|
1375
1366
|
provider?: "env";
|
|
@@ -1385,9 +1376,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1385
1376
|
environment?: string;
|
|
1386
1377
|
projectId?: string;
|
|
1387
1378
|
};
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1379
|
+
host?: string | {
|
|
1380
|
+
provider?: "inline";
|
|
1381
|
+
value?: string;
|
|
1382
|
+
} | {
|
|
1383
|
+
provider?: "external";
|
|
1384
|
+
key?: string;
|
|
1385
|
+
optional?: boolean;
|
|
1386
|
+
default?: string;
|
|
1387
|
+
} | {
|
|
1388
|
+
provider?: "system";
|
|
1389
|
+
optional?: boolean;
|
|
1390
|
+
default?: string;
|
|
1391
|
+
family?: "IPv4" | "IPv6";
|
|
1392
|
+
interfaceName?: string;
|
|
1393
|
+
};
|
|
1391
1394
|
connectTimeout?: number;
|
|
1392
1395
|
reconnectPeriod?: number;
|
|
1393
1396
|
reconnectOnConnackError?: boolean;
|
|
@@ -1696,21 +1699,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1696
1699
|
requestProblemInformation?: boolean;
|
|
1697
1700
|
userProperties?: Record<string, string>;
|
|
1698
1701
|
};
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
} | {
|
|
1703
|
-
provider?: "external";
|
|
1704
|
-
key?: string;
|
|
1705
|
-
optional?: boolean;
|
|
1706
|
-
default?: string;
|
|
1707
|
-
} | {
|
|
1708
|
-
provider?: "system";
|
|
1709
|
-
optional?: boolean;
|
|
1710
|
-
default?: string;
|
|
1711
|
-
family?: "IPv4" | "IPv6";
|
|
1712
|
-
interfaceName?: string;
|
|
1713
|
-
};
|
|
1702
|
+
clientId?: string;
|
|
1703
|
+
clean?: boolean;
|
|
1704
|
+
keepalive?: number;
|
|
1714
1705
|
username?: string;
|
|
1715
1706
|
password?: string | {
|
|
1716
1707
|
provider?: "env";
|
|
@@ -1726,9 +1717,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1726
1717
|
environment?: string;
|
|
1727
1718
|
projectId?: string;
|
|
1728
1719
|
};
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1720
|
+
host?: string | {
|
|
1721
|
+
provider?: "inline";
|
|
1722
|
+
value?: string;
|
|
1723
|
+
} | {
|
|
1724
|
+
provider?: "external";
|
|
1725
|
+
key?: string;
|
|
1726
|
+
optional?: boolean;
|
|
1727
|
+
default?: string;
|
|
1728
|
+
} | {
|
|
1729
|
+
provider?: "system";
|
|
1730
|
+
optional?: boolean;
|
|
1731
|
+
default?: string;
|
|
1732
|
+
family?: "IPv4" | "IPv6";
|
|
1733
|
+
interfaceName?: string;
|
|
1734
|
+
};
|
|
1732
1735
|
connectTimeout?: number;
|
|
1733
1736
|
reconnectPeriod?: number;
|
|
1734
1737
|
reconnectOnConnackError?: boolean;
|
|
@@ -1785,21 +1788,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1785
1788
|
requestProblemInformation?: boolean;
|
|
1786
1789
|
userProperties?: Record<string, string>;
|
|
1787
1790
|
};
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
} | {
|
|
1792
|
-
provider?: "external";
|
|
1793
|
-
key?: string;
|
|
1794
|
-
optional?: boolean;
|
|
1795
|
-
default?: string;
|
|
1796
|
-
} | {
|
|
1797
|
-
provider?: "system";
|
|
1798
|
-
optional?: boolean;
|
|
1799
|
-
default?: string;
|
|
1800
|
-
family?: "IPv4" | "IPv6";
|
|
1801
|
-
interfaceName?: string;
|
|
1802
|
-
};
|
|
1791
|
+
clientId?: string;
|
|
1792
|
+
clean?: boolean;
|
|
1793
|
+
keepalive?: number;
|
|
1803
1794
|
username?: string;
|
|
1804
1795
|
password?: string | {
|
|
1805
1796
|
provider?: "env";
|
|
@@ -1815,9 +1806,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1815
1806
|
environment?: string;
|
|
1816
1807
|
projectId?: string;
|
|
1817
1808
|
};
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1809
|
+
host?: string | {
|
|
1810
|
+
provider?: "inline";
|
|
1811
|
+
value?: string;
|
|
1812
|
+
} | {
|
|
1813
|
+
provider?: "external";
|
|
1814
|
+
key?: string;
|
|
1815
|
+
optional?: boolean;
|
|
1816
|
+
default?: string;
|
|
1817
|
+
} | {
|
|
1818
|
+
provider?: "system";
|
|
1819
|
+
optional?: boolean;
|
|
1820
|
+
default?: string;
|
|
1821
|
+
family?: "IPv4" | "IPv6";
|
|
1822
|
+
interfaceName?: string;
|
|
1823
|
+
};
|
|
1821
1824
|
connectTimeout?: number;
|
|
1822
1825
|
reconnectPeriod?: number;
|
|
1823
1826
|
reconnectOnConnackError?: boolean;
|
|
@@ -1874,21 +1877,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1874
1877
|
requestProblemInformation?: boolean;
|
|
1875
1878
|
userProperties?: Record<string, string>;
|
|
1876
1879
|
};
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
} | {
|
|
1881
|
-
provider?: "external";
|
|
1882
|
-
key?: string;
|
|
1883
|
-
optional?: boolean;
|
|
1884
|
-
default?: string;
|
|
1885
|
-
} | {
|
|
1886
|
-
provider?: "system";
|
|
1887
|
-
optional?: boolean;
|
|
1888
|
-
default?: string;
|
|
1889
|
-
family?: "IPv4" | "IPv6";
|
|
1890
|
-
interfaceName?: string;
|
|
1891
|
-
};
|
|
1880
|
+
clientId?: string;
|
|
1881
|
+
clean?: boolean;
|
|
1882
|
+
keepalive?: number;
|
|
1892
1883
|
username?: string;
|
|
1893
1884
|
password?: string | {
|
|
1894
1885
|
provider?: "env";
|
|
@@ -1904,9 +1895,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1904
1895
|
environment?: string;
|
|
1905
1896
|
projectId?: string;
|
|
1906
1897
|
};
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1898
|
+
host?: string | {
|
|
1899
|
+
provider?: "inline";
|
|
1900
|
+
value?: string;
|
|
1901
|
+
} | {
|
|
1902
|
+
provider?: "external";
|
|
1903
|
+
key?: string;
|
|
1904
|
+
optional?: boolean;
|
|
1905
|
+
default?: string;
|
|
1906
|
+
} | {
|
|
1907
|
+
provider?: "system";
|
|
1908
|
+
optional?: boolean;
|
|
1909
|
+
default?: string;
|
|
1910
|
+
family?: "IPv4" | "IPv6";
|
|
1911
|
+
interfaceName?: string;
|
|
1912
|
+
};
|
|
1910
1913
|
connectTimeout?: number;
|
|
1911
1914
|
reconnectPeriod?: number;
|
|
1912
1915
|
reconnectOnConnackError?: boolean;
|
|
@@ -1963,21 +1966,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1963
1966
|
requestProblemInformation?: boolean;
|
|
1964
1967
|
userProperties?: Record<string, string>;
|
|
1965
1968
|
};
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
} | {
|
|
1970
|
-
provider?: "external";
|
|
1971
|
-
key?: string;
|
|
1972
|
-
optional?: boolean;
|
|
1973
|
-
default?: string;
|
|
1974
|
-
} | {
|
|
1975
|
-
provider?: "system";
|
|
1976
|
-
optional?: boolean;
|
|
1977
|
-
default?: string;
|
|
1978
|
-
family?: "IPv4" | "IPv6";
|
|
1979
|
-
interfaceName?: string;
|
|
1980
|
-
};
|
|
1969
|
+
clientId?: string;
|
|
1970
|
+
clean?: boolean;
|
|
1971
|
+
keepalive?: number;
|
|
1981
1972
|
username?: string;
|
|
1982
1973
|
password?: string | {
|
|
1983
1974
|
provider?: "env";
|
|
@@ -1993,9 +1984,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
1993
1984
|
environment?: string;
|
|
1994
1985
|
projectId?: string;
|
|
1995
1986
|
};
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1987
|
+
host?: string | {
|
|
1988
|
+
provider?: "inline";
|
|
1989
|
+
value?: string;
|
|
1990
|
+
} | {
|
|
1991
|
+
provider?: "external";
|
|
1992
|
+
key?: string;
|
|
1993
|
+
optional?: boolean;
|
|
1994
|
+
default?: string;
|
|
1995
|
+
} | {
|
|
1996
|
+
provider?: "system";
|
|
1997
|
+
optional?: boolean;
|
|
1998
|
+
default?: string;
|
|
1999
|
+
family?: "IPv4" | "IPv6";
|
|
2000
|
+
interfaceName?: string;
|
|
2001
|
+
};
|
|
1999
2002
|
connectTimeout?: number;
|
|
2000
2003
|
reconnectPeriod?: number;
|
|
2001
2004
|
reconnectOnConnackError?: boolean;
|
|
@@ -2304,21 +2307,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2304
2307
|
requestProblemInformation?: boolean;
|
|
2305
2308
|
userProperties?: Record<string, string>;
|
|
2306
2309
|
};
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
} | {
|
|
2311
|
-
provider?: "external";
|
|
2312
|
-
key?: string;
|
|
2313
|
-
optional?: boolean;
|
|
2314
|
-
default?: string;
|
|
2315
|
-
} | {
|
|
2316
|
-
provider?: "system";
|
|
2317
|
-
optional?: boolean;
|
|
2318
|
-
default?: string;
|
|
2319
|
-
family?: "IPv4" | "IPv6";
|
|
2320
|
-
interfaceName?: string;
|
|
2321
|
-
};
|
|
2310
|
+
clientId?: string;
|
|
2311
|
+
clean?: boolean;
|
|
2312
|
+
keepalive?: number;
|
|
2322
2313
|
username?: string;
|
|
2323
2314
|
password?: string | {
|
|
2324
2315
|
provider?: "env";
|
|
@@ -2334,9 +2325,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2334
2325
|
environment?: string;
|
|
2335
2326
|
projectId?: string;
|
|
2336
2327
|
};
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2328
|
+
host?: string | {
|
|
2329
|
+
provider?: "inline";
|
|
2330
|
+
value?: string;
|
|
2331
|
+
} | {
|
|
2332
|
+
provider?: "external";
|
|
2333
|
+
key?: string;
|
|
2334
|
+
optional?: boolean;
|
|
2335
|
+
default?: string;
|
|
2336
|
+
} | {
|
|
2337
|
+
provider?: "system";
|
|
2338
|
+
optional?: boolean;
|
|
2339
|
+
default?: string;
|
|
2340
|
+
family?: "IPv4" | "IPv6";
|
|
2341
|
+
interfaceName?: string;
|
|
2342
|
+
};
|
|
2340
2343
|
connectTimeout?: number;
|
|
2341
2344
|
reconnectPeriod?: number;
|
|
2342
2345
|
reconnectOnConnackError?: boolean;
|
|
@@ -2393,21 +2396,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2393
2396
|
requestProblemInformation?: boolean;
|
|
2394
2397
|
userProperties?: Record<string, string>;
|
|
2395
2398
|
};
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
} | {
|
|
2400
|
-
provider?: "external";
|
|
2401
|
-
key?: string;
|
|
2402
|
-
optional?: boolean;
|
|
2403
|
-
default?: string;
|
|
2404
|
-
} | {
|
|
2405
|
-
provider?: "system";
|
|
2406
|
-
optional?: boolean;
|
|
2407
|
-
default?: string;
|
|
2408
|
-
family?: "IPv4" | "IPv6";
|
|
2409
|
-
interfaceName?: string;
|
|
2410
|
-
};
|
|
2399
|
+
clientId?: string;
|
|
2400
|
+
clean?: boolean;
|
|
2401
|
+
keepalive?: number;
|
|
2411
2402
|
username?: string;
|
|
2412
2403
|
password?: string | {
|
|
2413
2404
|
provider?: "env";
|
|
@@ -2423,9 +2414,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2423
2414
|
environment?: string;
|
|
2424
2415
|
projectId?: string;
|
|
2425
2416
|
};
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2417
|
+
host?: string | {
|
|
2418
|
+
provider?: "inline";
|
|
2419
|
+
value?: string;
|
|
2420
|
+
} | {
|
|
2421
|
+
provider?: "external";
|
|
2422
|
+
key?: string;
|
|
2423
|
+
optional?: boolean;
|
|
2424
|
+
default?: string;
|
|
2425
|
+
} | {
|
|
2426
|
+
provider?: "system";
|
|
2427
|
+
optional?: boolean;
|
|
2428
|
+
default?: string;
|
|
2429
|
+
family?: "IPv4" | "IPv6";
|
|
2430
|
+
interfaceName?: string;
|
|
2431
|
+
};
|
|
2429
2432
|
connectTimeout?: number;
|
|
2430
2433
|
reconnectPeriod?: number;
|
|
2431
2434
|
reconnectOnConnackError?: boolean;
|
|
@@ -2482,21 +2485,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2482
2485
|
requestProblemInformation?: boolean;
|
|
2483
2486
|
userProperties?: Record<string, string>;
|
|
2484
2487
|
};
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
} | {
|
|
2489
|
-
provider?: "external";
|
|
2490
|
-
key?: string;
|
|
2491
|
-
optional?: boolean;
|
|
2492
|
-
default?: string;
|
|
2493
|
-
} | {
|
|
2494
|
-
provider?: "system";
|
|
2495
|
-
optional?: boolean;
|
|
2496
|
-
default?: string;
|
|
2497
|
-
family?: "IPv4" | "IPv6";
|
|
2498
|
-
interfaceName?: string;
|
|
2499
|
-
};
|
|
2488
|
+
clientId?: string;
|
|
2489
|
+
clean?: boolean;
|
|
2490
|
+
keepalive?: number;
|
|
2500
2491
|
username?: string;
|
|
2501
2492
|
password?: string | {
|
|
2502
2493
|
provider?: "env";
|
|
@@ -2512,9 +2503,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2512
2503
|
environment?: string;
|
|
2513
2504
|
projectId?: string;
|
|
2514
2505
|
};
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2506
|
+
host?: string | {
|
|
2507
|
+
provider?: "inline";
|
|
2508
|
+
value?: string;
|
|
2509
|
+
} | {
|
|
2510
|
+
provider?: "external";
|
|
2511
|
+
key?: string;
|
|
2512
|
+
optional?: boolean;
|
|
2513
|
+
default?: string;
|
|
2514
|
+
} | {
|
|
2515
|
+
provider?: "system";
|
|
2516
|
+
optional?: boolean;
|
|
2517
|
+
default?: string;
|
|
2518
|
+
family?: "IPv4" | "IPv6";
|
|
2519
|
+
interfaceName?: string;
|
|
2520
|
+
};
|
|
2518
2521
|
connectTimeout?: number;
|
|
2519
2522
|
reconnectPeriod?: number;
|
|
2520
2523
|
reconnectOnConnackError?: boolean;
|
|
@@ -2571,21 +2574,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2571
2574
|
requestProblemInformation?: boolean;
|
|
2572
2575
|
userProperties?: Record<string, string>;
|
|
2573
2576
|
};
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
} | {
|
|
2578
|
-
provider?: "external";
|
|
2579
|
-
key?: string;
|
|
2580
|
-
optional?: boolean;
|
|
2581
|
-
default?: string;
|
|
2582
|
-
} | {
|
|
2583
|
-
provider?: "system";
|
|
2584
|
-
optional?: boolean;
|
|
2585
|
-
default?: string;
|
|
2586
|
-
family?: "IPv4" | "IPv6";
|
|
2587
|
-
interfaceName?: string;
|
|
2588
|
-
};
|
|
2577
|
+
clientId?: string;
|
|
2578
|
+
clean?: boolean;
|
|
2579
|
+
keepalive?: number;
|
|
2589
2580
|
username?: string;
|
|
2590
2581
|
password?: string | {
|
|
2591
2582
|
provider?: "env";
|
|
@@ -2601,9 +2592,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2601
2592
|
environment?: string;
|
|
2602
2593
|
projectId?: string;
|
|
2603
2594
|
};
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2595
|
+
host?: string | {
|
|
2596
|
+
provider?: "inline";
|
|
2597
|
+
value?: string;
|
|
2598
|
+
} | {
|
|
2599
|
+
provider?: "external";
|
|
2600
|
+
key?: string;
|
|
2601
|
+
optional?: boolean;
|
|
2602
|
+
default?: string;
|
|
2603
|
+
} | {
|
|
2604
|
+
provider?: "system";
|
|
2605
|
+
optional?: boolean;
|
|
2606
|
+
default?: string;
|
|
2607
|
+
family?: "IPv4" | "IPv6";
|
|
2608
|
+
interfaceName?: string;
|
|
2609
|
+
};
|
|
2607
2610
|
connectTimeout?: number;
|
|
2608
2611
|
reconnectPeriod?: number;
|
|
2609
2612
|
reconnectOnConnackError?: boolean;
|
|
@@ -2631,7 +2634,6 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2631
2634
|
uns?: {
|
|
2632
2635
|
handover?: boolean;
|
|
2633
2636
|
env?: "dev" | "staging" | "test" | "prod";
|
|
2634
|
-
processName?: string;
|
|
2635
2637
|
password?: string | {
|
|
2636
2638
|
provider?: "env";
|
|
2637
2639
|
key?: string;
|
|
@@ -2646,6 +2648,7 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2646
2648
|
environment?: string;
|
|
2647
2649
|
projectId?: string;
|
|
2648
2650
|
};
|
|
2651
|
+
processName?: string;
|
|
2649
2652
|
graphql?: string;
|
|
2650
2653
|
rest?: string;
|
|
2651
2654
|
email?: string;
|
|
@@ -2654,6 +2657,7 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2654
2657
|
kidWellKnownUrl?: string;
|
|
2655
2658
|
};
|
|
2656
2659
|
logging?: {
|
|
2660
|
+
level?: "error" | "warn" | "info" | "http" | "verbose" | "debug" | "silly";
|
|
2657
2661
|
port?: number;
|
|
2658
2662
|
host?: string | {
|
|
2659
2663
|
provider?: "inline";
|
|
@@ -2719,21 +2723,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2719
2723
|
requestProblemInformation?: boolean;
|
|
2720
2724
|
userProperties?: Record<string, string>;
|
|
2721
2725
|
};
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
} | {
|
|
2726
|
-
provider?: "external";
|
|
2727
|
-
key?: string;
|
|
2728
|
-
optional?: boolean;
|
|
2729
|
-
default?: string;
|
|
2730
|
-
} | {
|
|
2731
|
-
provider?: "system";
|
|
2732
|
-
optional?: boolean;
|
|
2733
|
-
default?: string;
|
|
2734
|
-
family?: "IPv4" | "IPv6";
|
|
2735
|
-
interfaceName?: string;
|
|
2736
|
-
};
|
|
2726
|
+
clientId?: string;
|
|
2727
|
+
clean?: boolean;
|
|
2728
|
+
keepalive?: number;
|
|
2737
2729
|
username?: string;
|
|
2738
2730
|
password?: string | {
|
|
2739
2731
|
provider?: "env";
|
|
@@ -2749,9 +2741,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2749
2741
|
environment?: string;
|
|
2750
2742
|
projectId?: string;
|
|
2751
2743
|
};
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2744
|
+
host?: string | {
|
|
2745
|
+
provider?: "inline";
|
|
2746
|
+
value?: string;
|
|
2747
|
+
} | {
|
|
2748
|
+
provider?: "external";
|
|
2749
|
+
key?: string;
|
|
2750
|
+
optional?: boolean;
|
|
2751
|
+
default?: string;
|
|
2752
|
+
} | {
|
|
2753
|
+
provider?: "system";
|
|
2754
|
+
optional?: boolean;
|
|
2755
|
+
default?: string;
|
|
2756
|
+
family?: "IPv4" | "IPv6";
|
|
2757
|
+
interfaceName?: string;
|
|
2758
|
+
};
|
|
2755
2759
|
connectTimeout?: number;
|
|
2756
2760
|
reconnectPeriod?: number;
|
|
2757
2761
|
reconnectOnConnackError?: boolean;
|
|
@@ -2809,21 +2813,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2809
2813
|
requestProblemInformation?: boolean;
|
|
2810
2814
|
userProperties?: Record<string, string>;
|
|
2811
2815
|
};
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
} | {
|
|
2816
|
-
provider?: "external";
|
|
2817
|
-
key?: string;
|
|
2818
|
-
optional?: boolean;
|
|
2819
|
-
default?: string;
|
|
2820
|
-
} | {
|
|
2821
|
-
provider?: "system";
|
|
2822
|
-
optional?: boolean;
|
|
2823
|
-
default?: string;
|
|
2824
|
-
family?: "IPv4" | "IPv6";
|
|
2825
|
-
interfaceName?: string;
|
|
2826
|
-
};
|
|
2816
|
+
clientId?: string;
|
|
2817
|
+
clean?: boolean;
|
|
2818
|
+
keepalive?: number;
|
|
2827
2819
|
username?: string;
|
|
2828
2820
|
password?: string | {
|
|
2829
2821
|
provider?: "env";
|
|
@@ -2839,9 +2831,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2839
2831
|
environment?: string;
|
|
2840
2832
|
projectId?: string;
|
|
2841
2833
|
};
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2834
|
+
host?: string | {
|
|
2835
|
+
provider?: "inline";
|
|
2836
|
+
value?: string;
|
|
2837
|
+
} | {
|
|
2838
|
+
provider?: "external";
|
|
2839
|
+
key?: string;
|
|
2840
|
+
optional?: boolean;
|
|
2841
|
+
default?: string;
|
|
2842
|
+
} | {
|
|
2843
|
+
provider?: "system";
|
|
2844
|
+
optional?: boolean;
|
|
2845
|
+
default?: string;
|
|
2846
|
+
family?: "IPv4" | "IPv6";
|
|
2847
|
+
interfaceName?: string;
|
|
2848
|
+
};
|
|
2845
2849
|
connectTimeout?: number;
|
|
2846
2850
|
reconnectPeriod?: number;
|
|
2847
2851
|
reconnectOnConnackError?: boolean;
|
|
@@ -2899,21 +2903,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2899
2903
|
requestProblemInformation?: boolean;
|
|
2900
2904
|
userProperties?: Record<string, string>;
|
|
2901
2905
|
};
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
} | {
|
|
2906
|
-
provider?: "external";
|
|
2907
|
-
key?: string;
|
|
2908
|
-
optional?: boolean;
|
|
2909
|
-
default?: string;
|
|
2910
|
-
} | {
|
|
2911
|
-
provider?: "system";
|
|
2912
|
-
optional?: boolean;
|
|
2913
|
-
default?: string;
|
|
2914
|
-
family?: "IPv4" | "IPv6";
|
|
2915
|
-
interfaceName?: string;
|
|
2916
|
-
};
|
|
2906
|
+
clientId?: string;
|
|
2907
|
+
clean?: boolean;
|
|
2908
|
+
keepalive?: number;
|
|
2917
2909
|
username?: string;
|
|
2918
2910
|
password?: string | {
|
|
2919
2911
|
provider?: "env";
|
|
@@ -2929,9 +2921,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2929
2921
|
environment?: string;
|
|
2930
2922
|
projectId?: string;
|
|
2931
2923
|
};
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2924
|
+
host?: string | {
|
|
2925
|
+
provider?: "inline";
|
|
2926
|
+
value?: string;
|
|
2927
|
+
} | {
|
|
2928
|
+
provider?: "external";
|
|
2929
|
+
key?: string;
|
|
2930
|
+
optional?: boolean;
|
|
2931
|
+
default?: string;
|
|
2932
|
+
} | {
|
|
2933
|
+
provider?: "system";
|
|
2934
|
+
optional?: boolean;
|
|
2935
|
+
default?: string;
|
|
2936
|
+
family?: "IPv4" | "IPv6";
|
|
2937
|
+
interfaceName?: string;
|
|
2938
|
+
};
|
|
2935
2939
|
connectTimeout?: number;
|
|
2936
2940
|
reconnectPeriod?: number;
|
|
2937
2941
|
reconnectOnConnackError?: boolean;
|
|
@@ -2951,7 +2955,6 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2951
2955
|
uns?: {
|
|
2952
2956
|
handover?: boolean;
|
|
2953
2957
|
env?: "dev" | "staging" | "test" | "prod";
|
|
2954
|
-
processName?: string;
|
|
2955
2958
|
password?: string | {
|
|
2956
2959
|
provider?: "env";
|
|
2957
2960
|
key?: string;
|
|
@@ -2966,6 +2969,7 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2966
2969
|
environment?: string;
|
|
2967
2970
|
projectId?: string;
|
|
2968
2971
|
};
|
|
2972
|
+
processName?: string;
|
|
2969
2973
|
graphql?: string;
|
|
2970
2974
|
rest?: string;
|
|
2971
2975
|
email?: string;
|
|
@@ -2974,6 +2978,7 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
2974
2978
|
kidWellKnownUrl?: string;
|
|
2975
2979
|
};
|
|
2976
2980
|
logging?: {
|
|
2981
|
+
level?: "error" | "warn" | "info" | "http" | "verbose" | "debug" | "silly";
|
|
2977
2982
|
port?: number;
|
|
2978
2983
|
host?: string | {
|
|
2979
2984
|
provider?: "inline";
|
|
@@ -3039,21 +3044,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
3039
3044
|
requestProblemInformation?: boolean;
|
|
3040
3045
|
userProperties?: Record<string, string>;
|
|
3041
3046
|
};
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
} | {
|
|
3046
|
-
provider?: "external";
|
|
3047
|
-
key?: string;
|
|
3048
|
-
optional?: boolean;
|
|
3049
|
-
default?: string;
|
|
3050
|
-
} | {
|
|
3051
|
-
provider?: "system";
|
|
3052
|
-
optional?: boolean;
|
|
3053
|
-
default?: string;
|
|
3054
|
-
family?: "IPv4" | "IPv6";
|
|
3055
|
-
interfaceName?: string;
|
|
3056
|
-
};
|
|
3047
|
+
clientId?: string;
|
|
3048
|
+
clean?: boolean;
|
|
3049
|
+
keepalive?: number;
|
|
3057
3050
|
username?: string;
|
|
3058
3051
|
password?: string | {
|
|
3059
3052
|
provider?: "env";
|
|
@@ -3069,9 +3062,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
3069
3062
|
environment?: string;
|
|
3070
3063
|
projectId?: string;
|
|
3071
3064
|
};
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3065
|
+
host?: string | {
|
|
3066
|
+
provider?: "inline";
|
|
3067
|
+
value?: string;
|
|
3068
|
+
} | {
|
|
3069
|
+
provider?: "external";
|
|
3070
|
+
key?: string;
|
|
3071
|
+
optional?: boolean;
|
|
3072
|
+
default?: string;
|
|
3073
|
+
} | {
|
|
3074
|
+
provider?: "system";
|
|
3075
|
+
optional?: boolean;
|
|
3076
|
+
default?: string;
|
|
3077
|
+
family?: "IPv4" | "IPv6";
|
|
3078
|
+
interfaceName?: string;
|
|
3079
|
+
};
|
|
3075
3080
|
connectTimeout?: number;
|
|
3076
3081
|
reconnectPeriod?: number;
|
|
3077
3082
|
reconnectOnConnackError?: boolean;
|
|
@@ -3129,21 +3134,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
3129
3134
|
requestProblemInformation?: boolean;
|
|
3130
3135
|
userProperties?: Record<string, string>;
|
|
3131
3136
|
};
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
} | {
|
|
3136
|
-
provider?: "external";
|
|
3137
|
-
key?: string;
|
|
3138
|
-
optional?: boolean;
|
|
3139
|
-
default?: string;
|
|
3140
|
-
} | {
|
|
3141
|
-
provider?: "system";
|
|
3142
|
-
optional?: boolean;
|
|
3143
|
-
default?: string;
|
|
3144
|
-
family?: "IPv4" | "IPv6";
|
|
3145
|
-
interfaceName?: string;
|
|
3146
|
-
};
|
|
3137
|
+
clientId?: string;
|
|
3138
|
+
clean?: boolean;
|
|
3139
|
+
keepalive?: number;
|
|
3147
3140
|
username?: string;
|
|
3148
3141
|
password?: string | {
|
|
3149
3142
|
provider?: "env";
|
|
@@ -3159,9 +3152,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
3159
3152
|
environment?: string;
|
|
3160
3153
|
projectId?: string;
|
|
3161
3154
|
};
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3155
|
+
host?: string | {
|
|
3156
|
+
provider?: "inline";
|
|
3157
|
+
value?: string;
|
|
3158
|
+
} | {
|
|
3159
|
+
provider?: "external";
|
|
3160
|
+
key?: string;
|
|
3161
|
+
optional?: boolean;
|
|
3162
|
+
default?: string;
|
|
3163
|
+
} | {
|
|
3164
|
+
provider?: "system";
|
|
3165
|
+
optional?: boolean;
|
|
3166
|
+
default?: string;
|
|
3167
|
+
family?: "IPv4" | "IPv6";
|
|
3168
|
+
interfaceName?: string;
|
|
3169
|
+
};
|
|
3165
3170
|
connectTimeout?: number;
|
|
3166
3171
|
reconnectPeriod?: number;
|
|
3167
3172
|
reconnectOnConnackError?: boolean;
|
|
@@ -3219,21 +3224,9 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
3219
3224
|
requestProblemInformation?: boolean;
|
|
3220
3225
|
userProperties?: Record<string, string>;
|
|
3221
3226
|
};
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
} | {
|
|
3226
|
-
provider?: "external";
|
|
3227
|
-
key?: string;
|
|
3228
|
-
optional?: boolean;
|
|
3229
|
-
default?: string;
|
|
3230
|
-
} | {
|
|
3231
|
-
provider?: "system";
|
|
3232
|
-
optional?: boolean;
|
|
3233
|
-
default?: string;
|
|
3234
|
-
family?: "IPv4" | "IPv6";
|
|
3235
|
-
interfaceName?: string;
|
|
3236
|
-
};
|
|
3227
|
+
clientId?: string;
|
|
3228
|
+
clean?: boolean;
|
|
3229
|
+
keepalive?: number;
|
|
3237
3230
|
username?: string;
|
|
3238
3231
|
password?: string | {
|
|
3239
3232
|
provider?: "env";
|
|
@@ -3249,9 +3242,21 @@ export declare const unsCoreSchema: z.ZodObject<{
|
|
|
3249
3242
|
environment?: string;
|
|
3250
3243
|
projectId?: string;
|
|
3251
3244
|
};
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3245
|
+
host?: string | {
|
|
3246
|
+
provider?: "inline";
|
|
3247
|
+
value?: string;
|
|
3248
|
+
} | {
|
|
3249
|
+
provider?: "external";
|
|
3250
|
+
key?: string;
|
|
3251
|
+
optional?: boolean;
|
|
3252
|
+
default?: string;
|
|
3253
|
+
} | {
|
|
3254
|
+
provider?: "system";
|
|
3255
|
+
optional?: boolean;
|
|
3256
|
+
default?: string;
|
|
3257
|
+
family?: "IPv4" | "IPv6";
|
|
3258
|
+
interfaceName?: string;
|
|
3259
|
+
};
|
|
3255
3260
|
connectTimeout?: number;
|
|
3256
3261
|
reconnectPeriod?: number;
|
|
3257
3262
|
reconnectOnConnackError?: boolean;
|