@nangohq/providers 0.63.0 → 0.64.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 +44 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.64.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.64.0",
|
|
15
15
|
"vitest": "3.1.2"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -871,6 +871,9 @@ attio:
|
|
|
871
871
|
base_url: https://api.attio.com
|
|
872
872
|
retry:
|
|
873
873
|
after: 'retry-after'
|
|
874
|
+
post_connection_script: attioPostConnection
|
|
875
|
+
webhook_routing_script: attioWebhookRouting
|
|
876
|
+
webhook_user_defined_secret: true
|
|
874
877
|
docs: https://docs.nango.dev/integrations/all/attio
|
|
875
878
|
|
|
876
879
|
auth0:
|
|
@@ -3652,6 +3655,9 @@ exact-online:
|
|
|
3652
3655
|
accept: application/json
|
|
3653
3656
|
retry:
|
|
3654
3657
|
at: 'x-ratelimit-reset'
|
|
3658
|
+
error_code:
|
|
3659
|
+
- '429'
|
|
3660
|
+
- '503'
|
|
3655
3661
|
paginate:
|
|
3656
3662
|
type: link
|
|
3657
3663
|
link_path_in_response_body: d.__next
|
|
@@ -3785,13 +3791,13 @@ figma-scim:
|
|
|
3785
3791
|
- productivity
|
|
3786
3792
|
auth_mode: API_KEY
|
|
3787
3793
|
proxy:
|
|
3788
|
-
base_url: https://${connectionConfig.host}/scim
|
|
3794
|
+
base_url: https://${connectionConfig.host}/scim/v2/${connectionConfig.tenantId}
|
|
3789
3795
|
headers:
|
|
3790
3796
|
authorization: Bearer ${apiKey}
|
|
3791
3797
|
verification:
|
|
3792
3798
|
method: GET
|
|
3793
3799
|
endpoints:
|
|
3794
|
-
- /
|
|
3800
|
+
- /Users
|
|
3795
3801
|
docs: https://docs.nango.dev/integrations/all/figma-scim
|
|
3796
3802
|
docs_connect: https://docs.nango.dev/integrations/all/figma-scim/connect
|
|
3797
3803
|
credentials:
|
|
@@ -4389,7 +4395,11 @@ github:
|
|
|
4389
4395
|
retry:
|
|
4390
4396
|
at: 'x-ratelimit-reset'
|
|
4391
4397
|
remaining: 'x-ratelimit-remaining'
|
|
4392
|
-
error_code:
|
|
4398
|
+
error_code:
|
|
4399
|
+
- '403'
|
|
4400
|
+
- '5xx'
|
|
4401
|
+
- '401'
|
|
4402
|
+
- '429'
|
|
4393
4403
|
paginate:
|
|
4394
4404
|
type: link
|
|
4395
4405
|
limit_name_in_request: per_page
|
|
@@ -4465,7 +4475,11 @@ github-pat:
|
|
|
4465
4475
|
retry:
|
|
4466
4476
|
at: 'x-ratelimit-reset'
|
|
4467
4477
|
remaining: 'x-ratelimit-remaining'
|
|
4468
|
-
error_code:
|
|
4478
|
+
error_code:
|
|
4479
|
+
- '403'
|
|
4480
|
+
- '5xx'
|
|
4481
|
+
- '401'
|
|
4482
|
+
- '429'
|
|
4469
4483
|
headers:
|
|
4470
4484
|
authorization: Bearer ${apiKey}
|
|
4471
4485
|
x-github-api-version: ${connectionConfig.version} || 2022-11-28
|
|
@@ -4710,9 +4724,22 @@ google-calendar:
|
|
|
4710
4724
|
cursor_name_in_request: pageToken
|
|
4711
4725
|
response_path: items
|
|
4712
4726
|
retry:
|
|
4713
|
-
error_code:
|
|
4727
|
+
error_code:
|
|
4728
|
+
- '403'
|
|
4729
|
+
- '5xx'
|
|
4730
|
+
- '401'
|
|
4731
|
+
- '429'
|
|
4714
4732
|
docs: https://docs.nango.dev/integrations/all/google-calendar
|
|
4715
4733
|
|
|
4734
|
+
google-chat:
|
|
4735
|
+
display_name: Google Chat
|
|
4736
|
+
alias: google
|
|
4737
|
+
categories:
|
|
4738
|
+
- productivity
|
|
4739
|
+
proxy:
|
|
4740
|
+
base_url: https://chat.googleapis.com
|
|
4741
|
+
docs: https://docs.nango.dev/integrations/all/google-chat
|
|
4742
|
+
|
|
4716
4743
|
google-docs:
|
|
4717
4744
|
display_name: Google Docs
|
|
4718
4745
|
categories:
|
|
@@ -4794,6 +4821,13 @@ google-play:
|
|
|
4794
4821
|
base_url: https://play.googleapis.com
|
|
4795
4822
|
docs: https://docs.nango.dev/integrations/all/google-play
|
|
4796
4823
|
|
|
4824
|
+
google-cloud-storage:
|
|
4825
|
+
display_name: Google Cloud Storage
|
|
4826
|
+
alias: google
|
|
4827
|
+
categories:
|
|
4828
|
+
- storage
|
|
4829
|
+
docs: https://docs.nango.dev/integrations/all/google-cloud-storage
|
|
4830
|
+
|
|
4797
4831
|
gorgias:
|
|
4798
4832
|
display_name: Gorgias
|
|
4799
4833
|
categories:
|
|
@@ -6218,7 +6252,11 @@ linear:
|
|
|
6218
6252
|
retry:
|
|
6219
6253
|
at: 'x-ratelimit-requests-reset'
|
|
6220
6254
|
remaining: 'x-ratelimit-requests-remaining'
|
|
6221
|
-
error_code:
|
|
6255
|
+
error_code:
|
|
6256
|
+
- '400'
|
|
6257
|
+
- '5xx'
|
|
6258
|
+
- '401'
|
|
6259
|
+
- '429'
|
|
6222
6260
|
disable_pkce: true
|
|
6223
6261
|
webhook_routing_script: linearWebhookRouting
|
|
6224
6262
|
post_connection_script: linearPostConnection
|