Ernestas Poskus

Results 3 issues of Ernestas Poskus

Bump tonic to 0.6 version along with prost 0.9. Relax serde "fixup" version requirements.

Pubsub - Adding methods publish_message and publish_messages (required to pass complete PubsubMessage, I need to set attributes field. - Re-export api mod in order to be able to construct PubsubMessage...

Fixing resource update_price currency_options field type. It should be optional currency with update options as a value ![Screenshot 2023-08-19 at 08 20 34](https://github.com/arlyon/async-stripe/assets/4499780/739b8163-8894-4fe9-8b06-a76bf32c129e) Docs: https://stripe.com/docs/api/prices/update Codegen: https://github.com/arlyon/async-stripe/blob/master/openapi/src/codegen.rs#L1280 ### Checklist -...