Skip to content

Commit c62eaef

Browse files
author
markzegarelli
authored
updated the catalog (#2555)
1 parent d47166a commit c62eaef

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

scripts/catalog_papi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ const updateDestinations = async () => {
349349
let connection_modes = getConnectionModes({
350350
components: destination.components,
351351
platforms: destination.supportedPlatforms,
352-
browserUnbundlingSupported: destination.supportedFeatures.browserUnbundling,
352+
browserUnbundling: destination.supportedFeatures.browserUnbundling,
353353
browserUnbundlingPublic: destination.supportedFeatures.browserUnbundlingPublic,
354354
methods: destination.supportedMethods
355355
})

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-02-28
2+
# destination categories last updated 2022-03-02
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 8 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 2022-02-28
2+
# destination data last updated 2022-03-02
33
items:
44
- destination_id: 60b5d0a01f3726b85dc05aab
55
display_name: 2mee
@@ -25309,7 +25309,7 @@ items:
2530925309
mobile: true
2531025310
server: false
2531125311
cloud:
25312-
web: false
25312+
web: true
2531325313
mobile: false
2531425314
server: false
2531525315
settings:
@@ -33789,6 +33789,12 @@ items:
3378933789
setting.
3379033790
required: false
3379133791
label: Disable the Totango Heartbeat
33792+
- name: region
33793+
type: select
33794+
defaultValue: ''
33795+
description: What Region should data be sent to
33796+
required: true
33797+
label: Region
3379233798
- name: serviceId
3379333799
type: string
3379433800
defaultValue: ''

src/_data/catalog/regional-supported.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
2-
# Last updated 2022-02-28
2+
# Last updated 2022-03-02
33
warehouses:
44
- id: WcjBCzUGff
55
display_name: Azure SQL Data Warehouse

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-02-28
2+
# source cateogries last updated 2022-03-02
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-02-28
2+
# sources last updated 2022-03-02
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET

0 commit comments

Comments
 (0)