@nangohq/providers 0.69.12 → 0.69.13

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +50 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.69.12",
3
+ "version": "0.69.13",
4
4
  "description": "Nango's providers.yaml and getters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -11,7 +11,7 @@
11
11
  "js-yaml": "4.1.0"
12
12
  },
13
13
  "devDependencies": {
14
- "@nangohq/types": "0.69.12",
14
+ "@nangohq/types": "0.69.13",
15
15
  "vitest": "3.2.4"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -3119,6 +3119,32 @@ commercetools:
3119
3119
  pattern: '^(gcp|aws)$'
3120
3120
  doc_section: '#step-3-identify-your-region-and-cloud-provider'
3121
3121
 
3122
+ crowdstrike:
3123
+ display_name: CrowdStrike
3124
+ categories:
3125
+ - dev-tools
3126
+ auth_mode: OAUTH2_CC
3127
+ token_url: https://${connectionConfig.baseUrl}/oauth2/token
3128
+ token_params:
3129
+ grant_type: client_credentials
3130
+ proxy:
3131
+ base_url: https://${connectionConfig.baseUrl}
3132
+ retry:
3133
+ after:
3134
+ - 'x-ratelimit-retryafter'
3135
+ docs: https://nango.dev/docs/integrations/all/crowdstrike
3136
+ docs_connect: https://nango.dev/docs/integrations/all/crowdstrike/connect
3137
+ connection_config:
3138
+ baseUrl:
3139
+ type: string
3140
+ title: Base URL
3141
+ description: The CrowdStrike API base URL for your cloud environment
3142
+ example: api.crowdstrike.com
3143
+ pattern: '^api(?:\.[a-z0-9-]+)*\.crowdstrike\.(?:com|mil)$'
3144
+ prefix: https://
3145
+ doc_section: '#step-1-creating-an-api-client'
3146
+ order: 1
3147
+
3122
3148
  companycam:
3123
3149
  display_name: CompanyCam
3124
3150
  categories:
@@ -13057,6 +13083,30 @@ tiktok-ads:
13057
13083
  client_id: app_id
13058
13084
  docs: https://nango.dev/docs/integrations/all/tiktok-ads
13059
13085
 
13086
+ tiktok-personal:
13087
+ display_name: TikTok Personal
13088
+ categories:
13089
+ - social
13090
+ auth_mode: OAUTH2
13091
+ authorization_url: https://www.tiktok.com/v2/auth/authorize/
13092
+ token_url: https://open.tiktokapis.com/v2/oauth/token/
13093
+ proxy:
13094
+ base_url: https://open.tiktokapis.com
13095
+ retry:
13096
+ at:
13097
+ - 'x-ratelimit-reset'
13098
+ authorization_params:
13099
+ response_type: code
13100
+ token_params:
13101
+ grant_type: authorization_code
13102
+ refresh_params:
13103
+ grant_type: refresh_token
13104
+ body_format: form
13105
+ scope_separator: ','
13106
+ authorization_url_replacements:
13107
+ client_id: client_key
13108
+ docs: https://nango.dev/docs/integrations/all/tiktok-personal
13109
+
13060
13110
  timely:
13061
13111
  display_name: Timely
13062
13112
  categories: