@ryan-pip/pulumi-fivetran 0.2.5 → 1.5.0
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/connector.d.ts +30 -21
- package/connector.js +4 -2
- package/connector.js.map +1 -1
- package/dbtGitProjectConfig.d.ts +1 -1
- package/dbtGitProjectConfig.js +1 -1
- package/dbtProject.d.ts +1 -1
- package/dbtProject.js +1 -1
- package/dbtTransformation.d.ts +1 -1
- package/dbtTransformation.js +1 -1
- package/destination.d.ts +0 -21
- package/destination.js +0 -2
- package/destination.js.map +1 -1
- package/getConnector.d.ts +3 -2
- package/getConnector.js.map +1 -1
- package/getConnectorCertificates.d.ts +1 -1
- package/getConnectorCertificates.js.map +1 -1
- package/getConnectorFingerprints.d.ts +1 -1
- package/getConnectorFingerprints.js.map +1 -1
- package/getConnectors.d.ts +33 -0
- package/getConnectors.js +30 -0
- package/getConnectors.js.map +1 -0
- package/getConnectorsMetadata.d.ts +1 -1
- package/getConnectorsMetadata.js.map +1 -1
- package/getDbtModels.d.ts +1 -1
- package/getDbtModels.js.map +1 -1
- package/getDbtProject.d.ts +1 -1
- package/getDbtProject.js.map +1 -1
- package/getDbtProjects.d.ts +1 -1
- package/getDbtProjects.js.map +1 -1
- package/getDbtTransformation.d.ts +1 -1
- package/getDbtTransformation.js.map +1 -1
- package/getDestination.d.ts +1 -2
- package/getDestination.js.map +1 -1
- package/getDestinationCertificates.d.ts +1 -1
- package/getDestinationCertificates.js.map +1 -1
- package/getDestinationFingerprints.d.ts +1 -1
- package/getDestinationFingerprints.js.map +1 -1
- package/getDestinations.d.ts +33 -0
- package/getDestinations.js +30 -0
- package/getDestinations.js.map +1 -0
- package/getExternalLogging.d.ts +1 -1
- package/getExternalLogging.js.map +1 -1
- package/getExternalLogs.d.ts +33 -0
- package/getExternalLogs.js +30 -0
- package/getExternalLogs.js.map +1 -0
- package/getGroup.d.ts +1 -1
- package/getGroup.js.map +1 -1
- package/getGroupConnectors.d.ts +1 -1
- package/getGroupConnectors.js.map +1 -1
- package/getGroupServiceAccount.d.ts +1 -1
- package/getGroupServiceAccount.js.map +1 -1
- package/getGroupSshKey.d.ts +1 -1
- package/getGroupSshKey.js.map +1 -1
- package/getGroupUsers.d.ts +1 -1
- package/getGroupUsers.js.map +1 -1
- package/getGroups.d.ts +1 -1
- package/getGroups.js.map +1 -1
- package/getHybridDeploymentAgent.d.ts +1 -1
- package/getHybridDeploymentAgent.js.map +1 -1
- package/getHybridDeploymentAgents.d.ts +1 -1
- package/getHybridDeploymentAgents.js.map +1 -1
- package/getPrivateLink.d.ts +1 -1
- package/getPrivateLink.js.map +1 -1
- package/getPrivateLinks.d.ts +1 -1
- package/getPrivateLinks.js.map +1 -1
- package/getProxyAgent.d.ts +1 -1
- package/getProxyAgent.js.map +1 -1
- package/getProxyAgents.d.ts +1 -1
- package/getProxyAgents.js.map +1 -1
- package/getQuickstartPackage.d.ts +74 -0
- package/getQuickstartPackage.js +50 -0
- package/getQuickstartPackage.js.map +1 -0
- package/getQuickstartPackages.d.ts +51 -0
- package/getQuickstartPackages.js +48 -0
- package/getQuickstartPackages.js.map +1 -0
- package/getRoles.d.ts +1 -1
- package/getRoles.js.map +1 -1
- package/getTeam.d.ts +1 -1
- package/getTeam.js.map +1 -1
- package/getTeamConnectorMemberships.d.ts +1 -1
- package/getTeamConnectorMemberships.js.map +1 -1
- package/getTeamGroupMemberships.d.ts +1 -1
- package/getTeamGroupMemberships.js.map +1 -1
- package/getTeamUserMemberships.d.ts +1 -1
- package/getTeamUserMemberships.js.map +1 -1
- package/getTeams.d.ts +1 -1
- package/getTeams.js.map +1 -1
- package/getTransformation.d.ts +90 -0
- package/getTransformation.js +54 -0
- package/getTransformation.js.map +1 -0
- package/getTransformationProject.d.ts +87 -0
- package/getTransformationProject.js +52 -0
- package/getTransformationProject.js.map +1 -0
- package/getTransformationProjects.d.ts +38 -0
- package/getTransformationProjects.js +42 -0
- package/getTransformationProjects.js.map +1 -0
- package/getTransformations.d.ts +51 -0
- package/getTransformations.js +48 -0
- package/getTransformations.js.map +1 -0
- package/getUser.d.ts +1 -1
- package/getUser.js.map +1 -1
- package/getUserConnectorMemberships.d.ts +1 -1
- package/getUserConnectorMemberships.js.map +1 -1
- package/getUserGroupMemberships.d.ts +1 -1
- package/getUserGroupMemberships.js.map +1 -1
- package/getUsers.d.ts +1 -1
- package/getUsers.js.map +1 -1
- package/getWebhook.d.ts +1 -1
- package/getWebhook.js.map +1 -1
- package/getWebhooks.d.ts +1 -1
- package/getWebhooks.js.map +1 -1
- package/index.d.ts +33 -9
- package/index.js +40 -14
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/transformation.d.ts +151 -0
- package/transformation.js +114 -0
- package/transformation.js.map +1 -0
- package/transformationProject.d.ts +136 -0
- package/transformationProject.js +96 -0
- package/transformationProject.js.map +1 -0
- package/types/input.d.ts +2419 -114
- package/types/output.d.ts +1540 -119
- package/getLocalProcessingAgent.d.ts +0 -76
- package/getLocalProcessingAgent.js +0 -54
- package/getLocalProcessingAgent.js.map +0 -1
- package/getLocalProcessingAgents.d.ts +0 -42
- package/getLocalProcessingAgents.js +0 -46
- package/getLocalProcessingAgents.js.map +0 -1
- package/localProcessingAgent.d.ts +0 -127
- package/localProcessingAgent.js +0 -88
- package/localProcessingAgent.js.map +0 -1
package/types/output.d.ts
CHANGED
|
@@ -417,6 +417,7 @@ export interface ConnectorConfig {
|
|
|
417
417
|
* Field usage depends on `service` value:
|
|
418
418
|
* - Service `gainsightCustomerSuccess`: The access key for API authentication.
|
|
419
419
|
* - Service `gongio`: Your Gongio Access key.
|
|
420
|
+
* - Service `lineAds`: Your LINE Ads access key.
|
|
420
421
|
* - Service `planful`: Your Planful access key.
|
|
421
422
|
* - Service `retailnext`: Your RetailNext access key.
|
|
422
423
|
*/
|
|
@@ -426,6 +427,8 @@ export interface ConnectorConfig {
|
|
|
426
427
|
* - Service `appsflyer`: Your AWS access key ID.
|
|
427
428
|
* - Service `awsCostReport`: Access Key ID
|
|
428
429
|
* - Service `checkout`: Your Checkout.com access key ID.
|
|
430
|
+
* - Service `cloudtalk`: Your CloudTalk Access Key ID.
|
|
431
|
+
* - Service `nice`: Your NICE access key ID.
|
|
429
432
|
* - Service `s3`: Access Key ID
|
|
430
433
|
* - Service `wasabiCloudStorage`: Access Key ID
|
|
431
434
|
*/
|
|
@@ -434,7 +437,9 @@ export interface ConnectorConfig {
|
|
|
434
437
|
* Field usage depends on `service` value:
|
|
435
438
|
* - Service `awsCostReport`: Access Key Secret
|
|
436
439
|
* - Service `checkout`: Your Checkout.com access key secret.
|
|
440
|
+
* - Service `cloudtalk`: Your CloudTalk Access Key Secret.
|
|
437
441
|
* - Service `gongio`: Your Gongio Access Key Secret.
|
|
442
|
+
* - Service `nice`: Your NICE access key secret.
|
|
438
443
|
* - Service `s3`: Access Key Secret
|
|
439
444
|
* - Service `wasabiCloudStorage`: Access Key Secret
|
|
440
445
|
*/
|
|
@@ -451,14 +456,18 @@ export interface ConnectorConfig {
|
|
|
451
456
|
* - Service `getfeedback`: Your GetFeedback Access token.
|
|
452
457
|
* - Service `gocardless`: Your GoCardless API token.
|
|
453
458
|
* - Service `ironclad`: Your Ironclad access token.
|
|
459
|
+
* - Service `khorosMarketing`: Your Khoros Marketing access token.
|
|
454
460
|
* - Service `kustomer`: Your Kustomer API key.
|
|
455
461
|
* - Service `lattice`: Your Lattice API access token.
|
|
456
462
|
* - Service `launchdarkly`: Your LaunchDarkly access token.
|
|
463
|
+
* - Service `leapCrm`: Your Leap CRM access token.
|
|
457
464
|
* - Service `nylas`: Your Nylas access_token.
|
|
458
465
|
* - Service `planhat`: Your Planhat access token.
|
|
459
466
|
* - Service `rollbar`: Your Rollbar Access Token.
|
|
460
467
|
* - Service `samsara`: Your Samsara API token.
|
|
461
468
|
* - Service `slab`: Your Slab API key.
|
|
469
|
+
* - Service `stripe`: The Stripe API Restricted Key
|
|
470
|
+
* - Service `stripeTest`: The Stripe API Restricted Key
|
|
462
471
|
* - Service `talkwalker`: Your Talkwalker access token.
|
|
463
472
|
* - Service `workable`: Your Workable Access Token.
|
|
464
473
|
* - Service `workramp`: Your WorkRamp access token.
|
|
@@ -488,6 +497,7 @@ export interface ConnectorConfig {
|
|
|
488
497
|
* - Service `dear`: Your Dear Account ID.
|
|
489
498
|
* - Service `harvest`: Your Harvest Account ID.
|
|
490
499
|
* - Service `optimizely`: Your Optimizely account ID.
|
|
500
|
+
* - Service `rokt`: Your Rokt account ID.
|
|
491
501
|
* - Service `udemyBusiness`: Your Udemy Business account ID.
|
|
492
502
|
*/
|
|
493
503
|
accountId: string;
|
|
@@ -639,6 +649,11 @@ export interface ConnectorConfig {
|
|
|
639
649
|
* - Service `sqlServerSapEccHva`: The host address of the machine running the agent. Often the same as the DB host.
|
|
640
650
|
*/
|
|
641
651
|
agentHost: string;
|
|
652
|
+
/**
|
|
653
|
+
* Field usage depends on `service` value:
|
|
654
|
+
* - Service `phoenixAds`: Your Phoenix Ads Agent ID.
|
|
655
|
+
*/
|
|
656
|
+
agentId?: string;
|
|
642
657
|
/**
|
|
643
658
|
* Field usage depends on `service` value:
|
|
644
659
|
* - Service `oracleHva`: The home directory of the Oracle database.
|
|
@@ -774,6 +789,7 @@ export interface ConnectorConfig {
|
|
|
774
789
|
api?: string;
|
|
775
790
|
/**
|
|
776
791
|
* Field usage depends on `service` value:
|
|
792
|
+
* - Service `flywheelDigital`: Your Flywheel Digital API access token.
|
|
777
793
|
* - Service `shopify`: API access token of your custom app.
|
|
778
794
|
* - Service `square`: The Square API access token of your application.
|
|
779
795
|
*/
|
|
@@ -793,12 +809,14 @@ export interface ConnectorConfig {
|
|
|
793
809
|
* - Service `15five`: Your 15five API key.
|
|
794
810
|
* - Service `360learning`: Your 360Learning API Key.
|
|
795
811
|
* - Service `6sense`: Your 6sense API Key.
|
|
812
|
+
* - Service `acculynx`: Your Acculynx API key.
|
|
796
813
|
* - Service `activecampaign`: Your ActiveCampaign API key.
|
|
797
814
|
* - Service `affinity`: Your Affinity API key.
|
|
798
815
|
* - Service `airtable`: API key of the Airtable account.
|
|
799
816
|
* - Service `algolia`: Your Algolia API key.
|
|
800
817
|
* - Service `anvyl`: Your Anvyl API key.
|
|
801
818
|
* - Service `appcues`: Your Appcues API key.
|
|
819
|
+
* - Service `ashby`: Your Ashby API key.
|
|
802
820
|
* - Service `assembled`: Your Assembled API key.
|
|
803
821
|
* - Service `atlassianJiraAlign`: Your Jira Align API key.
|
|
804
822
|
* - Service `atlassianOpsGenie`: Your Opsgenie API key
|
|
@@ -807,8 +825,9 @@ export interface ConnectorConfig {
|
|
|
807
825
|
* - Service `avantlink`: Your AvantLink API key.
|
|
808
826
|
* - Service `ballotready`: Your BallotReady API token.
|
|
809
827
|
* - Service `bamboohr`: Your API Key.
|
|
810
|
-
* - Service `bazaarvoice`: Your Bazaarvoice
|
|
828
|
+
* - Service `bazaarvoice`: Your Bazaarvoice API key.
|
|
811
829
|
* - Service `betterworks`: Your Betterworks API key.
|
|
830
|
+
* - Service `bigmarker`: Your BigMarker API key.
|
|
812
831
|
* - Service `bizzabo`: Your Bizzabo API key.
|
|
813
832
|
* - Service `braveAds`: Your Brave Ads API key
|
|
814
833
|
* - Service `braze`: Your Braze API Key.
|
|
@@ -827,6 +846,8 @@ export interface ConnectorConfig {
|
|
|
827
846
|
* - Service `cimis`: Your Cimis API key.
|
|
828
847
|
* - Service `circleci`: Your CircleCI API Key.
|
|
829
848
|
* - Service `clickup`: Your ClickUp API key.
|
|
849
|
+
* - Service `clockify`: Your Clockify API key.
|
|
850
|
+
* - Service `clockodo`: Your Clockodo API key.
|
|
830
851
|
* - Service `close`: Your Close API key.
|
|
831
852
|
* - Service `cloudbeds`: Your Cloudbeds API key.
|
|
832
853
|
* - Service `clubspeed`: Your Clubspeed API key.
|
|
@@ -851,7 +872,9 @@ export interface ConnectorConfig {
|
|
|
851
872
|
* - Service `easypost`: Your EasyPost API Key.
|
|
852
873
|
* - Service `electronicTenantSolutions`: Your Electronic Tenant Solutions API key.
|
|
853
874
|
* - Service `eventsforce`: Your Eventsforce API secret key.
|
|
875
|
+
* - Service `everflow`: Your Everflow API key.
|
|
854
876
|
* - Service `everhour`: Your Everhour API Token.
|
|
877
|
+
* - Service `expensein`: Your ExpenseIn API key.
|
|
855
878
|
* - Service `factorial`: Your Factorial API key.
|
|
856
879
|
* - Service `firehydrant`: Your FireHydrant API key.
|
|
857
880
|
* - Service `float`: Your Float API key.
|
|
@@ -897,8 +920,12 @@ export interface ConnectorConfig {
|
|
|
897
920
|
* - Service `linksquares`: Your LinkSquares API key.
|
|
898
921
|
* - Service `lob`: Your Lob API key.
|
|
899
922
|
* - Service `loop`: Your Loop API key.
|
|
923
|
+
* - Service `lucca`: Your Lucca API key.
|
|
900
924
|
* - Service `luma`: Your Luma API key.
|
|
925
|
+
* - Service `maileon`: Your Maileon API key.
|
|
901
926
|
* - Service `mailgun`: Your Mailgun API key.
|
|
927
|
+
* - Service `mailjet`: Your Mailjet API key.
|
|
928
|
+
* - Service `malomo`: Your Malomo API key.
|
|
902
929
|
* - Service `mambu`: Your Mambu API key.
|
|
903
930
|
* - Service `mandrill`: Your Mandrill API key.
|
|
904
931
|
* - Service `maxioChargify`: Enter Your API Key.
|
|
@@ -911,16 +938,19 @@ export interface ConnectorConfig {
|
|
|
911
938
|
* - Service `ordway`: Your Ordway API key.
|
|
912
939
|
* - Service `ortto`: Your Ortto API key.
|
|
913
940
|
* - Service `pagerduty`: Your PagerDuty API key.
|
|
941
|
+
* - Service `pandadoc`: Your PandaDoc API key.
|
|
914
942
|
* - Service `papershift`: Your Papershift API Key
|
|
915
943
|
* - Service `partnerize`: Your Partnerize user API key.
|
|
916
944
|
* - Service `persona`: Your Persona API key.
|
|
917
945
|
* - Service `picqer`: Your Picqer API key.
|
|
946
|
+
* - Service `pigment`: Your Pigment API key.
|
|
918
947
|
* - Service `pinpoint`: Your Pinpoint API key.
|
|
919
948
|
* - Service `pipe17`: The Pipe17 API key.
|
|
920
949
|
* - Service `placerai`: Your Placer.ai API key.
|
|
921
950
|
* - Service `playvox`: Your Playvox API Key.
|
|
922
951
|
* - Service `posthog`: Your PostHog API key.
|
|
923
952
|
* - Service `prive`: Your Prive API key.
|
|
953
|
+
* - Service `prosperstack`: Your ProsperStack API key.
|
|
924
954
|
* - Service `qualaroo`: Your Qualaroo API Key.
|
|
925
955
|
* - Service `quorum`: Your Quorum API key.
|
|
926
956
|
* - Service `reboundReturns`: Your ReBound Returns API key.
|
|
@@ -934,6 +964,7 @@ export interface ConnectorConfig {
|
|
|
934
964
|
* - Service `rippling`: Your Rippling API key.
|
|
935
965
|
* - Service `rocketlane`: Your Rocketlane API key.
|
|
936
966
|
* - Service `rootly`: Your Rootly API key.
|
|
967
|
+
* - Service `ruddr`: Your Ruddr API key.
|
|
937
968
|
* - Service `safebase`: Your SafeBase API key.
|
|
938
969
|
* - Service `sageHr`: Your Sage HR API key.
|
|
939
970
|
* - Service `sailthru`: The Sailthru API key.
|
|
@@ -961,18 +992,23 @@ export interface ConnectorConfig {
|
|
|
961
992
|
* - Service `teamtailor`: Your Teamtailor API key.
|
|
962
993
|
* - Service `testrail`: Your TestRail API key.
|
|
963
994
|
* - Service `ticketTailor`: Your Ticket Tailor API key.
|
|
964
|
-
* - Service `transcend`: Your Transcend API
|
|
995
|
+
* - Service `transcend`: Your Transcend API key.
|
|
965
996
|
* - Service `trello`: Your TRELLO api key.
|
|
997
|
+
* - Service `tripleWhale`: Your Triple Whale API key.
|
|
966
998
|
* - Service `uppromote`: Your UpPromote API key.
|
|
967
999
|
* - Service `veeqo`: Your Veeqo API key.
|
|
1000
|
+
* - Service `venminder`: Your Venminder API key.
|
|
968
1001
|
* - Service `visitByGes`: Your Visit by GES API key.
|
|
969
1002
|
* - Service `vitally`: Your Vitally API key.
|
|
970
1003
|
* - Service `vonage`: Your Vonage API Key.
|
|
971
1004
|
* - Service `vts`: Your VTS API key.
|
|
972
1005
|
* - Service `webconnex`: Your Webconnex API key.
|
|
1006
|
+
* - Service `wickedReports`: Your Wicked Reports API key.
|
|
1007
|
+
* - Service `workleapOfficevibe`: Your Workleap Officevibe API key.
|
|
973
1008
|
* - Service `xsolla`: Your Xsolla API key.
|
|
974
1009
|
* - Service `yougovSport`: Your Yougov Sport API key.
|
|
975
1010
|
* - Service `zingtree`: Your Zingtree API key.
|
|
1011
|
+
* - Service `zip`: Your Zip API key.
|
|
976
1012
|
*/
|
|
977
1013
|
apiKey: string;
|
|
978
1014
|
/**
|
|
@@ -995,6 +1031,11 @@ export interface ConnectorConfig {
|
|
|
995
1031
|
* - Service `marketo`: Allowed number of API requests to Marketo instance per day, the default value is 10000.
|
|
996
1032
|
*/
|
|
997
1033
|
apiQuota: number;
|
|
1034
|
+
/**
|
|
1035
|
+
* Field usage depends on `service` value:
|
|
1036
|
+
* - Service `theMovieDatabase`: Your The Movie Database API read access token.
|
|
1037
|
+
*/
|
|
1038
|
+
apiReadAccessToken?: string;
|
|
998
1039
|
/**
|
|
999
1040
|
* Field usage depends on `service` value:
|
|
1000
1041
|
* - Service `qualtrics`: Allowed number of API requests to Qualtrics per minute, the default value is 2000. Maximum allowed number is 3000 because brands may make up to 3000 API requests per minute across all of its API calls.
|
|
@@ -1005,11 +1046,12 @@ export interface ConnectorConfig {
|
|
|
1005
1046
|
* - Service `confluentCloud`: API Secret
|
|
1006
1047
|
* - Service `forjCommunity`: Your Forj Community API secret.
|
|
1007
1048
|
* - Service `friendbuy`: Your Friendbuy API secret.
|
|
1008
|
-
* - Service `justcall`: Your JustCall API
|
|
1049
|
+
* - Service `justcall`: Your JustCall API secret.
|
|
1009
1050
|
* - Service `liftoff`: Your Liftoff API secret.
|
|
1010
1051
|
* - Service `mixpanel`: Mixpanel API Secret.
|
|
1011
1052
|
* - Service `qualaroo`: Your Qualaroo API Secret.
|
|
1012
1053
|
* - Service `sailthru`: The Sailthru API secret.
|
|
1054
|
+
* - Service `shareasale`: Your ShareASale API secret.
|
|
1013
1055
|
* - Service `vonage`: Your Vonage API Secret.
|
|
1014
1056
|
*/
|
|
1015
1057
|
apiSecret: string;
|
|
@@ -1029,12 +1071,14 @@ export interface ConnectorConfig {
|
|
|
1029
1071
|
* - Service `aircall`: Your Aircall API Token.
|
|
1030
1072
|
* - Service `appsflyer`: API Token for AppsFlyer's PULL API.
|
|
1031
1073
|
* - Service `awin`: Your Awin API Token.
|
|
1074
|
+
* - Service `backbonePlm`: Your Backbone PLM API token.
|
|
1032
1075
|
* - Service `brex`: Your Brex API token
|
|
1033
1076
|
* - Service `buildkite`: Your Buildkite API token.
|
|
1034
1077
|
* - Service `buzzsprout`: Your Buzzsprout API token.
|
|
1035
|
-
* - Service `centra`: Your Centra API
|
|
1078
|
+
* - Service `centra`: Your Centra API token.
|
|
1036
1079
|
* - Service `chameleon`: Your Chameleon API token.
|
|
1037
1080
|
* - Service `clari`: Your Clari API token.
|
|
1081
|
+
* - Service `cloudflareAnalytics`: Your Cloudflare Analytics API token.
|
|
1038
1082
|
* - Service `confluence`: The Confluence API token.
|
|
1039
1083
|
* - Service `dixa`: Your Dixa API token.
|
|
1040
1084
|
* - Service `drip`: Your Drip API Token.
|
|
@@ -1053,6 +1097,7 @@ export interface ConnectorConfig {
|
|
|
1053
1097
|
* - Service `mixmax`: Mixmax API token.
|
|
1054
1098
|
* - Service `okta`: Your Okta API token.
|
|
1055
1099
|
* - Service `ordway`: Your Ordway API token.
|
|
1100
|
+
* - Service `packiyo`: Your Packiyo API token.
|
|
1056
1101
|
* - Service `pipedrive`: (Optional)Your Pipedrive personal API token
|
|
1057
1102
|
* - Service `pivotalTracker`: Pivotal Tracker API token.
|
|
1058
1103
|
* - Service `postmark`: Your Postmark account API token.
|
|
@@ -1063,9 +1108,11 @@ export interface ConnectorConfig {
|
|
|
1063
1108
|
* - Service `referralhero`: Your Referralhero API token.
|
|
1064
1109
|
* - Service `resourceManagementBySmartsheet`: Your Resource Management by Smartsheet API token.
|
|
1065
1110
|
* - Service `retently`: Your Retently API token.
|
|
1111
|
+
* - Service `reviewsai`: Your REVIEWS.ai API token.
|
|
1066
1112
|
* - Service `rundeck`: Your Rundeck API token.
|
|
1067
1113
|
* - Service `safetyculture`: Your SafetyCulture API token.
|
|
1068
1114
|
* - Service `sensorTower`: Your Sensor Tower API token.
|
|
1115
|
+
* - Service `sentry`: Your Sentry auth token.
|
|
1069
1116
|
* - Service `simplecast`: Your Simplecast API token.
|
|
1070
1117
|
* - Service `snyk`: Your Snyk API token.
|
|
1071
1118
|
* - Service `textus`: Your TextUs API token.
|
|
@@ -1084,6 +1131,11 @@ export interface ConnectorConfig {
|
|
|
1084
1131
|
* - Service `braze`: Your Braze API URL.
|
|
1085
1132
|
*/
|
|
1086
1133
|
apiUrl: string;
|
|
1134
|
+
/**
|
|
1135
|
+
* Field usage depends on `service` value:
|
|
1136
|
+
* - Service `amazonDsp`: Your Amazon DSP API URL region.
|
|
1137
|
+
*/
|
|
1138
|
+
apiUrlRegion: string;
|
|
1087
1139
|
/**
|
|
1088
1140
|
* Field usage depends on `service` value:
|
|
1089
1141
|
* - Service `zendesk`: Maximum Zendesk Api Usage allowed
|
|
@@ -1113,6 +1165,7 @@ export interface ConnectorConfig {
|
|
|
1113
1165
|
* Field usage depends on `service` value:
|
|
1114
1166
|
* - Service `churnkey`: Your Churnkey APP ID.
|
|
1115
1167
|
* - Service `openExchangeRates`: Your Open Exchange Rates App Id.
|
|
1168
|
+
* - Service `rokt`: Your Rokt app ID.
|
|
1116
1169
|
*/
|
|
1117
1170
|
appId?: string;
|
|
1118
1171
|
/**
|
|
@@ -1133,6 +1186,11 @@ export interface ConnectorConfig {
|
|
|
1133
1186
|
* - Service `brightpearl`: Your Brightpearl app reference.
|
|
1134
1187
|
*/
|
|
1135
1188
|
appReference?: string;
|
|
1189
|
+
/**
|
|
1190
|
+
* Field usage depends on `service` value:
|
|
1191
|
+
* - Service `rokt`: Your Rokt app secret.
|
|
1192
|
+
*/
|
|
1193
|
+
appSecret?: string;
|
|
1136
1194
|
appSecretToken?: string;
|
|
1137
1195
|
/**
|
|
1138
1196
|
* Field usage depends on `service` value:
|
|
@@ -1163,6 +1221,7 @@ export interface ConnectorConfig {
|
|
|
1163
1221
|
/**
|
|
1164
1222
|
* Field usage depends on `service` value:
|
|
1165
1223
|
* - Service `algolia`: Your Algolia application ID.
|
|
1224
|
+
* - Service `xactly`: Your Xactly Application ID.
|
|
1166
1225
|
*/
|
|
1167
1226
|
applicationId?: string;
|
|
1168
1227
|
/**
|
|
@@ -1264,6 +1323,7 @@ export interface ConnectorConfig {
|
|
|
1264
1323
|
audience?: string;
|
|
1265
1324
|
/**
|
|
1266
1325
|
* Field usage depends on `service` value:
|
|
1326
|
+
* - Service `databricksDb`: Token-based authentication type
|
|
1267
1327
|
* - Service `redshiftDb`: Password-based authentication type
|
|
1268
1328
|
* - Service `snowflakeDb`: Password-based or key-based authentication type
|
|
1269
1329
|
*/
|
|
@@ -1280,8 +1340,16 @@ export interface ConnectorConfig {
|
|
|
1280
1340
|
authEnvironment: string;
|
|
1281
1341
|
/**
|
|
1282
1342
|
* Field usage depends on `service` value:
|
|
1343
|
+
* - Service `auroraPostgres`: Database authentication method
|
|
1344
|
+
* - Service `azurePostgres`: Database authentication method
|
|
1283
1345
|
* - Service `azureSqlDb`: Authentication Method.
|
|
1284
1346
|
* - Service `azureSqlManagedDb`: Authentication Method.
|
|
1347
|
+
* - Service `googleCloudPostgresql`: Database authentication method
|
|
1348
|
+
* - Service `herokuPostgres`: Database authentication method
|
|
1349
|
+
* - Service `postgres`: Database authentication method
|
|
1350
|
+
* - Service `postgresRds`: Database authentication method
|
|
1351
|
+
* - Service `sqlServerHva`: Authentication Method
|
|
1352
|
+
* - Service `sqlServerSapEccHva`: Authentication Method
|
|
1285
1353
|
* - Service `webhooks`: The authentication mechanism you want to use
|
|
1286
1354
|
*/
|
|
1287
1355
|
authMethod?: string;
|
|
@@ -1313,6 +1381,11 @@ export interface ConnectorConfig {
|
|
|
1313
1381
|
* - Service `wasabiCloudStorage`: The Wasabi Cloud Storage Access approach. Required for connector creation. Default value: `ACCESS_KEY`.
|
|
1314
1382
|
*/
|
|
1315
1383
|
authType: string;
|
|
1384
|
+
/**
|
|
1385
|
+
* Field usage depends on `service` value:
|
|
1386
|
+
* - Service `amazonDsp`: Your Amazon DSP auth grant URL region.
|
|
1387
|
+
*/
|
|
1388
|
+
authUrlRegion: string;
|
|
1316
1389
|
/**
|
|
1317
1390
|
* Field usage depends on `service` value:
|
|
1318
1391
|
* - Service `adobeAnalytics`: Authentication Method
|
|
@@ -1320,6 +1393,11 @@ export interface ConnectorConfig {
|
|
|
1320
1393
|
* - Service `esSelfHosted`: The authentication method used to connect to your cluster.
|
|
1321
1394
|
* - Service `opendistro`: The authentication method used to connect to your cluster.
|
|
1322
1395
|
* - Service `opensearch`: The authentication method used to connect to your cluster.
|
|
1396
|
+
* - Service `oracleFusionCloudAppsCrm`: The Oracle Fusion Cloud authentication method.
|
|
1397
|
+
* - Service `oracleFusionCloudAppsFscm`: The Oracle Fusion Cloud authentication method.
|
|
1398
|
+
* - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud authentication method.
|
|
1399
|
+
* - Service `salesforce`: (Optional) Authentication type (default value = `STANDARD`)
|
|
1400
|
+
* - Service `salesforceSandbox`: (Optional) Authentication type (default value = `STANDARD`)
|
|
1323
1401
|
*/
|
|
1324
1402
|
authenticationMethod: string;
|
|
1325
1403
|
authorizationMethod: string;
|
|
@@ -1330,6 +1408,11 @@ export interface ConnectorConfig {
|
|
|
1330
1408
|
awsRegionCode: string;
|
|
1331
1409
|
backintConfigurationPath?: string;
|
|
1332
1410
|
backintExecutablePath?: string;
|
|
1411
|
+
/**
|
|
1412
|
+
* Field usage depends on `service` value:
|
|
1413
|
+
* - Service `zendesk`: Limit of the Historical Sync Time for selected tables
|
|
1414
|
+
*/
|
|
1415
|
+
backwardSyncLimit?: string;
|
|
1333
1416
|
/**
|
|
1334
1417
|
* Field usage depends on `service` value:
|
|
1335
1418
|
* - Service `openExchangeRates`: Your Open Exchange Rates Base Currency.
|
|
@@ -1348,21 +1431,28 @@ export interface ConnectorConfig {
|
|
|
1348
1431
|
/**
|
|
1349
1432
|
* Field usage depends on `service` value:
|
|
1350
1433
|
* - Service `aha`: Your Aha! subdomain.
|
|
1434
|
+
* - Service `akeneo`: Your Akeneo base URL.
|
|
1351
1435
|
* - Service `billingPlatform`: Your BillingPlatform subdomain.
|
|
1352
1436
|
* - Service `boostr`: Your Boostr base URL.
|
|
1353
1437
|
* - Service `brex`: Your Brex Base URL
|
|
1354
|
-
* - Service `centra`: Your Centra
|
|
1438
|
+
* - Service `centra`: Your Centra base URL.
|
|
1439
|
+
* - Service `cornerstone`: Your Cornerstone base URL.
|
|
1355
1440
|
* - Service `cultureAmp`: Your Culture Amp base URL.
|
|
1441
|
+
* - Service `datadog`: Your Datadog base url.
|
|
1442
|
+
* - Service `factbird`: Your Factbird base url.
|
|
1443
|
+
* - Service `fillout`: Your Fillout Base URL.
|
|
1356
1444
|
* - Service `financialForce`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
|
|
1357
1445
|
* - Service `freshsales`: Your Freshsales product.
|
|
1358
1446
|
* - Service `gongio`: Your Gong API Base URL.
|
|
1359
1447
|
* - Service `ironclad`: Your Ironclad base url.
|
|
1360
1448
|
* - Service `jotform`: Your Jotform base URL.
|
|
1361
1449
|
* - Service `mailgun`: Your Mailgun base URL.
|
|
1450
|
+
* - Service `nice`: Your NICE base URL.
|
|
1362
1451
|
* - Service `ortto`: Your Ortto base URL. Possible values: `api`, `api.au`, `api.eu`.
|
|
1363
1452
|
* - Service `prismaCloud`: Your Prisma Cloud admin console URL.
|
|
1364
1453
|
* - Service `salesforce`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
|
|
1365
1454
|
* - Service `salesforceSandbox`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
|
|
1455
|
+
* - Service `stickyio`: Your sticky.io base URL .
|
|
1366
1456
|
* - Service `veevavault`: Your Veeva Vault base URL.
|
|
1367
1457
|
* - Service `vitally`: Your Vitally base URL.
|
|
1368
1458
|
*/
|
|
@@ -1440,6 +1530,11 @@ export interface ConnectorConfig {
|
|
|
1440
1530
|
* - Service `birdeye`: Your Birdeye Business ID.
|
|
1441
1531
|
*/
|
|
1442
1532
|
businessId?: string;
|
|
1533
|
+
/**
|
|
1534
|
+
* Field usage depends on `service` value:
|
|
1535
|
+
* - Service `deposco`: Your Deposco business unit.
|
|
1536
|
+
*/
|
|
1537
|
+
businessUnit?: string;
|
|
1443
1538
|
/**
|
|
1444
1539
|
* Field usage depends on `service` value:
|
|
1445
1540
|
* - Service `pardot`: Business Unit Id
|
|
@@ -1454,6 +1549,8 @@ export interface ConnectorConfig {
|
|
|
1454
1549
|
* Field usage depends on `service` value:
|
|
1455
1550
|
* - Service `anaplan`: The contents of your PEM certificate file. Must be populated if `authMode` is set to `Certificate`.
|
|
1456
1551
|
* - Service `qualtrics`: Your Client Certificate
|
|
1552
|
+
* - Service `salesforce`: Provide content of the `.pem` certificate (only when authenticationMethod = `ADVANCED`).
|
|
1553
|
+
* - Service `salesforceSandbox`: Provide content of the `.pem` certificate (only when authenticationMethod = `ADVANCED`).
|
|
1457
1554
|
*/
|
|
1458
1555
|
certificate: string;
|
|
1459
1556
|
/**
|
|
@@ -1487,37 +1584,55 @@ export interface ConnectorConfig {
|
|
|
1487
1584
|
* - Service `adobeWorkfront`: Your Adobe Workfront client ID.
|
|
1488
1585
|
* - Service `adpWorkforceNow`: Your ADP Client ID.
|
|
1489
1586
|
* - Service `akamai`: Your Akamai client ID.
|
|
1587
|
+
* - Service `akeneo`: Your Akeneo client ID.
|
|
1490
1588
|
* - Service `auth0`: Your Auth0 client ID.
|
|
1589
|
+
* - Service `autodeskBim360`: Your Autodesk BIM 360 client ID.
|
|
1590
|
+
* - Service `biginByZohoCrm`: Your Bigin by Zoho CRM Client Id
|
|
1491
1591
|
* - Service `billingPlatform`: Your BillingPlatform client ID.
|
|
1592
|
+
* - Service `bingWebmasterTools`: Your Bing Webmaster Tools client ID.
|
|
1492
1593
|
* - Service `brightcove`: Your Brightcove client ID.
|
|
1493
|
-
* - Service `brightpearl`: Your Brightpearl client
|
|
1594
|
+
* - Service `brightpearl`: Your Brightpearl client ID.
|
|
1494
1595
|
* - Service `buildium`: Your Buildium API client ID.
|
|
1495
1596
|
* - Service `canvasByInstructure`: Your Canvas by Instructure client ID.
|
|
1597
|
+
* - Service `canvasData2ByInstructure`: Your Canvas Data 2 by Instructure client ID.
|
|
1496
1598
|
* - Service `castorEdc`: Your Castor EDC client Id.
|
|
1599
|
+
* - Service `clazar`: Your Clazar client ID.
|
|
1600
|
+
* - Service `cloudbeds`: Your Cloudbeds client ID.
|
|
1497
1601
|
* - Service `commercetools`: Your commercetools client ID.
|
|
1498
1602
|
* - Service `concur`: The SAP Concur Client ID.
|
|
1603
|
+
* - Service `constantContact`: Your Constant Contact client ID.
|
|
1604
|
+
* - Service `cornerstone`: Your Cornerstone client ID.
|
|
1499
1605
|
* - Service `coupa`: Your Coupa clientId
|
|
1500
1606
|
* - Service `criteo`: Your Criteo Client ID.
|
|
1501
1607
|
* - Service `criteoRetailMedia`: Your Criteo Retail Media client ID.
|
|
1502
1608
|
* - Service `cultureAmp`: Your Culture Amp client ID.
|
|
1503
1609
|
* - Service `cvent`: Your Cvent client ID.
|
|
1504
1610
|
* - Service `d2lBrightspace`: Your D2L Brightspace client ID.
|
|
1611
|
+
* - Service `dialpad`: Your Dialpad client ID.
|
|
1505
1612
|
* - Service `ebay`: Your eBay app ID.
|
|
1506
1613
|
* - Service `exactOnline`: Your Exact Online client ID.
|
|
1614
|
+
* - Service `fillout`: Your Fillout client ID.
|
|
1507
1615
|
* - Service `flexport`: The Flexport API Key.
|
|
1616
|
+
* - Service `formstack`: Your Formstack client ID.
|
|
1508
1617
|
* - Service `genesys`: Your Genesys client ID.
|
|
1509
1618
|
* - Service `hanaSapHvaEccNetweaver`: Three-digit (000-999) identifier of the SAP client, which is sent to an AS ABAP upon logon.
|
|
1510
1619
|
* - Service `hanaSapHvaS4Netweaver`: Three-digit (000-999) identifier of the SAP client, which is sent to an AS ABAP upon logon.
|
|
1620
|
+
* - Service `hiltiOntrack`: Your Hilti On!Track client ID.
|
|
1511
1621
|
* - Service `ilevel`: Your iLevel Client ID.
|
|
1512
1622
|
* - Service `instructure`: Your Instructure client ID.
|
|
1513
1623
|
* - Service `integralAdScience`: Your integralAdScience client id.
|
|
1624
|
+
* - Service `ironclad`: Your Ironclad client ID.
|
|
1514
1625
|
* - Service `jamaSoftware`: Your Jama Software client ID.
|
|
1626
|
+
* - Service `jibble`: Your Jibble client ID.
|
|
1627
|
+
* - Service `khorosCommunities`: Your Khoros Communities client ID.
|
|
1515
1628
|
* - Service `lookerSource`: Your Looker Client ID.
|
|
1516
1629
|
* - Service `marketo`: Marketo REST API Client Id.
|
|
1517
1630
|
* - Service `medallia`: Medallia Client ID
|
|
1518
1631
|
* - Service `microsoftEntraId`: Your Microsoft Entra ID Client ID.
|
|
1632
|
+
* - Service `microsoftPowerBi`: Your Microsoft Power BI client ID.
|
|
1519
1633
|
* - Service `microsoftTeams`: Your Microsoft Teams Client ID.
|
|
1520
1634
|
* - Service `navan`: Your Navan client ID.
|
|
1635
|
+
* - Service `nice`: Your NICE client ID.
|
|
1521
1636
|
* - Service `on24`: Your ON24 client ID.
|
|
1522
1637
|
* - Service `oracleSapHvaNetweaver`: Three-digit (000-999) identifier of the SAP client, which is sent to an AS ABAP upon logon.
|
|
1523
1638
|
* - Service `paychex`: Your Paychex client ID.
|
|
@@ -1534,6 +1649,7 @@ export interface ConnectorConfig {
|
|
|
1534
1649
|
* - Service `salesforceCommerceCloud`: The Salesforce Commerce Cloud Client ID.
|
|
1535
1650
|
* - Service `salesforceMarketingCloud`: The Salesforce Marketing Cloud client ID.
|
|
1536
1651
|
* - Service `salesloft`: `Client ID` of your Salesloft client application.
|
|
1652
|
+
* - Service `sana`: Your Sana client ID.
|
|
1537
1653
|
* - Service `sapSuccessFactors`: Your SAP SuccessFactors Client ID.
|
|
1538
1654
|
* - Service `servicenow`: ServiceNow Client ID.
|
|
1539
1655
|
* - Service `servicetitan`: Your ServiceTitan client ID.
|
|
@@ -1541,17 +1657,22 @@ export interface ConnectorConfig {
|
|
|
1541
1657
|
* - Service `shipnetwork`: Your ShipNetwork client ID.
|
|
1542
1658
|
* - Service `sigmaComputingSource`: Your Sigma Computing client ID.
|
|
1543
1659
|
* - Service `skillstx`: Your SkillsTX client ID.
|
|
1660
|
+
* - Service `skimlinks`: Your Skimlinks client ID.
|
|
1544
1661
|
* - Service `smartrecruiters`: Your SmartRecruiters client ID.
|
|
1545
1662
|
* - Service `splash`: Your Splash client ID.
|
|
1546
1663
|
* - Service `square`: The Application ID of your organization.
|
|
1547
1664
|
* - Service `standardMetrics`: Your Standard Metrics Client ID.
|
|
1665
|
+
* - Service `sugarcrm`: Your SugarCRM client ID.
|
|
1548
1666
|
* - Service `swoogo`: Your Swoogo client Id.
|
|
1549
1667
|
* - Service `taboola`: The Taboola client ID.
|
|
1550
1668
|
* - Service `talkdesk`: The Client ID of your OAuth Client
|
|
1669
|
+
* - Service `tive`: Your Tive client ID.
|
|
1551
1670
|
* - Service `toast`: Your Toast client ID.
|
|
1552
1671
|
* - Service `trelica`: Your Trelica client ID.
|
|
1672
|
+
* - Service `tremendous`: Your Tremendous client ID.
|
|
1553
1673
|
* - Service `tymeshift`: Your Tymeshift email.
|
|
1554
1674
|
* - Service `udemyBusiness`: Your Udemy Business client ID.
|
|
1675
|
+
* - Service `vimeo`: Your Vimeo client ID.
|
|
1555
1676
|
* - Service `visma`: Your Visma client ID.
|
|
1556
1677
|
* - Service `vonageContactCenter`: Your Vonage Contact Center client ID.
|
|
1557
1678
|
* - Service `walmartMarketplace`: Your Walmart Marketplace client ID.
|
|
@@ -1612,34 +1733,50 @@ export interface ConnectorConfig {
|
|
|
1612
1733
|
* - Service `adobeWorkfront`: Your Adobe Workfront client secret.
|
|
1613
1734
|
* - Service `adpWorkforceNow`: Your ADP Client Secret.
|
|
1614
1735
|
* - Service `akamai`: Your Akamai client secret.
|
|
1615
|
-
* - Service `
|
|
1736
|
+
* - Service `akeneo`: Your Akeneo client secret.
|
|
1737
|
+
* - Service `auth0`: Your Auth0 client secret.
|
|
1738
|
+
* - Service `autodeskBim360`: Your Autodesk BIM 360 client secret.
|
|
1739
|
+
* - Service `biginByZohoCrm`: Your Bigin by Zoho CRM Client Secret
|
|
1616
1740
|
* - Service `billingPlatform`: Your BillingPlatform client secret.
|
|
1741
|
+
* - Service `bingWebmasterTools`: Your Bing Webmaster Tools client secret.
|
|
1617
1742
|
* - Service `brightcove`: Your Brightcove client secret.
|
|
1618
1743
|
* - Service `brightpearl`: Your Brightpearl client secret.
|
|
1619
1744
|
* - Service `canvasByInstructure`: Your Canvas by Instructure client secret.
|
|
1620
1745
|
* - Service `castorEdc`: Your Castor EDC Client Secret.
|
|
1746
|
+
* - Service `clazar`: Your Clazar client secret.
|
|
1747
|
+
* - Service `cloudbeds`: Your Cloudbeds client secret.
|
|
1621
1748
|
* - Service `commercetools`: Your commercetools client secret.
|
|
1622
1749
|
* - Service `concur`: The SAP Concur Client secret.
|
|
1750
|
+
* - Service `constantContact`: Your Constant Contact client secret.
|
|
1751
|
+
* - Service `cornerstone`: Your Cornerstone client secret.
|
|
1623
1752
|
* - Service `coupa`: Your Coupa clientId
|
|
1624
1753
|
* - Service `criteo`: Your Criteo client secret key.
|
|
1625
|
-
* - Service `criteoRetailMedia`: Your Criteo Retail Media client
|
|
1754
|
+
* - Service `criteoRetailMedia`: Your Criteo Retail Media client secret.
|
|
1626
1755
|
* - Service `cultureAmp`: Your Culture Amp client secret.
|
|
1627
1756
|
* - Service `cvent`: Your Cvent client secret.
|
|
1628
1757
|
* - Service `d2lBrightspace`: Your D2L Brightspace client secret.
|
|
1758
|
+
* - Service `dialpad`: Your Dialpad client secret.
|
|
1629
1759
|
* - Service `ebay`: Your eBay cert ID.
|
|
1630
1760
|
* - Service `exactOnline`: Your Exact Online client secret.
|
|
1761
|
+
* - Service `fillout`: Your Fillout client secret
|
|
1631
1762
|
* - Service `flexport`: The Flexport API Secret.
|
|
1763
|
+
* - Service `formstack`: Your Formstack client secret.
|
|
1632
1764
|
* - Service `genesys`: Your Genesys client secret.
|
|
1765
|
+
* - Service `hiltiOntrack`: Your Hilti On!Track client secret.
|
|
1633
1766
|
* - Service `ilevel`: Your iLevel Client Secret.
|
|
1634
1767
|
* - Service `instructure`: Your Instructure client secret.
|
|
1635
1768
|
* - Service `integralAdScience`: Your integralAdScience client secret.
|
|
1769
|
+
* - Service `ironclad`: Your Ironclad client secret.
|
|
1636
1770
|
* - Service `jamaSoftware`: Your Jama Software client secret.
|
|
1771
|
+
* - Service `jibble`: Your Jibble client secret.
|
|
1637
1772
|
* - Service `lookerSource`: Your Looker Client Secret.
|
|
1638
1773
|
* - Service `marketo`: Marketo REST API Client Secret.
|
|
1639
1774
|
* - Service `medallia`: Medallia Client Secret key
|
|
1640
1775
|
* - Service `microsoftEntraId`: Your Microsoft Entra ID Client Secret.
|
|
1776
|
+
* - Service `microsoftPowerBi`: Your Microsoft Power BI client secret.
|
|
1641
1777
|
* - Service `microsoftTeams`: Your Microsoft Teams Client Secret.
|
|
1642
1778
|
* - Service `navan`: Your Navan client secret.
|
|
1779
|
+
* - Service `nice`: Your NICE client secret.
|
|
1643
1780
|
* - Service `paychex`: Your Paychex client secret.
|
|
1644
1781
|
* - Service `personio`: Your Personio secret.
|
|
1645
1782
|
* - Service `piwikPro`: Your Piwik PRO client secret.
|
|
@@ -1652,24 +1789,30 @@ export interface ConnectorConfig {
|
|
|
1652
1789
|
* - Service `salesforceCommerceCloud`: The Salesforce Commerce Cloud Client secret.
|
|
1653
1790
|
* - Service `salesforceMarketingCloud`: The Salesforce Marketing Cloud client secret.
|
|
1654
1791
|
* - Service `salesloft`: `Client Secret` of your Salesloft client application.
|
|
1792
|
+
* - Service `sana`: Your Sana client secret.
|
|
1655
1793
|
* - Service `sapSuccessFactors`: Your SAP SuccessFactors Client Secret that you generated through SAML Assertion.
|
|
1656
1794
|
* - Service `servicenow`: ServiceNow Client Secret.
|
|
1657
1795
|
* - Service `servicetitan`: Your ServiceTitan secret key.
|
|
1658
1796
|
* - Service `sharetribe`: Your Sharetribe client secret.
|
|
1659
1797
|
* - Service `sigmaComputingSource`: Your Sigma Computing client secret.
|
|
1660
1798
|
* - Service `skillstx`: Your SkillsTX client secret.
|
|
1799
|
+
* - Service `skimlinks`: Your Skimlinks client secret.
|
|
1661
1800
|
* - Service `smartrecruiters`: Your SmartRecruiters client secret.
|
|
1662
1801
|
* - Service `splash`: Your Splash client secret.
|
|
1663
1802
|
* - Service `square`: The Application Secret of your organization.
|
|
1664
1803
|
* - Service `standardMetrics`: Your Standard Metrics Client secret.
|
|
1804
|
+
* - Service `sugarcrm`: Your SugarCRM client secret.
|
|
1665
1805
|
* - Service `swoogo`: Your Swoogo Client Secret.
|
|
1666
1806
|
* - Service `taboola`: The Taboola client secret.
|
|
1667
1807
|
* - Service `talkdesk`: The Client Secret of your OAuth Client
|
|
1668
1808
|
* - Service `thinkific`: Your Thinkific client secret.
|
|
1809
|
+
* - Service `tive`: Your Tive client secret.
|
|
1669
1810
|
* - Service `toast`: Your Toast client secret.
|
|
1670
1811
|
* - Service `trelica`: Your Trelica client secret.
|
|
1812
|
+
* - Service `tremendous`: Your Tremendous client secret.
|
|
1671
1813
|
* - Service `tymeshift`: Your Tymeshift password.
|
|
1672
1814
|
* - Service `udemyBusiness`: Your Udemy Business client secret.
|
|
1815
|
+
* - Service `vimeo`: Your Vimeo client secret.
|
|
1673
1816
|
* - Service `visma`: Your Visma client secret.
|
|
1674
1817
|
* - Service `vonageContactCenter`: Your Vonage Contact Center client secret.
|
|
1675
1818
|
* - Service `walmartMarketplace`: Your Walmart Marketplace client secret.
|
|
@@ -1699,6 +1842,16 @@ export interface ConnectorConfig {
|
|
|
1699
1842
|
* - Service `doubleClickPublishers`: Columns provide all trafficking statistics and revenue information available for the chosen Dimensions.
|
|
1700
1843
|
*/
|
|
1701
1844
|
columns?: string[];
|
|
1845
|
+
/**
|
|
1846
|
+
* Field usage depends on `service` value:
|
|
1847
|
+
* - Service `khorosCommunities`: Your Khoros Communities community domain.
|
|
1848
|
+
*/
|
|
1849
|
+
communityDomain?: string;
|
|
1850
|
+
/**
|
|
1851
|
+
* Field usage depends on `service` value:
|
|
1852
|
+
* - Service `khorosCommunities`: Your Khoros Communities community ID.
|
|
1853
|
+
*/
|
|
1854
|
+
communityId?: string;
|
|
1702
1855
|
/**
|
|
1703
1856
|
* Field usage depends on `service` value:
|
|
1704
1857
|
* - Service `businessCentral`: List of companies to sync
|
|
@@ -1727,6 +1880,11 @@ export interface ConnectorConfig {
|
|
|
1727
1880
|
* - Service `upland`: Your Upland Software Company Key.
|
|
1728
1881
|
*/
|
|
1729
1882
|
companyKey?: string;
|
|
1883
|
+
/**
|
|
1884
|
+
* Field usage depends on `service` value:
|
|
1885
|
+
* - Service `clockodo`: Your Clockodo company name.
|
|
1886
|
+
*/
|
|
1887
|
+
companyName?: string;
|
|
1730
1888
|
/**
|
|
1731
1889
|
* Field usage depends on `service` value:
|
|
1732
1890
|
* - Service `concur`: The SAP Concur Company Request Token
|
|
@@ -1770,6 +1928,16 @@ export interface ConnectorConfig {
|
|
|
1770
1928
|
* - Service `googleAnalytics`: Whether to use the [Prebuilt Reports or Custom Reports](https://fivetran.com/docs/connectors/applications/google-analytics#schemainformation).
|
|
1771
1929
|
*/
|
|
1772
1930
|
configType: string;
|
|
1931
|
+
/**
|
|
1932
|
+
* Field usage depends on `service` value:
|
|
1933
|
+
* - Service `xactly`: Your Xactly Connect password.
|
|
1934
|
+
*/
|
|
1935
|
+
connectPassword?: string;
|
|
1936
|
+
/**
|
|
1937
|
+
* Field usage depends on `service` value:
|
|
1938
|
+
* - Service `xactly`: Your Xactly Connect username.
|
|
1939
|
+
*/
|
|
1940
|
+
connectUsername?: string;
|
|
1773
1941
|
connectingUser?: string;
|
|
1774
1942
|
connectingUserEmail?: string;
|
|
1775
1943
|
/**
|
|
@@ -1881,6 +2049,11 @@ export interface ConnectorConfig {
|
|
|
1881
2049
|
* - Service `woocommerce`: Your WooCommerce Consumer key.
|
|
1882
2050
|
*/
|
|
1883
2051
|
consumerKey: string;
|
|
2052
|
+
/**
|
|
2053
|
+
* Field usage depends on `service` value:
|
|
2054
|
+
* - Service `xactly`: Your Xactly Connect consumer name.
|
|
2055
|
+
*/
|
|
2056
|
+
consumerName?: string;
|
|
1884
2057
|
/**
|
|
1885
2058
|
* Field usage depends on `service` value:
|
|
1886
2059
|
* - Service `netsuiteSuiteanalytics`: Consumer Secret
|
|
@@ -1906,6 +2079,11 @@ export interface ConnectorConfig {
|
|
|
1906
2079
|
* - Service `youtubeAnalytics`: Used only for Content Owner reports. The ID of the content owner for whom the API request is being made.
|
|
1907
2080
|
*/
|
|
1908
2081
|
contentOwnerId?: string;
|
|
2082
|
+
/**
|
|
2083
|
+
* Field usage depends on `service` value:
|
|
2084
|
+
* - Service `acumatica`: Your Acumatica contract version.
|
|
2085
|
+
*/
|
|
2086
|
+
contractVersion?: string;
|
|
1909
2087
|
/**
|
|
1910
2088
|
* Field usage depends on `service` value:
|
|
1911
2089
|
* - Service `helpscout`: Your conversation webhook URL
|
|
@@ -1935,8 +2113,15 @@ export interface ConnectorConfig {
|
|
|
1935
2113
|
/**
|
|
1936
2114
|
* Field usage depends on `service` value:
|
|
1937
2115
|
* - Service `criteo`: Currency
|
|
2116
|
+
* - Service `rokt`: Your Rokt currency.
|
|
1938
2117
|
*/
|
|
1939
2118
|
currency?: string;
|
|
2119
|
+
/**
|
|
2120
|
+
* Field usage depends on `service` value:
|
|
2121
|
+
* - Service `datadog`: Your Datadog custom base url.
|
|
2122
|
+
* - Service `deposco`: Your Deposco custom base URL.
|
|
2123
|
+
*/
|
|
2124
|
+
customBaseUrl?: string;
|
|
1940
2125
|
/**
|
|
1941
2126
|
* Field usage depends on `service` value:
|
|
1942
2127
|
* - Service `iterable`: Custom Events Sync Mode.
|
|
@@ -1963,6 +2148,7 @@ export interface ConnectorConfig {
|
|
|
1963
2148
|
/**
|
|
1964
2149
|
* Field usage depends on `service` value:
|
|
1965
2150
|
* - Service `dbtCloud`: Your dbt Cloud access url.
|
|
2151
|
+
* - Service `factbird`: Your Factbird custom base url.
|
|
1966
2152
|
* - Service `jotform`: Your Jotform custom base URL.
|
|
1967
2153
|
*/
|
|
1968
2154
|
customUrl?: string;
|
|
@@ -2008,6 +2194,7 @@ export interface ConnectorConfig {
|
|
|
2008
2194
|
* Field usage depends on `service` value:
|
|
2009
2195
|
* - Service `aurora`: The database name.
|
|
2010
2196
|
* - Service `auroraPostgres`: The database name.
|
|
2197
|
+
* - Service `azureCosmosForMongo`: Authentication database for the source. Usually 'admin'.
|
|
2011
2198
|
* - Service `azurePostgres`: The database name.
|
|
2012
2199
|
* - Service `azureSqlDb`: The database name.
|
|
2013
2200
|
* - Service `azureSqlManagedDb`: The database name.
|
|
@@ -2097,7 +2284,7 @@ export interface ConnectorConfig {
|
|
|
2097
2284
|
delimiter: string;
|
|
2098
2285
|
/**
|
|
2099
2286
|
* Field usage depends on `service` value:
|
|
2100
|
-
* - Service `brightpearl`: Your Brightpearl
|
|
2287
|
+
* - Service `brightpearl`: Your Brightpearl dev reference.
|
|
2101
2288
|
*/
|
|
2102
2289
|
developerReference?: string;
|
|
2103
2290
|
/**
|
|
@@ -2168,6 +2355,7 @@ export interface ConnectorConfig {
|
|
|
2168
2355
|
* - Service `mailchimp`: List of IDs of the Mailchimp E-Commerce Stores to Sync
|
|
2169
2356
|
*/
|
|
2170
2357
|
ecommerceStores?: string[];
|
|
2358
|
+
edition: string;
|
|
2171
2359
|
elements?: string[];
|
|
2172
2360
|
/**
|
|
2173
2361
|
* Field usage depends on `service` value:
|
|
@@ -2184,6 +2372,11 @@ export interface ConnectorConfig {
|
|
|
2184
2372
|
* - Service `zendeskSunshine`: Zendesk email.
|
|
2185
2373
|
*/
|
|
2186
2374
|
email: string;
|
|
2375
|
+
/**
|
|
2376
|
+
* Field usage depends on `service` value:
|
|
2377
|
+
* - Service `clockodo`: Your Clockodo email address.
|
|
2378
|
+
*/
|
|
2379
|
+
emailAddress?: string;
|
|
2187
2380
|
/**
|
|
2188
2381
|
* Field usage depends on `service` value:
|
|
2189
2382
|
* - Service `ordway`: Your Ordway user email ID.
|
|
@@ -2279,22 +2472,33 @@ export interface ConnectorConfig {
|
|
|
2279
2472
|
entityId: string;
|
|
2280
2473
|
/**
|
|
2281
2474
|
* Field usage depends on `service` value:
|
|
2282
|
-
* - Service `bazaarvoice`: Your Bazaarvoice
|
|
2475
|
+
* - Service `bazaarvoice`: Your Bazaarvoice environment.
|
|
2283
2476
|
* - Service `buildium`: Your Buildium environment.
|
|
2284
2477
|
* - Service `checkout`: Your Checkout.com environment.
|
|
2285
2478
|
* - Service `concord`: Your Concord environment.
|
|
2479
|
+
* - Service `deposco`: Your Deposco environment.
|
|
2480
|
+
* - Service `dialpad`: Your Dialpad environment.
|
|
2286
2481
|
* - Service `invoiced`: Your Invoiced environment.
|
|
2482
|
+
* - Service `jibble`: Your Jibble environment.
|
|
2483
|
+
* - Service `lucca`: Your Lucca environment.
|
|
2287
2484
|
* - Service `procore`: Your Procore account environment.
|
|
2288
2485
|
* - Service `reltio`: Your Reltio environment.
|
|
2289
2486
|
* - Service `servicetitan`: Your ServiceTitan environment.
|
|
2290
2487
|
* - Service `smarthr`: Your SmartHR environment.
|
|
2291
2488
|
* - Service `trelica`: Your Trelica environment.
|
|
2489
|
+
* - Service `tremendous`: Your Tremendous environment.
|
|
2292
2490
|
* - Service `vts`: Your VTS environment.
|
|
2491
|
+
* - Service `xactly`: Your Xactly environment.
|
|
2293
2492
|
* - Service `younium`: Your Younium API environment.
|
|
2294
2493
|
* - Service `zuora`: Zuora Sandbox Environment. This accepts either of the two values Sandbox or Central Sandbox based on your subscription. The default environment is Sandbox.
|
|
2295
2494
|
* - Service `zuoraSandbox`: Zuora Sandbox Environment. This accepts either of the two values Sandbox or Central Sandbox based on your subscription. The default environment is Sandbox.
|
|
2296
2495
|
*/
|
|
2297
2496
|
environment: string;
|
|
2497
|
+
/**
|
|
2498
|
+
* Field usage depends on `service` value:
|
|
2499
|
+
* - Service `xactly`: Your Xactly environment host.
|
|
2500
|
+
*/
|
|
2501
|
+
environmentHost?: string;
|
|
2298
2502
|
/**
|
|
2299
2503
|
* Field usage depends on `service` value:
|
|
2300
2504
|
* - Service `businessCentral`: Name of the environment
|
|
@@ -2491,6 +2695,11 @@ export interface ConnectorConfig {
|
|
|
2491
2695
|
* - Service `workday`: Select this option to generate a Primary Key for reports where no single column or combination of columns can be used to form a Primary Key.
|
|
2492
2696
|
*/
|
|
2493
2697
|
generateFivetranPk: boolean;
|
|
2698
|
+
/**
|
|
2699
|
+
* Field usage depends on `service` value:
|
|
2700
|
+
* - Service `lineAds`: Your LINE Ads group ID(s).
|
|
2701
|
+
*/
|
|
2702
|
+
groupId?: string;
|
|
2494
2703
|
/**
|
|
2495
2704
|
* Field usage depends on `service` value:
|
|
2496
2705
|
* - Service `fivetranLog`: (Optional) The group name of the `targetGroupId`.
|
|
@@ -2513,16 +2722,29 @@ export interface ConnectorConfig {
|
|
|
2513
2722
|
hasManagePermissions: boolean;
|
|
2514
2723
|
/**
|
|
2515
2724
|
* Field usage depends on `service` value:
|
|
2725
|
+
* - Service `braze`: Range of data in history you would like to include in the initial sync.
|
|
2726
|
+
* - Service `iterable`: The time range for which historical data should be synced. Default value: `All Time`.
|
|
2516
2727
|
* - Service `klaviyo`: Range of data in history you would like to include in the initial sync. Default value: `ALL_TIME`.
|
|
2517
2728
|
* - Service `marketo`: Range of data in history you would like to include in the initial sync. Default value: `ALL_TIME`.
|
|
2729
|
+
* - Service `sailthru`: Range of historical data you would like to include in the initial sync. Default value: `ALL_TIME`.
|
|
2518
2730
|
* - Service `salesforceMarketingCloud`: Range of data in history you would like to include in the initial sync. Default value: `ALL_TIME`.
|
|
2519
2731
|
*/
|
|
2520
2732
|
historicSyncTimeFrame: string;
|
|
2521
2733
|
/**
|
|
2522
2734
|
* Field usage depends on `service` value:
|
|
2735
|
+
* - Service `concur`: Historical Sync Limit for the Sync
|
|
2736
|
+
* - Service `eloqua`: Range of data in history you would like to include in the initial sync. Default value: `ALL_TIME`.
|
|
2523
2737
|
* - Service `pardot`: The time range for which historical data should be synced. Default value: `All Time`.
|
|
2524
2738
|
*/
|
|
2525
2739
|
historicalSyncLimit: string;
|
|
2740
|
+
/**
|
|
2741
|
+
* Field usage depends on `service` value:
|
|
2742
|
+
* - Service `rokt`: Your Rokt historical sync time frame.
|
|
2743
|
+
* - Service `skimlinks`: Your Skimlinks Historical sync time frame.
|
|
2744
|
+
* - Service `vimeo`: Your Vimeo Historical sync time frame.
|
|
2745
|
+
* - Service `zendesk`: Used to configure Historical sync timeframe for selected tables
|
|
2746
|
+
*/
|
|
2747
|
+
historicalSyncTimeFrame: string;
|
|
2526
2748
|
/**
|
|
2527
2749
|
* Field usage depends on `service` value:
|
|
2528
2750
|
* - Service `appsflyer`: Your S3 home folder path of the Data Locker.
|
|
@@ -2634,7 +2856,7 @@ export interface ConnectorConfig {
|
|
|
2634
2856
|
httpPath?: string;
|
|
2635
2857
|
/**
|
|
2636
2858
|
* Field usage depends on `service` value:
|
|
2637
|
-
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management
|
|
2859
|
+
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management client identifier.
|
|
2638
2860
|
* - Service `statisticsNetherlandsCbs`: Your Statistics Netherlands CBS catalog identifier.
|
|
2639
2861
|
*/
|
|
2640
2862
|
identifier?: string;
|
|
@@ -2652,6 +2874,7 @@ export interface ConnectorConfig {
|
|
|
2652
2874
|
* Field usage depends on `service` value:
|
|
2653
2875
|
* - Service `acumatica`: Your Acumatica instance name.
|
|
2654
2876
|
* - Service `coupa`: The instance name of your Coupa account in the URL.
|
|
2877
|
+
* - Service `flywheelDigital`: Your Flywheel Digital instance.
|
|
2655
2878
|
* - Service `salesforceMarketingCloud`: The Salesforce Marketing Cloud instance ID
|
|
2656
2879
|
* - Service `servicenow`: ServiceNow Instance ID.
|
|
2657
2880
|
*/
|
|
@@ -2676,6 +2899,11 @@ export interface ConnectorConfig {
|
|
|
2676
2899
|
* - Service `pendo`: The integration key of the Pendo account.
|
|
2677
2900
|
*/
|
|
2678
2901
|
integrationKey: string;
|
|
2902
|
+
/**
|
|
2903
|
+
* Field usage depends on `service` value:
|
|
2904
|
+
* - Service `avevaPi`: IP address of the AF Server
|
|
2905
|
+
*/
|
|
2906
|
+
ipAddress?: string;
|
|
2679
2907
|
/**
|
|
2680
2908
|
* Field usage depends on `service` value:
|
|
2681
2909
|
* - Service `fivetranLog`: (Optional) Retrieve account-level logs.
|
|
@@ -2725,6 +2953,7 @@ export interface ConnectorConfig {
|
|
|
2725
2953
|
/**
|
|
2726
2954
|
* Field usage depends on `service` value:
|
|
2727
2955
|
* - Service `awsLambda`: We use PrivateLink by default if your AWS Lambda is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to AWS lambda over PrivateLink. Learn more in our [PrivateLink documentation](https://fivetran.com/docs/connectors/databases/connection-options#awsprivatelink).
|
|
2956
|
+
* - Service `s3`: Set to `true` if you want to connect to S3 bucket over PrivateLink. Default value: `false`.
|
|
2728
2957
|
*/
|
|
2729
2958
|
isPrivateLinkRequired: boolean;
|
|
2730
2959
|
/**
|
|
@@ -2758,11 +2987,23 @@ export interface ConnectorConfig {
|
|
|
2758
2987
|
* - Service `sharePoint`: Allows the creation of connector using Merge Mode strategy.
|
|
2759
2988
|
*/
|
|
2760
2989
|
isSingleTableMode: boolean;
|
|
2990
|
+
/**
|
|
2991
|
+
* Field usage depends on `service` value:
|
|
2992
|
+
* - Service `adyen`: Whether or not your Adyen Account is a Test Account. Default value: `false`.
|
|
2993
|
+
*/
|
|
2994
|
+
isTestAccount: boolean;
|
|
2761
2995
|
/**
|
|
2762
2996
|
* Field usage depends on `service` value:
|
|
2763
2997
|
* - Service `amazonSellingPartner`: Whether or not you have a Vendor Account. Default value: `false`.
|
|
2764
2998
|
*/
|
|
2765
2999
|
isVendor: boolean;
|
|
3000
|
+
/**
|
|
3001
|
+
* Field usage depends on `service` value:
|
|
3002
|
+
* - Service `oracleFusionCloudAppsCrm`: The Oracle Fusion Cloud issuer name.
|
|
3003
|
+
* - Service `oracleFusionCloudAppsFscm`: The Oracle Fusion Cloud issuer name.
|
|
3004
|
+
* - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud issuer name.
|
|
3005
|
+
*/
|
|
3006
|
+
issuer?: string;
|
|
2766
3007
|
/**
|
|
2767
3008
|
* Field usage depends on `service` value:
|
|
2768
3009
|
* - Service `awsCostReport`: Control how your JSON data is delivered into your destination
|
|
@@ -2834,6 +3075,11 @@ export interface ConnectorConfig {
|
|
|
2834
3075
|
* - Service `wasabiCloudStorage`: You can specify the custom line separator for your CSV files. The line separator is used in files to separate one row from the next.
|
|
2835
3076
|
*/
|
|
2836
3077
|
lineSeparator?: string;
|
|
3078
|
+
/**
|
|
3079
|
+
* Field usage depends on `service` value:
|
|
3080
|
+
* - Service `pigment`: Your Pigment list ID.
|
|
3081
|
+
*/
|
|
3082
|
+
listId?: string;
|
|
2837
3083
|
/**
|
|
2838
3084
|
* Field usage depends on `service` value:
|
|
2839
3085
|
* - Service `cjCommissionDetail`: Your CJ Commission Detail list of company IDs.
|
|
@@ -2899,6 +3145,7 @@ export interface ConnectorConfig {
|
|
|
2899
3145
|
* - Service `avantlink`: Your AvantLink Merchant ID.
|
|
2900
3146
|
* - Service `braintree`: Your Braintree merchant ID.
|
|
2901
3147
|
* - Service `braintreeSandbox`: Your Braintree merchant ID.
|
|
3148
|
+
* - Service `shareasale`: Your ShareASale merchant ID.
|
|
2902
3149
|
* - Service `xsolla`: Your Xsolla Merchant ID.
|
|
2903
3150
|
*/
|
|
2904
3151
|
merchantId: string;
|
|
@@ -2912,6 +3159,11 @@ export interface ConnectorConfig {
|
|
|
2912
3159
|
* - Service `herokuKafka`: Heroku Kafka message type.
|
|
2913
3160
|
*/
|
|
2914
3161
|
messageType: string;
|
|
3162
|
+
/**
|
|
3163
|
+
* Field usage depends on `service` value:
|
|
3164
|
+
* - Service `pigment`: Your Pigment metric ID.
|
|
3165
|
+
*/
|
|
3166
|
+
metricId?: string;
|
|
2915
3167
|
/**
|
|
2916
3168
|
* Field usage depends on `service` value:
|
|
2917
3169
|
* - Service `adroll`: The metrics that you want to sync.
|
|
@@ -3034,6 +3286,7 @@ export interface ConnectorConfig {
|
|
|
3034
3286
|
* - Service `megaphone`: Your Megaphone organization ID.
|
|
3035
3287
|
* - Service `productive`: Your Productive Organization ID.
|
|
3036
3288
|
* - Service `salesforceCommerceCloud`: The organization ID from Salesforce Commerce Cloud account.
|
|
3289
|
+
* - Service `sentry`: Your Sentry organization ID.
|
|
3037
3290
|
* - Service `zohoBooks`: Your Zoho Books Organization ID.
|
|
3038
3291
|
* - Service `zohoInventory`: Your Zoho Inventory organization ID.
|
|
3039
3292
|
*/
|
|
@@ -3111,6 +3364,7 @@ export interface ConnectorConfig {
|
|
|
3111
3364
|
* Field usage depends on `service` value:
|
|
3112
3365
|
* - Service `absorbLms`: Your Absorb LMS password.
|
|
3113
3366
|
* - Service `adobeCommerce`: Your Adobe Commerce password.
|
|
3367
|
+
* - Service `akeneo`: Your Akeneo password.
|
|
3114
3368
|
* - Service `anaplan`: Your Anaplan password. Must be populated if `authMode` is set to `Basic`.
|
|
3115
3369
|
* - Service `appfigures`: Your Appfigures Password.
|
|
3116
3370
|
* - Service `aurora`: The user's password.
|
|
@@ -3125,9 +3379,11 @@ export interface ConnectorConfig {
|
|
|
3125
3379
|
* - Service `clarity`: The user's password.
|
|
3126
3380
|
* - Service `cockroachdb`: The user's password.
|
|
3127
3381
|
* - Service `collibra`: Your collibra password.
|
|
3382
|
+
* - Service `complianceCheckpoint`: Your Compliance Checkpoint account password.
|
|
3128
3383
|
* - Service `contrastSecurity`: Your Contrast Security API Password.
|
|
3129
3384
|
* - Service `db2iHva`: The user's password.
|
|
3130
3385
|
* - Service `db2iSapHva`: The user's password.
|
|
3386
|
+
* - Service `deposco`: Your Deposco password.
|
|
3131
3387
|
* - Service `documentdb`: The user's password.
|
|
3132
3388
|
* - Service `dynamics365Fo`: The user's password.
|
|
3133
3389
|
* - Service `ehr`: The user's password.
|
|
@@ -3146,6 +3402,7 @@ export interface ConnectorConfig {
|
|
|
3146
3402
|
* - Service `hanaSapHvaS4`: The user's password.
|
|
3147
3403
|
* - Service `hanaSapHvaS4Netweaver`: The user's password.
|
|
3148
3404
|
* - Service `herokuPostgres`: The user's password.
|
|
3405
|
+
* - Service `hiltiOntrack`: Your Hilti On!Track password.
|
|
3149
3406
|
* - Service `impact`: Your Impact Account Token
|
|
3150
3407
|
* - Service `integralAdScience`: Your integralAdScience password.
|
|
3151
3408
|
* - Service `itunesConnect`: Your password
|
|
@@ -3185,9 +3442,10 @@ export interface ConnectorConfig {
|
|
|
3185
3442
|
* - Service `outbrain`: The Outbrain user's password.
|
|
3186
3443
|
* - Service `pardot`: The Pardot user's password.
|
|
3187
3444
|
* - Service `partnerize`: Your Partnerize account's password.
|
|
3188
|
-
* - Service `podio`: Your Podio password.
|
|
3445
|
+
* - Service `podio`: Your Podio account password.
|
|
3189
3446
|
* - Service `postgres`: The user's password.
|
|
3190
3447
|
* - Service `postgresRds`: The user's password.
|
|
3448
|
+
* - Service `qmaticDataConnect`: Your Qmatic Data Connect password.
|
|
3191
3449
|
* - Service `redshiftDb`: The Redshift user's password.
|
|
3192
3450
|
* - Service `revx`: Your RevX Password.
|
|
3193
3451
|
* - Service `rtbHouse`: Your RTB House password.
|
|
@@ -3210,7 +3468,9 @@ export interface ConnectorConfig {
|
|
|
3210
3468
|
* - Service `sqlServerRds`: The user's password.
|
|
3211
3469
|
* - Service `sqlServerSapEccHva`: The user's password.
|
|
3212
3470
|
* - Service `starrez`: Your StarRez API password
|
|
3471
|
+
* - Service `stickyio`: Your sticky.io password.
|
|
3213
3472
|
* - Service `stylight`: Your Stylight Password.
|
|
3473
|
+
* - Service `sugarcrm`: Your SugarCRM password.
|
|
3214
3474
|
* - Service `teamwork`: Your Teamwork password.
|
|
3215
3475
|
* - Service `theTradeDesk`: The Trade Desk password. It is a part of the login credentials.
|
|
3216
3476
|
* - Service `togglTrack`: Your Toggl Track Password
|
|
@@ -3335,10 +3595,16 @@ export interface ConnectorConfig {
|
|
|
3335
3595
|
* - Service `itunesConnect`: Register the number on AppleId Account Page for 2FA
|
|
3336
3596
|
*/
|
|
3337
3597
|
phoneNumber?: string;
|
|
3598
|
+
/**
|
|
3599
|
+
* Field usage depends on `service` value:
|
|
3600
|
+
* - Service `justcall`: Your JustCall Plan Type.
|
|
3601
|
+
*/
|
|
3602
|
+
planType: string;
|
|
3338
3603
|
/**
|
|
3339
3604
|
* Field usage depends on `service` value:
|
|
3340
3605
|
* - Service `aurora`: The port number.
|
|
3341
3606
|
* - Service `auroraPostgres`: The port number.
|
|
3607
|
+
* - Service `avevaPi`: Port number at which the AF Server is running
|
|
3342
3608
|
* - Service `azurePostgres`: The port number.
|
|
3343
3609
|
* - Service `azureSqlDb`: The port number.
|
|
3344
3610
|
* - Service `azureSqlManagedDb`: The port number.
|
|
@@ -3446,7 +3712,12 @@ export interface ConnectorConfig {
|
|
|
3446
3712
|
* - Service `appleSearchAds`: The contents of your secret key file. Must be populated if `isAuth2Enabled` is set to `false`.
|
|
3447
3713
|
* - Service `braintree`: The contents of your secret key file.
|
|
3448
3714
|
* - Service `braintreeSandbox`: The contents of your secret key file.
|
|
3715
|
+
* - Service `oracleFusionCloudAppsCrm`: The Oracle Fusion Cloud private key.
|
|
3716
|
+
* - Service `oracleFusionCloudAppsFscm`: The Oracle Fusion Cloud private key.
|
|
3717
|
+
* - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud private key.
|
|
3449
3718
|
* - Service `qualtrics`: Your private key
|
|
3719
|
+
* - Service `salesforce`: Provide content of the `.key` private key (only when authenticationMethod = `ADVANCED`).
|
|
3720
|
+
* - Service `salesforceSandbox`: Provide content of the `.key` private key (only when authenticationMethod = `ADVANCED`).
|
|
3450
3721
|
* - Service `snowflakeDb`: Private access key. The field should be specified if authentication type is `KEY_PAIR`.
|
|
3451
3722
|
*/
|
|
3452
3723
|
privateKey: string;
|
|
@@ -3467,6 +3738,11 @@ export interface ConnectorConfig {
|
|
|
3467
3738
|
* - Service `googleAnalyticsMcf`: Specific User Profile IDs to sync. Must be populated if `syncMode` is set to `SPECIFIC_ACCOUNTS`.
|
|
3468
3739
|
*/
|
|
3469
3740
|
profiles?: string[];
|
|
3741
|
+
/**
|
|
3742
|
+
* Field usage depends on `service` value:
|
|
3743
|
+
* - Service `amazonDsp`: Comma-separated list of your Amazon DSP profiles.
|
|
3744
|
+
*/
|
|
3745
|
+
profilesAmazonDsp?: string;
|
|
3470
3746
|
/**
|
|
3471
3747
|
* Field usage depends on `service` value:
|
|
3472
3748
|
* - Service `rollbar`: Your Rollbar project access token.
|
|
@@ -3481,6 +3757,11 @@ export interface ConnectorConfig {
|
|
|
3481
3757
|
* - Service `mixpanel`: Project ID
|
|
3482
3758
|
*/
|
|
3483
3759
|
projectId: string;
|
|
3760
|
+
/**
|
|
3761
|
+
* Field usage depends on `service` value:
|
|
3762
|
+
* - Service `sentry`: Your Sentry project IDs.
|
|
3763
|
+
*/
|
|
3764
|
+
projectIds?: string;
|
|
3484
3765
|
/**
|
|
3485
3766
|
* Field usage depends on `service` value:
|
|
3486
3767
|
* - Service `commercetools`: Your commercetools project key.
|
|
@@ -3499,7 +3780,7 @@ export interface ConnectorConfig {
|
|
|
3499
3780
|
properties?: string[];
|
|
3500
3781
|
/**
|
|
3501
3782
|
* Field usage depends on `service` value:
|
|
3502
|
-
* - Service `cloudbeds`: Your Cloudbeds
|
|
3783
|
+
* - Service `cloudbeds`: Your Cloudbeds property IDs.
|
|
3503
3784
|
*/
|
|
3504
3785
|
propertyId?: string;
|
|
3505
3786
|
/**
|
|
@@ -3546,6 +3827,9 @@ export interface ConnectorConfig {
|
|
|
3546
3827
|
* - Service `opensearch`: Public Key
|
|
3547
3828
|
* - Service `oracle`: Public Key
|
|
3548
3829
|
* - Service `oracleEbs`: Public Key
|
|
3830
|
+
* - Service `oracleFusionCloudAppsCrm`: The Oracle Fusion Cloud public key.
|
|
3831
|
+
* - Service `oracleFusionCloudAppsFscm`: The Oracle Fusion Cloud public key.
|
|
3832
|
+
* - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud public key.
|
|
3549
3833
|
* - Service `oracleHva`: Public Key
|
|
3550
3834
|
* - Service `oracleRac`: Public Key
|
|
3551
3835
|
* - Service `oracleRds`: Public Key
|
|
@@ -3572,11 +3856,17 @@ export interface ConnectorConfig {
|
|
|
3572
3856
|
* - Service `postgresRds`: Publication name. Specify only for `"updatedMethod": "WAL_PGOUTPUT"`.
|
|
3573
3857
|
*/
|
|
3574
3858
|
publicationName: string;
|
|
3859
|
+
/**
|
|
3860
|
+
* Field usage depends on `service` value:
|
|
3861
|
+
* - Service `skimlinks`: Your Skimlinks publisher ID.
|
|
3862
|
+
*/
|
|
3863
|
+
publisherId?: string;
|
|
3575
3864
|
/**
|
|
3576
3865
|
* Field usage depends on `service` value:
|
|
3577
3866
|
* - Service `outbrain`: Include or ignore results from archived campaigns
|
|
3578
3867
|
*/
|
|
3579
3868
|
pullArchivedCampaigns: boolean;
|
|
3869
|
+
pythonVersion?: string;
|
|
3580
3870
|
/**
|
|
3581
3871
|
* Field usage depends on `service` value:
|
|
3582
3872
|
* - Service `googleDisplayAndVideo360`: The ID of the query whose configuration you want to reuse. This is a required parameter when `configMethod` is set to `REUSE_EXISTING`.
|
|
@@ -3593,6 +3883,31 @@ export interface ConnectorConfig {
|
|
|
3593
3883
|
* - Service `bigqueryDb`: Specify a different project ID to account for quota and billing of Fivetran query workload
|
|
3594
3884
|
*/
|
|
3595
3885
|
quotaProjectId?: string;
|
|
3886
|
+
/**
|
|
3887
|
+
* Field usage depends on `service` value:
|
|
3888
|
+
* - Service `azureBlobStorage`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
3889
|
+
* - Service `gcs`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
3890
|
+
* - Service `googleDrive`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
3891
|
+
* - Service `s3`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
3892
|
+
* - Service `sftp`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
3893
|
+
* - Service `sharePoint`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
3894
|
+
*/
|
|
3895
|
+
quoteChar?: string;
|
|
3896
|
+
/**
|
|
3897
|
+
* Field usage depends on `service` value:
|
|
3898
|
+
* - Service `azureBlobStorage`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
3899
|
+
* - Service `gcs`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
3900
|
+
* - Service `googleDrive`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
3901
|
+
* - Service `s3`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
3902
|
+
* - Service `sftp`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
3903
|
+
* - Service `sharePoint`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
3904
|
+
*/
|
|
3905
|
+
quoteCharacterEnabled: boolean;
|
|
3906
|
+
/**
|
|
3907
|
+
* Field usage depends on `service` value:
|
|
3908
|
+
* - Service `vimeo`: Your Vimeo rate limit plan.
|
|
3909
|
+
*/
|
|
3910
|
+
rateLimitPlan: string;
|
|
3596
3911
|
/**
|
|
3597
3912
|
* Field usage depends on `service` value:
|
|
3598
3913
|
* - Service `ironsource`: Your Ironsource `Client Secret`.
|
|
@@ -3612,8 +3927,10 @@ export interface ConnectorConfig {
|
|
|
3612
3927
|
* - Service `atlassianOpsGenie`: Your company's Osgenie region (usually **company**.opsgenie.com)
|
|
3613
3928
|
* - Service `awin`: Your Awin Region.
|
|
3614
3929
|
* - Service `awsLambda`: The AWS region code for the DynamoDB instance.
|
|
3930
|
+
* - Service `biginByZohoCrm`: Your Bigin by Zoho CRM Region
|
|
3615
3931
|
* - Service `concur`: The region.
|
|
3616
3932
|
* - Service `cvent`: Your Cvent region.
|
|
3933
|
+
* - Service `everflow`: Your Everflow region.
|
|
3617
3934
|
* - Service `exactOnline`: Your Exact Online region.
|
|
3618
3935
|
* - Service `getfeedback`: Your GetFeedback region.
|
|
3619
3936
|
* - Service `happyfox`: Your HappyFox region.
|
|
@@ -3630,6 +3947,7 @@ export interface ConnectorConfig {
|
|
|
3630
3947
|
* - Service `snyk`: Your Snyk region.
|
|
3631
3948
|
* - Service `talkdesk`: Your Talkdesk region (".com",".eu","ca.com")
|
|
3632
3949
|
* - Service `totango`: Your Totango region.
|
|
3950
|
+
* - Service `transcend`: Your Transcend region.
|
|
3633
3951
|
* - Service `vonageContactCenter`: Your Vonage Contact Center region.
|
|
3634
3952
|
* - Service `wasabiCloudStorage`: The Wasabi Cloud Storage bucket region. Required for connector creation. Default value: `US_EAST_1`.
|
|
3635
3953
|
* - Service `workdayStrategicSourcing`: Your Workday Strategic Sourcing Region.
|
|
@@ -3656,7 +3974,7 @@ export interface ConnectorConfig {
|
|
|
3656
3974
|
regionTokenUrl: string;
|
|
3657
3975
|
/**
|
|
3658
3976
|
* Field usage depends on `service` value:
|
|
3659
|
-
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management
|
|
3977
|
+
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management region URL.
|
|
3660
3978
|
*/
|
|
3661
3979
|
regionUrl?: string;
|
|
3662
3980
|
/**
|
|
@@ -3694,12 +4012,22 @@ export interface ConnectorConfig {
|
|
|
3694
4012
|
* - Service `workday`: This is to select report format from JSON and CSV. By default, report format is JSON.
|
|
3695
4013
|
*/
|
|
3696
4014
|
reportFormatType?: string;
|
|
4015
|
+
/**
|
|
4016
|
+
* Field usage depends on `service` value:
|
|
4017
|
+
* - Service `pinterestAds`: Granularity at which reports will be
|
|
4018
|
+
*/
|
|
4019
|
+
reportGranularity: string;
|
|
3697
4020
|
/**
|
|
3698
4021
|
* Field usage depends on `service` value:
|
|
3699
4022
|
* - Service `rakutenadvertising`: Your Rakuten Advertising report keys.
|
|
3700
4023
|
*/
|
|
3701
4024
|
reportKeys?: string;
|
|
3702
4025
|
reportLists?: outputs.ConnectorConfigReportList[];
|
|
4026
|
+
/**
|
|
4027
|
+
* Field usage depends on `service` value:
|
|
4028
|
+
* - Service `adyen`: Your Report Service API key.
|
|
4029
|
+
*/
|
|
4030
|
+
reportServiceApiKey?: string;
|
|
3703
4031
|
reportSuites?: string[];
|
|
3704
4032
|
/**
|
|
3705
4033
|
* Field usage depends on `service` value:
|
|
@@ -3870,6 +4198,7 @@ export interface ConnectorConfig {
|
|
|
3870
4198
|
* Field usage depends on `service` value:
|
|
3871
4199
|
* - Service `db2iHva`: The SAP schema.
|
|
3872
4200
|
* - Service `db2iSapHva`: SAP schema name.
|
|
4201
|
+
* - Service `sqlServerHva`: SAP Schema Name. Required only for High-Volume Agent SAP ECC connector.
|
|
3873
4202
|
* - Service `sqlServerSapEccHva`: SAP Schema Name.
|
|
3874
4203
|
*/
|
|
3875
4204
|
sapSchema?: string;
|
|
@@ -3961,6 +4290,11 @@ export interface ConnectorConfig {
|
|
|
3961
4290
|
* - Service `ebay`: Your eBay scopes.
|
|
3962
4291
|
*/
|
|
3963
4292
|
scope?: string;
|
|
4293
|
+
/**
|
|
4294
|
+
* Field usage depends on `service` value:
|
|
4295
|
+
* - Service `cornerstone`: Your Cornerstone scopes.
|
|
4296
|
+
*/
|
|
4297
|
+
scopes?: string;
|
|
3964
4298
|
/**
|
|
3965
4299
|
* Field usage depends on `service` value:
|
|
3966
4300
|
* - Service `yahooDsp`: Specific Seats to sync. Must be populated if `syncModeSeat` is set to `SPECIFIC_SEATS`.
|
|
@@ -3970,11 +4304,13 @@ export interface ConnectorConfig {
|
|
|
3970
4304
|
* Field usage depends on `service` value:
|
|
3971
4305
|
* - Service `appcues`: Your Appcues Secret.
|
|
3972
4306
|
* - Service `buildium`: Your Buildium API secret.
|
|
4307
|
+
* - Service `canvasData2ByInstructure`: Your Canvas Data 2 by Instructure secret.
|
|
3973
4308
|
* - Service `loopio`: Your Loopio Secret.
|
|
3974
4309
|
* - Service `mode`: Your Mode Secret.
|
|
3975
|
-
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management
|
|
4310
|
+
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management client secret.
|
|
3976
4311
|
* - Service `twilio`: The Twilio API secret
|
|
3977
4312
|
* - Service `uservoice`: The UserVoice API secret.
|
|
4313
|
+
* - Service `venminder`: Your Venminder secret.
|
|
3978
4314
|
* - Service `vts`: Your VTS secret.
|
|
3979
4315
|
*/
|
|
3980
4316
|
secret: string;
|
|
@@ -3987,9 +4323,12 @@ export interface ConnectorConfig {
|
|
|
3987
4323
|
* - Service `ezofficeinventory`: Your EZOfficeInventory API secret key.
|
|
3988
4324
|
* - Service `gcs`: Your JSON Private Key. Used to authorize service account. Required if you use a Custom Service Account to authenticate the storage bucket.
|
|
3989
4325
|
* - Service `ironsource`: Your Ironsource `Client ID`.
|
|
4326
|
+
* - Service `lineAds`: Your LINE Ads secret key.
|
|
4327
|
+
* - Service `mailjet`: Your Mailjet secret key.
|
|
3990
4328
|
* - Service `partnerstackVendor`: Your PartnerStack Vendor Secret key.
|
|
3991
4329
|
* - Service `paypal`: `Client Secret` of your PayPal client application.
|
|
3992
4330
|
* - Service `paypalSandbox`: `Client Secret` of your PayPal client application.
|
|
4331
|
+
* - Service `phoenixAds`: Your Phoenix Ads Secret key.
|
|
3993
4332
|
* - Service `retailnext`: Your RetailNext secret key.
|
|
3994
4333
|
* - Service `statsig`: Your Statsig secret key.
|
|
3995
4334
|
* - Service `yotpo`: Your Yotpo Secret key
|
|
@@ -4046,6 +4385,11 @@ export interface ConnectorConfig {
|
|
|
4046
4385
|
* - Service `tableauSource`: Your Tableau Source server address.
|
|
4047
4386
|
*/
|
|
4048
4387
|
serverAddress?: string;
|
|
4388
|
+
/**
|
|
4389
|
+
* Field usage depends on `service` value:
|
|
4390
|
+
* - Service `clockify`: Your Clockify server region.
|
|
4391
|
+
*/
|
|
4392
|
+
serverRegion: string;
|
|
4049
4393
|
/**
|
|
4050
4394
|
* Field usage depends on `service` value:
|
|
4051
4395
|
* - Service `oracleBusinessIntelligencePublisher`: The Oracle Business Intelligence Instance URL.
|
|
@@ -4156,6 +4500,11 @@ export interface ConnectorConfig {
|
|
|
4156
4500
|
* - Service `shopify`: The Shopify shop name. Can be found in the URL before **.myshopify.com**.
|
|
4157
4501
|
*/
|
|
4158
4502
|
shop: string;
|
|
4503
|
+
/**
|
|
4504
|
+
* Field usage depends on `service` value:
|
|
4505
|
+
* - Service `tripleWhale`: Your Triple Whale shop domain.
|
|
4506
|
+
*/
|
|
4507
|
+
shopDomain?: string;
|
|
4159
4508
|
/**
|
|
4160
4509
|
* Field usage depends on `service` value:
|
|
4161
4510
|
* - Service `salesforceCommerceCloud`: The Salesforce eight-character string assigned to a realm for routing purposes.
|
|
@@ -4315,6 +4664,7 @@ export interface ConnectorConfig {
|
|
|
4315
4664
|
* - Service `checkr`: Your Checkr subdomain.
|
|
4316
4665
|
* - Service `clubspeed`: Your Clubspeed subdomain.
|
|
4317
4666
|
* - Service `collibra`: Your collibra subdomain.
|
|
4667
|
+
* - Service `complianceCheckpoint`: Your Compliance Checkpoint subdomain.
|
|
4318
4668
|
* - Service `concord`: Your Concord Sub Domain.
|
|
4319
4669
|
* - Service `contrastSecurity`: Your Contrast Security subdomain.
|
|
4320
4670
|
* - Service `customerio`: Your Customer.io region-specific Subdomain.
|
|
@@ -4337,7 +4687,9 @@ export interface ConnectorConfig {
|
|
|
4337
4687
|
* - Service `kandji`: Your Kandji Subdomain.
|
|
4338
4688
|
* - Service `khorosCare`: Your Khoros Care subDomain.
|
|
4339
4689
|
* - Service `lookerSource`: Your looker SubDomain name.
|
|
4690
|
+
* - Service `lucca`: Your Lucca subdomain.
|
|
4340
4691
|
* - Service `mailgun`: Your Mailgun subdomain.
|
|
4692
|
+
* - Service `matomo`: Your Matomo subdomain.
|
|
4341
4693
|
* - Service `maxioChargify`: Enter Your Subdomain.
|
|
4342
4694
|
* - Service `myosh`: Your myosh subdomain.
|
|
4343
4695
|
* - Service `namely`: Your Namely subdomain.
|
|
@@ -4358,6 +4710,7 @@ export interface ConnectorConfig {
|
|
|
4358
4710
|
* - Service `sapSuccessFactors`: Your SAP SuccessFactors Subdomain.
|
|
4359
4711
|
* - Service `sonarqube`: Your Sonarqube subdomain.
|
|
4360
4712
|
* - Service `starrez`: Your StarRez subdomain
|
|
4713
|
+
* - Service `sugarcrm`: Your SugarCRM subdomain.
|
|
4361
4714
|
* - Service `tableauSource`: Your Tableau Source subdomain.
|
|
4362
4715
|
* - Service `tempo`: Your Tempo subdomain.
|
|
4363
4716
|
* - Service `testrail`: Your TestRail subdomain.
|
|
@@ -4385,6 +4738,9 @@ export interface ConnectorConfig {
|
|
|
4385
4738
|
* - Service `learnupon`: Your Learnupon subdomain.
|
|
4386
4739
|
* - Service `maxioSaasoptics`: Your Maxio SaaSOptics subdomain.
|
|
4387
4740
|
* - Service `medallia`: Medallia subdomain
|
|
4741
|
+
* - Service `packiyo`: Your Packiyo subdomain.
|
|
4742
|
+
* - Service `qmaticDataConnect`: Your Qmatic Data Connect subdomain.
|
|
4743
|
+
* - Service `sana`: Your Sana subdomain.
|
|
4388
4744
|
* - Service `skillstx`: Your SkillsTX subdomain.
|
|
4389
4745
|
* - Service `smarthr`: Your SmartHR subdomain.
|
|
4390
4746
|
* - Service `sonarqube`: Your Sonarqube subdomain.
|
|
@@ -4441,8 +4797,9 @@ export interface ConnectorConfig {
|
|
|
4441
4797
|
syncFormat: string;
|
|
4442
4798
|
/**
|
|
4443
4799
|
* Field usage depends on `service` value:
|
|
4444
|
-
* - Service `
|
|
4445
|
-
* - Service `
|
|
4800
|
+
* - Service `financialForce`: Enable this option to sync formula fields directly (default value = `false`)
|
|
4801
|
+
* - Service `salesforce`: Enable this option to sync formula fields directly (default value = `false`)
|
|
4802
|
+
* - Service `salesforceSandbox`: Enable this option to sync formula fields directly (default value = `false`)
|
|
4446
4803
|
*/
|
|
4447
4804
|
syncFormulaFields: boolean;
|
|
4448
4805
|
/**
|
|
@@ -4464,7 +4821,7 @@ export interface ConnectorConfig {
|
|
|
4464
4821
|
* - Service `asana`: Whether to sync all projects or specific projects.
|
|
4465
4822
|
* - Service `bingads`: Whether to sync all accounts or specific accounts. Default value: `AllAccounts`.
|
|
4466
4823
|
* - Service `doubleClickCampaignManager`: Whether to sync all user profiles or specific ones. Default value: `AllAccounts`.
|
|
4467
|
-
* - Service `dynamodb`:
|
|
4824
|
+
* - Service `dynamodb`: Which packed mode setting to use. Default value: `UsePackedModeOnly`.
|
|
4468
4825
|
* - Service `facebook`: Option to select connector should sync all accounts or specific accounts. [Possible syncMode values](https://fivetran.com/docs/applications/facebook-ad-insights/api-config#syncmode).
|
|
4469
4826
|
* - Service `facebookAdAccount`: Whether to sync all accounts or specific accounts. Default value: `AllAccounts`.
|
|
4470
4827
|
* - Service `facebookAds`: Option to select connector should sync all accounts or specific accounts. [Possible syncMode values](https://fivetran.com/docs/connectors/applications/facebook-ads-insights/api-config#syncmode).
|
|
@@ -4541,11 +4898,21 @@ export interface ConnectorConfig {
|
|
|
4541
4898
|
* - Service `hanaSapHvaS4Netweaver`: Unique identifier sapsid of the SAP system. This field is displayed only when the REMOTE SERVICE IDENTIFICATION is set to System ID.
|
|
4542
4899
|
*/
|
|
4543
4900
|
systemId?: string;
|
|
4901
|
+
/**
|
|
4902
|
+
* Field usage depends on `service` value:
|
|
4903
|
+
* - Service `pigment`: Your Pigment table ID.
|
|
4904
|
+
*/
|
|
4905
|
+
tableId?: string;
|
|
4544
4906
|
/**
|
|
4545
4907
|
* Field usage depends on `service` value:
|
|
4546
4908
|
* - Service `airtable`: Name of table in Airtable
|
|
4547
4909
|
*/
|
|
4548
4910
|
tableName?: string;
|
|
4911
|
+
/**
|
|
4912
|
+
* Field usage depends on `service` value:
|
|
4913
|
+
* - Service `hubspot`: Timestamp to indicate when tables without access was updated
|
|
4914
|
+
*/
|
|
4915
|
+
tablesWithoutAccessUpdatedAt?: string;
|
|
4549
4916
|
/**
|
|
4550
4917
|
* Field usage depends on `service` value:
|
|
4551
4918
|
* - Service `cultureAmp`: Your Culture Amp Target entity ID.
|
|
@@ -4598,6 +4965,7 @@ export interface ConnectorConfig {
|
|
|
4598
4965
|
/**
|
|
4599
4966
|
* Field usage depends on `service` value:
|
|
4600
4967
|
* - Service `microsoftEntraId`: Your Microsoft Entra ID Tenant.
|
|
4968
|
+
* - Service `microsoftPowerBi`: Your Microsoft Power BI tenant.
|
|
4601
4969
|
* - Service `microsoftTeams`: Your Microsoft Teams Tenant.
|
|
4602
4970
|
* - Service `unicommerce`: Your uniware tenant.
|
|
4603
4971
|
* - Service `workday`: Workday tenant name
|
|
@@ -4610,6 +4978,11 @@ export interface ConnectorConfig {
|
|
|
4610
4978
|
* - Service `planful`: Your Planful tenant app URL.
|
|
4611
4979
|
*/
|
|
4612
4980
|
tenantAppUrl?: string;
|
|
4981
|
+
/**
|
|
4982
|
+
* Field usage depends on `service` value:
|
|
4983
|
+
* - Service `deposco`: Your Deposco tenant code.
|
|
4984
|
+
*/
|
|
4985
|
+
tenantCode?: string;
|
|
4613
4986
|
tenantConfigs?: outputs.ConnectorConfigTenantConfig[];
|
|
4614
4987
|
/**
|
|
4615
4988
|
* Field usage depends on `service` value:
|
|
@@ -4630,7 +5003,7 @@ export interface ConnectorConfig {
|
|
|
4630
5003
|
/**
|
|
4631
5004
|
* Field usage depends on `service` value:
|
|
4632
5005
|
* - Service `ivanti`: Your Ivanti Tenant URL.
|
|
4633
|
-
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management
|
|
5006
|
+
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management tenant URL.
|
|
4634
5007
|
* - Service `reltio`: Your Reltio tenant URL.
|
|
4635
5008
|
*/
|
|
4636
5009
|
tenantUrl?: string;
|
|
@@ -4681,6 +5054,16 @@ export interface ConnectorConfig {
|
|
|
4681
5054
|
* - Service `yahooGemini`: Number of months' worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `TWELVE`.
|
|
4682
5055
|
*/
|
|
4683
5056
|
timeframeMonths: string;
|
|
5057
|
+
/**
|
|
5058
|
+
* Field usage depends on `service` value:
|
|
5059
|
+
* - Service `rokt`: Your Rokt timezone.
|
|
5060
|
+
*/
|
|
5061
|
+
timezone: string;
|
|
5062
|
+
/**
|
|
5063
|
+
* Field usage depends on `service` value:
|
|
5064
|
+
* - Service `appleSearchAds`: Determines whether to use UTC or the users timezone from the apple account
|
|
5065
|
+
*/
|
|
5066
|
+
timezoneMode: string;
|
|
4684
5067
|
/**
|
|
4685
5068
|
* Field usage depends on `service` value:
|
|
4686
5069
|
* - Service `oracleHva`: Single-tenant database: The database's SID. Multi-tenant database: The database's TNS.
|
|
@@ -4694,8 +5077,11 @@ export interface ConnectorConfig {
|
|
|
4694
5077
|
toastId?: string;
|
|
4695
5078
|
/**
|
|
4696
5079
|
* Field usage depends on `service` value:
|
|
5080
|
+
* - Service `khorosCommunities`: Your Khoros Communities token.
|
|
5081
|
+
* - Service `matomo`: Your Matomo auth token.
|
|
4697
5082
|
* - Service `mode`: Your Mode Token.
|
|
4698
5083
|
* - Service `oracleMoatAnalytics`: Your Oracle Moat Analytics Token.
|
|
5084
|
+
* - Service `shareasale`: Your ShareASale token.
|
|
4699
5085
|
* - Service `solarwindsServiceDesk`: Your SolarWinds Service Desk token.
|
|
4700
5086
|
*/
|
|
4701
5087
|
token?: string;
|
|
@@ -4733,6 +5119,11 @@ export interface ConnectorConfig {
|
|
|
4733
5119
|
* - Service `mux`: Your Mux token secret key
|
|
4734
5120
|
*/
|
|
4735
5121
|
tokenSecretKey?: string;
|
|
5122
|
+
/**
|
|
5123
|
+
* Field usage depends on `service` value:
|
|
5124
|
+
* - Service `amazonDsp`: Your Amazon DSP token URL region.
|
|
5125
|
+
*/
|
|
5126
|
+
tokenUrlRegion: string;
|
|
4736
5127
|
/**
|
|
4737
5128
|
* Field usage depends on `service` value:
|
|
4738
5129
|
* - Service `azureServiceBus`: The comma-separated list of topics which should be synced. Required if you do not have manage permissions
|
|
@@ -5105,6 +5496,7 @@ export interface ConnectorConfig {
|
|
|
5105
5496
|
* - Service `okendo`: Your Okendo user ID.
|
|
5106
5497
|
* - Service `playvox`: Your Playvox User ID.
|
|
5107
5498
|
* - Service `sageIntacct`: User ID
|
|
5499
|
+
* - Service `vimeo`: Your Vimeo user ID.
|
|
5108
5500
|
*/
|
|
5109
5501
|
userId: string;
|
|
5110
5502
|
userKey: string;
|
|
@@ -5129,22 +5521,27 @@ export interface ConnectorConfig {
|
|
|
5129
5521
|
* Field usage depends on `service` value:
|
|
5130
5522
|
* - Service `absorbLms`: Your Absorb LMS username.
|
|
5131
5523
|
* - Service `adobeCommerce`: Your Adobe Commerce username.
|
|
5524
|
+
* - Service `akeneo`: Your Akeneo username.
|
|
5132
5525
|
* - Service `anaplan`: Your Anaplan user ID. Must be populated if `authMode` is set to `Basic`.
|
|
5133
5526
|
* - Service `appfigures`: Your Appfigures Username.
|
|
5527
|
+
* - Service `avevaPi`: Username for the user to authenticate as with the AF Server
|
|
5134
5528
|
* - Service `ceridianDayforce`: Your Ceridian Dayforce Username.
|
|
5135
5529
|
* - Service `churnzero`: Your ChurnZero username.
|
|
5136
5530
|
* - Service `cin7`: Your Cin7 API Username.
|
|
5137
5531
|
* - Service `collibra`: Your collibra username.
|
|
5532
|
+
* - Service `complianceCheckpoint`: Your Compliance Checkpoint account username.
|
|
5138
5533
|
* - Service `concur`: The SAP Concur username.
|
|
5139
5534
|
* - Service `confluence`: Your Confluence username.
|
|
5140
5535
|
* - Service `contrastSecurity`: Your Contrast Security API Username.
|
|
5141
5536
|
* - Service `dclLogistics`: Your DCL Logistics username.
|
|
5537
|
+
* - Service `deposco`: Your Deposco username.
|
|
5142
5538
|
* - Service `github`: `Login` of your GitHub profile.
|
|
5143
5539
|
* - Service `gladly`: Your Gladly Username.
|
|
5144
5540
|
* - Service `globalmeet`: Your GlobalMeet Username.
|
|
5145
5541
|
* - Service `gorgias`: Your Gorgias username.
|
|
5146
5542
|
* - Service `greenPowerMonitor`: Your GreenPowerMonitor username.
|
|
5147
5543
|
* - Service `guru`: Your Guru username.
|
|
5544
|
+
* - Service `hiltiOntrack`: Your Hilti On!Track username.
|
|
5148
5545
|
* - Service `impact`: Your Impact Account SID
|
|
5149
5546
|
* - Service `integralAdScience`: Your integralAdScience username.
|
|
5150
5547
|
* - Service `itunesConnect`: Your Apple ID
|
|
@@ -5162,7 +5559,8 @@ export interface ConnectorConfig {
|
|
|
5162
5559
|
* - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud username.
|
|
5163
5560
|
* - Service `partnerize`: Your Partnerize account's username.
|
|
5164
5561
|
* - Service `pingdom`: Your Pingdom Username.
|
|
5165
|
-
* - Service `podio`: Your Podio username.
|
|
5562
|
+
* - Service `podio`: Your Podio account username.
|
|
5563
|
+
* - Service `qmaticDataConnect`: Your Qmatic Data Connect username.
|
|
5166
5564
|
* - Service `quorum`: Your Quorum username .
|
|
5167
5565
|
* - Service `revx`: Your RevX Username.
|
|
5168
5566
|
* - Service `rtbHouse`: Your RTB House username.
|
|
@@ -5174,7 +5572,9 @@ export interface ConnectorConfig {
|
|
|
5174
5572
|
* - Service `shopware`: Your Shopware username.
|
|
5175
5573
|
* - Service `splash`: Your Splash username.
|
|
5176
5574
|
* - Service `starrez`: Your StarRez API username
|
|
5575
|
+
* - Service `stickyio`: Your sticky.io username .
|
|
5177
5576
|
* - Service `stylight`: Your Stylight Username.
|
|
5577
|
+
* - Service `sugarcrm`: Your SugarCRM username.
|
|
5178
5578
|
* - Service `teamwork`: Your Teamwork username.
|
|
5179
5579
|
* - Service `testrail`: Your TestRail username.
|
|
5180
5580
|
* - Service `ukgPro`: Your UKG Pro username.
|
|
@@ -5201,11 +5601,21 @@ export interface ConnectorConfig {
|
|
|
5201
5601
|
* - Service `snapchatAds`: The time period to attribute conversions based on views. Default value: `DAY_1`
|
|
5202
5602
|
*/
|
|
5203
5603
|
viewAttributionWindow: string;
|
|
5604
|
+
/**
|
|
5605
|
+
* Field usage depends on `service` value:
|
|
5606
|
+
* - Service `pigment`: Your Pigment view ID.
|
|
5607
|
+
*/
|
|
5608
|
+
viewId?: string;
|
|
5204
5609
|
/**
|
|
5205
5610
|
* Field usage depends on `service` value:
|
|
5206
5611
|
* - Service `linkedinAds`: The time period to attribute conversions based on views. Default value: `DAY_7`
|
|
5207
5612
|
*/
|
|
5208
5613
|
viewThroughAttributionWindowSize: string;
|
|
5614
|
+
/**
|
|
5615
|
+
* Field usage depends on `service` value:
|
|
5616
|
+
* - Service `adyen`: Your Adyen Web Service API key.
|
|
5617
|
+
*/
|
|
5618
|
+
webServiceApiKey?: string;
|
|
5209
5619
|
/**
|
|
5210
5620
|
* Field usage depends on `service` value:
|
|
5211
5621
|
* - Service `appsflyer`: Webhook Url
|
|
@@ -5582,6 +5992,11 @@ export interface ConnectorConfigReport {
|
|
|
5582
5992
|
*/
|
|
5583
5993
|
filterType?: string;
|
|
5584
5994
|
filterValue?: string;
|
|
5995
|
+
/**
|
|
5996
|
+
* Field usage depends on `service` value:
|
|
5997
|
+
* - Service `workday`: Select this option to generate a Primary Key for reports where no single column or combination of columns can be used to form a Primary Key.
|
|
5998
|
+
*/
|
|
5999
|
+
generateFivetranPk: boolean;
|
|
5585
6000
|
/**
|
|
5586
6001
|
* Field usage depends on `service` value:
|
|
5587
6002
|
* - Service `googleAnalytics`: The report metrics to include into a sync.
|
|
@@ -5595,6 +6010,16 @@ export interface ConnectorConfigReport {
|
|
|
5595
6010
|
* - Service `googleAnalytics4`: The name of the Prebuilt Report from which the connector will sync the data.
|
|
5596
6011
|
*/
|
|
5597
6012
|
prebuiltReport: string;
|
|
6013
|
+
/**
|
|
6014
|
+
* Field usage depends on `service` value:
|
|
6015
|
+
* - Service `workday`: Primary Keys
|
|
6016
|
+
*/
|
|
6017
|
+
primaryKeys?: string[];
|
|
6018
|
+
/**
|
|
6019
|
+
* Field usage depends on `service` value:
|
|
6020
|
+
* - Service `workday`: This is to select report format from JSON and CSV. By default, report format is JSON.
|
|
6021
|
+
*/
|
|
6022
|
+
reportFormatType: string;
|
|
5598
6023
|
/**
|
|
5599
6024
|
* Field usage depends on `service` value:
|
|
5600
6025
|
* - Service `googleAds`: The name of the Google Ads report from which the connector will sync the data. [Possible reportType values](https://developers.google.com/adwords/api/docs/appendix/reports#report-types).
|
|
@@ -5602,6 +6027,11 @@ export interface ConnectorConfigReport {
|
|
|
5602
6027
|
* - Service `googleSearchConsole`: The type of report
|
|
5603
6028
|
*/
|
|
5604
6029
|
reportType: string;
|
|
6030
|
+
/**
|
|
6031
|
+
* Field usage depends on `service` value:
|
|
6032
|
+
* - Service `workday`: URL for a live custom report.
|
|
6033
|
+
*/
|
|
6034
|
+
reportUrl?: string;
|
|
5605
6035
|
/**
|
|
5606
6036
|
* Field usage depends on `service` value:
|
|
5607
6037
|
* - Service `googleAnalytics4`: The custom window size for rollback syncs.
|
|
@@ -5619,6 +6049,11 @@ export interface ConnectorConfigReport {
|
|
|
5619
6049
|
* - Service `googleSearchAds360`: The report segments included to sync.
|
|
5620
6050
|
*/
|
|
5621
6051
|
segments?: string[];
|
|
6052
|
+
/**
|
|
6053
|
+
* Field usage depends on `service` value:
|
|
6054
|
+
* - Service `workday`: This option is to unpack the nested columns and sync them separately. By default, we sync the nested columns as JSON objects.
|
|
6055
|
+
*/
|
|
6056
|
+
supportNestedColumns: boolean;
|
|
5622
6057
|
/**
|
|
5623
6058
|
* Field usage depends on `service` value:
|
|
5624
6059
|
* - Service `googleAds`: The table name within the schema to which connector will sync the data of the specific report.
|
|
@@ -5626,6 +6061,7 @@ export interface ConnectorConfigReport {
|
|
|
5626
6061
|
* - Service `googleAnalytics4`: The table name within the schema to which connector will sync the data of the specific report.
|
|
5627
6062
|
* - Service `googleSearchAds360`: The name of a table within the schema to which connector syncs the data of a given report.
|
|
5628
6063
|
* - Service `googleSearchConsole`: The name of a table within the schema to which connector syncs the data of a given report.
|
|
6064
|
+
* - Service `workday`: The table name within the schema to which connector will sync the data of the specific report.
|
|
5629
6065
|
*/
|
|
5630
6066
|
table: string;
|
|
5631
6067
|
/**
|
|
@@ -5798,6 +6234,7 @@ export interface ConnectorSchemaConfigSchemaTableColumn {
|
|
|
5798
6234
|
* The boolean value specifying whether a column should be hashed.
|
|
5799
6235
|
*/
|
|
5800
6236
|
hashed: boolean;
|
|
6237
|
+
isPrimaryKey?: boolean;
|
|
5801
6238
|
/**
|
|
5802
6239
|
* The column name within your destination in accordance with Fivetran conventional rules.
|
|
5803
6240
|
*/
|
|
@@ -5840,6 +6277,7 @@ export interface ConnectorSchemaConfigSchemasTablesColumns {
|
|
|
5840
6277
|
* The boolean value specifying whether a column should be hashed.
|
|
5841
6278
|
*/
|
|
5842
6279
|
hashed: boolean;
|
|
6280
|
+
isPrimaryKey: boolean;
|
|
5843
6281
|
}
|
|
5844
6282
|
export interface ConnectorSchemaConfigTimeouts {
|
|
5845
6283
|
/**
|
|
@@ -5991,10 +6429,23 @@ export interface DestinationConfig {
|
|
|
5991
6429
|
auth: string;
|
|
5992
6430
|
/**
|
|
5993
6431
|
* Field usage depends on `service` value:
|
|
6432
|
+
* - Service `adls`: Authentication type
|
|
5994
6433
|
* - Service `databricks`: Authentication type
|
|
6434
|
+
* - Service `newS3Datalake`: Authentication type
|
|
6435
|
+
* - Service `onelake`: Authentication type
|
|
5995
6436
|
* - Service `redshift`: Authentication type. Default value: `PASSWORD`.
|
|
5996
6437
|
*/
|
|
5997
6438
|
authType: string;
|
|
6439
|
+
/**
|
|
6440
|
+
* Field usage depends on `service` value:
|
|
6441
|
+
* - Service `newS3Datalake`: AWS access key to access the S3 bucket and AWS Glue
|
|
6442
|
+
*/
|
|
6443
|
+
awsAccessKeyId?: string;
|
|
6444
|
+
/**
|
|
6445
|
+
* Field usage depends on `service` value:
|
|
6446
|
+
* - Service `newS3Datalake`: AWS secret access key to access the S3 bucket and AWS Glue
|
|
6447
|
+
*/
|
|
6448
|
+
awsSecretAccessKey?: string;
|
|
5998
6449
|
/**
|
|
5999
6450
|
* Field usage depends on `service` value:
|
|
6000
6451
|
* - Service `confluentCloudWh`: Comma-separated list of Confluent Cloud servers in the `server:port` format.
|
|
@@ -6005,12 +6456,15 @@ export interface DestinationConfig {
|
|
|
6005
6456
|
* - Service `bigQuery`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
|
|
6006
6457
|
* - Service `bigQueryDts`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
|
|
6007
6458
|
* - Service `managedBigQuery`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
|
|
6008
|
-
* - Service `newS3Datalake`: The name of the bucket to be used as destination
|
|
6459
|
+
* - Service `newS3Datalake`: (Immutable) The name of the bucket to be used as destination
|
|
6009
6460
|
*/
|
|
6010
6461
|
bucket?: string;
|
|
6011
6462
|
/**
|
|
6012
6463
|
* Field usage depends on `service` value:
|
|
6464
|
+
* - Service `adls`: Catalog name
|
|
6013
6465
|
* - Service `databricks`: Catalog name
|
|
6466
|
+
* - Service `newS3Datalake`: Catalog name
|
|
6467
|
+
* - Service `onelake`: Catalog name
|
|
6014
6468
|
*/
|
|
6015
6469
|
catalog?: string;
|
|
6016
6470
|
/**
|
|
@@ -6066,7 +6520,7 @@ export interface DestinationConfig {
|
|
|
6066
6520
|
connectionType: string;
|
|
6067
6521
|
/**
|
|
6068
6522
|
* Field usage depends on `service` value:
|
|
6069
|
-
* - Service `adls`: Container to store delta table files
|
|
6523
|
+
* - Service `adls`: (Immutable) Container to store delta table files
|
|
6070
6524
|
* - Service `onelake`: Workspace name to store delta table files
|
|
6071
6525
|
*/
|
|
6072
6526
|
containerName?: string;
|
|
@@ -6111,6 +6565,13 @@ export interface DestinationConfig {
|
|
|
6111
6565
|
* - Service `sqlServerWarehouse`: Database name
|
|
6112
6566
|
*/
|
|
6113
6567
|
database?: string;
|
|
6568
|
+
/**
|
|
6569
|
+
* Field usage depends on `service` value:
|
|
6570
|
+
* - Service `adls`: Databricks Connection method. Default value: `Directly`.
|
|
6571
|
+
* - Service `newS3Datalake`: Databricks Connection method. Default value: `Directly`.
|
|
6572
|
+
* - Service `onelake`: Databricks Connection method. Default value: `Directly`.
|
|
6573
|
+
*/
|
|
6574
|
+
databricksConnectionType: string;
|
|
6114
6575
|
enableRemoteExecution: boolean;
|
|
6115
6576
|
/**
|
|
6116
6577
|
* Field usage depends on `service` value:
|
|
@@ -6157,7 +6618,10 @@ export interface DestinationConfig {
|
|
|
6157
6618
|
host?: string;
|
|
6158
6619
|
/**
|
|
6159
6620
|
* Field usage depends on `service` value:
|
|
6621
|
+
* - Service `adls`: HTTP path
|
|
6160
6622
|
* - Service `databricks`: HTTP path
|
|
6623
|
+
* - Service `newS3Datalake`: HTTP path
|
|
6624
|
+
* - Service `onelake`: HTTP path
|
|
6161
6625
|
*/
|
|
6162
6626
|
httpPath?: string;
|
|
6163
6627
|
/**
|
|
@@ -6177,7 +6641,12 @@ export interface DestinationConfig {
|
|
|
6177
6641
|
isRedshiftServerless: boolean;
|
|
6178
6642
|
/**
|
|
6179
6643
|
* Field usage depends on `service` value:
|
|
6180
|
-
* - Service `onelake`:
|
|
6644
|
+
* - Service `onelake`: (Immutable) OneLake lakehouse GUID
|
|
6645
|
+
*/
|
|
6646
|
+
lakehouseGuid?: string;
|
|
6647
|
+
/**
|
|
6648
|
+
* Field usage depends on `service` value:
|
|
6649
|
+
* - Service `onelake`: (Immutable) Name of your lakehouse
|
|
6181
6650
|
*/
|
|
6182
6651
|
lakehouseName?: string;
|
|
6183
6652
|
mskStsRegion?: string;
|
|
@@ -6188,12 +6657,18 @@ export interface DestinationConfig {
|
|
|
6188
6657
|
numOfPartitions: number;
|
|
6189
6658
|
/**
|
|
6190
6659
|
* Field usage depends on `service` value:
|
|
6660
|
+
* - Service `adls`: OAuth 2.0 client ID
|
|
6191
6661
|
* - Service `databricks`: OAuth 2.0 client ID
|
|
6662
|
+
* - Service `newS3Datalake`: OAuth 2.0 client ID
|
|
6663
|
+
* - Service `onelake`: OAuth 2.0 client ID
|
|
6192
6664
|
*/
|
|
6193
6665
|
oauth2ClientId?: string;
|
|
6194
6666
|
/**
|
|
6195
6667
|
* Field usage depends on `service` value:
|
|
6668
|
+
* - Service `adls`: OAuth 2.0 secret
|
|
6196
6669
|
* - Service `databricks`: OAuth 2.0 secret
|
|
6670
|
+
* - Service `newS3Datalake`: OAuth 2.0 secret
|
|
6671
|
+
* - Service `onelake`: OAuth 2.0 secret
|
|
6197
6672
|
*/
|
|
6198
6673
|
oauth2Secret?: string;
|
|
6199
6674
|
/**
|
|
@@ -6226,11 +6701,15 @@ export interface DestinationConfig {
|
|
|
6226
6701
|
password?: string;
|
|
6227
6702
|
/**
|
|
6228
6703
|
* Field usage depends on `service` value:
|
|
6704
|
+
* - Service `adls`: Personal access token
|
|
6229
6705
|
* - Service `databricks`: Personal access token
|
|
6706
|
+
* - Service `newS3Datalake`: Personal access token
|
|
6707
|
+
* - Service `onelake`: Personal access token
|
|
6230
6708
|
*/
|
|
6231
6709
|
personalAccessToken?: string;
|
|
6232
6710
|
/**
|
|
6233
6711
|
* Field usage depends on `service` value:
|
|
6712
|
+
* - Service `adls`: Server port number
|
|
6234
6713
|
* - Service `auroraPostgresWarehouse`: Server port number
|
|
6235
6714
|
* - Service `auroraWarehouse`: Server port number
|
|
6236
6715
|
* - Service `azurePostgresWarehouse`: Server port number
|
|
@@ -6242,6 +6721,8 @@ export interface DestinationConfig {
|
|
|
6242
6721
|
* - Service `mariaWarehouse`: Server port number
|
|
6243
6722
|
* - Service `mysqlRdsWarehouse`: Server port number
|
|
6244
6723
|
* - Service `mysqlWarehouse`: Server port number
|
|
6724
|
+
* - Service `newS3Datalake`: Server port number
|
|
6725
|
+
* - Service `onelake`: Server port number
|
|
6245
6726
|
* - Service `panoply`: Server port number
|
|
6246
6727
|
* - Service `periscopeWarehouse`: Server port number
|
|
6247
6728
|
* - Service `postgresGcpWarehouse`: Server port number
|
|
@@ -6255,9 +6736,9 @@ export interface DestinationConfig {
|
|
|
6255
6736
|
port: number;
|
|
6256
6737
|
/**
|
|
6257
6738
|
* Field usage depends on `service` value:
|
|
6258
|
-
* - Service `adls`: path/to/data within the container
|
|
6259
|
-
* - Service `newS3Datalake`: Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy
|
|
6260
|
-
* - Service `onelake`: path/to/data within your lakehouse inside the Files directory
|
|
6739
|
+
* - Service `adls`: (Immutable) path/to/data within the container
|
|
6740
|
+
* - Service `newS3Datalake`: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy
|
|
6741
|
+
* - Service `onelake`: (Immutable) path/to/data within your lakehouse inside the Files directory
|
|
6261
6742
|
*/
|
|
6262
6743
|
prefixPath?: string;
|
|
6263
6744
|
/**
|
|
@@ -6394,9 +6875,19 @@ export interface DestinationConfig {
|
|
|
6394
6875
|
securityProtocol: string;
|
|
6395
6876
|
/**
|
|
6396
6877
|
* Field usage depends on `service` value:
|
|
6878
|
+
* - Service `adls`: Server Host name
|
|
6397
6879
|
* - Service `databricks`: Server name
|
|
6880
|
+
* - Service `newS3Datalake`: Server host name
|
|
6881
|
+
* - Service `onelake`: Server Host name
|
|
6398
6882
|
*/
|
|
6399
6883
|
serverHostName?: string;
|
|
6884
|
+
/**
|
|
6885
|
+
* Field usage depends on `service` value:
|
|
6886
|
+
* - Service `adls`: Should maintain tables in Databricks
|
|
6887
|
+
* - Service `newS3Datalake`: Should maintain tables in Databricks
|
|
6888
|
+
* - Service `onelake`: Should maintain tables in Databricks
|
|
6889
|
+
*/
|
|
6890
|
+
shouldMaintainTablesInDatabricks: boolean;
|
|
6400
6891
|
/**
|
|
6401
6892
|
* Field usage depends on `service` value:
|
|
6402
6893
|
* - Service `adls`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
|
|
@@ -6408,8 +6899,8 @@ export interface DestinationConfig {
|
|
|
6408
6899
|
snowflakeRegion?: string;
|
|
6409
6900
|
/**
|
|
6410
6901
|
* Field usage depends on `service` value:
|
|
6411
|
-
* - Service `adls`: Storage account for Azure Data Lake Storage Gen2 name
|
|
6412
|
-
* - Service `onelake`: Storage account for Azure Data Lake Storage Gen2 name
|
|
6902
|
+
* - Service `adls`: (Immutable) Storage account for Azure Data Lake Storage Gen2 name
|
|
6903
|
+
* - Service `onelake`: (Immutable) Storage account for Azure Data Lake Storage Gen2 name
|
|
6413
6904
|
*/
|
|
6414
6905
|
storageAccountName?: string;
|
|
6415
6906
|
/**
|
|
@@ -6512,6 +7003,11 @@ export interface DestinationConfig {
|
|
|
6512
7003
|
* - Service `sqlServerWarehouse`: Database user name
|
|
6513
7004
|
*/
|
|
6514
7005
|
user?: string;
|
|
7006
|
+
/**
|
|
7007
|
+
* Field usage depends on `service` value:
|
|
7008
|
+
* - Service `onelake`: (Immutable) OneLake workspace GUID
|
|
7009
|
+
*/
|
|
7010
|
+
workspaceGuid?: string;
|
|
6515
7011
|
/**
|
|
6516
7012
|
* Field usage depends on `service` value:
|
|
6517
7013
|
* - Service `onelake`: OneLake workspace name
|
|
@@ -6699,6 +7195,7 @@ export interface GetConnectorConfig {
|
|
|
6699
7195
|
* Field usage depends on `service` value:
|
|
6700
7196
|
* - Service `gainsightCustomerSuccess`: The access key for API authentication.
|
|
6701
7197
|
* - Service `gongio`: Your Gongio Access key.
|
|
7198
|
+
* - Service `lineAds`: Your LINE Ads access key.
|
|
6702
7199
|
* - Service `planful`: Your Planful access key.
|
|
6703
7200
|
* - Service `retailnext`: Your RetailNext access key.
|
|
6704
7201
|
*/
|
|
@@ -6708,6 +7205,8 @@ export interface GetConnectorConfig {
|
|
|
6708
7205
|
* - Service `appsflyer`: Your AWS access key ID.
|
|
6709
7206
|
* - Service `awsCostReport`: Access Key ID
|
|
6710
7207
|
* - Service `checkout`: Your Checkout.com access key ID.
|
|
7208
|
+
* - Service `cloudtalk`: Your CloudTalk Access Key ID.
|
|
7209
|
+
* - Service `nice`: Your NICE access key ID.
|
|
6711
7210
|
* - Service `s3`: Access Key ID
|
|
6712
7211
|
* - Service `wasabiCloudStorage`: Access Key ID
|
|
6713
7212
|
*/
|
|
@@ -6716,7 +7215,9 @@ export interface GetConnectorConfig {
|
|
|
6716
7215
|
* Field usage depends on `service` value:
|
|
6717
7216
|
* - Service `awsCostReport`: Access Key Secret
|
|
6718
7217
|
* - Service `checkout`: Your Checkout.com access key secret.
|
|
7218
|
+
* - Service `cloudtalk`: Your CloudTalk Access Key Secret.
|
|
6719
7219
|
* - Service `gongio`: Your Gongio Access Key Secret.
|
|
7220
|
+
* - Service `nice`: Your NICE access key secret.
|
|
6720
7221
|
* - Service `s3`: Access Key Secret
|
|
6721
7222
|
* - Service `wasabiCloudStorage`: Access Key Secret
|
|
6722
7223
|
*/
|
|
@@ -6733,14 +7234,18 @@ export interface GetConnectorConfig {
|
|
|
6733
7234
|
* - Service `getfeedback`: Your GetFeedback Access token.
|
|
6734
7235
|
* - Service `gocardless`: Your GoCardless API token.
|
|
6735
7236
|
* - Service `ironclad`: Your Ironclad access token.
|
|
7237
|
+
* - Service `khorosMarketing`: Your Khoros Marketing access token.
|
|
6736
7238
|
* - Service `kustomer`: Your Kustomer API key.
|
|
6737
7239
|
* - Service `lattice`: Your Lattice API access token.
|
|
6738
7240
|
* - Service `launchdarkly`: Your LaunchDarkly access token.
|
|
7241
|
+
* - Service `leapCrm`: Your Leap CRM access token.
|
|
6739
7242
|
* - Service `nylas`: Your Nylas access_token.
|
|
6740
7243
|
* - Service `planhat`: Your Planhat access token.
|
|
6741
7244
|
* - Service `rollbar`: Your Rollbar Access Token.
|
|
6742
7245
|
* - Service `samsara`: Your Samsara API token.
|
|
6743
7246
|
* - Service `slab`: Your Slab API key.
|
|
7247
|
+
* - Service `stripe`: The Stripe API Restricted Key
|
|
7248
|
+
* - Service `stripeTest`: The Stripe API Restricted Key
|
|
6744
7249
|
* - Service `talkwalker`: Your Talkwalker access token.
|
|
6745
7250
|
* - Service `workable`: Your Workable Access Token.
|
|
6746
7251
|
* - Service `workramp`: Your WorkRamp access token.
|
|
@@ -6770,6 +7275,7 @@ export interface GetConnectorConfig {
|
|
|
6770
7275
|
* - Service `dear`: Your Dear Account ID.
|
|
6771
7276
|
* - Service `harvest`: Your Harvest Account ID.
|
|
6772
7277
|
* - Service `optimizely`: Your Optimizely account ID.
|
|
7278
|
+
* - Service `rokt`: Your Rokt account ID.
|
|
6773
7279
|
* - Service `udemyBusiness`: Your Udemy Business account ID.
|
|
6774
7280
|
*/
|
|
6775
7281
|
accountId: string;
|
|
@@ -6929,6 +7435,11 @@ export interface GetConnectorConfig {
|
|
|
6929
7435
|
* - Service `sqlServerSapEccHva`: The host address of the machine running the agent. Often the same as the DB host.
|
|
6930
7436
|
*/
|
|
6931
7437
|
agentHost: string;
|
|
7438
|
+
/**
|
|
7439
|
+
* Field usage depends on `service` value:
|
|
7440
|
+
* - Service `phoenixAds`: Your Phoenix Ads Agent ID.
|
|
7441
|
+
*/
|
|
7442
|
+
agentId: string;
|
|
6932
7443
|
/**
|
|
6933
7444
|
* Field usage depends on `service` value:
|
|
6934
7445
|
* - Service `oracleHva`: The home directory of the Oracle database.
|
|
@@ -7064,6 +7575,7 @@ export interface GetConnectorConfig {
|
|
|
7064
7575
|
api: string;
|
|
7065
7576
|
/**
|
|
7066
7577
|
* Field usage depends on `service` value:
|
|
7578
|
+
* - Service `flywheelDigital`: Your Flywheel Digital API access token.
|
|
7067
7579
|
* - Service `shopify`: API access token of your custom app.
|
|
7068
7580
|
* - Service `square`: The Square API access token of your application.
|
|
7069
7581
|
*/
|
|
@@ -7083,12 +7595,14 @@ export interface GetConnectorConfig {
|
|
|
7083
7595
|
* - Service `15five`: Your 15five API key.
|
|
7084
7596
|
* - Service `360learning`: Your 360Learning API Key.
|
|
7085
7597
|
* - Service `6sense`: Your 6sense API Key.
|
|
7598
|
+
* - Service `acculynx`: Your Acculynx API key.
|
|
7086
7599
|
* - Service `activecampaign`: Your ActiveCampaign API key.
|
|
7087
7600
|
* - Service `affinity`: Your Affinity API key.
|
|
7088
7601
|
* - Service `airtable`: API key of the Airtable account.
|
|
7089
7602
|
* - Service `algolia`: Your Algolia API key.
|
|
7090
7603
|
* - Service `anvyl`: Your Anvyl API key.
|
|
7091
7604
|
* - Service `appcues`: Your Appcues API key.
|
|
7605
|
+
* - Service `ashby`: Your Ashby API key.
|
|
7092
7606
|
* - Service `assembled`: Your Assembled API key.
|
|
7093
7607
|
* - Service `atlassianJiraAlign`: Your Jira Align API key.
|
|
7094
7608
|
* - Service `atlassianOpsGenie`: Your Opsgenie API key
|
|
@@ -7097,8 +7611,9 @@ export interface GetConnectorConfig {
|
|
|
7097
7611
|
* - Service `avantlink`: Your AvantLink API key.
|
|
7098
7612
|
* - Service `ballotready`: Your BallotReady API token.
|
|
7099
7613
|
* - Service `bamboohr`: Your API Key.
|
|
7100
|
-
* - Service `bazaarvoice`: Your Bazaarvoice
|
|
7614
|
+
* - Service `bazaarvoice`: Your Bazaarvoice API key.
|
|
7101
7615
|
* - Service `betterworks`: Your Betterworks API key.
|
|
7616
|
+
* - Service `bigmarker`: Your BigMarker API key.
|
|
7102
7617
|
* - Service `bizzabo`: Your Bizzabo API key.
|
|
7103
7618
|
* - Service `braveAds`: Your Brave Ads API key
|
|
7104
7619
|
* - Service `braze`: Your Braze API Key.
|
|
@@ -7117,6 +7632,8 @@ export interface GetConnectorConfig {
|
|
|
7117
7632
|
* - Service `cimis`: Your Cimis API key.
|
|
7118
7633
|
* - Service `circleci`: Your CircleCI API Key.
|
|
7119
7634
|
* - Service `clickup`: Your ClickUp API key.
|
|
7635
|
+
* - Service `clockify`: Your Clockify API key.
|
|
7636
|
+
* - Service `clockodo`: Your Clockodo API key.
|
|
7120
7637
|
* - Service `close`: Your Close API key.
|
|
7121
7638
|
* - Service `cloudbeds`: Your Cloudbeds API key.
|
|
7122
7639
|
* - Service `clubspeed`: Your Clubspeed API key.
|
|
@@ -7141,7 +7658,9 @@ export interface GetConnectorConfig {
|
|
|
7141
7658
|
* - Service `easypost`: Your EasyPost API Key.
|
|
7142
7659
|
* - Service `electronicTenantSolutions`: Your Electronic Tenant Solutions API key.
|
|
7143
7660
|
* - Service `eventsforce`: Your Eventsforce API secret key.
|
|
7661
|
+
* - Service `everflow`: Your Everflow API key.
|
|
7144
7662
|
* - Service `everhour`: Your Everhour API Token.
|
|
7663
|
+
* - Service `expensein`: Your ExpenseIn API key.
|
|
7145
7664
|
* - Service `factorial`: Your Factorial API key.
|
|
7146
7665
|
* - Service `firehydrant`: Your FireHydrant API key.
|
|
7147
7666
|
* - Service `float`: Your Float API key.
|
|
@@ -7187,8 +7706,12 @@ export interface GetConnectorConfig {
|
|
|
7187
7706
|
* - Service `linksquares`: Your LinkSquares API key.
|
|
7188
7707
|
* - Service `lob`: Your Lob API key.
|
|
7189
7708
|
* - Service `loop`: Your Loop API key.
|
|
7709
|
+
* - Service `lucca`: Your Lucca API key.
|
|
7190
7710
|
* - Service `luma`: Your Luma API key.
|
|
7711
|
+
* - Service `maileon`: Your Maileon API key.
|
|
7191
7712
|
* - Service `mailgun`: Your Mailgun API key.
|
|
7713
|
+
* - Service `mailjet`: Your Mailjet API key.
|
|
7714
|
+
* - Service `malomo`: Your Malomo API key.
|
|
7192
7715
|
* - Service `mambu`: Your Mambu API key.
|
|
7193
7716
|
* - Service `mandrill`: Your Mandrill API key.
|
|
7194
7717
|
* - Service `maxioChargify`: Enter Your API Key.
|
|
@@ -7201,16 +7724,19 @@ export interface GetConnectorConfig {
|
|
|
7201
7724
|
* - Service `ordway`: Your Ordway API key.
|
|
7202
7725
|
* - Service `ortto`: Your Ortto API key.
|
|
7203
7726
|
* - Service `pagerduty`: Your PagerDuty API key.
|
|
7727
|
+
* - Service `pandadoc`: Your PandaDoc API key.
|
|
7204
7728
|
* - Service `papershift`: Your Papershift API Key
|
|
7205
7729
|
* - Service `partnerize`: Your Partnerize user API key.
|
|
7206
7730
|
* - Service `persona`: Your Persona API key.
|
|
7207
7731
|
* - Service `picqer`: Your Picqer API key.
|
|
7732
|
+
* - Service `pigment`: Your Pigment API key.
|
|
7208
7733
|
* - Service `pinpoint`: Your Pinpoint API key.
|
|
7209
7734
|
* - Service `pipe17`: The Pipe17 API key.
|
|
7210
7735
|
* - Service `placerai`: Your Placer.ai API key.
|
|
7211
7736
|
* - Service `playvox`: Your Playvox API Key.
|
|
7212
7737
|
* - Service `posthog`: Your PostHog API key.
|
|
7213
7738
|
* - Service `prive`: Your Prive API key.
|
|
7739
|
+
* - Service `prosperstack`: Your ProsperStack API key.
|
|
7214
7740
|
* - Service `qualaroo`: Your Qualaroo API Key.
|
|
7215
7741
|
* - Service `quorum`: Your Quorum API key.
|
|
7216
7742
|
* - Service `reboundReturns`: Your ReBound Returns API key.
|
|
@@ -7224,6 +7750,7 @@ export interface GetConnectorConfig {
|
|
|
7224
7750
|
* - Service `rippling`: Your Rippling API key.
|
|
7225
7751
|
* - Service `rocketlane`: Your Rocketlane API key.
|
|
7226
7752
|
* - Service `rootly`: Your Rootly API key.
|
|
7753
|
+
* - Service `ruddr`: Your Ruddr API key.
|
|
7227
7754
|
* - Service `safebase`: Your SafeBase API key.
|
|
7228
7755
|
* - Service `sageHr`: Your Sage HR API key.
|
|
7229
7756
|
* - Service `sailthru`: The Sailthru API key.
|
|
@@ -7251,18 +7778,23 @@ export interface GetConnectorConfig {
|
|
|
7251
7778
|
* - Service `teamtailor`: Your Teamtailor API key.
|
|
7252
7779
|
* - Service `testrail`: Your TestRail API key.
|
|
7253
7780
|
* - Service `ticketTailor`: Your Ticket Tailor API key.
|
|
7254
|
-
* - Service `transcend`: Your Transcend API
|
|
7781
|
+
* - Service `transcend`: Your Transcend API key.
|
|
7255
7782
|
* - Service `trello`: Your TRELLO api key.
|
|
7783
|
+
* - Service `tripleWhale`: Your Triple Whale API key.
|
|
7256
7784
|
* - Service `uppromote`: Your UpPromote API key.
|
|
7257
7785
|
* - Service `veeqo`: Your Veeqo API key.
|
|
7786
|
+
* - Service `venminder`: Your Venminder API key.
|
|
7258
7787
|
* - Service `visitByGes`: Your Visit by GES API key.
|
|
7259
7788
|
* - Service `vitally`: Your Vitally API key.
|
|
7260
7789
|
* - Service `vonage`: Your Vonage API Key.
|
|
7261
7790
|
* - Service `vts`: Your VTS API key.
|
|
7262
7791
|
* - Service `webconnex`: Your Webconnex API key.
|
|
7792
|
+
* - Service `wickedReports`: Your Wicked Reports API key.
|
|
7793
|
+
* - Service `workleapOfficevibe`: Your Workleap Officevibe API key.
|
|
7263
7794
|
* - Service `xsolla`: Your Xsolla API key.
|
|
7264
7795
|
* - Service `yougovSport`: Your Yougov Sport API key.
|
|
7265
7796
|
* - Service `zingtree`: Your Zingtree API key.
|
|
7797
|
+
* - Service `zip`: Your Zip API key.
|
|
7266
7798
|
*/
|
|
7267
7799
|
apiKey: string;
|
|
7268
7800
|
/**
|
|
@@ -7285,6 +7817,11 @@ export interface GetConnectorConfig {
|
|
|
7285
7817
|
* - Service `marketo`: Allowed number of API requests to Marketo instance per day, the default value is 10000.
|
|
7286
7818
|
*/
|
|
7287
7819
|
apiQuota: number;
|
|
7820
|
+
/**
|
|
7821
|
+
* Field usage depends on `service` value:
|
|
7822
|
+
* - Service `theMovieDatabase`: Your The Movie Database API read access token.
|
|
7823
|
+
*/
|
|
7824
|
+
apiReadAccessToken: string;
|
|
7288
7825
|
/**
|
|
7289
7826
|
* Field usage depends on `service` value:
|
|
7290
7827
|
* - Service `qualtrics`: Allowed number of API requests to Qualtrics per minute, the default value is 2000. Maximum allowed number is 3000 because brands may make up to 3000 API requests per minute across all of its API calls.
|
|
@@ -7295,11 +7832,12 @@ export interface GetConnectorConfig {
|
|
|
7295
7832
|
* - Service `confluentCloud`: API Secret
|
|
7296
7833
|
* - Service `forjCommunity`: Your Forj Community API secret.
|
|
7297
7834
|
* - Service `friendbuy`: Your Friendbuy API secret.
|
|
7298
|
-
* - Service `justcall`: Your JustCall API
|
|
7835
|
+
* - Service `justcall`: Your JustCall API secret.
|
|
7299
7836
|
* - Service `liftoff`: Your Liftoff API secret.
|
|
7300
7837
|
* - Service `mixpanel`: Mixpanel API Secret.
|
|
7301
7838
|
* - Service `qualaroo`: Your Qualaroo API Secret.
|
|
7302
7839
|
* - Service `sailthru`: The Sailthru API secret.
|
|
7840
|
+
* - Service `shareasale`: Your ShareASale API secret.
|
|
7303
7841
|
* - Service `vonage`: Your Vonage API Secret.
|
|
7304
7842
|
*/
|
|
7305
7843
|
apiSecret: string;
|
|
@@ -7319,12 +7857,14 @@ export interface GetConnectorConfig {
|
|
|
7319
7857
|
* - Service `aircall`: Your Aircall API Token.
|
|
7320
7858
|
* - Service `appsflyer`: API Token for AppsFlyer's PULL API.
|
|
7321
7859
|
* - Service `awin`: Your Awin API Token.
|
|
7860
|
+
* - Service `backbonePlm`: Your Backbone PLM API token.
|
|
7322
7861
|
* - Service `brex`: Your Brex API token
|
|
7323
7862
|
* - Service `buildkite`: Your Buildkite API token.
|
|
7324
7863
|
* - Service `buzzsprout`: Your Buzzsprout API token.
|
|
7325
|
-
* - Service `centra`: Your Centra API
|
|
7864
|
+
* - Service `centra`: Your Centra API token.
|
|
7326
7865
|
* - Service `chameleon`: Your Chameleon API token.
|
|
7327
7866
|
* - Service `clari`: Your Clari API token.
|
|
7867
|
+
* - Service `cloudflareAnalytics`: Your Cloudflare Analytics API token.
|
|
7328
7868
|
* - Service `confluence`: The Confluence API token.
|
|
7329
7869
|
* - Service `dixa`: Your Dixa API token.
|
|
7330
7870
|
* - Service `drip`: Your Drip API Token.
|
|
@@ -7343,6 +7883,7 @@ export interface GetConnectorConfig {
|
|
|
7343
7883
|
* - Service `mixmax`: Mixmax API token.
|
|
7344
7884
|
* - Service `okta`: Your Okta API token.
|
|
7345
7885
|
* - Service `ordway`: Your Ordway API token.
|
|
7886
|
+
* - Service `packiyo`: Your Packiyo API token.
|
|
7346
7887
|
* - Service `pipedrive`: (Optional)Your Pipedrive personal API token
|
|
7347
7888
|
* - Service `pivotalTracker`: Pivotal Tracker API token.
|
|
7348
7889
|
* - Service `postmark`: Your Postmark account API token.
|
|
@@ -7353,9 +7894,11 @@ export interface GetConnectorConfig {
|
|
|
7353
7894
|
* - Service `referralhero`: Your Referralhero API token.
|
|
7354
7895
|
* - Service `resourceManagementBySmartsheet`: Your Resource Management by Smartsheet API token.
|
|
7355
7896
|
* - Service `retently`: Your Retently API token.
|
|
7897
|
+
* - Service `reviewsai`: Your REVIEWS.ai API token.
|
|
7356
7898
|
* - Service `rundeck`: Your Rundeck API token.
|
|
7357
7899
|
* - Service `safetyculture`: Your SafetyCulture API token.
|
|
7358
7900
|
* - Service `sensorTower`: Your Sensor Tower API token.
|
|
7901
|
+
* - Service `sentry`: Your Sentry auth token.
|
|
7359
7902
|
* - Service `simplecast`: Your Simplecast API token.
|
|
7360
7903
|
* - Service `snyk`: Your Snyk API token.
|
|
7361
7904
|
* - Service `textus`: Your TextUs API token.
|
|
@@ -7374,6 +7917,11 @@ export interface GetConnectorConfig {
|
|
|
7374
7917
|
* - Service `braze`: Your Braze API URL.
|
|
7375
7918
|
*/
|
|
7376
7919
|
apiUrl: string;
|
|
7920
|
+
/**
|
|
7921
|
+
* Field usage depends on `service` value:
|
|
7922
|
+
* - Service `amazonDsp`: Your Amazon DSP API URL region.
|
|
7923
|
+
*/
|
|
7924
|
+
apiUrlRegion: string;
|
|
7377
7925
|
/**
|
|
7378
7926
|
* Field usage depends on `service` value:
|
|
7379
7927
|
* - Service `zendesk`: Maximum Zendesk Api Usage allowed
|
|
@@ -7403,6 +7951,7 @@ export interface GetConnectorConfig {
|
|
|
7403
7951
|
* Field usage depends on `service` value:
|
|
7404
7952
|
* - Service `churnkey`: Your Churnkey APP ID.
|
|
7405
7953
|
* - Service `openExchangeRates`: Your Open Exchange Rates App Id.
|
|
7954
|
+
* - Service `rokt`: Your Rokt app ID.
|
|
7406
7955
|
*/
|
|
7407
7956
|
appId: string;
|
|
7408
7957
|
/**
|
|
@@ -7427,6 +7976,11 @@ export interface GetConnectorConfig {
|
|
|
7427
7976
|
* - Service `brightpearl`: Your Brightpearl app reference.
|
|
7428
7977
|
*/
|
|
7429
7978
|
appReference: string;
|
|
7979
|
+
/**
|
|
7980
|
+
* Field usage depends on `service` value:
|
|
7981
|
+
* - Service `rokt`: Your Rokt app secret.
|
|
7982
|
+
*/
|
|
7983
|
+
appSecret: string;
|
|
7430
7984
|
appSecretToken: string;
|
|
7431
7985
|
/**
|
|
7432
7986
|
* Field usage depends on `service` value:
|
|
@@ -7457,6 +8011,7 @@ export interface GetConnectorConfig {
|
|
|
7457
8011
|
/**
|
|
7458
8012
|
* Field usage depends on `service` value:
|
|
7459
8013
|
* - Service `algolia`: Your Algolia application ID.
|
|
8014
|
+
* - Service `xactly`: Your Xactly Application ID.
|
|
7460
8015
|
*/
|
|
7461
8016
|
applicationId: string;
|
|
7462
8017
|
/**
|
|
@@ -7558,6 +8113,7 @@ export interface GetConnectorConfig {
|
|
|
7558
8113
|
audience: string;
|
|
7559
8114
|
/**
|
|
7560
8115
|
* Field usage depends on `service` value:
|
|
8116
|
+
* - Service `databricksDb`: Token-based authentication type
|
|
7561
8117
|
* - Service `redshiftDb`: Password-based authentication type
|
|
7562
8118
|
* - Service `snowflakeDb`: Password-based or key-based authentication type
|
|
7563
8119
|
*/
|
|
@@ -7574,8 +8130,16 @@ export interface GetConnectorConfig {
|
|
|
7574
8130
|
authEnvironment: string;
|
|
7575
8131
|
/**
|
|
7576
8132
|
* Field usage depends on `service` value:
|
|
8133
|
+
* - Service `auroraPostgres`: Database authentication method
|
|
8134
|
+
* - Service `azurePostgres`: Database authentication method
|
|
7577
8135
|
* - Service `azureSqlDb`: Authentication Method.
|
|
7578
8136
|
* - Service `azureSqlManagedDb`: Authentication Method.
|
|
8137
|
+
* - Service `googleCloudPostgresql`: Database authentication method
|
|
8138
|
+
* - Service `herokuPostgres`: Database authentication method
|
|
8139
|
+
* - Service `postgres`: Database authentication method
|
|
8140
|
+
* - Service `postgresRds`: Database authentication method
|
|
8141
|
+
* - Service `sqlServerHva`: Authentication Method
|
|
8142
|
+
* - Service `sqlServerSapEccHva`: Authentication Method
|
|
7579
8143
|
* - Service `webhooks`: The authentication mechanism you want to use
|
|
7580
8144
|
*/
|
|
7581
8145
|
authMethod: string;
|
|
@@ -7607,6 +8171,11 @@ export interface GetConnectorConfig {
|
|
|
7607
8171
|
* - Service `wasabiCloudStorage`: The Wasabi Cloud Storage Access approach. Required for connector creation. Default value: `ACCESS_KEY`.
|
|
7608
8172
|
*/
|
|
7609
8173
|
authType: string;
|
|
8174
|
+
/**
|
|
8175
|
+
* Field usage depends on `service` value:
|
|
8176
|
+
* - Service `amazonDsp`: Your Amazon DSP auth grant URL region.
|
|
8177
|
+
*/
|
|
8178
|
+
authUrlRegion: string;
|
|
7610
8179
|
/**
|
|
7611
8180
|
* Field usage depends on `service` value:
|
|
7612
8181
|
* - Service `adobeAnalytics`: Authentication Method
|
|
@@ -7614,6 +8183,11 @@ export interface GetConnectorConfig {
|
|
|
7614
8183
|
* - Service `esSelfHosted`: The authentication method used to connect to your cluster.
|
|
7615
8184
|
* - Service `opendistro`: The authentication method used to connect to your cluster.
|
|
7616
8185
|
* - Service `opensearch`: The authentication method used to connect to your cluster.
|
|
8186
|
+
* - Service `oracleFusionCloudAppsCrm`: The Oracle Fusion Cloud authentication method.
|
|
8187
|
+
* - Service `oracleFusionCloudAppsFscm`: The Oracle Fusion Cloud authentication method.
|
|
8188
|
+
* - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud authentication method.
|
|
8189
|
+
* - Service `salesforce`: (Optional) Authentication type (default value = `STANDARD`)
|
|
8190
|
+
* - Service `salesforceSandbox`: (Optional) Authentication type (default value = `STANDARD`)
|
|
7617
8191
|
*/
|
|
7618
8192
|
authenticationMethod: string;
|
|
7619
8193
|
authorizationMethod: string;
|
|
@@ -7624,6 +8198,11 @@ export interface GetConnectorConfig {
|
|
|
7624
8198
|
awsRegionCode: string;
|
|
7625
8199
|
backintConfigurationPath: string;
|
|
7626
8200
|
backintExecutablePath: string;
|
|
8201
|
+
/**
|
|
8202
|
+
* Field usage depends on `service` value:
|
|
8203
|
+
* - Service `zendesk`: Limit of the Historical Sync Time for selected tables
|
|
8204
|
+
*/
|
|
8205
|
+
backwardSyncLimit: string;
|
|
7627
8206
|
/**
|
|
7628
8207
|
* Field usage depends on `service` value:
|
|
7629
8208
|
* - Service `openExchangeRates`: Your Open Exchange Rates Base Currency.
|
|
@@ -7642,21 +8221,28 @@ export interface GetConnectorConfig {
|
|
|
7642
8221
|
/**
|
|
7643
8222
|
* Field usage depends on `service` value:
|
|
7644
8223
|
* - Service `aha`: Your Aha! subdomain.
|
|
8224
|
+
* - Service `akeneo`: Your Akeneo base URL.
|
|
7645
8225
|
* - Service `billingPlatform`: Your BillingPlatform subdomain.
|
|
7646
8226
|
* - Service `boostr`: Your Boostr base URL.
|
|
7647
8227
|
* - Service `brex`: Your Brex Base URL
|
|
7648
|
-
* - Service `centra`: Your Centra
|
|
8228
|
+
* - Service `centra`: Your Centra base URL.
|
|
8229
|
+
* - Service `cornerstone`: Your Cornerstone base URL.
|
|
7649
8230
|
* - Service `cultureAmp`: Your Culture Amp base URL.
|
|
8231
|
+
* - Service `datadog`: Your Datadog base url.
|
|
8232
|
+
* - Service `factbird`: Your Factbird base url.
|
|
8233
|
+
* - Service `fillout`: Your Fillout Base URL.
|
|
7650
8234
|
* - Service `financialForce`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
|
|
7651
8235
|
* - Service `freshsales`: Your Freshsales product.
|
|
7652
8236
|
* - Service `gongio`: Your Gong API Base URL.
|
|
7653
8237
|
* - Service `ironclad`: Your Ironclad base url.
|
|
7654
8238
|
* - Service `jotform`: Your Jotform base URL.
|
|
7655
8239
|
* - Service `mailgun`: Your Mailgun base URL.
|
|
8240
|
+
* - Service `nice`: Your NICE base URL.
|
|
7656
8241
|
* - Service `ortto`: Your Ortto base URL. Possible values: `api`, `api.au`, `api.eu`.
|
|
7657
8242
|
* - Service `prismaCloud`: Your Prisma Cloud admin console URL.
|
|
7658
8243
|
* - Service `salesforce`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
|
|
7659
8244
|
* - Service `salesforceSandbox`: (Optional) The custom Salesforce domain. Make sure that the `baseUrl` starts with `https://`.
|
|
8245
|
+
* - Service `stickyio`: Your sticky.io base URL .
|
|
7660
8246
|
* - Service `veevavault`: Your Veeva Vault base URL.
|
|
7661
8247
|
* - Service `vitally`: Your Vitally base URL.
|
|
7662
8248
|
*/
|
|
@@ -7734,6 +8320,11 @@ export interface GetConnectorConfig {
|
|
|
7734
8320
|
* - Service `birdeye`: Your Birdeye Business ID.
|
|
7735
8321
|
*/
|
|
7736
8322
|
businessId: string;
|
|
8323
|
+
/**
|
|
8324
|
+
* Field usage depends on `service` value:
|
|
8325
|
+
* - Service `deposco`: Your Deposco business unit.
|
|
8326
|
+
*/
|
|
8327
|
+
businessUnit: string;
|
|
7737
8328
|
/**
|
|
7738
8329
|
* Field usage depends on `service` value:
|
|
7739
8330
|
* - Service `pardot`: Business Unit Id
|
|
@@ -7748,6 +8339,8 @@ export interface GetConnectorConfig {
|
|
|
7748
8339
|
* Field usage depends on `service` value:
|
|
7749
8340
|
* - Service `anaplan`: The contents of your PEM certificate file. Must be populated if `authMode` is set to `Certificate`.
|
|
7750
8341
|
* - Service `qualtrics`: Your Client Certificate
|
|
8342
|
+
* - Service `salesforce`: Provide content of the `.pem` certificate (only when authenticationMethod = `ADVANCED`).
|
|
8343
|
+
* - Service `salesforceSandbox`: Provide content of the `.pem` certificate (only when authenticationMethod = `ADVANCED`).
|
|
7751
8344
|
*/
|
|
7752
8345
|
certificate: string;
|
|
7753
8346
|
/**
|
|
@@ -7781,37 +8374,55 @@ export interface GetConnectorConfig {
|
|
|
7781
8374
|
* - Service `adobeWorkfront`: Your Adobe Workfront client ID.
|
|
7782
8375
|
* - Service `adpWorkforceNow`: Your ADP Client ID.
|
|
7783
8376
|
* - Service `akamai`: Your Akamai client ID.
|
|
8377
|
+
* - Service `akeneo`: Your Akeneo client ID.
|
|
7784
8378
|
* - Service `auth0`: Your Auth0 client ID.
|
|
8379
|
+
* - Service `autodeskBim360`: Your Autodesk BIM 360 client ID.
|
|
8380
|
+
* - Service `biginByZohoCrm`: Your Bigin by Zoho CRM Client Id
|
|
7785
8381
|
* - Service `billingPlatform`: Your BillingPlatform client ID.
|
|
8382
|
+
* - Service `bingWebmasterTools`: Your Bing Webmaster Tools client ID.
|
|
7786
8383
|
* - Service `brightcove`: Your Brightcove client ID.
|
|
7787
|
-
* - Service `brightpearl`: Your Brightpearl client
|
|
8384
|
+
* - Service `brightpearl`: Your Brightpearl client ID.
|
|
7788
8385
|
* - Service `buildium`: Your Buildium API client ID.
|
|
7789
8386
|
* - Service `canvasByInstructure`: Your Canvas by Instructure client ID.
|
|
8387
|
+
* - Service `canvasData2ByInstructure`: Your Canvas Data 2 by Instructure client ID.
|
|
7790
8388
|
* - Service `castorEdc`: Your Castor EDC client Id.
|
|
8389
|
+
* - Service `clazar`: Your Clazar client ID.
|
|
8390
|
+
* - Service `cloudbeds`: Your Cloudbeds client ID.
|
|
7791
8391
|
* - Service `commercetools`: Your commercetools client ID.
|
|
7792
8392
|
* - Service `concur`: The SAP Concur Client ID.
|
|
8393
|
+
* - Service `constantContact`: Your Constant Contact client ID.
|
|
8394
|
+
* - Service `cornerstone`: Your Cornerstone client ID.
|
|
7793
8395
|
* - Service `coupa`: Your Coupa clientId
|
|
7794
8396
|
* - Service `criteo`: Your Criteo Client ID.
|
|
7795
8397
|
* - Service `criteoRetailMedia`: Your Criteo Retail Media client ID.
|
|
7796
8398
|
* - Service `cultureAmp`: Your Culture Amp client ID.
|
|
7797
8399
|
* - Service `cvent`: Your Cvent client ID.
|
|
7798
8400
|
* - Service `d2lBrightspace`: Your D2L Brightspace client ID.
|
|
8401
|
+
* - Service `dialpad`: Your Dialpad client ID.
|
|
7799
8402
|
* - Service `ebay`: Your eBay app ID.
|
|
7800
8403
|
* - Service `exactOnline`: Your Exact Online client ID.
|
|
8404
|
+
* - Service `fillout`: Your Fillout client ID.
|
|
7801
8405
|
* - Service `flexport`: The Flexport API Key.
|
|
8406
|
+
* - Service `formstack`: Your Formstack client ID.
|
|
7802
8407
|
* - Service `genesys`: Your Genesys client ID.
|
|
7803
8408
|
* - Service `hanaSapHvaEccNetweaver`: Three-digit (000-999) identifier of the SAP client, which is sent to an AS ABAP upon logon.
|
|
7804
8409
|
* - Service `hanaSapHvaS4Netweaver`: Three-digit (000-999) identifier of the SAP client, which is sent to an AS ABAP upon logon.
|
|
8410
|
+
* - Service `hiltiOntrack`: Your Hilti On!Track client ID.
|
|
7805
8411
|
* - Service `ilevel`: Your iLevel Client ID.
|
|
7806
8412
|
* - Service `instructure`: Your Instructure client ID.
|
|
7807
8413
|
* - Service `integralAdScience`: Your integralAdScience client id.
|
|
8414
|
+
* - Service `ironclad`: Your Ironclad client ID.
|
|
7808
8415
|
* - Service `jamaSoftware`: Your Jama Software client ID.
|
|
8416
|
+
* - Service `jibble`: Your Jibble client ID.
|
|
8417
|
+
* - Service `khorosCommunities`: Your Khoros Communities client ID.
|
|
7809
8418
|
* - Service `lookerSource`: Your Looker Client ID.
|
|
7810
8419
|
* - Service `marketo`: Marketo REST API Client Id.
|
|
7811
8420
|
* - Service `medallia`: Medallia Client ID
|
|
7812
8421
|
* - Service `microsoftEntraId`: Your Microsoft Entra ID Client ID.
|
|
8422
|
+
* - Service `microsoftPowerBi`: Your Microsoft Power BI client ID.
|
|
7813
8423
|
* - Service `microsoftTeams`: Your Microsoft Teams Client ID.
|
|
7814
8424
|
* - Service `navan`: Your Navan client ID.
|
|
8425
|
+
* - Service `nice`: Your NICE client ID.
|
|
7815
8426
|
* - Service `on24`: Your ON24 client ID.
|
|
7816
8427
|
* - Service `oracleSapHvaNetweaver`: Three-digit (000-999) identifier of the SAP client, which is sent to an AS ABAP upon logon.
|
|
7817
8428
|
* - Service `paychex`: Your Paychex client ID.
|
|
@@ -7828,6 +8439,7 @@ export interface GetConnectorConfig {
|
|
|
7828
8439
|
* - Service `salesforceCommerceCloud`: The Salesforce Commerce Cloud Client ID.
|
|
7829
8440
|
* - Service `salesforceMarketingCloud`: The Salesforce Marketing Cloud client ID.
|
|
7830
8441
|
* - Service `salesloft`: `Client ID` of your Salesloft client application.
|
|
8442
|
+
* - Service `sana`: Your Sana client ID.
|
|
7831
8443
|
* - Service `sapSuccessFactors`: Your SAP SuccessFactors Client ID.
|
|
7832
8444
|
* - Service `servicenow`: ServiceNow Client ID.
|
|
7833
8445
|
* - Service `servicetitan`: Your ServiceTitan client ID.
|
|
@@ -7835,17 +8447,22 @@ export interface GetConnectorConfig {
|
|
|
7835
8447
|
* - Service `shipnetwork`: Your ShipNetwork client ID.
|
|
7836
8448
|
* - Service `sigmaComputingSource`: Your Sigma Computing client ID.
|
|
7837
8449
|
* - Service `skillstx`: Your SkillsTX client ID.
|
|
8450
|
+
* - Service `skimlinks`: Your Skimlinks client ID.
|
|
7838
8451
|
* - Service `smartrecruiters`: Your SmartRecruiters client ID.
|
|
7839
8452
|
* - Service `splash`: Your Splash client ID.
|
|
7840
8453
|
* - Service `square`: The Application ID of your organization.
|
|
7841
8454
|
* - Service `standardMetrics`: Your Standard Metrics Client ID.
|
|
8455
|
+
* - Service `sugarcrm`: Your SugarCRM client ID.
|
|
7842
8456
|
* - Service `swoogo`: Your Swoogo client Id.
|
|
7843
8457
|
* - Service `taboola`: The Taboola client ID.
|
|
7844
8458
|
* - Service `talkdesk`: The Client ID of your OAuth Client
|
|
8459
|
+
* - Service `tive`: Your Tive client ID.
|
|
7845
8460
|
* - Service `toast`: Your Toast client ID.
|
|
7846
8461
|
* - Service `trelica`: Your Trelica client ID.
|
|
8462
|
+
* - Service `tremendous`: Your Tremendous client ID.
|
|
7847
8463
|
* - Service `tymeshift`: Your Tymeshift email.
|
|
7848
8464
|
* - Service `udemyBusiness`: Your Udemy Business client ID.
|
|
8465
|
+
* - Service `vimeo`: Your Vimeo client ID.
|
|
7849
8466
|
* - Service `visma`: Your Visma client ID.
|
|
7850
8467
|
* - Service `vonageContactCenter`: Your Vonage Contact Center client ID.
|
|
7851
8468
|
* - Service `walmartMarketplace`: Your Walmart Marketplace client ID.
|
|
@@ -7906,34 +8523,50 @@ export interface GetConnectorConfig {
|
|
|
7906
8523
|
* - Service `adobeWorkfront`: Your Adobe Workfront client secret.
|
|
7907
8524
|
* - Service `adpWorkforceNow`: Your ADP Client Secret.
|
|
7908
8525
|
* - Service `akamai`: Your Akamai client secret.
|
|
7909
|
-
* - Service `
|
|
8526
|
+
* - Service `akeneo`: Your Akeneo client secret.
|
|
8527
|
+
* - Service `auth0`: Your Auth0 client secret.
|
|
8528
|
+
* - Service `autodeskBim360`: Your Autodesk BIM 360 client secret.
|
|
8529
|
+
* - Service `biginByZohoCrm`: Your Bigin by Zoho CRM Client Secret
|
|
7910
8530
|
* - Service `billingPlatform`: Your BillingPlatform client secret.
|
|
8531
|
+
* - Service `bingWebmasterTools`: Your Bing Webmaster Tools client secret.
|
|
7911
8532
|
* - Service `brightcove`: Your Brightcove client secret.
|
|
7912
8533
|
* - Service `brightpearl`: Your Brightpearl client secret.
|
|
7913
8534
|
* - Service `canvasByInstructure`: Your Canvas by Instructure client secret.
|
|
7914
8535
|
* - Service `castorEdc`: Your Castor EDC Client Secret.
|
|
8536
|
+
* - Service `clazar`: Your Clazar client secret.
|
|
8537
|
+
* - Service `cloudbeds`: Your Cloudbeds client secret.
|
|
7915
8538
|
* - Service `commercetools`: Your commercetools client secret.
|
|
7916
8539
|
* - Service `concur`: The SAP Concur Client secret.
|
|
8540
|
+
* - Service `constantContact`: Your Constant Contact client secret.
|
|
8541
|
+
* - Service `cornerstone`: Your Cornerstone client secret.
|
|
7917
8542
|
* - Service `coupa`: Your Coupa clientId
|
|
7918
8543
|
* - Service `criteo`: Your Criteo client secret key.
|
|
7919
|
-
* - Service `criteoRetailMedia`: Your Criteo Retail Media client
|
|
8544
|
+
* - Service `criteoRetailMedia`: Your Criteo Retail Media client secret.
|
|
7920
8545
|
* - Service `cultureAmp`: Your Culture Amp client secret.
|
|
7921
8546
|
* - Service `cvent`: Your Cvent client secret.
|
|
7922
8547
|
* - Service `d2lBrightspace`: Your D2L Brightspace client secret.
|
|
8548
|
+
* - Service `dialpad`: Your Dialpad client secret.
|
|
7923
8549
|
* - Service `ebay`: Your eBay cert ID.
|
|
7924
8550
|
* - Service `exactOnline`: Your Exact Online client secret.
|
|
8551
|
+
* - Service `fillout`: Your Fillout client secret
|
|
7925
8552
|
* - Service `flexport`: The Flexport API Secret.
|
|
8553
|
+
* - Service `formstack`: Your Formstack client secret.
|
|
7926
8554
|
* - Service `genesys`: Your Genesys client secret.
|
|
8555
|
+
* - Service `hiltiOntrack`: Your Hilti On!Track client secret.
|
|
7927
8556
|
* - Service `ilevel`: Your iLevel Client Secret.
|
|
7928
8557
|
* - Service `instructure`: Your Instructure client secret.
|
|
7929
8558
|
* - Service `integralAdScience`: Your integralAdScience client secret.
|
|
8559
|
+
* - Service `ironclad`: Your Ironclad client secret.
|
|
7930
8560
|
* - Service `jamaSoftware`: Your Jama Software client secret.
|
|
8561
|
+
* - Service `jibble`: Your Jibble client secret.
|
|
7931
8562
|
* - Service `lookerSource`: Your Looker Client Secret.
|
|
7932
8563
|
* - Service `marketo`: Marketo REST API Client Secret.
|
|
7933
8564
|
* - Service `medallia`: Medallia Client Secret key
|
|
7934
8565
|
* - Service `microsoftEntraId`: Your Microsoft Entra ID Client Secret.
|
|
8566
|
+
* - Service `microsoftPowerBi`: Your Microsoft Power BI client secret.
|
|
7935
8567
|
* - Service `microsoftTeams`: Your Microsoft Teams Client Secret.
|
|
7936
8568
|
* - Service `navan`: Your Navan client secret.
|
|
8569
|
+
* - Service `nice`: Your NICE client secret.
|
|
7937
8570
|
* - Service `paychex`: Your Paychex client secret.
|
|
7938
8571
|
* - Service `personio`: Your Personio secret.
|
|
7939
8572
|
* - Service `piwikPro`: Your Piwik PRO client secret.
|
|
@@ -7946,24 +8579,30 @@ export interface GetConnectorConfig {
|
|
|
7946
8579
|
* - Service `salesforceCommerceCloud`: The Salesforce Commerce Cloud Client secret.
|
|
7947
8580
|
* - Service `salesforceMarketingCloud`: The Salesforce Marketing Cloud client secret.
|
|
7948
8581
|
* - Service `salesloft`: `Client Secret` of your Salesloft client application.
|
|
8582
|
+
* - Service `sana`: Your Sana client secret.
|
|
7949
8583
|
* - Service `sapSuccessFactors`: Your SAP SuccessFactors Client Secret that you generated through SAML Assertion.
|
|
7950
8584
|
* - Service `servicenow`: ServiceNow Client Secret.
|
|
7951
8585
|
* - Service `servicetitan`: Your ServiceTitan secret key.
|
|
7952
8586
|
* - Service `sharetribe`: Your Sharetribe client secret.
|
|
7953
8587
|
* - Service `sigmaComputingSource`: Your Sigma Computing client secret.
|
|
7954
8588
|
* - Service `skillstx`: Your SkillsTX client secret.
|
|
8589
|
+
* - Service `skimlinks`: Your Skimlinks client secret.
|
|
7955
8590
|
* - Service `smartrecruiters`: Your SmartRecruiters client secret.
|
|
7956
8591
|
* - Service `splash`: Your Splash client secret.
|
|
7957
8592
|
* - Service `square`: The Application Secret of your organization.
|
|
7958
8593
|
* - Service `standardMetrics`: Your Standard Metrics Client secret.
|
|
8594
|
+
* - Service `sugarcrm`: Your SugarCRM client secret.
|
|
7959
8595
|
* - Service `swoogo`: Your Swoogo Client Secret.
|
|
7960
8596
|
* - Service `taboola`: The Taboola client secret.
|
|
7961
8597
|
* - Service `talkdesk`: The Client Secret of your OAuth Client
|
|
7962
8598
|
* - Service `thinkific`: Your Thinkific client secret.
|
|
8599
|
+
* - Service `tive`: Your Tive client secret.
|
|
7963
8600
|
* - Service `toast`: Your Toast client secret.
|
|
7964
8601
|
* - Service `trelica`: Your Trelica client secret.
|
|
8602
|
+
* - Service `tremendous`: Your Tremendous client secret.
|
|
7965
8603
|
* - Service `tymeshift`: Your Tymeshift password.
|
|
7966
8604
|
* - Service `udemyBusiness`: Your Udemy Business client secret.
|
|
8605
|
+
* - Service `vimeo`: Your Vimeo client secret.
|
|
7967
8606
|
* - Service `visma`: Your Visma client secret.
|
|
7968
8607
|
* - Service `vonageContactCenter`: Your Vonage Contact Center client secret.
|
|
7969
8608
|
* - Service `walmartMarketplace`: Your Walmart Marketplace client secret.
|
|
@@ -7993,6 +8632,16 @@ export interface GetConnectorConfig {
|
|
|
7993
8632
|
* - Service `doubleClickPublishers`: Columns provide all trafficking statistics and revenue information available for the chosen Dimensions.
|
|
7994
8633
|
*/
|
|
7995
8634
|
columns: string[];
|
|
8635
|
+
/**
|
|
8636
|
+
* Field usage depends on `service` value:
|
|
8637
|
+
* - Service `khorosCommunities`: Your Khoros Communities community domain.
|
|
8638
|
+
*/
|
|
8639
|
+
communityDomain: string;
|
|
8640
|
+
/**
|
|
8641
|
+
* Field usage depends on `service` value:
|
|
8642
|
+
* - Service `khorosCommunities`: Your Khoros Communities community ID.
|
|
8643
|
+
*/
|
|
8644
|
+
communityId: string;
|
|
7996
8645
|
/**
|
|
7997
8646
|
* Field usage depends on `service` value:
|
|
7998
8647
|
* - Service `businessCentral`: List of companies to sync
|
|
@@ -8021,6 +8670,11 @@ export interface GetConnectorConfig {
|
|
|
8021
8670
|
* - Service `upland`: Your Upland Software Company Key.
|
|
8022
8671
|
*/
|
|
8023
8672
|
companyKey: string;
|
|
8673
|
+
/**
|
|
8674
|
+
* Field usage depends on `service` value:
|
|
8675
|
+
* - Service `clockodo`: Your Clockodo company name.
|
|
8676
|
+
*/
|
|
8677
|
+
companyName: string;
|
|
8024
8678
|
/**
|
|
8025
8679
|
* Field usage depends on `service` value:
|
|
8026
8680
|
* - Service `concur`: The SAP Concur Company Request Token
|
|
@@ -8064,6 +8718,16 @@ export interface GetConnectorConfig {
|
|
|
8064
8718
|
* - Service `googleAnalytics`: Whether to use the [Prebuilt Reports or Custom Reports](https://fivetran.com/docs/connectors/applications/google-analytics#schemainformation).
|
|
8065
8719
|
*/
|
|
8066
8720
|
configType: string;
|
|
8721
|
+
/**
|
|
8722
|
+
* Field usage depends on `service` value:
|
|
8723
|
+
* - Service `xactly`: Your Xactly Connect password.
|
|
8724
|
+
*/
|
|
8725
|
+
connectPassword: string;
|
|
8726
|
+
/**
|
|
8727
|
+
* Field usage depends on `service` value:
|
|
8728
|
+
* - Service `xactly`: Your Xactly Connect username.
|
|
8729
|
+
*/
|
|
8730
|
+
connectUsername: string;
|
|
8067
8731
|
connectingUser: string;
|
|
8068
8732
|
connectingUserEmail: string;
|
|
8069
8733
|
/**
|
|
@@ -8175,6 +8839,11 @@ export interface GetConnectorConfig {
|
|
|
8175
8839
|
* - Service `woocommerce`: Your WooCommerce Consumer key.
|
|
8176
8840
|
*/
|
|
8177
8841
|
consumerKey: string;
|
|
8842
|
+
/**
|
|
8843
|
+
* Field usage depends on `service` value:
|
|
8844
|
+
* - Service `xactly`: Your Xactly Connect consumer name.
|
|
8845
|
+
*/
|
|
8846
|
+
consumerName: string;
|
|
8178
8847
|
/**
|
|
8179
8848
|
* Field usage depends on `service` value:
|
|
8180
8849
|
* - Service `netsuiteSuiteanalytics`: Consumer Secret
|
|
@@ -8200,6 +8869,11 @@ export interface GetConnectorConfig {
|
|
|
8200
8869
|
* - Service `youtubeAnalytics`: Used only for Content Owner reports. The ID of the content owner for whom the API request is being made.
|
|
8201
8870
|
*/
|
|
8202
8871
|
contentOwnerId: string;
|
|
8872
|
+
/**
|
|
8873
|
+
* Field usage depends on `service` value:
|
|
8874
|
+
* - Service `acumatica`: Your Acumatica contract version.
|
|
8875
|
+
*/
|
|
8876
|
+
contractVersion: string;
|
|
8203
8877
|
/**
|
|
8204
8878
|
* Field usage depends on `service` value:
|
|
8205
8879
|
* - Service `helpscout`: Your conversation webhook URL
|
|
@@ -8229,8 +8903,15 @@ export interface GetConnectorConfig {
|
|
|
8229
8903
|
/**
|
|
8230
8904
|
* Field usage depends on `service` value:
|
|
8231
8905
|
* - Service `criteo`: Currency
|
|
8906
|
+
* - Service `rokt`: Your Rokt currency.
|
|
8232
8907
|
*/
|
|
8233
8908
|
currency: string;
|
|
8909
|
+
/**
|
|
8910
|
+
* Field usage depends on `service` value:
|
|
8911
|
+
* - Service `datadog`: Your Datadog custom base url.
|
|
8912
|
+
* - Service `deposco`: Your Deposco custom base URL.
|
|
8913
|
+
*/
|
|
8914
|
+
customBaseUrl: string;
|
|
8234
8915
|
/**
|
|
8235
8916
|
* Field usage depends on `service` value:
|
|
8236
8917
|
* - Service `iterable`: Custom Events Sync Mode.
|
|
@@ -8273,6 +8954,7 @@ export interface GetConnectorConfig {
|
|
|
8273
8954
|
/**
|
|
8274
8955
|
* Field usage depends on `service` value:
|
|
8275
8956
|
* - Service `dbtCloud`: Your dbt Cloud access url.
|
|
8957
|
+
* - Service `factbird`: Your Factbird custom base url.
|
|
8276
8958
|
* - Service `jotform`: Your Jotform custom base URL.
|
|
8277
8959
|
*/
|
|
8278
8960
|
customUrl: string;
|
|
@@ -8318,6 +9000,7 @@ export interface GetConnectorConfig {
|
|
|
8318
9000
|
* Field usage depends on `service` value:
|
|
8319
9001
|
* - Service `aurora`: The database name.
|
|
8320
9002
|
* - Service `auroraPostgres`: The database name.
|
|
9003
|
+
* - Service `azureCosmosForMongo`: Authentication database for the source. Usually 'admin'.
|
|
8321
9004
|
* - Service `azurePostgres`: The database name.
|
|
8322
9005
|
* - Service `azureSqlDb`: The database name.
|
|
8323
9006
|
* - Service `azureSqlManagedDb`: The database name.
|
|
@@ -8407,7 +9090,7 @@ export interface GetConnectorConfig {
|
|
|
8407
9090
|
delimiter: string;
|
|
8408
9091
|
/**
|
|
8409
9092
|
* Field usage depends on `service` value:
|
|
8410
|
-
* - Service `brightpearl`: Your Brightpearl
|
|
9093
|
+
* - Service `brightpearl`: Your Brightpearl dev reference.
|
|
8411
9094
|
*/
|
|
8412
9095
|
developerReference: string;
|
|
8413
9096
|
/**
|
|
@@ -8478,6 +9161,7 @@ export interface GetConnectorConfig {
|
|
|
8478
9161
|
* - Service `mailchimp`: List of IDs of the Mailchimp E-Commerce Stores to Sync
|
|
8479
9162
|
*/
|
|
8480
9163
|
ecommerceStores: string[];
|
|
9164
|
+
edition: string;
|
|
8481
9165
|
elements: string[];
|
|
8482
9166
|
/**
|
|
8483
9167
|
* Field usage depends on `service` value:
|
|
@@ -8494,6 +9178,11 @@ export interface GetConnectorConfig {
|
|
|
8494
9178
|
* - Service `zendeskSunshine`: Zendesk email.
|
|
8495
9179
|
*/
|
|
8496
9180
|
email: string;
|
|
9181
|
+
/**
|
|
9182
|
+
* Field usage depends on `service` value:
|
|
9183
|
+
* - Service `clockodo`: Your Clockodo email address.
|
|
9184
|
+
*/
|
|
9185
|
+
emailAddress: string;
|
|
8497
9186
|
/**
|
|
8498
9187
|
* Field usage depends on `service` value:
|
|
8499
9188
|
* - Service `ordway`: Your Ordway user email ID.
|
|
@@ -8589,22 +9278,33 @@ export interface GetConnectorConfig {
|
|
|
8589
9278
|
entityId: string;
|
|
8590
9279
|
/**
|
|
8591
9280
|
* Field usage depends on `service` value:
|
|
8592
|
-
* - Service `bazaarvoice`: Your Bazaarvoice
|
|
9281
|
+
* - Service `bazaarvoice`: Your Bazaarvoice environment.
|
|
8593
9282
|
* - Service `buildium`: Your Buildium environment.
|
|
8594
9283
|
* - Service `checkout`: Your Checkout.com environment.
|
|
8595
9284
|
* - Service `concord`: Your Concord environment.
|
|
9285
|
+
* - Service `deposco`: Your Deposco environment.
|
|
9286
|
+
* - Service `dialpad`: Your Dialpad environment.
|
|
8596
9287
|
* - Service `invoiced`: Your Invoiced environment.
|
|
9288
|
+
* - Service `jibble`: Your Jibble environment.
|
|
9289
|
+
* - Service `lucca`: Your Lucca environment.
|
|
8597
9290
|
* - Service `procore`: Your Procore account environment.
|
|
8598
9291
|
* - Service `reltio`: Your Reltio environment.
|
|
8599
9292
|
* - Service `servicetitan`: Your ServiceTitan environment.
|
|
8600
9293
|
* - Service `smarthr`: Your SmartHR environment.
|
|
8601
9294
|
* - Service `trelica`: Your Trelica environment.
|
|
9295
|
+
* - Service `tremendous`: Your Tremendous environment.
|
|
8602
9296
|
* - Service `vts`: Your VTS environment.
|
|
9297
|
+
* - Service `xactly`: Your Xactly environment.
|
|
8603
9298
|
* - Service `younium`: Your Younium API environment.
|
|
8604
9299
|
* - Service `zuora`: Zuora Sandbox Environment. This accepts either of the two values Sandbox or Central Sandbox based on your subscription. The default environment is Sandbox.
|
|
8605
9300
|
* - Service `zuoraSandbox`: Zuora Sandbox Environment. This accepts either of the two values Sandbox or Central Sandbox based on your subscription. The default environment is Sandbox.
|
|
8606
9301
|
*/
|
|
8607
9302
|
environment: string;
|
|
9303
|
+
/**
|
|
9304
|
+
* Field usage depends on `service` value:
|
|
9305
|
+
* - Service `xactly`: Your Xactly environment host.
|
|
9306
|
+
*/
|
|
9307
|
+
environmentHost: string;
|
|
8608
9308
|
/**
|
|
8609
9309
|
* Field usage depends on `service` value:
|
|
8610
9310
|
* - Service `businessCentral`: Name of the environment
|
|
@@ -8801,6 +9501,11 @@ export interface GetConnectorConfig {
|
|
|
8801
9501
|
* - Service `workday`: Select this option to generate a Primary Key for reports where no single column or combination of columns can be used to form a Primary Key.
|
|
8802
9502
|
*/
|
|
8803
9503
|
generateFivetranPk: boolean;
|
|
9504
|
+
/**
|
|
9505
|
+
* Field usage depends on `service` value:
|
|
9506
|
+
* - Service `lineAds`: Your LINE Ads group ID(s).
|
|
9507
|
+
*/
|
|
9508
|
+
groupId: string;
|
|
8804
9509
|
/**
|
|
8805
9510
|
* Field usage depends on `service` value:
|
|
8806
9511
|
* - Service `fivetranLog`: (Optional) The group name of the `targetGroupId`.
|
|
@@ -8823,16 +9528,29 @@ export interface GetConnectorConfig {
|
|
|
8823
9528
|
hasManagePermissions: boolean;
|
|
8824
9529
|
/**
|
|
8825
9530
|
* Field usage depends on `service` value:
|
|
9531
|
+
* - Service `braze`: Range of data in history you would like to include in the initial sync.
|
|
9532
|
+
* - Service `iterable`: The time range for which historical data should be synced. Default value: `All Time`.
|
|
8826
9533
|
* - Service `klaviyo`: Range of data in history you would like to include in the initial sync. Default value: `ALL_TIME`.
|
|
8827
9534
|
* - Service `marketo`: Range of data in history you would like to include in the initial sync. Default value: `ALL_TIME`.
|
|
9535
|
+
* - Service `sailthru`: Range of historical data you would like to include in the initial sync. Default value: `ALL_TIME`.
|
|
8828
9536
|
* - Service `salesforceMarketingCloud`: Range of data in history you would like to include in the initial sync. Default value: `ALL_TIME`.
|
|
8829
9537
|
*/
|
|
8830
9538
|
historicSyncTimeFrame: string;
|
|
8831
9539
|
/**
|
|
8832
9540
|
* Field usage depends on `service` value:
|
|
9541
|
+
* - Service `concur`: Historical Sync Limit for the Sync
|
|
9542
|
+
* - Service `eloqua`: Range of data in history you would like to include in the initial sync. Default value: `ALL_TIME`.
|
|
8833
9543
|
* - Service `pardot`: The time range for which historical data should be synced. Default value: `All Time`.
|
|
8834
9544
|
*/
|
|
8835
9545
|
historicalSyncLimit: string;
|
|
9546
|
+
/**
|
|
9547
|
+
* Field usage depends on `service` value:
|
|
9548
|
+
* - Service `rokt`: Your Rokt historical sync time frame.
|
|
9549
|
+
* - Service `skimlinks`: Your Skimlinks Historical sync time frame.
|
|
9550
|
+
* - Service `vimeo`: Your Vimeo Historical sync time frame.
|
|
9551
|
+
* - Service `zendesk`: Used to configure Historical sync timeframe for selected tables
|
|
9552
|
+
*/
|
|
9553
|
+
historicalSyncTimeFrame: string;
|
|
8836
9554
|
/**
|
|
8837
9555
|
* Field usage depends on `service` value:
|
|
8838
9556
|
* - Service `appsflyer`: Your S3 home folder path of the Data Locker.
|
|
@@ -8944,7 +9662,7 @@ export interface GetConnectorConfig {
|
|
|
8944
9662
|
httpPath: string;
|
|
8945
9663
|
/**
|
|
8946
9664
|
* Field usage depends on `service` value:
|
|
8947
|
-
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management
|
|
9665
|
+
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management client identifier.
|
|
8948
9666
|
* - Service `statisticsNetherlandsCbs`: Your Statistics Netherlands CBS catalog identifier.
|
|
8949
9667
|
*/
|
|
8950
9668
|
identifier: string;
|
|
@@ -8962,6 +9680,7 @@ export interface GetConnectorConfig {
|
|
|
8962
9680
|
* Field usage depends on `service` value:
|
|
8963
9681
|
* - Service `acumatica`: Your Acumatica instance name.
|
|
8964
9682
|
* - Service `coupa`: The instance name of your Coupa account in the URL.
|
|
9683
|
+
* - Service `flywheelDigital`: Your Flywheel Digital instance.
|
|
8965
9684
|
* - Service `salesforceMarketingCloud`: The Salesforce Marketing Cloud instance ID
|
|
8966
9685
|
* - Service `servicenow`: ServiceNow Instance ID.
|
|
8967
9686
|
*/
|
|
@@ -8986,6 +9705,11 @@ export interface GetConnectorConfig {
|
|
|
8986
9705
|
* - Service `pendo`: The integration key of the Pendo account.
|
|
8987
9706
|
*/
|
|
8988
9707
|
integrationKey: string;
|
|
9708
|
+
/**
|
|
9709
|
+
* Field usage depends on `service` value:
|
|
9710
|
+
* - Service `avevaPi`: IP address of the AF Server
|
|
9711
|
+
*/
|
|
9712
|
+
ipAddress: string;
|
|
8989
9713
|
/**
|
|
8990
9714
|
* Field usage depends on `service` value:
|
|
8991
9715
|
* - Service `fivetranLog`: (Optional) Retrieve account-level logs.
|
|
@@ -9035,6 +9759,7 @@ export interface GetConnectorConfig {
|
|
|
9035
9759
|
/**
|
|
9036
9760
|
* Field usage depends on `service` value:
|
|
9037
9761
|
* - Service `awsLambda`: We use PrivateLink by default if your AWS Lambda is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to AWS lambda over PrivateLink. Learn more in our [PrivateLink documentation](https://fivetran.com/docs/connectors/databases/connection-options#awsprivatelink).
|
|
9762
|
+
* - Service `s3`: Set to `true` if you want to connect to S3 bucket over PrivateLink. Default value: `false`.
|
|
9038
9763
|
*/
|
|
9039
9764
|
isPrivateLinkRequired: boolean;
|
|
9040
9765
|
/**
|
|
@@ -9068,11 +9793,23 @@ export interface GetConnectorConfig {
|
|
|
9068
9793
|
* - Service `sharePoint`: Allows the creation of connector using Merge Mode strategy.
|
|
9069
9794
|
*/
|
|
9070
9795
|
isSingleTableMode: boolean;
|
|
9796
|
+
/**
|
|
9797
|
+
* Field usage depends on `service` value:
|
|
9798
|
+
* - Service `adyen`: Whether or not your Adyen Account is a Test Account. Default value: `false`.
|
|
9799
|
+
*/
|
|
9800
|
+
isTestAccount: boolean;
|
|
9071
9801
|
/**
|
|
9072
9802
|
* Field usage depends on `service` value:
|
|
9073
9803
|
* - Service `amazonSellingPartner`: Whether or not you have a Vendor Account. Default value: `false`.
|
|
9074
9804
|
*/
|
|
9075
9805
|
isVendor: boolean;
|
|
9806
|
+
/**
|
|
9807
|
+
* Field usage depends on `service` value:
|
|
9808
|
+
* - Service `oracleFusionCloudAppsCrm`: The Oracle Fusion Cloud issuer name.
|
|
9809
|
+
* - Service `oracleFusionCloudAppsFscm`: The Oracle Fusion Cloud issuer name.
|
|
9810
|
+
* - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud issuer name.
|
|
9811
|
+
*/
|
|
9812
|
+
issuer: string;
|
|
9076
9813
|
/**
|
|
9077
9814
|
* Field usage depends on `service` value:
|
|
9078
9815
|
* - Service `awsCostReport`: Control how your JSON data is delivered into your destination
|
|
@@ -9144,6 +9881,11 @@ export interface GetConnectorConfig {
|
|
|
9144
9881
|
* - Service `wasabiCloudStorage`: You can specify the custom line separator for your CSV files. The line separator is used in files to separate one row from the next.
|
|
9145
9882
|
*/
|
|
9146
9883
|
lineSeparator: string;
|
|
9884
|
+
/**
|
|
9885
|
+
* Field usage depends on `service` value:
|
|
9886
|
+
* - Service `pigment`: Your Pigment list ID.
|
|
9887
|
+
*/
|
|
9888
|
+
listId: string;
|
|
9147
9889
|
/**
|
|
9148
9890
|
* Field usage depends on `service` value:
|
|
9149
9891
|
* - Service `cjCommissionDetail`: Your CJ Commission Detail list of company IDs.
|
|
@@ -9209,6 +9951,7 @@ export interface GetConnectorConfig {
|
|
|
9209
9951
|
* - Service `avantlink`: Your AvantLink Merchant ID.
|
|
9210
9952
|
* - Service `braintree`: Your Braintree merchant ID.
|
|
9211
9953
|
* - Service `braintreeSandbox`: Your Braintree merchant ID.
|
|
9954
|
+
* - Service `shareasale`: Your ShareASale merchant ID.
|
|
9212
9955
|
* - Service `xsolla`: Your Xsolla Merchant ID.
|
|
9213
9956
|
*/
|
|
9214
9957
|
merchantId: string;
|
|
@@ -9222,6 +9965,11 @@ export interface GetConnectorConfig {
|
|
|
9222
9965
|
* - Service `herokuKafka`: Heroku Kafka message type.
|
|
9223
9966
|
*/
|
|
9224
9967
|
messageType: string;
|
|
9968
|
+
/**
|
|
9969
|
+
* Field usage depends on `service` value:
|
|
9970
|
+
* - Service `pigment`: Your Pigment metric ID.
|
|
9971
|
+
*/
|
|
9972
|
+
metricId: string;
|
|
9225
9973
|
/**
|
|
9226
9974
|
* Field usage depends on `service` value:
|
|
9227
9975
|
* - Service `adroll`: The metrics that you want to sync.
|
|
@@ -9344,6 +10092,7 @@ export interface GetConnectorConfig {
|
|
|
9344
10092
|
* - Service `megaphone`: Your Megaphone organization ID.
|
|
9345
10093
|
* - Service `productive`: Your Productive Organization ID.
|
|
9346
10094
|
* - Service `salesforceCommerceCloud`: The organization ID from Salesforce Commerce Cloud account.
|
|
10095
|
+
* - Service `sentry`: Your Sentry organization ID.
|
|
9347
10096
|
* - Service `zohoBooks`: Your Zoho Books Organization ID.
|
|
9348
10097
|
* - Service `zohoInventory`: Your Zoho Inventory organization ID.
|
|
9349
10098
|
*/
|
|
@@ -9421,6 +10170,7 @@ export interface GetConnectorConfig {
|
|
|
9421
10170
|
* Field usage depends on `service` value:
|
|
9422
10171
|
* - Service `absorbLms`: Your Absorb LMS password.
|
|
9423
10172
|
* - Service `adobeCommerce`: Your Adobe Commerce password.
|
|
10173
|
+
* - Service `akeneo`: Your Akeneo password.
|
|
9424
10174
|
* - Service `anaplan`: Your Anaplan password. Must be populated if `authMode` is set to `Basic`.
|
|
9425
10175
|
* - Service `appfigures`: Your Appfigures Password.
|
|
9426
10176
|
* - Service `aurora`: The user's password.
|
|
@@ -9435,9 +10185,11 @@ export interface GetConnectorConfig {
|
|
|
9435
10185
|
* - Service `clarity`: The user's password.
|
|
9436
10186
|
* - Service `cockroachdb`: The user's password.
|
|
9437
10187
|
* - Service `collibra`: Your collibra password.
|
|
10188
|
+
* - Service `complianceCheckpoint`: Your Compliance Checkpoint account password.
|
|
9438
10189
|
* - Service `contrastSecurity`: Your Contrast Security API Password.
|
|
9439
10190
|
* - Service `db2iHva`: The user's password.
|
|
9440
10191
|
* - Service `db2iSapHva`: The user's password.
|
|
10192
|
+
* - Service `deposco`: Your Deposco password.
|
|
9441
10193
|
* - Service `documentdb`: The user's password.
|
|
9442
10194
|
* - Service `dynamics365Fo`: The user's password.
|
|
9443
10195
|
* - Service `ehr`: The user's password.
|
|
@@ -9456,6 +10208,7 @@ export interface GetConnectorConfig {
|
|
|
9456
10208
|
* - Service `hanaSapHvaS4`: The user's password.
|
|
9457
10209
|
* - Service `hanaSapHvaS4Netweaver`: The user's password.
|
|
9458
10210
|
* - Service `herokuPostgres`: The user's password.
|
|
10211
|
+
* - Service `hiltiOntrack`: Your Hilti On!Track password.
|
|
9459
10212
|
* - Service `impact`: Your Impact Account Token
|
|
9460
10213
|
* - Service `integralAdScience`: Your integralAdScience password.
|
|
9461
10214
|
* - Service `itunesConnect`: Your password
|
|
@@ -9495,9 +10248,10 @@ export interface GetConnectorConfig {
|
|
|
9495
10248
|
* - Service `outbrain`: The Outbrain user's password.
|
|
9496
10249
|
* - Service `pardot`: The Pardot user's password.
|
|
9497
10250
|
* - Service `partnerize`: Your Partnerize account's password.
|
|
9498
|
-
* - Service `podio`: Your Podio password.
|
|
10251
|
+
* - Service `podio`: Your Podio account password.
|
|
9499
10252
|
* - Service `postgres`: The user's password.
|
|
9500
10253
|
* - Service `postgresRds`: The user's password.
|
|
10254
|
+
* - Service `qmaticDataConnect`: Your Qmatic Data Connect password.
|
|
9501
10255
|
* - Service `redshiftDb`: The Redshift user's password.
|
|
9502
10256
|
* - Service `revx`: Your RevX Password.
|
|
9503
10257
|
* - Service `rtbHouse`: Your RTB House password.
|
|
@@ -9520,7 +10274,9 @@ export interface GetConnectorConfig {
|
|
|
9520
10274
|
* - Service `sqlServerRds`: The user's password.
|
|
9521
10275
|
* - Service `sqlServerSapEccHva`: The user's password.
|
|
9522
10276
|
* - Service `starrez`: Your StarRez API password
|
|
10277
|
+
* - Service `stickyio`: Your sticky.io password.
|
|
9523
10278
|
* - Service `stylight`: Your Stylight Password.
|
|
10279
|
+
* - Service `sugarcrm`: Your SugarCRM password.
|
|
9524
10280
|
* - Service `teamwork`: Your Teamwork password.
|
|
9525
10281
|
* - Service `theTradeDesk`: The Trade Desk password. It is a part of the login credentials.
|
|
9526
10282
|
* - Service `togglTrack`: Your Toggl Track Password
|
|
@@ -9645,10 +10401,16 @@ export interface GetConnectorConfig {
|
|
|
9645
10401
|
* - Service `itunesConnect`: Register the number on AppleId Account Page for 2FA
|
|
9646
10402
|
*/
|
|
9647
10403
|
phoneNumber: string;
|
|
10404
|
+
/**
|
|
10405
|
+
* Field usage depends on `service` value:
|
|
10406
|
+
* - Service `justcall`: Your JustCall Plan Type.
|
|
10407
|
+
*/
|
|
10408
|
+
planType: string;
|
|
9648
10409
|
/**
|
|
9649
10410
|
* Field usage depends on `service` value:
|
|
9650
10411
|
* - Service `aurora`: The port number.
|
|
9651
10412
|
* - Service `auroraPostgres`: The port number.
|
|
10413
|
+
* - Service `avevaPi`: Port number at which the AF Server is running
|
|
9652
10414
|
* - Service `azurePostgres`: The port number.
|
|
9653
10415
|
* - Service `azureSqlDb`: The port number.
|
|
9654
10416
|
* - Service `azureSqlManagedDb`: The port number.
|
|
@@ -9756,7 +10518,12 @@ export interface GetConnectorConfig {
|
|
|
9756
10518
|
* - Service `appleSearchAds`: The contents of your secret key file. Must be populated if `isAuth2Enabled` is set to `false`.
|
|
9757
10519
|
* - Service `braintree`: The contents of your secret key file.
|
|
9758
10520
|
* - Service `braintreeSandbox`: The contents of your secret key file.
|
|
10521
|
+
* - Service `oracleFusionCloudAppsCrm`: The Oracle Fusion Cloud private key.
|
|
10522
|
+
* - Service `oracleFusionCloudAppsFscm`: The Oracle Fusion Cloud private key.
|
|
10523
|
+
* - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud private key.
|
|
9759
10524
|
* - Service `qualtrics`: Your private key
|
|
10525
|
+
* - Service `salesforce`: Provide content of the `.key` private key (only when authenticationMethod = `ADVANCED`).
|
|
10526
|
+
* - Service `salesforceSandbox`: Provide content of the `.key` private key (only when authenticationMethod = `ADVANCED`).
|
|
9760
10527
|
* - Service `snowflakeDb`: Private access key. The field should be specified if authentication type is `KEY_PAIR`.
|
|
9761
10528
|
*/
|
|
9762
10529
|
privateKey: string;
|
|
@@ -9779,9 +10546,14 @@ export interface GetConnectorConfig {
|
|
|
9779
10546
|
profiles: string[];
|
|
9780
10547
|
/**
|
|
9781
10548
|
* Field usage depends on `service` value:
|
|
9782
|
-
* - Service `
|
|
10549
|
+
* - Service `amazonDsp`: Comma-separated list of your Amazon DSP profiles.
|
|
9783
10550
|
*/
|
|
9784
|
-
|
|
10551
|
+
profilesAmazonDsp: string;
|
|
10552
|
+
/**
|
|
10553
|
+
* Field usage depends on `service` value:
|
|
10554
|
+
* - Service `rollbar`: Your Rollbar project access token.
|
|
10555
|
+
*/
|
|
10556
|
+
projectAccessToken: string;
|
|
9785
10557
|
/**
|
|
9786
10558
|
* Field usage depends on `service` value:
|
|
9787
10559
|
* - Service `amplitude`: * Project(s)
|
|
@@ -9795,6 +10567,11 @@ export interface GetConnectorConfig {
|
|
|
9795
10567
|
* - Service `mixpanel`: Project ID
|
|
9796
10568
|
*/
|
|
9797
10569
|
projectId: string;
|
|
10570
|
+
/**
|
|
10571
|
+
* Field usage depends on `service` value:
|
|
10572
|
+
* - Service `sentry`: Your Sentry project IDs.
|
|
10573
|
+
*/
|
|
10574
|
+
projectIds: string;
|
|
9798
10575
|
/**
|
|
9799
10576
|
* Field usage depends on `service` value:
|
|
9800
10577
|
* - Service `commercetools`: Your commercetools project key.
|
|
@@ -9813,7 +10590,7 @@ export interface GetConnectorConfig {
|
|
|
9813
10590
|
properties: string[];
|
|
9814
10591
|
/**
|
|
9815
10592
|
* Field usage depends on `service` value:
|
|
9816
|
-
* - Service `cloudbeds`: Your Cloudbeds
|
|
10593
|
+
* - Service `cloudbeds`: Your Cloudbeds property IDs.
|
|
9817
10594
|
*/
|
|
9818
10595
|
propertyId: string;
|
|
9819
10596
|
/**
|
|
@@ -9860,6 +10637,9 @@ export interface GetConnectorConfig {
|
|
|
9860
10637
|
* - Service `opensearch`: Public Key
|
|
9861
10638
|
* - Service `oracle`: Public Key
|
|
9862
10639
|
* - Service `oracleEbs`: Public Key
|
|
10640
|
+
* - Service `oracleFusionCloudAppsCrm`: The Oracle Fusion Cloud public key.
|
|
10641
|
+
* - Service `oracleFusionCloudAppsFscm`: The Oracle Fusion Cloud public key.
|
|
10642
|
+
* - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud public key.
|
|
9863
10643
|
* - Service `oracleHva`: Public Key
|
|
9864
10644
|
* - Service `oracleRac`: Public Key
|
|
9865
10645
|
* - Service `oracleRds`: Public Key
|
|
@@ -9886,11 +10666,17 @@ export interface GetConnectorConfig {
|
|
|
9886
10666
|
* - Service `postgresRds`: Publication name. Specify only for `"updatedMethod": "WAL_PGOUTPUT"`.
|
|
9887
10667
|
*/
|
|
9888
10668
|
publicationName: string;
|
|
10669
|
+
/**
|
|
10670
|
+
* Field usage depends on `service` value:
|
|
10671
|
+
* - Service `skimlinks`: Your Skimlinks publisher ID.
|
|
10672
|
+
*/
|
|
10673
|
+
publisherId: string;
|
|
9889
10674
|
/**
|
|
9890
10675
|
* Field usage depends on `service` value:
|
|
9891
10676
|
* - Service `outbrain`: Include or ignore results from archived campaigns
|
|
9892
10677
|
*/
|
|
9893
10678
|
pullArchivedCampaigns: boolean;
|
|
10679
|
+
pythonVersion: string;
|
|
9894
10680
|
/**
|
|
9895
10681
|
* Field usage depends on `service` value:
|
|
9896
10682
|
* - Service `googleDisplayAndVideo360`: The ID of the query whose configuration you want to reuse. This is a required parameter when `configMethod` is set to `REUSE_EXISTING`.
|
|
@@ -9907,6 +10693,31 @@ export interface GetConnectorConfig {
|
|
|
9907
10693
|
* - Service `bigqueryDb`: Specify a different project ID to account for quota and billing of Fivetran query workload
|
|
9908
10694
|
*/
|
|
9909
10695
|
quotaProjectId: string;
|
|
10696
|
+
/**
|
|
10697
|
+
* Field usage depends on `service` value:
|
|
10698
|
+
* - Service `azureBlobStorage`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
10699
|
+
* - Service `gcs`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
10700
|
+
* - Service `googleDrive`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
10701
|
+
* - Service `s3`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
10702
|
+
* - Service `sftp`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
10703
|
+
* - Service `sharePoint`: You can specify the enclosing character used in your CSVs here. Fivetran will consider " as the quote character if this field is empty and quoteCharacterEnabled is set to true.
|
|
10704
|
+
*/
|
|
10705
|
+
quoteChar: string;
|
|
10706
|
+
/**
|
|
10707
|
+
* Field usage depends on `service` value:
|
|
10708
|
+
* - Service `azureBlobStorage`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
10709
|
+
* - Service `gcs`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
10710
|
+
* - Service `googleDrive`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
10711
|
+
* - Service `s3`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
10712
|
+
* - Service `sftp`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
10713
|
+
* - Service `sharePoint`: If you don’t want to use an enclosing character while processing the files, set the value to false. By default, the value is set to true and is considered " as quote character.
|
|
10714
|
+
*/
|
|
10715
|
+
quoteCharacterEnabled: boolean;
|
|
10716
|
+
/**
|
|
10717
|
+
* Field usage depends on `service` value:
|
|
10718
|
+
* - Service `vimeo`: Your Vimeo rate limit plan.
|
|
10719
|
+
*/
|
|
10720
|
+
rateLimitPlan: string;
|
|
9910
10721
|
/**
|
|
9911
10722
|
* Field usage depends on `service` value:
|
|
9912
10723
|
* - Service `ironsource`: Your Ironsource `Client Secret`.
|
|
@@ -9926,8 +10737,10 @@ export interface GetConnectorConfig {
|
|
|
9926
10737
|
* - Service `atlassianOpsGenie`: Your company's Osgenie region (usually **company**.opsgenie.com)
|
|
9927
10738
|
* - Service `awin`: Your Awin Region.
|
|
9928
10739
|
* - Service `awsLambda`: The AWS region code for the DynamoDB instance.
|
|
10740
|
+
* - Service `biginByZohoCrm`: Your Bigin by Zoho CRM Region
|
|
9929
10741
|
* - Service `concur`: The region.
|
|
9930
10742
|
* - Service `cvent`: Your Cvent region.
|
|
10743
|
+
* - Service `everflow`: Your Everflow region.
|
|
9931
10744
|
* - Service `exactOnline`: Your Exact Online region.
|
|
9932
10745
|
* - Service `getfeedback`: Your GetFeedback region.
|
|
9933
10746
|
* - Service `happyfox`: Your HappyFox region.
|
|
@@ -9944,6 +10757,7 @@ export interface GetConnectorConfig {
|
|
|
9944
10757
|
* - Service `snyk`: Your Snyk region.
|
|
9945
10758
|
* - Service `talkdesk`: Your Talkdesk region (".com",".eu","ca.com")
|
|
9946
10759
|
* - Service `totango`: Your Totango region.
|
|
10760
|
+
* - Service `transcend`: Your Transcend region.
|
|
9947
10761
|
* - Service `vonageContactCenter`: Your Vonage Contact Center region.
|
|
9948
10762
|
* - Service `wasabiCloudStorage`: The Wasabi Cloud Storage bucket region. Required for connector creation. Default value: `US_EAST_1`.
|
|
9949
10763
|
* - Service `workdayStrategicSourcing`: Your Workday Strategic Sourcing Region.
|
|
@@ -9970,7 +10784,7 @@ export interface GetConnectorConfig {
|
|
|
9970
10784
|
regionTokenUrl: string;
|
|
9971
10785
|
/**
|
|
9972
10786
|
* Field usage depends on `service` value:
|
|
9973
|
-
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management
|
|
10787
|
+
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management region URL.
|
|
9974
10788
|
*/
|
|
9975
10789
|
regionUrl: string;
|
|
9976
10790
|
/**
|
|
@@ -10012,6 +10826,11 @@ export interface GetConnectorConfig {
|
|
|
10012
10826
|
* - Service `workday`: This is to select report format from JSON and CSV. By default, report format is JSON.
|
|
10013
10827
|
*/
|
|
10014
10828
|
reportFormatType: string;
|
|
10829
|
+
/**
|
|
10830
|
+
* Field usage depends on `service` value:
|
|
10831
|
+
* - Service `pinterestAds`: Granularity at which reports will be
|
|
10832
|
+
*/
|
|
10833
|
+
reportGranularity: string;
|
|
10015
10834
|
/**
|
|
10016
10835
|
* Field usage depends on `service` value:
|
|
10017
10836
|
* - Service `rakutenadvertising`: Your Rakuten Advertising report keys.
|
|
@@ -10022,6 +10841,11 @@ export interface GetConnectorConfig {
|
|
|
10022
10841
|
* - Service `spotifyAds`: The list of reports. Each report corresponds to a table within the schema to which connector will sync the data.
|
|
10023
10842
|
*/
|
|
10024
10843
|
reportLists: outputs.GetConnectorConfigReportList[];
|
|
10844
|
+
/**
|
|
10845
|
+
* Field usage depends on `service` value:
|
|
10846
|
+
* - Service `adyen`: Your Report Service API key.
|
|
10847
|
+
*/
|
|
10848
|
+
reportServiceApiKey: string;
|
|
10025
10849
|
reportSuites: string[];
|
|
10026
10850
|
/**
|
|
10027
10851
|
* Field usage depends on `service` value:
|
|
@@ -10048,6 +10872,7 @@ export interface GetConnectorConfig {
|
|
|
10048
10872
|
* - Service `googleAnalytics4`: The list of reports. Each report corresponds to a table within the schema to which connector will sync the data.
|
|
10049
10873
|
* - Service `googleSearchAds360`: The list of reports. Each report corresponds to a table within the schema to which connector syncs the data.
|
|
10050
10874
|
* - Service `googleSearchConsole`: The list of reports. Each report corresponds to a table within the schema to which connector syncs the data.
|
|
10875
|
+
* - Service `workday`: The list of reports. Each report corresponds to a table within the schema to which connector will sync the data.
|
|
10051
10876
|
*/
|
|
10052
10877
|
reports: outputs.GetConnectorConfigReport[];
|
|
10053
10878
|
/**
|
|
@@ -10200,6 +11025,7 @@ export interface GetConnectorConfig {
|
|
|
10200
11025
|
* Field usage depends on `service` value:
|
|
10201
11026
|
* - Service `db2iHva`: The SAP schema.
|
|
10202
11027
|
* - Service `db2iSapHva`: SAP schema name.
|
|
11028
|
+
* - Service `sqlServerHva`: SAP Schema Name. Required only for High-Volume Agent SAP ECC connector.
|
|
10203
11029
|
* - Service `sqlServerSapEccHva`: SAP Schema Name.
|
|
10204
11030
|
*/
|
|
10205
11031
|
sapSchema: string;
|
|
@@ -10291,6 +11117,11 @@ export interface GetConnectorConfig {
|
|
|
10291
11117
|
* - Service `ebay`: Your eBay scopes.
|
|
10292
11118
|
*/
|
|
10293
11119
|
scope: string;
|
|
11120
|
+
/**
|
|
11121
|
+
* Field usage depends on `service` value:
|
|
11122
|
+
* - Service `cornerstone`: Your Cornerstone scopes.
|
|
11123
|
+
*/
|
|
11124
|
+
scopes: string;
|
|
10294
11125
|
/**
|
|
10295
11126
|
* Field usage depends on `service` value:
|
|
10296
11127
|
* - Service `yahooDsp`: Specific Seats to sync. Must be populated if `syncModeSeat` is set to `SPECIFIC_SEATS`.
|
|
@@ -10300,11 +11131,13 @@ export interface GetConnectorConfig {
|
|
|
10300
11131
|
* Field usage depends on `service` value:
|
|
10301
11132
|
* - Service `appcues`: Your Appcues Secret.
|
|
10302
11133
|
* - Service `buildium`: Your Buildium API secret.
|
|
11134
|
+
* - Service `canvasData2ByInstructure`: Your Canvas Data 2 by Instructure secret.
|
|
10303
11135
|
* - Service `loopio`: Your Loopio Secret.
|
|
10304
11136
|
* - Service `mode`: Your Mode Secret.
|
|
10305
|
-
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management
|
|
11137
|
+
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management client secret.
|
|
10306
11138
|
* - Service `twilio`: The Twilio API secret
|
|
10307
11139
|
* - Service `uservoice`: The UserVoice API secret.
|
|
11140
|
+
* - Service `venminder`: Your Venminder secret.
|
|
10308
11141
|
* - Service `vts`: Your VTS secret.
|
|
10309
11142
|
*/
|
|
10310
11143
|
secret: string;
|
|
@@ -10317,9 +11150,12 @@ export interface GetConnectorConfig {
|
|
|
10317
11150
|
* - Service `ezofficeinventory`: Your EZOfficeInventory API secret key.
|
|
10318
11151
|
* - Service `gcs`: Your JSON Private Key. Used to authorize service account. Required if you use a Custom Service Account to authenticate the storage bucket.
|
|
10319
11152
|
* - Service `ironsource`: Your Ironsource `Client ID`.
|
|
11153
|
+
* - Service `lineAds`: Your LINE Ads secret key.
|
|
11154
|
+
* - Service `mailjet`: Your Mailjet secret key.
|
|
10320
11155
|
* - Service `partnerstackVendor`: Your PartnerStack Vendor Secret key.
|
|
10321
11156
|
* - Service `paypal`: `Client Secret` of your PayPal client application.
|
|
10322
11157
|
* - Service `paypalSandbox`: `Client Secret` of your PayPal client application.
|
|
11158
|
+
* - Service `phoenixAds`: Your Phoenix Ads Secret key.
|
|
10323
11159
|
* - Service `retailnext`: Your RetailNext secret key.
|
|
10324
11160
|
* - Service `statsig`: Your Statsig secret key.
|
|
10325
11161
|
* - Service `yotpo`: Your Yotpo Secret key
|
|
@@ -10382,6 +11218,11 @@ export interface GetConnectorConfig {
|
|
|
10382
11218
|
* - Service `tableauSource`: Your Tableau Source server address.
|
|
10383
11219
|
*/
|
|
10384
11220
|
serverAddress: string;
|
|
11221
|
+
/**
|
|
11222
|
+
* Field usage depends on `service` value:
|
|
11223
|
+
* - Service `clockify`: Your Clockify server region.
|
|
11224
|
+
*/
|
|
11225
|
+
serverRegion: string;
|
|
10385
11226
|
/**
|
|
10386
11227
|
* Field usage depends on `service` value:
|
|
10387
11228
|
* - Service `oracleBusinessIntelligencePublisher`: The Oracle Business Intelligence Instance URL.
|
|
@@ -10492,6 +11333,11 @@ export interface GetConnectorConfig {
|
|
|
10492
11333
|
* - Service `shopify`: The Shopify shop name. Can be found in the URL before **.myshopify.com**.
|
|
10493
11334
|
*/
|
|
10494
11335
|
shop: string;
|
|
11336
|
+
/**
|
|
11337
|
+
* Field usage depends on `service` value:
|
|
11338
|
+
* - Service `tripleWhale`: Your Triple Whale shop domain.
|
|
11339
|
+
*/
|
|
11340
|
+
shopDomain: string;
|
|
10495
11341
|
/**
|
|
10496
11342
|
* Field usage depends on `service` value:
|
|
10497
11343
|
* - Service `salesforceCommerceCloud`: The Salesforce eight-character string assigned to a realm for routing purposes.
|
|
@@ -10651,6 +11497,7 @@ export interface GetConnectorConfig {
|
|
|
10651
11497
|
* - Service `checkr`: Your Checkr subdomain.
|
|
10652
11498
|
* - Service `clubspeed`: Your Clubspeed subdomain.
|
|
10653
11499
|
* - Service `collibra`: Your collibra subdomain.
|
|
11500
|
+
* - Service `complianceCheckpoint`: Your Compliance Checkpoint subdomain.
|
|
10654
11501
|
* - Service `concord`: Your Concord Sub Domain.
|
|
10655
11502
|
* - Service `contrastSecurity`: Your Contrast Security subdomain.
|
|
10656
11503
|
* - Service `customerio`: Your Customer.io region-specific Subdomain.
|
|
@@ -10673,7 +11520,9 @@ export interface GetConnectorConfig {
|
|
|
10673
11520
|
* - Service `kandji`: Your Kandji Subdomain.
|
|
10674
11521
|
* - Service `khorosCare`: Your Khoros Care subDomain.
|
|
10675
11522
|
* - Service `lookerSource`: Your looker SubDomain name.
|
|
11523
|
+
* - Service `lucca`: Your Lucca subdomain.
|
|
10676
11524
|
* - Service `mailgun`: Your Mailgun subdomain.
|
|
11525
|
+
* - Service `matomo`: Your Matomo subdomain.
|
|
10677
11526
|
* - Service `maxioChargify`: Enter Your Subdomain.
|
|
10678
11527
|
* - Service `myosh`: Your myosh subdomain.
|
|
10679
11528
|
* - Service `namely`: Your Namely subdomain.
|
|
@@ -10694,6 +11543,7 @@ export interface GetConnectorConfig {
|
|
|
10694
11543
|
* - Service `sapSuccessFactors`: Your SAP SuccessFactors Subdomain.
|
|
10695
11544
|
* - Service `sonarqube`: Your Sonarqube subdomain.
|
|
10696
11545
|
* - Service `starrez`: Your StarRez subdomain
|
|
11546
|
+
* - Service `sugarcrm`: Your SugarCRM subdomain.
|
|
10697
11547
|
* - Service `tableauSource`: Your Tableau Source subdomain.
|
|
10698
11548
|
* - Service `tempo`: Your Tempo subdomain.
|
|
10699
11549
|
* - Service `testrail`: Your TestRail subdomain.
|
|
@@ -10721,6 +11571,9 @@ export interface GetConnectorConfig {
|
|
|
10721
11571
|
* - Service `learnupon`: Your Learnupon subdomain.
|
|
10722
11572
|
* - Service `maxioSaasoptics`: Your Maxio SaaSOptics subdomain.
|
|
10723
11573
|
* - Service `medallia`: Medallia subdomain
|
|
11574
|
+
* - Service `packiyo`: Your Packiyo subdomain.
|
|
11575
|
+
* - Service `qmaticDataConnect`: Your Qmatic Data Connect subdomain.
|
|
11576
|
+
* - Service `sana`: Your Sana subdomain.
|
|
10724
11577
|
* - Service `skillstx`: Your SkillsTX subdomain.
|
|
10725
11578
|
* - Service `smarthr`: Your SmartHR subdomain.
|
|
10726
11579
|
* - Service `sonarqube`: Your Sonarqube subdomain.
|
|
@@ -10777,8 +11630,9 @@ export interface GetConnectorConfig {
|
|
|
10777
11630
|
syncFormat: string;
|
|
10778
11631
|
/**
|
|
10779
11632
|
* Field usage depends on `service` value:
|
|
10780
|
-
* - Service `
|
|
10781
|
-
* - Service `
|
|
11633
|
+
* - Service `financialForce`: Enable this option to sync formula fields directly (default value = `false`)
|
|
11634
|
+
* - Service `salesforce`: Enable this option to sync formula fields directly (default value = `false`)
|
|
11635
|
+
* - Service `salesforceSandbox`: Enable this option to sync formula fields directly (default value = `false`)
|
|
10782
11636
|
*/
|
|
10783
11637
|
syncFormulaFields: boolean;
|
|
10784
11638
|
/**
|
|
@@ -10800,7 +11654,7 @@ export interface GetConnectorConfig {
|
|
|
10800
11654
|
* - Service `asana`: Whether to sync all projects or specific projects.
|
|
10801
11655
|
* - Service `bingads`: Whether to sync all accounts or specific accounts. Default value: `AllAccounts`.
|
|
10802
11656
|
* - Service `doubleClickCampaignManager`: Whether to sync all user profiles or specific ones. Default value: `AllAccounts`.
|
|
10803
|
-
* - Service `dynamodb`:
|
|
11657
|
+
* - Service `dynamodb`: Which packed mode setting to use. Default value: `UsePackedModeOnly`.
|
|
10804
11658
|
* - Service `facebook`: Option to select connector should sync all accounts or specific accounts. [Possible syncMode values](https://fivetran.com/docs/applications/facebook-ad-insights/api-config#syncmode).
|
|
10805
11659
|
* - Service `facebookAdAccount`: Whether to sync all accounts or specific accounts. Default value: `AllAccounts`.
|
|
10806
11660
|
* - Service `facebookAds`: Option to select connector should sync all accounts or specific accounts. [Possible syncMode values](https://fivetran.com/docs/connectors/applications/facebook-ads-insights/api-config#syncmode).
|
|
@@ -10877,11 +11731,21 @@ export interface GetConnectorConfig {
|
|
|
10877
11731
|
* - Service `hanaSapHvaS4Netweaver`: Unique identifier sapsid of the SAP system. This field is displayed only when the REMOTE SERVICE IDENTIFICATION is set to System ID.
|
|
10878
11732
|
*/
|
|
10879
11733
|
systemId: string;
|
|
11734
|
+
/**
|
|
11735
|
+
* Field usage depends on `service` value:
|
|
11736
|
+
* - Service `pigment`: Your Pigment table ID.
|
|
11737
|
+
*/
|
|
11738
|
+
tableId: string;
|
|
10880
11739
|
/**
|
|
10881
11740
|
* Field usage depends on `service` value:
|
|
10882
11741
|
* - Service `airtable`: Name of table in Airtable
|
|
10883
11742
|
*/
|
|
10884
11743
|
tableName: string;
|
|
11744
|
+
/**
|
|
11745
|
+
* Field usage depends on `service` value:
|
|
11746
|
+
* - Service `hubspot`: Timestamp to indicate when tables without access was updated
|
|
11747
|
+
*/
|
|
11748
|
+
tablesWithoutAccessUpdatedAt: string;
|
|
10885
11749
|
/**
|
|
10886
11750
|
* Field usage depends on `service` value:
|
|
10887
11751
|
* - Service `cultureAmp`: Your Culture Amp Target entity ID.
|
|
@@ -10934,6 +11798,7 @@ export interface GetConnectorConfig {
|
|
|
10934
11798
|
/**
|
|
10935
11799
|
* Field usage depends on `service` value:
|
|
10936
11800
|
* - Service `microsoftEntraId`: Your Microsoft Entra ID Tenant.
|
|
11801
|
+
* - Service `microsoftPowerBi`: Your Microsoft Power BI tenant.
|
|
10937
11802
|
* - Service `microsoftTeams`: Your Microsoft Teams Tenant.
|
|
10938
11803
|
* - Service `unicommerce`: Your uniware tenant.
|
|
10939
11804
|
* - Service `workday`: Workday tenant name
|
|
@@ -10946,6 +11811,11 @@ export interface GetConnectorConfig {
|
|
|
10946
11811
|
* - Service `planful`: Your Planful tenant app URL.
|
|
10947
11812
|
*/
|
|
10948
11813
|
tenantAppUrl: string;
|
|
11814
|
+
/**
|
|
11815
|
+
* Field usage depends on `service` value:
|
|
11816
|
+
* - Service `deposco`: Your Deposco tenant code.
|
|
11817
|
+
*/
|
|
11818
|
+
tenantCode: string;
|
|
10949
11819
|
/**
|
|
10950
11820
|
* Field usage depends on `service` value:
|
|
10951
11821
|
* - Service `reltio`: * tenant(s)
|
|
@@ -10970,7 +11840,7 @@ export interface GetConnectorConfig {
|
|
|
10970
11840
|
/**
|
|
10971
11841
|
* Field usage depends on `service` value:
|
|
10972
11842
|
* - Service `ivanti`: Your Ivanti Tenant URL.
|
|
10973
|
-
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management
|
|
11843
|
+
* - Service `playvoxWorkforceManagement`: Your Playvox Workforce Management tenant URL.
|
|
10974
11844
|
* - Service `reltio`: Your Reltio tenant URL.
|
|
10975
11845
|
*/
|
|
10976
11846
|
tenantUrl: string;
|
|
@@ -11021,6 +11891,16 @@ export interface GetConnectorConfig {
|
|
|
11021
11891
|
* - Service `yahooGemini`: Number of months' worth of reporting data you'd like to include in your initial sync. This cannot be modified once the connector is created. Default value: `TWELVE`.
|
|
11022
11892
|
*/
|
|
11023
11893
|
timeframeMonths: string;
|
|
11894
|
+
/**
|
|
11895
|
+
* Field usage depends on `service` value:
|
|
11896
|
+
* - Service `rokt`: Your Rokt timezone.
|
|
11897
|
+
*/
|
|
11898
|
+
timezone: string;
|
|
11899
|
+
/**
|
|
11900
|
+
* Field usage depends on `service` value:
|
|
11901
|
+
* - Service `appleSearchAds`: Determines whether to use UTC or the users timezone from the apple account
|
|
11902
|
+
*/
|
|
11903
|
+
timezoneMode: string;
|
|
11024
11904
|
/**
|
|
11025
11905
|
* Field usage depends on `service` value:
|
|
11026
11906
|
* - Service `oracleHva`: Single-tenant database: The database's SID. Multi-tenant database: The database's TNS.
|
|
@@ -11034,8 +11914,11 @@ export interface GetConnectorConfig {
|
|
|
11034
11914
|
toastId: string;
|
|
11035
11915
|
/**
|
|
11036
11916
|
* Field usage depends on `service` value:
|
|
11917
|
+
* - Service `khorosCommunities`: Your Khoros Communities token.
|
|
11918
|
+
* - Service `matomo`: Your Matomo auth token.
|
|
11037
11919
|
* - Service `mode`: Your Mode Token.
|
|
11038
11920
|
* - Service `oracleMoatAnalytics`: Your Oracle Moat Analytics Token.
|
|
11921
|
+
* - Service `shareasale`: Your ShareASale token.
|
|
11039
11922
|
* - Service `solarwindsServiceDesk`: Your SolarWinds Service Desk token.
|
|
11040
11923
|
*/
|
|
11041
11924
|
token: string;
|
|
@@ -11073,6 +11956,11 @@ export interface GetConnectorConfig {
|
|
|
11073
11956
|
* - Service `mux`: Your Mux token secret key
|
|
11074
11957
|
*/
|
|
11075
11958
|
tokenSecretKey: string;
|
|
11959
|
+
/**
|
|
11960
|
+
* Field usage depends on `service` value:
|
|
11961
|
+
* - Service `amazonDsp`: Your Amazon DSP token URL region.
|
|
11962
|
+
*/
|
|
11963
|
+
tokenUrlRegion: string;
|
|
11076
11964
|
/**
|
|
11077
11965
|
* Field usage depends on `service` value:
|
|
11078
11966
|
* - Service `azureServiceBus`: The comma-separated list of topics which should be synced. Required if you do not have manage permissions
|
|
@@ -11445,6 +12333,7 @@ export interface GetConnectorConfig {
|
|
|
11445
12333
|
* - Service `okendo`: Your Okendo user ID.
|
|
11446
12334
|
* - Service `playvox`: Your Playvox User ID.
|
|
11447
12335
|
* - Service `sageIntacct`: User ID
|
|
12336
|
+
* - Service `vimeo`: Your Vimeo user ID.
|
|
11448
12337
|
*/
|
|
11449
12338
|
userId: string;
|
|
11450
12339
|
userKey: string;
|
|
@@ -11469,22 +12358,27 @@ export interface GetConnectorConfig {
|
|
|
11469
12358
|
* Field usage depends on `service` value:
|
|
11470
12359
|
* - Service `absorbLms`: Your Absorb LMS username.
|
|
11471
12360
|
* - Service `adobeCommerce`: Your Adobe Commerce username.
|
|
12361
|
+
* - Service `akeneo`: Your Akeneo username.
|
|
11472
12362
|
* - Service `anaplan`: Your Anaplan user ID. Must be populated if `authMode` is set to `Basic`.
|
|
11473
12363
|
* - Service `appfigures`: Your Appfigures Username.
|
|
12364
|
+
* - Service `avevaPi`: Username for the user to authenticate as with the AF Server
|
|
11474
12365
|
* - Service `ceridianDayforce`: Your Ceridian Dayforce Username.
|
|
11475
12366
|
* - Service `churnzero`: Your ChurnZero username.
|
|
11476
12367
|
* - Service `cin7`: Your Cin7 API Username.
|
|
11477
12368
|
* - Service `collibra`: Your collibra username.
|
|
12369
|
+
* - Service `complianceCheckpoint`: Your Compliance Checkpoint account username.
|
|
11478
12370
|
* - Service `concur`: The SAP Concur username.
|
|
11479
12371
|
* - Service `confluence`: Your Confluence username.
|
|
11480
12372
|
* - Service `contrastSecurity`: Your Contrast Security API Username.
|
|
11481
12373
|
* - Service `dclLogistics`: Your DCL Logistics username.
|
|
12374
|
+
* - Service `deposco`: Your Deposco username.
|
|
11482
12375
|
* - Service `github`: `Login` of your GitHub profile.
|
|
11483
12376
|
* - Service `gladly`: Your Gladly Username.
|
|
11484
12377
|
* - Service `globalmeet`: Your GlobalMeet Username.
|
|
11485
12378
|
* - Service `gorgias`: Your Gorgias username.
|
|
11486
12379
|
* - Service `greenPowerMonitor`: Your GreenPowerMonitor username.
|
|
11487
12380
|
* - Service `guru`: Your Guru username.
|
|
12381
|
+
* - Service `hiltiOntrack`: Your Hilti On!Track username.
|
|
11488
12382
|
* - Service `impact`: Your Impact Account SID
|
|
11489
12383
|
* - Service `integralAdScience`: Your integralAdScience username.
|
|
11490
12384
|
* - Service `itunesConnect`: Your Apple ID
|
|
@@ -11502,7 +12396,8 @@ export interface GetConnectorConfig {
|
|
|
11502
12396
|
* - Service `oracleFusionCloudAppsHcm`: The Oracle Fusion Cloud username.
|
|
11503
12397
|
* - Service `partnerize`: Your Partnerize account's username.
|
|
11504
12398
|
* - Service `pingdom`: Your Pingdom Username.
|
|
11505
|
-
* - Service `podio`: Your Podio username.
|
|
12399
|
+
* - Service `podio`: Your Podio account username.
|
|
12400
|
+
* - Service `qmaticDataConnect`: Your Qmatic Data Connect username.
|
|
11506
12401
|
* - Service `quorum`: Your Quorum username .
|
|
11507
12402
|
* - Service `revx`: Your RevX Username.
|
|
11508
12403
|
* - Service `rtbHouse`: Your RTB House username.
|
|
@@ -11514,7 +12409,9 @@ export interface GetConnectorConfig {
|
|
|
11514
12409
|
* - Service `shopware`: Your Shopware username.
|
|
11515
12410
|
* - Service `splash`: Your Splash username.
|
|
11516
12411
|
* - Service `starrez`: Your StarRez API username
|
|
12412
|
+
* - Service `stickyio`: Your sticky.io username .
|
|
11517
12413
|
* - Service `stylight`: Your Stylight Username.
|
|
12414
|
+
* - Service `sugarcrm`: Your SugarCRM username.
|
|
11518
12415
|
* - Service `teamwork`: Your Teamwork username.
|
|
11519
12416
|
* - Service `testrail`: Your TestRail username.
|
|
11520
12417
|
* - Service `ukgPro`: Your UKG Pro username.
|
|
@@ -11541,11 +12438,21 @@ export interface GetConnectorConfig {
|
|
|
11541
12438
|
* - Service `snapchatAds`: The time period to attribute conversions based on views. Default value: `DAY_1`
|
|
11542
12439
|
*/
|
|
11543
12440
|
viewAttributionWindow: string;
|
|
12441
|
+
/**
|
|
12442
|
+
* Field usage depends on `service` value:
|
|
12443
|
+
* - Service `pigment`: Your Pigment view ID.
|
|
12444
|
+
*/
|
|
12445
|
+
viewId: string;
|
|
11544
12446
|
/**
|
|
11545
12447
|
* Field usage depends on `service` value:
|
|
11546
12448
|
* - Service `linkedinAds`: The time period to attribute conversions based on views. Default value: `DAY_7`
|
|
11547
12449
|
*/
|
|
11548
12450
|
viewThroughAttributionWindowSize: string;
|
|
12451
|
+
/**
|
|
12452
|
+
* Field usage depends on `service` value:
|
|
12453
|
+
* - Service `adyen`: Your Adyen Web Service API key.
|
|
12454
|
+
*/
|
|
12455
|
+
webServiceApiKey: string;
|
|
11549
12456
|
/**
|
|
11550
12457
|
* Field usage depends on `service` value:
|
|
11551
12458
|
* - Service `appsflyer`: Webhook Url
|
|
@@ -11922,6 +12829,11 @@ export interface GetConnectorConfigReport {
|
|
|
11922
12829
|
*/
|
|
11923
12830
|
filterType: string;
|
|
11924
12831
|
filterValue: string;
|
|
12832
|
+
/**
|
|
12833
|
+
* Field usage depends on `service` value:
|
|
12834
|
+
* - Service `workday`: Select this option to generate a Primary Key for reports where no single column or combination of columns can be used to form a Primary Key.
|
|
12835
|
+
*/
|
|
12836
|
+
generateFivetranPk: boolean;
|
|
11925
12837
|
/**
|
|
11926
12838
|
* Field usage depends on `service` value:
|
|
11927
12839
|
* - Service `googleAnalytics`: The report metrics to include into a sync.
|
|
@@ -11935,6 +12847,16 @@ export interface GetConnectorConfigReport {
|
|
|
11935
12847
|
* - Service `googleAnalytics4`: The name of the Prebuilt Report from which the connector will sync the data.
|
|
11936
12848
|
*/
|
|
11937
12849
|
prebuiltReport: string;
|
|
12850
|
+
/**
|
|
12851
|
+
* Field usage depends on `service` value:
|
|
12852
|
+
* - Service `workday`: Primary Keys
|
|
12853
|
+
*/
|
|
12854
|
+
primaryKeys: string[];
|
|
12855
|
+
/**
|
|
12856
|
+
* Field usage depends on `service` value:
|
|
12857
|
+
* - Service `workday`: This is to select report format from JSON and CSV. By default, report format is JSON.
|
|
12858
|
+
*/
|
|
12859
|
+
reportFormatType: string;
|
|
11938
12860
|
/**
|
|
11939
12861
|
* Field usage depends on `service` value:
|
|
11940
12862
|
* - Service `googleAds`: The name of the Google Ads report from which the connector will sync the data. [Possible reportType values](https://developers.google.com/adwords/api/docs/appendix/reports#report-types).
|
|
@@ -11942,6 +12864,11 @@ export interface GetConnectorConfigReport {
|
|
|
11942
12864
|
* - Service `googleSearchConsole`: The type of report
|
|
11943
12865
|
*/
|
|
11944
12866
|
reportType: string;
|
|
12867
|
+
/**
|
|
12868
|
+
* Field usage depends on `service` value:
|
|
12869
|
+
* - Service `workday`: URL for a live custom report.
|
|
12870
|
+
*/
|
|
12871
|
+
reportUrl: string;
|
|
11945
12872
|
/**
|
|
11946
12873
|
* Field usage depends on `service` value:
|
|
11947
12874
|
* - Service `googleAnalytics4`: The custom window size for rollback syncs.
|
|
@@ -11959,6 +12886,11 @@ export interface GetConnectorConfigReport {
|
|
|
11959
12886
|
* - Service `googleSearchAds360`: The report segments included to sync.
|
|
11960
12887
|
*/
|
|
11961
12888
|
segments: string[];
|
|
12889
|
+
/**
|
|
12890
|
+
* Field usage depends on `service` value:
|
|
12891
|
+
* - Service `workday`: This option is to unpack the nested columns and sync them separately. By default, we sync the nested columns as JSON objects.
|
|
12892
|
+
*/
|
|
12893
|
+
supportNestedColumns: boolean;
|
|
11962
12894
|
/**
|
|
11963
12895
|
* Field usage depends on `service` value:
|
|
11964
12896
|
* - Service `googleAds`: The table name within the schema to which connector will sync the data of the specific report.
|
|
@@ -11966,6 +12898,7 @@ export interface GetConnectorConfigReport {
|
|
|
11966
12898
|
* - Service `googleAnalytics4`: The table name within the schema to which connector will sync the data of the specific report.
|
|
11967
12899
|
* - Service `googleSearchAds360`: The name of a table within the schema to which connector syncs the data of a given report.
|
|
11968
12900
|
* - Service `googleSearchConsole`: The name of a table within the schema to which connector syncs the data of a given report.
|
|
12901
|
+
* - Service `workday`: The table name within the schema to which connector will sync the data of the specific report.
|
|
11969
12902
|
*/
|
|
11970
12903
|
table: string;
|
|
11971
12904
|
/**
|
|
@@ -12149,6 +13082,88 @@ export interface GetConnectorStatusWarning {
|
|
|
12149
13082
|
*/
|
|
12150
13083
|
message: string;
|
|
12151
13084
|
}
|
|
13085
|
+
export interface GetConnectorsConnector {
|
|
13086
|
+
/**
|
|
13087
|
+
* The unique identifier of the user who has created the connector in your account.
|
|
13088
|
+
*/
|
|
13089
|
+
connectedBy: string;
|
|
13090
|
+
/**
|
|
13091
|
+
* The timestamp of the time the connector was created in your account.
|
|
13092
|
+
*/
|
|
13093
|
+
createdAt: string;
|
|
13094
|
+
/**
|
|
13095
|
+
* The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use [the baseline sync start time](https://fivetran.com/docs/getting-started/syncoverview#syncfrequencyandscheduling). This parameter has no effect on the [0 to 60 minutes offset](https://fivetran.com/docs/getting-started/syncoverview#syncstarttimesandoffsets) used to determine the actual sync start time.
|
|
13096
|
+
*/
|
|
13097
|
+
dailySyncTime: string;
|
|
13098
|
+
/**
|
|
13099
|
+
* The level of data delay notification threshold. Possible values: LOW, NORMAL, HIGH, CUSTOM. The default value NORMAL. CUSTOM is only available for customers using the Enterprise plan or above.
|
|
13100
|
+
*/
|
|
13101
|
+
dataDelaySensitivity: string;
|
|
13102
|
+
/**
|
|
13103
|
+
* Custom sync delay notification threshold in minutes. The default value is 0. This parameter is only used when data*delay*sensitivity set to CUSTOM.
|
|
13104
|
+
*/
|
|
13105
|
+
dataDelayThreshold: number;
|
|
13106
|
+
/**
|
|
13107
|
+
* The timestamp of the time the connector sync failed last time.
|
|
13108
|
+
*/
|
|
13109
|
+
failedAt: string;
|
|
13110
|
+
/**
|
|
13111
|
+
* The unique identifier for the Group (Destination) within the Fivetran system.
|
|
13112
|
+
*/
|
|
13113
|
+
groupId: string;
|
|
13114
|
+
/**
|
|
13115
|
+
* The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
|
|
13116
|
+
*/
|
|
13117
|
+
hybridDeploymentAgentId: string;
|
|
13118
|
+
/**
|
|
13119
|
+
* The unique identifier for the connector within the Fivetran system.
|
|
13120
|
+
*/
|
|
13121
|
+
id: string;
|
|
13122
|
+
/**
|
|
13123
|
+
* The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination.
|
|
13124
|
+
*/
|
|
13125
|
+
name: string;
|
|
13126
|
+
/**
|
|
13127
|
+
* Possible values: Directly, SshTunnel, ProxyAgent.
|
|
13128
|
+
*/
|
|
13129
|
+
networkingMethod: string;
|
|
13130
|
+
/**
|
|
13131
|
+
* Specifies whether the connector should be paused after the free trial period has ended.
|
|
13132
|
+
*/
|
|
13133
|
+
pauseAfterTrial: boolean;
|
|
13134
|
+
/**
|
|
13135
|
+
* Specifies whether the connector is paused.
|
|
13136
|
+
*/
|
|
13137
|
+
paused: boolean;
|
|
13138
|
+
/**
|
|
13139
|
+
* The private link ID.
|
|
13140
|
+
*/
|
|
13141
|
+
privateLinkId: string;
|
|
13142
|
+
/**
|
|
13143
|
+
* The proxy agent ID.
|
|
13144
|
+
*/
|
|
13145
|
+
proxyAgentId: string;
|
|
13146
|
+
/**
|
|
13147
|
+
* The connector schedule configuration type. Supported values: auto, manual.
|
|
13148
|
+
*/
|
|
13149
|
+
scheduleType: string;
|
|
13150
|
+
/**
|
|
13151
|
+
* The connector type id within the Fivetran system.
|
|
13152
|
+
*/
|
|
13153
|
+
service: string;
|
|
13154
|
+
/**
|
|
13155
|
+
* The connector type version within the Fivetran system.
|
|
13156
|
+
*/
|
|
13157
|
+
serviceVersion: string;
|
|
13158
|
+
/**
|
|
13159
|
+
* The timestamp of the time the connector sync succeeded last time.
|
|
13160
|
+
*/
|
|
13161
|
+
succeededAt: string;
|
|
13162
|
+
/**
|
|
13163
|
+
* The connector sync frequency in minutes.
|
|
13164
|
+
*/
|
|
13165
|
+
syncFrequency: number;
|
|
13166
|
+
}
|
|
12152
13167
|
export interface GetConnectorsMetadataSource {
|
|
12153
13168
|
/**
|
|
12154
13169
|
* The description characterizing the purpose of the connector.
|
|
@@ -12321,10 +13336,23 @@ export interface GetDestinationConfig {
|
|
|
12321
13336
|
auth: string;
|
|
12322
13337
|
/**
|
|
12323
13338
|
* Field usage depends on `service` value:
|
|
13339
|
+
* - Service `adls`: Authentication type
|
|
12324
13340
|
* - Service `databricks`: Authentication type
|
|
13341
|
+
* - Service `newS3Datalake`: Authentication type
|
|
13342
|
+
* - Service `onelake`: Authentication type
|
|
12325
13343
|
* - Service `redshift`: Authentication type. Default value: `PASSWORD`.
|
|
12326
13344
|
*/
|
|
12327
13345
|
authType: string;
|
|
13346
|
+
/**
|
|
13347
|
+
* Field usage depends on `service` value:
|
|
13348
|
+
* - Service `newS3Datalake`: AWS access key to access the S3 bucket and AWS Glue
|
|
13349
|
+
*/
|
|
13350
|
+
awsAccessKeyId: string;
|
|
13351
|
+
/**
|
|
13352
|
+
* Field usage depends on `service` value:
|
|
13353
|
+
* - Service `newS3Datalake`: AWS secret access key to access the S3 bucket and AWS Glue
|
|
13354
|
+
*/
|
|
13355
|
+
awsSecretAccessKey: string;
|
|
12328
13356
|
/**
|
|
12329
13357
|
* Field usage depends on `service` value:
|
|
12330
13358
|
* - Service `confluentCloudWh`: Comma-separated list of Confluent Cloud servers in the `server:port` format.
|
|
@@ -12335,12 +13363,15 @@ export interface GetDestinationConfig {
|
|
|
12335
13363
|
* - Service `bigQuery`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
|
|
12336
13364
|
* - Service `bigQueryDts`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
|
|
12337
13365
|
* - Service `managedBigQuery`: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location.
|
|
12338
|
-
* - Service `newS3Datalake`: The name of the bucket to be used as destination
|
|
13366
|
+
* - Service `newS3Datalake`: (Immutable) The name of the bucket to be used as destination
|
|
12339
13367
|
*/
|
|
12340
13368
|
bucket: string;
|
|
12341
13369
|
/**
|
|
12342
13370
|
* Field usage depends on `service` value:
|
|
13371
|
+
* - Service `adls`: Catalog name
|
|
12343
13372
|
* - Service `databricks`: Catalog name
|
|
13373
|
+
* - Service `newS3Datalake`: Catalog name
|
|
13374
|
+
* - Service `onelake`: Catalog name
|
|
12344
13375
|
*/
|
|
12345
13376
|
catalog: string;
|
|
12346
13377
|
/**
|
|
@@ -12396,7 +13427,7 @@ export interface GetDestinationConfig {
|
|
|
12396
13427
|
connectionType: string;
|
|
12397
13428
|
/**
|
|
12398
13429
|
* Field usage depends on `service` value:
|
|
12399
|
-
* - Service `adls`: Container to store delta table files
|
|
13430
|
+
* - Service `adls`: (Immutable) Container to store delta table files
|
|
12400
13431
|
* - Service `onelake`: Workspace name to store delta table files
|
|
12401
13432
|
*/
|
|
12402
13433
|
containerName: string;
|
|
@@ -12441,6 +13472,13 @@ export interface GetDestinationConfig {
|
|
|
12441
13472
|
* - Service `sqlServerWarehouse`: Database name
|
|
12442
13473
|
*/
|
|
12443
13474
|
database: string;
|
|
13475
|
+
/**
|
|
13476
|
+
* Field usage depends on `service` value:
|
|
13477
|
+
* - Service `adls`: Databricks Connection method. Default value: `Directly`.
|
|
13478
|
+
* - Service `newS3Datalake`: Databricks Connection method. Default value: `Directly`.
|
|
13479
|
+
* - Service `onelake`: Databricks Connection method. Default value: `Directly`.
|
|
13480
|
+
*/
|
|
13481
|
+
databricksConnectionType: string;
|
|
12444
13482
|
enableRemoteExecution: boolean;
|
|
12445
13483
|
/**
|
|
12446
13484
|
* Field usage depends on `service` value:
|
|
@@ -12487,7 +13525,10 @@ export interface GetDestinationConfig {
|
|
|
12487
13525
|
host: string;
|
|
12488
13526
|
/**
|
|
12489
13527
|
* Field usage depends on `service` value:
|
|
13528
|
+
* - Service `adls`: HTTP path
|
|
12490
13529
|
* - Service `databricks`: HTTP path
|
|
13530
|
+
* - Service `newS3Datalake`: HTTP path
|
|
13531
|
+
* - Service `onelake`: HTTP path
|
|
12491
13532
|
*/
|
|
12492
13533
|
httpPath: string;
|
|
12493
13534
|
/**
|
|
@@ -12507,7 +13548,12 @@ export interface GetDestinationConfig {
|
|
|
12507
13548
|
isRedshiftServerless: boolean;
|
|
12508
13549
|
/**
|
|
12509
13550
|
* Field usage depends on `service` value:
|
|
12510
|
-
* - Service `onelake`:
|
|
13551
|
+
* - Service `onelake`: (Immutable) OneLake lakehouse GUID
|
|
13552
|
+
*/
|
|
13553
|
+
lakehouseGuid: string;
|
|
13554
|
+
/**
|
|
13555
|
+
* Field usage depends on `service` value:
|
|
13556
|
+
* - Service `onelake`: (Immutable) Name of your lakehouse
|
|
12511
13557
|
*/
|
|
12512
13558
|
lakehouseName: string;
|
|
12513
13559
|
mskStsRegion: string;
|
|
@@ -12518,12 +13564,18 @@ export interface GetDestinationConfig {
|
|
|
12518
13564
|
numOfPartitions: number;
|
|
12519
13565
|
/**
|
|
12520
13566
|
* Field usage depends on `service` value:
|
|
13567
|
+
* - Service `adls`: OAuth 2.0 client ID
|
|
12521
13568
|
* - Service `databricks`: OAuth 2.0 client ID
|
|
13569
|
+
* - Service `newS3Datalake`: OAuth 2.0 client ID
|
|
13570
|
+
* - Service `onelake`: OAuth 2.0 client ID
|
|
12522
13571
|
*/
|
|
12523
13572
|
oauth2ClientId: string;
|
|
12524
13573
|
/**
|
|
12525
13574
|
* Field usage depends on `service` value:
|
|
13575
|
+
* - Service `adls`: OAuth 2.0 secret
|
|
12526
13576
|
* - Service `databricks`: OAuth 2.0 secret
|
|
13577
|
+
* - Service `newS3Datalake`: OAuth 2.0 secret
|
|
13578
|
+
* - Service `onelake`: OAuth 2.0 secret
|
|
12527
13579
|
*/
|
|
12528
13580
|
oauth2Secret: string;
|
|
12529
13581
|
/**
|
|
@@ -12556,11 +13608,15 @@ export interface GetDestinationConfig {
|
|
|
12556
13608
|
password: string;
|
|
12557
13609
|
/**
|
|
12558
13610
|
* Field usage depends on `service` value:
|
|
13611
|
+
* - Service `adls`: Personal access token
|
|
12559
13612
|
* - Service `databricks`: Personal access token
|
|
13613
|
+
* - Service `newS3Datalake`: Personal access token
|
|
13614
|
+
* - Service `onelake`: Personal access token
|
|
12560
13615
|
*/
|
|
12561
13616
|
personalAccessToken: string;
|
|
12562
13617
|
/**
|
|
12563
13618
|
* Field usage depends on `service` value:
|
|
13619
|
+
* - Service `adls`: Server port number
|
|
12564
13620
|
* - Service `auroraPostgresWarehouse`: Server port number
|
|
12565
13621
|
* - Service `auroraWarehouse`: Server port number
|
|
12566
13622
|
* - Service `azurePostgresWarehouse`: Server port number
|
|
@@ -12572,6 +13628,8 @@ export interface GetDestinationConfig {
|
|
|
12572
13628
|
* - Service `mariaWarehouse`: Server port number
|
|
12573
13629
|
* - Service `mysqlRdsWarehouse`: Server port number
|
|
12574
13630
|
* - Service `mysqlWarehouse`: Server port number
|
|
13631
|
+
* - Service `newS3Datalake`: Server port number
|
|
13632
|
+
* - Service `onelake`: Server port number
|
|
12575
13633
|
* - Service `panoply`: Server port number
|
|
12576
13634
|
* - Service `periscopeWarehouse`: Server port number
|
|
12577
13635
|
* - Service `postgresGcpWarehouse`: Server port number
|
|
@@ -12585,9 +13643,9 @@ export interface GetDestinationConfig {
|
|
|
12585
13643
|
port: number;
|
|
12586
13644
|
/**
|
|
12587
13645
|
* Field usage depends on `service` value:
|
|
12588
|
-
* - Service `adls`: path/to/data within the container
|
|
12589
|
-
* - Service `newS3Datalake`: Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy
|
|
12590
|
-
* - Service `onelake`: path/to/data within your lakehouse inside the Files directory
|
|
13646
|
+
* - Service `adls`: (Immutable) path/to/data within the container
|
|
13647
|
+
* - Service `newS3Datalake`: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy
|
|
13648
|
+
* - Service `onelake`: (Immutable) path/to/data within your lakehouse inside the Files directory
|
|
12591
13649
|
*/
|
|
12592
13650
|
prefixPath: string;
|
|
12593
13651
|
/**
|
|
@@ -12724,9 +13782,19 @@ export interface GetDestinationConfig {
|
|
|
12724
13782
|
securityProtocol: string;
|
|
12725
13783
|
/**
|
|
12726
13784
|
* Field usage depends on `service` value:
|
|
13785
|
+
* - Service `adls`: Server Host name
|
|
12727
13786
|
* - Service `databricks`: Server name
|
|
13787
|
+
* - Service `newS3Datalake`: Server host name
|
|
13788
|
+
* - Service `onelake`: Server Host name
|
|
12728
13789
|
*/
|
|
12729
13790
|
serverHostName: string;
|
|
13791
|
+
/**
|
|
13792
|
+
* Field usage depends on `service` value:
|
|
13793
|
+
* - Service `adls`: Should maintain tables in Databricks
|
|
13794
|
+
* - Service `newS3Datalake`: Should maintain tables in Databricks
|
|
13795
|
+
* - Service `onelake`: Should maintain tables in Databricks
|
|
13796
|
+
*/
|
|
13797
|
+
shouldMaintainTablesInDatabricks: boolean;
|
|
12730
13798
|
/**
|
|
12731
13799
|
* Field usage depends on `service` value:
|
|
12732
13800
|
* - Service `adls`: Snapshots older than the retention period are deleted every week. Default value: `ONE_WEEK`.
|
|
@@ -12738,8 +13806,8 @@ export interface GetDestinationConfig {
|
|
|
12738
13806
|
snowflakeRegion: string;
|
|
12739
13807
|
/**
|
|
12740
13808
|
* Field usage depends on `service` value:
|
|
12741
|
-
* - Service `adls`: Storage account for Azure Data Lake Storage Gen2 name
|
|
12742
|
-
* - Service `onelake`: Storage account for Azure Data Lake Storage Gen2 name
|
|
13809
|
+
* - Service `adls`: (Immutable) Storage account for Azure Data Lake Storage Gen2 name
|
|
13810
|
+
* - Service `onelake`: (Immutable) Storage account for Azure Data Lake Storage Gen2 name
|
|
12743
13811
|
*/
|
|
12744
13812
|
storageAccountName: string;
|
|
12745
13813
|
/**
|
|
@@ -12842,6 +13910,11 @@ export interface GetDestinationConfig {
|
|
|
12842
13910
|
* - Service `sqlServerWarehouse`: Database user name
|
|
12843
13911
|
*/
|
|
12844
13912
|
user: string;
|
|
13913
|
+
/**
|
|
13914
|
+
* Field usage depends on `service` value:
|
|
13915
|
+
* - Service `onelake`: (Immutable) OneLake workspace GUID
|
|
13916
|
+
*/
|
|
13917
|
+
workspaceGuid: string;
|
|
12845
13918
|
/**
|
|
12846
13919
|
* Field usage depends on `service` value:
|
|
12847
13920
|
* - Service `onelake`: OneLake workspace name
|
|
@@ -12866,6 +13939,48 @@ export interface GetDestinationFingerprintsFingerprint {
|
|
|
12866
13939
|
*/
|
|
12867
13940
|
validatedDate: string;
|
|
12868
13941
|
}
|
|
13942
|
+
export interface GetDestinationsDestination {
|
|
13943
|
+
/**
|
|
13944
|
+
* Shift my UTC offset with daylight savings time (US Only)
|
|
13945
|
+
*/
|
|
13946
|
+
daylightSavingTimeEnabled: boolean;
|
|
13947
|
+
/**
|
|
13948
|
+
* The unique identifier for the Group within the Fivetran system.
|
|
13949
|
+
*/
|
|
13950
|
+
groupId: string;
|
|
13951
|
+
/**
|
|
13952
|
+
* The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
|
|
13953
|
+
*/
|
|
13954
|
+
hybridDeploymentAgentId: string;
|
|
13955
|
+
/**
|
|
13956
|
+
* The unique identifier for the destination within the Fivetran system.
|
|
13957
|
+
*/
|
|
13958
|
+
id: string;
|
|
13959
|
+
/**
|
|
13960
|
+
* Possible values: Directly, SshTunnel, ProxyAgent.
|
|
13961
|
+
*/
|
|
13962
|
+
networkingMethod: string;
|
|
13963
|
+
/**
|
|
13964
|
+
* The private link ID.
|
|
13965
|
+
*/
|
|
13966
|
+
privateLinkId: string;
|
|
13967
|
+
/**
|
|
13968
|
+
* Data processing location. This is where Fivetran will operate and run computation on data.
|
|
13969
|
+
*/
|
|
13970
|
+
region: string;
|
|
13971
|
+
/**
|
|
13972
|
+
* The destination type id within the Fivetran system.
|
|
13973
|
+
*/
|
|
13974
|
+
service: string;
|
|
13975
|
+
/**
|
|
13976
|
+
* Destination setup status.
|
|
13977
|
+
*/
|
|
13978
|
+
setupStatus: string;
|
|
13979
|
+
/**
|
|
13980
|
+
* Determines the time zone for the Fivetran sync schedule.
|
|
13981
|
+
*/
|
|
13982
|
+
timeZoneOffset: string;
|
|
13983
|
+
}
|
|
12869
13984
|
export interface GetExternalLoggingConfig {
|
|
12870
13985
|
/**
|
|
12871
13986
|
* API Key
|
|
@@ -12928,6 +14043,20 @@ export interface GetExternalLoggingConfig {
|
|
|
12928
14043
|
*/
|
|
12929
14044
|
workspaceId?: string;
|
|
12930
14045
|
}
|
|
14046
|
+
export interface GetExternalLogsLog {
|
|
14047
|
+
/**
|
|
14048
|
+
* The boolean value specifying whether the log service is enabled.
|
|
14049
|
+
*/
|
|
14050
|
+
enabled: boolean;
|
|
14051
|
+
/**
|
|
14052
|
+
* The unique identifier for the log service within the Fivetran system.
|
|
14053
|
+
*/
|
|
14054
|
+
id: string;
|
|
14055
|
+
/**
|
|
14056
|
+
* The name for the log service type within the Fivetran system. We support the following log services: azure*monitor*log, cloudwatch, datadog*log, new*relic_log, splunkLog, stackdriver.
|
|
14057
|
+
*/
|
|
14058
|
+
service: string;
|
|
14059
|
+
}
|
|
12931
14060
|
export interface GetGroupConnectorsConnector {
|
|
12932
14061
|
/**
|
|
12933
14062
|
* The unique identifier of the user who has created the connector in your account
|
|
@@ -13107,53 +14236,6 @@ export interface GetHybridDeploymentAgentsItem {
|
|
|
13107
14236
|
*/
|
|
13108
14237
|
registeredAt: string;
|
|
13109
14238
|
}
|
|
13110
|
-
export interface GetLocalProcessingAgentUsage {
|
|
13111
|
-
/**
|
|
13112
|
-
* The unique identifier of the connection associated with the agent.
|
|
13113
|
-
*/
|
|
13114
|
-
connectionId: string;
|
|
13115
|
-
/**
|
|
13116
|
-
* The connection schema name.
|
|
13117
|
-
*/
|
|
13118
|
-
schema: string;
|
|
13119
|
-
/**
|
|
13120
|
-
* The connection type.
|
|
13121
|
-
*/
|
|
13122
|
-
service: string;
|
|
13123
|
-
}
|
|
13124
|
-
export interface GetLocalProcessingAgentsItem {
|
|
13125
|
-
/**
|
|
13126
|
-
* The unique name for the local processing agent.
|
|
13127
|
-
*/
|
|
13128
|
-
displayName: string;
|
|
13129
|
-
/**
|
|
13130
|
-
* The unique identifier for the Group within the Fivetran system.
|
|
13131
|
-
*/
|
|
13132
|
-
groupId: string;
|
|
13133
|
-
/**
|
|
13134
|
-
* The unique identifier for the local processing agent within your account.
|
|
13135
|
-
*/
|
|
13136
|
-
id: string;
|
|
13137
|
-
/**
|
|
13138
|
-
* The timestamp of the time the local processing agent was created in your account.
|
|
13139
|
-
*/
|
|
13140
|
-
registeredAt: string;
|
|
13141
|
-
usages: outputs.GetLocalProcessingAgentsItemUsage[];
|
|
13142
|
-
}
|
|
13143
|
-
export interface GetLocalProcessingAgentsItemUsage {
|
|
13144
|
-
/**
|
|
13145
|
-
* The unique identifier of the connection associated with the agent.
|
|
13146
|
-
*/
|
|
13147
|
-
connectionId: string;
|
|
13148
|
-
/**
|
|
13149
|
-
* The connection schema name.
|
|
13150
|
-
*/
|
|
13151
|
-
schema: string;
|
|
13152
|
-
/**
|
|
13153
|
-
* The connection type.
|
|
13154
|
-
*/
|
|
13155
|
-
service: string;
|
|
13156
|
-
}
|
|
13157
14239
|
export interface GetPrivateLinksItem {
|
|
13158
14240
|
/**
|
|
13159
14241
|
* The cloud provider name.
|
|
@@ -13222,6 +14304,28 @@ export interface GetProxyAgentsItem {
|
|
|
13222
14304
|
*/
|
|
13223
14305
|
token: string;
|
|
13224
14306
|
}
|
|
14307
|
+
export interface GetQuickstartPackagesPackage {
|
|
14308
|
+
/**
|
|
14309
|
+
* The set of connector types
|
|
14310
|
+
*/
|
|
14311
|
+
connectorTypes: string[];
|
|
14312
|
+
/**
|
|
14313
|
+
* The unique identifier for the Quickstart transformation package definition within the Fivetran system
|
|
14314
|
+
*/
|
|
14315
|
+
id: string;
|
|
14316
|
+
/**
|
|
14317
|
+
* The Quickstart transformation package name
|
|
14318
|
+
*/
|
|
14319
|
+
name: string;
|
|
14320
|
+
/**
|
|
14321
|
+
* The list of transformation output models
|
|
14322
|
+
*/
|
|
14323
|
+
outputModelNames: string[];
|
|
14324
|
+
/**
|
|
14325
|
+
* The Quickstart package definition version
|
|
14326
|
+
*/
|
|
14327
|
+
version: string;
|
|
14328
|
+
}
|
|
13225
14329
|
export interface GetRolesRole {
|
|
13226
14330
|
/**
|
|
13227
14331
|
* The role description
|
|
@@ -13296,6 +14400,232 @@ export interface GetTeamsTeam {
|
|
|
13296
14400
|
*/
|
|
13297
14401
|
role: string;
|
|
13298
14402
|
}
|
|
14403
|
+
export interface GetTransformationProjectProjectConfig {
|
|
14404
|
+
/**
|
|
14405
|
+
* The version of transformation that should run the project
|
|
14406
|
+
*/
|
|
14407
|
+
dbtVersion: string;
|
|
14408
|
+
/**
|
|
14409
|
+
* Default schema in destination. This production schema will contain your transformed data.
|
|
14410
|
+
*/
|
|
14411
|
+
defaultSchema: string;
|
|
14412
|
+
/**
|
|
14413
|
+
* List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
|
|
14414
|
+
*/
|
|
14415
|
+
environmentVars: string[];
|
|
14416
|
+
/**
|
|
14417
|
+
* Folder in Git repo with your transformation project
|
|
14418
|
+
*/
|
|
14419
|
+
folderPath: string;
|
|
14420
|
+
/**
|
|
14421
|
+
* Git branch
|
|
14422
|
+
*/
|
|
14423
|
+
gitBranch: string;
|
|
14424
|
+
/**
|
|
14425
|
+
* Git remote URL with your transformation project
|
|
14426
|
+
*/
|
|
14427
|
+
gitRemoteUrl: string;
|
|
14428
|
+
/**
|
|
14429
|
+
* Public key to grant Fivetran SSH access to git repository.
|
|
14430
|
+
*/
|
|
14431
|
+
publicKey: string;
|
|
14432
|
+
/**
|
|
14433
|
+
* Target name to set or override the value from the deployment.yaml
|
|
14434
|
+
*/
|
|
14435
|
+
targetName: string;
|
|
14436
|
+
/**
|
|
14437
|
+
* The number of threads transformation will use (from 1 to 32). Make sure this value is compatible with your destination type. For example, Snowflake supports only 8 concurrent queries on an X-Small warehouse.
|
|
14438
|
+
*/
|
|
14439
|
+
threads: number;
|
|
14440
|
+
}
|
|
14441
|
+
export interface GetTransformationProjectsProject {
|
|
14442
|
+
/**
|
|
14443
|
+
* The timestamp of when the project was created in your account.
|
|
14444
|
+
*/
|
|
14445
|
+
createdAt: string;
|
|
14446
|
+
/**
|
|
14447
|
+
* The unique identifier for the User within the Fivetran system who created the transformation Project.
|
|
14448
|
+
*/
|
|
14449
|
+
createdById: string;
|
|
14450
|
+
/**
|
|
14451
|
+
* The name of the group within your account related to the project.
|
|
14452
|
+
*/
|
|
14453
|
+
groupId: string;
|
|
14454
|
+
/**
|
|
14455
|
+
* The unique identifier for the transformation project within the Fivetran system.
|
|
14456
|
+
*/
|
|
14457
|
+
id: string;
|
|
14458
|
+
/**
|
|
14459
|
+
* Transformation project type.
|
|
14460
|
+
*/
|
|
14461
|
+
type: string;
|
|
14462
|
+
}
|
|
14463
|
+
export interface GetTransformationSchedule {
|
|
14464
|
+
/**
|
|
14465
|
+
* The list of the connection identifiers to be used for the integrated schedule. Not expected for QUICKSTART transformations
|
|
14466
|
+
*/
|
|
14467
|
+
connectionIds: string[];
|
|
14468
|
+
/**
|
|
14469
|
+
* Cron schedule: list of CRON strings. Used for for CRON schedule type
|
|
14470
|
+
*/
|
|
14471
|
+
crons: string[];
|
|
14472
|
+
/**
|
|
14473
|
+
* The set of the days of the week the transformation should be launched on. The following values are supported: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Used for for INTEGRATED schedule type
|
|
14474
|
+
*/
|
|
14475
|
+
daysOfWeeks: string[];
|
|
14476
|
+
/**
|
|
14477
|
+
* The time interval in minutes between subsequent transformation runs. Used for for INTERVAL schedule type
|
|
14478
|
+
*/
|
|
14479
|
+
interval: number;
|
|
14480
|
+
/**
|
|
14481
|
+
* The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIME*OF*DAY, INTERVAL, CRON.
|
|
14482
|
+
*/
|
|
14483
|
+
scheduleType: string;
|
|
14484
|
+
/**
|
|
14485
|
+
* The boolean flag that enables the Smart Syncing schedule
|
|
14486
|
+
*/
|
|
14487
|
+
smartSyncing: boolean;
|
|
14488
|
+
/**
|
|
14489
|
+
* The time of the day the transformation should be launched at. Supported values are: "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00". Used for for TIME*OF*DAY schedule type
|
|
14490
|
+
*/
|
|
14491
|
+
timeOfDay: string;
|
|
14492
|
+
}
|
|
14493
|
+
export interface GetTransformationTransformationConfig {
|
|
14494
|
+
/**
|
|
14495
|
+
* The list of the connection identifiers to be used for the integrated schedule. Also used to identify package*name automatically if package*name was not specified
|
|
14496
|
+
*/
|
|
14497
|
+
connectionIds: string[];
|
|
14498
|
+
/**
|
|
14499
|
+
* The list of excluded output model names
|
|
14500
|
+
*/
|
|
14501
|
+
excludedModels: string[];
|
|
14502
|
+
/**
|
|
14503
|
+
* The transformation name
|
|
14504
|
+
*/
|
|
14505
|
+
name: string;
|
|
14506
|
+
/**
|
|
14507
|
+
* The Quickstart transformation package name
|
|
14508
|
+
*/
|
|
14509
|
+
packageName: string;
|
|
14510
|
+
/**
|
|
14511
|
+
* The unique identifier for the dbt Core project within the Fivetran system
|
|
14512
|
+
*/
|
|
14513
|
+
projectId: string;
|
|
14514
|
+
steps: outputs.GetTransformationTransformationConfigStep[];
|
|
14515
|
+
/**
|
|
14516
|
+
* The boolean flag indicating that a newer version is available for the transformation package
|
|
14517
|
+
*/
|
|
14518
|
+
upgradeAvailable: boolean;
|
|
14519
|
+
}
|
|
14520
|
+
export interface GetTransformationTransformationConfigStep {
|
|
14521
|
+
/**
|
|
14522
|
+
* The dbt command in the transformation step
|
|
14523
|
+
*/
|
|
14524
|
+
command: string;
|
|
14525
|
+
/**
|
|
14526
|
+
* The step name
|
|
14527
|
+
*/
|
|
14528
|
+
name: string;
|
|
14529
|
+
}
|
|
14530
|
+
export interface GetTransformationsTransformation {
|
|
14531
|
+
/**
|
|
14532
|
+
* The timestamp of when the transformation was created in your account.
|
|
14533
|
+
*/
|
|
14534
|
+
createdAt: string;
|
|
14535
|
+
/**
|
|
14536
|
+
* The unique identifier for the User within the Fivetran system who created the transformation.
|
|
14537
|
+
*/
|
|
14538
|
+
createdById: string;
|
|
14539
|
+
/**
|
|
14540
|
+
* The unique identifier for the Transformation within the Fivetran system.
|
|
14541
|
+
*/
|
|
14542
|
+
id: string;
|
|
14543
|
+
/**
|
|
14544
|
+
* Identifiers of related models.
|
|
14545
|
+
*/
|
|
14546
|
+
outputModelNames: string[];
|
|
14547
|
+
/**
|
|
14548
|
+
* The field indicating whether the transformation will be set into the paused state. By default, the value is false.
|
|
14549
|
+
*/
|
|
14550
|
+
paused: boolean;
|
|
14551
|
+
schedule?: outputs.GetTransformationsTransformationSchedule;
|
|
14552
|
+
/**
|
|
14553
|
+
* Status of transformation Project (NOT_READY, READY, ERROR).
|
|
14554
|
+
*/
|
|
14555
|
+
status: string;
|
|
14556
|
+
transformationConfig?: outputs.GetTransformationsTransformationTransformationConfig;
|
|
14557
|
+
/**
|
|
14558
|
+
* Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
|
|
14559
|
+
*/
|
|
14560
|
+
type: string;
|
|
14561
|
+
}
|
|
14562
|
+
export interface GetTransformationsTransformationSchedule {
|
|
14563
|
+
/**
|
|
14564
|
+
* The list of the connection identifiers to be used for the integrated schedule. Not expected for QUICKSTART transformations
|
|
14565
|
+
*/
|
|
14566
|
+
connectionIds: string[];
|
|
14567
|
+
/**
|
|
14568
|
+
* Cron schedule: list of CRON strings. Used for for CRON schedule type
|
|
14569
|
+
*/
|
|
14570
|
+
crons: string[];
|
|
14571
|
+
/**
|
|
14572
|
+
* The set of the days of the week the transformation should be launched on. The following values are supported: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Used for for INTEGRATED schedule type
|
|
14573
|
+
*/
|
|
14574
|
+
daysOfWeeks: string[];
|
|
14575
|
+
/**
|
|
14576
|
+
* The time interval in minutes between subsequent transformation runs. Used for for INTERVAL schedule type
|
|
14577
|
+
*/
|
|
14578
|
+
interval: number;
|
|
14579
|
+
/**
|
|
14580
|
+
* The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIME*OF*DAY, INTERVAL, CRON.
|
|
14581
|
+
*/
|
|
14582
|
+
scheduleType: string;
|
|
14583
|
+
/**
|
|
14584
|
+
* The boolean flag that enables the Smart Syncing schedule
|
|
14585
|
+
*/
|
|
14586
|
+
smartSyncing: boolean;
|
|
14587
|
+
/**
|
|
14588
|
+
* The time of the day the transformation should be launched at. Supported values are: "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00". Used for for TIME*OF*DAY schedule type
|
|
14589
|
+
*/
|
|
14590
|
+
timeOfDay: string;
|
|
14591
|
+
}
|
|
14592
|
+
export interface GetTransformationsTransformationTransformationConfig {
|
|
14593
|
+
/**
|
|
14594
|
+
* The list of the connection identifiers to be used for the integrated schedule. Also used to identify package*name automatically if package*name was not specified
|
|
14595
|
+
*/
|
|
14596
|
+
connectionIds: string[];
|
|
14597
|
+
/**
|
|
14598
|
+
* The list of excluded output model names
|
|
14599
|
+
*/
|
|
14600
|
+
excludedModels: string[];
|
|
14601
|
+
/**
|
|
14602
|
+
* The transformation name
|
|
14603
|
+
*/
|
|
14604
|
+
name: string;
|
|
14605
|
+
/**
|
|
14606
|
+
* The Quickstart transformation package name
|
|
14607
|
+
*/
|
|
14608
|
+
packageName: string;
|
|
14609
|
+
/**
|
|
14610
|
+
* The unique identifier for the dbt Core project within the Fivetran system
|
|
14611
|
+
*/
|
|
14612
|
+
projectId: string;
|
|
14613
|
+
steps: outputs.GetTransformationsTransformationTransformationConfigStep[];
|
|
14614
|
+
/**
|
|
14615
|
+
* The boolean flag indicating that a newer version is available for the transformation package
|
|
14616
|
+
*/
|
|
14617
|
+
upgradeAvailable: boolean;
|
|
14618
|
+
}
|
|
14619
|
+
export interface GetTransformationsTransformationTransformationConfigStep {
|
|
14620
|
+
/**
|
|
14621
|
+
* The dbt command in the transformation step
|
|
14622
|
+
*/
|
|
14623
|
+
command: string;
|
|
14624
|
+
/**
|
|
14625
|
+
* The step name
|
|
14626
|
+
*/
|
|
14627
|
+
name: string;
|
|
14628
|
+
}
|
|
13299
14629
|
export interface GetUserConnectorMembershipsConnector {
|
|
13300
14630
|
/**
|
|
13301
14631
|
* The connector unique identifier
|
|
@@ -13422,20 +14752,6 @@ export interface GroupUsersUser {
|
|
|
13422
14752
|
*/
|
|
13423
14753
|
role: string;
|
|
13424
14754
|
}
|
|
13425
|
-
export interface LocalProcessingAgentUsage {
|
|
13426
|
-
/**
|
|
13427
|
-
* The unique identifier of the connection associated with the agent.
|
|
13428
|
-
*/
|
|
13429
|
-
connectionId: string;
|
|
13430
|
-
/**
|
|
13431
|
-
* The connection schema name.
|
|
13432
|
-
*/
|
|
13433
|
-
schema: string;
|
|
13434
|
-
/**
|
|
13435
|
-
* The connection type.
|
|
13436
|
-
*/
|
|
13437
|
-
service: string;
|
|
13438
|
-
}
|
|
13439
14755
|
export interface TeamConnectorMembershipConnector {
|
|
13440
14756
|
/**
|
|
13441
14757
|
* The connector unique identifier
|
|
@@ -13474,6 +14790,111 @@ export interface TeamUserMembershipUser {
|
|
|
13474
14790
|
*/
|
|
13475
14791
|
userId: string;
|
|
13476
14792
|
}
|
|
14793
|
+
export interface TransformationProjectProjectConfig {
|
|
14794
|
+
/**
|
|
14795
|
+
* The version of transformation that should run the project
|
|
14796
|
+
*/
|
|
14797
|
+
dbtVersion?: string;
|
|
14798
|
+
/**
|
|
14799
|
+
* Default schema in destination. This production schema will contain your transformed data.
|
|
14800
|
+
*/
|
|
14801
|
+
defaultSchema?: string;
|
|
14802
|
+
/**
|
|
14803
|
+
* List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
|
|
14804
|
+
*/
|
|
14805
|
+
environmentVars?: string[];
|
|
14806
|
+
/**
|
|
14807
|
+
* Folder in Git repo with your transformation project
|
|
14808
|
+
*/
|
|
14809
|
+
folderPath?: string;
|
|
14810
|
+
/**
|
|
14811
|
+
* Git branch
|
|
14812
|
+
*/
|
|
14813
|
+
gitBranch?: string;
|
|
14814
|
+
/**
|
|
14815
|
+
* Git remote URL with your transformation project
|
|
14816
|
+
*/
|
|
14817
|
+
gitRemoteUrl?: string;
|
|
14818
|
+
/**
|
|
14819
|
+
* Public key to grant Fivetran SSH access to git repository.
|
|
14820
|
+
*/
|
|
14821
|
+
publicKey: string;
|
|
14822
|
+
/**
|
|
14823
|
+
* Target name to set or override the value from the deployment.yaml
|
|
14824
|
+
*/
|
|
14825
|
+
targetName?: string;
|
|
14826
|
+
/**
|
|
14827
|
+
* The number of threads transformation will use (from 1 to 32). Make sure this value is compatible with your destination type. For example, Snowflake supports only 8 concurrent queries on an X-Small warehouse.
|
|
14828
|
+
*/
|
|
14829
|
+
threads: number;
|
|
14830
|
+
}
|
|
14831
|
+
export interface TransformationSchedule {
|
|
14832
|
+
/**
|
|
14833
|
+
* The list of the connection identifiers to be used for the integrated schedule. Not expected for QUICKSTART transformations
|
|
14834
|
+
*/
|
|
14835
|
+
connectionIds?: string[];
|
|
14836
|
+
/**
|
|
14837
|
+
* Cron schedule: list of CRON strings. Used for for CRON schedule type
|
|
14838
|
+
*/
|
|
14839
|
+
crons?: string[];
|
|
14840
|
+
/**
|
|
14841
|
+
* The set of the days of the week the transformation should be launched on. The following values are supported: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Used for for INTEGRATED schedule type
|
|
14842
|
+
*/
|
|
14843
|
+
daysOfWeeks?: string[];
|
|
14844
|
+
/**
|
|
14845
|
+
* The time interval in minutes between subsequent transformation runs. Used for for INTERVAL schedule type
|
|
14846
|
+
*/
|
|
14847
|
+
interval: number;
|
|
14848
|
+
/**
|
|
14849
|
+
* The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIME*OF*DAY, INTERVAL, CRON.
|
|
14850
|
+
*/
|
|
14851
|
+
scheduleType: string;
|
|
14852
|
+
/**
|
|
14853
|
+
* The boolean flag that enables the Smart Syncing schedule
|
|
14854
|
+
*/
|
|
14855
|
+
smartSyncing: boolean;
|
|
14856
|
+
/**
|
|
14857
|
+
* The time of the day the transformation should be launched at. Supported values are: "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00". Used for for TIME*OF*DAY schedule type
|
|
14858
|
+
*/
|
|
14859
|
+
timeOfDay?: string;
|
|
14860
|
+
}
|
|
14861
|
+
export interface TransformationTransformationConfig {
|
|
14862
|
+
/**
|
|
14863
|
+
* The list of the connection identifiers to be used for the integrated schedule. Also used to identify package*name automatically if package*name was not specified
|
|
14864
|
+
*/
|
|
14865
|
+
connectionIds?: string[];
|
|
14866
|
+
/**
|
|
14867
|
+
* The list of excluded output model names
|
|
14868
|
+
*/
|
|
14869
|
+
excludedModels?: string[];
|
|
14870
|
+
/**
|
|
14871
|
+
* The transformation name
|
|
14872
|
+
*/
|
|
14873
|
+
name?: string;
|
|
14874
|
+
/**
|
|
14875
|
+
* The Quickstart transformation package name
|
|
14876
|
+
*/
|
|
14877
|
+
packageName?: string;
|
|
14878
|
+
/**
|
|
14879
|
+
* The unique identifier for the dbt Core project within the Fivetran system
|
|
14880
|
+
*/
|
|
14881
|
+
projectId?: string;
|
|
14882
|
+
steps?: outputs.TransformationTransformationConfigStep[];
|
|
14883
|
+
/**
|
|
14884
|
+
* The boolean flag indicating that a newer version is available for the transformation package
|
|
14885
|
+
*/
|
|
14886
|
+
upgradeAvailable: boolean;
|
|
14887
|
+
}
|
|
14888
|
+
export interface TransformationTransformationConfigStep {
|
|
14889
|
+
/**
|
|
14890
|
+
* The dbt command in the transformation step
|
|
14891
|
+
*/
|
|
14892
|
+
command?: string;
|
|
14893
|
+
/**
|
|
14894
|
+
* The step name
|
|
14895
|
+
*/
|
|
14896
|
+
name?: string;
|
|
14897
|
+
}
|
|
13477
14898
|
export interface UserConnectorMembershipConnector {
|
|
13478
14899
|
/**
|
|
13479
14900
|
* The connector unique identifier
|