@eide/foir-proto-ts 0.44.0 → 0.46.0
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/package.json +1 -3
- package/src/analytics/v1/analytics_connect.d.ts +1 -28
- package/src/analytics/v1/analytics_connect.js +1 -28
- package/src/analytics/v1/analytics_pb.d.ts +1 -266
- package/src/analytics/v1/analytics_pb.js +2 -58
- package/src/records/v1/records_pb.d.ts +2 -48
- package/src/records/v1/records_pb.js +25 -32
- package/src/settings/v1/settings_pb.d.ts +0 -41
- package/src/settings/v1/settings_pb.js +3 -10
- package/src/experiments/v1/experiments_connect.d.ts +0 -202
- package/src/experiments/v1/experiments_connect.js +0 -202
- package/src/experiments/v1/experiments_pb.d.ts +0 -1630
- package/src/experiments/v1/experiments_pb.js +0 -368
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eide/foir-proto-ts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./analytics/v1/analytics_pb": "./src/analytics/v1/analytics_pb.js",
|
|
@@ -16,8 +16,6 @@
|
|
|
16
16
|
"./configs/v1/configs_connect": "./src/configs/v1/configs_connect.js",
|
|
17
17
|
"./email/v1/email_pb": "./src/email/v1/email_pb.js",
|
|
18
18
|
"./email/v1/email_connect": "./src/email/v1/email_connect.js",
|
|
19
|
-
"./experiments/v1/experiments_pb": "./src/experiments/v1/experiments_pb.js",
|
|
20
|
-
"./experiments/v1/experiments_connect": "./src/experiments/v1/experiments_connect.js",
|
|
21
19
|
"./expressions/v1/expressions_pb": "./src/expressions/v1/expressions_pb.js",
|
|
22
20
|
"./hooks/v1/hooks_pb": "./src/hooks/v1/hooks_pb.js",
|
|
23
21
|
"./hooks/v1/hooks_connect": "./src/hooks/v1/hooks_connect.js",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { GetAccountLockoutsRequest, GetAccountLockoutsResponse, GetAnalyticsSummaryRequest, GetAnalyticsSummaryResponse, GetDistributionRequest, GetDistributionResponse,
|
|
6
|
+
import { GetAccountLockoutsRequest, GetAccountLockoutsResponse, GetAnalyticsSummaryRequest, GetAnalyticsSummaryResponse, GetDistributionRequest, GetDistributionResponse, GetFailedLoginsRequest, GetFailedLoginsResponse, GetSecuritySummaryRequest, GetSecuritySummaryResponse, GetSegmentEngagementRequest, GetSegmentEngagementResponse, GetSuspiciousLoginsRequest, GetSuspiciousLoginsResponse, GetTrendRequest, GetTrendResponse, GetVariantPerformanceRequest, GetVariantPerformanceResponse } from "./analytics_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -93,33 +93,6 @@ export declare const AnalyticsService: {
|
|
|
93
93
|
readonly O: typeof GetSegmentEngagementResponse,
|
|
94
94
|
readonly kind: MethodKind.Unary,
|
|
95
95
|
},
|
|
96
|
-
/**
|
|
97
|
-
* @generated from rpc analytics.v1.AnalyticsService.GetExperimentConversions
|
|
98
|
-
*/
|
|
99
|
-
readonly getExperimentConversions: {
|
|
100
|
-
readonly name: "GetExperimentConversions",
|
|
101
|
-
readonly I: typeof GetExperimentConversionsRequest,
|
|
102
|
-
readonly O: typeof GetExperimentConversionsResponse,
|
|
103
|
-
readonly kind: MethodKind.Unary,
|
|
104
|
-
},
|
|
105
|
-
/**
|
|
106
|
-
* @generated from rpc analytics.v1.AnalyticsService.GetExperimentFunnelAnalysis
|
|
107
|
-
*/
|
|
108
|
-
readonly getExperimentFunnelAnalysis: {
|
|
109
|
-
readonly name: "GetExperimentFunnelAnalysis",
|
|
110
|
-
readonly I: typeof GetExperimentFunnelAnalysisRequest,
|
|
111
|
-
readonly O: typeof GetExperimentFunnelAnalysisResponse,
|
|
112
|
-
readonly kind: MethodKind.Unary,
|
|
113
|
-
},
|
|
114
|
-
/**
|
|
115
|
-
* @generated from rpc analytics.v1.AnalyticsService.RecordConversionEvent
|
|
116
|
-
*/
|
|
117
|
-
readonly recordConversionEvent: {
|
|
118
|
-
readonly name: "RecordConversionEvent",
|
|
119
|
-
readonly I: typeof RecordConversionEventRequest,
|
|
120
|
-
readonly O: typeof RecordConversionEventResponse,
|
|
121
|
-
readonly kind: MethodKind.Unary,
|
|
122
|
-
},
|
|
123
96
|
}
|
|
124
97
|
};
|
|
125
98
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { GetAccountLockoutsRequest, GetAccountLockoutsResponse, GetAnalyticsSummaryRequest, GetAnalyticsSummaryResponse, GetDistributionRequest, GetDistributionResponse,
|
|
6
|
+
import { GetAccountLockoutsRequest, GetAccountLockoutsResponse, GetAnalyticsSummaryRequest, GetAnalyticsSummaryResponse, GetDistributionRequest, GetDistributionResponse, GetFailedLoginsRequest, GetFailedLoginsResponse, GetSecuritySummaryRequest, GetSecuritySummaryResponse, GetSegmentEngagementRequest, GetSegmentEngagementResponse, GetSuspiciousLoginsRequest, GetSuspiciousLoginsResponse, GetTrendRequest, GetTrendResponse, GetVariantPerformanceRequest, GetVariantPerformanceResponse } from "./analytics_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -93,33 +93,6 @@ export const AnalyticsService = {
|
|
|
93
93
|
O: GetSegmentEngagementResponse,
|
|
94
94
|
kind: MethodKind.Unary,
|
|
95
95
|
},
|
|
96
|
-
/**
|
|
97
|
-
* @generated from rpc analytics.v1.AnalyticsService.GetExperimentConversions
|
|
98
|
-
*/
|
|
99
|
-
getExperimentConversions: {
|
|
100
|
-
name: "GetExperimentConversions",
|
|
101
|
-
I: GetExperimentConversionsRequest,
|
|
102
|
-
O: GetExperimentConversionsResponse,
|
|
103
|
-
kind: MethodKind.Unary,
|
|
104
|
-
},
|
|
105
|
-
/**
|
|
106
|
-
* @generated from rpc analytics.v1.AnalyticsService.GetExperimentFunnelAnalysis
|
|
107
|
-
*/
|
|
108
|
-
getExperimentFunnelAnalysis: {
|
|
109
|
-
name: "GetExperimentFunnelAnalysis",
|
|
110
|
-
I: GetExperimentFunnelAnalysisRequest,
|
|
111
|
-
O: GetExperimentFunnelAnalysisResponse,
|
|
112
|
-
kind: MethodKind.Unary,
|
|
113
|
-
},
|
|
114
|
-
/**
|
|
115
|
-
* @generated from rpc analytics.v1.AnalyticsService.RecordConversionEvent
|
|
116
|
-
*/
|
|
117
|
-
recordConversionEvent: {
|
|
118
|
-
name: "RecordConversionEvent",
|
|
119
|
-
I: RecordConversionEventRequest,
|
|
120
|
-
O: RecordConversionEventResponse,
|
|
121
|
-
kind: MethodKind.Unary,
|
|
122
|
-
},
|
|
123
96
|
}
|
|
124
97
|
};
|
|
125
98
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
5
|
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
-
import type {
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
7
|
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -35,11 +35,6 @@ export declare type AnalyticsSummary = Message<"analytics.v1.AnalyticsSummary">
|
|
|
35
35
|
*/
|
|
36
36
|
totalUsers: number;
|
|
37
37
|
|
|
38
|
-
/**
|
|
39
|
-
* @generated from field: int32 active_experiments = 5;
|
|
40
|
-
*/
|
|
41
|
-
activeExperiments: number;
|
|
42
|
-
|
|
43
38
|
/**
|
|
44
39
|
* @generated from field: int32 active_segments = 6;
|
|
45
40
|
*/
|
|
@@ -613,242 +608,6 @@ export declare type GetSegmentEngagementResponse = Message<"analytics.v1.GetSegm
|
|
|
613
608
|
*/
|
|
614
609
|
export declare const GetSegmentEngagementResponseSchema: GenMessage<GetSegmentEngagementResponse>;
|
|
615
610
|
|
|
616
|
-
/**
|
|
617
|
-
* @generated from message analytics.v1.ExperimentConversionItem
|
|
618
|
-
*/
|
|
619
|
-
export declare type ExperimentConversionItem = Message<"analytics.v1.ExperimentConversionItem"> & {
|
|
620
|
-
/**
|
|
621
|
-
* @generated from field: string experiment_id = 1;
|
|
622
|
-
*/
|
|
623
|
-
experimentId: string;
|
|
624
|
-
|
|
625
|
-
/**
|
|
626
|
-
* @generated from field: string variant_key = 2;
|
|
627
|
-
*/
|
|
628
|
-
variantKey: string;
|
|
629
|
-
|
|
630
|
-
/**
|
|
631
|
-
* @generated from field: int64 conversions = 3;
|
|
632
|
-
*/
|
|
633
|
-
conversions: bigint;
|
|
634
|
-
|
|
635
|
-
/**
|
|
636
|
-
* @generated from field: double conversion_rate = 4;
|
|
637
|
-
*/
|
|
638
|
-
conversionRate: number;
|
|
639
|
-
};
|
|
640
|
-
|
|
641
|
-
/**
|
|
642
|
-
* Describes the message analytics.v1.ExperimentConversionItem.
|
|
643
|
-
* Use `create(ExperimentConversionItemSchema)` to create a new message.
|
|
644
|
-
*/
|
|
645
|
-
export declare const ExperimentConversionItemSchema: GenMessage<ExperimentConversionItem>;
|
|
646
|
-
|
|
647
|
-
/**
|
|
648
|
-
* @generated from message analytics.v1.GetExperimentConversionsRequest
|
|
649
|
-
*/
|
|
650
|
-
export declare type GetExperimentConversionsRequest = Message<"analytics.v1.GetExperimentConversionsRequest"> & {
|
|
651
|
-
/**
|
|
652
|
-
* @generated from field: optional string experiment_id = 1;
|
|
653
|
-
*/
|
|
654
|
-
experimentId?: string | undefined;
|
|
655
|
-
|
|
656
|
-
/**
|
|
657
|
-
* @generated from field: optional google.protobuf.Timestamp from = 2;
|
|
658
|
-
*/
|
|
659
|
-
from?: Timestamp | undefined;
|
|
660
|
-
|
|
661
|
-
/**
|
|
662
|
-
* @generated from field: optional google.protobuf.Timestamp to = 3;
|
|
663
|
-
*/
|
|
664
|
-
to?: Timestamp | undefined;
|
|
665
|
-
};
|
|
666
|
-
|
|
667
|
-
/**
|
|
668
|
-
* Describes the message analytics.v1.GetExperimentConversionsRequest.
|
|
669
|
-
* Use `create(GetExperimentConversionsRequestSchema)` to create a new message.
|
|
670
|
-
*/
|
|
671
|
-
export declare const GetExperimentConversionsRequestSchema: GenMessage<GetExperimentConversionsRequest>;
|
|
672
|
-
|
|
673
|
-
/**
|
|
674
|
-
* @generated from message analytics.v1.GetExperimentConversionsResponse
|
|
675
|
-
*/
|
|
676
|
-
export declare type GetExperimentConversionsResponse = Message<"analytics.v1.GetExperimentConversionsResponse"> & {
|
|
677
|
-
/**
|
|
678
|
-
* @generated from field: repeated analytics.v1.ExperimentConversionItem items = 1;
|
|
679
|
-
*/
|
|
680
|
-
items: ExperimentConversionItem[];
|
|
681
|
-
};
|
|
682
|
-
|
|
683
|
-
/**
|
|
684
|
-
* Describes the message analytics.v1.GetExperimentConversionsResponse.
|
|
685
|
-
* Use `create(GetExperimentConversionsResponseSchema)` to create a new message.
|
|
686
|
-
*/
|
|
687
|
-
export declare const GetExperimentConversionsResponseSchema: GenMessage<GetExperimentConversionsResponse>;
|
|
688
|
-
|
|
689
|
-
/**
|
|
690
|
-
* FunnelStepStat is one (step, variant) cell in the funnel breakdown.
|
|
691
|
-
* step_index is 0-based against the experiment's declared funnel_steps in
|
|
692
|
-
* order. unique_count is the number of distinct identities (customer_id
|
|
693
|
-
* or viewer_key, whichever the conversion event carried) who recorded an
|
|
694
|
-
* event matching this step. drop_off_rate is computed against the same
|
|
695
|
-
* variant's previous step; for step_index=0 it is always 0.
|
|
696
|
-
*
|
|
697
|
-
* @generated from message analytics.v1.FunnelStepStat
|
|
698
|
-
*/
|
|
699
|
-
export declare type FunnelStepStat = Message<"analytics.v1.FunnelStepStat"> & {
|
|
700
|
-
/**
|
|
701
|
-
* @generated from field: string variant_key = 1;
|
|
702
|
-
*/
|
|
703
|
-
variantKey: string;
|
|
704
|
-
|
|
705
|
-
/**
|
|
706
|
-
* @generated from field: int32 step_index = 2;
|
|
707
|
-
*/
|
|
708
|
-
stepIndex: number;
|
|
709
|
-
|
|
710
|
-
/**
|
|
711
|
-
* @generated from field: string step_key = 3;
|
|
712
|
-
*/
|
|
713
|
-
stepKey: string;
|
|
714
|
-
|
|
715
|
-
/**
|
|
716
|
-
* @generated from field: string step_name = 4;
|
|
717
|
-
*/
|
|
718
|
-
stepName: string;
|
|
719
|
-
|
|
720
|
-
/**
|
|
721
|
-
* @generated from field: int64 unique_count = 5;
|
|
722
|
-
*/
|
|
723
|
-
uniqueCount: bigint;
|
|
724
|
-
|
|
725
|
-
/**
|
|
726
|
-
* @generated from field: int64 event_count = 6;
|
|
727
|
-
*/
|
|
728
|
-
eventCount: bigint;
|
|
729
|
-
|
|
730
|
-
/**
|
|
731
|
-
* @generated from field: double drop_off_rate = 7;
|
|
732
|
-
*/
|
|
733
|
-
dropOffRate: number;
|
|
734
|
-
};
|
|
735
|
-
|
|
736
|
-
/**
|
|
737
|
-
* Describes the message analytics.v1.FunnelStepStat.
|
|
738
|
-
* Use `create(FunnelStepStatSchema)` to create a new message.
|
|
739
|
-
*/
|
|
740
|
-
export declare const FunnelStepStatSchema: GenMessage<FunnelStepStat>;
|
|
741
|
-
|
|
742
|
-
/**
|
|
743
|
-
* @generated from message analytics.v1.GetExperimentFunnelAnalysisRequest
|
|
744
|
-
*/
|
|
745
|
-
export declare type GetExperimentFunnelAnalysisRequest = Message<"analytics.v1.GetExperimentFunnelAnalysisRequest"> & {
|
|
746
|
-
/**
|
|
747
|
-
* @generated from field: string experiment_id = 1;
|
|
748
|
-
*/
|
|
749
|
-
experimentId: string;
|
|
750
|
-
|
|
751
|
-
/**
|
|
752
|
-
* @generated from field: optional google.protobuf.Timestamp from = 2;
|
|
753
|
-
*/
|
|
754
|
-
from?: Timestamp | undefined;
|
|
755
|
-
|
|
756
|
-
/**
|
|
757
|
-
* @generated from field: optional google.protobuf.Timestamp to = 3;
|
|
758
|
-
*/
|
|
759
|
-
to?: Timestamp | undefined;
|
|
760
|
-
};
|
|
761
|
-
|
|
762
|
-
/**
|
|
763
|
-
* Describes the message analytics.v1.GetExperimentFunnelAnalysisRequest.
|
|
764
|
-
* Use `create(GetExperimentFunnelAnalysisRequestSchema)` to create a new message.
|
|
765
|
-
*/
|
|
766
|
-
export declare const GetExperimentFunnelAnalysisRequestSchema: GenMessage<GetExperimentFunnelAnalysisRequest>;
|
|
767
|
-
|
|
768
|
-
/**
|
|
769
|
-
* @generated from message analytics.v1.GetExperimentFunnelAnalysisResponse
|
|
770
|
-
*/
|
|
771
|
-
export declare type GetExperimentFunnelAnalysisResponse = Message<"analytics.v1.GetExperimentFunnelAnalysisResponse"> & {
|
|
772
|
-
/**
|
|
773
|
-
* @generated from field: repeated analytics.v1.FunnelStepStat stats = 1;
|
|
774
|
-
*/
|
|
775
|
-
stats: FunnelStepStat[];
|
|
776
|
-
};
|
|
777
|
-
|
|
778
|
-
/**
|
|
779
|
-
* Describes the message analytics.v1.GetExperimentFunnelAnalysisResponse.
|
|
780
|
-
* Use `create(GetExperimentFunnelAnalysisResponseSchema)` to create a new message.
|
|
781
|
-
*/
|
|
782
|
-
export declare const GetExperimentFunnelAnalysisResponseSchema: GenMessage<GetExperimentFunnelAnalysisResponse>;
|
|
783
|
-
|
|
784
|
-
/**
|
|
785
|
-
* Records a conversion event for an experiment. Either customer_id or
|
|
786
|
-
* viewer_key must be provided so the conversion can be attributed.
|
|
787
|
-
* The experiment must be in 'running' status with now() between start_date
|
|
788
|
-
* and end_date — events received outside that window are rejected (strict,
|
|
789
|
-
* no grace period). event_name must match one of the experiment's goals.
|
|
790
|
-
*
|
|
791
|
-
* @generated from message analytics.v1.RecordConversionEventRequest
|
|
792
|
-
*/
|
|
793
|
-
export declare type RecordConversionEventRequest = Message<"analytics.v1.RecordConversionEventRequest"> & {
|
|
794
|
-
/**
|
|
795
|
-
* @generated from field: string experiment_key = 1;
|
|
796
|
-
*/
|
|
797
|
-
experimentKey: string;
|
|
798
|
-
|
|
799
|
-
/**
|
|
800
|
-
* @generated from field: string variant_key = 2;
|
|
801
|
-
*/
|
|
802
|
-
variantKey: string;
|
|
803
|
-
|
|
804
|
-
/**
|
|
805
|
-
* @generated from field: bool is_control = 3;
|
|
806
|
-
*/
|
|
807
|
-
isControl: boolean;
|
|
808
|
-
|
|
809
|
-
/**
|
|
810
|
-
* @generated from field: string event_name = 4;
|
|
811
|
-
*/
|
|
812
|
-
eventName: string;
|
|
813
|
-
|
|
814
|
-
/**
|
|
815
|
-
* @generated from field: optional string customer_id = 5;
|
|
816
|
-
*/
|
|
817
|
-
customerId?: string | undefined;
|
|
818
|
-
|
|
819
|
-
/**
|
|
820
|
-
* @generated from field: optional string viewer_key = 6;
|
|
821
|
-
*/
|
|
822
|
-
viewerKey?: string | undefined;
|
|
823
|
-
|
|
824
|
-
/**
|
|
825
|
-
* @generated from field: optional google.protobuf.Struct metadata = 7;
|
|
826
|
-
*/
|
|
827
|
-
metadata?: JsonObject | undefined;
|
|
828
|
-
};
|
|
829
|
-
|
|
830
|
-
/**
|
|
831
|
-
* Describes the message analytics.v1.RecordConversionEventRequest.
|
|
832
|
-
* Use `create(RecordConversionEventRequestSchema)` to create a new message.
|
|
833
|
-
*/
|
|
834
|
-
export declare const RecordConversionEventRequestSchema: GenMessage<RecordConversionEventRequest>;
|
|
835
|
-
|
|
836
|
-
/**
|
|
837
|
-
* @generated from message analytics.v1.RecordConversionEventResponse
|
|
838
|
-
*/
|
|
839
|
-
export declare type RecordConversionEventResponse = Message<"analytics.v1.RecordConversionEventResponse"> & {
|
|
840
|
-
/**
|
|
841
|
-
* @generated from field: bool success = 1;
|
|
842
|
-
*/
|
|
843
|
-
success: boolean;
|
|
844
|
-
};
|
|
845
|
-
|
|
846
|
-
/**
|
|
847
|
-
* Describes the message analytics.v1.RecordConversionEventResponse.
|
|
848
|
-
* Use `create(RecordConversionEventResponseSchema)` to create a new message.
|
|
849
|
-
*/
|
|
850
|
-
export declare const RecordConversionEventResponseSchema: GenMessage<RecordConversionEventResponse>;
|
|
851
|
-
|
|
852
611
|
/**
|
|
853
612
|
* @generated from service analytics.v1.AnalyticsService
|
|
854
613
|
*/
|
|
@@ -925,29 +684,5 @@ export declare const AnalyticsService: GenService<{
|
|
|
925
684
|
input: typeof GetSegmentEngagementRequestSchema;
|
|
926
685
|
output: typeof GetSegmentEngagementResponseSchema;
|
|
927
686
|
},
|
|
928
|
-
/**
|
|
929
|
-
* @generated from rpc analytics.v1.AnalyticsService.GetExperimentConversions
|
|
930
|
-
*/
|
|
931
|
-
getExperimentConversions: {
|
|
932
|
-
methodKind: "unary";
|
|
933
|
-
input: typeof GetExperimentConversionsRequestSchema;
|
|
934
|
-
output: typeof GetExperimentConversionsResponseSchema;
|
|
935
|
-
},
|
|
936
|
-
/**
|
|
937
|
-
* @generated from rpc analytics.v1.AnalyticsService.GetExperimentFunnelAnalysis
|
|
938
|
-
*/
|
|
939
|
-
getExperimentFunnelAnalysis: {
|
|
940
|
-
methodKind: "unary";
|
|
941
|
-
input: typeof GetExperimentFunnelAnalysisRequestSchema;
|
|
942
|
-
output: typeof GetExperimentFunnelAnalysisResponseSchema;
|
|
943
|
-
},
|
|
944
|
-
/**
|
|
945
|
-
* @generated from rpc analytics.v1.AnalyticsService.RecordConversionEvent
|
|
946
|
-
*/
|
|
947
|
-
recordConversionEvent: {
|
|
948
|
-
methodKind: "unary";
|
|
949
|
-
input: typeof RecordConversionEventRequestSchema;
|
|
950
|
-
output: typeof RecordConversionEventResponseSchema;
|
|
951
|
-
},
|
|
952
687
|
}>;
|
|
953
688
|
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
5
|
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
-
import {
|
|
6
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Describes the file analytics/v1/analytics.proto.
|
|
10
10
|
*/
|
|
11
11
|
export const file_analytics_v1_analytics = /*@__PURE__*/
|
|
12
|
-
fileDesc("
|
|
12
|
+
fileDesc("ChxhbmFseXRpY3MvdjEvYW5hbHl0aWNzLnByb3RvEgxhbmFseXRpY3MudjEihgEKEEFuYWx5dGljc1N1bW1hcnkSFQoNdG90YWxfcmVjb3JkcxgBIAEoBRIUCgx0b3RhbF9tb2RlbHMYAiABKAUSFwoPdG90YWxfY3VzdG9tZXJzGAMgASgFEhMKC3RvdGFsX3VzZXJzGAQgASgFEhcKD2FjdGl2ZV9zZWdtZW50cxgGIAEoBSIpCgpUcmVuZFBvaW50EgwKBGRhdGUYASABKAkSDQoFdmFsdWUYAiABKAMiLgoQRGlzdHJpYnV0aW9uSXRlbRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAMicAoPU2VjdXJpdHlTdW1tYXJ5EhQKDHRvdGFsX2xvZ2lucxgBIAEoBRIVCg1mYWlsZWRfbG9naW5zGAIgASgFEhgKEGFjY291bnRfbG9ja291dHMYAyABKAUSFgoOc3VzcGljaW91c19pcHMYBCABKAUibgoPU3VzcGljaW91c0xvZ2luEg0KBWVtYWlsGAEgASgJEhAKCGlwX2NvdW50GAIgASgFEgsKA2lwcxgDIAMoCRItCglsYXN0X3NlZW4YBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wImIKC0ZhaWxlZExvZ2luEhIKCmlkZW50aWZpZXIYASABKAkSDQoFY291bnQYAiABKAUSMAoMbGFzdF9hdHRlbXB0GAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJuCg5BY2NvdW50TG9ja291dBINCgVlbWFpbBgBIAEoCRItCglsb2NrZWRfYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhMKBnJlYXNvbhgDIAEoCUgAiAEBQgkKB19yZWFzb24iiAEKGkdldEFuYWx5dGljc1N1bW1hcnlSZXF1ZXN0Ei0KBGZyb20YASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSACIAQESKwoCdG8YAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAGIAQFCBwoFX2Zyb21CBQoDX3RvIk4KG0dldEFuYWx5dGljc1N1bW1hcnlSZXNwb25zZRIvCgdzdW1tYXJ5GAEgASgLMh4uYW5hbHl0aWNzLnYxLkFuYWx5dGljc1N1bW1hcnkitwEKD0dldFRyZW5kUmVxdWVzdBIOCgZtZXRyaWMYASABKAkSLQoEZnJvbRgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAIgBARIrCgJ0bxgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAYgBARIYCgtncmFudWxhcml0eRgEIAEoCUgCiAEBQgcKBV9mcm9tQgUKA190b0IOCgxfZ3JhbnVsYXJpdHkiPAoQR2V0VHJlbmRSZXNwb25zZRIoCgZwb2ludHMYASADKAsyGC5hbmFseXRpY3MudjEuVHJlbmRQb2ludCI3ChZHZXREaXN0cmlidXRpb25SZXF1ZXN0Eg4KBm1ldHJpYxgBIAEoCRINCgVsaW1pdBgKIAEoBSJIChdHZXREaXN0cmlidXRpb25SZXNwb25zZRItCgVpdGVtcxgBIAMoCzIeLmFuYWx5dGljcy52MS5EaXN0cmlidXRpb25JdGVtIq0BChlHZXRTZWN1cml0eVN1bW1hcnlSZXF1ZXN0Ei0KBGZyb20YASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSACIAQESKwoCdG8YAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAGIAQESFgoJdGVuYW50X2lkGAMgASgJSAKIAQFCBwoFX2Zyb21CBQoDX3RvQgwKCl90ZW5hbnRfaWQiTAoaR2V0U2VjdXJpdHlTdW1tYXJ5UmVzcG9uc2USLgoHc3VtbWFyeRgBIAEoCzIdLmFuYWx5dGljcy52MS5TZWN1cml0eVN1bW1hcnkiUQoaR2V0U3VzcGljaW91c0xvZ2luc1JlcXVlc3QSDQoFbGltaXQYASABKAUSFgoJdGVuYW50X2lkGAIgASgJSACIAQFCDAoKX3RlbmFudF9pZCJMChtHZXRTdXNwaWNpb3VzTG9naW5zUmVzcG9uc2USLQoGbG9naW5zGAEgAygLMh0uYW5hbHl0aWNzLnYxLlN1c3BpY2lvdXNMb2dpbiJlChZHZXRGYWlsZWRMb2dpbnNSZXF1ZXN0Eg8KAmJ5GAEgASgJSACIAQESDQoFbGltaXQYCiABKAUSFgoJdGVuYW50X2lkGAMgASgJSAGIAQFCBQoDX2J5QgwKCl90ZW5hbnRfaWQiRQoXR2V0RmFpbGVkTG9naW5zUmVzcG9uc2USKgoHZW50cmllcxgBIAMoCzIZLmFuYWx5dGljcy52MS5GYWlsZWRMb2dpbiJQChlHZXRBY2NvdW50TG9ja291dHNSZXF1ZXN0Eg0KBWxpbWl0GAEgASgFEhYKCXRlbmFudF9pZBgCIAEoCUgAiAEBQgwKCl90ZW5hbnRfaWQiTAoaR2V0QWNjb3VudExvY2tvdXRzUmVzcG9uc2USLgoIbG9ja291dHMYASADKAsyHC5hbmFseXRpY3MudjEuQWNjb3VudExvY2tvdXQiXAoWVmFyaWFudFBlcmZvcm1hbmNlSXRlbRITCgt2YXJpYW50X2tleRgBIAEoCRITCgtyZXNvbHV0aW9ucxgCIAEoAxIYChB1bmlxdWVfY3VzdG9tZXJzGAMgASgDIooBChxHZXRWYXJpYW50UGVyZm9ybWFuY2VSZXF1ZXN0Ei0KBGZyb20YASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSACIAQESKwoCdG8YAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAGIAQFCBwoFX2Zyb21CBQoDX3RvIlQKHUdldFZhcmlhbnRQZXJmb3JtYW5jZVJlc3BvbnNlEjMKBWl0ZW1zGAEgAygLMiQuYW5hbHl0aWNzLnYxLlZhcmlhbnRQZXJmb3JtYW5jZUl0ZW0iWAoVU2VnbWVudEVuZ2FnZW1lbnRJdGVtEhMKC3NlZ21lbnRfa2V5GAEgASgJEhQKDG1lbWJlcl9jb3VudBgCIAEoAxIUCgxhY3RpdmVfY291bnQYAyABKAMiiQEKG0dldFNlZ21lbnRFbmdhZ2VtZW50UmVxdWVzdBItCgRmcm9tGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgAiAEBEisKAnRvGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgBiAEBQgcKBV9mcm9tQgUKA190byJSChxHZXRTZWdtZW50RW5nYWdlbWVudFJlc3BvbnNlEjIKBWl0ZW1zGAEgAygLMiMuYW5hbHl0aWNzLnYxLlNlZ21lbnRFbmdhZ2VtZW50SXRlbTKoBwoQQW5hbHl0aWNzU2VydmljZRJqChNHZXRBbmFseXRpY3NTdW1tYXJ5EiguYW5hbHl0aWNzLnYxLkdldEFuYWx5dGljc1N1bW1hcnlSZXF1ZXN0GikuYW5hbHl0aWNzLnYxLkdldEFuYWx5dGljc1N1bW1hcnlSZXNwb25zZRJJCghHZXRUcmVuZBIdLmFuYWx5dGljcy52MS5HZXRUcmVuZFJlcXVlc3QaHi5hbmFseXRpY3MudjEuR2V0VHJlbmRSZXNwb25zZRJeCg9HZXREaXN0cmlidXRpb24SJC5hbmFseXRpY3MudjEuR2V0RGlzdHJpYnV0aW9uUmVxdWVzdBolLmFuYWx5dGljcy52MS5HZXREaXN0cmlidXRpb25SZXNwb25zZRJnChJHZXRTZWN1cml0eVN1bW1hcnkSJy5hbmFseXRpY3MudjEuR2V0U2VjdXJpdHlTdW1tYXJ5UmVxdWVzdBooLmFuYWx5dGljcy52MS5HZXRTZWN1cml0eVN1bW1hcnlSZXNwb25zZRJqChNHZXRTdXNwaWNpb3VzTG9naW5zEiguYW5hbHl0aWNzLnYxLkdldFN1c3BpY2lvdXNMb2dpbnNSZXF1ZXN0GikuYW5hbHl0aWNzLnYxLkdldFN1c3BpY2lvdXNMb2dpbnNSZXNwb25zZRJeCg9HZXRGYWlsZWRMb2dpbnMSJC5hbmFseXRpY3MudjEuR2V0RmFpbGVkTG9naW5zUmVxdWVzdBolLmFuYWx5dGljcy52MS5HZXRGYWlsZWRMb2dpbnNSZXNwb25zZRJnChJHZXRBY2NvdW50TG9ja291dHMSJy5hbmFseXRpY3MudjEuR2V0QWNjb3VudExvY2tvdXRzUmVxdWVzdBooLmFuYWx5dGljcy52MS5HZXRBY2NvdW50TG9ja291dHNSZXNwb25zZRJwChVHZXRWYXJpYW50UGVyZm9ybWFuY2USKi5hbmFseXRpY3MudjEuR2V0VmFyaWFudFBlcmZvcm1hbmNlUmVxdWVzdBorLmFuYWx5dGljcy52MS5HZXRWYXJpYW50UGVyZm9ybWFuY2VSZXNwb25zZRJtChRHZXRTZWdtZW50RW5nYWdlbWVudBIpLmFuYWx5dGljcy52MS5HZXRTZWdtZW50RW5nYWdlbWVudFJlcXVlc3QaKi5hbmFseXRpY3MudjEuR2V0U2VnbWVudEVuZ2FnZW1lbnRSZXNwb25zZUI/Wj1naXRodWIuY29tL2VpZGVzdHVkaW8vZm9pci9nZW4vcHJvdG8vYW5hbHl0aWNzL3YxO2FuYWx5dGljc3YxYgZwcm90bzM", [file_google_protobuf_timestamp]);
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Describes the message analytics.v1.AnalyticsSummary.
|
|
@@ -200,62 +200,6 @@ export const GetSegmentEngagementRequestSchema = /*@__PURE__*/
|
|
|
200
200
|
export const GetSegmentEngagementResponseSchema = /*@__PURE__*/
|
|
201
201
|
messageDesc(file_analytics_v1_analytics, 26);
|
|
202
202
|
|
|
203
|
-
/**
|
|
204
|
-
* Describes the message analytics.v1.ExperimentConversionItem.
|
|
205
|
-
* Use `create(ExperimentConversionItemSchema)` to create a new message.
|
|
206
|
-
*/
|
|
207
|
-
export const ExperimentConversionItemSchema = /*@__PURE__*/
|
|
208
|
-
messageDesc(file_analytics_v1_analytics, 27);
|
|
209
|
-
|
|
210
|
-
/**
|
|
211
|
-
* Describes the message analytics.v1.GetExperimentConversionsRequest.
|
|
212
|
-
* Use `create(GetExperimentConversionsRequestSchema)` to create a new message.
|
|
213
|
-
*/
|
|
214
|
-
export const GetExperimentConversionsRequestSchema = /*@__PURE__*/
|
|
215
|
-
messageDesc(file_analytics_v1_analytics, 28);
|
|
216
|
-
|
|
217
|
-
/**
|
|
218
|
-
* Describes the message analytics.v1.GetExperimentConversionsResponse.
|
|
219
|
-
* Use `create(GetExperimentConversionsResponseSchema)` to create a new message.
|
|
220
|
-
*/
|
|
221
|
-
export const GetExperimentConversionsResponseSchema = /*@__PURE__*/
|
|
222
|
-
messageDesc(file_analytics_v1_analytics, 29);
|
|
223
|
-
|
|
224
|
-
/**
|
|
225
|
-
* Describes the message analytics.v1.FunnelStepStat.
|
|
226
|
-
* Use `create(FunnelStepStatSchema)` to create a new message.
|
|
227
|
-
*/
|
|
228
|
-
export const FunnelStepStatSchema = /*@__PURE__*/
|
|
229
|
-
messageDesc(file_analytics_v1_analytics, 30);
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
* Describes the message analytics.v1.GetExperimentFunnelAnalysisRequest.
|
|
233
|
-
* Use `create(GetExperimentFunnelAnalysisRequestSchema)` to create a new message.
|
|
234
|
-
*/
|
|
235
|
-
export const GetExperimentFunnelAnalysisRequestSchema = /*@__PURE__*/
|
|
236
|
-
messageDesc(file_analytics_v1_analytics, 31);
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* Describes the message analytics.v1.GetExperimentFunnelAnalysisResponse.
|
|
240
|
-
* Use `create(GetExperimentFunnelAnalysisResponseSchema)` to create a new message.
|
|
241
|
-
*/
|
|
242
|
-
export const GetExperimentFunnelAnalysisResponseSchema = /*@__PURE__*/
|
|
243
|
-
messageDesc(file_analytics_v1_analytics, 32);
|
|
244
|
-
|
|
245
|
-
/**
|
|
246
|
-
* Describes the message analytics.v1.RecordConversionEventRequest.
|
|
247
|
-
* Use `create(RecordConversionEventRequestSchema)` to create a new message.
|
|
248
|
-
*/
|
|
249
|
-
export const RecordConversionEventRequestSchema = /*@__PURE__*/
|
|
250
|
-
messageDesc(file_analytics_v1_analytics, 33);
|
|
251
|
-
|
|
252
|
-
/**
|
|
253
|
-
* Describes the message analytics.v1.RecordConversionEventResponse.
|
|
254
|
-
* Use `create(RecordConversionEventResponseSchema)` to create a new message.
|
|
255
|
-
*/
|
|
256
|
-
export const RecordConversionEventResponseSchema = /*@__PURE__*/
|
|
257
|
-
messageDesc(file_analytics_v1_analytics, 34);
|
|
258
|
-
|
|
259
203
|
/**
|
|
260
204
|
* @generated from service analytics.v1.AnalyticsService
|
|
261
205
|
*/
|
|
@@ -1183,10 +1183,8 @@ export declare type UpdateVariantRequest = Message<"records.v1.UpdateVariantRequ
|
|
|
1183
1183
|
|
|
1184
1184
|
/**
|
|
1185
1185
|
* Patch merged into the variant's metadata jsonb (deep-merge at the
|
|
1186
|
-
* top-level keys).
|
|
1187
|
-
*
|
|
1188
|
-
* variant row's metadata. Pass only the keys you want to set; existing
|
|
1189
|
-
* keys not in the patch are preserved.
|
|
1186
|
+
* top-level keys). Pass only the keys you want to set; existing keys
|
|
1187
|
+
* not in the patch are preserved.
|
|
1190
1188
|
*
|
|
1191
1189
|
* @generated from field: optional google.protobuf.Struct metadata_patch = 3;
|
|
1192
1190
|
*/
|
|
@@ -1635,37 +1633,6 @@ export declare type BatchPublishVersionsResponse = Message<"records.v1.BatchPubl
|
|
|
1635
1633
|
*/
|
|
1636
1634
|
export declare const BatchPublishVersionsResponseSchema: GenMessage<BatchPublishVersionsResponse>;
|
|
1637
1635
|
|
|
1638
|
-
/**
|
|
1639
|
-
* ExperimentExposure is emitted when the resolved variant was selected by
|
|
1640
|
-
* an experiment's bucketing (not by manual isDefault fallback). Callers
|
|
1641
|
-
* should use this to record conversions with the matching experiment_key
|
|
1642
|
-
* and variant_key so attribution is accurate.
|
|
1643
|
-
*
|
|
1644
|
-
* @generated from message records.v1.ExperimentExposure
|
|
1645
|
-
*/
|
|
1646
|
-
export declare type ExperimentExposure = Message<"records.v1.ExperimentExposure"> & {
|
|
1647
|
-
/**
|
|
1648
|
-
* @generated from field: string experiment_key = 1;
|
|
1649
|
-
*/
|
|
1650
|
-
experimentKey: string;
|
|
1651
|
-
|
|
1652
|
-
/**
|
|
1653
|
-
* @generated from field: string variant_key = 2;
|
|
1654
|
-
*/
|
|
1655
|
-
variantKey: string;
|
|
1656
|
-
|
|
1657
|
-
/**
|
|
1658
|
-
* @generated from field: bool is_control = 3;
|
|
1659
|
-
*/
|
|
1660
|
-
isControl: boolean;
|
|
1661
|
-
};
|
|
1662
|
-
|
|
1663
|
-
/**
|
|
1664
|
-
* Describes the message records.v1.ExperimentExposure.
|
|
1665
|
-
* Use `create(ExperimentExposureSchema)` to create a new message.
|
|
1666
|
-
*/
|
|
1667
|
-
export declare const ExperimentExposureSchema: GenMessage<ExperimentExposure>;
|
|
1668
|
-
|
|
1669
1636
|
/**
|
|
1670
1637
|
* @generated from message records.v1.BatchResolveRecordsRequest
|
|
1671
1638
|
*/
|
|
@@ -1698,14 +1665,6 @@ export declare type BatchResolveRecordsRequest = Message<"records.v1.BatchResolv
|
|
|
1698
1665
|
* @generated from field: bool preview = 5;
|
|
1699
1666
|
*/
|
|
1700
1667
|
preview: boolean;
|
|
1701
|
-
|
|
1702
|
-
/**
|
|
1703
|
-
* Stable identifier for anonymous viewers, used for experiment bucketing
|
|
1704
|
-
* when records have variants tied to a running experiment.
|
|
1705
|
-
*
|
|
1706
|
-
* @generated from field: optional string viewer_key = 6;
|
|
1707
|
-
*/
|
|
1708
|
-
viewerKey?: string | undefined;
|
|
1709
1668
|
};
|
|
1710
1669
|
|
|
1711
1670
|
/**
|
|
@@ -1774,11 +1733,6 @@ export declare type ResolvedRecord = Message<"records.v1.ResolvedRecord"> & {
|
|
|
1774
1733
|
*/
|
|
1775
1734
|
variantId?: string | undefined;
|
|
1776
1735
|
|
|
1777
|
-
/**
|
|
1778
|
-
* @generated from field: optional records.v1.ExperimentExposure experiment_exposure = 7;
|
|
1779
|
-
*/
|
|
1780
|
-
experimentExposure?: ExperimentExposure | undefined;
|
|
1781
|
-
|
|
1782
1736
|
/**
|
|
1783
1737
|
* True when the record has a working version newer than its published
|
|
1784
1738
|
* one. Surfaced on the public API as `_hasDraft`, only visible to
|