Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions api/generated/api.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -11336,6 +11336,14 @@
},
"backfill": {
"$ref": "#/components/schemas/Backfill"
},
"enabled": {
"type": "string",
"description": "If set to `always`, Ampersand reads this object for every installation even if the customer never selects it (or it isn't present) in the installation config.\n",
"enum": [
"always"
],
"x-go-type-skip-optional-pointer": true
}
}
},
Expand Down
16 changes: 16 additions & 0 deletions api/generated/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -12947,6 +12947,14 @@
}
}
}
},
"enabled": {
"type": "string",
"description": "If set to `always`, Ampersand reads this object for every installation even if the customer never selects it (or it isn't present) in the installation config.\n",
"enum": [
"always"
],
"x-go-type-skip-optional-pointer": true
}
}
}
Expand Down Expand Up @@ -71747,6 +71755,14 @@
}
}
}
},
"enabled": {
"type": "string",
"description": "If set to `always`, Ampersand reads this object for every installation even if the customer never selects it (or it isn't present) in the installation config.\n",
"enum": [
"always"
],
"x-go-type-skip-optional-pointer": true
}
}
}
Expand Down
24 changes: 24 additions & 0 deletions manifest/generated/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2229,6 +2229,14 @@
}
}
}
},
"enabled": {
"type": "string",
"description": "If set to `always`, Ampersand reads this object for every installation even if the customer never selects it (or it isn't present) in the installation config.\n",
"enum": [
"always"
],
"x-go-type-skip-optional-pointer": true
}
}
}
Expand Down Expand Up @@ -2690,6 +2698,14 @@
}
}
}
},
"enabled": {
"type": "string",
"description": "If set to `always`, Ampersand reads this object for every installation even if the customer never selects it (or it isn't present) in the installation config.\n",
"enum": [
"always"
],
"x-go-type-skip-optional-pointer": true
}
}
}
Expand Down Expand Up @@ -3117,6 +3133,14 @@
}
}
}
},
"enabled": {
"type": "string",
"description": "If set to `always`, Ampersand reads this object for every installation even if the customer never selects it (or it isn't present) in the installation config.\n",
"enum": [
"always"
],
"x-go-type-skip-optional-pointer": true
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,14 @@ components:
$ref: '#/components/schemas/HydratedIntegrationField'
backfill:
$ref: '#/components/schemas/Backfill'
enabled:
type: string
description: >
If set to `always`, Ampersand reads this object for every installation
even if the customer never selects it (or it isn't present) in the
installation config.
enum: [always]
x-go-type-skip-optional-pointer: true

# We might end up using the same HydratedIntegrationObject type for both read and write,
# But for now, we're introducing a new typee to keep them separate, and not renaming the
Expand Down
Loading