@nangohq/providers 0.67.2 → 0.67.4

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 +24 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.67.2",
3
+ "version": "0.67.4",
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.67.2",
14
+ "@nangohq/types": "0.67.4",
15
15
  "vitest": "3.2.4"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -285,6 +285,9 @@ aircall-basic:
285
285
  auth_mode: BASIC
286
286
  proxy:
287
287
  base_url: https://api.aircall.io
288
+ retry:
289
+ at:
290
+ - 'x-aircallapi-reset'
288
291
  verification:
289
292
  method: GET
290
293
  endpoints:
@@ -10133,6 +10136,27 @@ servicenow:
10133
10136
  suffix: .service-now.com
10134
10137
  prefix: https://
10135
10138
 
10139
+ skio:
10140
+ display_name: Skio
10141
+ categories:
10142
+ - e-commerce
10143
+ auth_mode: API_KEY
10144
+ proxy:
10145
+ headers:
10146
+ authorization: API ${apiKey}
10147
+ base_url: https://graphql.skio.com
10148
+ credentials_verification_script: skioCredentialsVerification
10149
+ docs: https://docs.nango.dev/integrations/all/skio
10150
+ docs_connect: https://docs.nango.dev/integrations/all/skio/connect
10151
+ credentials:
10152
+ apiKey:
10153
+ type: string
10154
+ title: API Token
10155
+ description: The API Token for your Skio account
10156
+ format: uuid
10157
+ example: a1b2c3d4-e5f6-47a8-9b0c-d1234567890f
10158
+ doc_section: '#step-1-generating-your-api-key'
10159
+
10136
10160
  sharepoint-online:
10137
10161
  display_name: SharePoint Online (v2)
10138
10162
  categories: