@nangohq/providers 0.63.1 → 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 +32 -4
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
|
@@ -3655,6 +3655,9 @@ exact-online:
|
|
|
3655
3655
|
accept: application/json
|
|
3656
3656
|
retry:
|
|
3657
3657
|
at: 'x-ratelimit-reset'
|
|
3658
|
+
error_code:
|
|
3659
|
+
- '429'
|
|
3660
|
+
- '503'
|
|
3658
3661
|
paginate:
|
|
3659
3662
|
type: link
|
|
3660
3663
|
link_path_in_response_body: d.__next
|
|
@@ -4392,7 +4395,11 @@ github:
|
|
|
4392
4395
|
retry:
|
|
4393
4396
|
at: 'x-ratelimit-reset'
|
|
4394
4397
|
remaining: 'x-ratelimit-remaining'
|
|
4395
|
-
error_code:
|
|
4398
|
+
error_code:
|
|
4399
|
+
- '403'
|
|
4400
|
+
- '5xx'
|
|
4401
|
+
- '401'
|
|
4402
|
+
- '429'
|
|
4396
4403
|
paginate:
|
|
4397
4404
|
type: link
|
|
4398
4405
|
limit_name_in_request: per_page
|
|
@@ -4468,7 +4475,11 @@ github-pat:
|
|
|
4468
4475
|
retry:
|
|
4469
4476
|
at: 'x-ratelimit-reset'
|
|
4470
4477
|
remaining: 'x-ratelimit-remaining'
|
|
4471
|
-
error_code:
|
|
4478
|
+
error_code:
|
|
4479
|
+
- '403'
|
|
4480
|
+
- '5xx'
|
|
4481
|
+
- '401'
|
|
4482
|
+
- '429'
|
|
4472
4483
|
headers:
|
|
4473
4484
|
authorization: Bearer ${apiKey}
|
|
4474
4485
|
x-github-api-version: ${connectionConfig.version} || 2022-11-28
|
|
@@ -4713,9 +4724,22 @@ google-calendar:
|
|
|
4713
4724
|
cursor_name_in_request: pageToken
|
|
4714
4725
|
response_path: items
|
|
4715
4726
|
retry:
|
|
4716
|
-
error_code:
|
|
4727
|
+
error_code:
|
|
4728
|
+
- '403'
|
|
4729
|
+
- '5xx'
|
|
4730
|
+
- '401'
|
|
4731
|
+
- '429'
|
|
4717
4732
|
docs: https://docs.nango.dev/integrations/all/google-calendar
|
|
4718
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
|
+
|
|
4719
4743
|
google-docs:
|
|
4720
4744
|
display_name: Google Docs
|
|
4721
4745
|
categories:
|
|
@@ -6228,7 +6252,11 @@ linear:
|
|
|
6228
6252
|
retry:
|
|
6229
6253
|
at: 'x-ratelimit-requests-reset'
|
|
6230
6254
|
remaining: 'x-ratelimit-requests-remaining'
|
|
6231
|
-
error_code:
|
|
6255
|
+
error_code:
|
|
6256
|
+
- '400'
|
|
6257
|
+
- '5xx'
|
|
6258
|
+
- '401'
|
|
6259
|
+
- '429'
|
|
6232
6260
|
disable_pkce: true
|
|
6233
6261
|
webhook_routing_script: linearWebhookRouting
|
|
6234
6262
|
post_connection_script: linearPostConnection
|