RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@serptech/api
Versions diffs
1.0.32 → 1.0.33
@serptech/api 1.0.32 → 1.0.33
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/packages/serp-rest-api/src/serp-rest-api/api-facade/v1/licenses/index.ts
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@serptech/api",
3
-
"version": "1.0.
32
",
3
+
"version": "1.0.
33
",
4
4
"description": "Library for work with SERP API",
5
5
"source": "index.js",
6
6
"main": "./dist/SerpApi.node.js",
package/packages/serp-rest-api/src/serp-rest-api/api-facade/v1/licenses/index.ts
CHANGED
Viewed
@@ -4,7 +4,7 @@ import { AuthApiInterface } from "../../../../base/auth-api";
4
4
export interface LicenseInterface {
5
5
// General
6
6
id?: id;
7
-
license?:
string
;
7
+
license?:
File
;
8
8
// read only
9
9
unavailable_at?: string;
10
10
created?: string;