diff --git a/docs/classes/BackendService.html b/docs/classes/BackendService.html index d1e5427..860496c 100644 --- a/docs/classes/BackendService.html +++ b/docs/classes/BackendService.html @@ -1,17 +1,17 @@ -BackendService | Kusion API Client SDK

Constructors

constructor +BackendService | Kusion API Client SDK

Constructors

Methods

Constructors

Methods

+

Type Parameters

Parameters

Returns RequestResult<entity_Backend, unknown, ThrowOnError>

diff --git a/docs/classes/DebugService.html b/docs/classes/DebugService.html index 21eb947..97dfa40 100644 --- a/docs/classes/DebugService.html +++ b/docs/classes/DebugService.html @@ -1,5 +1,5 @@ -DebugService | Kusion API Client SDK

Constructors

constructor +DebugService | Kusion API Client SDK

Constructors

Methods

Constructors

Methods

  • List all available endpoints List all registered endpoints in the router

    -

    Type Parameters

    • ThrowOnError extends boolean = false

    Parameters

    • Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">

    Returns RequestResult<string, unknown, ThrowOnError>

+

Type Parameters

  • ThrowOnError extends boolean = false

Parameters

  • Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">

Returns RequestResult<string, unknown, ThrowOnError>

diff --git a/docs/classes/ModuleService.html b/docs/classes/ModuleService.html index 0752e53..55a5f78 100644 --- a/docs/classes/ModuleService.html +++ b/docs/classes/ModuleService.html @@ -1,17 +1,17 @@ -ModuleService | Kusion API Client SDK

Constructors

constructor +ModuleService | Kusion API Client SDK

Constructors

Methods

Constructors

Methods

+

Type Parameters

Parameters

Returns RequestResult<entity_Module, unknown, ThrowOnError>

diff --git a/docs/classes/OrganizationService.html b/docs/classes/OrganizationService.html index fde8ef1..17f51dd 100644 --- a/docs/classes/OrganizationService.html +++ b/docs/classes/OrganizationService.html @@ -1,17 +1,17 @@ -OrganizationService | Kusion API Client SDK

Constructors

constructor +OrganizationService | Kusion API Client SDK

Constructors

Methods

Constructors

Methods

+

Type Parameters

Parameters

Returns RequestResult<entity_Organization, unknown, ThrowOnError>

diff --git a/docs/classes/ProjectService.html b/docs/classes/ProjectService.html index c4097ec..99cf063 100644 --- a/docs/classes/ProjectService.html +++ b/docs/classes/ProjectService.html @@ -1,17 +1,17 @@ -ProjectService | Kusion API Client SDK

Constructors

constructor +ProjectService | Kusion API Client SDK

Constructors

Methods

Constructors

Methods

+

Type Parameters

Parameters

Returns RequestResult<entity_Project, unknown, ThrowOnError>

diff --git a/docs/classes/ResourceService.html b/docs/classes/ResourceService.html index 55f98b9..6abdcb9 100644 --- a/docs/classes/ResourceService.html +++ b/docs/classes/ResourceService.html @@ -1,11 +1,11 @@ -ResourceService | Kusion API Client SDK

Constructors

constructor +ResourceService | Kusion API Client SDK

Constructors

Methods

+

Type Parameters

  • ThrowOnError extends boolean = false

Parameters

  • Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">

Returns RequestResult<entity_Resource, unknown, ThrowOnError>

diff --git a/docs/classes/RunService.html b/docs/classes/RunService.html index 32419ca..55fc562 100644 --- a/docs/classes/RunService.html +++ b/docs/classes/RunService.html @@ -1,8 +1,8 @@ -RunService | Kusion API Client SDK

Constructors

constructor +RunService | Kusion API Client SDK

Constructors

Methods

Constructors

Methods

+

Type Parameters

  • ThrowOnError extends boolean = false

Parameters

Returns RequestResult<entity_Run, unknown, ThrowOnError>

diff --git a/docs/classes/SourceService.html b/docs/classes/SourceService.html index 3e2d401..079480c 100644 --- a/docs/classes/SourceService.html +++ b/docs/classes/SourceService.html @@ -1,17 +1,17 @@ -SourceService | Kusion API Client SDK

Constructors

constructor +SourceService | Kusion API Client SDK

Constructors

Methods

Constructors

Methods

  • List source List source information by source ID

    -

    Type Parameters

    • ThrowOnError extends boolean = false

    Parameters

    • Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">

    Returns RequestResult<entity_Source, unknown, ThrowOnError>

+

Type Parameters

Parameters

Returns RequestResult<entity_Source, unknown, ThrowOnError>

diff --git a/docs/classes/StackService.html b/docs/classes/StackService.html index 42586da..22aa198 100644 --- a/docs/classes/StackService.html +++ b/docs/classes/StackService.html @@ -1,4 +1,4 @@ -StackService | Kusion API Client SDK

Constructors

constructor +StackService | Kusion API Client SDK

Constructors

Methods

Constructors

Methods

  • Apply stack Apply stack information by stack ID

    -

    Type Parameters

    • ThrowOnError extends boolean = false

    Parameters

    Returns RequestResult<string, unknown, ThrowOnError>

  • Destroy stack Destroy stack information by stack ID

    -

    Type Parameters

    • ThrowOnError extends boolean = false

    Parameters

    Returns RequestResult<string, unknown, ThrowOnError>

  • Asynchronously destroy stack Start a run and asynchronously destroy stack resources by stack ID

    -

    Type Parameters

    • ThrowOnError extends boolean = false

    Parameters

    Returns RequestResult<string, unknown, ThrowOnError>

+

Type Parameters

Parameters

Returns RequestResult<entity_Stack, unknown, ThrowOnError>

diff --git a/docs/classes/WorkspaceService.html b/docs/classes/WorkspaceService.html index 911968e..71a04d3 100644 --- a/docs/classes/WorkspaceService.html +++ b/docs/classes/WorkspaceService.html @@ -1,4 +1,4 @@ -WorkspaceService | Kusion API Client SDK

Constructors

constructor +WorkspaceService | Kusion API Client SDK

Constructors

Methods

Constructors

Methods

+

Type Parameters

Parameters

Returns RequestResult<request_WorkspaceConfigs, unknown, ThrowOnError>

diff --git a/docs/enums/constant_RunStatus.html b/docs/enums/constant_RunStatus.html index 0bee4df..ffe2dc1 100644 --- a/docs/enums/constant_RunStatus.html +++ b/docs/enums/constant_RunStatus.html @@ -1,7 +1,7 @@ -constant_RunStatus | Kusion API Client SDK

Enumeration constant_RunStatus

Enumeration Members

RunStatusCancelled +constant_RunStatus | Kusion API Client SDK

Enumeration constant_RunStatus

Enumeration Members

RunStatusCancelled: "Cancelled"
RunStatusFailed: "Failed"
RunStatusInProgress: "InProgress"
RunStatusQueued: "Queued"
RunStatusScheduling: "Scheduling"
RunStatusSucceeded: "Succeeded"
+

Enumeration Members

RunStatusCancelled: "Cancelled"
RunStatusFailed: "Failed"
RunStatusInProgress: "InProgress"
RunStatusQueued: "Queued"
RunStatusScheduling: "Scheduling"
RunStatusSucceeded: "Succeeded"
diff --git a/docs/enums/constant_RunType.html b/docs/enums/constant_RunType.html index bcf2db6..0e31aeb 100644 --- a/docs/enums/constant_RunType.html +++ b/docs/enums/constant_RunType.html @@ -1,5 +1,5 @@ -constant_RunType | Kusion API Client SDK

Enumeration constant_RunType

Enumeration Members

RunTypeApply +constant_RunType | Kusion API Client SDK

Enumeration constant_RunType

Enumeration Members

RunTypeApply: "Apply"
RunTypeDestroy: "Destroy"
RunTypeGenerate: "Generate"
RunTypePreview: "Preview"
+

Enumeration Members

RunTypeApply: "Apply"
RunTypeDestroy: "Destroy"
RunTypeGenerate: "Generate"
RunTypePreview: "Preview"
diff --git a/docs/enums/constant_SourceProviderType.html b/docs/enums/constant_SourceProviderType.html index 3351487..05cd978 100644 --- a/docs/enums/constant_SourceProviderType.html +++ b/docs/enums/constant_SourceProviderType.html @@ -1,5 +1,5 @@ -constant_SourceProviderType | Kusion API Client SDK

Enumeration constant_SourceProviderType

Enumeration Members

DefaultSourceType +constant_SourceProviderType | Kusion API Client SDK

Enumeration constant_SourceProviderType

Enumeration Members

DefaultSourceType: "git"
SourceProviderTypeGit: "github"
SourceProviderTypeGithub: "oci"
SourceProviderTypeOCI: "local"
+

Enumeration Members

DefaultSourceType: "git"
SourceProviderTypeGit: "github"
SourceProviderTypeGithub: "oci"
SourceProviderTypeOCI: "local"
diff --git a/docs/enums/constant_StackState.html b/docs/enums/constant_StackState.html index 09a4241..545f900 100644 --- a/docs/enums/constant_StackState.html +++ b/docs/enums/constant_StackState.html @@ -1,4 +1,4 @@ -constant_StackState | Kusion API Client SDK

Enumeration constant_StackState

Enumeration Members

StackStateApplyFailed +constant_StackState | Kusion API Client SDK

Enumeration constant_StackState

Enumeration Members

StackStateApplyFailed: "ApplyFailed"
StackStateApplying: "Applying"
StackStateApplySucceeded: "ApplySucceeded"
StackStateCreating: "Creating"
StackStateDestroyFailed: "DestroyFailed"
StackStateDestroying: "Destroying"
StackStateDestroySucceeded: "DestroySucceeded"
StackStateGenerated: "Generated"
StackStateGenerateFailed: "GenerateFailed"
StackStateGenerating: "Generating"
StackStateOutOfSync: "OutOfSync"
StackStatePreviewed: "Previewed"
StackStatePreviewFailed: "PreviewFailed"
StackStatePreviewing: "Previewing"
StackStateSynced: "Synced"
StackStateUnSynced: "UnSynced"
+

Enumeration Members

StackStateApplyFailed: "ApplyFailed"
StackStateApplying: "Applying"
StackStateApplySucceeded: "ApplySucceeded"
StackStateCreating: "Creating"
StackStateDestroyFailed: "DestroyFailed"
StackStateDestroying: "Destroying"
StackStateDestroySucceeded: "DestroySucceeded"
StackStateGenerated: "Generated"
StackStateGenerateFailed: "GenerateFailed"
StackStateGenerating: "Generating"
StackStateOutOfSync: "OutOfSync"
StackStatePreviewed: "Previewed"
StackStatePreviewFailed: "PreviewFailed"
StackStatePreviewing: "Previewing"
StackStateSynced: "Synced"
StackStateUnSynced: "UnSynced"
diff --git a/docs/enums/kusionstack_io_kusion_pkg_apis_api_kusion_io_v1_Type.html b/docs/enums/kusionstack_io_kusion_pkg_apis_api_kusion_io_v1_Type.html index 4ca1593..2ac0a74 100644 --- a/docs/enums/kusionstack_io_kusion_pkg_apis_api_kusion_io_v1_Type.html +++ b/docs/enums/kusionstack_io_kusion_pkg_apis_api_kusion_io_v1_Type.html @@ -1,3 +1,3 @@ -kusionstack_io_kusion_pkg_apis_api_kusion_io_v1_Type | Kusion API Client SDK

Enumeration kusionstack_io_kusion_pkg_apis_api_kusion_io_v1_Type

Enumeration Members

Kubernetes +kusionstack_io_kusion_pkg_apis_api_kusion_io_v1_Type | Kusion API Client SDK

Enumeration kusionstack_io_kusion_pkg_apis_api_kusion_io_v1_Type

Enumeration Members

Enumeration Members

Kubernetes: "Kubernetes"
Terraform: "Terraform"
+

Enumeration Members

Kubernetes: "Kubernetes"
Terraform: "Terraform"
diff --git a/docs/enums/models_ActionType.html b/docs/enums/models_ActionType.html index 191bfdc..5179b73 100644 --- a/docs/enums/models_ActionType.html +++ b/docs/enums/models_ActionType.html @@ -1,6 +1,6 @@ -models_ActionType | Kusion API Client SDK

Enumeration models_ActionType

Enumeration Members

Create +models_ActionType | Kusion API Client SDK

Enumeration models_ActionType

Enumeration Members

Enumeration Members

Create: 2
Delete: 4
UnChanged: 1
Undefined: 0
Update: 3
+

Enumeration Members

Create: 2
Delete: 4
UnChanged: 1
Undefined: 0
Update: 3
diff --git a/docs/enums/v1_AzureEnvironmentType.html b/docs/enums/v1_AzureEnvironmentType.html index 54f7875..bbee802 100644 --- a/docs/enums/v1_AzureEnvironmentType.html +++ b/docs/enums/v1_AzureEnvironmentType.html @@ -1,5 +1,5 @@ -v1_AzureEnvironmentType | Kusion API Client SDK

Enumeration v1_AzureEnvironmentType

Enumeration Members

AzureEnvironmentChinaCloud +v1_AzureEnvironmentType | Kusion API Client SDK

Enumeration v1_AzureEnvironmentType

Enumeration Members

AzureEnvironmentChinaCloud: "ChinaCloud"
AzureEnvironmentGermanCloud: "GermanCloud"
AzureEnvironmentPublicCloud: "PublicCloud"
AzureEnvironmentUSGovernmentCloud: "USGovernmentCloud"
+

Enumeration Members

AzureEnvironmentChinaCloud: "ChinaCloud"
AzureEnvironmentGermanCloud: "GermanCloud"
AzureEnvironmentPublicCloud: "PublicCloud"
AzureEnvironmentUSGovernmentCloud: "USGovernmentCloud"
diff --git a/docs/enums/v1_VaultKVStoreVersion.html b/docs/enums/v1_VaultKVStoreVersion.html index 6f9fcbe..926f5c1 100644 --- a/docs/enums/v1_VaultKVStoreVersion.html +++ b/docs/enums/v1_VaultKVStoreVersion.html @@ -1,3 +1,3 @@ -v1_VaultKVStoreVersion | Kusion API Client SDK

Enumeration v1_VaultKVStoreVersion

Enumeration Members

VaultKVStoreV1 +v1_VaultKVStoreVersion | Kusion API Client SDK

Enumeration v1_VaultKVStoreVersion

Enumeration Members

Enumeration Members

VaultKVStoreV1: "v1"
VaultKVStoreV2: "v2"
+

Enumeration Members

VaultKVStoreV1: "v1"
VaultKVStoreV2: "v2"
diff --git a/docs/index.html b/docs/index.html index 1069724..195c263 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,9 +16,9 @@
  • ⚡️ Modern TypeScript support
  • 🛠 Built-in error handling
  • -

    For detailed API documentation and examples, please refer to:

    +

    Visit our API documentation +For examples, please refer to:

    We welcome contributions! Please see our Contributing Guidelines for details.

    diff --git a/docs/media/modules.html b/docs/media/modules.html deleted file mode 100644 index a8fd229..0000000 --- a/docs/media/modules.html +++ /dev/null @@ -1 +0,0 @@ -Kusion API Client SDK

    Kusion API Client SDK

    Enumerations

    constant_RunStatus
    constant_RunType
    constant_SourceProviderType
    constant_StackState
    kusionstack_io_kusion_pkg_apis_api_kusion_io_v1_Type
    models_ActionType
    v1_AzureEnvironmentType
    v1_VaultKVStoreVersion

    Classes

    BackendService
    DebugService
    ModuleService
    OrganizationService
    ProjectService
    ResourceService
    RunService
    SourceService
    StackService
    WorkspaceService

    Type Aliases

    ApplyStackAsyncData
    ApplyStackAsyncError
    ApplyStackAsyncResponse
    ApplyStackData
    ApplyStackError
    ApplyStackResponse
    CreateBackendData
    CreateBackendError
    CreateBackendResponse
    CreateModuleData
    CreateModuleError
    CreateModuleResponse
    CreateOrganizationData
    CreateOrganizationError
    CreateOrganizationResponse
    CreateProjectData
    CreateProjectError
    CreateProjectResponse
    CreateSourceData
    CreateSourceError
    CreateSourceResponse
    CreateStackData
    CreateStackError
    CreateStackResponse
    CreateWorkspaceData
    CreateWorkspaceError
    CreateWorkspaceModDepsData
    CreateWorkspaceModDepsError
    CreateWorkspaceModDepsResponse
    CreateWorkspaceResponse
    DeleteBackendData
    DeleteBackendError
    DeleteBackendResponse
    DeleteModuleData
    DeleteModuleError
    DeleteModuleResponse
    DeleteOrganizationData
    DeleteOrganizationError
    DeleteOrganizationResponse
    DeleteProjectData
    DeleteProjectError
    DeleteProjectResponse
    DeleteSourceData
    DeleteSourceError
    DeleteSourceResponse
    DeleteStackData
    DeleteStackError
    DeleteStackResponse
    DeleteWorkspaceData
    DeleteWorkspaceError
    DeleteWorkspaceResponse
    DestroyStackAsyncData
    DestroyStackAsyncError
    DestroyStackAsyncResponse
    DestroyStackData
    DestroyStackError
    DestroyStackResponse
    entity_Backend
    entity_Module
    entity_Organization
    entity_Project
    entity_Resource
    entity_ResourceGraph
    entity_ResourceInfo
    entity_ResourceRelation
    entity_Run
    entity_Source
    entity_Stack
    entity_Workspace
    GenerateStackAsyncData
    GenerateStackAsyncError
    GenerateStackAsyncResponse
    GenerateStackData
    GenerateStackError
    GenerateStackResponse
    GetBackendData
    GetBackendError
    GetBackendResponse
    GetEndpointsError
    GetEndpointsResponse
    GetModuleData
    GetModuleError
    GetModuleResponse
    GetOrganizationData
    GetOrganizationError
    GetOrganizationResponse
    GetProjectData
    GetProjectError
    GetProjectResponse
    GetResourceData
    GetResourceError
    GetResourceGraphData
    GetResourceGraphError
    GetResourceGraphResponse
    GetResourceResponse
    GetRunData
    GetRunError
    GetRunResponse
    GetRunResultData
    GetRunResultError
    GetRunResultResponse
    GetSourceData
    GetSourceError
    GetSourceResponse
    GetStackData
    GetStackError
    GetStackResponse
    GetWorkspaceConfigsData
    GetWorkspaceConfigsError
    GetWorkspaceConfigsResponse
    GetWorkspaceData
    GetWorkspaceError
    GetWorkspaceResponse
    ListBackendError
    ListBackendResponse
    ListModuleData
    ListModuleError
    ListModuleResponse
    ListOrganizationError
    ListOrganizationResponse
    ListProjectData
    ListProjectError
    ListProjectResponse
    ListResourceError
    ListResourceResponse
    ListRunData
    ListRunError
    ListRunResponse
    ListSourceError
    ListSourceResponse
    ListStackData
    ListStackError
    ListStackResponse
    ListWorkspaceError
    ListWorkspaceResponse
    models_Changes
    models_ChangeStep
    PreviewStackAsyncData
    PreviewStackAsyncError
    PreviewStackAsyncResponse
    request_CreateBackendRequest
    request_CreateModuleRequest
    request_CreateOrganizationRequest
    request_CreateProjectRequest
    request_CreateSourceRequest
    request_CreateStackRequest
    request_CreateWorkspaceRequest
    request_StackImportRequest
    request_UpdateBackendRequest
    request_UpdateModuleRequest
    request_UpdateOrganizationRequest
    request_UpdateProjectRequest
    request_UpdateSourceRequest
    request_UpdateStackRequest
    request_UpdateWorkspaceRequest
    request_WorkspaceConfigs
    UpdateBackendData
    UpdateBackendError
    UpdateBackendResponse
    UpdateModuleData
    UpdateModuleError
    UpdateModuleResponse
    UpdateOrganizationData
    UpdateOrganizationError
    UpdateOrganizationResponse
    UpdateProjectData
    UpdateProjectError
    UpdateProjectResponse
    UpdateSourceData
    UpdateSourceError
    UpdateSourceResponse
    UpdateStackData
    UpdateStackError
    UpdateStackResponse
    UpdateWorkspaceConfigsData
    UpdateWorkspaceConfigsError
    UpdateWorkspaceConfigsResponse
    UpdateWorkspaceData
    UpdateWorkspaceError
    UpdateWorkspaceResponse
    url_URL
    url_Userinfo
    v1_AlicloudProvider
    v1_AWSProvider
    v1_AzureKVProvider
    v1_BackendConfig
    v1_Configs
    v1_FakeProvider
    v1_FakeProviderData
    v1_GenericConfig
    v1_ModuleConfig
    v1_ModuleConfigs
    v1_ModulePatcherConfig
    v1_OnPremisesProvider
    v1_ProviderSpec
    v1_Resource
    v1_SecretStore
    v1_Spec
    v1_VaultProvider
    v1_ViettelCloudProvider
    ValidateWorkspaceConfigsData
    ValidateWorkspaceConfigsError
    ValidateWorkspaceConfigsResponse

    Variables

    client
    diff --git a/docs/types/ApplyStackAsyncData.html b/docs/types/ApplyStackAsyncData.html index 2f05f5b..de0f0a9 100644 --- a/docs/types/ApplyStackAsyncData.html +++ b/docs/types/ApplyStackAsyncData.html @@ -5,4 +5,4 @@
  • OptionalimportResources?: boolean

    Import existing resources during the stack preview

  • OptionalspecID?: string

    The Spec ID to use for the apply. Will generate a new spec if omitted.

  • workspace: string

    The target workspace to preview the spec in.

    -
  • +
    diff --git a/docs/types/ApplyStackAsyncError.html b/docs/types/ApplyStackAsyncError.html index 328cb94..b0161bd 100644 --- a/docs/types/ApplyStackAsyncError.html +++ b/docs/types/ApplyStackAsyncError.html @@ -1 +1 @@ -ApplyStackAsyncError | Kusion API Client SDK

    Type Alias ApplyStackAsyncError

    ApplyStackAsyncError: unknown
    +ApplyStackAsyncError | Kusion API Client SDK

    Type Alias ApplyStackAsyncError

    ApplyStackAsyncError: unknown
    diff --git a/docs/types/ApplyStackAsyncResponse.html b/docs/types/ApplyStackAsyncResponse.html index 2a5fe5c..5c6f1bc 100644 --- a/docs/types/ApplyStackAsyncResponse.html +++ b/docs/types/ApplyStackAsyncResponse.html @@ -1 +1 @@ -ApplyStackAsyncResponse | Kusion API Client SDK

    Type Alias ApplyStackAsyncResponse

    ApplyStackAsyncResponse: entity_Run
    +ApplyStackAsyncResponse | Kusion API Client SDK

    Type Alias ApplyStackAsyncResponse

    ApplyStackAsyncResponse: entity_Run
    diff --git a/docs/types/ApplyStackData.html b/docs/types/ApplyStackData.html index f131e8e..1fd1811 100644 --- a/docs/types/ApplyStackData.html +++ b/docs/types/ApplyStackData.html @@ -5,4 +5,4 @@
  • OptionalimportResources?: boolean

    Import existing resources during the stack preview

  • OptionalspecID?: string

    The Spec ID to use for the apply. Will generate a new spec if omitted.

  • workspace: string

    The target workspace to preview the spec in.

    -
  • +
    diff --git a/docs/types/ApplyStackError.html b/docs/types/ApplyStackError.html index 3446639..df0f67a 100644 --- a/docs/types/ApplyStackError.html +++ b/docs/types/ApplyStackError.html @@ -1 +1 @@ -ApplyStackError | Kusion API Client SDK

    Type Alias ApplyStackError

    ApplyStackError: unknown
    +ApplyStackError | Kusion API Client SDK

    Type Alias ApplyStackError

    ApplyStackError: unknown
    diff --git a/docs/types/ApplyStackResponse.html b/docs/types/ApplyStackResponse.html index fa7ac62..e82f605 100644 --- a/docs/types/ApplyStackResponse.html +++ b/docs/types/ApplyStackResponse.html @@ -1 +1 @@ -ApplyStackResponse | Kusion API Client SDK

    Type Alias ApplyStackResponse

    ApplyStackResponse: string
    +ApplyStackResponse | Kusion API Client SDK

    Type Alias ApplyStackResponse

    ApplyStackResponse: string
    diff --git a/docs/types/CreateBackendData.html b/docs/types/CreateBackendData.html index 7fd8346..45a803f 100644 --- a/docs/types/CreateBackendData.html +++ b/docs/types/CreateBackendData.html @@ -1,2 +1,2 @@ CreateBackendData | Kusion API Client SDK

    Type Alias CreateBackendData

    CreateBackendData: { body: request_CreateBackendRequest }

    Type declaration

    +
    diff --git a/docs/types/CreateBackendError.html b/docs/types/CreateBackendError.html index 06e9f9d..d7f49e6 100644 --- a/docs/types/CreateBackendError.html +++ b/docs/types/CreateBackendError.html @@ -1 +1 @@ -CreateBackendError | Kusion API Client SDK

    Type Alias CreateBackendError

    CreateBackendError: unknown
    +CreateBackendError | Kusion API Client SDK

    Type Alias CreateBackendError

    CreateBackendError: unknown
    diff --git a/docs/types/CreateBackendResponse.html b/docs/types/CreateBackendResponse.html index 42357e4..6f67b56 100644 --- a/docs/types/CreateBackendResponse.html +++ b/docs/types/CreateBackendResponse.html @@ -1 +1 @@ -CreateBackendResponse | Kusion API Client SDK

    Type Alias CreateBackendResponse

    CreateBackendResponse: entity_Backend
    +CreateBackendResponse | Kusion API Client SDK

    Type Alias CreateBackendResponse

    CreateBackendResponse: entity_Backend
    diff --git a/docs/types/CreateModuleData.html b/docs/types/CreateModuleData.html index 97fd1e0..585cf1d 100644 --- a/docs/types/CreateModuleData.html +++ b/docs/types/CreateModuleData.html @@ -1,2 +1,2 @@ CreateModuleData | Kusion API Client SDK

    Type Alias CreateModuleData

    CreateModuleData: { body: request_CreateModuleRequest }

    Type declaration

    +
    diff --git a/docs/types/CreateModuleError.html b/docs/types/CreateModuleError.html index e1d658f..52a373c 100644 --- a/docs/types/CreateModuleError.html +++ b/docs/types/CreateModuleError.html @@ -1 +1 @@ -CreateModuleError | Kusion API Client SDK

    Type Alias CreateModuleError

    CreateModuleError: unknown
    +CreateModuleError | Kusion API Client SDK

    Type Alias CreateModuleError

    CreateModuleError: unknown
    diff --git a/docs/types/CreateModuleResponse.html b/docs/types/CreateModuleResponse.html index e529c1a..f8a7b1b 100644 --- a/docs/types/CreateModuleResponse.html +++ b/docs/types/CreateModuleResponse.html @@ -1 +1 @@ -CreateModuleResponse | Kusion API Client SDK

    Type Alias CreateModuleResponse

    CreateModuleResponse: entity_Module
    +CreateModuleResponse | Kusion API Client SDK

    Type Alias CreateModuleResponse

    CreateModuleResponse: entity_Module
    diff --git a/docs/types/CreateOrganizationData.html b/docs/types/CreateOrganizationData.html index 2f0e841..7783642 100644 --- a/docs/types/CreateOrganizationData.html +++ b/docs/types/CreateOrganizationData.html @@ -1,2 +1,2 @@ CreateOrganizationData | Kusion API Client SDK

    Type Alias CreateOrganizationData

    CreateOrganizationData: { body: request_CreateOrganizationRequest }

    Type declaration

    +
    diff --git a/docs/types/CreateOrganizationError.html b/docs/types/CreateOrganizationError.html index 02d78e2..77e6f8d 100644 --- a/docs/types/CreateOrganizationError.html +++ b/docs/types/CreateOrganizationError.html @@ -1 +1 @@ -CreateOrganizationError | Kusion API Client SDK

    Type Alias CreateOrganizationError

    CreateOrganizationError: unknown
    +CreateOrganizationError | Kusion API Client SDK

    Type Alias CreateOrganizationError

    CreateOrganizationError: unknown
    diff --git a/docs/types/CreateOrganizationResponse.html b/docs/types/CreateOrganizationResponse.html index aa87287..a0df76d 100644 --- a/docs/types/CreateOrganizationResponse.html +++ b/docs/types/CreateOrganizationResponse.html @@ -1 +1 @@ -CreateOrganizationResponse | Kusion API Client SDK

    Type Alias CreateOrganizationResponse

    CreateOrganizationResponse: entity_Organization
    +CreateOrganizationResponse | Kusion API Client SDK

    Type Alias CreateOrganizationResponse

    CreateOrganizationResponse: entity_Organization
    diff --git a/docs/types/CreateProjectData.html b/docs/types/CreateProjectData.html index 4bd1450..b2d6272 100644 --- a/docs/types/CreateProjectData.html +++ b/docs/types/CreateProjectData.html @@ -1,2 +1,2 @@ CreateProjectData | Kusion API Client SDK

    Type Alias CreateProjectData

    CreateProjectData: { body: request_CreateProjectRequest }

    Type declaration

    +
    diff --git a/docs/types/CreateProjectError.html b/docs/types/CreateProjectError.html index 2265a89..0469b8e 100644 --- a/docs/types/CreateProjectError.html +++ b/docs/types/CreateProjectError.html @@ -1 +1 @@ -CreateProjectError | Kusion API Client SDK

    Type Alias CreateProjectError

    CreateProjectError: unknown
    +CreateProjectError | Kusion API Client SDK

    Type Alias CreateProjectError

    CreateProjectError: unknown
    diff --git a/docs/types/CreateProjectResponse.html b/docs/types/CreateProjectResponse.html index f2ae1f3..47891ad 100644 --- a/docs/types/CreateProjectResponse.html +++ b/docs/types/CreateProjectResponse.html @@ -1 +1 @@ -CreateProjectResponse | Kusion API Client SDK

    Type Alias CreateProjectResponse

    CreateProjectResponse: entity_Project
    +CreateProjectResponse | Kusion API Client SDK

    Type Alias CreateProjectResponse

    CreateProjectResponse: entity_Project
    diff --git a/docs/types/CreateSourceData.html b/docs/types/CreateSourceData.html index ceab635..0baff87 100644 --- a/docs/types/CreateSourceData.html +++ b/docs/types/CreateSourceData.html @@ -1,2 +1,2 @@ CreateSourceData | Kusion API Client SDK

    Type Alias CreateSourceData

    CreateSourceData: { body: request_CreateSourceRequest }

    Type declaration

    +
    diff --git a/docs/types/CreateSourceError.html b/docs/types/CreateSourceError.html index e4739c3..2f571d0 100644 --- a/docs/types/CreateSourceError.html +++ b/docs/types/CreateSourceError.html @@ -1 +1 @@ -CreateSourceError | Kusion API Client SDK

    Type Alias CreateSourceError

    CreateSourceError: unknown
    +CreateSourceError | Kusion API Client SDK

    Type Alias CreateSourceError

    CreateSourceError: unknown
    diff --git a/docs/types/CreateSourceResponse.html b/docs/types/CreateSourceResponse.html index 94c0b89..0dcfa99 100644 --- a/docs/types/CreateSourceResponse.html +++ b/docs/types/CreateSourceResponse.html @@ -1 +1 @@ -CreateSourceResponse | Kusion API Client SDK

    Type Alias CreateSourceResponse

    CreateSourceResponse: entity_Source
    +CreateSourceResponse | Kusion API Client SDK

    Type Alias CreateSourceResponse

    CreateSourceResponse: entity_Source
    diff --git a/docs/types/CreateStackData.html b/docs/types/CreateStackData.html index a811c31..816977c 100644 --- a/docs/types/CreateStackData.html +++ b/docs/types/CreateStackData.html @@ -1,4 +1,4 @@ CreateStackData | Kusion API Client SDK

    Type Alias CreateStackData

    CreateStackData: {
        body: request_CreateStackRequest;
        query?: { fromTemplate?: boolean; initTopology?: boolean };
    }

    Type declaration

    • body: request_CreateStackRequest

      Created stack

    • Optionalquery?: { fromTemplate?: boolean; initTopology?: boolean }
      • OptionalfromTemplate?: boolean

        Whether to create an AppConfig from template when creating the stack

      • OptionalinitTopology?: boolean

        Whether to initialize an AppTopology from template when creating the stack

        -
    +
    diff --git a/docs/types/CreateStackError.html b/docs/types/CreateStackError.html index 5cf9289..1ff98ba 100644 --- a/docs/types/CreateStackError.html +++ b/docs/types/CreateStackError.html @@ -1 +1 @@ -CreateStackError | Kusion API Client SDK

    Type Alias CreateStackError

    CreateStackError: unknown
    +CreateStackError | Kusion API Client SDK

    Type Alias CreateStackError

    CreateStackError: unknown
    diff --git a/docs/types/CreateStackResponse.html b/docs/types/CreateStackResponse.html index 3ecdf01..8504e5c 100644 --- a/docs/types/CreateStackResponse.html +++ b/docs/types/CreateStackResponse.html @@ -1 +1 @@ -CreateStackResponse | Kusion API Client SDK

    Type Alias CreateStackResponse

    CreateStackResponse: entity_Stack
    +CreateStackResponse | Kusion API Client SDK

    Type Alias CreateStackResponse

    CreateStackResponse: entity_Stack
    diff --git a/docs/types/CreateWorkspaceData.html b/docs/types/CreateWorkspaceData.html index 3978099..1079898 100644 --- a/docs/types/CreateWorkspaceData.html +++ b/docs/types/CreateWorkspaceData.html @@ -1,2 +1,2 @@ CreateWorkspaceData | Kusion API Client SDK

    Type Alias CreateWorkspaceData

    CreateWorkspaceData: { body: request_CreateWorkspaceRequest }

    Type declaration

    +
    diff --git a/docs/types/CreateWorkspaceError.html b/docs/types/CreateWorkspaceError.html index 5b0ad5a..30c7b33 100644 --- a/docs/types/CreateWorkspaceError.html +++ b/docs/types/CreateWorkspaceError.html @@ -1 +1 @@ -CreateWorkspaceError | Kusion API Client SDK

    Type Alias CreateWorkspaceError

    CreateWorkspaceError: unknown
    +CreateWorkspaceError | Kusion API Client SDK

    Type Alias CreateWorkspaceError

    CreateWorkspaceError: unknown
    diff --git a/docs/types/CreateWorkspaceModDepsData.html b/docs/types/CreateWorkspaceModDepsData.html index 47fdefb..014beb1 100644 --- a/docs/types/CreateWorkspaceModDepsData.html +++ b/docs/types/CreateWorkspaceModDepsData.html @@ -1 +1 @@ -CreateWorkspaceModDepsData | Kusion API Client SDK

    Type Alias CreateWorkspaceModDepsData

    CreateWorkspaceModDepsData: { path: { id: number } }
    +CreateWorkspaceModDepsData | Kusion API Client SDK

    Type Alias CreateWorkspaceModDepsData

    CreateWorkspaceModDepsData: { path: { id: number } }
    diff --git a/docs/types/CreateWorkspaceModDepsError.html b/docs/types/CreateWorkspaceModDepsError.html index 206087b..3cf63e3 100644 --- a/docs/types/CreateWorkspaceModDepsError.html +++ b/docs/types/CreateWorkspaceModDepsError.html @@ -1 +1 @@ -CreateWorkspaceModDepsError | Kusion API Client SDK

    Type Alias CreateWorkspaceModDepsError

    CreateWorkspaceModDepsError: unknown
    +CreateWorkspaceModDepsError | Kusion API Client SDK

    Type Alias CreateWorkspaceModDepsError

    CreateWorkspaceModDepsError: unknown
    diff --git a/docs/types/CreateWorkspaceModDepsResponse.html b/docs/types/CreateWorkspaceModDepsResponse.html index 8fd9d56..0320223 100644 --- a/docs/types/CreateWorkspaceModDepsResponse.html +++ b/docs/types/CreateWorkspaceModDepsResponse.html @@ -1 +1 @@ -CreateWorkspaceModDepsResponse | Kusion API Client SDK

    Type Alias CreateWorkspaceModDepsResponse

    CreateWorkspaceModDepsResponse: string
    +CreateWorkspaceModDepsResponse | Kusion API Client SDK

    Type Alias CreateWorkspaceModDepsResponse

    CreateWorkspaceModDepsResponse: string
    diff --git a/docs/types/CreateWorkspaceResponse.html b/docs/types/CreateWorkspaceResponse.html index 44af74c..884f523 100644 --- a/docs/types/CreateWorkspaceResponse.html +++ b/docs/types/CreateWorkspaceResponse.html @@ -1 +1 @@ -CreateWorkspaceResponse | Kusion API Client SDK

    Type Alias CreateWorkspaceResponse

    CreateWorkspaceResponse: entity_Workspace
    +CreateWorkspaceResponse | Kusion API Client SDK

    Type Alias CreateWorkspaceResponse

    CreateWorkspaceResponse: entity_Workspace
    diff --git a/docs/types/DeleteBackendData.html b/docs/types/DeleteBackendData.html index c2b1355..cb594c6 100644 --- a/docs/types/DeleteBackendData.html +++ b/docs/types/DeleteBackendData.html @@ -1 +1 @@ -DeleteBackendData | Kusion API Client SDK

    Type Alias DeleteBackendData

    DeleteBackendData: { path: { id: number } }
    +DeleteBackendData | Kusion API Client SDK

    Type Alias DeleteBackendData

    DeleteBackendData: { path: { id: number } }
    diff --git a/docs/types/DeleteBackendError.html b/docs/types/DeleteBackendError.html index d86ad42..da5f264 100644 --- a/docs/types/DeleteBackendError.html +++ b/docs/types/DeleteBackendError.html @@ -1 +1 @@ -DeleteBackendError | Kusion API Client SDK

    Type Alias DeleteBackendError

    DeleteBackendError: unknown
    +DeleteBackendError | Kusion API Client SDK

    Type Alias DeleteBackendError

    DeleteBackendError: unknown
    diff --git a/docs/types/DeleteBackendResponse.html b/docs/types/DeleteBackendResponse.html index 29fdedb..ec3e647 100644 --- a/docs/types/DeleteBackendResponse.html +++ b/docs/types/DeleteBackendResponse.html @@ -1 +1 @@ -DeleteBackendResponse | Kusion API Client SDK

    Type Alias DeleteBackendResponse

    DeleteBackendResponse: string
    +DeleteBackendResponse | Kusion API Client SDK

    Type Alias DeleteBackendResponse

    DeleteBackendResponse: string
    diff --git a/docs/types/DeleteModuleData.html b/docs/types/DeleteModuleData.html index c4e06c0..0dd9bf4 100644 --- a/docs/types/DeleteModuleData.html +++ b/docs/types/DeleteModuleData.html @@ -1 +1 @@ -DeleteModuleData | Kusion API Client SDK

    Type Alias DeleteModuleData

    DeleteModuleData: { path: { name: string } }
    +DeleteModuleData | Kusion API Client SDK

    Type Alias DeleteModuleData

    DeleteModuleData: { path: { name: string } }
    diff --git a/docs/types/DeleteModuleError.html b/docs/types/DeleteModuleError.html index 07dd360..421a54b 100644 --- a/docs/types/DeleteModuleError.html +++ b/docs/types/DeleteModuleError.html @@ -1 +1 @@ -DeleteModuleError | Kusion API Client SDK

    Type Alias DeleteModuleError

    DeleteModuleError: unknown
    +DeleteModuleError | Kusion API Client SDK

    Type Alias DeleteModuleError

    DeleteModuleError: unknown
    diff --git a/docs/types/DeleteModuleResponse.html b/docs/types/DeleteModuleResponse.html index 285434b..696a691 100644 --- a/docs/types/DeleteModuleResponse.html +++ b/docs/types/DeleteModuleResponse.html @@ -1 +1 @@ -DeleteModuleResponse | Kusion API Client SDK

    Type Alias DeleteModuleResponse

    DeleteModuleResponse: string
    +DeleteModuleResponse | Kusion API Client SDK

    Type Alias DeleteModuleResponse

    DeleteModuleResponse: string
    diff --git a/docs/types/DeleteOrganizationData.html b/docs/types/DeleteOrganizationData.html index 0d9d16f..4dc204c 100644 --- a/docs/types/DeleteOrganizationData.html +++ b/docs/types/DeleteOrganizationData.html @@ -1 +1 @@ -DeleteOrganizationData | Kusion API Client SDK

    Type Alias DeleteOrganizationData

    DeleteOrganizationData: { path: { id: number } }
    +DeleteOrganizationData | Kusion API Client SDK

    Type Alias DeleteOrganizationData

    DeleteOrganizationData: { path: { id: number } }
    diff --git a/docs/types/DeleteOrganizationError.html b/docs/types/DeleteOrganizationError.html index 734d19b..6b1db06 100644 --- a/docs/types/DeleteOrganizationError.html +++ b/docs/types/DeleteOrganizationError.html @@ -1 +1 @@ -DeleteOrganizationError | Kusion API Client SDK

    Type Alias DeleteOrganizationError

    DeleteOrganizationError: unknown
    +DeleteOrganizationError | Kusion API Client SDK

    Type Alias DeleteOrganizationError

    DeleteOrganizationError: unknown
    diff --git a/docs/types/DeleteOrganizationResponse.html b/docs/types/DeleteOrganizationResponse.html index e101a45..2a78ad2 100644 --- a/docs/types/DeleteOrganizationResponse.html +++ b/docs/types/DeleteOrganizationResponse.html @@ -1 +1 @@ -DeleteOrganizationResponse | Kusion API Client SDK

    Type Alias DeleteOrganizationResponse

    DeleteOrganizationResponse: string
    +DeleteOrganizationResponse | Kusion API Client SDK

    Type Alias DeleteOrganizationResponse

    DeleteOrganizationResponse: string
    diff --git a/docs/types/DeleteProjectData.html b/docs/types/DeleteProjectData.html index 9f2d0ba..531fc2b 100644 --- a/docs/types/DeleteProjectData.html +++ b/docs/types/DeleteProjectData.html @@ -1 +1 @@ -DeleteProjectData | Kusion API Client SDK

    Type Alias DeleteProjectData

    DeleteProjectData: { path: { project_id: number } }
    +DeleteProjectData | Kusion API Client SDK

    Type Alias DeleteProjectData

    DeleteProjectData: { path: { project_id: number } }
    diff --git a/docs/types/DeleteProjectError.html b/docs/types/DeleteProjectError.html index 5b0042e..bf1f3bc 100644 --- a/docs/types/DeleteProjectError.html +++ b/docs/types/DeleteProjectError.html @@ -1 +1 @@ -DeleteProjectError | Kusion API Client SDK

    Type Alias DeleteProjectError

    DeleteProjectError: unknown
    +DeleteProjectError | Kusion API Client SDK

    Type Alias DeleteProjectError

    DeleteProjectError: unknown
    diff --git a/docs/types/DeleteProjectResponse.html b/docs/types/DeleteProjectResponse.html index 77d6536..2badeb2 100644 --- a/docs/types/DeleteProjectResponse.html +++ b/docs/types/DeleteProjectResponse.html @@ -1 +1 @@ -DeleteProjectResponse | Kusion API Client SDK

    Type Alias DeleteProjectResponse

    DeleteProjectResponse: string
    +DeleteProjectResponse | Kusion API Client SDK

    Type Alias DeleteProjectResponse

    DeleteProjectResponse: string
    diff --git a/docs/types/DeleteSourceData.html b/docs/types/DeleteSourceData.html index c243516..e6ec147 100644 --- a/docs/types/DeleteSourceData.html +++ b/docs/types/DeleteSourceData.html @@ -1 +1 @@ -DeleteSourceData | Kusion API Client SDK

    Type Alias DeleteSourceData

    DeleteSourceData: { path: { id: number } }
    +DeleteSourceData | Kusion API Client SDK

    Type Alias DeleteSourceData

    DeleteSourceData: { path: { id: number } }
    diff --git a/docs/types/DeleteSourceError.html b/docs/types/DeleteSourceError.html index 31b6613..3926c91 100644 --- a/docs/types/DeleteSourceError.html +++ b/docs/types/DeleteSourceError.html @@ -1 +1 @@ -DeleteSourceError | Kusion API Client SDK

    Type Alias DeleteSourceError

    DeleteSourceError: unknown
    +DeleteSourceError | Kusion API Client SDK

    Type Alias DeleteSourceError

    DeleteSourceError: unknown
    diff --git a/docs/types/DeleteSourceResponse.html b/docs/types/DeleteSourceResponse.html index a155ecb..8c01040 100644 --- a/docs/types/DeleteSourceResponse.html +++ b/docs/types/DeleteSourceResponse.html @@ -1 +1 @@ -DeleteSourceResponse | Kusion API Client SDK

    Type Alias DeleteSourceResponse

    DeleteSourceResponse: entity_Source
    +DeleteSourceResponse | Kusion API Client SDK

    Type Alias DeleteSourceResponse

    DeleteSourceResponse: entity_Source
    diff --git a/docs/types/DeleteStackData.html b/docs/types/DeleteStackData.html index 9f1527b..d73208b 100644 --- a/docs/types/DeleteStackData.html +++ b/docs/types/DeleteStackData.html @@ -1 +1 @@ -DeleteStackData | Kusion API Client SDK

    Type Alias DeleteStackData

    DeleteStackData: { path: { stack_id: number } }
    +DeleteStackData | Kusion API Client SDK

    Type Alias DeleteStackData

    DeleteStackData: { path: { stack_id: number } }
    diff --git a/docs/types/DeleteStackError.html b/docs/types/DeleteStackError.html index 2f7bdf5..1388cee 100644 --- a/docs/types/DeleteStackError.html +++ b/docs/types/DeleteStackError.html @@ -1 +1 @@ -DeleteStackError | Kusion API Client SDK

    Type Alias DeleteStackError

    DeleteStackError: unknown
    +DeleteStackError | Kusion API Client SDK

    Type Alias DeleteStackError

    DeleteStackError: unknown
    diff --git a/docs/types/DeleteStackResponse.html b/docs/types/DeleteStackResponse.html index af7e795..99a1d5d 100644 --- a/docs/types/DeleteStackResponse.html +++ b/docs/types/DeleteStackResponse.html @@ -1 +1 @@ -DeleteStackResponse | Kusion API Client SDK

    Type Alias DeleteStackResponse

    DeleteStackResponse: string
    +DeleteStackResponse | Kusion API Client SDK

    Type Alias DeleteStackResponse

    DeleteStackResponse: string
    diff --git a/docs/types/DeleteWorkspaceData.html b/docs/types/DeleteWorkspaceData.html index 2ecb7ad..e0ed703 100644 --- a/docs/types/DeleteWorkspaceData.html +++ b/docs/types/DeleteWorkspaceData.html @@ -1 +1 @@ -DeleteWorkspaceData | Kusion API Client SDK

    Type Alias DeleteWorkspaceData

    DeleteWorkspaceData: { path: { id: number } }
    +DeleteWorkspaceData | Kusion API Client SDK

    Type Alias DeleteWorkspaceData

    DeleteWorkspaceData: { path: { id: number } }
    diff --git a/docs/types/DeleteWorkspaceError.html b/docs/types/DeleteWorkspaceError.html index 09872d8..134a2e2 100644 --- a/docs/types/DeleteWorkspaceError.html +++ b/docs/types/DeleteWorkspaceError.html @@ -1 +1 @@ -DeleteWorkspaceError | Kusion API Client SDK

    Type Alias DeleteWorkspaceError

    DeleteWorkspaceError: unknown
    +DeleteWorkspaceError | Kusion API Client SDK

    Type Alias DeleteWorkspaceError

    DeleteWorkspaceError: unknown
    diff --git a/docs/types/DeleteWorkspaceResponse.html b/docs/types/DeleteWorkspaceResponse.html index 4b24a42..4a41c6e 100644 --- a/docs/types/DeleteWorkspaceResponse.html +++ b/docs/types/DeleteWorkspaceResponse.html @@ -1 +1 @@ -DeleteWorkspaceResponse | Kusion API Client SDK

    Type Alias DeleteWorkspaceResponse

    DeleteWorkspaceResponse: string
    +DeleteWorkspaceResponse | Kusion API Client SDK

    Type Alias DeleteWorkspaceResponse

    DeleteWorkspaceResponse: string
    diff --git a/docs/types/DestroyStackAsyncData.html b/docs/types/DestroyStackAsyncData.html index bd98b93..d88312b 100644 --- a/docs/types/DestroyStackAsyncData.html +++ b/docs/types/DestroyStackAsyncData.html @@ -1 +1 @@ -DestroyStackAsyncData | Kusion API Client SDK

    Type Alias DestroyStackAsyncData

    DestroyStackAsyncData: {
        path: { stack_id: number };
        query: { dryrun?: boolean; force?: boolean; workspace: string };
    }
    +DestroyStackAsyncData | Kusion API Client SDK

    Type Alias DestroyStackAsyncData

    DestroyStackAsyncData: {
        path: { stack_id: number };
        query: { dryrun?: boolean; force?: boolean; workspace: string };
    }
    diff --git a/docs/types/DestroyStackAsyncError.html b/docs/types/DestroyStackAsyncError.html index 36eedd5..65137a8 100644 --- a/docs/types/DestroyStackAsyncError.html +++ b/docs/types/DestroyStackAsyncError.html @@ -1 +1 @@ -DestroyStackAsyncError | Kusion API Client SDK

    Type Alias DestroyStackAsyncError

    DestroyStackAsyncError: unknown
    +DestroyStackAsyncError | Kusion API Client SDK

    Type Alias DestroyStackAsyncError

    DestroyStackAsyncError: unknown
    diff --git a/docs/types/DestroyStackAsyncResponse.html b/docs/types/DestroyStackAsyncResponse.html index de2cce5..dbb95a2 100644 --- a/docs/types/DestroyStackAsyncResponse.html +++ b/docs/types/DestroyStackAsyncResponse.html @@ -1 +1 @@ -DestroyStackAsyncResponse | Kusion API Client SDK

    Type Alias DestroyStackAsyncResponse

    DestroyStackAsyncResponse: string
    +DestroyStackAsyncResponse | Kusion API Client SDK

    Type Alias DestroyStackAsyncResponse

    DestroyStackAsyncResponse: string
    diff --git a/docs/types/DestroyStackData.html b/docs/types/DestroyStackData.html index 8a0db2c..79f30b3 100644 --- a/docs/types/DestroyStackData.html +++ b/docs/types/DestroyStackData.html @@ -1 +1 @@ -DestroyStackData | Kusion API Client SDK

    Type Alias DestroyStackData

    DestroyStackData: {
        path: { stack_id: number };
        query: { dryrun?: boolean; force?: boolean; workspace: string };
    }
    +DestroyStackData | Kusion API Client SDK

    Type Alias DestroyStackData

    DestroyStackData: {
        path: { stack_id: number };
        query: { dryrun?: boolean; force?: boolean; workspace: string };
    }
    diff --git a/docs/types/DestroyStackError.html b/docs/types/DestroyStackError.html index a2d0b60..5d6b2b4 100644 --- a/docs/types/DestroyStackError.html +++ b/docs/types/DestroyStackError.html @@ -1 +1 @@ -DestroyStackError | Kusion API Client SDK

    Type Alias DestroyStackError

    DestroyStackError: unknown
    +DestroyStackError | Kusion API Client SDK

    Type Alias DestroyStackError

    DestroyStackError: unknown
    diff --git a/docs/types/DestroyStackResponse.html b/docs/types/DestroyStackResponse.html index cb0e8b8..037fadd 100644 --- a/docs/types/DestroyStackResponse.html +++ b/docs/types/DestroyStackResponse.html @@ -1 +1 @@ -DestroyStackResponse | Kusion API Client SDK

    Type Alias DestroyStackResponse

    DestroyStackResponse: string
    +DestroyStackResponse | Kusion API Client SDK

    Type Alias DestroyStackResponse

    DestroyStackResponse: string
    diff --git a/docs/types/GenerateStackAsyncData.html b/docs/types/GenerateStackAsyncData.html index 78f1118..a8139ad 100644 --- a/docs/types/GenerateStackAsyncData.html +++ b/docs/types/GenerateStackAsyncData.html @@ -1 +1 @@ -GenerateStackAsyncData | Kusion API Client SDK

    Type Alias GenerateStackAsyncData

    GenerateStackAsyncData: {
        path: { stack_id: number };
        query: { force?: boolean; format?: string; workspace: string };
    }
    +GenerateStackAsyncData | Kusion API Client SDK

    Type Alias GenerateStackAsyncData

    GenerateStackAsyncData: {
        path: { stack_id: number };
        query: { force?: boolean; format?: string; workspace: string };
    }
    diff --git a/docs/types/GenerateStackAsyncError.html b/docs/types/GenerateStackAsyncError.html index d9fd72b..3143a0e 100644 --- a/docs/types/GenerateStackAsyncError.html +++ b/docs/types/GenerateStackAsyncError.html @@ -1 +1 @@ -GenerateStackAsyncError | Kusion API Client SDK

    Type Alias GenerateStackAsyncError

    GenerateStackAsyncError: unknown
    +GenerateStackAsyncError | Kusion API Client SDK

    Type Alias GenerateStackAsyncError

    GenerateStackAsyncError: unknown
    diff --git a/docs/types/GenerateStackAsyncResponse.html b/docs/types/GenerateStackAsyncResponse.html index d160e06..2ce8b05 100644 --- a/docs/types/GenerateStackAsyncResponse.html +++ b/docs/types/GenerateStackAsyncResponse.html @@ -1 +1 @@ -GenerateStackAsyncResponse | Kusion API Client SDK

    Type Alias GenerateStackAsyncResponse

    GenerateStackAsyncResponse: v1_Spec
    +GenerateStackAsyncResponse | Kusion API Client SDK

    Type Alias GenerateStackAsyncResponse

    GenerateStackAsyncResponse: v1_Spec
    diff --git a/docs/types/GenerateStackData.html b/docs/types/GenerateStackData.html index 0dff75a..d4eb995 100644 --- a/docs/types/GenerateStackData.html +++ b/docs/types/GenerateStackData.html @@ -1 +1 @@ -GenerateStackData | Kusion API Client SDK

    Type Alias GenerateStackData

    GenerateStackData: {
        path: { stack_id: number };
        query: { force?: boolean; format?: string; workspace: string };
    }
    +GenerateStackData | Kusion API Client SDK

    Type Alias GenerateStackData

    GenerateStackData: {
        path: { stack_id: number };
        query: { force?: boolean; format?: string; workspace: string };
    }
    diff --git a/docs/types/GenerateStackError.html b/docs/types/GenerateStackError.html index 0daf54d..25f73aa 100644 --- a/docs/types/GenerateStackError.html +++ b/docs/types/GenerateStackError.html @@ -1 +1 @@ -GenerateStackError | Kusion API Client SDK

    Type Alias GenerateStackError

    GenerateStackError: unknown
    +GenerateStackError | Kusion API Client SDK

    Type Alias GenerateStackError

    GenerateStackError: unknown
    diff --git a/docs/types/GenerateStackResponse.html b/docs/types/GenerateStackResponse.html index e05078e..61fffee 100644 --- a/docs/types/GenerateStackResponse.html +++ b/docs/types/GenerateStackResponse.html @@ -1 +1 @@ -GenerateStackResponse | Kusion API Client SDK

    Type Alias GenerateStackResponse

    GenerateStackResponse: v1_Spec
    +GenerateStackResponse | Kusion API Client SDK

    Type Alias GenerateStackResponse

    GenerateStackResponse: v1_Spec
    diff --git a/docs/types/GetBackendData.html b/docs/types/GetBackendData.html index 4b963a1..e129bb9 100644 --- a/docs/types/GetBackendData.html +++ b/docs/types/GetBackendData.html @@ -1 +1 @@ -GetBackendData | Kusion API Client SDK

    Type Alias GetBackendData

    GetBackendData: { path: { id: number } }
    +GetBackendData | Kusion API Client SDK

    Type Alias GetBackendData

    GetBackendData: { path: { id: number } }
    diff --git a/docs/types/GetBackendError.html b/docs/types/GetBackendError.html index b0c86e4..af5c952 100644 --- a/docs/types/GetBackendError.html +++ b/docs/types/GetBackendError.html @@ -1 +1 @@ -GetBackendError | Kusion API Client SDK

    Type Alias GetBackendError

    GetBackendError: unknown
    +GetBackendError | Kusion API Client SDK

    Type Alias GetBackendError

    GetBackendError: unknown
    diff --git a/docs/types/GetBackendResponse.html b/docs/types/GetBackendResponse.html index ad6e81a..234e1a7 100644 --- a/docs/types/GetBackendResponse.html +++ b/docs/types/GetBackendResponse.html @@ -1 +1 @@ -GetBackendResponse | Kusion API Client SDK

    Type Alias GetBackendResponse

    GetBackendResponse: entity_Backend
    +GetBackendResponse | Kusion API Client SDK

    Type Alias GetBackendResponse

    GetBackendResponse: entity_Backend
    diff --git a/docs/types/GetEndpointsError.html b/docs/types/GetEndpointsError.html index 49ea507..065be73 100644 --- a/docs/types/GetEndpointsError.html +++ b/docs/types/GetEndpointsError.html @@ -1 +1 @@ -GetEndpointsError | Kusion API Client SDK

    Type Alias GetEndpointsError

    GetEndpointsError: unknown
    +GetEndpointsError | Kusion API Client SDK

    Type Alias GetEndpointsError

    GetEndpointsError: unknown
    diff --git a/docs/types/GetEndpointsResponse.html b/docs/types/GetEndpointsResponse.html index a639dfc..5a45954 100644 --- a/docs/types/GetEndpointsResponse.html +++ b/docs/types/GetEndpointsResponse.html @@ -1 +1 @@ -GetEndpointsResponse | Kusion API Client SDK

    Type Alias GetEndpointsResponse

    GetEndpointsResponse: string
    +GetEndpointsResponse | Kusion API Client SDK

    Type Alias GetEndpointsResponse

    GetEndpointsResponse: string
    diff --git a/docs/types/GetModuleData.html b/docs/types/GetModuleData.html index f085e09..53af92f 100644 --- a/docs/types/GetModuleData.html +++ b/docs/types/GetModuleData.html @@ -1 +1 @@ -GetModuleData | Kusion API Client SDK

    Type Alias GetModuleData

    GetModuleData: { path: { name: string } }
    +GetModuleData | Kusion API Client SDK

    Type Alias GetModuleData

    GetModuleData: { path: { name: string } }
    diff --git a/docs/types/GetModuleError.html b/docs/types/GetModuleError.html index 2254b8b..748b83b 100644 --- a/docs/types/GetModuleError.html +++ b/docs/types/GetModuleError.html @@ -1 +1 @@ -GetModuleError | Kusion API Client SDK

    Type Alias GetModuleError

    GetModuleError: unknown
    +GetModuleError | Kusion API Client SDK

    Type Alias GetModuleError

    GetModuleError: unknown
    diff --git a/docs/types/GetModuleResponse.html b/docs/types/GetModuleResponse.html index da35f1f..c8289e4 100644 --- a/docs/types/GetModuleResponse.html +++ b/docs/types/GetModuleResponse.html @@ -1 +1 @@ -GetModuleResponse | Kusion API Client SDK

    Type Alias GetModuleResponse

    GetModuleResponse: entity_Module
    +GetModuleResponse | Kusion API Client SDK

    Type Alias GetModuleResponse

    GetModuleResponse: entity_Module
    diff --git a/docs/types/GetOrganizationData.html b/docs/types/GetOrganizationData.html index cada694..df87096 100644 --- a/docs/types/GetOrganizationData.html +++ b/docs/types/GetOrganizationData.html @@ -1 +1 @@ -GetOrganizationData | Kusion API Client SDK

    Type Alias GetOrganizationData

    GetOrganizationData: { path: { id: number } }
    +GetOrganizationData | Kusion API Client SDK

    Type Alias GetOrganizationData

    GetOrganizationData: { path: { id: number } }
    diff --git a/docs/types/GetOrganizationError.html b/docs/types/GetOrganizationError.html index 7af77c3..7079c37 100644 --- a/docs/types/GetOrganizationError.html +++ b/docs/types/GetOrganizationError.html @@ -1 +1 @@ -GetOrganizationError | Kusion API Client SDK

    Type Alias GetOrganizationError

    GetOrganizationError: unknown
    +GetOrganizationError | Kusion API Client SDK

    Type Alias GetOrganizationError

    GetOrganizationError: unknown
    diff --git a/docs/types/GetOrganizationResponse.html b/docs/types/GetOrganizationResponse.html index 9e53a7c..baeeff7 100644 --- a/docs/types/GetOrganizationResponse.html +++ b/docs/types/GetOrganizationResponse.html @@ -1 +1 @@ -GetOrganizationResponse | Kusion API Client SDK

    Type Alias GetOrganizationResponse

    GetOrganizationResponse: entity_Organization
    +GetOrganizationResponse | Kusion API Client SDK

    Type Alias GetOrganizationResponse

    GetOrganizationResponse: entity_Organization
    diff --git a/docs/types/GetProjectData.html b/docs/types/GetProjectData.html index 452eb91..31c9baf 100644 --- a/docs/types/GetProjectData.html +++ b/docs/types/GetProjectData.html @@ -1 +1 @@ -GetProjectData | Kusion API Client SDK

    Type Alias GetProjectData

    GetProjectData: { path: { project_id: number } }
    +GetProjectData | Kusion API Client SDK

    Type Alias GetProjectData

    GetProjectData: { path: { project_id: number } }
    diff --git a/docs/types/GetProjectError.html b/docs/types/GetProjectError.html index 0f73f15..105fd61 100644 --- a/docs/types/GetProjectError.html +++ b/docs/types/GetProjectError.html @@ -1 +1 @@ -GetProjectError | Kusion API Client SDK

    Type Alias GetProjectError

    GetProjectError: unknown
    +GetProjectError | Kusion API Client SDK

    Type Alias GetProjectError

    GetProjectError: unknown
    diff --git a/docs/types/GetProjectResponse.html b/docs/types/GetProjectResponse.html index a50d262..8d87015 100644 --- a/docs/types/GetProjectResponse.html +++ b/docs/types/GetProjectResponse.html @@ -1 +1 @@ -GetProjectResponse | Kusion API Client SDK

    Type Alias GetProjectResponse

    GetProjectResponse: entity_Project
    +GetProjectResponse | Kusion API Client SDK

    Type Alias GetProjectResponse

    GetProjectResponse: entity_Project
    diff --git a/docs/types/GetResourceData.html b/docs/types/GetResourceData.html index 3867166..23e01cc 100644 --- a/docs/types/GetResourceData.html +++ b/docs/types/GetResourceData.html @@ -1 +1 @@ -GetResourceData | Kusion API Client SDK

    Type Alias GetResourceData

    GetResourceData: { path: { id: number } }
    +GetResourceData | Kusion API Client SDK

    Type Alias GetResourceData

    GetResourceData: { path: { id: number } }
    diff --git a/docs/types/GetResourceError.html b/docs/types/GetResourceError.html index 511d8b8..3699aa7 100644 --- a/docs/types/GetResourceError.html +++ b/docs/types/GetResourceError.html @@ -1 +1 @@ -GetResourceError | Kusion API Client SDK

    Type Alias GetResourceError

    GetResourceError: unknown
    +GetResourceError | Kusion API Client SDK

    Type Alias GetResourceError

    GetResourceError: unknown
    diff --git a/docs/types/GetResourceGraphData.html b/docs/types/GetResourceGraphData.html index 8a114c1..a7db31f 100644 --- a/docs/types/GetResourceGraphData.html +++ b/docs/types/GetResourceGraphData.html @@ -1 +1 @@ -GetResourceGraphData | Kusion API Client SDK

    Type Alias GetResourceGraphData

    GetResourceGraphData: { query: { stack_id: number } }
    +GetResourceGraphData | Kusion API Client SDK

    Type Alias GetResourceGraphData

    GetResourceGraphData: { query: { stack_id: number } }
    diff --git a/docs/types/GetResourceGraphError.html b/docs/types/GetResourceGraphError.html index 082ac54..3ba451e 100644 --- a/docs/types/GetResourceGraphError.html +++ b/docs/types/GetResourceGraphError.html @@ -1 +1 @@ -GetResourceGraphError | Kusion API Client SDK

    Type Alias GetResourceGraphError

    GetResourceGraphError: unknown
    +GetResourceGraphError | Kusion API Client SDK

    Type Alias GetResourceGraphError

    GetResourceGraphError: unknown
    diff --git a/docs/types/GetResourceGraphResponse.html b/docs/types/GetResourceGraphResponse.html index 04768cf..9d5136c 100644 --- a/docs/types/GetResourceGraphResponse.html +++ b/docs/types/GetResourceGraphResponse.html @@ -1 +1 @@ -GetResourceGraphResponse | Kusion API Client SDK

    Type Alias GetResourceGraphResponse

    GetResourceGraphResponse: entity_ResourceGraph
    +GetResourceGraphResponse | Kusion API Client SDK

    Type Alias GetResourceGraphResponse

    GetResourceGraphResponse: entity_ResourceGraph
    diff --git a/docs/types/GetResourceResponse.html b/docs/types/GetResourceResponse.html index 607f223..a3db44a 100644 --- a/docs/types/GetResourceResponse.html +++ b/docs/types/GetResourceResponse.html @@ -1 +1 @@ -GetResourceResponse | Kusion API Client SDK

    Type Alias GetResourceResponse

    GetResourceResponse: entity_Resource
    +GetResourceResponse | Kusion API Client SDK

    Type Alias GetResourceResponse

    GetResourceResponse: entity_Resource
    diff --git a/docs/types/GetRunData.html b/docs/types/GetRunData.html index 981fce3..e97a074 100644 --- a/docs/types/GetRunData.html +++ b/docs/types/GetRunData.html @@ -1 +1 @@ -GetRunData | Kusion API Client SDK

    Type Alias GetRunData

    GetRunData: { path: { run: number } }
    +GetRunData | Kusion API Client SDK

    Type Alias GetRunData

    GetRunData: { path: { run: number } }
    diff --git a/docs/types/GetRunError.html b/docs/types/GetRunError.html index 5f203ca..c390556 100644 --- a/docs/types/GetRunError.html +++ b/docs/types/GetRunError.html @@ -1 +1 @@ -GetRunError | Kusion API Client SDK

    Type Alias GetRunError

    GetRunError: unknown
    +GetRunError | Kusion API Client SDK

    Type Alias GetRunError

    GetRunError: unknown
    diff --git a/docs/types/GetRunResponse.html b/docs/types/GetRunResponse.html index 49beda5..82f00d6 100644 --- a/docs/types/GetRunResponse.html +++ b/docs/types/GetRunResponse.html @@ -1 +1 @@ -GetRunResponse | Kusion API Client SDK

    Type Alias GetRunResponse

    GetRunResponse: entity_Run
    +GetRunResponse | Kusion API Client SDK

    Type Alias GetRunResponse

    GetRunResponse: entity_Run
    diff --git a/docs/types/GetRunResultData.html b/docs/types/GetRunResultData.html index a52a1bc..c1d3bad 100644 --- a/docs/types/GetRunResultData.html +++ b/docs/types/GetRunResultData.html @@ -1 +1 @@ -GetRunResultData | Kusion API Client SDK

    Type Alias GetRunResultData

    GetRunResultData: { path: { run: number } }
    +GetRunResultData | Kusion API Client SDK

    Type Alias GetRunResultData

    GetRunResultData: { path: { run: number } }
    diff --git a/docs/types/GetRunResultError.html b/docs/types/GetRunResultError.html index 43f94dc..067e20c 100644 --- a/docs/types/GetRunResultError.html +++ b/docs/types/GetRunResultError.html @@ -1 +1 @@ -GetRunResultError | Kusion API Client SDK

    Type Alias GetRunResultError

    GetRunResultError: unknown
    +GetRunResultError | Kusion API Client SDK

    Type Alias GetRunResultError

    GetRunResultError: unknown
    diff --git a/docs/types/GetRunResultResponse.html b/docs/types/GetRunResultResponse.html index 5ca5d0c..27f15cc 100644 --- a/docs/types/GetRunResultResponse.html +++ b/docs/types/GetRunResultResponse.html @@ -1 +1 @@ -GetRunResultResponse | Kusion API Client SDK

    Type Alias GetRunResultResponse

    GetRunResultResponse: entity_Run
    +GetRunResultResponse | Kusion API Client SDK

    Type Alias GetRunResultResponse

    GetRunResultResponse: entity_Run
    diff --git a/docs/types/GetSourceData.html b/docs/types/GetSourceData.html index 4275dca..3fb226c 100644 --- a/docs/types/GetSourceData.html +++ b/docs/types/GetSourceData.html @@ -1 +1 @@ -GetSourceData | Kusion API Client SDK

    Type Alias GetSourceData

    GetSourceData: { path: { id: number } }
    +GetSourceData | Kusion API Client SDK

    Type Alias GetSourceData

    GetSourceData: { path: { id: number } }
    diff --git a/docs/types/GetSourceError.html b/docs/types/GetSourceError.html index 6174095..fa7ec75 100644 --- a/docs/types/GetSourceError.html +++ b/docs/types/GetSourceError.html @@ -1 +1 @@ -GetSourceError | Kusion API Client SDK

    Type Alias GetSourceError

    GetSourceError: unknown
    +GetSourceError | Kusion API Client SDK

    Type Alias GetSourceError

    GetSourceError: unknown
    diff --git a/docs/types/GetSourceResponse.html b/docs/types/GetSourceResponse.html index 2248499..b56d948 100644 --- a/docs/types/GetSourceResponse.html +++ b/docs/types/GetSourceResponse.html @@ -1 +1 @@ -GetSourceResponse | Kusion API Client SDK

    Type Alias GetSourceResponse

    GetSourceResponse: entity_Source
    +GetSourceResponse | Kusion API Client SDK

    Type Alias GetSourceResponse

    GetSourceResponse: entity_Source
    diff --git a/docs/types/GetStackData.html b/docs/types/GetStackData.html index 3d21aaa..52d6cbf 100644 --- a/docs/types/GetStackData.html +++ b/docs/types/GetStackData.html @@ -1 +1 @@ -GetStackData | Kusion API Client SDK

    Type Alias GetStackData

    GetStackData: { path: { stack_id: number } }
    +GetStackData | Kusion API Client SDK

    Type Alias GetStackData

    GetStackData: { path: { stack_id: number } }
    diff --git a/docs/types/GetStackError.html b/docs/types/GetStackError.html index 702bac8..d7076fe 100644 --- a/docs/types/GetStackError.html +++ b/docs/types/GetStackError.html @@ -1 +1 @@ -GetStackError | Kusion API Client SDK

    Type Alias GetStackError

    GetStackError: unknown
    +GetStackError | Kusion API Client SDK

    Type Alias GetStackError

    GetStackError: unknown
    diff --git a/docs/types/GetStackResponse.html b/docs/types/GetStackResponse.html index e4fb7d1..e95af39 100644 --- a/docs/types/GetStackResponse.html +++ b/docs/types/GetStackResponse.html @@ -1 +1 @@ -GetStackResponse | Kusion API Client SDK

    Type Alias GetStackResponse

    GetStackResponse: entity_Stack
    +GetStackResponse | Kusion API Client SDK

    Type Alias GetStackResponse

    GetStackResponse: entity_Stack
    diff --git a/docs/types/GetWorkspaceConfigsData.html b/docs/types/GetWorkspaceConfigsData.html index e72f213..ba5c04f 100644 --- a/docs/types/GetWorkspaceConfigsData.html +++ b/docs/types/GetWorkspaceConfigsData.html @@ -1 +1 @@ -GetWorkspaceConfigsData | Kusion API Client SDK

    Type Alias GetWorkspaceConfigsData

    GetWorkspaceConfigsData: { path: { id: number } }
    +GetWorkspaceConfigsData | Kusion API Client SDK

    Type Alias GetWorkspaceConfigsData

    GetWorkspaceConfigsData: { path: { id: number } }
    diff --git a/docs/types/GetWorkspaceConfigsError.html b/docs/types/GetWorkspaceConfigsError.html index b938acf..150ed70 100644 --- a/docs/types/GetWorkspaceConfigsError.html +++ b/docs/types/GetWorkspaceConfigsError.html @@ -1 +1 @@ -GetWorkspaceConfigsError | Kusion API Client SDK

    Type Alias GetWorkspaceConfigsError

    GetWorkspaceConfigsError: unknown
    +GetWorkspaceConfigsError | Kusion API Client SDK

    Type Alias GetWorkspaceConfigsError

    GetWorkspaceConfigsError: unknown
    diff --git a/docs/types/GetWorkspaceConfigsResponse.html b/docs/types/GetWorkspaceConfigsResponse.html index 29ba173..d465ffb 100644 --- a/docs/types/GetWorkspaceConfigsResponse.html +++ b/docs/types/GetWorkspaceConfigsResponse.html @@ -1 +1 @@ -GetWorkspaceConfigsResponse | Kusion API Client SDK

    Type Alias GetWorkspaceConfigsResponse

    GetWorkspaceConfigsResponse: request_WorkspaceConfigs
    +GetWorkspaceConfigsResponse | Kusion API Client SDK

    Type Alias GetWorkspaceConfigsResponse

    GetWorkspaceConfigsResponse: request_WorkspaceConfigs
    diff --git a/docs/types/GetWorkspaceData.html b/docs/types/GetWorkspaceData.html index 711dae3..2f48719 100644 --- a/docs/types/GetWorkspaceData.html +++ b/docs/types/GetWorkspaceData.html @@ -1 +1 @@ -GetWorkspaceData | Kusion API Client SDK

    Type Alias GetWorkspaceData

    GetWorkspaceData: { path: { id: number } }
    +GetWorkspaceData | Kusion API Client SDK

    Type Alias GetWorkspaceData

    GetWorkspaceData: { path: { id: number } }
    diff --git a/docs/types/GetWorkspaceError.html b/docs/types/GetWorkspaceError.html index 5437fa1..19cfc9e 100644 --- a/docs/types/GetWorkspaceError.html +++ b/docs/types/GetWorkspaceError.html @@ -1 +1 @@ -GetWorkspaceError | Kusion API Client SDK

    Type Alias GetWorkspaceError

    GetWorkspaceError: unknown
    +GetWorkspaceError | Kusion API Client SDK

    Type Alias GetWorkspaceError

    GetWorkspaceError: unknown
    diff --git a/docs/types/GetWorkspaceResponse.html b/docs/types/GetWorkspaceResponse.html index ae00795..26f1c6f 100644 --- a/docs/types/GetWorkspaceResponse.html +++ b/docs/types/GetWorkspaceResponse.html @@ -1 +1 @@ -GetWorkspaceResponse | Kusion API Client SDK

    Type Alias GetWorkspaceResponse

    GetWorkspaceResponse: entity_Workspace
    +GetWorkspaceResponse | Kusion API Client SDK

    Type Alias GetWorkspaceResponse

    GetWorkspaceResponse: entity_Workspace
    diff --git a/docs/types/ListBackendError.html b/docs/types/ListBackendError.html index dd7d0a0..6f93462 100644 --- a/docs/types/ListBackendError.html +++ b/docs/types/ListBackendError.html @@ -1 +1 @@ -ListBackendError | Kusion API Client SDK

    Type Alias ListBackendError

    ListBackendError: unknown
    +ListBackendError | Kusion API Client SDK

    Type Alias ListBackendError

    ListBackendError: unknown
    diff --git a/docs/types/ListBackendResponse.html b/docs/types/ListBackendResponse.html index 53c3a58..fb98154 100644 --- a/docs/types/ListBackendResponse.html +++ b/docs/types/ListBackendResponse.html @@ -1 +1 @@ -ListBackendResponse | Kusion API Client SDK

    Type Alias ListBackendResponse

    ListBackendResponse: entity_Backend
    +ListBackendResponse | Kusion API Client SDK

    Type Alias ListBackendResponse

    ListBackendResponse: entity_Backend
    diff --git a/docs/types/ListModuleData.html b/docs/types/ListModuleData.html index 4336988..11f3c29 100644 --- a/docs/types/ListModuleData.html +++ b/docs/types/ListModuleData.html @@ -1 +1 @@ -ListModuleData | Kusion API Client SDK

    Type Alias ListModuleData

    ListModuleData: { query?: { workspaceID?: number } }
    +ListModuleData | Kusion API Client SDK

    Type Alias ListModuleData

    ListModuleData: { query?: { workspaceID?: number } }
    diff --git a/docs/types/ListModuleError.html b/docs/types/ListModuleError.html index 400d371..e57bb66 100644 --- a/docs/types/ListModuleError.html +++ b/docs/types/ListModuleError.html @@ -1 +1 @@ -ListModuleError | Kusion API Client SDK

    Type Alias ListModuleError

    ListModuleError: unknown
    +ListModuleError | Kusion API Client SDK

    Type Alias ListModuleError

    ListModuleError: unknown
    diff --git a/docs/types/ListModuleResponse.html b/docs/types/ListModuleResponse.html index 2f3afaf..8eccf60 100644 --- a/docs/types/ListModuleResponse.html +++ b/docs/types/ListModuleResponse.html @@ -1 +1 @@ -ListModuleResponse | Kusion API Client SDK

    Type Alias ListModuleResponse

    ListModuleResponse: entity_Module[]
    +ListModuleResponse | Kusion API Client SDK

    Type Alias ListModuleResponse

    ListModuleResponse: entity_Module[]
    diff --git a/docs/types/ListOrganizationError.html b/docs/types/ListOrganizationError.html index e085d09..026f86b 100644 --- a/docs/types/ListOrganizationError.html +++ b/docs/types/ListOrganizationError.html @@ -1 +1 @@ -ListOrganizationError | Kusion API Client SDK

    Type Alias ListOrganizationError

    ListOrganizationError: unknown
    +ListOrganizationError | Kusion API Client SDK

    Type Alias ListOrganizationError

    ListOrganizationError: unknown
    diff --git a/docs/types/ListOrganizationResponse.html b/docs/types/ListOrganizationResponse.html index 4a5a9d9..7648d76 100644 --- a/docs/types/ListOrganizationResponse.html +++ b/docs/types/ListOrganizationResponse.html @@ -1 +1 @@ -ListOrganizationResponse | Kusion API Client SDK

    Type Alias ListOrganizationResponse

    ListOrganizationResponse: entity_Organization[]
    +ListOrganizationResponse | Kusion API Client SDK

    Type Alias ListOrganizationResponse

    ListOrganizationResponse: entity_Organization[]
    diff --git a/docs/types/ListProjectData.html b/docs/types/ListProjectData.html index 20c70f3..9c38e64 100644 --- a/docs/types/ListProjectData.html +++ b/docs/types/ListProjectData.html @@ -1 +1 @@ -ListProjectData | Kusion API Client SDK

    Type Alias ListProjectData

    ListProjectData: { query?: { name?: string; orgID?: number } }
    +ListProjectData | Kusion API Client SDK

    Type Alias ListProjectData

    ListProjectData: { query?: { name?: string; orgID?: number } }
    diff --git a/docs/types/ListProjectError.html b/docs/types/ListProjectError.html index 88b07b8..5bbad2d 100644 --- a/docs/types/ListProjectError.html +++ b/docs/types/ListProjectError.html @@ -1 +1 @@ -ListProjectError | Kusion API Client SDK

    Type Alias ListProjectError

    ListProjectError: unknown
    +ListProjectError | Kusion API Client SDK

    Type Alias ListProjectError

    ListProjectError: unknown
    diff --git a/docs/types/ListProjectResponse.html b/docs/types/ListProjectResponse.html index c86d3cb..54f14c4 100644 --- a/docs/types/ListProjectResponse.html +++ b/docs/types/ListProjectResponse.html @@ -1 +1 @@ -ListProjectResponse | Kusion API Client SDK

    Type Alias ListProjectResponse

    ListProjectResponse: entity_Project[]
    +ListProjectResponse | Kusion API Client SDK

    Type Alias ListProjectResponse

    ListProjectResponse: entity_Project[]
    diff --git a/docs/types/ListResourceError.html b/docs/types/ListResourceError.html index 1ca0ad5..acef8c3 100644 --- a/docs/types/ListResourceError.html +++ b/docs/types/ListResourceError.html @@ -1 +1 @@ -ListResourceError | Kusion API Client SDK

    Type Alias ListResourceError

    ListResourceError: unknown
    +ListResourceError | Kusion API Client SDK

    Type Alias ListResourceError

    ListResourceError: unknown
    diff --git a/docs/types/ListResourceResponse.html b/docs/types/ListResourceResponse.html index 9185646..42a7581 100644 --- a/docs/types/ListResourceResponse.html +++ b/docs/types/ListResourceResponse.html @@ -1 +1 @@ -ListResourceResponse | Kusion API Client SDK

    Type Alias ListResourceResponse

    ListResourceResponse: entity_Resource
    +ListResourceResponse | Kusion API Client SDK

    Type Alias ListResourceResponse

    ListResourceResponse: entity_Resource
    diff --git a/docs/types/ListRunData.html b/docs/types/ListRunData.html index 28f412e..75f37be 100644 --- a/docs/types/ListRunData.html +++ b/docs/types/ListRunData.html @@ -1 +1 @@ -ListRunData | Kusion API Client SDK

    Type Alias ListRunData

    ListRunData: {
        query?: {
            cloud?: string;
            env?: string;
            orgID?: number;
            projectID?: number;
            projectName?: string;
        };
    }
    +ListRunData | Kusion API Client SDK

    Type Alias ListRunData

    ListRunData: {
        query?: {
            cloud?: string;
            env?: string;
            orgID?: number;
            projectID?: number;
            projectName?: string;
        };
    }
    diff --git a/docs/types/ListRunError.html b/docs/types/ListRunError.html index 25cc0a2..6ad42b5 100644 --- a/docs/types/ListRunError.html +++ b/docs/types/ListRunError.html @@ -1 +1 @@ -ListRunError | Kusion API Client SDK

    Type Alias ListRunError

    ListRunError: unknown
    +ListRunError | Kusion API Client SDK

    Type Alias ListRunError

    ListRunError: unknown
    diff --git a/docs/types/ListRunResponse.html b/docs/types/ListRunResponse.html index 05cf5bb..017dd5e 100644 --- a/docs/types/ListRunResponse.html +++ b/docs/types/ListRunResponse.html @@ -1 +1 @@ -ListRunResponse | Kusion API Client SDK

    Type Alias ListRunResponse

    ListRunResponse: entity_Stack[]
    +ListRunResponse | Kusion API Client SDK

    Type Alias ListRunResponse

    ListRunResponse: entity_Stack[]
    diff --git a/docs/types/ListSourceError.html b/docs/types/ListSourceError.html index 10eb384..8dab314 100644 --- a/docs/types/ListSourceError.html +++ b/docs/types/ListSourceError.html @@ -1 +1 @@ -ListSourceError | Kusion API Client SDK

    Type Alias ListSourceError

    ListSourceError: unknown
    +ListSourceError | Kusion API Client SDK

    Type Alias ListSourceError

    ListSourceError: unknown
    diff --git a/docs/types/ListSourceResponse.html b/docs/types/ListSourceResponse.html index fa53837..6db32fc 100644 --- a/docs/types/ListSourceResponse.html +++ b/docs/types/ListSourceResponse.html @@ -1 +1 @@ -ListSourceResponse | Kusion API Client SDK

    Type Alias ListSourceResponse

    ListSourceResponse: entity_Source
    +ListSourceResponse | Kusion API Client SDK

    Type Alias ListSourceResponse

    ListSourceResponse: entity_Source
    diff --git a/docs/types/ListStackData.html b/docs/types/ListStackData.html index 019ddef..3660ddf 100644 --- a/docs/types/ListStackData.html +++ b/docs/types/ListStackData.html @@ -1 +1 @@ -ListStackData | Kusion API Client SDK

    Type Alias ListStackData

    ListStackData: {
        query?: {
            cloud?: string;
            env?: string;
            orgID?: number;
            projectID?: number;
            projectName?: string;
        };
    }
    +ListStackData | Kusion API Client SDK

    Type Alias ListStackData

    ListStackData: {
        query?: {
            cloud?: string;
            env?: string;
            orgID?: number;
            projectID?: number;
            projectName?: string;
        };
    }
    diff --git a/docs/types/ListStackError.html b/docs/types/ListStackError.html index c3a03dc..f6a02b1 100644 --- a/docs/types/ListStackError.html +++ b/docs/types/ListStackError.html @@ -1 +1 @@ -ListStackError | Kusion API Client SDK

    Type Alias ListStackError

    ListStackError: unknown
    +ListStackError | Kusion API Client SDK

    Type Alias ListStackError

    ListStackError: unknown
    diff --git a/docs/types/ListStackResponse.html b/docs/types/ListStackResponse.html index f3006d2..ff20dea 100644 --- a/docs/types/ListStackResponse.html +++ b/docs/types/ListStackResponse.html @@ -1 +1 @@ -ListStackResponse | Kusion API Client SDK

    Type Alias ListStackResponse

    ListStackResponse: entity_Stack[]
    +ListStackResponse | Kusion API Client SDK

    Type Alias ListStackResponse

    ListStackResponse: entity_Stack[]
    diff --git a/docs/types/ListWorkspaceError.html b/docs/types/ListWorkspaceError.html index 51c9225..24a1045 100644 --- a/docs/types/ListWorkspaceError.html +++ b/docs/types/ListWorkspaceError.html @@ -1 +1 @@ -ListWorkspaceError | Kusion API Client SDK

    Type Alias ListWorkspaceError

    ListWorkspaceError: unknown
    +ListWorkspaceError | Kusion API Client SDK

    Type Alias ListWorkspaceError

    ListWorkspaceError: unknown
    diff --git a/docs/types/ListWorkspaceResponse.html b/docs/types/ListWorkspaceResponse.html index f815a14..0d9d65a 100644 --- a/docs/types/ListWorkspaceResponse.html +++ b/docs/types/ListWorkspaceResponse.html @@ -1 +1 @@ -ListWorkspaceResponse | Kusion API Client SDK

    Type Alias ListWorkspaceResponse

    ListWorkspaceResponse: entity_Workspace
    +ListWorkspaceResponse | Kusion API Client SDK

    Type Alias ListWorkspaceResponse

    ListWorkspaceResponse: entity_Workspace
    diff --git a/docs/types/PreviewStackAsyncData.html b/docs/types/PreviewStackAsyncData.html index 48f3007..0a1ed3d 100644 --- a/docs/types/PreviewStackAsyncData.html +++ b/docs/types/PreviewStackAsyncData.html @@ -6,4 +6,4 @@
  • Optionaloutput?: string

    Output format. Choices are: json, default. Default to default output format in Kusion.

  • OptionalspecID?: string

    The Spec ID to use for the preview. Default to the last one generated.

  • workspace: string

    The target workspace to preview the spec in.

    -
  • +
    diff --git a/docs/types/PreviewStackAsyncError.html b/docs/types/PreviewStackAsyncError.html index 39b565a..b01fbb6 100644 --- a/docs/types/PreviewStackAsyncError.html +++ b/docs/types/PreviewStackAsyncError.html @@ -1 +1 @@ -PreviewStackAsyncError | Kusion API Client SDK

    Type Alias PreviewStackAsyncError

    PreviewStackAsyncError: unknown
    +PreviewStackAsyncError | Kusion API Client SDK

    Type Alias PreviewStackAsyncError

    PreviewStackAsyncError: unknown
    diff --git a/docs/types/PreviewStackAsyncResponse.html b/docs/types/PreviewStackAsyncResponse.html index 94be4fe..4a7aac4 100644 --- a/docs/types/PreviewStackAsyncResponse.html +++ b/docs/types/PreviewStackAsyncResponse.html @@ -1 +1 @@ -PreviewStackAsyncResponse | Kusion API Client SDK

    Type Alias PreviewStackAsyncResponse

    PreviewStackAsyncResponse: entity_Run
    +PreviewStackAsyncResponse | Kusion API Client SDK

    Type Alias PreviewStackAsyncResponse

    PreviewStackAsyncResponse: entity_Run
    diff --git a/docs/types/UpdateBackendData.html b/docs/types/UpdateBackendData.html index 29ada17..16eb21f 100644 --- a/docs/types/UpdateBackendData.html +++ b/docs/types/UpdateBackendData.html @@ -1,3 +1,3 @@ UpdateBackendData | Kusion API Client SDK

    Type Alias UpdateBackendData

    UpdateBackendData: { body: request_UpdateBackendRequest; path: { id: number } }

    Type declaration

    +
    diff --git a/docs/types/UpdateBackendError.html b/docs/types/UpdateBackendError.html index 67ef7f4..7270f9b 100644 --- a/docs/types/UpdateBackendError.html +++ b/docs/types/UpdateBackendError.html @@ -1 +1 @@ -UpdateBackendError | Kusion API Client SDK

    Type Alias UpdateBackendError

    UpdateBackendError: unknown
    +UpdateBackendError | Kusion API Client SDK

    Type Alias UpdateBackendError

    UpdateBackendError: unknown
    diff --git a/docs/types/UpdateBackendResponse.html b/docs/types/UpdateBackendResponse.html index d200394..3e421ce 100644 --- a/docs/types/UpdateBackendResponse.html +++ b/docs/types/UpdateBackendResponse.html @@ -1 +1 @@ -UpdateBackendResponse | Kusion API Client SDK

    Type Alias UpdateBackendResponse

    UpdateBackendResponse: entity_Backend
    +UpdateBackendResponse | Kusion API Client SDK

    Type Alias UpdateBackendResponse

    UpdateBackendResponse: entity_Backend
    diff --git a/docs/types/UpdateModuleData.html b/docs/types/UpdateModuleData.html index dcbc76f..063428b 100644 --- a/docs/types/UpdateModuleData.html +++ b/docs/types/UpdateModuleData.html @@ -1,3 +1,3 @@ UpdateModuleData | Kusion API Client SDK

    Type Alias UpdateModuleData

    UpdateModuleData: { body: request_UpdateModuleRequest; path: { name: string } }

    Type declaration

    +
    diff --git a/docs/types/UpdateModuleError.html b/docs/types/UpdateModuleError.html index 28eeb2f..500c6c3 100644 --- a/docs/types/UpdateModuleError.html +++ b/docs/types/UpdateModuleError.html @@ -1 +1 @@ -UpdateModuleError | Kusion API Client SDK

    Type Alias UpdateModuleError

    UpdateModuleError: unknown
    +UpdateModuleError | Kusion API Client SDK

    Type Alias UpdateModuleError

    UpdateModuleError: unknown
    diff --git a/docs/types/UpdateModuleResponse.html b/docs/types/UpdateModuleResponse.html index dc5906d..9d16630 100644 --- a/docs/types/UpdateModuleResponse.html +++ b/docs/types/UpdateModuleResponse.html @@ -1 +1 @@ -UpdateModuleResponse | Kusion API Client SDK

    Type Alias UpdateModuleResponse

    UpdateModuleResponse: entity_Module
    +UpdateModuleResponse | Kusion API Client SDK

    Type Alias UpdateModuleResponse

    UpdateModuleResponse: entity_Module
    diff --git a/docs/types/UpdateOrganizationData.html b/docs/types/UpdateOrganizationData.html index 3386cf9..1f63a56 100644 --- a/docs/types/UpdateOrganizationData.html +++ b/docs/types/UpdateOrganizationData.html @@ -1,3 +1,3 @@ UpdateOrganizationData | Kusion API Client SDK

    Type Alias UpdateOrganizationData

    UpdateOrganizationData: {
        body: request_UpdateOrganizationRequest;
        path: { id: number };
    }

    Type declaration

    +
    diff --git a/docs/types/UpdateOrganizationError.html b/docs/types/UpdateOrganizationError.html index 26cf4e7..747debb 100644 --- a/docs/types/UpdateOrganizationError.html +++ b/docs/types/UpdateOrganizationError.html @@ -1 +1 @@ -UpdateOrganizationError | Kusion API Client SDK

    Type Alias UpdateOrganizationError

    UpdateOrganizationError: unknown
    +UpdateOrganizationError | Kusion API Client SDK

    Type Alias UpdateOrganizationError

    UpdateOrganizationError: unknown
    diff --git a/docs/types/UpdateOrganizationResponse.html b/docs/types/UpdateOrganizationResponse.html index 806fda7..7de0afd 100644 --- a/docs/types/UpdateOrganizationResponse.html +++ b/docs/types/UpdateOrganizationResponse.html @@ -1 +1 @@ -UpdateOrganizationResponse | Kusion API Client SDK

    Type Alias UpdateOrganizationResponse

    UpdateOrganizationResponse: entity_Organization
    +UpdateOrganizationResponse | Kusion API Client SDK

    Type Alias UpdateOrganizationResponse

    UpdateOrganizationResponse: entity_Organization
    diff --git a/docs/types/UpdateProjectData.html b/docs/types/UpdateProjectData.html index 4ab87a2..0c7c1fb 100644 --- a/docs/types/UpdateProjectData.html +++ b/docs/types/UpdateProjectData.html @@ -1,3 +1,3 @@ UpdateProjectData | Kusion API Client SDK

    Type Alias UpdateProjectData

    UpdateProjectData: {
        body: request_UpdateProjectRequest;
        path: { project_id: number };
    }

    Type declaration

    +
    diff --git a/docs/types/UpdateProjectError.html b/docs/types/UpdateProjectError.html index e520c59..d4d46a1 100644 --- a/docs/types/UpdateProjectError.html +++ b/docs/types/UpdateProjectError.html @@ -1 +1 @@ -UpdateProjectError | Kusion API Client SDK

    Type Alias UpdateProjectError

    UpdateProjectError: unknown
    +UpdateProjectError | Kusion API Client SDK

    Type Alias UpdateProjectError

    UpdateProjectError: unknown
    diff --git a/docs/types/UpdateProjectResponse.html b/docs/types/UpdateProjectResponse.html index 825b503..bc3ded7 100644 --- a/docs/types/UpdateProjectResponse.html +++ b/docs/types/UpdateProjectResponse.html @@ -1 +1 @@ -UpdateProjectResponse | Kusion API Client SDK

    Type Alias UpdateProjectResponse

    UpdateProjectResponse: entity_Project
    +UpdateProjectResponse | Kusion API Client SDK

    Type Alias UpdateProjectResponse

    UpdateProjectResponse: entity_Project
    diff --git a/docs/types/UpdateSourceData.html b/docs/types/UpdateSourceData.html index a572cdd..7126cdd 100644 --- a/docs/types/UpdateSourceData.html +++ b/docs/types/UpdateSourceData.html @@ -1,3 +1,3 @@ UpdateSourceData | Kusion API Client SDK

    Type Alias UpdateSourceData

    UpdateSourceData: { body: request_UpdateSourceRequest; path: { id: number } }

    Type declaration

    +
    diff --git a/docs/types/UpdateSourceError.html b/docs/types/UpdateSourceError.html index 4b656a2..ea3e882 100644 --- a/docs/types/UpdateSourceError.html +++ b/docs/types/UpdateSourceError.html @@ -1 +1 @@ -UpdateSourceError | Kusion API Client SDK

    Type Alias UpdateSourceError

    UpdateSourceError: unknown
    +UpdateSourceError | Kusion API Client SDK

    Type Alias UpdateSourceError

    UpdateSourceError: unknown
    diff --git a/docs/types/UpdateSourceResponse.html b/docs/types/UpdateSourceResponse.html index bfdc41d..34badb5 100644 --- a/docs/types/UpdateSourceResponse.html +++ b/docs/types/UpdateSourceResponse.html @@ -1 +1 @@ -UpdateSourceResponse | Kusion API Client SDK

    Type Alias UpdateSourceResponse

    UpdateSourceResponse: entity_Source
    +UpdateSourceResponse | Kusion API Client SDK

    Type Alias UpdateSourceResponse

    UpdateSourceResponse: entity_Source
    diff --git a/docs/types/UpdateStackData.html b/docs/types/UpdateStackData.html index 1262dc2..dacd633 100644 --- a/docs/types/UpdateStackData.html +++ b/docs/types/UpdateStackData.html @@ -1,3 +1,3 @@ UpdateStackData | Kusion API Client SDK

    Type Alias UpdateStackData

    UpdateStackData: {
        body: request_UpdateStackRequest;
        path: { stack_id: number };
    }

    Type declaration

    +
    diff --git a/docs/types/UpdateStackError.html b/docs/types/UpdateStackError.html index e5d55c1..4859ceb 100644 --- a/docs/types/UpdateStackError.html +++ b/docs/types/UpdateStackError.html @@ -1 +1 @@ -UpdateStackError | Kusion API Client SDK

    Type Alias UpdateStackError

    UpdateStackError: unknown
    +UpdateStackError | Kusion API Client SDK

    Type Alias UpdateStackError

    UpdateStackError: unknown
    diff --git a/docs/types/UpdateStackResponse.html b/docs/types/UpdateStackResponse.html index 4078582..6d3880e 100644 --- a/docs/types/UpdateStackResponse.html +++ b/docs/types/UpdateStackResponse.html @@ -1 +1 @@ -UpdateStackResponse | Kusion API Client SDK

    Type Alias UpdateStackResponse

    UpdateStackResponse: entity_Stack
    +UpdateStackResponse | Kusion API Client SDK

    Type Alias UpdateStackResponse

    UpdateStackResponse: entity_Stack
    diff --git a/docs/types/UpdateWorkspaceConfigsData.html b/docs/types/UpdateWorkspaceConfigsData.html index 9e3052e..ad7667c 100644 --- a/docs/types/UpdateWorkspaceConfigsData.html +++ b/docs/types/UpdateWorkspaceConfigsData.html @@ -1,3 +1,3 @@ UpdateWorkspaceConfigsData | Kusion API Client SDK

    Type Alias UpdateWorkspaceConfigsData

    UpdateWorkspaceConfigsData: {
        body: request_WorkspaceConfigs;
        path: { id: number };
    }

    Type declaration

    +
    diff --git a/docs/types/UpdateWorkspaceConfigsError.html b/docs/types/UpdateWorkspaceConfigsError.html index 44b7683..4d3d6f5 100644 --- a/docs/types/UpdateWorkspaceConfigsError.html +++ b/docs/types/UpdateWorkspaceConfigsError.html @@ -1 +1 @@ -UpdateWorkspaceConfigsError | Kusion API Client SDK

    Type Alias UpdateWorkspaceConfigsError

    UpdateWorkspaceConfigsError: unknown
    +UpdateWorkspaceConfigsError | Kusion API Client SDK

    Type Alias UpdateWorkspaceConfigsError

    UpdateWorkspaceConfigsError: unknown
    diff --git a/docs/types/UpdateWorkspaceConfigsResponse.html b/docs/types/UpdateWorkspaceConfigsResponse.html index 1b72ae5..7123faf 100644 --- a/docs/types/UpdateWorkspaceConfigsResponse.html +++ b/docs/types/UpdateWorkspaceConfigsResponse.html @@ -1 +1 @@ -UpdateWorkspaceConfigsResponse | Kusion API Client SDK

    Type Alias UpdateWorkspaceConfigsResponse

    UpdateWorkspaceConfigsResponse: request_WorkspaceConfigs
    +UpdateWorkspaceConfigsResponse | Kusion API Client SDK

    Type Alias UpdateWorkspaceConfigsResponse

    UpdateWorkspaceConfigsResponse: request_WorkspaceConfigs
    diff --git a/docs/types/UpdateWorkspaceData.html b/docs/types/UpdateWorkspaceData.html index 32e3d4c..bd22cf8 100644 --- a/docs/types/UpdateWorkspaceData.html +++ b/docs/types/UpdateWorkspaceData.html @@ -1,3 +1,3 @@ UpdateWorkspaceData | Kusion API Client SDK

    Type Alias UpdateWorkspaceData

    UpdateWorkspaceData: {
        body: request_UpdateWorkspaceRequest;
        path: { id: number };
    }

    Type declaration

    +
    diff --git a/docs/types/UpdateWorkspaceError.html b/docs/types/UpdateWorkspaceError.html index f8207f4..a737097 100644 --- a/docs/types/UpdateWorkspaceError.html +++ b/docs/types/UpdateWorkspaceError.html @@ -1 +1 @@ -UpdateWorkspaceError | Kusion API Client SDK

    Type Alias UpdateWorkspaceError

    UpdateWorkspaceError: unknown
    +UpdateWorkspaceError | Kusion API Client SDK

    Type Alias UpdateWorkspaceError

    UpdateWorkspaceError: unknown
    diff --git a/docs/types/UpdateWorkspaceResponse.html b/docs/types/UpdateWorkspaceResponse.html index 4c2e7d3..90b308c 100644 --- a/docs/types/UpdateWorkspaceResponse.html +++ b/docs/types/UpdateWorkspaceResponse.html @@ -1 +1 @@ -UpdateWorkspaceResponse | Kusion API Client SDK

    Type Alias UpdateWorkspaceResponse

    UpdateWorkspaceResponse: entity_Workspace
    +UpdateWorkspaceResponse | Kusion API Client SDK

    Type Alias UpdateWorkspaceResponse

    UpdateWorkspaceResponse: entity_Workspace
    diff --git a/docs/types/ValidateWorkspaceConfigsData.html b/docs/types/ValidateWorkspaceConfigsData.html index 3aacb73..e1398c4 100644 --- a/docs/types/ValidateWorkspaceConfigsData.html +++ b/docs/types/ValidateWorkspaceConfigsData.html @@ -1,2 +1,2 @@ ValidateWorkspaceConfigsData | Kusion API Client SDK

    Type Alias ValidateWorkspaceConfigsData

    ValidateWorkspaceConfigsData: { body: request_WorkspaceConfigs }

    Type declaration

    +
    diff --git a/docs/types/ValidateWorkspaceConfigsError.html b/docs/types/ValidateWorkspaceConfigsError.html index 8369d01..c5d20cf 100644 --- a/docs/types/ValidateWorkspaceConfigsError.html +++ b/docs/types/ValidateWorkspaceConfigsError.html @@ -1 +1 @@ -ValidateWorkspaceConfigsError | Kusion API Client SDK

    Type Alias ValidateWorkspaceConfigsError

    ValidateWorkspaceConfigsError: unknown
    +ValidateWorkspaceConfigsError | Kusion API Client SDK

    Type Alias ValidateWorkspaceConfigsError

    ValidateWorkspaceConfigsError: unknown
    diff --git a/docs/types/ValidateWorkspaceConfigsResponse.html b/docs/types/ValidateWorkspaceConfigsResponse.html index 870d851..2559ff1 100644 --- a/docs/types/ValidateWorkspaceConfigsResponse.html +++ b/docs/types/ValidateWorkspaceConfigsResponse.html @@ -1 +1 @@ -ValidateWorkspaceConfigsResponse | Kusion API Client SDK

    Type Alias ValidateWorkspaceConfigsResponse

    ValidateWorkspaceConfigsResponse: request_WorkspaceConfigs
    +ValidateWorkspaceConfigsResponse | Kusion API Client SDK

    Type Alias ValidateWorkspaceConfigsResponse

    ValidateWorkspaceConfigsResponse: request_WorkspaceConfigs
    diff --git a/docs/types/entity_Backend.html b/docs/types/entity_Backend.html index 3e2d210..286e8f0 100644 --- a/docs/types/entity_Backend.html +++ b/docs/types/entity_Backend.html @@ -6,4 +6,4 @@
  • Optionalid?: number

    ID is the id of the backend.

  • Optionalname?: string

    Name is the name of the backend.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the backend.

    -
  • +
    diff --git a/docs/types/entity_Module.html b/docs/types/entity_Module.html index b31ed4b..5544e20 100644 --- a/docs/types/entity_Module.html +++ b/docs/types/entity_Module.html @@ -3,4 +3,4 @@
  • Optionalname?: string

    Name is the module name.

  • Optionalowners?: string[]

    Owners is a list of owners for the module.

  • Optionalurl?: url_URL

    URL is the module oci artifact registry URL.

    -
  • +
    diff --git a/docs/types/entity_Organization.html b/docs/types/entity_Organization.html index b9a82e9..ea12ef5 100644 --- a/docs/types/entity_Organization.html +++ b/docs/types/entity_Organization.html @@ -6,4 +6,4 @@
  • Optionalname?: string

    Name is the name of the organization.

  • Optionalowners?: string[]

    Owners is a list of owners for the organization.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the organization.

    -
  • +
    diff --git a/docs/types/entity_Project.html b/docs/types/entity_Project.html index e7c7234..6a16f1f 100644 --- a/docs/types/entity_Project.html +++ b/docs/types/entity_Project.html @@ -9,4 +9,4 @@
  • Optionalpath?: string

    Path is the relative path of the project within the sources.

  • Optionalsource?: entity_Source

    Source is the configuration source associated with the project.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the project.

    -
  • +
    diff --git a/docs/types/entity_Resource.html b/docs/types/entity_Resource.html index 5b4848d..223e873 100644 --- a/docs/types/entity_Resource.html +++ b/docs/types/entity_Resource.html @@ -17,4 +17,4 @@
  • Optionalstack?: entity_Stack

    Stack is the stack associated with the resource.

  • Optionalstatus?: string

    Status is the status of the resource.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the resource.

    -
  • +
    diff --git a/docs/types/entity_ResourceGraph.html b/docs/types/entity_ResourceGraph.html index d6d0c6a..3ec621a 100644 --- a/docs/types/entity_ResourceGraph.html +++ b/docs/types/entity_ResourceGraph.html @@ -1 +1 @@ -entity_ResourceGraph | Kusion API Client SDK

    Type Alias entity_ResourceGraph

    entity_ResourceGraph: {
        relations?: entity_ResourceRelation[];
        resources?: { [key: string]: entity_ResourceInfo };
        workload?: string;
    }
    +entity_ResourceGraph | Kusion API Client SDK

    Type Alias entity_ResourceGraph

    entity_ResourceGraph: {
        relations?: entity_ResourceRelation[];
        resources?: { [key: string]: entity_ResourceInfo };
        workload?: string;
    }
    diff --git a/docs/types/entity_ResourceInfo.html b/docs/types/entity_ResourceInfo.html index 0eba07f..fbbd290 100644 --- a/docs/types/entity_ResourceInfo.html +++ b/docs/types/entity_ResourceInfo.html @@ -4,4 +4,4 @@
  • OptionalresourcePlane?: string

    ResourcePlane is the plane of the resource.

  • OptionalresourceType?: string

    ResourceType is the type of the resource.

  • Optionalstatus?: string

    Status is the status of the resource.

    -
  • +
    diff --git a/docs/types/entity_ResourceRelation.html b/docs/types/entity_ResourceRelation.html index 9168283..3b86e08 100644 --- a/docs/types/entity_ResourceRelation.html +++ b/docs/types/entity_ResourceRelation.html @@ -1 +1 @@ -entity_ResourceRelation | Kusion API Client SDK

    Type Alias entity_ResourceRelation

    entity_ResourceRelation: {
        dependencyResource?: string;
        dependentResource?: string;
    }
    +entity_ResourceRelation | Kusion API Client SDK

    Type Alias entity_ResourceRelation

    entity_ResourceRelation: {
        dependencyResource?: string;
        dependentResource?: string;
    }
    diff --git a/docs/types/entity_Run.html b/docs/types/entity_Run.html index 426ee7f..ec9a3d2 100644 --- a/docs/types/entity_Run.html +++ b/docs/types/entity_Run.html @@ -8,4 +8,4 @@
  • Optionaltype?: constant_RunType

    RunType is the type of the run provider.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the run.

  • Optionalworkspace?: string

    Workspace is the target workspace of the run.

    -
  • +
    diff --git a/docs/types/entity_Source.html b/docs/types/entity_Source.html index c1764bc..ea5d2f7 100644 --- a/docs/types/entity_Source.html +++ b/docs/types/entity_Source.html @@ -7,4 +7,4 @@
  • Optionalremote?: url_URL

    Remote is the source URL, including scheme.

  • OptionalsourceProvider?: constant_SourceProviderType

    SourceProvider is the type of the source provider.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the source.

    -
  • +
    diff --git a/docs/types/entity_Stack.html b/docs/types/entity_Stack.html index dcebb8e..7ed7e5c 100644 --- a/docs/types/entity_Stack.html +++ b/docs/types/entity_Stack.html @@ -15,4 +15,4 @@
  • OptionalsyncState?: constant_StackState

    SyncState is the current state of the stack.

  • Optionaltype?: string

    Type is the type of the stack.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the stack.

    -
  • +
    diff --git a/docs/types/entity_Workspace.html b/docs/types/entity_Workspace.html index 1d60ebf..f4c3161 100644 --- a/docs/types/entity_Workspace.html +++ b/docs/types/entity_Workspace.html @@ -7,4 +7,4 @@
  • Optionalname?: string

    Name is the name of the workspace.

  • Optionalowners?: string[]

    Owners is a list of owners for the workspace.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the workspace.

    -
  • +
    diff --git a/docs/types/models_ChangeStep.html b/docs/types/models_ChangeStep.html index a4aa2ac..0171368 100644 --- a/docs/types/models_ChangeStep.html +++ b/docs/types/models_ChangeStep.html @@ -2,4 +2,4 @@
  • Optionalfrom?: unknown

    old data

  • Optionalid?: string

    the resource id

  • Optionalto?: unknown

    new data

    -
  • +
    diff --git a/docs/types/models_Changes.html b/docs/types/models_Changes.html index a1e5723..e1ead36 100644 --- a/docs/types/models_Changes.html +++ b/docs/types/models_Changes.html @@ -1 +1 @@ -models_Changes | Kusion API Client SDK

    Type Alias models_Changes

    models_Changes: {
        changeSteps?: { [key: string]: models_ChangeStep };
        stepKeys?: string[];
    }
    +models_Changes | Kusion API Client SDK

    Type Alias models_Changes

    models_Changes: {
        changeSteps?: { [key: string]: models_ChangeStep };
        stepKeys?: string[];
    }
    diff --git a/docs/types/request_CreateBackendRequest.html b/docs/types/request_CreateBackendRequest.html index 25096cd..9a35a96 100644 --- a/docs/types/request_CreateBackendRequest.html +++ b/docs/types/request_CreateBackendRequest.html @@ -1,4 +1,4 @@ request_CreateBackendRequest | Kusion API Client SDK

    Type Alias request_CreateBackendRequest

    request_CreateBackendRequest: {
        backendConfig?: v1_BackendConfig;
        description?: string;
        name: string;
    }

    Type declaration

    • OptionalbackendConfig?: v1_BackendConfig

      BackendConfig is the configuration of the backend.

    • Optionaldescription?: string

      Description is a human-readable description of the backend.

    • name: string

      Name is the name of the backend.

      -
    +
    diff --git a/docs/types/request_CreateModuleRequest.html b/docs/types/request_CreateModuleRequest.html index 058e342..bf63ff1 100644 --- a/docs/types/request_CreateModuleRequest.html +++ b/docs/types/request_CreateModuleRequest.html @@ -3,4 +3,4 @@
  • name: string

    Name is the module name.

  • Optionalowners?: string[]

    Owners is a list of owners for the module.

  • url: string

    URL is the module oci artifact registry URL.

    -
  • +
    diff --git a/docs/types/request_CreateOrganizationRequest.html b/docs/types/request_CreateOrganizationRequest.html index ce96ab8..97eaf28 100644 --- a/docs/types/request_CreateOrganizationRequest.html +++ b/docs/types/request_CreateOrganizationRequest.html @@ -2,4 +2,4 @@
  • Optionallabels?: string[]

    Labels are custom labels associated with the organization.

  • Optionalname?: string

    Name is the name of the organization.

  • owners: string[]

    Owners is a list of owners for the organization.

    -
  • +
    diff --git a/docs/types/request_CreateProjectRequest.html b/docs/types/request_CreateProjectRequest.html index 04dc700..517424c 100644 --- a/docs/types/request_CreateProjectRequest.html +++ b/docs/types/request_CreateProjectRequest.html @@ -6,4 +6,4 @@
  • Optionalowners?: string[]

    Owners is a list of owners for the project.

  • Optionalpath?: string

    Path is the relative path of the project within the sources.

  • OptionalsourceID?: number

    SourceID is the configuration source id associated with the project.

    -
  • +
    diff --git a/docs/types/request_CreateSourceRequest.html b/docs/types/request_CreateSourceRequest.html index 925e842..566d686 100644 --- a/docs/types/request_CreateSourceRequest.html +++ b/docs/types/request_CreateSourceRequest.html @@ -4,4 +4,4 @@
  • Optionalowners?: string[]

    Owners is a list of owners for the source.

  • remote: string

    Remote is the source URL, including scheme.

  • sourceProvider: string

    SourceProvider is the type of the source provider.

    -
  • +
    diff --git a/docs/types/request_CreateStackRequest.html b/docs/types/request_CreateStackRequest.html index 105226e..fa704c5 100644 --- a/docs/types/request_CreateStackRequest.html +++ b/docs/types/request_CreateStackRequest.html @@ -7,4 +7,4 @@
  • OptionalprojectID?: number

    ProjectID is the project id of the stack within the source.

  • OptionalprojectName?: string

    ProjectName is the project name of the stack within the source.

  • Optionaltype?: string

    Type is the type of the stack.

    -
  • +
    diff --git a/docs/types/request_CreateWorkspaceRequest.html b/docs/types/request_CreateWorkspaceRequest.html index 3dadf1d..3ae8dde 100644 --- a/docs/types/request_CreateWorkspaceRequest.html +++ b/docs/types/request_CreateWorkspaceRequest.html @@ -3,4 +3,4 @@
  • Optionallabels?: string[]

    Labels are custom labels associated with the workspace.

  • name: string

    Name is the name of the workspace.

  • owners: string[]

    Owners is a list of owners for the workspace.

    -
  • +
    diff --git a/docs/types/request_StackImportRequest.html b/docs/types/request_StackImportRequest.html index 72a6113..4c38368 100644 --- a/docs/types/request_StackImportRequest.html +++ b/docs/types/request_StackImportRequest.html @@ -1 +1 @@ -request_StackImportRequest | Kusion API Client SDK

    Type Alias request_StackImportRequest

    request_StackImportRequest: { importedResources?: { [key: string]: string } }
    +request_StackImportRequest | Kusion API Client SDK

    Type Alias request_StackImportRequest

    request_StackImportRequest: { importedResources?: { [key: string]: string } }
    diff --git a/docs/types/request_UpdateBackendRequest.html b/docs/types/request_UpdateBackendRequest.html index ac87e7c..b1fe433 100644 --- a/docs/types/request_UpdateBackendRequest.html +++ b/docs/types/request_UpdateBackendRequest.html @@ -2,4 +2,4 @@
  • Optionaldescription?: string

    Description is a human-readable description of the backend.

  • id: number

    ID is the id of the backend.

  • name: string

    Name is the name of the backend.

    -
  • +
    diff --git a/docs/types/request_UpdateModuleRequest.html b/docs/types/request_UpdateModuleRequest.html index 1dbd696..c0f7e74 100644 --- a/docs/types/request_UpdateModuleRequest.html +++ b/docs/types/request_UpdateModuleRequest.html @@ -3,4 +3,4 @@
  • name: string

    Name is the module name.

  • Optionalowners?: string[]

    Owners is a list of owners for the module.

  • Optionalurl?: string

    URL is the module oci artifact registry URL.

    -
  • +
    diff --git a/docs/types/request_UpdateOrganizationRequest.html b/docs/types/request_UpdateOrganizationRequest.html index 7fecaa5..96d3ef4 100644 --- a/docs/types/request_UpdateOrganizationRequest.html +++ b/docs/types/request_UpdateOrganizationRequest.html @@ -3,4 +3,4 @@
  • Optionallabels?: string[]

    Labels are custom labels associated with the organization.

  • Optionalname?: string

    Name is the name of the organization.

  • owners: string[]

    Owners is a list of owners for the organization.

    -
  • +
    diff --git a/docs/types/request_UpdateProjectRequest.html b/docs/types/request_UpdateProjectRequest.html index 32b850d..b595fcd 100644 --- a/docs/types/request_UpdateProjectRequest.html +++ b/docs/types/request_UpdateProjectRequest.html @@ -7,4 +7,4 @@
  • Optionalowners?: string[]

    Owners is a list of owners for the project.

  • Optionalpath?: string

    Path is the relative path of the project within the sources.

  • OptionalsourceID?: number

    SourceID is the configuration source id associated with the project.

    -
  • +
    diff --git a/docs/types/request_UpdateSourceRequest.html b/docs/types/request_UpdateSourceRequest.html index a459dac..77253c5 100644 --- a/docs/types/request_UpdateSourceRequest.html +++ b/docs/types/request_UpdateSourceRequest.html @@ -5,4 +5,4 @@
  • Optionalowners?: string[]

    Owners is a list of owners for the source.

  • remote: string

    Remote is the source URL, including scheme.

  • sourceProvider: string

    SourceProvider is the type of the source provider.

    -
  • +
    diff --git a/docs/types/request_UpdateStackRequest.html b/docs/types/request_UpdateStackRequest.html index 44c33e9..63c0d85 100644 --- a/docs/types/request_UpdateStackRequest.html +++ b/docs/types/request_UpdateStackRequest.html @@ -8,4 +8,4 @@
  • OptionalprojectID?: number

    ProjectID is the project id of the stack within the source.

  • OptionalprojectName?: string

    ProjectName is the project name of the stack within the source.

  • Optionaltype?: string

    Type is the type of the stack.

    -
  • +
    diff --git a/docs/types/request_UpdateWorkspaceRequest.html b/docs/types/request_UpdateWorkspaceRequest.html index aab3d16..24af988 100644 --- a/docs/types/request_UpdateWorkspaceRequest.html +++ b/docs/types/request_UpdateWorkspaceRequest.html @@ -4,4 +4,4 @@
  • Optionallabels?: { [key: string]: string }

    Labels are custom labels associated with the workspace.

  • Optionalname?: string

    Name is the name of the workspace.

  • owners: string[]

    Owners is a list of owners for the workspace.

    -
  • +
    diff --git a/docs/types/request_WorkspaceConfigs.html b/docs/types/request_WorkspaceConfigs.html index 5b707e8..0f503e7 100644 --- a/docs/types/request_WorkspaceConfigs.html +++ b/docs/types/request_WorkspaceConfigs.html @@ -1,4 +1,4 @@ request_WorkspaceConfigs | Kusion API Client SDK

    Type Alias request_WorkspaceConfigs

    request_WorkspaceConfigs: {
        context?: v1_GenericConfig;
        modules?: v1_ModuleConfigs;
        secretStore?: v1_SecretStore;
    }

    Type declaration

    • Optionalcontext?: v1_GenericConfig

      Context contains workspace-level configurations, such as runtimes, topologies, and metadata, etc.

    • Optionalmodules?: v1_ModuleConfigs

      Modules are the configs of a set of modules.

    • OptionalsecretStore?: v1_SecretStore

      SecretStore represents a secure external location for storing secrets.

      -
    +
    diff --git a/docs/types/url_URL.html b/docs/types/url_URL.html index b7b7378..59a52dd 100644 --- a/docs/types/url_URL.html +++ b/docs/types/url_URL.html @@ -8,4 +8,4 @@
  • OptionalrawPath?: string

    encoded path hint (see EscapedPath method)

  • OptionalrawQuery?: string

    encoded query values, without '?'

  • Optionalscheme?: string
  • Optionaluser?: url_Userinfo

    username and password information

    -
  • +
    diff --git a/docs/types/url_Userinfo.html b/docs/types/url_Userinfo.html index dd6d6b3..cb0cc8b 100644 --- a/docs/types/url_Userinfo.html +++ b/docs/types/url_Userinfo.html @@ -1 +1 @@ -url_Userinfo | Kusion API Client SDK

    Type Alias url_Userinfo

    url_Userinfo: unknown
    +url_Userinfo | Kusion API Client SDK

    Type Alias url_Userinfo

    url_Userinfo: unknown
    diff --git a/docs/types/v1_AWSProvider.html b/docs/types/v1_AWSProvider.html index 45740c5..16779da 100644 --- a/docs/types/v1_AWSProvider.html +++ b/docs/types/v1_AWSProvider.html @@ -2,4 +2,4 @@ If not set, the default profile created with aws configure will be used.

  • Optionalregion?: string

    AWS Region to be used to interact with AWS Secrets Manager. Examples are us-east-1, us-west-2, etc.

    -
  • +
    diff --git a/docs/types/v1_AlicloudProvider.html b/docs/types/v1_AlicloudProvider.html index c1b4e95..e3f4ace 100644 --- a/docs/types/v1_AlicloudProvider.html +++ b/docs/types/v1_AlicloudProvider.html @@ -1,3 +1,3 @@ v1_AlicloudProvider | Kusion API Client SDK

    Type Alias v1_AlicloudProvider

    v1_AlicloudProvider: { region?: string }

    Type declaration

    • Optionalregion?: string

      Alicloud Region to be used to interact with Alicloud Secrets Manager. Examples are cn-beijing, cn-shanghai, etc.

      -
    +
    diff --git a/docs/types/v1_AzureKVProvider.html b/docs/types/v1_AzureKVProvider.html index 42c2890..2c8d808 100644 --- a/docs/types/v1_AzureKVProvider.html +++ b/docs/types/v1_AzureKVProvider.html @@ -4,4 +4,4 @@ Ref: https://github.com/Azure/go-autorest/blob/main/autorest/azure/environments.go#L152

  • OptionaltenantId?: string

    TenantID configures the Azure Tenant to send requests to.

  • OptionalvaultUrl?: string

    Vault Url from which the secrets to be fetched from.

    -
  • +
    diff --git a/docs/types/v1_BackendConfig.html b/docs/types/v1_BackendConfig.html index e150b2f..2c1e808 100644 --- a/docs/types/v1_BackendConfig.html +++ b/docs/types/v1_BackendConfig.html @@ -1,3 +1,3 @@ v1_BackendConfig | Kusion API Client SDK

    Type Alias v1_BackendConfig

    v1_BackendConfig: { configs?: { [key: string]: unknown }; type?: string }

    Type declaration

    • Optionalconfigs?: { [key: string]: unknown }

      Configs contains config items of the backend, whose keys differ from different backend types.

    • Optionaltype?: string

      Type is the backend type, supports BackendTypeLocal, BackendTypeOss, BackendTypeS3.

      -
    +
    diff --git a/docs/types/v1_Configs.html b/docs/types/v1_Configs.html index 78a4428..ea1d3c9 100644 --- a/docs/types/v1_Configs.html +++ b/docs/types/v1_Configs.html @@ -1,2 +1,2 @@ v1_Configs | Kusion API Client SDK

    Type Alias v1_Configs

    v1_Configs: { default?: v1_GenericConfig }

    Type declaration

    • Optionaldefault?: v1_GenericConfig

      Default is default block of the module config.

      -
    +
    diff --git a/docs/types/v1_FakeProvider.html b/docs/types/v1_FakeProvider.html index cf29ba5..eeb8480 100644 --- a/docs/types/v1_FakeProvider.html +++ b/docs/types/v1_FakeProvider.html @@ -1 +1 @@ -v1_FakeProvider | Kusion API Client SDK

    Type Alias v1_FakeProvider

    v1_FakeProvider: { data?: v1_FakeProviderData[] }
    +v1_FakeProvider | Kusion API Client SDK

    Type Alias v1_FakeProvider

    v1_FakeProvider: { data?: v1_FakeProviderData[] }
    diff --git a/docs/types/v1_FakeProviderData.html b/docs/types/v1_FakeProviderData.html index 4a22cbd..995c6cb 100644 --- a/docs/types/v1_FakeProviderData.html +++ b/docs/types/v1_FakeProviderData.html @@ -1 +1 @@ -v1_FakeProviderData | Kusion API Client SDK

    Type Alias v1_FakeProviderData

    v1_FakeProviderData: {
        key?: string;
        value?: string;
        valueMap?: { [key: string]: string };
        version?: string;
    }
    +v1_FakeProviderData | Kusion API Client SDK

    Type Alias v1_FakeProviderData

    v1_FakeProviderData: {
        key?: string;
        value?: string;
        valueMap?: { [key: string]: string };
        version?: string;
    }
    diff --git a/docs/types/v1_GenericConfig.html b/docs/types/v1_GenericConfig.html index c5da0f9..84a5394 100644 --- a/docs/types/v1_GenericConfig.html +++ b/docs/types/v1_GenericConfig.html @@ -1 +1 @@ -v1_GenericConfig | Kusion API Client SDK

    Type Alias v1_GenericConfig

    v1_GenericConfig: { [key: string]: unknown }
    +v1_GenericConfig | Kusion API Client SDK

    Type Alias v1_GenericConfig

    v1_GenericConfig: { [key: string]: unknown }
    diff --git a/docs/types/v1_ModuleConfig.html b/docs/types/v1_ModuleConfig.html index 1cbca45..b8cc0f4 100644 --- a/docs/types/v1_ModuleConfig.html +++ b/docs/types/v1_ModuleConfig.html @@ -1,4 +1,4 @@ v1_ModuleConfig | Kusion API Client SDK

    Type Alias v1_ModuleConfig

    v1_ModuleConfig: { configs?: v1_Configs; path?: string; version?: string }

    Type declaration

    • Optionalconfigs?: v1_Configs

      Configs contains all levels of module configs

    • Optionalpath?: string

      Path is the path of the module. It can be a local path or a remote URL

    • Optionalversion?: string

      Version is the version of the module.

      -
    +
    diff --git a/docs/types/v1_ModuleConfigs.html b/docs/types/v1_ModuleConfigs.html index 79af97a..4c7d09a 100644 --- a/docs/types/v1_ModuleConfigs.html +++ b/docs/types/v1_ModuleConfigs.html @@ -1 +1 @@ -v1_ModuleConfigs | Kusion API Client SDK

    Type Alias v1_ModuleConfigs

    v1_ModuleConfigs: { [key: string]: v1_ModuleConfig }
    +v1_ModuleConfigs | Kusion API Client SDK

    Type Alias v1_ModuleConfigs

    v1_ModuleConfigs: { [key: string]: v1_ModuleConfig }
    diff --git a/docs/types/v1_ModulePatcherConfig.html b/docs/types/v1_ModulePatcherConfig.html index eeb58b7..98a7911 100644 --- a/docs/types/v1_ModulePatcherConfig.html +++ b/docs/types/v1_ModulePatcherConfig.html @@ -1,2 +1,2 @@ v1_ModulePatcherConfig | Kusion API Client SDK

    Type Alias v1_ModulePatcherConfig

    v1_ModulePatcherConfig: { projectSelector?: string[] }

    Type declaration

    • OptionalprojectSelector?: string[]

      ProjectSelector contains the selected projects.

      -
    +
    diff --git a/docs/types/v1_OnPremisesProvider.html b/docs/types/v1_OnPremisesProvider.html index 523087e..a2d3411 100644 --- a/docs/types/v1_OnPremisesProvider.html +++ b/docs/types/v1_OnPremisesProvider.html @@ -1,3 +1,3 @@ v1_OnPremisesProvider | Kusion API Client SDK

    Type Alias v1_OnPremisesProvider

    v1_OnPremisesProvider: { attributes?: { [key: string]: string }; name?: string }

    Type declaration

    • Optionalattributes?: { [key: string]: string }

      attributes of the provider

    • Optionalname?: string

      platform name of the provider

      -
    +
    diff --git a/docs/types/v1_ProviderSpec.html b/docs/types/v1_ProviderSpec.html index 90a1aba..88d2776 100644 --- a/docs/types/v1_ProviderSpec.html +++ b/docs/types/v1_ProviderSpec.html @@ -5,4 +5,4 @@
  • Optionalonpremises?: v1_OnPremisesProvider

    Onprem configures a store in on-premises environments

  • Optionalvault?: v1_VaultProvider

    Vault configures a store to retrieve secrets from HashiCorp Vault.

  • Optionalviettelcloud?: v1_ViettelCloudProvider

    ViettelCloud configures a store to retrieve secrets from ViettelCloud Secrets Manager.

    -
  • +
    diff --git a/docs/types/v1_Resource.html b/docs/types/v1_Resource.html index 10ea3fb..f8aba79 100644 --- a/docs/types/v1_Resource.html +++ b/docs/types/v1_Resource.html @@ -5,4 +5,4 @@ ApiVersion:Kind:Namespace:Name is an idiomatic way for Kubernetes resources. providerNamespace:providerName:resourceType:resourceName for Terraform resources

  • Optionaltype?: kusionstack_io_kusion_pkg_apis_api_kusion_io_v1_Type

    Type represents all Context we supported like Kubernetes and Terraform

    -
  • +
    diff --git a/docs/types/v1_SecretStore.html b/docs/types/v1_SecretStore.html index 97b8d1d..cd1f2a2 100644 --- a/docs/types/v1_SecretStore.html +++ b/docs/types/v1_SecretStore.html @@ -1 +1 @@ -v1_SecretStore | Kusion API Client SDK

    Type Alias v1_SecretStore

    v1_SecretStore: { provider?: v1_ProviderSpec }
    +v1_SecretStore | Kusion API Client SDK

    Type Alias v1_SecretStore

    v1_SecretStore: { provider?: v1_ProviderSpec }
    diff --git a/docs/types/v1_Spec.html b/docs/types/v1_Spec.html index 7f58917..725ec12 100644 --- a/docs/types/v1_Spec.html +++ b/docs/types/v1_Spec.html @@ -1,4 +1,4 @@ v1_Spec | Kusion API Client SDK
    v1_Spec: {
        context?: v1_GenericConfig;
        resources?: v1_Resource[];
        secretStore?: v1_SecretStore;
    }

    Type declaration

    • Optionalcontext?: v1_GenericConfig

      Context contains workspace-level configurations, such as runtimes, topologies, and metadata, etc.

    • Optionalresources?: v1_Resource[]

      Resources is the list of Resource this Spec contains.

    • OptionalsecretStore?: v1_SecretStore

      SecretSore represents a external secret store location for storing secrets.

      -
    +
    diff --git a/docs/types/v1_VaultProvider.html b/docs/types/v1_VaultProvider.html index af44147..7215119 100644 --- a/docs/types/v1_VaultProvider.html +++ b/docs/types/v1_VaultProvider.html @@ -2,4 +2,4 @@
  • Optionalserver?: string

    Server is the target Vault server address to connect, e.g: "https://vault.example.com:8200".

  • Optionalversion?: v1_VaultKVStoreVersion

    Version is the Vault KV secret engine version. Version can be either "v1" or "v2", defaults to "v2".

    -
  • +
    diff --git a/docs/types/v1_ViettelCloudProvider.html b/docs/types/v1_ViettelCloudProvider.html index 3d7f971..a14da01 100644 --- a/docs/types/v1_ViettelCloudProvider.html +++ b/docs/types/v1_ViettelCloudProvider.html @@ -1,4 +1,4 @@ v1_ViettelCloudProvider | Kusion API Client SDK

    Type Alias v1_ViettelCloudProvider

    v1_ViettelCloudProvider: { cmpURL?: string; projectID?: string }

    Type declaration

    • OptionalcmpURL?: string

      ViettelCloud CMP URL to be used to interact with ViettelCloud Secrets Manager. Examples are https://console.viettelcloud.vn/api/

    • OptionalprojectID?: string

      ProjectID to be used to interact with ViettelCloud Secrets Manager.

      -
    +
    diff --git a/docs/variables/client.html b/docs/variables/client.html index 4e70ed2..584418c 100644 --- a/docs/variables/client.html +++ b/docs/variables/client.html @@ -1 +1 @@ -client | Kusion API Client SDK

    Variable clientConst

    client: Client<Request, Response, unknown, RequestOptions<boolean, string>> = ...
    +client | Kusion API Client SDK

    Variable clientConst

    client: Client<Request, Response, unknown, RequestOptions<boolean, string>> = ...
    diff --git a/examples/package.json b/examples/package.json index 0a166cc..c287ee3 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,8 +1,12 @@ { "name": "examples", "private": true, + "scripts": { + "build": "tsc", + "start": "node example.js" + }, "dependencies": { "@kusionstack/kusion-api-client-sdk": "^1.0.0", "typescript": "^5.0.0" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 661de4f..6cab044 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,15 @@ "name": "@kusionstack/kusion-api-client-sdk", "version": "1.0.0", "description": "Kusion API Client SDK", - "main": "dist/index.js", - "types": "dist/index.d.ts", + "main": "dist/src/client/index.js", + "types": "dist/src/client/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "scripts": { + "type-check": "tsc -p tsconfig.json --noEmit", "build": "tsc -p tsconfig.build.json", "tsc": "tsc", "clean": "rm -rf dist", diff --git a/tsconfig.build.json b/tsconfig.build.json index 730285f..d9a4a02 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,9 +1,15 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "outDir": "dist", + "noEmit": false, "declaration": true, - "sourceMap": true + "declarationMap": true, + "sourceMap": true, + "outDir": "dist", + "removeComments": true, + "importHelpers": true, + "incremental": true, + "composite": true, }, "exclude": [ "node_modules", diff --git a/tsconfig.json b/tsconfig.json index 363ff9d..ebecf0a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,33 @@ { "compilerOptions": { - "target": "es2018", - "module": "commonjs", - "declaration": true, - "outDir": "./dist", + "target": "ES2020", + "module": "ESNext", + "lib": ["ES2020", "DOM", "DOM.Iterable"], + + /* Bundler mode */ + "moduleResolution": "bundler", + "allowJs": true, + "checkJs": true, + "resolveJsonModule": true, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + + /* JSX */ + "jsx": "react-jsx", + + /** Type Checking */ "strict": true, - "esModuleInterop": true + "skipLibCheck": true, + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + + + /* Linting */ + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true }, "include": ["src"], "exclude": ["node_modules", "dist"]