@sberdevices/ad-sdk-types
Advanced tools
Comparing version 1.0.3-canary.19790.40669ebdf62f99629afb35d9df0b7a2c6f20c609.0 to 1.0.3-canary.19790.500b4921d781979cb84e04128d3e559bbbe8b210.0
@@ -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.40669ebdf62f99629afb35d9df0b7a2c6f20c609.0", | ||
"version": "1.0.3-canary.19790.500b4921d781979cb84e04128d3e559bbbe8b210.0", | ||
"description": "SberDevices Ad SDK types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5180
54