superfaceai / service-client

Library provides client for superface backend apis.
MIT License
5 stars 1 forks source link

ProviderResponse optional properties #63

Open janhalama opened 3 years ago

janhalama commented 3 years ago

Once https://github.com/superfaceai/brain/pull/328 is merged and deployed update ProviderResponse and make following properties required:

owner?: string;
owner_url?: string;
published_at?: Date;
published_by?: string;