@evalops/sdk-ts 0.1.13

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.
Files changed (116) hide show
  1. package/README.md +15 -0
  2. package/dist/agentregistry/v1/service_pb.d.ts +458 -0
  3. package/dist/agentregistry/v1/service_pb.js +100 -0
  4. package/dist/agentruntime/v1/runtime_pb.d.ts +1809 -0
  5. package/dist/agentruntime/v1/runtime_pb.js +480 -0
  6. package/dist/agents/v1/agents_pb.d.ts +1151 -0
  7. package/dist/agents/v1/agents_pb.js +256 -0
  8. package/dist/approvals/v1/approvals_pb.d.ts +788 -0
  9. package/dist/approvals/v1/approvals_pb.js +212 -0
  10. package/dist/artifacts/v1/artifacts_pb.d.ts +1079 -0
  11. package/dist/artifacts/v1/artifacts_pb.js +292 -0
  12. package/dist/attestation/v1/attestation_pb.d.ts +359 -0
  13. package/dist/attestation/v1/attestation_pb.js +84 -0
  14. package/dist/attribution/v1/attribution_pb.d.ts +1312 -0
  15. package/dist/attribution/v1/attribution_pb.js +285 -0
  16. package/dist/audit/v1/audit_pb.d.ts +1151 -0
  17. package/dist/audit/v1/audit_pb.js +262 -0
  18. package/dist/buf/validate/validate_pb.d.ts +4827 -0
  19. package/dist/buf/validate/validate_pb.js +356 -0
  20. package/dist/catalogs/v1/catalogs_pb.d.ts +150 -0
  21. package/dist/catalogs/v1/catalogs_pb.js +38 -0
  22. package/dist/common/v1/analytics_pb.d.ts +134 -0
  23. package/dist/common/v1/analytics_pb.js +72 -0
  24. package/dist/common/v1/authz_pb.d.ts +23 -0
  25. package/dist/common/v1/authz_pb.js +26 -0
  26. package/dist/common/v1/delivery_pb.d.ts +36 -0
  27. package/dist/common/v1/delivery_pb.js +40 -0
  28. package/dist/common/v1/entity_pb.d.ts +44 -0
  29. package/dist/common/v1/entity_pb.js +48 -0
  30. package/dist/common/v1/risk_pb.d.ts +36 -0
  31. package/dist/common/v1/risk_pb.js +40 -0
  32. package/dist/compliance/v1/compliance_pb.d.ts +866 -0
  33. package/dist/compliance/v1/compliance_pb.js +240 -0
  34. package/dist/config/v1/config_pb.d.ts +589 -0
  35. package/dist/config/v1/config_pb.js +164 -0
  36. package/dist/connectors/v1/connectors_pb.d.ts +653 -0
  37. package/dist/connectors/v1/connectors_pb.js +236 -0
  38. package/dist/entities/v1/entities_pb.d.ts +784 -0
  39. package/dist/entities/v1/entities_pb.js +197 -0
  40. package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +943 -0
  41. package/dist/evalpipeline/v1/evalpipeline_pb.js +227 -0
  42. package/dist/events/v1/change_pb.d.ts +60 -0
  43. package/dist/events/v1/change_pb.js +14 -0
  44. package/dist/events/v1/cloudevent_pb.d.ts +63 -0
  45. package/dist/events/v1/cloudevent_pb.js +14 -0
  46. package/dist/events/v1/evaluation_pb.d.ts +124 -0
  47. package/dist/events/v1/evaluation_pb.js +24 -0
  48. package/dist/fermata/v1/fermata_pb.d.ts +1869 -0
  49. package/dist/fermata/v1/fermata_pb.js +515 -0
  50. package/dist/fermata/v1/worker_pb.d.ts +223 -0
  51. package/dist/fermata/v1/worker_pb.js +55 -0
  52. package/dist/gate/v1/audit_pb.d.ts +243 -0
  53. package/dist/gate/v1/audit_pb.js +60 -0
  54. package/dist/gate/v1/connector_pb.d.ts +360 -0
  55. package/dist/gate/v1/connector_pb.js +91 -0
  56. package/dist/gate/v1/controlplane_pb.d.ts +345 -0
  57. package/dist/gate/v1/controlplane_pb.js +19 -0
  58. package/dist/gate/v1/identity_group_pb.d.ts +255 -0
  59. package/dist/gate/v1/identity_group_pb.js +90 -0
  60. package/dist/gate/v1/recording_pb.d.ts +93 -0
  61. package/dist/gate/v1/recording_pb.js +35 -0
  62. package/dist/gate/v1/resource_policy_pb.d.ts +541 -0
  63. package/dist/gate/v1/resource_policy_pb.js +145 -0
  64. package/dist/gate/v1/tenant_pb.d.ts +273 -0
  65. package/dist/gate/v1/tenant_pb.js +101 -0
  66. package/dist/gate/v1/webhook_access_pb.d.ts +359 -0
  67. package/dist/gate/v1/webhook_access_pb.js +105 -0
  68. package/dist/google/api/annotations_pb.d.ts +13 -0
  69. package/dist/google/api/annotations_pb.js +26 -0
  70. package/dist/google/api/http_pb.d.ts +440 -0
  71. package/dist/google/api/http_pb.js +33 -0
  72. package/dist/governance/v1/governance_pb.d.ts +1219 -0
  73. package/dist/governance/v1/governance_pb.js +376 -0
  74. package/dist/identity/v1/organizations_pb.d.ts +621 -0
  75. package/dist/identity/v1/organizations_pb.js +166 -0
  76. package/dist/identity/v1/sessions_pb.d.ts +78 -0
  77. package/dist/identity/v1/sessions_pb.js +19 -0
  78. package/dist/identity/v1/tokens_pb.d.ts +332 -0
  79. package/dist/identity/v1/tokens_pb.js +56 -0
  80. package/dist/ingest/v1/admin_pb.d.ts +471 -0
  81. package/dist/ingest/v1/admin_pb.js +112 -0
  82. package/dist/ingest/v1/event_pb.d.ts +155 -0
  83. package/dist/ingest/v1/event_pb.js +24 -0
  84. package/dist/keys/v1/keys_pb.d.ts +241 -0
  85. package/dist/keys/v1/keys_pb.js +52 -0
  86. package/dist/llmgateway/v1/gateway_pb.d.ts +393 -0
  87. package/dist/llmgateway/v1/gateway_pb.js +79 -0
  88. package/dist/memory/v1/memory_pb.d.ts +1260 -0
  89. package/dist/memory/v1/memory_pb.js +243 -0
  90. package/dist/meter/v1/meter_pb.d.ts +1691 -0
  91. package/dist/meter/v1/meter_pb.js +263 -0
  92. package/dist/notifications/v1/notifications_pb.d.ts +777 -0
  93. package/dist/notifications/v1/notifications_pb.js +257 -0
  94. package/dist/objectives/v1/objectives_pb.d.ts +1000 -0
  95. package/dist/objectives/v1/objectives_pb.js +340 -0
  96. package/dist/posture/v1/posture_pb.d.ts +357 -0
  97. package/dist/posture/v1/posture_pb.js +88 -0
  98. package/dist/prompts/v1/prompts_pb.d.ts +864 -0
  99. package/dist/prompts/v1/prompts_pb.js +156 -0
  100. package/dist/relationships/v1/relationships_pb.d.ts +367 -0
  101. package/dist/relationships/v1/relationships_pb.js +96 -0
  102. package/dist/secretbroker/v1/broker_pb.d.ts +888 -0
  103. package/dist/secretbroker/v1/broker_pb.js +168 -0
  104. package/dist/skills/v1/skills_pb.d.ts +652 -0
  105. package/dist/skills/v1/skills_pb.js +164 -0
  106. package/dist/tap/v1/admin_pb.d.ts +530 -0
  107. package/dist/tap/v1/admin_pb.js +132 -0
  108. package/dist/tap/v1/event_pb.d.ts +141 -0
  109. package/dist/tap/v1/event_pb.js +27 -0
  110. package/dist/toolexecution/v1/toolexecution_pb.d.ts +994 -0
  111. package/dist/toolexecution/v1/toolexecution_pb.js +315 -0
  112. package/dist/traces/v1/traces_pb.d.ts +633 -0
  113. package/dist/traces/v1/traces_pb.js +163 -0
  114. package/dist/workflows/v1/workflows_pb.d.ts +1784 -0
  115. package/dist/workflows/v1/workflows_pb.js +431 -0
  116. package/package.json +272 -0
@@ -0,0 +1,38 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file catalogs/v1/catalogs.proto (package catalogs.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file catalogs/v1/catalogs.proto.
7
+ */
8
+ export const file_catalogs_v1_catalogs = /*@__PURE__*/ fileDesc("ChpjYXRhbG9ncy92MS9jYXRhbG9ncy5wcm90bxILY2F0YWxvZ3MudjEilAEKE0Rlc2NyaXB0aW9uc0NhdGFsb2cSSAoMZGVzY3JpcHRpb25zGAEgAygLMjIuY2F0YWxvZ3MudjEuRGVzY3JpcHRpb25zQ2F0YWxvZy5EZXNjcmlwdGlvbnNFbnRyeRozChFEZXNjcmlwdGlvbnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIokBChBFdmVudFR5cGVDYXRhbG9nEkIKC2V2ZW50X3R5cGVzGAEgAygLMi0uY2F0YWxvZ3MudjEuRXZlbnRUeXBlQ2F0YWxvZy5FdmVudFR5cGVzRW50cnkaMQoPRXZlbnRUeXBlc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEioAEKEk5BVFNTdWJqZWN0Q2F0YWxvZxI/CghzdWJqZWN0cxgBIAMoCzItLmNhdGFsb2dzLnYxLk5BVFNTdWJqZWN0Q2F0YWxvZy5TdWJqZWN0c0VudHJ5GkkKDVN1YmplY3RzRW50cnkSCwoDa2V5GAEgASgJEicKBXZhbHVlGAIgASgLMhguY2F0YWxvZ3MudjEuTkFUU1N1YmplY3Q6AjgBIuUCCgtOQVRTU3ViamVjdBIWCglwdWJsaXNoZXIYASABKAlIAIgBARITCgZzY2hlbWEYAiABKAlIAYgBARIWCgl0cmFuc3BvcnQYAyABKAlIAogBARITCgZzdHJlYW0YBCABKAlIA4gBARIWCglyZXRlbnRpb24YBSABKAlIBIgBARIWCgljb25zdW1lcnMYBiABKAlIBYgBARITCgZzdGF0dXMYByABKAlIBogBARIVCghwcmlvcml0eRgIIAEoCUgHiAEBEhIKBWlzc3VlGAkgASgJSAiIAQESEgoFbm90ZXMYCiABKAlICYgBAUIMCgpfcHVibGlzaGVyQgkKB19zY2hlbWFCDAoKX3RyYW5zcG9ydEIJCgdfc3RyZWFtQgwKCl9yZXRlbnRpb25CDAoKX2NvbnN1bWVyc0IJCgdfc3RhdHVzQgsKCV9wcmlvcml0eUIICgZfaXNzdWVCCAoGX25vdGVzIpwBCg9TY2hlbWFPd25lcnNoaXASPAoIc2VydmljZXMYASADKAsyKi5jYXRhbG9ncy52MS5TY2hlbWFPd25lcnNoaXAuU2VydmljZXNFbnRyeRpLCg1TZXJ2aWNlc0VudHJ5EgsKA2tleRgBIAEoCRIpCgV2YWx1ZRgCIAEoCzIaLmNhdGFsb2dzLnYxLlNlcnZpY2VUYWJsZXM6AjgBIjEKDVNlcnZpY2VUYWJsZXMSDgoGdGFibGVzGAEgAygJEhAKCHBhdHRlcm5zGAIgAygJQjtaOWdpdGh1Yi5jb20vZXZhbG9wcy9wbGF0Zm9ybS9nZW4vZ28vY2F0YWxvZ3MvdjE7Y2F0YWxvZ3N2MWIGcHJvdG8z");
9
+ /**
10
+ * Describes the message catalogs.v1.DescriptionsCatalog.
11
+ * Use `create(DescriptionsCatalogSchema)` to create a new message.
12
+ */
13
+ export const DescriptionsCatalogSchema = /*@__PURE__*/ messageDesc(file_catalogs_v1_catalogs, 0);
14
+ /**
15
+ * Describes the message catalogs.v1.EventTypeCatalog.
16
+ * Use `create(EventTypeCatalogSchema)` to create a new message.
17
+ */
18
+ export const EventTypeCatalogSchema = /*@__PURE__*/ messageDesc(file_catalogs_v1_catalogs, 1);
19
+ /**
20
+ * Describes the message catalogs.v1.NATSSubjectCatalog.
21
+ * Use `create(NATSSubjectCatalogSchema)` to create a new message.
22
+ */
23
+ export const NATSSubjectCatalogSchema = /*@__PURE__*/ messageDesc(file_catalogs_v1_catalogs, 2);
24
+ /**
25
+ * Describes the message catalogs.v1.NATSSubject.
26
+ * Use `create(NATSSubjectSchema)` to create a new message.
27
+ */
28
+ export const NATSSubjectSchema = /*@__PURE__*/ messageDesc(file_catalogs_v1_catalogs, 3);
29
+ /**
30
+ * Describes the message catalogs.v1.SchemaOwnership.
31
+ * Use `create(SchemaOwnershipSchema)` to create a new message.
32
+ */
33
+ export const SchemaOwnershipSchema = /*@__PURE__*/ messageDesc(file_catalogs_v1_catalogs, 4);
34
+ /**
35
+ * Describes the message catalogs.v1.ServiceTables.
36
+ * Use `create(ServiceTablesSchema)` to create a new message.
37
+ */
38
+ export const ServiceTablesSchema = /*@__PURE__*/ messageDesc(file_catalogs_v1_catalogs, 5);
@@ -0,0 +1,134 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file common/v1/analytics.proto.
6
+ */
7
+ export declare const file_common_v1_analytics: GenFile;
8
+ /**
9
+ * TimeRange is the canonical inclusive/exclusive window used by analytics APIs.
10
+ *
11
+ * @generated from message common.v1.TimeRange
12
+ */
13
+ export type TimeRange = Message<"common.v1.TimeRange"> & {
14
+ /**
15
+ * @generated from field: google.protobuf.Timestamp start_time = 1;
16
+ */
17
+ startTime?: Timestamp;
18
+ /**
19
+ * @generated from field: google.protobuf.Timestamp end_time = 2;
20
+ */
21
+ endTime?: Timestamp;
22
+ };
23
+ /**
24
+ * Describes the message common.v1.TimeRange.
25
+ * Use `create(TimeRangeSchema)` to create a new message.
26
+ */
27
+ export declare const TimeRangeSchema: GenMessage<TimeRange>;
28
+ /**
29
+ * Money carries a currency code plus an amount for financial rollups.
30
+ *
31
+ * @generated from message common.v1.Money
32
+ */
33
+ export type Money = Message<"common.v1.Money"> & {
34
+ /**
35
+ * @generated from field: string currency_code = 1;
36
+ */
37
+ currencyCode: string;
38
+ /**
39
+ * @generated from field: double amount = 2;
40
+ */
41
+ amount: number;
42
+ };
43
+ /**
44
+ * Describes the message common.v1.Money.
45
+ * Use `create(MoneySchema)` to create a new message.
46
+ */
47
+ export declare const MoneySchema: GenMessage<Money>;
48
+ /**
49
+ * EvidenceRef points analytics output back to source records.
50
+ *
51
+ * @generated from message common.v1.EvidenceRef
52
+ */
53
+ export type EvidenceRef = Message<"common.v1.EvidenceRef"> & {
54
+ /**
55
+ * @generated from field: common.v1.InsightSource source = 1;
56
+ */
57
+ source: InsightSource;
58
+ /**
59
+ * @generated from field: string record_id = 2;
60
+ */
61
+ recordId: string;
62
+ /**
63
+ * @generated from field: string description = 3;
64
+ */
65
+ description: string;
66
+ /**
67
+ * @generated from field: google.protobuf.Timestamp observed_at = 4;
68
+ */
69
+ observedAt?: Timestamp;
70
+ /**
71
+ * @generated from field: double weight = 5;
72
+ */
73
+ weight: number;
74
+ /**
75
+ * @generated from field: google.protobuf.Struct metadata = 6;
76
+ */
77
+ metadata?: JsonObject;
78
+ /**
79
+ * @generated from field: string lineage_id = 7;
80
+ */
81
+ lineageId: string;
82
+ };
83
+ /**
84
+ * Describes the message common.v1.EvidenceRef.
85
+ * Use `create(EvidenceRefSchema)` to create a new message.
86
+ */
87
+ export declare const EvidenceRefSchema: GenMessage<EvidenceRef>;
88
+ /**
89
+ * InsightSource identifies the system that produced a recommendation or rollup.
90
+ *
91
+ * @generated from enum common.v1.InsightSource
92
+ */
93
+ export declare enum InsightSource {
94
+ /**
95
+ * @generated from enum value: INSIGHT_SOURCE_UNSPECIFIED = 0;
96
+ */
97
+ UNSPECIFIED = 0,
98
+ /**
99
+ * @generated from enum value: INSIGHT_SOURCE_TRACES = 1;
100
+ */
101
+ TRACES = 1,
102
+ /**
103
+ * @generated from enum value: INSIGHT_SOURCE_ATTRIBUTION = 2;
104
+ */
105
+ ATTRIBUTION = 2,
106
+ /**
107
+ * @generated from enum value: INSIGHT_SOURCE_METER = 3;
108
+ */
109
+ METER = 3,
110
+ /**
111
+ * @generated from enum value: INSIGHT_SOURCE_APPROVALS = 4;
112
+ */
113
+ APPROVALS = 4,
114
+ /**
115
+ * @generated from enum value: INSIGHT_SOURCE_AUDIT = 5;
116
+ */
117
+ AUDIT = 5,
118
+ /**
119
+ * @generated from enum value: INSIGHT_SOURCE_GOVERNANCE = 6;
120
+ */
121
+ GOVERNANCE = 6,
122
+ /**
123
+ * @generated from enum value: INSIGHT_SOURCE_REGISTRY = 7;
124
+ */
125
+ REGISTRY = 7,
126
+ /**
127
+ * @generated from enum value: INSIGHT_SOURCE_EVAL = 8;
128
+ */
129
+ EVAL = 8
130
+ }
131
+ /**
132
+ * Describes the enum common.v1.InsightSource.
133
+ */
134
+ export declare const InsightSourceSchema: GenEnum<InsightSource>;
@@ -0,0 +1,72 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file common/v1/analytics.proto (package common.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
+ /**
7
+ * Describes the file common/v1/analytics.proto.
8
+ */
9
+ export const file_common_v1_analytics = /*@__PURE__*/ fileDesc("Chljb21tb24vdjEvYW5hbHl0aWNzLnByb3RvEgljb21tb24udjEiaQoJVGltZVJhbmdlEi4KCnN0YXJ0X3RpbWUYASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEiwKCGVuZF90aW1lGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCIuCgVNb25leRIVCg1jdXJyZW5jeV9jb2RlGAEgASgJEg4KBmFtb3VudBgCIAEoASLfAQoLRXZpZGVuY2VSZWYSKAoGc291cmNlGAEgASgOMhguY29tbW9uLnYxLkluc2lnaHRTb3VyY2USEQoJcmVjb3JkX2lkGAIgASgJEhMKC2Rlc2NyaXB0aW9uGAMgASgJEi8KC29ic2VydmVkX2F0GAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIOCgZ3ZWlnaHQYBSABKAESKQoIbWV0YWRhdGEYBiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0EhIKCmxpbmVhZ2VfaWQYByABKAkqkQIKDUluc2lnaHRTb3VyY2USHgoaSU5TSUdIVF9TT1VSQ0VfVU5TUEVDSUZJRUQQABIZChVJTlNJR0hUX1NPVVJDRV9UUkFDRVMQARIeChpJTlNJR0hUX1NPVVJDRV9BVFRSSUJVVElPThACEhgKFElOU0lHSFRfU09VUkNFX01FVEVSEAMSHAoYSU5TSUdIVF9TT1VSQ0VfQVBQUk9WQUxTEAQSGAoUSU5TSUdIVF9TT1VSQ0VfQVVESVQQBRIdChlJTlNJR0hUX1NPVVJDRV9HT1ZFUk5BTkNFEAYSGwoXSU5TSUdIVF9TT1VSQ0VfUkVHSVNUUlkQBxIXChNJTlNJR0hUX1NPVVJDRV9FVkFMEAhCN1o1Z2l0aHViLmNvbS9ldmFsb3BzL3BsYXRmb3JtL2dlbi9nby9jb21tb24vdjE7Y29tbW9udjFiBnByb3RvMw", [file_google_protobuf_struct, file_google_protobuf_timestamp]);
10
+ /**
11
+ * Describes the message common.v1.TimeRange.
12
+ * Use `create(TimeRangeSchema)` to create a new message.
13
+ */
14
+ export const TimeRangeSchema = /*@__PURE__*/ messageDesc(file_common_v1_analytics, 0);
15
+ /**
16
+ * Describes the message common.v1.Money.
17
+ * Use `create(MoneySchema)` to create a new message.
18
+ */
19
+ export const MoneySchema = /*@__PURE__*/ messageDesc(file_common_v1_analytics, 1);
20
+ /**
21
+ * Describes the message common.v1.EvidenceRef.
22
+ * Use `create(EvidenceRefSchema)` to create a new message.
23
+ */
24
+ export const EvidenceRefSchema = /*@__PURE__*/ messageDesc(file_common_v1_analytics, 2);
25
+ /**
26
+ * InsightSource identifies the system that produced a recommendation or rollup.
27
+ *
28
+ * @generated from enum common.v1.InsightSource
29
+ */
30
+ export var InsightSource;
31
+ (function (InsightSource) {
32
+ /**
33
+ * @generated from enum value: INSIGHT_SOURCE_UNSPECIFIED = 0;
34
+ */
35
+ InsightSource[InsightSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
36
+ /**
37
+ * @generated from enum value: INSIGHT_SOURCE_TRACES = 1;
38
+ */
39
+ InsightSource[InsightSource["TRACES"] = 1] = "TRACES";
40
+ /**
41
+ * @generated from enum value: INSIGHT_SOURCE_ATTRIBUTION = 2;
42
+ */
43
+ InsightSource[InsightSource["ATTRIBUTION"] = 2] = "ATTRIBUTION";
44
+ /**
45
+ * @generated from enum value: INSIGHT_SOURCE_METER = 3;
46
+ */
47
+ InsightSource[InsightSource["METER"] = 3] = "METER";
48
+ /**
49
+ * @generated from enum value: INSIGHT_SOURCE_APPROVALS = 4;
50
+ */
51
+ InsightSource[InsightSource["APPROVALS"] = 4] = "APPROVALS";
52
+ /**
53
+ * @generated from enum value: INSIGHT_SOURCE_AUDIT = 5;
54
+ */
55
+ InsightSource[InsightSource["AUDIT"] = 5] = "AUDIT";
56
+ /**
57
+ * @generated from enum value: INSIGHT_SOURCE_GOVERNANCE = 6;
58
+ */
59
+ InsightSource[InsightSource["GOVERNANCE"] = 6] = "GOVERNANCE";
60
+ /**
61
+ * @generated from enum value: INSIGHT_SOURCE_REGISTRY = 7;
62
+ */
63
+ InsightSource[InsightSource["REGISTRY"] = 7] = "REGISTRY";
64
+ /**
65
+ * @generated from enum value: INSIGHT_SOURCE_EVAL = 8;
66
+ */
67
+ InsightSource[InsightSource["EVAL"] = 8] = "EVAL";
68
+ })(InsightSource || (InsightSource = {}));
69
+ /**
70
+ * Describes the enum common.v1.InsightSource.
71
+ */
72
+ export const InsightSourceSchema = /*@__PURE__*/ enumDesc(file_common_v1_analytics, 0);
@@ -0,0 +1,23 @@
1
+ import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ import type { RiskLevel } from "./risk_pb.js";
3
+ import type { MethodOptions } from "@bufbuild/protobuf/wkt";
4
+ /**
5
+ * Describes the file common/v1/authz.proto.
6
+ */
7
+ export declare const file_common_v1_authz: GenFile;
8
+ /**
9
+ * @generated from extension: repeated string required_scopes = 51001;
10
+ */
11
+ export declare const required_scopes: GenExtension<MethodOptions, string[]>;
12
+ /**
13
+ * @generated from extension: string workspace_scope_field = 51002;
14
+ */
15
+ export declare const workspace_scope_field: GenExtension<MethodOptions, string>;
16
+ /**
17
+ * @generated from extension: common.v1.RiskLevel risk_level = 51003;
18
+ */
19
+ export declare const risk_level: GenExtension<MethodOptions, RiskLevel>;
20
+ /**
21
+ * @generated from extension: bool public = 51004;
22
+ */
23
+ export declare const public$: GenExtension<MethodOptions, boolean>;
@@ -0,0 +1,26 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file common/v1/authz.proto (package common.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_common_v1_risk } from "./risk_pb.js";
6
+ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
7
+ /**
8
+ * Describes the file common/v1/authz.proto.
9
+ */
10
+ export const file_common_v1_authz = /*@__PURE__*/ fileDesc("ChVjb21tb24vdjEvYXV0aHoucHJvdG8SCWNvbW1vbi52MTpJCg9yZXF1aXJlZF9zY29wZXMSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxi5jgMgAygJUg5yZXF1aXJlZFNjb3BlczpUChV3b3Jrc3BhY2Vfc2NvcGVfZmllbGQSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxi6jgMgASgJUhN3b3Jrc3BhY2VTY29wZUZpZWxkOlUKCnJpc2tfbGV2ZWwSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxi7jgMgASgOMhQuY29tbW9uLnYxLlJpc2tMZXZlbFIJcmlza0xldmVsOjgKBnB1YmxpYxIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGLyOAyABKAhSBnB1YmxpY0I3WjVnaXRodWIuY29tL2V2YWxvcHMvcGxhdGZvcm0vZ2VuL2dvL2NvbW1vbi92MTtjb21tb252MWIGcHJvdG8z", [file_common_v1_risk, file_google_protobuf_descriptor]);
11
+ /**
12
+ * @generated from extension: repeated string required_scopes = 51001;
13
+ */
14
+ export const required_scopes = /*@__PURE__*/ extDesc(file_common_v1_authz, 0);
15
+ /**
16
+ * @generated from extension: string workspace_scope_field = 51002;
17
+ */
18
+ export const workspace_scope_field = /*@__PURE__*/ extDesc(file_common_v1_authz, 1);
19
+ /**
20
+ * @generated from extension: common.v1.RiskLevel risk_level = 51003;
21
+ */
22
+ export const risk_level = /*@__PURE__*/ extDesc(file_common_v1_authz, 2);
23
+ /**
24
+ * @generated from extension: bool public = 51004;
25
+ */
26
+ export const public$ = /*@__PURE__*/ extDesc(file_common_v1_authz, 3);
@@ -0,0 +1,36 @@
1
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ /**
3
+ * Describes the file common/v1/delivery.proto.
4
+ */
5
+ export declare const file_common_v1_delivery: GenFile;
6
+ /**
7
+ * DeliveryChannel identifies the notification delivery channel.
8
+ *
9
+ * @generated from enum common.v1.DeliveryChannel
10
+ */
11
+ export declare enum DeliveryChannel {
12
+ /**
13
+ * @generated from enum value: DELIVERY_CHANNEL_UNSPECIFIED = 0;
14
+ */
15
+ UNSPECIFIED = 0,
16
+ /**
17
+ * @generated from enum value: DELIVERY_CHANNEL_SLACK = 1;
18
+ */
19
+ SLACK = 1,
20
+ /**
21
+ * @generated from enum value: DELIVERY_CHANNEL_EMAIL = 2;
22
+ */
23
+ EMAIL = 2,
24
+ /**
25
+ * @generated from enum value: DELIVERY_CHANNEL_WEBHOOK = 3;
26
+ */
27
+ WEBHOOK = 3,
28
+ /**
29
+ * @generated from enum value: DELIVERY_CHANNEL_IN_APP = 4;
30
+ */
31
+ IN_APP = 4
32
+ }
33
+ /**
34
+ * Describes the enum common.v1.DeliveryChannel.
35
+ */
36
+ export declare const DeliveryChannelSchema: GenEnum<DeliveryChannel>;
@@ -0,0 +1,40 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file common/v1/delivery.proto (package common.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file common/v1/delivery.proto.
7
+ */
8
+ export const file_common_v1_delivery = /*@__PURE__*/ fileDesc("Chhjb21tb24vdjEvZGVsaXZlcnkucHJvdG8SCWNvbW1vbi52MSqmAQoPRGVsaXZlcnlDaGFubmVsEiAKHERFTElWRVJZX0NIQU5ORUxfVU5TUEVDSUZJRUQQABIaChZERUxJVkVSWV9DSEFOTkVMX1NMQUNLEAESGgoWREVMSVZFUllfQ0hBTk5FTF9FTUFJTBACEhwKGERFTElWRVJZX0NIQU5ORUxfV0VCSE9PSxADEhsKF0RFTElWRVJZX0NIQU5ORUxfSU5fQVBQEARCN1o1Z2l0aHViLmNvbS9ldmFsb3BzL3BsYXRmb3JtL2dlbi9nby9jb21tb24vdjE7Y29tbW9udjFiBnByb3RvMw");
9
+ /**
10
+ * DeliveryChannel identifies the notification delivery channel.
11
+ *
12
+ * @generated from enum common.v1.DeliveryChannel
13
+ */
14
+ export var DeliveryChannel;
15
+ (function (DeliveryChannel) {
16
+ /**
17
+ * @generated from enum value: DELIVERY_CHANNEL_UNSPECIFIED = 0;
18
+ */
19
+ DeliveryChannel[DeliveryChannel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
20
+ /**
21
+ * @generated from enum value: DELIVERY_CHANNEL_SLACK = 1;
22
+ */
23
+ DeliveryChannel[DeliveryChannel["SLACK"] = 1] = "SLACK";
24
+ /**
25
+ * @generated from enum value: DELIVERY_CHANNEL_EMAIL = 2;
26
+ */
27
+ DeliveryChannel[DeliveryChannel["EMAIL"] = 2] = "EMAIL";
28
+ /**
29
+ * @generated from enum value: DELIVERY_CHANNEL_WEBHOOK = 3;
30
+ */
31
+ DeliveryChannel[DeliveryChannel["WEBHOOK"] = 3] = "WEBHOOK";
32
+ /**
33
+ * @generated from enum value: DELIVERY_CHANNEL_IN_APP = 4;
34
+ */
35
+ DeliveryChannel[DeliveryChannel["IN_APP"] = 4] = "IN_APP";
36
+ })(DeliveryChannel || (DeliveryChannel = {}));
37
+ /**
38
+ * Describes the enum common.v1.DeliveryChannel.
39
+ */
40
+ export const DeliveryChannelSchema = /*@__PURE__*/ enumDesc(file_common_v1_delivery, 0);
@@ -0,0 +1,44 @@
1
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ /**
3
+ * Describes the file common/v1/entity.proto.
4
+ */
5
+ export declare const file_common_v1_entity: GenFile;
6
+ /**
7
+ * EntityType identifies the kind of entity across systems.
8
+ *
9
+ * @generated from enum common.v1.EntityType
10
+ */
11
+ export declare enum EntityType {
12
+ /**
13
+ * @generated from enum value: ENTITY_TYPE_UNSPECIFIED = 0;
14
+ */
15
+ UNSPECIFIED = 0,
16
+ /**
17
+ * @generated from enum value: ENTITY_TYPE_CONTACT = 1;
18
+ */
19
+ CONTACT = 1,
20
+ /**
21
+ * @generated from enum value: ENTITY_TYPE_COMPANY = 2;
22
+ */
23
+ COMPANY = 2,
24
+ /**
25
+ * @generated from enum value: ENTITY_TYPE_DEAL = 3;
26
+ */
27
+ DEAL = 3,
28
+ /**
29
+ * @generated from enum value: ENTITY_TYPE_TICKET = 4;
30
+ */
31
+ TICKET = 4,
32
+ /**
33
+ * @generated from enum value: ENTITY_TYPE_CUSTOMER = 5;
34
+ */
35
+ CUSTOMER = 5,
36
+ /**
37
+ * @generated from enum value: ENTITY_TYPE_OPPORTUNITY = 6;
38
+ */
39
+ OPPORTUNITY = 6
40
+ }
41
+ /**
42
+ * Describes the enum common.v1.EntityType.
43
+ */
44
+ export declare const EntityTypeSchema: GenEnum<EntityType>;
@@ -0,0 +1,48 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file common/v1/entity.proto (package common.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file common/v1/entity.proto.
7
+ */
8
+ export const file_common_v1_entity = /*@__PURE__*/ fileDesc("ChZjb21tb24vdjEvZW50aXR5LnByb3RvEgljb21tb24udjEqwAEKCkVudGl0eVR5cGUSGwoXRU5USVRZX1RZUEVfVU5TUEVDSUZJRUQQABIXChNFTlRJVFlfVFlQRV9DT05UQUNUEAESFwoTRU5USVRZX1RZUEVfQ09NUEFOWRACEhQKEEVOVElUWV9UWVBFX0RFQUwQAxIWChJFTlRJVFlfVFlQRV9USUNLRVQQBBIYChRFTlRJVFlfVFlQRV9DVVNUT01FUhAFEhsKF0VOVElUWV9UWVBFX09QUE9SVFVOSVRZEAZCN1o1Z2l0aHViLmNvbS9ldmFsb3BzL3BsYXRmb3JtL2dlbi9nby9jb21tb24vdjE7Y29tbW9udjFiBnByb3RvMw");
9
+ /**
10
+ * EntityType identifies the kind of entity across systems.
11
+ *
12
+ * @generated from enum common.v1.EntityType
13
+ */
14
+ export var EntityType;
15
+ (function (EntityType) {
16
+ /**
17
+ * @generated from enum value: ENTITY_TYPE_UNSPECIFIED = 0;
18
+ */
19
+ EntityType[EntityType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
20
+ /**
21
+ * @generated from enum value: ENTITY_TYPE_CONTACT = 1;
22
+ */
23
+ EntityType[EntityType["CONTACT"] = 1] = "CONTACT";
24
+ /**
25
+ * @generated from enum value: ENTITY_TYPE_COMPANY = 2;
26
+ */
27
+ EntityType[EntityType["COMPANY"] = 2] = "COMPANY";
28
+ /**
29
+ * @generated from enum value: ENTITY_TYPE_DEAL = 3;
30
+ */
31
+ EntityType[EntityType["DEAL"] = 3] = "DEAL";
32
+ /**
33
+ * @generated from enum value: ENTITY_TYPE_TICKET = 4;
34
+ */
35
+ EntityType[EntityType["TICKET"] = 4] = "TICKET";
36
+ /**
37
+ * @generated from enum value: ENTITY_TYPE_CUSTOMER = 5;
38
+ */
39
+ EntityType[EntityType["CUSTOMER"] = 5] = "CUSTOMER";
40
+ /**
41
+ * @generated from enum value: ENTITY_TYPE_OPPORTUNITY = 6;
42
+ */
43
+ EntityType[EntityType["OPPORTUNITY"] = 6] = "OPPORTUNITY";
44
+ })(EntityType || (EntityType = {}));
45
+ /**
46
+ * Describes the enum common.v1.EntityType.
47
+ */
48
+ export const EntityTypeSchema = /*@__PURE__*/ enumDesc(file_common_v1_entity, 0);
@@ -0,0 +1,36 @@
1
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ /**
3
+ * Describes the file common/v1/risk.proto.
4
+ */
5
+ export declare const file_common_v1_risk: GenFile;
6
+ /**
7
+ * RiskLevel classifies the risk of an action.
8
+ *
9
+ * @generated from enum common.v1.RiskLevel
10
+ */
11
+ export declare enum RiskLevel {
12
+ /**
13
+ * @generated from enum value: RISK_LEVEL_UNSPECIFIED = 0;
14
+ */
15
+ UNSPECIFIED = 0,
16
+ /**
17
+ * @generated from enum value: RISK_LEVEL_LOW = 1;
18
+ */
19
+ LOW = 1,
20
+ /**
21
+ * @generated from enum value: RISK_LEVEL_MEDIUM = 2;
22
+ */
23
+ MEDIUM = 2,
24
+ /**
25
+ * @generated from enum value: RISK_LEVEL_HIGH = 3;
26
+ */
27
+ HIGH = 3,
28
+ /**
29
+ * @generated from enum value: RISK_LEVEL_CRITICAL = 4;
30
+ */
31
+ CRITICAL = 4
32
+ }
33
+ /**
34
+ * Describes the enum common.v1.RiskLevel.
35
+ */
36
+ export declare const RiskLevelSchema: GenEnum<RiskLevel>;
@@ -0,0 +1,40 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file common/v1/risk.proto (package common.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file common/v1/risk.proto.
7
+ */
8
+ export const file_common_v1_risk = /*@__PURE__*/ fileDesc("ChRjb21tb24vdjEvcmlzay5wcm90bxIJY29tbW9uLnYxKoABCglSaXNrTGV2ZWwSGgoWUklTS19MRVZFTF9VTlNQRUNJRklFRBAAEhIKDlJJU0tfTEVWRUxfTE9XEAESFQoRUklTS19MRVZFTF9NRURJVU0QAhITCg9SSVNLX0xFVkVMX0hJR0gQAxIXChNSSVNLX0xFVkVMX0NSSVRJQ0FMEARCN1o1Z2l0aHViLmNvbS9ldmFsb3BzL3BsYXRmb3JtL2dlbi9nby9jb21tb24vdjE7Y29tbW9udjFiBnByb3RvMw");
9
+ /**
10
+ * RiskLevel classifies the risk of an action.
11
+ *
12
+ * @generated from enum common.v1.RiskLevel
13
+ */
14
+ export var RiskLevel;
15
+ (function (RiskLevel) {
16
+ /**
17
+ * @generated from enum value: RISK_LEVEL_UNSPECIFIED = 0;
18
+ */
19
+ RiskLevel[RiskLevel["UNSPECIFIED"] = 0] = "UNSPECIFIED";
20
+ /**
21
+ * @generated from enum value: RISK_LEVEL_LOW = 1;
22
+ */
23
+ RiskLevel[RiskLevel["LOW"] = 1] = "LOW";
24
+ /**
25
+ * @generated from enum value: RISK_LEVEL_MEDIUM = 2;
26
+ */
27
+ RiskLevel[RiskLevel["MEDIUM"] = 2] = "MEDIUM";
28
+ /**
29
+ * @generated from enum value: RISK_LEVEL_HIGH = 3;
30
+ */
31
+ RiskLevel[RiskLevel["HIGH"] = 3] = "HIGH";
32
+ /**
33
+ * @generated from enum value: RISK_LEVEL_CRITICAL = 4;
34
+ */
35
+ RiskLevel[RiskLevel["CRITICAL"] = 4] = "CRITICAL";
36
+ })(RiskLevel || (RiskLevel = {}));
37
+ /**
38
+ * Describes the enum common.v1.RiskLevel.
39
+ */
40
+ export const RiskLevelSchema = /*@__PURE__*/ enumDesc(file_common_v1_risk, 0);