Functions
Const AppsAppMembershipsApiAxiosParamCreator
- AppsAppMembershipsApiAxiosParamCreator(configuration?: Configuration): { addAppMembership: (asperaAppType: AsperaAppType, appMembershipsParams: AppMembershipsParams, options?: any) => Promise<RequestArgs>; deleteAppMembership: (id: string, options?: any) => Promise<RequestArgs>; getAppMembershipById: (id: string, options?: any) => Promise<RequestArgs>; getAppMemberships: (asperaAppType?: string, createdAt?: string, inherited?: boolean, lastLoginAt?: string, memberEmail?: string, memberName?: string, memberType?: string, q?: string, sort?: string, updatedAt?: string, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { addAppMembership: (asperaAppType: AsperaAppType, appMembershipsParams: AppMembershipsParams, options?: any) => Promise<RequestArgs>; deleteAppMembership: (id: string, options?: any) => Promise<RequestArgs>; getAppMembershipById: (id: string, options?: any) => Promise<RequestArgs>; getAppMemberships: (asperaAppType?: string, createdAt?: string, inherited?: boolean, lastLoginAt?: string, memberEmail?: string, memberName?: string, memberType?: string, q?: string, sort?: string, updatedAt?: string, options?: any) => Promise<RequestArgs> }
-
addAppMembership: (asperaAppType: AsperaAppType, appMembershipsParams: AppMembershipsParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
deleteAppMembership: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getAppMembershipById: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getAppMemberships: (asperaAppType?: string, createdAt?: string, inherited?: boolean, lastLoginAt?: string, memberEmail?: string, memberName?: string, memberType?: string, q?: string, sort?: string, updatedAt?: string, options?: any) => Promise<RequestArgs>
-
- (asperaAppType?: string, createdAt?: string, inherited?: boolean, lastLoginAt?: string, memberEmail?: string, memberName?: string, memberType?: string, q?: string, sort?: string, updatedAt?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional asperaAppType: string
-
Optional createdAt: string
-
Optional inherited: boolean
-
Optional lastLoginAt: string
-
Optional memberEmail: string
-
Optional memberName: string
-
Optional memberType: string
-
Optional q: string
-
Optional sort: string
-
Optional updatedAt: string
-
options: any = {}
Returns Promise<RequestArgs>
Const AppsAppMembershipsApiFactory
- AppsAppMembershipsApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { addAppMembership: any; deleteAppMembership: any; getAppMembershipById: any; getAppMemberships: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { addAppMembership: any; deleteAppMembership: any; getAppMembershipById: any; getAppMemberships: any }
-
addAppMembership: function
-
deleteAppMembership: function
- deleteAppMembership(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getAppMembershipById: function
-
Parameters
-
id: string
-
Optional options: any
-
getAppMemberships: function
- getAppMemberships(asperaAppType?: string, createdAt?: string, inherited?: boolean, lastLoginAt?: string, memberEmail?: string, memberName?: string, memberType?: string, q?: string, sort?: string, updatedAt?: string, options?: any): AxiosPromise<AppMembershipsResponse[]>
-
Parameters
-
Optional asperaAppType: string
-
Optional createdAt: string
-
Optional inherited: boolean
-
Optional lastLoginAt: string
-
Optional memberEmail: string
-
Optional memberName: string
-
Optional memberType: string
-
Optional q: string
-
Optional sort: string
-
Optional updatedAt: string
-
Optional options: any
Const AppsAppMembershipsApiFp
- AppsAppMembershipsApiFp(configuration?: Configuration): { addAppMembership: any; deleteAppMembership: any; getAppMembershipById: any; getAppMemberships: any }
-
Parameters
Returns { addAppMembership: any; deleteAppMembership: any; getAppMembershipById: any; getAppMemberships: any }
-
addAppMembership: function
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppMembershipsResponse>>
-
deleteAppMembership: function
- deleteAppMembership(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getAppMembershipById: function
- getAppMembershipById(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppMembershipsResponse>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppMembershipsResponse>>
-
getAppMemberships: function
- getAppMemberships(asperaAppType?: string, createdAt?: string, inherited?: boolean, lastLoginAt?: string, memberEmail?: string, memberName?: string, memberType?: string, q?: string, sort?: string, updatedAt?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppMembershipsResponse[]>>
-
Parameters
-
Optional asperaAppType: string
-
Optional createdAt: string
-
Optional inherited: boolean
-
Optional lastLoginAt: string
-
Optional memberEmail: string
-
Optional memberName: string
-
Optional memberType: string
-
Optional q: string
-
Optional sort: string
-
Optional updatedAt: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppMembershipsResponse[]>>
Const AppsNewPackagesApiAxiosParamCreator
- AppsNewPackagesApiAxiosParamCreator(configuration?: Configuration): { updatethesettingsofthePackagesapp: (appId: string, appsNewPackagesRequest: AppsNewPackagesRequest, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { updatethesettingsofthePackagesapp: (appId: string, appsNewPackagesRequest: AppsNewPackagesRequest, options?: any) => Promise<RequestArgs> }
-
updatethesettingsofthePackagesapp: (appId: string, appsNewPackagesRequest: AppsNewPackagesRequest, options?: any) => Promise<RequestArgs>
-
-
Parameters
-
appId: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const AppsNewPackagesApiFactory
- AppsNewPackagesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { updatethesettingsofthePackagesapp: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { updatethesettingsofthePackagesapp: any }
-
updatethesettingsofthePackagesapp: function
- updatethesettingsofthePackagesapp(appId: string, appsNewPackagesRequest: AppsNewPackagesRequest, options?: any): AxiosPromise<void>
-
Parameters
-
appId: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const AppsNewPackagesApiFp
- AppsNewPackagesApiFp(configuration?: Configuration): { updatethesettingsofthePackagesapp: any }
-
Parameters
Returns { updatethesettingsofthePackagesapp: any }
-
updatethesettingsofthePackagesapp: function
- updatethesettingsofthePackagesapp(appId: string, appsNewPackagesRequest: AppsNewPackagesRequest, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
appId: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const ClientAccessKeysApiAxiosParamCreator
- ClientAccessKeysApiAxiosParamCreator(configuration?: Configuration): { addClientAccessKey: (clientAccessKeysParams: ClientAccessKeysParams, options?: any) => Promise<RequestArgs>; deleteClientAccessKey: (id: string, options?: any) => Promise<RequestArgs>; getClientAccessKeyById: (id: string, options?: any) => Promise<RequestArgs>; getClientAccessKeys: (nodeId?: string, rootFileId?: string, permissionId?: string, workspaceId?: string, options?: any) => Promise<RequestArgs>; updatetheNameofaClientAccessKey: (id: string, clientAccessKeysRequest: ClientAccessKeysRequest, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { addClientAccessKey: (clientAccessKeysParams: ClientAccessKeysParams, options?: any) => Promise<RequestArgs>; deleteClientAccessKey: (id: string, options?: any) => Promise<RequestArgs>; getClientAccessKeyById: (id: string, options?: any) => Promise<RequestArgs>; getClientAccessKeys: (nodeId?: string, rootFileId?: string, permissionId?: string, workspaceId?: string, options?: any) => Promise<RequestArgs>; updatetheNameofaClientAccessKey: (id: string, clientAccessKeysRequest: ClientAccessKeysRequest, options?: any) => Promise<RequestArgs> }
-
addClientAccessKey: (clientAccessKeysParams: ClientAccessKeysParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
deleteClientAccessKey: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getClientAccessKeyById: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getClientAccessKeys: (nodeId?: string, rootFileId?: string, permissionId?: string, workspaceId?: string, options?: any) => Promise<RequestArgs>
-
- (nodeId?: string, rootFileId?: string, permissionId?: string, workspaceId?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional nodeId: string
-
Optional rootFileId: string
-
Optional permissionId: string
-
Optional workspaceId: string
-
options: any = {}
Returns Promise<RequestArgs>
-
updatetheNameofaClientAccessKey: (id: string, clientAccessKeysRequest: ClientAccessKeysRequest, options?: any) => Promise<RequestArgs>
-
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const ClientAccessKeysApiFactory
- ClientAccessKeysApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { addClientAccessKey: any; deleteClientAccessKey: any; getClientAccessKeyById: any; getClientAccessKeys: any; updatetheNameofaClientAccessKey: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { addClientAccessKey: any; deleteClientAccessKey: any; getClientAccessKeyById: any; getClientAccessKeys: any; updatetheNameofaClientAccessKey: any }
-
addClientAccessKey: function
-
deleteClientAccessKey: function
- deleteClientAccessKey(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getClientAccessKeyById: function
-
Parameters
-
id: string
-
Optional options: any
-
getClientAccessKeys: function
- getClientAccessKeys(nodeId?: string, rootFileId?: string, permissionId?: string, workspaceId?: string, options?: any): AxiosPromise<ClientAccessKeysResponse[]>
-
Parameters
-
Optional nodeId: string
-
Optional rootFileId: string
-
Optional permissionId: string
-
Optional workspaceId: string
-
Optional options: any
-
updatetheNameofaClientAccessKey: function
- updatetheNameofaClientAccessKey(id: string, clientAccessKeysRequest: ClientAccessKeysRequest, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const ClientAccessKeysApiFp
- ClientAccessKeysApiFp(configuration?: Configuration): { addClientAccessKey: any; deleteClientAccessKey: any; getClientAccessKeyById: any; getClientAccessKeys: any; updatetheNameofaClientAccessKey: any }
-
Parameters
Returns { addClientAccessKey: any; deleteClientAccessKey: any; getClientAccessKeyById: any; getClientAccessKeys: any; updatetheNameofaClientAccessKey: any }
-
addClientAccessKey: function
-
deleteClientAccessKey: function
- deleteClientAccessKey(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getClientAccessKeyById: function
- getClientAccessKeyById(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAccessKeysResponse>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAccessKeysResponse>>
-
getClientAccessKeys: function
- getClientAccessKeys(nodeId?: string, rootFileId?: string, permissionId?: string, workspaceId?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAccessKeysResponse[]>>
-
Parameters
-
Optional nodeId: string
-
Optional rootFileId: string
-
Optional permissionId: string
-
Optional workspaceId: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAccessKeysResponse[]>>
-
updatetheNameofaClientAccessKey: function
- updatetheNameofaClientAccessKey(id: string, clientAccessKeysRequest: ClientAccessKeysRequest, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const ClientAuthorizationsApiAxiosParamCreator
- ClientAuthorizationsApiAxiosParamCreator(configuration?: Configuration): { addClientAuthorization: (clientAuthorizationsParams: ClientAuthorizationsParams, options?: any) => Promise<RequestArgs>; deleteClientAuthorization: (id: string, options?: any) => Promise<RequestArgs>; getClientAuthorizationById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>; getClientAuthorizations: (clientId?: string, entityId?: string, entityType?: string, embed?: string, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { addClientAuthorization: (clientAuthorizationsParams: ClientAuthorizationsParams, options?: any) => Promise<RequestArgs>; deleteClientAuthorization: (id: string, options?: any) => Promise<RequestArgs>; getClientAuthorizationById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>; getClientAuthorizations: (clientId?: string, entityId?: string, entityType?: string, embed?: string, options?: any) => Promise<RequestArgs> }
-
addClientAuthorization: (clientAuthorizationsParams: ClientAuthorizationsParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
deleteClientAuthorization: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getClientAuthorizationById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>
-
- (id: string, embed?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Optional embed: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getClientAuthorizations: (clientId?: string, entityId?: string, entityType?: string, embed?: string, options?: any) => Promise<RequestArgs>
-
- (clientId?: string, entityId?: string, entityType?: string, embed?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional clientId: string
-
Optional entityId: string
-
Optional entityType: string
-
Optional embed: string
-
options: any = {}
Returns Promise<RequestArgs>
Const ClientAuthorizationsApiFactory
- ClientAuthorizationsApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { addClientAuthorization: any; deleteClientAuthorization: any; getClientAuthorizationById: any; getClientAuthorizations: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { addClientAuthorization: any; deleteClientAuthorization: any; getClientAuthorizationById: any; getClientAuthorizations: any }
-
addClientAuthorization: function
-
deleteClientAuthorization: function
- deleteClientAuthorization(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getClientAuthorizationById: function
-
Parameters
-
id: string
-
Optional embed: string
-
Optional options: any
-
getClientAuthorizations: function
- getClientAuthorizations(clientId?: string, entityId?: string, entityType?: string, embed?: string, options?: any): AxiosPromise<ClientAuthorizationsResponse[]>
-
Parameters
-
Optional clientId: string
-
Optional entityId: string
-
Optional entityType: string
-
Optional embed: string
-
Optional options: any
Const ClientAuthorizationsApiFp
- ClientAuthorizationsApiFp(configuration?: Configuration): { addClientAuthorization: any; deleteClientAuthorization: any; getClientAuthorizationById: any; getClientAuthorizations: any }
-
Parameters
Returns { addClientAuthorization: any; deleteClientAuthorization: any; getClientAuthorizationById: any; getClientAuthorizations: any }
-
addClientAuthorization: function
-
deleteClientAuthorization: function
- deleteClientAuthorization(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getClientAuthorizationById: function
- getClientAuthorizationById(id: string, embed?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAuthorizationsResponse>>
-
Parameters
-
id: string
-
Optional embed: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAuthorizationsResponse>>
-
getClientAuthorizations: function
- getClientAuthorizations(clientId?: string, entityId?: string, entityType?: string, embed?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAuthorizationsResponse[]>>
-
Parameters
-
Optional clientId: string
-
Optional entityId: string
-
Optional entityType: string
-
Optional embed: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAuthorizationsResponse[]>>
Const ClientsApiAxiosParamCreator
- ClientsApiAxiosParamCreator(configuration?: Configuration): { addClient: (clientsParams: ClientsParams, options?: any) => Promise<RequestArgs>; deleteClient: (id: string, options?: any) => Promise<RequestArgs>; getClientById: (id: string, options?: any) => Promise<RequestArgs>; getClients: (options?: any) => Promise<RequestArgs>; updateClient: (id: string, clientsParams: ClientsParams, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { addClient: (clientsParams: ClientsParams, options?: any) => Promise<RequestArgs>; deleteClient: (id: string, options?: any) => Promise<RequestArgs>; getClientById: (id: string, options?: any) => Promise<RequestArgs>; getClients: (options?: any) => Promise<RequestArgs>; updateClient: (id: string, clientsParams: ClientsParams, options?: any) => Promise<RequestArgs> }
-
addClient: (clientsParams: ClientsParams, options?: any) => Promise<RequestArgs>
-
- (clientsParams: ClientsParams, options?: any): Promise<RequestArgs>
-
Parameters
Returns Promise<RequestArgs>
-
deleteClient: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getClientById: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getClients: (options?: any) => Promise<RequestArgs>
-
- (options?: any): Promise<RequestArgs>
-
Parameters
Returns Promise<RequestArgs>
-
updateClient: (id: string, clientsParams: ClientsParams, options?: any) => Promise<RequestArgs>
-
- (id: string, clientsParams: ClientsParams, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const ClientsApiFactory
- ClientsApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { addClient: any; deleteClient: any; getClientById: any; getClients: any; updateClient: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { addClient: any; deleteClient: any; getClientById: any; getClients: any; updateClient: any }
-
addClient: function
-
deleteClient: function
- deleteClient(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getClientById: function
-
Parameters
-
id: string
-
Optional options: any
-
getClients: function
-
updateClient: function
- updateClient(id: string, clientsParams: ClientsParams, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const ClientsApiFp
- ClientsApiFp(configuration?: Configuration): { addClient: any; deleteClient: any; getClientById: any; getClients: any; updateClient: any }
-
Parameters
Returns { addClient: any; deleteClient: any; getClientById: any; getClients: any; updateClient: any }
-
addClient: function
- addClient(clientsParams: ClientsParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientsResponse>>
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientsResponse>>
-
deleteClient: function
- deleteClient(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getClientById: function
- getClientById(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientsResponse>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientsResponse>>
-
getClients: function
- getClients(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientsResponse[]>>
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientsResponse[]>>
-
updateClient: function
- updateClient(id: string, clientsParams: ClientsParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const DropboxMembershipsApiAxiosParamCreator
- DropboxMembershipsApiAxiosParamCreator(configuration?: Configuration): { addaDropboxMember: (dropboxMembershipsParams: DropboxMembershipsParams, options?: any) => Promise<RequestArgs>; getDropboxMemberships: (canInviteSubmitters?: boolean, canReceivePackages?: boolean, canSubmitPackages?: boolean, createdAt?: string, creatorId?: string, deactivated?: boolean, dropboxId?: string, embed5B5D?: string, inherited?: boolean, manager?: boolean, memberEmail?: string, memberLastLoginAt?: string, memberLastName?: string, memberSystemGroup?: boolean, memberId?: string, memberType?: string, q?: string, updatedAt?: string, options?: any) => Promise<RequestArgs>; getInformationonaSpecificDropboxMembership: (id: string, embed5B5D?: string, options?: any) => Promise<RequestArgs>; removeaMemberfromaDropbox: (id: string, options?: any) => Promise<RequestArgs>; updateaDropboxMembership: (id: string, dropboxMembershipsUpdateParams: DropboxMembershipsUpdateParams, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { addaDropboxMember: (dropboxMembershipsParams: DropboxMembershipsParams, options?: any) => Promise<RequestArgs>; getDropboxMemberships: (canInviteSubmitters?: boolean, canReceivePackages?: boolean, canSubmitPackages?: boolean, createdAt?: string, creatorId?: string, deactivated?: boolean, dropboxId?: string, embed5B5D?: string, inherited?: boolean, manager?: boolean, memberEmail?: string, memberLastLoginAt?: string, memberLastName?: string, memberSystemGroup?: boolean, memberId?: string, memberType?: string, q?: string, updatedAt?: string, options?: any) => Promise<RequestArgs>; getInformationonaSpecificDropboxMembership: (id: string, embed5B5D?: string, options?: any) => Promise<RequestArgs>; removeaMemberfromaDropbox: (id: string, options?: any) => Promise<RequestArgs>; updateaDropboxMembership: (id: string, dropboxMembershipsUpdateParams: DropboxMembershipsUpdateParams, options?: any) => Promise<RequestArgs> }
-
addaDropboxMember: (dropboxMembershipsParams: DropboxMembershipsParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
getDropboxMemberships: (canInviteSubmitters?: boolean, canReceivePackages?: boolean, canSubmitPackages?: boolean, createdAt?: string, creatorId?: string, deactivated?: boolean, dropboxId?: string, embed5B5D?: string, inherited?: boolean, manager?: boolean, memberEmail?: string, memberLastLoginAt?: string, memberLastName?: string, memberSystemGroup?: boolean, memberId?: string, memberType?: string, q?: string, updatedAt?: string, options?: any) => Promise<RequestArgs>
-
- (canInviteSubmitters?: boolean, canReceivePackages?: boolean, canSubmitPackages?: boolean, createdAt?: string, creatorId?: string, deactivated?: boolean, dropboxId?: string, embed5B5D?: string, inherited?: boolean, manager?: boolean, memberEmail?: string, memberLastLoginAt?: string, memberLastName?: string, memberSystemGroup?: boolean, memberId?: string, memberType?: string, q?: string, updatedAt?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional canInviteSubmitters: boolean
-
Optional canReceivePackages: boolean
-
Optional canSubmitPackages: boolean
-
Optional createdAt: string
-
Optional creatorId: string
-
Optional deactivated: boolean
-
Optional dropboxId: string
-
Optional embed5B5D: string
-
Optional inherited: boolean
-
Optional manager: boolean
-
Optional memberEmail: string
-
Optional memberLastLoginAt: string
-
Optional memberLastName: string
-
Optional memberSystemGroup: boolean
-
Optional memberId: string
-
Optional memberType: string
-
Optional q: string
-
Optional updatedAt: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getInformationonaSpecificDropboxMembership: (id: string, embed5B5D?: string, options?: any) => Promise<RequestArgs>
-
- (id: string, embed5B5D?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Optional embed5B5D: string
-
options: any = {}
Returns Promise<RequestArgs>
-
removeaMemberfromaDropbox: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
updateaDropboxMembership: (id: string, dropboxMembershipsUpdateParams: DropboxMembershipsUpdateParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const DropboxMembershipsApiFactory
- DropboxMembershipsApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { addaDropboxMember: any; getDropboxMemberships: any; getInformationonaSpecificDropboxMembership: any; removeaMemberfromaDropbox: any; updateaDropboxMembership: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { addaDropboxMember: any; getDropboxMemberships: any; getInformationonaSpecificDropboxMembership: any; removeaMemberfromaDropbox: any; updateaDropboxMembership: any }
-
addaDropboxMember: function
-
getDropboxMemberships: function
- getDropboxMemberships(canInviteSubmitters?: boolean, canReceivePackages?: boolean, canSubmitPackages?: boolean, createdAt?: string, creatorId?: string, deactivated?: boolean, dropboxId?: string, embed5B5D?: string, inherited?: boolean, manager?: boolean, memberEmail?: string, memberLastLoginAt?: string, memberLastName?: string, memberSystemGroup?: boolean, memberId?: string, memberType?: string, q?: string, updatedAt?: string, options?: any): AxiosPromise<DropboxMembershipsResponse[]>
-
Parameters
-
Optional canInviteSubmitters: boolean
-
Optional canReceivePackages: boolean
-
Optional canSubmitPackages: boolean
-
Optional createdAt: string
-
Optional creatorId: string
-
Optional deactivated: boolean
-
Optional dropboxId: string
-
Optional embed5B5D: string
-
Optional inherited: boolean
-
Optional manager: boolean
-
Optional memberEmail: string
-
Optional memberLastLoginAt: string
-
Optional memberLastName: string
-
Optional memberSystemGroup: boolean
-
Optional memberId: string
-
Optional memberType: string
-
Optional q: string
-
Optional updatedAt: string
-
Optional options: any
-
getInformationonaSpecificDropboxMembership: function
- getInformationonaSpecificDropboxMembership(id: string, embed5B5D?: string, options?: any): AxiosPromise<DropboxMembershipsResponse>
-
Parameters
-
id: string
-
Optional embed5B5D: string
-
Optional options: any
-
removeaMemberfromaDropbox: function
- removeaMemberfromaDropbox(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
updateaDropboxMembership: function
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const DropboxMembershipsApiFp
- DropboxMembershipsApiFp(configuration?: Configuration): { addaDropboxMember: any; getDropboxMemberships: any; getInformationonaSpecificDropboxMembership: any; removeaMemberfromaDropbox: any; updateaDropboxMembership: any }
-
Parameters
Returns { addaDropboxMember: any; getDropboxMemberships: any; getInformationonaSpecificDropboxMembership: any; removeaMemberfromaDropbox: any; updateaDropboxMembership: any }
-
addaDropboxMember: function
-
getDropboxMemberships: function
- getDropboxMemberships(canInviteSubmitters?: boolean, canReceivePackages?: boolean, canSubmitPackages?: boolean, createdAt?: string, creatorId?: string, deactivated?: boolean, dropboxId?: string, embed5B5D?: string, inherited?: boolean, manager?: boolean, memberEmail?: string, memberLastLoginAt?: string, memberLastName?: string, memberSystemGroup?: boolean, memberId?: string, memberType?: string, q?: string, updatedAt?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DropboxMembershipsResponse[]>>
-
Parameters
-
Optional canInviteSubmitters: boolean
-
Optional canReceivePackages: boolean
-
Optional canSubmitPackages: boolean
-
Optional createdAt: string
-
Optional creatorId: string
-
Optional deactivated: boolean
-
Optional dropboxId: string
-
Optional embed5B5D: string
-
Optional inherited: boolean
-
Optional manager: boolean
-
Optional memberEmail: string
-
Optional memberLastLoginAt: string
-
Optional memberLastName: string
-
Optional memberSystemGroup: boolean
-
Optional memberId: string
-
Optional memberType: string
-
Optional q: string
-
Optional updatedAt: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DropboxMembershipsResponse[]>>
-
getInformationonaSpecificDropboxMembership: function
- getInformationonaSpecificDropboxMembership(id: string, embed5B5D?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DropboxMembershipsResponse>>
-
Parameters
-
id: string
-
Optional embed5B5D: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DropboxMembershipsResponse>>
-
removeaMemberfromaDropbox: function
- removeaMemberfromaDropbox(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
updateaDropboxMembership: function
- updateaDropboxMembership(id: string, dropboxMembershipsUpdateParams: DropboxMembershipsUpdateParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const DropboxesApiAxiosParamCreator
- DropboxesApiAxiosParamCreator(configuration?: Configuration): { createaNewSharedInbox: (dropboxesParams: DropboxesParams, options?: any) => Promise<RequestArgs>; deleteaSpecificSharedInbox: (id: string, options?: any) => Promise<RequestArgs>; getInformationonaSpecificSharedInbox: (id: string, options?: any) => Promise<RequestArgs>; getaListingofAllSharedInboxes: (createdAt?: string, name?: string, updatedAt?: string, q?: string, options?: any) => Promise<RequestArgs>; updateaSharedInbox: (id: string, dropboxesParams: DropboxesParams, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { createaNewSharedInbox: (dropboxesParams: DropboxesParams, options?: any) => Promise<RequestArgs>; deleteaSpecificSharedInbox: (id: string, options?: any) => Promise<RequestArgs>; getInformationonaSpecificSharedInbox: (id: string, options?: any) => Promise<RequestArgs>; getaListingofAllSharedInboxes: (createdAt?: string, name?: string, updatedAt?: string, q?: string, options?: any) => Promise<RequestArgs>; updateaSharedInbox: (id: string, dropboxesParams: DropboxesParams, options?: any) => Promise<RequestArgs> }
-
createaNewSharedInbox: (dropboxesParams: DropboxesParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
deleteaSpecificSharedInbox: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getInformationonaSpecificSharedInbox: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getaListingofAllSharedInboxes: (createdAt?: string, name?: string, updatedAt?: string, q?: string, options?: any) => Promise<RequestArgs>
-
- (createdAt?: string, name?: string, updatedAt?: string, q?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional createdAt: string
-
Optional name: string
-
Optional updatedAt: string
-
Optional q: string
-
options: any = {}
Returns Promise<RequestArgs>
-
updateaSharedInbox: (id: string, dropboxesParams: DropboxesParams, options?: any) => Promise<RequestArgs>
-
- (id: string, dropboxesParams: DropboxesParams, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const DropboxesApiFactory
- DropboxesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { createaNewSharedInbox: any; deleteaSpecificSharedInbox: any; getInformationonaSpecificSharedInbox: any; getaListingofAllSharedInboxes: any; updateaSharedInbox: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { createaNewSharedInbox: any; deleteaSpecificSharedInbox: any; getInformationonaSpecificSharedInbox: any; getaListingofAllSharedInboxes: any; updateaSharedInbox: any }
-
createaNewSharedInbox: function
-
deleteaSpecificSharedInbox: function
- deleteaSpecificSharedInbox(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getInformationonaSpecificSharedInbox: function
- getInformationonaSpecificSharedInbox(id: string, options?: any): AxiosPromise<DropboxesResponse>
-
Parameters
-
id: string
-
Optional options: any
-
getaListingofAllSharedInboxes: function
- getaListingofAllSharedInboxes(createdAt?: string, name?: string, updatedAt?: string, q?: string, options?: any): AxiosPromise<DropboxesResponse[]>
-
Parameters
-
Optional createdAt: string
-
Optional name: string
-
Optional updatedAt: string
-
Optional q: string
-
Optional options: any
-
updateaSharedInbox: function
- updateaSharedInbox(id: string, dropboxesParams: DropboxesParams, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const DropboxesApiFp
- DropboxesApiFp(configuration?: Configuration): { createaNewSharedInbox: any; deleteaSpecificSharedInbox: any; getInformationonaSpecificSharedInbox: any; getaListingofAllSharedInboxes: any; updateaSharedInbox: any }
-
Parameters
Returns { createaNewSharedInbox: any; deleteaSpecificSharedInbox: any; getInformationonaSpecificSharedInbox: any; getaListingofAllSharedInboxes: any; updateaSharedInbox: any }
-
createaNewSharedInbox: function
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DropboxesResponse>>
-
deleteaSpecificSharedInbox: function
- deleteaSpecificSharedInbox(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getInformationonaSpecificSharedInbox: function
- getInformationonaSpecificSharedInbox(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DropboxesResponse>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DropboxesResponse>>
-
getaListingofAllSharedInboxes: function
- getaListingofAllSharedInboxes(createdAt?: string, name?: string, updatedAt?: string, q?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DropboxesResponse[]>>
-
Parameters
-
Optional createdAt: string
-
Optional name: string
-
Optional updatedAt: string
-
Optional q: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DropboxesResponse[]>>
-
updateaSharedInbox: function
- updateaSharedInbox(id: string, dropboxesParams: DropboxesParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const IntegrationsKmsProfilesApiAxiosParamCreator
- IntegrationsKmsProfilesApiAxiosParamCreator(configuration?: Configuration): { createanewkeyManagementserviceKMSprofile: (kmsProfileRequest: KmsProfileRequest, options?: any) => Promise<RequestArgs>; deletethekeyManagementserviceKMSprofile: (kmsProfileId: string, options?: any) => Promise<RequestArgs>; getalistofallkeyManagementserviceKMSprofiles: (options?: any) => Promise<RequestArgs>; getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile: (kmsProfileId: string, options?: any) => Promise<RequestArgs>; getthekeyManagementserviceKMSprofile: (kmsProfileId: string, options?: any) => Promise<RequestArgs>; updatethekeyManagementserviceKMSprofile: (kmsProfileId: string, integrationsKmsProfilesRequest?: IntegrationsKmsProfilesRequest, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { createanewkeyManagementserviceKMSprofile: (kmsProfileRequest: KmsProfileRequest, options?: any) => Promise<RequestArgs>; deletethekeyManagementserviceKMSprofile: (kmsProfileId: string, options?: any) => Promise<RequestArgs>; getalistofallkeyManagementserviceKMSprofiles: (options?: any) => Promise<RequestArgs>; getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile: (kmsProfileId: string, options?: any) => Promise<RequestArgs>; getthekeyManagementserviceKMSprofile: (kmsProfileId: string, options?: any) => Promise<RequestArgs>; updatethekeyManagementserviceKMSprofile: (kmsProfileId: string, integrationsKmsProfilesRequest?: IntegrationsKmsProfilesRequest, options?: any) => Promise<RequestArgs> }
-
createanewkeyManagementserviceKMSprofile: (kmsProfileRequest: KmsProfileRequest, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
deletethekeyManagementserviceKMSprofile: (kmsProfileId: string, options?: any) => Promise<RequestArgs>
-
- (kmsProfileId: string, options?: any): Promise<RequestArgs>
-
Parameters
-
kmsProfileId: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getalistofallkeyManagementserviceKMSprofiles: (options?: any) => Promise<RequestArgs>
-
- (options?: any): Promise<RequestArgs>
-
Parameters
Returns Promise<RequestArgs>
-
getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile: (kmsProfileId: string, options?: any) => Promise<RequestArgs>
-
- (kmsProfileId: string, options?: any): Promise<RequestArgs>
-
Parameters
-
kmsProfileId: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getthekeyManagementserviceKMSprofile: (kmsProfileId: string, options?: any) => Promise<RequestArgs>
-
- (kmsProfileId: string, options?: any): Promise<RequestArgs>
-
Parameters
-
kmsProfileId: string
-
options: any = {}
Returns Promise<RequestArgs>
-
updatethekeyManagementserviceKMSprofile: (kmsProfileId: string, integrationsKmsProfilesRequest?: IntegrationsKmsProfilesRequest, options?: any) => Promise<RequestArgs>
-
-
Parameters
-
kmsProfileId: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const IntegrationsKmsProfilesApiFactory
- IntegrationsKmsProfilesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { createanewkeyManagementserviceKMSprofile: any; deletethekeyManagementserviceKMSprofile: any; getalistofallkeyManagementserviceKMSprofiles: any; getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile: any; getthekeyManagementserviceKMSprofile: any; updatethekeyManagementserviceKMSprofile: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { createanewkeyManagementserviceKMSprofile: any; deletethekeyManagementserviceKMSprofile: any; getalistofallkeyManagementserviceKMSprofiles: any; getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile: any; getthekeyManagementserviceKMSprofile: any; updatethekeyManagementserviceKMSprofile: any }
-
createanewkeyManagementserviceKMSprofile: function
-
deletethekeyManagementserviceKMSprofile: function
-
Parameters
-
kmsProfileId: string
-
Optional options: any
-
getalistofallkeyManagementserviceKMSprofiles: function
- getalistofallkeyManagementserviceKMSprofiles(options?: any): AxiosPromise<KmsProfileResponse[]>
-
getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile: function
- getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile(kmsProfileId: string, options?: any): AxiosPromise<KmsAocNode1[]>
-
Parameters
-
kmsProfileId: string
-
Optional options: any
Returns AxiosPromise<KmsAocNode1[]>
-
getthekeyManagementserviceKMSprofile: function
- getthekeyManagementserviceKMSprofile(kmsProfileId: string, options?: any): AxiosPromise<KmsProfileResponse>
-
Parameters
-
kmsProfileId: string
-
Optional options: any
-
updatethekeyManagementserviceKMSprofile: function
- updatethekeyManagementserviceKMSprofile(kmsProfileId: string, integrationsKmsProfilesRequest?: IntegrationsKmsProfilesRequest, options?: any): AxiosPromise<void>
-
Parameters
-
kmsProfileId: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const IntegrationsKmsProfilesApiFp
- IntegrationsKmsProfilesApiFp(configuration?: Configuration): { createanewkeyManagementserviceKMSprofile: any; deletethekeyManagementserviceKMSprofile: any; getalistofallkeyManagementserviceKMSprofiles: any; getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile: any; getthekeyManagementserviceKMSprofile: any; updatethekeyManagementserviceKMSprofile: any }
-
Parameters
Returns { createanewkeyManagementserviceKMSprofile: any; deletethekeyManagementserviceKMSprofile: any; getalistofallkeyManagementserviceKMSprofiles: any; getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile: any; getthekeyManagementserviceKMSprofile: any; updatethekeyManagementserviceKMSprofile: any }
-
createanewkeyManagementserviceKMSprofile: function
- createanewkeyManagementserviceKMSprofile(kmsProfileRequest: KmsProfileRequest, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KmsProfileResponse>>
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KmsProfileResponse>>
-
deletethekeyManagementserviceKMSprofile: function
- deletethekeyManagementserviceKMSprofile(kmsProfileId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KmsProfileResponseDelete>>
-
Parameters
-
kmsProfileId: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KmsProfileResponseDelete>>
-
getalistofallkeyManagementserviceKMSprofiles: function
- getalistofallkeyManagementserviceKMSprofiles(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KmsProfileResponse[]>>
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KmsProfileResponse[]>>
-
getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile: function
- getalistofnodesassociatedwiththespecifiedkeyManagementserviceKMSprofile(kmsProfileId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KmsAocNode1[]>>
-
Parameters
-
kmsProfileId: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KmsAocNode1[]>>
-
getthekeyManagementserviceKMSprofile: function
- getthekeyManagementserviceKMSprofile(kmsProfileId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KmsProfileResponse>>
-
Parameters
-
kmsProfileId: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KmsProfileResponse>>
-
updatethekeyManagementserviceKMSprofile: function
- updatethekeyManagementserviceKMSprofile(kmsProfileId: string, integrationsKmsProfilesRequest?: IntegrationsKmsProfilesRequest, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
kmsProfileId: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const IntegrationsWatermarkIdentitiesApiAxiosParamCreator
- IntegrationsWatermarkIdentitiesApiAxiosParamCreator(configuration?: Configuration): { getanarrayofwatermarkidentities: (identityId: number, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { getanarrayofwatermarkidentities: (identityId: number, options?: any) => Promise<RequestArgs> }
-
getanarrayofwatermarkidentities: (identityId: number, options?: any) => Promise<RequestArgs>
-
- (identityId: number, options?: any): Promise<RequestArgs>
-
Parameters
-
identityId: number
-
options: any = {}
Returns Promise<RequestArgs>
Const IntegrationsWatermarkIdentitiesApiFactory
- IntegrationsWatermarkIdentitiesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { getanarrayofwatermarkidentities: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { getanarrayofwatermarkidentities: any }
-
getanarrayofwatermarkidentities: function
-
Parameters
-
identityId: number
-
Optional options: any
Const IntegrationsWatermarkIdentitiesApiFp
- IntegrationsWatermarkIdentitiesApiFp(configuration?: Configuration): { getanarrayofwatermarkidentities: any }
-
Parameters
Returns { getanarrayofwatermarkidentities: any }
-
getanarrayofwatermarkidentities: function
-
Parameters
-
identityId: number
-
Optional options: any
Const IntegrationsWatermarkProfilesApiAxiosParamCreator
- IntegrationsWatermarkProfilesApiAxiosParamCreator(configuration?: Configuration): { createanewwatermarkingprofile: (watermarkProfileCreateParams: WatermarkProfileCreateParams, options?: any) => Promise<RequestArgs>; deleteaspecificwatermarkingprofile: (id: string, options?: any) => Promise<RequestArgs>; getallwatermarkingprofiles: (include?: AvailableNodes, options?: any) => Promise<RequestArgs>; getaspecificwatermarkingprofile: (id: string, include?: AvailableNodes, options?: any) => Promise<RequestArgs>; updateaspecificwatermarkingprofile: (id: string, watermarkProfileUpdateParams: WatermarkProfileUpdateParams, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { createanewwatermarkingprofile: (watermarkProfileCreateParams: WatermarkProfileCreateParams, options?: any) => Promise<RequestArgs>; deleteaspecificwatermarkingprofile: (id: string, options?: any) => Promise<RequestArgs>; getallwatermarkingprofiles: (include?: AvailableNodes, options?: any) => Promise<RequestArgs>; getaspecificwatermarkingprofile: (id: string, include?: AvailableNodes, options?: any) => Promise<RequestArgs>; updateaspecificwatermarkingprofile: (id: string, watermarkProfileUpdateParams: WatermarkProfileUpdateParams, options?: any) => Promise<RequestArgs> }
-
createanewwatermarkingprofile: (watermarkProfileCreateParams: WatermarkProfileCreateParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
deleteaspecificwatermarkingprofile: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getallwatermarkingprofiles: (include?: AvailableNodes, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
getaspecificwatermarkingprofile: (id: string, include?: AvailableNodes, options?: any) => Promise<RequestArgs>
-
- (id: string, include?: AvailableNodes, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
-
updateaspecificwatermarkingprofile: (id: string, watermarkProfileUpdateParams: WatermarkProfileUpdateParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const IntegrationsWatermarkProfilesApiFactory
- IntegrationsWatermarkProfilesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { createanewwatermarkingprofile: any; deleteaspecificwatermarkingprofile: any; getallwatermarkingprofiles: any; getaspecificwatermarkingprofile: any; updateaspecificwatermarkingprofile: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { createanewwatermarkingprofile: any; deleteaspecificwatermarkingprofile: any; getallwatermarkingprofiles: any; getaspecificwatermarkingprofile: any; updateaspecificwatermarkingprofile: any }
-
createanewwatermarkingprofile: function
-
deleteaspecificwatermarkingprofile: function
- deleteaspecificwatermarkingprofile(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getallwatermarkingprofiles: function
-
getaspecificwatermarkingprofile: function
-
Parameters
-
id: string
-
-
Optional options: any
-
updateaspecificwatermarkingprofile: function
- updateaspecificwatermarkingprofile(id: string, watermarkProfileUpdateParams: WatermarkProfileUpdateParams, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const IntegrationsWatermarkProfilesApiFp
- IntegrationsWatermarkProfilesApiFp(configuration?: Configuration): { createanewwatermarkingprofile: any; deleteaspecificwatermarkingprofile: any; getallwatermarkingprofiles: any; getaspecificwatermarkingprofile: any; updateaspecificwatermarkingprofile: any }
-
Parameters
Returns { createanewwatermarkingprofile: any; deleteaspecificwatermarkingprofile: any; getallwatermarkingprofiles: any; getaspecificwatermarkingprofile: any; updateaspecificwatermarkingprofile: any }
-
createanewwatermarkingprofile: function
-
deleteaspecificwatermarkingprofile: function
- deleteaspecificwatermarkingprofile(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getallwatermarkingprofiles: function
-
getaspecificwatermarkingprofile: function
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WatermarkProfileResponse>>
-
updateaspecificwatermarkingprofile: function
- updateaspecificwatermarkingprofile(id: string, watermarkProfileUpdateParams: WatermarkProfileUpdateParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const NodesApiAxiosParamCreator
- NodesApiAxiosParamCreator(configuration?: Configuration): { createaNewNode: (nodesParams: NodesParams, options?: any) => Promise<RequestArgs>; deleteaSpecificNode: (id: string, options?: any) => Promise<RequestArgs>; getInformationonaSpecificNode: (id: string, options?: any) => Promise<RequestArgs>; getaListingofAllNodes: (accessKey?: string, host?: string, name?: string, path?: string, port?: string, q?: string, status?: string, options?: any) => Promise<RequestArgs>; updateaNode: (id: string, nodesParams: NodesParams, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { createaNewNode: (nodesParams: NodesParams, options?: any) => Promise<RequestArgs>; deleteaSpecificNode: (id: string, options?: any) => Promise<RequestArgs>; getInformationonaSpecificNode: (id: string, options?: any) => Promise<RequestArgs>; getaListingofAllNodes: (accessKey?: string, host?: string, name?: string, path?: string, port?: string, q?: string, status?: string, options?: any) => Promise<RequestArgs>; updateaNode: (id: string, nodesParams: NodesParams, options?: any) => Promise<RequestArgs> }
-
createaNewNode: (nodesParams: NodesParams, options?: any) => Promise<RequestArgs>
-
- (nodesParams: NodesParams, options?: any): Promise<RequestArgs>
-
Parameters
Returns Promise<RequestArgs>
-
deleteaSpecificNode: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getInformationonaSpecificNode: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getaListingofAllNodes: (accessKey?: string, host?: string, name?: string, path?: string, port?: string, q?: string, status?: string, options?: any) => Promise<RequestArgs>
-
- (accessKey?: string, host?: string, name?: string, path?: string, port?: string, q?: string, status?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional accessKey: string
-
Optional host: string
-
Optional name: string
-
Optional path: string
-
Optional port: string
-
Optional q: string
-
Optional status: string
-
options: any = {}
Returns Promise<RequestArgs>
-
updateaNode: (id: string, nodesParams: NodesParams, options?: any) => Promise<RequestArgs>
-
- (id: string, nodesParams: NodesParams, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const NodesApiFactory
- NodesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { createaNewNode: any; deleteaSpecificNode: any; getInformationonaSpecificNode: any; getaListingofAllNodes: any; updateaNode: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { createaNewNode: any; deleteaSpecificNode: any; getInformationonaSpecificNode: any; getaListingofAllNodes: any; updateaNode: any }
-
createaNewNode: function
-
deleteaSpecificNode: function
- deleteaSpecificNode(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getInformationonaSpecificNode: function
- getInformationonaSpecificNode(id: string, options?: any): AxiosPromise<NodesResponse>
-
Parameters
-
id: string
-
Optional options: any
-
getaListingofAllNodes: function
- getaListingofAllNodes(accessKey?: string, host?: string, name?: string, path?: string, port?: string, q?: string, status?: string, options?: any): AxiosPromise<NodesResponse[]>
-
Parameters
-
Optional accessKey: string
-
Optional host: string
-
Optional name: string
-
Optional path: string
-
Optional port: string
-
Optional q: string
-
Optional status: string
-
Optional options: any
-
updateaNode: function
- updateaNode(id: string, nodesParams: NodesParams, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const NodesApiFp
- NodesApiFp(configuration?: Configuration): { createaNewNode: any; deleteaSpecificNode: any; getInformationonaSpecificNode: any; getaListingofAllNodes: any; updateaNode: any }
-
Parameters
Returns { createaNewNode: any; deleteaSpecificNode: any; getInformationonaSpecificNode: any; getaListingofAllNodes: any; updateaNode: any }
-
createaNewNode: function
- createaNewNode(nodesParams: NodesParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NodesResponse>>
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NodesResponse>>
-
deleteaSpecificNode: function
- deleteaSpecificNode(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getInformationonaSpecificNode: function
- getInformationonaSpecificNode(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NodesResponse>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NodesResponse>>
-
getaListingofAllNodes: function
- getaListingofAllNodes(accessKey?: string, host?: string, name?: string, path?: string, port?: string, q?: string, status?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NodesResponse[]>>
-
Parameters
-
Optional accessKey: string
-
Optional host: string
-
Optional name: string
-
Optional path: string
-
Optional port: string
-
Optional q: string
-
Optional status: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NodesResponse[]>>
-
updateaNode: function
- updateaNode(id: string, nodesParams: NodesParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const OrganizationsApiAxiosParamCreator
- OrganizationsApiAxiosParamCreator(configuration?: Configuration): { getInformationAboutYourOrganization: (id: string, options?: any) => Promise<RequestArgs>; updateYourOrganization: (id: string, organizationsParams: OrganizationsParams, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { getInformationAboutYourOrganization: (id: string, options?: any) => Promise<RequestArgs>; updateYourOrganization: (id: string, organizationsParams: OrganizationsParams, options?: any) => Promise<RequestArgs> }
-
getInformationAboutYourOrganization: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
updateYourOrganization: (id: string, organizationsParams: OrganizationsParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const OrganizationsApiFactory
- OrganizationsApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { getInformationAboutYourOrganization: any; updateYourOrganization: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { getInformationAboutYourOrganization: any; updateYourOrganization: any }
-
getInformationAboutYourOrganization: function
-
Parameters
-
id: string
-
Optional options: any
-
updateYourOrganization: function
- updateYourOrganization(id: string, organizationsParams: OrganizationsParams, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const OrganizationsApiFp
- OrganizationsApiFp(configuration?: Configuration): { getInformationAboutYourOrganization: any; updateYourOrganization: any }
-
Parameters
Returns { getInformationAboutYourOrganization: any; updateYourOrganization: any }
-
getInformationAboutYourOrganization: function
- getInformationAboutYourOrganization(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationsResponse>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationsResponse>>
-
updateYourOrganization: function
- updateYourOrganization(id: string, organizationsParams: OrganizationsParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const PackagesApiAxiosParamCreator
- PackagesApiAxiosParamCreator(configuration?: Configuration): { addPackage: (packagesParams: PackagesParams, options?: any) => Promise<RequestArgs>; deletePackage: (id: string, options?: any) => Promise<RequestArgs>; getPackageById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>; getPackages: (complete?: boolean, completed?: boolean, completedAt?: string, deleted?: boolean, dropboxId?: string, expired?: boolean, failed?: boolean, draft?: boolean, name?: string, sentAt?: string, createdAt?: string, deletedAt?: string, size?: number, workspaceId?: string, senderEmail?: string, senderId?: string, senderName?: string, type?: string, archived?: boolean, read?: boolean, received?: boolean, sent?: boolean, updatedAt?: string, includeDraft?: boolean, excludeDropboxPackages?: boolean, hasContent?: boolean, embed?: string, options?: any) => Promise<RequestArgs>; updatePackage: (id: string, packagesParams: PackagesParams, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { addPackage: (packagesParams: PackagesParams, options?: any) => Promise<RequestArgs>; deletePackage: (id: string, options?: any) => Promise<RequestArgs>; getPackageById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>; getPackages: (complete?: boolean, completed?: boolean, completedAt?: string, deleted?: boolean, dropboxId?: string, expired?: boolean, failed?: boolean, draft?: boolean, name?: string, sentAt?: string, createdAt?: string, deletedAt?: string, size?: number, workspaceId?: string, senderEmail?: string, senderId?: string, senderName?: string, type?: string, archived?: boolean, read?: boolean, received?: boolean, sent?: boolean, updatedAt?: string, includeDraft?: boolean, excludeDropboxPackages?: boolean, hasContent?: boolean, embed?: string, options?: any) => Promise<RequestArgs>; updatePackage: (id: string, packagesParams: PackagesParams, options?: any) => Promise<RequestArgs> }
-
addPackage: (packagesParams: PackagesParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
deletePackage: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getPackageById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>
-
- (id: string, embed?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Optional embed: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getPackages: (complete?: boolean, completed?: boolean, completedAt?: string, deleted?: boolean, dropboxId?: string, expired?: boolean, failed?: boolean, draft?: boolean, name?: string, sentAt?: string, createdAt?: string, deletedAt?: string, size?: number, workspaceId?: string, senderEmail?: string, senderId?: string, senderName?: string, type?: string, archived?: boolean, read?: boolean, received?: boolean, sent?: boolean, updatedAt?: string, includeDraft?: boolean, excludeDropboxPackages?: boolean, hasContent?: boolean, embed?: string, options?: any) => Promise<RequestArgs>
-
- (complete?: boolean, completed?: boolean, completedAt?: string, deleted?: boolean, dropboxId?: string, expired?: boolean, failed?: boolean, draft?: boolean, name?: string, sentAt?: string, createdAt?: string, deletedAt?: string, size?: number, workspaceId?: string, senderEmail?: string, senderId?: string, senderName?: string, type?: string, archived?: boolean, read?: boolean, received?: boolean, sent?: boolean, updatedAt?: string, includeDraft?: boolean, excludeDropboxPackages?: boolean, hasContent?: boolean, embed?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional complete: boolean
-
Optional completed: boolean
-
Optional completedAt: string
-
Optional deleted: boolean
-
Optional dropboxId: string
-
Optional expired: boolean
-
Optional failed: boolean
-
Optional draft: boolean
-
Optional name: string
-
Optional sentAt: string
-
Optional createdAt: string
-
Optional deletedAt: string
-
Optional size: number
-
Optional workspaceId: string
-
Optional senderEmail: string
-
Optional senderId: string
-
Optional senderName: string
-
Optional type: string
-
Optional archived: boolean
-
Optional read: boolean
-
Optional received: boolean
-
Optional sent: boolean
-
Optional updatedAt: string
-
Optional includeDraft: boolean
-
Optional excludeDropboxPackages: boolean
-
Optional hasContent: boolean
-
Optional embed: string
-
options: any = {}
Returns Promise<RequestArgs>
-
updatePackage: (id: string, packagesParams: PackagesParams, options?: any) => Promise<RequestArgs>
-
- (id: string, packagesParams: PackagesParams, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const PackagesApiFactory
- PackagesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { addPackage: any; deletePackage: any; getPackageById: any; getPackages: any; updatePackage: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { addPackage: any; deletePackage: any; getPackageById: any; getPackages: any; updatePackage: any }
-
addPackage: function
-
deletePackage: function
- deletePackage(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getPackageById: function
- getPackageById(id: string, embed?: string, options?: any): AxiosPromise<PackagesResponse>
-
Parameters
-
id: string
-
Optional embed: string
-
Optional options: any
-
getPackages: function
- getPackages(complete?: boolean, completed?: boolean, completedAt?: string, deleted?: boolean, dropboxId?: string, expired?: boolean, failed?: boolean, draft?: boolean, name?: string, sentAt?: string, createdAt?: string, deletedAt?: string, size?: number, workspaceId?: string, senderEmail?: string, senderId?: string, senderName?: string, type?: string, archived?: boolean, read?: boolean, received?: boolean, sent?: boolean, updatedAt?: string, includeDraft?: boolean, excludeDropboxPackages?: boolean, hasContent?: boolean, embed?: string, options?: any): AxiosPromise<PackagesResponse[]>
-
Parameters
-
Optional complete: boolean
-
Optional completed: boolean
-
Optional completedAt: string
-
Optional deleted: boolean
-
Optional dropboxId: string
-
Optional expired: boolean
-
Optional failed: boolean
-
Optional draft: boolean
-
Optional name: string
-
Optional sentAt: string
-
Optional createdAt: string
-
Optional deletedAt: string
-
Optional size: number
-
Optional workspaceId: string
-
Optional senderEmail: string
-
Optional senderId: string
-
Optional senderName: string
-
Optional type: string
-
Optional archived: boolean
-
Optional read: boolean
-
Optional received: boolean
-
Optional sent: boolean
-
Optional updatedAt: string
-
Optional includeDraft: boolean
-
Optional excludeDropboxPackages: boolean
-
Optional hasContent: boolean
-
Optional embed: string
-
Optional options: any
-
updatePackage: function
- updatePackage(id: string, packagesParams: PackagesParams, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const PackagesApiFp
- PackagesApiFp(configuration?: Configuration): { addPackage: any; deletePackage: any; getPackageById: any; getPackages: any; updatePackage: any }
-
Parameters
Returns { addPackage: any; deletePackage: any; getPackageById: any; getPackages: any; updatePackage: any }
-
addPackage: function
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PackagesResponse>>
-
deletePackage: function
- deletePackage(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getPackageById: function
- getPackageById(id: string, embed?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PackagesResponse>>
-
Parameters
-
id: string
-
Optional embed: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PackagesResponse>>
-
getPackages: function
- getPackages(complete?: boolean, completed?: boolean, completedAt?: string, deleted?: boolean, dropboxId?: string, expired?: boolean, failed?: boolean, draft?: boolean, name?: string, sentAt?: string, createdAt?: string, deletedAt?: string, size?: number, workspaceId?: string, senderEmail?: string, senderId?: string, senderName?: string, type?: string, archived?: boolean, read?: boolean, received?: boolean, sent?: boolean, updatedAt?: string, includeDraft?: boolean, excludeDropboxPackages?: boolean, hasContent?: boolean, embed?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PackagesResponse[]>>
-
Parameters
-
Optional complete: boolean
-
Optional completed: boolean
-
Optional completedAt: string
-
Optional deleted: boolean
-
Optional dropboxId: string
-
Optional expired: boolean
-
Optional failed: boolean
-
Optional draft: boolean
-
Optional name: string
-
Optional sentAt: string
-
Optional createdAt: string
-
Optional deletedAt: string
-
Optional size: number
-
Optional workspaceId: string
-
Optional senderEmail: string
-
Optional senderId: string
-
Optional senderName: string
-
Optional type: string
-
Optional archived: boolean
-
Optional read: boolean
-
Optional received: boolean
-
Optional sent: boolean
-
Optional updatedAt: string
-
Optional includeDraft: boolean
-
Optional excludeDropboxPackages: boolean
-
Optional hasContent: boolean
-
Optional embed: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PackagesResponse[]>>
-
updatePackage: function
- updatePackage(id: string, packagesParams: PackagesParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const UsageReportsApiAxiosParamCreator
- UsageReportsApiAxiosParamCreator(configuration?: Configuration): { getUsageReports: (nodeId?: string, workspaceId?: string, reportingPeriodStartedAt?: string, reportingPeriodEndedAt?: string, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { getUsageReports: (nodeId?: string, workspaceId?: string, reportingPeriodStartedAt?: string, reportingPeriodEndedAt?: string, options?: any) => Promise<RequestArgs> }
-
getUsageReports: (nodeId?: string, workspaceId?: string, reportingPeriodStartedAt?: string, reportingPeriodEndedAt?: string, options?: any) => Promise<RequestArgs>
-
- (nodeId?: string, workspaceId?: string, reportingPeriodStartedAt?: string, reportingPeriodEndedAt?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional nodeId: string
-
Optional workspaceId: string
-
Optional reportingPeriodStartedAt: string
-
Optional reportingPeriodEndedAt: string
-
options: any = {}
Returns Promise<RequestArgs>
Const UsageReportsApiFactory
- UsageReportsApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { getUsageReports: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { getUsageReports: any }
-
getUsageReports: function
- getUsageReports(nodeId?: string, workspaceId?: string, reportingPeriodStartedAt?: string, reportingPeriodEndedAt?: string, options?: any): AxiosPromise<UsageReportsResponse[]>
-
Parameters
-
Optional nodeId: string
-
Optional workspaceId: string
-
Optional reportingPeriodStartedAt: string
-
Optional reportingPeriodEndedAt: string
-
Optional options: any
Const UsageReportsApiFp
- UsageReportsApiFp(configuration?: Configuration): { getUsageReports: any }
-
Parameters
Returns { getUsageReports: any }
-
getUsageReports: function
- getUsageReports(nodeId?: string, workspaceId?: string, reportingPeriodStartedAt?: string, reportingPeriodEndedAt?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UsageReportsResponse[]>>
-
Parameters
-
Optional nodeId: string
-
Optional workspaceId: string
-
Optional reportingPeriodStartedAt: string
-
Optional reportingPeriodEndedAt: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UsageReportsResponse[]>>
Const UsersApiAxiosParamCreator
- UsersApiAxiosParamCreator(configuration?: Configuration): { addUser: (usersParams: UsersParams, options?: any) => Promise<RequestArgs>; deleteUser: (id: string, options?: any) => Promise<RequestArgs>; getUserById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>; getUsers: (createdAt?: string, deactivated?: boolean, email?: string, firstName?: string, lastLoginAt?: string, lastName?: string, name?: string, organizationAdmin?: boolean, updatedAt?: string, embed?: string, options?: any) => Promise<RequestArgs>; updateUser: (id: string, usersParams: UsersParams, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { addUser: (usersParams: UsersParams, options?: any) => Promise<RequestArgs>; deleteUser: (id: string, options?: any) => Promise<RequestArgs>; getUserById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>; getUsers: (createdAt?: string, deactivated?: boolean, email?: string, firstName?: string, lastLoginAt?: string, lastName?: string, name?: string, organizationAdmin?: boolean, updatedAt?: string, embed?: string, options?: any) => Promise<RequestArgs>; updateUser: (id: string, usersParams: UsersParams, options?: any) => Promise<RequestArgs> }
-
addUser: (usersParams: UsersParams, options?: any) => Promise<RequestArgs>
-
- (usersParams: UsersParams, options?: any): Promise<RequestArgs>
-
Parameters
Returns Promise<RequestArgs>
-
deleteUser: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getUserById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>
-
- (id: string, embed?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Optional embed: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getUsers: (createdAt?: string, deactivated?: boolean, email?: string, firstName?: string, lastLoginAt?: string, lastName?: string, name?: string, organizationAdmin?: boolean, updatedAt?: string, embed?: string, options?: any) => Promise<RequestArgs>
-
- (createdAt?: string, deactivated?: boolean, email?: string, firstName?: string, lastLoginAt?: string, lastName?: string, name?: string, organizationAdmin?: boolean, updatedAt?: string, embed?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional createdAt: string
-
Optional deactivated: boolean
-
Optional email: string
-
Optional firstName: string
-
Optional lastLoginAt: string
-
Optional lastName: string
-
Optional name: string
-
Optional organizationAdmin: boolean
-
Optional updatedAt: string
-
Optional embed: string
-
options: any = {}
Returns Promise<RequestArgs>
-
updateUser: (id: string, usersParams: UsersParams, options?: any) => Promise<RequestArgs>
-
- (id: string, usersParams: UsersParams, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const UsersApiFactory
- UsersApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { addUser: any; deleteUser: any; getUserById: any; getUsers: any; updateUser: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { addUser: any; deleteUser: any; getUserById: any; getUsers: any; updateUser: any }
-
addUser: function
-
deleteUser: function
- deleteUser(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getUserById: function
- getUserById(id: string, embed?: string, options?: any): AxiosPromise<UsersResponse>
-
Parameters
-
id: string
-
Optional embed: string
-
Optional options: any
-
getUsers: function
- getUsers(createdAt?: string, deactivated?: boolean, email?: string, firstName?: string, lastLoginAt?: string, lastName?: string, name?: string, organizationAdmin?: boolean, updatedAt?: string, embed?: string, options?: any): AxiosPromise<UsersResponse[]>
-
Parameters
-
Optional createdAt: string
-
Optional deactivated: boolean
-
Optional email: string
-
Optional firstName: string
-
Optional lastLoginAt: string
-
Optional lastName: string
-
Optional name: string
-
Optional organizationAdmin: boolean
-
Optional updatedAt: string
-
Optional embed: string
-
Optional options: any
-
updateUser: function
- updateUser(id: string, usersParams: UsersParams, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const UsersApiFp
- UsersApiFp(configuration?: Configuration): { addUser: any; deleteUser: any; getUserById: any; getUsers: any; updateUser: any }
-
Parameters
Returns { addUser: any; deleteUser: any; getUserById: any; getUsers: any; updateUser: any }
-
addUser: function
- addUser(usersParams: UsersParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UsersResponse>>
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UsersResponse>>
-
deleteUser: function
- deleteUser(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getUserById: function
- getUserById(id: string, embed?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UsersResponse>>
-
Parameters
-
id: string
-
Optional embed: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UsersResponse>>
-
getUsers: function
- getUsers(createdAt?: string, deactivated?: boolean, email?: string, firstName?: string, lastLoginAt?: string, lastName?: string, name?: string, organizationAdmin?: boolean, updatedAt?: string, embed?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UsersResponse[]>>
-
Parameters
-
Optional createdAt: string
-
Optional deactivated: boolean
-
Optional email: string
-
Optional firstName: string
-
Optional lastLoginAt: string
-
Optional lastName: string
-
Optional name: string
-
Optional organizationAdmin: boolean
-
Optional updatedAt: string
-
Optional embed: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UsersResponse[]>>
-
updateUser: function
- updateUser(id: string, usersParams: UsersParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const WorkspaceMembershipsApiAxiosParamCreator
- WorkspaceMembershipsApiAxiosParamCreator(configuration?: Configuration): { addWorkspaceMembership: (workspaceMembershipsParams: WorkspaceMembershipsParams, options?: any) => Promise<RequestArgs>; deleteWorkspaceMembership: (id: string, options?: any) => Promise<RequestArgs>; getWorkspaceMembershipById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>; getWorkspaceMemberships: (canInviteByEmail?: boolean, manager?: string, workspaceId?: number, storageAllowed?: boolean, embed?: string, options?: any) => Promise<RequestArgs>; updateWorkspaceMembership: (id: string, workspaceMembershipsUpdateParams: WorkspaceMembershipsUpdateParams, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { addWorkspaceMembership: (workspaceMembershipsParams: WorkspaceMembershipsParams, options?: any) => Promise<RequestArgs>; deleteWorkspaceMembership: (id: string, options?: any) => Promise<RequestArgs>; getWorkspaceMembershipById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>; getWorkspaceMemberships: (canInviteByEmail?: boolean, manager?: string, workspaceId?: number, storageAllowed?: boolean, embed?: string, options?: any) => Promise<RequestArgs>; updateWorkspaceMembership: (id: string, workspaceMembershipsUpdateParams: WorkspaceMembershipsUpdateParams, options?: any) => Promise<RequestArgs> }
-
addWorkspaceMembership: (workspaceMembershipsParams: WorkspaceMembershipsParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
deleteWorkspaceMembership: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getWorkspaceMembershipById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>
-
- (id: string, embed?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Optional embed: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getWorkspaceMemberships: (canInviteByEmail?: boolean, manager?: string, workspaceId?: number, storageAllowed?: boolean, embed?: string, options?: any) => Promise<RequestArgs>
-
- (canInviteByEmail?: boolean, manager?: string, workspaceId?: number, storageAllowed?: boolean, embed?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional canInviteByEmail: boolean
-
Optional manager: string
-
Optional workspaceId: number
-
Optional storageAllowed: boolean
-
Optional embed: string
-
options: any = {}
Returns Promise<RequestArgs>
-
updateWorkspaceMembership: (id: string, workspaceMembershipsUpdateParams: WorkspaceMembershipsUpdateParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const WorkspaceMembershipsApiFactory
- WorkspaceMembershipsApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { addWorkspaceMembership: any; deleteWorkspaceMembership: any; getWorkspaceMembershipById: any; getWorkspaceMemberships: any; updateWorkspaceMembership: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { addWorkspaceMembership: any; deleteWorkspaceMembership: any; getWorkspaceMembershipById: any; getWorkspaceMemberships: any; updateWorkspaceMembership: any }
-
addWorkspaceMembership: function
-
deleteWorkspaceMembership: function
- deleteWorkspaceMembership(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getWorkspaceMembershipById: function
-
Parameters
-
id: string
-
Optional embed: string
-
Optional options: any
-
getWorkspaceMemberships: function
- getWorkspaceMemberships(canInviteByEmail?: boolean, manager?: string, workspaceId?: number, storageAllowed?: boolean, embed?: string, options?: any): AxiosPromise<WorkspaceMembershipsResponse[]>
-
Parameters
-
Optional canInviteByEmail: boolean
-
Optional manager: string
-
Optional workspaceId: number
-
Optional storageAllowed: boolean
-
Optional embed: string
-
Optional options: any
-
updateWorkspaceMembership: function
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const WorkspaceMembershipsApiFp
- WorkspaceMembershipsApiFp(configuration?: Configuration): { addWorkspaceMembership: any; deleteWorkspaceMembership: any; getWorkspaceMembershipById: any; getWorkspaceMemberships: any; updateWorkspaceMembership: any }
-
Parameters
Returns { addWorkspaceMembership: any; deleteWorkspaceMembership: any; getWorkspaceMembershipById: any; getWorkspaceMemberships: any; updateWorkspaceMembership: any }
-
addWorkspaceMembership: function
-
deleteWorkspaceMembership: function
- deleteWorkspaceMembership(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getWorkspaceMembershipById: function
- getWorkspaceMembershipById(id: string, embed?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkspaceMembershipsResponse>>
-
Parameters
-
id: string
-
Optional embed: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkspaceMembershipsResponse>>
-
getWorkspaceMemberships: function
- getWorkspaceMemberships(canInviteByEmail?: boolean, manager?: string, workspaceId?: number, storageAllowed?: boolean, embed?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkspaceMembershipsResponse[]>>
-
Parameters
-
Optional canInviteByEmail: boolean
-
Optional manager: string
-
Optional workspaceId: number
-
Optional storageAllowed: boolean
-
Optional embed: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkspaceMembershipsResponse[]>>
-
updateWorkspaceMembership: function
- updateWorkspaceMembership(id: string, workspaceMembershipsUpdateParams: WorkspaceMembershipsUpdateParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
Const WorkspacesApiAxiosParamCreator
- WorkspacesApiAxiosParamCreator(configuration?: Configuration): { addWorkspace: (workspacesParams: WorkspacesParams, options?: any) => Promise<RequestArgs>; deleteWorkspace: (id: string, options?: any) => Promise<RequestArgs>; getWorkspaceById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>; getWorkspaces: (createdAt?: string, name?: string, nodeId?: number, updatedAt?: string, manager?: boolean, embed?: string, options?: any) => Promise<RequestArgs>; updateWorkspace: (id: string, workspacesParams: WorkspacesParams, options?: any) => Promise<RequestArgs> }
-
Parameters
Returns { addWorkspace: (workspacesParams: WorkspacesParams, options?: any) => Promise<RequestArgs>; deleteWorkspace: (id: string, options?: any) => Promise<RequestArgs>; getWorkspaceById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>; getWorkspaces: (createdAt?: string, name?: string, nodeId?: number, updatedAt?: string, manager?: boolean, embed?: string, options?: any) => Promise<RequestArgs>; updateWorkspace: (id: string, workspacesParams: WorkspacesParams, options?: any) => Promise<RequestArgs> }
-
addWorkspace: (workspacesParams: WorkspacesParams, options?: any) => Promise<RequestArgs>
-
-
Parameters
Returns Promise<RequestArgs>
-
deleteWorkspace: (id: string, options?: any) => Promise<RequestArgs>
-
- (id: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getWorkspaceById: (id: string, embed?: string, options?: any) => Promise<RequestArgs>
-
- (id: string, embed?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
Optional embed: string
-
options: any = {}
Returns Promise<RequestArgs>
-
getWorkspaces: (createdAt?: string, name?: string, nodeId?: number, updatedAt?: string, manager?: boolean, embed?: string, options?: any) => Promise<RequestArgs>
-
- (createdAt?: string, name?: string, nodeId?: number, updatedAt?: string, manager?: boolean, embed?: string, options?: any): Promise<RequestArgs>
-
Parameters
-
Optional createdAt: string
-
Optional name: string
-
Optional nodeId: number
-
Optional updatedAt: string
-
Optional manager: boolean
-
Optional embed: string
-
options: any = {}
Returns Promise<RequestArgs>
-
updateWorkspace: (id: string, workspacesParams: WorkspacesParams, options?: any) => Promise<RequestArgs>
-
- (id: string, workspacesParams: WorkspacesParams, options?: any): Promise<RequestArgs>
-
Parameters
-
id: string
-
-
options: any = {}
Returns Promise<RequestArgs>
Const WorkspacesApiFactory
- WorkspacesApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { addWorkspace: any; deleteWorkspace: any; getWorkspaceById: any; getWorkspaces: any; updateWorkspace: any }
-
Parameters
-
-
Optional basePath: string
-
Optional axios: AxiosInstance
Returns { addWorkspace: any; deleteWorkspace: any; getWorkspaceById: any; getWorkspaces: any; updateWorkspace: any }
-
addWorkspace: function
-
deleteWorkspace: function
- deleteWorkspace(id: string, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
Optional options: any
Returns AxiosPromise<void>
-
getWorkspaceById: function
- getWorkspaceById(id: string, embed?: string, options?: any): AxiosPromise<WorkspacesResponse>
-
Parameters
-
id: string
-
Optional embed: string
-
Optional options: any
-
getWorkspaces: function
- getWorkspaces(createdAt?: string, name?: string, nodeId?: number, updatedAt?: string, manager?: boolean, embed?: string, options?: any): AxiosPromise<WorkspacesResponse[]>
-
Parameters
-
Optional createdAt: string
-
Optional name: string
-
Optional nodeId: number
-
Optional updatedAt: string
-
Optional manager: boolean
-
Optional embed: string
-
Optional options: any
-
updateWorkspace: function
- updateWorkspace(id: string, workspacesParams: WorkspacesParams, options?: any): AxiosPromise<void>
-
Parameters
-
id: string
-
-
Optional options: any
Returns AxiosPromise<void>
Const WorkspacesApiFp
- WorkspacesApiFp(configuration?: Configuration): { addWorkspace: any; deleteWorkspace: any; getWorkspaceById: any; getWorkspaces: any; updateWorkspace: any }
-
Parameters
Returns { addWorkspace: any; deleteWorkspace: any; getWorkspaceById: any; getWorkspaces: any; updateWorkspace: any }
-
addWorkspace: function
-
Parameters
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkspacesResponse>>
-
deleteWorkspace: function
- deleteWorkspace(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
getWorkspaceById: function
- getWorkspaceById(id: string, embed?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkspacesResponse>>
-
Parameters
-
id: string
-
Optional embed: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkspacesResponse>>
-
getWorkspaces: function
- getWorkspaces(createdAt?: string, name?: string, nodeId?: number, updatedAt?: string, manager?: boolean, embed?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkspacesResponse[]>>
-
Parameters
-
Optional createdAt: string
-
Optional name: string
-
Optional nodeId: number
-
Optional updatedAt: string
-
Optional manager: boolean
-
Optional embed: string
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkspacesResponse[]>>
-
updateWorkspace: function
- updateWorkspace(id: string, workspacesParams: WorkspacesParams, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
-
Parameters
-
id: string
-
-
Optional options: any
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
AppsAppMembershipsApi - axios parameter creator