File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default {
66 name : "Search For Accounts" ,
77 description : "Search for accounts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-accounts)" ,
88 type : "action" ,
9- version : "0.0.5 " ,
9+ version : "0.0.6 " ,
1010 props : {
1111 app,
1212 search : {
@@ -40,7 +40,7 @@ export default {
4040 } ,
4141 } ,
4242 async run ( { $ } ) {
43- const resourcesStream = this . app . getResourcesStream ( {
43+ const resourcesStream = this . app . getIterations ( {
4444 resourceFn : this . app . searchAccounts ,
4545 resourceFnArgs : {
4646 params : {
@@ -53,7 +53,7 @@ export default {
5353 resourceName : "accounts" ,
5454 } ) ;
5555
56- const accounts = await utils . streamIterator ( resourcesStream ) ;
56+ const accounts = await utils . iterate ( resourcesStream ) ;
5757
5858 $ . export ( "$summary" , `Successfully fetched ${ accounts . length } accounts.` ) ;
5959
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/apollo_io" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.5.3 " ,
44 "description" : " Pipedream Apollo.io Components" ,
55 "main" : " apollo_io.app.mjs" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments