@droz-js/sdk
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "@droz-js/sdk", | ||
"description": "Droz SDK", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -15,5 +15,5 @@ export * from './sdks/drozcommons'; | ||
}>, options?: unknown): Promise<import("./sdks/drozcommons").ListRegionsQuery>; | ||
updateAccountParameters(variables: import("./sdks/drozcommons").Exact<{ | ||
input: import("./sdks/drozcommons").UpdateAccountParametersInput; | ||
}>, options?: unknown): Promise<import("./sdks/drozcommons").UpdateAccountParametersMutation>; | ||
updateAccount(variables: import("./sdks/drozcommons").Exact<{ | ||
input: import("./sdks/drozcommons").UpdateAccountInput; | ||
}>, options?: unknown): Promise<import("./sdks/drozcommons").UpdateAccountMutation>; | ||
getAmplifyConfig(variables?: import("./sdks/drozcommons").Exact<{ | ||
@@ -53,5 +53,2 @@ forDev?: import("./sdks/drozcommons").InputMaybe<import("./sdks/drozcommons").Scalars["Boolean"]["input"]>; | ||
}>, options?: unknown): Promise<import("./sdks/drozcommons").BatchDeployMutation>; | ||
updateGlobalSecrets(variables: import("./sdks/drozcommons").Exact<{ | ||
input: import("./sdks/drozcommons").UpdateGlobalSecretsInput; | ||
}>, options?: unknown): Promise<import("./sdks/drozcommons").UpdateGlobalSecretsMutation>; | ||
listTenantParameters(variables: import("./sdks/drozcommons").Exact<{ | ||
@@ -58,0 +55,0 @@ tenantId: import("./sdks/drozcommons").Scalars["String"]["input"]; |
@@ -142,8 +142,2 @@ export type Maybe<T> = T; | ||
}; | ||
export type AutomateBilling = { | ||
isEnabled?: Maybe<Scalars['Boolean']['output']>; | ||
}; | ||
export type AutomateBillingInput = { | ||
isEnabled?: InputMaybe<Scalars['Boolean']['input']>; | ||
}; | ||
export type AwsAccount = { | ||
@@ -153,20 +147,5 @@ availableRegions: Array<Region>; | ||
name: Scalars['String']['output']; | ||
parameters: AwsAccountParameters; | ||
tenants: Array<Maybe<Tenant>>; | ||
tenantsCount: Scalars['Int']['output']; | ||
}; | ||
export type AwsAccountParameters = { | ||
administrativeApiSecret?: Maybe<Scalars['String']['output']>; | ||
mercadoLivreClientId?: Maybe<Scalars['String']['output']>; | ||
mercadoLivreClientSecret?: Maybe<Scalars['String']['output']>; | ||
metaAppId?: Maybe<Scalars['String']['output']>; | ||
metaClientSecret?: Maybe<Scalars['String']['output']>; | ||
metaConfigurationId?: Maybe<Scalars['String']['output']>; | ||
metaSystemUserId?: Maybe<Scalars['String']['output']>; | ||
metaSystemUserToken?: Maybe<Scalars['String']['output']>; | ||
metaWebhookVerificationToken?: Maybe<Scalars['String']['output']>; | ||
openAIApiKey?: Maybe<Scalars['String']['output']>; | ||
typesenseApiKey?: Maybe<Scalars['String']['output']>; | ||
typesenseNodes?: Maybe<Scalars['String']['output']>; | ||
}; | ||
export type BatchDeployInput = { | ||
@@ -177,6 +156,2 @@ branch: Scalars['String']['input']; | ||
}; | ||
export type Billing = { | ||
automate?: Maybe<AutomateBilling>; | ||
reclameaqui?: Maybe<ReclameAquiBilling>; | ||
}; | ||
export declare enum Can { | ||
@@ -195,3 +170,2 @@ Manage = "manage", | ||
accountId: Scalars['ID']['input']; | ||
billing?: InputMaybe<TenantBillingInput>; | ||
name?: InputMaybe<Scalars['String']['input']>; | ||
@@ -251,5 +225,2 @@ region?: InputMaybe<Scalars['String']['input']>; | ||
}; | ||
export type GlobalSecrets = { | ||
crossServiceJwtSignKey?: Maybe<Scalars['String']['output']>; | ||
}; | ||
export type I18nText = { | ||
@@ -279,4 +250,3 @@ lang: Scalars['Locale']['output']; | ||
setTenantParameter: Parameter; | ||
updateAccountParameters: AwsAccount; | ||
updateGlobalSecrets: GlobalSecrets; | ||
updateAccount: AwsAccount; | ||
updateTenant: Tenant; | ||
@@ -321,8 +291,5 @@ version?: Maybe<Scalars['String']['output']>; | ||
}; | ||
export type MutationUpdateAccountParametersArgs = { | ||
input: UpdateAccountParametersInput; | ||
export type MutationUpdateAccountArgs = { | ||
input: UpdateAccountInput; | ||
}; | ||
export type MutationUpdateGlobalSecretsArgs = { | ||
input: UpdateGlobalSecretsInput; | ||
}; | ||
export type MutationUpdateTenantArgs = { | ||
@@ -435,8 +402,2 @@ input: UpdateTenantInput; | ||
}; | ||
export type ReclameAquiBilling = { | ||
cutoffSyncDays?: Maybe<Scalars['Float']['output']>; | ||
}; | ||
export type ReclameAquiBillingInput = { | ||
cutoffSyncDays?: InputMaybe<Scalars['Float']['input']>; | ||
}; | ||
export type Region = { | ||
@@ -533,3 +494,2 @@ name: Scalars['String']['output']; | ||
accountId: Scalars['ID']['output']; | ||
billing?: Maybe<Billing>; | ||
createdAt: Scalars['DateTime']['output']; | ||
@@ -539,3 +499,2 @@ deployedVersions?: Maybe<Scalars['JSON']['output']>; | ||
disabled?: Maybe<Scalars['Boolean']['output']>; | ||
globalSecrets?: Maybe<GlobalSecrets>; | ||
name?: Maybe<Scalars['String']['output']>; | ||
@@ -547,6 +506,2 @@ region: Scalars['String']['output']; | ||
}; | ||
export type TenantBillingInput = { | ||
automate?: InputMaybe<AutomateBillingInput>; | ||
reclameaqui?: InputMaybe<ReclameAquiBillingInput>; | ||
}; | ||
export declare enum Typenames { | ||
@@ -559,22 +514,7 @@ Any = "Any", | ||
} | ||
export type UpdateAccountParametersInput = { | ||
administrativeApiSecret?: InputMaybe<Scalars['String']['input']>; | ||
export type UpdateAccountInput = { | ||
id: Scalars['ID']['input']; | ||
mercadoLivreClientId?: InputMaybe<Scalars['String']['input']>; | ||
mercadoLivreClientSecret?: InputMaybe<Scalars['String']['input']>; | ||
metaAppId?: InputMaybe<Scalars['String']['input']>; | ||
metaClientSecret?: InputMaybe<Scalars['String']['input']>; | ||
metaConfigurationId?: InputMaybe<Scalars['String']['input']>; | ||
metaSystemUserId?: InputMaybe<Scalars['String']['input']>; | ||
metaSystemUserToken?: InputMaybe<Scalars['String']['input']>; | ||
metaWebhookVerificationToken?: InputMaybe<Scalars['String']['input']>; | ||
openAIApiKey?: InputMaybe<Scalars['String']['input']>; | ||
typesenseApiKey?: InputMaybe<Scalars['String']['input']>; | ||
typesenseNodes?: InputMaybe<Scalars['String']['input']>; | ||
name: Scalars['String']['input']; | ||
}; | ||
export type UpdateGlobalSecretsInput = { | ||
crossServiceJwtSignKey?: InputMaybe<Scalars['String']['input']>; | ||
}; | ||
export type UpdateTenantInput = { | ||
billing?: InputMaybe<TenantBillingInput>; | ||
name?: InputMaybe<Scalars['String']['input']>; | ||
@@ -585,3 +525,2 @@ tenantId: Scalars['TenantId']['input']; | ||
availableRegions: Array<RegionFragment>; | ||
parameters: Pick<AwsAccountParameters, 'administrativeApiSecret' | 'typesenseNodes' | 'typesenseApiKey' | 'openAIApiKey' | 'metaAppId' | 'metaClientSecret' | 'metaConfigurationId' | 'metaWebhookVerificationToken' | 'metaSystemUserId' | 'metaSystemUserToken' | 'mercadoLivreClientId' | 'mercadoLivreClientSecret'>; | ||
}); | ||
@@ -601,7 +540,7 @@ export type RegionFragment = Pick<Region, 'name'>; | ||
}; | ||
export type UpdateAccountParametersMutationVariables = Exact<{ | ||
input: UpdateAccountParametersInput; | ||
export type UpdateAccountMutationVariables = Exact<{ | ||
input: UpdateAccountInput; | ||
}>; | ||
export type UpdateAccountParametersMutation = { | ||
updateAccountParameters: AwsAccountFragment; | ||
export type UpdateAccountMutation = { | ||
updateAccount: AwsAccountFragment; | ||
}; | ||
@@ -680,8 +619,2 @@ export type GetAmplifyConfigQueryVariables = Exact<{ | ||
}; | ||
export type UpdateGlobalSecretsMutationVariables = Exact<{ | ||
input: UpdateGlobalSecretsInput; | ||
}>; | ||
export type UpdateGlobalSecretsMutation = { | ||
updateGlobalSecrets: Pick<GlobalSecrets, 'crossServiceJwtSignKey'>; | ||
}; | ||
export type ParameterFragment = Pick<Parameter, 'namespace' | 'name' | 'value' | 'type'>; | ||
@@ -770,8 +703,3 @@ export type ListTenantParametersQueryVariables = Exact<{ | ||
export type TenantFragment = (Pick<Tenant, 'accountId' | 'tenantId' | 'name' | 'deployedVersions' | 'disabled' | 'createdAt' | 'updatedAt'> & { | ||
billing?: Maybe<{ | ||
reclameaqui?: Maybe<Pick<ReclameAquiBilling, 'cutoffSyncDays'>>; | ||
automate?: Maybe<Pick<AutomateBilling, 'isEnabled'>>; | ||
}>; | ||
account: Pick<AwsAccount, 'id' | 'name'>; | ||
globalSecrets?: Maybe<Pick<GlobalSecrets, 'crossServiceJwtSignKey'>>; | ||
}); | ||
@@ -827,3 +755,3 @@ export type GetTenantQueryVariables = Exact<{ | ||
export declare const RegionFragmentDoc = "\n fragment region on Region {\n name\n}\n "; | ||
export declare const AwsAccountFragmentDoc = "\n fragment awsAccount on AwsAccount {\n id\n name\n tenantsCount\n availableRegions {\n ...region\n }\n parameters {\n administrativeApiSecret\n typesenseNodes\n typesenseApiKey\n openAIApiKey\n metaAppId\n metaClientSecret\n metaConfigurationId\n metaWebhookVerificationToken\n metaSystemUserId\n metaSystemUserToken\n mercadoLivreClientId\n mercadoLivreClientSecret\n }\n}\n "; | ||
export declare const AwsAccountFragmentDoc = "\n fragment awsAccount on AwsAccount {\n id\n name\n tenantsCount\n availableRegions {\n ...region\n }\n}\n "; | ||
export declare const DeploymentFragmentDoc = "\n fragment deployment on Deployment {\n id\n tenantId\n command\n gitRepository\n branch\n status\n message\n deployedVersion\n createdAt\n updatedAt\n}\n "; | ||
@@ -834,6 +762,6 @@ export declare const GitBranchFragmentDoc = "\n fragment gitBranch on GitBranch {\n name\n}\n "; | ||
export declare const ServiceFragmentDoc = "\n fragment service on Service {\n accountId\n tenantId\n serviceId\n type\n endpoint\n}\n "; | ||
export declare const TenantFragmentDoc = "\n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n billing {\n reclameaqui {\n cutoffSyncDays\n }\n automate {\n isEnabled\n }\n }\n account {\n id\n name\n }\n globalSecrets {\n crossServiceJwtSignKey\n }\n}\n "; | ||
export declare const ListAccountsDocument = "\n query listAccounts {\n listAccounts {\n ...awsAccount\n }\n}\n \n fragment awsAccount on AwsAccount {\n id\n name\n tenantsCount\n availableRegions {\n ...region\n }\n parameters {\n administrativeApiSecret\n typesenseNodes\n typesenseApiKey\n openAIApiKey\n metaAppId\n metaClientSecret\n metaConfigurationId\n metaWebhookVerificationToken\n metaSystemUserId\n metaSystemUserToken\n mercadoLivreClientId\n mercadoLivreClientSecret\n }\n}\n \n\n fragment region on Region {\n name\n}\n "; | ||
export declare const TenantFragmentDoc = "\n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n account {\n id\n name\n }\n}\n "; | ||
export declare const ListAccountsDocument = "\n query listAccounts {\n listAccounts {\n ...awsAccount\n }\n}\n \n fragment awsAccount on AwsAccount {\n id\n name\n tenantsCount\n availableRegions {\n ...region\n }\n}\n \n\n fragment region on Region {\n name\n}\n "; | ||
export declare const ListRegionsDocument = "\n query listRegions {\n listRegions {\n ...region\n }\n}\n \n fragment region on Region {\n name\n}\n "; | ||
export declare const UpdateAccountParametersDocument = "\n mutation updateAccountParameters($input: UpdateAccountParametersInput!) {\n updateAccountParameters(input: $input) {\n ...awsAccount\n }\n}\n \n fragment awsAccount on AwsAccount {\n id\n name\n tenantsCount\n availableRegions {\n ...region\n }\n parameters {\n administrativeApiSecret\n typesenseNodes\n typesenseApiKey\n openAIApiKey\n metaAppId\n metaClientSecret\n metaConfigurationId\n metaWebhookVerificationToken\n metaSystemUserId\n metaSystemUserToken\n mercadoLivreClientId\n mercadoLivreClientSecret\n }\n}\n \n\n fragment region on Region {\n name\n}\n "; | ||
export declare const UpdateAccountDocument = "\n mutation updateAccount($input: UpdateAccountInput!) {\n updateAccount(input: $input) {\n ...awsAccount\n }\n}\n \n fragment awsAccount on AwsAccount {\n id\n name\n tenantsCount\n availableRegions {\n ...region\n }\n}\n \n\n fragment region on Region {\n name\n}\n "; | ||
export declare const GetAmplifyConfigDocument = "\n query getAmplifyConfig($forDev: Boolean) {\n amplifyConfig(forDev: $forDev)\n}\n "; | ||
@@ -849,3 +777,2 @@ export declare const GetAuthInfoDocument = "\n query getAuthInfo {\n authInfo {\n authenticationEndpoint\n jwtIssuer\n loginUrl\n logoutUrl\n cognitoConfig {\n region\n userPoolId\n userPoolWebClientId\n }\n }\n}\n "; | ||
export declare const BatchDeployDocument = "\n mutation batchDeploy($input: BatchDeployInput!) {\n batchDeploy(input: $input) {\n ...deployment\n }\n}\n \n fragment deployment on Deployment {\n id\n tenantId\n command\n gitRepository\n branch\n status\n message\n deployedVersion\n createdAt\n updatedAt\n}\n "; | ||
export declare const UpdateGlobalSecretsDocument = "\n mutation updateGlobalSecrets($input: UpdateGlobalSecretsInput!) {\n updateGlobalSecrets(input: $input) {\n crossServiceJwtSignKey\n }\n}\n "; | ||
export declare const ListTenantParametersDocument = "\n query listTenantParameters($tenantId: String!) {\n listTenantParameters(tenantId: $tenantId) {\n ...parameter\n }\n}\n \n fragment parameter on Parameter {\n namespace\n name\n value\n type\n}\n "; | ||
@@ -864,8 +791,8 @@ export declare const GetTenantParameterDocument = "\n query getTenantParameter($tenantId: String!, $name: String!) {\n getTenantParameter(tenantId: $tenantId, name: $name) {\n ...parameter\n }\n}\n \n fragment parameter on Parameter {\n namespace\n name\n value\n type\n}\n "; | ||
export declare const ListServicesDocument = "\n query listServices($tenantId: ID!) {\n listServices(tenantId: $tenantId) {\n ...service\n }\n}\n \n fragment service on Service {\n accountId\n tenantId\n serviceId\n type\n endpoint\n}\n "; | ||
export declare const GetTenantDocument = "\n query getTenant($tenantId: TenantId!, $withServices: Boolean = true, $withDeployments: Boolean = true) {\n getTenant(tenantId: $tenantId) {\n ...tenant\n services @include(if: $withServices) {\n ...service\n }\n deployments @include(if: $withDeployments) {\n ...deployment\n }\n }\n}\n \n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n billing {\n reclameaqui {\n cutoffSyncDays\n }\n automate {\n isEnabled\n }\n }\n account {\n id\n name\n }\n globalSecrets {\n crossServiceJwtSignKey\n }\n}\n \n\n fragment service on Service {\n accountId\n tenantId\n serviceId\n type\n endpoint\n}\n \n\n fragment deployment on Deployment {\n id\n tenantId\n command\n gitRepository\n branch\n status\n message\n deployedVersion\n createdAt\n updatedAt\n}\n "; | ||
export declare const ListTenantsDocument = "\n query listTenants($withServices: Boolean = false, $withDeployments: Boolean = false) {\n listTenants {\n ...tenant\n services @include(if: $withServices) {\n ...service\n }\n deployments @include(if: $withDeployments) {\n ...deployment\n }\n }\n}\n \n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n billing {\n reclameaqui {\n cutoffSyncDays\n }\n automate {\n isEnabled\n }\n }\n account {\n id\n name\n }\n globalSecrets {\n crossServiceJwtSignKey\n }\n}\n \n\n fragment service on Service {\n accountId\n tenantId\n serviceId\n type\n endpoint\n}\n \n\n fragment deployment on Deployment {\n id\n tenantId\n command\n gitRepository\n branch\n status\n message\n deployedVersion\n createdAt\n updatedAt\n}\n "; | ||
export declare const GetTenantDocument = "\n query getTenant($tenantId: TenantId!, $withServices: Boolean = true, $withDeployments: Boolean = true) {\n getTenant(tenantId: $tenantId) {\n ...tenant\n services @include(if: $withServices) {\n ...service\n }\n deployments @include(if: $withDeployments) {\n ...deployment\n }\n }\n}\n \n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n account {\n id\n name\n }\n}\n \n\n fragment service on Service {\n accountId\n tenantId\n serviceId\n type\n endpoint\n}\n \n\n fragment deployment on Deployment {\n id\n tenantId\n command\n gitRepository\n branch\n status\n message\n deployedVersion\n createdAt\n updatedAt\n}\n "; | ||
export declare const ListTenantsDocument = "\n query listTenants($withServices: Boolean = false, $withDeployments: Boolean = false) {\n listTenants {\n ...tenant\n services @include(if: $withServices) {\n ...service\n }\n deployments @include(if: $withDeployments) {\n ...deployment\n }\n }\n}\n \n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n account {\n id\n name\n }\n}\n \n\n fragment service on Service {\n accountId\n tenantId\n serviceId\n type\n endpoint\n}\n \n\n fragment deployment on Deployment {\n id\n tenantId\n command\n gitRepository\n branch\n status\n message\n deployedVersion\n createdAt\n updatedAt\n}\n "; | ||
export declare const SearchSessionsOnTenantDocument = "\n query searchSessionsOnTenant($tenantId: TenantId!, $q: String) {\n searchSessionsOnTenant(tenantId: $tenantId, q: $q)\n}\n "; | ||
export declare const CreateTenantDocument = "\n mutation createTenant($input: CreateTenantInput!) {\n createTenant(input: $input) {\n ...tenant\n }\n}\n \n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n billing {\n reclameaqui {\n cutoffSyncDays\n }\n automate {\n isEnabled\n }\n }\n account {\n id\n name\n }\n globalSecrets {\n crossServiceJwtSignKey\n }\n}\n "; | ||
export declare const UpdateTenantDocument = "\n mutation updateTenant($input: UpdateTenantInput!) {\n updateTenant(input: $input) {\n ...tenant\n }\n}\n \n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n billing {\n reclameaqui {\n cutoffSyncDays\n }\n automate {\n isEnabled\n }\n }\n account {\n id\n name\n }\n globalSecrets {\n crossServiceJwtSignKey\n }\n}\n "; | ||
export declare const RemoveTenantDocument = "\n mutation removeTenant($input: RemoveTenantInput!) {\n removeTenant(input: $input) {\n ...tenant\n }\n}\n \n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n billing {\n reclameaqui {\n cutoffSyncDays\n }\n automate {\n isEnabled\n }\n }\n account {\n id\n name\n }\n globalSecrets {\n crossServiceJwtSignKey\n }\n}\n "; | ||
export declare const CreateTenantDocument = "\n mutation createTenant($input: CreateTenantInput!) {\n createTenant(input: $input) {\n ...tenant\n }\n}\n \n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n account {\n id\n name\n }\n}\n "; | ||
export declare const UpdateTenantDocument = "\n mutation updateTenant($input: UpdateTenantInput!) {\n updateTenant(input: $input) {\n ...tenant\n }\n}\n \n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n account {\n id\n name\n }\n}\n "; | ||
export declare const RemoveTenantDocument = "\n mutation removeTenant($input: RemoveTenantInput!) {\n removeTenant(input: $input) {\n ...tenant\n }\n}\n \n fragment tenant on Tenant {\n accountId\n tenantId\n name\n deployedVersions\n disabled\n createdAt\n updatedAt\n account {\n id\n name\n }\n}\n "; | ||
export declare const JoinTenantAsSuperAdminDocument = "\n mutation joinTenantAsSuperAdmin($input: JoinTenantAsSuperAdminInput!) {\n joinTenantAsSuperAdmin(input: $input)\n}\n "; | ||
@@ -876,3 +803,3 @@ export type Requester<C = {}> = <R, V>(doc: string, vars?: V, options?: C) => Promise<R> | AsyncIterableIterator<R>; | ||
listRegions(variables?: ListRegionsQueryVariables, options?: C): Promise<ListRegionsQuery>; | ||
updateAccountParameters(variables: UpdateAccountParametersMutationVariables, options?: C): Promise<UpdateAccountParametersMutation>; | ||
updateAccount(variables: UpdateAccountMutationVariables, options?: C): Promise<UpdateAccountMutation>; | ||
getAmplifyConfig(variables?: GetAmplifyConfigQueryVariables, options?: C): Promise<GetAmplifyConfigQuery>; | ||
@@ -888,3 +815,2 @@ getAuthInfo(variables?: GetAuthInfoQueryVariables, options?: C): Promise<GetAuthInfoQuery>; | ||
batchDeploy(variables: BatchDeployMutationVariables, options?: C): Promise<BatchDeployMutation>; | ||
updateGlobalSecrets(variables: UpdateGlobalSecretsMutationVariables, options?: C): Promise<UpdateGlobalSecretsMutation>; | ||
listTenantParameters(variables: ListTenantParametersQueryVariables, options?: C): Promise<ListTenantParametersQuery>; | ||
@@ -891,0 +817,0 @@ getTenantParameter(variables: GetTenantParameterQueryVariables, options?: C): Promise<GetTenantParameterQuery>; |
"use strict"; | ||
/* istanbul ignore file */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.serviceName = exports.JoinTenantAsSuperAdminDocument = exports.RemoveTenantDocument = exports.UpdateTenantDocument = exports.CreateTenantDocument = exports.SearchSessionsOnTenantDocument = exports.ListTenantsDocument = exports.GetTenantDocument = exports.ListServicesDocument = exports.RemoveGlobalParameterDocument = exports.SetGlobalParameterDocument = exports.RemoveAccountParameterDocument = exports.SetAccountParameterDocument = exports.RemoveTenantParameterDocument = exports.SetTenantParameterDocument = exports.GetGlobalParameterDocument = exports.ListGlobalParametersDocument = exports.GetAccountParameterDocument = exports.ListAccountParametersDocument = exports.GetTenantParameterDocument = exports.ListTenantParametersDocument = exports.UpdateGlobalSecretsDocument = exports.BatchDeployDocument = exports.DestroyDocument = exports.DeployDocument = exports.DeploymentLogsDocument = exports.ListDeploymentsDocument = exports.GetDeploymentDocument = exports.ListGitBranchesDocument = exports.ListGitRepositoriesDocument = exports.GetAuthInfoDocument = exports.GetAmplifyConfigDocument = exports.UpdateAccountParametersDocument = exports.ListRegionsDocument = exports.ListAccountsDocument = exports.TenantFragmentDoc = exports.ServiceFragmentDoc = exports.ParameterFragmentDoc = exports.GitRepositoryFragmentDoc = exports.GitBranchFragmentDoc = exports.DeploymentFragmentDoc = exports.AwsAccountFragmentDoc = exports.RegionFragmentDoc = exports.Typenames = exports.ParameterType = exports.DeploymentStatus = exports.DeploymentCommands = exports.Can = exports.AppInstanceStatus = void 0; | ||
exports.serviceName = exports.JoinTenantAsSuperAdminDocument = exports.RemoveTenantDocument = exports.UpdateTenantDocument = exports.CreateTenantDocument = exports.SearchSessionsOnTenantDocument = exports.ListTenantsDocument = exports.GetTenantDocument = exports.ListServicesDocument = exports.RemoveGlobalParameterDocument = exports.SetGlobalParameterDocument = exports.RemoveAccountParameterDocument = exports.SetAccountParameterDocument = exports.RemoveTenantParameterDocument = exports.SetTenantParameterDocument = exports.GetGlobalParameterDocument = exports.ListGlobalParametersDocument = exports.GetAccountParameterDocument = exports.ListAccountParametersDocument = exports.GetTenantParameterDocument = exports.ListTenantParametersDocument = exports.BatchDeployDocument = exports.DestroyDocument = exports.DeployDocument = exports.DeploymentLogsDocument = exports.ListDeploymentsDocument = exports.GetDeploymentDocument = exports.ListGitBranchesDocument = exports.ListGitRepositoriesDocument = exports.GetAuthInfoDocument = exports.GetAmplifyConfigDocument = exports.UpdateAccountDocument = exports.ListRegionsDocument = exports.ListAccountsDocument = exports.TenantFragmentDoc = exports.ServiceFragmentDoc = exports.ParameterFragmentDoc = exports.GitRepositoryFragmentDoc = exports.GitBranchFragmentDoc = exports.DeploymentFragmentDoc = exports.AwsAccountFragmentDoc = exports.RegionFragmentDoc = exports.Typenames = exports.ParameterType = exports.DeploymentStatus = exports.DeploymentCommands = exports.Can = exports.AppInstanceStatus = void 0; | ||
exports.getSdk = getSdk; | ||
@@ -59,16 +59,2 @@ var AppInstanceStatus; | ||
} | ||
parameters { | ||
administrativeApiSecret | ||
typesenseNodes | ||
typesenseApiKey | ||
openAIApiKey | ||
metaAppId | ||
metaClientSecret | ||
metaConfigurationId | ||
metaWebhookVerificationToken | ||
metaSystemUserId | ||
metaSystemUserToken | ||
mercadoLivreClientId | ||
mercadoLivreClientSecret | ||
} | ||
} | ||
@@ -130,10 +116,2 @@ `; | ||
updatedAt | ||
billing { | ||
reclameaqui { | ||
cutoffSyncDays | ||
} | ||
automate { | ||
isEnabled | ||
} | ||
} | ||
account { | ||
@@ -143,5 +121,2 @@ id | ||
} | ||
globalSecrets { | ||
crossServiceJwtSignKey | ||
} | ||
} | ||
@@ -164,5 +139,5 @@ `; | ||
${exports.RegionFragmentDoc}`; | ||
exports.UpdateAccountParametersDocument = ` | ||
mutation updateAccountParameters($input: UpdateAccountParametersInput!) { | ||
updateAccountParameters(input: $input) { | ||
exports.UpdateAccountDocument = ` | ||
mutation updateAccount($input: UpdateAccountInput!) { | ||
updateAccount(input: $input) { | ||
...awsAccount | ||
@@ -259,9 +234,2 @@ } | ||
${exports.DeploymentFragmentDoc}`; | ||
exports.UpdateGlobalSecretsDocument = ` | ||
mutation updateGlobalSecrets($input: UpdateGlobalSecretsInput!) { | ||
updateGlobalSecrets(input: $input) { | ||
crossServiceJwtSignKey | ||
} | ||
} | ||
`; | ||
exports.ListTenantParametersDocument = ` | ||
@@ -427,4 +395,4 @@ query listTenantParameters($tenantId: String!) { | ||
}, | ||
updateAccountParameters(variables, options) { | ||
return requester(exports.UpdateAccountParametersDocument, variables, options); | ||
updateAccount(variables, options) { | ||
return requester(exports.UpdateAccountDocument, variables, options); | ||
}, | ||
@@ -461,5 +429,2 @@ getAmplifyConfig(variables, options) { | ||
}, | ||
updateGlobalSecrets(variables, options) { | ||
return requester(exports.UpdateGlobalSecretsDocument, variables, options); | ||
}, | ||
listTenantParameters(variables, options) { | ||
@@ -466,0 +431,0 @@ return requester(exports.ListTenantParametersDocument, variables, options); |
1440164
28751