Skip to content

Commit 468f711

Browse files
authored
feat: remove Apify API URL hints (#51)
1 parent bfead38 commit 468f711

File tree

7 files changed

+0
-105
lines changed

7 files changed

+0
-105
lines changed

nodes/Apify/resources/actor-runs/get-run/properties.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
import { INodeProperties } from 'n8n-workflow';
22

33
export const properties: INodeProperties[] = [
4-
{
5-
displayName: 'GET /v2/actor-runs/{runId}',
6-
name: 'operation',
7-
type: 'notice',
8-
typeOptions: {
9-
theme: 'info',
10-
},
11-
default: '',
12-
displayOptions: {
13-
show: {
14-
resource: ['Actor runs'],
15-
operation: ['Get run'],
16-
},
17-
},
18-
},
194
{
205
displayName: 'Run ID',
216
name: 'runId',

nodes/Apify/resources/actor-runs/get-user-runs-list/properties.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
import { INodeProperties } from 'n8n-workflow';
22

33
export const properties: INodeProperties[] = [
4-
{
5-
displayName: 'GET /v2/actor-runs',
6-
name: 'operation',
7-
type: 'notice',
8-
typeOptions: {
9-
theme: 'info',
10-
},
11-
default: '',
12-
displayOptions: {
13-
show: {
14-
resource: ['Actor runs'],
15-
operation: ['Get user runs list'],
16-
},
17-
},
18-
},
194
{
205
displayName: 'Offset',
216
name: 'offset',

nodes/Apify/resources/actor-tasks/run-task/properties.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
import { INodeProperties } from 'n8n-workflow';
22

33
export const properties: INodeProperties[] = [
4-
{
5-
displayName: 'POST /v2/actor-tasks/{actorTaskId}/runs',
6-
name: 'operation',
7-
type: 'notice',
8-
typeOptions: {
9-
theme: 'info',
10-
},
11-
default: '',
12-
displayOptions: {
13-
show: {
14-
resource: ['Actor tasks'],
15-
operation: ['Run task'],
16-
},
17-
},
18-
},
194
{
205
displayName: 'Actor Task',
216
name: 'actorTaskId',

nodes/Apify/resources/actors/get-last-run/properties.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
import { INodeProperties } from 'n8n-workflow';
22

33
export const properties: INodeProperties[] = [
4-
{
5-
displayName: 'GET /v2/acts/{actorId}/runs/last',
6-
name: 'operation',
7-
type: 'notice',
8-
typeOptions: {
9-
theme: 'info',
10-
},
11-
default: '',
12-
displayOptions: {
13-
show: {
14-
resource: ['Actors'],
15-
operation: ['Get last run'],
16-
},
17-
},
18-
},
194
{
205
displayName: 'Actor Source',
216
name: 'actorSource',

nodes/Apify/resources/actors/run-actor/properties.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
import { INodeProperties } from 'n8n-workflow';
22

33
export const properties: INodeProperties[] = [
4-
{
5-
displayName: 'POST /v2/acts/{actorId}/runs',
6-
name: 'operation',
7-
type: 'notice',
8-
typeOptions: {
9-
theme: 'info',
10-
},
11-
default: '',
12-
displayOptions: {
13-
show: {
14-
resource: ['Actors'],
15-
operation: ['Run actor'],
16-
},
17-
},
18-
},
194
{
205
displayName: 'Actor Source',
216
name: 'actorSource',

nodes/Apify/resources/datasets/get-items/properties.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
import { INodeProperties } from 'n8n-workflow';
22

33
export const properties: INodeProperties[] = [
4-
{
5-
displayName: 'GET /v2/datasets/{datasetId}/items',
6-
name: 'operation',
7-
type: 'notice',
8-
typeOptions: {
9-
theme: 'info',
10-
},
11-
default: '',
12-
displayOptions: {
13-
show: {
14-
resource: ['Datasets'],
15-
operation: ['Get items'],
16-
},
17-
},
18-
},
194
{
205
displayName: 'Dataset ID',
216
name: 'datasetId',

nodes/Apify/resources/key-value-stores/get-key-value-store-record/properties.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
import { INodeProperties } from 'n8n-workflow';
22

33
export const properties: INodeProperties[] = [
4-
{
5-
displayName: 'GET /v2/key-value-stores/{storeId}/records/{recordKey}',
6-
name: 'operation',
7-
type: 'notice',
8-
typeOptions: {
9-
theme: 'info',
10-
},
11-
default: '',
12-
displayOptions: {
13-
show: {
14-
resource: ['Key-Value Stores'],
15-
operation: ['Get Key-Value Store Record'],
16-
},
17-
},
18-
},
194
{
205
displayName: 'Key-Value Store ID',
216
name: 'storeId',

0 commit comments

Comments
 (0)