-
John Kaster authored
* feat: generate SDKs for Looker 22.14 * applied CalVer for 22.14
328d3e57
/*
MIT License
Copyright (c) 2021 Looker Data Sciences, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
/**
* 311 API models: 190 Spec, 53 Request, 51 Write, 17 Enum
*/
import type { IDictionary, Url, DelimArray } from '@looker/sdk-rtl'
/*
* NOTE: Do not edit this file generated by Looker SDK Codegen for API 3.1
*/
export interface IAccessToken {
/**
* Access Token used for API calls (read-only)
*/
access_token?: string
/**
* Type of Token (read-only)
*/
token_type?: string
/**
* Number of seconds before the token expires (read-only)
*/
expires_in?: number
}
/**
* The appropriate horizontal text alignment the values of this field should be displayed in. Valid values are: "left", "right". (Enum defined in LookmlModelExploreField)
*/
export enum Align {
left = 'left',
right = 'right',
}
export interface IApiSession {
/**
* Operations the current user is able to perform on this object (read-only)
*/
can?: IDictionary<boolean>
/**
* The id of active workspace for this session
*/
workspace_id?: string | null
/**
* The id of the actual user in the case when this session represents one user sudo'ing as another (read-only)