Skip to content

Commit

Permalink
Update from Flowpipe v0.10.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Sep 5, 2024
1 parent e326599 commit 6b9bd7e
Show file tree
Hide file tree
Showing 7 changed files with 264 additions and 15 deletions.
93 changes: 78 additions & 15 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1415,6 +1415,9 @@ components:
- depends_on
- depends_on
name: name
connection_depends_on:
- connection_depends_on
- connection_depends_on
description: description
Range:
filename: filename
Expand All @@ -1428,6 +1431,9 @@ components:
- depends_on
- depends_on
name: name
connection_depends_on:
- connection_depends_on
- connection_depends_on
description: description
Range:
filename: filename
Expand All @@ -1446,6 +1452,9 @@ components:
description: description
optional: true
type: ""
enum:
- ""
- ""
tags:
key: tags
- default: ""
Expand All @@ -1454,6 +1463,9 @@ components:
description: description
optional: true
type: ""
enum:
- ""
- ""
tags:
key: tags
start_line_number: 6
Expand Down Expand Up @@ -1509,13 +1521,20 @@ components:
description: description
optional: true
type: ""
enum:
- ""
- ""
tags:
key: tags
properties:
default:
type: AnyType
description:
type: string
enum:
items:
type: AnyType
type: array
name:
type: string
optional:
Expand Down Expand Up @@ -1602,24 +1621,31 @@ components:
type: object
FpVariable:
example:
type_string: type_string
qualified_name: qualified_name
file_name: file_name
value_default: ""
description: description
end_line_number: 0
resource_name: resource_name
start_line_number: 6
type: ""
value: ""
enum:
- ""
- ""
mod_name: mod_name
tags:
key: tags
type_string: type_string
qualified_name: qualified_name
value_default: ""
resource_name: resource_name
value: ""
properties:
description:
type: string
end_line_number:
type: integer
enum:
items:
type: AnyType
type: array
file_name:
type: string
mod_name:
Expand Down Expand Up @@ -1807,6 +1833,9 @@ components:
- depends_on
- depends_on
name: name
connection_depends_on:
- connection_depends_on
- connection_depends_on
description: description
Range:
filename: filename
Expand All @@ -1820,6 +1849,9 @@ components:
- depends_on
- depends_on
name: name
connection_depends_on:
- connection_depends_on
- connection_depends_on
description: description
Range:
filename: filename
Expand All @@ -1838,6 +1870,9 @@ components:
description: description
optional: true
type: ""
enum:
- ""
- ""
tags:
key: tags
- default: ""
Expand All @@ -1846,6 +1881,9 @@ components:
description: description
optional: true
type: ""
enum:
- ""
- ""
tags:
key: tags
start_line_number: 6
Expand All @@ -1865,6 +1903,9 @@ components:
- depends_on
- depends_on
name: name
connection_depends_on:
- connection_depends_on
- connection_depends_on
description: description
Range:
filename: filename
Expand All @@ -1878,6 +1919,9 @@ components:
- depends_on
- depends_on
name: name
connection_depends_on:
- connection_depends_on
- connection_depends_on
description: description
Range:
filename: filename
Expand All @@ -1896,6 +1940,9 @@ components:
description: description
optional: true
type: ""
enum:
- ""
- ""
tags:
key: tags
- default: ""
Expand All @@ -1904,6 +1951,9 @@ components:
description: description
optional: true
type: ""
enum:
- ""
- ""
tags:
key: tags
start_line_number: 6
Expand Down Expand Up @@ -2027,32 +2077,38 @@ components:
example:
next_token: next_token
items:
- type_string: type_string
qualified_name: qualified_name
file_name: file_name
value_default: ""
- file_name: file_name
description: description
end_line_number: 0
resource_name: resource_name
start_line_number: 6
type: ""
value: ""
enum:
- ""
- ""
mod_name: mod_name
tags:
key: tags
- type_string: type_string
type_string: type_string
qualified_name: qualified_name
file_name: file_name
value_default: ""
resource_name: resource_name
value: ""
- file_name: file_name
description: description
end_line_number: 0
resource_name: resource_name
start_line_number: 6
type: ""
value: ""
enum:
- ""
- ""
mod_name: mod_name
tags:
key: tags
type_string: type_string
qualified_name: qualified_name
value_default: ""
resource_name: resource_name
value: ""
properties:
items:
items:
Expand Down Expand Up @@ -2789,6 +2845,9 @@ components:
- depends_on
- depends_on
name: name
connection_depends_on:
- connection_depends_on
- connection_depends_on
description: description
Range:
filename: filename
Expand All @@ -2798,6 +2857,10 @@ components:
properties:
Range:
$ref: '#/components/schemas/hcl.Range'
connection_depends_on:
items:
type: string
type: array
credential_depends_on:
items:
type: string
Expand Down
26 changes: 26 additions & 0 deletions docs/FpPipelineParam.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Default** | Pointer to **interface{}** | | [optional]
**Description** | Pointer to **string** | | [optional]
**Enum** | Pointer to **[]interface{}** | | [optional]
**Name** | Pointer to **string** | | [optional]
**Optional** | Pointer to **bool** | | [optional]
**Tags** | Pointer to **map[string]string** | | [optional]
Expand Down Expand Up @@ -81,6 +82,31 @@ SetDescription sets Description field to given value.

HasDescription returns a boolean if a field has been set.

### GetEnum

`func (o *FpPipelineParam) GetEnum() []interface{}`

GetEnum returns the Enum field if non-nil, zero value otherwise.

### GetEnumOk

`func (o *FpPipelineParam) GetEnumOk() (*[]interface{}, bool)`

GetEnumOk returns a tuple with the Enum field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetEnum

`func (o *FpPipelineParam) SetEnum(v []interface{})`

SetEnum sets Enum field to given value.

### HasEnum

`func (o *FpPipelineParam) HasEnum() bool`

HasEnum returns a boolean if a field has been set.

### GetName

`func (o *FpPipelineParam) GetName() string`
Expand Down
26 changes: 26 additions & 0 deletions docs/FpVariable.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Description** | Pointer to **string** | | [optional]
**EndLineNumber** | Pointer to **int32** | | [optional]
**Enum** | Pointer to **[]interface{}** | | [optional]
**FileName** | Pointer to **string** | | [optional]
**ModName** | Pointer to **string** | | [optional]
**QualifiedName** | Pointer to **string** | | [optional]
Expand Down Expand Up @@ -86,6 +87,31 @@ SetEndLineNumber sets EndLineNumber field to given value.

HasEndLineNumber returns a boolean if a field has been set.

### GetEnum

`func (o *FpVariable) GetEnum() []interface{}`

GetEnum returns the Enum field if non-nil, zero value otherwise.

### GetEnumOk

`func (o *FpVariable) GetEnumOk() (*[]interface{}, bool)`

GetEnumOk returns a tuple with the Enum field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetEnum

`func (o *FpVariable) SetEnum(v []interface{})`

SetEnum sets Enum field to given value.

### HasEnum

`func (o *FpVariable) HasEnum() bool`

HasEnum returns a boolean if a field has been set.

### GetFileName

`func (o *FpVariable) GetFileName() string`
Expand Down
26 changes: 26 additions & 0 deletions docs/ModconfigPipelineOutput.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Range** | Pointer to [**HclRange**](HclRange.md) | | [optional]
**ConnectionDependsOn** | Pointer to **[]string** | | [optional]
**CredentialDependsOn** | Pointer to **[]string** | | [optional]
**DependsOn** | Pointer to **[]string** | | [optional]
**Description** | Pointer to **string** | | [optional]
Expand Down Expand Up @@ -56,6 +57,31 @@ SetRange sets Range field to given value.

HasRange returns a boolean if a field has been set.

### GetConnectionDependsOn

`func (o *ModconfigPipelineOutput) GetConnectionDependsOn() []string`

GetConnectionDependsOn returns the ConnectionDependsOn field if non-nil, zero value otherwise.

### GetConnectionDependsOnOk

`func (o *ModconfigPipelineOutput) GetConnectionDependsOnOk() (*[]string, bool)`

GetConnectionDependsOnOk returns a tuple with the ConnectionDependsOn field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetConnectionDependsOn

`func (o *ModconfigPipelineOutput) SetConnectionDependsOn(v []string)`

SetConnectionDependsOn sets ConnectionDependsOn field to given value.

### HasConnectionDependsOn

`func (o *ModconfigPipelineOutput) HasConnectionDependsOn() bool`

HasConnectionDependsOn returns a boolean if a field has been set.

### GetCredentialDependsOn

`func (o *ModconfigPipelineOutput) GetCredentialDependsOn() []string`
Expand Down
Loading

0 comments on commit 6b9bd7e

Please sign in to comment.