@looker/sdk 24.16.1 → 24.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [24.18.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v24.16.2...sdk-v24.18.0) (2024-10-11)
9
+
10
+
11
+ ### Features
12
+
13
+ * generate SDKs for Looker 24.18 ([#1515](https://github.com/looker-open-source/sdk-codegen/issues/1515)) ([745a3a0](https://github.com/looker-open-source/sdk-codegen/commit/745a3a038869a93dc508fca2224440b3026b81ce))
14
+
15
+ ## [24.16.2](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v24.16.1...sdk-v24.16.2) (2024-09-16)
16
+
17
+
18
+ ### Features
19
+
20
+ * allow node 20 for the TS SDK ([#1506](https://github.com/looker-open-source/sdk-codegen/issues/1506)) ([d4deac4](https://github.com/looker-open-source/sdk-codegen/commit/d4deac485ff3bf748924ab747a6aee0d47581e10))
21
+
8
22
  ## [24.16.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v24.16.0...sdk-v24.16.1) (2024-09-14)
9
23
 
10
24
 
package/README.md CHANGED
@@ -82,9 +82,9 @@ The [deprecated NodeJS `request` package](https://www.npmjs.com/package/request)
82
82
  The streaming method callback signature changed from `(readable: Readable) => Promise<x>` to `(response: Response) => Promise<x>`. Using `Response` as the parameter to the callback greatly
83
83
  increases the flexibility of streaming implementations and provides other valuable information like `Content-Type` and other headers to the streaming callback.
84
84
 
85
- For the Browser SDK (`@looker/sdk`), the standard `fetch` function is still used. For the Node SDK (`@looker/sdk-node`), the global [`fetch`](https://nodejs.org/api/globals.html#fetch) function from NodeJS v22 is used.
85
+ For the Browser SDK (`@looker/sdk`), the standard `fetch` function is still used. For the Node SDK (`@looker/sdk-node`), the global [`fetch`](https://nodejs.org/api/globals.html#fetch) function from NodeJS is used, which was marked **stable** in version 22.
86
86
 
87
- This means the Looker Node SDK now uses NodeJS v22.
87
+ This means the Looker Node SDK now requires Node 20 or above.
88
88
 
89
89
  The streaming version of the SDK methods should be initialized using the same `AuthSession` as the main SDK to reduce authentication thrashing.
90
90
 
@@ -1,5 +1,5 @@
1
1
  import type { DelimArray, IDictionary, IAPIMethods, IAuthSession, ITransportSettings, SDKResponse } from '@looker/sdk-rtl';
2
- import type { IAccessToken, IAlert, IAlertNotifications, IAlertPatch, IApiSession, IApiVersion, IArtifact, IArtifactNamespace, IArtifactUsage, IBackupConfiguration, IBoard, IBoardItem, IBoardSection, IColorCollection, IColumnSearch, IConnectionFeatures, IContentFavorite, IContentMeta, IContentMetaGroupUser, IContentSearch, IContentSummary, IContentValidation, IContentView, ICostEstimate, ICreateCostEstimate, ICreateCredentialsApi3, ICreateEmbedUserRequest, ICreateFolder, ICreateOAuthApplicationUserStateRequest, ICreateOAuthApplicationUserStateResponse, ICredentialsApi3, ICredentialsEmail, ICredentialsEmailSearch, ICredentialsEmbed, ICredentialsGoogle, ICredentialsLDAP, ICredentialsLookerOpenid, ICredentialsOIDC, ICredentialsSaml, ICredentialsTotp, ICustomWelcomeEmail, IDashboard, IDashboardAggregateTableLookml, IDashboardBase, IDashboardElement, IDashboardFilter, IDashboardLayout, IDashboardLayoutComponent, IDashboardLookml, IDataActionForm, IDataActionRequest, IDataActionResponse, IDatagroup, IDBConnection, IDBConnectionTestResult, IDependencyGraph, IDialectInfo, IDigestEmails, IDigestEmailSend, IEgressIpAddresses, IEmbedCookielessSessionAcquire, IEmbedCookielessSessionAcquireResponse, IEmbedCookielessSessionGenerateTokens, IEmbedCookielessSessionGenerateTokensResponse, IEmbedParams, IEmbedSecret, IEmbedSsoParams, IEmbedUrlResponse, IError, IExternalOauthApplication, IFolder, IGitBranch, IGitConnectionTest, IGitConnectionTestResult, IGroup, IGroupHierarchy, IGroupIdForGroupInclusion, IGroupIdForGroupUserInclusion, IGroupSearch, IHomepageSection, IIntegration, IIntegrationHub, IIntegrationTestResult, IInternalHelpResources, IInternalHelpResourcesContent, ILDAPConfig, ILDAPConfigTestResult, ILegacyFeature, ILocale, ILook, ILookmlModel, ILookmlModelExplore, ILookmlTest, ILookmlTestResult, ILookWithQuery, IManifest, IMaterializePDT, IMergeQuery, IMobileSettings, IMobileToken, IModel, IModelFieldSuggestions, IModelSet, IOauthClientApp, IOIDCConfig, IPasswordConfig, IPermission, IPermissionSet, IProject, IProjectFile, IProjectValidation, IProjectValidationCache, IProjectWorkspace, IQuery, IQueryFormats, IQueryTask, IRenderTask, IRepositoryCredential, IRequestActiveThemes, IRequestAlertNotifications, IRequestAllBoardItems, IRequestAllBoardSections, IRequestAllExternalOauthApplications, IRequestAllGroups, IRequestAllGroupUsers, IRequestAllIntegrations, IRequestAllLookmlModels, IRequestAllRoles, IRequestAllScheduledPlans, IRequestAllUserAttributes, IRequestAllUsers, IRequestArtifact, IRequestArtifactNamespaces, IRequestConnectionColumns, IRequestConnectionSchemas, IRequestConnectionSearchColumns, IRequestConnectionTables, IRequestContentSummary, IRequestContentThumbnail, IRequestCreateDashboardElement, IRequestCreateDashboardRenderTask, IRequestCreateQueryTask, IRequestCreateUserCredentialsEmailPasswordReset, IRequestDeployRefToProduction, IRequestFolderChildren, IRequestFolderChildrenSearch, IRequestGraphDerivedTablesForModel, IRequestGraphDerivedTablesForView, IRequestLogin, IRequestLookmlModelExplore, IRequestModelFieldnameSuggestions, IRequestRoleUsers, IRequestRunGitConnectionTest, IRequestRunInlineQuery, IRequestRunLook, IRequestRunLookmlTest, IRequestRunQuery, IRequestScheduledPlansForDashboard, IRequestScheduledPlansForLook, IRequestScheduledPlansForLookmlDashboard, IRequestSearchAlerts, IRequestSearchArtifacts, IRequestSearchBoards, IRequestSearchContent, IRequestSearchContentFavorites, IRequestSearchContentViews, IRequestSearchCredentialsEmail, IRequestSearchDashboardElements, IRequestSearchDashboards, IRequestSearchFolders, IRequestSearchGroups, IRequestSearchGroupsWithHierarchy, IRequestSearchGroupsWithRoles, IRequestSearchLooks, IRequestSearchModelSets, IRequestSearchPermissionSets, IRequestSearchRoles, IRequestSearchRolesWithUserCount, IRequestSearchThemes, IRequestSearchUserLoginLockouts, IRequestSearchUsers, IRequestSearchUsersNames, IRequestStartPdtBuild, IRequestTagRef, IRequestUserAttributeUserValues, IRequestUserRoles, IRole, IRoleSearch, IRunningQueries, ISamlConfig, ISamlMetadataParseResult, IScheduledPlan, ISchema, ISchemaColumns, ISchemaTables, ISession, ISessionConfig, ISetting, ISmtpSettings, ISmtpStatus, ISqlInterfaceQuery, ISqlInterfaceQueryMetadata, ISqlQuery, ISqlQueryCreate, ISshPublicKey, ISshServer, ISshTunnel, ISupportAccessAddEntries, ISupportAccessAllowlistEntry, ISupportAccessEnable, ISupportAccessStatus, ITheme, ITimezone, IUpdateArtifact, IUpdateFolder, IUser, IUserAttribute, IUserAttributeGroupValue, IUserAttributeWithValue, IUserEmailOnly, IUserLoginLockout, IUserPublic, IValidationError, IWelcomeEmailTest, IWhitelabelConfiguration, IWorkspace, IWriteAlert, IWriteApiSession, IWriteBackupConfiguration, IWriteBoard, IWriteBoardItem, IWriteBoardSection, IWriteColorCollection, IWriteContentFavorite, IWriteContentMeta, IWriteCreateDashboardFilter, IWriteCredentialsEmail, IWriteDashboard, IWriteDashboardElement, IWriteDashboardFilter, IWriteDashboardLayout, IWriteDashboardLayoutComponent, IWriteDashboardLookml, IWriteDatagroup, IWriteDBConnection, IWriteEmbedSecret, IWriteExternalOauthApplication, IWriteGitBranch, IWriteGroup, IWriteIntegration, IWriteIntegrationHub, IWriteInternalHelpResources, IWriteInternalHelpResourcesContent, IWriteLDAPConfig, IWriteLegacyFeature, IWriteLookmlModel, IWriteLookWithQuery, IWriteMergeQuery, IWriteMobileToken, IWriteModelSet, IWriteOauthClientApp, IWriteOIDCConfig, IWritePasswordConfig, IWritePermissionSet, IWriteProject, IWriteQuery, IWriteRepositoryCredential, IWriteRole, IWriteSamlConfig, IWriteScheduledPlan, IWriteSessionConfig, IWriteSetting, IWriteSqlInterfaceQueryCreate, IWriteSshServer, IWriteSshTunnel, IWriteTheme, IWriteUser, IWriteUserAttribute, IWriteUserAttributeWithValue, IWriteWhitelabelConfiguration } from './models';
2
+ import type { IAccessToken, IAlert, IAlertNotifications, IAlertPatch, IApiSession, IApiVersion, IArtifact, IArtifactNamespace, IArtifactUsage, IBackupConfiguration, IBoard, IBoardItem, IBoardSection, IColorCollection, IColumnSearch, IConnectionFeatures, IContentFavorite, IContentMeta, IContentMetaGroupUser, IContentSearch, IContentSummary, IContentValidation, IContentView, ICostEstimate, ICreateCostEstimate, ICreateCredentialsApi3, ICreateEmbedUserRequest, ICreateFolder, ICreateOAuthApplicationUserStateRequest, ICreateOAuthApplicationUserStateResponse, ICredentialsApi3, ICredentialsEmail, ICredentialsEmailSearch, ICredentialsEmbed, ICredentialsGoogle, ICredentialsLDAP, ICredentialsLookerOpenid, ICredentialsOIDC, ICredentialsSaml, ICredentialsTotp, ICustomWelcomeEmail, IDashboard, IDashboardAggregateTableLookml, IDashboardBase, IDashboardElement, IDashboardFilter, IDashboardLayout, IDashboardLayoutComponent, IDashboardLookml, IDataActionForm, IDataActionRequest, IDataActionResponse, IDatagroup, IDBConnection, IDBConnectionTestResult, IDependencyGraph, IDialectInfo, IDigestEmails, IDigestEmailSend, IEgressIpAddresses, IEmbedCookielessSessionAcquire, IEmbedCookielessSessionAcquireResponse, IEmbedCookielessSessionGenerateTokens, IEmbedCookielessSessionGenerateTokensResponse, IEmbedParams, IEmbedSecret, IEmbedSsoParams, IEmbedUrlResponse, IError, IExternalOauthApplication, IFolder, IFolderBase, IGitBranch, IGitConnectionTest, IGitConnectionTestResult, IGroup, IGroupHierarchy, IGroupIdForGroupInclusion, IGroupIdForGroupUserInclusion, IGroupSearch, IHomepageSection, IIntegration, IIntegrationHub, IIntegrationTestResult, IInternalHelpResources, IInternalHelpResourcesContent, IJsonBi, ILDAPConfig, ILDAPConfigTestResult, ILegacyFeature, ILocale, ILook, ILookmlModel, ILookmlModelExplore, ILookmlTest, ILookmlTestResult, ILookWithQuery, IManifest, IMaterializePDT, IMergeQuery, IMobileSettings, IMobileToken, IModel, IModelFieldSuggestions, IModelSet, IOauthClientApp, IOIDCConfig, IPasswordConfig, IPermission, IPermissionSet, IProject, IProjectFile, IProjectValidation, IProjectValidationCache, IProjectWorkspace, IQuery, IQueryTask, IRenderTask, IRepositoryCredential, IRequestActiveThemes, IRequestAlertNotifications, IRequestAllBoardItems, IRequestAllBoardSections, IRequestAllExternalOauthApplications, IRequestAllGroups, IRequestAllGroupUsers, IRequestAllIntegrations, IRequestAllLookmlModels, IRequestAllRoles, IRequestAllScheduledPlans, IRequestAllUserAttributes, IRequestAllUsers, IRequestArtifact, IRequestArtifactNamespaces, IRequestConnectionColumns, IRequestConnectionSchemas, IRequestConnectionSearchColumns, IRequestConnectionTables, IRequestContentSummary, IRequestContentThumbnail, IRequestCreateDashboardElement, IRequestCreateDashboardRenderTask, IRequestCreateQueryTask, IRequestCreateUserCredentialsEmailPasswordReset, IRequestDeployRefToProduction, IRequestFolderChildren, IRequestFolderChildrenSearch, IRequestGraphDerivedTablesForModel, IRequestGraphDerivedTablesForView, IRequestLogin, IRequestLookmlModelExplore, IRequestModelFieldnameSuggestions, IRequestRoleUsers, IRequestRunGitConnectionTest, IRequestRunInlineQuery, IRequestRunLook, IRequestRunLookmlTest, IRequestRunQuery, IRequestScheduledPlansForDashboard, IRequestScheduledPlansForLook, IRequestScheduledPlansForLookmlDashboard, IRequestSearchAlerts, IRequestSearchArtifacts, IRequestSearchBoards, IRequestSearchContent, IRequestSearchContentFavorites, IRequestSearchContentViews, IRequestSearchCredentialsEmail, IRequestSearchDashboardElements, IRequestSearchDashboards, IRequestSearchFolders, IRequestSearchGroups, IRequestSearchGroupsWithHierarchy, IRequestSearchGroupsWithRoles, IRequestSearchLooks, IRequestSearchModelSets, IRequestSearchPermissionSets, IRequestSearchRoles, IRequestSearchRolesWithUserCount, IRequestSearchScheduledPlans, IRequestSearchThemes, IRequestSearchUserLoginLockouts, IRequestSearchUsers, IRequestSearchUsersNames, IRequestStartPdtBuild, IRequestTagRef, IRequestUserAttributeUserValues, IRequestUserRoles, IRole, IRoleSearch, IRunningQueries, ISamlConfig, ISamlMetadataParseResult, IScheduledPlan, ISchema, ISchemaColumns, ISchemaTables, ISession, ISessionConfig, ISetting, ISmtpSettings, ISmtpStatus, ISqlInterfaceQuery, ISqlInterfaceQueryMetadata, ISqlQuery, ISqlQueryCreate, ISshPublicKey, ISshServer, ISshTunnel, ISupportAccessAddEntries, ISupportAccessAllowlistEntry, ISupportAccessEnable, ISupportAccessStatus, ITheme, ITimezone, IUpdateArtifact, IUpdateFolder, IUser, IUserAttribute, IUserAttributeGroupValue, IUserAttributeWithValue, IUserEmailOnly, IUserLoginLockout, IUserPublic, IValidationError, IWelcomeEmailTest, IWhitelabelConfiguration, IWorkspace, IWriteAlert, IWriteApiSession, IWriteBackupConfiguration, IWriteBoard, IWriteBoardItem, IWriteBoardSection, IWriteColorCollection, IWriteContentFavorite, IWriteContentMeta, IWriteCreateDashboardFilter, IWriteCredentialsEmail, IWriteDashboard, IWriteDashboardElement, IWriteDashboardFilter, IWriteDashboardLayout, IWriteDashboardLayoutComponent, IWriteDashboardLookml, IWriteDatagroup, IWriteDBConnection, IWriteEmbedSecret, IWriteExternalOauthApplication, IWriteGitBranch, IWriteGroup, IWriteIntegration, IWriteIntegrationHub, IWriteInternalHelpResources, IWriteInternalHelpResourcesContent, IWriteLDAPConfig, IWriteLegacyFeature, IWriteLookmlModel, IWriteLookWithQuery, IWriteMergeQuery, IWriteMobileToken, IWriteModelSet, IWriteOauthClientApp, IWriteOIDCConfig, IWritePasswordConfig, IWritePermissionSet, IWriteProject, IWriteQuery, IWriteRepositoryCredential, IWriteRole, IWriteSamlConfig, IWriteScheduledPlan, IWriteSessionConfig, IWriteSetting, IWriteSqlInterfaceQueryCreate, IWriteSshServer, IWriteSshTunnel, IWriteTheme, IWriteUser, IWriteUserAttribute, IWriteUserAttributeWithValue, IWriteWhitelabelConfiguration } from './models';
3
3
  export declare const functionalSdk40: (authSession: IAuthSession) => import("@looker/sdk-rtl").APIMethods;
4
4
  export declare const follow_alert: (sdk: IAPIMethods, alert_id: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<void, IError>>;
5
5
  export declare const unfollow_alert: (sdk: IAPIMethods, alert_id: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<void, IError>>;
@@ -216,7 +216,7 @@ export declare const search_folders: (sdk: IAPIMethods, request: IRequestSearchF
216
216
  export declare const folder: (sdk: IAPIMethods, folder_id: string, fields?: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IFolder, IError>>;
217
217
  export declare const update_folder: (sdk: IAPIMethods, folder_id: string, body: Partial<IUpdateFolder>, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IFolder, IError | IValidationError>>;
218
218
  export declare const delete_folder: (sdk: IAPIMethods, folder_id: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<string, IError | IValidationError>>;
219
- export declare const all_folders: (sdk: IAPIMethods, fields?: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IFolder[], IError>>;
219
+ export declare const all_folders: (sdk: IAPIMethods, fields?: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IFolderBase[], IError>>;
220
220
  export declare const create_folder: (sdk: IAPIMethods, body: Partial<ICreateFolder>, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IFolder, IError | IValidationError>>;
221
221
  export declare const folder_children: (sdk: IAPIMethods, request: IRequestFolderChildren, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IFolder[], IError>>;
222
222
  export declare const folder_children_search: (sdk: IAPIMethods, request: IRequestFolderChildrenSearch, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IFolder[], IError>>;
@@ -310,7 +310,7 @@ export declare const get_all_repository_credentials: (sdk: IAPIMethods, root_pro
310
310
  export declare const create_query_task: (sdk: IAPIMethods, request: IRequestCreateQueryTask, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IQueryTask, IError | IValidationError>>;
311
311
  export declare const query_task_multi_results: (sdk: IAPIMethods, query_task_ids: DelimArray<string>, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IDictionary<any>, IError>>;
312
312
  export declare const query_task: (sdk: IAPIMethods, query_task_id: string, fields?: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IQueryTask, IError>>;
313
- export declare const query_task_results: (sdk: IAPIMethods, query_task_id: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IQueryTask, IError>>;
313
+ export declare const query_task_results: (sdk: IAPIMethods, query_task_id: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<string, IError>>;
314
314
  export declare const query: (sdk: IAPIMethods, query_id: string, fields?: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IQuery, IError>>;
315
315
  export declare const query_for_slug: (sdk: IAPIMethods, slug: string, fields?: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IQuery, IError>>;
316
316
  export declare const create_query: (sdk: IAPIMethods, body: Partial<IWriteQuery>, fields?: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IQuery, IError | IValidationError>>;
@@ -361,6 +361,7 @@ export declare const delete_scheduled_plan: (sdk: IAPIMethods, scheduled_plan_id
361
361
  export declare const all_scheduled_plans: (sdk: IAPIMethods, request: IRequestAllScheduledPlans, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IScheduledPlan[], IError | IValidationError>>;
362
362
  export declare const create_scheduled_plan: (sdk: IAPIMethods, body: Partial<IWriteScheduledPlan>, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IScheduledPlan, IError | IValidationError>>;
363
363
  export declare const scheduled_plan_run_once: (sdk: IAPIMethods, body: Partial<IWriteScheduledPlan>, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IScheduledPlan, IError | IValidationError>>;
364
+ export declare const search_scheduled_plans: (sdk: IAPIMethods, request: IRequestSearchScheduledPlans, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IScheduledPlan[], IError | IValidationError>>;
364
365
  export declare const scheduled_plans_for_look: (sdk: IAPIMethods, request: IRequestScheduledPlansForLook, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IScheduledPlan[], IError>>;
365
366
  export declare const scheduled_plans_for_dashboard: (sdk: IAPIMethods, request: IRequestScheduledPlansForDashboard, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IScheduledPlan[], IError>>;
366
367
  export declare const scheduled_plans_for_lookml_dashboard: (sdk: IAPIMethods, request: IRequestScheduledPlansForLookmlDashboard, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IScheduledPlan[], IError>>;
@@ -368,7 +369,7 @@ export declare const scheduled_plan_run_once_by_id: (sdk: IAPIMethods, scheduled
368
369
  export declare const session: (sdk: IAPIMethods, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IApiSession, IError>>;
369
370
  export declare const update_session: (sdk: IAPIMethods, body: Partial<IWriteApiSession>, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IApiSession, IError | IValidationError>>;
370
371
  export declare const sql_interface_metadata: (sdk: IAPIMethods, avatica_request?: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<ISqlInterfaceQueryMetadata, IError>>;
371
- export declare const run_sql_interface_query: (sdk: IAPIMethods, query_id: number, result_format: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IQueryFormats, IError | IValidationError>>;
372
+ export declare const run_sql_interface_query: (sdk: IAPIMethods, query_id: number, result_format: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<IJsonBi, IError | IValidationError>>;
372
373
  export declare const create_sql_interface_query: (sdk: IAPIMethods, body: Partial<IWriteSqlInterfaceQueryCreate>, options?: Partial<ITransportSettings>) => Promise<SDKResponse<ISqlInterfaceQuery, IError | IValidationError>>;
373
374
  export declare const all_themes: (sdk: IAPIMethods, fields?: string, options?: Partial<ITransportSettings>) => Promise<SDKResponse<ITheme[], IError>>;
374
375
  export declare const create_theme: (sdk: IAPIMethods, body: Partial<IWriteTheme>, options?: Partial<ITransportSettings>) => Promise<SDKResponse<ITheme, IError | IValidationError>>;