@outlit/tools 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +43 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +24 -24
- package/dist/index.d.ts +24 -24
- package/dist/index.js +43 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1665,7 +1665,7 @@ declare const publicToolContracts: {
|
|
|
1665
1665
|
readonly type: "array";
|
|
1666
1666
|
readonly items: {
|
|
1667
1667
|
readonly type: "string";
|
|
1668
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "CRM", "CRM_OPPORTUNITY"];
|
|
1668
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE", "CRM", "CRM_OPPORTUNITY"];
|
|
1669
1669
|
};
|
|
1670
1670
|
};
|
|
1671
1671
|
readonly factTypes: {
|
|
@@ -1673,15 +1673,15 @@ declare const publicToolContracts: {
|
|
|
1673
1673
|
readonly type: "array";
|
|
1674
1674
|
readonly items: {
|
|
1675
1675
|
readonly type: "string";
|
|
1676
|
-
readonly enum: readonly ["CUSTOM", "COMPANY_CHANGE", "FUNDING_REVENUE", "TECHNOLOGY", "STRATEGY", "COMPETITIVE", "SENTIMENT", "CHAMPION_RISK", "EXPANSION", "CHURN_RISK", "TIMELINE", "BUDGET", "DECISION_MAKER", "REQUIREMENTS", "PRODUCT_USAGE", "CONTACT_INFO", "CONTACT_PREFERENCE"];
|
|
1676
|
+
readonly enum: readonly ["CUSTOM", "COMPANY_CHANGE", "FUNDING_REVENUE", "TECHNOLOGY", "STRATEGY", "COMPETITIVE", "SENTIMENT", "CHAMPION_RISK", "EXPANSION", "CHURN_RISK", "TIMELINE", "BUDGET", "DECISION_MAKER", "REQUIREMENTS", "PRODUCT_USAGE", "CONTACT_INFO", "CONTACT_PREFERENCE", "CONTACT_DEPARTURE", "CONTACT_POSITION_CHANGE", "CONTACT_DISENGAGEMENT"];
|
|
1677
1677
|
};
|
|
1678
1678
|
};
|
|
1679
1679
|
readonly factCategories: {
|
|
1680
|
-
readonly description: "Optional public fact category filters. Supported values: MEMORY, CUSTOM.";
|
|
1680
|
+
readonly description: "Optional public fact category filters. Supported values: MEMORY, RELATIONSHIP, CUSTOM.";
|
|
1681
1681
|
readonly type: "array";
|
|
1682
1682
|
readonly items: {
|
|
1683
1683
|
readonly type: "string";
|
|
1684
|
-
readonly enum: readonly ["MEMORY", "CUSTOM"];
|
|
1684
|
+
readonly enum: readonly ["MEMORY", "RELATIONSHIP", "CUSTOM"];
|
|
1685
1685
|
};
|
|
1686
1686
|
};
|
|
1687
1687
|
readonly after: {
|
|
@@ -1822,7 +1822,7 @@ declare const publicToolContracts: {
|
|
|
1822
1822
|
readonly properties: {
|
|
1823
1823
|
readonly sourceType: {
|
|
1824
1824
|
readonly type: "string";
|
|
1825
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
1825
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
1826
1826
|
};
|
|
1827
1827
|
readonly sourceId: {
|
|
1828
1828
|
readonly type: "string";
|
|
@@ -1860,7 +1860,7 @@ declare const publicToolContracts: {
|
|
|
1860
1860
|
readonly sourceType: {
|
|
1861
1861
|
readonly anyOf: readonly [{
|
|
1862
1862
|
readonly type: "string";
|
|
1863
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
1863
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
1864
1864
|
}, {
|
|
1865
1865
|
readonly type: "null";
|
|
1866
1866
|
}];
|
|
@@ -2009,7 +2009,7 @@ declare const publicToolContracts: {
|
|
|
2009
2009
|
readonly sourceType: {
|
|
2010
2010
|
readonly anyOf: readonly [{
|
|
2011
2011
|
readonly type: "string";
|
|
2012
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2012
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2013
2013
|
}, {
|
|
2014
2014
|
readonly type: "null";
|
|
2015
2015
|
}];
|
|
@@ -2188,7 +2188,7 @@ declare const publicToolContracts: {
|
|
|
2188
2188
|
readonly properties: {
|
|
2189
2189
|
readonly sourceType: {
|
|
2190
2190
|
readonly type: "string";
|
|
2191
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2191
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2192
2192
|
};
|
|
2193
2193
|
readonly sourceId: {
|
|
2194
2194
|
readonly type: "string";
|
|
@@ -2226,7 +2226,7 @@ declare const publicToolContracts: {
|
|
|
2226
2226
|
readonly sourceType: {
|
|
2227
2227
|
readonly anyOf: readonly [{
|
|
2228
2228
|
readonly type: "string";
|
|
2229
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2229
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2230
2230
|
}, {
|
|
2231
2231
|
readonly type: "null";
|
|
2232
2232
|
}];
|
|
@@ -2375,7 +2375,7 @@ declare const publicToolContracts: {
|
|
|
2375
2375
|
readonly sourceType: {
|
|
2376
2376
|
readonly anyOf: readonly [{
|
|
2377
2377
|
readonly type: "string";
|
|
2378
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2378
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2379
2379
|
}, {
|
|
2380
2380
|
readonly type: "null";
|
|
2381
2381
|
}];
|
|
@@ -2433,7 +2433,7 @@ declare const publicToolContracts: {
|
|
|
2433
2433
|
readonly properties: {
|
|
2434
2434
|
readonly sourceType: {
|
|
2435
2435
|
readonly type: "string";
|
|
2436
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "CRM", "CRM_OPPORTUNITY"];
|
|
2436
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE", "CRM", "CRM_OPPORTUNITY"];
|
|
2437
2437
|
};
|
|
2438
2438
|
readonly sourceId: {
|
|
2439
2439
|
readonly type: "string";
|
|
@@ -2461,7 +2461,7 @@ declare const publicToolContracts: {
|
|
|
2461
2461
|
readonly properties: {
|
|
2462
2462
|
readonly sourceType: {
|
|
2463
2463
|
readonly type: "string";
|
|
2464
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2464
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2465
2465
|
};
|
|
2466
2466
|
readonly sourceId: {
|
|
2467
2467
|
readonly type: "string";
|
|
@@ -2608,7 +2608,7 @@ declare const publicToolContracts: {
|
|
|
2608
2608
|
readonly sourceType: {
|
|
2609
2609
|
readonly description: "Generic source type to list.";
|
|
2610
2610
|
readonly type: "string";
|
|
2611
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "CRM", "CRM_OPPORTUNITY"];
|
|
2611
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE", "CRM", "CRM_OPPORTUNITY"];
|
|
2612
2612
|
};
|
|
2613
2613
|
readonly customer: {
|
|
2614
2614
|
readonly description: "Customer ID, domain, or name to scope source listing.";
|
|
@@ -2671,7 +2671,7 @@ declare const publicToolContracts: {
|
|
|
2671
2671
|
readonly properties: {
|
|
2672
2672
|
readonly sourceType: {
|
|
2673
2673
|
readonly type: "string";
|
|
2674
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2674
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2675
2675
|
};
|
|
2676
2676
|
readonly sourceId: {
|
|
2677
2677
|
readonly type: "string";
|
|
@@ -2876,7 +2876,7 @@ declare const publicToolContracts: {
|
|
|
2876
2876
|
readonly type: "array";
|
|
2877
2877
|
readonly items: {
|
|
2878
2878
|
readonly type: "string";
|
|
2879
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "CRM", "CRM_OPPORTUNITY"];
|
|
2879
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE", "CRM", "CRM_OPPORTUNITY"];
|
|
2880
2880
|
};
|
|
2881
2881
|
};
|
|
2882
2882
|
};
|
|
@@ -3034,7 +3034,7 @@ declare const publicToolContracts: {
|
|
|
3034
3034
|
readonly properties: {
|
|
3035
3035
|
readonly sourceType: {
|
|
3036
3036
|
readonly type: "string";
|
|
3037
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
3037
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
3038
3038
|
};
|
|
3039
3039
|
readonly sourceId: {
|
|
3040
3040
|
readonly type: "string";
|
|
@@ -3072,7 +3072,7 @@ declare const publicToolContracts: {
|
|
|
3072
3072
|
readonly sourceType: {
|
|
3073
3073
|
readonly anyOf: readonly [{
|
|
3074
3074
|
readonly type: "string";
|
|
3075
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
3075
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
3076
3076
|
}, {
|
|
3077
3077
|
readonly type: "null";
|
|
3078
3078
|
}];
|
|
@@ -3221,7 +3221,7 @@ declare const publicToolContracts: {
|
|
|
3221
3221
|
readonly sourceType: {
|
|
3222
3222
|
readonly anyOf: readonly [{
|
|
3223
3223
|
readonly type: "string";
|
|
3224
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
3224
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
3225
3225
|
}, {
|
|
3226
3226
|
readonly type: "null";
|
|
3227
3227
|
}];
|
|
@@ -3280,7 +3280,7 @@ declare const publicToolContracts: {
|
|
|
3280
3280
|
};
|
|
3281
3281
|
readonly sourceType: {
|
|
3282
3282
|
readonly type: "string";
|
|
3283
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
3283
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
3284
3284
|
};
|
|
3285
3285
|
readonly sourceId: {
|
|
3286
3286
|
readonly type: "string";
|
|
@@ -8981,18 +8981,18 @@ declare const customerBillingStatuses: readonly ["NONE", "TRIALING", "PAYING", "
|
|
|
8981
8981
|
declare const customerActivityWindows: readonly ["7d", "14d", "30d", "90d"];
|
|
8982
8982
|
declare const customerFactStatuses: readonly ["ACTIVE", "ACKNOWLEDGED", "RESOLVED", "SNOOZED", "CANDIDATE"];
|
|
8983
8983
|
declare const customerFactIncludes: readonly ["evidence"];
|
|
8984
|
-
declare const customerFactTypes: readonly ["CUSTOM", "COMPANY_CHANGE", "FUNDING_REVENUE", "TECHNOLOGY", "STRATEGY", "COMPETITIVE", "SENTIMENT", "CHAMPION_RISK", "EXPANSION", "CHURN_RISK", "TIMELINE", "BUDGET", "DECISION_MAKER", "REQUIREMENTS", "PRODUCT_USAGE", "CONTACT_INFO", "CONTACT_PREFERENCE"];
|
|
8984
|
+
declare const customerFactTypes: readonly ["CUSTOM", "COMPANY_CHANGE", "FUNDING_REVENUE", "TECHNOLOGY", "STRATEGY", "COMPETITIVE", "SENTIMENT", "CHAMPION_RISK", "EXPANSION", "CHURN_RISK", "TIMELINE", "BUDGET", "DECISION_MAKER", "REQUIREMENTS", "PRODUCT_USAGE", "CONTACT_INFO", "CONTACT_PREFERENCE", "CONTACT_DEPARTURE", "CONTACT_POSITION_CHANGE", "CONTACT_DISENGAGEMENT"];
|
|
8985
8985
|
declare const unsupportedCustomerFactTypes: readonly ["TRACKING_GAP", "SCHEMA_DRIFT", "INGESTION_LAG", "ACTIVATION_RATE_DROP", "FUNNEL_DROPOFF", "CORE_ACTION_DECAY", "CADENCE_BREAK", "QUIET_ACCOUNT", "CHAMPION_AT_RISK", "SEGMENT_DIVERGENCE"];
|
|
8986
|
-
declare const customerFactCategories: readonly ["MEMORY", "CUSTOM"];
|
|
8986
|
+
declare const customerFactCategories: readonly ["MEMORY", "RELATIONSHIP", "CUSTOM"];
|
|
8987
8987
|
declare const customerListOrderFields: readonly ["last_activity_at", "first_seen_at", "name", "mrr_cents"];
|
|
8988
8988
|
declare const customerIncludeSections: readonly ["users", "revenue", "recentTimeline", "behaviorMetrics", "enrichment"];
|
|
8989
|
-
declare const customerSourceTypes: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
8989
|
+
declare const customerSourceTypes: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
8990
8990
|
declare const customerSourceTypeAliasMap: {
|
|
8991
8991
|
readonly CRM: "OPPORTUNITY";
|
|
8992
8992
|
readonly CRM_OPPORTUNITY: "OPPORTUNITY";
|
|
8993
8993
|
};
|
|
8994
8994
|
declare const customerSourceTypeAliases: readonly ["CRM", "CRM_OPPORTUNITY"];
|
|
8995
|
-
declare const customerSourceTypeInputs: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "CRM", "CRM_OPPORTUNITY"];
|
|
8995
|
+
declare const customerSourceTypeInputs: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE", "CRM", "CRM_OPPORTUNITY"];
|
|
8996
8996
|
declare const customerTimeframes: readonly ["7d", "14d", "30d", "90d"];
|
|
8997
8997
|
declare const timelineChannels: readonly ["PRODUCT", "COMMUNICATION", "MEETING", "CRM", "BILLING", "SUPPORT", "IDENTITY", "DOCUMENT", "SYSTEM"];
|
|
8998
8998
|
declare const timelineTimeframes: readonly ["7d", "14d", "30d", "90d", "all"];
|
|
@@ -9000,7 +9000,7 @@ declare const userJourneyStages: readonly ["DISCOVERED", "SIGNED_UP", "ACTIVATED
|
|
|
9000
9000
|
declare const userListOrderFields: readonly ["last_activity_at", "first_seen_at", "email"];
|
|
9001
9001
|
declare const workspaceUserListOrderFields: readonly ["name", "email", "owned_customer_count"];
|
|
9002
9002
|
declare const schemaTables: readonly ["activity", "customers", "users", "revenue"];
|
|
9003
|
-
declare const sdkConsumerContractHash: "
|
|
9003
|
+
declare const sdkConsumerContractHash: "6e94d54edef77e194566831299475f1814ec8a4cf6302aa38f7fd2d596623673";
|
|
9004
9004
|
|
|
9005
9005
|
type JsonSchema = Readonly<Record<string, unknown>>;
|
|
9006
9006
|
type PublicToolName = (typeof publicToolNames)[number];
|
package/dist/index.d.ts
CHANGED
|
@@ -1665,7 +1665,7 @@ declare const publicToolContracts: {
|
|
|
1665
1665
|
readonly type: "array";
|
|
1666
1666
|
readonly items: {
|
|
1667
1667
|
readonly type: "string";
|
|
1668
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "CRM", "CRM_OPPORTUNITY"];
|
|
1668
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE", "CRM", "CRM_OPPORTUNITY"];
|
|
1669
1669
|
};
|
|
1670
1670
|
};
|
|
1671
1671
|
readonly factTypes: {
|
|
@@ -1673,15 +1673,15 @@ declare const publicToolContracts: {
|
|
|
1673
1673
|
readonly type: "array";
|
|
1674
1674
|
readonly items: {
|
|
1675
1675
|
readonly type: "string";
|
|
1676
|
-
readonly enum: readonly ["CUSTOM", "COMPANY_CHANGE", "FUNDING_REVENUE", "TECHNOLOGY", "STRATEGY", "COMPETITIVE", "SENTIMENT", "CHAMPION_RISK", "EXPANSION", "CHURN_RISK", "TIMELINE", "BUDGET", "DECISION_MAKER", "REQUIREMENTS", "PRODUCT_USAGE", "CONTACT_INFO", "CONTACT_PREFERENCE"];
|
|
1676
|
+
readonly enum: readonly ["CUSTOM", "COMPANY_CHANGE", "FUNDING_REVENUE", "TECHNOLOGY", "STRATEGY", "COMPETITIVE", "SENTIMENT", "CHAMPION_RISK", "EXPANSION", "CHURN_RISK", "TIMELINE", "BUDGET", "DECISION_MAKER", "REQUIREMENTS", "PRODUCT_USAGE", "CONTACT_INFO", "CONTACT_PREFERENCE", "CONTACT_DEPARTURE", "CONTACT_POSITION_CHANGE", "CONTACT_DISENGAGEMENT"];
|
|
1677
1677
|
};
|
|
1678
1678
|
};
|
|
1679
1679
|
readonly factCategories: {
|
|
1680
|
-
readonly description: "Optional public fact category filters. Supported values: MEMORY, CUSTOM.";
|
|
1680
|
+
readonly description: "Optional public fact category filters. Supported values: MEMORY, RELATIONSHIP, CUSTOM.";
|
|
1681
1681
|
readonly type: "array";
|
|
1682
1682
|
readonly items: {
|
|
1683
1683
|
readonly type: "string";
|
|
1684
|
-
readonly enum: readonly ["MEMORY", "CUSTOM"];
|
|
1684
|
+
readonly enum: readonly ["MEMORY", "RELATIONSHIP", "CUSTOM"];
|
|
1685
1685
|
};
|
|
1686
1686
|
};
|
|
1687
1687
|
readonly after: {
|
|
@@ -1822,7 +1822,7 @@ declare const publicToolContracts: {
|
|
|
1822
1822
|
readonly properties: {
|
|
1823
1823
|
readonly sourceType: {
|
|
1824
1824
|
readonly type: "string";
|
|
1825
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
1825
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
1826
1826
|
};
|
|
1827
1827
|
readonly sourceId: {
|
|
1828
1828
|
readonly type: "string";
|
|
@@ -1860,7 +1860,7 @@ declare const publicToolContracts: {
|
|
|
1860
1860
|
readonly sourceType: {
|
|
1861
1861
|
readonly anyOf: readonly [{
|
|
1862
1862
|
readonly type: "string";
|
|
1863
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
1863
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
1864
1864
|
}, {
|
|
1865
1865
|
readonly type: "null";
|
|
1866
1866
|
}];
|
|
@@ -2009,7 +2009,7 @@ declare const publicToolContracts: {
|
|
|
2009
2009
|
readonly sourceType: {
|
|
2010
2010
|
readonly anyOf: readonly [{
|
|
2011
2011
|
readonly type: "string";
|
|
2012
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2012
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2013
2013
|
}, {
|
|
2014
2014
|
readonly type: "null";
|
|
2015
2015
|
}];
|
|
@@ -2188,7 +2188,7 @@ declare const publicToolContracts: {
|
|
|
2188
2188
|
readonly properties: {
|
|
2189
2189
|
readonly sourceType: {
|
|
2190
2190
|
readonly type: "string";
|
|
2191
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2191
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2192
2192
|
};
|
|
2193
2193
|
readonly sourceId: {
|
|
2194
2194
|
readonly type: "string";
|
|
@@ -2226,7 +2226,7 @@ declare const publicToolContracts: {
|
|
|
2226
2226
|
readonly sourceType: {
|
|
2227
2227
|
readonly anyOf: readonly [{
|
|
2228
2228
|
readonly type: "string";
|
|
2229
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2229
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2230
2230
|
}, {
|
|
2231
2231
|
readonly type: "null";
|
|
2232
2232
|
}];
|
|
@@ -2375,7 +2375,7 @@ declare const publicToolContracts: {
|
|
|
2375
2375
|
readonly sourceType: {
|
|
2376
2376
|
readonly anyOf: readonly [{
|
|
2377
2377
|
readonly type: "string";
|
|
2378
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2378
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2379
2379
|
}, {
|
|
2380
2380
|
readonly type: "null";
|
|
2381
2381
|
}];
|
|
@@ -2433,7 +2433,7 @@ declare const publicToolContracts: {
|
|
|
2433
2433
|
readonly properties: {
|
|
2434
2434
|
readonly sourceType: {
|
|
2435
2435
|
readonly type: "string";
|
|
2436
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "CRM", "CRM_OPPORTUNITY"];
|
|
2436
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE", "CRM", "CRM_OPPORTUNITY"];
|
|
2437
2437
|
};
|
|
2438
2438
|
readonly sourceId: {
|
|
2439
2439
|
readonly type: "string";
|
|
@@ -2461,7 +2461,7 @@ declare const publicToolContracts: {
|
|
|
2461
2461
|
readonly properties: {
|
|
2462
2462
|
readonly sourceType: {
|
|
2463
2463
|
readonly type: "string";
|
|
2464
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2464
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2465
2465
|
};
|
|
2466
2466
|
readonly sourceId: {
|
|
2467
2467
|
readonly type: "string";
|
|
@@ -2608,7 +2608,7 @@ declare const publicToolContracts: {
|
|
|
2608
2608
|
readonly sourceType: {
|
|
2609
2609
|
readonly description: "Generic source type to list.";
|
|
2610
2610
|
readonly type: "string";
|
|
2611
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "CRM", "CRM_OPPORTUNITY"];
|
|
2611
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE", "CRM", "CRM_OPPORTUNITY"];
|
|
2612
2612
|
};
|
|
2613
2613
|
readonly customer: {
|
|
2614
2614
|
readonly description: "Customer ID, domain, or name to scope source listing.";
|
|
@@ -2671,7 +2671,7 @@ declare const publicToolContracts: {
|
|
|
2671
2671
|
readonly properties: {
|
|
2672
2672
|
readonly sourceType: {
|
|
2673
2673
|
readonly type: "string";
|
|
2674
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
2674
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
2675
2675
|
};
|
|
2676
2676
|
readonly sourceId: {
|
|
2677
2677
|
readonly type: "string";
|
|
@@ -2876,7 +2876,7 @@ declare const publicToolContracts: {
|
|
|
2876
2876
|
readonly type: "array";
|
|
2877
2877
|
readonly items: {
|
|
2878
2878
|
readonly type: "string";
|
|
2879
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "CRM", "CRM_OPPORTUNITY"];
|
|
2879
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE", "CRM", "CRM_OPPORTUNITY"];
|
|
2880
2880
|
};
|
|
2881
2881
|
};
|
|
2882
2882
|
};
|
|
@@ -3034,7 +3034,7 @@ declare const publicToolContracts: {
|
|
|
3034
3034
|
readonly properties: {
|
|
3035
3035
|
readonly sourceType: {
|
|
3036
3036
|
readonly type: "string";
|
|
3037
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
3037
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
3038
3038
|
};
|
|
3039
3039
|
readonly sourceId: {
|
|
3040
3040
|
readonly type: "string";
|
|
@@ -3072,7 +3072,7 @@ declare const publicToolContracts: {
|
|
|
3072
3072
|
readonly sourceType: {
|
|
3073
3073
|
readonly anyOf: readonly [{
|
|
3074
3074
|
readonly type: "string";
|
|
3075
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
3075
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
3076
3076
|
}, {
|
|
3077
3077
|
readonly type: "null";
|
|
3078
3078
|
}];
|
|
@@ -3221,7 +3221,7 @@ declare const publicToolContracts: {
|
|
|
3221
3221
|
readonly sourceType: {
|
|
3222
3222
|
readonly anyOf: readonly [{
|
|
3223
3223
|
readonly type: "string";
|
|
3224
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
3224
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
3225
3225
|
}, {
|
|
3226
3226
|
readonly type: "null";
|
|
3227
3227
|
}];
|
|
@@ -3280,7 +3280,7 @@ declare const publicToolContracts: {
|
|
|
3280
3280
|
};
|
|
3281
3281
|
readonly sourceType: {
|
|
3282
3282
|
readonly type: "string";
|
|
3283
|
-
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
3283
|
+
readonly enum: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
3284
3284
|
};
|
|
3285
3285
|
readonly sourceId: {
|
|
3286
3286
|
readonly type: "string";
|
|
@@ -8981,18 +8981,18 @@ declare const customerBillingStatuses: readonly ["NONE", "TRIALING", "PAYING", "
|
|
|
8981
8981
|
declare const customerActivityWindows: readonly ["7d", "14d", "30d", "90d"];
|
|
8982
8982
|
declare const customerFactStatuses: readonly ["ACTIVE", "ACKNOWLEDGED", "RESOLVED", "SNOOZED", "CANDIDATE"];
|
|
8983
8983
|
declare const customerFactIncludes: readonly ["evidence"];
|
|
8984
|
-
declare const customerFactTypes: readonly ["CUSTOM", "COMPANY_CHANGE", "FUNDING_REVENUE", "TECHNOLOGY", "STRATEGY", "COMPETITIVE", "SENTIMENT", "CHAMPION_RISK", "EXPANSION", "CHURN_RISK", "TIMELINE", "BUDGET", "DECISION_MAKER", "REQUIREMENTS", "PRODUCT_USAGE", "CONTACT_INFO", "CONTACT_PREFERENCE"];
|
|
8984
|
+
declare const customerFactTypes: readonly ["CUSTOM", "COMPANY_CHANGE", "FUNDING_REVENUE", "TECHNOLOGY", "STRATEGY", "COMPETITIVE", "SENTIMENT", "CHAMPION_RISK", "EXPANSION", "CHURN_RISK", "TIMELINE", "BUDGET", "DECISION_MAKER", "REQUIREMENTS", "PRODUCT_USAGE", "CONTACT_INFO", "CONTACT_PREFERENCE", "CONTACT_DEPARTURE", "CONTACT_POSITION_CHANGE", "CONTACT_DISENGAGEMENT"];
|
|
8985
8985
|
declare const unsupportedCustomerFactTypes: readonly ["TRACKING_GAP", "SCHEMA_DRIFT", "INGESTION_LAG", "ACTIVATION_RATE_DROP", "FUNNEL_DROPOFF", "CORE_ACTION_DECAY", "CADENCE_BREAK", "QUIET_ACCOUNT", "CHAMPION_AT_RISK", "SEGMENT_DIVERGENCE"];
|
|
8986
|
-
declare const customerFactCategories: readonly ["MEMORY", "CUSTOM"];
|
|
8986
|
+
declare const customerFactCategories: readonly ["MEMORY", "RELATIONSHIP", "CUSTOM"];
|
|
8987
8987
|
declare const customerListOrderFields: readonly ["last_activity_at", "first_seen_at", "name", "mrr_cents"];
|
|
8988
8988
|
declare const customerIncludeSections: readonly ["users", "revenue", "recentTimeline", "behaviorMetrics", "enrichment"];
|
|
8989
|
-
declare const customerSourceTypes: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK"];
|
|
8989
|
+
declare const customerSourceTypes: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE"];
|
|
8990
8990
|
declare const customerSourceTypeAliasMap: {
|
|
8991
8991
|
readonly CRM: "OPPORTUNITY";
|
|
8992
8992
|
readonly CRM_OPPORTUNITY: "OPPORTUNITY";
|
|
8993
8993
|
};
|
|
8994
8994
|
declare const customerSourceTypeAliases: readonly ["CRM", "CRM_OPPORTUNITY"];
|
|
8995
|
-
declare const customerSourceTypeInputs: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "CRM", "CRM_OPPORTUNITY"];
|
|
8995
|
+
declare const customerSourceTypeInputs: readonly ["EMAIL", "CALL", "CALENDAR_EVENT", "SUPPORT_TICKET", "OPPORTUNITY", "SLACK", "PERSON_PROFILE", "CRM", "CRM_OPPORTUNITY"];
|
|
8996
8996
|
declare const customerTimeframes: readonly ["7d", "14d", "30d", "90d"];
|
|
8997
8997
|
declare const timelineChannels: readonly ["PRODUCT", "COMMUNICATION", "MEETING", "CRM", "BILLING", "SUPPORT", "IDENTITY", "DOCUMENT", "SYSTEM"];
|
|
8998
8998
|
declare const timelineTimeframes: readonly ["7d", "14d", "30d", "90d", "all"];
|
|
@@ -9000,7 +9000,7 @@ declare const userJourneyStages: readonly ["DISCOVERED", "SIGNED_UP", "ACTIVATED
|
|
|
9000
9000
|
declare const userListOrderFields: readonly ["last_activity_at", "first_seen_at", "email"];
|
|
9001
9001
|
declare const workspaceUserListOrderFields: readonly ["name", "email", "owned_customer_count"];
|
|
9002
9002
|
declare const schemaTables: readonly ["activity", "customers", "users", "revenue"];
|
|
9003
|
-
declare const sdkConsumerContractHash: "
|
|
9003
|
+
declare const sdkConsumerContractHash: "6e94d54edef77e194566831299475f1814ec8a4cf6302aa38f7fd2d596623673";
|
|
9004
9004
|
|
|
9005
9005
|
type JsonSchema = Readonly<Record<string, unknown>>;
|
|
9006
9006
|
type PublicToolName = (typeof publicToolNames)[number];
|
package/dist/index.js
CHANGED
|
@@ -2329,6 +2329,7 @@ var publicToolContracts = {
|
|
|
2329
2329
|
"SUPPORT_TICKET",
|
|
2330
2330
|
"OPPORTUNITY",
|
|
2331
2331
|
"SLACK",
|
|
2332
|
+
"PERSON_PROFILE",
|
|
2332
2333
|
"CRM",
|
|
2333
2334
|
"CRM_OPPORTUNITY"
|
|
2334
2335
|
]
|
|
@@ -2356,17 +2357,21 @@ var publicToolContracts = {
|
|
|
2356
2357
|
"REQUIREMENTS",
|
|
2357
2358
|
"PRODUCT_USAGE",
|
|
2358
2359
|
"CONTACT_INFO",
|
|
2359
|
-
"CONTACT_PREFERENCE"
|
|
2360
|
+
"CONTACT_PREFERENCE",
|
|
2361
|
+
"CONTACT_DEPARTURE",
|
|
2362
|
+
"CONTACT_POSITION_CHANGE",
|
|
2363
|
+
"CONTACT_DISENGAGEMENT"
|
|
2360
2364
|
]
|
|
2361
2365
|
}
|
|
2362
2366
|
},
|
|
2363
2367
|
"factCategories": {
|
|
2364
|
-
"description": "Optional public fact category filters. Supported values: MEMORY, CUSTOM.",
|
|
2368
|
+
"description": "Optional public fact category filters. Supported values: MEMORY, RELATIONSHIP, CUSTOM.",
|
|
2365
2369
|
"type": "array",
|
|
2366
2370
|
"items": {
|
|
2367
2371
|
"type": "string",
|
|
2368
2372
|
"enum": [
|
|
2369
2373
|
"MEMORY",
|
|
2374
|
+
"RELATIONSHIP",
|
|
2370
2375
|
"CUSTOM"
|
|
2371
2376
|
]
|
|
2372
2377
|
}
|
|
@@ -2546,7 +2551,8 @@ var publicToolContracts = {
|
|
|
2546
2551
|
"CALENDAR_EVENT",
|
|
2547
2552
|
"SUPPORT_TICKET",
|
|
2548
2553
|
"OPPORTUNITY",
|
|
2549
|
-
"SLACK"
|
|
2554
|
+
"SLACK",
|
|
2555
|
+
"PERSON_PROFILE"
|
|
2550
2556
|
]
|
|
2551
2557
|
},
|
|
2552
2558
|
"sourceId": {
|
|
@@ -2606,7 +2612,8 @@ var publicToolContracts = {
|
|
|
2606
2612
|
"CALENDAR_EVENT",
|
|
2607
2613
|
"SUPPORT_TICKET",
|
|
2608
2614
|
"OPPORTUNITY",
|
|
2609
|
-
"SLACK"
|
|
2615
|
+
"SLACK",
|
|
2616
|
+
"PERSON_PROFILE"
|
|
2610
2617
|
]
|
|
2611
2618
|
},
|
|
2612
2619
|
{
|
|
@@ -2816,7 +2823,8 @@ var publicToolContracts = {
|
|
|
2816
2823
|
"CALENDAR_EVENT",
|
|
2817
2824
|
"SUPPORT_TICKET",
|
|
2818
2825
|
"OPPORTUNITY",
|
|
2819
|
-
"SLACK"
|
|
2826
|
+
"SLACK",
|
|
2827
|
+
"PERSON_PROFILE"
|
|
2820
2828
|
]
|
|
2821
2829
|
},
|
|
2822
2830
|
{
|
|
@@ -3077,7 +3085,8 @@ var publicToolContracts = {
|
|
|
3077
3085
|
"CALENDAR_EVENT",
|
|
3078
3086
|
"SUPPORT_TICKET",
|
|
3079
3087
|
"OPPORTUNITY",
|
|
3080
|
-
"SLACK"
|
|
3088
|
+
"SLACK",
|
|
3089
|
+
"PERSON_PROFILE"
|
|
3081
3090
|
]
|
|
3082
3091
|
},
|
|
3083
3092
|
"sourceId": {
|
|
@@ -3137,7 +3146,8 @@ var publicToolContracts = {
|
|
|
3137
3146
|
"CALENDAR_EVENT",
|
|
3138
3147
|
"SUPPORT_TICKET",
|
|
3139
3148
|
"OPPORTUNITY",
|
|
3140
|
-
"SLACK"
|
|
3149
|
+
"SLACK",
|
|
3150
|
+
"PERSON_PROFILE"
|
|
3141
3151
|
]
|
|
3142
3152
|
},
|
|
3143
3153
|
{
|
|
@@ -3347,7 +3357,8 @@ var publicToolContracts = {
|
|
|
3347
3357
|
"CALENDAR_EVENT",
|
|
3348
3358
|
"SUPPORT_TICKET",
|
|
3349
3359
|
"OPPORTUNITY",
|
|
3350
|
-
"SLACK"
|
|
3360
|
+
"SLACK",
|
|
3361
|
+
"PERSON_PROFILE"
|
|
3351
3362
|
]
|
|
3352
3363
|
},
|
|
3353
3364
|
{
|
|
@@ -3457,6 +3468,7 @@ var publicToolContracts = {
|
|
|
3457
3468
|
"SUPPORT_TICKET",
|
|
3458
3469
|
"OPPORTUNITY",
|
|
3459
3470
|
"SLACK",
|
|
3471
|
+
"PERSON_PROFILE",
|
|
3460
3472
|
"CRM",
|
|
3461
3473
|
"CRM_OPPORTUNITY"
|
|
3462
3474
|
]
|
|
@@ -3496,7 +3508,8 @@ var publicToolContracts = {
|
|
|
3496
3508
|
"CALENDAR_EVENT",
|
|
3497
3509
|
"SUPPORT_TICKET",
|
|
3498
3510
|
"OPPORTUNITY",
|
|
3499
|
-
"SLACK"
|
|
3511
|
+
"SLACK",
|
|
3512
|
+
"PERSON_PROFILE"
|
|
3500
3513
|
]
|
|
3501
3514
|
},
|
|
3502
3515
|
"sourceId": {
|
|
@@ -3706,6 +3719,7 @@ var publicToolContracts = {
|
|
|
3706
3719
|
"SUPPORT_TICKET",
|
|
3707
3720
|
"OPPORTUNITY",
|
|
3708
3721
|
"SLACK",
|
|
3722
|
+
"PERSON_PROFILE",
|
|
3709
3723
|
"CRM",
|
|
3710
3724
|
"CRM_OPPORTUNITY"
|
|
3711
3725
|
]
|
|
@@ -3777,7 +3791,8 @@ var publicToolContracts = {
|
|
|
3777
3791
|
"CALENDAR_EVENT",
|
|
3778
3792
|
"SUPPORT_TICKET",
|
|
3779
3793
|
"OPPORTUNITY",
|
|
3780
|
-
"SLACK"
|
|
3794
|
+
"SLACK",
|
|
3795
|
+
"PERSON_PROFILE"
|
|
3781
3796
|
]
|
|
3782
3797
|
},
|
|
3783
3798
|
"sourceId": {
|
|
@@ -4057,6 +4072,7 @@ var publicToolContracts = {
|
|
|
4057
4072
|
"SUPPORT_TICKET",
|
|
4058
4073
|
"OPPORTUNITY",
|
|
4059
4074
|
"SLACK",
|
|
4075
|
+
"PERSON_PROFILE",
|
|
4060
4076
|
"CRM",
|
|
4061
4077
|
"CRM_OPPORTUNITY"
|
|
4062
4078
|
]
|
|
@@ -4260,7 +4276,8 @@ var publicToolContracts = {
|
|
|
4260
4276
|
"CALENDAR_EVENT",
|
|
4261
4277
|
"SUPPORT_TICKET",
|
|
4262
4278
|
"OPPORTUNITY",
|
|
4263
|
-
"SLACK"
|
|
4279
|
+
"SLACK",
|
|
4280
|
+
"PERSON_PROFILE"
|
|
4264
4281
|
]
|
|
4265
4282
|
},
|
|
4266
4283
|
"sourceId": {
|
|
@@ -4320,7 +4337,8 @@ var publicToolContracts = {
|
|
|
4320
4337
|
"CALENDAR_EVENT",
|
|
4321
4338
|
"SUPPORT_TICKET",
|
|
4322
4339
|
"OPPORTUNITY",
|
|
4323
|
-
"SLACK"
|
|
4340
|
+
"SLACK",
|
|
4341
|
+
"PERSON_PROFILE"
|
|
4324
4342
|
]
|
|
4325
4343
|
},
|
|
4326
4344
|
{
|
|
@@ -4530,7 +4548,8 @@ var publicToolContracts = {
|
|
|
4530
4548
|
"CALENDAR_EVENT",
|
|
4531
4549
|
"SUPPORT_TICKET",
|
|
4532
4550
|
"OPPORTUNITY",
|
|
4533
|
-
"SLACK"
|
|
4551
|
+
"SLACK",
|
|
4552
|
+
"PERSON_PROFILE"
|
|
4534
4553
|
]
|
|
4535
4554
|
},
|
|
4536
4555
|
{
|
|
@@ -4647,7 +4666,8 @@ var publicToolContracts = {
|
|
|
4647
4666
|
"CALENDAR_EVENT",
|
|
4648
4667
|
"SUPPORT_TICKET",
|
|
4649
4668
|
"OPPORTUNITY",
|
|
4650
|
-
"SLACK"
|
|
4669
|
+
"SLACK",
|
|
4670
|
+
"PERSON_PROFILE"
|
|
4651
4671
|
]
|
|
4652
4672
|
},
|
|
4653
4673
|
"sourceId": {
|
|
@@ -12351,7 +12371,10 @@ var customerFactTypes = [
|
|
|
12351
12371
|
"REQUIREMENTS",
|
|
12352
12372
|
"PRODUCT_USAGE",
|
|
12353
12373
|
"CONTACT_INFO",
|
|
12354
|
-
"CONTACT_PREFERENCE"
|
|
12374
|
+
"CONTACT_PREFERENCE",
|
|
12375
|
+
"CONTACT_DEPARTURE",
|
|
12376
|
+
"CONTACT_POSITION_CHANGE",
|
|
12377
|
+
"CONTACT_DISENGAGEMENT"
|
|
12355
12378
|
];
|
|
12356
12379
|
var unsupportedCustomerFactTypes = [
|
|
12357
12380
|
"TRACKING_GAP",
|
|
@@ -12367,6 +12390,7 @@ var unsupportedCustomerFactTypes = [
|
|
|
12367
12390
|
];
|
|
12368
12391
|
var customerFactCategories = [
|
|
12369
12392
|
"MEMORY",
|
|
12393
|
+
"RELATIONSHIP",
|
|
12370
12394
|
"CUSTOM"
|
|
12371
12395
|
];
|
|
12372
12396
|
var customerListOrderFields = [
|
|
@@ -12388,7 +12412,8 @@ var customerSourceTypes = [
|
|
|
12388
12412
|
"CALENDAR_EVENT",
|
|
12389
12413
|
"SUPPORT_TICKET",
|
|
12390
12414
|
"OPPORTUNITY",
|
|
12391
|
-
"SLACK"
|
|
12415
|
+
"SLACK",
|
|
12416
|
+
"PERSON_PROFILE"
|
|
12392
12417
|
];
|
|
12393
12418
|
var customerSourceTypeAliasMap = {
|
|
12394
12419
|
"CRM": "OPPORTUNITY",
|
|
@@ -12405,6 +12430,7 @@ var customerSourceTypeInputs = [
|
|
|
12405
12430
|
"SUPPORT_TICKET",
|
|
12406
12431
|
"OPPORTUNITY",
|
|
12407
12432
|
"SLACK",
|
|
12433
|
+
"PERSON_PROFILE",
|
|
12408
12434
|
"CRM",
|
|
12409
12435
|
"CRM_OPPORTUNITY"
|
|
12410
12436
|
];
|
|
@@ -12455,7 +12481,7 @@ var schemaTables = [
|
|
|
12455
12481
|
"users",
|
|
12456
12482
|
"revenue"
|
|
12457
12483
|
];
|
|
12458
|
-
var sdkConsumerContractHash = "
|
|
12484
|
+
var sdkConsumerContractHash = "6e94d54edef77e194566831299475f1814ec8a4cf6302aa38f7fd2d596623673";
|
|
12459
12485
|
|
|
12460
12486
|
// src/contracts.ts
|
|
12461
12487
|
var publicToolNameSet = new Set(publicToolNames);
|