@proompteng/temporal-bun-sdk 0.10.0 → 0.11.0

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 (230) hide show
  1. package/README.md +14 -10
  2. package/dist/agent-readiness.json +102 -18
  3. package/dist/production-readiness.json +246 -94
  4. package/dist/release-provenance.json +82 -0
  5. package/dist/src/activities/lifecycle.js +15 -4
  6. package/dist/src/activities/lifecycle.js.map +1 -1
  7. package/dist/src/client/retries.d.ts.map +1 -1
  8. package/dist/src/client/retries.js +12 -2
  9. package/dist/src/client/retries.js.map +1 -1
  10. package/dist/src/proto/protoc-gen-openapiv2/options/annotations_pb.js +1 -1
  11. package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +14 -14
  12. package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -1
  13. package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.js +1 -1
  14. package/dist/src/proto/temporal/api/activity/v1/message_pb.d.ts +106 -35
  15. package/dist/src/proto/temporal/api/activity/v1/message_pb.d.ts.map +1 -1
  16. package/dist/src/proto/temporal/api/activity/v1/message_pb.js +18 -2
  17. package/dist/src/proto/temporal/api/activity/v1/message_pb.js.map +1 -1
  18. package/dist/src/proto/temporal/api/batch/v1/message_pb.d.ts +12 -12
  19. package/dist/src/proto/temporal/api/batch/v1/message_pb.d.ts.map +1 -1
  20. package/dist/src/proto/temporal/api/batch/v1/message_pb.js +1 -1
  21. package/dist/src/proto/temporal/api/callback/v1/message_pb.d.ts +72 -0
  22. package/dist/src/proto/temporal/api/callback/v1/message_pb.d.ts.map +1 -0
  23. package/dist/src/proto/temporal/api/callback/v1/message_pb.js +18 -0
  24. package/dist/src/proto/temporal/api/callback/v1/message_pb.js.map +1 -0
  25. package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.d.ts +5 -5
  26. package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.d.ts.map +1 -1
  27. package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.js +1 -1
  28. package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.d.ts +3 -3
  29. package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.d.ts.map +1 -1
  30. package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.js +1 -1
  31. package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.d.ts +206 -0
  32. package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.d.ts.map +1 -0
  33. package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.js +95 -0
  34. package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.js.map +1 -0
  35. package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.d.ts +462 -82
  36. package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.d.ts.map +1 -1
  37. package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.js +223 -132
  38. package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.js.map +1 -1
  39. package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.d.ts +95 -1
  40. package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.d.ts.map +1 -1
  41. package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.js +2 -2
  42. package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.js.map +1 -1
  43. package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.d.ts +11 -3
  44. package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.d.ts.map +1 -1
  45. package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.js +2 -2
  46. package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.js.map +1 -1
  47. package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.d.ts +173 -24
  48. package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.d.ts.map +1 -1
  49. package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.js +22 -2
  50. package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.js.map +1 -1
  51. package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.d.ts +325 -26
  52. package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.d.ts.map +1 -1
  53. package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.js +105 -22
  54. package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.js.map +1 -1
  55. package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.d.ts +5 -5
  56. package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.d.ts.map +1 -1
  57. package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.js +1 -1
  58. package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.d.ts +4 -4
  59. package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.d.ts.map +1 -1
  60. package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.js +1 -1
  61. package/dist/src/proto/temporal/api/cloud/region/v1/message_pb.js +1 -1
  62. package/dist/src/proto/temporal/api/cloud/resource/v1/message_pb.js +1 -1
  63. package/dist/src/proto/temporal/api/cloud/sink/v1/message_pb.js +1 -1
  64. package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.d.ts +2 -2
  65. package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.d.ts.map +1 -1
  66. package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.js +1 -1
  67. package/dist/src/proto/temporal/api/command/v1/message_pb.d.ts +61 -52
  68. package/dist/src/proto/temporal/api/command/v1/message_pb.d.ts.map +1 -1
  69. package/dist/src/proto/temporal/api/command/v1/message_pb.js +2 -2
  70. package/dist/src/proto/temporal/api/command/v1/message_pb.js.map +1 -1
  71. package/dist/src/proto/temporal/api/common/v1/message_pb.d.ts +118 -2
  72. package/dist/src/proto/temporal/api/common/v1/message_pb.d.ts.map +1 -1
  73. package/dist/src/proto/temporal/api/common/v1/message_pb.js +24 -4
  74. package/dist/src/proto/temporal/api/common/v1/message_pb.js.map +1 -1
  75. package/dist/src/proto/temporal/api/compute/v1/config_pb.d.ts +133 -0
  76. package/dist/src/proto/temporal/api/compute/v1/config_pb.d.ts.map +1 -0
  77. package/dist/src/proto/temporal/api/compute/v1/config_pb.js +38 -0
  78. package/dist/src/proto/temporal/api/compute/v1/config_pb.js.map +1 -0
  79. package/dist/src/proto/temporal/api/compute/v1/provider_pb.d.ts +49 -0
  80. package/dist/src/proto/temporal/api/compute/v1/provider_pb.d.ts.map +1 -0
  81. package/dist/src/proto/temporal/api/compute/v1/provider_pb.js +15 -0
  82. package/dist/src/proto/temporal/api/compute/v1/provider_pb.js.map +1 -0
  83. package/dist/src/proto/temporal/api/compute/v1/scaler_pb.d.ts +39 -0
  84. package/dist/src/proto/temporal/api/compute/v1/scaler_pb.d.ts.map +1 -0
  85. package/dist/src/proto/temporal/api/compute/v1/scaler_pb.js +15 -0
  86. package/dist/src/proto/temporal/api/compute/v1/scaler_pb.js.map +1 -0
  87. package/dist/src/proto/temporal/api/deployment/v1/message_pb.d.ts +76 -39
  88. package/dist/src/proto/temporal/api/deployment/v1/message_pb.d.ts.map +1 -1
  89. package/dist/src/proto/temporal/api/deployment/v1/message_pb.js +4 -2
  90. package/dist/src/proto/temporal/api/deployment/v1/message_pb.js.map +1 -1
  91. package/dist/src/proto/temporal/api/enums/v1/activity_pb.js +1 -1
  92. package/dist/src/proto/temporal/api/enums/v1/batch_operation_pb.js +1 -1
  93. package/dist/src/proto/temporal/api/enums/v1/command_type_pb.js +1 -1
  94. package/dist/src/proto/temporal/api/enums/v1/common_pb.js +1 -1
  95. package/dist/src/proto/temporal/api/enums/v1/deployment_pb.d.ts +8 -4
  96. package/dist/src/proto/temporal/api/enums/v1/deployment_pb.d.ts.map +1 -1
  97. package/dist/src/proto/temporal/api/enums/v1/deployment_pb.js +9 -5
  98. package/dist/src/proto/temporal/api/enums/v1/deployment_pb.js.map +1 -1
  99. package/dist/src/proto/temporal/api/enums/v1/event_type_pb.d.ts +7 -1
  100. package/dist/src/proto/temporal/api/enums/v1/event_type_pb.d.ts.map +1 -1
  101. package/dist/src/proto/temporal/api/enums/v1/event_type_pb.js +8 -2
  102. package/dist/src/proto/temporal/api/enums/v1/event_type_pb.js.map +1 -1
  103. package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.d.ts +7 -1
  104. package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.d.ts.map +1 -1
  105. package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.js +8 -2
  106. package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.js.map +1 -1
  107. package/dist/src/proto/temporal/api/enums/v1/namespace_pb.js +1 -1
  108. package/dist/src/proto/temporal/api/enums/v1/nexus_pb.d.ts +153 -0
  109. package/dist/src/proto/temporal/api/enums/v1/nexus_pb.d.ts.map +1 -1
  110. package/dist/src/proto/temporal/api/enums/v1/nexus_pb.js +159 -2
  111. package/dist/src/proto/temporal/api/enums/v1/nexus_pb.js.map +1 -1
  112. package/dist/src/proto/temporal/api/enums/v1/query_pb.js +1 -1
  113. package/dist/src/proto/temporal/api/enums/v1/reset_pb.js +1 -1
  114. package/dist/src/proto/temporal/api/enums/v1/schedule_pb.js +1 -1
  115. package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.d.ts +10 -1
  116. package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.d.ts.map +1 -1
  117. package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.js +11 -2
  118. package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.js.map +1 -1
  119. package/dist/src/proto/temporal/api/enums/v1/update_pb.js +1 -1
  120. package/dist/src/proto/temporal/api/enums/v1/workflow_pb.d.ts +24 -14
  121. package/dist/src/proto/temporal/api/enums/v1/workflow_pb.d.ts.map +1 -1
  122. package/dist/src/proto/temporal/api/enums/v1/workflow_pb.js +24 -14
  123. package/dist/src/proto/temporal/api/enums/v1/workflow_pb.js.map +1 -1
  124. package/dist/src/proto/temporal/api/errordetails/v1/message_pb.d.ts +24 -2
  125. package/dist/src/proto/temporal/api/errordetails/v1/message_pb.d.ts.map +1 -1
  126. package/dist/src/proto/temporal/api/errordetails/v1/message_pb.js +7 -2
  127. package/dist/src/proto/temporal/api/errordetails/v1/message_pb.js.map +1 -1
  128. package/dist/src/proto/temporal/api/export/v1/message_pb.d.ts +1 -1
  129. package/dist/src/proto/temporal/api/export/v1/message_pb.d.ts.map +1 -1
  130. package/dist/src/proto/temporal/api/export/v1/message_pb.js +1 -1
  131. package/dist/src/proto/temporal/api/failure/v1/message_pb.d.ts +26 -11
  132. package/dist/src/proto/temporal/api/failure/v1/message_pb.d.ts.map +1 -1
  133. package/dist/src/proto/temporal/api/failure/v1/message_pb.js +2 -2
  134. package/dist/src/proto/temporal/api/failure/v1/message_pb.js.map +1 -1
  135. package/dist/src/proto/temporal/api/filter/v1/message_pb.d.ts +2 -2
  136. package/dist/src/proto/temporal/api/filter/v1/message_pb.d.ts.map +1 -1
  137. package/dist/src/proto/temporal/api/filter/v1/message_pb.js +1 -1
  138. package/dist/src/proto/temporal/api/history/v1/message_pb.d.ts +278 -141
  139. package/dist/src/proto/temporal/api/history/v1/message_pb.d.ts.map +1 -1
  140. package/dist/src/proto/temporal/api/history/v1/message_pb.js +72 -62
  141. package/dist/src/proto/temporal/api/history/v1/message_pb.js.map +1 -1
  142. package/dist/src/proto/temporal/api/namespace/v1/message_pb.d.ts +39 -5
  143. package/dist/src/proto/temporal/api/namespace/v1/message_pb.d.ts.map +1 -1
  144. package/dist/src/proto/temporal/api/namespace/v1/message_pb.js +2 -2
  145. package/dist/src/proto/temporal/api/namespace/v1/message_pb.js.map +1 -1
  146. package/dist/src/proto/temporal/api/nexus/v1/message_pb.d.ts +386 -14
  147. package/dist/src/proto/temporal/api/nexus/v1/message_pb.d.ts.map +1 -1
  148. package/dist/src/proto/temporal/api/nexus/v1/message_pb.js +26 -3
  149. package/dist/src/proto/temporal/api/nexus/v1/message_pb.js.map +1 -1
  150. package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.d.ts +41 -0
  151. package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.d.ts.map +1 -0
  152. package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.js +20 -0
  153. package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.js.map +1 -0
  154. package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.d.ts +6 -6
  155. package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.d.ts.map +1 -1
  156. package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.js +1 -1
  157. package/dist/src/proto/temporal/api/operatorservice/v1/service_pb.js +1 -1
  158. package/dist/src/proto/temporal/api/protocol/v1/message_pb.d.ts +1 -1
  159. package/dist/src/proto/temporal/api/protocol/v1/message_pb.d.ts.map +1 -1
  160. package/dist/src/proto/temporal/api/protocol/v1/message_pb.js +1 -1
  161. package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.d.ts +46 -0
  162. package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.d.ts.map +1 -0
  163. package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.js +19 -0
  164. package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.js.map +1 -0
  165. package/dist/src/proto/temporal/api/query/v1/message_pb.d.ts +4 -4
  166. package/dist/src/proto/temporal/api/query/v1/message_pb.d.ts.map +1 -1
  167. package/dist/src/proto/temporal/api/query/v1/message_pb.js +1 -1
  168. package/dist/src/proto/temporal/api/replication/v1/message_pb.d.ts +1 -1
  169. package/dist/src/proto/temporal/api/replication/v1/message_pb.d.ts.map +1 -1
  170. package/dist/src/proto/temporal/api/replication/v1/message_pb.js +1 -1
  171. package/dist/src/proto/temporal/api/rules/v1/message_pb.d.ts +3 -3
  172. package/dist/src/proto/temporal/api/rules/v1/message_pb.d.ts.map +1 -1
  173. package/dist/src/proto/temporal/api/rules/v1/message_pb.js +1 -1
  174. package/dist/src/proto/temporal/api/schedule/v1/message_pb.d.ts +24 -24
  175. package/dist/src/proto/temporal/api/schedule/v1/message_pb.d.ts.map +1 -1
  176. package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.d.ts +1 -1
  177. package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.d.ts.map +1 -1
  178. package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.js +1 -1
  179. package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.d.ts +35 -0
  180. package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.d.ts.map +1 -0
  181. package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.js +14 -0
  182. package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.js.map +1 -0
  183. package/dist/src/proto/temporal/api/sdk/v1/task_complete_metadata_pb.js +1 -1
  184. package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.d.ts +2 -2
  185. package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.d.ts.map +1 -1
  186. package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.js +1 -1
  187. package/dist/src/proto/temporal/api/sdk/v1/worker_config_pb.js +1 -1
  188. package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.d.ts +1 -1
  189. package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.d.ts.map +1 -1
  190. package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.js +1 -1
  191. package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.d.ts +39 -23
  192. package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.d.ts.map +1 -1
  193. package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.js +12 -7
  194. package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.js.map +1 -1
  195. package/dist/src/proto/temporal/api/update/v1/message_pb.d.ts +10 -10
  196. package/dist/src/proto/temporal/api/update/v1/message_pb.d.ts.map +1 -1
  197. package/dist/src/proto/temporal/api/update/v1/message_pb.js +1 -1
  198. package/dist/src/proto/temporal/api/version/v1/message_pb.d.ts +4 -4
  199. package/dist/src/proto/temporal/api/version/v1/message_pb.d.ts.map +1 -1
  200. package/dist/src/proto/temporal/api/version/v1/message_pb.js +1 -1
  201. package/dist/src/proto/temporal/api/worker/v1/message_pb.d.ts +208 -15
  202. package/dist/src/proto/temporal/api/worker/v1/message_pb.d.ts.map +1 -1
  203. package/dist/src/proto/temporal/api/worker/v1/message_pb.js +33 -3
  204. package/dist/src/proto/temporal/api/worker/v1/message_pb.js.map +1 -1
  205. package/dist/src/proto/temporal/api/workflow/v1/message_pb.d.ts +187 -96
  206. package/dist/src/proto/temporal/api/workflow/v1/message_pb.d.ts.map +1 -1
  207. package/dist/src/proto/temporal/api/workflow/v1/message_pb.js +16 -11
  208. package/dist/src/proto/temporal/api/workflow/v1/message_pb.js.map +1 -1
  209. package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.d.ts +1884 -283
  210. package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.d.ts.map +1 -1
  211. package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.js +309 -127
  212. package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.js.map +1 -1
  213. package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.d.ts +232 -2
  214. package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.d.ts.map +1 -1
  215. package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.js +3 -2
  216. package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.js.map +1 -1
  217. package/dist/src/runtime/effect-layers.d.ts +85 -0
  218. package/dist/src/runtime/effect-layers.d.ts.map +1 -1
  219. package/dist/src/worker/concurrency.d.ts.map +1 -1
  220. package/dist/src/worker/concurrency.js +12 -0
  221. package/dist/src/worker/concurrency.js.map +1 -1
  222. package/docs/adoption-readiness.md +93 -0
  223. package/docs/agent-adoption-guide.md +21 -26
  224. package/docs/default-choice-hardening-plan.md +47 -70
  225. package/docs/feature-matrix.md +20 -20
  226. package/docs/production-design.md +3 -3
  227. package/docs/production-readiness-implementation-plan.md +47 -56
  228. package/docs/semantic-readiness.md +45 -38
  229. package/docs/support-policy.md +3 -3
  230. package/package.json +10 -4
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/temporal/api/callback/v1/message_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAE9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAEjE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gCAAgC,CAAC;AAE9D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,OACw7B,CAAC;AAE7+B;;;;GAIG;AACH,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC,uCAAuC,CAAC,GAAG;IAC5E;;;;OAIG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAEhC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAEzC;;;;OAIG;IACH,KAAK,EAAE,aAAa,CAAC;IAErB;;;;;OAKG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAEhD;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAEzC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAEhD;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,YAAY,CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=js"
2
+ // @generated from file temporal/api/callback/v1/message.proto (package temporal.api.callback.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
+ import { file_temporal_api_common_v1_message } from "../../common/v1/message_pb.js";
7
+ import { file_temporal_api_enums_v1_common } from "../../enums/v1/common_pb.js";
8
+ import { file_temporal_api_failure_v1_message } from "../../failure/v1/message_pb.js";
9
+ /**
10
+ * Describes the file temporal/api/callback/v1/message.proto.
11
+ */
12
+ export const file_temporal_api_callback_v1_message = /*@__PURE__*/ fileDesc("CiZ0ZW1wb3JhbC9hcGkvY2FsbGJhY2svdjEvbWVzc2FnZS5wcm90bxIYdGVtcG9yYWwuYXBpLmNhbGxiYWNrLnYxIpcDCgxDYWxsYmFja0luZm8SMgoIY2FsbGJhY2sYASABKAsyIC50ZW1wb3JhbC5hcGkuY29tbW9uLnYxLkNhbGxiYWNrEjUKEXJlZ2lzdHJhdGlvbl90aW1lGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIzCgVzdGF0ZRgDIAEoDjIkLnRlbXBvcmFsLmFwaS5lbnVtcy52MS5DYWxsYmFja1N0YXRlEg8KB2F0dGVtcHQYBCABKAUSPgoabGFzdF9hdHRlbXB0X2NvbXBsZXRlX3RpbWUYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEj4KFGxhc3RfYXR0ZW1wdF9mYWlsdXJlGAYgASgLMiAudGVtcG9yYWwuYXBpLmZhaWx1cmUudjEuRmFpbHVyZRI+ChpuZXh0X2F0dGVtcHRfc2NoZWR1bGVfdGltZRgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASFgoOYmxvY2tlZF9yZWFzb24YCCABKAlCkwEKG2lvLnRlbXBvcmFsLmFwaS5jYWxsYmFjay52MUIMTWVzc2FnZVByb3RvUAFaJ2dvLnRlbXBvcmFsLmlvL2FwaS9jYWxsYmFjay92MTtjYWxsYmFja6oCGlRlbXBvcmFsaW8uQXBpLkNhbGxiYWNrLlYx6gIdVGVtcG9yYWxpbzo6QXBpOjpDYWxsYmFjazo6VjFiBnByb3RvMw", [file_google_protobuf_timestamp, file_temporal_api_common_v1_message, file_temporal_api_enums_v1_common, file_temporal_api_failure_v1_message]);
13
+ /**
14
+ * Describes the message temporal.api.callback.v1.CallbackInfo.
15
+ * Use `create(CallbackInfoSchema)` to create a new message.
16
+ */
17
+ export const CallbackInfoSchema = /*@__PURE__*/ messageDesc(file_temporal_api_callback_v1_message, 0);
18
+ //# sourceMappingURL=message_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message_pb.js","sourceRoot":"","sources":["../../../../../../../src/proto/temporal/api/callback/v1/message_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,gHAAgH;AAChH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAExE,OAAO,EAAE,mCAAmC,EAAE,MAAM,+BAA+B,CAAC;AAEpF,OAAO,EAAE,iCAAiC,EAAE,MAAM,6BAA6B,CAAC;AAEhF,OAAO,EAAE,oCAAoC,EAAE,MAAM,gCAAgC,CAAC;AAGtF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,g1BAAg1B,EAAE,CAAC,8BAA8B,EAAE,mCAAmC,EAAE,iCAAiC,EAAE,oCAAoC,CAAC,CAAC,CAAC;AAkE7+B;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
@@ -34,7 +34,7 @@ export type AccountSpec = Message<"temporal.api.cloud.account.v1.AccountSpec"> &
34
34
  *
35
35
  * @generated from field: temporal.api.cloud.account.v1.MetricsSpec metrics = 1;
36
36
  */
37
- metrics?: MetricsSpec;
37
+ metrics?: MetricsSpec | undefined;
38
38
  };
39
39
  /**
40
40
  * Describes the message temporal.api.cloud.account.v1.AccountSpec.
@@ -73,7 +73,7 @@ export type Account = Message<"temporal.api.cloud.account.v1.Account"> & {
73
73
  *
74
74
  * @generated from field: temporal.api.cloud.account.v1.AccountSpec spec = 2;
75
75
  */
76
- spec?: AccountSpec;
76
+ spec?: AccountSpec | undefined;
77
77
  /**
78
78
  * The current version of the account specification.
79
79
  * The next update operation will have to include this version.
@@ -98,7 +98,7 @@ export type Account = Message<"temporal.api.cloud.account.v1.Account"> & {
98
98
  *
99
99
  * @generated from field: temporal.api.cloud.account.v1.Metrics metrics = 6;
100
100
  */
101
- metrics?: Metrics;
101
+ metrics?: Metrics | undefined;
102
102
  };
103
103
  /**
104
104
  * Describes the message temporal.api.cloud.account.v1.Account.
@@ -181,7 +181,7 @@ export type AuditLogSink = Message<"temporal.api.cloud.account.v1.AuditLogSink">
181
181
  *
182
182
  * @generated from field: temporal.api.cloud.account.v1.AuditLogSinkSpec spec = 4;
183
183
  */
184
- spec?: AuditLogSinkSpec;
184
+ spec?: AuditLogSinkSpec | undefined;
185
185
  /**
186
186
  * The health status of the audit log sink.
187
187
  *
@@ -199,7 +199,7 @@ export type AuditLogSink = Message<"temporal.api.cloud.account.v1.AuditLogSink">
199
199
  *
200
200
  * @generated from field: google.protobuf.Timestamp last_succeeded_time = 7;
201
201
  */
202
- lastSucceededTime?: Timestamp;
202
+ lastSucceededTime?: Timestamp | undefined;
203
203
  };
204
204
  /**
205
205
  * Describes the message temporal.api.cloud.account.v1.AuditLogSink.
@@ -1 +1 @@
1
- {"version":3,"file":"message_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/proto/temporal/api/cloud/account/v1/message_pb.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"message_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/proto/temporal/api/cloud/account/v1/message_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAEjF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAErE,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAE3E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,OACowD,CAAC;AAE9zD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,2CAA2C,CAAC,GAAG;IAC/E;;;;;OAKG;IACH,gBAAgB,EAAE,UAAU,CAAC;CAC9B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,WAAW,CACM,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,2CAA2C,CAAC,GAAG;IAC/E;;;;;OAKG;IACH,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,WAAW,CACM,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,OAAO,CAAC,uCAAuC,CAAC,GAAG;IACvE;;;;;OAKG;IACH,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,OAAO,CACc,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,OAAO,CAAC,uCAAuC,CAAC,GAAG;IACvE;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAE/B;;;;;OAKG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,KAAK,EAAE,aAAa,CAAC;IAErB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC/B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,OAAO,CACc,CAAC;AAE7D;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,gDAAgD,CAAC,GAAG;IACzF;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,QAAQ,EAAE;QACR;;;;WAIG;QACH,KAAK,EAAE,WAAW,CAAC;QACnB,IAAI,EAAE,aAAa,CAAC;KACrB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,UAAU,CAAC;QAClB,IAAI,EAAE,YAAY,CAAC;KACpB,GAAG;QAAE,IAAI,EAAE,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;IAE3C;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,gBAAgB,CACJ,CAAC;AAE7D;;;;GAIG;AACH,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC,4CAA4C,CAAC,GAAG;IACjF;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,KAAK,EAAE,aAAa,CAAC;IAErB;;;;OAIG;IACH,IAAI,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAEpC;;;;OAIG;IACH,MAAM,EAAE,mBAAmB,CAAC;IAE5B;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CAC3C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,YAAY,CACI,CAAC;AAE7D;;;;GAIG;AACH,oBAAY,mBAAmB;IAC7B;;OAEG;IACH,WAAW,IAAI;IAEf;;;;OAIG;IACH,EAAE,IAAI;IAEN;;;;OAIG;IACH,cAAc,IAAI;IAElB;;;;OAIG;IACH,wBAAwB,IAAI;CAC7B;AAED;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,OAAO,CAAC,mBAAmB,CACP,CAAC"}
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.10.2 with parameter "target=ts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file temporal/api/cloud/account/v1/message.proto (package temporal.api.cloud.account.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
@@ -16,7 +16,7 @@ export type LogRecord = Message<"temporal.api.cloud.auditlog.v1.LogRecord"> & {
16
16
  *
17
17
  * @generated from field: google.protobuf.Timestamp emit_time = 1;
18
18
  */
19
- emitTime?: Timestamp;
19
+ emitTime?: Timestamp | undefined;
20
20
  /**
21
21
  * The operation performed.
22
22
  *
@@ -46,13 +46,13 @@ export type LogRecord = Message<"temporal.api.cloud.auditlog.v1.LogRecord"> & {
46
46
  *
47
47
  * @generated from field: temporal.api.cloud.auditlog.v1.Principal principal = 12;
48
48
  */
49
- principal?: Principal;
49
+ principal?: Principal | undefined;
50
50
  /**
51
51
  * The raw details of the operation.
52
52
  *
53
53
  * @generated from field: google.protobuf.Struct raw_details = 13;
54
54
  */
55
- rawDetails?: JsonObject;
55
+ rawDetails?: JsonObject | undefined;
56
56
  /**
57
57
  * The originating IP address of the request.
58
58
  *
@@ -1 +1 @@
1
- {"version":3,"file":"message_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/proto/temporal/api/cloud/auditlog/v1/message_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE9D;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,OACm1B,CAAC;AAE94B;;;;GAIG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,0CAA0C,CAAC,GAAG;IAC5E;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,SAAS,CACW,CAAC;AAE9D;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,0CAA0C,CAAC,GAAG;IAC5E;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,SAAS,CACW,CAAC"}
1
+ {"version":3,"file":"message_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/proto/temporal/api/cloud/auditlog/v1/message_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE9D;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,OACm1B,CAAC;AAE94B;;;;GAIG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,0CAA0C,CAAC,GAAG;IAC5E;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAEjC;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAElC;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAEpC;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,SAAS,CACW,CAAC;AAE9D;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,0CAA0C,CAAC,GAAG;IAC5E;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,SAAS,CACW,CAAC"}
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.10.2 with parameter "target=ts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file temporal/api/cloud/auditlog/v1/message.proto (package temporal.api.cloud.auditlog.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
@@ -0,0 +1,206 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file temporal/api/cloud/billing/v1/message.proto.
6
+ */
7
+ export declare const file_temporal_api_cloud_billing_v1_message: GenFile;
8
+ /**
9
+ * @generated from message temporal.api.cloud.billing.v1.BillingReportSpec
10
+ */
11
+ export type BillingReportSpec = Message<"temporal.api.cloud.billing.v1.BillingReportSpec"> & {
12
+ /**
13
+ * The start time of the billing report (in UTC).
14
+ *
15
+ * @generated from field: google.protobuf.Timestamp start_time_inclusive = 1;
16
+ */
17
+ startTimeInclusive?: Timestamp | undefined;
18
+ /**
19
+ * The end time of the billing report (in UTC).
20
+ *
21
+ * @generated from field: google.protobuf.Timestamp end_time_exclusive = 2;
22
+ */
23
+ endTimeExclusive?: Timestamp | undefined;
24
+ /**
25
+ * The duration after which the download url will expire.
26
+ * Optional, default is 5 minutes and maximum is 1 hour.
27
+ *
28
+ * @generated from field: google.protobuf.Duration download_url_expiration_duration = 3;
29
+ */
30
+ downloadUrlExpirationDuration?: Duration | undefined;
31
+ /**
32
+ * The description for the billing report.
33
+ * Optional, default is empty.
34
+ *
35
+ * @generated from field: string description = 4;
36
+ */
37
+ description: string;
38
+ /**
39
+ * The data granularity of the billing report.
40
+ * Optional, default is hourly.
41
+ * temporal:versioning:min_version=v0.16.0
42
+ *
43
+ * @generated from field: temporal.api.cloud.billing.v1.BillingReportSpec.BillingReportGranularity granularity = 5;
44
+ */
45
+ granularity: BillingReportSpec_BillingReportGranularity;
46
+ };
47
+ /**
48
+ * Describes the message temporal.api.cloud.billing.v1.BillingReportSpec.
49
+ * Use `create(BillingReportSpecSchema)` to create a new message.
50
+ */
51
+ export declare const BillingReportSpecSchema: GenMessage<BillingReportSpec>;
52
+ /**
53
+ * @generated from enum temporal.api.cloud.billing.v1.BillingReportSpec.BillingReportGranularity
54
+ */
55
+ export declare enum BillingReportSpec_BillingReportGranularity {
56
+ /**
57
+ * @generated from enum value: BILLING_REPORT_GRANULARITY_UNSPECIFIED = 0;
58
+ */
59
+ UNSPECIFIED = 0,
60
+ /**
61
+ * @generated from enum value: BILLING_REPORT_GRANULARITY_HOURLY = 1;
62
+ */
63
+ HOURLY = 1,
64
+ /**
65
+ * @generated from enum value: BILLING_REPORT_GRANULARITY_DAILY = 2;
66
+ */
67
+ DAILY = 2,
68
+ /**
69
+ * @generated from enum value: BILLING_REPORT_GRANULARITY_MONTHLY = 3;
70
+ */
71
+ MONTHLY = 3
72
+ }
73
+ /**
74
+ * Describes the enum temporal.api.cloud.billing.v1.BillingReportSpec.BillingReportGranularity.
75
+ */
76
+ export declare const BillingReportSpec_BillingReportGranularitySchema: GenEnum<BillingReportSpec_BillingReportGranularity>;
77
+ /**
78
+ * @generated from message temporal.api.cloud.billing.v1.BillingReport
79
+ */
80
+ export type BillingReport = Message<"temporal.api.cloud.billing.v1.BillingReport"> & {
81
+ /**
82
+ * The id of the billing report.
83
+ *
84
+ * @generated from field: string id = 1;
85
+ */
86
+ id: string;
87
+ /**
88
+ * The current state of the billing report.
89
+ *
90
+ * @generated from field: temporal.api.cloud.billing.v1.BillingReport.BillingReportState state = 2;
91
+ */
92
+ state: BillingReport_BillingReportState;
93
+ /**
94
+ * The spec used to generate this billing report.
95
+ *
96
+ * @generated from field: temporal.api.cloud.billing.v1.BillingReportSpec spec = 3;
97
+ */
98
+ spec?: BillingReportSpec | undefined;
99
+ /**
100
+ * The download information for the billing report.
101
+ * For future-proofness this is repeated as we may return multiple files (e.g. csv+meta/json, split by size/date, etc.)
102
+ *
103
+ * @generated from field: repeated temporal.api.cloud.billing.v1.BillingReport.Download download_info = 4;
104
+ */
105
+ downloadInfo: BillingReport_Download[];
106
+ /**
107
+ * The date and time when the billing report was requested.
108
+ *
109
+ * @generated from field: google.protobuf.Timestamp requested_time = 5;
110
+ */
111
+ requestedTime?: Timestamp | undefined;
112
+ /**
113
+ * The date and time when the billing report generation completed.
114
+ *
115
+ * @generated from field: google.protobuf.Timestamp generated_time = 6;
116
+ */
117
+ generatedTime?: Timestamp | undefined;
118
+ /**
119
+ * The async operation id associated with the billing report generation.
120
+ *
121
+ * @generated from field: string async_operation_id = 7;
122
+ */
123
+ asyncOperationId: string;
124
+ };
125
+ /**
126
+ * Describes the message temporal.api.cloud.billing.v1.BillingReport.
127
+ * Use `create(BillingReportSchema)` to create a new message.
128
+ */
129
+ export declare const BillingReportSchema: GenMessage<BillingReport>;
130
+ /**
131
+ * @generated from message temporal.api.cloud.billing.v1.BillingReport.Download
132
+ */
133
+ export type BillingReport_Download = Message<"temporal.api.cloud.billing.v1.BillingReport.Download"> & {
134
+ /**
135
+ * The download url.
136
+ *
137
+ * @generated from field: string url = 1;
138
+ */
139
+ url: string;
140
+ /**
141
+ * The time when the download url will expire.
142
+ *
143
+ * @generated from field: google.protobuf.Timestamp url_expiration_time = 2;
144
+ */
145
+ urlExpirationTime?: Timestamp | undefined;
146
+ /**
147
+ * The file format of the billing report
148
+ *
149
+ * @generated from field: temporal.api.cloud.billing.v1.BillingReport.Download.FileFormat file_format = 3;
150
+ */
151
+ fileFormat: BillingReport_Download_FileFormat;
152
+ /**
153
+ * The size of the file in bytes. Useful for pre-allocating space, progress indicators, etc.
154
+ *
155
+ * @generated from field: int64 file_size_bytes = 4;
156
+ */
157
+ fileSizeBytes: bigint;
158
+ };
159
+ /**
160
+ * Describes the message temporal.api.cloud.billing.v1.BillingReport.Download.
161
+ * Use `create(BillingReport_DownloadSchema)` to create a new message.
162
+ */
163
+ export declare const BillingReport_DownloadSchema: GenMessage<BillingReport_Download>;
164
+ /**
165
+ * @generated from enum temporal.api.cloud.billing.v1.BillingReport.Download.FileFormat
166
+ */
167
+ export declare enum BillingReport_Download_FileFormat {
168
+ /**
169
+ * @generated from enum value: FILE_FORMAT_UNSPECIFIED = 0;
170
+ */
171
+ UNSPECIFIED = 0,
172
+ /**
173
+ * @generated from enum value: FILE_FORMAT_CSV = 1;
174
+ */
175
+ CSV = 1
176
+ }
177
+ /**
178
+ * Describes the enum temporal.api.cloud.billing.v1.BillingReport.Download.FileFormat.
179
+ */
180
+ export declare const BillingReport_Download_FileFormatSchema: GenEnum<BillingReport_Download_FileFormat>;
181
+ /**
182
+ * @generated from enum temporal.api.cloud.billing.v1.BillingReport.BillingReportState
183
+ */
184
+ export declare enum BillingReport_BillingReportState {
185
+ /**
186
+ * @generated from enum value: BILLING_REPORT_STATE_UNSPECIFIED = 0;
187
+ */
188
+ UNSPECIFIED = 0,
189
+ /**
190
+ * @generated from enum value: BILLING_REPORT_STATE_IN_PROGRESS = 1;
191
+ */
192
+ IN_PROGRESS = 1,
193
+ /**
194
+ * @generated from enum value: BILLING_REPORT_STATE_GENERATED = 2;
195
+ */
196
+ GENERATED = 2,
197
+ /**
198
+ * @generated from enum value: BILLING_REPORT_STATE_FAILED = 3;
199
+ */
200
+ FAILED = 3
201
+ }
202
+ /**
203
+ * Describes the enum temporal.api.cloud.billing.v1.BillingReport.BillingReportState.
204
+ */
205
+ export declare const BillingReport_BillingReportStateSchema: GenEnum<BillingReport_BillingReportState>;
206
+ //# sourceMappingURL=message_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/proto/temporal/api/cloud/billing/v1/message_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAEjF,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAElE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,OAC6kE,CAAC;AAEvoE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,iDAAiD,CAAC,GAAG;IAC3F;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAE3C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAEzC;;;;;OAKG;IACH,6BAA6B,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAErD;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;;OAMG;IACH,WAAW,EAAE,0CAA0C,CAAC;CACzD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,iBAAiB,CACN,CAAC;AAE7D;;GAEG;AACH,oBAAY,0CAA0C;IACpD;;OAEG;IACH,WAAW,IAAI;IAEf;;OAEG;IACH,MAAM,IAAI;IAEV;;OAEG;IACH,KAAK,IAAI;IAET;;OAEG;IACH,OAAO,IAAI;CACZ;AAED;;GAEG;AACH,eAAO,MAAM,gDAAgD,EAAE,OAAO,CAAC,0CAA0C,CACrD,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,6CAA6C,CAAC,GAAG;IACnF;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,KAAK,EAAE,gCAAgC,CAAC;IAExC;;;;OAIG;IACH,IAAI,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAErC;;;;;OAKG;IACH,YAAY,EAAE,sBAAsB,EAAE,CAAC;IAEvC;;;;OAIG;IACH,aAAa,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAEtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAEtC;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,aAAa,CACE,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,OAAO,CAAC,sDAAsD,CAAC,GAAG;IACrG;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAE1C;;;;OAIG;IACH,UAAU,EAAE,iCAAiC,CAAC;IAE9C;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,sBAAsB,CACb,CAAC;AAEhE;;GAEG;AACH,oBAAY,iCAAiC;IAC3C;;OAEG;IACH,WAAW,IAAI;IAEf;;OAEG;IACH,GAAG,IAAI;CACR;AAED;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,OAAO,CAAC,iCAAiC,CAChC,CAAC;AAEhE;;GAEG;AACH,oBAAY,gCAAgC;IAC1C;;OAEG;IACH,WAAW,IAAI;IAEf;;OAEG;IACH,WAAW,IAAI;IAEf;;OAEG;IACH,SAAS,IAAI;IAEb;;OAEG;IACH,MAAM,IAAI;CACX;AAED;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,OAAO,CAAC,gCAAgC,CACjC,CAAC"}
@@ -0,0 +1,95 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=js"
2
+ // @generated from file temporal/api/cloud/billing/v1/message.proto (package temporal.api.cloud.billing.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_google_protobuf_duration, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
+ /**
7
+ * Describes the file temporal/api/cloud/billing/v1/message.proto.
8
+ */
9
+ export const file_temporal_api_cloud_billing_v1_message = /*@__PURE__*/ fileDesc("Cit0ZW1wb3JhbC9hcGkvY2xvdWQvYmlsbGluZy92MS9tZXNzYWdlLnByb3RvEh10ZW1wb3JhbC5hcGkuY2xvdWQuYmlsbGluZy52MSL9AwoRQmlsbGluZ1JlcG9ydFNwZWMSOAoUc3RhcnRfdGltZV9pbmNsdXNpdmUYASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjYKEmVuZF90aW1lX2V4Y2x1c2l2ZRgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASQwogZG93bmxvYWRfdXJsX2V4cGlyYXRpb25fZHVyYXRpb24YAyABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SEwoLZGVzY3JpcHRpb24YBCABKAkSXgoLZ3JhbnVsYXJpdHkYBSABKA4ySS50ZW1wb3JhbC5hcGkuY2xvdWQuYmlsbGluZy52MS5CaWxsaW5nUmVwb3J0U3BlYy5CaWxsaW5nUmVwb3J0R3JhbnVsYXJpdHkiuwEKGEJpbGxpbmdSZXBvcnRHcmFudWxhcml0eRIqCiZCSUxMSU5HX1JFUE9SVF9HUkFOVUxBUklUWV9VTlNQRUNJRklFRBAAEiUKIUJJTExJTkdfUkVQT1JUX0dSQU5VTEFSSVRZX0hPVVJMWRABEiQKIEJJTExJTkdfUkVQT1JUX0dSQU5VTEFSSVRZX0RBSUxZEAISJgoiQklMTElOR19SRVBPUlRfR1JBTlVMQVJJVFlfTU9OVEhMWRADIqgGCg1CaWxsaW5nUmVwb3J0EgoKAmlkGAEgASgJEk4KBXN0YXRlGAIgASgOMj8udGVtcG9yYWwuYXBpLmNsb3VkLmJpbGxpbmcudjEuQmlsbGluZ1JlcG9ydC5CaWxsaW5nUmVwb3J0U3RhdGUSPgoEc3BlYxgDIAEoCzIwLnRlbXBvcmFsLmFwaS5jbG91ZC5iaWxsaW5nLnYxLkJpbGxpbmdSZXBvcnRTcGVjEkwKDWRvd25sb2FkX2luZm8YBCADKAsyNS50ZW1wb3JhbC5hcGkuY2xvdWQuYmlsbGluZy52MS5CaWxsaW5nUmVwb3J0LkRvd25sb2FkEjIKDnJlcXVlc3RlZF90aW1lGAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIyCg5nZW5lcmF0ZWRfdGltZRgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASGgoSYXN5bmNfb3BlcmF0aW9uX2lkGAcgASgJGoACCghEb3dubG9hZBILCgN1cmwYASABKAkSNwoTdXJsX2V4cGlyYXRpb25fdGltZRgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASVQoLZmlsZV9mb3JtYXQYAyABKA4yQC50ZW1wb3JhbC5hcGkuY2xvdWQuYmlsbGluZy52MS5CaWxsaW5nUmVwb3J0LkRvd25sb2FkLkZpbGVGb3JtYXQSFwoPZmlsZV9zaXplX2J5dGVzGAQgASgDIj4KCkZpbGVGb3JtYXQSGwoXRklMRV9GT1JNQVRfVU5TUEVDSUZJRUQQABITCg9GSUxFX0ZPUk1BVF9DU1YQASKlAQoSQmlsbGluZ1JlcG9ydFN0YXRlEiQKIEJJTExJTkdfUkVQT1JUX1NUQVRFX1VOU1BFQ0lGSUVEEAASJAogQklMTElOR19SRVBPUlRfU1RBVEVfSU5fUFJPR1JFU1MQARIiCh5CSUxMSU5HX1JFUE9SVF9TVEFURV9HRU5FUkFURUQQAhIfChtCSUxMSU5HX1JFUE9SVF9TVEFURV9GQUlMRUQQA0KnAQogaW8udGVtcG9yYWwuYXBpLmNsb3VkLmJpbGxpbmcudjFCDE1lc3NhZ2VQcm90b1ABWitnby50ZW1wb3JhbC5pby9hcGkvY2xvdWQvYmlsbGluZy92MTtiaWxsaW5nqgIfVGVtcG9yYWxpby5BcGkuQ2xvdWQuQmlsbGluZy5WMeoCI1RlbXBvcmFsaW86OkFwaTo6Q2xvdWQ6OkJpbGxpbmc6OlYxYgZwcm90bzM", [file_google_protobuf_duration, file_google_protobuf_timestamp]);
10
+ /**
11
+ * Describes the message temporal.api.cloud.billing.v1.BillingReportSpec.
12
+ * Use `create(BillingReportSpecSchema)` to create a new message.
13
+ */
14
+ export const BillingReportSpecSchema = /*@__PURE__*/ messageDesc(file_temporal_api_cloud_billing_v1_message, 0);
15
+ /**
16
+ * @generated from enum temporal.api.cloud.billing.v1.BillingReportSpec.BillingReportGranularity
17
+ */
18
+ export var BillingReportSpec_BillingReportGranularity;
19
+ (function (BillingReportSpec_BillingReportGranularity) {
20
+ /**
21
+ * @generated from enum value: BILLING_REPORT_GRANULARITY_UNSPECIFIED = 0;
22
+ */
23
+ BillingReportSpec_BillingReportGranularity[BillingReportSpec_BillingReportGranularity["UNSPECIFIED"] = 0] = "UNSPECIFIED";
24
+ /**
25
+ * @generated from enum value: BILLING_REPORT_GRANULARITY_HOURLY = 1;
26
+ */
27
+ BillingReportSpec_BillingReportGranularity[BillingReportSpec_BillingReportGranularity["HOURLY"] = 1] = "HOURLY";
28
+ /**
29
+ * @generated from enum value: BILLING_REPORT_GRANULARITY_DAILY = 2;
30
+ */
31
+ BillingReportSpec_BillingReportGranularity[BillingReportSpec_BillingReportGranularity["DAILY"] = 2] = "DAILY";
32
+ /**
33
+ * @generated from enum value: BILLING_REPORT_GRANULARITY_MONTHLY = 3;
34
+ */
35
+ BillingReportSpec_BillingReportGranularity[BillingReportSpec_BillingReportGranularity["MONTHLY"] = 3] = "MONTHLY";
36
+ })(BillingReportSpec_BillingReportGranularity || (BillingReportSpec_BillingReportGranularity = {}));
37
+ /**
38
+ * Describes the enum temporal.api.cloud.billing.v1.BillingReportSpec.BillingReportGranularity.
39
+ */
40
+ export const BillingReportSpec_BillingReportGranularitySchema = /*@__PURE__*/ enumDesc(file_temporal_api_cloud_billing_v1_message, 0, 0);
41
+ /**
42
+ * Describes the message temporal.api.cloud.billing.v1.BillingReport.
43
+ * Use `create(BillingReportSchema)` to create a new message.
44
+ */
45
+ export const BillingReportSchema = /*@__PURE__*/ messageDesc(file_temporal_api_cloud_billing_v1_message, 1);
46
+ /**
47
+ * Describes the message temporal.api.cloud.billing.v1.BillingReport.Download.
48
+ * Use `create(BillingReport_DownloadSchema)` to create a new message.
49
+ */
50
+ export const BillingReport_DownloadSchema = /*@__PURE__*/ messageDesc(file_temporal_api_cloud_billing_v1_message, 1, 0);
51
+ /**
52
+ * @generated from enum temporal.api.cloud.billing.v1.BillingReport.Download.FileFormat
53
+ */
54
+ export var BillingReport_Download_FileFormat;
55
+ (function (BillingReport_Download_FileFormat) {
56
+ /**
57
+ * @generated from enum value: FILE_FORMAT_UNSPECIFIED = 0;
58
+ */
59
+ BillingReport_Download_FileFormat[BillingReport_Download_FileFormat["UNSPECIFIED"] = 0] = "UNSPECIFIED";
60
+ /**
61
+ * @generated from enum value: FILE_FORMAT_CSV = 1;
62
+ */
63
+ BillingReport_Download_FileFormat[BillingReport_Download_FileFormat["CSV"] = 1] = "CSV";
64
+ })(BillingReport_Download_FileFormat || (BillingReport_Download_FileFormat = {}));
65
+ /**
66
+ * Describes the enum temporal.api.cloud.billing.v1.BillingReport.Download.FileFormat.
67
+ */
68
+ export const BillingReport_Download_FileFormatSchema = /*@__PURE__*/ enumDesc(file_temporal_api_cloud_billing_v1_message, 1, 0, 0);
69
+ /**
70
+ * @generated from enum temporal.api.cloud.billing.v1.BillingReport.BillingReportState
71
+ */
72
+ export var BillingReport_BillingReportState;
73
+ (function (BillingReport_BillingReportState) {
74
+ /**
75
+ * @generated from enum value: BILLING_REPORT_STATE_UNSPECIFIED = 0;
76
+ */
77
+ BillingReport_BillingReportState[BillingReport_BillingReportState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
78
+ /**
79
+ * @generated from enum value: BILLING_REPORT_STATE_IN_PROGRESS = 1;
80
+ */
81
+ BillingReport_BillingReportState[BillingReport_BillingReportState["IN_PROGRESS"] = 1] = "IN_PROGRESS";
82
+ /**
83
+ * @generated from enum value: BILLING_REPORT_STATE_GENERATED = 2;
84
+ */
85
+ BillingReport_BillingReportState[BillingReport_BillingReportState["GENERATED"] = 2] = "GENERATED";
86
+ /**
87
+ * @generated from enum value: BILLING_REPORT_STATE_FAILED = 3;
88
+ */
89
+ BillingReport_BillingReportState[BillingReport_BillingReportState["FAILED"] = 3] = "FAILED";
90
+ })(BillingReport_BillingReportState || (BillingReport_BillingReportState = {}));
91
+ /**
92
+ * Describes the enum temporal.api.cloud.billing.v1.BillingReport.BillingReportState.
93
+ */
94
+ export const BillingReport_BillingReportStateSchema = /*@__PURE__*/ enumDesc(file_temporal_api_cloud_billing_v1_message, 1, 0);
95
+ //# sourceMappingURL=message_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message_pb.js","sourceRoot":"","sources":["../../../../../../../../src/proto/temporal/api/cloud/billing/v1/message_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGvG;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,yjEAAyjE,EAAE,CAAC,6BAA6B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AA8CvoE;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAE7D;;GAEG;AACH,MAAM,CAAN,IAAY,0CAoBX;AApBD,WAAY,0CAA0C;IACpD;;OAEG;IACH,yHAAe,CAAA;IAEf;;OAEG;IACH,+GAAU,CAAA;IAEV;;OAEG;IACH,6GAAS,CAAA;IAET;;OAEG;IACH,iHAAW,CAAA;AACb,CAAC,EApBW,0CAA0C,KAA1C,0CAA0C,QAoBrD;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAwD,aAAa,CAChI,QAAQ,CAAC,0CAA0C,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAyD7D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAmC7D;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,0CAA0C,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAEhE;;GAEG;AACH,MAAM,CAAN,IAAY,iCAUX;AAVD,WAAY,iCAAiC;IAC3C;;OAEG;IACH,uGAAe,CAAA;IAEf;;OAEG;IACH,uFAAO,CAAA;AACT,CAAC,EAVW,iCAAiC,KAAjC,iCAAiC,QAU5C;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAA+C,aAAa,CAC9G,QAAQ,CAAC,0CAA0C,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAEhE;;GAEG;AACH,MAAM,CAAN,IAAY,gCAoBX;AApBD,WAAY,gCAAgC;IAC1C;;OAEG;IACH,qGAAe,CAAA;IAEf;;OAEG;IACH,qGAAe,CAAA;IAEf;;OAEG;IACH,iGAAa,CAAA;IAEb;;OAEG;IACH,2FAAU,CAAA;AACZ,CAAC,EApBW,gCAAgC,KAAhC,gCAAgC,QAoB3C;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAA8C,aAAa,CAC5G,QAAQ,CAAC,0CAA0C,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC"}