You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -12,12 +12,12 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function CreateField(Val Token, Val Base, Val Table, Val FieldStructure) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Token | --token | String | Token |
|
||||
| Base | --base | String | Base identifier |
|
||||
| Table | --table | String | Table identifier |
|
||||
| FieldStructure | --fielddata | Structure of KeyAndValue | Description of the new field |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Token | --token | String | ✔ | Token |
|
||||
| Base | --base | String | ✔ | Base identifier |
|
||||
| Table | --table | String | ✔ | Table identifier |
|
||||
| FieldStructure | --fielddata | Structure of KeyAndValue | ✔ | Description of the new field |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
@@ -12,9 +12,9 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function GetAttachmentField(Val Name) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Name | --title | String | Field name |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Name | --title | String | ✔ | Field name |
|
||||
|
||||
|
||||
Returns: Structure - Field description
|
||||
|
||||
@@ -12,9 +12,9 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function GetCheckboxField(Val Name) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Name | --title | String | Field name |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Name | --title | String | ✔ | Field name |
|
||||
|
||||
|
||||
Returns: Structure - Field description
|
||||
|
||||
@@ -12,9 +12,9 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function GetDateField(Val Name) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Name | --title | String | Field name |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Name | --title | String | ✔ | Field name |
|
||||
|
||||
|
||||
Returns: Structure - Field description
|
||||
|
||||
@@ -12,9 +12,9 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function GetEmailField(Val Name) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Name | --title | String | Field name |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Name | --title | String | ✔ | Field name |
|
||||
|
||||
|
||||
Returns: Structure - Field description
|
||||
|
||||
@@ -12,9 +12,9 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function GetLinkField(Val Name) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Name | --title | String | Field name |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Name | --title | String | ✔ | Field name |
|
||||
|
||||
|
||||
Returns: Structure - Field description
|
||||
|
||||
@@ -12,10 +12,10 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function GetNumberField(Val Name, Val Precision = 0) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Name | --title | String | New field name |
|
||||
| Precision | --precision | Number, String | Number of decimal places |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Name | --title | String | ✔ | New field name |
|
||||
| Precision | --precision | Number, String | ✖ | Number of decimal places |
|
||||
|
||||
|
||||
Returns: Structure - Field description
|
||||
|
||||
@@ -12,9 +12,9 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function GetPhoneField(Val Name) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Name | --title | String | Field name |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Name | --title | String | ✔ | Field name |
|
||||
|
||||
|
||||
Returns: Structure - Field description
|
||||
|
||||
@@ -12,9 +12,9 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function GetStringField(Val Name) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Name | --title | String | New field name |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Name | --title | String | ✔ | New field name |
|
||||
|
||||
|
||||
Returns: Structure - Field description
|
||||
|
||||
@@ -12,14 +12,14 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function ModifyField(Val Token, Val Base, Val Table, Val Field, Val Name = "", Val Description = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Token | --token | String | Token |
|
||||
| Base | --base | String | Base identifier Base |
|
||||
| Table | --table | String | Table identifier |
|
||||
| Field | --field | String | Field identifier |
|
||||
| Name | --title | String | New name |
|
||||
| Description | --description | String | New description |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Token | --token | String | ✔ | Token |
|
||||
| Base | --base | String | ✔ | Base identifier Base |
|
||||
| Table | --table | String | ✔ | Table identifier |
|
||||
| Field | --field | String | ✔ | Field identifier |
|
||||
| Name | --title | String | ✖ | New name |
|
||||
| Description | --description | String | ✖ | New description |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
Reference in New Issue
Block a user