Comparing version 1.1.0 to 1.2.0
@@ -19,6 +19,6 @@ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js'; | ||
status: "active" | "expired" | "revoked"; | ||
/** The ID of the subject for the API key. */ | ||
/** The ID of the subject for the API key. For SCIM the format is `SCIM\\{{IDP-ID}}`, where `{{IDP-ID}}` is the ID of the IDP in Qlik. */ | ||
sub: string; | ||
/** Type of the subject. */ | ||
subType: "user"; | ||
/** Type of the subject. For SCIM, it should be `externalClient`. */ | ||
subType: "user" | "externalClient"; | ||
/** The tenant ID. */ | ||
@@ -32,6 +32,6 @@ tenantId: string; | ||
expiry?: string; | ||
/** The ID of the subject for the API key. */ | ||
/** The ID of the subject for the API key. For SCIM the format is `SCIM\\{{IDP-ID}}`, where `{{IDP-ID}}` is the ID of the IDP in Qlik. */ | ||
sub?: string; | ||
/** Type of the subject. */ | ||
subType?: string; | ||
/** Type of the subject. For SCIM, it should be `externalClient`. */ | ||
subType?: "user" | "externalClient"; | ||
}; | ||
@@ -38,0 +38,0 @@ /** |
@@ -243,18 +243,18 @@ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js'; | ||
/** The case-sensitive string used to search for a resource by creatorId. */ | ||
creatorId?: string | undefined; | ||
creatorId?: string; | ||
/** The collection's unique identifier. */ | ||
id?: string | undefined; | ||
id?: string; | ||
/** Includes the list of items belonging to the collections. Supported parameters are 'limit', 'sort' and 'resourceType'. Supported formats are json formatted string or deep object style using square brackets. */ | ||
includeItems?: string | undefined; | ||
includeItems?: string; | ||
/** The maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive). */ | ||
limit?: number | undefined; | ||
limit?: number; | ||
/** The case-sensitive string used to search for a collection by name. */ | ||
name?: string | undefined; | ||
name?: string; | ||
/** The cursor to the next page of resources. Provide either the | ||
* next or prev cursor, but not both. */ | ||
next?: string | undefined; | ||
next?: string; | ||
/** The cursor to the previous page of resources. Provide either the next or prev cursor, but not both. */ | ||
prev?: string | undefined; | ||
prev?: string; | ||
/** The case-insensitive string used to search for a resource by name or description. */ | ||
query?: string | undefined; | ||
query?: string; | ||
/** The property of a resource to sort on (default sort is +createdAt). | ||
@@ -264,7 +264,7 @@ * The supported properties are createdAt, updatedAt, and name. A property | ||
* respectively. */ | ||
sort?: "-name" | "+name" | "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt" | undefined; | ||
sort?: "+createdAt" | "-createdAt" | "+name" | "-name" | "+updatedAt" | "-updatedAt"; | ||
/** The case-sensitive string used to filter for a collection by type. */ | ||
type?: CollectionTypes | undefined; | ||
type?: CollectionTypes; | ||
/** A commaseparated case-sensitive string used to filter by multiple types. */ | ||
types?: CollectionTypes[] | undefined; | ||
types?: CollectionTypes[]; | ||
}, options?: ApiCallOptions) => Promise<GetCollectionsHttpResponse>; | ||
@@ -396,26 +396,26 @@ type GetCollectionsHttpResponse = { | ||
/** The maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive). */ | ||
limit?: number | undefined; | ||
limit?: number; | ||
/** The case-insensitive string used to search for a resource by name. */ | ||
name?: string | undefined; | ||
name?: string; | ||
/** The cursor to the next page of resources. Provide either the next or prev cursor, but not both. */ | ||
next?: string | undefined; | ||
next?: string; | ||
/** If set to true, the user's available actions for each item will not be evaluated meaning the actions-array will be omitted from the response (reduces response time). */ | ||
noActions?: boolean | undefined; | ||
noActions?: boolean; | ||
/** The cursor to the previous page of resources. Provide either the next or prev cursor, but not both. */ | ||
prev?: string | undefined; | ||
prev?: string; | ||
/** The case-insensitive string used to search for a resource by name or description. */ | ||
query?: string | undefined; | ||
query?: string; | ||
/** The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both. */ | ||
resourceId?: string | undefined; | ||
resourceId?: string; | ||
/** The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both. */ | ||
resourceLink?: string | undefined; | ||
resourceLink?: string; | ||
/** The case-sensitive string used to search for an item by resourceType. */ | ||
resourceType?: ItemResourceTypeEnum | undefined; | ||
resourceType?: ItemResourceTypeEnum; | ||
/** @deprecated | ||
* Whether or not to return items in a shared space. */ | ||
shared?: boolean | undefined; | ||
shared?: boolean; | ||
/** The property of a resource to sort on (default sort is +createdAt). The supported properties are createdAt, updatedAt, and name. A property must be prefixed by + or - to indicate ascending or descending sort order respectively. */ | ||
sort?: "-name" | "+name" | "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt" | undefined; | ||
sort?: "+createdAt" | "-createdAt" | "+name" | "-name" | "+updatedAt" | "-updatedAt"; | ||
/** The space's unique identifier (supports \'personal\' as spaceId). */ | ||
spaceId?: string | undefined; | ||
spaceId?: string; | ||
}, options?: ApiCallOptions) => Promise<GetCollectionItemsHttpResponse>; | ||
@@ -422,0 +422,0 @@ type GetCollectionItemsHttpResponse = { |
@@ -256,44 +256,44 @@ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js'; | ||
/** The collection's unique identifier. */ | ||
collectionId?: string | undefined; | ||
collectionId?: string; | ||
/** User's unique identifier. */ | ||
createdByUserId?: string | undefined; | ||
createdByUserId?: string; | ||
/** The item's unique identifier. */ | ||
id?: string | undefined; | ||
id?: string; | ||
/** The maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive). */ | ||
limit?: number | undefined; | ||
limit?: number; | ||
/** The case-insensitive string used to search for a resource by name. */ | ||
name?: string | undefined; | ||
name?: string; | ||
/** The cursor to the next page of resources. Provide either the next or prev cursor, but not both. */ | ||
next?: string | undefined; | ||
next?: string; | ||
/** If set to true, the user's available actions for each item will not be evaluated meaning the actions-array will be omitted from the response (reduces response time). */ | ||
noActions?: boolean | undefined; | ||
noActions?: boolean; | ||
/** User's unique identifier. */ | ||
notCreatedByUserId?: string | undefined; | ||
notCreatedByUserId?: string; | ||
/** Owner identifier. */ | ||
notOwnerId?: string | undefined; | ||
notOwnerId?: string; | ||
/** Owner identifier. */ | ||
ownerId?: string | undefined; | ||
ownerId?: string; | ||
/** The cursor to the previous page of resources. Provide either the next or prev cursor, but not both. */ | ||
prev?: string | undefined; | ||
prev?: string; | ||
/** The case-insensitive string used to search for a resource by name or description. */ | ||
query?: string | undefined; | ||
query?: string; | ||
/** The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both. */ | ||
resourceId?: string | undefined; | ||
resourceId?: string; | ||
/** The case-sensitive strings used to search for an item by resourceIds. The maximum number of resourceIds it supports is 100. If resourceIds is provided, then resourceType must be provided. For example '?resourceIds=appId1,appId2' */ | ||
resourceIds?: string | undefined; | ||
resourceIds?: string; | ||
/** The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both. */ | ||
resourceLink?: string | undefined; | ||
resourceLink?: string; | ||
/** the case-sensitive string used to filter items by resourceSubType(s). For example '?resourceSubType=chart-monitoring,qix-df,qvd'. Will return a 400 error if used in conjuction with the square bracket syntax for resourceSubType filtering in the 'resourceType' query parameter. */ | ||
resourceSubType?: string | undefined; | ||
resourceSubType?: string; | ||
/** The case-sensitive string used to filter items by resourceType(s). For example '?resourceType=app,qvapp'. Additionally, a optional resourceSubType filter can be added to each resourceType. For example '?resourceType=app[qvd,chart-monitoring],qvapp'. An trailing comma can be used to include the empty resourceSubType, e.g. '?resourceType=app[qvd,chart-monitoring,]', or, to include only empty resourceSubTypes, '?resourceType=app[]' This syntax replaces the 'resourceSubType' query param, and using both in the same query will result in a 400 error. */ | ||
resourceType?: ItemResourceTypeEnum | undefined; | ||
resourceType?: ItemResourceTypeEnum; | ||
/** @deprecated | ||
* Whether or not to return items in a shared space. */ | ||
shared?: boolean | undefined; | ||
shared?: boolean; | ||
/** The property of a resource to sort on (default sort is +createdAt). The supported properties are createdAt, updatedAt, and name. A property must be prefixed by + or - to indicate ascending or descending sort order respectively. */ | ||
sort?: "-name" | "+name" | "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt" | undefined; | ||
sort?: "+createdAt" | "-createdAt" | "+name" | "-name" | "+updatedAt" | "-updatedAt"; | ||
/** The space's unique identifier (supports \'personal\' as spaceId). */ | ||
spaceId?: string | undefined; | ||
spaceId?: string; | ||
/** The case-sensitive string used to filter items on space type(s). For example '?spaceType=shared,personal'. */ | ||
spaceType?: SpaceTypeEnum | undefined; | ||
spaceType?: SpaceTypeEnum; | ||
}, options?: ApiCallOptions) => Promise<GetItemsHttpResponse>; | ||
@@ -406,15 +406,15 @@ type GetItemsHttpResponse = { | ||
/** The maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive). */ | ||
limit?: number | undefined; | ||
limit?: number; | ||
/** The case-sensitive string used to search for a collection by name. */ | ||
name?: string | undefined; | ||
name?: string; | ||
/** The cursor to the next page of resources. Provide either the next or prev cursor, but not both. */ | ||
next?: string | undefined; | ||
next?: string; | ||
/** The cursor to the previous page of resources. Provide either the next or prev cursor, but not both. */ | ||
prev?: string | undefined; | ||
prev?: string; | ||
/** The case-insensitive string used to search for a resource by name or description. */ | ||
query?: string | undefined; | ||
query?: string; | ||
/** The property of a resource to sort on (default sort is +createdAt). The supported properties are createdAt, updatedAt, and name. A property must be prefixed by + or - to indicate ascending or descending sort order respectively. */ | ||
sort?: "-name" | "+name" | "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt" | undefined; | ||
sort?: "+createdAt" | "-createdAt" | "+name" | "-name" | "+updatedAt" | "-updatedAt"; | ||
/** The case-sensitive string used to search for a collection by type. */ | ||
type?: CollectionTypes | undefined; | ||
type?: CollectionTypes; | ||
}, options?: ApiCallOptions) => Promise<GetItemCollectionsHttpResponse>; | ||
@@ -421,0 +421,0 @@ type GetItemCollectionsHttpResponse = { |
@@ -61,3 +61,3 @@ { | ||
}, | ||
"version": "1.1.0" | ||
"version": "1.2.0" | ||
} |
@@ -368,3 +368,3 @@ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js'; | ||
prev?: string; | ||
/** The type of assignment. */ | ||
/** The type of assignment. Supported values are user or group. */ | ||
type?: AssignmentType; | ||
@@ -371,0 +371,0 @@ }, options?: ApiCallOptions) => Promise<GetSpaceAssignmentsHttpResponse>; |
@@ -73,2 +73,4 @@ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js'; | ||
type WebhookBase = { | ||
/** If enabled the certificate chain of the configured URL will be checked for revocation before sending the webhook. */ | ||
checkCertificateRevocation?: boolean; | ||
/** The UTC timestamp when the webhook was created */ | ||
@@ -75,0 +77,0 @@ readonly createdAt?: string; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1515294
43198