import { Base } from "../../../"; import { Microsoft } from "../../../"; /********************************************* * IHostedAppsManager **********************************************/ export interface IHostedAppsManager extends HostedAppsManagerCollections, HostedAppsManagerMethods, Base.IBaseQuery { } /********************************************* * IHostedAppsManagerCollection **********************************************/ export interface IHostedAppsManagerCollection extends Base.IBaseResults { done?: (resolve: (value?: Array) => void) => void; } /********************************************* * IHostedAppsManagerQueryCollection **********************************************/ export interface IHostedAppsManagerQueryCollection extends Base.IBaseResults { done?: (resolve: (value?: Array) => void) => void; } /********************************************* * IHostedAppsManagerQuery **********************************************/ export interface IHostedAppsManagerQuery extends HostedAppsManagerOData, HostedAppsManagerMethods { } /********************************************* * HostedAppsManager **********************************************/ export interface HostedAppsManager extends Base.IBaseResult, HostedAppsManagerProps, HostedAppsManagerCollections, HostedAppsManagerMethods { } /********************************************* * HostedAppsManagerProps **********************************************/ export interface HostedAppsManagerProps { Id4a81de82eeb94d6080ea5bf63e27023a?: string; } /********************************************* * HostedAppsManagerPropMethods **********************************************/ export interface HostedAppsManagerPropMethods { } /********************************************* * HostedAppsManagerCollections **********************************************/ export interface HostedAppsManagerCollections extends HostedAppsManagerPropMethods { } /********************************************* * HostedAppsManagerOData **********************************************/ export interface HostedAppsManagerOData extends Base.IBaseResult, HostedAppsManagerProps, HostedAppsManagerMethods { } /********************************************* * HostedAppsManagerMethods **********************************************/ export interface HostedAppsManagerMethods { add(webPartDataAsJson?: string, hostType?: string): Base.IBaseExecution; addEx(webPartDataAsJson?: string, hostType?: string): Base.IBaseExecution; getById(id?: number): Base.IBaseExecution; } /********************************************* * DependencyPropertyMetadata **********************************************/ export interface DependencyPropertyMetadata { Id4a81de82eeb94d6080ea5bf63e27023a?: string; } /********************************************* * DependencyPropertyMetadataCollections **********************************************/ export interface DependencyPropertyMetadataCollections { } /********************************************* * Spfx3rdPartyCustomPrincipalInfo **********************************************/ export interface Spfx3rdPartyCustomPrincipalInfo { AppId?: string; AppUri?: string; ClientSecret?: string; } /********************************************* * Spfx3rdPartyCustomPrincipalInfoCollections **********************************************/ export interface Spfx3rdPartyCustomPrincipalInfoCollections { } /********************************************* * HostedAppAddResponse **********************************************/ export interface HostedAppAddResponse { itemId?: number; shareLinkUrl?: string; shareWebPath?: string; } /********************************************* * HostedAppAddResponseCollections **********************************************/ export interface HostedAppAddResponseCollections { } /********************************************* * IHostedApp **********************************************/ export interface IHostedApp extends HostedAppCollections, HostedAppMethods, Base.IBaseQuery { } /********************************************* * IHostedAppCollection **********************************************/ export interface IHostedAppCollection extends Base.IBaseResults { done?: (resolve: (value?: Array) => void) => void; } /********************************************* * IHostedAppQueryCollection **********************************************/ export interface IHostedAppQueryCollection extends Base.IBaseResults { done?: (resolve: (value?: Array) => void) => void; } /********************************************* * IHostedAppQuery **********************************************/ export interface IHostedAppQuery extends HostedAppOData, HostedAppMethods { } /********************************************* * HostedApp **********************************************/ export interface HostedApp extends Base.IBaseResult, HostedAppProps, HostedAppCollections, HostedAppMethods { } /********************************************* * HostedAppProps **********************************************/ export interface HostedAppProps { Id4a81de82eeb94d6080ea5bf63e27023a?: string; } /********************************************* * HostedAppPropMethods **********************************************/ export interface HostedAppPropMethods { } /********************************************* * HostedAppCollections **********************************************/ export interface HostedAppCollections extends HostedAppPropMethods { } /********************************************* * HostedAppOData **********************************************/ export interface HostedAppOData extends Base.IBaseResult, HostedAppProps, HostedAppMethods { } /********************************************* * HostedAppMethods **********************************************/ export interface HostedAppMethods { delete(): Base.IBaseExecution; updateWebPartData(webPartDataAsJson?: string): Base.IBaseExecution; } /********************************************* * StorageEntity **********************************************/ export interface StorageEntity { Comment?: string; Description?: string; Value?: string; } /********************************************* * StorageEntityCollections **********************************************/ export interface StorageEntityCollections { }