@nangohq/providers 0.67.3 → 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 +21 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.67.3",
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.3",
14
+ "@nangohq/types": "0.67.4",
15
15
  "vitest": "3.2.4"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -10136,6 +10136,27 @@ servicenow:
10136
10136
  suffix: .service-now.com
10137
10137
  prefix: https://
10138
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
+
10139
10160
  sharepoint-online:
10140
10161
  display_name: SharePoint Online (v2)
10141
10162
  categories: