@eide/foir-proto-ts 0.3.1 → 0.3.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/package.json +1 -1
- package/src/analytics/v1/analytics_connect.d.ts +10 -1
- package/src/analytics/v1/analytics_connect.js +10 -1
- package/src/analytics/v1/analytics_pb.d.ts +46 -1
- package/src/analytics/v1/analytics_pb.js +15 -1
- package/src/configs/v1/configs_connect.d.ts +59 -1
- package/src/configs/v1/configs_connect.js +59 -1
- package/src/configs/v1/configs_pb.d.ts +316 -0
- package/src/configs/v1/configs_pb.js +99 -1
- package/src/experiments/v1/experiments_pb.d.ts +5 -0
- package/src/experiments/v1/experiments_pb.js +1 -1
- package/src/identity/v1/identity_connect.d.ts +77 -1
- package/src/identity/v1/identity_connect.js +77 -1
- package/src/identity/v1/identity_pb.d.ts +434 -0
- package/src/identity/v1/identity_pb.js +113 -1
- package/src/models/v1/models_connect.d.ts +10 -1
- package/src/models/v1/models_connect.js +10 -1
- package/src/models/v1/models_pb.d.ts +45 -0
- package/src/models/v1/models_pb.js +17 -3
- package/src/records/v1/records_connect.d.ts +12 -1
- package/src/records/v1/records_connect.js +12 -1
- package/src/records/v1/records_pb.d.ts +141 -0
- package/src/records/v1/records_pb.js +40 -19
- package/src/schedules/v1/schedules_connect.d.ts +162 -41
- package/src/schedules/v1/schedules_connect.js +162 -41
- package/src/schedules/v1/schedules_pb.d.ts +909 -140
- package/src/schedules/v1/schedules_pb.js +246 -57
- package/src/segments/v1/segments_pb.d.ts +5 -0
- package/src/segments/v1/segments_pb.js +1 -1
- package/src/settings/v1/settings_connect.d.ts +12 -1
- package/src/settings/v1/settings_connect.js +12 -1
- package/src/settings/v1/settings_pb.d.ts +300 -0
- package/src/settings/v1/settings_pb.js +64 -1
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { GetAccountLockoutsRequest, GetAccountLockoutsResponse, GetAnalyticsSummaryRequest, GetAnalyticsSummaryResponse, GetDistributionRequest, GetDistributionResponse, GetExperimentConversionsRequest, GetExperimentConversionsResponse, GetExperimentFunnelAnalysisRequest, GetExperimentFunnelAnalysisResponse, GetFailedLoginsRequest, GetFailedLoginsResponse, GetSecuritySummaryRequest, GetSecuritySummaryResponse, GetSegmentEngagementRequest, GetSegmentEngagementResponse, GetSuspiciousLoginsRequest, GetSuspiciousLoginsResponse, GetTrendRequest, GetTrendResponse, GetVariantPerformanceRequest, GetVariantPerformanceResponse } from "./analytics_pbjs";
|
|
6
|
+
import { GetAccountLockoutsRequest, GetAccountLockoutsResponse, GetAnalyticsSummaryRequest, GetAnalyticsSummaryResponse, GetDistributionRequest, GetDistributionResponse, GetExperimentConversionsRequest, GetExperimentConversionsResponse, GetExperimentFunnelAnalysisRequest, GetExperimentFunnelAnalysisResponse, GetFailedLoginsRequest, GetFailedLoginsResponse, GetSecuritySummaryRequest, GetSecuritySummaryResponse, GetSegmentEngagementRequest, GetSegmentEngagementResponse, GetSuspiciousLoginsRequest, GetSuspiciousLoginsResponse, GetTrendRequest, GetTrendResponse, GetVariantPerformanceRequest, GetVariantPerformanceResponse, RecordConversionEventRequest, RecordConversionEventResponse } from "./analytics_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -111,6 +111,15 @@ export declare const AnalyticsService: {
|
|
|
111
111
|
readonly O: typeof GetExperimentFunnelAnalysisResponse,
|
|
112
112
|
readonly kind: MethodKind.Unary,
|
|
113
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
|
+
},
|
|
114
123
|
}
|
|
115
124
|
};
|
|
116
125
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { GetAccountLockoutsRequest, GetAccountLockoutsResponse, GetAnalyticsSummaryRequest, GetAnalyticsSummaryResponse, GetDistributionRequest, GetDistributionResponse, GetExperimentConversionsRequest, GetExperimentConversionsResponse, GetExperimentFunnelAnalysisRequest, GetExperimentFunnelAnalysisResponse, GetFailedLoginsRequest, GetFailedLoginsResponse, GetSecuritySummaryRequest, GetSecuritySummaryResponse, GetSegmentEngagementRequest, GetSegmentEngagementResponse, GetSuspiciousLoginsRequest, GetSuspiciousLoginsResponse, GetTrendRequest, GetTrendResponse, GetVariantPerformanceRequest, GetVariantPerformanceResponse } from "./analytics_pbjs";
|
|
6
|
+
import { GetAccountLockoutsRequest, GetAccountLockoutsResponse, GetAnalyticsSummaryRequest, GetAnalyticsSummaryResponse, GetDistributionRequest, GetDistributionResponse, GetExperimentConversionsRequest, GetExperimentConversionsResponse, GetExperimentFunnelAnalysisRequest, GetExperimentFunnelAnalysisResponse, GetFailedLoginsRequest, GetFailedLoginsResponse, GetSecuritySummaryRequest, GetSecuritySummaryResponse, GetSegmentEngagementRequest, GetSegmentEngagementResponse, GetSuspiciousLoginsRequest, GetSuspiciousLoginsResponse, GetTrendRequest, GetTrendResponse, GetVariantPerformanceRequest, GetVariantPerformanceResponse, RecordConversionEventRequest, RecordConversionEventResponse } from "./analytics_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -111,6 +111,15 @@ export const AnalyticsService = {
|
|
|
111
111
|
O: GetExperimentFunnelAnalysisResponse,
|
|
112
112
|
kind: MethodKind.Unary,
|
|
113
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
|
+
},
|
|
114
123
|
}
|
|
115
124
|
};
|
|
116
125
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
5
|
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
-
import type { Message } from "@bufbuild/protobuf";
|
|
6
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
7
7
|
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -754,6 +754,43 @@ export declare type GetExperimentFunnelAnalysisResponse = Message<"analytics.v1.
|
|
|
754
754
|
*/
|
|
755
755
|
export declare const GetExperimentFunnelAnalysisResponseSchema: GenMessage<GetExperimentFunnelAnalysisResponse>;
|
|
756
756
|
|
|
757
|
+
/**
|
|
758
|
+
* @generated from message analytics.v1.RecordConversionEventRequest
|
|
759
|
+
*/
|
|
760
|
+
export declare type RecordConversionEventRequest = Message<"analytics.v1.RecordConversionEventRequest"> & {
|
|
761
|
+
/**
|
|
762
|
+
* @generated from field: google.protobuf.Struct event_data = 1;
|
|
763
|
+
*/
|
|
764
|
+
eventData?: JsonObject;
|
|
765
|
+
|
|
766
|
+
/**
|
|
767
|
+
* @generated from field: optional string customer_id = 2;
|
|
768
|
+
*/
|
|
769
|
+
customerId?: string;
|
|
770
|
+
};
|
|
771
|
+
|
|
772
|
+
/**
|
|
773
|
+
* Describes the message analytics.v1.RecordConversionEventRequest.
|
|
774
|
+
* Use `create(RecordConversionEventRequestSchema)` to create a new message.
|
|
775
|
+
*/
|
|
776
|
+
export declare const RecordConversionEventRequestSchema: GenMessage<RecordConversionEventRequest>;
|
|
777
|
+
|
|
778
|
+
/**
|
|
779
|
+
* @generated from message analytics.v1.RecordConversionEventResponse
|
|
780
|
+
*/
|
|
781
|
+
export declare type RecordConversionEventResponse = Message<"analytics.v1.RecordConversionEventResponse"> & {
|
|
782
|
+
/**
|
|
783
|
+
* @generated from field: bool success = 1;
|
|
784
|
+
*/
|
|
785
|
+
success: boolean;
|
|
786
|
+
};
|
|
787
|
+
|
|
788
|
+
/**
|
|
789
|
+
* Describes the message analytics.v1.RecordConversionEventResponse.
|
|
790
|
+
* Use `create(RecordConversionEventResponseSchema)` to create a new message.
|
|
791
|
+
*/
|
|
792
|
+
export declare const RecordConversionEventResponseSchema: GenMessage<RecordConversionEventResponse>;
|
|
793
|
+
|
|
757
794
|
/**
|
|
758
795
|
* @generated from service analytics.v1.AnalyticsService
|
|
759
796
|
*/
|
|
@@ -846,5 +883,13 @@ export declare const AnalyticsService: GenService<{
|
|
|
846
883
|
input: typeof GetExperimentFunnelAnalysisRequestSchema;
|
|
847
884
|
output: typeof GetExperimentFunnelAnalysisResponseSchema;
|
|
848
885
|
},
|
|
886
|
+
/**
|
|
887
|
+
* @generated from rpc analytics.v1.AnalyticsService.RecordConversionEvent
|
|
888
|
+
*/
|
|
889
|
+
recordConversionEvent: {
|
|
890
|
+
methodKind: "unary";
|
|
891
|
+
input: typeof RecordConversionEventRequestSchema;
|
|
892
|
+
output: typeof RecordConversionEventResponseSchema;
|
|
893
|
+
},
|
|
849
894
|
}>;
|
|
850
895
|
|
|
@@ -9,7 +9,7 @@ import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bu
|
|
|
9
9
|
* Describes the file analytics/v1/analytics.proto.
|
|
10
10
|
*/
|
|
11
11
|
export const file_analytics_v1_analytics = /*@__PURE__*/
|
|
12
|
-
fileDesc("
|
|
12
|
+
fileDesc("ChxhbmFseXRpY3MvdjEvYW5hbHl0aWNzLnByb3RvEgxhbmFseXRpY3MudjEiogEKEEFuYWx5dGljc1N1bW1hcnkSFQoNdG90YWxfcmVjb3JkcxgBIAEoBRIUCgx0b3RhbF9tb2RlbHMYAiABKAUSFwoPdG90YWxfY3VzdG9tZXJzGAMgASgFEhMKC3RvdGFsX3VzZXJzGAQgASgFEhoKEmFjdGl2ZV9leHBlcmltZW50cxgFIAEoBRIXCg9hY3RpdmVfc2VnbWVudHMYBiABKAUiKQoKVHJlbmRQb2ludBIMCgRkYXRlGAEgASgJEg0KBXZhbHVlGAIgASgDIi4KEERpc3RyaWJ1dGlvbkl0ZW0SCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgDInAKD1NlY3VyaXR5U3VtbWFyeRIUCgx0b3RhbF9sb2dpbnMYASABKAUSFQoNZmFpbGVkX2xvZ2lucxgCIAEoBRIYChBhY2NvdW50X2xvY2tvdXRzGAMgASgFEhYKDnN1c3BpY2lvdXNfaXBzGAQgASgFIm4KD1N1c3BpY2lvdXNMb2dpbhINCgVlbWFpbBgBIAEoCRIQCghpcF9jb3VudBgCIAEoBRILCgNpcHMYAyADKAkSLQoJbGFzdF9zZWVuGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJiCgtGYWlsZWRMb2dpbhISCgppZGVudGlmaWVyGAEgASgJEg0KBWNvdW50GAIgASgFEjAKDGxhc3RfYXR0ZW1wdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAibgoOQWNjb3VudExvY2tvdXQSDQoFZW1haWwYASABKAkSLQoJbG9ja2VkX2F0GAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBITCgZyZWFzb24YAyABKAlIAIgBAUIJCgdfcmVhc29uIogBChpHZXRBbmFseXRpY3NTdW1tYXJ5UmVxdWVzdBItCgRmcm9tGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgAiAEBEisKAnRvGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgBiAEBQgcKBV9mcm9tQgUKA190byJOChtHZXRBbmFseXRpY3NTdW1tYXJ5UmVzcG9uc2USLwoHc3VtbWFyeRgBIAEoCzIeLmFuYWx5dGljcy52MS5BbmFseXRpY3NTdW1tYXJ5IrcBCg9HZXRUcmVuZFJlcXVlc3QSDgoGbWV0cmljGAEgASgJEi0KBGZyb20YAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSACIAQESKwoCdG8YAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAGIAQESGAoLZ3JhbnVsYXJpdHkYBCABKAlIAogBAUIHCgVfZnJvbUIFCgNfdG9CDgoMX2dyYW51bGFyaXR5IjwKEEdldFRyZW5kUmVzcG9uc2USKAoGcG9pbnRzGAEgAygLMhguYW5hbHl0aWNzLnYxLlRyZW5kUG9pbnQiNwoWR2V0RGlzdHJpYnV0aW9uUmVxdWVzdBIOCgZtZXRyaWMYASABKAkSDQoFbGltaXQYCiABKAUiSAoXR2V0RGlzdHJpYnV0aW9uUmVzcG9uc2USLQoFaXRlbXMYASADKAsyHi5hbmFseXRpY3MudjEuRGlzdHJpYnV0aW9uSXRlbSKtAQoZR2V0U2VjdXJpdHlTdW1tYXJ5UmVxdWVzdBItCgRmcm9tGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgAiAEBEisKAnRvGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgBiAEBEhYKCXRlbmFudF9pZBgDIAEoCUgCiAEBQgcKBV9mcm9tQgUKA190b0IMCgpfdGVuYW50X2lkIkwKGkdldFNlY3VyaXR5U3VtbWFyeVJlc3BvbnNlEi4KB3N1bW1hcnkYASABKAsyHS5hbmFseXRpY3MudjEuU2VjdXJpdHlTdW1tYXJ5IlEKGkdldFN1c3BpY2lvdXNMb2dpbnNSZXF1ZXN0Eg0KBWxpbWl0GAEgASgFEhYKCXRlbmFudF9pZBgCIAEoCUgAiAEBQgwKCl90ZW5hbnRfaWQiTAobR2V0U3VzcGljaW91c0xvZ2luc1Jlc3BvbnNlEi0KBmxvZ2lucxgBIAMoCzIdLmFuYWx5dGljcy52MS5TdXNwaWNpb3VzTG9naW4iZQoWR2V0RmFpbGVkTG9naW5zUmVxdWVzdBIPCgJieRgBIAEoCUgAiAEBEg0KBWxpbWl0GAogASgFEhYKCXRlbmFudF9pZBgDIAEoCUgBiAEBQgUKA19ieUIMCgpfdGVuYW50X2lkIkUKF0dldEZhaWxlZExvZ2luc1Jlc3BvbnNlEioKB2VudHJpZXMYASADKAsyGS5hbmFseXRpY3MudjEuRmFpbGVkTG9naW4iUAoZR2V0QWNjb3VudExvY2tvdXRzUmVxdWVzdBINCgVsaW1pdBgBIAEoBRIWCgl0ZW5hbnRfaWQYAiABKAlIAIgBAUIMCgpfdGVuYW50X2lkIkwKGkdldEFjY291bnRMb2Nrb3V0c1Jlc3BvbnNlEi4KCGxvY2tvdXRzGAEgAygLMhwuYW5hbHl0aWNzLnYxLkFjY291bnRMb2Nrb3V0IlwKFlZhcmlhbnRQZXJmb3JtYW5jZUl0ZW0SEwoLdmFyaWFudF9rZXkYASABKAkSEwoLcmVzb2x1dGlvbnMYAiABKAMSGAoQdW5pcXVlX2N1c3RvbWVycxgDIAEoAyKKAQocR2V0VmFyaWFudFBlcmZvcm1hbmNlUmVxdWVzdBItCgRmcm9tGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgAiAEBEisKAnRvGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgBiAEBQgcKBV9mcm9tQgUKA190byJUCh1HZXRWYXJpYW50UGVyZm9ybWFuY2VSZXNwb25zZRIzCgVpdGVtcxgBIAMoCzIkLmFuYWx5dGljcy52MS5WYXJpYW50UGVyZm9ybWFuY2VJdGVtIlgKFVNlZ21lbnRFbmdhZ2VtZW50SXRlbRITCgtzZWdtZW50X2tleRgBIAEoCRIUCgxtZW1iZXJfY291bnQYAiABKAMSFAoMYWN0aXZlX2NvdW50GAMgASgDIokBChtHZXRTZWdtZW50RW5nYWdlbWVudFJlcXVlc3QSLQoEZnJvbRgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAIgBARIrCgJ0bxgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAYgBAUIHCgVfZnJvbUIFCgNfdG8iUgocR2V0U2VnbWVudEVuZ2FnZW1lbnRSZXNwb25zZRIyCgVpdGVtcxgBIAMoCzIjLmFuYWx5dGljcy52MS5TZWdtZW50RW5nYWdlbWVudEl0ZW0idAoYRXhwZXJpbWVudENvbnZlcnNpb25JdGVtEhUKDWV4cGVyaW1lbnRfaWQYASABKAkSEwoLdmFyaWFudF9rZXkYAiABKAkSEwoLY29udmVyc2lvbnMYAyABKAMSFwoPY29udmVyc2lvbl9yYXRlGAQgASgBIrsBCh9HZXRFeHBlcmltZW50Q29udmVyc2lvbnNSZXF1ZXN0EhoKDWV4cGVyaW1lbnRfaWQYASABKAlIAIgBARItCgRmcm9tGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgBiAEBEisKAnRvGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgCiAEBQhAKDl9leHBlcmltZW50X2lkQgcKBV9mcm9tQgUKA190byJZCiBHZXRFeHBlcmltZW50Q29udmVyc2lvbnNSZXNwb25zZRI1CgVpdGVtcxgBIAMoCzImLmFuYWx5dGljcy52MS5FeHBlcmltZW50Q29udmVyc2lvbkl0ZW0iRQoKRnVubmVsU3RlcBIRCglzdGVwX25hbWUYASABKAkSDQoFY291bnQYAiABKAMSFQoNZHJvcF9vZmZfcmF0ZRgDIAEoASKnAQoiR2V0RXhwZXJpbWVudEZ1bm5lbEFuYWx5c2lzUmVxdWVzdBIVCg1leHBlcmltZW50X2lkGAEgASgJEi0KBGZyb20YAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSACIAQESKwoCdG8YAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAGIAQFCBwoFX2Zyb21CBQoDX3RvIk4KI0dldEV4cGVyaW1lbnRGdW5uZWxBbmFseXNpc1Jlc3BvbnNlEicKBXN0ZXBzGAEgAygLMhguYW5hbHl0aWNzLnYxLkZ1bm5lbFN0ZXAidQocUmVjb3JkQ29udmVyc2lvbkV2ZW50UmVxdWVzdBIrCgpldmVudF9kYXRhGAEgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdBIYCgtjdXN0b21lcl9pZBgCIAEoCUgAiAEBQg4KDF9jdXN0b21lcl9pZCIwCh1SZWNvcmRDb252ZXJzaW9uRXZlbnRSZXNwb25zZRIPCgdzdWNjZXNzGAEgASgIMpoKChBBbmFseXRpY3NTZXJ2aWNlEmoKE0dldEFuYWx5dGljc1N1bW1hcnkSKC5hbmFseXRpY3MudjEuR2V0QW5hbHl0aWNzU3VtbWFyeVJlcXVlc3QaKS5hbmFseXRpY3MudjEuR2V0QW5hbHl0aWNzU3VtbWFyeVJlc3BvbnNlEkkKCEdldFRyZW5kEh0uYW5hbHl0aWNzLnYxLkdldFRyZW5kUmVxdWVzdBoeLmFuYWx5dGljcy52MS5HZXRUcmVuZFJlc3BvbnNlEl4KD0dldERpc3RyaWJ1dGlvbhIkLmFuYWx5dGljcy52MS5HZXREaXN0cmlidXRpb25SZXF1ZXN0GiUuYW5hbHl0aWNzLnYxLkdldERpc3RyaWJ1dGlvblJlc3BvbnNlEmcKEkdldFNlY3VyaXR5U3VtbWFyeRInLmFuYWx5dGljcy52MS5HZXRTZWN1cml0eVN1bW1hcnlSZXF1ZXN0GiguYW5hbHl0aWNzLnYxLkdldFNlY3VyaXR5U3VtbWFyeVJlc3BvbnNlEmoKE0dldFN1c3BpY2lvdXNMb2dpbnMSKC5hbmFseXRpY3MudjEuR2V0U3VzcGljaW91c0xvZ2luc1JlcXVlc3QaKS5hbmFseXRpY3MudjEuR2V0U3VzcGljaW91c0xvZ2luc1Jlc3BvbnNlEl4KD0dldEZhaWxlZExvZ2lucxIkLmFuYWx5dGljcy52MS5HZXRGYWlsZWRMb2dpbnNSZXF1ZXN0GiUuYW5hbHl0aWNzLnYxLkdldEZhaWxlZExvZ2luc1Jlc3BvbnNlEmcKEkdldEFjY291bnRMb2Nrb3V0cxInLmFuYWx5dGljcy52MS5HZXRBY2NvdW50TG9ja291dHNSZXF1ZXN0GiguYW5hbHl0aWNzLnYxLkdldEFjY291bnRMb2Nrb3V0c1Jlc3BvbnNlEnAKFUdldFZhcmlhbnRQZXJmb3JtYW5jZRIqLmFuYWx5dGljcy52MS5HZXRWYXJpYW50UGVyZm9ybWFuY2VSZXF1ZXN0GisuYW5hbHl0aWNzLnYxLkdldFZhcmlhbnRQZXJmb3JtYW5jZVJlc3BvbnNlEm0KFEdldFNlZ21lbnRFbmdhZ2VtZW50EikuYW5hbHl0aWNzLnYxLkdldFNlZ21lbnRFbmdhZ2VtZW50UmVxdWVzdBoqLmFuYWx5dGljcy52MS5HZXRTZWdtZW50RW5nYWdlbWVudFJlc3BvbnNlEnkKGEdldEV4cGVyaW1lbnRDb252ZXJzaW9ucxItLmFuYWx5dGljcy52MS5HZXRFeHBlcmltZW50Q29udmVyc2lvbnNSZXF1ZXN0Gi4uYW5hbHl0aWNzLnYxLkdldEV4cGVyaW1lbnRDb252ZXJzaW9uc1Jlc3BvbnNlEoIBChtHZXRFeHBlcmltZW50RnVubmVsQW5hbHlzaXMSMC5hbmFseXRpY3MudjEuR2V0RXhwZXJpbWVudEZ1bm5lbEFuYWx5c2lzUmVxdWVzdBoxLmFuYWx5dGljcy52MS5HZXRFeHBlcmltZW50RnVubmVsQW5hbHlzaXNSZXNwb25zZRJwChVSZWNvcmRDb252ZXJzaW9uRXZlbnQSKi5hbmFseXRpY3MudjEuUmVjb3JkQ29udmVyc2lvbkV2ZW50UmVxdWVzdBorLmFuYWx5dGljcy52MS5SZWNvcmRDb252ZXJzaW9uRXZlbnRSZXNwb25zZUI/Wj1naXRodWIuY29tL2VpZGVzdHVkaW8vZm9pci9nZW4vcHJvdG8vYW5hbHl0aWNzL3YxO2FuYWx5dGljc3YxYgZwcm90bzM", [file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Describes the message analytics.v1.AnalyticsSummary.
|
|
@@ -242,6 +242,20 @@ export const GetExperimentFunnelAnalysisRequestSchema = /*@__PURE__*/
|
|
|
242
242
|
export const GetExperimentFunnelAnalysisResponseSchema = /*@__PURE__*/
|
|
243
243
|
messageDesc(file_analytics_v1_analytics, 32);
|
|
244
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
|
+
|
|
245
259
|
/**
|
|
246
260
|
* @generated from service analytics.v1.AnalyticsService
|
|
247
261
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { ApplyConfigRequest, ApplyConfigResponse, CreateConfigRequest, CreateConfigResponse, DeleteConfigRequest, DeleteConfigResponse, GetConfigByKeyRequest, GetConfigByKeyResponse, GetConfigRequest, GetConfigResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, ListConfigsRequest, ListConfigsResponse, ListOperationsRequest, ListOperationsResponse, TriggerConfigSyncRequest, TriggerConfigSyncResponse, UpdateConfigRequest, UpdateConfigResponse } from "./configs_pbjs";
|
|
6
|
+
import { ApplyConfigRequest, ApplyConfigResponse, CreateConfigRequest, CreateConfigResponse, CreateConfigScheduleRequest, CreateConfigScheduleResponse, CreateConfigWebhookRequest, CreateConfigWebhookResponse, DeleteConfigRequest, DeleteConfigResponse, DeleteConfigScheduleRequest, DeleteConfigScheduleResponse, DeleteConfigWebhookRequest, DeleteConfigWebhookResponse, GetConfigByKeyRequest, GetConfigByKeyResponse, GetConfigRequest, GetConfigResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, ListConfigSchedulesRequest, ListConfigSchedulesResponse, ListConfigsRequest, ListConfigsResponse, ListConfigWebhooksRequest, ListConfigWebhooksResponse, ListOperationsRequest, ListOperationsResponse, TriggerConfigSyncRequest, TriggerConfigSyncResponse, UpdateConfigRequest, UpdateConfigResponse } from "./configs_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -106,6 +106,64 @@ export declare const ConfigsService: {
|
|
|
106
106
|
readonly O: typeof ApplyConfigResponse,
|
|
107
107
|
readonly kind: MethodKind.Unary,
|
|
108
108
|
},
|
|
109
|
+
/**
|
|
110
|
+
* Config webhooks.
|
|
111
|
+
*
|
|
112
|
+
* @generated from rpc configs.v1.ConfigsService.ListConfigWebhooks
|
|
113
|
+
*/
|
|
114
|
+
readonly listConfigWebhooks: {
|
|
115
|
+
readonly name: "ListConfigWebhooks",
|
|
116
|
+
readonly I: typeof ListConfigWebhooksRequest,
|
|
117
|
+
readonly O: typeof ListConfigWebhooksResponse,
|
|
118
|
+
readonly kind: MethodKind.Unary,
|
|
119
|
+
},
|
|
120
|
+
/**
|
|
121
|
+
* @generated from rpc configs.v1.ConfigsService.CreateConfigWebhook
|
|
122
|
+
*/
|
|
123
|
+
readonly createConfigWebhook: {
|
|
124
|
+
readonly name: "CreateConfigWebhook",
|
|
125
|
+
readonly I: typeof CreateConfigWebhookRequest,
|
|
126
|
+
readonly O: typeof CreateConfigWebhookResponse,
|
|
127
|
+
readonly kind: MethodKind.Unary,
|
|
128
|
+
},
|
|
129
|
+
/**
|
|
130
|
+
* @generated from rpc configs.v1.ConfigsService.DeleteConfigWebhook
|
|
131
|
+
*/
|
|
132
|
+
readonly deleteConfigWebhook: {
|
|
133
|
+
readonly name: "DeleteConfigWebhook",
|
|
134
|
+
readonly I: typeof DeleteConfigWebhookRequest,
|
|
135
|
+
readonly O: typeof DeleteConfigWebhookResponse,
|
|
136
|
+
readonly kind: MethodKind.Unary,
|
|
137
|
+
},
|
|
138
|
+
/**
|
|
139
|
+
* Config schedules.
|
|
140
|
+
*
|
|
141
|
+
* @generated from rpc configs.v1.ConfigsService.ListConfigSchedules
|
|
142
|
+
*/
|
|
143
|
+
readonly listConfigSchedules: {
|
|
144
|
+
readonly name: "ListConfigSchedules",
|
|
145
|
+
readonly I: typeof ListConfigSchedulesRequest,
|
|
146
|
+
readonly O: typeof ListConfigSchedulesResponse,
|
|
147
|
+
readonly kind: MethodKind.Unary,
|
|
148
|
+
},
|
|
149
|
+
/**
|
|
150
|
+
* @generated from rpc configs.v1.ConfigsService.CreateConfigSchedule
|
|
151
|
+
*/
|
|
152
|
+
readonly createConfigSchedule: {
|
|
153
|
+
readonly name: "CreateConfigSchedule",
|
|
154
|
+
readonly I: typeof CreateConfigScheduleRequest,
|
|
155
|
+
readonly O: typeof CreateConfigScheduleResponse,
|
|
156
|
+
readonly kind: MethodKind.Unary,
|
|
157
|
+
},
|
|
158
|
+
/**
|
|
159
|
+
* @generated from rpc configs.v1.ConfigsService.DeleteConfigSchedule
|
|
160
|
+
*/
|
|
161
|
+
readonly deleteConfigSchedule: {
|
|
162
|
+
readonly name: "DeleteConfigSchedule",
|
|
163
|
+
readonly I: typeof DeleteConfigScheduleRequest,
|
|
164
|
+
readonly O: typeof DeleteConfigScheduleResponse,
|
|
165
|
+
readonly kind: MethodKind.Unary,
|
|
166
|
+
},
|
|
109
167
|
}
|
|
110
168
|
};
|
|
111
169
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { ApplyConfigRequest, ApplyConfigResponse, CreateConfigRequest, CreateConfigResponse, DeleteConfigRequest, DeleteConfigResponse, GetConfigByKeyRequest, GetConfigByKeyResponse, GetConfigRequest, GetConfigResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, ListConfigsRequest, ListConfigsResponse, ListOperationsRequest, ListOperationsResponse, TriggerConfigSyncRequest, TriggerConfigSyncResponse, UpdateConfigRequest, UpdateConfigResponse } from "./configs_pbjs";
|
|
6
|
+
import { ApplyConfigRequest, ApplyConfigResponse, CreateConfigRequest, CreateConfigResponse, CreateConfigScheduleRequest, CreateConfigScheduleResponse, CreateConfigWebhookRequest, CreateConfigWebhookResponse, DeleteConfigRequest, DeleteConfigResponse, DeleteConfigScheduleRequest, DeleteConfigScheduleResponse, DeleteConfigWebhookRequest, DeleteConfigWebhookResponse, GetConfigByKeyRequest, GetConfigByKeyResponse, GetConfigRequest, GetConfigResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, ListConfigSchedulesRequest, ListConfigSchedulesResponse, ListConfigsRequest, ListConfigsResponse, ListConfigWebhooksRequest, ListConfigWebhooksResponse, ListOperationsRequest, ListOperationsResponse, TriggerConfigSyncRequest, TriggerConfigSyncResponse, UpdateConfigRequest, UpdateConfigResponse } from "./configs_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -106,6 +106,64 @@ export const ConfigsService = {
|
|
|
106
106
|
O: ApplyConfigResponse,
|
|
107
107
|
kind: MethodKind.Unary,
|
|
108
108
|
},
|
|
109
|
+
/**
|
|
110
|
+
* Config webhooks.
|
|
111
|
+
*
|
|
112
|
+
* @generated from rpc configs.v1.ConfigsService.ListConfigWebhooks
|
|
113
|
+
*/
|
|
114
|
+
listConfigWebhooks: {
|
|
115
|
+
name: "ListConfigWebhooks",
|
|
116
|
+
I: ListConfigWebhooksRequest,
|
|
117
|
+
O: ListConfigWebhooksResponse,
|
|
118
|
+
kind: MethodKind.Unary,
|
|
119
|
+
},
|
|
120
|
+
/**
|
|
121
|
+
* @generated from rpc configs.v1.ConfigsService.CreateConfigWebhook
|
|
122
|
+
*/
|
|
123
|
+
createConfigWebhook: {
|
|
124
|
+
name: "CreateConfigWebhook",
|
|
125
|
+
I: CreateConfigWebhookRequest,
|
|
126
|
+
O: CreateConfigWebhookResponse,
|
|
127
|
+
kind: MethodKind.Unary,
|
|
128
|
+
},
|
|
129
|
+
/**
|
|
130
|
+
* @generated from rpc configs.v1.ConfigsService.DeleteConfigWebhook
|
|
131
|
+
*/
|
|
132
|
+
deleteConfigWebhook: {
|
|
133
|
+
name: "DeleteConfigWebhook",
|
|
134
|
+
I: DeleteConfigWebhookRequest,
|
|
135
|
+
O: DeleteConfigWebhookResponse,
|
|
136
|
+
kind: MethodKind.Unary,
|
|
137
|
+
},
|
|
138
|
+
/**
|
|
139
|
+
* Config schedules.
|
|
140
|
+
*
|
|
141
|
+
* @generated from rpc configs.v1.ConfigsService.ListConfigSchedules
|
|
142
|
+
*/
|
|
143
|
+
listConfigSchedules: {
|
|
144
|
+
name: "ListConfigSchedules",
|
|
145
|
+
I: ListConfigSchedulesRequest,
|
|
146
|
+
O: ListConfigSchedulesResponse,
|
|
147
|
+
kind: MethodKind.Unary,
|
|
148
|
+
},
|
|
149
|
+
/**
|
|
150
|
+
* @generated from rpc configs.v1.ConfigsService.CreateConfigSchedule
|
|
151
|
+
*/
|
|
152
|
+
createConfigSchedule: {
|
|
153
|
+
name: "CreateConfigSchedule",
|
|
154
|
+
I: CreateConfigScheduleRequest,
|
|
155
|
+
O: CreateConfigScheduleResponse,
|
|
156
|
+
kind: MethodKind.Unary,
|
|
157
|
+
},
|
|
158
|
+
/**
|
|
159
|
+
* @generated from rpc configs.v1.ConfigsService.DeleteConfigSchedule
|
|
160
|
+
*/
|
|
161
|
+
deleteConfigSchedule: {
|
|
162
|
+
name: "DeleteConfigSchedule",
|
|
163
|
+
I: DeleteConfigScheduleRequest,
|
|
164
|
+
O: DeleteConfigScheduleResponse,
|
|
165
|
+
kind: MethodKind.Unary,
|
|
166
|
+
},
|
|
109
167
|
}
|
|
110
168
|
};
|
|
111
169
|
|
|
@@ -834,6 +834,270 @@ export declare type ApplyConfigSummary = Message<"configs.v1.ApplyConfigSummary"
|
|
|
834
834
|
*/
|
|
835
835
|
export declare const ApplyConfigSummarySchema: GenMessage<ApplyConfigSummary>;
|
|
836
836
|
|
|
837
|
+
/**
|
|
838
|
+
* @generated from message configs.v1.ConfigWebhook
|
|
839
|
+
*/
|
|
840
|
+
export declare type ConfigWebhook = Message<"configs.v1.ConfigWebhook"> & {
|
|
841
|
+
/**
|
|
842
|
+
* @generated from field: string id = 1;
|
|
843
|
+
*/
|
|
844
|
+
id: string;
|
|
845
|
+
|
|
846
|
+
/**
|
|
847
|
+
* @generated from field: string config_key = 2;
|
|
848
|
+
*/
|
|
849
|
+
configKey: string;
|
|
850
|
+
|
|
851
|
+
/**
|
|
852
|
+
* @generated from field: google.protobuf.Struct config = 3;
|
|
853
|
+
*/
|
|
854
|
+
config?: JsonObject;
|
|
855
|
+
|
|
856
|
+
/**
|
|
857
|
+
* @generated from field: google.protobuf.Timestamp created_at = 10;
|
|
858
|
+
*/
|
|
859
|
+
createdAt?: Timestamp;
|
|
860
|
+
};
|
|
861
|
+
|
|
862
|
+
/**
|
|
863
|
+
* Describes the message configs.v1.ConfigWebhook.
|
|
864
|
+
* Use `create(ConfigWebhookSchema)` to create a new message.
|
|
865
|
+
*/
|
|
866
|
+
export declare const ConfigWebhookSchema: GenMessage<ConfigWebhook>;
|
|
867
|
+
|
|
868
|
+
/**
|
|
869
|
+
* @generated from message configs.v1.ListConfigWebhooksRequest
|
|
870
|
+
*/
|
|
871
|
+
export declare type ListConfigWebhooksRequest = Message<"configs.v1.ListConfigWebhooksRequest"> & {
|
|
872
|
+
/**
|
|
873
|
+
* @generated from field: string config_key = 1;
|
|
874
|
+
*/
|
|
875
|
+
configKey: string;
|
|
876
|
+
};
|
|
877
|
+
|
|
878
|
+
/**
|
|
879
|
+
* Describes the message configs.v1.ListConfigWebhooksRequest.
|
|
880
|
+
* Use `create(ListConfigWebhooksRequestSchema)` to create a new message.
|
|
881
|
+
*/
|
|
882
|
+
export declare const ListConfigWebhooksRequestSchema: GenMessage<ListConfigWebhooksRequest>;
|
|
883
|
+
|
|
884
|
+
/**
|
|
885
|
+
* @generated from message configs.v1.ListConfigWebhooksResponse
|
|
886
|
+
*/
|
|
887
|
+
export declare type ListConfigWebhooksResponse = Message<"configs.v1.ListConfigWebhooksResponse"> & {
|
|
888
|
+
/**
|
|
889
|
+
* @generated from field: repeated configs.v1.ConfigWebhook webhooks = 1;
|
|
890
|
+
*/
|
|
891
|
+
webhooks: ConfigWebhook[];
|
|
892
|
+
};
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* Describes the message configs.v1.ListConfigWebhooksResponse.
|
|
896
|
+
* Use `create(ListConfigWebhooksResponseSchema)` to create a new message.
|
|
897
|
+
*/
|
|
898
|
+
export declare const ListConfigWebhooksResponseSchema: GenMessage<ListConfigWebhooksResponse>;
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* @generated from message configs.v1.CreateConfigWebhookRequest
|
|
902
|
+
*/
|
|
903
|
+
export declare type CreateConfigWebhookRequest = Message<"configs.v1.CreateConfigWebhookRequest"> & {
|
|
904
|
+
/**
|
|
905
|
+
* @generated from field: string config_key = 1;
|
|
906
|
+
*/
|
|
907
|
+
configKey: string;
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* @generated from field: google.protobuf.Struct config = 2;
|
|
911
|
+
*/
|
|
912
|
+
config?: JsonObject;
|
|
913
|
+
};
|
|
914
|
+
|
|
915
|
+
/**
|
|
916
|
+
* Describes the message configs.v1.CreateConfigWebhookRequest.
|
|
917
|
+
* Use `create(CreateConfigWebhookRequestSchema)` to create a new message.
|
|
918
|
+
*/
|
|
919
|
+
export declare const CreateConfigWebhookRequestSchema: GenMessage<CreateConfigWebhookRequest>;
|
|
920
|
+
|
|
921
|
+
/**
|
|
922
|
+
* @generated from message configs.v1.CreateConfigWebhookResponse
|
|
923
|
+
*/
|
|
924
|
+
export declare type CreateConfigWebhookResponse = Message<"configs.v1.CreateConfigWebhookResponse"> & {
|
|
925
|
+
/**
|
|
926
|
+
* @generated from field: string id = 1;
|
|
927
|
+
*/
|
|
928
|
+
id: string;
|
|
929
|
+
};
|
|
930
|
+
|
|
931
|
+
/**
|
|
932
|
+
* Describes the message configs.v1.CreateConfigWebhookResponse.
|
|
933
|
+
* Use `create(CreateConfigWebhookResponseSchema)` to create a new message.
|
|
934
|
+
*/
|
|
935
|
+
export declare const CreateConfigWebhookResponseSchema: GenMessage<CreateConfigWebhookResponse>;
|
|
936
|
+
|
|
937
|
+
/**
|
|
938
|
+
* @generated from message configs.v1.DeleteConfigWebhookRequest
|
|
939
|
+
*/
|
|
940
|
+
export declare type DeleteConfigWebhookRequest = Message<"configs.v1.DeleteConfigWebhookRequest"> & {
|
|
941
|
+
/**
|
|
942
|
+
* @generated from field: string id = 1;
|
|
943
|
+
*/
|
|
944
|
+
id: string;
|
|
945
|
+
};
|
|
946
|
+
|
|
947
|
+
/**
|
|
948
|
+
* Describes the message configs.v1.DeleteConfigWebhookRequest.
|
|
949
|
+
* Use `create(DeleteConfigWebhookRequestSchema)` to create a new message.
|
|
950
|
+
*/
|
|
951
|
+
export declare const DeleteConfigWebhookRequestSchema: GenMessage<DeleteConfigWebhookRequest>;
|
|
952
|
+
|
|
953
|
+
/**
|
|
954
|
+
* @generated from message configs.v1.DeleteConfigWebhookResponse
|
|
955
|
+
*/
|
|
956
|
+
export declare type DeleteConfigWebhookResponse = Message<"configs.v1.DeleteConfigWebhookResponse"> & {
|
|
957
|
+
/**
|
|
958
|
+
* @generated from field: bool success = 1;
|
|
959
|
+
*/
|
|
960
|
+
success: boolean;
|
|
961
|
+
};
|
|
962
|
+
|
|
963
|
+
/**
|
|
964
|
+
* Describes the message configs.v1.DeleteConfigWebhookResponse.
|
|
965
|
+
* Use `create(DeleteConfigWebhookResponseSchema)` to create a new message.
|
|
966
|
+
*/
|
|
967
|
+
export declare const DeleteConfigWebhookResponseSchema: GenMessage<DeleteConfigWebhookResponse>;
|
|
968
|
+
|
|
969
|
+
/**
|
|
970
|
+
* @generated from message configs.v1.ConfigScheduleItem
|
|
971
|
+
*/
|
|
972
|
+
export declare type ConfigScheduleItem = Message<"configs.v1.ConfigScheduleItem"> & {
|
|
973
|
+
/**
|
|
974
|
+
* @generated from field: string id = 1;
|
|
975
|
+
*/
|
|
976
|
+
id: string;
|
|
977
|
+
|
|
978
|
+
/**
|
|
979
|
+
* @generated from field: string config_key = 2;
|
|
980
|
+
*/
|
|
981
|
+
configKey: string;
|
|
982
|
+
|
|
983
|
+
/**
|
|
984
|
+
* @generated from field: google.protobuf.Struct config = 3;
|
|
985
|
+
*/
|
|
986
|
+
config?: JsonObject;
|
|
987
|
+
|
|
988
|
+
/**
|
|
989
|
+
* @generated from field: google.protobuf.Timestamp created_at = 10;
|
|
990
|
+
*/
|
|
991
|
+
createdAt?: Timestamp;
|
|
992
|
+
};
|
|
993
|
+
|
|
994
|
+
/**
|
|
995
|
+
* Describes the message configs.v1.ConfigScheduleItem.
|
|
996
|
+
* Use `create(ConfigScheduleItemSchema)` to create a new message.
|
|
997
|
+
*/
|
|
998
|
+
export declare const ConfigScheduleItemSchema: GenMessage<ConfigScheduleItem>;
|
|
999
|
+
|
|
1000
|
+
/**
|
|
1001
|
+
* @generated from message configs.v1.ListConfigSchedulesRequest
|
|
1002
|
+
*/
|
|
1003
|
+
export declare type ListConfigSchedulesRequest = Message<"configs.v1.ListConfigSchedulesRequest"> & {
|
|
1004
|
+
/**
|
|
1005
|
+
* @generated from field: string config_key = 1;
|
|
1006
|
+
*/
|
|
1007
|
+
configKey: string;
|
|
1008
|
+
};
|
|
1009
|
+
|
|
1010
|
+
/**
|
|
1011
|
+
* Describes the message configs.v1.ListConfigSchedulesRequest.
|
|
1012
|
+
* Use `create(ListConfigSchedulesRequestSchema)` to create a new message.
|
|
1013
|
+
*/
|
|
1014
|
+
export declare const ListConfigSchedulesRequestSchema: GenMessage<ListConfigSchedulesRequest>;
|
|
1015
|
+
|
|
1016
|
+
/**
|
|
1017
|
+
* @generated from message configs.v1.ListConfigSchedulesResponse
|
|
1018
|
+
*/
|
|
1019
|
+
export declare type ListConfigSchedulesResponse = Message<"configs.v1.ListConfigSchedulesResponse"> & {
|
|
1020
|
+
/**
|
|
1021
|
+
* @generated from field: repeated configs.v1.ConfigScheduleItem schedules = 1;
|
|
1022
|
+
*/
|
|
1023
|
+
schedules: ConfigScheduleItem[];
|
|
1024
|
+
};
|
|
1025
|
+
|
|
1026
|
+
/**
|
|
1027
|
+
* Describes the message configs.v1.ListConfigSchedulesResponse.
|
|
1028
|
+
* Use `create(ListConfigSchedulesResponseSchema)` to create a new message.
|
|
1029
|
+
*/
|
|
1030
|
+
export declare const ListConfigSchedulesResponseSchema: GenMessage<ListConfigSchedulesResponse>;
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* @generated from message configs.v1.CreateConfigScheduleRequest
|
|
1034
|
+
*/
|
|
1035
|
+
export declare type CreateConfigScheduleRequest = Message<"configs.v1.CreateConfigScheduleRequest"> & {
|
|
1036
|
+
/**
|
|
1037
|
+
* @generated from field: string config_key = 1;
|
|
1038
|
+
*/
|
|
1039
|
+
configKey: string;
|
|
1040
|
+
|
|
1041
|
+
/**
|
|
1042
|
+
* @generated from field: google.protobuf.Struct config = 2;
|
|
1043
|
+
*/
|
|
1044
|
+
config?: JsonObject;
|
|
1045
|
+
};
|
|
1046
|
+
|
|
1047
|
+
/**
|
|
1048
|
+
* Describes the message configs.v1.CreateConfigScheduleRequest.
|
|
1049
|
+
* Use `create(CreateConfigScheduleRequestSchema)` to create a new message.
|
|
1050
|
+
*/
|
|
1051
|
+
export declare const CreateConfigScheduleRequestSchema: GenMessage<CreateConfigScheduleRequest>;
|
|
1052
|
+
|
|
1053
|
+
/**
|
|
1054
|
+
* @generated from message configs.v1.CreateConfigScheduleResponse
|
|
1055
|
+
*/
|
|
1056
|
+
export declare type CreateConfigScheduleResponse = Message<"configs.v1.CreateConfigScheduleResponse"> & {
|
|
1057
|
+
/**
|
|
1058
|
+
* @generated from field: string id = 1;
|
|
1059
|
+
*/
|
|
1060
|
+
id: string;
|
|
1061
|
+
};
|
|
1062
|
+
|
|
1063
|
+
/**
|
|
1064
|
+
* Describes the message configs.v1.CreateConfigScheduleResponse.
|
|
1065
|
+
* Use `create(CreateConfigScheduleResponseSchema)` to create a new message.
|
|
1066
|
+
*/
|
|
1067
|
+
export declare const CreateConfigScheduleResponseSchema: GenMessage<CreateConfigScheduleResponse>;
|
|
1068
|
+
|
|
1069
|
+
/**
|
|
1070
|
+
* @generated from message configs.v1.DeleteConfigScheduleRequest
|
|
1071
|
+
*/
|
|
1072
|
+
export declare type DeleteConfigScheduleRequest = Message<"configs.v1.DeleteConfigScheduleRequest"> & {
|
|
1073
|
+
/**
|
|
1074
|
+
* @generated from field: string id = 1;
|
|
1075
|
+
*/
|
|
1076
|
+
id: string;
|
|
1077
|
+
};
|
|
1078
|
+
|
|
1079
|
+
/**
|
|
1080
|
+
* Describes the message configs.v1.DeleteConfigScheduleRequest.
|
|
1081
|
+
* Use `create(DeleteConfigScheduleRequestSchema)` to create a new message.
|
|
1082
|
+
*/
|
|
1083
|
+
export declare const DeleteConfigScheduleRequestSchema: GenMessage<DeleteConfigScheduleRequest>;
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* @generated from message configs.v1.DeleteConfigScheduleResponse
|
|
1087
|
+
*/
|
|
1088
|
+
export declare type DeleteConfigScheduleResponse = Message<"configs.v1.DeleteConfigScheduleResponse"> & {
|
|
1089
|
+
/**
|
|
1090
|
+
* @generated from field: bool success = 1;
|
|
1091
|
+
*/
|
|
1092
|
+
success: boolean;
|
|
1093
|
+
};
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* Describes the message configs.v1.DeleteConfigScheduleResponse.
|
|
1097
|
+
* Use `create(DeleteConfigScheduleResponseSchema)` to create a new message.
|
|
1098
|
+
*/
|
|
1099
|
+
export declare const DeleteConfigScheduleResponseSchema: GenMessage<DeleteConfigScheduleResponse>;
|
|
1100
|
+
|
|
837
1101
|
/**
|
|
838
1102
|
* @generated from enum configs.v1.ConfigDirection
|
|
839
1103
|
*/
|
|
@@ -952,5 +1216,57 @@ export declare const ConfigsService: GenService<{
|
|
|
952
1216
|
input: typeof ApplyConfigRequestSchema;
|
|
953
1217
|
output: typeof ApplyConfigResponseSchema;
|
|
954
1218
|
},
|
|
1219
|
+
/**
|
|
1220
|
+
* Config webhooks.
|
|
1221
|
+
*
|
|
1222
|
+
* @generated from rpc configs.v1.ConfigsService.ListConfigWebhooks
|
|
1223
|
+
*/
|
|
1224
|
+
listConfigWebhooks: {
|
|
1225
|
+
methodKind: "unary";
|
|
1226
|
+
input: typeof ListConfigWebhooksRequestSchema;
|
|
1227
|
+
output: typeof ListConfigWebhooksResponseSchema;
|
|
1228
|
+
},
|
|
1229
|
+
/**
|
|
1230
|
+
* @generated from rpc configs.v1.ConfigsService.CreateConfigWebhook
|
|
1231
|
+
*/
|
|
1232
|
+
createConfigWebhook: {
|
|
1233
|
+
methodKind: "unary";
|
|
1234
|
+
input: typeof CreateConfigWebhookRequestSchema;
|
|
1235
|
+
output: typeof CreateConfigWebhookResponseSchema;
|
|
1236
|
+
},
|
|
1237
|
+
/**
|
|
1238
|
+
* @generated from rpc configs.v1.ConfigsService.DeleteConfigWebhook
|
|
1239
|
+
*/
|
|
1240
|
+
deleteConfigWebhook: {
|
|
1241
|
+
methodKind: "unary";
|
|
1242
|
+
input: typeof DeleteConfigWebhookRequestSchema;
|
|
1243
|
+
output: typeof DeleteConfigWebhookResponseSchema;
|
|
1244
|
+
},
|
|
1245
|
+
/**
|
|
1246
|
+
* Config schedules.
|
|
1247
|
+
*
|
|
1248
|
+
* @generated from rpc configs.v1.ConfigsService.ListConfigSchedules
|
|
1249
|
+
*/
|
|
1250
|
+
listConfigSchedules: {
|
|
1251
|
+
methodKind: "unary";
|
|
1252
|
+
input: typeof ListConfigSchedulesRequestSchema;
|
|
1253
|
+
output: typeof ListConfigSchedulesResponseSchema;
|
|
1254
|
+
},
|
|
1255
|
+
/**
|
|
1256
|
+
* @generated from rpc configs.v1.ConfigsService.CreateConfigSchedule
|
|
1257
|
+
*/
|
|
1258
|
+
createConfigSchedule: {
|
|
1259
|
+
methodKind: "unary";
|
|
1260
|
+
input: typeof CreateConfigScheduleRequestSchema;
|
|
1261
|
+
output: typeof CreateConfigScheduleResponseSchema;
|
|
1262
|
+
},
|
|
1263
|
+
/**
|
|
1264
|
+
* @generated from rpc configs.v1.ConfigsService.DeleteConfigSchedule
|
|
1265
|
+
*/
|
|
1266
|
+
deleteConfigSchedule: {
|
|
1267
|
+
methodKind: "unary";
|
|
1268
|
+
input: typeof DeleteConfigScheduleRequestSchema;
|
|
1269
|
+
output: typeof DeleteConfigScheduleResponseSchema;
|
|
1270
|
+
},
|
|
955
1271
|
}>;
|
|
956
1272
|
|