Skip to content

Commit a8da9e3

Browse files
committed
catalog
1 parent 662c7af commit a8da9e3

File tree

6 files changed

+76
-12
lines changed

6 files changed

+76
-12
lines changed

scripts/catalog_papi.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const getConnectionModes = (destination) => {
206206
if (item.status === 'PUBLIC_BETA') {
207207
betaFlag = 'beta: true\n'
208208
}
209-
content =`---\ntitle: '${item.display_name} Destination'\nhidden: true\n${betaFlag}---\n`
209+
content =`---\ntitle: '${item.display_name} Destination'\nhidden: true\npublished: false\n${betaFlag}---\n`
210210
}
211211
fs.mkdirSync(docsPath)
212212
fs.writeFileSync(`${docsPath}/index.md`, content)
@@ -365,6 +365,11 @@ const updateDestinations = async () => {
365365

366366
destinations.forEach(destination => {
367367
let slug = slugify(destination.name)
368+
369+
if (slug == 'amplitude-actions') {
370+
slug = 'actions-amplitude'
371+
}
372+
368373
let url = `connections/destinations/catalog/${slug}`
369374

370375
let tempCategories = [destination.categories]

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 2021-09-08
2+
# destination categories last updated 2021-09-13
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 61 additions & 2 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 2021-09-08
2+
# destination data last updated 2021-09-13
33
items:
44
- display_name: AB Smartly
55
name: AB Smartly
@@ -2539,6 +2539,65 @@ items:
25392539
to Amplitude for more detailed events.
25402540
required: true
25412541
label: Version Name
2542+
- display_name: Amplitude (Actions)
2543+
name: Amplitude (Actions)
2544+
slug: actions-amplitude
2545+
hidden: true
2546+
url: connections/destinations/catalog/actions-amplitude
2547+
previous_names:
2548+
- Actions Amplitude
2549+
- Amplitude (Actions)
2550+
website: 'https://amplitude.com'
2551+
status: PUBLIC_BETA
2552+
categories:
2553+
- Analytics
2554+
logo:
2555+
url: 'https://cdn.filepicker.io/api/file/8UzztuUuSF6SRsmBpeKD'
2556+
mark:
2557+
url: 'https://cdn.filepicker.io/api/file/KXuj6fcQA68tuErTvke5'
2558+
methods:
2559+
track: true
2560+
identify: true
2561+
group: true
2562+
alias: true
2563+
page: true
2564+
platforms:
2565+
browser: true
2566+
mobile: false
2567+
server: true
2568+
components: []
2569+
browserUnbundlingSupported: false
2570+
browserUnbundlingPublic: false
2571+
replay: false
2572+
connection_modes:
2573+
device:
2574+
web: false
2575+
mobile: false
2576+
server: false
2577+
cloud:
2578+
web: false
2579+
mobile: false
2580+
server: false
2581+
summary: No connection mode information available.
2582+
cmode_type: none
2583+
case: '0'
2584+
settings:
2585+
- name: apiKey
2586+
type: string
2587+
defaultValue: ''
2588+
description: >-
2589+
Amplitude project API key. You can find this key in the "General" tab of
2590+
your Amplitude project.
2591+
required: true
2592+
label: API Key
2593+
- name: secretKey
2594+
type: string
2595+
defaultValue: ''
2596+
description: >-
2597+
Amplitude project secret key. You can find this key in the "General" tab
2598+
of your Amplitude project.
2599+
required: true
2600+
label: Secret Key
25422601
- display_name: Anodot
25432602
name: Anodot
25442603
slug: anodot
@@ -11472,7 +11531,7 @@ items:
1147211531
- display_name: IBM UBX
1147311532
name: IBM UBX
1147411533
slug: ibm-ubx
11475-
hidden: false
11534+
hidden: true
1147611535
url: connections/destinations/catalog/ibm-ubx
1147711536
previous_names:
1147811537
- IbmUbx

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 2021-09-08
2+
# source cateogries last updated 2021-09-13
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2021-09-08
2+
# sources last updated 2021-09-13
33
items:
44
- display_name: .NET
55
slug: net
@@ -355,7 +355,7 @@ items:
355355
source_type: cloud-app
356356
description: >-
357357
Once you have successfully added your credentials we start syncing your
358-
Intercom objects to your warehouse.
358+
Intercom objects to your warehouse.
359359
360360
361361
We will update Intercom data every ~3 hours.
@@ -507,7 +507,7 @@ items:
507507
source_type: cloud-app
508508
description: >-
509509
Once you have successfully added your credentials we start syncing your
510-
Mailchimp objects to your warehouse.
510+
Mailchimp objects to your warehouse.
511511
512512
513513
We will update Mailchimp data every ~3 hours.
@@ -733,7 +733,7 @@ items:
733733
description: >-
734734
When you enter your Salesforce credentials and hit save, we will sync
735735
Salesforce standard objects (and their corresponding properties) to any
736-
databases you have turned on.
736+
databases you have turned on.
737737
738738
739739
Salesforce data will reflect the state of the object at the time of the
@@ -832,7 +832,7 @@ items:
832832
source_type: cloud-app
833833
description: >-
834834
Once you have successfully added your credentials we start syncing your
835-
Twilio objects to your warehouse.
835+
Twilio objects to your warehouse.
836836
837837
838838
We will update Twilio data every ~3 hours.
@@ -904,7 +904,7 @@ items:
904904
905905
Zendesk data will reflect the state of the object at the time of the sync:
906906
so if a ticket status goes from `unassigned` to `assigned` between syncs,
907-
on its next sync that tickets status will be `assigned`.
907+
on its next sync that tickets status will be `assigned`.
908908
909909
910910
We will update Zendesk data every ~3 hours.

src/_data/catalog/warehouse_papi.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-
# warehouse data last updated 2021-09-08
2+
# warehouse data last updated 2021-09-13
33
items:
44
- display_name: Azure SQL Data Warehouse
55
slug: azuresqldw

0 commit comments

Comments
 (0)