Skip to content

Commit e5b54b5

Browse files
committed
revert blocks changes
1 parent 16b35da commit e5b54b5

25 files changed

+441
-92
lines changed

apps/sim/blocks/blocks/apify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Return ONLY the valid JSON object - no explanations, no markdown.`,
151151
operation: { type: 'string', description: 'Operation to perform' },
152152
apiKey: { type: 'string', description: 'Apify API token' },
153153
actorId: { type: 'string', description: 'Actor ID or username/actor-name' },
154-
input: { type: 'json', description: 'Actor input as JSON string' },
154+
input: { type: 'string', description: 'Actor input as JSON string' },
155155
timeout: { type: 'number', description: 'Timeout in seconds' },
156156
build: { type: 'string', description: 'Actor build version' },
157157
waitForFinish: { type: 'number', description: 'Initial wait time in seconds' },

apps/sim/blocks/blocks/apollo.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -776,26 +776,6 @@ Return ONLY the timestamp string in ISO 8601 format - no explanations, no quotes
776776
},
777777
inputs: {
778778
operation: { type: 'string', description: 'Apollo operation to perform' },
779-
person_titles: { type: 'json', description: 'Array of job titles' },
780-
person_locations: { type: 'json', description: 'Array of locations' },
781-
organization_names: { type: 'json', description: 'Array of organization names' },
782-
person_seniorities: { type: 'json', description: 'Array of seniority levels' },
783-
contact_stage_ids: { type: 'json', description: 'Array of contact stage IDs' },
784-
organization_locations: { type: 'json', description: 'Array of organization locations' },
785-
organization_num_employees_ranges: {
786-
type: 'json',
787-
description: 'Array of employee count ranges',
788-
},
789-
q_organization_keyword_tags: { type: 'json', description: 'Array of keyword tags' },
790-
account_stage_ids: { type: 'json', description: 'Array of account stage IDs' },
791-
people: { type: 'json', description: 'People data for bulk enrichment' },
792-
organizations: { type: 'json', description: 'Organizations data for bulk enrichment' },
793-
contacts: { type: 'json', description: 'Contacts data for bulk operations' },
794-
accounts: { type: 'json', description: 'Accounts data for bulk operations' },
795-
contact_ids: { type: 'json', description: 'Array of contact IDs' },
796-
account_ids: { type: 'json', description: 'Array of account IDs' },
797-
stage_ids: { type: 'json', description: 'Array of stage IDs' },
798-
owner_ids: { type: 'json', description: 'Array of owner IDs' },
799779
},
800780
outputs: {
801781
success: { type: 'boolean', description: 'Whether the operation was successful' },

0 commit comments

Comments
 (0)