@raystack/proton 0.1.0-00c55b6ba2a3f425eca16ca3d36e172952e4824d
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 +113 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/annotations_pb.ts +39 -0
- package/google/api/field_behavior_pb.d.ts +134 -0
- package/google/api/field_behavior_pb.js +65 -0
- package/google/api/field_behavior_pb.ts +139 -0
- package/google/api/http_pb.d.ts +477 -0
- package/google/api/http_pb.js +47 -0
- package/google/api/http_pb.ts +482 -0
- package/google/api/httpbody_pb.d.ts +104 -0
- package/google/api/httpbody_pb.js +34 -0
- package/google/api/httpbody_pb.ts +108 -0
- package/index.d.ts +10 -0
- package/index.js +10 -0
- package/index.ts +10 -0
- package/package.json +94 -0
- package/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
- package/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
- package/protoc-gen-openapiv2/options/annotations_pb.ts +72 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.ts +1525 -0
- package/raystack/assets/index.d.ts +29 -0
- package/raystack/assets/index.js +29 -0
- package/raystack/assets/index.ts +29 -0
- package/raystack/assets/v1beta1/bucket_pb.d.ts +180 -0
- package/raystack/assets/v1beta1/bucket_pb.js +32 -0
- package/raystack/assets/v1beta1/bucket_pb.ts +190 -0
- package/raystack/assets/v1beta1/dashboard_pb.d.ts +217 -0
- package/raystack/assets/v1beta1/dashboard_pb.js +32 -0
- package/raystack/assets/v1beta1/dashboard_pb.ts +227 -0
- package/raystack/assets/v1beta1/event_pb.d.ts +52 -0
- package/raystack/assets/v1beta1/event_pb.js +20 -0
- package/raystack/assets/v1beta1/event_pb.ts +56 -0
- package/raystack/assets/v1beta1/group_pb.d.ts +105 -0
- package/raystack/assets/v1beta1/group_pb.js +30 -0
- package/raystack/assets/v1beta1/group_pb.ts +113 -0
- package/raystack/assets/v1beta1/job_pb.d.ts +78 -0
- package/raystack/assets/v1beta1/job_pb.js +25 -0
- package/raystack/assets/v1beta1/job_pb.ts +87 -0
- package/raystack/assets/v1beta1/lineage_pb.d.ts +43 -0
- package/raystack/assets/v1beta1/lineage_pb.js +20 -0
- package/raystack/assets/v1beta1/lineage_pb.ts +47 -0
- package/raystack/assets/v1beta1/ownership_pb.d.ts +78 -0
- package/raystack/assets/v1beta1/ownership_pb.js +26 -0
- package/raystack/assets/v1beta1/ownership_pb.ts +82 -0
- package/raystack/assets/v1beta1/preview_pb.d.ts +41 -0
- package/raystack/assets/v1beta1/preview_pb.js +20 -0
- package/raystack/assets/v1beta1/preview_pb.ts +45 -0
- package/raystack/assets/v1beta1/properties_pb.d.ts +44 -0
- package/raystack/assets/v1beta1/properties_pb.js +20 -0
- package/raystack/assets/v1beta1/properties_pb.ts +48 -0
- package/raystack/assets/v1beta1/resource_pb.d.ts +74 -0
- package/raystack/assets/v1beta1/resource_pb.js +19 -0
- package/raystack/assets/v1beta1/resource_pb.ts +77 -0
- package/raystack/assets/v1beta1/schema_pb.d.ts +169 -0
- package/raystack/assets/v1beta1/schema_pb.js +41 -0
- package/raystack/assets/v1beta1/schema_pb.ts +176 -0
- package/raystack/assets/v1beta1/table_pb.d.ts +192 -0
- package/raystack/assets/v1beta1/table_pb.js +41 -0
- package/raystack/assets/v1beta1/table_pb.ts +205 -0
- package/raystack/assets/v1beta1/timestamp_pb.d.ts +68 -0
- package/raystack/assets/v1beta1/timestamp_pb.js +27 -0
- package/raystack/assets/v1beta1/timestamp_pb.ts +73 -0
- package/raystack/assets/v1beta1/topic_pb.d.ts +125 -0
- package/raystack/assets/v1beta1/topic_pb.js +33 -0
- package/raystack/assets/v1beta1/topic_pb.ts +136 -0
- package/raystack/assets/v1beta1/user_pb.d.ts +216 -0
- package/raystack/assets/v1beta1/user_pb.js +37 -0
- package/raystack/assets/v1beta1/user_pb.ts +225 -0
- package/raystack/assets/v1beta2/application_pb.d.ts +59 -0
- package/raystack/assets/v1beta2/application_pb.js +20 -0
- package/raystack/assets/v1beta2/application_pb.ts +63 -0
- package/raystack/assets/v1beta2/asset_pb.d.ts +129 -0
- package/raystack/assets/v1beta2/asset_pb.js +21 -0
- package/raystack/assets/v1beta2/asset_pb.ts +134 -0
- package/raystack/assets/v1beta2/bucket_pb.d.ts +163 -0
- package/raystack/assets/v1beta2/bucket_pb.js +28 -0
- package/raystack/assets/v1beta2/bucket_pb.ts +169 -0
- package/raystack/assets/v1beta2/common_pb.d.ts +170 -0
- package/raystack/assets/v1beta2/common_pb.js +41 -0
- package/raystack/assets/v1beta2/common_pb.ts +177 -0
- package/raystack/assets/v1beta2/dashboard_pb.d.ts +192 -0
- package/raystack/assets/v1beta2/dashboard_pb.js +28 -0
- package/raystack/assets/v1beta2/dashboard_pb.ts +198 -0
- package/raystack/assets/v1beta2/experiment_pb.d.ts +134 -0
- package/raystack/assets/v1beta2/experiment_pb.js +27 -0
- package/raystack/assets/v1beta2/experiment_pb.ts +139 -0
- package/raystack/assets/v1beta2/feature_table_pb.d.ts +167 -0
- package/raystack/assets/v1beta2/feature_table_pb.js +34 -0
- package/raystack/assets/v1beta2/feature_table_pb.ts +173 -0
- package/raystack/assets/v1beta2/group_pb.d.ts +77 -0
- package/raystack/assets/v1beta2/group_pb.js +27 -0
- package/raystack/assets/v1beta2/group_pb.ts +82 -0
- package/raystack/assets/v1beta2/job_pb.d.ts +47 -0
- package/raystack/assets/v1beta2/job_pb.js +20 -0
- package/raystack/assets/v1beta2/job_pb.ts +51 -0
- package/raystack/assets/v1beta2/metric_pb.d.ts +83 -0
- package/raystack/assets/v1beta2/metric_pb.js +20 -0
- package/raystack/assets/v1beta2/metric_pb.ts +87 -0
- package/raystack/assets/v1beta2/model_pb.d.ts +227 -0
- package/raystack/assets/v1beta2/model_pb.js +41 -0
- package/raystack/assets/v1beta2/model_pb.ts +234 -0
- package/raystack/assets/v1beta2/table_pb.d.ts +283 -0
- package/raystack/assets/v1beta2/table_pb.js +48 -0
- package/raystack/assets/v1beta2/table_pb.ts +291 -0
- package/raystack/assets/v1beta2/topic_pb.d.ts +117 -0
- package/raystack/assets/v1beta2/topic_pb.js +34 -0
- package/raystack/assets/v1beta2/topic_pb.ts +123 -0
- package/raystack/assets/v1beta2/user_pb.d.ts +203 -0
- package/raystack/assets/v1beta2/user_pb.js +34 -0
- package/raystack/assets/v1beta2/user_pb.ts +209 -0
- package/raystack/common/index.d.ts +2 -0
- package/raystack/common/index.js +2 -0
- package/raystack/common/index.ts +2 -0
- package/raystack/common/v1/service-CommonService_connectquery.d.ts +10 -0
- package/raystack/common/v1/service-CommonService_connectquery.js +10 -0
- package/raystack/common/v1/service-CommonService_connectquery.ts +10 -0
- package/raystack/common/v1/service_pb.d.ts +100 -0
- package/raystack/common/v1/service_pb.js +42 -0
- package/raystack/common/v1/service_pb.ts +109 -0
- package/raystack/compass/index.d.ts +2 -0
- package/raystack/compass/index.js +2 -0
- package/raystack/compass/index.ts +2 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.d.ts +184 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.js +225 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +225 -0
- package/raystack/compass/v1beta1/service_pb.d.ts +2994 -0
- package/raystack/compass/v1beta1/service_pb.js +745 -0
- package/raystack/compass/v1beta1/service_pb.ts +3104 -0
- package/raystack/entropy/index.d.ts +4 -0
- package/raystack/entropy/index.js +4 -0
- package/raystack/entropy/index.ts +4 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.d.ts +26 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.js +30 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +30 -0
- package/raystack/entropy/v1beta1/module_pb.d.ts +261 -0
- package/raystack/entropy/v1beta1/module_pb.js +97 -0
- package/raystack/entropy/v1beta1/module_pb.ts +277 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.d.ts +34 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.js +40 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +40 -0
- package/raystack/entropy/v1beta1/resource_pb.d.ts +636 -0
- package/raystack/entropy/v1beta1/resource_pb.js +200 -0
- package/raystack/entropy/v1beta1/resource_pb.ts +666 -0
- package/raystack/frontier/index.d.ts +5 -0
- package/raystack/frontier/index.js +5 -0
- package/raystack/frontier/index.ts +5 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +263 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +316 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +316 -0
- package/raystack/frontier/v1beta1/admin_pb.d.ts +3550 -0
- package/raystack/frontier/v1beta1/admin_pb.js +914 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +3687 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +746 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +915 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +915 -0
- package/raystack/frontier/v1beta1/frontier_pb.d.ts +8883 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2635 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +9265 -0
- package/raystack/frontier/v1beta1/models_pb.d.ts +2861 -0
- package/raystack/frontier/v1beta1/models_pb.js +450 -0
- package/raystack/frontier/v1beta1/models_pb.ts +2928 -0
- package/raystack/guardian/index.d.ts +2 -0
- package/raystack/guardian/index.js +2 -0
- package/raystack/guardian/index.ts +2 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.d.ts +168 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.js +207 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +207 -0
- package/raystack/guardian/v1beta1/guardian_pb.d.ts +3537 -0
- package/raystack/guardian/v1beta1/guardian_pb.js +823 -0
- package/raystack/guardian/v1beta1/guardian_pb.ts +3659 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.d.ts +18 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.js +20 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +20 -0
- package/raystack/optimus/core/v1beta1/backup_pb.d.ts +256 -0
- package/raystack/optimus/core/v1beta1/backup_pb.js +77 -0
- package/raystack/optimus/core/v1beta1/backup_pb.ts +270 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.d.ts +30 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.js +33 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +33 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.d.ts +410 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.js +127 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.ts +430 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.d.ts +98 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.js +112 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +112 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.d.ts +1953 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.js +487 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.ts +2025 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.d.ts +24 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.js +26 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +26 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.d.ts +180 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.js +69 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.ts +192 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.d.ts +24 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.js +26 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +26 -0
- package/raystack/optimus/core/v1beta1/project_pb.d.ts +166 -0
- package/raystack/optimus/core/v1beta1/project_pb.js +69 -0
- package/raystack/optimus/core/v1beta1/project_pb.ts +178 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.d.ts +22 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.js +25 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +25 -0
- package/raystack/optimus/core/v1beta1/replay_pb.d.ts +331 -0
- package/raystack/optimus/core/v1beta1/replay_pb.js +91 -0
- package/raystack/optimus/core/v1beta1/replay_pb.ts +347 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.d.ts +43 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.js +48 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +48 -0
- package/raystack/optimus/core/v1beta1/resource_pb.d.ts +507 -0
- package/raystack/optimus/core/v1beta1/resource_pb.js +134 -0
- package/raystack/optimus/core/v1beta1/resource_pb.ts +530 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.d.ts +12 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.js +12 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +12 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.d.ts +62 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.js +36 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.ts +69 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.d.ts +30 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.js +33 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +33 -0
- package/raystack/optimus/core/v1beta1/secret_pb.d.ts +250 -0
- package/raystack/optimus/core/v1beta1/secret_pb.js +84 -0
- package/raystack/optimus/core/v1beta1/secret_pb.ts +265 -0
- package/raystack/optimus/core/v1beta1/status_pb.d.ts +78 -0
- package/raystack/optimus/core/v1beta1/status_pb.js +31 -0
- package/raystack/optimus/core/v1beta1/status_pb.ts +82 -0
- package/raystack/optimus/integration/v1beta1/event_pb.d.ts +239 -0
- package/raystack/optimus/integration/v1beta1/event_pb.js +62 -0
- package/raystack/optimus/integration/v1beta1/event_pb.ts +250 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.d.ts +31 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.js +34 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +34 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.d.ts +353 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.js +120 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +371 -0
- package/raystack/predator/index.d.ts +2 -0
- package/raystack/predator/index.js +2 -0
- package/raystack/predator/index.ts +2 -0
- package/raystack/predator/v1beta1/metrics_log_pb.d.ts +163 -0
- package/raystack/predator/v1beta1/metrics_log_pb.js +48 -0
- package/raystack/predator/v1beta1/metrics_log_pb.ts +171 -0
- package/raystack/predator/v1beta1/result_log_pb.d.ts +143 -0
- package/raystack/predator/v1beta1/result_log_pb.js +42 -0
- package/raystack/predator/v1beta1/result_log_pb.ts +151 -0
- package/raystack/raccoon/index.d.ts +2 -0
- package/raystack/raccoon/index.js +2 -0
- package/raystack/raccoon/index.ts +2 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.d.ts +10 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.js +10 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +10 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.d.ts +268 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.js +64 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.ts +277 -0
- package/raystack/siren/index.d.ts +2 -0
- package/raystack/siren/index.js +2 -0
- package/raystack/siren/index.ts +2 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.d.ts +146 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.js +180 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +180 -0
- package/raystack/siren/v1beta1/siren_pb.d.ts +2281 -0
- package/raystack/siren/v1beta1/siren_pb.js +603 -0
- package/raystack/siren/v1beta1/siren_pb.ts +2371 -0
- package/raystack/stencil/index.d.ts +2 -0
- package/raystack/stencil/index.js +2 -0
- package/raystack/stencil/index.ts +2 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.d.ts +70 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.js +85 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +85 -0
- package/raystack/stencil/v1beta1/stencil_pb.d.ts +1057 -0
- package/raystack/stencil/v1beta1/stencil_pb.js +298 -0
- package/raystack/stencil/v1beta1/stencil_pb.ts +1102 -0
- package/validate/validate_pb.d.ts +1953 -0
- package/validate/validate_pb.js +223 -0
- package/validate/validate_pb.ts +1984 -0
|
@@ -0,0 +1,2861 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/frontier/v1beta1/models.proto (package raystack.frontier.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file raystack/frontier/v1beta1/models.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_raystack_frontier_v1beta1_models: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @generated from message raystack.frontier.v1beta1.User
|
|
16
|
+
*/
|
|
17
|
+
export declare type User = Message<"raystack.frontier.v1beta1.User"> & {
|
|
18
|
+
/**
|
|
19
|
+
* @generated from field: string id = 1;
|
|
20
|
+
*/
|
|
21
|
+
id: string;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* can either be empty or must start with a character
|
|
25
|
+
*
|
|
26
|
+
* @generated from field: string name = 2;
|
|
27
|
+
*/
|
|
28
|
+
name: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @generated from field: string title = 3;
|
|
32
|
+
*/
|
|
33
|
+
title: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @generated from field: string email = 4;
|
|
37
|
+
*/
|
|
38
|
+
email: string;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: google.protobuf.Struct metadata = 5;
|
|
42
|
+
*/
|
|
43
|
+
metadata?: JsonObject;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
47
|
+
*/
|
|
48
|
+
createdAt?: Timestamp;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
52
|
+
*/
|
|
53
|
+
updatedAt?: Timestamp;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @generated from field: string state = 8;
|
|
57
|
+
*/
|
|
58
|
+
state: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: string avatar = 9;
|
|
62
|
+
*/
|
|
63
|
+
avatar: string;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Describes the message raystack.frontier.v1beta1.User.
|
|
68
|
+
* Use `create(UserSchema)` to create a new message.
|
|
69
|
+
*/
|
|
70
|
+
export declare const UserSchema: GenMessage<User>;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @generated from message raystack.frontier.v1beta1.ServiceUser
|
|
74
|
+
*/
|
|
75
|
+
export declare type ServiceUser = Message<"raystack.frontier.v1beta1.ServiceUser"> & {
|
|
76
|
+
/**
|
|
77
|
+
* @generated from field: string id = 1;
|
|
78
|
+
*/
|
|
79
|
+
id: string;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* @generated from field: string title = 3;
|
|
83
|
+
*/
|
|
84
|
+
title: string;
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* @generated from field: google.protobuf.Struct metadata = 4;
|
|
88
|
+
*/
|
|
89
|
+
metadata?: JsonObject;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
93
|
+
*/
|
|
94
|
+
createdAt?: Timestamp;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
98
|
+
*/
|
|
99
|
+
updatedAt?: Timestamp;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* @generated from field: string state = 7;
|
|
103
|
+
*/
|
|
104
|
+
state: string;
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* @generated from field: string org_id = 8;
|
|
108
|
+
*/
|
|
109
|
+
orgId: string;
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Describes the message raystack.frontier.v1beta1.ServiceUser.
|
|
114
|
+
* Use `create(ServiceUserSchema)` to create a new message.
|
|
115
|
+
*/
|
|
116
|
+
export declare const ServiceUserSchema: GenMessage<ServiceUser>;
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* @generated from message raystack.frontier.v1beta1.Group
|
|
120
|
+
*/
|
|
121
|
+
export declare type Group = Message<"raystack.frontier.v1beta1.Group"> & {
|
|
122
|
+
/**
|
|
123
|
+
* @generated from field: string id = 1;
|
|
124
|
+
*/
|
|
125
|
+
id: string;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @generated from field: string name = 2;
|
|
129
|
+
*/
|
|
130
|
+
name: string;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @generated from field: string title = 3;
|
|
134
|
+
*/
|
|
135
|
+
title: string;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* @generated from field: string org_id = 4;
|
|
139
|
+
*/
|
|
140
|
+
orgId: string;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @generated from field: google.protobuf.Struct metadata = 5;
|
|
144
|
+
*/
|
|
145
|
+
metadata?: JsonObject;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
149
|
+
*/
|
|
150
|
+
createdAt?: Timestamp;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
154
|
+
*/
|
|
155
|
+
updatedAt?: Timestamp;
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: repeated raystack.frontier.v1beta1.User users = 10;
|
|
159
|
+
*/
|
|
160
|
+
users: User[];
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* @generated from field: int32 members_count = 8;
|
|
164
|
+
*/
|
|
165
|
+
membersCount: number;
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Describes the message raystack.frontier.v1beta1.Group.
|
|
170
|
+
* Use `create(GroupSchema)` to create a new message.
|
|
171
|
+
*/
|
|
172
|
+
export declare const GroupSchema: GenMessage<Group>;
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* @generated from message raystack.frontier.v1beta1.Role
|
|
176
|
+
*/
|
|
177
|
+
export declare type Role = Message<"raystack.frontier.v1beta1.Role"> & {
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: string id = 1;
|
|
180
|
+
*/
|
|
181
|
+
id: string;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @generated from field: string name = 2;
|
|
185
|
+
*/
|
|
186
|
+
name: string;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* @generated from field: repeated string permissions = 3;
|
|
190
|
+
*/
|
|
191
|
+
permissions: string[];
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* @generated from field: string title = 4;
|
|
195
|
+
*/
|
|
196
|
+
title: string;
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* @generated from field: google.protobuf.Struct metadata = 5;
|
|
200
|
+
*/
|
|
201
|
+
metadata?: JsonObject;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
205
|
+
*/
|
|
206
|
+
createdAt?: Timestamp;
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
210
|
+
*/
|
|
211
|
+
updatedAt?: Timestamp;
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* @generated from field: string org_id = 9;
|
|
215
|
+
*/
|
|
216
|
+
orgId: string;
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* @generated from field: string state = 10;
|
|
220
|
+
*/
|
|
221
|
+
state: string;
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* @generated from field: repeated string scopes = 11;
|
|
225
|
+
*/
|
|
226
|
+
scopes: string[];
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Describes the message raystack.frontier.v1beta1.Role.
|
|
231
|
+
* Use `create(RoleSchema)` to create a new message.
|
|
232
|
+
*/
|
|
233
|
+
export declare const RoleSchema: GenMessage<Role>;
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* @generated from message raystack.frontier.v1beta1.Organization
|
|
237
|
+
*/
|
|
238
|
+
export declare type Organization = Message<"raystack.frontier.v1beta1.Organization"> & {
|
|
239
|
+
/**
|
|
240
|
+
* @generated from field: string id = 1;
|
|
241
|
+
*/
|
|
242
|
+
id: string;
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* @generated from field: string name = 2;
|
|
246
|
+
*/
|
|
247
|
+
name: string;
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* @generated from field: string title = 3;
|
|
251
|
+
*/
|
|
252
|
+
title: string;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* @generated from field: google.protobuf.Struct metadata = 4;
|
|
256
|
+
*/
|
|
257
|
+
metadata?: JsonObject;
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
261
|
+
*/
|
|
262
|
+
createdAt?: Timestamp;
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
266
|
+
*/
|
|
267
|
+
updatedAt?: Timestamp;
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* @generated from field: string state = 7;
|
|
271
|
+
*/
|
|
272
|
+
state: string;
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* @generated from field: string avatar = 8;
|
|
276
|
+
*/
|
|
277
|
+
avatar: string;
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Describes the message raystack.frontier.v1beta1.Organization.
|
|
282
|
+
* Use `create(OrganizationSchema)` to create a new message.
|
|
283
|
+
*/
|
|
284
|
+
export declare const OrganizationSchema: GenMessage<Organization>;
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* @generated from message raystack.frontier.v1beta1.OrganizationKyc
|
|
288
|
+
*/
|
|
289
|
+
export declare type OrganizationKyc = Message<"raystack.frontier.v1beta1.OrganizationKyc"> & {
|
|
290
|
+
/**
|
|
291
|
+
* @generated from field: string org_id = 1;
|
|
292
|
+
*/
|
|
293
|
+
orgId: string;
|
|
294
|
+
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: bool status = 2;
|
|
297
|
+
*/
|
|
298
|
+
status: boolean;
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* @generated from field: string link = 3;
|
|
302
|
+
*/
|
|
303
|
+
link: string;
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
307
|
+
*/
|
|
308
|
+
createdAt?: Timestamp;
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
312
|
+
*/
|
|
313
|
+
updatedAt?: Timestamp;
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* Describes the message raystack.frontier.v1beta1.OrganizationKyc.
|
|
318
|
+
* Use `create(OrganizationKycSchema)` to create a new message.
|
|
319
|
+
*/
|
|
320
|
+
export declare const OrganizationKycSchema: GenMessage<OrganizationKyc>;
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* @generated from message raystack.frontier.v1beta1.Project
|
|
324
|
+
*/
|
|
325
|
+
export declare type Project = Message<"raystack.frontier.v1beta1.Project"> & {
|
|
326
|
+
/**
|
|
327
|
+
* @generated from field: string id = 1;
|
|
328
|
+
*/
|
|
329
|
+
id: string;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: string name = 2;
|
|
333
|
+
*/
|
|
334
|
+
name: string;
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* @generated from field: string title = 3;
|
|
338
|
+
*/
|
|
339
|
+
title: string;
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* @generated from field: string org_id = 4;
|
|
343
|
+
*/
|
|
344
|
+
orgId: string;
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* @generated from field: google.protobuf.Struct metadata = 5;
|
|
348
|
+
*/
|
|
349
|
+
metadata?: JsonObject;
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
353
|
+
*/
|
|
354
|
+
createdAt?: Timestamp;
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
358
|
+
*/
|
|
359
|
+
updatedAt?: Timestamp;
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* @generated from field: int32 members_count = 8;
|
|
363
|
+
*/
|
|
364
|
+
membersCount: number;
|
|
365
|
+
};
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* Describes the message raystack.frontier.v1beta1.Project.
|
|
369
|
+
* Use `create(ProjectSchema)` to create a new message.
|
|
370
|
+
*/
|
|
371
|
+
export declare const ProjectSchema: GenMessage<Project>;
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* @generated from message raystack.frontier.v1beta1.Domain
|
|
375
|
+
*/
|
|
376
|
+
export declare type Domain = Message<"raystack.frontier.v1beta1.Domain"> & {
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: string id = 1;
|
|
379
|
+
*/
|
|
380
|
+
id: string;
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* @generated from field: string name = 2;
|
|
384
|
+
*/
|
|
385
|
+
name: string;
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* @generated from field: string org_id = 3;
|
|
389
|
+
*/
|
|
390
|
+
orgId: string;
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* @generated from field: string token = 4;
|
|
394
|
+
*/
|
|
395
|
+
token: string;
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* @generated from field: string state = 5;
|
|
399
|
+
*/
|
|
400
|
+
state: string;
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
404
|
+
*/
|
|
405
|
+
createdAt?: Timestamp;
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
409
|
+
*/
|
|
410
|
+
updatedAt?: Timestamp;
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* Describes the message raystack.frontier.v1beta1.Domain.
|
|
415
|
+
* Use `create(DomainSchema)` to create a new message.
|
|
416
|
+
*/
|
|
417
|
+
export declare const DomainSchema: GenMessage<Domain>;
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* @generated from message raystack.frontier.v1beta1.Policy
|
|
421
|
+
*/
|
|
422
|
+
export declare type Policy = Message<"raystack.frontier.v1beta1.Policy"> & {
|
|
423
|
+
/**
|
|
424
|
+
* @generated from field: string id = 1;
|
|
425
|
+
*/
|
|
426
|
+
id: string;
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* @generated from field: string title = 2;
|
|
430
|
+
*/
|
|
431
|
+
title: string;
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
435
|
+
*/
|
|
436
|
+
createdAt?: Timestamp;
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
440
|
+
*/
|
|
441
|
+
updatedAt?: Timestamp;
|
|
442
|
+
|
|
443
|
+
/**
|
|
444
|
+
* @generated from field: string role_id = 8;
|
|
445
|
+
*/
|
|
446
|
+
roleId: string;
|
|
447
|
+
|
|
448
|
+
/**
|
|
449
|
+
* namespace:uuid
|
|
450
|
+
*
|
|
451
|
+
* @generated from field: string resource = 10;
|
|
452
|
+
*/
|
|
453
|
+
resource: string;
|
|
454
|
+
|
|
455
|
+
/**
|
|
456
|
+
* namespace:uuid
|
|
457
|
+
*
|
|
458
|
+
* @generated from field: string principal = 11;
|
|
459
|
+
*/
|
|
460
|
+
principal: string;
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* @generated from field: google.protobuf.Struct metadata = 12;
|
|
464
|
+
*/
|
|
465
|
+
metadata?: JsonObject;
|
|
466
|
+
};
|
|
467
|
+
|
|
468
|
+
/**
|
|
469
|
+
* Describes the message raystack.frontier.v1beta1.Policy.
|
|
470
|
+
* Use `create(PolicySchema)` to create a new message.
|
|
471
|
+
*/
|
|
472
|
+
export declare const PolicySchema: GenMessage<Policy>;
|
|
473
|
+
|
|
474
|
+
/**
|
|
475
|
+
* @generated from message raystack.frontier.v1beta1.Relation
|
|
476
|
+
*/
|
|
477
|
+
export declare type Relation = Message<"raystack.frontier.v1beta1.Relation"> & {
|
|
478
|
+
/**
|
|
479
|
+
* @generated from field: string id = 1;
|
|
480
|
+
*/
|
|
481
|
+
id: string;
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
485
|
+
*/
|
|
486
|
+
createdAt?: Timestamp;
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
490
|
+
*/
|
|
491
|
+
updatedAt?: Timestamp;
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* @generated from field: string subject_sub_relation = 9;
|
|
495
|
+
*/
|
|
496
|
+
subjectSubRelation: string;
|
|
497
|
+
|
|
498
|
+
/**
|
|
499
|
+
* @generated from field: string relation = 10;
|
|
500
|
+
*/
|
|
501
|
+
relation: string;
|
|
502
|
+
|
|
503
|
+
/**
|
|
504
|
+
* objectnamespace:id
|
|
505
|
+
*
|
|
506
|
+
* @generated from field: string object = 11;
|
|
507
|
+
*/
|
|
508
|
+
object: string;
|
|
509
|
+
|
|
510
|
+
/**
|
|
511
|
+
* subjectnamespace:id
|
|
512
|
+
*
|
|
513
|
+
* @generated from field: string subject = 12;
|
|
514
|
+
*/
|
|
515
|
+
subject: string;
|
|
516
|
+
};
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* Describes the message raystack.frontier.v1beta1.Relation.
|
|
520
|
+
* Use `create(RelationSchema)` to create a new message.
|
|
521
|
+
*/
|
|
522
|
+
export declare const RelationSchema: GenMessage<Relation>;
|
|
523
|
+
|
|
524
|
+
/**
|
|
525
|
+
* @generated from message raystack.frontier.v1beta1.Permission
|
|
526
|
+
*/
|
|
527
|
+
export declare type Permission = Message<"raystack.frontier.v1beta1.Permission"> & {
|
|
528
|
+
/**
|
|
529
|
+
* @generated from field: string id = 1;
|
|
530
|
+
*/
|
|
531
|
+
id: string;
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* @generated from field: string name = 2 [deprecated = true];
|
|
535
|
+
* @deprecated
|
|
536
|
+
*/
|
|
537
|
+
name: string;
|
|
538
|
+
|
|
539
|
+
/**
|
|
540
|
+
* @generated from field: string title = 3;
|
|
541
|
+
*/
|
|
542
|
+
title: string;
|
|
543
|
+
|
|
544
|
+
/**
|
|
545
|
+
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
|
546
|
+
*/
|
|
547
|
+
createdAt?: Timestamp;
|
|
548
|
+
|
|
549
|
+
/**
|
|
550
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 5;
|
|
551
|
+
*/
|
|
552
|
+
updatedAt?: Timestamp;
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* @generated from field: string namespace = 6 [deprecated = true];
|
|
556
|
+
* @deprecated
|
|
557
|
+
*/
|
|
558
|
+
namespace: string;
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* @generated from field: google.protobuf.Struct metadata = 7;
|
|
562
|
+
*/
|
|
563
|
+
metadata?: JsonObject;
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* @generated from field: string key = 8;
|
|
567
|
+
*/
|
|
568
|
+
key: string;
|
|
569
|
+
};
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* Describes the message raystack.frontier.v1beta1.Permission.
|
|
573
|
+
* Use `create(PermissionSchema)` to create a new message.
|
|
574
|
+
*/
|
|
575
|
+
export declare const PermissionSchema: GenMessage<Permission>;
|
|
576
|
+
|
|
577
|
+
/**
|
|
578
|
+
* @generated from message raystack.frontier.v1beta1.Namespace
|
|
579
|
+
*/
|
|
580
|
+
export declare type Namespace = Message<"raystack.frontier.v1beta1.Namespace"> & {
|
|
581
|
+
/**
|
|
582
|
+
* @generated from field: string id = 1;
|
|
583
|
+
*/
|
|
584
|
+
id: string;
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* name could be in a format like: app/organization
|
|
588
|
+
*
|
|
589
|
+
* @generated from field: string name = 2;
|
|
590
|
+
*/
|
|
591
|
+
name: string;
|
|
592
|
+
|
|
593
|
+
/**
|
|
594
|
+
* @generated from field: google.protobuf.Struct metadata = 3;
|
|
595
|
+
*/
|
|
596
|
+
metadata?: JsonObject;
|
|
597
|
+
|
|
598
|
+
/**
|
|
599
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
600
|
+
*/
|
|
601
|
+
createdAt?: Timestamp;
|
|
602
|
+
|
|
603
|
+
/**
|
|
604
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
605
|
+
*/
|
|
606
|
+
updatedAt?: Timestamp;
|
|
607
|
+
};
|
|
608
|
+
|
|
609
|
+
/**
|
|
610
|
+
* Describes the message raystack.frontier.v1beta1.Namespace.
|
|
611
|
+
* Use `create(NamespaceSchema)` to create a new message.
|
|
612
|
+
*/
|
|
613
|
+
export declare const NamespaceSchema: GenMessage<Namespace>;
|
|
614
|
+
|
|
615
|
+
/**
|
|
616
|
+
* @generated from message raystack.frontier.v1beta1.Resource
|
|
617
|
+
*/
|
|
618
|
+
export declare type Resource = Message<"raystack.frontier.v1beta1.Resource"> & {
|
|
619
|
+
/**
|
|
620
|
+
* @generated from field: string id = 1;
|
|
621
|
+
*/
|
|
622
|
+
id: string;
|
|
623
|
+
|
|
624
|
+
/**
|
|
625
|
+
* @generated from field: string name = 2;
|
|
626
|
+
*/
|
|
627
|
+
name: string;
|
|
628
|
+
|
|
629
|
+
/**
|
|
630
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
631
|
+
*/
|
|
632
|
+
createdAt?: Timestamp;
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
636
|
+
*/
|
|
637
|
+
updatedAt?: Timestamp;
|
|
638
|
+
|
|
639
|
+
/**
|
|
640
|
+
* @generated from field: string urn = 9;
|
|
641
|
+
*/
|
|
642
|
+
urn: string;
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* @generated from field: string project_id = 10;
|
|
646
|
+
*/
|
|
647
|
+
projectId: string;
|
|
648
|
+
|
|
649
|
+
/**
|
|
650
|
+
* @generated from field: string namespace = 11;
|
|
651
|
+
*/
|
|
652
|
+
namespace: string;
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* @generated from field: string principal = 12;
|
|
656
|
+
*/
|
|
657
|
+
principal: string;
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* @generated from field: google.protobuf.Struct metadata = 13;
|
|
661
|
+
*/
|
|
662
|
+
metadata?: JsonObject;
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* @generated from field: string title = 14;
|
|
666
|
+
*/
|
|
667
|
+
title: string;
|
|
668
|
+
};
|
|
669
|
+
|
|
670
|
+
/**
|
|
671
|
+
* Describes the message raystack.frontier.v1beta1.Resource.
|
|
672
|
+
* Use `create(ResourceSchema)` to create a new message.
|
|
673
|
+
*/
|
|
674
|
+
export declare const ResourceSchema: GenMessage<Resource>;
|
|
675
|
+
|
|
676
|
+
/**
|
|
677
|
+
* @generated from message raystack.frontier.v1beta1.MetaSchema
|
|
678
|
+
*/
|
|
679
|
+
export declare type MetaSchema = Message<"raystack.frontier.v1beta1.MetaSchema"> & {
|
|
680
|
+
/**
|
|
681
|
+
* @generated from field: string id = 1;
|
|
682
|
+
*/
|
|
683
|
+
id: string;
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* @generated from field: string name = 2;
|
|
687
|
+
*/
|
|
688
|
+
name: string;
|
|
689
|
+
|
|
690
|
+
/**
|
|
691
|
+
* @generated from field: string schema = 3;
|
|
692
|
+
*/
|
|
693
|
+
schema: string;
|
|
694
|
+
|
|
695
|
+
/**
|
|
696
|
+
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
|
697
|
+
*/
|
|
698
|
+
createdAt?: Timestamp;
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 5;
|
|
702
|
+
*/
|
|
703
|
+
updatedAt?: Timestamp;
|
|
704
|
+
};
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* Describes the message raystack.frontier.v1beta1.MetaSchema.
|
|
708
|
+
* Use `create(MetaSchemaSchema)` to create a new message.
|
|
709
|
+
*/
|
|
710
|
+
export declare const MetaSchemaSchema: GenMessage<MetaSchema>;
|
|
711
|
+
|
|
712
|
+
/**
|
|
713
|
+
* @generated from message raystack.frontier.v1beta1.Invitation
|
|
714
|
+
*/
|
|
715
|
+
export declare type Invitation = Message<"raystack.frontier.v1beta1.Invitation"> & {
|
|
716
|
+
/**
|
|
717
|
+
* @generated from field: string id = 1;
|
|
718
|
+
*/
|
|
719
|
+
id: string;
|
|
720
|
+
|
|
721
|
+
/**
|
|
722
|
+
* @generated from field: string user_id = 2;
|
|
723
|
+
*/
|
|
724
|
+
userId: string;
|
|
725
|
+
|
|
726
|
+
/**
|
|
727
|
+
* @generated from field: string org_id = 3;
|
|
728
|
+
*/
|
|
729
|
+
orgId: string;
|
|
730
|
+
|
|
731
|
+
/**
|
|
732
|
+
* @generated from field: repeated string group_ids = 4;
|
|
733
|
+
*/
|
|
734
|
+
groupIds: string[];
|
|
735
|
+
|
|
736
|
+
/**
|
|
737
|
+
* @generated from field: google.protobuf.Struct metadata = 5;
|
|
738
|
+
*/
|
|
739
|
+
metadata?: JsonObject;
|
|
740
|
+
|
|
741
|
+
/**
|
|
742
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
743
|
+
*/
|
|
744
|
+
createdAt?: Timestamp;
|
|
745
|
+
|
|
746
|
+
/**
|
|
747
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 7;
|
|
748
|
+
*/
|
|
749
|
+
expiresAt?: Timestamp;
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* @generated from field: repeated string role_ids = 8;
|
|
753
|
+
*/
|
|
754
|
+
roleIds: string[];
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* Describes the message raystack.frontier.v1beta1.Invitation.
|
|
759
|
+
* Use `create(InvitationSchema)` to create a new message.
|
|
760
|
+
*/
|
|
761
|
+
export declare const InvitationSchema: GenMessage<Invitation>;
|
|
762
|
+
|
|
763
|
+
/**
|
|
764
|
+
* @generated from message raystack.frontier.v1beta1.ServiceUserJWK
|
|
765
|
+
*/
|
|
766
|
+
export declare type ServiceUserJWK = Message<"raystack.frontier.v1beta1.ServiceUserJWK"> & {
|
|
767
|
+
/**
|
|
768
|
+
* @generated from field: string id = 1;
|
|
769
|
+
*/
|
|
770
|
+
id: string;
|
|
771
|
+
|
|
772
|
+
/**
|
|
773
|
+
* @generated from field: string title = 2;
|
|
774
|
+
*/
|
|
775
|
+
title: string;
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* @generated from field: string principal_id = 3;
|
|
779
|
+
*/
|
|
780
|
+
principalId: string;
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* @generated from field: string public_key = 4;
|
|
784
|
+
*/
|
|
785
|
+
publicKey: string;
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
789
|
+
*/
|
|
790
|
+
createdAt?: Timestamp;
|
|
791
|
+
};
|
|
792
|
+
|
|
793
|
+
/**
|
|
794
|
+
* Describes the message raystack.frontier.v1beta1.ServiceUserJWK.
|
|
795
|
+
* Use `create(ServiceUserJWKSchema)` to create a new message.
|
|
796
|
+
*/
|
|
797
|
+
export declare const ServiceUserJWKSchema: GenMessage<ServiceUserJWK>;
|
|
798
|
+
|
|
799
|
+
/**
|
|
800
|
+
* @generated from message raystack.frontier.v1beta1.KeyCredential
|
|
801
|
+
*/
|
|
802
|
+
export declare type KeyCredential = Message<"raystack.frontier.v1beta1.KeyCredential"> & {
|
|
803
|
+
/**
|
|
804
|
+
* @generated from field: string type = 1;
|
|
805
|
+
*/
|
|
806
|
+
type: string;
|
|
807
|
+
|
|
808
|
+
/**
|
|
809
|
+
* @generated from field: string kid = 2;
|
|
810
|
+
*/
|
|
811
|
+
kid: string;
|
|
812
|
+
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: string principal_id = 3;
|
|
815
|
+
*/
|
|
816
|
+
principalId: string;
|
|
817
|
+
|
|
818
|
+
/**
|
|
819
|
+
* RSA private key as string
|
|
820
|
+
*
|
|
821
|
+
* @generated from field: string private_key = 4;
|
|
822
|
+
*/
|
|
823
|
+
privateKey: string;
|
|
824
|
+
};
|
|
825
|
+
|
|
826
|
+
/**
|
|
827
|
+
* Describes the message raystack.frontier.v1beta1.KeyCredential.
|
|
828
|
+
* Use `create(KeyCredentialSchema)` to create a new message.
|
|
829
|
+
*/
|
|
830
|
+
export declare const KeyCredentialSchema: GenMessage<KeyCredential>;
|
|
831
|
+
|
|
832
|
+
/**
|
|
833
|
+
* @generated from message raystack.frontier.v1beta1.SecretCredential
|
|
834
|
+
*/
|
|
835
|
+
export declare type SecretCredential = Message<"raystack.frontier.v1beta1.SecretCredential"> & {
|
|
836
|
+
/**
|
|
837
|
+
* @generated from field: string id = 1;
|
|
838
|
+
*/
|
|
839
|
+
id: string;
|
|
840
|
+
|
|
841
|
+
/**
|
|
842
|
+
* @generated from field: string title = 2;
|
|
843
|
+
*/
|
|
844
|
+
title: string;
|
|
845
|
+
|
|
846
|
+
/**
|
|
847
|
+
* secret will only be returned once as part of the create process
|
|
848
|
+
* this value is never persisted in the system so if lost, can't be recovered
|
|
849
|
+
*
|
|
850
|
+
* @generated from field: string secret = 3;
|
|
851
|
+
*/
|
|
852
|
+
secret: string;
|
|
853
|
+
|
|
854
|
+
/**
|
|
855
|
+
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
|
856
|
+
*/
|
|
857
|
+
createdAt?: Timestamp;
|
|
858
|
+
};
|
|
859
|
+
|
|
860
|
+
/**
|
|
861
|
+
* Describes the message raystack.frontier.v1beta1.SecretCredential.
|
|
862
|
+
* Use `create(SecretCredentialSchema)` to create a new message.
|
|
863
|
+
*/
|
|
864
|
+
export declare const SecretCredentialSchema: GenMessage<SecretCredential>;
|
|
865
|
+
|
|
866
|
+
/**
|
|
867
|
+
* @generated from message raystack.frontier.v1beta1.ServiceUserToken
|
|
868
|
+
*/
|
|
869
|
+
export declare type ServiceUserToken = Message<"raystack.frontier.v1beta1.ServiceUserToken"> & {
|
|
870
|
+
/**
|
|
871
|
+
* @generated from field: string id = 1;
|
|
872
|
+
*/
|
|
873
|
+
id: string;
|
|
874
|
+
|
|
875
|
+
/**
|
|
876
|
+
* @generated from field: string title = 2;
|
|
877
|
+
*/
|
|
878
|
+
title: string;
|
|
879
|
+
|
|
880
|
+
/**
|
|
881
|
+
* token will only be returned once as part of the create process
|
|
882
|
+
* this value is never persisted in the system so if lost, can't be recovered
|
|
883
|
+
*
|
|
884
|
+
* @generated from field: string token = 3;
|
|
885
|
+
*/
|
|
886
|
+
token: string;
|
|
887
|
+
|
|
888
|
+
/**
|
|
889
|
+
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
|
890
|
+
*/
|
|
891
|
+
createdAt?: Timestamp;
|
|
892
|
+
};
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* Describes the message raystack.frontier.v1beta1.ServiceUserToken.
|
|
896
|
+
* Use `create(ServiceUserTokenSchema)` to create a new message.
|
|
897
|
+
*/
|
|
898
|
+
export declare const ServiceUserTokenSchema: GenMessage<ServiceUserToken>;
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* JSON Web Key as specified in RFC 7517
|
|
902
|
+
*
|
|
903
|
+
* @generated from message raystack.frontier.v1beta1.JSONWebKey
|
|
904
|
+
*/
|
|
905
|
+
export declare type JSONWebKey = Message<"raystack.frontier.v1beta1.JSONWebKey"> & {
|
|
906
|
+
/**
|
|
907
|
+
* Key Type.
|
|
908
|
+
*
|
|
909
|
+
* @generated from field: string kty = 1;
|
|
910
|
+
*/
|
|
911
|
+
kty: string;
|
|
912
|
+
|
|
913
|
+
/**
|
|
914
|
+
* Algorithm.
|
|
915
|
+
*
|
|
916
|
+
* @generated from field: string alg = 2;
|
|
917
|
+
*/
|
|
918
|
+
alg: string;
|
|
919
|
+
|
|
920
|
+
/**
|
|
921
|
+
* Permitted uses for the public keys.
|
|
922
|
+
*
|
|
923
|
+
* @generated from field: string use = 3;
|
|
924
|
+
*/
|
|
925
|
+
use: string;
|
|
926
|
+
|
|
927
|
+
/**
|
|
928
|
+
* Key ID.
|
|
929
|
+
*
|
|
930
|
+
* @generated from field: string kid = 4;
|
|
931
|
+
*/
|
|
932
|
+
kid: string;
|
|
933
|
+
|
|
934
|
+
/**
|
|
935
|
+
* Used for RSA keys.
|
|
936
|
+
*
|
|
937
|
+
* @generated from field: string n = 5;
|
|
938
|
+
*/
|
|
939
|
+
n: string;
|
|
940
|
+
|
|
941
|
+
/**
|
|
942
|
+
* Used for RSA keys.
|
|
943
|
+
*
|
|
944
|
+
* @generated from field: string e = 6;
|
|
945
|
+
*/
|
|
946
|
+
e: string;
|
|
947
|
+
|
|
948
|
+
/**
|
|
949
|
+
* Used for ECDSA keys.
|
|
950
|
+
*
|
|
951
|
+
* @generated from field: string x = 7;
|
|
952
|
+
*/
|
|
953
|
+
x: string;
|
|
954
|
+
|
|
955
|
+
/**
|
|
956
|
+
* Used for ECDSA keys.
|
|
957
|
+
*
|
|
958
|
+
* @generated from field: string y = 8;
|
|
959
|
+
*/
|
|
960
|
+
y: string;
|
|
961
|
+
|
|
962
|
+
/**
|
|
963
|
+
* Used for ECDSA keys.
|
|
964
|
+
*
|
|
965
|
+
* @generated from field: string crv = 9;
|
|
966
|
+
*/
|
|
967
|
+
crv: string;
|
|
968
|
+
};
|
|
969
|
+
|
|
970
|
+
/**
|
|
971
|
+
* Describes the message raystack.frontier.v1beta1.JSONWebKey.
|
|
972
|
+
* Use `create(JSONWebKeySchema)` to create a new message.
|
|
973
|
+
*/
|
|
974
|
+
export declare const JSONWebKeySchema: GenMessage<JSONWebKey>;
|
|
975
|
+
|
|
976
|
+
/**
|
|
977
|
+
* @generated from message raystack.frontier.v1beta1.AuditLogActor
|
|
978
|
+
*/
|
|
979
|
+
export declare type AuditLogActor = Message<"raystack.frontier.v1beta1.AuditLogActor"> & {
|
|
980
|
+
/**
|
|
981
|
+
* @generated from field: string id = 1;
|
|
982
|
+
*/
|
|
983
|
+
id: string;
|
|
984
|
+
|
|
985
|
+
/**
|
|
986
|
+
* @generated from field: string type = 2;
|
|
987
|
+
*/
|
|
988
|
+
type: string;
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* @generated from field: string name = 3;
|
|
992
|
+
*/
|
|
993
|
+
name: string;
|
|
994
|
+
};
|
|
995
|
+
|
|
996
|
+
/**
|
|
997
|
+
* Describes the message raystack.frontier.v1beta1.AuditLogActor.
|
|
998
|
+
* Use `create(AuditLogActorSchema)` to create a new message.
|
|
999
|
+
*/
|
|
1000
|
+
export declare const AuditLogActorSchema: GenMessage<AuditLogActor>;
|
|
1001
|
+
|
|
1002
|
+
/**
|
|
1003
|
+
* @generated from message raystack.frontier.v1beta1.AuditLogTarget
|
|
1004
|
+
*/
|
|
1005
|
+
export declare type AuditLogTarget = Message<"raystack.frontier.v1beta1.AuditLogTarget"> & {
|
|
1006
|
+
/**
|
|
1007
|
+
* @generated from field: string id = 1;
|
|
1008
|
+
*/
|
|
1009
|
+
id: string;
|
|
1010
|
+
|
|
1011
|
+
/**
|
|
1012
|
+
* @generated from field: string type = 2;
|
|
1013
|
+
*/
|
|
1014
|
+
type: string;
|
|
1015
|
+
|
|
1016
|
+
/**
|
|
1017
|
+
* @generated from field: string name = 3;
|
|
1018
|
+
*/
|
|
1019
|
+
name: string;
|
|
1020
|
+
};
|
|
1021
|
+
|
|
1022
|
+
/**
|
|
1023
|
+
* Describes the message raystack.frontier.v1beta1.AuditLogTarget.
|
|
1024
|
+
* Use `create(AuditLogTargetSchema)` to create a new message.
|
|
1025
|
+
*/
|
|
1026
|
+
export declare const AuditLogTargetSchema: GenMessage<AuditLogTarget>;
|
|
1027
|
+
|
|
1028
|
+
/**
|
|
1029
|
+
* @generated from message raystack.frontier.v1beta1.AuditLog
|
|
1030
|
+
*/
|
|
1031
|
+
export declare type AuditLog = Message<"raystack.frontier.v1beta1.AuditLog"> & {
|
|
1032
|
+
/**
|
|
1033
|
+
* A unique identifier of the audit log if not supplied will be autogenerated
|
|
1034
|
+
*
|
|
1035
|
+
* @generated from field: string id = 1;
|
|
1036
|
+
*/
|
|
1037
|
+
id: string;
|
|
1038
|
+
|
|
1039
|
+
/**
|
|
1040
|
+
* Source service generating the event
|
|
1041
|
+
*
|
|
1042
|
+
* @generated from field: string source = 2;
|
|
1043
|
+
*/
|
|
1044
|
+
source: string;
|
|
1045
|
+
|
|
1046
|
+
/**
|
|
1047
|
+
* Action performed, e.g. project.create, user.update, serviceuser.delete
|
|
1048
|
+
*
|
|
1049
|
+
* @generated from field: string action = 3;
|
|
1050
|
+
*/
|
|
1051
|
+
action: string;
|
|
1052
|
+
|
|
1053
|
+
/**
|
|
1054
|
+
* Actor performing the action
|
|
1055
|
+
*
|
|
1056
|
+
* @generated from field: raystack.frontier.v1beta1.AuditLogActor actor = 4;
|
|
1057
|
+
*/
|
|
1058
|
+
actor?: AuditLogActor;
|
|
1059
|
+
|
|
1060
|
+
/**
|
|
1061
|
+
* Target of the action
|
|
1062
|
+
*
|
|
1063
|
+
* @generated from field: raystack.frontier.v1beta1.AuditLogTarget target = 5;
|
|
1064
|
+
*/
|
|
1065
|
+
target?: AuditLogTarget;
|
|
1066
|
+
|
|
1067
|
+
/**
|
|
1068
|
+
* Context contains additional information about the event
|
|
1069
|
+
*
|
|
1070
|
+
* @generated from field: map<string, string> context = 6;
|
|
1071
|
+
*/
|
|
1072
|
+
context: { [key: string]: string };
|
|
1073
|
+
|
|
1074
|
+
/**
|
|
1075
|
+
* @generated from field: google.protobuf.Timestamp created_at = 20;
|
|
1076
|
+
*/
|
|
1077
|
+
createdAt?: Timestamp;
|
|
1078
|
+
};
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* Describes the message raystack.frontier.v1beta1.AuditLog.
|
|
1082
|
+
* Use `create(AuditLogSchema)` to create a new message.
|
|
1083
|
+
*/
|
|
1084
|
+
export declare const AuditLogSchema: GenMessage<AuditLog>;
|
|
1085
|
+
|
|
1086
|
+
/**
|
|
1087
|
+
* PreferenceTrait is a trait that can be used to add preferences to a resource
|
|
1088
|
+
* it explains what preferences are available for a resource
|
|
1089
|
+
*
|
|
1090
|
+
* @generated from message raystack.frontier.v1beta1.PreferenceTrait
|
|
1091
|
+
*/
|
|
1092
|
+
export declare type PreferenceTrait = Message<"raystack.frontier.v1beta1.PreferenceTrait"> & {
|
|
1093
|
+
/**
|
|
1094
|
+
* @generated from field: string resource_type = 1;
|
|
1095
|
+
*/
|
|
1096
|
+
resourceType: string;
|
|
1097
|
+
|
|
1098
|
+
/**
|
|
1099
|
+
* @generated from field: string name = 2;
|
|
1100
|
+
*/
|
|
1101
|
+
name: string;
|
|
1102
|
+
|
|
1103
|
+
/**
|
|
1104
|
+
* @generated from field: string title = 3;
|
|
1105
|
+
*/
|
|
1106
|
+
title: string;
|
|
1107
|
+
|
|
1108
|
+
/**
|
|
1109
|
+
* @generated from field: string description = 4;
|
|
1110
|
+
*/
|
|
1111
|
+
description: string;
|
|
1112
|
+
|
|
1113
|
+
/**
|
|
1114
|
+
* @generated from field: string long_description = 5;
|
|
1115
|
+
*/
|
|
1116
|
+
longDescription: string;
|
|
1117
|
+
|
|
1118
|
+
/**
|
|
1119
|
+
* @generated from field: string heading = 6;
|
|
1120
|
+
*/
|
|
1121
|
+
heading: string;
|
|
1122
|
+
|
|
1123
|
+
/**
|
|
1124
|
+
* @generated from field: string sub_heading = 7;
|
|
1125
|
+
*/
|
|
1126
|
+
subHeading: string;
|
|
1127
|
+
|
|
1128
|
+
/**
|
|
1129
|
+
* @generated from field: string breadcrumb = 8;
|
|
1130
|
+
*/
|
|
1131
|
+
breadcrumb: string;
|
|
1132
|
+
|
|
1133
|
+
/**
|
|
1134
|
+
* @generated from field: string default = 9;
|
|
1135
|
+
*/
|
|
1136
|
+
default: string;
|
|
1137
|
+
|
|
1138
|
+
/**
|
|
1139
|
+
* @generated from field: string input_hints = 19;
|
|
1140
|
+
*/
|
|
1141
|
+
inputHints: string;
|
|
1142
|
+
|
|
1143
|
+
/**
|
|
1144
|
+
* @generated from oneof raystack.frontier.v1beta1.PreferenceTrait.input
|
|
1145
|
+
*/
|
|
1146
|
+
input: {
|
|
1147
|
+
/**
|
|
1148
|
+
* @generated from field: string text = 20;
|
|
1149
|
+
*/
|
|
1150
|
+
value: string;
|
|
1151
|
+
case: "text";
|
|
1152
|
+
} | {
|
|
1153
|
+
/**
|
|
1154
|
+
* @generated from field: string textarea = 21;
|
|
1155
|
+
*/
|
|
1156
|
+
value: string;
|
|
1157
|
+
case: "textarea";
|
|
1158
|
+
} | {
|
|
1159
|
+
/**
|
|
1160
|
+
* @generated from field: string select = 22;
|
|
1161
|
+
*/
|
|
1162
|
+
value: string;
|
|
1163
|
+
case: "select";
|
|
1164
|
+
} | {
|
|
1165
|
+
/**
|
|
1166
|
+
* @generated from field: string combobox = 23;
|
|
1167
|
+
*/
|
|
1168
|
+
value: string;
|
|
1169
|
+
case: "combobox";
|
|
1170
|
+
} | {
|
|
1171
|
+
/**
|
|
1172
|
+
* @generated from field: string checkbox = 24;
|
|
1173
|
+
*/
|
|
1174
|
+
value: string;
|
|
1175
|
+
case: "checkbox";
|
|
1176
|
+
} | {
|
|
1177
|
+
/**
|
|
1178
|
+
* @generated from field: string multiselect = 25;
|
|
1179
|
+
*/
|
|
1180
|
+
value: string;
|
|
1181
|
+
case: "multiselect";
|
|
1182
|
+
} | {
|
|
1183
|
+
/**
|
|
1184
|
+
* @generated from field: string number = 26;
|
|
1185
|
+
*/
|
|
1186
|
+
value: string;
|
|
1187
|
+
case: "number";
|
|
1188
|
+
} | { case: undefined; value?: undefined };
|
|
1189
|
+
};
|
|
1190
|
+
|
|
1191
|
+
/**
|
|
1192
|
+
* Describes the message raystack.frontier.v1beta1.PreferenceTrait.
|
|
1193
|
+
* Use `create(PreferenceTraitSchema)` to create a new message.
|
|
1194
|
+
*/
|
|
1195
|
+
export declare const PreferenceTraitSchema: GenMessage<PreferenceTrait>;
|
|
1196
|
+
|
|
1197
|
+
/**
|
|
1198
|
+
* @generated from message raystack.frontier.v1beta1.Preference
|
|
1199
|
+
*/
|
|
1200
|
+
export declare type Preference = Message<"raystack.frontier.v1beta1.Preference"> & {
|
|
1201
|
+
/**
|
|
1202
|
+
* @generated from field: string id = 1;
|
|
1203
|
+
*/
|
|
1204
|
+
id: string;
|
|
1205
|
+
|
|
1206
|
+
/**
|
|
1207
|
+
* @generated from field: string name = 2;
|
|
1208
|
+
*/
|
|
1209
|
+
name: string;
|
|
1210
|
+
|
|
1211
|
+
/**
|
|
1212
|
+
* @generated from field: string value = 3;
|
|
1213
|
+
*/
|
|
1214
|
+
value: string;
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* @generated from field: string resource_id = 4;
|
|
1218
|
+
*/
|
|
1219
|
+
resourceId: string;
|
|
1220
|
+
|
|
1221
|
+
/**
|
|
1222
|
+
* @generated from field: string resource_type = 5;
|
|
1223
|
+
*/
|
|
1224
|
+
resourceType: string;
|
|
1225
|
+
|
|
1226
|
+
/**
|
|
1227
|
+
* @generated from field: google.protobuf.Timestamp created_at = 10;
|
|
1228
|
+
*/
|
|
1229
|
+
createdAt?: Timestamp;
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 11;
|
|
1233
|
+
*/
|
|
1234
|
+
updatedAt?: Timestamp;
|
|
1235
|
+
};
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* Describes the message raystack.frontier.v1beta1.Preference.
|
|
1239
|
+
* Use `create(PreferenceSchema)` to create a new message.
|
|
1240
|
+
*/
|
|
1241
|
+
export declare const PreferenceSchema: GenMessage<Preference>;
|
|
1242
|
+
|
|
1243
|
+
/**
|
|
1244
|
+
* @generated from message raystack.frontier.v1beta1.BillingAccount
|
|
1245
|
+
*/
|
|
1246
|
+
export declare type BillingAccount = Message<"raystack.frontier.v1beta1.BillingAccount"> & {
|
|
1247
|
+
/**
|
|
1248
|
+
* @generated from field: string id = 1;
|
|
1249
|
+
*/
|
|
1250
|
+
id: string;
|
|
1251
|
+
|
|
1252
|
+
/**
|
|
1253
|
+
* @generated from field: string org_id = 2;
|
|
1254
|
+
*/
|
|
1255
|
+
orgId: string;
|
|
1256
|
+
|
|
1257
|
+
/**
|
|
1258
|
+
* @generated from field: string name = 3;
|
|
1259
|
+
*/
|
|
1260
|
+
name: string;
|
|
1261
|
+
|
|
1262
|
+
/**
|
|
1263
|
+
* @generated from field: string email = 4;
|
|
1264
|
+
*/
|
|
1265
|
+
email: string;
|
|
1266
|
+
|
|
1267
|
+
/**
|
|
1268
|
+
* @generated from field: string phone = 5;
|
|
1269
|
+
*/
|
|
1270
|
+
phone: string;
|
|
1271
|
+
|
|
1272
|
+
/**
|
|
1273
|
+
* @generated from field: raystack.frontier.v1beta1.BillingAccount.Address address = 6;
|
|
1274
|
+
*/
|
|
1275
|
+
address?: BillingAccount_Address;
|
|
1276
|
+
|
|
1277
|
+
/**
|
|
1278
|
+
* @generated from field: string provider_id = 7;
|
|
1279
|
+
*/
|
|
1280
|
+
providerId: string;
|
|
1281
|
+
|
|
1282
|
+
/**
|
|
1283
|
+
* @generated from field: string provider = 8;
|
|
1284
|
+
*/
|
|
1285
|
+
provider: string;
|
|
1286
|
+
|
|
1287
|
+
/**
|
|
1288
|
+
* @generated from field: string currency = 9;
|
|
1289
|
+
*/
|
|
1290
|
+
currency: string;
|
|
1291
|
+
|
|
1292
|
+
/**
|
|
1293
|
+
* @generated from field: string state = 10;
|
|
1294
|
+
*/
|
|
1295
|
+
state: string;
|
|
1296
|
+
|
|
1297
|
+
/**
|
|
1298
|
+
* @generated from field: repeated raystack.frontier.v1beta1.BillingAccount.Tax tax_data = 11;
|
|
1299
|
+
*/
|
|
1300
|
+
taxData: BillingAccount_Tax[];
|
|
1301
|
+
|
|
1302
|
+
/**
|
|
1303
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
1304
|
+
*/
|
|
1305
|
+
metadata?: JsonObject;
|
|
1306
|
+
|
|
1307
|
+
/**
|
|
1308
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
1309
|
+
*/
|
|
1310
|
+
createdAt?: Timestamp;
|
|
1311
|
+
|
|
1312
|
+
/**
|
|
1313
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 22;
|
|
1314
|
+
*/
|
|
1315
|
+
updatedAt?: Timestamp;
|
|
1316
|
+
|
|
1317
|
+
/**
|
|
1318
|
+
* @generated from field: raystack.frontier.v1beta1.Organization organization = 101;
|
|
1319
|
+
*/
|
|
1320
|
+
organization?: Organization;
|
|
1321
|
+
};
|
|
1322
|
+
|
|
1323
|
+
/**
|
|
1324
|
+
* Describes the message raystack.frontier.v1beta1.BillingAccount.
|
|
1325
|
+
* Use `create(BillingAccountSchema)` to create a new message.
|
|
1326
|
+
*/
|
|
1327
|
+
export declare const BillingAccountSchema: GenMessage<BillingAccount>;
|
|
1328
|
+
|
|
1329
|
+
/**
|
|
1330
|
+
* @generated from message raystack.frontier.v1beta1.BillingAccount.Address
|
|
1331
|
+
*/
|
|
1332
|
+
export declare type BillingAccount_Address = Message<"raystack.frontier.v1beta1.BillingAccount.Address"> & {
|
|
1333
|
+
/**
|
|
1334
|
+
* @generated from field: string line1 = 1;
|
|
1335
|
+
*/
|
|
1336
|
+
line1: string;
|
|
1337
|
+
|
|
1338
|
+
/**
|
|
1339
|
+
* @generated from field: string line2 = 2;
|
|
1340
|
+
*/
|
|
1341
|
+
line2: string;
|
|
1342
|
+
|
|
1343
|
+
/**
|
|
1344
|
+
* @generated from field: string city = 3;
|
|
1345
|
+
*/
|
|
1346
|
+
city: string;
|
|
1347
|
+
|
|
1348
|
+
/**
|
|
1349
|
+
* @generated from field: string state = 4;
|
|
1350
|
+
*/
|
|
1351
|
+
state: string;
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* @generated from field: string postal_code = 5;
|
|
1355
|
+
*/
|
|
1356
|
+
postalCode: string;
|
|
1357
|
+
|
|
1358
|
+
/**
|
|
1359
|
+
* @generated from field: string country = 6;
|
|
1360
|
+
*/
|
|
1361
|
+
country: string;
|
|
1362
|
+
};
|
|
1363
|
+
|
|
1364
|
+
/**
|
|
1365
|
+
* Describes the message raystack.frontier.v1beta1.BillingAccount.Address.
|
|
1366
|
+
* Use `create(BillingAccount_AddressSchema)` to create a new message.
|
|
1367
|
+
*/
|
|
1368
|
+
export declare const BillingAccount_AddressSchema: GenMessage<BillingAccount_Address>;
|
|
1369
|
+
|
|
1370
|
+
/**
|
|
1371
|
+
* @generated from message raystack.frontier.v1beta1.BillingAccount.Tax
|
|
1372
|
+
*/
|
|
1373
|
+
export declare type BillingAccount_Tax = Message<"raystack.frontier.v1beta1.BillingAccount.Tax"> & {
|
|
1374
|
+
/**
|
|
1375
|
+
* tax type like "vat", "gst", "sales_tax" or if it's
|
|
1376
|
+
* provider specific us_ein, uk_vat, in_gst, etc
|
|
1377
|
+
*
|
|
1378
|
+
* @generated from field: string type = 1;
|
|
1379
|
+
*/
|
|
1380
|
+
type: string;
|
|
1381
|
+
|
|
1382
|
+
/**
|
|
1383
|
+
* unique identifier provided by the tax agency
|
|
1384
|
+
*
|
|
1385
|
+
* @generated from field: string id = 2;
|
|
1386
|
+
*/
|
|
1387
|
+
id: string;
|
|
1388
|
+
};
|
|
1389
|
+
|
|
1390
|
+
/**
|
|
1391
|
+
* Describes the message raystack.frontier.v1beta1.BillingAccount.Tax.
|
|
1392
|
+
* Use `create(BillingAccount_TaxSchema)` to create a new message.
|
|
1393
|
+
*/
|
|
1394
|
+
export declare const BillingAccount_TaxSchema: GenMessage<BillingAccount_Tax>;
|
|
1395
|
+
|
|
1396
|
+
/**
|
|
1397
|
+
* @generated from message raystack.frontier.v1beta1.BillingAccount.Balance
|
|
1398
|
+
*/
|
|
1399
|
+
export declare type BillingAccount_Balance = Message<"raystack.frontier.v1beta1.BillingAccount.Balance"> & {
|
|
1400
|
+
/**
|
|
1401
|
+
* @generated from field: int64 amount = 1;
|
|
1402
|
+
*/
|
|
1403
|
+
amount: bigint;
|
|
1404
|
+
|
|
1405
|
+
/**
|
|
1406
|
+
* @generated from field: string currency = 2;
|
|
1407
|
+
*/
|
|
1408
|
+
currency: string;
|
|
1409
|
+
|
|
1410
|
+
/**
|
|
1411
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 3;
|
|
1412
|
+
*/
|
|
1413
|
+
updatedAt?: Timestamp;
|
|
1414
|
+
};
|
|
1415
|
+
|
|
1416
|
+
/**
|
|
1417
|
+
* Describes the message raystack.frontier.v1beta1.BillingAccount.Balance.
|
|
1418
|
+
* Use `create(BillingAccount_BalanceSchema)` to create a new message.
|
|
1419
|
+
*/
|
|
1420
|
+
export declare const BillingAccount_BalanceSchema: GenMessage<BillingAccount_Balance>;
|
|
1421
|
+
|
|
1422
|
+
/**
|
|
1423
|
+
* @generated from message raystack.frontier.v1beta1.BillingAccountDetails
|
|
1424
|
+
*/
|
|
1425
|
+
export declare type BillingAccountDetails = Message<"raystack.frontier.v1beta1.BillingAccountDetails"> & {
|
|
1426
|
+
/**
|
|
1427
|
+
* credit_min is the minimum credit limit for the billing account
|
|
1428
|
+
* default is 0, negative numbers work as overdraft, positive
|
|
1429
|
+
* numbers work as minimum purchase limit
|
|
1430
|
+
*
|
|
1431
|
+
* @generated from field: int64 credit_min = 1;
|
|
1432
|
+
*/
|
|
1433
|
+
creditMin: bigint;
|
|
1434
|
+
|
|
1435
|
+
/**
|
|
1436
|
+
* due_in_days is the number of days after the invoice finalization
|
|
1437
|
+
* that it will be considered overdue, if set to 0, the customer will
|
|
1438
|
+
* be charged immediately
|
|
1439
|
+
*
|
|
1440
|
+
* @generated from field: int64 due_in_days = 2;
|
|
1441
|
+
*/
|
|
1442
|
+
dueInDays: bigint;
|
|
1443
|
+
};
|
|
1444
|
+
|
|
1445
|
+
/**
|
|
1446
|
+
* Describes the message raystack.frontier.v1beta1.BillingAccountDetails.
|
|
1447
|
+
* Use `create(BillingAccountDetailsSchema)` to create a new message.
|
|
1448
|
+
*/
|
|
1449
|
+
export declare const BillingAccountDetailsSchema: GenMessage<BillingAccountDetails>;
|
|
1450
|
+
|
|
1451
|
+
/**
|
|
1452
|
+
* @generated from message raystack.frontier.v1beta1.Subscription
|
|
1453
|
+
*/
|
|
1454
|
+
export declare type Subscription = Message<"raystack.frontier.v1beta1.Subscription"> & {
|
|
1455
|
+
/**
|
|
1456
|
+
* @generated from field: string id = 1;
|
|
1457
|
+
*/
|
|
1458
|
+
id: string;
|
|
1459
|
+
|
|
1460
|
+
/**
|
|
1461
|
+
* @generated from field: string customer_id = 2;
|
|
1462
|
+
*/
|
|
1463
|
+
customerId: string;
|
|
1464
|
+
|
|
1465
|
+
/**
|
|
1466
|
+
* @generated from field: string provider_id = 3;
|
|
1467
|
+
*/
|
|
1468
|
+
providerId: string;
|
|
1469
|
+
|
|
1470
|
+
/**
|
|
1471
|
+
* @generated from field: string plan_id = 4;
|
|
1472
|
+
*/
|
|
1473
|
+
planId: string;
|
|
1474
|
+
|
|
1475
|
+
/**
|
|
1476
|
+
* @generated from field: string state = 5;
|
|
1477
|
+
*/
|
|
1478
|
+
state: string;
|
|
1479
|
+
|
|
1480
|
+
/**
|
|
1481
|
+
* @generated from field: google.protobuf.Struct metadata = 10;
|
|
1482
|
+
*/
|
|
1483
|
+
metadata?: JsonObject;
|
|
1484
|
+
|
|
1485
|
+
/**
|
|
1486
|
+
* @generated from field: google.protobuf.Timestamp created_at = 11;
|
|
1487
|
+
*/
|
|
1488
|
+
createdAt?: Timestamp;
|
|
1489
|
+
|
|
1490
|
+
/**
|
|
1491
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 12;
|
|
1492
|
+
*/
|
|
1493
|
+
updatedAt?: Timestamp;
|
|
1494
|
+
|
|
1495
|
+
/**
|
|
1496
|
+
* @generated from field: google.protobuf.Timestamp canceled_at = 13;
|
|
1497
|
+
*/
|
|
1498
|
+
canceledAt?: Timestamp;
|
|
1499
|
+
|
|
1500
|
+
/**
|
|
1501
|
+
* @generated from field: google.protobuf.Timestamp ended_at = 14;
|
|
1502
|
+
*/
|
|
1503
|
+
endedAt?: Timestamp;
|
|
1504
|
+
|
|
1505
|
+
/**
|
|
1506
|
+
* @generated from field: google.protobuf.Timestamp trial_ends_at = 15;
|
|
1507
|
+
*/
|
|
1508
|
+
trialEndsAt?: Timestamp;
|
|
1509
|
+
|
|
1510
|
+
/**
|
|
1511
|
+
* @generated from field: google.protobuf.Timestamp current_period_start_at = 16;
|
|
1512
|
+
*/
|
|
1513
|
+
currentPeriodStartAt?: Timestamp;
|
|
1514
|
+
|
|
1515
|
+
/**
|
|
1516
|
+
* @generated from field: google.protobuf.Timestamp current_period_end_at = 17;
|
|
1517
|
+
*/
|
|
1518
|
+
currentPeriodEndAt?: Timestamp;
|
|
1519
|
+
|
|
1520
|
+
/**
|
|
1521
|
+
* @generated from field: google.protobuf.Timestamp billing_cycle_anchor_at = 18;
|
|
1522
|
+
*/
|
|
1523
|
+
billingCycleAnchorAt?: Timestamp;
|
|
1524
|
+
|
|
1525
|
+
/**
|
|
1526
|
+
* @generated from field: repeated raystack.frontier.v1beta1.Subscription.Phase phases = 20;
|
|
1527
|
+
*/
|
|
1528
|
+
phases: Subscription_Phase[];
|
|
1529
|
+
|
|
1530
|
+
/**
|
|
1531
|
+
* @generated from field: raystack.frontier.v1beta1.BillingAccount customer = 101;
|
|
1532
|
+
*/
|
|
1533
|
+
customer?: BillingAccount;
|
|
1534
|
+
|
|
1535
|
+
/**
|
|
1536
|
+
* @generated from field: raystack.frontier.v1beta1.Plan plan = 102;
|
|
1537
|
+
*/
|
|
1538
|
+
plan?: Plan;
|
|
1539
|
+
};
|
|
1540
|
+
|
|
1541
|
+
/**
|
|
1542
|
+
* Describes the message raystack.frontier.v1beta1.Subscription.
|
|
1543
|
+
* Use `create(SubscriptionSchema)` to create a new message.
|
|
1544
|
+
*/
|
|
1545
|
+
export declare const SubscriptionSchema: GenMessage<Subscription>;
|
|
1546
|
+
|
|
1547
|
+
/**
|
|
1548
|
+
* @generated from message raystack.frontier.v1beta1.Subscription.Phase
|
|
1549
|
+
*/
|
|
1550
|
+
export declare type Subscription_Phase = Message<"raystack.frontier.v1beta1.Subscription.Phase"> & {
|
|
1551
|
+
/**
|
|
1552
|
+
* @generated from field: google.protobuf.Timestamp effective_at = 1;
|
|
1553
|
+
*/
|
|
1554
|
+
effectiveAt?: Timestamp;
|
|
1555
|
+
|
|
1556
|
+
/**
|
|
1557
|
+
* @generated from field: string plan_id = 2;
|
|
1558
|
+
*/
|
|
1559
|
+
planId: string;
|
|
1560
|
+
|
|
1561
|
+
/**
|
|
1562
|
+
* @generated from field: string reason = 3;
|
|
1563
|
+
*/
|
|
1564
|
+
reason: string;
|
|
1565
|
+
};
|
|
1566
|
+
|
|
1567
|
+
/**
|
|
1568
|
+
* Describes the message raystack.frontier.v1beta1.Subscription.Phase.
|
|
1569
|
+
* Use `create(Subscription_PhaseSchema)` to create a new message.
|
|
1570
|
+
*/
|
|
1571
|
+
export declare const Subscription_PhaseSchema: GenMessage<Subscription_Phase>;
|
|
1572
|
+
|
|
1573
|
+
/**
|
|
1574
|
+
* @generated from message raystack.frontier.v1beta1.CheckoutSession
|
|
1575
|
+
*/
|
|
1576
|
+
export declare type CheckoutSession = Message<"raystack.frontier.v1beta1.CheckoutSession"> & {
|
|
1577
|
+
/**
|
|
1578
|
+
* @generated from field: string id = 1;
|
|
1579
|
+
*/
|
|
1580
|
+
id: string;
|
|
1581
|
+
|
|
1582
|
+
/**
|
|
1583
|
+
* @generated from field: string checkout_url = 2;
|
|
1584
|
+
*/
|
|
1585
|
+
checkoutUrl: string;
|
|
1586
|
+
|
|
1587
|
+
/**
|
|
1588
|
+
* @generated from field: string success_url = 3;
|
|
1589
|
+
*/
|
|
1590
|
+
successUrl: string;
|
|
1591
|
+
|
|
1592
|
+
/**
|
|
1593
|
+
* @generated from field: string cancel_url = 4;
|
|
1594
|
+
*/
|
|
1595
|
+
cancelUrl: string;
|
|
1596
|
+
|
|
1597
|
+
/**
|
|
1598
|
+
* @generated from field: string state = 5;
|
|
1599
|
+
*/
|
|
1600
|
+
state: string;
|
|
1601
|
+
|
|
1602
|
+
/**
|
|
1603
|
+
* @generated from field: string plan = 6;
|
|
1604
|
+
*/
|
|
1605
|
+
plan: string;
|
|
1606
|
+
|
|
1607
|
+
/**
|
|
1608
|
+
* @generated from field: string product = 7;
|
|
1609
|
+
*/
|
|
1610
|
+
product: string;
|
|
1611
|
+
|
|
1612
|
+
/**
|
|
1613
|
+
* @generated from field: google.protobuf.Struct metadata = 10;
|
|
1614
|
+
*/
|
|
1615
|
+
metadata?: JsonObject;
|
|
1616
|
+
|
|
1617
|
+
/**
|
|
1618
|
+
* @generated from field: google.protobuf.Timestamp created_at = 11;
|
|
1619
|
+
*/
|
|
1620
|
+
createdAt?: Timestamp;
|
|
1621
|
+
|
|
1622
|
+
/**
|
|
1623
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 12;
|
|
1624
|
+
*/
|
|
1625
|
+
updatedAt?: Timestamp;
|
|
1626
|
+
|
|
1627
|
+
/**
|
|
1628
|
+
* @generated from field: google.protobuf.Timestamp expire_at = 13;
|
|
1629
|
+
*/
|
|
1630
|
+
expireAt?: Timestamp;
|
|
1631
|
+
};
|
|
1632
|
+
|
|
1633
|
+
/**
|
|
1634
|
+
* Describes the message raystack.frontier.v1beta1.CheckoutSession.
|
|
1635
|
+
* Use `create(CheckoutSessionSchema)` to create a new message.
|
|
1636
|
+
*/
|
|
1637
|
+
export declare const CheckoutSessionSchema: GenMessage<CheckoutSession>;
|
|
1638
|
+
|
|
1639
|
+
/**
|
|
1640
|
+
* @generated from message raystack.frontier.v1beta1.Plan
|
|
1641
|
+
*/
|
|
1642
|
+
export declare type Plan = Message<"raystack.frontier.v1beta1.Plan"> & {
|
|
1643
|
+
/**
|
|
1644
|
+
* @generated from field: string id = 1;
|
|
1645
|
+
*/
|
|
1646
|
+
id: string;
|
|
1647
|
+
|
|
1648
|
+
/**
|
|
1649
|
+
* @generated from field: string name = 2;
|
|
1650
|
+
*/
|
|
1651
|
+
name: string;
|
|
1652
|
+
|
|
1653
|
+
/**
|
|
1654
|
+
* @generated from field: string title = 3;
|
|
1655
|
+
*/
|
|
1656
|
+
title: string;
|
|
1657
|
+
|
|
1658
|
+
/**
|
|
1659
|
+
* @generated from field: string description = 4;
|
|
1660
|
+
*/
|
|
1661
|
+
description: string;
|
|
1662
|
+
|
|
1663
|
+
/**
|
|
1664
|
+
* @generated from field: repeated raystack.frontier.v1beta1.Product products = 5;
|
|
1665
|
+
*/
|
|
1666
|
+
products: Product[];
|
|
1667
|
+
|
|
1668
|
+
/**
|
|
1669
|
+
* known intervals are "day", "week", "month", and "year"
|
|
1670
|
+
*
|
|
1671
|
+
* @generated from field: string interval = 6;
|
|
1672
|
+
*/
|
|
1673
|
+
interval: string;
|
|
1674
|
+
|
|
1675
|
+
/**
|
|
1676
|
+
* @generated from field: int64 on_start_credits = 7;
|
|
1677
|
+
*/
|
|
1678
|
+
onStartCredits: bigint;
|
|
1679
|
+
|
|
1680
|
+
/**
|
|
1681
|
+
* @generated from field: int64 trial_days = 8;
|
|
1682
|
+
*/
|
|
1683
|
+
trialDays: bigint;
|
|
1684
|
+
|
|
1685
|
+
/**
|
|
1686
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
1687
|
+
*/
|
|
1688
|
+
metadata?: JsonObject;
|
|
1689
|
+
|
|
1690
|
+
/**
|
|
1691
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
1692
|
+
*/
|
|
1693
|
+
createdAt?: Timestamp;
|
|
1694
|
+
|
|
1695
|
+
/**
|
|
1696
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 22;
|
|
1697
|
+
*/
|
|
1698
|
+
updatedAt?: Timestamp;
|
|
1699
|
+
};
|
|
1700
|
+
|
|
1701
|
+
/**
|
|
1702
|
+
* Describes the message raystack.frontier.v1beta1.Plan.
|
|
1703
|
+
* Use `create(PlanSchema)` to create a new message.
|
|
1704
|
+
*/
|
|
1705
|
+
export declare const PlanSchema: GenMessage<Plan>;
|
|
1706
|
+
|
|
1707
|
+
/**
|
|
1708
|
+
* @generated from message raystack.frontier.v1beta1.Product
|
|
1709
|
+
*/
|
|
1710
|
+
export declare type Product = Message<"raystack.frontier.v1beta1.Product"> & {
|
|
1711
|
+
/**
|
|
1712
|
+
* @generated from field: string id = 1;
|
|
1713
|
+
*/
|
|
1714
|
+
id: string;
|
|
1715
|
+
|
|
1716
|
+
/**
|
|
1717
|
+
* @generated from field: string name = 2;
|
|
1718
|
+
*/
|
|
1719
|
+
name: string;
|
|
1720
|
+
|
|
1721
|
+
/**
|
|
1722
|
+
* @generated from field: string title = 3;
|
|
1723
|
+
*/
|
|
1724
|
+
title: string;
|
|
1725
|
+
|
|
1726
|
+
/**
|
|
1727
|
+
* @generated from field: string description = 4;
|
|
1728
|
+
*/
|
|
1729
|
+
description: string;
|
|
1730
|
+
|
|
1731
|
+
/**
|
|
1732
|
+
* @generated from field: repeated string plan_ids = 5;
|
|
1733
|
+
*/
|
|
1734
|
+
planIds: string[];
|
|
1735
|
+
|
|
1736
|
+
/**
|
|
1737
|
+
* @generated from field: string state = 6;
|
|
1738
|
+
*/
|
|
1739
|
+
state: string;
|
|
1740
|
+
|
|
1741
|
+
/**
|
|
1742
|
+
* @generated from field: repeated raystack.frontier.v1beta1.Price prices = 7;
|
|
1743
|
+
*/
|
|
1744
|
+
prices: Price[];
|
|
1745
|
+
|
|
1746
|
+
/**
|
|
1747
|
+
* @generated from field: string behavior = 9;
|
|
1748
|
+
*/
|
|
1749
|
+
behavior: string;
|
|
1750
|
+
|
|
1751
|
+
/**
|
|
1752
|
+
* @generated from field: repeated raystack.frontier.v1beta1.Feature features = 10;
|
|
1753
|
+
*/
|
|
1754
|
+
features: Feature[];
|
|
1755
|
+
|
|
1756
|
+
/**
|
|
1757
|
+
* @generated from field: raystack.frontier.v1beta1.Product.BehaviorConfig behavior_config = 11;
|
|
1758
|
+
*/
|
|
1759
|
+
behaviorConfig?: Product_BehaviorConfig;
|
|
1760
|
+
|
|
1761
|
+
/**
|
|
1762
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
1763
|
+
*/
|
|
1764
|
+
metadata?: JsonObject;
|
|
1765
|
+
|
|
1766
|
+
/**
|
|
1767
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
1768
|
+
*/
|
|
1769
|
+
createdAt?: Timestamp;
|
|
1770
|
+
|
|
1771
|
+
/**
|
|
1772
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 22;
|
|
1773
|
+
*/
|
|
1774
|
+
updatedAt?: Timestamp;
|
|
1775
|
+
};
|
|
1776
|
+
|
|
1777
|
+
/**
|
|
1778
|
+
* Describes the message raystack.frontier.v1beta1.Product.
|
|
1779
|
+
* Use `create(ProductSchema)` to create a new message.
|
|
1780
|
+
*/
|
|
1781
|
+
export declare const ProductSchema: GenMessage<Product>;
|
|
1782
|
+
|
|
1783
|
+
/**
|
|
1784
|
+
* @generated from message raystack.frontier.v1beta1.Product.BehaviorConfig
|
|
1785
|
+
*/
|
|
1786
|
+
export declare type Product_BehaviorConfig = Message<"raystack.frontier.v1beta1.Product.BehaviorConfig"> & {
|
|
1787
|
+
/**
|
|
1788
|
+
* @generated from field: int64 credit_amount = 1;
|
|
1789
|
+
*/
|
|
1790
|
+
creditAmount: bigint;
|
|
1791
|
+
|
|
1792
|
+
/**
|
|
1793
|
+
* @generated from field: int64 seat_limit = 2;
|
|
1794
|
+
*/
|
|
1795
|
+
seatLimit: bigint;
|
|
1796
|
+
|
|
1797
|
+
/**
|
|
1798
|
+
* @generated from field: int64 min_quantity = 3;
|
|
1799
|
+
*/
|
|
1800
|
+
minQuantity: bigint;
|
|
1801
|
+
|
|
1802
|
+
/**
|
|
1803
|
+
* @generated from field: int64 max_quantity = 4;
|
|
1804
|
+
*/
|
|
1805
|
+
maxQuantity: bigint;
|
|
1806
|
+
};
|
|
1807
|
+
|
|
1808
|
+
/**
|
|
1809
|
+
* Describes the message raystack.frontier.v1beta1.Product.BehaviorConfig.
|
|
1810
|
+
* Use `create(Product_BehaviorConfigSchema)` to create a new message.
|
|
1811
|
+
*/
|
|
1812
|
+
export declare const Product_BehaviorConfigSchema: GenMessage<Product_BehaviorConfig>;
|
|
1813
|
+
|
|
1814
|
+
/**
|
|
1815
|
+
* @generated from message raystack.frontier.v1beta1.Feature
|
|
1816
|
+
*/
|
|
1817
|
+
export declare type Feature = Message<"raystack.frontier.v1beta1.Feature"> & {
|
|
1818
|
+
/**
|
|
1819
|
+
* @generated from field: string id = 1;
|
|
1820
|
+
*/
|
|
1821
|
+
id: string;
|
|
1822
|
+
|
|
1823
|
+
/**
|
|
1824
|
+
* machine friendly name
|
|
1825
|
+
*
|
|
1826
|
+
* @generated from field: string name = 2;
|
|
1827
|
+
*/
|
|
1828
|
+
name: string;
|
|
1829
|
+
|
|
1830
|
+
/**
|
|
1831
|
+
* @generated from field: repeated string product_ids = 3;
|
|
1832
|
+
*/
|
|
1833
|
+
productIds: string[];
|
|
1834
|
+
|
|
1835
|
+
/**
|
|
1836
|
+
* human friendly name
|
|
1837
|
+
*
|
|
1838
|
+
* @generated from field: string title = 4;
|
|
1839
|
+
*/
|
|
1840
|
+
title: string;
|
|
1841
|
+
|
|
1842
|
+
/**
|
|
1843
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
1844
|
+
*/
|
|
1845
|
+
metadata?: JsonObject;
|
|
1846
|
+
|
|
1847
|
+
/**
|
|
1848
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
1849
|
+
*/
|
|
1850
|
+
createdAt?: Timestamp;
|
|
1851
|
+
|
|
1852
|
+
/**
|
|
1853
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 22;
|
|
1854
|
+
*/
|
|
1855
|
+
updatedAt?: Timestamp;
|
|
1856
|
+
};
|
|
1857
|
+
|
|
1858
|
+
/**
|
|
1859
|
+
* Describes the message raystack.frontier.v1beta1.Feature.
|
|
1860
|
+
* Use `create(FeatureSchema)` to create a new message.
|
|
1861
|
+
*/
|
|
1862
|
+
export declare const FeatureSchema: GenMessage<Feature>;
|
|
1863
|
+
|
|
1864
|
+
/**
|
|
1865
|
+
* @generated from message raystack.frontier.v1beta1.Price
|
|
1866
|
+
*/
|
|
1867
|
+
export declare type Price = Message<"raystack.frontier.v1beta1.Price"> & {
|
|
1868
|
+
/**
|
|
1869
|
+
* @generated from field: string id = 1;
|
|
1870
|
+
*/
|
|
1871
|
+
id: string;
|
|
1872
|
+
|
|
1873
|
+
/**
|
|
1874
|
+
* @generated from field: string product_id = 2;
|
|
1875
|
+
*/
|
|
1876
|
+
productId: string;
|
|
1877
|
+
|
|
1878
|
+
/**
|
|
1879
|
+
* @generated from field: string provider_id = 3;
|
|
1880
|
+
*/
|
|
1881
|
+
providerId: string;
|
|
1882
|
+
|
|
1883
|
+
/**
|
|
1884
|
+
* @generated from field: string name = 4;
|
|
1885
|
+
*/
|
|
1886
|
+
name: string;
|
|
1887
|
+
|
|
1888
|
+
/**
|
|
1889
|
+
* known intervals are "day", "week", "month", and "year"
|
|
1890
|
+
*
|
|
1891
|
+
* @generated from field: string interval = 6;
|
|
1892
|
+
*/
|
|
1893
|
+
interval: string;
|
|
1894
|
+
|
|
1895
|
+
/**
|
|
1896
|
+
* usage_type known types are "licensed" and "metered"
|
|
1897
|
+
*
|
|
1898
|
+
* @generated from field: string usage_type = 7;
|
|
1899
|
+
*/
|
|
1900
|
+
usageType: string;
|
|
1901
|
+
|
|
1902
|
+
/**
|
|
1903
|
+
* billing_scheme known schemes are "tiered" and "flat"
|
|
1904
|
+
*
|
|
1905
|
+
* @generated from field: string billing_scheme = 8;
|
|
1906
|
+
*/
|
|
1907
|
+
billingScheme: string;
|
|
1908
|
+
|
|
1909
|
+
/**
|
|
1910
|
+
* @generated from field: string state = 9;
|
|
1911
|
+
*/
|
|
1912
|
+
state: string;
|
|
1913
|
+
|
|
1914
|
+
/**
|
|
1915
|
+
* currency like "usd", "eur", "gbp"
|
|
1916
|
+
*
|
|
1917
|
+
* @generated from field: string currency = 10;
|
|
1918
|
+
*/
|
|
1919
|
+
currency: string;
|
|
1920
|
+
|
|
1921
|
+
/**
|
|
1922
|
+
* @generated from field: int64 amount = 11;
|
|
1923
|
+
*/
|
|
1924
|
+
amount: bigint;
|
|
1925
|
+
|
|
1926
|
+
/**
|
|
1927
|
+
* metered_aggregate known aggregations are "sum", "last_during_period" and "max"
|
|
1928
|
+
*
|
|
1929
|
+
* @generated from field: string metered_aggregate = 13;
|
|
1930
|
+
*/
|
|
1931
|
+
meteredAggregate: string;
|
|
1932
|
+
|
|
1933
|
+
/**
|
|
1934
|
+
* tier_mode known modes are "graduated" and "volume"
|
|
1935
|
+
*
|
|
1936
|
+
* @generated from field: string tier_mode = 14;
|
|
1937
|
+
*/
|
|
1938
|
+
tierMode: string;
|
|
1939
|
+
|
|
1940
|
+
/**
|
|
1941
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
1942
|
+
*/
|
|
1943
|
+
metadata?: JsonObject;
|
|
1944
|
+
|
|
1945
|
+
/**
|
|
1946
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
1947
|
+
*/
|
|
1948
|
+
createdAt?: Timestamp;
|
|
1949
|
+
|
|
1950
|
+
/**
|
|
1951
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 22;
|
|
1952
|
+
*/
|
|
1953
|
+
updatedAt?: Timestamp;
|
|
1954
|
+
};
|
|
1955
|
+
|
|
1956
|
+
/**
|
|
1957
|
+
* Describes the message raystack.frontier.v1beta1.Price.
|
|
1958
|
+
* Use `create(PriceSchema)` to create a new message.
|
|
1959
|
+
*/
|
|
1960
|
+
export declare const PriceSchema: GenMessage<Price>;
|
|
1961
|
+
|
|
1962
|
+
/**
|
|
1963
|
+
* @generated from message raystack.frontier.v1beta1.BillingTransaction
|
|
1964
|
+
*/
|
|
1965
|
+
export declare type BillingTransaction = Message<"raystack.frontier.v1beta1.BillingTransaction"> & {
|
|
1966
|
+
/**
|
|
1967
|
+
* @generated from field: string id = 1;
|
|
1968
|
+
*/
|
|
1969
|
+
id: string;
|
|
1970
|
+
|
|
1971
|
+
/**
|
|
1972
|
+
* @generated from field: string customer_id = 2;
|
|
1973
|
+
*/
|
|
1974
|
+
customerId: string;
|
|
1975
|
+
|
|
1976
|
+
/**
|
|
1977
|
+
* additional metadata for storing event/service that triggered this usage
|
|
1978
|
+
*
|
|
1979
|
+
* @generated from field: string source = 3;
|
|
1980
|
+
*/
|
|
1981
|
+
source: string;
|
|
1982
|
+
|
|
1983
|
+
/**
|
|
1984
|
+
* @generated from field: int64 amount = 4;
|
|
1985
|
+
*/
|
|
1986
|
+
amount: bigint;
|
|
1987
|
+
|
|
1988
|
+
/**
|
|
1989
|
+
* @generated from field: string type = 5;
|
|
1990
|
+
*/
|
|
1991
|
+
type: string;
|
|
1992
|
+
|
|
1993
|
+
/**
|
|
1994
|
+
* @generated from field: string description = 6;
|
|
1995
|
+
*/
|
|
1996
|
+
description: string;
|
|
1997
|
+
|
|
1998
|
+
/**
|
|
1999
|
+
* user_id is the user that triggered this usage
|
|
2000
|
+
*
|
|
2001
|
+
* @generated from field: string user_id = 7;
|
|
2002
|
+
*/
|
|
2003
|
+
userId: string;
|
|
2004
|
+
|
|
2005
|
+
/**
|
|
2006
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
2007
|
+
*/
|
|
2008
|
+
metadata?: JsonObject;
|
|
2009
|
+
|
|
2010
|
+
/**
|
|
2011
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
2012
|
+
*/
|
|
2013
|
+
createdAt?: Timestamp;
|
|
2014
|
+
|
|
2015
|
+
/**
|
|
2016
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 22;
|
|
2017
|
+
*/
|
|
2018
|
+
updatedAt?: Timestamp;
|
|
2019
|
+
|
|
2020
|
+
/**
|
|
2021
|
+
* @generated from field: raystack.frontier.v1beta1.User user = 101;
|
|
2022
|
+
*/
|
|
2023
|
+
user?: User;
|
|
2024
|
+
|
|
2025
|
+
/**
|
|
2026
|
+
* @generated from field: raystack.frontier.v1beta1.BillingAccount customer = 102;
|
|
2027
|
+
*/
|
|
2028
|
+
customer?: BillingAccount;
|
|
2029
|
+
};
|
|
2030
|
+
|
|
2031
|
+
/**
|
|
2032
|
+
* Describes the message raystack.frontier.v1beta1.BillingTransaction.
|
|
2033
|
+
* Use `create(BillingTransactionSchema)` to create a new message.
|
|
2034
|
+
*/
|
|
2035
|
+
export declare const BillingTransactionSchema: GenMessage<BillingTransaction>;
|
|
2036
|
+
|
|
2037
|
+
/**
|
|
2038
|
+
* @generated from message raystack.frontier.v1beta1.Usage
|
|
2039
|
+
*/
|
|
2040
|
+
export declare type Usage = Message<"raystack.frontier.v1beta1.Usage"> & {
|
|
2041
|
+
/**
|
|
2042
|
+
* uuid used as an idempotent key
|
|
2043
|
+
*
|
|
2044
|
+
* @generated from field: string id = 1;
|
|
2045
|
+
*/
|
|
2046
|
+
id: string;
|
|
2047
|
+
|
|
2048
|
+
/**
|
|
2049
|
+
* @generated from field: string customer_id = 2;
|
|
2050
|
+
*/
|
|
2051
|
+
customerId: string;
|
|
2052
|
+
|
|
2053
|
+
/**
|
|
2054
|
+
* additional metadata for storing event/service that triggered this usage
|
|
2055
|
+
*
|
|
2056
|
+
* @generated from field: string source = 3;
|
|
2057
|
+
*/
|
|
2058
|
+
source: string;
|
|
2059
|
+
|
|
2060
|
+
/**
|
|
2061
|
+
* @generated from field: string description = 4;
|
|
2062
|
+
*/
|
|
2063
|
+
description: string;
|
|
2064
|
+
|
|
2065
|
+
/**
|
|
2066
|
+
* Type is the type of usage, it can be credit or feature
|
|
2067
|
+
* if credit, the amount is the amount of credits that were consumed
|
|
2068
|
+
* if feature, the amount is the amount of features that were used
|
|
2069
|
+
*
|
|
2070
|
+
* @generated from field: string type = 5;
|
|
2071
|
+
*/
|
|
2072
|
+
type: string;
|
|
2073
|
+
|
|
2074
|
+
/**
|
|
2075
|
+
* @generated from field: int64 amount = 6;
|
|
2076
|
+
*/
|
|
2077
|
+
amount: bigint;
|
|
2078
|
+
|
|
2079
|
+
/**
|
|
2080
|
+
* user_id is the user that triggered this usage
|
|
2081
|
+
*
|
|
2082
|
+
* @generated from field: string user_id = 7;
|
|
2083
|
+
*/
|
|
2084
|
+
userId: string;
|
|
2085
|
+
|
|
2086
|
+
/**
|
|
2087
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
2088
|
+
*/
|
|
2089
|
+
metadata?: JsonObject;
|
|
2090
|
+
|
|
2091
|
+
/**
|
|
2092
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
2093
|
+
*/
|
|
2094
|
+
createdAt?: Timestamp;
|
|
2095
|
+
|
|
2096
|
+
/**
|
|
2097
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 22;
|
|
2098
|
+
*/
|
|
2099
|
+
updatedAt?: Timestamp;
|
|
2100
|
+
};
|
|
2101
|
+
|
|
2102
|
+
/**
|
|
2103
|
+
* Describes the message raystack.frontier.v1beta1.Usage.
|
|
2104
|
+
* Use `create(UsageSchema)` to create a new message.
|
|
2105
|
+
*/
|
|
2106
|
+
export declare const UsageSchema: GenMessage<Usage>;
|
|
2107
|
+
|
|
2108
|
+
/**
|
|
2109
|
+
* @generated from message raystack.frontier.v1beta1.Invoice
|
|
2110
|
+
*/
|
|
2111
|
+
export declare type Invoice = Message<"raystack.frontier.v1beta1.Invoice"> & {
|
|
2112
|
+
/**
|
|
2113
|
+
* @generated from field: string id = 1;
|
|
2114
|
+
*/
|
|
2115
|
+
id: string;
|
|
2116
|
+
|
|
2117
|
+
/**
|
|
2118
|
+
* @generated from field: string customer_id = 2;
|
|
2119
|
+
*/
|
|
2120
|
+
customerId: string;
|
|
2121
|
+
|
|
2122
|
+
/**
|
|
2123
|
+
* @generated from field: string provider_id = 3;
|
|
2124
|
+
*/
|
|
2125
|
+
providerId: string;
|
|
2126
|
+
|
|
2127
|
+
/**
|
|
2128
|
+
* @generated from field: string state = 4;
|
|
2129
|
+
*/
|
|
2130
|
+
state: string;
|
|
2131
|
+
|
|
2132
|
+
/**
|
|
2133
|
+
* @generated from field: string currency = 5;
|
|
2134
|
+
*/
|
|
2135
|
+
currency: string;
|
|
2136
|
+
|
|
2137
|
+
/**
|
|
2138
|
+
* @generated from field: int64 amount = 6;
|
|
2139
|
+
*/
|
|
2140
|
+
amount: bigint;
|
|
2141
|
+
|
|
2142
|
+
/**
|
|
2143
|
+
* @generated from field: string hosted_url = 7;
|
|
2144
|
+
*/
|
|
2145
|
+
hostedUrl: string;
|
|
2146
|
+
|
|
2147
|
+
/**
|
|
2148
|
+
* The date on which payment for this invoice is due
|
|
2149
|
+
*
|
|
2150
|
+
* @generated from field: google.protobuf.Timestamp due_date = 8;
|
|
2151
|
+
*/
|
|
2152
|
+
dueDate?: Timestamp;
|
|
2153
|
+
|
|
2154
|
+
/**
|
|
2155
|
+
* The date when this invoice is in effect.
|
|
2156
|
+
*
|
|
2157
|
+
* @generated from field: google.protobuf.Timestamp effective_at = 9;
|
|
2158
|
+
*/
|
|
2159
|
+
effectiveAt?: Timestamp;
|
|
2160
|
+
|
|
2161
|
+
/**
|
|
2162
|
+
* @generated from field: google.protobuf.Timestamp period_start_at = 10;
|
|
2163
|
+
*/
|
|
2164
|
+
periodStartAt?: Timestamp;
|
|
2165
|
+
|
|
2166
|
+
/**
|
|
2167
|
+
* @generated from field: google.protobuf.Timestamp period_end_at = 11;
|
|
2168
|
+
*/
|
|
2169
|
+
periodEndAt?: Timestamp;
|
|
2170
|
+
|
|
2171
|
+
/**
|
|
2172
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
2173
|
+
*/
|
|
2174
|
+
metadata?: JsonObject;
|
|
2175
|
+
|
|
2176
|
+
/**
|
|
2177
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
2178
|
+
*/
|
|
2179
|
+
createdAt?: Timestamp;
|
|
2180
|
+
|
|
2181
|
+
/**
|
|
2182
|
+
* @generated from field: raystack.frontier.v1beta1.BillingAccount customer = 101;
|
|
2183
|
+
*/
|
|
2184
|
+
customer?: BillingAccount;
|
|
2185
|
+
};
|
|
2186
|
+
|
|
2187
|
+
/**
|
|
2188
|
+
* Describes the message raystack.frontier.v1beta1.Invoice.
|
|
2189
|
+
* Use `create(InvoiceSchema)` to create a new message.
|
|
2190
|
+
*/
|
|
2191
|
+
export declare const InvoiceSchema: GenMessage<Invoice>;
|
|
2192
|
+
|
|
2193
|
+
/**
|
|
2194
|
+
* @generated from message raystack.frontier.v1beta1.PaymentMethod
|
|
2195
|
+
*/
|
|
2196
|
+
export declare type PaymentMethod = Message<"raystack.frontier.v1beta1.PaymentMethod"> & {
|
|
2197
|
+
/**
|
|
2198
|
+
* @generated from field: string id = 1;
|
|
2199
|
+
*/
|
|
2200
|
+
id: string;
|
|
2201
|
+
|
|
2202
|
+
/**
|
|
2203
|
+
* @generated from field: string customer_id = 2;
|
|
2204
|
+
*/
|
|
2205
|
+
customerId: string;
|
|
2206
|
+
|
|
2207
|
+
/**
|
|
2208
|
+
* @generated from field: string provider_id = 3;
|
|
2209
|
+
*/
|
|
2210
|
+
providerId: string;
|
|
2211
|
+
|
|
2212
|
+
/**
|
|
2213
|
+
* @generated from field: string type = 4;
|
|
2214
|
+
*/
|
|
2215
|
+
type: string;
|
|
2216
|
+
|
|
2217
|
+
/**
|
|
2218
|
+
* @generated from field: string card_brand = 15;
|
|
2219
|
+
*/
|
|
2220
|
+
cardBrand: string;
|
|
2221
|
+
|
|
2222
|
+
/**
|
|
2223
|
+
* @generated from field: string card_last4 = 16;
|
|
2224
|
+
*/
|
|
2225
|
+
cardLast4: string;
|
|
2226
|
+
|
|
2227
|
+
/**
|
|
2228
|
+
* @generated from field: int64 card_expiry_month = 17;
|
|
2229
|
+
*/
|
|
2230
|
+
cardExpiryMonth: bigint;
|
|
2231
|
+
|
|
2232
|
+
/**
|
|
2233
|
+
* @generated from field: int64 card_expiry_year = 18;
|
|
2234
|
+
*/
|
|
2235
|
+
cardExpiryYear: bigint;
|
|
2236
|
+
|
|
2237
|
+
/**
|
|
2238
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
2239
|
+
*/
|
|
2240
|
+
metadata?: JsonObject;
|
|
2241
|
+
|
|
2242
|
+
/**
|
|
2243
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
2244
|
+
*/
|
|
2245
|
+
createdAt?: Timestamp;
|
|
2246
|
+
};
|
|
2247
|
+
|
|
2248
|
+
/**
|
|
2249
|
+
* Describes the message raystack.frontier.v1beta1.PaymentMethod.
|
|
2250
|
+
* Use `create(PaymentMethodSchema)` to create a new message.
|
|
2251
|
+
*/
|
|
2252
|
+
export declare const PaymentMethodSchema: GenMessage<PaymentMethod>;
|
|
2253
|
+
|
|
2254
|
+
/**
|
|
2255
|
+
* @generated from message raystack.frontier.v1beta1.Webhook
|
|
2256
|
+
*/
|
|
2257
|
+
export declare type Webhook = Message<"raystack.frontier.v1beta1.Webhook"> & {
|
|
2258
|
+
/**
|
|
2259
|
+
* @generated from field: string id = 1;
|
|
2260
|
+
*/
|
|
2261
|
+
id: string;
|
|
2262
|
+
|
|
2263
|
+
/**
|
|
2264
|
+
* @generated from field: string description = 2;
|
|
2265
|
+
*/
|
|
2266
|
+
description: string;
|
|
2267
|
+
|
|
2268
|
+
/**
|
|
2269
|
+
* @generated from field: string url = 3;
|
|
2270
|
+
*/
|
|
2271
|
+
url: string;
|
|
2272
|
+
|
|
2273
|
+
/**
|
|
2274
|
+
* @generated from field: repeated string subscribed_events = 4;
|
|
2275
|
+
*/
|
|
2276
|
+
subscribedEvents: string[];
|
|
2277
|
+
|
|
2278
|
+
/**
|
|
2279
|
+
* headers to be sent with the webhook
|
|
2280
|
+
*
|
|
2281
|
+
* @generated from field: map<string, string> headers = 5;
|
|
2282
|
+
*/
|
|
2283
|
+
headers: { [key: string]: string };
|
|
2284
|
+
|
|
2285
|
+
/**
|
|
2286
|
+
* secret to sign the payload, there could be multiple enabled secrets for a webhook
|
|
2287
|
+
* but only one will be used to sign the payload, this is useful for rotating secrets
|
|
2288
|
+
*
|
|
2289
|
+
* @generated from field: repeated raystack.frontier.v1beta1.Webhook.Secret secrets = 6;
|
|
2290
|
+
*/
|
|
2291
|
+
secrets: Webhook_Secret[];
|
|
2292
|
+
|
|
2293
|
+
/**
|
|
2294
|
+
* @generated from field: string state = 7;
|
|
2295
|
+
*/
|
|
2296
|
+
state: string;
|
|
2297
|
+
|
|
2298
|
+
/**
|
|
2299
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
2300
|
+
*/
|
|
2301
|
+
metadata?: JsonObject;
|
|
2302
|
+
|
|
2303
|
+
/**
|
|
2304
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
2305
|
+
*/
|
|
2306
|
+
createdAt?: Timestamp;
|
|
2307
|
+
|
|
2308
|
+
/**
|
|
2309
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 22;
|
|
2310
|
+
*/
|
|
2311
|
+
updatedAt?: Timestamp;
|
|
2312
|
+
};
|
|
2313
|
+
|
|
2314
|
+
/**
|
|
2315
|
+
* Describes the message raystack.frontier.v1beta1.Webhook.
|
|
2316
|
+
* Use `create(WebhookSchema)` to create a new message.
|
|
2317
|
+
*/
|
|
2318
|
+
export declare const WebhookSchema: GenMessage<Webhook>;
|
|
2319
|
+
|
|
2320
|
+
/**
|
|
2321
|
+
* @generated from message raystack.frontier.v1beta1.Webhook.Secret
|
|
2322
|
+
*/
|
|
2323
|
+
export declare type Webhook_Secret = Message<"raystack.frontier.v1beta1.Webhook.Secret"> & {
|
|
2324
|
+
/**
|
|
2325
|
+
* @generated from field: string id = 1;
|
|
2326
|
+
*/
|
|
2327
|
+
id: string;
|
|
2328
|
+
|
|
2329
|
+
/**
|
|
2330
|
+
* @generated from field: string value = 2;
|
|
2331
|
+
*/
|
|
2332
|
+
value: string;
|
|
2333
|
+
};
|
|
2334
|
+
|
|
2335
|
+
/**
|
|
2336
|
+
* Describes the message raystack.frontier.v1beta1.Webhook.Secret.
|
|
2337
|
+
* Use `create(Webhook_SecretSchema)` to create a new message.
|
|
2338
|
+
*/
|
|
2339
|
+
export declare const Webhook_SecretSchema: GenMessage<Webhook_Secret>;
|
|
2340
|
+
|
|
2341
|
+
/**
|
|
2342
|
+
* @generated from message raystack.frontier.v1beta1.WebhookEvent
|
|
2343
|
+
*/
|
|
2344
|
+
export declare type WebhookEvent = Message<"raystack.frontier.v1beta1.WebhookEvent"> & {
|
|
2345
|
+
/**
|
|
2346
|
+
* @generated from field: string id = 1;
|
|
2347
|
+
*/
|
|
2348
|
+
id: string;
|
|
2349
|
+
|
|
2350
|
+
/**
|
|
2351
|
+
* @generated from field: string action = 2;
|
|
2352
|
+
*/
|
|
2353
|
+
action: string;
|
|
2354
|
+
|
|
2355
|
+
/**
|
|
2356
|
+
* @generated from field: google.protobuf.Struct data = 3;
|
|
2357
|
+
*/
|
|
2358
|
+
data?: JsonObject;
|
|
2359
|
+
|
|
2360
|
+
/**
|
|
2361
|
+
* @generated from field: google.protobuf.Struct metadata = 20;
|
|
2362
|
+
*/
|
|
2363
|
+
metadata?: JsonObject;
|
|
2364
|
+
|
|
2365
|
+
/**
|
|
2366
|
+
* @generated from field: google.protobuf.Timestamp created_at = 21;
|
|
2367
|
+
*/
|
|
2368
|
+
createdAt?: Timestamp;
|
|
2369
|
+
};
|
|
2370
|
+
|
|
2371
|
+
/**
|
|
2372
|
+
* Describes the message raystack.frontier.v1beta1.WebhookEvent.
|
|
2373
|
+
* Use `create(WebhookEventSchema)` to create a new message.
|
|
2374
|
+
*/
|
|
2375
|
+
export declare const WebhookEventSchema: GenMessage<WebhookEvent>;
|
|
2376
|
+
|
|
2377
|
+
/**
|
|
2378
|
+
* @generated from message raystack.frontier.v1beta1.RoleRequestBody
|
|
2379
|
+
*/
|
|
2380
|
+
export declare type RoleRequestBody = Message<"raystack.frontier.v1beta1.RoleRequestBody"> & {
|
|
2381
|
+
/**
|
|
2382
|
+
* @generated from field: string name = 2;
|
|
2383
|
+
*/
|
|
2384
|
+
name: string;
|
|
2385
|
+
|
|
2386
|
+
/**
|
|
2387
|
+
* @generated from field: repeated string permissions = 3;
|
|
2388
|
+
*/
|
|
2389
|
+
permissions: string[];
|
|
2390
|
+
|
|
2391
|
+
/**
|
|
2392
|
+
* @generated from field: google.protobuf.Struct metadata = 5;
|
|
2393
|
+
*/
|
|
2394
|
+
metadata?: JsonObject;
|
|
2395
|
+
|
|
2396
|
+
/**
|
|
2397
|
+
* @generated from field: string title = 6;
|
|
2398
|
+
*/
|
|
2399
|
+
title: string;
|
|
2400
|
+
|
|
2401
|
+
/**
|
|
2402
|
+
* @generated from field: repeated string scopes = 7;
|
|
2403
|
+
*/
|
|
2404
|
+
scopes: string[];
|
|
2405
|
+
};
|
|
2406
|
+
|
|
2407
|
+
/**
|
|
2408
|
+
* Describes the message raystack.frontier.v1beta1.RoleRequestBody.
|
|
2409
|
+
* Use `create(RoleRequestBodySchema)` to create a new message.
|
|
2410
|
+
*/
|
|
2411
|
+
export declare const RoleRequestBodySchema: GenMessage<RoleRequestBody>;
|
|
2412
|
+
|
|
2413
|
+
/**
|
|
2414
|
+
* @generated from message raystack.frontier.v1beta1.PreferenceRequestBody
|
|
2415
|
+
*/
|
|
2416
|
+
export declare type PreferenceRequestBody = Message<"raystack.frontier.v1beta1.PreferenceRequestBody"> & {
|
|
2417
|
+
/**
|
|
2418
|
+
* @generated from field: string name = 2;
|
|
2419
|
+
*/
|
|
2420
|
+
name: string;
|
|
2421
|
+
|
|
2422
|
+
/**
|
|
2423
|
+
* @generated from field: string value = 3;
|
|
2424
|
+
*/
|
|
2425
|
+
value: string;
|
|
2426
|
+
};
|
|
2427
|
+
|
|
2428
|
+
/**
|
|
2429
|
+
* Describes the message raystack.frontier.v1beta1.PreferenceRequestBody.
|
|
2430
|
+
* Use `create(PreferenceRequestBodySchema)` to create a new message.
|
|
2431
|
+
*/
|
|
2432
|
+
export declare const PreferenceRequestBodySchema: GenMessage<PreferenceRequestBody>;
|
|
2433
|
+
|
|
2434
|
+
/**
|
|
2435
|
+
* @generated from message raystack.frontier.v1beta1.CheckoutSubscriptionBody
|
|
2436
|
+
*/
|
|
2437
|
+
export declare type CheckoutSubscriptionBody = Message<"raystack.frontier.v1beta1.CheckoutSubscriptionBody"> & {
|
|
2438
|
+
/**
|
|
2439
|
+
* @generated from field: string plan = 1;
|
|
2440
|
+
*/
|
|
2441
|
+
plan: string;
|
|
2442
|
+
|
|
2443
|
+
/**
|
|
2444
|
+
* @generated from field: bool skip_trial = 2;
|
|
2445
|
+
*/
|
|
2446
|
+
skipTrial: boolean;
|
|
2447
|
+
|
|
2448
|
+
/**
|
|
2449
|
+
* @generated from field: bool cancel_after_trial = 3;
|
|
2450
|
+
*/
|
|
2451
|
+
cancelAfterTrial: boolean;
|
|
2452
|
+
|
|
2453
|
+
/**
|
|
2454
|
+
* provider_coupon_id is the coupon code that will be applied to the subscription
|
|
2455
|
+
* generated by the billing provider, this will be deprecated once coupons are
|
|
2456
|
+
* managed by the platform
|
|
2457
|
+
*
|
|
2458
|
+
* @generated from field: string provider_coupon_id = 4;
|
|
2459
|
+
*/
|
|
2460
|
+
providerCouponId: string;
|
|
2461
|
+
};
|
|
2462
|
+
|
|
2463
|
+
/**
|
|
2464
|
+
* Describes the message raystack.frontier.v1beta1.CheckoutSubscriptionBody.
|
|
2465
|
+
* Use `create(CheckoutSubscriptionBodySchema)` to create a new message.
|
|
2466
|
+
*/
|
|
2467
|
+
export declare const CheckoutSubscriptionBodySchema: GenMessage<CheckoutSubscriptionBody>;
|
|
2468
|
+
|
|
2469
|
+
/**
|
|
2470
|
+
* @generated from message raystack.frontier.v1beta1.CheckoutProductBody
|
|
2471
|
+
*/
|
|
2472
|
+
export declare type CheckoutProductBody = Message<"raystack.frontier.v1beta1.CheckoutProductBody"> & {
|
|
2473
|
+
/**
|
|
2474
|
+
* @generated from field: string product = 1;
|
|
2475
|
+
*/
|
|
2476
|
+
product: string;
|
|
2477
|
+
|
|
2478
|
+
/**
|
|
2479
|
+
* @generated from field: int64 quantity = 2;
|
|
2480
|
+
*/
|
|
2481
|
+
quantity: bigint;
|
|
2482
|
+
};
|
|
2483
|
+
|
|
2484
|
+
/**
|
|
2485
|
+
* Describes the message raystack.frontier.v1beta1.CheckoutProductBody.
|
|
2486
|
+
* Use `create(CheckoutProductBodySchema)` to create a new message.
|
|
2487
|
+
*/
|
|
2488
|
+
export declare const CheckoutProductBodySchema: GenMessage<CheckoutProductBody>;
|
|
2489
|
+
|
|
2490
|
+
/**
|
|
2491
|
+
* @generated from message raystack.frontier.v1beta1.CheckoutSetupBody
|
|
2492
|
+
*/
|
|
2493
|
+
export declare type CheckoutSetupBody = Message<"raystack.frontier.v1beta1.CheckoutSetupBody"> & {
|
|
2494
|
+
/**
|
|
2495
|
+
* @generated from field: bool payment_method = 1;
|
|
2496
|
+
*/
|
|
2497
|
+
paymentMethod: boolean;
|
|
2498
|
+
|
|
2499
|
+
/**
|
|
2500
|
+
* @generated from field: bool customer_portal = 2;
|
|
2501
|
+
*/
|
|
2502
|
+
customerPortal: boolean;
|
|
2503
|
+
};
|
|
2504
|
+
|
|
2505
|
+
/**
|
|
2506
|
+
* Describes the message raystack.frontier.v1beta1.CheckoutSetupBody.
|
|
2507
|
+
* Use `create(CheckoutSetupBodySchema)` to create a new message.
|
|
2508
|
+
*/
|
|
2509
|
+
export declare const CheckoutSetupBodySchema: GenMessage<CheckoutSetupBody>;
|
|
2510
|
+
|
|
2511
|
+
/**
|
|
2512
|
+
* @generated from message raystack.frontier.v1beta1.Prospect
|
|
2513
|
+
*/
|
|
2514
|
+
export declare type Prospect = Message<"raystack.frontier.v1beta1.Prospect"> & {
|
|
2515
|
+
/**
|
|
2516
|
+
* @generated from field: string id = 1;
|
|
2517
|
+
*/
|
|
2518
|
+
id: string;
|
|
2519
|
+
|
|
2520
|
+
/**
|
|
2521
|
+
* @generated from field: string name = 5;
|
|
2522
|
+
*/
|
|
2523
|
+
name: string;
|
|
2524
|
+
|
|
2525
|
+
/**
|
|
2526
|
+
* @generated from field: string email = 8;
|
|
2527
|
+
*/
|
|
2528
|
+
email: string;
|
|
2529
|
+
|
|
2530
|
+
/**
|
|
2531
|
+
* @generated from field: string phone = 10;
|
|
2532
|
+
*/
|
|
2533
|
+
phone: string;
|
|
2534
|
+
|
|
2535
|
+
/**
|
|
2536
|
+
* @generated from field: string activity = 15;
|
|
2537
|
+
*/
|
|
2538
|
+
activity: string;
|
|
2539
|
+
|
|
2540
|
+
/**
|
|
2541
|
+
* @generated from field: raystack.frontier.v1beta1.Prospect.Status status = 20;
|
|
2542
|
+
*/
|
|
2543
|
+
status: Prospect_Status;
|
|
2544
|
+
|
|
2545
|
+
/**
|
|
2546
|
+
* @generated from field: google.protobuf.Timestamp changed_at = 21;
|
|
2547
|
+
*/
|
|
2548
|
+
changedAt?: Timestamp;
|
|
2549
|
+
|
|
2550
|
+
/**
|
|
2551
|
+
* @generated from field: string source = 25;
|
|
2552
|
+
*/
|
|
2553
|
+
source: string;
|
|
2554
|
+
|
|
2555
|
+
/**
|
|
2556
|
+
* @generated from field: bool verified = 27;
|
|
2557
|
+
*/
|
|
2558
|
+
verified: boolean;
|
|
2559
|
+
|
|
2560
|
+
/**
|
|
2561
|
+
* @generated from field: google.protobuf.Timestamp created_at = 30;
|
|
2562
|
+
*/
|
|
2563
|
+
createdAt?: Timestamp;
|
|
2564
|
+
|
|
2565
|
+
/**
|
|
2566
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 31;
|
|
2567
|
+
*/
|
|
2568
|
+
updatedAt?: Timestamp;
|
|
2569
|
+
|
|
2570
|
+
/**
|
|
2571
|
+
* @generated from field: google.protobuf.Struct metadata = 35;
|
|
2572
|
+
*/
|
|
2573
|
+
metadata?: JsonObject;
|
|
2574
|
+
};
|
|
2575
|
+
|
|
2576
|
+
/**
|
|
2577
|
+
* Describes the message raystack.frontier.v1beta1.Prospect.
|
|
2578
|
+
* Use `create(ProspectSchema)` to create a new message.
|
|
2579
|
+
*/
|
|
2580
|
+
export declare const ProspectSchema: GenMessage<Prospect>;
|
|
2581
|
+
|
|
2582
|
+
/**
|
|
2583
|
+
* subscription status
|
|
2584
|
+
*
|
|
2585
|
+
* @generated from enum raystack.frontier.v1beta1.Prospect.Status
|
|
2586
|
+
*/
|
|
2587
|
+
export enum Prospect_Status {
|
|
2588
|
+
/**
|
|
2589
|
+
* @generated from enum value: STATUS_UNSPECIFIED = 0;
|
|
2590
|
+
*/
|
|
2591
|
+
UNSPECIFIED = 0,
|
|
2592
|
+
|
|
2593
|
+
/**
|
|
2594
|
+
* @generated from enum value: STATUS_UNSUBSCRIBED = 1;
|
|
2595
|
+
*/
|
|
2596
|
+
UNSUBSCRIBED = 1,
|
|
2597
|
+
|
|
2598
|
+
/**
|
|
2599
|
+
* @generated from enum value: STATUS_SUBSCRIBED = 2;
|
|
2600
|
+
*/
|
|
2601
|
+
SUBSCRIBED = 2,
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
/**
|
|
2605
|
+
* Describes the enum raystack.frontier.v1beta1.Prospect.Status.
|
|
2606
|
+
*/
|
|
2607
|
+
export declare const Prospect_StatusSchema: GenEnum<Prospect_Status>;
|
|
2608
|
+
|
|
2609
|
+
/**
|
|
2610
|
+
* @generated from message raystack.frontier.v1beta1.RQLRequest
|
|
2611
|
+
*/
|
|
2612
|
+
export declare type RQLRequest = Message<"raystack.frontier.v1beta1.RQLRequest"> & {
|
|
2613
|
+
/**
|
|
2614
|
+
* @generated from field: repeated raystack.frontier.v1beta1.RQLFilter filters = 1;
|
|
2615
|
+
*/
|
|
2616
|
+
filters: RQLFilter[];
|
|
2617
|
+
|
|
2618
|
+
/**
|
|
2619
|
+
* @generated from field: repeated string group_by = 2;
|
|
2620
|
+
*/
|
|
2621
|
+
groupBy: string[];
|
|
2622
|
+
|
|
2623
|
+
/**
|
|
2624
|
+
* @generated from field: uint32 offset = 3;
|
|
2625
|
+
*/
|
|
2626
|
+
offset: number;
|
|
2627
|
+
|
|
2628
|
+
/**
|
|
2629
|
+
* @generated from field: uint32 limit = 4;
|
|
2630
|
+
*/
|
|
2631
|
+
limit: number;
|
|
2632
|
+
|
|
2633
|
+
/**
|
|
2634
|
+
* @generated from field: string search = 5;
|
|
2635
|
+
*/
|
|
2636
|
+
search: string;
|
|
2637
|
+
|
|
2638
|
+
/**
|
|
2639
|
+
* @generated from field: repeated raystack.frontier.v1beta1.RQLSort sort = 6;
|
|
2640
|
+
*/
|
|
2641
|
+
sort: RQLSort[];
|
|
2642
|
+
};
|
|
2643
|
+
|
|
2644
|
+
/**
|
|
2645
|
+
* Describes the message raystack.frontier.v1beta1.RQLRequest.
|
|
2646
|
+
* Use `create(RQLRequestSchema)` to create a new message.
|
|
2647
|
+
*/
|
|
2648
|
+
export declare const RQLRequestSchema: GenMessage<RQLRequest>;
|
|
2649
|
+
|
|
2650
|
+
/**
|
|
2651
|
+
* @generated from message raystack.frontier.v1beta1.RQLFilter
|
|
2652
|
+
*/
|
|
2653
|
+
export declare type RQLFilter = Message<"raystack.frontier.v1beta1.RQLFilter"> & {
|
|
2654
|
+
/**
|
|
2655
|
+
* @generated from field: string name = 1;
|
|
2656
|
+
*/
|
|
2657
|
+
name: string;
|
|
2658
|
+
|
|
2659
|
+
/**
|
|
2660
|
+
* @generated from field: string operator = 2;
|
|
2661
|
+
*/
|
|
2662
|
+
operator: string;
|
|
2663
|
+
|
|
2664
|
+
/**
|
|
2665
|
+
* @generated from oneof raystack.frontier.v1beta1.RQLFilter.value
|
|
2666
|
+
*/
|
|
2667
|
+
value: {
|
|
2668
|
+
/**
|
|
2669
|
+
* @generated from field: bool bool_value = 3;
|
|
2670
|
+
*/
|
|
2671
|
+
value: boolean;
|
|
2672
|
+
case: "boolValue";
|
|
2673
|
+
} | {
|
|
2674
|
+
/**
|
|
2675
|
+
* @generated from field: string string_value = 4;
|
|
2676
|
+
*/
|
|
2677
|
+
value: string;
|
|
2678
|
+
case: "stringValue";
|
|
2679
|
+
} | {
|
|
2680
|
+
/**
|
|
2681
|
+
* @generated from field: float number_value = 5;
|
|
2682
|
+
*/
|
|
2683
|
+
value: number;
|
|
2684
|
+
case: "numberValue";
|
|
2685
|
+
} | { case: undefined; value?: undefined };
|
|
2686
|
+
};
|
|
2687
|
+
|
|
2688
|
+
/**
|
|
2689
|
+
* Describes the message raystack.frontier.v1beta1.RQLFilter.
|
|
2690
|
+
* Use `create(RQLFilterSchema)` to create a new message.
|
|
2691
|
+
*/
|
|
2692
|
+
export declare const RQLFilterSchema: GenMessage<RQLFilter>;
|
|
2693
|
+
|
|
2694
|
+
/**
|
|
2695
|
+
* @generated from message raystack.frontier.v1beta1.RQLSort
|
|
2696
|
+
*/
|
|
2697
|
+
export declare type RQLSort = Message<"raystack.frontier.v1beta1.RQLSort"> & {
|
|
2698
|
+
/**
|
|
2699
|
+
* @generated from field: string name = 1;
|
|
2700
|
+
*/
|
|
2701
|
+
name: string;
|
|
2702
|
+
|
|
2703
|
+
/**
|
|
2704
|
+
* @generated from field: string order = 2;
|
|
2705
|
+
*/
|
|
2706
|
+
order: string;
|
|
2707
|
+
};
|
|
2708
|
+
|
|
2709
|
+
/**
|
|
2710
|
+
* Describes the message raystack.frontier.v1beta1.RQLSort.
|
|
2711
|
+
* Use `create(RQLSortSchema)` to create a new message.
|
|
2712
|
+
*/
|
|
2713
|
+
export declare const RQLSortSchema: GenMessage<RQLSort>;
|
|
2714
|
+
|
|
2715
|
+
/**
|
|
2716
|
+
* @generated from message raystack.frontier.v1beta1.RQLQueryPaginationResponse
|
|
2717
|
+
*/
|
|
2718
|
+
export declare type RQLQueryPaginationResponse = Message<"raystack.frontier.v1beta1.RQLQueryPaginationResponse"> & {
|
|
2719
|
+
/**
|
|
2720
|
+
* @generated from field: uint32 offset = 1;
|
|
2721
|
+
*/
|
|
2722
|
+
offset: number;
|
|
2723
|
+
|
|
2724
|
+
/**
|
|
2725
|
+
* @generated from field: uint32 limit = 2;
|
|
2726
|
+
*/
|
|
2727
|
+
limit: number;
|
|
2728
|
+
|
|
2729
|
+
/**
|
|
2730
|
+
* @generated from field: uint32 total_count = 3;
|
|
2731
|
+
*/
|
|
2732
|
+
totalCount: number;
|
|
2733
|
+
};
|
|
2734
|
+
|
|
2735
|
+
/**
|
|
2736
|
+
* Describes the message raystack.frontier.v1beta1.RQLQueryPaginationResponse.
|
|
2737
|
+
* Use `create(RQLQueryPaginationResponseSchema)` to create a new message.
|
|
2738
|
+
*/
|
|
2739
|
+
export declare const RQLQueryPaginationResponseSchema: GenMessage<RQLQueryPaginationResponse>;
|
|
2740
|
+
|
|
2741
|
+
/**
|
|
2742
|
+
* @generated from message raystack.frontier.v1beta1.RQLQueryGroupResponse
|
|
2743
|
+
*/
|
|
2744
|
+
export declare type RQLQueryGroupResponse = Message<"raystack.frontier.v1beta1.RQLQueryGroupResponse"> & {
|
|
2745
|
+
/**
|
|
2746
|
+
* @generated from field: string name = 1;
|
|
2747
|
+
*/
|
|
2748
|
+
name: string;
|
|
2749
|
+
|
|
2750
|
+
/**
|
|
2751
|
+
* @generated from field: repeated raystack.frontier.v1beta1.RQLQueryGroupData data = 2;
|
|
2752
|
+
*/
|
|
2753
|
+
data: RQLQueryGroupData[];
|
|
2754
|
+
};
|
|
2755
|
+
|
|
2756
|
+
/**
|
|
2757
|
+
* Describes the message raystack.frontier.v1beta1.RQLQueryGroupResponse.
|
|
2758
|
+
* Use `create(RQLQueryGroupResponseSchema)` to create a new message.
|
|
2759
|
+
*/
|
|
2760
|
+
export declare const RQLQueryGroupResponseSchema: GenMessage<RQLQueryGroupResponse>;
|
|
2761
|
+
|
|
2762
|
+
/**
|
|
2763
|
+
* @generated from message raystack.frontier.v1beta1.RQLQueryGroupData
|
|
2764
|
+
*/
|
|
2765
|
+
export declare type RQLQueryGroupData = Message<"raystack.frontier.v1beta1.RQLQueryGroupData"> & {
|
|
2766
|
+
/**
|
|
2767
|
+
* @generated from field: string name = 1;
|
|
2768
|
+
*/
|
|
2769
|
+
name: string;
|
|
2770
|
+
|
|
2771
|
+
/**
|
|
2772
|
+
* @generated from field: uint32 count = 2;
|
|
2773
|
+
*/
|
|
2774
|
+
count: number;
|
|
2775
|
+
};
|
|
2776
|
+
|
|
2777
|
+
/**
|
|
2778
|
+
* Describes the message raystack.frontier.v1beta1.RQLQueryGroupData.
|
|
2779
|
+
* Use `create(RQLQueryGroupDataSchema)` to create a new message.
|
|
2780
|
+
*/
|
|
2781
|
+
export declare const RQLQueryGroupDataSchema: GenMessage<RQLQueryGroupData>;
|
|
2782
|
+
|
|
2783
|
+
/**
|
|
2784
|
+
* @generated from message raystack.frontier.v1beta1.ExportOrganizationsRequest
|
|
2785
|
+
*/
|
|
2786
|
+
export declare type ExportOrganizationsRequest = Message<"raystack.frontier.v1beta1.ExportOrganizationsRequest"> & {
|
|
2787
|
+
};
|
|
2788
|
+
|
|
2789
|
+
/**
|
|
2790
|
+
* Describes the message raystack.frontier.v1beta1.ExportOrganizationsRequest.
|
|
2791
|
+
* Use `create(ExportOrganizationsRequestSchema)` to create a new message.
|
|
2792
|
+
*/
|
|
2793
|
+
export declare const ExportOrganizationsRequestSchema: GenMessage<ExportOrganizationsRequest>;
|
|
2794
|
+
|
|
2795
|
+
/**
|
|
2796
|
+
* @generated from message raystack.frontier.v1beta1.Session
|
|
2797
|
+
*/
|
|
2798
|
+
export declare type Session = Message<"raystack.frontier.v1beta1.Session"> & {
|
|
2799
|
+
/**
|
|
2800
|
+
* @generated from field: string id = 1;
|
|
2801
|
+
*/
|
|
2802
|
+
id: string;
|
|
2803
|
+
|
|
2804
|
+
/**
|
|
2805
|
+
* @generated from field: raystack.frontier.v1beta1.Session.Meta metadata = 2;
|
|
2806
|
+
*/
|
|
2807
|
+
metadata?: Session_Meta;
|
|
2808
|
+
|
|
2809
|
+
/**
|
|
2810
|
+
* @generated from field: bool is_current_session = 3;
|
|
2811
|
+
*/
|
|
2812
|
+
isCurrentSession: boolean;
|
|
2813
|
+
|
|
2814
|
+
/**
|
|
2815
|
+
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
|
2816
|
+
*/
|
|
2817
|
+
createdAt?: Timestamp;
|
|
2818
|
+
|
|
2819
|
+
/**
|
|
2820
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 5;
|
|
2821
|
+
*/
|
|
2822
|
+
updatedAt?: Timestamp;
|
|
2823
|
+
};
|
|
2824
|
+
|
|
2825
|
+
/**
|
|
2826
|
+
* Describes the message raystack.frontier.v1beta1.Session.
|
|
2827
|
+
* Use `create(SessionSchema)` to create a new message.
|
|
2828
|
+
*/
|
|
2829
|
+
export declare const SessionSchema: GenMessage<Session>;
|
|
2830
|
+
|
|
2831
|
+
/**
|
|
2832
|
+
* @generated from message raystack.frontier.v1beta1.Session.Meta
|
|
2833
|
+
*/
|
|
2834
|
+
export declare type Session_Meta = Message<"raystack.frontier.v1beta1.Session.Meta"> & {
|
|
2835
|
+
/**
|
|
2836
|
+
* @generated from field: string operating_system = 1;
|
|
2837
|
+
*/
|
|
2838
|
+
operatingSystem: string;
|
|
2839
|
+
|
|
2840
|
+
/**
|
|
2841
|
+
* @generated from field: string browser = 2;
|
|
2842
|
+
*/
|
|
2843
|
+
browser: string;
|
|
2844
|
+
|
|
2845
|
+
/**
|
|
2846
|
+
* @generated from field: string ip_address = 3;
|
|
2847
|
+
*/
|
|
2848
|
+
ipAddress: string;
|
|
2849
|
+
|
|
2850
|
+
/**
|
|
2851
|
+
* @generated from field: string location = 4;
|
|
2852
|
+
*/
|
|
2853
|
+
location: string;
|
|
2854
|
+
};
|
|
2855
|
+
|
|
2856
|
+
/**
|
|
2857
|
+
* Describes the message raystack.frontier.v1beta1.Session.Meta.
|
|
2858
|
+
* Use `create(Session_MetaSchema)` to create a new message.
|
|
2859
|
+
*/
|
|
2860
|
+
export declare const Session_MetaSchema: GenMessage<Session_Meta>;
|
|
2861
|
+
|