Skip to content

Commit fde69c9

Browse files
committed
Merge branch 'develop' into hipaa-eligible-note
2 parents 3affa29 + 3f61d33 commit fde69c9

File tree

44 files changed

+1002
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1002
-243
lines changed
-20.4 KB
Binary file not shown.
23.1 KB
Binary file not shown.

Gemfile.lock

Lines changed: 36 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GIT
22
remote: https://github.com/jekyll/jekyll.git
3-
revision: 26a949df85a1f9577e8080e19f2196c8a3db17ec
3+
revision: 58a1f62b2349bb477fc9999c40331cecdca577d8
44
specs:
5-
jekyll (4.2.1)
5+
jekyll (4.3.2)
66
addressable (~> 2.4)
77
colorator (~> 1.0)
88
em-websocket (~> 0.5)
99
i18n (~> 1.0)
10-
jekyll-sass-converter (~> 2.0)
10+
jekyll-sass-converter (>= 2.0, < 4.0)
1111
jekyll-watch (~> 2.0)
1212
kramdown (~> 2.3, >= 2.3.1)
1313
kramdown-parser-gfm (~> 1.0)
1414
liquid (~> 4.0)
1515
mercenary (>= 0.3.6, < 0.5)
1616
pathutil (~> 0.9)
17-
rouge (~> 3.0)
17+
rouge (>= 3.0, < 5.0)
1818
safe_yaml (~> 1.0)
1919
terminal-table (>= 1.8, < 4.0)
2020
webrick (~> 1.7)
2121

2222
GEM
2323
remote: https://rubygems.org/
2424
specs:
25-
addressable (2.8.0)
26-
public_suffix (>= 2.0.2, < 5.0)
25+
addressable (2.8.4)
26+
public_suffix (>= 2.0.2, < 6.0)
2727
algolia_html_extractor (2.6.4)
2828
json (~> 2.0)
2929
nokogiri (~> 1.10)
@@ -32,37 +32,23 @@ GEM
3232
json (>= 1.5.1)
3333
colorator (1.1.0)
3434
commonmarker (0.23.9)
35-
concurrent-ruby (1.1.9)
36-
dotenv (2.7.6)
37-
em-websocket (0.5.2)
35+
concurrent-ruby (1.2.2)
36+
dotenv (2.8.1)
37+
em-websocket (0.5.3)
3838
eventmachine (>= 0.12.9)
39-
http_parser.rb (~> 0.6.0)
39+
http_parser.rb (~> 0)
4040
eventmachine (1.2.7)
41-
faraday (1.8.0)
42-
faraday-em_http (~> 1.0)
43-
faraday-em_synchrony (~> 1.0)
44-
faraday-excon (~> 1.1)
45-
faraday-httpclient (~> 1.0.1)
46-
faraday-net_http (~> 1.0)
47-
faraday-net_http_persistent (~> 1.1)
48-
faraday-patron (~> 1.0)
49-
faraday-rack (~> 1.0)
50-
multipart-post (>= 1.2, < 3)
41+
faraday (2.7.5)
42+
faraday-net_http (>= 2.0, < 3.1)
5143
ruby2_keywords (>= 0.0.4)
52-
faraday-em_http (1.0.0)
53-
faraday-em_synchrony (1.0.0)
54-
faraday-excon (1.1.0)
55-
faraday-httpclient (1.0.1)
56-
faraday-net_http (1.0.1)
57-
faraday-net_http_persistent (1.2.0)
58-
faraday-patron (1.0.0)
59-
faraday-rack (1.0.0)
60-
ffi (1.15.4)
44+
faraday-net_http (3.0.2)
45+
ffi (1.15.5)
6146
filesize (0.2.0)
6247
forwardable-extended (2.6.0)
63-
http_parser.rb (0.6.0)
48+
google-protobuf (3.23.2-x86_64-darwin)
49+
http_parser.rb (0.8.0)
6450
httpclient (2.8.3)
65-
i18n (1.8.10)
51+
i18n (1.13.0)
6652
concurrent-ruby (~> 1.0)
6753
jekyll-algolia (1.7.1)
6854
algolia_html_extractor (~> 2.6)
@@ -73,9 +59,8 @@ GEM
7359
nokogiri (~> 1.6)
7460
progressbar (~> 1.9)
7561
verbal_expressions (~> 0.1.5)
76-
jekyll-commonmark (1.3.1)
77-
commonmarker (~> 0.14)
78-
jekyll (>= 3.7, < 5.0)
62+
jekyll-commonmark (1.4.0)
63+
commonmarker (~> 0.22)
7964
jekyll-dotenv (0.2.0)
8065
dotenv (~> 2.7)
8166
jekyll (~> 4)
@@ -86,67 +71,55 @@ GEM
8671
posix-spawn (~> 0.3.9)
8772
jekyll-redirect-from (0.16.0)
8873
jekyll (>= 3.3, < 5.0)
89-
jekyll-sass-converter (2.1.0)
90-
sassc (> 2.0.1, < 3.0)
74+
jekyll-sass-converter (3.0.0)
75+
sass-embedded (~> 1.54)
9176
jekyll-sitemap (1.4.0)
9277
jekyll (>= 3.7, < 5.0)
9378
jekyll-watch (2.2.1)
9479
listen (~> 3.0)
95-
json (2.6.0)
96-
kramdown (2.3.1)
80+
json (2.6.3)
81+
kramdown (2.4.0)
9782
rexml
9883
kramdown-parser-gfm (1.1.0)
9984
kramdown (~> 2.0)
100-
liquid (4.0.3)
101-
listen (3.7.0)
85+
liquid (4.0.4)
86+
listen (3.8.0)
10287
rb-fsevent (~> 0.10, >= 0.10.3)
10388
rb-inotify (~> 0.9, >= 0.9.10)
10489
mercenary (0.4.0)
105-
mini_portile2 (2.8.1)
106-
multipart-post (2.1.1)
107-
nokogiri (1.14.3)
108-
mini_portile2 (~> 2.8.0)
109-
racc (~> 1.4)
110-
nokogiri (1.14.3-arm64-darwin)
111-
racc (~> 1.4)
112-
nokogiri (1.14.3-x86_64-darwin)
113-
racc (~> 1.4)
114-
nokogiri (1.14.3-x86_64-linux)
90+
nokogiri (1.15.2-x86_64-darwin)
11591
racc (~> 1.4)
11692
pathutil (0.16.2)
11793
forwardable-extended (~> 2.6)
11894
posix-spawn (0.3.15)
11995
premonition (2.0.1)
120-
progressbar (1.11.0)
121-
public_suffix (4.0.6)
96+
progressbar (1.13.0)
97+
public_suffix (5.0.1)
12298
racc (1.6.2)
12399
rake (13.0.6)
124-
rb-fsevent (0.11.0)
100+
rb-fsevent (0.11.2)
125101
rb-inotify (0.10.1)
126102
ffi (~> 1.0)
127103
rexml (3.2.5)
128-
rouge (3.26.1)
104+
rouge (4.1.2)
129105
ruby2_keywords (0.0.5)
130106
safe_yaml (1.0.5)
131-
sassc (2.4.0)
132-
ffi (~> 1.9)
107+
sass-embedded (1.62.1-x86_64-darwin)
108+
google-protobuf (~> 3.21)
133109
terminal-table (3.0.2)
134110
unicode-display_width (>= 1.1.1, < 3)
135111
thread_safe (0.3.6)
136-
tzinfo (1.2.10)
112+
tzinfo (1.2.11)
137113
thread_safe (~> 0.1)
138-
tzinfo-data (1.2021.4)
114+
tzinfo-data (1.2023.3)
139115
tzinfo (>= 1.0.0)
140-
unicode-display_width (2.1.0)
116+
unicode-display_width (2.4.2)
141117
verbal_expressions (0.1.5)
142118
wdm (0.1.1)
143-
webrick (1.7.0)
119+
webrick (1.8.1)
144120

145121
PLATFORMS
146-
arm64-darwin-20
147-
ruby
148122
x86_64-darwin-20
149-
x86_64-linux
150123

151124
DEPENDENCIES
152125
dotenv

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:

package-lock.json

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

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

0 commit comments

Comments
 (0)