@alis-build/common-es 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/alis/a2a/extension/history/v1/history_connect.d.ts +155 -0
  4. package/alis/a2a/extension/history/v1/history_connect.js +155 -0
  5. package/alis/a2a/extension/history/v1/history_pb.d.ts +550 -0
  6. package/alis/a2a/extension/history/v1/history_pb.js +111 -0
  7. package/alis/open/agent/v1/agent_connect.d.ts +155 -0
  8. package/alis/open/agent/v1/agent_connect.js +155 -0
  9. package/alis/open/agent/v1/agent_pb.d.ts +2129 -0
  10. package/alis/open/agent/v1/agent_pb.js +390 -0
  11. package/alis/open/agent/v2/a2a_connect.d.ts +155 -0
  12. package/alis/open/agent/v2/a2a_connect.js +155 -0
  13. package/alis/open/agent/v2/a2a_pb.d.ts +2181 -0
  14. package/alis/open/agent/v2/a2a_pb.js +390 -0
  15. package/alis/open/config/v1/config_pb.d.ts +61 -0
  16. package/alis/open/config/v1/config_pb.js +19 -0
  17. package/alis/open/cx/v1/cx_pb.d.ts +2153 -0
  18. package/alis/open/cx/v1/cx_pb.js +230 -0
  19. package/alis/open/flows/v1/flows_connect.d.ts +94 -0
  20. package/alis/open/flows/v1/flows_connect.js +94 -0
  21. package/alis/open/flows/v1/flows_pb.d.ts +546 -0
  22. package/alis/open/flows/v1/flows_pb.js +104 -0
  23. package/alis/open/iam/v1/group_connect.d.ts +143 -0
  24. package/alis/open/iam/v1/group_connect.js +143 -0
  25. package/alis/open/iam/v1/group_pb.d.ts +385 -0
  26. package/alis/open/iam/v1/group_pb.js +88 -0
  27. package/alis/open/iam/v1/iam_pb.d.ts +171 -0
  28. package/alis/open/iam/v1/iam_pb.js +46 -0
  29. package/alis/open/iam/v1/oauth_pb.d.ts +564 -0
  30. package/alis/open/iam/v1/oauth_pb.js +111 -0
  31. package/alis/open/iam/v1/role_pb.d.ts +95 -0
  32. package/alis/open/iam/v1/role_pb.js +19 -0
  33. package/alis/open/iam/v1/user_connect.d.ts +327 -0
  34. package/alis/open/iam/v1/user_connect.js +327 -0
  35. package/alis/open/iam/v1/user_pb.d.ts +1580 -0
  36. package/alis/open/iam/v1/user_pb.js +279 -0
  37. package/alis/open/in/v1/in_pb.d.ts +902 -0
  38. package/alis/open/in/v1/in_pb.js +113 -0
  39. package/alis/open/notifications/v1/devices_connect.d.ts +161 -0
  40. package/alis/open/notifications/v1/devices_connect.js +161 -0
  41. package/alis/open/notifications/v1/devices_pb.d.ts +362 -0
  42. package/alis/open/notifications/v1/devices_pb.js +75 -0
  43. package/alis/open/notifications/v1/notifications_connect.d.ts +77 -0
  44. package/alis/open/notifications/v1/notifications_connect.js +77 -0
  45. package/alis/open/notifications/v1/notifications_pb.d.ts +196 -0
  46. package/alis/open/notifications/v1/notifications_pb.js +49 -0
  47. package/alis/open/operations/v1/operations_pb.d.ts +194 -0
  48. package/alis/open/operations/v1/operations_pb.js +28 -0
  49. package/alis/open/options/v1/options_pb.d.ts +274 -0
  50. package/alis/open/options/v1/options_pb.js +85 -0
  51. package/alis/open/pubsub/v1/pubsub_pb.d.ts +124 -0
  52. package/alis/open/pubsub/v1/pubsub_pb.js +26 -0
  53. package/alis/open/px/v1/px_pb.d.ts +2169 -0
  54. package/alis/open/px/v1/px_pb.js +281 -0
  55. package/alis/open/support/v1/attachments_connect.d.ts +30 -0
  56. package/alis/open/support/v1/attachments_connect.js +30 -0
  57. package/alis/open/support/v1/attachments_pb.d.ts +84 -0
  58. package/alis/open/support/v1/attachments_pb.js +34 -0
  59. package/alis/open/support/v1/events_connect.d.ts +30 -0
  60. package/alis/open/support/v1/events_connect.js +30 -0
  61. package/alis/open/support/v1/events_pb.d.ts +236 -0
  62. package/alis/open/support/v1/events_pb.js +84 -0
  63. package/alis/open/support/v1/guide_connect.d.ts +76 -0
  64. package/alis/open/support/v1/guide_connect.js +76 -0
  65. package/alis/open/support/v1/guide_pb.d.ts +853 -0
  66. package/alis/open/support/v1/guide_pb.js +169 -0
  67. package/alis/open/support/v1/issue_connect.d.ts +216 -0
  68. package/alis/open/support/v1/issue_connect.js +216 -0
  69. package/alis/open/support/v1/issue_pb.d.ts +1030 -0
  70. package/alis/open/support/v1/issue_pb.js +215 -0
  71. package/alis/open/support/v1/issueactivity_connect.d.ts +139 -0
  72. package/alis/open/support/v1/issueactivity_connect.js +139 -0
  73. package/alis/open/support/v1/issueactivity_pb.d.ts +551 -0
  74. package/alis/open/support/v1/issueactivity_pb.js +108 -0
  75. package/alis/open/support/v1/issuesubscriber_connect.d.ts +146 -0
  76. package/alis/open/support/v1/issuesubscriber_connect.js +146 -0
  77. package/alis/open/support/v1/issuesubscriber_pb.d.ts +341 -0
  78. package/alis/open/support/v1/issuesubscriber_pb.js +68 -0
  79. package/alis/open/validation/v1/test_connect.d.ts +74 -0
  80. package/alis/open/validation/v1/test_connect.js +74 -0
  81. package/alis/open/validation/v1/test_pb.d.ts +345 -0
  82. package/alis/open/validation/v1/test_pb.js +84 -0
  83. package/alis/open/validation/v1/validation_connect.d.ts +39 -0
  84. package/alis/open/validation/v1/validation_connect.js +39 -0
  85. package/alis/open/validation/v1/validation_pb.d.ts +207 -0
  86. package/alis/open/validation/v1/validation_pb.js +59 -0
  87. package/alis/test/v1/test_pb.d.ts +32 -0
  88. package/alis/test/v1/test_pb.js +18 -0
  89. package/common/test/v1/test_pb.d.ts +32 -0
  90. package/common/test/v1/test_pb.js +18 -0
  91. package/google/api/annotations_pb.d.ts +33 -0
  92. package/google/api/annotations_pb.js +35 -0
  93. package/google/api/apikeys/v2/apikeys_connect.d.ts +151 -0
  94. package/google/api/apikeys/v2/apikeys_connect.js +151 -0
  95. package/google/api/apikeys/v2/apikeys_pb.d.ts +449 -0
  96. package/google/api/apikeys/v2/apikeys_pb.js +117 -0
  97. package/google/api/apikeys/v2/resources_pb.d.ts +341 -0
  98. package/google/api/apikeys/v2/resources_pb.js +84 -0
  99. package/google/api/auth_pb.d.ts +380 -0
  100. package/google/api/auth_pb.js +67 -0
  101. package/google/api/backend_pb.d.ts +269 -0
  102. package/google/api/backend_pb.js +59 -0
  103. package/google/api/billing_pb.d.ts +109 -0
  104. package/google/api/billing_pb.js +39 -0
  105. package/google/api/client_pb.d.ts +691 -0
  106. package/google/api/client_pb.js +233 -0
  107. package/google/api/config_change_pb.d.ts +155 -0
  108. package/google/api/config_change_pb.js +54 -0
  109. package/google/api/consumer_pb.d.ts +150 -0
  110. package/google/api/consumer_pb.js +53 -0
  111. package/google/api/context_pb.d.ts +135 -0
  112. package/google/api/context_pb.js +39 -0
  113. package/google/api/control_pb.d.ts +52 -0
  114. package/google/api/control_pb.js +32 -0
  115. package/google/api/distribution_pb.d.ts +377 -0
  116. package/google/api/distribution_pb.js +76 -0
  117. package/google/api/documentation_pb.d.ts +248 -0
  118. package/google/api/documentation_pb.js +46 -0
  119. package/google/api/endpoint_pb.d.ts +102 -0
  120. package/google/api/endpoint_pb.js +32 -0
  121. package/google/api/error_reason_pb.d.ts +657 -0
  122. package/google/api/error_reason_pb.js +48 -0
  123. package/google/api/expr/conformance/v1alpha1/conformance_service_connect.d.ts +71 -0
  124. package/google/api/expr/conformance/v1alpha1/conformance_service_connect.js +71 -0
  125. package/google/api/expr/conformance/v1alpha1/conformance_service_pb.d.ts +415 -0
  126. package/google/api/expr/conformance/v1alpha1/conformance_service_pb.js +112 -0
  127. package/google/api/expr/v1alpha1/checked_pb.d.ts +701 -0
  128. package/google/api/expr/v1alpha1/checked_pb.js +133 -0
  129. package/google/api/expr/v1alpha1/eval_pb.d.ts +212 -0
  130. package/google/api/expr/v1alpha1/eval_pb.js +62 -0
  131. package/google/api/expr/v1alpha1/explain_pb.d.ts +92 -0
  132. package/google/api/expr/v1alpha1/explain_pb.js +42 -0
  133. package/google/api/expr/v1alpha1/syntax_pb.d.ts +698 -0
  134. package/google/api/expr/v1alpha1/syntax_pb.js +112 -0
  135. package/google/api/expr/v1alpha1/value_pb.d.ts +252 -0
  136. package/google/api/expr/v1alpha1/value_pb.js +62 -0
  137. package/google/api/expr/v1beta1/decl_pb.d.ts +183 -0
  138. package/google/api/expr/v1beta1/decl_pb.js +55 -0
  139. package/google/api/expr/v1beta1/eval_pb.d.ts +233 -0
  140. package/google/api/expr/v1beta1/eval_pb.js +70 -0
  141. package/google/api/expr/v1beta1/expr_pb.d.ts +550 -0
  142. package/google/api/expr/v1beta1/expr_pb.js +98 -0
  143. package/google/api/expr/v1beta1/source_pb.d.ts +112 -0
  144. package/google/api/expr/v1beta1/source_pb.js +40 -0
  145. package/google/api/expr/v1beta1/value_pb.d.ts +253 -0
  146. package/google/api/expr/v1beta1/value_pb.js +63 -0
  147. package/google/api/field_behavior_pb.d.ts +133 -0
  148. package/google/api/field_behavior_pb.js +64 -0
  149. package/google/api/http_pb.d.ts +472 -0
  150. package/google/api/http_pb.js +46 -0
  151. package/google/api/httpbody_pb.d.ts +103 -0
  152. package/google/api/httpbody_pb.js +33 -0
  153. package/google/api/label_pb.d.ts +92 -0
  154. package/google/api/label_pb.js +46 -0
  155. package/google/api/launch_stage_pb.d.ts +114 -0
  156. package/google/api/launch_stage_pb.js +40 -0
  157. package/google/api/log_pb.d.ts +81 -0
  158. package/google/api/log_pb.js +33 -0
  159. package/google/api/logging_pb.d.ts +118 -0
  160. package/google/api/logging_pb.js +39 -0
  161. package/google/api/metric_pb.d.ts +422 -0
  162. package/google/api/metric_pb.js +79 -0
  163. package/google/api/monitored_resource_pb.d.ts +194 -0
  164. package/google/api/monitored_resource_pb.js +49 -0
  165. package/google/api/monitoring_pb.d.ts +143 -0
  166. package/google/api/monitoring_pb.js +39 -0
  167. package/google/api/quota_pb.d.ts +271 -0
  168. package/google/api/quota_pb.js +46 -0
  169. package/google/api/resource_pb.d.ts +338 -0
  170. package/google/api/resource_pb.js +96 -0
  171. package/google/api/routing_pb.d.ts +496 -0
  172. package/google/api/routing_pb.js +48 -0
  173. package/google/api/service_pb.d.ts +304 -0
  174. package/google/api/service_pb.js +53 -0
  175. package/google/api/servicecontrol/v1/check_error_pb.d.ts +241 -0
  176. package/google/api/servicecontrol/v1/check_error_pb.js +47 -0
  177. package/google/api/servicecontrol/v1/distribution_pb.d.ts +279 -0
  178. package/google/api/servicecontrol/v1/distribution_pb.js +54 -0
  179. package/google/api/servicecontrol/v1/http_request_pb.d.ts +162 -0
  180. package/google/api/servicecontrol/v1/http_request_pb.js +33 -0
  181. package/google/api/servicecontrol/v1/log_entry_pb.d.ts +237 -0
  182. package/google/api/servicecontrol/v1/log_entry_pb.js +51 -0
  183. package/google/api/servicecontrol/v1/metric_value_pb.d.ts +148 -0
  184. package/google/api/servicecontrol/v1/metric_value_pb.js +41 -0
  185. package/google/api/servicecontrol/v1/operation_pb.d.ts +188 -0
  186. package/google/api/servicecontrol/v1/operation_pb.js +50 -0
  187. package/google/api/servicecontrol/v1/quota_controller_connect.d.ts +56 -0
  188. package/google/api/servicecontrol/v1/quota_controller_connect.js +56 -0
  189. package/google/api/servicecontrol/v1/quota_controller_pb.d.ts +417 -0
  190. package/google/api/servicecontrol/v1/quota_controller_pb.js +100 -0
  191. package/google/api/servicecontrol/v1/service_controller_connect.d.ts +87 -0
  192. package/google/api/servicecontrol/v1/service_controller_connect.js +87 -0
  193. package/google/api/servicecontrol/v1/service_controller_pb.d.ts +437 -0
  194. package/google/api/servicecontrol/v1/service_controller_pb.js +105 -0
  195. package/google/api/servicecontrol/v2/service_controller_connect.d.ts +99 -0
  196. package/google/api/servicecontrol/v2/service_controller_connect.js +99 -0
  197. package/google/api/servicecontrol/v2/service_controller_pb.d.ts +300 -0
  198. package/google/api/servicecontrol/v2/service_controller_pb.js +79 -0
  199. package/google/api/servicemanagement/v1/resources_pb.d.ts +632 -0
  200. package/google/api/servicemanagement/v1/resources_pb.js +159 -0
  201. package/google/api/servicemanagement/v1/servicemanager_connect.d.ts +252 -0
  202. package/google/api/servicemanagement/v1/servicemanager_connect.js +252 -0
  203. package/google/api/servicemanagement/v1/servicemanager_pb.d.ts +854 -0
  204. package/google/api/servicemanagement/v1/servicemanager_pb.js +186 -0
  205. package/google/api/serviceusage/v1/resources_pb.d.ts +231 -0
  206. package/google/api/serviceusage/v1/resources_pb.js +68 -0
  207. package/google/api/serviceusage/v1/serviceusage_connect.d.ts +125 -0
  208. package/google/api/serviceusage/v1/serviceusage_connect.js +125 -0
  209. package/google/api/serviceusage/v1/serviceusage_pb.d.ts +529 -0
  210. package/google/api/serviceusage/v1/serviceusage_pb.js +140 -0
  211. package/google/api/serviceusage/v1beta1/resources_pb.d.ts +748 -0
  212. package/google/api/serviceusage/v1beta1/resources_pb.js +146 -0
  213. package/google/api/serviceusage/v1beta1/serviceusage_connect.d.ts +285 -0
  214. package/google/api/serviceusage/v1beta1/serviceusage_connect.js +285 -0
  215. package/google/api/serviceusage/v1beta1/serviceusage_pb.d.ts +1446 -0
  216. package/google/api/serviceusage/v1beta1/serviceusage_pb.js +304 -0
  217. package/google/api/source_info_pb.d.ts +46 -0
  218. package/google/api/source_info_pb.js +33 -0
  219. package/google/api/system_parameter_pb.d.ts +151 -0
  220. package/google/api/system_parameter_pb.js +46 -0
  221. package/google/api/usage_pb.d.ts +141 -0
  222. package/google/api/usage_pb.js +39 -0
  223. package/google/api/visibility_pb.d.ts +157 -0
  224. package/google/api/visibility_pb.js +88 -0
  225. package/google/iam/admin/v1/audit_data_pb.d.ts +75 -0
  226. package/google/iam/admin/v1/audit_data_pb.js +39 -0
  227. package/google/iam/admin/v1/iam_connect.d.ts +534 -0
  228. package/google/iam/admin/v1/iam_connect.js +534 -0
  229. package/google/iam/admin/v1/iam_pb.d.ts +2699 -0
  230. package/google/iam/admin/v1/iam_pb.js +528 -0
  231. package/google/iam/credentials/v1/common_pb.d.ts +319 -0
  232. package/google/iam/credentials/v1/common_pb.js +85 -0
  233. package/google/iam/credentials/v1/iamcredentials_connect.d.ts +84 -0
  234. package/google/iam/credentials/v1/iamcredentials_connect.js +84 -0
  235. package/google/iam/credentials/v1/iamcredentials_pb.d.ts +81 -0
  236. package/google/iam/credentials/v1/iamcredentials_pb.js +44 -0
  237. package/google/iam/v1/iam_policy_connect.d.ts +102 -0
  238. package/google/iam/v1/iam_policy_connect.js +102 -0
  239. package/google/iam/v1/iam_policy_pb.d.ts +225 -0
  240. package/google/iam/v1/iam_policy_pb.js +93 -0
  241. package/google/iam/v1/logging/audit_data_pb.d.ts +48 -0
  242. package/google/iam/v1/logging/audit_data_pb.js +33 -0
  243. package/google/iam/v1/options_pb.d.ts +62 -0
  244. package/google/iam/v1/options_pb.js +32 -0
  245. package/google/iam/v1/policy_pb.d.ts +622 -0
  246. package/google/iam/v1/policy_pb.js +118 -0
  247. package/google/iam/v1beta/workload_identity_pool_connect.d.ts +203 -0
  248. package/google/iam/v1beta/workload_identity_pool_connect.js +203 -0
  249. package/google/iam/v1beta/workload_identity_pool_pb.d.ts +996 -0
  250. package/google/iam/v1beta/workload_identity_pool_pb.js +207 -0
  251. package/google/iam/v2/deny_pb.d.ts +139 -0
  252. package/google/iam/v2/deny_pb.js +33 -0
  253. package/google/iam/v2/policy_connect.d.ts +102 -0
  254. package/google/iam/v2/policy_connect.js +102 -0
  255. package/google/iam/v2/policy_pb.d.ts +481 -0
  256. package/google/iam/v2/policy_pb.js +102 -0
  257. package/google/iam/v2beta/deny_pb.d.ts +139 -0
  258. package/google/iam/v2beta/deny_pb.js +33 -0
  259. package/google/iam/v2beta/policy_connect.d.ts +102 -0
  260. package/google/iam/v2beta/policy_connect.js +102 -0
  261. package/google/iam/v2beta/policy_pb.d.ts +473 -0
  262. package/google/iam/v2beta/policy_pb.js +102 -0
  263. package/google/logging/type/http_request_pb.d.ts +164 -0
  264. package/google/logging/type/http_request_pb.js +33 -0
  265. package/google/logging/type/log_severity_pb.d.ts +114 -0
  266. package/google/logging/type/log_severity_pb.js +53 -0
  267. package/google/logging/v2/log_entry_pb.d.ts +382 -0
  268. package/google/logging/v2/log_entry_pb.js +61 -0
  269. package/google/logging/v2/logging_config_connect.d.ts +401 -0
  270. package/google/logging/v2/logging_config_connect.js +401 -0
  271. package/google/logging/v2/logging_config_pb.d.ts +2422 -0
  272. package/google/logging/v2/logging_config_pb.js +360 -0
  273. package/google/logging/v2/logging_connect.d.ts +113 -0
  274. package/google/logging/v2/logging_connect.js +113 -0
  275. package/google/logging/v2/logging_metrics_connect.d.ts +88 -0
  276. package/google/logging/v2/logging_metrics_connect.js +88 -0
  277. package/google/logging/v2/logging_metrics_pb.d.ts +467 -0
  278. package/google/logging/v2/logging_metrics_pb.js +104 -0
  279. package/google/logging/v2/logging_pb.d.ts +718 -0
  280. package/google/logging/v2/logging_pb.js +147 -0
  281. package/google/longrunning/operations_connect.d.ts +127 -0
  282. package/google/longrunning/operations_connect.js +127 -0
  283. package/google/longrunning/operations_pb.d.ts +420 -0
  284. package/google/longrunning/operations_pb.js +117 -0
  285. package/google/protobuf/any_pb.d.ts +181 -0
  286. package/google/protobuf/any_pb.js +48 -0
  287. package/google/protobuf/api_pb.d.ts +301 -0
  288. package/google/protobuf/api_pb.js +64 -0
  289. package/google/protobuf/descriptor_pb.d.ts +2589 -0
  290. package/google/protobuf/descriptor_pb.js +503 -0
  291. package/google/protobuf/duration_pb.d.ts +133 -0
  292. package/google/protobuf/duration_pb.js +48 -0
  293. package/google/protobuf/empty_pb.d.ts +62 -0
  294. package/google/protobuf/empty_pb.js +48 -0
  295. package/google/protobuf/field_mask_pb.d.ts +259 -0
  296. package/google/protobuf/field_mask_pb.js +48 -0
  297. package/google/protobuf/source_context_pb.d.ts +63 -0
  298. package/google/protobuf/source_context_pb.js +48 -0
  299. package/google/protobuf/struct_pb.d.ts +185 -0
  300. package/google/protobuf/struct_pb.js +79 -0
  301. package/google/protobuf/timestamp_pb.d.ts +162 -0
  302. package/google/protobuf/timestamp_pb.js +48 -0
  303. package/google/protobuf/type_pb.d.ts +531 -0
  304. package/google/protobuf/type_pb.js +120 -0
  305. package/google/protobuf/wrappers_pb.d.ts +249 -0
  306. package/google/protobuf/wrappers_pb.js +114 -0
  307. package/google/rpc/code_pb.d.ts +264 -0
  308. package/google/rpc/code_pb.js +45 -0
  309. package/google/rpc/context/attribute_context_pb.d.ts +618 -0
  310. package/google/rpc/context/attribute_context_pb.js +78 -0
  311. package/google/rpc/context/audit_context_pb.d.ts +79 -0
  312. package/google/rpc/context/audit_context_pb.js +33 -0
  313. package/google/rpc/error_details_pb.d.ts +534 -0
  314. package/google/rpc/error_details_pb.js +124 -0
  315. package/google/rpc/http_pb.d.ts +136 -0
  316. package/google/rpc/http_pb.js +46 -0
  317. package/google/rpc/status_pb.d.ts +71 -0
  318. package/google/rpc/status_pb.js +33 -0
  319. package/google/type/calendar_period_pb.d.ts +98 -0
  320. package/google/type/calendar_period_pb.js +41 -0
  321. package/google/type/color_pb.d.ts +199 -0
  322. package/google/type/color_pb.js +33 -0
  323. package/google/type/date_pb.d.ts +75 -0
  324. package/google/type/date_pb.js +32 -0
  325. package/google/type/datetime_pb.d.ts +174 -0
  326. package/google/type/datetime_pb.js +40 -0
  327. package/google/type/dayofweek_pb.d.ts +92 -0
  328. package/google/type/dayofweek_pb.js +39 -0
  329. package/google/type/decimal_pb.d.ts +110 -0
  330. package/google/type/decimal_pb.js +32 -0
  331. package/google/type/expr_pb.d.ts +101 -0
  332. package/google/type/expr_pb.js +32 -0
  333. package/google/type/fraction_pb.d.ts +53 -0
  334. package/google/type/fraction_pb.js +32 -0
  335. package/google/type/interval_pb.d.ts +64 -0
  336. package/google/type/interval_pb.js +33 -0
  337. package/google/type/latlng_pb.d.ts +56 -0
  338. package/google/type/latlng_pb.js +32 -0
  339. package/google/type/localized_text_pb.d.ts +55 -0
  340. package/google/type/localized_text_pb.js +32 -0
  341. package/google/type/money_pb.d.ts +65 -0
  342. package/google/type/money_pb.js +32 -0
  343. package/google/type/month_pb.d.ts +127 -0
  344. package/google/type/month_pb.js +39 -0
  345. package/google/type/phone_number_pb.d.ts +160 -0
  346. package/google/type/phone_number_pb.js +39 -0
  347. package/google/type/postal_address_pb.d.ts +189 -0
  348. package/google/type/postal_address_pb.js +32 -0
  349. package/google/type/quaternion_pb.d.ts +121 -0
  350. package/google/type/quaternion_pb.js +32 -0
  351. package/google/type/timeofday_pb.d.ts +71 -0
  352. package/google/type/timeofday_pb.js +32 -0
  353. package/lf/a2a/v1/a2a_connect.d.ts +148 -0
  354. package/lf/a2a/v1/a2a_connect.js +148 -0
  355. package/lf/a2a/v1/a2a_pb.d.ts +2184 -0
  356. package/lf/a2a/v1/a2a_pb.js +363 -0
  357. package/package.json +10 -0
@@ -0,0 +1,902 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts"
2
+ // @generated from file alis/open/in/v1/in.proto (package alis.open.in.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+ import type { Timestamp } from "@alis-build/google-common-protos/google/protobuf/timestamp_pb";
8
+ import type { Instrument as Instrument$1 } from "../../px/v1/px_pb";
9
+ import type { Instrument as Instrument$2 } from "../../cx/v1/cx_pb";
10
+
11
+ /**
12
+ * Describes the file alis/open/in/v1/in.proto.
13
+ */
14
+ export declare const file_alis_open_in_v1_in: GenFile;
15
+
16
+ /**
17
+ * Instrument defines a financial instrument
18
+ * as a resource in the IN domain.
19
+ *
20
+ * @generated from message alis.open.in.v1.Instrument
21
+ */
22
+ export declare type Instrument = Message<"alis.open.in.v1.Instrument"> & {
23
+ /**
24
+ * The Instrument name is the unique identifier
25
+ * across organisations. The Instrument ID must be a valid Bloomberg
26
+ * or custom FIGI, as defined by www.openfigi.com.
27
+ *
28
+ * Format: instruments/{instrumentID}
29
+ * Example: "instruments/BBG000B9XRY4"
30
+ *
31
+ * @generated from field: string name = 1;
32
+ */
33
+ name: string;
34
+
35
+ /**
36
+ * Figi Type. Either a global or custom FIGI,
37
+ * else set to unspecified
38
+ *
39
+ * @generated from field: alis.open.in.v1.FigiType figi_type = 2;
40
+ */
41
+ figiType: FigiType;
42
+
43
+ /**
44
+ * Human readable display name of the instrument.
45
+ *
46
+ * @generated from field: string display_name = 3;
47
+ */
48
+ displayName: string;
49
+
50
+ /**
51
+ * Security Description of the instrument.
52
+ *
53
+ * @generated from field: string description = 4;
54
+ */
55
+ description: string;
56
+
57
+ /**
58
+ * Market Sector
59
+ * The asset class/category of the particular instrument
60
+ * Format: EQUITY, MONEY_MARKET, etc.
61
+ *
62
+ * @generated from field: alis.open.in.v1.Instrument.MarketSector market_sector = 5;
63
+ */
64
+ marketSector: Instrument_MarketSector;
65
+
66
+ /**
67
+ * Description of the specific instrument type within its market sector.
68
+ * This typically depends on the market sector and is fairly flexible
69
+ * Possible values defined at https://www.openfigi.com/api/enumValues/v3/securityType
70
+ *
71
+ * @generated from field: string security_type = 6;
72
+ */
73
+ securityType: string;
74
+
75
+ /**
76
+ * Instrument classifications
77
+ *
78
+ * @generated from field: alis.open.in.v1.Instrument.Classifications classifications = 7;
79
+ */
80
+ classifications?: Instrument_Classifications;
81
+
82
+ /**
83
+ * External identifiers for the instrument.
84
+ *
85
+ * @generated from field: alis.open.in.v1.Instrument.ExternalIDs external_ids = 8;
86
+ */
87
+ externalIds?: Instrument_ExternalIDs;
88
+
89
+ /**
90
+ * Exchange Code
91
+ * Code for the trading venue or environment on which
92
+ * the instrument trades. If an exchange is specified,
93
+ * the code will be for the specified exchange.
94
+ * Format: US, UN, SJ etc.
95
+ *
96
+ * @generated from field: string exch_code = 9;
97
+ */
98
+ exchCode: string;
99
+
100
+ /**
101
+ * Currency
102
+ * The 3-letter currency code defined in ISO 4217.
103
+ * Currency in which the security was issued.
104
+ * Equities: Trading currency for the security.
105
+ * Fixed Income: Provides the currency in which
106
+ * the bond was issued, not necessarily the currency
107
+ * in which the bond trades or pays its coupons.
108
+ *
109
+ * @generated from field: string currency_code = 10;
110
+ */
111
+ currencyCode: string;
112
+
113
+ /**
114
+ * The ISO country code
115
+ * (-- api-linter: core::0143::standardized-codes=disabled
116
+ * aip.dev/not-precedent: 'Country' is a well defined attributes within Finance. --)
117
+ *
118
+ * @generated from field: string country_code = 11;
119
+ */
120
+ countryCode: string;
121
+
122
+ /**
123
+ * Name of the issuing entity of the security.
124
+ *
125
+ * @generated from field: string issuer = 12;
126
+ */
127
+ issuer: string;
128
+
129
+ /**
130
+ * Display Ticker
131
+ * Used for display purposes only
132
+ * For source specific tickers and identifiers refer to the external_ids attribute.
133
+ *
134
+ * @generated from field: string ticker = 15;
135
+ */
136
+ ticker: string;
137
+
138
+ /**
139
+ * Website
140
+ *
141
+ * @generated from field: string website_uri = 17;
142
+ */
143
+ websiteUri: string;
144
+
145
+ /**
146
+ * Boolean indicating whether the instrument has a Figi equal to its composite Figi
147
+ *
148
+ * @generated from field: bool is_composite_figi = 18;
149
+ */
150
+ isCompositeFigi: boolean;
151
+
152
+ /**
153
+ * Boolean indicating whether the instrument has a Figi equal to its shareClass Figi
154
+ *
155
+ * @generated from field: bool is_share_class_figi = 19;
156
+ */
157
+ isShareClassFigi: boolean;
158
+
159
+ /**
160
+ * Time the Instrument was last updated
161
+ *
162
+ * @generated from field: google.protobuf.Timestamp update_time = 20;
163
+ */
164
+ updateTime?: Timestamp;
165
+
166
+ /**
167
+ * Exchange identifiers
168
+ *
169
+ * @generated from field: alis.open.in.v1.Instrument.ExchangeIdentifiers exchange_identifiers = 22;
170
+ */
171
+ exchangeIdentifiers?: Instrument_ExchangeIdentifiers;
172
+
173
+ /**
174
+ * Engines
175
+ *
176
+ * @generated from field: alis.open.in.v1.Instrument.Engines engines = 23;
177
+ */
178
+ engines?: Instrument_Engines;
179
+
180
+ /**
181
+ * Custom attributes
182
+ * USE WITH CAUTION.
183
+ * NB: There are no validations on this field, values are fully managed by the user.
184
+ * AN EXAMPLE:
185
+ * The usage of this field could be to capture custom classifications:
186
+ * The key of the map could be the classification group name (say "sets"), and the value could be the name of the assigned element.
187
+ * An example map entry in this case would be:
188
+ * < "sets/rezco_asset_class", "sets/rezco_asset_class/elements/customEquity23">
189
+ *
190
+ * @generated from field: map<string, string> custom_attributes = 24;
191
+ */
192
+ customAttributes: { [key: string]: string };
193
+
194
+ /**
195
+ * Source Meta
196
+ *
197
+ * @generated from field: map<string, alis.open.in.v1.Instrument.SourceMetaData> source_meta = 99;
198
+ */
199
+ sourceMeta: { [key: string]: Instrument_SourceMetaData };
200
+ };
201
+
202
+ /**
203
+ * Describes the message alis.open.in.v1.Instrument.
204
+ * Use `create(InstrumentSchema)` to create a new message.
205
+ */
206
+ export declare const InstrumentSchema: GenMessage<Instrument>;
207
+
208
+ /**
209
+ * A set of classifications specific to the instrument.
210
+ *
211
+ * @generated from message alis.open.in.v1.Instrument.Classifications
212
+ */
213
+ export declare type Instrument_Classifications = Message<"alis.open.in.v1.Instrument.Classifications"> & {
214
+ /**
215
+ * Bloomberg Industry Group
216
+ * Bloomberg Industry Classification System) level I classification of the security
217
+ * based on its business or economic function and characteristics
218
+ *
219
+ * @generated from field: string bloomberg_industry_sector = 1;
220
+ */
221
+ bloombergIndustrySector: string;
222
+
223
+ /**
224
+ * Bloomberg Industry Group
225
+ * Bloomberg Industry Classification System) level II classification of the security
226
+ * based on its business or economic function and characteristics
227
+ *
228
+ * @generated from field: string bloomberg_industry_group = 2;
229
+ */
230
+ bloombergIndustryGroup: string;
231
+
232
+ /**
233
+ * Bloomberg Industry SubGroup
234
+ * Bloomberg Industry Classification System) level III classification of the security
235
+ * based on its business or economic function and characteristics
236
+ *
237
+ * @generated from field: string bloomberg_industry_subgroup = 3;
238
+ */
239
+ bloombergIndustrySubgroup: string;
240
+
241
+ /**
242
+ * GICS Sector name
243
+ * A text description indicating GICS sector classification. GICS (Global Industry
244
+ * Classification Standard) is an industry classification standard developed by
245
+ * MSCI in collaboration with Standard & Poors (S&P).
246
+ *
247
+ * @generated from field: string gics_sector = 4;
248
+ */
249
+ gicsSector: string;
250
+
251
+ /**
252
+ * Primary Global Industry Classification Standard (GICS) Industry Group Description.
253
+ * GICS Classifies companies with increasing granularity by Sector, Industry Group, Industry and Sub-Industry.
254
+ *
255
+ * @generated from field: string gics_industry = 5;
256
+ */
257
+ gicsIndustry: string;
258
+
259
+ /**
260
+ * GICS Sub_industry
261
+ *
262
+ * @generated from field: string gics_subindustry = 6;
263
+ */
264
+ gicsSubindustry: string;
265
+
266
+ /**
267
+ * Investment theme
268
+ * This theme attribute provides a flexible and lightweight way for the user to classify / group
269
+ * instruments into user specified themes or ideas. The available themes are set by the
270
+ * user and are not shared between instrument deployments. Given that this is a classification,
271
+ * each instrument can only belong to a single theme at any point in time.
272
+ *
273
+ * @generated from field: string theme = 7;
274
+ */
275
+ theme: string;
276
+
277
+ /**
278
+ * Instrument sector
279
+ * This is a generic sector field and not necessarily linked to a classification system.
280
+ *
281
+ * @generated from field: string sector = 8;
282
+ */
283
+ sector: string;
284
+
285
+ /**
286
+ * Instrument industry
287
+ * This is a generic industry field and not necessarily linked to a classification system.
288
+ *
289
+ * @generated from field: string industry = 9;
290
+ */
291
+ industry: string;
292
+
293
+ /**
294
+ * Name of the sector that the research entity is classified into.
295
+ * The list of sector classifiers may be found on the Morningstar Mapping Reference endpoint on Morningstar Equity API.
296
+ * https://equityapi.morningstar.com/DataCatalog.aspx?catalogid=38
297
+ *
298
+ * @generated from field: string morningstar_sector = 10;
299
+ */
300
+ morningstarSector: string;
301
+
302
+ /**
303
+ * Name of the industry group that the research entity is classified into.
304
+ * The list of industry group classifiers may be found on the Morningstar Mapping Reference endpoint on Morningstar Equity API.
305
+ * https://equityapi.morningstar.com/DataCatalog.aspx?catalogid=38
306
+ *
307
+ * @generated from field: string morningstar_industry_group = 11;
308
+ */
309
+ morningstarIndustryGroup: string;
310
+
311
+ /**
312
+ * Name of the industry that the research entity is classified into.
313
+ * The list of industry classifiers may be found on the Morningstar Mapping Reference endpoint on Morningstar Equity API.
314
+ * https://equityapi.morningstar.com/DataCatalog.aspx?catalogid=38
315
+ *
316
+ * @generated from field: string morningstar_industry = 12;
317
+ */
318
+ morningstarIndustry: string;
319
+
320
+ /**
321
+ * ICB Industry
322
+ * The Industry Classification Benchmark (ICB) is a globally recognized
323
+ * standard for categorizing companies and securities.
324
+ *
325
+ * @generated from field: string icb_industry = 13;
326
+ */
327
+ icbIndustry: string;
328
+ };
329
+
330
+ /**
331
+ * Describes the message alis.open.in.v1.Instrument.Classifications.
332
+ * Use `create(Instrument_ClassificationsSchema)` to create a new message.
333
+ */
334
+ export declare const Instrument_ClassificationsSchema: GenMessage<Instrument_Classifications>;
335
+
336
+ /**
337
+ * External identifiers
338
+ *
339
+ * @generated from message alis.open.in.v1.Instrument.ExternalIDs
340
+ */
341
+ export declare type Instrument_ExternalIDs = Message<"alis.open.in.v1.Instrument.ExternalIDs"> & {
342
+ /**
343
+ * FIGI as defined by www.openfigi.com.
344
+ *
345
+ * @generated from field: string figi = 1;
346
+ */
347
+ figi: string;
348
+
349
+ /**
350
+ * Composite Financial Instrument Global Identifier - The Composite Financial Instrument Global Identifier
351
+ * (FIGI) enables users to link multiple FIGIs at the trading venue level within the same country or market
352
+ * in order to obtain an aggregated view for an instrument within that country or market.
353
+ *
354
+ * @generated from field: string composite_figi = 2;
355
+ */
356
+ compositeFigi: string;
357
+
358
+ /**
359
+ * Share Class Financial Instrument Global Identifier - A Share Class level Financial Instrument Global Identifier
360
+ * is assigned to an instrument that is traded in more than one country. This enables users to link multiple
361
+ * Composite FIGIs for the same instrument in order to obtain an aggregated view for that instrument across all
362
+ * countries (globally).
363
+ *
364
+ * @generated from field: string share_class_figi = 3;
365
+ */
366
+ shareClassFigi: string;
367
+
368
+ /**
369
+ * ISIN
370
+ * An International Securities Identification Number (ISIN) is a code that uniquely identifies a specific
371
+ * securities issue.
372
+ *
373
+ * @generated from field: string isin = 4;
374
+ */
375
+ isin: string;
376
+
377
+ /**
378
+ * SEDOL (Stock Exchange Daily Official List)
379
+ * a list of security identifiers used in the United Kingdom and Ireland for clearing purposes.
380
+ * The numbers are assigned by the London Stock Exchange, on request by the security issuer.
381
+ *
382
+ * @generated from field: string sedol = 5;
383
+ */
384
+ sedol: string;
385
+
386
+ /**
387
+ * CUSIP
388
+ * a nine-digit numeric (e.g. 037833100 for Apple) or nine-character alphanumeric (e.g. 38259P508 for Google)
389
+ * code that identifies a North American financial security for the purposes of facilitating clearing and
390
+ * settlement of trades.
391
+ * https://en.wikipedia.org/wiki/CUSIP
392
+ *
393
+ * @generated from field: string cusip = 6;
394
+ */
395
+ cusip: string;
396
+
397
+ /**
398
+ * RIC (Reuters instrument code)
399
+ * is a ticker-like code used by Refinitiv to identify financial instruments and indices.
400
+ * https://en.wikipedia.org/wiki/Reuters_Instrument_Code
401
+ *
402
+ * @generated from field: string ric = 7;
403
+ */
404
+ ric: string;
405
+
406
+ /**
407
+ * Primary RIC (Reuters instrument code)
408
+ * is a ticker-like code used by Refinitiv to identify financial instruments and indices.
409
+ * https://en.wikipedia.org/wiki/Reuters_Instrument_Code
410
+ *
411
+ * @generated from field: string primary_ric = 8;
412
+ */
413
+ primaryRic: string;
414
+
415
+ /**
416
+ * Bloomberg Ticker
417
+ * a string of characters or numbers to identify a company or entity uniquely in Bloomberg.
418
+ *
419
+ * @generated from field: string bloomberg_ticker = 9;
420
+ */
421
+ bloombergTicker: string;
422
+
423
+ /**
424
+ * MSCI Security Code is a unique identifier assigned to each security by MSCI.
425
+ *
426
+ * @generated from field: string msci_sec_code = 10;
427
+ */
428
+ msciSecCode: string;
429
+
430
+ /**
431
+ * A Central Index Key or CIK number is a number given to an individual, company, or foreign government by
432
+ * the United States Securities and Exchange Commission. The number is used to identify its filings in
433
+ * several online databases, including EDGAR.
434
+ *
435
+ * @generated from field: string cik = 11;
436
+ */
437
+ cik: string;
438
+
439
+ /**
440
+ * InvestOne Id
441
+ * InvestOne is an investment accounting solution for institutional asset managers.
442
+ *
443
+ * @generated from field: string invest_one = 12;
444
+ */
445
+ investOne: string;
446
+
447
+ /**
448
+ * Morningstar SecId
449
+ *
450
+ * @generated from field: string morningstar_sec_id = 13;
451
+ */
452
+ morningstarSecId: string;
453
+
454
+ /**
455
+ * Morningstar CompanyId
456
+ *
457
+ * @generated from field: string morningstar_company_id = 14;
458
+ */
459
+ morningstarCompanyId: string;
460
+
461
+ /**
462
+ * MCH Id
463
+ * MCH (Multi-Currency Horizon) is an investment accounting solution for institutional asset managers.
464
+ *
465
+ * @generated from field: string mch = 15;
466
+ */
467
+ mch: string;
468
+
469
+ /**
470
+ * Multifonds Id
471
+ * Multifonds is an investment accounting solution for institutional asset managers.
472
+ *
473
+ * @generated from field: string multifonds = 16;
474
+ */
475
+ multifonds: string;
476
+
477
+ /**
478
+ * Fundamental Id
479
+ * Fundamental is an investment accounting solution for institutional asset managers.
480
+ *
481
+ * @generated from field: string fundamental = 17;
482
+ */
483
+ fundamental: string;
484
+
485
+ /**
486
+ * Morgan Stanley Id
487
+ * Morgan Stanley is an investment trading solution provider for institutional asset managers.
488
+ *
489
+ * @generated from field: string morgan_stanley = 18;
490
+ */
491
+ morganStanley: string;
492
+
493
+ /**
494
+ * JSE Alpha Code
495
+ * The ticker used by the Johannesburg Stock Exchange
496
+ *
497
+ * @generated from field: string jse_alpha_code = 19;
498
+ */
499
+ jseAlphaCode: string;
500
+
501
+ /**
502
+ * Refinitiv PermID
503
+ * PermIDs are open, permanent and universal identifiers where underlying attributes capture the
504
+ * context of the identity they each represent.
505
+ * https://permid.org/
506
+ *
507
+ * @generated from field: string perm_id = 20;
508
+ */
509
+ permId: string;
510
+
511
+ /**
512
+ * Datastream Symbol
513
+ *
514
+ * @generated from field: string datastream_symbol = 21;
515
+ */
516
+ datastreamSymbol: string;
517
+
518
+ /**
519
+ * IEX Identifier
520
+ *
521
+ * @generated from field: string iex_id = 22;
522
+ */
523
+ iexId: string;
524
+
525
+ /**
526
+ * Portfolio Exchange Branch is the unique identifier keeping
527
+ * track of tickerised Portfolio Branches.
528
+ * A particular Portfolio Branch may be tickerised and created
529
+ * as an instrument in IN. This identifier is used to link the
530
+ * instrument bak to the Portfolio Branch in Portfolio Exchange.
531
+ *
532
+ * Format: "portfolios/{portfolioID}/branches/{branchID}"
533
+ * Example: "portfolios/PXPK9F123456/branches/example_branch"
534
+ *
535
+ * @generated from field: string portfolio_exchange_branch = 23;
536
+ */
537
+ portfolioExchangeBranch: string;
538
+
539
+ /**
540
+ * Research Figi represents the instrument that should be referenced for investment research purposes.
541
+ * For example: Even though the actual instrument that is held in a given portfolio is the ADR BBG013CYP248. The instrument to reference for investment research purposes should be the actual referenced Equity BBG000BC9LX8.
542
+ *
543
+ * @generated from field: string research_figi = 24;
544
+ */
545
+ researchFigi: string;
546
+ };
547
+
548
+ /**
549
+ * Describes the message alis.open.in.v1.Instrument.ExternalIDs.
550
+ * Use `create(Instrument_ExternalIDsSchema)` to create a new message.
551
+ */
552
+ export declare const Instrument_ExternalIDsSchema: GenMessage<Instrument_ExternalIDs>;
553
+
554
+ /**
555
+ * Exchange identifiers
556
+ *
557
+ * @generated from message alis.open.in.v1.Instrument.ExchangeIdentifiers
558
+ */
559
+ export declare type Instrument_ExchangeIdentifiers = Message<"alis.open.in.v1.Instrument.ExchangeIdentifiers"> & {
560
+ /**
561
+ * Exchange MIC
562
+ * The Market Identifier Code (MIC) (ISO 10383) is a unique identification code
563
+ * used to identify securities trading exchanges, regulated and non-regulated
564
+ * trading markets. The MIC is a four alphanumeric character code, and is
565
+ * defined in ISO 10383.
566
+ *
567
+ * @generated from field: string mic = 1;
568
+ */
569
+ mic: string;
570
+
571
+ /**
572
+ * Exchange operating mic
573
+ *
574
+ * @generated from field: string operating_mic = 12;
575
+ */
576
+ operatingMic: string;
577
+
578
+ /**
579
+ * Bloomberg Exchange Code
580
+ *
581
+ * @generated from field: string bloomberg_exchange_code = 2;
582
+ */
583
+ bloombergExchangeCode: string;
584
+
585
+ /**
586
+ * Morningstar Exchange Code
587
+ *
588
+ * @generated from field: string morningstar_exchange_code = 3;
589
+ */
590
+ morningstarExchangeCode: string;
591
+ };
592
+
593
+ /**
594
+ * Describes the message alis.open.in.v1.Instrument.ExchangeIdentifiers.
595
+ * Use `create(Instrument_ExchangeIdentifiersSchema)` to create a new message.
596
+ */
597
+ export declare const Instrument_ExchangeIdentifiersSchema: GenMessage<Instrument_ExchangeIdentifiers>;
598
+
599
+ /**
600
+ * Instrument details required for common Alis Engines
601
+ *
602
+ * @generated from message alis.open.in.v1.Instrument.Engines
603
+ */
604
+ export declare type Instrument_Engines = Message<"alis.open.in.v1.Instrument.Engines"> & {
605
+ /**
606
+ * Portfolio Exchange Engine details
607
+ *
608
+ * @generated from field: alis.open.px.v1.Instrument px = 1;
609
+ */
610
+ px?: Instrument$1;
611
+
612
+ /**
613
+ * Compliance Exchange Engine details
614
+ *
615
+ * @generated from field: alis.open.cx.v1.Instrument cx = 2;
616
+ */
617
+ cx?: Instrument$2;
618
+ };
619
+
620
+ /**
621
+ * Describes the message alis.open.in.v1.Instrument.Engines.
622
+ * Use `create(Instrument_EnginesSchema)` to create a new message.
623
+ */
624
+ export declare const Instrument_EnginesSchema: GenMessage<Instrument_Engines>;
625
+
626
+ /**
627
+ * This represents the attribute level source details
628
+ *
629
+ * @generated from message alis.open.in.v1.Instrument.SourceMetaData
630
+ */
631
+ export declare type Instrument_SourceMetaData = Message<"alis.open.in.v1.Instrument.SourceMetaData"> & {
632
+ /**
633
+ * Source the attribute
634
+ *
635
+ * @generated from field: alis.open.in.v1.Source source = 1;
636
+ */
637
+ source: Source;
638
+
639
+ /**
640
+ * Time Updated
641
+ *
642
+ * @generated from field: google.protobuf.Timestamp update_time = 2;
643
+ */
644
+ updateTime?: Timestamp;
645
+ };
646
+
647
+ /**
648
+ * Describes the message alis.open.in.v1.Instrument.SourceMetaData.
649
+ * Use `create(Instrument_SourceMetaDataSchema)` to create a new message.
650
+ */
651
+ export declare const Instrument_SourceMetaDataSchema: GenMessage<Instrument_SourceMetaData>;
652
+
653
+ /**
654
+ * The instrument market sector
655
+ * Consistent with the OpenFIGI definitions at https://www.openfigi.com/api/enumValues/v3/marketSecDes
656
+ *
657
+ * @generated from enum alis.open.in.v1.Instrument.MarketSector
658
+ */
659
+ export enum Instrument_MarketSector {
660
+ /**
661
+ * Market Sector not specified
662
+ *
663
+ * @generated from enum value: MARKET_SECTOR_UNSPECIFIED = 0;
664
+ */
665
+ MARKET_SECTOR_UNSPECIFIED = 0,
666
+
667
+ /**
668
+ * Commodities
669
+ *
670
+ * @generated from enum value: COMMODITY = 1;
671
+ */
672
+ COMMODITY = 1,
673
+
674
+ /**
675
+ * Corporate Bonds
676
+ *
677
+ * @generated from enum value: CORPORATE = 2;
678
+ */
679
+ CORPORATE = 2,
680
+
681
+ /**
682
+ * Currency
683
+ *
684
+ * @generated from enum value: CURRENCY = 3;
685
+ */
686
+ CURRENCY = 3,
687
+
688
+ /**
689
+ * Equity
690
+ *
691
+ * @generated from enum value: EQUITY = 4;
692
+ */
693
+ EQUITY = 4,
694
+
695
+ /**
696
+ * Market index
697
+ *
698
+ * @generated from enum value: INDEX = 5;
699
+ */
700
+ INDEX = 5,
701
+
702
+ /**
703
+ * Money Market
704
+ *
705
+ * @generated from enum value: MONEY_MARKET = 6;
706
+ */
707
+ MONEY_MARKET = 6,
708
+
709
+ /**
710
+ * Government Bonds
711
+ *
712
+ * @generated from enum value: GOVERNMENT = 7;
713
+ */
714
+ GOVERNMENT = 7,
715
+
716
+ /**
717
+ * Mortgage Backed
718
+ *
719
+ * @generated from enum value: MTGE = 8;
720
+ */
721
+ MTGE = 8,
722
+
723
+ /**
724
+ * Municipal Bonds
725
+ *
726
+ * @generated from enum value: MUNI = 9;
727
+ */
728
+ MUNI = 9,
729
+
730
+ /**
731
+ * Preferred Stock
732
+ *
733
+ * @generated from enum value: PFD = 10;
734
+ */
735
+ PFD = 10,
736
+ }
737
+
738
+ /**
739
+ * Describes the enum alis.open.in.v1.Instrument.MarketSector.
740
+ */
741
+ export declare const Instrument_MarketSectorSchema: GenEnum<Instrument_MarketSector>;
742
+
743
+ /**
744
+ * The FIGI type.
745
+ *
746
+ * @generated from enum alis.open.in.v1.FigiType
747
+ */
748
+ export enum FigiType {
749
+ /**
750
+ * Figi Type is not provided
751
+ *
752
+ * @generated from enum value: FIGI_TYPE_UNSPECIFIED = 0;
753
+ */
754
+ FIGI_TYPE_UNSPECIFIED = 0,
755
+
756
+ /**
757
+ * Global FIGI
758
+ *
759
+ * @generated from enum value: GLOBAL = 1;
760
+ */
761
+ GLOBAL = 1,
762
+
763
+ /**
764
+ * Custom generated figi, not available on www.openfigi.com, yet...
765
+ *
766
+ * @generated from enum value: CUSTOM = 2;
767
+ */
768
+ CUSTOM = 2,
769
+ }
770
+
771
+ /**
772
+ * Describes the enum alis.open.in.v1.FigiType.
773
+ */
774
+ export declare const FigiTypeSchema: GenEnum<FigiType>;
775
+
776
+ /**
777
+ * Data sources
778
+ *
779
+ * @generated from enum alis.open.in.v1.Source
780
+ */
781
+ export enum Source {
782
+ /**
783
+ * Source not specified by the user.
784
+ *
785
+ * @generated from enum value: SOURCE_UNSPECIFIED = 0;
786
+ */
787
+ SOURCE_UNSPECIFIED = 0,
788
+
789
+ /**
790
+ * The user record. This is used for fields with no source dimension.
791
+ * All instruments will therefore have at least USER source entry.
792
+ *
793
+ * @generated from enum value: USER = 1;
794
+ */
795
+ USER = 1,
796
+
797
+ /**
798
+ * Openfigi
799
+ *
800
+ * @generated from enum value: OPENFIGI = 2;
801
+ */
802
+ OPENFIGI = 2,
803
+
804
+ /**
805
+ * PermID
806
+ *
807
+ * @generated from enum value: PERMID = 3;
808
+ */
809
+ PERMID = 3,
810
+
811
+ /**
812
+ * Datastream
813
+ *
814
+ * @generated from enum value: DATASTREAM = 4;
815
+ */
816
+ DATASTREAM = 4,
817
+
818
+ /**
819
+ * Bloomberg
820
+ *
821
+ * @generated from enum value: BLOOMBERG = 5;
822
+ */
823
+ BLOOMBERG = 5,
824
+
825
+ /**
826
+ * The originator of the instrument
827
+ *
828
+ * @generated from enum value: ORIGINATOR = 6;
829
+ */
830
+ ORIGINATOR = 6,
831
+
832
+ /**
833
+ * IEX
834
+ * https://iexcloud.io
835
+ *
836
+ * @generated from enum value: IEX = 7;
837
+ */
838
+ IEX = 7,
839
+
840
+ /**
841
+ * Morningstar
842
+ * https://edw.morningstar.com/Stock.aspx?ClientId=rezco
843
+ * https://equityapi.morningstar.com/DataCatalog.aspx
844
+ *
845
+ * @generated from enum value: MORNINGSTAR = 8;
846
+ */
847
+ MORNINGSTAR = 8,
848
+
849
+ /**
850
+ * Source that utilises the existing instrument dataset and Generative AI to populate reference data.
851
+ *
852
+ * @generated from enum value: AI = 9;
853
+ */
854
+ AI = 9,
855
+ }
856
+
857
+ /**
858
+ * Describes the enum alis.open.in.v1.Source.
859
+ */
860
+ export declare const SourceSchema: GenEnum<Source>;
861
+
862
+ /**
863
+ * The state of the instrument.
864
+ *
865
+ * @generated from enum alis.open.in.v1.State
866
+ */
867
+ export enum State {
868
+ /**
869
+ * State not specified by the user.
870
+ *
871
+ * @generated from enum value: STATE_UNSPECIFIED = 0;
872
+ */
873
+ STATE_UNSPECIFIED = 0,
874
+
875
+ /**
876
+ * The instrument is active.
877
+ *
878
+ * @generated from enum value: ACTIVE = 1;
879
+ */
880
+ ACTIVE = 1,
881
+
882
+ /**
883
+ * The instrument is archived. This state is specified if a user
884
+ * has archived the instrument.
885
+ *
886
+ * @generated from enum value: ARCHIVED = 2;
887
+ */
888
+ ARCHIVED = 2,
889
+
890
+ /**
891
+ * The instrument is stale. This state is specified if IN
892
+ * has not received an update for the instrument in a while.
893
+ *
894
+ * @generated from enum value: STALE = 3;
895
+ */
896
+ STALE = 3,
897
+ }
898
+
899
+ /**
900
+ * Describes the enum alis.open.in.v1.State.
901
+ */
902
+ export declare const StateSchema: GenEnum<State>;