Added
GET /api/v1/deployments/{deploymentId}/foldersnow supports cursor-based pagination via thefirstandafterquery parameters, and returns anitemsarray alongside apageInfocursor block — matching the other list endpoints.
Changed
- BREAKING: The folders list response type
FoldersFindAllResultis nowFoldersListResponse.
Deprecated
- The
dataandcountfields on the folders list response are deprecated in favor ofitemsandpageInfo. They remain populated for backward compatibility.
Added
createCubePlatformClient— the new name for the client factory.- Cube Platform-branded type and hook names:
CubePlatformClient,CubePlatformClientConfig,PlatformApiSchemas, and the react-query exportsCubePlatformApiProvider,useCubePlatformApi,useCubePlatformApiQuery,useCubePlatformApiSuspenseQuery,useCubePlatformApiMutation,useCubePlatformApiLazyQuery,useCubePlatformApiQueryOptions,CubePlatformApiQueryKey,UseCubePlatformApiLazyQueryResult.
Deprecated
- The former
CubeCloud*/ConsoleApiSchemasnames are deprecated in favor of theCubePlatform*/PlatformApiSchemasequivalents. All remain as aliases and will be removed in a future major version:createCubeCloudApiClient,CubeCloudApiClient,CubeCloudApiClientConfig,ConsoleApiSchemas,CubeCloudApiProvider,CubeCloudApiProviderProps,useCubeCloudApi,useCubeCloudApiQuery,useCubeCloudApiSuspenseQuery,useCubeCloudApiMutation,useCubeCloudApiLazyQuery,useCubeCloudApiQueryOptions,CubeCloudApiQueryKey,UseCubeCloudApiLazyQueryResult.