@nangohq/providers 0.62.1 → 0.63.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/package.json +2 -2
- package/providers.yaml +11 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.63.0",
|
|
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.
|
|
14
|
+
"@nangohq/types": "0.63.0",
|
|
15
15
|
"vitest": "3.1.2"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -832,6 +832,8 @@ atlassian-admin:
|
|
|
832
832
|
at: 'x-ratelimit-reset'
|
|
833
833
|
headers:
|
|
834
834
|
authorization: Bearer ${apiKey}
|
|
835
|
+
connection_config:
|
|
836
|
+
organizationId: ${connectionConfig.organizationId}
|
|
835
837
|
docs: https://docs.nango.dev/integrations/all/atlassian-admin
|
|
836
838
|
docs_connect: https://docs.nango.dev/integrations/all/atlassian-admin/connect
|
|
837
839
|
credentials:
|
|
@@ -842,6 +844,15 @@ atlassian-admin:
|
|
|
842
844
|
example: ATCTT3xFfGN0_a1B2-c3D4_E5F6-G7H8I9JKLMNOPQRSTUVWXYZ1234567890=DEADBEEF
|
|
843
845
|
pattern: '^ATCTT3xFfGN0[\w\-]+=[A-Z0-9]{8}$'
|
|
844
846
|
doc_section: '#step-1-generating-your-api-key'
|
|
847
|
+
connection_config:
|
|
848
|
+
organizationId:
|
|
849
|
+
type: string
|
|
850
|
+
title: Atlassian Organization Id
|
|
851
|
+
optional: true
|
|
852
|
+
description: The organization ID of your Atlassian account
|
|
853
|
+
pattern: '^[a-f0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$'
|
|
854
|
+
example: '9fa3d2b7-k9l3-4bq1-z3d8-7x1m0a9e2b76'
|
|
855
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
845
856
|
|
|
846
857
|
attio:
|
|
847
858
|
display_name: Attio
|