@@ -3002,6 +3002,43 @@ definitions:
3002
3002
$ref : ' #/definitions/v1betaRole'
3003
3003
description : Defines the role users will have over the resource.
3004
3004
description : ShareCode describes a sharing configuration through a link.
3005
+ TriggerByRequestRequestField :
3006
+ type : object
3007
+ properties :
3008
+ title :
3009
+ type : string
3010
+ description : Title of the field.
3011
+ description :
3012
+ type : string
3013
+ description : Description of the field.
3014
+ instill_format :
3015
+ type : string
3016
+ description : Instill format.
3017
+ instill_ui_order :
3018
+ type : integer
3019
+ format : int32
3020
+ description : Instill UI order.
3021
+ instill_ui_multiline :
3022
+ type : boolean
3023
+ description : Instill UI Multiline.
3024
+ description : Represents a field within the reqeuest.
3025
+ TriggerByRequestResponseField :
3026
+ type : object
3027
+ properties :
3028
+ title :
3029
+ type : string
3030
+ description : Title of the field.
3031
+ description :
3032
+ type : string
3033
+ description : Description of the field.
3034
+ value :
3035
+ type : string
3036
+ description : Value of the field.
3037
+ instill_ui_order :
3038
+ type : integer
3039
+ format : int32
3040
+ description : Instill UI order.
3041
+ description : Represents a field within the response.
3005
3042
googlelongrunningOperation :
3006
3043
type : object
3007
3044
properties :
@@ -3289,9 +3326,6 @@ definitions:
3289
3326
metadata :
3290
3327
type : object
3291
3328
description : Metadata of the component.
3292
- response_component :
3293
- $ref : ' #/definitions/v1betaResponseComponent'
3294
- title : ResponseComponent
3295
3329
connector_component :
3296
3330
$ref : ' #/definitions/v1betaConnectorComponent'
3297
3331
title : ConnectorComponent
@@ -4391,37 +4425,6 @@ definitions:
4391
4425
$ref : ' #/definitions/v1betaPipeline'
4392
4426
description : The renamed pipeline resource.
4393
4427
description : RenameUserPipelineResponse contains a renamed pipeline.
4394
- v1betaResponseComponent :
4395
- type : object
4396
- properties :
4397
- fields :
4398
- type : object
4399
- additionalProperties :
4400
- $ref : ' #/definitions/v1betaResponseComponentField'
4401
- description : |-
4402
- Fields configuration.
4403
- Key: Key of the output data.
4404
- Field: Field settings of the value.
4405
- description : |-
4406
- ResponseComponent
4407
- Configures the payload format of response when triggered by a request.
4408
- v1betaResponseComponentField :
4409
- type : object
4410
- properties :
4411
- title :
4412
- type : string
4413
- description : Title of the field.
4414
- description :
4415
- type : string
4416
- description : Description of the field.
4417
- value :
4418
- type : string
4419
- description : Value of the field.
4420
- instill_ui_order :
4421
- type : integer
4422
- format : int32
4423
- description : Instill UI order.
4424
- description : Represents a field within the end component.
4425
4428
v1betaRestoreOrganizationPipelineReleaseResponse :
4426
4429
type : object
4427
4430
properties :
@@ -4606,37 +4609,25 @@ definitions:
4606
4609
v1betaTriggerByRequest :
4607
4610
type : object
4608
4611
properties :
4609
- fields :
4612
+ request_fields :
4610
4613
type : object
4611
4614
additionalProperties :
4612
- $ref : ' #/definitions/v1betaTriggerByRequestField '
4615
+ $ref : ' #/definitions/TriggerByRequestRequestField '
4613
4616
description : |-
4614
- Fields configuration.
4617
+ Fields configuration of request.
4618
+ Key: Key of the input data.
4619
+ Field: Field settings of the value.
4620
+ response_fields :
4621
+ type : object
4622
+ additionalProperties :
4623
+ $ref : ' #/definitions/TriggerByRequestResponseField'
4624
+ description : |-
4625
+ Fields configuration of response.
4615
4626
Key: Key of the input data.
4616
4627
Field: Field settings of the value.
4617
4628
description : |-
4618
4629
TriggerByRequest
4619
4630
Configures the payload format of request when triggered by a request.
4620
- v1betaTriggerByRequestField :
4621
- type : object
4622
- properties :
4623
- title :
4624
- type : string
4625
- description : Title of the field.
4626
- description :
4627
- type : string
4628
- description : Description of the field.
4629
- instill_format :
4630
- type : string
4631
- description : Instill format.
4632
- instill_ui_order :
4633
- type : integer
4634
- format : int32
4635
- description : Instill UI order.
4636
- instill_ui_multiline :
4637
- type : boolean
4638
- description : Instill UI Multiline.
4639
- description : Represents a field within the start component.
4640
4631
v1betaTriggerMetadata :
4641
4632
type : object
4642
4633
properties :
0 commit comments