Skip to content

Commit 100ee70

Browse files
author
markzegarelli
committed
catalog update
1 parent b32f13a commit 100ee70

File tree

9 files changed

+194
-23
lines changed

9 files changed

+194
-23
lines changed

Gemfile.lock

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
GIT
2+
remote: https://github.com/jekyll/jekyll.git
3+
revision: 58a1f62b2349bb477fc9999c40331cecdca577d8
4+
specs:
5+
jekyll (4.3.2)
6+
addressable (~> 2.4)
7+
colorator (~> 1.0)
8+
em-websocket (~> 0.5)
9+
i18n (~> 1.0)
10+
jekyll-sass-converter (>= 2.0, < 4.0)
11+
jekyll-watch (~> 2.0)
12+
kramdown (~> 2.3, >= 2.3.1)
13+
kramdown-parser-gfm (~> 1.0)
14+
liquid (~> 4.0)
15+
mercenary (>= 0.3.6, < 0.5)
16+
pathutil (~> 0.9)
17+
rouge (>= 3.0, < 5.0)
18+
safe_yaml (~> 1.0)
19+
terminal-table (>= 1.8, < 4.0)
20+
webrick (~> 1.7)
21+
22+
GEM
23+
remote: https://rubygems.org/
24+
specs:
25+
addressable (2.8.4)
26+
public_suffix (>= 2.0.2, < 6.0)
27+
algolia_html_extractor (2.6.4)
28+
json (~> 2.0)
29+
nokogiri (~> 1.10)
30+
algoliasearch (1.27.5)
31+
httpclient (~> 2.8, >= 2.8.3)
32+
json (>= 1.5.1)
33+
colorator (1.1.0)
34+
commonmarker (0.23.9)
35+
concurrent-ruby (1.2.2)
36+
dotenv (2.8.1)
37+
em-websocket (0.5.3)
38+
eventmachine (>= 0.12.9)
39+
http_parser.rb (~> 0)
40+
eventmachine (1.2.7)
41+
faraday (2.7.5)
42+
faraday-net_http (>= 2.0, < 3.1)
43+
ruby2_keywords (>= 0.0.4)
44+
faraday-net_http (3.0.2)
45+
ffi (1.15.5)
46+
filesize (0.2.0)
47+
forwardable-extended (2.6.0)
48+
google-protobuf (3.23.2-x86_64-darwin)
49+
http_parser.rb (0.8.0)
50+
httpclient (2.8.3)
51+
i18n (1.13.0)
52+
concurrent-ruby (~> 1.0)
53+
jekyll-algolia (1.7.1)
54+
algolia_html_extractor (~> 2.6)
55+
algoliasearch (~> 1.26)
56+
filesize (~> 0.1)
57+
jekyll (>= 3.6, < 5.0)
58+
json (~> 2.0)
59+
nokogiri (~> 1.6)
60+
progressbar (~> 1.9)
61+
verbal_expressions (~> 0.1.5)
62+
jekyll-commonmark (1.4.0)
63+
commonmarker (~> 0.22)
64+
jekyll-dotenv (0.2.0)
65+
dotenv (~> 2.7)
66+
jekyll (~> 4)
67+
jekyll-include-cache (0.2.1)
68+
jekyll (>= 3.7, < 5.0)
69+
jekyll-last-modified-at (1.3.0)
70+
jekyll (>= 3.7, < 5.0)
71+
posix-spawn (~> 0.3.9)
72+
jekyll-redirect-from (0.16.0)
73+
jekyll (>= 3.3, < 5.0)
74+
jekyll-sass-converter (3.0.0)
75+
sass-embedded (~> 1.54)
76+
jekyll-sitemap (1.4.0)
77+
jekyll (>= 3.7, < 5.0)
78+
jekyll-watch (2.2.1)
79+
listen (~> 3.0)
80+
json (2.6.3)
81+
kramdown (2.4.0)
82+
rexml
83+
kramdown-parser-gfm (1.1.0)
84+
kramdown (~> 2.0)
85+
liquid (4.0.4)
86+
listen (3.8.0)
87+
rb-fsevent (~> 0.10, >= 0.10.3)
88+
rb-inotify (~> 0.9, >= 0.9.10)
89+
mercenary (0.4.0)
90+
nokogiri (1.15.2-x86_64-darwin)
91+
racc (~> 1.4)
92+
pathutil (0.16.2)
93+
forwardable-extended (~> 2.6)
94+
posix-spawn (0.3.15)
95+
premonition (2.0.1)
96+
progressbar (1.13.0)
97+
public_suffix (5.0.1)
98+
racc (1.6.2)
99+
rake (13.0.6)
100+
rb-fsevent (0.11.2)
101+
rb-inotify (0.10.1)
102+
ffi (~> 1.0)
103+
rexml (3.2.5)
104+
rouge (4.1.2)
105+
ruby2_keywords (0.0.5)
106+
safe_yaml (1.0.5)
107+
sass-embedded (1.62.1-x86_64-darwin)
108+
google-protobuf (~> 3.21)
109+
terminal-table (3.0.2)
110+
unicode-display_width (>= 1.1.1, < 3)
111+
thread_safe (0.3.6)
112+
tzinfo (1.2.11)
113+
thread_safe (~> 0.1)
114+
tzinfo-data (1.2023.3)
115+
tzinfo (>= 1.0.0)
116+
unicode-display_width (2.4.2)
117+
verbal_expressions (0.1.5)
118+
wdm (0.1.1)
119+
webrick (1.8.1)
120+
121+
PLATFORMS
122+
x86_64-darwin-20
123+
124+
DEPENDENCIES
125+
dotenv
126+
faraday
127+
jekyll!
128+
jekyll-algolia
129+
jekyll-commonmark
130+
jekyll-dotenv
131+
jekyll-include-cache
132+
jekyll-last-modified-at
133+
jekyll-redirect-from
134+
jekyll-sitemap
135+
premonition (~> 2.0.0)
136+
rake
137+
tzinfo (~> 1.2)
138+
tzinfo-data
139+
wdm (~> 0.1.0)
140+
141+
BUNDLED WITH
142+
2.2.2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ seed:
140140

141141
.PHONY: node_modules
142142
node_modules: package.json yarn.lock
143-
yarn --frozen-lockfile
143+
yarn --immutable
144144

145145
.PHONY: vendor/bundle
146146
vendor/bundle:

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 2023-05-30
2+
# destination categories last updated 2023-06-01
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 13 additions & 7 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 2023-05-30
2+
# destination data last updated 2023-06-01
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow
@@ -42261,7 +42261,8 @@ items:
4226142261
- Metronome (Actions)
4226242262
website: https://metronome.com/
4226342263
status: PUBLIC
42264-
categories: []
42264+
categories:
42265+
- Customer Success
4226542266
logo:
4226642267
url: https://cdn.filepicker.io/api/file/PrwprKrRyCOXCl7ONjWR
4226742268
mark:
@@ -42480,7 +42481,7 @@ items:
4248042481
logo:
4248142482
url: https://cdn.filepicker.io/api/file/DVOLKwFwS3OZtcBG8WsU
4248242483
mark:
42483-
url: https://cdn.filepicker.io/api/file/Kxk6HvAYR7yEaDI5pyfp
42484+
url: https://cdn.filepicker.io/api/file/ATy23EegQFivOtZ8B4rF
4248442485
methods:
4248542486
track: true
4248642487
identify: true
@@ -57026,9 +57027,6 @@ items:
5702657027
server: true
5702757028
warehouse: false
5702857029
components:
57029-
- code: https://github.com/segment-integrations/analytics.js-integration-hubspot
57030-
owner: SEGMENT
57031-
type: BROWSER
5703257030
- code: https://github.com/segmentio/integrations/tree/master/integrations/hubspot
5703357031
owner: SEGMENT
5703457032
type: SERVER
@@ -57037,7 +57035,7 @@ items:
5703757035
replay: false
5703857036
connection_modes:
5703957037
device:
57040-
web: true
57038+
web: false
5704157039
mobile: false
5704257040
server: false
5704357041
cloud:
@@ -66768,6 +66766,14 @@ items:
6676866766
description: ''
6676966767
required: true
6677066768
label: API Key
66769+
- name: bucketName
66770+
type: string
66771+
defaultValue: ''
66772+
description: >-
66773+
Directory Bucket where files will be stored in AWS. Leave it blank by
66774+
default.
66775+
required: true
66776+
label: Bucket Name
6677166777
- name: environment
6677266778
type: string
6677366779
defaultValue: ''

src/_data/catalog/destinations_private.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 data last updated 2023-05-30
2+
# destination data last updated 2023-06-01
33
items:
44
- id: 54521fd725e721e32a72eec1
55
display_name: HubSpot

src/_data/catalog/regional-supported.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
2-
# Last updated 2023-05-30
2+
# Last updated 2023-06-01
33
warehouses:
44
- id: WcjBCzUGff
55
display_name: Azure SQL Data Warehouse
@@ -320,6 +320,15 @@ sources:
320320
- us
321321
endpoints:
322322
- us
323+
- id: PT2vYn4zUh
324+
display_name: Encharge
325+
hidden: true
326+
slug: encharge
327+
url: connections/sources/catalog/cloud-apps/encharge
328+
regions:
329+
- us
330+
endpoints:
331+
- us
323332
- id: RPrXXW7nws
324333
display_name: Engage Events
325334
hidden: true
@@ -438,7 +447,7 @@ sources:
438447
- eu
439448
- id: vMEJCURfHh
440449
display_name: GWEN Webhooks
441-
hidden: true
450+
hidden: false
442451
slug: gwen-webhooks
443452
url: connections/sources/catalog/cloud-apps/gwen-webhooks
444453
regions:

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 3 deletions
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 2023-05-30
2+
# source cateogries last updated 2023-06-01
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing
@@ -19,8 +19,6 @@ items:
1919
slug: enrichment
2020
- display_name: Feature Flagging
2121
slug: feature-flagging
22-
- display_name: Help Desk
23-
slug: help-desk
2422
- display_name: Helpdesk
2523
slug: helpdesk
2624
- display_name: Learning Management System

src/_data/catalog/sources.yml

Lines changed: 20 additions & 8 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 2023-05-30
2+
# sources last updated 2023-06-01
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET
@@ -356,7 +356,7 @@ items:
356356
isCloudEventSource: true
357357
slug: clevertap
358358
url: connections/sources/catalog/cloud-apps/clevertap
359-
hidden: false
359+
hidden: true
360360
regions:
361361
- us
362362
endpoints:
@@ -370,17 +370,14 @@ items:
370370
deep-segmentation, multi-channel engagement, product recommendations, and
371371
automation in one unified product.
372372
373-
374373
The platform is powered by TesseractDB™ – the world’s first purpose-built
375374
database for customer engagement, offering both speed and economies of
376375
scale.
377376
378-
379377
CleverTap is trusted by 2000 customers, including Electronic Arts,
380378
TiltingPoint, Gamebasics, Big Fish, MobilityWare, TED, English Premier
381379
League, TD Bank, Carousell, AirAsia, Papa John’s, and Tesco.
382380
383-
384381
Backed by leading investors such as Sequoia India, Tiger Global, Accel,
385382
and CDPQ the company is headquartered in Mountain View, California, with
386383
presence in San Francisco, New York, São Paulo, Bogota, London, Amsterdam,
@@ -486,7 +483,7 @@ items:
486483
isCloudEventSource: false
487484
slug: databricks
488485
url: connections/sources/catalog/cloud-apps/databricks
489-
hidden: false
486+
hidden: true
490487
regions:
491488
- us
492489
endpoints:
@@ -531,6 +528,21 @@ items:
531528
url: https://d3hotuclm6if1r.cloudfront.net/logos/drip-default.svg
532529
categories:
533530
- Email Marketing
531+
- id: PT2vYn4zUh
532+
display_name: Encharge
533+
isCloudEventSource: true
534+
slug: encharge
535+
url: connections/sources/catalog/cloud-apps/encharge
536+
hidden: false
537+
regions:
538+
- us
539+
endpoints:
540+
- us
541+
source_type: cloud-app
542+
description: ''
543+
logo:
544+
url: ''
545+
categories: []
534546
- id: RPrXXW7nws
535547
display_name: Engage Events
536548
isCloudEventSource: false
@@ -721,7 +733,7 @@ items:
721733
url: >-
722734
https://cdn-devcenter.segment.com/6c48e7ac-18d4-4974-aed3-95afb0624caf.svg
723735
categories:
724-
- Help Desk
736+
- Helpdesk
725737
- Customer Success
726738
- id: yBvi77aEwr
727739
display_name: Go
@@ -2149,7 +2161,7 @@ items:
21492161
isCloudEventSource: true
21502162
slug: test-source
21512163
url: connections/sources/catalog/cloud-apps/test-source
2152-
hidden: false
2164+
hidden: true
21532165
regions:
21542166
- us
21552167
endpoints:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: 'Encharge Source'
3+
hidden: true
4+
---

0 commit comments

Comments
 (0)