@internxt/sdk 1.16.2 → 1.16.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.
- package/dist/mail/index.d.ts +8 -1
- package/dist/mail/index.js +9 -0
- package/dist/mail/types.d.ts +7 -0
- package/dist/schema.d.ts +3211 -3005
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@internxt/sdk",
|
|
3
3
|
"author": "Internxt <hello@internxt.com>",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.4",
|
|
5
5
|
"description": "An sdk for interacting with Internxt's services",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"build": "yarn clean && tsc",
|
|
26
26
|
"lint": "eslint ./src",
|
|
27
27
|
"format": "prettier --write **/*.{js,jsx,tsx,ts}",
|
|
28
|
-
"swagger": "openapi-typescript
|
|
28
|
+
"swagger": "openapi-typescript && yarn format",
|
|
29
29
|
"swagger:mail": "openapi-typescript http://localhost:3100/api-json -o ./src/mail/schema.ts && yarn format"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
@@ -50,4 +50,4 @@
|
|
|
50
50
|
"prettier --write"
|
|
51
51
|
]
|
|
52
52
|
}
|
|
53
|
-
}
|
|
53
|
+
}
|