@capxul/observability 1.2.1 → 1.2.3
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/README.md +1 -1
- package/dist/engineering.d.mts.map +1 -1
- package/dist/engineering.mjs +1 -1
- package/dist/engineering.mjs.map +1 -1
- package/dist/index.d.mts +0 -128
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -1
package/dist/index.d.mts
CHANGED
|
@@ -337,7 +337,6 @@ declare const AuthOtpRequestedTelemetryEventSchema: Schema.Struct<{
|
|
|
337
337
|
readonly email_domain: Schema.optional<Schema.String>;
|
|
338
338
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
339
339
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
340
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
341
340
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
342
341
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
343
342
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -352,7 +351,6 @@ declare const AuthOtpDeliveredTelemetryEventSchema: Schema.Struct<{
|
|
|
352
351
|
readonly resendMessageId: Schema.optional<Schema.String>;
|
|
353
352
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
354
353
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
355
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
356
354
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
357
355
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
358
356
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -365,7 +363,6 @@ declare const AuthOtpExpiredTelemetryEventSchema: Schema.Struct<{
|
|
|
365
363
|
readonly email_domain: Schema.optional<Schema.String>;
|
|
366
364
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
367
365
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
368
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
369
366
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
370
367
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
371
368
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -377,7 +374,6 @@ declare const AuthVerifiedTelemetryEventSchema: Schema.Struct<{
|
|
|
377
374
|
readonly auth_type: Schema.optional<Schema.String>;
|
|
378
375
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
379
376
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
380
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
381
377
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
382
378
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
383
379
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -391,7 +387,6 @@ declare const AuthFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
391
387
|
readonly reason: Schema.optional<Schema.String>;
|
|
392
388
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
393
389
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
394
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
395
390
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
396
391
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
397
392
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -402,7 +397,6 @@ declare const AuthSignedOutTelemetryEventSchema: Schema.Struct<{
|
|
|
402
397
|
readonly props: Schema.Struct<{
|
|
403
398
|
capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
404
399
|
producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
405
|
-
capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
406
400
|
journey_id: Schema.optional<Schema.String>;
|
|
407
401
|
correlation_id: Schema.optional<Schema.String>;
|
|
408
402
|
sdk_version: Schema.optional<Schema.String>;
|
|
@@ -416,7 +410,6 @@ declare const OnboardingIntentSelectedTelemetryEventSchema: Schema.Struct<{
|
|
|
416
410
|
readonly entry_point: Schema.String;
|
|
417
411
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
418
412
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
419
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
420
413
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
421
414
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
422
415
|
}>;
|
|
@@ -428,7 +421,6 @@ declare const OnboardingProfileSubmittedTelemetryEventSchema: Schema.Struct<{
|
|
|
428
421
|
readonly intent: Schema.Literals<readonly ["personal", "organization"]>;
|
|
429
422
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
430
423
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
431
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
432
424
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
433
425
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
434
426
|
}>;
|
|
@@ -439,7 +431,6 @@ declare const OnboardingOrganizationSubmittedTelemetryEventSchema: Schema.Struct
|
|
|
439
431
|
readonly journey_id: Schema.String;
|
|
440
432
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
441
433
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
442
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
443
434
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
444
435
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
445
436
|
}>;
|
|
@@ -452,7 +443,6 @@ declare const OnboardingDashboardReachedTelemetryEventSchema: Schema.Struct<{
|
|
|
452
443
|
readonly organization_id: Schema.optional<Schema.Codec<string, string, never, never>>;
|
|
453
444
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
454
445
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
455
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
456
446
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
457
447
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
458
448
|
}>;
|
|
@@ -463,7 +453,6 @@ declare const ProvisioningSafeCreatedTelemetryEventSchema: Schema.Struct<{
|
|
|
463
453
|
readonly safe_address: Schema.optional<Schema.Codec<Address, string, never, never>>;
|
|
464
454
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
465
455
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
466
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
467
456
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
468
457
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
469
458
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -481,7 +470,6 @@ declare const ProvisioningSafeConfirmedTelemetryEventSchema: Schema.Struct<{
|
|
|
481
470
|
readonly userOpHash: Schema.optional<Schema.Codec<TxHash, string, never, never>>;
|
|
482
471
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
483
472
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
484
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
485
473
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
486
474
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
487
475
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -497,7 +485,6 @@ declare const BootstrapResolvedTelemetryEventSchema: Schema.Struct<{
|
|
|
497
485
|
readonly origin: Schema.optional<Schema.String>;
|
|
498
486
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
499
487
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
500
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
501
488
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
502
489
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
503
490
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -512,7 +499,6 @@ declare const BootstrapFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
512
499
|
readonly reason: Schema.optional<Schema.String>;
|
|
513
500
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
514
501
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
515
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
516
502
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
517
503
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
518
504
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -524,7 +510,6 @@ declare const MemberActivationStartedTelemetryEventSchema: Schema.Struct<{
|
|
|
524
510
|
readonly $insert_id: Schema.String;
|
|
525
511
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
526
512
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
527
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
528
513
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
529
514
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
530
515
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -537,7 +522,6 @@ declare const MemberActivationReadyTelemetryEventSchema: Schema.Struct<{
|
|
|
537
522
|
readonly duration_ms: Schema.Codec<DurationMs, number, never, never>;
|
|
538
523
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
539
524
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
540
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
541
525
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
542
526
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
543
527
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -552,7 +536,6 @@ declare const MemberActivationFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
552
536
|
readonly retryable: Schema.Boolean;
|
|
553
537
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
554
538
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
555
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
556
539
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
557
540
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
558
541
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -566,7 +549,6 @@ declare const OrganizationCreationStartedTelemetryEventSchema: Schema.Struct<{
|
|
|
566
549
|
readonly attempt_number: Schema.refine<number, Schema.Number>;
|
|
567
550
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
568
551
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
569
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
570
552
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
571
553
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
572
554
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -581,7 +563,6 @@ declare const OrganizationCreationReadyTelemetryEventSchema: Schema.Struct<{
|
|
|
581
563
|
readonly duration_ms: Schema.Codec<DurationMs, number, never, never>;
|
|
582
564
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
583
565
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
584
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
585
566
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
586
567
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
587
568
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -598,7 +579,6 @@ declare const OrganizationCreationFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
598
579
|
readonly retryable: Schema.Boolean;
|
|
599
580
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
600
581
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
601
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
602
582
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
603
583
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
604
584
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -613,7 +593,6 @@ declare const AccountBalanceReadTelemetryEventSchema: Schema.Struct<{
|
|
|
613
593
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
614
594
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
615
595
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
616
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
617
596
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
618
597
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
619
598
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -625,7 +604,6 @@ declare const AccountBalanceFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
625
604
|
readonly reason: Schema.optional<Schema.String>;
|
|
626
605
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
627
606
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
628
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
629
607
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
630
608
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
631
609
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -638,7 +616,6 @@ declare const FaucetRequestedTelemetryEventSchema: Schema.Struct<{
|
|
|
638
616
|
readonly chainId: Schema.optional<Schema.Codec<ChainId, number, never, never>>;
|
|
639
617
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
640
618
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
641
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
642
619
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
643
620
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
644
621
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -653,7 +630,6 @@ declare const FaucetConfirmedTelemetryEventSchema: Schema.Struct<{
|
|
|
653
630
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
654
631
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
655
632
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
656
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
657
633
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
658
634
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
659
635
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -665,7 +641,6 @@ declare const FaucetFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
665
641
|
readonly reason: Schema.optional<Schema.String>;
|
|
666
642
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
667
643
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
668
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
669
644
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
670
645
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
671
646
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -678,7 +653,6 @@ declare const SubaccountCreatedTelemetryEventSchema: Schema.Struct<{
|
|
|
678
653
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
679
654
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
680
655
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
681
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
682
656
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
683
657
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
684
658
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -690,7 +664,6 @@ declare const SubaccountRenamedTelemetryEventSchema: Schema.Struct<{
|
|
|
690
664
|
readonly sub_account_id: Schema.optional<Schema.Codec<SubAccountId, string, never, never>>;
|
|
691
665
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
692
666
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
693
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
694
667
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
695
668
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
696
669
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -702,7 +675,6 @@ declare const SubaccountDeletedTelemetryEventSchema: Schema.Struct<{
|
|
|
702
675
|
readonly sub_account_id: Schema.optional<Schema.Codec<SubAccountId, string, never, never>>;
|
|
703
676
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
704
677
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
705
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
706
678
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
707
679
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
708
680
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -715,7 +687,6 @@ declare const SubaccountOpFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
715
687
|
readonly reason: Schema.optional<Schema.String>;
|
|
716
688
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
717
689
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
718
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
719
690
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
720
691
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
721
692
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -728,7 +699,6 @@ declare const TransferRequestedTelemetryEventSchema: Schema.Struct<{
|
|
|
728
699
|
readonly direction: Schema.optional<Schema.Literals<readonly ["add", "out", "between"]>>;
|
|
729
700
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
730
701
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
731
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
732
702
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
733
703
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
734
704
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -740,7 +710,6 @@ declare const TransferBackendReceivedTelemetryEventSchema: Schema.Struct<{
|
|
|
740
710
|
readonly direction: Schema.optional<Schema.Literals<readonly ["add", "out", "between"]>>;
|
|
741
711
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
742
712
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
743
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
744
713
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
745
714
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
746
715
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -756,7 +725,6 @@ declare const TransferConfirmedTelemetryEventSchema: Schema.Struct<{
|
|
|
756
725
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
757
726
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
758
727
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
759
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
760
728
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
761
729
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
762
730
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -768,7 +736,6 @@ declare const TransferFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
768
736
|
readonly reason: Schema.optional<Schema.String>;
|
|
769
737
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
770
738
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
771
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
772
739
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
773
740
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
774
741
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -782,7 +749,6 @@ declare const OrgCreateStartedTelemetryEventSchema: Schema.Struct<{
|
|
|
782
749
|
readonly template: Schema.optional<Schema.String>;
|
|
783
750
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
784
751
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
785
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
786
752
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
787
753
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
788
754
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -796,7 +762,6 @@ declare const OrgSafeCreatedTelemetryEventSchema: Schema.Struct<{
|
|
|
796
762
|
readonly safe_address: Schema.optional<Schema.Codec<Address, string, never, never>>;
|
|
797
763
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
798
764
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
799
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
800
765
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
801
766
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
802
767
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -811,7 +776,6 @@ declare const OrgSafeConfirmedTelemetryEventSchema: Schema.Struct<{
|
|
|
811
776
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
812
777
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
813
778
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
814
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
815
779
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
816
780
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
817
781
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -826,7 +790,6 @@ declare const OrgRolesSeededTelemetryEventSchema: Schema.Struct<{
|
|
|
826
790
|
readonly txHash: Schema.optional<Schema.Codec<TxHash, string, never, never>>;
|
|
827
791
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
828
792
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
829
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
830
793
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
831
794
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
832
795
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -841,7 +804,6 @@ declare const OrgCreatedTelemetryEventSchema: Schema.Struct<{
|
|
|
841
804
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
842
805
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
843
806
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
844
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
845
807
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
846
808
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
847
809
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -854,7 +816,6 @@ declare const OrgCreateFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
854
816
|
readonly reason: Schema.optional<Schema.String>;
|
|
855
817
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
856
818
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
857
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
858
819
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
859
820
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
860
821
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -869,7 +830,6 @@ declare const OrgInviteSentTelemetryEventSchema: Schema.Struct<{
|
|
|
869
830
|
readonly status: Schema.optional<Schema.String>;
|
|
870
831
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
871
832
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
872
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
873
833
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
874
834
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
875
835
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -883,7 +843,6 @@ declare const OrgInviteAcceptedTelemetryEventSchema: Schema.Struct<{
|
|
|
883
843
|
readonly status: Schema.optional<Schema.String>;
|
|
884
844
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
885
845
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
886
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
887
846
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
888
847
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
889
848
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -898,7 +857,6 @@ declare const OrgRoleGrantedTelemetryEventSchema: Schema.Struct<{
|
|
|
898
857
|
readonly txHash: Schema.optional<Schema.Codec<TxHash, string, never, never>>;
|
|
899
858
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
900
859
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
901
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
902
860
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
903
861
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
904
862
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -913,7 +871,6 @@ declare const OrgMemberActiveTelemetryEventSchema: Schema.Struct<{
|
|
|
913
871
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
914
872
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
915
873
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
916
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
917
874
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
918
875
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
919
876
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -928,7 +885,6 @@ declare const OrgMemberRemovedTelemetryEventSchema: Schema.Struct<{
|
|
|
928
885
|
readonly txHash: Schema.optional<Schema.Codec<TxHash, string, never, never>>;
|
|
929
886
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
930
887
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
931
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
932
888
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
933
889
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
934
890
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -944,7 +900,6 @@ declare const OrgInviteExpiredTelemetryEventSchema: Schema.Struct<{
|
|
|
944
900
|
readonly status: Schema.optional<Schema.String>;
|
|
945
901
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
946
902
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
947
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
948
903
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
949
904
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
950
905
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -958,7 +913,6 @@ declare const OrgRoleGrantFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
958
913
|
readonly role: Schema.optional<Schema.String>;
|
|
959
914
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
960
915
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
961
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
962
916
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
963
917
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
964
918
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -977,7 +931,6 @@ declare const PaymentRequestedTelemetryEventSchema: Schema.Struct<{
|
|
|
977
931
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
978
932
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
979
933
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
980
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
981
934
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
982
935
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
983
936
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -996,7 +949,6 @@ declare const PaymentResolvedTelemetryEventSchema: Schema.Struct<{
|
|
|
996
949
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
997
950
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
998
951
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
999
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1000
952
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1001
953
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1002
954
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1015,7 +967,6 @@ declare const PaymentDocumentAttachedTelemetryEventSchema: Schema.Struct<{
|
|
|
1015
967
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1016
968
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1017
969
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1018
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1019
970
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1020
971
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1021
972
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1034,7 +985,6 @@ declare const PaymentSubmittedTelemetryEventSchema: Schema.Struct<{
|
|
|
1034
985
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1035
986
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1036
987
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1037
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1038
988
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1039
989
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1040
990
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1053,7 +1003,6 @@ declare const PaymentSettledTelemetryEventSchema: Schema.Struct<{
|
|
|
1053
1003
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1054
1004
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1055
1005
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1056
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1057
1006
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1058
1007
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1059
1008
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1072,7 +1021,6 @@ declare const PaymentClaimedTelemetryEventSchema: Schema.Struct<{
|
|
|
1072
1021
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1073
1022
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1074
1023
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1075
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1076
1024
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1077
1025
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1078
1026
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1091,7 +1039,6 @@ declare const PaymentCancelledTelemetryEventSchema: Schema.Struct<{
|
|
|
1091
1039
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1092
1040
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1093
1041
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1094
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1095
1042
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1096
1043
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1097
1044
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1110,7 +1057,6 @@ declare const PaymentRedirectedTelemetryEventSchema: Schema.Struct<{
|
|
|
1110
1057
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1111
1058
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1112
1059
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1113
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1114
1060
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1115
1061
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1116
1062
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1129,7 +1075,6 @@ declare const PaymentFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
1129
1075
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1130
1076
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1131
1077
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1132
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1133
1078
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1134
1079
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1135
1080
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1148,7 +1093,6 @@ declare const StreamCreatedTelemetryEventSchema: Schema.Struct<{
|
|
|
1148
1093
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1149
1094
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1150
1095
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1151
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1152
1096
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1153
1097
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1154
1098
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1167,7 +1111,6 @@ declare const StreamClaimedTelemetryEventSchema: Schema.Struct<{
|
|
|
1167
1111
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1168
1112
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1169
1113
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1170
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1171
1114
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1172
1115
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1173
1116
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1186,7 +1129,6 @@ declare const StreamCancelledTelemetryEventSchema: Schema.Struct<{
|
|
|
1186
1129
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1187
1130
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1188
1131
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1189
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1190
1132
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1191
1133
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1192
1134
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1205,7 +1147,6 @@ declare const StreamCompletedTelemetryEventSchema: Schema.Struct<{
|
|
|
1205
1147
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1206
1148
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1207
1149
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1208
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1209
1150
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1210
1151
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1211
1152
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1224,7 +1165,6 @@ declare const StreamFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
1224
1165
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1225
1166
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1226
1167
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1227
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1228
1168
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1229
1169
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1230
1170
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1242,7 +1182,6 @@ declare const WithdrawalRequestedTelemetryEventSchema: Schema.Struct<{
|
|
|
1242
1182
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1243
1183
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1244
1184
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1245
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1246
1185
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1247
1186
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1248
1187
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1260,7 +1199,6 @@ declare const WithdrawalSubmittedTelemetryEventSchema: Schema.Struct<{
|
|
|
1260
1199
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1261
1200
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1262
1201
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1263
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1264
1202
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1265
1203
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1266
1204
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1278,7 +1216,6 @@ declare const WithdrawalSettledTelemetryEventSchema: Schema.Struct<{
|
|
|
1278
1216
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1279
1217
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1280
1218
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1281
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1282
1219
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1283
1220
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1284
1221
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1296,7 +1233,6 @@ declare const WithdrawalFailedTelemetryEventSchema: Schema.Struct<{
|
|
|
1296
1233
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1297
1234
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1298
1235
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1299
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1300
1236
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1301
1237
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1302
1238
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1310,7 +1246,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1310
1246
|
readonly email_domain: Schema.optional<Schema.String>;
|
|
1311
1247
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1312
1248
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1313
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1314
1249
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1315
1250
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1316
1251
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1325,7 +1260,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1325
1260
|
readonly resendMessageId: Schema.optional<Schema.String>;
|
|
1326
1261
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1327
1262
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1328
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1329
1263
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1330
1264
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1331
1265
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1338,7 +1272,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1338
1272
|
readonly email_domain: Schema.optional<Schema.String>;
|
|
1339
1273
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1340
1274
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1341
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1342
1275
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1343
1276
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1344
1277
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1350,7 +1283,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1350
1283
|
readonly auth_type: Schema.optional<Schema.String>;
|
|
1351
1284
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1352
1285
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1353
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1354
1286
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1355
1287
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1356
1288
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1364,7 +1296,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1364
1296
|
readonly reason: Schema.optional<Schema.String>;
|
|
1365
1297
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1366
1298
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1367
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1368
1299
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1369
1300
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1370
1301
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1375,7 +1306,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1375
1306
|
readonly props: Schema.Struct<{
|
|
1376
1307
|
capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1377
1308
|
producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1378
|
-
capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1379
1309
|
journey_id: Schema.optional<Schema.String>;
|
|
1380
1310
|
correlation_id: Schema.optional<Schema.String>;
|
|
1381
1311
|
sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1389,7 +1319,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1389
1319
|
readonly entry_point: Schema.String;
|
|
1390
1320
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1391
1321
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1392
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1393
1322
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1394
1323
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
1395
1324
|
}>;
|
|
@@ -1401,7 +1330,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1401
1330
|
readonly intent: Schema.Literals<readonly ["personal", "organization"]>;
|
|
1402
1331
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1403
1332
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1404
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1405
1333
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1406
1334
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
1407
1335
|
}>;
|
|
@@ -1412,7 +1340,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1412
1340
|
readonly journey_id: Schema.String;
|
|
1413
1341
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1414
1342
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1415
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1416
1343
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1417
1344
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
1418
1345
|
}>;
|
|
@@ -1425,7 +1352,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1425
1352
|
readonly organization_id: Schema.optional<Schema.Codec<string, string, never, never>>;
|
|
1426
1353
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1427
1354
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1428
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1429
1355
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1430
1356
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
1431
1357
|
}>;
|
|
@@ -1436,7 +1362,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1436
1362
|
readonly safe_address: Schema.optional<Schema.Codec<Address, string, never, never>>;
|
|
1437
1363
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1438
1364
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1439
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1440
1365
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1441
1366
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1442
1367
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1454,7 +1379,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1454
1379
|
readonly userOpHash: Schema.optional<Schema.Codec<TxHash, string, never, never>>;
|
|
1455
1380
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1456
1381
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1457
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1458
1382
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1459
1383
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1460
1384
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1470,7 +1394,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1470
1394
|
readonly origin: Schema.optional<Schema.String>;
|
|
1471
1395
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1472
1396
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1473
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1474
1397
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1475
1398
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1476
1399
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1485,7 +1408,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1485
1408
|
readonly reason: Schema.optional<Schema.String>;
|
|
1486
1409
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1487
1410
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1488
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1489
1411
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1490
1412
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1491
1413
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1497,7 +1419,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1497
1419
|
readonly $insert_id: Schema.String;
|
|
1498
1420
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1499
1421
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1500
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1501
1422
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1502
1423
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1503
1424
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1510,7 +1431,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1510
1431
|
readonly duration_ms: Schema.Codec<DurationMs, number, never, never>;
|
|
1511
1432
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1512
1433
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1513
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1514
1434
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1515
1435
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1516
1436
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1525,7 +1445,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1525
1445
|
readonly retryable: Schema.Boolean;
|
|
1526
1446
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1527
1447
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1528
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1529
1448
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1530
1449
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1531
1450
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1539,7 +1458,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1539
1458
|
readonly attempt_number: Schema.refine<number, Schema.Number>;
|
|
1540
1459
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1541
1460
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1542
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1543
1461
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1544
1462
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1545
1463
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1554,7 +1472,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1554
1472
|
readonly duration_ms: Schema.Codec<DurationMs, number, never, never>;
|
|
1555
1473
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1556
1474
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1557
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1558
1475
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1559
1476
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1560
1477
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1571,7 +1488,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1571
1488
|
readonly retryable: Schema.Boolean;
|
|
1572
1489
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1573
1490
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1574
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1575
1491
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1576
1492
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1577
1493
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1586,7 +1502,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1586
1502
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1587
1503
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1588
1504
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1589
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1590
1505
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1591
1506
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1592
1507
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1598,7 +1513,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1598
1513
|
readonly reason: Schema.optional<Schema.String>;
|
|
1599
1514
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1600
1515
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1601
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1602
1516
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1603
1517
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1604
1518
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1611,7 +1525,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1611
1525
|
readonly chainId: Schema.optional<Schema.Codec<ChainId, number, never, never>>;
|
|
1612
1526
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1613
1527
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1614
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1615
1528
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1616
1529
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1617
1530
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1626,7 +1539,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1626
1539
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1627
1540
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1628
1541
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1629
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1630
1542
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1631
1543
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1632
1544
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1638,7 +1550,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1638
1550
|
readonly reason: Schema.optional<Schema.String>;
|
|
1639
1551
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1640
1552
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1641
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1642
1553
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1643
1554
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1644
1555
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1651,7 +1562,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1651
1562
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1652
1563
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1653
1564
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1654
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1655
1565
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1656
1566
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1657
1567
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1663,7 +1573,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1663
1573
|
readonly sub_account_id: Schema.optional<Schema.Codec<SubAccountId, string, never, never>>;
|
|
1664
1574
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1665
1575
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1666
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1667
1576
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1668
1577
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1669
1578
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1675,7 +1584,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1675
1584
|
readonly sub_account_id: Schema.optional<Schema.Codec<SubAccountId, string, never, never>>;
|
|
1676
1585
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1677
1586
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1678
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1679
1587
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1680
1588
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1681
1589
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1688,7 +1596,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1688
1596
|
readonly reason: Schema.optional<Schema.String>;
|
|
1689
1597
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1690
1598
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1691
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1692
1599
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1693
1600
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1694
1601
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1701,7 +1608,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1701
1608
|
readonly direction: Schema.optional<Schema.Literals<readonly ["add", "out", "between"]>>;
|
|
1702
1609
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1703
1610
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1704
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1705
1611
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1706
1612
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1707
1613
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1713,7 +1619,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1713
1619
|
readonly direction: Schema.optional<Schema.Literals<readonly ["add", "out", "between"]>>;
|
|
1714
1620
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1715
1621
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1716
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1717
1622
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1718
1623
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1719
1624
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1729,7 +1634,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1729
1634
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1730
1635
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1731
1636
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1732
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1733
1637
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1734
1638
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1735
1639
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1741,7 +1645,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1741
1645
|
readonly reason: Schema.optional<Schema.String>;
|
|
1742
1646
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1743
1647
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1744
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1745
1648
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1746
1649
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1747
1650
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1755,7 +1658,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1755
1658
|
readonly template: Schema.optional<Schema.String>;
|
|
1756
1659
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1757
1660
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1758
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1759
1661
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1760
1662
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1761
1663
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1769,7 +1671,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1769
1671
|
readonly safe_address: Schema.optional<Schema.Codec<Address, string, never, never>>;
|
|
1770
1672
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1771
1673
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1772
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1773
1674
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1774
1675
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1775
1676
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1784,7 +1685,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1784
1685
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1785
1686
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1786
1687
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1787
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1788
1688
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1789
1689
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1790
1690
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1799,7 +1699,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1799
1699
|
readonly txHash: Schema.optional<Schema.Codec<TxHash, string, never, never>>;
|
|
1800
1700
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1801
1701
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1802
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1803
1702
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1804
1703
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1805
1704
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1814,7 +1713,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1814
1713
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1815
1714
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1816
1715
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1817
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1818
1716
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1819
1717
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1820
1718
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1827,7 +1725,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1827
1725
|
readonly reason: Schema.optional<Schema.String>;
|
|
1828
1726
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1829
1727
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1830
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1831
1728
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1832
1729
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1833
1730
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1842,7 +1739,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1842
1739
|
readonly status: Schema.optional<Schema.String>;
|
|
1843
1740
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1844
1741
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1845
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1846
1742
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1847
1743
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1848
1744
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1856,7 +1752,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1856
1752
|
readonly status: Schema.optional<Schema.String>;
|
|
1857
1753
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1858
1754
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1859
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1860
1755
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1861
1756
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1862
1757
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1871,7 +1766,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1871
1766
|
readonly txHash: Schema.optional<Schema.Codec<TxHash, string, never, never>>;
|
|
1872
1767
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1873
1768
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1874
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1875
1769
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1876
1770
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1877
1771
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1886,7 +1780,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1886
1780
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1887
1781
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1888
1782
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1889
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1890
1783
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1891
1784
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1892
1785
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1901,7 +1794,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1901
1794
|
readonly txHash: Schema.optional<Schema.Codec<TxHash, string, never, never>>;
|
|
1902
1795
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1903
1796
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1904
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1905
1797
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1906
1798
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1907
1799
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1917,7 +1809,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1917
1809
|
readonly status: Schema.optional<Schema.String>;
|
|
1918
1810
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1919
1811
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1920
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1921
1812
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1922
1813
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1923
1814
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1931,7 +1822,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1931
1822
|
readonly role: Schema.optional<Schema.String>;
|
|
1932
1823
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1933
1824
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1934
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1935
1825
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1936
1826
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1937
1827
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1950,7 +1840,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1950
1840
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1951
1841
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1952
1842
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1953
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1954
1843
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1955
1844
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1956
1845
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1969,7 +1858,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1969
1858
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1970
1859
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1971
1860
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1972
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1973
1861
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1974
1862
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1975
1863
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -1988,7 +1876,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
1988
1876
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
1989
1877
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
1990
1878
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
1991
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
1992
1879
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
1993
1880
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
1994
1881
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2007,7 +1894,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2007
1894
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2008
1895
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2009
1896
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2010
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2011
1897
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2012
1898
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2013
1899
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2026,7 +1912,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2026
1912
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2027
1913
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2028
1914
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2029
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2030
1915
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2031
1916
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2032
1917
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2045,7 +1930,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2045
1930
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2046
1931
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2047
1932
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2048
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2049
1933
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2050
1934
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2051
1935
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2064,7 +1948,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2064
1948
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2065
1949
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2066
1950
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2067
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2068
1951
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2069
1952
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2070
1953
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2083,7 +1966,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2083
1966
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2084
1967
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2085
1968
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2086
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2087
1969
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2088
1970
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2089
1971
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2102,7 +1984,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2102
1984
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2103
1985
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2104
1986
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2105
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2106
1987
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2107
1988
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2108
1989
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2121,7 +2002,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2121
2002
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2122
2003
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2123
2004
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2124
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2125
2005
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2126
2006
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2127
2007
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2140,7 +2020,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2140
2020
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2141
2021
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2142
2022
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2143
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2144
2023
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2145
2024
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2146
2025
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2159,7 +2038,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2159
2038
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2160
2039
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2161
2040
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2162
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2163
2041
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2164
2042
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2165
2043
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2178,7 +2056,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2178
2056
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2179
2057
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2180
2058
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2181
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2182
2059
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2183
2060
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2184
2061
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2197,7 +2074,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2197
2074
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2198
2075
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2199
2076
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2200
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2201
2077
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2202
2078
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2203
2079
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2215,7 +2091,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2215
2091
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2216
2092
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2217
2093
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2218
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2219
2094
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2220
2095
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2221
2096
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2233,7 +2108,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2233
2108
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2234
2109
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2235
2110
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2236
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2237
2111
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2238
2112
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2239
2113
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2251,7 +2125,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2251
2125
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2252
2126
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2253
2127
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2254
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2255
2128
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2256
2129
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2257
2130
|
readonly sdk_version: Schema.optional<Schema.String>;
|
|
@@ -2269,7 +2142,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
|
|
|
2269
2142
|
readonly durationMs: Schema.optional<Schema.Codec<DurationMs, number, never, never>>;
|
|
2270
2143
|
readonly capxul_env: Schema.Literals<readonly ["development", "e2e", "staging", "production", "unknown"]>;
|
|
2271
2144
|
readonly producer: Schema.Literals<readonly ["server", "browser", "sdk", "mcp", "e2e"]>;
|
|
2272
|
-
readonly capxul_e2e_run_id: Schema.optional<Schema.String>;
|
|
2273
2145
|
readonly journey_id: Schema.optional<Schema.String>;
|
|
2274
2146
|
readonly correlation_id: Schema.optional<Schema.String>;
|
|
2275
2147
|
readonly sdk_version: Schema.optional<Schema.String>;
|