@sberdevices/ad-sdk-types
Advanced tools
Comparing version 1.0.3-canary.19790.f62ad1cfe61ed2dc788482c0e62321c996b45b5a.0 to 1.0.3
@@ -1,19 +0,1 @@ | ||
export declare enum DeviceType { | ||
mobile = "2", | ||
sberPortal = "3", | ||
smartTv = "5", | ||
wearable = "6", | ||
embedded = "7" | ||
} | ||
export interface SSPParams { | ||
device_type: DeviceType; | ||
secure: '1'; | ||
winh: number; | ||
winw: number; | ||
url: string; | ||
pad_id: number; | ||
block_id: number; | ||
jparams: string; | ||
external_ids: string; | ||
} | ||
export interface SimpleInitParams { | ||
@@ -20,0 +2,0 @@ test?: boolean; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DeviceType = void 0; | ||
var DeviceType; | ||
(function (DeviceType) { | ||
DeviceType["mobile"] = "2"; | ||
DeviceType["sberPortal"] = "3"; | ||
DeviceType["smartTv"] = "5"; | ||
DeviceType["wearable"] = "6"; | ||
DeviceType["embedded"] = "7"; | ||
})(DeviceType = exports.DeviceType || (exports.DeviceType = {})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@sberdevices/ad-sdk-types", | ||
"version": "1.0.3-canary.19790.f62ad1cfe61ed2dc788482c0e62321c996b45b5a.0", | ||
"version": "1.0.3", | ||
"description": "SberDevices Ad SDK types", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
@@ -25,3 +26,6 @@ "build": "tsc", | ||
"typescript": "4.7.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
5124
54