Skip to content

Commit 192950d

Browse files
committed
chore: add user_is_paying annotation to the configuration
1 parent c75520a commit 192950d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/apify/_configuration.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,14 @@ class Configuration(CrawleeConfiguration):
334334
),
335335
] = None
336336

337+
user_is_paying: Annotated[
338+
str | None,
339+
Field(
340+
alias='apify_user_is_paying',
341+
description='If set to "1", the user calling the Actor is paying user',
342+
),
343+
] = None
344+
337345
web_server_port: Annotated[
338346
int,
339347
Field(

0 commit comments

Comments
 (0)