@alis-build/common-ts 1.0.2

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 (640) hide show
  1. package/README.md +1 -0
  2. package/alis/a2a/extension/history/v1/history_grpc_pb.d.ts +82 -0
  3. package/alis/a2a/extension/history/v1/history_grpc_pb.js +395 -0
  4. package/alis/a2a/extension/history/v1/history_grpc_web_pb.d.ts +165 -0
  5. package/alis/a2a/extension/history/v1/history_grpc_web_pb.js +823 -0
  6. package/alis/a2a/extension/history/v1/history_pb.d.ts +345 -0
  7. package/alis/a2a/extension/history/v1/history_pb.js +2801 -0
  8. package/alis/open/agent/v1/agent_grpc_pb.d.ts +73 -0
  9. package/alis/open/agent/v1/agent_grpc_pb.js +364 -0
  10. package/alis/open/agent/v1/agent_grpc_web_pb.d.ts +148 -0
  11. package/alis/open/agent/v1/agent_grpc_web_pb.js +756 -0
  12. package/alis/open/agent/v1/agent_pb.d.ts +1546 -0
  13. package/alis/open/agent/v1/agent_pb.js +12595 -0
  14. package/alis/open/agent/v2/a2a_grpc_pb.d.ts +73 -0
  15. package/alis/open/agent/v2/a2a_grpc_pb.js +363 -0
  16. package/alis/open/agent/v2/a2a_grpc_web_pb.d.ts +148 -0
  17. package/alis/open/agent/v2/a2a_grpc_web_pb.js +754 -0
  18. package/alis/open/agent/v2/a2a_pb.d.ts +1534 -0
  19. package/alis/open/agent/v2/a2a_pb.js +12511 -0
  20. package/alis/open/config/v1/config_grpc_pb.d.ts +1 -0
  21. package/alis/open/config/v1/config_grpc_pb.js +1 -0
  22. package/alis/open/config/v1/config_pb.d.ts +41 -0
  23. package/alis/open/config/v1/config_pb.js +325 -0
  24. package/alis/open/cx/v1/cx_grpc_pb.d.ts +1 -0
  25. package/alis/open/cx/v1/cx_grpc_pb.js +1 -0
  26. package/alis/open/cx/v1/cx_pb.d.ts +713 -0
  27. package/alis/open/cx/v1/cx_pb.js +4249 -0
  28. package/alis/open/flows/v1/flows_grpc_pb.d.ts +50 -0
  29. package/alis/open/flows/v1/flows_grpc_pb.js +195 -0
  30. package/alis/open/flows/v1/flows_grpc_web_pb.d.ts +91 -0
  31. package/alis/open/flows/v1/flows_grpc_web_pb.js +450 -0
  32. package/alis/open/flows/v1/flows_pb.d.ts +308 -0
  33. package/alis/open/flows/v1/flows_pb.js +2487 -0
  34. package/alis/open/iam/v1/group_grpc_pb.d.ts +78 -0
  35. package/alis/open/iam/v1/group_grpc_pb.js +337 -0
  36. package/alis/open/iam/v1/group_grpc_web_pb.d.ts +155 -0
  37. package/alis/open/iam/v1/group_grpc_web_pb.js +764 -0
  38. package/alis/open/iam/v1/group_pb.d.ts +224 -0
  39. package/alis/open/iam/v1/group_pb.js +1849 -0
  40. package/alis/open/iam/v1/iam_grpc_pb.d.ts +1 -0
  41. package/alis/open/iam/v1/iam_grpc_pb.js +1 -0
  42. package/alis/open/iam/v1/iam_pb.d.ts +139 -0
  43. package/alis/open/iam/v1/iam_pb.js +1182 -0
  44. package/alis/open/iam/v1/oauth_grpc_pb.d.ts +1 -0
  45. package/alis/open/iam/v1/oauth_grpc_pb.js +1 -0
  46. package/alis/open/iam/v1/oauth_pb.d.ts +358 -0
  47. package/alis/open/iam/v1/oauth_pb.js +2875 -0
  48. package/alis/open/iam/v1/role_grpc_pb.d.ts +1 -0
  49. package/alis/open/iam/v1/role_grpc_pb.js +1 -0
  50. package/alis/open/iam/v1/role_pb.d.ts +65 -0
  51. package/alis/open/iam/v1/role_pb.js +526 -0
  52. package/alis/open/iam/v1/user_grpc_pb.d.ts +149 -0
  53. package/alis/open/iam/v1/user_grpc_pb.js +767 -0
  54. package/alis/open/iam/v1/user_grpc_web_pb.d.ts +324 -0
  55. package/alis/open/iam/v1/user_grpc_web_pb.js +1622 -0
  56. package/alis/open/iam/v1/user_pb.d.ts +984 -0
  57. package/alis/open/iam/v1/user_pb.js +8067 -0
  58. package/alis/open/in/v1/in_grpc_pb.d.ts +1 -0
  59. package/alis/open/in/v1/in_grpc_pb.js +1 -0
  60. package/alis/open/in/v1/in_pb.d.ts +413 -0
  61. package/alis/open/in/v1/in_pb.js +2982 -0
  62. package/alis/open/notifications/v1/devices_grpc_pb.d.ts +79 -0
  63. package/alis/open/notifications/v1/devices_grpc_pb.js +377 -0
  64. package/alis/open/notifications/v1/devices_grpc_web_pb.d.ts +156 -0
  65. package/alis/open/notifications/v1/devices_grpc_web_pb.js +766 -0
  66. package/alis/open/notifications/v1/devices_pb.d.ts +181 -0
  67. package/alis/open/notifications/v1/devices_pb.js +1463 -0
  68. package/alis/open/notifications/v1/notifications_grpc_pb.d.ts +46 -0
  69. package/alis/open/notifications/v1/notifications_grpc_pb.js +186 -0
  70. package/alis/open/notifications/v1/notifications_grpc_web_pb.d.ts +81 -0
  71. package/alis/open/notifications/v1/notifications_grpc_web_pb.js +390 -0
  72. package/alis/open/notifications/v1/notifications_pb.d.ts +111 -0
  73. package/alis/open/notifications/v1/notifications_pb.js +918 -0
  74. package/alis/open/operations/v1/operations_grpc_pb.d.ts +1 -0
  75. package/alis/open/operations/v1/operations_grpc_pb.js +1 -0
  76. package/alis/open/operations/v1/operations_pb.d.ts +133 -0
  77. package/alis/open/operations/v1/operations_pb.js +986 -0
  78. package/alis/open/options/v1/options_grpc_pb.d.ts +1 -0
  79. package/alis/open/options/v1/options_grpc_pb.js +1 -0
  80. package/alis/open/options/v1/options_pb.d.ts +316 -0
  81. package/alis/open/options/v1/options_pb.js +1910 -0
  82. package/alis/open/pubsub/v1/pubsub_grpc_pb.d.ts +1 -0
  83. package/alis/open/pubsub/v1/pubsub_grpc_pb.js +1 -0
  84. package/alis/open/pubsub/v1/pubsub_pb.d.ts +78 -0
  85. package/alis/open/pubsub/v1/pubsub_pb.js +633 -0
  86. package/alis/open/px/v1/px_grpc_pb.d.ts +1 -0
  87. package/alis/open/px/v1/px_grpc_pb.js +1 -0
  88. package/alis/open/px/v1/px_pb.d.ts +1098 -0
  89. package/alis/open/px/v1/px_pb.js +8006 -0
  90. package/alis/open/support/v1/attachments_grpc_pb.d.ts +24 -0
  91. package/alis/open/support/v1/attachments_grpc_pb.js +47 -0
  92. package/alis/open/support/v1/attachments_grpc_web_pb.d.ts +31 -0
  93. package/alis/open/support/v1/attachments_grpc_web_pb.js +142 -0
  94. package/alis/open/support/v1/attachments_pb.d.ts +46 -0
  95. package/alis/open/support/v1/attachments_pb.js +379 -0
  96. package/alis/open/support/v1/events_grpc_pb.d.ts +26 -0
  97. package/alis/open/support/v1/events_grpc_pb.js +48 -0
  98. package/alis/open/support/v1/events_grpc_web_pb.d.ts +32 -0
  99. package/alis/open/support/v1/events_grpc_web_pb.js +146 -0
  100. package/alis/open/support/v1/events_pb.d.ts +180 -0
  101. package/alis/open/support/v1/events_pb.js +1505 -0
  102. package/alis/open/support/v1/guide_grpc_pb.d.ts +45 -0
  103. package/alis/open/support/v1/guide_grpc_pb.js +176 -0
  104. package/alis/open/support/v1/guide_grpc_web_pb.d.ts +80 -0
  105. package/alis/open/support/v1/guide_grpc_web_pb.js +392 -0
  106. package/alis/open/support/v1/guide_pb.d.ts +527 -0
  107. package/alis/open/support/v1/guide_pb.js +3981 -0
  108. package/alis/open/support/v1/issue_grpc_pb.d.ts +109 -0
  109. package/alis/open/support/v1/issue_grpc_pb.js +493 -0
  110. package/alis/open/support/v1/issue_grpc_web_pb.d.ts +228 -0
  111. package/alis/open/support/v1/issue_grpc_web_pb.js +1132 -0
  112. package/alis/open/support/v1/issue_pb.d.ts +524 -0
  113. package/alis/open/support/v1/issue_pb.js +3984 -0
  114. package/alis/open/support/v1/issueactivity_grpc_pb.d.ts +71 -0
  115. package/alis/open/support/v1/issueactivity_grpc_pb.js +311 -0
  116. package/alis/open/support/v1/issueactivity_grpc_web_pb.d.ts +141 -0
  117. package/alis/open/support/v1/issueactivity_grpc_web_pb.js +701 -0
  118. package/alis/open/support/v1/issueactivity_pb.d.ts +291 -0
  119. package/alis/open/support/v1/issueactivity_pb.js +2337 -0
  120. package/alis/open/support/v1/issuesubscriber_grpc_pb.d.ts +79 -0
  121. package/alis/open/support/v1/issuesubscriber_grpc_pb.js +351 -0
  122. package/alis/open/support/v1/issuesubscriber_grpc_web_pb.d.ts +156 -0
  123. package/alis/open/support/v1/issuesubscriber_grpc_web_pb.js +766 -0
  124. package/alis/open/support/v1/issuesubscriber_pb.d.ts +169 -0
  125. package/alis/open/support/v1/issuesubscriber_pb.js +1361 -0
  126. package/alis/open/validation/v1/test_grpc_pb.d.ts +45 -0
  127. package/alis/open/validation/v1/test_grpc_pb.js +164 -0
  128. package/alis/open/validation/v1/test_grpc_web_pb.d.ts +80 -0
  129. package/alis/open/validation/v1/test_grpc_web_pb.js +394 -0
  130. package/alis/open/validation/v1/test_pb.d.ts +206 -0
  131. package/alis/open/validation/v1/test_pb.js +1662 -0
  132. package/alis/open/validation/v1/validation_grpc_pb.d.ts +29 -0
  133. package/alis/open/validation/v1/validation_grpc_pb.js +80 -0
  134. package/alis/open/validation/v1/validation_grpc_web_pb.d.ts +43 -0
  135. package/alis/open/validation/v1/validation_grpc_web_pb.js +203 -0
  136. package/alis/open/validation/v1/validation_pb.d.ts +156 -0
  137. package/alis/open/validation/v1/validation_pb.js +1355 -0
  138. package/alis/test/v1/test_grpc_pb.d.ts +1 -0
  139. package/alis/test/v1/test_grpc_pb.js +1 -0
  140. package/alis/test/v1/test_pb.d.ts +26 -0
  141. package/alis/test/v1/test_pb.js +203 -0
  142. package/common/test/v1/test_grpc_pb.d.ts +1 -0
  143. package/common/test/v1/test_grpc_pb.js +1 -0
  144. package/common/test/v1/test_pb.d.ts +26 -0
  145. package/common/test/v1/test_pb.js +203 -0
  146. package/google/api/annotations_grpc_pb.d.ts +1 -0
  147. package/google/api/annotations_grpc_pb.js +1 -0
  148. package/google/api/annotations_pb.d.ts +6 -0
  149. package/google/api/annotations_pb.js +51 -0
  150. package/google/api/apikeys/v2/apikeys_grpc_pb.d.ts +61 -0
  151. package/google/api/apikeys/v2/apikeys_grpc_pb.js +302 -0
  152. package/google/api/apikeys/v2/apikeys_grpc_web_pb.d.ts +117 -0
  153. package/google/api/apikeys/v2/apikeys_grpc_web_pb.js +583 -0
  154. package/google/api/apikeys/v2/apikeys_pb.d.ts +253 -0
  155. package/google/api/apikeys/v2/apikeys_pb.js +2070 -0
  156. package/google/api/apikeys/v2/resources_grpc_pb.d.ts +1 -0
  157. package/google/api/apikeys/v2/resources_grpc_pb.js +1 -0
  158. package/google/api/apikeys/v2/resources_pb.d.ts +249 -0
  159. package/google/api/apikeys/v2/resources_pb.js +2063 -0
  160. package/google/api/auth_grpc_pb.d.ts +1 -0
  161. package/google/api/auth_grpc_pb.js +1 -0
  162. package/google/api/auth_pb.d.ts +183 -0
  163. package/google/api/auth_pb.js +1539 -0
  164. package/google/api/backend_grpc_pb.d.ts +1 -0
  165. package/google/api/backend_grpc_pb.js +1 -0
  166. package/google/api/backend_pb.d.ts +88 -0
  167. package/google/api/backend_pb.js +668 -0
  168. package/google/api/billing_grpc_pb.d.ts +1 -0
  169. package/google/api/billing_grpc_pb.js +1 -0
  170. package/google/api/billing_pb.d.ts +49 -0
  171. package/google/api/billing_pb.js +411 -0
  172. package/google/api/client_grpc_pb.d.ts +1 -0
  173. package/google/api/client_grpc_pb.js +1 -0
  174. package/google/api/client_pb.d.ts +402 -0
  175. package/google/api/client_pb.js +3379 -0
  176. package/google/api/config_change_grpc_pb.d.ts +1 -0
  177. package/google/api/config_change_grpc_pb.js +1 -0
  178. package/google/api/config_change_pb.d.ts +64 -0
  179. package/google/api/config_change_pb.js +486 -0
  180. package/google/api/consumer_grpc_pb.d.ts +1 -0
  181. package/google/api/consumer_grpc_pb.js +1 -0
  182. package/google/api/consumer_pb.d.ts +58 -0
  183. package/google/api/consumer_pb.js +427 -0
  184. package/google/api/context_grpc_pb.d.ts +1 -0
  185. package/google/api/context_grpc_pb.js +1 -0
  186. package/google/api/context_pb.d.ts +66 -0
  187. package/google/api/context_pb.js +558 -0
  188. package/google/api/control_grpc_pb.d.ts +1 -0
  189. package/google/api/control_grpc_pb.js +1 -0
  190. package/google/api/control_pb.d.ts +22 -0
  191. package/google/api/control_pb.js +173 -0
  192. package/google/api/distribution_grpc_pb.d.ts +1 -0
  193. package/google/api/distribution_grpc_pb.js +1 -0
  194. package/google/api/distribution_pb.d.ts +227 -0
  195. package/google/api/distribution_pb.js +1796 -0
  196. package/google/api/documentation_grpc_pb.d.ts +1 -0
  197. package/google/api/documentation_grpc_pb.js +1 -0
  198. package/google/api/documentation_pb.d.ts +100 -0
  199. package/google/api/documentation_pb.js +830 -0
  200. package/google/api/endpoint_grpc_pb.d.ts +1 -0
  201. package/google/api/endpoint_grpc_pb.js +1 -0
  202. package/google/api/endpoint_pb.d.ts +36 -0
  203. package/google/api/endpoint_pb.js +289 -0
  204. package/google/api/error_reason_grpc_pb.d.ts +1 -0
  205. package/google/api/error_reason_grpc_pb.js +1 -0
  206. package/google/api/error_reason_pb.d.ts +34 -0
  207. package/google/api/error_reason_pb.js +56 -0
  208. package/google/api/expr/conformance/v1alpha1/conformance_service_grpc_pb.d.ts +34 -0
  209. package/google/api/expr/conformance/v1alpha1/conformance_service_grpc_pb.js +140 -0
  210. package/google/api/expr/conformance/v1alpha1/conformance_service_grpc_web_pb.d.ts +55 -0
  211. package/google/api/expr/conformance/v1alpha1/conformance_service_grpc_web_pb.js +275 -0
  212. package/google/api/expr/conformance/v1alpha1/conformance_service_pb.d.ts +258 -0
  213. package/google/api/expr/conformance/v1alpha1/conformance_service_pb.js +2072 -0
  214. package/google/api/expr/v1alpha1/checked_grpc_pb.d.ts +1 -0
  215. package/google/api/expr/v1alpha1/checked_grpc_pb.js +1 -0
  216. package/google/api/expr/v1alpha1/checked_pb.d.ts +426 -0
  217. package/google/api/expr/v1alpha1/checked_pb.js +3381 -0
  218. package/google/api/expr/v1alpha1/eval_grpc_pb.d.ts +1 -0
  219. package/google/api/expr/v1alpha1/eval_grpc_pb.js +1 -0
  220. package/google/api/expr/v1alpha1/eval_pb.d.ts +136 -0
  221. package/google/api/expr/v1alpha1/eval_pb.js +1104 -0
  222. package/google/api/expr/v1alpha1/explain_grpc_pb.d.ts +1 -0
  223. package/google/api/expr/v1alpha1/explain_grpc_pb.js +1 -0
  224. package/google/api/expr/v1alpha1/explain_pb.d.ts +54 -0
  225. package/google/api/expr/v1alpha1/explain_pb.js +440 -0
  226. package/google/api/expr/v1alpha1/syntax_grpc_pb.d.ts +1 -0
  227. package/google/api/expr/v1alpha1/syntax_grpc_pb.js +1 -0
  228. package/google/api/expr/v1alpha1/syntax_pb.d.ts +474 -0
  229. package/google/api/expr/v1alpha1/syntax_pb.js +3854 -0
  230. package/google/api/expr/v1alpha1/value_grpc_pb.d.ts +1 -0
  231. package/google/api/expr/v1alpha1/value_grpc_pb.js +1 -0
  232. package/google/api/expr/v1alpha1/value_pb.d.ts +185 -0
  233. package/google/api/expr/v1alpha1/value_pb.js +1566 -0
  234. package/google/api/expr/v1beta1/decl_grpc_pb.d.ts +1 -0
  235. package/google/api/expr/v1beta1/decl_grpc_pb.js +1 -0
  236. package/google/api/expr/v1beta1/decl_pb.d.ts +135 -0
  237. package/google/api/expr/v1beta1/decl_pb.js +1093 -0
  238. package/google/api/expr/v1beta1/eval_grpc_pb.d.ts +1 -0
  239. package/google/api/expr/v1beta1/eval_grpc_pb.js +1 -0
  240. package/google/api/expr/v1beta1/eval_pb.d.ts +156 -0
  241. package/google/api/expr/v1beta1/eval_pb.js +1282 -0
  242. package/google/api/expr/v1beta1/expr_grpc_pb.d.ts +1 -0
  243. package/google/api/expr/v1beta1/expr_grpc_pb.js +1 -0
  244. package/google/api/expr/v1beta1/expr_pb.d.ts +387 -0
  245. package/google/api/expr/v1beta1/expr_pb.js +3142 -0
  246. package/google/api/expr/v1beta1/source_grpc_pb.d.ts +1 -0
  247. package/google/api/expr/v1beta1/source_grpc_pb.js +1 -0
  248. package/google/api/expr/v1beta1/source_pb.d.ts +62 -0
  249. package/google/api/expr/v1beta1/source_pb.js +509 -0
  250. package/google/api/expr/v1beta1/value_grpc_pb.d.ts +1 -0
  251. package/google/api/expr/v1beta1/value_grpc_pb.js +1 -0
  252. package/google/api/expr/v1beta1/value_pb.d.ts +185 -0
  253. package/google/api/expr/v1beta1/value_pb.js +1566 -0
  254. package/google/api/field_behavior_grpc_pb.d.ts +1 -0
  255. package/google/api/field_behavior_grpc_pb.js +1 -0
  256. package/google/api/field_behavior_pb.d.ts +15 -0
  257. package/google/api/field_behavior_pb.js +64 -0
  258. package/google/api/http_grpc_pb.d.ts +1 -0
  259. package/google/api/http_grpc_pb.js +1 -0
  260. package/google/api/http_pb.d.ts +120 -0
  261. package/google/api/http_pb.js +1009 -0
  262. package/google/api/httpbody_grpc_pb.d.ts +1 -0
  263. package/google/api/httpbody_grpc_pb.js +1 -0
  264. package/google/api/httpbody_pb.d.ts +35 -0
  265. package/google/api/httpbody_pb.js +289 -0
  266. package/google/api/label_grpc_pb.d.ts +1 -0
  267. package/google/api/label_grpc_pb.js +1 -0
  268. package/google/api/label_pb.d.ts +36 -0
  269. package/google/api/label_pb.js +243 -0
  270. package/google/api/launch_stage_grpc_pb.d.ts +1 -0
  271. package/google/api/launch_stage_grpc_pb.js +1 -0
  272. package/google/api/launch_stage_pb.d.ts +14 -0
  273. package/google/api/launch_stage_pb.js +36 -0
  274. package/google/api/log_grpc_pb.d.ts +1 -0
  275. package/google/api/log_grpc_pb.js +1 -0
  276. package/google/api/log_pb.d.ts +37 -0
  277. package/google/api/log_pb.js +295 -0
  278. package/google/api/logging_grpc_pb.d.ts +1 -0
  279. package/google/api/logging_grpc_pb.js +1 -0
  280. package/google/api/logging_pb.d.ts +55 -0
  281. package/google/api/logging_pb.js +464 -0
  282. package/google/api/metric_grpc_pb.d.ts +1 -0
  283. package/google/api/metric_grpc_pb.js +1 -0
  284. package/google/api/metric_pb.d.ts +141 -0
  285. package/google/api/metric_pb.js +1019 -0
  286. package/google/api/monitored_resource_grpc_pb.d.ts +1 -0
  287. package/google/api/monitored_resource_grpc_pb.js +1 -0
  288. package/google/api/monitored_resource_pb.d.ts +93 -0
  289. package/google/api/monitored_resource_pb.js +762 -0
  290. package/google/api/monitoring_grpc_pb.d.ts +1 -0
  291. package/google/api/monitoring_grpc_pb.js +1 -0
  292. package/google/api/monitoring_pb.d.ts +55 -0
  293. package/google/api/monitoring_pb.js +464 -0
  294. package/google/api/quota_grpc_pb.d.ts +1 -0
  295. package/google/api/quota_grpc_pb.js +1 -0
  296. package/google/api/quota_pb.d.ts +106 -0
  297. package/google/api/quota_pb.js +878 -0
  298. package/google/api/resource_grpc_pb.d.ts +1 -0
  299. package/google/api/resource_grpc_pb.js +1 -0
  300. package/google/api/resource_pb.d.ts +84 -0
  301. package/google/api/resource_pb.js +678 -0
  302. package/google/api/routing_grpc_pb.d.ts +1 -0
  303. package/google/api/routing_grpc_pb.js +1 -0
  304. package/google/api/routing_pb.d.ts +47 -0
  305. package/google/api/routing_pb.js +413 -0
  306. package/google/api/service_grpc_pb.d.ts +1 -0
  307. package/google/api/service_grpc_pb.js +1 -0
  308. package/google/api/service_pb.d.ts +187 -0
  309. package/google/api/service_pb.js +1448 -0
  310. package/google/api/servicecontrol/v1/check_error_grpc_pb.d.ts +1 -0
  311. package/google/api/servicecontrol/v1/check_error_grpc_pb.js +1 -0
  312. package/google/api/servicecontrol/v1/check_error_pb.d.ts +61 -0
  313. package/google/api/servicecontrol/v1/check_error_pb.js +314 -0
  314. package/google/api/servicecontrol/v1/distribution_grpc_pb.d.ts +1 -0
  315. package/google/api/servicecontrol/v1/distribution_grpc_pb.js +1 -0
  316. package/google/api/servicecontrol/v1/distribution_pb.d.ts +153 -0
  317. package/google/api/servicecontrol/v1/distribution_pb.js +1185 -0
  318. package/google/api/servicecontrol/v1/http_request_grpc_pb.d.ts +1 -0
  319. package/google/api/servicecontrol/v1/http_request_grpc_pb.js +1 -0
  320. package/google/api/servicecontrol/v1/http_request_pb.d.ts +81 -0
  321. package/google/api/servicecontrol/v1/http_request_pb.js +616 -0
  322. package/google/api/servicecontrol/v1/log_entry_grpc_pb.d.ts +1 -0
  323. package/google/api/servicecontrol/v1/log_entry_grpc_pb.js +1 -0
  324. package/google/api/servicecontrol/v1/log_entry_pb.d.ts +148 -0
  325. package/google/api/servicecontrol/v1/log_entry_pb.js +1148 -0
  326. package/google/api/servicecontrol/v1/metric_value_grpc_pb.d.ts +1 -0
  327. package/google/api/servicecontrol/v1/metric_value_grpc_pb.js +1 -0
  328. package/google/api/servicecontrol/v1/metric_value_pb.d.ts +93 -0
  329. package/google/api/servicecontrol/v1/metric_value_pb.js +773 -0
  330. package/google/api/servicecontrol/v1/operation_grpc_pb.d.ts +1 -0
  331. package/google/api/servicecontrol/v1/operation_grpc_pb.js +1 -0
  332. package/google/api/servicecontrol/v1/operation_pb.d.ts +77 -0
  333. package/google/api/servicecontrol/v1/operation_pb.js +587 -0
  334. package/google/api/servicecontrol/v1/quota_controller_grpc_pb.d.ts +24 -0
  335. package/google/api/servicecontrol/v1/quota_controller_grpc_pb.js +78 -0
  336. package/google/api/servicecontrol/v1/quota_controller_grpc_web_pb.d.ts +31 -0
  337. package/google/api/servicecontrol/v1/quota_controller_grpc_web_pb.js +150 -0
  338. package/google/api/servicecontrol/v1/quota_controller_pb.d.ts +160 -0
  339. package/google/api/servicecontrol/v1/quota_controller_pb.js +1187 -0
  340. package/google/api/servicecontrol/v1/service_controller_grpc_pb.d.ts +29 -0
  341. package/google/api/servicecontrol/v1/service_controller_grpc_pb.js +133 -0
  342. package/google/api/servicecontrol/v1/service_controller_grpc_web_pb.d.ts +43 -0
  343. package/google/api/servicecontrol/v1/service_controller_grpc_web_pb.js +213 -0
  344. package/google/api/servicecontrol/v1/service_controller_pb.d.ts +218 -0
  345. package/google/api/servicecontrol/v1/service_controller_pb.js +1727 -0
  346. package/google/api/servicecontrol/v2/service_controller_grpc_pb.d.ts +29 -0
  347. package/google/api/servicecontrol/v2/service_controller_grpc_pb.js +144 -0
  348. package/google/api/servicecontrol/v2/service_controller_grpc_web_pb.d.ts +43 -0
  349. package/google/api/servicecontrol/v2/service_controller_grpc_web_pb.js +211 -0
  350. package/google/api/servicecontrol/v2/service_controller_pb.d.ts +146 -0
  351. package/google/api/servicecontrol/v2/service_controller_pb.js +1201 -0
  352. package/google/api/servicemanagement/v1/resources_grpc_pb.d.ts +1 -0
  353. package/google/api/servicemanagement/v1/resources_grpc_pb.js +1 -0
  354. package/google/api/servicemanagement/v1/resources_pb.d.ts +327 -0
  355. package/google/api/servicemanagement/v1/resources_pb.js +2452 -0
  356. package/google/api/servicemanagement/v1/servicemanager_grpc_pb.d.ts +87 -0
  357. package/google/api/servicemanagement/v1/servicemanager_grpc_pb.js +495 -0
  358. package/google/api/servicemanagement/v1/servicemanager_grpc_web_pb.d.ts +178 -0
  359. package/google/api/servicemanagement/v1/servicemanager_grpc_web_pb.js +888 -0
  360. package/google/api/servicemanagement/v1/servicemanager_pb.d.ts +472 -0
  361. package/google/api/servicemanagement/v1/servicemanager_pb.js +3903 -0
  362. package/google/api/serviceusage/v1/resources_grpc_pb.d.ts +1 -0
  363. package/google/api/serviceusage/v1/resources_grpc_pb.js +1 -0
  364. package/google/api/serviceusage/v1/resources_pb.d.ts +139 -0
  365. package/google/api/serviceusage/v1/resources_pb.js +1091 -0
  366. package/google/api/serviceusage/v1/serviceusage_grpc_pb.d.ts +51 -0
  367. package/google/api/serviceusage/v1/serviceusage_grpc_pb.js +238 -0
  368. package/google/api/serviceusage/v1/serviceusage_grpc_web_pb.d.ts +93 -0
  369. package/google/api/serviceusage/v1/serviceusage_grpc_web_pb.js +455 -0
  370. package/google/api/serviceusage/v1/serviceusage_pb.d.ts +287 -0
  371. package/google/api/serviceusage/v1/serviceusage_pb.js +2370 -0
  372. package/google/api/serviceusage/v1beta1/resources_grpc_pb.d.ts +1 -0
  373. package/google/api/serviceusage/v1beta1/resources_grpc_pb.js +1 -0
  374. package/google/api/serviceusage/v1beta1/resources_pb.d.ts +393 -0
  375. package/google/api/serviceusage/v1beta1/resources_pb.js +3158 -0
  376. package/google/api/serviceusage/v1beta1/serviceusage_grpc_pb.d.ts +116 -0
  377. package/google/api/serviceusage/v1beta1/serviceusage_grpc_pb.js +594 -0
  378. package/google/api/serviceusage/v1beta1/serviceusage_grpc_web_pb.d.ts +249 -0
  379. package/google/api/serviceusage/v1beta1/serviceusage_grpc_web_pb.js +1250 -0
  380. package/google/api/serviceusage/v1beta1/serviceusage_pb.d.ts +870 -0
  381. package/google/api/serviceusage/v1beta1/serviceusage_pb.js +7306 -0
  382. package/google/api/source_info_grpc_pb.d.ts +1 -0
  383. package/google/api/source_info_grpc_pb.js +1 -0
  384. package/google/api/source_info_pb.d.ts +25 -0
  385. package/google/api/source_info_pb.js +205 -0
  386. package/google/api/system_parameter_grpc_pb.d.ts +1 -0
  387. package/google/api/system_parameter_grpc_pb.js +1 -0
  388. package/google/api/system_parameter_pb.d.ts +74 -0
  389. package/google/api/system_parameter_pb.js +627 -0
  390. package/google/api/usage_grpc_pb.d.ts +1 -0
  391. package/google/api/usage_grpc_pb.js +1 -0
  392. package/google/api/usage_pb.d.ts +60 -0
  393. package/google/api/usage_pb.js +494 -0
  394. package/google/api/visibility_grpc_pb.d.ts +1 -0
  395. package/google/api/visibility_grpc_pb.js +1 -0
  396. package/google/api/visibility_pb.d.ts +47 -0
  397. package/google/api/visibility_pb.js +543 -0
  398. package/google/iam/admin/v1/audit_data_grpc_pb.d.ts +1 -0
  399. package/google/iam/admin/v1/audit_data_grpc_pb.js +1 -0
  400. package/google/iam/admin/v1/audit_data_pb.d.ts +51 -0
  401. package/google/iam/admin/v1/audit_data_pb.js +421 -0
  402. package/google/iam/admin/v1/iam_grpc_pb.d.ts +177 -0
  403. package/google/iam/admin/v1/iam_grpc_pb.js +1071 -0
  404. package/google/iam/admin/v1/iam_grpc_web_pb.d.ts +394 -0
  405. package/google/iam/admin/v1/iam_grpc_web_pb.js +1992 -0
  406. package/google/iam/admin/v1/iam_pb.d.ts +1194 -0
  407. package/google/iam/admin/v1/iam_pb.js +9475 -0
  408. package/google/iam/credentials/v1/common_grpc_pb.d.ts +1 -0
  409. package/google/iam/credentials/v1/common_grpc_pb.js +1 -0
  410. package/google/iam/credentials/v1/common_pb.d.ts +222 -0
  411. package/google/iam/credentials/v1/common_pb.js +1848 -0
  412. package/google/iam/credentials/v1/iamcredentials_grpc_pb.d.ts +40 -0
  413. package/google/iam/credentials/v1/iamcredentials_grpc_pb.js +173 -0
  414. package/google/iam/credentials/v1/iamcredentials_grpc_web_pb.d.ts +67 -0
  415. package/google/iam/credentials/v1/iamcredentials_grpc_web_pb.js +331 -0
  416. package/google/iam/credentials/v1/iamcredentials_pb.d.ts +7 -0
  417. package/google/iam/credentials/v1/iamcredentials_pb.js +26 -0
  418. package/google/iam/v1/iam_policy_grpc_pb.d.ts +35 -0
  419. package/google/iam/v1/iam_policy_grpc_pb.js +161 -0
  420. package/google/iam/v1/iam_policy_grpc_web_pb.d.ts +56 -0
  421. package/google/iam/v1/iam_policy_grpc_web_pb.js +277 -0
  422. package/google/iam/v1/iam_policy_pb.d.ts +109 -0
  423. package/google/iam/v1/iam_policy_pb.js +878 -0
  424. package/google/iam/v1/logging/audit_data_grpc_pb.d.ts +1 -0
  425. package/google/iam/v1/logging/audit_data_grpc_pb.js +1 -0
  426. package/google/iam/v1/logging/audit_data_pb.d.ts +25 -0
  427. package/google/iam/v1/logging/audit_data_pb.js +196 -0
  428. package/google/iam/v1/options_grpc_pb.d.ts +1 -0
  429. package/google/iam/v1/options_grpc_pb.js +1 -0
  430. package/google/iam/v1/options_pb.d.ts +22 -0
  431. package/google/iam/v1/options_pb.js +173 -0
  432. package/google/iam/v1/policy_grpc_pb.d.ts +1 -0
  433. package/google/iam/v1/policy_grpc_pb.js +1 -0
  434. package/google/iam/v1/policy_pb.d.ts +226 -0
  435. package/google/iam/v1/policy_pb.js +1792 -0
  436. package/google/iam/v1beta/workload_identity_pool_grpc_pb.d.ts +80 -0
  437. package/google/iam/v1beta/workload_identity_pool_grpc_pb.js +402 -0
  438. package/google/iam/v1beta/workload_identity_pool_grpc_web_pb.d.ts +164 -0
  439. package/google/iam/v1beta/workload_identity_pool_grpc_web_pb.js +824 -0
  440. package/google/iam/v1beta/workload_identity_pool_pb.d.ts +514 -0
  441. package/google/iam/v1beta/workload_identity_pool_pb.js +4135 -0
  442. package/google/iam/v2/deny_grpc_pb.d.ts +1 -0
  443. package/google/iam/v2/deny_grpc_pb.js +1 -0
  444. package/google/iam/v2/deny_pb.d.ts +49 -0
  445. package/google/iam/v2/deny_pb.js +399 -0
  446. package/google/iam/v2/policy_grpc_pb.d.ts +45 -0
  447. package/google/iam/v2/policy_grpc_pb.js +195 -0
  448. package/google/iam/v2/policy_grpc_web_pb.d.ts +80 -0
  449. package/google/iam/v2/policy_grpc_web_pb.js +397 -0
  450. package/google/iam/v2/policy_pb.d.ts +265 -0
  451. package/google/iam/v2/policy_pb.js +2153 -0
  452. package/google/iam/v2beta/deny_grpc_pb.d.ts +1 -0
  453. package/google/iam/v2beta/deny_grpc_pb.js +1 -0
  454. package/google/iam/v2beta/deny_pb.d.ts +49 -0
  455. package/google/iam/v2beta/deny_pb.js +399 -0
  456. package/google/iam/v2beta/policy_grpc_pb.d.ts +45 -0
  457. package/google/iam/v2beta/policy_grpc_pb.js +195 -0
  458. package/google/iam/v2beta/policy_grpc_web_pb.d.ts +80 -0
  459. package/google/iam/v2beta/policy_grpc_web_pb.js +397 -0
  460. package/google/iam/v2beta/policy_pb.d.ts +261 -0
  461. package/google/iam/v2beta/policy_pb.js +2123 -0
  462. package/google/logging/type/http_request_grpc_pb.d.ts +1 -0
  463. package/google/logging/type/http_request_grpc_pb.js +1 -0
  464. package/google/logging/type/http_request_pb.d.ts +81 -0
  465. package/google/logging/type/http_request_pb.js +616 -0
  466. package/google/logging/type/log_severity_grpc_pb.d.ts +1 -0
  467. package/google/logging/type/log_severity_grpc_pb.js +1 -0
  468. package/google/logging/type/log_severity_pb.d.ts +15 -0
  469. package/google/logging/type/log_severity_pb.js +37 -0
  470. package/google/logging/v2/log_entry_grpc_pb.d.ts +1 -0
  471. package/google/logging/v2/log_entry_grpc_pb.js +1 -0
  472. package/google/logging/v2/log_entry_pb.d.ts +203 -0
  473. package/google/logging/v2/log_entry_pb.js +1579 -0
  474. package/google/logging/v2/logging_config_grpc_pb.d.ts +151 -0
  475. package/google/logging/v2/logging_config_grpc_pb.js +846 -0
  476. package/google/logging/v2/logging_config_grpc_web_pb.d.ts +333 -0
  477. package/google/logging/v2/logging_config_grpc_web_pb.js +1682 -0
  478. package/google/logging/v2/logging_config_pb.d.ts +1111 -0
  479. package/google/logging/v2/logging_config_pb.js +9060 -0
  480. package/google/logging/v2/logging_grpc_pb.d.ts +49 -0
  481. package/google/logging/v2/logging_grpc_pb.js +254 -0
  482. package/google/logging/v2/logging_grpc_web_pb.d.ts +80 -0
  483. package/google/logging/v2/logging_grpc_web_pb.js +403 -0
  484. package/google/logging/v2/logging_metrics_grpc_pb.d.ts +45 -0
  485. package/google/logging/v2/logging_metrics_grpc_pb.js +183 -0
  486. package/google/logging/v2/logging_metrics_grpc_web_pb.d.ts +80 -0
  487. package/google/logging/v2/logging_metrics_grpc_web_pb.js +401 -0
  488. package/google/logging/v2/logging_metrics_pb.d.ts +217 -0
  489. package/google/logging/v2/logging_metrics_pb.js +1725 -0
  490. package/google/logging/v2/logging_pb.d.ts +352 -0
  491. package/google/logging/v2/logging_pb.js +2904 -0
  492. package/google/longrunning/operations_grpc_pb.d.ts +45 -0
  493. package/google/longrunning/operations_grpc_pb.js +221 -0
  494. package/google/longrunning/operations_grpc_web_pb.d.ts +80 -0
  495. package/google/longrunning/operations_grpc_web_pb.js +398 -0
  496. package/google/longrunning/operations_pb.d.ts +213 -0
  497. package/google/longrunning/operations_pb.js +1718 -0
  498. package/google/protobuf/any_grpc_pb.d.ts +1 -0
  499. package/google/protobuf/any_grpc_pb.js +1 -0
  500. package/google/protobuf/any_pb.d.ts +28 -0
  501. package/google/protobuf/any_pb.js +278 -0
  502. package/google/protobuf/api_grpc_pb.d.ts +1 -0
  503. package/google/protobuf/api_grpc_pb.js +1 -0
  504. package/google/protobuf/api_pb.d.ts +122 -0
  505. package/google/protobuf/api_pb.js +998 -0
  506. package/google/protobuf/descriptor_grpc_pb.d.ts +1 -0
  507. package/google/protobuf/descriptor_grpc_pb.js +1 -0
  508. package/google/protobuf/descriptor_pb.d.ts +1626 -0
  509. package/google/protobuf/descriptor_pb.js +13251 -0
  510. package/google/protobuf/duration_grpc_pb.d.ts +1 -0
  511. package/google/protobuf/duration_grpc_pb.js +1 -0
  512. package/google/protobuf/duration_pb.d.ts +26 -0
  513. package/google/protobuf/duration_pb.js +203 -0
  514. package/google/protobuf/empty_grpc_pb.d.ts +1 -0
  515. package/google/protobuf/empty_grpc_pb.js +1 -0
  516. package/google/protobuf/empty_pb.d.ts +18 -0
  517. package/google/protobuf/empty_pb.js +144 -0
  518. package/google/protobuf/field_mask_grpc_pb.d.ts +1 -0
  519. package/google/protobuf/field_mask_grpc_pb.js +1 -0
  520. package/google/protobuf/field_mask_pb.d.ts +24 -0
  521. package/google/protobuf/field_mask_pb.js +199 -0
  522. package/google/protobuf/source_context_grpc_pb.d.ts +1 -0
  523. package/google/protobuf/source_context_grpc_pb.js +1 -0
  524. package/google/protobuf/source_context_pb.d.ts +22 -0
  525. package/google/protobuf/source_context_pb.js +173 -0
  526. package/google/protobuf/struct_grpc_pb.d.ts +1 -0
  527. package/google/protobuf/struct_grpc_pb.js +1 -0
  528. package/google/protobuf/struct_pb.d.ts +99 -0
  529. package/google/protobuf/struct_pb.js +958 -0
  530. package/google/protobuf/timestamp_grpc_pb.d.ts +1 -0
  531. package/google/protobuf/timestamp_grpc_pb.js +1 -0
  532. package/google/protobuf/timestamp_pb.d.ts +26 -0
  533. package/google/protobuf/timestamp_pb.js +239 -0
  534. package/google/protobuf/type_grpc_pb.d.ts +1 -0
  535. package/google/protobuf/type_grpc_pb.js +1 -0
  536. package/google/protobuf/type_pb.d.ts +242 -0
  537. package/google/protobuf/type_pb.js +1770 -0
  538. package/google/protobuf/wrappers_grpc_pb.d.ts +1 -0
  539. package/google/protobuf/wrappers_grpc_pb.js +1 -0
  540. package/google/protobuf/wrappers_pb.d.ts +168 -0
  541. package/google/protobuf/wrappers_pb.js +1413 -0
  542. package/google/rpc/code_grpc_pb.d.ts +1 -0
  543. package/google/rpc/code_grpc_pb.js +1 -0
  544. package/google/rpc/code_pb.d.ts +23 -0
  545. package/google/rpc/code_pb.js +45 -0
  546. package/google/rpc/context/attribute_context_grpc_pb.d.ts +1 -0
  547. package/google/rpc/context/attribute_context_grpc_pb.js +1 -0
  548. package/google/rpc/context/attribute_context_pb.d.ts +352 -0
  549. package/google/rpc/context/attribute_context_pb.js +2848 -0
  550. package/google/rpc/context/audit_context_grpc_pb.d.ts +1 -0
  551. package/google/rpc/context/audit_context_grpc_pb.js +1 -0
  552. package/google/rpc/context/audit_context_pb.d.ts +45 -0
  553. package/google/rpc/context/audit_context_pb.js +361 -0
  554. package/google/rpc/error_details_grpc_pb.d.ts +1 -0
  555. package/google/rpc/error_details_grpc_pb.js +1 -0
  556. package/google/rpc/error_details_pb.d.ts +325 -0
  557. package/google/rpc/error_details_pb.js +2717 -0
  558. package/google/rpc/http_grpc_pb.d.ts +1 -0
  559. package/google/rpc/http_grpc_pb.js +1 -0
  560. package/google/rpc/http_pb.d.ts +94 -0
  561. package/google/rpc/http_pb.js +795 -0
  562. package/google/rpc/status_grpc_pb.d.ts +1 -0
  563. package/google/rpc/status_grpc_pb.js +1 -0
  564. package/google/rpc/status_pb.d.ts +33 -0
  565. package/google/rpc/status_pb.js +265 -0
  566. package/google/type/calendar_period_grpc_pb.d.ts +1 -0
  567. package/google/type/calendar_period_grpc_pb.js +1 -0
  568. package/google/type/calendar_period_pb.d.ts +14 -0
  569. package/google/type/calendar_period_pb.js +36 -0
  570. package/google/type/color_grpc_pb.d.ts +1 -0
  571. package/google/type/color_grpc_pb.js +1 -0
  572. package/google/type/color_pb.d.ts +37 -0
  573. package/google/type/color_pb.js +286 -0
  574. package/google/type/date_grpc_pb.d.ts +1 -0
  575. package/google/type/date_grpc_pb.js +1 -0
  576. package/google/type/date_pb.d.ts +30 -0
  577. package/google/type/date_pb.js +233 -0
  578. package/google/type/datetime_grpc_pb.d.ts +1 -0
  579. package/google/type/datetime_grpc_pb.js +1 -0
  580. package/google/type/datetime_pb.d.ts +89 -0
  581. package/google/type/datetime_pb.js +666 -0
  582. package/google/type/dayofweek_grpc_pb.d.ts +1 -0
  583. package/google/type/dayofweek_grpc_pb.js +1 -0
  584. package/google/type/dayofweek_pb.d.ts +14 -0
  585. package/google/type/dayofweek_pb.js +36 -0
  586. package/google/type/decimal_grpc_pb.d.ts +1 -0
  587. package/google/type/decimal_grpc_pb.js +1 -0
  588. package/google/type/decimal_pb.d.ts +22 -0
  589. package/google/type/decimal_pb.js +173 -0
  590. package/google/type/expr_grpc_pb.d.ts +1 -0
  591. package/google/type/expr_grpc_pb.js +1 -0
  592. package/google/type/expr_pb.d.ts +34 -0
  593. package/google/type/expr_pb.js +263 -0
  594. package/google/type/fraction_grpc_pb.d.ts +1 -0
  595. package/google/type/fraction_grpc_pb.js +1 -0
  596. package/google/type/fraction_pb.d.ts +26 -0
  597. package/google/type/fraction_pb.js +203 -0
  598. package/google/type/interval_grpc_pb.d.ts +1 -0
  599. package/google/type/interval_grpc_pb.js +1 -0
  600. package/google/type/interval_pb.d.ts +31 -0
  601. package/google/type/interval_pb.js +247 -0
  602. package/google/type/latlng_grpc_pb.d.ts +1 -0
  603. package/google/type/latlng_grpc_pb.js +1 -0
  604. package/google/type/latlng_pb.d.ts +26 -0
  605. package/google/type/latlng_pb.js +203 -0
  606. package/google/type/localized_text_grpc_pb.d.ts +1 -0
  607. package/google/type/localized_text_grpc_pb.js +1 -0
  608. package/google/type/localized_text_pb.d.ts +26 -0
  609. package/google/type/localized_text_pb.js +203 -0
  610. package/google/type/money_grpc_pb.d.ts +1 -0
  611. package/google/type/money_grpc_pb.js +1 -0
  612. package/google/type/money_pb.d.ts +30 -0
  613. package/google/type/money_pb.js +233 -0
  614. package/google/type/month_grpc_pb.d.ts +1 -0
  615. package/google/type/month_grpc_pb.js +1 -0
  616. package/google/type/month_pb.d.ts +19 -0
  617. package/google/type/month_pb.js +41 -0
  618. package/google/type/phone_number_grpc_pb.d.ts +1 -0
  619. package/google/type/phone_number_grpc_pb.js +1 -0
  620. package/google/type/phone_number_pb.d.ts +63 -0
  621. package/google/type/phone_number_pb.js +481 -0
  622. package/google/type/postal_address_grpc_pb.d.ts +1 -0
  623. package/google/type/postal_address_grpc_pb.js +1 -0
  624. package/google/type/postal_address_pb.d.ts +66 -0
  625. package/google/type/postal_address_pb.js +518 -0
  626. package/google/type/quaternion_grpc_pb.d.ts +1 -0
  627. package/google/type/quaternion_grpc_pb.js +1 -0
  628. package/google/type/quaternion_pb.d.ts +34 -0
  629. package/google/type/quaternion_pb.js +263 -0
  630. package/google/type/timeofday_grpc_pb.d.ts +1 -0
  631. package/google/type/timeofday_grpc_pb.js +1 -0
  632. package/google/type/timeofday_pb.d.ts +34 -0
  633. package/google/type/timeofday_pb.js +263 -0
  634. package/lf/a2a/v1/a2a_grpc_pb.d.ts +73 -0
  635. package/lf/a2a/v1/a2a_grpc_pb.js +345 -0
  636. package/lf/a2a/v1/a2a_grpc_web_pb.d.ts +148 -0
  637. package/lf/a2a/v1/a2a_grpc_web_pb.js +753 -0
  638. package/lf/a2a/v1/a2a_pb.d.ts +1594 -0
  639. package/lf/a2a/v1/a2a_pb.js +12570 -0
  640. package/package.json +8 -0
@@ -0,0 +1,4249 @@
1
+ // source: alis/open/cx/v1/cx.proto
2
+ /**
3
+ * @fileoverview
4
+ * @enhanceable
5
+ * @suppress {missingRequire} reports error on implicit type usages.
6
+ * @suppress {messageConventions} JS Compiler reports an error if a variable or
7
+ * field starts with 'MSG_' and isn't a translatable message.
8
+ * @public
9
+ */
10
+ // GENERATED CODE -- DO NOT EDIT!
11
+ /* eslint-disable */
12
+ // @ts-nocheck
13
+
14
+ var jspb = require('google-protobuf');
15
+ var goog = jspb;
16
+ var global = globalThis;
17
+
18
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
19
+ goog.object.extend(proto, google_protobuf_timestamp_pb);
20
+ var google_protobuf_wrappers_pb = require('google-protobuf/google/protobuf/wrappers_pb.js');
21
+ goog.object.extend(proto, google_protobuf_wrappers_pb);
22
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument', null, global);
23
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Asisa', null, global);
24
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Asisa.AssetClass', null, global);
25
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Asisa.Category', null, global);
26
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Cisca', null, global);
27
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Cisca.Category', null, global);
28
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.CreditRating', null, global);
29
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.CreditRatingScale', null, global);
30
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.FigiType', null, global);
31
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.MarketSector', null, global);
32
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Mifid', null, global);
33
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Mifid.AssetClass', null, global);
34
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.RatingAgency', null, global);
35
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Reg28', null, global);
36
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Reg28.Category', null, global);
37
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Reg30', null, global);
38
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.SarbC23', null, global);
39
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Ucits', null, global);
40
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Ucits.MarketSector', null, global);
41
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Validation', null, global);
42
+ goog.exportSymbol('proto.alis.open.cx.v1.Instrument.Validation.Field', null, global);
43
+ /**
44
+ * Generated by JsPbCodeGenerator.
45
+ * @param {Array=} opt_data Optional initial data array, typically from a
46
+ * server response, or constructed directly in Javascript. The array is used
47
+ * in place and becomes part of the constructed object. It is not cloned.
48
+ * If no data is provided, the constructed object will be empty, but still
49
+ * valid.
50
+ * @extends {jspb.Message}
51
+ * @constructor
52
+ */
53
+ proto.alis.open.cx.v1.Instrument = function(opt_data) {
54
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
55
+ };
56
+ goog.inherits(proto.alis.open.cx.v1.Instrument, jspb.Message);
57
+ if (goog.DEBUG && !COMPILED) {
58
+ /**
59
+ * @public
60
+ * @override
61
+ */
62
+ proto.alis.open.cx.v1.Instrument.displayName = 'proto.alis.open.cx.v1.Instrument';
63
+ }
64
+ /**
65
+ * Generated by JsPbCodeGenerator.
66
+ * @param {Array=} opt_data Optional initial data array, typically from a
67
+ * server response, or constructed directly in Javascript. The array is used
68
+ * in place and becomes part of the constructed object. It is not cloned.
69
+ * If no data is provided, the constructed object will be empty, but still
70
+ * valid.
71
+ * @extends {jspb.Message}
72
+ * @constructor
73
+ */
74
+ proto.alis.open.cx.v1.Instrument.Asisa = function(opt_data) {
75
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
76
+ };
77
+ goog.inherits(proto.alis.open.cx.v1.Instrument.Asisa, jspb.Message);
78
+ if (goog.DEBUG && !COMPILED) {
79
+ /**
80
+ * @public
81
+ * @override
82
+ */
83
+ proto.alis.open.cx.v1.Instrument.Asisa.displayName = 'proto.alis.open.cx.v1.Instrument.Asisa';
84
+ }
85
+ /**
86
+ * Generated by JsPbCodeGenerator.
87
+ * @param {Array=} opt_data Optional initial data array, typically from a
88
+ * server response, or constructed directly in Javascript. The array is used
89
+ * in place and becomes part of the constructed object. It is not cloned.
90
+ * If no data is provided, the constructed object will be empty, but still
91
+ * valid.
92
+ * @extends {jspb.Message}
93
+ * @constructor
94
+ */
95
+ proto.alis.open.cx.v1.Instrument.Mifid = function(opt_data) {
96
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
97
+ };
98
+ goog.inherits(proto.alis.open.cx.v1.Instrument.Mifid, jspb.Message);
99
+ if (goog.DEBUG && !COMPILED) {
100
+ /**
101
+ * @public
102
+ * @override
103
+ */
104
+ proto.alis.open.cx.v1.Instrument.Mifid.displayName = 'proto.alis.open.cx.v1.Instrument.Mifid';
105
+ }
106
+ /**
107
+ * Generated by JsPbCodeGenerator.
108
+ * @param {Array=} opt_data Optional initial data array, typically from a
109
+ * server response, or constructed directly in Javascript. The array is used
110
+ * in place and becomes part of the constructed object. It is not cloned.
111
+ * If no data is provided, the constructed object will be empty, but still
112
+ * valid.
113
+ * @extends {jspb.Message}
114
+ * @constructor
115
+ */
116
+ proto.alis.open.cx.v1.Instrument.Ucits = function(opt_data) {
117
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
118
+ };
119
+ goog.inherits(proto.alis.open.cx.v1.Instrument.Ucits, jspb.Message);
120
+ if (goog.DEBUG && !COMPILED) {
121
+ /**
122
+ * @public
123
+ * @override
124
+ */
125
+ proto.alis.open.cx.v1.Instrument.Ucits.displayName = 'proto.alis.open.cx.v1.Instrument.Ucits';
126
+ }
127
+ /**
128
+ * Generated by JsPbCodeGenerator.
129
+ * @param {Array=} opt_data Optional initial data array, typically from a
130
+ * server response, or constructed directly in Javascript. The array is used
131
+ * in place and becomes part of the constructed object. It is not cloned.
132
+ * If no data is provided, the constructed object will be empty, but still
133
+ * valid.
134
+ * @extends {jspb.Message}
135
+ * @constructor
136
+ */
137
+ proto.alis.open.cx.v1.Instrument.Reg28 = function(opt_data) {
138
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
139
+ };
140
+ goog.inherits(proto.alis.open.cx.v1.Instrument.Reg28, jspb.Message);
141
+ if (goog.DEBUG && !COMPILED) {
142
+ /**
143
+ * @public
144
+ * @override
145
+ */
146
+ proto.alis.open.cx.v1.Instrument.Reg28.displayName = 'proto.alis.open.cx.v1.Instrument.Reg28';
147
+ }
148
+ /**
149
+ * Generated by JsPbCodeGenerator.
150
+ * @param {Array=} opt_data Optional initial data array, typically from a
151
+ * server response, or constructed directly in Javascript. The array is used
152
+ * in place and becomes part of the constructed object. It is not cloned.
153
+ * If no data is provided, the constructed object will be empty, but still
154
+ * valid.
155
+ * @extends {jspb.Message}
156
+ * @constructor
157
+ */
158
+ proto.alis.open.cx.v1.Instrument.Cisca = function(opt_data) {
159
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
160
+ };
161
+ goog.inherits(proto.alis.open.cx.v1.Instrument.Cisca, jspb.Message);
162
+ if (goog.DEBUG && !COMPILED) {
163
+ /**
164
+ * @public
165
+ * @override
166
+ */
167
+ proto.alis.open.cx.v1.Instrument.Cisca.displayName = 'proto.alis.open.cx.v1.Instrument.Cisca';
168
+ }
169
+ /**
170
+ * Generated by JsPbCodeGenerator.
171
+ * @param {Array=} opt_data Optional initial data array, typically from a
172
+ * server response, or constructed directly in Javascript. The array is used
173
+ * in place and becomes part of the constructed object. It is not cloned.
174
+ * If no data is provided, the constructed object will be empty, but still
175
+ * valid.
176
+ * @extends {jspb.Message}
177
+ * @constructor
178
+ */
179
+ proto.alis.open.cx.v1.Instrument.Reg30 = function(opt_data) {
180
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
181
+ };
182
+ goog.inherits(proto.alis.open.cx.v1.Instrument.Reg30, jspb.Message);
183
+ if (goog.DEBUG && !COMPILED) {
184
+ /**
185
+ * @public
186
+ * @override
187
+ */
188
+ proto.alis.open.cx.v1.Instrument.Reg30.displayName = 'proto.alis.open.cx.v1.Instrument.Reg30';
189
+ }
190
+ /**
191
+ * Generated by JsPbCodeGenerator.
192
+ * @param {Array=} opt_data Optional initial data array, typically from a
193
+ * server response, or constructed directly in Javascript. The array is used
194
+ * in place and becomes part of the constructed object. It is not cloned.
195
+ * If no data is provided, the constructed object will be empty, but still
196
+ * valid.
197
+ * @extends {jspb.Message}
198
+ * @constructor
199
+ */
200
+ proto.alis.open.cx.v1.Instrument.SarbC23 = function(opt_data) {
201
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.open.cx.v1.Instrument.SarbC23.repeatedFields_, null);
202
+ };
203
+ goog.inherits(proto.alis.open.cx.v1.Instrument.SarbC23, jspb.Message);
204
+ if (goog.DEBUG && !COMPILED) {
205
+ /**
206
+ * @public
207
+ * @override
208
+ */
209
+ proto.alis.open.cx.v1.Instrument.SarbC23.displayName = 'proto.alis.open.cx.v1.Instrument.SarbC23';
210
+ }
211
+ /**
212
+ * Generated by JsPbCodeGenerator.
213
+ * @param {Array=} opt_data Optional initial data array, typically from a
214
+ * server response, or constructed directly in Javascript. The array is used
215
+ * in place and becomes part of the constructed object. It is not cloned.
216
+ * If no data is provided, the constructed object will be empty, but still
217
+ * valid.
218
+ * @extends {jspb.Message}
219
+ * @constructor
220
+ */
221
+ proto.alis.open.cx.v1.Instrument.CreditRating = function(opt_data) {
222
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
223
+ };
224
+ goog.inherits(proto.alis.open.cx.v1.Instrument.CreditRating, jspb.Message);
225
+ if (goog.DEBUG && !COMPILED) {
226
+ /**
227
+ * @public
228
+ * @override
229
+ */
230
+ proto.alis.open.cx.v1.Instrument.CreditRating.displayName = 'proto.alis.open.cx.v1.Instrument.CreditRating';
231
+ }
232
+ /**
233
+ * Generated by JsPbCodeGenerator.
234
+ * @param {Array=} opt_data Optional initial data array, typically from a
235
+ * server response, or constructed directly in Javascript. The array is used
236
+ * in place and becomes part of the constructed object. It is not cloned.
237
+ * If no data is provided, the constructed object will be empty, but still
238
+ * valid.
239
+ * @extends {jspb.Message}
240
+ * @constructor
241
+ */
242
+ proto.alis.open.cx.v1.Instrument.Validation = function(opt_data) {
243
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.open.cx.v1.Instrument.Validation.repeatedFields_, null);
244
+ };
245
+ goog.inherits(proto.alis.open.cx.v1.Instrument.Validation, jspb.Message);
246
+ if (goog.DEBUG && !COMPILED) {
247
+ /**
248
+ * @public
249
+ * @override
250
+ */
251
+ proto.alis.open.cx.v1.Instrument.Validation.displayName = 'proto.alis.open.cx.v1.Instrument.Validation';
252
+ }
253
+ /**
254
+ * Generated by JsPbCodeGenerator.
255
+ * @param {Array=} opt_data Optional initial data array, typically from a
256
+ * server response, or constructed directly in Javascript. The array is used
257
+ * in place and becomes part of the constructed object. It is not cloned.
258
+ * If no data is provided, the constructed object will be empty, but still
259
+ * valid.
260
+ * @extends {jspb.Message}
261
+ * @constructor
262
+ */
263
+ proto.alis.open.cx.v1.Instrument.Validation.Field = function(opt_data) {
264
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
265
+ };
266
+ goog.inherits(proto.alis.open.cx.v1.Instrument.Validation.Field, jspb.Message);
267
+ if (goog.DEBUG && !COMPILED) {
268
+ /**
269
+ * @public
270
+ * @override
271
+ */
272
+ proto.alis.open.cx.v1.Instrument.Validation.Field.displayName = 'proto.alis.open.cx.v1.Instrument.Validation.Field';
273
+ }
274
+
275
+
276
+
277
+ if (jspb.Message.GENERATE_TO_OBJECT) {
278
+ /**
279
+ * Creates an object representation of this proto.
280
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
281
+ * Optional fields that are not set will be set to undefined.
282
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
283
+ * For the list of reserved names please see:
284
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
285
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
286
+ * JSPB instance for transitional soy proto support:
287
+ * http://goto/soy-param-migration
288
+ * @return {!Object}
289
+ */
290
+ proto.alis.open.cx.v1.Instrument.prototype.toObject = function(opt_includeInstance) {
291
+ return proto.alis.open.cx.v1.Instrument.toObject(opt_includeInstance, this);
292
+ };
293
+
294
+
295
+ /**
296
+ * Static version of the {@see toObject} method.
297
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
298
+ * the JSPB instance for transitional soy proto support:
299
+ * http://goto/soy-param-migration
300
+ * @param {!proto.alis.open.cx.v1.Instrument} msg The msg instance to transform.
301
+ * @return {!Object}
302
+ * @suppress {unusedLocalVariables} f is only used for nested messages
303
+ */
304
+ proto.alis.open.cx.v1.Instrument.toObject = function(includeInstance, msg) {
305
+ var f, obj = {
306
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
307
+ figiType: jspb.Message.getFieldWithDefault(msg, 2, 0),
308
+ displayName: jspb.Message.getFieldWithDefault(msg, 3, ""),
309
+ description: jspb.Message.getFieldWithDefault(msg, 4, ""),
310
+ marketSector: jspb.Message.getFieldWithDefault(msg, 5, 0),
311
+ exchCode: jspb.Message.getFieldWithDefault(msg, 6, ""),
312
+ currencyCode: jspb.Message.getFieldWithDefault(msg, 7, ""),
313
+ countryCode: jspb.Message.getFieldWithDefault(msg, 8, ""),
314
+ issuer: jspb.Message.getFieldWithDefault(msg, 9, ""),
315
+ updateTime: (f = msg.getUpdateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
316
+ asisa: (f = msg.getAsisa()) && proto.alis.open.cx.v1.Instrument.Asisa.toObject(includeInstance, f),
317
+ mifid: (f = msg.getMifid()) && proto.alis.open.cx.v1.Instrument.Mifid.toObject(includeInstance, f),
318
+ ucits: (f = msg.getUcits()) && proto.alis.open.cx.v1.Instrument.Ucits.toObject(includeInstance, f),
319
+ reg28: (f = msg.getReg28()) && proto.alis.open.cx.v1.Instrument.Reg28.toObject(includeInstance, f),
320
+ cisca: (f = msg.getCisca()) && proto.alis.open.cx.v1.Instrument.Cisca.toObject(includeInstance, f),
321
+ reg30: (f = msg.getReg30()) && proto.alis.open.cx.v1.Instrument.Reg30.toObject(includeInstance, f),
322
+ sarbc23: (f = msg.getSarbc23()) && proto.alis.open.cx.v1.Instrument.SarbC23.toObject(includeInstance, f)
323
+ };
324
+
325
+ if (includeInstance) {
326
+ obj.$jspbMessageInstance = msg;
327
+ }
328
+ return obj;
329
+ };
330
+ }
331
+
332
+
333
+ /**
334
+ * Deserializes binary data (in protobuf wire format).
335
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
336
+ * @return {!proto.alis.open.cx.v1.Instrument}
337
+ */
338
+ proto.alis.open.cx.v1.Instrument.deserializeBinary = function(bytes) {
339
+ var reader = new jspb.BinaryReader(bytes);
340
+ var msg = new proto.alis.open.cx.v1.Instrument;
341
+ return proto.alis.open.cx.v1.Instrument.deserializeBinaryFromReader(msg, reader);
342
+ };
343
+
344
+
345
+ /**
346
+ * Deserializes binary data (in protobuf wire format) from the
347
+ * given reader into the given message object.
348
+ * @param {!proto.alis.open.cx.v1.Instrument} msg The message object to deserialize into.
349
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
350
+ * @return {!proto.alis.open.cx.v1.Instrument}
351
+ */
352
+ proto.alis.open.cx.v1.Instrument.deserializeBinaryFromReader = function(msg, reader) {
353
+ while (reader.nextField()) {
354
+ if (reader.isEndGroup()) {
355
+ break;
356
+ }
357
+ var field = reader.getFieldNumber();
358
+ switch (field) {
359
+ case 1:
360
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
361
+ msg.setName(value);
362
+ break;
363
+ case 2:
364
+ var value = /** @type {!proto.alis.open.cx.v1.Instrument.FigiType} */ (reader.readEnum());
365
+ msg.setFigiType(value);
366
+ break;
367
+ case 3:
368
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
369
+ msg.setDisplayName(value);
370
+ break;
371
+ case 4:
372
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
373
+ msg.setDescription(value);
374
+ break;
375
+ case 5:
376
+ var value = /** @type {!proto.alis.open.cx.v1.Instrument.MarketSector} */ (reader.readEnum());
377
+ msg.setMarketSector(value);
378
+ break;
379
+ case 6:
380
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
381
+ msg.setExchCode(value);
382
+ break;
383
+ case 7:
384
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
385
+ msg.setCurrencyCode(value);
386
+ break;
387
+ case 8:
388
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
389
+ msg.setCountryCode(value);
390
+ break;
391
+ case 9:
392
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
393
+ msg.setIssuer(value);
394
+ break;
395
+ case 10:
396
+ var value = new google_protobuf_timestamp_pb.Timestamp;
397
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
398
+ msg.setUpdateTime(value);
399
+ break;
400
+ case 100:
401
+ var value = new proto.alis.open.cx.v1.Instrument.Asisa;
402
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Asisa.deserializeBinaryFromReader);
403
+ msg.setAsisa(value);
404
+ break;
405
+ case 101:
406
+ var value = new proto.alis.open.cx.v1.Instrument.Mifid;
407
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Mifid.deserializeBinaryFromReader);
408
+ msg.setMifid(value);
409
+ break;
410
+ case 102:
411
+ var value = new proto.alis.open.cx.v1.Instrument.Ucits;
412
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Ucits.deserializeBinaryFromReader);
413
+ msg.setUcits(value);
414
+ break;
415
+ case 103:
416
+ var value = new proto.alis.open.cx.v1.Instrument.Reg28;
417
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Reg28.deserializeBinaryFromReader);
418
+ msg.setReg28(value);
419
+ break;
420
+ case 104:
421
+ var value = new proto.alis.open.cx.v1.Instrument.Cisca;
422
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Cisca.deserializeBinaryFromReader);
423
+ msg.setCisca(value);
424
+ break;
425
+ case 105:
426
+ var value = new proto.alis.open.cx.v1.Instrument.Reg30;
427
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Reg30.deserializeBinaryFromReader);
428
+ msg.setReg30(value);
429
+ break;
430
+ case 106:
431
+ var value = new proto.alis.open.cx.v1.Instrument.SarbC23;
432
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.SarbC23.deserializeBinaryFromReader);
433
+ msg.setSarbc23(value);
434
+ break;
435
+ default:
436
+ reader.skipField();
437
+ break;
438
+ }
439
+ }
440
+ return msg;
441
+ };
442
+
443
+
444
+ /**
445
+ * Serializes the message to binary data (in protobuf wire format).
446
+ * @return {!Uint8Array}
447
+ */
448
+ proto.alis.open.cx.v1.Instrument.prototype.serializeBinary = function() {
449
+ var writer = new jspb.BinaryWriter();
450
+ proto.alis.open.cx.v1.Instrument.serializeBinaryToWriter(this, writer);
451
+ return writer.getResultBuffer();
452
+ };
453
+
454
+
455
+ /**
456
+ * Serializes the given message to binary data (in protobuf wire
457
+ * format), writing to the given BinaryWriter.
458
+ * @param {!proto.alis.open.cx.v1.Instrument} message
459
+ * @param {!jspb.BinaryWriter} writer
460
+ * @suppress {unusedLocalVariables} f is only used for nested messages
461
+ */
462
+ proto.alis.open.cx.v1.Instrument.serializeBinaryToWriter = function(message, writer) {
463
+ var f = undefined;
464
+ f = message.getName();
465
+ if (f.length > 0) {
466
+ writer.writeString(
467
+ 1,
468
+ f
469
+ );
470
+ }
471
+ f = message.getFigiType();
472
+ if (f !== 0.0) {
473
+ writer.writeEnum(
474
+ 2,
475
+ f
476
+ );
477
+ }
478
+ f = message.getDisplayName();
479
+ if (f.length > 0) {
480
+ writer.writeString(
481
+ 3,
482
+ f
483
+ );
484
+ }
485
+ f = message.getDescription();
486
+ if (f.length > 0) {
487
+ writer.writeString(
488
+ 4,
489
+ f
490
+ );
491
+ }
492
+ f = message.getMarketSector();
493
+ if (f !== 0.0) {
494
+ writer.writeEnum(
495
+ 5,
496
+ f
497
+ );
498
+ }
499
+ f = message.getExchCode();
500
+ if (f.length > 0) {
501
+ writer.writeString(
502
+ 6,
503
+ f
504
+ );
505
+ }
506
+ f = message.getCurrencyCode();
507
+ if (f.length > 0) {
508
+ writer.writeString(
509
+ 7,
510
+ f
511
+ );
512
+ }
513
+ f = message.getCountryCode();
514
+ if (f.length > 0) {
515
+ writer.writeString(
516
+ 8,
517
+ f
518
+ );
519
+ }
520
+ f = message.getIssuer();
521
+ if (f.length > 0) {
522
+ writer.writeString(
523
+ 9,
524
+ f
525
+ );
526
+ }
527
+ f = message.getUpdateTime();
528
+ if (f != null) {
529
+ writer.writeMessage(
530
+ 10,
531
+ f,
532
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
533
+ );
534
+ }
535
+ f = message.getAsisa();
536
+ if (f != null) {
537
+ writer.writeMessage(
538
+ 100,
539
+ f,
540
+ proto.alis.open.cx.v1.Instrument.Asisa.serializeBinaryToWriter
541
+ );
542
+ }
543
+ f = message.getMifid();
544
+ if (f != null) {
545
+ writer.writeMessage(
546
+ 101,
547
+ f,
548
+ proto.alis.open.cx.v1.Instrument.Mifid.serializeBinaryToWriter
549
+ );
550
+ }
551
+ f = message.getUcits();
552
+ if (f != null) {
553
+ writer.writeMessage(
554
+ 102,
555
+ f,
556
+ proto.alis.open.cx.v1.Instrument.Ucits.serializeBinaryToWriter
557
+ );
558
+ }
559
+ f = message.getReg28();
560
+ if (f != null) {
561
+ writer.writeMessage(
562
+ 103,
563
+ f,
564
+ proto.alis.open.cx.v1.Instrument.Reg28.serializeBinaryToWriter
565
+ );
566
+ }
567
+ f = message.getCisca();
568
+ if (f != null) {
569
+ writer.writeMessage(
570
+ 104,
571
+ f,
572
+ proto.alis.open.cx.v1.Instrument.Cisca.serializeBinaryToWriter
573
+ );
574
+ }
575
+ f = message.getReg30();
576
+ if (f != null) {
577
+ writer.writeMessage(
578
+ 105,
579
+ f,
580
+ proto.alis.open.cx.v1.Instrument.Reg30.serializeBinaryToWriter
581
+ );
582
+ }
583
+ f = message.getSarbc23();
584
+ if (f != null) {
585
+ writer.writeMessage(
586
+ 106,
587
+ f,
588
+ proto.alis.open.cx.v1.Instrument.SarbC23.serializeBinaryToWriter
589
+ );
590
+ }
591
+ };
592
+
593
+
594
+ /**
595
+ * @enum {number}
596
+ */
597
+ proto.alis.open.cx.v1.Instrument.MarketSector = {
598
+ MARKET_SECTOR_UNSPECIFIED: 0,
599
+ COMMODITY: 1,
600
+ CORPORATE: 2,
601
+ CURRENCY: 3,
602
+ EQUITY: 4,
603
+ INDEX: 5,
604
+ MONEY_MARKET: 6,
605
+ GOVERNMENT: 7,
606
+ MTGE: 8,
607
+ MUNI: 9,
608
+ PFD: 10
609
+ };
610
+
611
+ /**
612
+ * @enum {number}
613
+ */
614
+ proto.alis.open.cx.v1.Instrument.CreditRatingScale = {
615
+ CREDIT_RATING_SCALE_UNSPECIFIED: 0,
616
+ AAA: 1,
617
+ AA1: 2,
618
+ AA2: 3,
619
+ AA3: 4,
620
+ A1: 5,
621
+ A2: 6,
622
+ A3: 7,
623
+ BAA1: 8,
624
+ BAA2: 9,
625
+ BAA3: 10,
626
+ BA1: 11,
627
+ BA2: 12,
628
+ BA3: 13,
629
+ B1: 14,
630
+ B2: 15,
631
+ B3: 16,
632
+ CAA1: 17,
633
+ CAA2: 18,
634
+ CAA3: 19,
635
+ CA: 20,
636
+ C: 21,
637
+ AA_PLUS: 23,
638
+ AA: 24,
639
+ AA_MINUS: 25,
640
+ A_PLUS: 26,
641
+ A: 27,
642
+ A_MINUS: 28,
643
+ BBB_PLUS: 29,
644
+ BBB: 30,
645
+ BBB_MINUS: 31,
646
+ BB_PLUS: 32,
647
+ BB: 33,
648
+ BB_MINUS: 34,
649
+ B_PLUS: 35,
650
+ B: 36,
651
+ B_MINUS: 37,
652
+ CCC_PLUS: 38,
653
+ CCC: 39,
654
+ CCC_MINUS: 40,
655
+ CC: 41,
656
+ DDD: 42,
657
+ DD: 43,
658
+ D: 44
659
+ };
660
+
661
+ /**
662
+ * @enum {number}
663
+ */
664
+ proto.alis.open.cx.v1.Instrument.RatingAgency = {
665
+ RATING_AGENCY_UNSPECIFIED: 0,
666
+ S_AND_P: 1,
667
+ FITCH: 2,
668
+ MOODYS: 3
669
+ };
670
+
671
+ /**
672
+ * @enum {number}
673
+ */
674
+ proto.alis.open.cx.v1.Instrument.FigiType = {
675
+ FIGI_TYPE_UNSPECIFIED: 0,
676
+ GLOBAL: 1,
677
+ CUSTOM: 2
678
+ };
679
+
680
+
681
+
682
+
683
+ if (jspb.Message.GENERATE_TO_OBJECT) {
684
+ /**
685
+ * Creates an object representation of this proto.
686
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
687
+ * Optional fields that are not set will be set to undefined.
688
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
689
+ * For the list of reserved names please see:
690
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
691
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
692
+ * JSPB instance for transitional soy proto support:
693
+ * http://goto/soy-param-migration
694
+ * @return {!Object}
695
+ */
696
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.toObject = function(opt_includeInstance) {
697
+ return proto.alis.open.cx.v1.Instrument.Asisa.toObject(opt_includeInstance, this);
698
+ };
699
+
700
+
701
+ /**
702
+ * Static version of the {@see toObject} method.
703
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
704
+ * the JSPB instance for transitional soy proto support:
705
+ * http://goto/soy-param-migration
706
+ * @param {!proto.alis.open.cx.v1.Instrument.Asisa} msg The msg instance to transform.
707
+ * @return {!Object}
708
+ * @suppress {unusedLocalVariables} f is only used for nested messages
709
+ */
710
+ proto.alis.open.cx.v1.Instrument.Asisa.toObject = function(includeInstance, msg) {
711
+ var f, obj = {
712
+ assetClass: jspb.Message.getFieldWithDefault(msg, 1, 0),
713
+ securityType: jspb.Message.getFieldWithDefault(msg, 2, ""),
714
+ issuer: jspb.Message.getFieldWithDefault(msg, 3, ""),
715
+ issuerZarMarketCapitalisation: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
716
+ shortTermCreditRating: (f = msg.getShortTermCreditRating()) && proto.alis.open.cx.v1.Instrument.CreditRating.toObject(includeInstance, f),
717
+ longTermCreditRating: (f = msg.getLongTermCreditRating()) && proto.alis.open.cx.v1.Instrument.CreditRating.toObject(includeInstance, f),
718
+ shortTermCreditRatingIssuer: (f = msg.getShortTermCreditRatingIssuer()) && proto.alis.open.cx.v1.Instrument.CreditRating.toObject(includeInstance, f),
719
+ longTermCreditRatingIssuer: (f = msg.getLongTermCreditRatingIssuer()) && proto.alis.open.cx.v1.Instrument.CreditRating.toObject(includeInstance, f),
720
+ africaAllowance: (f = msg.getAfricaAllowance()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
721
+ ccdClassified: (f = msg.getCcdClassified()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
722
+ currencyCode: jspb.Message.getFieldWithDefault(msg, 12, ""),
723
+ category: jspb.Message.getFieldWithDefault(msg, 13, 0),
724
+ validation: (f = msg.getValidation()) && proto.alis.open.cx.v1.Instrument.Validation.toObject(includeInstance, f)
725
+ };
726
+
727
+ if (includeInstance) {
728
+ obj.$jspbMessageInstance = msg;
729
+ }
730
+ return obj;
731
+ };
732
+ }
733
+
734
+
735
+ /**
736
+ * Deserializes binary data (in protobuf wire format).
737
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
738
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa}
739
+ */
740
+ proto.alis.open.cx.v1.Instrument.Asisa.deserializeBinary = function(bytes) {
741
+ var reader = new jspb.BinaryReader(bytes);
742
+ var msg = new proto.alis.open.cx.v1.Instrument.Asisa;
743
+ return proto.alis.open.cx.v1.Instrument.Asisa.deserializeBinaryFromReader(msg, reader);
744
+ };
745
+
746
+
747
+ /**
748
+ * Deserializes binary data (in protobuf wire format) from the
749
+ * given reader into the given message object.
750
+ * @param {!proto.alis.open.cx.v1.Instrument.Asisa} msg The message object to deserialize into.
751
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
752
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa}
753
+ */
754
+ proto.alis.open.cx.v1.Instrument.Asisa.deserializeBinaryFromReader = function(msg, reader) {
755
+ while (reader.nextField()) {
756
+ if (reader.isEndGroup()) {
757
+ break;
758
+ }
759
+ var field = reader.getFieldNumber();
760
+ switch (field) {
761
+ case 1:
762
+ var value = /** @type {!proto.alis.open.cx.v1.Instrument.Asisa.AssetClass} */ (reader.readEnum());
763
+ msg.setAssetClass(value);
764
+ break;
765
+ case 2:
766
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
767
+ msg.setSecurityType(value);
768
+ break;
769
+ case 3:
770
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
771
+ msg.setIssuer(value);
772
+ break;
773
+ case 4:
774
+ var value = /** @type {number} */ (reader.readDouble());
775
+ msg.setIssuerZarMarketCapitalisation(value);
776
+ break;
777
+ case 5:
778
+ var value = new proto.alis.open.cx.v1.Instrument.CreditRating;
779
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.CreditRating.deserializeBinaryFromReader);
780
+ msg.setShortTermCreditRating(value);
781
+ break;
782
+ case 6:
783
+ var value = new proto.alis.open.cx.v1.Instrument.CreditRating;
784
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.CreditRating.deserializeBinaryFromReader);
785
+ msg.setLongTermCreditRating(value);
786
+ break;
787
+ case 7:
788
+ var value = new proto.alis.open.cx.v1.Instrument.CreditRating;
789
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.CreditRating.deserializeBinaryFromReader);
790
+ msg.setShortTermCreditRatingIssuer(value);
791
+ break;
792
+ case 8:
793
+ var value = new proto.alis.open.cx.v1.Instrument.CreditRating;
794
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.CreditRating.deserializeBinaryFromReader);
795
+ msg.setLongTermCreditRatingIssuer(value);
796
+ break;
797
+ case 10:
798
+ var value = new google_protobuf_wrappers_pb.BoolValue;
799
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
800
+ msg.setAfricaAllowance(value);
801
+ break;
802
+ case 11:
803
+ var value = new google_protobuf_wrappers_pb.BoolValue;
804
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
805
+ msg.setCcdClassified(value);
806
+ break;
807
+ case 12:
808
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
809
+ msg.setCurrencyCode(value);
810
+ break;
811
+ case 13:
812
+ var value = /** @type {!proto.alis.open.cx.v1.Instrument.Asisa.Category} */ (reader.readEnum());
813
+ msg.setCategory(value);
814
+ break;
815
+ case 99:
816
+ var value = new proto.alis.open.cx.v1.Instrument.Validation;
817
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Validation.deserializeBinaryFromReader);
818
+ msg.setValidation(value);
819
+ break;
820
+ default:
821
+ reader.skipField();
822
+ break;
823
+ }
824
+ }
825
+ return msg;
826
+ };
827
+
828
+
829
+ /**
830
+ * Serializes the message to binary data (in protobuf wire format).
831
+ * @return {!Uint8Array}
832
+ */
833
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.serializeBinary = function() {
834
+ var writer = new jspb.BinaryWriter();
835
+ proto.alis.open.cx.v1.Instrument.Asisa.serializeBinaryToWriter(this, writer);
836
+ return writer.getResultBuffer();
837
+ };
838
+
839
+
840
+ /**
841
+ * Serializes the given message to binary data (in protobuf wire
842
+ * format), writing to the given BinaryWriter.
843
+ * @param {!proto.alis.open.cx.v1.Instrument.Asisa} message
844
+ * @param {!jspb.BinaryWriter} writer
845
+ * @suppress {unusedLocalVariables} f is only used for nested messages
846
+ */
847
+ proto.alis.open.cx.v1.Instrument.Asisa.serializeBinaryToWriter = function(message, writer) {
848
+ var f = undefined;
849
+ f = message.getAssetClass();
850
+ if (f !== 0.0) {
851
+ writer.writeEnum(
852
+ 1,
853
+ f
854
+ );
855
+ }
856
+ f = message.getSecurityType();
857
+ if (f.length > 0) {
858
+ writer.writeString(
859
+ 2,
860
+ f
861
+ );
862
+ }
863
+ f = message.getIssuer();
864
+ if (f.length > 0) {
865
+ writer.writeString(
866
+ 3,
867
+ f
868
+ );
869
+ }
870
+ f = message.getIssuerZarMarketCapitalisation();
871
+ if (f !== 0.0) {
872
+ writer.writeDouble(
873
+ 4,
874
+ f
875
+ );
876
+ }
877
+ f = message.getShortTermCreditRating();
878
+ if (f != null) {
879
+ writer.writeMessage(
880
+ 5,
881
+ f,
882
+ proto.alis.open.cx.v1.Instrument.CreditRating.serializeBinaryToWriter
883
+ );
884
+ }
885
+ f = message.getLongTermCreditRating();
886
+ if (f != null) {
887
+ writer.writeMessage(
888
+ 6,
889
+ f,
890
+ proto.alis.open.cx.v1.Instrument.CreditRating.serializeBinaryToWriter
891
+ );
892
+ }
893
+ f = message.getShortTermCreditRatingIssuer();
894
+ if (f != null) {
895
+ writer.writeMessage(
896
+ 7,
897
+ f,
898
+ proto.alis.open.cx.v1.Instrument.CreditRating.serializeBinaryToWriter
899
+ );
900
+ }
901
+ f = message.getLongTermCreditRatingIssuer();
902
+ if (f != null) {
903
+ writer.writeMessage(
904
+ 8,
905
+ f,
906
+ proto.alis.open.cx.v1.Instrument.CreditRating.serializeBinaryToWriter
907
+ );
908
+ }
909
+ f = message.getAfricaAllowance();
910
+ if (f != null) {
911
+ writer.writeMessage(
912
+ 10,
913
+ f,
914
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
915
+ );
916
+ }
917
+ f = message.getCcdClassified();
918
+ if (f != null) {
919
+ writer.writeMessage(
920
+ 11,
921
+ f,
922
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
923
+ );
924
+ }
925
+ f = message.getCurrencyCode();
926
+ if (f.length > 0) {
927
+ writer.writeString(
928
+ 12,
929
+ f
930
+ );
931
+ }
932
+ f = message.getCategory();
933
+ if (f !== 0.0) {
934
+ writer.writeEnum(
935
+ 13,
936
+ f
937
+ );
938
+ }
939
+ f = message.getValidation();
940
+ if (f != null) {
941
+ writer.writeMessage(
942
+ 99,
943
+ f,
944
+ proto.alis.open.cx.v1.Instrument.Validation.serializeBinaryToWriter
945
+ );
946
+ }
947
+ };
948
+
949
+
950
+ /**
951
+ * @enum {number}
952
+ */
953
+ proto.alis.open.cx.v1.Instrument.Asisa.AssetClass = {
954
+ ASSET_CLASS_UNSPECIFIED: 0,
955
+ DB: 1,
956
+ DBU: 2,
957
+ DC: 3,
958
+ DCO: 4,
959
+ DD: 5,
960
+ DEP: 6,
961
+ DES: 7,
962
+ DEU: 8,
963
+ DFI: 9,
964
+ DFO: 10,
965
+ DFT: 11,
966
+ DLN: 12,
967
+ DM: 13,
968
+ DO: 14,
969
+ DS: 15,
970
+ DT: 16,
971
+ FB: 17,
972
+ FBU: 18,
973
+ FC: 19,
974
+ FCO: 20,
975
+ FE: 21,
976
+ FEU: 22,
977
+ FLN: 23,
978
+ FM: 24,
979
+ FO: 25,
980
+ FS: 26,
981
+ FUT: 27,
982
+ LUT: 28,
983
+ DFF: 29
984
+ };
985
+
986
+ /**
987
+ * @enum {number}
988
+ */
989
+ proto.alis.open.cx.v1.Instrument.Asisa.Category = {
990
+ CATEGORY_UNSPECIFIED: 0,
991
+ CASH_INSIDE_THE_REPUBLIC: 1,
992
+ CASH_FOREIGN_ASSETS: 2,
993
+ DEBT_GUARANTEED_BY_THE_REPUBLIC: 3,
994
+ DEBT_GUARANTEED_BY_FOREIGN_COUNTRY: 4,
995
+ DEBT_GUARANTEED_BY_SOUTH_AFRICAN_BANK: 5,
996
+ DEBT_GUARANTEED_BY_LISTED_OR_PFMA_ENTITY: 6,
997
+ DEBT_OTHER: 7,
998
+ EQUITIES: 8,
999
+ IMMOVABLE_PROPERTY: 10,
1000
+ COMMODITIES_GOLD: 12,
1001
+ COMMODITIES_OTHER: 13,
1002
+ PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4: 14,
1003
+ PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4A_EXEMPT: 15,
1004
+ HOUSING_LOANS: 16,
1005
+ OTHER_ASSETS_FUNDS_OF_HEDGE_FUNDS: 17,
1006
+ OTHER_ASSETS_HEDGE_FUNDS: 18,
1007
+ OTHER_ASSETS_FUNDS_OF_PRIVATE_EQUITY_FUNDS: 19,
1008
+ OTHER_ASSETS_PRIVATE_EQUITY_FUNDS: 20,
1009
+ OTHER_ASSETS_NOT_REFERRED_TO_IN_SCHEDULE: 21,
1010
+ EXCLUDED_ASSETS: 22
1011
+ };
1012
+
1013
+ /**
1014
+ * optional AssetClass asset_class = 1;
1015
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa.AssetClass}
1016
+ */
1017
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getAssetClass = function() {
1018
+ return /** @type {!proto.alis.open.cx.v1.Instrument.Asisa.AssetClass} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
1019
+ };
1020
+
1021
+
1022
+ /**
1023
+ * @param {!proto.alis.open.cx.v1.Instrument.Asisa.AssetClass} value
1024
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1025
+ */
1026
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setAssetClass = function(value) {
1027
+ return jspb.Message.setProto3EnumField(this, 1, value);
1028
+ };
1029
+
1030
+
1031
+ /**
1032
+ * optional string security_type = 2;
1033
+ * @return {string}
1034
+ */
1035
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getSecurityType = function() {
1036
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1037
+ };
1038
+
1039
+
1040
+ /**
1041
+ * @param {string} value
1042
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1043
+ */
1044
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setSecurityType = function(value) {
1045
+ return jspb.Message.setProto3StringField(this, 2, value);
1046
+ };
1047
+
1048
+
1049
+ /**
1050
+ * optional string issuer = 3;
1051
+ * @return {string}
1052
+ */
1053
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getIssuer = function() {
1054
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1055
+ };
1056
+
1057
+
1058
+ /**
1059
+ * @param {string} value
1060
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1061
+ */
1062
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setIssuer = function(value) {
1063
+ return jspb.Message.setProto3StringField(this, 3, value);
1064
+ };
1065
+
1066
+
1067
+ /**
1068
+ * optional double issuer_zar_market_capitalisation = 4;
1069
+ * @return {number}
1070
+ */
1071
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getIssuerZarMarketCapitalisation = function() {
1072
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
1073
+ };
1074
+
1075
+
1076
+ /**
1077
+ * @param {number} value
1078
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1079
+ */
1080
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setIssuerZarMarketCapitalisation = function(value) {
1081
+ return jspb.Message.setProto3FloatField(this, 4, value);
1082
+ };
1083
+
1084
+
1085
+ /**
1086
+ * optional CreditRating short_term_credit_rating = 5;
1087
+ * @return {?proto.alis.open.cx.v1.Instrument.CreditRating}
1088
+ */
1089
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getShortTermCreditRating = function() {
1090
+ return /** @type{?proto.alis.open.cx.v1.Instrument.CreditRating} */ (
1091
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.CreditRating, 5));
1092
+ };
1093
+
1094
+
1095
+ /**
1096
+ * @param {?proto.alis.open.cx.v1.Instrument.CreditRating|undefined} value
1097
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1098
+ */
1099
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setShortTermCreditRating = function(value) {
1100
+ return jspb.Message.setWrapperField(this, 5, value);
1101
+ };
1102
+
1103
+
1104
+ /**
1105
+ * Clears the message field making it undefined.
1106
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1107
+ */
1108
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.clearShortTermCreditRating = function() {
1109
+ return this.setShortTermCreditRating(undefined);
1110
+ };
1111
+
1112
+
1113
+ /**
1114
+ * Returns whether this field is set.
1115
+ * @return {boolean}
1116
+ */
1117
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.hasShortTermCreditRating = function() {
1118
+ return jspb.Message.getField(this, 5) != null;
1119
+ };
1120
+
1121
+
1122
+ /**
1123
+ * optional CreditRating long_term_credit_rating = 6;
1124
+ * @return {?proto.alis.open.cx.v1.Instrument.CreditRating}
1125
+ */
1126
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getLongTermCreditRating = function() {
1127
+ return /** @type{?proto.alis.open.cx.v1.Instrument.CreditRating} */ (
1128
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.CreditRating, 6));
1129
+ };
1130
+
1131
+
1132
+ /**
1133
+ * @param {?proto.alis.open.cx.v1.Instrument.CreditRating|undefined} value
1134
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1135
+ */
1136
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setLongTermCreditRating = function(value) {
1137
+ return jspb.Message.setWrapperField(this, 6, value);
1138
+ };
1139
+
1140
+
1141
+ /**
1142
+ * Clears the message field making it undefined.
1143
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1144
+ */
1145
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.clearLongTermCreditRating = function() {
1146
+ return this.setLongTermCreditRating(undefined);
1147
+ };
1148
+
1149
+
1150
+ /**
1151
+ * Returns whether this field is set.
1152
+ * @return {boolean}
1153
+ */
1154
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.hasLongTermCreditRating = function() {
1155
+ return jspb.Message.getField(this, 6) != null;
1156
+ };
1157
+
1158
+
1159
+ /**
1160
+ * optional CreditRating short_term_credit_rating_issuer = 7;
1161
+ * @return {?proto.alis.open.cx.v1.Instrument.CreditRating}
1162
+ */
1163
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getShortTermCreditRatingIssuer = function() {
1164
+ return /** @type{?proto.alis.open.cx.v1.Instrument.CreditRating} */ (
1165
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.CreditRating, 7));
1166
+ };
1167
+
1168
+
1169
+ /**
1170
+ * @param {?proto.alis.open.cx.v1.Instrument.CreditRating|undefined} value
1171
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1172
+ */
1173
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setShortTermCreditRatingIssuer = function(value) {
1174
+ return jspb.Message.setWrapperField(this, 7, value);
1175
+ };
1176
+
1177
+
1178
+ /**
1179
+ * Clears the message field making it undefined.
1180
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1181
+ */
1182
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.clearShortTermCreditRatingIssuer = function() {
1183
+ return this.setShortTermCreditRatingIssuer(undefined);
1184
+ };
1185
+
1186
+
1187
+ /**
1188
+ * Returns whether this field is set.
1189
+ * @return {boolean}
1190
+ */
1191
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.hasShortTermCreditRatingIssuer = function() {
1192
+ return jspb.Message.getField(this, 7) != null;
1193
+ };
1194
+
1195
+
1196
+ /**
1197
+ * optional CreditRating long_term_credit_rating_issuer = 8;
1198
+ * @return {?proto.alis.open.cx.v1.Instrument.CreditRating}
1199
+ */
1200
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getLongTermCreditRatingIssuer = function() {
1201
+ return /** @type{?proto.alis.open.cx.v1.Instrument.CreditRating} */ (
1202
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.CreditRating, 8));
1203
+ };
1204
+
1205
+
1206
+ /**
1207
+ * @param {?proto.alis.open.cx.v1.Instrument.CreditRating|undefined} value
1208
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1209
+ */
1210
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setLongTermCreditRatingIssuer = function(value) {
1211
+ return jspb.Message.setWrapperField(this, 8, value);
1212
+ };
1213
+
1214
+
1215
+ /**
1216
+ * Clears the message field making it undefined.
1217
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1218
+ */
1219
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.clearLongTermCreditRatingIssuer = function() {
1220
+ return this.setLongTermCreditRatingIssuer(undefined);
1221
+ };
1222
+
1223
+
1224
+ /**
1225
+ * Returns whether this field is set.
1226
+ * @return {boolean}
1227
+ */
1228
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.hasLongTermCreditRatingIssuer = function() {
1229
+ return jspb.Message.getField(this, 8) != null;
1230
+ };
1231
+
1232
+
1233
+ /**
1234
+ * optional google.protobuf.BoolValue africa_allowance = 10;
1235
+ * @return {?proto.google.protobuf.BoolValue}
1236
+ */
1237
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getAfricaAllowance = function() {
1238
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
1239
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 10));
1240
+ };
1241
+
1242
+
1243
+ /**
1244
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
1245
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1246
+ */
1247
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setAfricaAllowance = function(value) {
1248
+ return jspb.Message.setWrapperField(this, 10, value);
1249
+ };
1250
+
1251
+
1252
+ /**
1253
+ * Clears the message field making it undefined.
1254
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1255
+ */
1256
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.clearAfricaAllowance = function() {
1257
+ return this.setAfricaAllowance(undefined);
1258
+ };
1259
+
1260
+
1261
+ /**
1262
+ * Returns whether this field is set.
1263
+ * @return {boolean}
1264
+ */
1265
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.hasAfricaAllowance = function() {
1266
+ return jspb.Message.getField(this, 10) != null;
1267
+ };
1268
+
1269
+
1270
+ /**
1271
+ * optional google.protobuf.BoolValue ccd_classified = 11;
1272
+ * @return {?proto.google.protobuf.BoolValue}
1273
+ */
1274
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getCcdClassified = function() {
1275
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
1276
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 11));
1277
+ };
1278
+
1279
+
1280
+ /**
1281
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
1282
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1283
+ */
1284
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setCcdClassified = function(value) {
1285
+ return jspb.Message.setWrapperField(this, 11, value);
1286
+ };
1287
+
1288
+
1289
+ /**
1290
+ * Clears the message field making it undefined.
1291
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1292
+ */
1293
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.clearCcdClassified = function() {
1294
+ return this.setCcdClassified(undefined);
1295
+ };
1296
+
1297
+
1298
+ /**
1299
+ * Returns whether this field is set.
1300
+ * @return {boolean}
1301
+ */
1302
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.hasCcdClassified = function() {
1303
+ return jspb.Message.getField(this, 11) != null;
1304
+ };
1305
+
1306
+
1307
+ /**
1308
+ * optional string currency_code = 12;
1309
+ * @return {string}
1310
+ */
1311
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getCurrencyCode = function() {
1312
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
1313
+ };
1314
+
1315
+
1316
+ /**
1317
+ * @param {string} value
1318
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1319
+ */
1320
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setCurrencyCode = function(value) {
1321
+ return jspb.Message.setProto3StringField(this, 12, value);
1322
+ };
1323
+
1324
+
1325
+ /**
1326
+ * optional Category category = 13;
1327
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa.Category}
1328
+ */
1329
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getCategory = function() {
1330
+ return /** @type {!proto.alis.open.cx.v1.Instrument.Asisa.Category} */ (jspb.Message.getFieldWithDefault(this, 13, 0));
1331
+ };
1332
+
1333
+
1334
+ /**
1335
+ * @param {!proto.alis.open.cx.v1.Instrument.Asisa.Category} value
1336
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1337
+ */
1338
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setCategory = function(value) {
1339
+ return jspb.Message.setProto3EnumField(this, 13, value);
1340
+ };
1341
+
1342
+
1343
+ /**
1344
+ * optional Validation validation = 99;
1345
+ * @return {?proto.alis.open.cx.v1.Instrument.Validation}
1346
+ */
1347
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.getValidation = function() {
1348
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Validation} */ (
1349
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Validation, 99));
1350
+ };
1351
+
1352
+
1353
+ /**
1354
+ * @param {?proto.alis.open.cx.v1.Instrument.Validation|undefined} value
1355
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1356
+ */
1357
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.setValidation = function(value) {
1358
+ return jspb.Message.setWrapperField(this, 99, value);
1359
+ };
1360
+
1361
+
1362
+ /**
1363
+ * Clears the message field making it undefined.
1364
+ * @return {!proto.alis.open.cx.v1.Instrument.Asisa} returns this
1365
+ */
1366
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.clearValidation = function() {
1367
+ return this.setValidation(undefined);
1368
+ };
1369
+
1370
+
1371
+ /**
1372
+ * Returns whether this field is set.
1373
+ * @return {boolean}
1374
+ */
1375
+ proto.alis.open.cx.v1.Instrument.Asisa.prototype.hasValidation = function() {
1376
+ return jspb.Message.getField(this, 99) != null;
1377
+ };
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1384
+ /**
1385
+ * Creates an object representation of this proto.
1386
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1387
+ * Optional fields that are not set will be set to undefined.
1388
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1389
+ * For the list of reserved names please see:
1390
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1391
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1392
+ * JSPB instance for transitional soy proto support:
1393
+ * http://goto/soy-param-migration
1394
+ * @return {!Object}
1395
+ */
1396
+ proto.alis.open.cx.v1.Instrument.Mifid.prototype.toObject = function(opt_includeInstance) {
1397
+ return proto.alis.open.cx.v1.Instrument.Mifid.toObject(opt_includeInstance, this);
1398
+ };
1399
+
1400
+
1401
+ /**
1402
+ * Static version of the {@see toObject} method.
1403
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1404
+ * the JSPB instance for transitional soy proto support:
1405
+ * http://goto/soy-param-migration
1406
+ * @param {!proto.alis.open.cx.v1.Instrument.Mifid} msg The msg instance to transform.
1407
+ * @return {!Object}
1408
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1409
+ */
1410
+ proto.alis.open.cx.v1.Instrument.Mifid.toObject = function(includeInstance, msg) {
1411
+ var f, obj = {
1412
+ assetClass: jspb.Message.getFieldWithDefault(msg, 1, 0),
1413
+ validation: (f = msg.getValidation()) && proto.alis.open.cx.v1.Instrument.Validation.toObject(includeInstance, f)
1414
+ };
1415
+
1416
+ if (includeInstance) {
1417
+ obj.$jspbMessageInstance = msg;
1418
+ }
1419
+ return obj;
1420
+ };
1421
+ }
1422
+
1423
+
1424
+ /**
1425
+ * Deserializes binary data (in protobuf wire format).
1426
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1427
+ * @return {!proto.alis.open.cx.v1.Instrument.Mifid}
1428
+ */
1429
+ proto.alis.open.cx.v1.Instrument.Mifid.deserializeBinary = function(bytes) {
1430
+ var reader = new jspb.BinaryReader(bytes);
1431
+ var msg = new proto.alis.open.cx.v1.Instrument.Mifid;
1432
+ return proto.alis.open.cx.v1.Instrument.Mifid.deserializeBinaryFromReader(msg, reader);
1433
+ };
1434
+
1435
+
1436
+ /**
1437
+ * Deserializes binary data (in protobuf wire format) from the
1438
+ * given reader into the given message object.
1439
+ * @param {!proto.alis.open.cx.v1.Instrument.Mifid} msg The message object to deserialize into.
1440
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1441
+ * @return {!proto.alis.open.cx.v1.Instrument.Mifid}
1442
+ */
1443
+ proto.alis.open.cx.v1.Instrument.Mifid.deserializeBinaryFromReader = function(msg, reader) {
1444
+ while (reader.nextField()) {
1445
+ if (reader.isEndGroup()) {
1446
+ break;
1447
+ }
1448
+ var field = reader.getFieldNumber();
1449
+ switch (field) {
1450
+ case 1:
1451
+ var value = /** @type {!proto.alis.open.cx.v1.Instrument.Mifid.AssetClass} */ (reader.readEnum());
1452
+ msg.setAssetClass(value);
1453
+ break;
1454
+ case 99:
1455
+ var value = new proto.alis.open.cx.v1.Instrument.Validation;
1456
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Validation.deserializeBinaryFromReader);
1457
+ msg.setValidation(value);
1458
+ break;
1459
+ default:
1460
+ reader.skipField();
1461
+ break;
1462
+ }
1463
+ }
1464
+ return msg;
1465
+ };
1466
+
1467
+
1468
+ /**
1469
+ * Serializes the message to binary data (in protobuf wire format).
1470
+ * @return {!Uint8Array}
1471
+ */
1472
+ proto.alis.open.cx.v1.Instrument.Mifid.prototype.serializeBinary = function() {
1473
+ var writer = new jspb.BinaryWriter();
1474
+ proto.alis.open.cx.v1.Instrument.Mifid.serializeBinaryToWriter(this, writer);
1475
+ return writer.getResultBuffer();
1476
+ };
1477
+
1478
+
1479
+ /**
1480
+ * Serializes the given message to binary data (in protobuf wire
1481
+ * format), writing to the given BinaryWriter.
1482
+ * @param {!proto.alis.open.cx.v1.Instrument.Mifid} message
1483
+ * @param {!jspb.BinaryWriter} writer
1484
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1485
+ */
1486
+ proto.alis.open.cx.v1.Instrument.Mifid.serializeBinaryToWriter = function(message, writer) {
1487
+ var f = undefined;
1488
+ f = message.getAssetClass();
1489
+ if (f !== 0.0) {
1490
+ writer.writeEnum(
1491
+ 1,
1492
+ f
1493
+ );
1494
+ }
1495
+ f = message.getValidation();
1496
+ if (f != null) {
1497
+ writer.writeMessage(
1498
+ 99,
1499
+ f,
1500
+ proto.alis.open.cx.v1.Instrument.Validation.serializeBinaryToWriter
1501
+ );
1502
+ }
1503
+ };
1504
+
1505
+
1506
+ /**
1507
+ * @enum {number}
1508
+ */
1509
+ proto.alis.open.cx.v1.Instrument.Mifid.AssetClass = {
1510
+ ASSET_CLASS_UNSPECIFIED: 0,
1511
+ CTDV: 1,
1512
+ EALL: 2,
1513
+ IRDV: 3,
1514
+ SFPS: 4,
1515
+ CDRV: 5,
1516
+ EDRV: 6,
1517
+ SDRV: 7,
1518
+ CRDV: 8,
1519
+ FXDV: 9,
1520
+ EQUI: 10,
1521
+ EADV: 11,
1522
+ FCFD: 12,
1523
+ BOND: 13
1524
+ };
1525
+
1526
+ /**
1527
+ * optional AssetClass asset_class = 1;
1528
+ * @return {!proto.alis.open.cx.v1.Instrument.Mifid.AssetClass}
1529
+ */
1530
+ proto.alis.open.cx.v1.Instrument.Mifid.prototype.getAssetClass = function() {
1531
+ return /** @type {!proto.alis.open.cx.v1.Instrument.Mifid.AssetClass} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
1532
+ };
1533
+
1534
+
1535
+ /**
1536
+ * @param {!proto.alis.open.cx.v1.Instrument.Mifid.AssetClass} value
1537
+ * @return {!proto.alis.open.cx.v1.Instrument.Mifid} returns this
1538
+ */
1539
+ proto.alis.open.cx.v1.Instrument.Mifid.prototype.setAssetClass = function(value) {
1540
+ return jspb.Message.setProto3EnumField(this, 1, value);
1541
+ };
1542
+
1543
+
1544
+ /**
1545
+ * optional Validation validation = 99;
1546
+ * @return {?proto.alis.open.cx.v1.Instrument.Validation}
1547
+ */
1548
+ proto.alis.open.cx.v1.Instrument.Mifid.prototype.getValidation = function() {
1549
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Validation} */ (
1550
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Validation, 99));
1551
+ };
1552
+
1553
+
1554
+ /**
1555
+ * @param {?proto.alis.open.cx.v1.Instrument.Validation|undefined} value
1556
+ * @return {!proto.alis.open.cx.v1.Instrument.Mifid} returns this
1557
+ */
1558
+ proto.alis.open.cx.v1.Instrument.Mifid.prototype.setValidation = function(value) {
1559
+ return jspb.Message.setWrapperField(this, 99, value);
1560
+ };
1561
+
1562
+
1563
+ /**
1564
+ * Clears the message field making it undefined.
1565
+ * @return {!proto.alis.open.cx.v1.Instrument.Mifid} returns this
1566
+ */
1567
+ proto.alis.open.cx.v1.Instrument.Mifid.prototype.clearValidation = function() {
1568
+ return this.setValidation(undefined);
1569
+ };
1570
+
1571
+
1572
+ /**
1573
+ * Returns whether this field is set.
1574
+ * @return {boolean}
1575
+ */
1576
+ proto.alis.open.cx.v1.Instrument.Mifid.prototype.hasValidation = function() {
1577
+ return jspb.Message.getField(this, 99) != null;
1578
+ };
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1585
+ /**
1586
+ * Creates an object representation of this proto.
1587
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1588
+ * Optional fields that are not set will be set to undefined.
1589
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1590
+ * For the list of reserved names please see:
1591
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1592
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1593
+ * JSPB instance for transitional soy proto support:
1594
+ * http://goto/soy-param-migration
1595
+ * @return {!Object}
1596
+ */
1597
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.toObject = function(opt_includeInstance) {
1598
+ return proto.alis.open.cx.v1.Instrument.Ucits.toObject(opt_includeInstance, this);
1599
+ };
1600
+
1601
+
1602
+ /**
1603
+ * Static version of the {@see toObject} method.
1604
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1605
+ * the JSPB instance for transitional soy proto support:
1606
+ * http://goto/soy-param-migration
1607
+ * @param {!proto.alis.open.cx.v1.Instrument.Ucits} msg The msg instance to transform.
1608
+ * @return {!Object}
1609
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1610
+ */
1611
+ proto.alis.open.cx.v1.Instrument.Ucits.toObject = function(includeInstance, msg) {
1612
+ var f, obj = {
1613
+ marketSector: jspb.Message.getFieldWithDefault(msg, 1, 0),
1614
+ securityType: jspb.Message.getFieldWithDefault(msg, 2, ""),
1615
+ issuer: jspb.Message.getFieldWithDefault(msg, 3, ""),
1616
+ euBankIssuer: (f = msg.getEuBankIssuer()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
1617
+ euCreditInstitutionIssuer: (f = msg.getEuCreditInstitutionIssuer()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
1618
+ ucitsCompatible: (f = msg.getUcitsCompatible()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
1619
+ tradedOnExchange: (f = msg.getTradedOnExchange()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
1620
+ ucitsUciFund: (f = msg.getUcitsUciFund()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
1621
+ validation: (f = msg.getValidation()) && proto.alis.open.cx.v1.Instrument.Validation.toObject(includeInstance, f)
1622
+ };
1623
+
1624
+ if (includeInstance) {
1625
+ obj.$jspbMessageInstance = msg;
1626
+ }
1627
+ return obj;
1628
+ };
1629
+ }
1630
+
1631
+
1632
+ /**
1633
+ * Deserializes binary data (in protobuf wire format).
1634
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1635
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits}
1636
+ */
1637
+ proto.alis.open.cx.v1.Instrument.Ucits.deserializeBinary = function(bytes) {
1638
+ var reader = new jspb.BinaryReader(bytes);
1639
+ var msg = new proto.alis.open.cx.v1.Instrument.Ucits;
1640
+ return proto.alis.open.cx.v1.Instrument.Ucits.deserializeBinaryFromReader(msg, reader);
1641
+ };
1642
+
1643
+
1644
+ /**
1645
+ * Deserializes binary data (in protobuf wire format) from the
1646
+ * given reader into the given message object.
1647
+ * @param {!proto.alis.open.cx.v1.Instrument.Ucits} msg The message object to deserialize into.
1648
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1649
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits}
1650
+ */
1651
+ proto.alis.open.cx.v1.Instrument.Ucits.deserializeBinaryFromReader = function(msg, reader) {
1652
+ while (reader.nextField()) {
1653
+ if (reader.isEndGroup()) {
1654
+ break;
1655
+ }
1656
+ var field = reader.getFieldNumber();
1657
+ switch (field) {
1658
+ case 1:
1659
+ var value = /** @type {!proto.alis.open.cx.v1.Instrument.Ucits.MarketSector} */ (reader.readEnum());
1660
+ msg.setMarketSector(value);
1661
+ break;
1662
+ case 2:
1663
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1664
+ msg.setSecurityType(value);
1665
+ break;
1666
+ case 3:
1667
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1668
+ msg.setIssuer(value);
1669
+ break;
1670
+ case 4:
1671
+ var value = new google_protobuf_wrappers_pb.BoolValue;
1672
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
1673
+ msg.setEuBankIssuer(value);
1674
+ break;
1675
+ case 5:
1676
+ var value = new google_protobuf_wrappers_pb.BoolValue;
1677
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
1678
+ msg.setEuCreditInstitutionIssuer(value);
1679
+ break;
1680
+ case 6:
1681
+ var value = new google_protobuf_wrappers_pb.BoolValue;
1682
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
1683
+ msg.setUcitsCompatible(value);
1684
+ break;
1685
+ case 7:
1686
+ var value = new google_protobuf_wrappers_pb.BoolValue;
1687
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
1688
+ msg.setTradedOnExchange(value);
1689
+ break;
1690
+ case 8:
1691
+ var value = new google_protobuf_wrappers_pb.BoolValue;
1692
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
1693
+ msg.setUcitsUciFund(value);
1694
+ break;
1695
+ case 99:
1696
+ var value = new proto.alis.open.cx.v1.Instrument.Validation;
1697
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Validation.deserializeBinaryFromReader);
1698
+ msg.setValidation(value);
1699
+ break;
1700
+ default:
1701
+ reader.skipField();
1702
+ break;
1703
+ }
1704
+ }
1705
+ return msg;
1706
+ };
1707
+
1708
+
1709
+ /**
1710
+ * Serializes the message to binary data (in protobuf wire format).
1711
+ * @return {!Uint8Array}
1712
+ */
1713
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.serializeBinary = function() {
1714
+ var writer = new jspb.BinaryWriter();
1715
+ proto.alis.open.cx.v1.Instrument.Ucits.serializeBinaryToWriter(this, writer);
1716
+ return writer.getResultBuffer();
1717
+ };
1718
+
1719
+
1720
+ /**
1721
+ * Serializes the given message to binary data (in protobuf wire
1722
+ * format), writing to the given BinaryWriter.
1723
+ * @param {!proto.alis.open.cx.v1.Instrument.Ucits} message
1724
+ * @param {!jspb.BinaryWriter} writer
1725
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1726
+ */
1727
+ proto.alis.open.cx.v1.Instrument.Ucits.serializeBinaryToWriter = function(message, writer) {
1728
+ var f = undefined;
1729
+ f = message.getMarketSector();
1730
+ if (f !== 0.0) {
1731
+ writer.writeEnum(
1732
+ 1,
1733
+ f
1734
+ );
1735
+ }
1736
+ f = message.getSecurityType();
1737
+ if (f.length > 0) {
1738
+ writer.writeString(
1739
+ 2,
1740
+ f
1741
+ );
1742
+ }
1743
+ f = message.getIssuer();
1744
+ if (f.length > 0) {
1745
+ writer.writeString(
1746
+ 3,
1747
+ f
1748
+ );
1749
+ }
1750
+ f = message.getEuBankIssuer();
1751
+ if (f != null) {
1752
+ writer.writeMessage(
1753
+ 4,
1754
+ f,
1755
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
1756
+ );
1757
+ }
1758
+ f = message.getEuCreditInstitutionIssuer();
1759
+ if (f != null) {
1760
+ writer.writeMessage(
1761
+ 5,
1762
+ f,
1763
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
1764
+ );
1765
+ }
1766
+ f = message.getUcitsCompatible();
1767
+ if (f != null) {
1768
+ writer.writeMessage(
1769
+ 6,
1770
+ f,
1771
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
1772
+ );
1773
+ }
1774
+ f = message.getTradedOnExchange();
1775
+ if (f != null) {
1776
+ writer.writeMessage(
1777
+ 7,
1778
+ f,
1779
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
1780
+ );
1781
+ }
1782
+ f = message.getUcitsUciFund();
1783
+ if (f != null) {
1784
+ writer.writeMessage(
1785
+ 8,
1786
+ f,
1787
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
1788
+ );
1789
+ }
1790
+ f = message.getValidation();
1791
+ if (f != null) {
1792
+ writer.writeMessage(
1793
+ 99,
1794
+ f,
1795
+ proto.alis.open.cx.v1.Instrument.Validation.serializeBinaryToWriter
1796
+ );
1797
+ }
1798
+ };
1799
+
1800
+
1801
+ /**
1802
+ * @enum {number}
1803
+ */
1804
+ proto.alis.open.cx.v1.Instrument.Ucits.MarketSector = {
1805
+ MARKET_SECTOR_UNSPECIFIED: 0,
1806
+ COMMODITY: 1,
1807
+ CORPORATE: 2,
1808
+ CURRENCY: 3,
1809
+ EQUITY: 4,
1810
+ INDEX: 5,
1811
+ MONEY_MARKET: 6,
1812
+ GOVERNMENT: 7,
1813
+ MTGE: 8,
1814
+ MUNI: 9,
1815
+ PFD: 10
1816
+ };
1817
+
1818
+ /**
1819
+ * optional MarketSector market_sector = 1;
1820
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits.MarketSector}
1821
+ */
1822
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.getMarketSector = function() {
1823
+ return /** @type {!proto.alis.open.cx.v1.Instrument.Ucits.MarketSector} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
1824
+ };
1825
+
1826
+
1827
+ /**
1828
+ * @param {!proto.alis.open.cx.v1.Instrument.Ucits.MarketSector} value
1829
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
1830
+ */
1831
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.setMarketSector = function(value) {
1832
+ return jspb.Message.setProto3EnumField(this, 1, value);
1833
+ };
1834
+
1835
+
1836
+ /**
1837
+ * optional string security_type = 2;
1838
+ * @return {string}
1839
+ */
1840
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.getSecurityType = function() {
1841
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1842
+ };
1843
+
1844
+
1845
+ /**
1846
+ * @param {string} value
1847
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
1848
+ */
1849
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.setSecurityType = function(value) {
1850
+ return jspb.Message.setProto3StringField(this, 2, value);
1851
+ };
1852
+
1853
+
1854
+ /**
1855
+ * optional string issuer = 3;
1856
+ * @return {string}
1857
+ */
1858
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.getIssuer = function() {
1859
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1860
+ };
1861
+
1862
+
1863
+ /**
1864
+ * @param {string} value
1865
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
1866
+ */
1867
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.setIssuer = function(value) {
1868
+ return jspb.Message.setProto3StringField(this, 3, value);
1869
+ };
1870
+
1871
+
1872
+ /**
1873
+ * optional google.protobuf.BoolValue eu_bank_issuer = 4;
1874
+ * @return {?proto.google.protobuf.BoolValue}
1875
+ */
1876
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.getEuBankIssuer = function() {
1877
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
1878
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 4));
1879
+ };
1880
+
1881
+
1882
+ /**
1883
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
1884
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
1885
+ */
1886
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.setEuBankIssuer = function(value) {
1887
+ return jspb.Message.setWrapperField(this, 4, value);
1888
+ };
1889
+
1890
+
1891
+ /**
1892
+ * Clears the message field making it undefined.
1893
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
1894
+ */
1895
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.clearEuBankIssuer = function() {
1896
+ return this.setEuBankIssuer(undefined);
1897
+ };
1898
+
1899
+
1900
+ /**
1901
+ * Returns whether this field is set.
1902
+ * @return {boolean}
1903
+ */
1904
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.hasEuBankIssuer = function() {
1905
+ return jspb.Message.getField(this, 4) != null;
1906
+ };
1907
+
1908
+
1909
+ /**
1910
+ * optional google.protobuf.BoolValue eu_credit_institution_issuer = 5;
1911
+ * @return {?proto.google.protobuf.BoolValue}
1912
+ */
1913
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.getEuCreditInstitutionIssuer = function() {
1914
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
1915
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 5));
1916
+ };
1917
+
1918
+
1919
+ /**
1920
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
1921
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
1922
+ */
1923
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.setEuCreditInstitutionIssuer = function(value) {
1924
+ return jspb.Message.setWrapperField(this, 5, value);
1925
+ };
1926
+
1927
+
1928
+ /**
1929
+ * Clears the message field making it undefined.
1930
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
1931
+ */
1932
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.clearEuCreditInstitutionIssuer = function() {
1933
+ return this.setEuCreditInstitutionIssuer(undefined);
1934
+ };
1935
+
1936
+
1937
+ /**
1938
+ * Returns whether this field is set.
1939
+ * @return {boolean}
1940
+ */
1941
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.hasEuCreditInstitutionIssuer = function() {
1942
+ return jspb.Message.getField(this, 5) != null;
1943
+ };
1944
+
1945
+
1946
+ /**
1947
+ * optional google.protobuf.BoolValue ucits_compatible = 6;
1948
+ * @return {?proto.google.protobuf.BoolValue}
1949
+ */
1950
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.getUcitsCompatible = function() {
1951
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
1952
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 6));
1953
+ };
1954
+
1955
+
1956
+ /**
1957
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
1958
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
1959
+ */
1960
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.setUcitsCompatible = function(value) {
1961
+ return jspb.Message.setWrapperField(this, 6, value);
1962
+ };
1963
+
1964
+
1965
+ /**
1966
+ * Clears the message field making it undefined.
1967
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
1968
+ */
1969
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.clearUcitsCompatible = function() {
1970
+ return this.setUcitsCompatible(undefined);
1971
+ };
1972
+
1973
+
1974
+ /**
1975
+ * Returns whether this field is set.
1976
+ * @return {boolean}
1977
+ */
1978
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.hasUcitsCompatible = function() {
1979
+ return jspb.Message.getField(this, 6) != null;
1980
+ };
1981
+
1982
+
1983
+ /**
1984
+ * optional google.protobuf.BoolValue traded_on_exchange = 7;
1985
+ * @return {?proto.google.protobuf.BoolValue}
1986
+ */
1987
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.getTradedOnExchange = function() {
1988
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
1989
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 7));
1990
+ };
1991
+
1992
+
1993
+ /**
1994
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
1995
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
1996
+ */
1997
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.setTradedOnExchange = function(value) {
1998
+ return jspb.Message.setWrapperField(this, 7, value);
1999
+ };
2000
+
2001
+
2002
+ /**
2003
+ * Clears the message field making it undefined.
2004
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
2005
+ */
2006
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.clearTradedOnExchange = function() {
2007
+ return this.setTradedOnExchange(undefined);
2008
+ };
2009
+
2010
+
2011
+ /**
2012
+ * Returns whether this field is set.
2013
+ * @return {boolean}
2014
+ */
2015
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.hasTradedOnExchange = function() {
2016
+ return jspb.Message.getField(this, 7) != null;
2017
+ };
2018
+
2019
+
2020
+ /**
2021
+ * optional google.protobuf.BoolValue ucits_uci_fund = 8;
2022
+ * @return {?proto.google.protobuf.BoolValue}
2023
+ */
2024
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.getUcitsUciFund = function() {
2025
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
2026
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 8));
2027
+ };
2028
+
2029
+
2030
+ /**
2031
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
2032
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
2033
+ */
2034
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.setUcitsUciFund = function(value) {
2035
+ return jspb.Message.setWrapperField(this, 8, value);
2036
+ };
2037
+
2038
+
2039
+ /**
2040
+ * Clears the message field making it undefined.
2041
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
2042
+ */
2043
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.clearUcitsUciFund = function() {
2044
+ return this.setUcitsUciFund(undefined);
2045
+ };
2046
+
2047
+
2048
+ /**
2049
+ * Returns whether this field is set.
2050
+ * @return {boolean}
2051
+ */
2052
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.hasUcitsUciFund = function() {
2053
+ return jspb.Message.getField(this, 8) != null;
2054
+ };
2055
+
2056
+
2057
+ /**
2058
+ * optional Validation validation = 99;
2059
+ * @return {?proto.alis.open.cx.v1.Instrument.Validation}
2060
+ */
2061
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.getValidation = function() {
2062
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Validation} */ (
2063
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Validation, 99));
2064
+ };
2065
+
2066
+
2067
+ /**
2068
+ * @param {?proto.alis.open.cx.v1.Instrument.Validation|undefined} value
2069
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
2070
+ */
2071
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.setValidation = function(value) {
2072
+ return jspb.Message.setWrapperField(this, 99, value);
2073
+ };
2074
+
2075
+
2076
+ /**
2077
+ * Clears the message field making it undefined.
2078
+ * @return {!proto.alis.open.cx.v1.Instrument.Ucits} returns this
2079
+ */
2080
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.clearValidation = function() {
2081
+ return this.setValidation(undefined);
2082
+ };
2083
+
2084
+
2085
+ /**
2086
+ * Returns whether this field is set.
2087
+ * @return {boolean}
2088
+ */
2089
+ proto.alis.open.cx.v1.Instrument.Ucits.prototype.hasValidation = function() {
2090
+ return jspb.Message.getField(this, 99) != null;
2091
+ };
2092
+
2093
+
2094
+
2095
+
2096
+
2097
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2098
+ /**
2099
+ * Creates an object representation of this proto.
2100
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2101
+ * Optional fields that are not set will be set to undefined.
2102
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2103
+ * For the list of reserved names please see:
2104
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2105
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2106
+ * JSPB instance for transitional soy proto support:
2107
+ * http://goto/soy-param-migration
2108
+ * @return {!Object}
2109
+ */
2110
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.toObject = function(opt_includeInstance) {
2111
+ return proto.alis.open.cx.v1.Instrument.Reg28.toObject(opt_includeInstance, this);
2112
+ };
2113
+
2114
+
2115
+ /**
2116
+ * Static version of the {@see toObject} method.
2117
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2118
+ * the JSPB instance for transitional soy proto support:
2119
+ * http://goto/soy-param-migration
2120
+ * @param {!proto.alis.open.cx.v1.Instrument.Reg28} msg The msg instance to transform.
2121
+ * @return {!Object}
2122
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2123
+ */
2124
+ proto.alis.open.cx.v1.Instrument.Reg28.toObject = function(includeInstance, msg) {
2125
+ var f, obj = {
2126
+ category: jspb.Message.getFieldWithDefault(msg, 1, 0),
2127
+ exchangeListedIssuer: (f = msg.getExchangeListedIssuer()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
2128
+ securityType: jspb.Message.getFieldWithDefault(msg, 3, ""),
2129
+ issuer: jspb.Message.getFieldWithDefault(msg, 4, ""),
2130
+ issuerZarMarketCapitalisation: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0),
2131
+ currencyCode: jspb.Message.getFieldWithDefault(msg, 6, ""),
2132
+ validation: (f = msg.getValidation()) && proto.alis.open.cx.v1.Instrument.Validation.toObject(includeInstance, f)
2133
+ };
2134
+
2135
+ if (includeInstance) {
2136
+ obj.$jspbMessageInstance = msg;
2137
+ }
2138
+ return obj;
2139
+ };
2140
+ }
2141
+
2142
+
2143
+ /**
2144
+ * Deserializes binary data (in protobuf wire format).
2145
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2146
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28}
2147
+ */
2148
+ proto.alis.open.cx.v1.Instrument.Reg28.deserializeBinary = function(bytes) {
2149
+ var reader = new jspb.BinaryReader(bytes);
2150
+ var msg = new proto.alis.open.cx.v1.Instrument.Reg28;
2151
+ return proto.alis.open.cx.v1.Instrument.Reg28.deserializeBinaryFromReader(msg, reader);
2152
+ };
2153
+
2154
+
2155
+ /**
2156
+ * Deserializes binary data (in protobuf wire format) from the
2157
+ * given reader into the given message object.
2158
+ * @param {!proto.alis.open.cx.v1.Instrument.Reg28} msg The message object to deserialize into.
2159
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2160
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28}
2161
+ */
2162
+ proto.alis.open.cx.v1.Instrument.Reg28.deserializeBinaryFromReader = function(msg, reader) {
2163
+ while (reader.nextField()) {
2164
+ if (reader.isEndGroup()) {
2165
+ break;
2166
+ }
2167
+ var field = reader.getFieldNumber();
2168
+ switch (field) {
2169
+ case 1:
2170
+ var value = /** @type {!proto.alis.open.cx.v1.Instrument.Reg28.Category} */ (reader.readEnum());
2171
+ msg.setCategory(value);
2172
+ break;
2173
+ case 2:
2174
+ var value = new google_protobuf_wrappers_pb.BoolValue;
2175
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
2176
+ msg.setExchangeListedIssuer(value);
2177
+ break;
2178
+ case 3:
2179
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2180
+ msg.setSecurityType(value);
2181
+ break;
2182
+ case 4:
2183
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2184
+ msg.setIssuer(value);
2185
+ break;
2186
+ case 5:
2187
+ var value = /** @type {number} */ (reader.readDouble());
2188
+ msg.setIssuerZarMarketCapitalisation(value);
2189
+ break;
2190
+ case 6:
2191
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2192
+ msg.setCurrencyCode(value);
2193
+ break;
2194
+ case 99:
2195
+ var value = new proto.alis.open.cx.v1.Instrument.Validation;
2196
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Validation.deserializeBinaryFromReader);
2197
+ msg.setValidation(value);
2198
+ break;
2199
+ default:
2200
+ reader.skipField();
2201
+ break;
2202
+ }
2203
+ }
2204
+ return msg;
2205
+ };
2206
+
2207
+
2208
+ /**
2209
+ * Serializes the message to binary data (in protobuf wire format).
2210
+ * @return {!Uint8Array}
2211
+ */
2212
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.serializeBinary = function() {
2213
+ var writer = new jspb.BinaryWriter();
2214
+ proto.alis.open.cx.v1.Instrument.Reg28.serializeBinaryToWriter(this, writer);
2215
+ return writer.getResultBuffer();
2216
+ };
2217
+
2218
+
2219
+ /**
2220
+ * Serializes the given message to binary data (in protobuf wire
2221
+ * format), writing to the given BinaryWriter.
2222
+ * @param {!proto.alis.open.cx.v1.Instrument.Reg28} message
2223
+ * @param {!jspb.BinaryWriter} writer
2224
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2225
+ */
2226
+ proto.alis.open.cx.v1.Instrument.Reg28.serializeBinaryToWriter = function(message, writer) {
2227
+ var f = undefined;
2228
+ f = message.getCategory();
2229
+ if (f !== 0.0) {
2230
+ writer.writeEnum(
2231
+ 1,
2232
+ f
2233
+ );
2234
+ }
2235
+ f = message.getExchangeListedIssuer();
2236
+ if (f != null) {
2237
+ writer.writeMessage(
2238
+ 2,
2239
+ f,
2240
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
2241
+ );
2242
+ }
2243
+ f = message.getSecurityType();
2244
+ if (f.length > 0) {
2245
+ writer.writeString(
2246
+ 3,
2247
+ f
2248
+ );
2249
+ }
2250
+ f = message.getIssuer();
2251
+ if (f.length > 0) {
2252
+ writer.writeString(
2253
+ 4,
2254
+ f
2255
+ );
2256
+ }
2257
+ f = message.getIssuerZarMarketCapitalisation();
2258
+ if (f !== 0.0) {
2259
+ writer.writeDouble(
2260
+ 5,
2261
+ f
2262
+ );
2263
+ }
2264
+ f = message.getCurrencyCode();
2265
+ if (f.length > 0) {
2266
+ writer.writeString(
2267
+ 6,
2268
+ f
2269
+ );
2270
+ }
2271
+ f = message.getValidation();
2272
+ if (f != null) {
2273
+ writer.writeMessage(
2274
+ 99,
2275
+ f,
2276
+ proto.alis.open.cx.v1.Instrument.Validation.serializeBinaryToWriter
2277
+ );
2278
+ }
2279
+ };
2280
+
2281
+
2282
+ /**
2283
+ * @enum {number}
2284
+ */
2285
+ proto.alis.open.cx.v1.Instrument.Reg28.Category = {
2286
+ CATEGORY_UNSPECIFIED: 0,
2287
+ CASH_INSIDE_THE_REPUBLIC: 1,
2288
+ CASH_FOREIGN_ASSETS: 2,
2289
+ DEBT_GUARANTEED_BY_THE_REPUBLIC: 3,
2290
+ DEBT_GUARANTEED_BY_FOREIGN_COUNTRY: 4,
2291
+ DEBT_GUARANTEED_BY_SOUTH_AFRICAN_BANK: 5,
2292
+ DEBT_GUARANTEED_BY_LISTED_OR_PFMA_ENTITY: 6,
2293
+ DEBT_OTHER: 7,
2294
+ EQUITIES: 8,
2295
+ IMMOVABLE_PROPERTY: 10,
2296
+ COMMODITIES_GOLD: 12,
2297
+ COMMODITIES_OTHER: 13,
2298
+ PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4: 14,
2299
+ PARTICIPATING_EMPLOYER_BUSINESS_PFA_SECTION_19_4A_EXEMPT: 15,
2300
+ HOUSING_LOANS: 16,
2301
+ OTHER_ASSETS_FUNDS_OF_HEDGE_FUNDS: 17,
2302
+ OTHER_ASSETS_HEDGE_FUNDS: 18,
2303
+ OTHER_ASSETS_FUNDS_OF_PRIVATE_EQUITY_FUNDS: 19,
2304
+ OTHER_ASSETS_PRIVATE_EQUITY_FUNDS: 20,
2305
+ OTHER_ASSETS_NOT_REFERRED_TO_IN_SCHEDULE: 21,
2306
+ EXCLUDED_ASSETS: 22
2307
+ };
2308
+
2309
+ /**
2310
+ * optional Category category = 1;
2311
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28.Category}
2312
+ */
2313
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.getCategory = function() {
2314
+ return /** @type {!proto.alis.open.cx.v1.Instrument.Reg28.Category} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
2315
+ };
2316
+
2317
+
2318
+ /**
2319
+ * @param {!proto.alis.open.cx.v1.Instrument.Reg28.Category} value
2320
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28} returns this
2321
+ */
2322
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.setCategory = function(value) {
2323
+ return jspb.Message.setProto3EnumField(this, 1, value);
2324
+ };
2325
+
2326
+
2327
+ /**
2328
+ * optional google.protobuf.BoolValue exchange_listed_issuer = 2;
2329
+ * @return {?proto.google.protobuf.BoolValue}
2330
+ */
2331
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.getExchangeListedIssuer = function() {
2332
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
2333
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 2));
2334
+ };
2335
+
2336
+
2337
+ /**
2338
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
2339
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28} returns this
2340
+ */
2341
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.setExchangeListedIssuer = function(value) {
2342
+ return jspb.Message.setWrapperField(this, 2, value);
2343
+ };
2344
+
2345
+
2346
+ /**
2347
+ * Clears the message field making it undefined.
2348
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28} returns this
2349
+ */
2350
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.clearExchangeListedIssuer = function() {
2351
+ return this.setExchangeListedIssuer(undefined);
2352
+ };
2353
+
2354
+
2355
+ /**
2356
+ * Returns whether this field is set.
2357
+ * @return {boolean}
2358
+ */
2359
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.hasExchangeListedIssuer = function() {
2360
+ return jspb.Message.getField(this, 2) != null;
2361
+ };
2362
+
2363
+
2364
+ /**
2365
+ * optional string security_type = 3;
2366
+ * @return {string}
2367
+ */
2368
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.getSecurityType = function() {
2369
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
2370
+ };
2371
+
2372
+
2373
+ /**
2374
+ * @param {string} value
2375
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28} returns this
2376
+ */
2377
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.setSecurityType = function(value) {
2378
+ return jspb.Message.setProto3StringField(this, 3, value);
2379
+ };
2380
+
2381
+
2382
+ /**
2383
+ * optional string issuer = 4;
2384
+ * @return {string}
2385
+ */
2386
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.getIssuer = function() {
2387
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
2388
+ };
2389
+
2390
+
2391
+ /**
2392
+ * @param {string} value
2393
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28} returns this
2394
+ */
2395
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.setIssuer = function(value) {
2396
+ return jspb.Message.setProto3StringField(this, 4, value);
2397
+ };
2398
+
2399
+
2400
+ /**
2401
+ * optional double issuer_zar_market_capitalisation = 5;
2402
+ * @return {number}
2403
+ */
2404
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.getIssuerZarMarketCapitalisation = function() {
2405
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
2406
+ };
2407
+
2408
+
2409
+ /**
2410
+ * @param {number} value
2411
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28} returns this
2412
+ */
2413
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.setIssuerZarMarketCapitalisation = function(value) {
2414
+ return jspb.Message.setProto3FloatField(this, 5, value);
2415
+ };
2416
+
2417
+
2418
+ /**
2419
+ * optional string currency_code = 6;
2420
+ * @return {string}
2421
+ */
2422
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.getCurrencyCode = function() {
2423
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
2424
+ };
2425
+
2426
+
2427
+ /**
2428
+ * @param {string} value
2429
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28} returns this
2430
+ */
2431
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.setCurrencyCode = function(value) {
2432
+ return jspb.Message.setProto3StringField(this, 6, value);
2433
+ };
2434
+
2435
+
2436
+ /**
2437
+ * optional Validation validation = 99;
2438
+ * @return {?proto.alis.open.cx.v1.Instrument.Validation}
2439
+ */
2440
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.getValidation = function() {
2441
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Validation} */ (
2442
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Validation, 99));
2443
+ };
2444
+
2445
+
2446
+ /**
2447
+ * @param {?proto.alis.open.cx.v1.Instrument.Validation|undefined} value
2448
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28} returns this
2449
+ */
2450
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.setValidation = function(value) {
2451
+ return jspb.Message.setWrapperField(this, 99, value);
2452
+ };
2453
+
2454
+
2455
+ /**
2456
+ * Clears the message field making it undefined.
2457
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg28} returns this
2458
+ */
2459
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.clearValidation = function() {
2460
+ return this.setValidation(undefined);
2461
+ };
2462
+
2463
+
2464
+ /**
2465
+ * Returns whether this field is set.
2466
+ * @return {boolean}
2467
+ */
2468
+ proto.alis.open.cx.v1.Instrument.Reg28.prototype.hasValidation = function() {
2469
+ return jspb.Message.getField(this, 99) != null;
2470
+ };
2471
+
2472
+
2473
+
2474
+
2475
+
2476
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2477
+ /**
2478
+ * Creates an object representation of this proto.
2479
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2480
+ * Optional fields that are not set will be set to undefined.
2481
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2482
+ * For the list of reserved names please see:
2483
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2484
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2485
+ * JSPB instance for transitional soy proto support:
2486
+ * http://goto/soy-param-migration
2487
+ * @return {!Object}
2488
+ */
2489
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.toObject = function(opt_includeInstance) {
2490
+ return proto.alis.open.cx.v1.Instrument.Cisca.toObject(opt_includeInstance, this);
2491
+ };
2492
+
2493
+
2494
+ /**
2495
+ * Static version of the {@see toObject} method.
2496
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2497
+ * the JSPB instance for transitional soy proto support:
2498
+ * http://goto/soy-param-migration
2499
+ * @param {!proto.alis.open.cx.v1.Instrument.Cisca} msg The msg instance to transform.
2500
+ * @return {!Object}
2501
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2502
+ */
2503
+ proto.alis.open.cx.v1.Instrument.Cisca.toObject = function(includeInstance, msg) {
2504
+ var f, obj = {
2505
+ category: jspb.Message.getFieldWithDefault(msg, 1, 0),
2506
+ securityType: jspb.Message.getFieldWithDefault(msg, 3, ""),
2507
+ issuer: jspb.Message.getFieldWithDefault(msg, 4, ""),
2508
+ hasEmbeddedLeverage: (f = msg.getHasEmbeddedLeverage()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
2509
+ indexWeight: jspb.Message.getFloatingPointFieldWithDefault(msg, 6, 0.0),
2510
+ issuerMarketCapitalisation: jspb.Message.getFloatingPointFieldWithDefault(msg, 7, 0.0),
2511
+ validation: (f = msg.getValidation()) && proto.alis.open.cx.v1.Instrument.Validation.toObject(includeInstance, f)
2512
+ };
2513
+
2514
+ if (includeInstance) {
2515
+ obj.$jspbMessageInstance = msg;
2516
+ }
2517
+ return obj;
2518
+ };
2519
+ }
2520
+
2521
+
2522
+ /**
2523
+ * Deserializes binary data (in protobuf wire format).
2524
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2525
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca}
2526
+ */
2527
+ proto.alis.open.cx.v1.Instrument.Cisca.deserializeBinary = function(bytes) {
2528
+ var reader = new jspb.BinaryReader(bytes);
2529
+ var msg = new proto.alis.open.cx.v1.Instrument.Cisca;
2530
+ return proto.alis.open.cx.v1.Instrument.Cisca.deserializeBinaryFromReader(msg, reader);
2531
+ };
2532
+
2533
+
2534
+ /**
2535
+ * Deserializes binary data (in protobuf wire format) from the
2536
+ * given reader into the given message object.
2537
+ * @param {!proto.alis.open.cx.v1.Instrument.Cisca} msg The message object to deserialize into.
2538
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2539
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca}
2540
+ */
2541
+ proto.alis.open.cx.v1.Instrument.Cisca.deserializeBinaryFromReader = function(msg, reader) {
2542
+ while (reader.nextField()) {
2543
+ if (reader.isEndGroup()) {
2544
+ break;
2545
+ }
2546
+ var field = reader.getFieldNumber();
2547
+ switch (field) {
2548
+ case 1:
2549
+ var value = /** @type {!proto.alis.open.cx.v1.Instrument.Cisca.Category} */ (reader.readEnum());
2550
+ msg.setCategory(value);
2551
+ break;
2552
+ case 3:
2553
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2554
+ msg.setSecurityType(value);
2555
+ break;
2556
+ case 4:
2557
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2558
+ msg.setIssuer(value);
2559
+ break;
2560
+ case 5:
2561
+ var value = new google_protobuf_wrappers_pb.BoolValue;
2562
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
2563
+ msg.setHasEmbeddedLeverage(value);
2564
+ break;
2565
+ case 6:
2566
+ var value = /** @type {number} */ (reader.readDouble());
2567
+ msg.setIndexWeight(value);
2568
+ break;
2569
+ case 7:
2570
+ var value = /** @type {number} */ (reader.readDouble());
2571
+ msg.setIssuerMarketCapitalisation(value);
2572
+ break;
2573
+ case 99:
2574
+ var value = new proto.alis.open.cx.v1.Instrument.Validation;
2575
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Validation.deserializeBinaryFromReader);
2576
+ msg.setValidation(value);
2577
+ break;
2578
+ default:
2579
+ reader.skipField();
2580
+ break;
2581
+ }
2582
+ }
2583
+ return msg;
2584
+ };
2585
+
2586
+
2587
+ /**
2588
+ * Serializes the message to binary data (in protobuf wire format).
2589
+ * @return {!Uint8Array}
2590
+ */
2591
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.serializeBinary = function() {
2592
+ var writer = new jspb.BinaryWriter();
2593
+ proto.alis.open.cx.v1.Instrument.Cisca.serializeBinaryToWriter(this, writer);
2594
+ return writer.getResultBuffer();
2595
+ };
2596
+
2597
+
2598
+ /**
2599
+ * Serializes the given message to binary data (in protobuf wire
2600
+ * format), writing to the given BinaryWriter.
2601
+ * @param {!proto.alis.open.cx.v1.Instrument.Cisca} message
2602
+ * @param {!jspb.BinaryWriter} writer
2603
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2604
+ */
2605
+ proto.alis.open.cx.v1.Instrument.Cisca.serializeBinaryToWriter = function(message, writer) {
2606
+ var f = undefined;
2607
+ f = message.getCategory();
2608
+ if (f !== 0.0) {
2609
+ writer.writeEnum(
2610
+ 1,
2611
+ f
2612
+ );
2613
+ }
2614
+ f = message.getSecurityType();
2615
+ if (f.length > 0) {
2616
+ writer.writeString(
2617
+ 3,
2618
+ f
2619
+ );
2620
+ }
2621
+ f = message.getIssuer();
2622
+ if (f.length > 0) {
2623
+ writer.writeString(
2624
+ 4,
2625
+ f
2626
+ );
2627
+ }
2628
+ f = message.getHasEmbeddedLeverage();
2629
+ if (f != null) {
2630
+ writer.writeMessage(
2631
+ 5,
2632
+ f,
2633
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
2634
+ );
2635
+ }
2636
+ f = message.getIndexWeight();
2637
+ if (f !== 0.0) {
2638
+ writer.writeDouble(
2639
+ 6,
2640
+ f
2641
+ );
2642
+ }
2643
+ f = message.getIssuerMarketCapitalisation();
2644
+ if (f !== 0.0) {
2645
+ writer.writeDouble(
2646
+ 7,
2647
+ f
2648
+ );
2649
+ }
2650
+ f = message.getValidation();
2651
+ if (f != null) {
2652
+ writer.writeMessage(
2653
+ 99,
2654
+ f,
2655
+ proto.alis.open.cx.v1.Instrument.Validation.serializeBinaryToWriter
2656
+ );
2657
+ }
2658
+ };
2659
+
2660
+
2661
+ /**
2662
+ * @enum {number}
2663
+ */
2664
+ proto.alis.open.cx.v1.Instrument.Cisca.Category = {
2665
+ CATEGORY_UNSPECIFIED: 0,
2666
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_REPUBLIC_OF_SOUTH_AFRICA: 1,
2667
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_FOREIGN_GOVERNMENT_WITH_SOVEREIGN_CURRENCY_RATING_NOT_LOWER_SOUTH_AFRICA: 2,
2668
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_FOREIGN_GOVERNMENT_WITH_SOVEREIGN_CURRENCY_RATING_LOWER_THAN_SOUTH_AFRICA: 3,
2669
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_SARB: 4,
2670
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_AFRICAN_DEVELOPMENT_BANK: 5,
2671
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_BANK_WITH_LISTED_HOLDING_COMPANY: 6,
2672
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_PUBLIC_ENTITY_UNDER_PFMA: 9,
2673
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_MUNICIPALITY_UNDER_LGMFMA: 10,
2674
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_LOCAL_OR_FOREIGN_LISTED_ENTITY: 11,
2675
+ NON_EQUITY_PREFERENCE_SHARES_NOT_PART_OF_ISSUER_SHARE_CAPITAL: 12,
2676
+ NON_EQUITY_EXCHANGE_TRADED_NON_DELIVERABLE_PRECIOUS_METAL_DEBENTURE: 13,
2677
+ NON_EQUITY_CISCA_COMPLIANT_ETN: 14,
2678
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_LISTED_AND_EXCHANGE_TRADED_ENTITY_NOT_DESCRIBED_OTHERWISE: 15,
2679
+ NON_EQUITY_ISSUED_OR_GUARANTEED_BY_UNLISTED_ENTITY_NOT_DESCRIBED_OTHERWISE_INCLUDING_PARTICIPATION_BONDS: 16,
2680
+ EQUITY_LISTED: 17,
2681
+ EQUITY_UNLISTED: 18,
2682
+ EQUITY_INVESTMENT_COMPANY: 19,
2683
+ EQUITY_PREFERENCE_SHARES_PART_OF_ISSUER_SHARE_CAPITAL: 20,
2684
+ EQUITY_EXCHANGE_TRADED_NON_DELIVERABLE_PRECIOUS_METAL_ETF: 21,
2685
+ EQUITY_CISCA_COMPLIANT_ETF: 22,
2686
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_REPUBLIC_OF_SOUTH_AFRICA: 23,
2687
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_FOREIGN_GOVERNMENT_WITH_SOVEREIGN_CURRENCY_RATING_NOT_LOWER_SOUTH_AFRICA: 24,
2688
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_SARB: 25,
2689
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_BANK_WITH_LISTED_HOLDING_COMPANY: 26,
2690
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_PUBLIC_ENTITY_UNDER_PFMA: 28,
2691
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_LOCAL_OR_FOREIGN_LISTED_ENTITY: 29,
2692
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_LISTED_AND_EXCHANGE_TRADED_ENTITY_NOT_DESCRIBED_OTHERWISE: 30,
2693
+ MONEY_MARKET_ISSUED_OR_GUARANTEED_BY_UNLISTED_ENTITY: 31,
2694
+ ASSETS_IN_LIQUID_FORM: 32
2695
+ };
2696
+
2697
+ /**
2698
+ * optional Category category = 1;
2699
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca.Category}
2700
+ */
2701
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.getCategory = function() {
2702
+ return /** @type {!proto.alis.open.cx.v1.Instrument.Cisca.Category} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
2703
+ };
2704
+
2705
+
2706
+ /**
2707
+ * @param {!proto.alis.open.cx.v1.Instrument.Cisca.Category} value
2708
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca} returns this
2709
+ */
2710
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.setCategory = function(value) {
2711
+ return jspb.Message.setProto3EnumField(this, 1, value);
2712
+ };
2713
+
2714
+
2715
+ /**
2716
+ * optional string security_type = 3;
2717
+ * @return {string}
2718
+ */
2719
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.getSecurityType = function() {
2720
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
2721
+ };
2722
+
2723
+
2724
+ /**
2725
+ * @param {string} value
2726
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca} returns this
2727
+ */
2728
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.setSecurityType = function(value) {
2729
+ return jspb.Message.setProto3StringField(this, 3, value);
2730
+ };
2731
+
2732
+
2733
+ /**
2734
+ * optional string issuer = 4;
2735
+ * @return {string}
2736
+ */
2737
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.getIssuer = function() {
2738
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
2739
+ };
2740
+
2741
+
2742
+ /**
2743
+ * @param {string} value
2744
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca} returns this
2745
+ */
2746
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.setIssuer = function(value) {
2747
+ return jspb.Message.setProto3StringField(this, 4, value);
2748
+ };
2749
+
2750
+
2751
+ /**
2752
+ * optional google.protobuf.BoolValue has_embedded_leverage = 5;
2753
+ * @return {?proto.google.protobuf.BoolValue}
2754
+ */
2755
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.getHasEmbeddedLeverage = function() {
2756
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
2757
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 5));
2758
+ };
2759
+
2760
+
2761
+ /**
2762
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
2763
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca} returns this
2764
+ */
2765
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.setHasEmbeddedLeverage = function(value) {
2766
+ return jspb.Message.setWrapperField(this, 5, value);
2767
+ };
2768
+
2769
+
2770
+ /**
2771
+ * Clears the message field making it undefined.
2772
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca} returns this
2773
+ */
2774
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.clearHasEmbeddedLeverage = function() {
2775
+ return this.setHasEmbeddedLeverage(undefined);
2776
+ };
2777
+
2778
+
2779
+ /**
2780
+ * Returns whether this field is set.
2781
+ * @return {boolean}
2782
+ */
2783
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.hasHasEmbeddedLeverage = function() {
2784
+ return jspb.Message.getField(this, 5) != null;
2785
+ };
2786
+
2787
+
2788
+ /**
2789
+ * optional double index_weight = 6;
2790
+ * @return {number}
2791
+ */
2792
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.getIndexWeight = function() {
2793
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 6, 0.0));
2794
+ };
2795
+
2796
+
2797
+ /**
2798
+ * @param {number} value
2799
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca} returns this
2800
+ */
2801
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.setIndexWeight = function(value) {
2802
+ return jspb.Message.setProto3FloatField(this, 6, value);
2803
+ };
2804
+
2805
+
2806
+ /**
2807
+ * optional double issuer_market_capitalisation = 7;
2808
+ * @return {number}
2809
+ */
2810
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.getIssuerMarketCapitalisation = function() {
2811
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 7, 0.0));
2812
+ };
2813
+
2814
+
2815
+ /**
2816
+ * @param {number} value
2817
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca} returns this
2818
+ */
2819
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.setIssuerMarketCapitalisation = function(value) {
2820
+ return jspb.Message.setProto3FloatField(this, 7, value);
2821
+ };
2822
+
2823
+
2824
+ /**
2825
+ * optional Validation validation = 99;
2826
+ * @return {?proto.alis.open.cx.v1.Instrument.Validation}
2827
+ */
2828
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.getValidation = function() {
2829
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Validation} */ (
2830
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Validation, 99));
2831
+ };
2832
+
2833
+
2834
+ /**
2835
+ * @param {?proto.alis.open.cx.v1.Instrument.Validation|undefined} value
2836
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca} returns this
2837
+ */
2838
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.setValidation = function(value) {
2839
+ return jspb.Message.setWrapperField(this, 99, value);
2840
+ };
2841
+
2842
+
2843
+ /**
2844
+ * Clears the message field making it undefined.
2845
+ * @return {!proto.alis.open.cx.v1.Instrument.Cisca} returns this
2846
+ */
2847
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.clearValidation = function() {
2848
+ return this.setValidation(undefined);
2849
+ };
2850
+
2851
+
2852
+ /**
2853
+ * Returns whether this field is set.
2854
+ * @return {boolean}
2855
+ */
2856
+ proto.alis.open.cx.v1.Instrument.Cisca.prototype.hasValidation = function() {
2857
+ return jspb.Message.getField(this, 99) != null;
2858
+ };
2859
+
2860
+
2861
+
2862
+
2863
+
2864
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2865
+ /**
2866
+ * Creates an object representation of this proto.
2867
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2868
+ * Optional fields that are not set will be set to undefined.
2869
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2870
+ * For the list of reserved names please see:
2871
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2872
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2873
+ * JSPB instance for transitional soy proto support:
2874
+ * http://goto/soy-param-migration
2875
+ * @return {!Object}
2876
+ */
2877
+ proto.alis.open.cx.v1.Instrument.Reg30.prototype.toObject = function(opt_includeInstance) {
2878
+ return proto.alis.open.cx.v1.Instrument.Reg30.toObject(opt_includeInstance, this);
2879
+ };
2880
+
2881
+
2882
+ /**
2883
+ * Static version of the {@see toObject} method.
2884
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2885
+ * the JSPB instance for transitional soy proto support:
2886
+ * http://goto/soy-param-migration
2887
+ * @param {!proto.alis.open.cx.v1.Instrument.Reg30} msg The msg instance to transform.
2888
+ * @return {!Object}
2889
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2890
+ */
2891
+ proto.alis.open.cx.v1.Instrument.Reg30.toObject = function(includeInstance, msg) {
2892
+ var f, obj = {
2893
+ category: jspb.Message.getFieldWithDefault(msg, 1, ""),
2894
+ institution: jspb.Message.getFieldWithDefault(msg, 2, ""),
2895
+ validation: (f = msg.getValidation()) && proto.alis.open.cx.v1.Instrument.Validation.toObject(includeInstance, f)
2896
+ };
2897
+
2898
+ if (includeInstance) {
2899
+ obj.$jspbMessageInstance = msg;
2900
+ }
2901
+ return obj;
2902
+ };
2903
+ }
2904
+
2905
+
2906
+ /**
2907
+ * Deserializes binary data (in protobuf wire format).
2908
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2909
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg30}
2910
+ */
2911
+ proto.alis.open.cx.v1.Instrument.Reg30.deserializeBinary = function(bytes) {
2912
+ var reader = new jspb.BinaryReader(bytes);
2913
+ var msg = new proto.alis.open.cx.v1.Instrument.Reg30;
2914
+ return proto.alis.open.cx.v1.Instrument.Reg30.deserializeBinaryFromReader(msg, reader);
2915
+ };
2916
+
2917
+
2918
+ /**
2919
+ * Deserializes binary data (in protobuf wire format) from the
2920
+ * given reader into the given message object.
2921
+ * @param {!proto.alis.open.cx.v1.Instrument.Reg30} msg The message object to deserialize into.
2922
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2923
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg30}
2924
+ */
2925
+ proto.alis.open.cx.v1.Instrument.Reg30.deserializeBinaryFromReader = function(msg, reader) {
2926
+ while (reader.nextField()) {
2927
+ if (reader.isEndGroup()) {
2928
+ break;
2929
+ }
2930
+ var field = reader.getFieldNumber();
2931
+ switch (field) {
2932
+ case 1:
2933
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2934
+ msg.setCategory(value);
2935
+ break;
2936
+ case 2:
2937
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2938
+ msg.setInstitution(value);
2939
+ break;
2940
+ case 99:
2941
+ var value = new proto.alis.open.cx.v1.Instrument.Validation;
2942
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Validation.deserializeBinaryFromReader);
2943
+ msg.setValidation(value);
2944
+ break;
2945
+ default:
2946
+ reader.skipField();
2947
+ break;
2948
+ }
2949
+ }
2950
+ return msg;
2951
+ };
2952
+
2953
+
2954
+ /**
2955
+ * Serializes the message to binary data (in protobuf wire format).
2956
+ * @return {!Uint8Array}
2957
+ */
2958
+ proto.alis.open.cx.v1.Instrument.Reg30.prototype.serializeBinary = function() {
2959
+ var writer = new jspb.BinaryWriter();
2960
+ proto.alis.open.cx.v1.Instrument.Reg30.serializeBinaryToWriter(this, writer);
2961
+ return writer.getResultBuffer();
2962
+ };
2963
+
2964
+
2965
+ /**
2966
+ * Serializes the given message to binary data (in protobuf wire
2967
+ * format), writing to the given BinaryWriter.
2968
+ * @param {!proto.alis.open.cx.v1.Instrument.Reg30} message
2969
+ * @param {!jspb.BinaryWriter} writer
2970
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2971
+ */
2972
+ proto.alis.open.cx.v1.Instrument.Reg30.serializeBinaryToWriter = function(message, writer) {
2973
+ var f = undefined;
2974
+ f = message.getCategory();
2975
+ if (f.length > 0) {
2976
+ writer.writeString(
2977
+ 1,
2978
+ f
2979
+ );
2980
+ }
2981
+ f = message.getInstitution();
2982
+ if (f.length > 0) {
2983
+ writer.writeString(
2984
+ 2,
2985
+ f
2986
+ );
2987
+ }
2988
+ f = message.getValidation();
2989
+ if (f != null) {
2990
+ writer.writeMessage(
2991
+ 99,
2992
+ f,
2993
+ proto.alis.open.cx.v1.Instrument.Validation.serializeBinaryToWriter
2994
+ );
2995
+ }
2996
+ };
2997
+
2998
+
2999
+ /**
3000
+ * optional string category = 1;
3001
+ * @return {string}
3002
+ */
3003
+ proto.alis.open.cx.v1.Instrument.Reg30.prototype.getCategory = function() {
3004
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3005
+ };
3006
+
3007
+
3008
+ /**
3009
+ * @param {string} value
3010
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg30} returns this
3011
+ */
3012
+ proto.alis.open.cx.v1.Instrument.Reg30.prototype.setCategory = function(value) {
3013
+ return jspb.Message.setProto3StringField(this, 1, value);
3014
+ };
3015
+
3016
+
3017
+ /**
3018
+ * optional string institution = 2;
3019
+ * @return {string}
3020
+ */
3021
+ proto.alis.open.cx.v1.Instrument.Reg30.prototype.getInstitution = function() {
3022
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
3023
+ };
3024
+
3025
+
3026
+ /**
3027
+ * @param {string} value
3028
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg30} returns this
3029
+ */
3030
+ proto.alis.open.cx.v1.Instrument.Reg30.prototype.setInstitution = function(value) {
3031
+ return jspb.Message.setProto3StringField(this, 2, value);
3032
+ };
3033
+
3034
+
3035
+ /**
3036
+ * optional Validation validation = 99;
3037
+ * @return {?proto.alis.open.cx.v1.Instrument.Validation}
3038
+ */
3039
+ proto.alis.open.cx.v1.Instrument.Reg30.prototype.getValidation = function() {
3040
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Validation} */ (
3041
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Validation, 99));
3042
+ };
3043
+
3044
+
3045
+ /**
3046
+ * @param {?proto.alis.open.cx.v1.Instrument.Validation|undefined} value
3047
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg30} returns this
3048
+ */
3049
+ proto.alis.open.cx.v1.Instrument.Reg30.prototype.setValidation = function(value) {
3050
+ return jspb.Message.setWrapperField(this, 99, value);
3051
+ };
3052
+
3053
+
3054
+ /**
3055
+ * Clears the message field making it undefined.
3056
+ * @return {!proto.alis.open.cx.v1.Instrument.Reg30} returns this
3057
+ */
3058
+ proto.alis.open.cx.v1.Instrument.Reg30.prototype.clearValidation = function() {
3059
+ return this.setValidation(undefined);
3060
+ };
3061
+
3062
+
3063
+ /**
3064
+ * Returns whether this field is set.
3065
+ * @return {boolean}
3066
+ */
3067
+ proto.alis.open.cx.v1.Instrument.Reg30.prototype.hasValidation = function() {
3068
+ return jspb.Message.getField(this, 99) != null;
3069
+ };
3070
+
3071
+
3072
+
3073
+ /**
3074
+ * List of repeated fields within this message type.
3075
+ * @private {!Array<number>}
3076
+ * @const
3077
+ */
3078
+ proto.alis.open.cx.v1.Instrument.SarbC23.repeatedFields_ = [1];
3079
+
3080
+
3081
+
3082
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3083
+ /**
3084
+ * Creates an object representation of this proto.
3085
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3086
+ * Optional fields that are not set will be set to undefined.
3087
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3088
+ * For the list of reserved names please see:
3089
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3090
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3091
+ * JSPB instance for transitional soy proto support:
3092
+ * http://goto/soy-param-migration
3093
+ * @return {!Object}
3094
+ */
3095
+ proto.alis.open.cx.v1.Instrument.SarbC23.prototype.toObject = function(opt_includeInstance) {
3096
+ return proto.alis.open.cx.v1.Instrument.SarbC23.toObject(opt_includeInstance, this);
3097
+ };
3098
+
3099
+
3100
+ /**
3101
+ * Static version of the {@see toObject} method.
3102
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3103
+ * the JSPB instance for transitional soy proto support:
3104
+ * http://goto/soy-param-migration
3105
+ * @param {!proto.alis.open.cx.v1.Instrument.SarbC23} msg The msg instance to transform.
3106
+ * @return {!Object}
3107
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3108
+ */
3109
+ proto.alis.open.cx.v1.Instrument.SarbC23.toObject = function(includeInstance, msg) {
3110
+ var f, obj = {
3111
+ categoryIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
3112
+ validation: (f = msg.getValidation()) && proto.alis.open.cx.v1.Instrument.Validation.toObject(includeInstance, f)
3113
+ };
3114
+
3115
+ if (includeInstance) {
3116
+ obj.$jspbMessageInstance = msg;
3117
+ }
3118
+ return obj;
3119
+ };
3120
+ }
3121
+
3122
+
3123
+ /**
3124
+ * Deserializes binary data (in protobuf wire format).
3125
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3126
+ * @return {!proto.alis.open.cx.v1.Instrument.SarbC23}
3127
+ */
3128
+ proto.alis.open.cx.v1.Instrument.SarbC23.deserializeBinary = function(bytes) {
3129
+ var reader = new jspb.BinaryReader(bytes);
3130
+ var msg = new proto.alis.open.cx.v1.Instrument.SarbC23;
3131
+ return proto.alis.open.cx.v1.Instrument.SarbC23.deserializeBinaryFromReader(msg, reader);
3132
+ };
3133
+
3134
+
3135
+ /**
3136
+ * Deserializes binary data (in protobuf wire format) from the
3137
+ * given reader into the given message object.
3138
+ * @param {!proto.alis.open.cx.v1.Instrument.SarbC23} msg The message object to deserialize into.
3139
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3140
+ * @return {!proto.alis.open.cx.v1.Instrument.SarbC23}
3141
+ */
3142
+ proto.alis.open.cx.v1.Instrument.SarbC23.deserializeBinaryFromReader = function(msg, reader) {
3143
+ while (reader.nextField()) {
3144
+ if (reader.isEndGroup()) {
3145
+ break;
3146
+ }
3147
+ var field = reader.getFieldNumber();
3148
+ switch (field) {
3149
+ case 1:
3150
+ reader.readPackableInt32Into(msg.getCategoryIdsList());
3151
+ break;
3152
+ case 99:
3153
+ var value = new proto.alis.open.cx.v1.Instrument.Validation;
3154
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Validation.deserializeBinaryFromReader);
3155
+ msg.setValidation(value);
3156
+ break;
3157
+ default:
3158
+ reader.skipField();
3159
+ break;
3160
+ }
3161
+ }
3162
+ return msg;
3163
+ };
3164
+
3165
+
3166
+ /**
3167
+ * Serializes the message to binary data (in protobuf wire format).
3168
+ * @return {!Uint8Array}
3169
+ */
3170
+ proto.alis.open.cx.v1.Instrument.SarbC23.prototype.serializeBinary = function() {
3171
+ var writer = new jspb.BinaryWriter();
3172
+ proto.alis.open.cx.v1.Instrument.SarbC23.serializeBinaryToWriter(this, writer);
3173
+ return writer.getResultBuffer();
3174
+ };
3175
+
3176
+
3177
+ /**
3178
+ * Serializes the given message to binary data (in protobuf wire
3179
+ * format), writing to the given BinaryWriter.
3180
+ * @param {!proto.alis.open.cx.v1.Instrument.SarbC23} message
3181
+ * @param {!jspb.BinaryWriter} writer
3182
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3183
+ */
3184
+ proto.alis.open.cx.v1.Instrument.SarbC23.serializeBinaryToWriter = function(message, writer) {
3185
+ var f = undefined;
3186
+ f = message.getCategoryIdsList();
3187
+ if (f.length > 0) {
3188
+ writer.writePackedInt32(
3189
+ 1,
3190
+ f
3191
+ );
3192
+ }
3193
+ f = message.getValidation();
3194
+ if (f != null) {
3195
+ writer.writeMessage(
3196
+ 99,
3197
+ f,
3198
+ proto.alis.open.cx.v1.Instrument.Validation.serializeBinaryToWriter
3199
+ );
3200
+ }
3201
+ };
3202
+
3203
+
3204
+ /**
3205
+ * repeated int32 category_ids = 1;
3206
+ * @return {!Array<number>}
3207
+ */
3208
+ proto.alis.open.cx.v1.Instrument.SarbC23.prototype.getCategoryIdsList = function() {
3209
+ return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this, 1));
3210
+ };
3211
+
3212
+
3213
+ /**
3214
+ * @param {!Array<number>} value
3215
+ * @return {!proto.alis.open.cx.v1.Instrument.SarbC23} returns this
3216
+ */
3217
+ proto.alis.open.cx.v1.Instrument.SarbC23.prototype.setCategoryIdsList = function(value) {
3218
+ return jspb.Message.setField(this, 1, value || []);
3219
+ };
3220
+
3221
+
3222
+ /**
3223
+ * @param {number} value
3224
+ * @param {number=} opt_index
3225
+ * @return {!proto.alis.open.cx.v1.Instrument.SarbC23} returns this
3226
+ */
3227
+ proto.alis.open.cx.v1.Instrument.SarbC23.prototype.addCategoryIds = function(value, opt_index) {
3228
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
3229
+ };
3230
+
3231
+
3232
+ /**
3233
+ * Clears the list making it empty but non-null.
3234
+ * @return {!proto.alis.open.cx.v1.Instrument.SarbC23} returns this
3235
+ */
3236
+ proto.alis.open.cx.v1.Instrument.SarbC23.prototype.clearCategoryIdsList = function() {
3237
+ return this.setCategoryIdsList([]);
3238
+ };
3239
+
3240
+
3241
+ /**
3242
+ * optional Validation validation = 99;
3243
+ * @return {?proto.alis.open.cx.v1.Instrument.Validation}
3244
+ */
3245
+ proto.alis.open.cx.v1.Instrument.SarbC23.prototype.getValidation = function() {
3246
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Validation} */ (
3247
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Validation, 99));
3248
+ };
3249
+
3250
+
3251
+ /**
3252
+ * @param {?proto.alis.open.cx.v1.Instrument.Validation|undefined} value
3253
+ * @return {!proto.alis.open.cx.v1.Instrument.SarbC23} returns this
3254
+ */
3255
+ proto.alis.open.cx.v1.Instrument.SarbC23.prototype.setValidation = function(value) {
3256
+ return jspb.Message.setWrapperField(this, 99, value);
3257
+ };
3258
+
3259
+
3260
+ /**
3261
+ * Clears the message field making it undefined.
3262
+ * @return {!proto.alis.open.cx.v1.Instrument.SarbC23} returns this
3263
+ */
3264
+ proto.alis.open.cx.v1.Instrument.SarbC23.prototype.clearValidation = function() {
3265
+ return this.setValidation(undefined);
3266
+ };
3267
+
3268
+
3269
+ /**
3270
+ * Returns whether this field is set.
3271
+ * @return {boolean}
3272
+ */
3273
+ proto.alis.open.cx.v1.Instrument.SarbC23.prototype.hasValidation = function() {
3274
+ return jspb.Message.getField(this, 99) != null;
3275
+ };
3276
+
3277
+
3278
+
3279
+
3280
+
3281
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3282
+ /**
3283
+ * Creates an object representation of this proto.
3284
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3285
+ * Optional fields that are not set will be set to undefined.
3286
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3287
+ * For the list of reserved names please see:
3288
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3289
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3290
+ * JSPB instance for transitional soy proto support:
3291
+ * http://goto/soy-param-migration
3292
+ * @return {!Object}
3293
+ */
3294
+ proto.alis.open.cx.v1.Instrument.CreditRating.prototype.toObject = function(opt_includeInstance) {
3295
+ return proto.alis.open.cx.v1.Instrument.CreditRating.toObject(opt_includeInstance, this);
3296
+ };
3297
+
3298
+
3299
+ /**
3300
+ * Static version of the {@see toObject} method.
3301
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3302
+ * the JSPB instance for transitional soy proto support:
3303
+ * http://goto/soy-param-migration
3304
+ * @param {!proto.alis.open.cx.v1.Instrument.CreditRating} msg The msg instance to transform.
3305
+ * @return {!Object}
3306
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3307
+ */
3308
+ proto.alis.open.cx.v1.Instrument.CreditRating.toObject = function(includeInstance, msg) {
3309
+ var f, obj = {
3310
+ ratingAgency: jspb.Message.getFieldWithDefault(msg, 1, 0),
3311
+ creditRatingScale: jspb.Message.getFieldWithDefault(msg, 2, 0)
3312
+ };
3313
+
3314
+ if (includeInstance) {
3315
+ obj.$jspbMessageInstance = msg;
3316
+ }
3317
+ return obj;
3318
+ };
3319
+ }
3320
+
3321
+
3322
+ /**
3323
+ * Deserializes binary data (in protobuf wire format).
3324
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3325
+ * @return {!proto.alis.open.cx.v1.Instrument.CreditRating}
3326
+ */
3327
+ proto.alis.open.cx.v1.Instrument.CreditRating.deserializeBinary = function(bytes) {
3328
+ var reader = new jspb.BinaryReader(bytes);
3329
+ var msg = new proto.alis.open.cx.v1.Instrument.CreditRating;
3330
+ return proto.alis.open.cx.v1.Instrument.CreditRating.deserializeBinaryFromReader(msg, reader);
3331
+ };
3332
+
3333
+
3334
+ /**
3335
+ * Deserializes binary data (in protobuf wire format) from the
3336
+ * given reader into the given message object.
3337
+ * @param {!proto.alis.open.cx.v1.Instrument.CreditRating} msg The message object to deserialize into.
3338
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3339
+ * @return {!proto.alis.open.cx.v1.Instrument.CreditRating}
3340
+ */
3341
+ proto.alis.open.cx.v1.Instrument.CreditRating.deserializeBinaryFromReader = function(msg, reader) {
3342
+ while (reader.nextField()) {
3343
+ if (reader.isEndGroup()) {
3344
+ break;
3345
+ }
3346
+ var field = reader.getFieldNumber();
3347
+ switch (field) {
3348
+ case 1:
3349
+ var value = /** @type {!proto.alis.open.cx.v1.Instrument.RatingAgency} */ (reader.readEnum());
3350
+ msg.setRatingAgency(value);
3351
+ break;
3352
+ case 2:
3353
+ var value = /** @type {!proto.alis.open.cx.v1.Instrument.CreditRatingScale} */ (reader.readEnum());
3354
+ msg.setCreditRatingScale(value);
3355
+ break;
3356
+ default:
3357
+ reader.skipField();
3358
+ break;
3359
+ }
3360
+ }
3361
+ return msg;
3362
+ };
3363
+
3364
+
3365
+ /**
3366
+ * Serializes the message to binary data (in protobuf wire format).
3367
+ * @return {!Uint8Array}
3368
+ */
3369
+ proto.alis.open.cx.v1.Instrument.CreditRating.prototype.serializeBinary = function() {
3370
+ var writer = new jspb.BinaryWriter();
3371
+ proto.alis.open.cx.v1.Instrument.CreditRating.serializeBinaryToWriter(this, writer);
3372
+ return writer.getResultBuffer();
3373
+ };
3374
+
3375
+
3376
+ /**
3377
+ * Serializes the given message to binary data (in protobuf wire
3378
+ * format), writing to the given BinaryWriter.
3379
+ * @param {!proto.alis.open.cx.v1.Instrument.CreditRating} message
3380
+ * @param {!jspb.BinaryWriter} writer
3381
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3382
+ */
3383
+ proto.alis.open.cx.v1.Instrument.CreditRating.serializeBinaryToWriter = function(message, writer) {
3384
+ var f = undefined;
3385
+ f = message.getRatingAgency();
3386
+ if (f !== 0.0) {
3387
+ writer.writeEnum(
3388
+ 1,
3389
+ f
3390
+ );
3391
+ }
3392
+ f = message.getCreditRatingScale();
3393
+ if (f !== 0.0) {
3394
+ writer.writeEnum(
3395
+ 2,
3396
+ f
3397
+ );
3398
+ }
3399
+ };
3400
+
3401
+
3402
+ /**
3403
+ * optional RatingAgency rating_agency = 1;
3404
+ * @return {!proto.alis.open.cx.v1.Instrument.RatingAgency}
3405
+ */
3406
+ proto.alis.open.cx.v1.Instrument.CreditRating.prototype.getRatingAgency = function() {
3407
+ return /** @type {!proto.alis.open.cx.v1.Instrument.RatingAgency} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
3408
+ };
3409
+
3410
+
3411
+ /**
3412
+ * @param {!proto.alis.open.cx.v1.Instrument.RatingAgency} value
3413
+ * @return {!proto.alis.open.cx.v1.Instrument.CreditRating} returns this
3414
+ */
3415
+ proto.alis.open.cx.v1.Instrument.CreditRating.prototype.setRatingAgency = function(value) {
3416
+ return jspb.Message.setProto3EnumField(this, 1, value);
3417
+ };
3418
+
3419
+
3420
+ /**
3421
+ * optional CreditRatingScale credit_rating_scale = 2;
3422
+ * @return {!proto.alis.open.cx.v1.Instrument.CreditRatingScale}
3423
+ */
3424
+ proto.alis.open.cx.v1.Instrument.CreditRating.prototype.getCreditRatingScale = function() {
3425
+ return /** @type {!proto.alis.open.cx.v1.Instrument.CreditRatingScale} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
3426
+ };
3427
+
3428
+
3429
+ /**
3430
+ * @param {!proto.alis.open.cx.v1.Instrument.CreditRatingScale} value
3431
+ * @return {!proto.alis.open.cx.v1.Instrument.CreditRating} returns this
3432
+ */
3433
+ proto.alis.open.cx.v1.Instrument.CreditRating.prototype.setCreditRatingScale = function(value) {
3434
+ return jspb.Message.setProto3EnumField(this, 2, value);
3435
+ };
3436
+
3437
+
3438
+
3439
+ /**
3440
+ * List of repeated fields within this message type.
3441
+ * @private {!Array<number>}
3442
+ * @const
3443
+ */
3444
+ proto.alis.open.cx.v1.Instrument.Validation.repeatedFields_ = [2];
3445
+
3446
+
3447
+
3448
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3449
+ /**
3450
+ * Creates an object representation of this proto.
3451
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3452
+ * Optional fields that are not set will be set to undefined.
3453
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3454
+ * For the list of reserved names please see:
3455
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3456
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3457
+ * JSPB instance for transitional soy proto support:
3458
+ * http://goto/soy-param-migration
3459
+ * @return {!Object}
3460
+ */
3461
+ proto.alis.open.cx.v1.Instrument.Validation.prototype.toObject = function(opt_includeInstance) {
3462
+ return proto.alis.open.cx.v1.Instrument.Validation.toObject(opt_includeInstance, this);
3463
+ };
3464
+
3465
+
3466
+ /**
3467
+ * Static version of the {@see toObject} method.
3468
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3469
+ * the JSPB instance for transitional soy proto support:
3470
+ * http://goto/soy-param-migration
3471
+ * @param {!proto.alis.open.cx.v1.Instrument.Validation} msg The msg instance to transform.
3472
+ * @return {!Object}
3473
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3474
+ */
3475
+ proto.alis.open.cx.v1.Instrument.Validation.toObject = function(includeInstance, msg) {
3476
+ var f, obj = {
3477
+ isValid: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
3478
+ invalidFieldsList: jspb.Message.toObjectList(msg.getInvalidFieldsList(),
3479
+ proto.alis.open.cx.v1.Instrument.Validation.Field.toObject, includeInstance)
3480
+ };
3481
+
3482
+ if (includeInstance) {
3483
+ obj.$jspbMessageInstance = msg;
3484
+ }
3485
+ return obj;
3486
+ };
3487
+ }
3488
+
3489
+
3490
+ /**
3491
+ * Deserializes binary data (in protobuf wire format).
3492
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3493
+ * @return {!proto.alis.open.cx.v1.Instrument.Validation}
3494
+ */
3495
+ proto.alis.open.cx.v1.Instrument.Validation.deserializeBinary = function(bytes) {
3496
+ var reader = new jspb.BinaryReader(bytes);
3497
+ var msg = new proto.alis.open.cx.v1.Instrument.Validation;
3498
+ return proto.alis.open.cx.v1.Instrument.Validation.deserializeBinaryFromReader(msg, reader);
3499
+ };
3500
+
3501
+
3502
+ /**
3503
+ * Deserializes binary data (in protobuf wire format) from the
3504
+ * given reader into the given message object.
3505
+ * @param {!proto.alis.open.cx.v1.Instrument.Validation} msg The message object to deserialize into.
3506
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3507
+ * @return {!proto.alis.open.cx.v1.Instrument.Validation}
3508
+ */
3509
+ proto.alis.open.cx.v1.Instrument.Validation.deserializeBinaryFromReader = function(msg, reader) {
3510
+ while (reader.nextField()) {
3511
+ if (reader.isEndGroup()) {
3512
+ break;
3513
+ }
3514
+ var field = reader.getFieldNumber();
3515
+ switch (field) {
3516
+ case 1:
3517
+ var value = /** @type {boolean} */ (reader.readBool());
3518
+ msg.setIsValid(value);
3519
+ break;
3520
+ case 2:
3521
+ var value = new proto.alis.open.cx.v1.Instrument.Validation.Field;
3522
+ reader.readMessage(value,proto.alis.open.cx.v1.Instrument.Validation.Field.deserializeBinaryFromReader);
3523
+ msg.addInvalidFields(value);
3524
+ break;
3525
+ default:
3526
+ reader.skipField();
3527
+ break;
3528
+ }
3529
+ }
3530
+ return msg;
3531
+ };
3532
+
3533
+
3534
+ /**
3535
+ * Serializes the message to binary data (in protobuf wire format).
3536
+ * @return {!Uint8Array}
3537
+ */
3538
+ proto.alis.open.cx.v1.Instrument.Validation.prototype.serializeBinary = function() {
3539
+ var writer = new jspb.BinaryWriter();
3540
+ proto.alis.open.cx.v1.Instrument.Validation.serializeBinaryToWriter(this, writer);
3541
+ return writer.getResultBuffer();
3542
+ };
3543
+
3544
+
3545
+ /**
3546
+ * Serializes the given message to binary data (in protobuf wire
3547
+ * format), writing to the given BinaryWriter.
3548
+ * @param {!proto.alis.open.cx.v1.Instrument.Validation} message
3549
+ * @param {!jspb.BinaryWriter} writer
3550
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3551
+ */
3552
+ proto.alis.open.cx.v1.Instrument.Validation.serializeBinaryToWriter = function(message, writer) {
3553
+ var f = undefined;
3554
+ f = message.getIsValid();
3555
+ if (f) {
3556
+ writer.writeBool(
3557
+ 1,
3558
+ f
3559
+ );
3560
+ }
3561
+ f = message.getInvalidFieldsList();
3562
+ if (f.length > 0) {
3563
+ writer.writeRepeatedMessage(
3564
+ 2,
3565
+ f,
3566
+ proto.alis.open.cx.v1.Instrument.Validation.Field.serializeBinaryToWriter
3567
+ );
3568
+ }
3569
+ };
3570
+
3571
+
3572
+
3573
+
3574
+
3575
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3576
+ /**
3577
+ * Creates an object representation of this proto.
3578
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3579
+ * Optional fields that are not set will be set to undefined.
3580
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3581
+ * For the list of reserved names please see:
3582
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3583
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3584
+ * JSPB instance for transitional soy proto support:
3585
+ * http://goto/soy-param-migration
3586
+ * @return {!Object}
3587
+ */
3588
+ proto.alis.open.cx.v1.Instrument.Validation.Field.prototype.toObject = function(opt_includeInstance) {
3589
+ return proto.alis.open.cx.v1.Instrument.Validation.Field.toObject(opt_includeInstance, this);
3590
+ };
3591
+
3592
+
3593
+ /**
3594
+ * Static version of the {@see toObject} method.
3595
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3596
+ * the JSPB instance for transitional soy proto support:
3597
+ * http://goto/soy-param-migration
3598
+ * @param {!proto.alis.open.cx.v1.Instrument.Validation.Field} msg The msg instance to transform.
3599
+ * @return {!Object}
3600
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3601
+ */
3602
+ proto.alis.open.cx.v1.Instrument.Validation.Field.toObject = function(includeInstance, msg) {
3603
+ var f, obj = {
3604
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
3605
+ notes: jspb.Message.getFieldWithDefault(msg, 2, "")
3606
+ };
3607
+
3608
+ if (includeInstance) {
3609
+ obj.$jspbMessageInstance = msg;
3610
+ }
3611
+ return obj;
3612
+ };
3613
+ }
3614
+
3615
+
3616
+ /**
3617
+ * Deserializes binary data (in protobuf wire format).
3618
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3619
+ * @return {!proto.alis.open.cx.v1.Instrument.Validation.Field}
3620
+ */
3621
+ proto.alis.open.cx.v1.Instrument.Validation.Field.deserializeBinary = function(bytes) {
3622
+ var reader = new jspb.BinaryReader(bytes);
3623
+ var msg = new proto.alis.open.cx.v1.Instrument.Validation.Field;
3624
+ return proto.alis.open.cx.v1.Instrument.Validation.Field.deserializeBinaryFromReader(msg, reader);
3625
+ };
3626
+
3627
+
3628
+ /**
3629
+ * Deserializes binary data (in protobuf wire format) from the
3630
+ * given reader into the given message object.
3631
+ * @param {!proto.alis.open.cx.v1.Instrument.Validation.Field} msg The message object to deserialize into.
3632
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3633
+ * @return {!proto.alis.open.cx.v1.Instrument.Validation.Field}
3634
+ */
3635
+ proto.alis.open.cx.v1.Instrument.Validation.Field.deserializeBinaryFromReader = function(msg, reader) {
3636
+ while (reader.nextField()) {
3637
+ if (reader.isEndGroup()) {
3638
+ break;
3639
+ }
3640
+ var field = reader.getFieldNumber();
3641
+ switch (field) {
3642
+ case 1:
3643
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3644
+ msg.setName(value);
3645
+ break;
3646
+ case 2:
3647
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3648
+ msg.setNotes(value);
3649
+ break;
3650
+ default:
3651
+ reader.skipField();
3652
+ break;
3653
+ }
3654
+ }
3655
+ return msg;
3656
+ };
3657
+
3658
+
3659
+ /**
3660
+ * Serializes the message to binary data (in protobuf wire format).
3661
+ * @return {!Uint8Array}
3662
+ */
3663
+ proto.alis.open.cx.v1.Instrument.Validation.Field.prototype.serializeBinary = function() {
3664
+ var writer = new jspb.BinaryWriter();
3665
+ proto.alis.open.cx.v1.Instrument.Validation.Field.serializeBinaryToWriter(this, writer);
3666
+ return writer.getResultBuffer();
3667
+ };
3668
+
3669
+
3670
+ /**
3671
+ * Serializes the given message to binary data (in protobuf wire
3672
+ * format), writing to the given BinaryWriter.
3673
+ * @param {!proto.alis.open.cx.v1.Instrument.Validation.Field} message
3674
+ * @param {!jspb.BinaryWriter} writer
3675
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3676
+ */
3677
+ proto.alis.open.cx.v1.Instrument.Validation.Field.serializeBinaryToWriter = function(message, writer) {
3678
+ var f = undefined;
3679
+ f = message.getName();
3680
+ if (f.length > 0) {
3681
+ writer.writeString(
3682
+ 1,
3683
+ f
3684
+ );
3685
+ }
3686
+ f = message.getNotes();
3687
+ if (f.length > 0) {
3688
+ writer.writeString(
3689
+ 2,
3690
+ f
3691
+ );
3692
+ }
3693
+ };
3694
+
3695
+
3696
+ /**
3697
+ * optional string name = 1;
3698
+ * @return {string}
3699
+ */
3700
+ proto.alis.open.cx.v1.Instrument.Validation.Field.prototype.getName = function() {
3701
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3702
+ };
3703
+
3704
+
3705
+ /**
3706
+ * @param {string} value
3707
+ * @return {!proto.alis.open.cx.v1.Instrument.Validation.Field} returns this
3708
+ */
3709
+ proto.alis.open.cx.v1.Instrument.Validation.Field.prototype.setName = function(value) {
3710
+ return jspb.Message.setProto3StringField(this, 1, value);
3711
+ };
3712
+
3713
+
3714
+ /**
3715
+ * optional string notes = 2;
3716
+ * @return {string}
3717
+ */
3718
+ proto.alis.open.cx.v1.Instrument.Validation.Field.prototype.getNotes = function() {
3719
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
3720
+ };
3721
+
3722
+
3723
+ /**
3724
+ * @param {string} value
3725
+ * @return {!proto.alis.open.cx.v1.Instrument.Validation.Field} returns this
3726
+ */
3727
+ proto.alis.open.cx.v1.Instrument.Validation.Field.prototype.setNotes = function(value) {
3728
+ return jspb.Message.setProto3StringField(this, 2, value);
3729
+ };
3730
+
3731
+
3732
+ /**
3733
+ * optional bool is_valid = 1;
3734
+ * @return {boolean}
3735
+ */
3736
+ proto.alis.open.cx.v1.Instrument.Validation.prototype.getIsValid = function() {
3737
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
3738
+ };
3739
+
3740
+
3741
+ /**
3742
+ * @param {boolean} value
3743
+ * @return {!proto.alis.open.cx.v1.Instrument.Validation} returns this
3744
+ */
3745
+ proto.alis.open.cx.v1.Instrument.Validation.prototype.setIsValid = function(value) {
3746
+ return jspb.Message.setProto3BooleanField(this, 1, value);
3747
+ };
3748
+
3749
+
3750
+ /**
3751
+ * repeated Field invalid_fields = 2;
3752
+ * @return {!Array<!proto.alis.open.cx.v1.Instrument.Validation.Field>}
3753
+ */
3754
+ proto.alis.open.cx.v1.Instrument.Validation.prototype.getInvalidFieldsList = function() {
3755
+ return /** @type{!Array<!proto.alis.open.cx.v1.Instrument.Validation.Field>} */ (
3756
+ jspb.Message.getRepeatedWrapperField(this, proto.alis.open.cx.v1.Instrument.Validation.Field, 2));
3757
+ };
3758
+
3759
+
3760
+ /**
3761
+ * @param {!Array<!proto.alis.open.cx.v1.Instrument.Validation.Field>} value
3762
+ * @return {!proto.alis.open.cx.v1.Instrument.Validation} returns this
3763
+ */
3764
+ proto.alis.open.cx.v1.Instrument.Validation.prototype.setInvalidFieldsList = function(value) {
3765
+ return jspb.Message.setRepeatedWrapperField(this, 2, value);
3766
+ };
3767
+
3768
+
3769
+ /**
3770
+ * @param {!proto.alis.open.cx.v1.Instrument.Validation.Field=} opt_value
3771
+ * @param {number=} opt_index
3772
+ * @return {!proto.alis.open.cx.v1.Instrument.Validation.Field}
3773
+ */
3774
+ proto.alis.open.cx.v1.Instrument.Validation.prototype.addInvalidFields = function(opt_value, opt_index) {
3775
+ return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.alis.open.cx.v1.Instrument.Validation.Field, opt_index);
3776
+ };
3777
+
3778
+
3779
+ /**
3780
+ * Clears the list making it empty but non-null.
3781
+ * @return {!proto.alis.open.cx.v1.Instrument.Validation} returns this
3782
+ */
3783
+ proto.alis.open.cx.v1.Instrument.Validation.prototype.clearInvalidFieldsList = function() {
3784
+ return this.setInvalidFieldsList([]);
3785
+ };
3786
+
3787
+
3788
+ /**
3789
+ * optional string name = 1;
3790
+ * @return {string}
3791
+ */
3792
+ proto.alis.open.cx.v1.Instrument.prototype.getName = function() {
3793
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3794
+ };
3795
+
3796
+
3797
+ /**
3798
+ * @param {string} value
3799
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3800
+ */
3801
+ proto.alis.open.cx.v1.Instrument.prototype.setName = function(value) {
3802
+ return jspb.Message.setProto3StringField(this, 1, value);
3803
+ };
3804
+
3805
+
3806
+ /**
3807
+ * optional FigiType figi_type = 2;
3808
+ * @return {!proto.alis.open.cx.v1.Instrument.FigiType}
3809
+ */
3810
+ proto.alis.open.cx.v1.Instrument.prototype.getFigiType = function() {
3811
+ return /** @type {!proto.alis.open.cx.v1.Instrument.FigiType} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
3812
+ };
3813
+
3814
+
3815
+ /**
3816
+ * @param {!proto.alis.open.cx.v1.Instrument.FigiType} value
3817
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3818
+ */
3819
+ proto.alis.open.cx.v1.Instrument.prototype.setFigiType = function(value) {
3820
+ return jspb.Message.setProto3EnumField(this, 2, value);
3821
+ };
3822
+
3823
+
3824
+ /**
3825
+ * optional string display_name = 3;
3826
+ * @return {string}
3827
+ */
3828
+ proto.alis.open.cx.v1.Instrument.prototype.getDisplayName = function() {
3829
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
3830
+ };
3831
+
3832
+
3833
+ /**
3834
+ * @param {string} value
3835
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3836
+ */
3837
+ proto.alis.open.cx.v1.Instrument.prototype.setDisplayName = function(value) {
3838
+ return jspb.Message.setProto3StringField(this, 3, value);
3839
+ };
3840
+
3841
+
3842
+ /**
3843
+ * optional string description = 4;
3844
+ * @return {string}
3845
+ */
3846
+ proto.alis.open.cx.v1.Instrument.prototype.getDescription = function() {
3847
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
3848
+ };
3849
+
3850
+
3851
+ /**
3852
+ * @param {string} value
3853
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3854
+ */
3855
+ proto.alis.open.cx.v1.Instrument.prototype.setDescription = function(value) {
3856
+ return jspb.Message.setProto3StringField(this, 4, value);
3857
+ };
3858
+
3859
+
3860
+ /**
3861
+ * optional MarketSector market_sector = 5;
3862
+ * @return {!proto.alis.open.cx.v1.Instrument.MarketSector}
3863
+ */
3864
+ proto.alis.open.cx.v1.Instrument.prototype.getMarketSector = function() {
3865
+ return /** @type {!proto.alis.open.cx.v1.Instrument.MarketSector} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
3866
+ };
3867
+
3868
+
3869
+ /**
3870
+ * @param {!proto.alis.open.cx.v1.Instrument.MarketSector} value
3871
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3872
+ */
3873
+ proto.alis.open.cx.v1.Instrument.prototype.setMarketSector = function(value) {
3874
+ return jspb.Message.setProto3EnumField(this, 5, value);
3875
+ };
3876
+
3877
+
3878
+ /**
3879
+ * optional string exch_code = 6;
3880
+ * @return {string}
3881
+ */
3882
+ proto.alis.open.cx.v1.Instrument.prototype.getExchCode = function() {
3883
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
3884
+ };
3885
+
3886
+
3887
+ /**
3888
+ * @param {string} value
3889
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3890
+ */
3891
+ proto.alis.open.cx.v1.Instrument.prototype.setExchCode = function(value) {
3892
+ return jspb.Message.setProto3StringField(this, 6, value);
3893
+ };
3894
+
3895
+
3896
+ /**
3897
+ * optional string currency_code = 7;
3898
+ * @return {string}
3899
+ */
3900
+ proto.alis.open.cx.v1.Instrument.prototype.getCurrencyCode = function() {
3901
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
3902
+ };
3903
+
3904
+
3905
+ /**
3906
+ * @param {string} value
3907
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3908
+ */
3909
+ proto.alis.open.cx.v1.Instrument.prototype.setCurrencyCode = function(value) {
3910
+ return jspb.Message.setProto3StringField(this, 7, value);
3911
+ };
3912
+
3913
+
3914
+ /**
3915
+ * optional string country_code = 8;
3916
+ * @return {string}
3917
+ */
3918
+ proto.alis.open.cx.v1.Instrument.prototype.getCountryCode = function() {
3919
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
3920
+ };
3921
+
3922
+
3923
+ /**
3924
+ * @param {string} value
3925
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3926
+ */
3927
+ proto.alis.open.cx.v1.Instrument.prototype.setCountryCode = function(value) {
3928
+ return jspb.Message.setProto3StringField(this, 8, value);
3929
+ };
3930
+
3931
+
3932
+ /**
3933
+ * optional string issuer = 9;
3934
+ * @return {string}
3935
+ */
3936
+ proto.alis.open.cx.v1.Instrument.prototype.getIssuer = function() {
3937
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
3938
+ };
3939
+
3940
+
3941
+ /**
3942
+ * @param {string} value
3943
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3944
+ */
3945
+ proto.alis.open.cx.v1.Instrument.prototype.setIssuer = function(value) {
3946
+ return jspb.Message.setProto3StringField(this, 9, value);
3947
+ };
3948
+
3949
+
3950
+ /**
3951
+ * optional google.protobuf.Timestamp update_time = 10;
3952
+ * @return {?proto.google.protobuf.Timestamp}
3953
+ */
3954
+ proto.alis.open.cx.v1.Instrument.prototype.getUpdateTime = function() {
3955
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
3956
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 10));
3957
+ };
3958
+
3959
+
3960
+ /**
3961
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
3962
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3963
+ */
3964
+ proto.alis.open.cx.v1.Instrument.prototype.setUpdateTime = function(value) {
3965
+ return jspb.Message.setWrapperField(this, 10, value);
3966
+ };
3967
+
3968
+
3969
+ /**
3970
+ * Clears the message field making it undefined.
3971
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
3972
+ */
3973
+ proto.alis.open.cx.v1.Instrument.prototype.clearUpdateTime = function() {
3974
+ return this.setUpdateTime(undefined);
3975
+ };
3976
+
3977
+
3978
+ /**
3979
+ * Returns whether this field is set.
3980
+ * @return {boolean}
3981
+ */
3982
+ proto.alis.open.cx.v1.Instrument.prototype.hasUpdateTime = function() {
3983
+ return jspb.Message.getField(this, 10) != null;
3984
+ };
3985
+
3986
+
3987
+ /**
3988
+ * optional Asisa asisa = 100;
3989
+ * @return {?proto.alis.open.cx.v1.Instrument.Asisa}
3990
+ */
3991
+ proto.alis.open.cx.v1.Instrument.prototype.getAsisa = function() {
3992
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Asisa} */ (
3993
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Asisa, 100));
3994
+ };
3995
+
3996
+
3997
+ /**
3998
+ * @param {?proto.alis.open.cx.v1.Instrument.Asisa|undefined} value
3999
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4000
+ */
4001
+ proto.alis.open.cx.v1.Instrument.prototype.setAsisa = function(value) {
4002
+ return jspb.Message.setWrapperField(this, 100, value);
4003
+ };
4004
+
4005
+
4006
+ /**
4007
+ * Clears the message field making it undefined.
4008
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4009
+ */
4010
+ proto.alis.open.cx.v1.Instrument.prototype.clearAsisa = function() {
4011
+ return this.setAsisa(undefined);
4012
+ };
4013
+
4014
+
4015
+ /**
4016
+ * Returns whether this field is set.
4017
+ * @return {boolean}
4018
+ */
4019
+ proto.alis.open.cx.v1.Instrument.prototype.hasAsisa = function() {
4020
+ return jspb.Message.getField(this, 100) != null;
4021
+ };
4022
+
4023
+
4024
+ /**
4025
+ * optional Mifid mifid = 101;
4026
+ * @return {?proto.alis.open.cx.v1.Instrument.Mifid}
4027
+ */
4028
+ proto.alis.open.cx.v1.Instrument.prototype.getMifid = function() {
4029
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Mifid} */ (
4030
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Mifid, 101));
4031
+ };
4032
+
4033
+
4034
+ /**
4035
+ * @param {?proto.alis.open.cx.v1.Instrument.Mifid|undefined} value
4036
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4037
+ */
4038
+ proto.alis.open.cx.v1.Instrument.prototype.setMifid = function(value) {
4039
+ return jspb.Message.setWrapperField(this, 101, value);
4040
+ };
4041
+
4042
+
4043
+ /**
4044
+ * Clears the message field making it undefined.
4045
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4046
+ */
4047
+ proto.alis.open.cx.v1.Instrument.prototype.clearMifid = function() {
4048
+ return this.setMifid(undefined);
4049
+ };
4050
+
4051
+
4052
+ /**
4053
+ * Returns whether this field is set.
4054
+ * @return {boolean}
4055
+ */
4056
+ proto.alis.open.cx.v1.Instrument.prototype.hasMifid = function() {
4057
+ return jspb.Message.getField(this, 101) != null;
4058
+ };
4059
+
4060
+
4061
+ /**
4062
+ * optional Ucits ucits = 102;
4063
+ * @return {?proto.alis.open.cx.v1.Instrument.Ucits}
4064
+ */
4065
+ proto.alis.open.cx.v1.Instrument.prototype.getUcits = function() {
4066
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Ucits} */ (
4067
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Ucits, 102));
4068
+ };
4069
+
4070
+
4071
+ /**
4072
+ * @param {?proto.alis.open.cx.v1.Instrument.Ucits|undefined} value
4073
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4074
+ */
4075
+ proto.alis.open.cx.v1.Instrument.prototype.setUcits = function(value) {
4076
+ return jspb.Message.setWrapperField(this, 102, value);
4077
+ };
4078
+
4079
+
4080
+ /**
4081
+ * Clears the message field making it undefined.
4082
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4083
+ */
4084
+ proto.alis.open.cx.v1.Instrument.prototype.clearUcits = function() {
4085
+ return this.setUcits(undefined);
4086
+ };
4087
+
4088
+
4089
+ /**
4090
+ * Returns whether this field is set.
4091
+ * @return {boolean}
4092
+ */
4093
+ proto.alis.open.cx.v1.Instrument.prototype.hasUcits = function() {
4094
+ return jspb.Message.getField(this, 102) != null;
4095
+ };
4096
+
4097
+
4098
+ /**
4099
+ * optional Reg28 reg28 = 103;
4100
+ * @return {?proto.alis.open.cx.v1.Instrument.Reg28}
4101
+ */
4102
+ proto.alis.open.cx.v1.Instrument.prototype.getReg28 = function() {
4103
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Reg28} */ (
4104
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Reg28, 103));
4105
+ };
4106
+
4107
+
4108
+ /**
4109
+ * @param {?proto.alis.open.cx.v1.Instrument.Reg28|undefined} value
4110
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4111
+ */
4112
+ proto.alis.open.cx.v1.Instrument.prototype.setReg28 = function(value) {
4113
+ return jspb.Message.setWrapperField(this, 103, value);
4114
+ };
4115
+
4116
+
4117
+ /**
4118
+ * Clears the message field making it undefined.
4119
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4120
+ */
4121
+ proto.alis.open.cx.v1.Instrument.prototype.clearReg28 = function() {
4122
+ return this.setReg28(undefined);
4123
+ };
4124
+
4125
+
4126
+ /**
4127
+ * Returns whether this field is set.
4128
+ * @return {boolean}
4129
+ */
4130
+ proto.alis.open.cx.v1.Instrument.prototype.hasReg28 = function() {
4131
+ return jspb.Message.getField(this, 103) != null;
4132
+ };
4133
+
4134
+
4135
+ /**
4136
+ * optional Cisca cisca = 104;
4137
+ * @return {?proto.alis.open.cx.v1.Instrument.Cisca}
4138
+ */
4139
+ proto.alis.open.cx.v1.Instrument.prototype.getCisca = function() {
4140
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Cisca} */ (
4141
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Cisca, 104));
4142
+ };
4143
+
4144
+
4145
+ /**
4146
+ * @param {?proto.alis.open.cx.v1.Instrument.Cisca|undefined} value
4147
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4148
+ */
4149
+ proto.alis.open.cx.v1.Instrument.prototype.setCisca = function(value) {
4150
+ return jspb.Message.setWrapperField(this, 104, value);
4151
+ };
4152
+
4153
+
4154
+ /**
4155
+ * Clears the message field making it undefined.
4156
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4157
+ */
4158
+ proto.alis.open.cx.v1.Instrument.prototype.clearCisca = function() {
4159
+ return this.setCisca(undefined);
4160
+ };
4161
+
4162
+
4163
+ /**
4164
+ * Returns whether this field is set.
4165
+ * @return {boolean}
4166
+ */
4167
+ proto.alis.open.cx.v1.Instrument.prototype.hasCisca = function() {
4168
+ return jspb.Message.getField(this, 104) != null;
4169
+ };
4170
+
4171
+
4172
+ /**
4173
+ * optional Reg30 reg30 = 105;
4174
+ * @return {?proto.alis.open.cx.v1.Instrument.Reg30}
4175
+ */
4176
+ proto.alis.open.cx.v1.Instrument.prototype.getReg30 = function() {
4177
+ return /** @type{?proto.alis.open.cx.v1.Instrument.Reg30} */ (
4178
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.Reg30, 105));
4179
+ };
4180
+
4181
+
4182
+ /**
4183
+ * @param {?proto.alis.open.cx.v1.Instrument.Reg30|undefined} value
4184
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4185
+ */
4186
+ proto.alis.open.cx.v1.Instrument.prototype.setReg30 = function(value) {
4187
+ return jspb.Message.setWrapperField(this, 105, value);
4188
+ };
4189
+
4190
+
4191
+ /**
4192
+ * Clears the message field making it undefined.
4193
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4194
+ */
4195
+ proto.alis.open.cx.v1.Instrument.prototype.clearReg30 = function() {
4196
+ return this.setReg30(undefined);
4197
+ };
4198
+
4199
+
4200
+ /**
4201
+ * Returns whether this field is set.
4202
+ * @return {boolean}
4203
+ */
4204
+ proto.alis.open.cx.v1.Instrument.prototype.hasReg30 = function() {
4205
+ return jspb.Message.getField(this, 105) != null;
4206
+ };
4207
+
4208
+
4209
+ /**
4210
+ * optional SarbC23 sarbC23 = 106;
4211
+ * @return {?proto.alis.open.cx.v1.Instrument.SarbC23}
4212
+ */
4213
+ proto.alis.open.cx.v1.Instrument.prototype.getSarbc23 = function() {
4214
+ return /** @type{?proto.alis.open.cx.v1.Instrument.SarbC23} */ (
4215
+ jspb.Message.getWrapperField(this, proto.alis.open.cx.v1.Instrument.SarbC23, 106));
4216
+ };
4217
+
4218
+
4219
+ /**
4220
+ * @param {?proto.alis.open.cx.v1.Instrument.SarbC23|undefined} value
4221
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4222
+ */
4223
+ proto.alis.open.cx.v1.Instrument.prototype.setSarbc23 = function(value) {
4224
+ return jspb.Message.setWrapperField(this, 106, value);
4225
+ };
4226
+
4227
+
4228
+ /**
4229
+ * Clears the message field making it undefined.
4230
+ * @return {!proto.alis.open.cx.v1.Instrument} returns this
4231
+ */
4232
+ proto.alis.open.cx.v1.Instrument.prototype.clearSarbc23 = function() {
4233
+ return this.setSarbc23(undefined);
4234
+ };
4235
+
4236
+
4237
+ /**
4238
+ * Returns whether this field is set.
4239
+ * @return {boolean}
4240
+ */
4241
+ proto.alis.open.cx.v1.Instrument.prototype.hasSarbc23 = function() {
4242
+ return jspb.Message.getField(this, 106) != null;
4243
+ };
4244
+
4245
+
4246
+ goog.object.extend(exports, proto.alis.open.cx.v1);
4247
+
4248
+ // Below is base64 encoded GeneratedCodeInfo proto
4249
+ // CiQKAgQAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YrBYgthYKJgoEBAADABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJkcIJ4cCiYKBAQAAwESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiTIiCYIgomCgQEAAMCEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YjSggkigKJgoEBAADAxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGIcuIIwuCiYKBAQAAwQSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiBNCCGNAomCgQEAAMFEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y+zkggDoKJgoEBAADBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPU/IPw/CiYKBAQAAwcSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxirRiC3RgomCgQEAAMIEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YwUwgy0wKKAoGBAADCAMAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YkVMgllMKKAoEBAAEABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNeiASDjogEKKgoGBAAEAAIAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y6qIBIIOjAQoqCgYEAAQAAgESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiKowEgk6MBCioKBgQABAACAhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJqjASCjowEKKgoGBAAEAAIDEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YqqMBILKjAQoqCgYEAAQAAgQSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi5owEgv6MBCioKBgQABAACBRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMajASDLowEKKgoGBAAEAAIGEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y0qMBIN6jAQoqCgYEAAQAAgcSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjlowEg76MBCioKBgQABAACCBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPajASD6owEKKgoGBAAEAAIJEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YgaQBIIWkAQoqCgYEAAQAAgoSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiMpAEgj6QBCigKBAQABAESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjTpAEg5KQBCioKBgQABAECABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOukASCKpQEKKgoGBAAEAQIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YkaUBIJSlAQoqCgYEAAQBAgISGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxibpQEgnqUBCioKBgQABAECAxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKWlASCopQEKKgoGBAAEAQIEEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yr6UBILKlAQoqCgYEAAQBAgUSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi5pQEgu6UBCioKBgQABAECBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMKlASDEpQEKKgoGBAAEAQIHEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yy6UBIM2lAQoqCgYEAAQBAggSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjUpQEg2KUBCioKBgQABAECCRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGN+lASDjpQEKKgoGBAAEAQIKEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y6qUBIO6lAQoqCgYEAAQBAgsSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj2pQEg+aUBCioKBgQABAECDBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGIGmASCEpgEKKgoGBAAEAQINEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YjKYBII+mAQoqCgYEAAQBAg4SGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiXpgEgmaYBCioKBgQABAECDxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKGmASCjpgEKKgoGBAAEAQIQEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yq6YBIK2mAQoqCgYEAAQBAhESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi1pgEguaYBCioKBgQABAECEhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMGmASDFpgEKKgoGBAAEAQITEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YzaYBINGmAQoqCgYEAAQBAhQSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjZpgEg26YBCioKBgQABAECFRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOOmASDkpgEKKgoGBAAEAQIWEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y7KYBIPOmAQoqCgYEAAQBAhcSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj7pgEg/aYBCioKBgQABAECGBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGIWnASCNpwEKKgoGBAAEAQIZEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YlacBIJunAQoqCgYEAAQBAhoSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxijpwEgpKcBCioKBgQABAECGxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKynASCzpwEKKgoGBAAEAQIcEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yu6cBIMOnAQoqCgYEAAQBAh0SGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjLpwEgzqcBCioKBgQABAECHhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNanASDfpwEKKgoGBAAEAQIfEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y56cBIO6nAQoqCgYEAAQBAiASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj2pwEg+KcBCioKBgQABAECIRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGICoASCIqAEKKgoGBAAEAQIiEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YkKgBIJaoAQoqCgYEAAQBAiMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxieqAEgn6gBCioKBgQABAECJBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKeoASCuqAEKKgoGBAAEAQIlEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YtqgBIL6oAQoqCgYEAAQBAiYSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjGqAEgyagBCioKBgQABAECJxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNGoASDaqAEKKgoGBAAEAQIoEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y4qgBIOSoAQoqCgYEAAQBAikSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjsqAEg76gBCioKBgQABAECKhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPeoASD5qAEKKgoGBAAEAQIrEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YgakBIIKpAQooCgQEAAQCEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YxqkBINKpAQoqCgYEAAQCAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjZqQEg8qkBCioKBgQABAICARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPmpASCAqgEKKgoGBAAEAgICEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yh6oBIIyqAQoqCgYEAAQCAgMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiTqgEgmaoBCigKBAQABAMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjcqgEg5KoBCioKBgQABAMCABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOuqASCAqwEKKgoGBAAEAwIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yh6sBII2rAQoqCgYEAAQDAgISGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiUqwEgmqsBCioKBgQAAwAEABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKLyASCs8gEKLAoIBAADAAQAAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiz8gEgyvIBCiwKCAQAAwAEAAIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y0fIBINPyAQosCggEAAMABAACAhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNryASDd8gEKLAoIBAADAAQAAgMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjk8gEg5vIBCiwKCAQAAwAEAAIEEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y7fIBIPDyAQosCggEAAMABAACBRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPfyASD58gEKLAoIBAADAAQAAgYSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiA8wEgg/MBCiwKCAQAAwAEAAIHEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YivMBII3zAQosCggEAAMABAACCBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJTzASCX8wEKLAoIBAADAAQAAgkSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxie8wEgofMBCiwKCAQAAwAEAAIKEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YqPMBIKvzAQosCggEAAMABAACCxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLPzASC28wEKLAoIBAADAAQAAgwSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi+8wEgwfMBCiwKCAQAAwAEAAINEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YyfMBIMvzAQosCggEAAMABAACDhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNPzASDV8wEKLAoIBAADAAQAAg8SGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjd8wEg3/MBCiwKCAQAAwAEAAIQEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y5/MBIOnzAQosCggEAAMABAACERIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPHzASDz8wEKLAoIBAADAAQAAhISGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj78wEg/vMBCiwKCAQAAwAEAAITEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YhvQBIIj0AQosCggEAAMABAACFBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJD0ASCT9AEKLAoIBAADAAQAAhUSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxib9AEgnfQBCiwKCAQAAwAEAAIWEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YpfQBIKj0AQosCggEAAMABAACFxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLD0ASCz9AEKLAoIBAADAAQAAhgSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi79AEgvfQBCiwKCAQAAwAEAAIZEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YxfQBIMf0AQosCggEAAMABAACGhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGM/0ASDR9AEKLAoIBAADAAQAAhsSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjZ9AEg3PQBCiwKCAQAAwAEAAIcEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y5PQBIOf0AQosCggEAAMABAACHRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGO/0ASDy9AEKKgoGBAADAAQBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YvPUBIMT1AQosCggEAAMABAECABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMv1ASDf9QEKLAoIBAADAAQBAgESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjm9QEg/vUBCiwKCAQAAwAEAQICEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YhfYBIJj2AQosCggEAAMABAECAxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJ/2ASC+9gEKLAoIBAADAAQBAgQSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjF9gEg5/YBCiwKCAQAAwAEAQIFEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y7vYBIJP3AQosCggEAAMABAECBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJr3ASDC9wEKLAoIBAADAAQBAgcSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjJ9wEg0/cBCiwKCAQAAwAEAQIIEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y2vcBIOL3AQosCggEAAMABAECCRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOn3ASD79wEKLAoIBAADAAQBAgoSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiD+AEgk/gBCiwKCAQAAwAEAQILEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Ym/gBIKz4AQosCggEAAMABAECDBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLT4ASDk+AEKLAoIBAADAAQBAg0SGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjs+AEgpPkBCiwKCAQAAwAEAQIOEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YrPkBILn5AQosCggEAAMABAECDxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMH5ASDi+QEKLAoIBAADAAQBAhASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjq+QEggvoBCiwKCAQAAwAEAQIREhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YivoBILT6AQosCggEAAMABAECEhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLz6ASDd+gEKLAoIBAADAAQBAhMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjl+gEgjfsBCiwKCAQAAwAEAQIUEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YlfsBIKT7AQoqCgYEAAMAAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjO/AEg2/wBCioKBgQAAwACABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKv/ASC4/wEKKgoGBAADAAIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y/4ACII6BAgoqCgYEAAMAAgESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiHgwIgloMCCioKBgQAAwACAhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNiEAiDhhAIKKgoGBAADAAICEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y2oYCIOOGAgoqCgYEAAMAAgMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi/iAIg34gCCioKBgQAAwACAxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOaKAiCGiwIKKgoGBAADAAIEEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yh40CIJ+NAgoqCgYEAAMAAgQSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxickAIgtJACCioKBgQAAwACBBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLGSAiDLkgIKKgoGBAADAAIEEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yh5QCIJ+UAgoqCgYEAAMAAgUSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiQlgIgp5YCCioKBgQAAwACBRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKSZAiC7mQIKKgoGBAADAAIFEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YuJsCINGbAgoqCgYEAAMAAgUSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiMnQIgo50CCioKBgQAAwACBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJyfAiC6nwIKKgoGBAADAAIGEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yt6ICINWiAgoqCgYEAAMAAgYSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjSpAIg8qQCCioKBgQAAwACBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLSmAiDSpgIKKgoGBAADAAIHEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YyqgCIOeoAgoqCgYEAAMAAgcSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjkqwIggawCCioKBgQAAwACBxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGP6tAiCdrgIKKgoGBAADAAIHEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y3q8CIPuvAgoqCgYEAAMAAggSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjlsQIg97ECCioKBgQAAwACCBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNG0AiDjtAIKKgoGBAADAAIIEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y4bYCIPW2AgoqCgYEAAMAAggSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiruAIgvbgCCioKBgQAAwACCRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKa6AiC2ugIKKgoGBAADAAIJEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YkL0CIKC9AgoqCgYEAAMAAgkSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxievwIgsL8CCioKBgQAAwACCRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOTAAiD0wAIKKgoGBAADAAIKEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yr8ICIL7CAgoqCgYEAAMAAgoSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi4xAIgx8QCCioKBgQAAwACCxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLnGAiDExgIKKgoGBAADAAILEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YkckCIJzJAgoqCgYEAAMAAgwSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiMywIgmcsCCioKBgQAAwACDBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJHOAiCezgIKKgoGBAADAAIMEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YnNACIKvQAgoqCgYEAAMAAgwSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjc0QIg6dECCioKBgQAAwEEABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPryAiCE8wIKLAoIBAADAQQAAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiL8wIgovMCCiwKCAQAAwEEAAIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YqfMCIK3zAgosCggEAAMBBAACAhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLTzAiC48wIKLAoIBAADAQQAAgMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi/8wIgw/MCCiwKCAQAAwEEAAIEEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YyvMCIM7zAgosCggEAAMBBAACBRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNXzAiDZ8wIKLAoIBAADAQQAAgYSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjg8wIg5PMCCiwKCAQAAwEEAAIHEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y6/MCIO/zAgosCggEAAMBBAACCBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPbzAiD68wIKLAoIBAADAQQAAgkSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiB9AIghfQCCiwKCAQAAwEEAAIKEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YjPQCIJD0AgosCggEAAMBBAACCxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJj0AiCc9AIKLAoIBAADAQQAAgwSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxik9AIgqPQCCiwKCAQAAwEEAAINEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YsPQCILT0AgoqCgYEAAMBAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxje9QIg6/UCCioKBgQAAwECABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLv4AiDI+AIKKgoGBAADAQIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yt/oCIMT6AgoqCgYEAAMBAgESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi8/QIgyf0CCioKBgQAAwECARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMf/AiDW/wIKKgoGBAADAQIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yh4EDIJSBAwoqCgYEAAMCBAASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiluwMgsbsDCiwKCAQAAwIEAAIAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YuLsDING7AwosCggEAAMCBAACARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNi7AyDhuwMKLAoIBAADAgQAAgISGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjouwMg8bsDCiwKCAQAAwIEAAIDEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y+LsDIIC8AwosCggEAAMCBAACBBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGIe8AyCNvAMKLAoIBAADAgQAAgUSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiUvAMgmbwDCiwKCAQAAwIEAAIGEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YoLwDIKy8AwosCggEAAMCBAACBxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLO8AyC9vAMKLAoIBAADAgQAAggSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjEvAMgyLwDCiwKCAQAAwIEAAIJEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yz7wDINO8AwosCggEAAMCBAACChIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNq8AyDdvAMKKgoGBAADAgIAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yjb4DIJy+AwoqCgYEAAMCAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjwwAMg/8ADCioKBgQAAwICARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMbCAyDVwgMKKgoGBAADAgIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YzsQDIN3EAwoqCgYEAAMCAgISGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxifxgMgqMYDCioKBgQAAwICAhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKHIAyCqyAMKKgoGBAADAgIDEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YocoDILDKAwoqCgYEAAMCAgMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiJzQMgmM0DCioKBgQAAwICAxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJXPAyCmzwMKKgoGBAADAgIDEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y2dADIOjQAwoqCgYEAAMCAgQSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjd0gMg+dIDCioKBgQAAwICBBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNLVAyDu1QMKKgoGBAADAgIEEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y69cDIInYAwoqCgYEAAMCAgQSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjJ2QMg5dkDCioKBgQAAwICBRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGM7bAyDg2wMKKgoGBAADAgIFEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yud4DIMveAwoqCgYEAAMCAgUSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjI4AMg3OADCioKBgQAAwICBRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJLiAyCk4gMKKgoGBAADAgIGEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yj+QDIKLkAwoqCgYEAAMCAgYSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj75gMgjucDCioKBgQAAwICBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGIvpAyCg6QMKKgoGBAADAgIGEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y1+oDIOrqAwoqCgYEAAMCAgcSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjR7AMg4OwDCioKBgQAAwICBxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLnvAyDI7wMKKgoGBAADAgIHEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YxfEDINbxAwoqCgYEAAMCAgcSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiJ8wMgmPMDCioKBgQAAwICCBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPn0AyCG9QMKKgoGBAADAgIIEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y/vcDIIv4AwoqCgYEAAMCAggSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiJ+gMgmPoDCioKBgQAAwICCBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMn7AyDW+wMKKgoGBAADAwQAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YyqoEINKqBAosCggEAAMDBAACABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNmqBCDtqgQKLAoIBAADAwQAAgESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj0qgQgjKsECiwKCAQAAwMEAAICEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yk6sEIKarBAosCggEAAMDBAACAxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGK2rBCDMqwQKLAoIBAADAwQAAgQSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjTqwQg9asECiwKCAQAAwMEAAIFEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y/KsEIKGsBAosCggEAAMDBAACBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKisBCDQrAQKLAoIBAADAwQAAgcSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjXrAQg4awECiwKCAQAAwMEAAIIEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y6KwEIPCsBAosCggEAAMDBAACCRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPesBCCJrQQKLAoIBAADAwQAAgoSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiRrQQgoa0ECiwKCAQAAwMEAAILEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yqa0EILqtBAosCggEAAMDBAACDBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMKtBCDyrQQKLAoIBAADAwQAAg0SGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj6rQQgsq4ECiwKCAQAAwMEAAIOEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yuq4EIMeuBAosCggEAAMDBAACDxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGM+uBCDwrgQKLAoIBAADAwQAAhASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj4rgQgkK8ECiwKCAQAAwMEAAIREhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YmK8EIMKvBAosCggEAAMDBAACEhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMqvBCDrrwQKLAoIBAADAwQAAhMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjzrwQgm7AECiwKCAQAAwMEAAIUEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yo7AEILKwBAoqCgYEAAMDAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjVsQQg4LEECioKBgQAAwMCABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKy0BCC3tAQKKgoGBAADAwIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YtLYEIMu2BAoqCgYEAAMDAgESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxikuQQgu7kECioKBgQAAwMCARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLi7BCDRuwQKKgoGBAADAwIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YjL0EIKO9BAoqCgYEAAMDAgISGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjcvgQg674ECioKBgQAAwMCAhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOTABCDzwAQKKgoGBAADAwIDEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YtcIEIL7CBAoqCgYEAAMDAgMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi3xAQgwMQECioKBgQAAwMCBBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJzGBCC8xgQKKgoGBAADAwIEEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yw8gEIOPIBAoqCgYEAAMDAgUSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxirygQgusoECioKBgQAAwMCBRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLPMBCDCzAQKKgoGBAADAwIGEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Ys84EIMDOBAoqCgYEAAMDAgYSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi40QQgxdEECioKBgQAAwMCBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMPTBCDS0wQKKgoGBAADAwIGEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yg9UEIJDVBAoqCgYEAAMEBAASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj0gwUg/IMFCiwKCAQAAwQEAAIAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yg4QFIJeEBQosCggEAAMEBAACARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJ6EBSDZhAUKLAoIBAADBAQAAgISGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjghAUgy4UFCiwKCAQAAwQEAAIDEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y0oUFIL6GBQosCggEAAMEBAACBBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMWGBSDshgUKLAoIBAADBAQAAgUSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjzhgUgrocFCiwKCAQAAwQEAAIGEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YtYcFIPiHBQosCggEAAMEBAACBxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGP+HBSC6iAUKLAoIBAADBAQAAggSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjBiAUg/YgFCiwKCAQAAwQEAAIJEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YhYkFIMaJBQosCggEAAMEBAACChIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGM6JBSCLigUKLAoIBAADBAQAAgsSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiTigUg1ooFCiwKCAQAAwQEAAIMEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y3ooFIPyKBQosCggEAAMEBAACDRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGISLBSDgiwUKLAoIBAADBAQAAg4SGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjoiwUg0IwFCiwKCAQAAwQEAAIPEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y2IwFIOWMBQosCggEAAMEBAACEBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGO2MBSD8jAUKLAoIBAADBAQAAhESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiEjQUgnY0FCiwKCAQAAwQEAAISEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YpY0FINqNBQosCggEAAMEBAACExIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOKNBSCbjgUKLAoIBAADBAQAAhQSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxijjgUgvY4FCiwKCAQAAwQEAAIVEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YxY4FIIKPBQosCggEAAMEBAACFhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGIqPBSD3jwUKLAoIBAADBAQAAhcSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj/jwUgqJAFCiwKCAQAAwQEAAIYEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YsJAFIPWQBQosCggEAAMEBAACGRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGP2QBSC6kQUKLAoIBAADBAQAAhoSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjCkQUghZIFCiwKCAQAAwQEAAIbEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YjZIFIOuSBQosCggEAAMEBAACHBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPOSBSCnkwUKLAoIBAADBAQAAh0SGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxivkwUgxJMFCioKBgQAAwQCABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOeUBSDylAUKKgoGBAADBAIAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YvpcFIMmXBQoqCgYEAAMEAgESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiQmQUgn5kFCioKBgQAAwQCARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJibBSCnmwUKKgoGBAADBAICEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y6ZwFIPKcBQoqCgYEAAMEAgISGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjrngUg9J4FCioKBgQAAwQCAxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPKgBSCIoQUKKgoGBAADBAIDEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y4aMFIPejBQoqCgYEAAMEAgMSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxj0pQUgjKYFCioKBgQAAwQCAxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGManBSDcpwUKKgoGBAADBAIEEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YlKkFIKKpBQoqCgYEAAMEAgQSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxipqwUgt6sFCioKBgQAAwQCBRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGI6tBSCrrQUKKgoGBAADBAIFEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Ysq8FIM+vBQoqCgYEAAMEAgYSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi/sQUgzLEFCioKBgQAAwQCBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMS0BSDRtAUKKgoGBAADBAIGEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yz7YFIN62BQoqCgYEAAMEAgYSGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiPuAUgnLgFCioKBgQAAwUCABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOTbBSDv2wUKKgoGBAADBQIAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y6N0FIPPdBQoqCgYEAAMFAgESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxi63wUgyN8FCioKBgQAAwUCARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMHhBSDP4QUKKgoGBAADBQICEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YwOMFIM3jBQoqCgYEAAMFAgISGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjF5gUg0uYFCioKBgQAAwUCAhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNDoBSDf6AUKKgoGBAADBQICEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YkOoFIJ3qBQoqCgYEAAMGAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxiMjQYgno0GCioKBgQAAwYCABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKSPBiC2jwYKKgoGBAADBgIAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YvJEGIMqRBgoqCgYEAAMGAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjkkwYg+JMGCioKBgQAAwYCARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNCVBiDdlQYKKgoGBAADBgIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y2ZgGIOaYBgoqCgYEAAMGAgESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjomgYg95oGCioKBgQAAwYCARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKqcBiC3nAYKKgoGBAADBwIAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y470GIPK9BgoqCgYEAAMHAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjIwAYg18AGCioKBgQAAwcCARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOPCBiD3wgYKKgoGBAADBwIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Y18UGIOvFBgosCggEAAMIAwACABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNqIByDhiAcKLAoIBAADCAMAAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjwigcg94oHCiwKCAQAAwgDAAIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8Yw4wHIMuMBwosCggEAAMIAwACARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNqOByDijgcKKgoGBAADCAIAEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YqpAHILSQBwoqCgYEAAMIAgASGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjDkgcgzZIHCioKBgQAAwgCARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNCUByDklAcKKgoGBAADCAIBEhhhbGlzL29wZW4vY3gvdjEvY3gucHJvdG8YhZgHIJmYBwoqCgYEAAMIAgESGGFsaXMvb3Blbi9jeC92MS9jeC5wcm90bxjYmgcg6JoHCioKBgQAAwgCARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMqdByDgnQcKKAoEBAACABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGIGfByCInwcKKAoEBAACABIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPWgByD8oAcKKAoEBAACARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOGiByDsogcKKAoEBAACARIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKClByCrpQcKKAoEBAACAhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOumByD5pgcKKAoEBAACAhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOaoByD0qAcKKAoEBAACAxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLWqByDDqgcKKAoEBAACAxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLCsByC+rAcKKAoEBAACBBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGK+uByC+rgcKKAoEBAACBBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPqwByCJsQcKKAoEBAACBRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMayByDRsgcKKAoEBAACBRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGL60ByDJtAcKKAoEBAACBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGIy2ByCbtgcKKAoEBAACBhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGIi4ByCXuAcKKAoEBAACBxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNm5ByDnuQcKKAoEBAACBxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGNS7ByDiuwcKKAoEBAACCBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJ69ByCnvQcKKAoEBAACCBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJS/ByCdvwcKKAoEBAACCRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGIzBByCZwQcKKAoEBAACCRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOjDByD1wwcKKAoEBAACCRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOfFByD2xQcKKAoEBAACCRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGKHHByCuxwcKKAoEBAACChIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPzIByCEyQcKKAoEBAACChIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOLLByDqywcKKAoEBAACChIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGN3NByDnzQcKKAoEBAACChIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGI3PByCVzwcKKAoEBAACCxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOTQByDs0AcKKAoEBAACCxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMrTByDS0wcKKAoEBAACCxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMXVByDP1QcKKAoEBAACCxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPXWByD91gcKKAoEBAACDBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMzYByDU2AcKKAoEBAACDBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLLbByC62wcKKAoEBAACDBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGK3dByC33QcKKAoEBAACDBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGN3eByDl3gcKKAoEBAACDRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGLTgByC84AcKKAoEBAACDRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJrjByCi4wcKKAoEBAACDRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJXlByCf5QcKKAoEBAACDRIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGMXmByDN5gcKKAoEBAACDhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJzoByCk6AcKKAoEBAACDhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGILrByCK6wcKKAoEBAACDhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGP3sByCH7QcKKAoEBAACDhIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGK3uByC17gcKKAoEBAACDxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGITwByCM8AcKKAoEBAACDxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOryByDy8gcKKAoEBAACDxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOX0ByDv9AcKKAoEBAACDxIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJX2ByCd9gcKKAoEBAACEBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGPL3ByD89wcKKAoEBAACEBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGOD6ByDq+gcKKAoEBAACEBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGN38ByDp/AcKKAoEBAACEBIYYWxpcy9vcGVuL2N4L3YxL2N4LnByb3RvGJH+ByCb/gc=