Skip to content

Commit dd3c02a

Browse files
committed
Merge branch 'main' of github.com:sipgate/integration-bridge-framework
2 parents bebb653 + 877fb0f commit dd3c02a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.sipgate/nautilus.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: nautilus.sipgate.cloud/v1alpha1
2+
kind: Service
3+
metadata:
4+
creationTimestamp: "2023-05-25T09:21:30Z"
5+
name: integration-bridge-framework
6+
namespace: default
7+
resourceVersion: "1"
8+
uid: b46fa541-a466-403b-8c59-4b7aab319756
9+
spec:
10+
backup: "false"
11+
containerized: "false"
12+
localPersistence: "true"
13+
on_call_schedule: bestEffort
14+
pciDssRelevant: "false"
15+
ports: null
16+
repositoryType: library
17+
singleton: unknown
18+
tlsProvider: unknown
19+
virtualized: "true"

src/models/integration-entity.model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export enum IntegrationEntityType {
1717
// hubspot specific
1818
DEALS = "deals",
1919
COMPANIES = "companies",
20+
TICKETS = "tickets",
2021
// salesforces specific
2122
LEADS = "leads",
2223
ACCOUNTS = "accounts",

0 commit comments

Comments
 (0)