Skip to content

Commit 4bd4853

Browse files
fix(actor): add missing 'pricingInfos' field to Actor object (#683)
The object should be identical as the one in the run: https://docs.apify.com/api/v2/act-get vs https://docs.apify.com/api/v2/act-run-get
1 parent e70192c commit 4bd4853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resource_clients/actor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ export interface Actor {
271271
modifiedAt: Date;
272272
stats: ActorStats;
273273
versions: ActorVersion[];
274+
pricingInfos?: ActorRunPricingInfo[];
274275
defaultRunOptions: ActorDefaultRunOptions;
275276
exampleRunInput?: ActorExampleRunInput;
276277
isDeprecated?: boolean;

0 commit comments

Comments
 (0)