Skip to content

Commit a4b0cd7

Browse files
authored
Merge pull request #3545 from segmentio/develop
Release 22.38.2
2 parents 1a6610c + af5b014 commit a4b0cd7

File tree

18 files changed

+6022
-10284
lines changed

18 files changed

+6022
-10284
lines changed

Gemfile.lock

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
httpclient (~> 2.8, >= 2.8.3)
3232
json (>= 1.5.1)
3333
colorator (1.1.0)
34-
commonmarker (0.23.4)
34+
commonmarker (0.23.6)
3535
concurrent-ruby (1.1.9)
3636
dotenv (2.7.6)
3737
em-websocket (0.5.2)

package-lock.json

Lines changed: 258 additions & 665 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"superagent": "^6.1.0",
3737
"webpack": "^5.53.0",
3838
"webpack-cli": "^4.8.0",
39-
"yaml-lint": "^1.2.4"
39+
"yaml-lint": "^1.7.0"
4040
},
4141
"dependencies": {
4242
"@algolia/autocomplete-js": "^1.4.0",
@@ -46,7 +46,7 @@
4646
"ajv": "^6.10.2",
4747
"algoliasearch": "^4.10.5",
4848
"ansi-regex": "^6.0.1",
49-
"browser-sync": "^2.27.7",
49+
"browser-sync": "^2.27.10",
5050
"check-links": "^1.1.8",
5151
"clipboard": "^2.0.8",
5252
"diff": "^5.0.0",

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2022-09-20
2+
# destination categories last updated 2022-09-22
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2022-09-20
2+
# destination data last updated 2022-09-22
33
items:
44
- id: 60b5d0a01f3726b85dc05aab
55
display_name: 2mee
@@ -37569,13 +37569,13 @@ items:
3756937569
- id: 61957755c4d820be968457de
3757037570
display_name: Salesforce (Actions)
3757137571
name: Salesforce (Actions)
37572-
slug: salesforce-actions
37573-
hidden: true
37572+
slug: actions-salesforce
37573+
hidden: false
3757437574
endpoints:
3757537575
- us
3757637576
regions:
3757737577
- us
37578-
url: connections/destinations/catalog/salesforce-actions
37578+
url: connections/destinations/catalog/actions-salesforce
3757937579
previous_names:
3758037580
- Salesforce (Actions)
3758137581
website: https://www.salesforce.com/products/sales-cloud/overview/

src/_data/catalog/regional-supported.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
2-
# Last updated 2022-09-20
2+
# Last updated 2022-09-22
33
warehouses:
44
- id: WcjBCzUGff
55
display_name: Azure SQL Data Warehouse
@@ -3353,8 +3353,8 @@ destinations:
33533353
- us
33543354
- id: 61957755c4d820be968457de
33553355
display_name: Salesforce (Actions)
3356-
slug: salesforce-actions
3357-
url: connections/destinations/catalog/salesforce-actions
3356+
slug: actions-salesforce
3357+
url: connections/destinations/catalog/actions-salesforce
33583358
regions:
33593359
- us
33603360
endpoints:

src/_data/catalog/slugs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@
4343
- original: "mixpanel-actions"
4444
override: "actions-mixpanel"
4545
- original: "rokt"
46-
override: "rokt-integration"
46+
override: "rokt-integration"
47+
- original: "salesforce-actions"
48+
override: "actions-salesforce"

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source cateogries last updated 2022-09-20
2+
# source cateogries last updated 2022-09-22
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2022-09-20
2+
# sources last updated 2022-09-22
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET

src/_includes/components/actions-fields.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
{% assign settings = currentIntegration.settings %}
1717
{% assign actions = currentIntegration.actions %}
1818
{% assign presets = currentIntegration.presets %}
19+
{% assign hiddenActions = page.hide_action | map: "id"%}
1920

2021

2122
{% if settings.size > 0 %}
@@ -81,7 +82,6 @@
8182

8283
## Available Actions
8384

84-
8585
Build your own Mappings! Combine supported [triggers](/docs/connections/destinations/actions/#components-of-a-destination-action) with the following {{currentIntegration.display_name | remove: " (Actions)"}}-supported actions:
8686

8787
<div class="premonition info">
@@ -93,10 +93,13 @@
9393
</div>
9494

9595
{% for action in actions %}
96+
{% unless hiddenActions contains action.id %}
9697
- [{{action.name}}](#{{action.name | slugify}})
98+
{% endunless %}
9799
{% endfor %}
98100

99101
{% for action in actions %}
102+
{% unless hiddenActions contains action.id %}
100103
### {{action.name}}
101104
<p>{{action.description | markdownify}}</p>
102105
<p>{{action.name}} is a <strong>{{action.platform | capitalize}}</strong> action. The default Trigger is:</p> <code>{{action.defaultTrigger}}</code>
@@ -136,6 +139,6 @@
136139
{% else %}
137140
This action does not have any fields.
138141
{% endif %}
139-
142+
{% endunless %}
140143
{% endfor %}
141144

0 commit comments

Comments
 (0)