@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,257 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file notifications/v1/notifications.proto (package notifications.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_buf_validate_validate } from "../../buf/validate/validate_pb.js";
6
+ import { file_common_v1_delivery } from "../../common/v1/delivery_pb.js";
7
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
8
+ /**
9
+ * Describes the file notifications/v1/notifications.proto.
10
+ */
11
+ export const file_notifications_v1_notifications = /*@__PURE__*/ fileDesc("CiRub3RpZmljYXRpb25zL3YxL25vdGlmaWNhdGlvbnMucHJvdG8SEG5vdGlmaWNhdGlvbnMudjEiwgMKDE5vdGlmaWNhdGlvbhIKCgJpZBgBIAEoCRIUCgx3b3Jrc3BhY2VfaWQYAiABKAkSFAoMcmVjaXBpZW50X2lkGAMgASgJEisKB2NoYW5uZWwYBCABKA4yGi5jb21tb24udjEuRGVsaXZlcnlDaGFubmVsEiwKCHByaW9yaXR5GAUgASgOMhoubm90aWZpY2F0aW9ucy52MS5Qcmlvcml0eRIPCgdzdWJqZWN0GAYgASgJEgwKBGJvZHkYByABKAkSFQoNbWV0YWRhdGFfanNvbhgIIAEoCRI5Cg9kZWxpdmVyeV9zdGF0dXMYCSABKA4yIC5ub3RpZmljYXRpb25zLnYxLkRlbGl2ZXJ5U3RhdHVzEisKB3NlbnRfYXQYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKDGRlbGl2ZXJlZF9hdBgLIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASOAoIY2F0ZWdvcnkYDCABKA4yJi5ub3RpZmljYXRpb25zLnYxLk5vdGlmaWNhdGlvbkNhdGVnb3J5EhUKDXRlbXBsYXRlX25hbWUYDSABKAkicgoORXNjYWxhdGlvblJ1bGUSJwofaWZfdW5hY2tub3dsZWRnZWRfYWZ0ZXJfc2Vjb25kcxgBIAEoBRI3ChNlc2NhbGF0ZV90b19jaGFubmVsGAIgASgOMhouY29tbW9uLnYxLkRlbGl2ZXJ5Q2hhbm5lbCL/AgoXTm90aWZpY2F0aW9uUHJlZmVyZW5jZXMSGAoHdXNlcl9pZBgBIAEoCUIHukgEcgIQARIdCgx3b3Jrc3BhY2VfaWQYAiABKAlCB7pIBHICEAESMwoPZGVmYXVsdF9jaGFubmVsGAMgASgOMhouY29tbW9uLnYxLkRlbGl2ZXJ5Q2hhbm5lbBIZChFxdWlldF9ob3Vyc19zdGFydBgEIAEoCRIXCg9xdWlldF9ob3Vyc19lbmQYBSABKAkSOgoQZXNjYWxhdGlvbl9ydWxlcxgGIAMoCzIgLm5vdGlmaWNhdGlvbnMudjEuRXNjYWxhdGlvblJ1bGUSRgoRY2F0ZWdvcnlfY2hhbm5lbHMYByADKAsyKy5ub3RpZmljYXRpb25zLnYxLkNhdGVnb3J5Q2hhbm5lbFByZWZlcmVuY2USPgoSZGlnZXN0X3ByZWZlcmVuY2VzGAggAygLMiIubm90aWZpY2F0aW9ucy52MS5EaWdlc3RQcmVmZXJlbmNlIoIBChlDYXRlZ29yeUNoYW5uZWxQcmVmZXJlbmNlEjgKCGNhdGVnb3J5GAEgASgOMiYubm90aWZpY2F0aW9ucy52MS5Ob3RpZmljYXRpb25DYXRlZ29yeRIrCgdjaGFubmVsGAIgASgOMhouY29tbW9uLnYxLkRlbGl2ZXJ5Q2hhbm5lbCLvAgoUTm90aWZpY2F0aW9uVGVtcGxhdGUSCgoCaWQYASABKAkSHQoMd29ya3NwYWNlX2lkGAIgASgJQge6SARyAhABEhUKBG5hbWUYAyABKAlCB7pIBHICEAESRAoIY2F0ZWdvcnkYBCABKA4yJi5ub3RpZmljYXRpb25zLnYxLk5vdGlmaWNhdGlvbkNhdGVnb3J5Qgq6SAeCAQQQASAAEjcKB2NoYW5uZWwYBSABKA4yGi5jb21tb24udjEuRGVsaXZlcnlDaGFubmVsQgq6SAeCAQQQASAAEhgKEHN1YmplY3RfdGVtcGxhdGUYBiABKAkSHgoNYm9keV90ZW1wbGF0ZRgHIAEoCUIHukgEcgIQARIaChJyZXF1aXJlZF92YXJpYWJsZXMYCCADKAkSEAoIYnVpbHRfaW4YCSABKAgSLgoKdXBkYXRlZF9hdBgKIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiogEKEERpZ2VzdFByZWZlcmVuY2USOAoIY2F0ZWdvcnkYASABKA4yJi5ub3RpZmljYXRpb25zLnYxLk5vdGlmaWNhdGlvbkNhdGVnb3J5EisKB2NoYW5uZWwYAiABKA4yGi5jb21tb24udjEuRGVsaXZlcnlDaGFubmVsEhYKDndpbmRvd19zZWNvbmRzGAMgASgFEg8KB2VuYWJsZWQYBCABKAgizgIKC1NlbmRSZXF1ZXN0Eh0KDHdvcmtzcGFjZV9pZBgBIAEoCUIHukgEcgIQARIdCgxyZWNpcGllbnRfaWQYAiABKAlCB7pIBHICEAESKwoHY2hhbm5lbBgDIAEoDjIaLmNvbW1vbi52MS5EZWxpdmVyeUNoYW5uZWwSLAoIcHJpb3JpdHkYBCABKA4yGi5ub3RpZmljYXRpb25zLnYxLlByaW9yaXR5Eg8KB3N1YmplY3QYBSABKAkSDAoEYm9keRgGIAEoCRIVCg1tZXRhZGF0YV9qc29uGAcgASgJEjgKCGNhdGVnb3J5GAggASgOMiYubm90aWZpY2F0aW9ucy52MS5Ob3RpZmljYXRpb25DYXRlZ29yeRIVCg10ZW1wbGF0ZV9uYW1lGAkgASgJEh8KF3RlbXBsYXRlX3ZhcmlhYmxlc19qc29uGAogASgJIkQKDFNlbmRSZXNwb25zZRI0Cgxub3RpZmljYXRpb24YASABKAsyHi5ub3RpZmljYXRpb25zLnYxLk5vdGlmaWNhdGlvbiJSChBTZW5kQmF0Y2hSZXF1ZXN0Ej4KDW5vdGlmaWNhdGlvbnMYASADKAsyHS5ub3RpZmljYXRpb25zLnYxLlNlbmRSZXF1ZXN0Qgi6SAWSAQIIASJgChFTZW5kQmF0Y2hSZXNwb25zZRI1Cg1ub3RpZmljYXRpb25zGAEgAygLMh4ubm90aWZpY2F0aW9ucy52MS5Ob3RpZmljYXRpb24SFAoMZmFpbGVkX2NvdW50GAIgASgFIlAKFUdldFByZWZlcmVuY2VzUmVxdWVzdBIYCgd1c2VyX2lkGAEgASgJQge6SARyAhABEh0KDHdvcmtzcGFjZV9pZBgCIAEoCUIHukgEcgIQASJYChZHZXRQcmVmZXJlbmNlc1Jlc3BvbnNlEj4KC3ByZWZlcmVuY2VzGAEgASgLMikubm90aWZpY2F0aW9ucy52MS5Ob3RpZmljYXRpb25QcmVmZXJlbmNlcyJfChVTZXRQcmVmZXJlbmNlc1JlcXVlc3QSRgoLcHJlZmVyZW5jZXMYASABKAsyKS5ub3RpZmljYXRpb25zLnYxLk5vdGlmaWNhdGlvblByZWZlcmVuY2VzQga6SAPIAQEiWAoWU2V0UHJlZmVyZW5jZXNSZXNwb25zZRI+CgtwcmVmZXJlbmNlcxgBIAEoCzIpLm5vdGlmaWNhdGlvbnMudjEuTm90aWZpY2F0aW9uUHJlZmVyZW5jZXMifQoSTGlzdEhpc3RvcnlSZXF1ZXN0Eh0KDHdvcmtzcGFjZV9pZBgBIAEoCUIHukgEcgIQARIUCgxyZWNpcGllbnRfaWQYAiABKAkSGQoFbGltaXQYAyABKAVCCrpIBxoFGMgBKAASFwoGb2Zmc2V0GAQgASgFQge6SAQaAigAIlsKE0xpc3RIaXN0b3J5UmVzcG9uc2USNQoNbm90aWZpY2F0aW9ucxgBIAMoCzIeLm5vdGlmaWNhdGlvbnMudjEuTm90aWZpY2F0aW9uEg0KBXRvdGFsGAIgASgFIuUBChZSZWdpc3RlckNoYW5uZWxSZXF1ZXN0Eh0KDHdvcmtzcGFjZV9pZBgBIAEoCUIHukgEcgIQARI3CgdjaGFubmVsGAIgASgOMhouY29tbW9uLnYxLkRlbGl2ZXJ5Q2hhbm5lbEIKukgHggEEEAEgABJECgZjb25maWcYAyADKAsyNC5ub3RpZmljYXRpb25zLnYxLlJlZ2lzdGVyQ2hhbm5lbFJlcXVlc3QuQ29uZmlnRW50cnkaLQoLQ29uZmlnRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASIqChdSZWdpc3RlckNoYW5uZWxSZXNwb25zZRIPCgdzdWNjZXNzGAEgASgIIjwKGEdldERlbGl2ZXJ5U3RhdHVzUmVxdWVzdBIgCg9ub3RpZmljYXRpb25faWQYASABKAlCB7pIBHICEAEimQEKGUdldERlbGl2ZXJ5U3RhdHVzUmVzcG9uc2USMAoGc3RhdHVzGAEgASgOMiAubm90aWZpY2F0aW9ucy52MS5EZWxpdmVyeVN0YXR1cxIzCg9sYXN0X3VwZGF0ZWRfYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhUKDWVycm9yX21lc3NhZ2UYAyABKAkiWQoVVXBzZXJ0VGVtcGxhdGVSZXF1ZXN0EkAKCHRlbXBsYXRlGAEgASgLMiYubm90aWZpY2F0aW9ucy52MS5Ob3RpZmljYXRpb25UZW1wbGF0ZUIGukgDyAEBIlIKFlVwc2VydFRlbXBsYXRlUmVzcG9uc2USOAoIdGVtcGxhdGUYASABKAsyJi5ub3RpZmljYXRpb25zLnYxLk5vdGlmaWNhdGlvblRlbXBsYXRlIrYBChRMaXN0VGVtcGxhdGVzUmVxdWVzdBIdCgx3b3Jrc3BhY2VfaWQYASABKAlCB7pIBHICEAESOAoIY2F0ZWdvcnkYAiABKA4yJi5ub3RpZmljYXRpb25zLnYxLk5vdGlmaWNhdGlvbkNhdGVnb3J5EisKB2NoYW5uZWwYAyABKA4yGi5jb21tb24udjEuRGVsaXZlcnlDaGFubmVsEhgKEGluY2x1ZGVfYnVpbHRfaW4YBCABKAgiUgoVTGlzdFRlbXBsYXRlc1Jlc3BvbnNlEjkKCXRlbXBsYXRlcxgBIAMoCzImLm5vdGlmaWNhdGlvbnMudjEuTm90aWZpY2F0aW9uVGVtcGxhdGUqcwoIUHJpb3JpdHkSGAoUUFJJT1JJVFlfVU5TUEVDSUZJRUQQABIQCgxQUklPUklUWV9MT1cQARITCg9QUklPUklUWV9OT1JNQUwQAhIRCg1QUklPUklUWV9ISUdIEAMSEwoPUFJJT1JJVFlfVVJHRU5UEAQq7AIKFE5vdGlmaWNhdGlvbkNhdGVnb3J5EiUKIU5PVElGSUNBVElPTl9DQVRFR09SWV9VTlNQRUNJRklFRBAAEioKJk5PVElGSUNBVElPTl9DQVRFR09SWV9BUFBST1ZBTF9SRVFVRVNUEAESJgoiTk9USUZJQ0FUSU9OX0NBVEVHT1JZX0JVREdFVF9BTEVSVBACEicKI05PVElGSUNBVElPTl9DQVRFR09SWV9QSUlfREVURUNUSU9OEAMSIgoeTk9USUZJQ0FUSU9OX0NBVEVHT1JZX0lOQ0lERU5UEAQSIAocTk9USUZJQ0FUSU9OX0NBVEVHT1JZX1JFUE9SVBAFEiUKIU5PVElGSUNBVElPTl9DQVRFR09SWV9JTlRFR1JBVElPThAGEiAKHE5PVElGSUNBVElPTl9DQVRFR09SWV9ESUdFU1QQBxIhCh1OT1RJRklDQVRJT05fQ0FURUdPUllfR0VORVJBTBAIKtwBCg5EZWxpdmVyeVN0YXR1cxIfChtERUxJVkVSWV9TVEFUVVNfVU5TUEVDSUZJRUQQABIbChdERUxJVkVSWV9TVEFUVVNfUEVORElORxABEhgKFERFTElWRVJZX1NUQVRVU19TRU5UEAISHQoZREVMSVZFUllfU1RBVFVTX0RFTElWRVJFRBADEhoKFkRFTElWRVJZX1NUQVRVU19GQUlMRUQQBBIbChdERUxJVkVSWV9TVEFUVVNfQk9VTkNFRBAFEhoKFkRFTElWRVJZX1NUQVRVU19RVUVVRUQQBjL1BgoTTm90aWZpY2F0aW9uU2VydmljZRJFCgRTZW5kEh0ubm90aWZpY2F0aW9ucy52MS5TZW5kUmVxdWVzdBoeLm5vdGlmaWNhdGlvbnMudjEuU2VuZFJlc3BvbnNlElQKCVNlbmRCYXRjaBIiLm5vdGlmaWNhdGlvbnMudjEuU2VuZEJhdGNoUmVxdWVzdBojLm5vdGlmaWNhdGlvbnMudjEuU2VuZEJhdGNoUmVzcG9uc2USYwoOR2V0UHJlZmVyZW5jZXMSJy5ub3RpZmljYXRpb25zLnYxLkdldFByZWZlcmVuY2VzUmVxdWVzdBooLm5vdGlmaWNhdGlvbnMudjEuR2V0UHJlZmVyZW5jZXNSZXNwb25zZRJjCg5TZXRQcmVmZXJlbmNlcxInLm5vdGlmaWNhdGlvbnMudjEuU2V0UHJlZmVyZW5jZXNSZXF1ZXN0Gigubm90aWZpY2F0aW9ucy52MS5TZXRQcmVmZXJlbmNlc1Jlc3BvbnNlEloKC0xpc3RIaXN0b3J5EiQubm90aWZpY2F0aW9ucy52MS5MaXN0SGlzdG9yeVJlcXVlc3QaJS5ub3RpZmljYXRpb25zLnYxLkxpc3RIaXN0b3J5UmVzcG9uc2USZgoPUmVnaXN0ZXJDaGFubmVsEigubm90aWZpY2F0aW9ucy52MS5SZWdpc3RlckNoYW5uZWxSZXF1ZXN0Gikubm90aWZpY2F0aW9ucy52MS5SZWdpc3RlckNoYW5uZWxSZXNwb25zZRJsChFHZXREZWxpdmVyeVN0YXR1cxIqLm5vdGlmaWNhdGlvbnMudjEuR2V0RGVsaXZlcnlTdGF0dXNSZXF1ZXN0Gisubm90aWZpY2F0aW9ucy52MS5HZXREZWxpdmVyeVN0YXR1c1Jlc3BvbnNlEmMKDlVwc2VydFRlbXBsYXRlEicubm90aWZpY2F0aW9ucy52MS5VcHNlcnRUZW1wbGF0ZVJlcXVlc3QaKC5ub3RpZmljYXRpb25zLnYxLlVwc2VydFRlbXBsYXRlUmVzcG9uc2USYAoNTGlzdFRlbXBsYXRlcxImLm5vdGlmaWNhdGlvbnMudjEuTGlzdFRlbXBsYXRlc1JlcXVlc3QaJy5ub3RpZmljYXRpb25zLnYxLkxpc3RUZW1wbGF0ZXNSZXNwb25zZUJFWkNnaXRodWIuY29tL2V2YWxvcHMvcGxhdGZvcm0vZ2VuL2dvL25vdGlmaWNhdGlvbnMvdjE7bm90aWZpY2F0aW9uc3YxYgZwcm90bzM", [file_buf_validate_validate, file_common_v1_delivery, file_google_protobuf_timestamp]);
12
+ /**
13
+ * Describes the message notifications.v1.Notification.
14
+ * Use `create(NotificationSchema)` to create a new message.
15
+ */
16
+ export const NotificationSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 0);
17
+ /**
18
+ * Describes the message notifications.v1.EscalationRule.
19
+ * Use `create(EscalationRuleSchema)` to create a new message.
20
+ */
21
+ export const EscalationRuleSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 1);
22
+ /**
23
+ * Describes the message notifications.v1.NotificationPreferences.
24
+ * Use `create(NotificationPreferencesSchema)` to create a new message.
25
+ */
26
+ export const NotificationPreferencesSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 2);
27
+ /**
28
+ * Describes the message notifications.v1.CategoryChannelPreference.
29
+ * Use `create(CategoryChannelPreferenceSchema)` to create a new message.
30
+ */
31
+ export const CategoryChannelPreferenceSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 3);
32
+ /**
33
+ * Describes the message notifications.v1.NotificationTemplate.
34
+ * Use `create(NotificationTemplateSchema)` to create a new message.
35
+ */
36
+ export const NotificationTemplateSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 4);
37
+ /**
38
+ * Describes the message notifications.v1.DigestPreference.
39
+ * Use `create(DigestPreferenceSchema)` to create a new message.
40
+ */
41
+ export const DigestPreferenceSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 5);
42
+ /**
43
+ * Describes the message notifications.v1.SendRequest.
44
+ * Use `create(SendRequestSchema)` to create a new message.
45
+ */
46
+ export const SendRequestSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 6);
47
+ /**
48
+ * Describes the message notifications.v1.SendResponse.
49
+ * Use `create(SendResponseSchema)` to create a new message.
50
+ */
51
+ export const SendResponseSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 7);
52
+ /**
53
+ * Describes the message notifications.v1.SendBatchRequest.
54
+ * Use `create(SendBatchRequestSchema)` to create a new message.
55
+ */
56
+ export const SendBatchRequestSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 8);
57
+ /**
58
+ * Describes the message notifications.v1.SendBatchResponse.
59
+ * Use `create(SendBatchResponseSchema)` to create a new message.
60
+ */
61
+ export const SendBatchResponseSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 9);
62
+ /**
63
+ * Describes the message notifications.v1.GetPreferencesRequest.
64
+ * Use `create(GetPreferencesRequestSchema)` to create a new message.
65
+ */
66
+ export const GetPreferencesRequestSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 10);
67
+ /**
68
+ * Describes the message notifications.v1.GetPreferencesResponse.
69
+ * Use `create(GetPreferencesResponseSchema)` to create a new message.
70
+ */
71
+ export const GetPreferencesResponseSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 11);
72
+ /**
73
+ * Describes the message notifications.v1.SetPreferencesRequest.
74
+ * Use `create(SetPreferencesRequestSchema)` to create a new message.
75
+ */
76
+ export const SetPreferencesRequestSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 12);
77
+ /**
78
+ * Describes the message notifications.v1.SetPreferencesResponse.
79
+ * Use `create(SetPreferencesResponseSchema)` to create a new message.
80
+ */
81
+ export const SetPreferencesResponseSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 13);
82
+ /**
83
+ * Describes the message notifications.v1.ListHistoryRequest.
84
+ * Use `create(ListHistoryRequestSchema)` to create a new message.
85
+ */
86
+ export const ListHistoryRequestSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 14);
87
+ /**
88
+ * Describes the message notifications.v1.ListHistoryResponse.
89
+ * Use `create(ListHistoryResponseSchema)` to create a new message.
90
+ */
91
+ export const ListHistoryResponseSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 15);
92
+ /**
93
+ * Describes the message notifications.v1.RegisterChannelRequest.
94
+ * Use `create(RegisterChannelRequestSchema)` to create a new message.
95
+ */
96
+ export const RegisterChannelRequestSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 16);
97
+ /**
98
+ * Describes the message notifications.v1.RegisterChannelResponse.
99
+ * Use `create(RegisterChannelResponseSchema)` to create a new message.
100
+ */
101
+ export const RegisterChannelResponseSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 17);
102
+ /**
103
+ * Describes the message notifications.v1.GetDeliveryStatusRequest.
104
+ * Use `create(GetDeliveryStatusRequestSchema)` to create a new message.
105
+ */
106
+ export const GetDeliveryStatusRequestSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 18);
107
+ /**
108
+ * Describes the message notifications.v1.GetDeliveryStatusResponse.
109
+ * Use `create(GetDeliveryStatusResponseSchema)` to create a new message.
110
+ */
111
+ export const GetDeliveryStatusResponseSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 19);
112
+ /**
113
+ * Describes the message notifications.v1.UpsertTemplateRequest.
114
+ * Use `create(UpsertTemplateRequestSchema)` to create a new message.
115
+ */
116
+ export const UpsertTemplateRequestSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 20);
117
+ /**
118
+ * Describes the message notifications.v1.UpsertTemplateResponse.
119
+ * Use `create(UpsertTemplateResponseSchema)` to create a new message.
120
+ */
121
+ export const UpsertTemplateResponseSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 21);
122
+ /**
123
+ * Describes the message notifications.v1.ListTemplatesRequest.
124
+ * Use `create(ListTemplatesRequestSchema)` to create a new message.
125
+ */
126
+ export const ListTemplatesRequestSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 22);
127
+ /**
128
+ * Describes the message notifications.v1.ListTemplatesResponse.
129
+ * Use `create(ListTemplatesResponseSchema)` to create a new message.
130
+ */
131
+ export const ListTemplatesResponseSchema = /*@__PURE__*/ messageDesc(file_notifications_v1_notifications, 23);
132
+ /**
133
+ * Priority describes the urgency of a notification.
134
+ *
135
+ * @generated from enum notifications.v1.Priority
136
+ */
137
+ export var Priority;
138
+ (function (Priority) {
139
+ /**
140
+ * @generated from enum value: PRIORITY_UNSPECIFIED = 0;
141
+ */
142
+ Priority[Priority["UNSPECIFIED"] = 0] = "UNSPECIFIED";
143
+ /**
144
+ * @generated from enum value: PRIORITY_LOW = 1;
145
+ */
146
+ Priority[Priority["LOW"] = 1] = "LOW";
147
+ /**
148
+ * @generated from enum value: PRIORITY_NORMAL = 2;
149
+ */
150
+ Priority[Priority["NORMAL"] = 2] = "NORMAL";
151
+ /**
152
+ * @generated from enum value: PRIORITY_HIGH = 3;
153
+ */
154
+ Priority[Priority["HIGH"] = 3] = "HIGH";
155
+ /**
156
+ * @generated from enum value: PRIORITY_URGENT = 4;
157
+ */
158
+ Priority[Priority["URGENT"] = 4] = "URGENT";
159
+ })(Priority || (Priority = {}));
160
+ /**
161
+ * Describes the enum notifications.v1.Priority.
162
+ */
163
+ export const PrioritySchema = /*@__PURE__*/ enumDesc(file_notifications_v1_notifications, 0);
164
+ /**
165
+ * NotificationCategory groups notifications for routing and template selection.
166
+ *
167
+ * @generated from enum notifications.v1.NotificationCategory
168
+ */
169
+ export var NotificationCategory;
170
+ (function (NotificationCategory) {
171
+ /**
172
+ * @generated from enum value: NOTIFICATION_CATEGORY_UNSPECIFIED = 0;
173
+ */
174
+ NotificationCategory[NotificationCategory["UNSPECIFIED"] = 0] = "UNSPECIFIED";
175
+ /**
176
+ * @generated from enum value: NOTIFICATION_CATEGORY_APPROVAL_REQUEST = 1;
177
+ */
178
+ NotificationCategory[NotificationCategory["APPROVAL_REQUEST"] = 1] = "APPROVAL_REQUEST";
179
+ /**
180
+ * @generated from enum value: NOTIFICATION_CATEGORY_BUDGET_ALERT = 2;
181
+ */
182
+ NotificationCategory[NotificationCategory["BUDGET_ALERT"] = 2] = "BUDGET_ALERT";
183
+ /**
184
+ * @generated from enum value: NOTIFICATION_CATEGORY_PII_DETECTION = 3;
185
+ */
186
+ NotificationCategory[NotificationCategory["PII_DETECTION"] = 3] = "PII_DETECTION";
187
+ /**
188
+ * @generated from enum value: NOTIFICATION_CATEGORY_INCIDENT = 4;
189
+ */
190
+ NotificationCategory[NotificationCategory["INCIDENT"] = 4] = "INCIDENT";
191
+ /**
192
+ * @generated from enum value: NOTIFICATION_CATEGORY_REPORT = 5;
193
+ */
194
+ NotificationCategory[NotificationCategory["REPORT"] = 5] = "REPORT";
195
+ /**
196
+ * @generated from enum value: NOTIFICATION_CATEGORY_INTEGRATION = 6;
197
+ */
198
+ NotificationCategory[NotificationCategory["INTEGRATION"] = 6] = "INTEGRATION";
199
+ /**
200
+ * @generated from enum value: NOTIFICATION_CATEGORY_DIGEST = 7;
201
+ */
202
+ NotificationCategory[NotificationCategory["DIGEST"] = 7] = "DIGEST";
203
+ /**
204
+ * @generated from enum value: NOTIFICATION_CATEGORY_GENERAL = 8;
205
+ */
206
+ NotificationCategory[NotificationCategory["GENERAL"] = 8] = "GENERAL";
207
+ })(NotificationCategory || (NotificationCategory = {}));
208
+ /**
209
+ * Describes the enum notifications.v1.NotificationCategory.
210
+ */
211
+ export const NotificationCategorySchema = /*@__PURE__*/ enumDesc(file_notifications_v1_notifications, 1);
212
+ /**
213
+ * DeliveryStatus describes the delivery state of a notification.
214
+ *
215
+ * @generated from enum notifications.v1.DeliveryStatus
216
+ */
217
+ export var DeliveryStatus;
218
+ (function (DeliveryStatus) {
219
+ /**
220
+ * @generated from enum value: DELIVERY_STATUS_UNSPECIFIED = 0;
221
+ */
222
+ DeliveryStatus[DeliveryStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
223
+ /**
224
+ * @generated from enum value: DELIVERY_STATUS_PENDING = 1;
225
+ */
226
+ DeliveryStatus[DeliveryStatus["PENDING"] = 1] = "PENDING";
227
+ /**
228
+ * @generated from enum value: DELIVERY_STATUS_SENT = 2;
229
+ */
230
+ DeliveryStatus[DeliveryStatus["SENT"] = 2] = "SENT";
231
+ /**
232
+ * @generated from enum value: DELIVERY_STATUS_DELIVERED = 3;
233
+ */
234
+ DeliveryStatus[DeliveryStatus["DELIVERED"] = 3] = "DELIVERED";
235
+ /**
236
+ * @generated from enum value: DELIVERY_STATUS_FAILED = 4;
237
+ */
238
+ DeliveryStatus[DeliveryStatus["FAILED"] = 4] = "FAILED";
239
+ /**
240
+ * @generated from enum value: DELIVERY_STATUS_BOUNCED = 5;
241
+ */
242
+ DeliveryStatus[DeliveryStatus["BOUNCED"] = 5] = "BOUNCED";
243
+ /**
244
+ * @generated from enum value: DELIVERY_STATUS_QUEUED = 6;
245
+ */
246
+ DeliveryStatus[DeliveryStatus["QUEUED"] = 6] = "QUEUED";
247
+ })(DeliveryStatus || (DeliveryStatus = {}));
248
+ /**
249
+ * Describes the enum notifications.v1.DeliveryStatus.
250
+ */
251
+ export const DeliveryStatusSchema = /*@__PURE__*/ enumDesc(file_notifications_v1_notifications, 2);
252
+ /**
253
+ * NotificationService manages delivery of notifications across channels.
254
+ *
255
+ * @generated from service notifications.v1.NotificationService
256
+ */
257
+ export const NotificationService = /*@__PURE__*/ serviceDesc(file_notifications_v1_notifications, 0);