@crowdedkingdoms/crowdyjs 8.14.1 → 8.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/domains/environments.d.ts +14 -2
- package/dist/domains/environments.d.ts.map +1 -1
- package/dist/domains/environments.js +17 -2
- package/dist/generated/graphql.d.ts +86 -1
- package/dist/generated/graphql.d.ts.map +1 -1
- package/dist/generated/graphql.js +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/kit/npcs.d.ts.map +1 -1
- package/dist/kit/social.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { GraphQLClient } from '../client.js';
|
|
2
|
-
import { type OrgEnvironmentsQuery, type OrgEnvironmentQuery, type EnvironmentVersionsQuery, type EnvironmentForwardVersionsQuery, type EnvironmentDatacentersQuery, type EnvironmentFlavorsQuery, type EnvironmentQuoteQuery, type CreateEnvironmentMutation, type DestroyEnvironmentMutation, type PurgeEnvironmentMutation, type ResumeEnvironmentMutation, type UpdateEnvironmentScalingMutation, type UpdateEnvironmentBillingTiersMutation, type RedeployEnvironmentMutation, type RestartEnvironmentServicesMutation, type LinkAppToEnvironmentMutation, type EnvironmentQuoteInput, type CreateEnvironmentInput, type DestroyEnvironmentInput, type PurgeEnvironmentInput, type ResumeEnvironmentInput, type UpdateEnvironmentScalingInput, type UpdateEnvironmentBillingTiersInput, type RedeployEnvironmentInput, type RestartEnvironmentServicesInput, type LinkAppToEnvironmentInput } from '../generated/graphql.js';
|
|
2
|
+
import { type OrgEnvironmentsQuery, type OrgEnvironmentQuery, type EnvironmentVersionsQuery, type EnvironmentForwardVersionsQuery, type EnvironmentDatacentersQuery, type EnvironmentFlavorsQuery, type EnvironmentQuoteQuery, type CreateEnvironmentMutation, type DestroyEnvironmentMutation, type PurgeEnvironmentMutation, type ResumeEnvironmentMutation, type UpdateEnvironmentScalingMutation, type UpdateEnvironmentBillingTiersMutation, type RedeployEnvironmentMutation, type EnvironmentRedeployPlanQuery, type RestartEnvironmentServicesMutation, type LinkAppToEnvironmentMutation, type EnvironmentQuoteInput, type CreateEnvironmentInput, type DestroyEnvironmentInput, type PurgeEnvironmentInput, type ResumeEnvironmentInput, type UpdateEnvironmentScalingInput, type UpdateEnvironmentBillingTiersInput, type RedeployEnvironmentInput, type RestartEnvironmentServicesInput, type LinkAppToEnvironmentInput } from '../generated/graphql.js';
|
|
3
3
|
/**
|
|
4
4
|
* Dedicated customer environments — exposed as `client.environments` (and
|
|
5
5
|
* grouped under `client.admin`).
|
|
@@ -127,9 +127,21 @@ export declare class EnvironmentsAPI {
|
|
|
127
127
|
* @returns The updated {@link CksEnvironment}.
|
|
128
128
|
*/
|
|
129
129
|
updateBillingTiers(input: UpdateEnvironmentBillingTiersInput): Promise<UpdateEnvironmentBillingTiersMutation['updateEnvironmentBillingTiers']>;
|
|
130
|
+
/**
|
|
131
|
+
* DRY RUN of {@link redeploy}: what moving the environment to a target
|
|
132
|
+
* release version would do — component version diffs (game-api, Buddy),
|
|
133
|
+
* whether game-DB schema DDL applies or is skipped, and the pipeline
|
|
134
|
+
* tasks/steps that would run — without creating a change order or touching
|
|
135
|
+
* any VM. Anything that would make the real mutation fail is returned in
|
|
136
|
+
* `blockers`. Read-only; requires `view_environments`.
|
|
137
|
+
*
|
|
138
|
+
* @param input - {@link RedeployEnvironmentInput} (same shape as redeploy).
|
|
139
|
+
* @returns The plan preview.
|
|
140
|
+
*/
|
|
141
|
+
redeployPlan(input: RedeployEnvironmentInput): Promise<EnvironmentRedeployPlanQuery['environmentRedeployPlan']>;
|
|
130
142
|
/**
|
|
131
143
|
* Deploy a (forward-only) environment release version. Requires
|
|
132
|
-
* `manage_environments`.
|
|
144
|
+
* `manage_environments`. Preview first with {@link redeployPlan}.
|
|
133
145
|
*
|
|
134
146
|
* @param input - {@link RedeployEnvironmentInput} (target version).
|
|
135
147
|
* @returns The deploy {@link CksEnvironmentChangeOrder}.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environments.d.ts","sourceRoot":"","sources":["../../src/domains/environments.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAClD,OAAO,
|
|
1
|
+
{"version":3,"file":"environments.d.ts","sourceRoot":"","sources":["../../src/domains/environments.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OrgEnvironmentsDocument, OrgEnvironmentDocument, EnvironmentVersionsDocument, EnvironmentForwardVersionsDocument, EnvironmentDatacentersDocument, EnvironmentFlavorsDocument, EnvironmentQuoteDocument, CreateEnvironmentDocument, DestroyEnvironmentDocument, PurgeEnvironmentDocument, ResumeEnvironmentDocument, UpdateEnvironmentScalingDocument, UpdateEnvironmentBillingTiersDocument, RedeployEnvironmentDocument, RestartEnvironmentServicesDocument, LinkAppToEnvironmentDocument, } from '../generated/graphql.js';
|
|
1
|
+
import { OrgEnvironmentsDocument, OrgEnvironmentDocument, EnvironmentVersionsDocument, EnvironmentForwardVersionsDocument, EnvironmentDatacentersDocument, EnvironmentFlavorsDocument, EnvironmentQuoteDocument, CreateEnvironmentDocument, DestroyEnvironmentDocument, PurgeEnvironmentDocument, ResumeEnvironmentDocument, UpdateEnvironmentScalingDocument, UpdateEnvironmentBillingTiersDocument, RedeployEnvironmentDocument, EnvironmentRedeployPlanDocument, RestartEnvironmentServicesDocument, LinkAppToEnvironmentDocument, } from '../generated/graphql.js';
|
|
2
2
|
/**
|
|
3
3
|
* Dedicated customer environments — exposed as `client.environments` (and
|
|
4
4
|
* grouped under `client.admin`).
|
|
@@ -183,9 +183,24 @@ export class EnvironmentsAPI {
|
|
|
183
183
|
const data = await this.management.request(UpdateEnvironmentBillingTiersDocument, { input });
|
|
184
184
|
return data.updateEnvironmentBillingTiers;
|
|
185
185
|
}
|
|
186
|
+
/**
|
|
187
|
+
* DRY RUN of {@link redeploy}: what moving the environment to a target
|
|
188
|
+
* release version would do — component version diffs (game-api, Buddy),
|
|
189
|
+
* whether game-DB schema DDL applies or is skipped, and the pipeline
|
|
190
|
+
* tasks/steps that would run — without creating a change order or touching
|
|
191
|
+
* any VM. Anything that would make the real mutation fail is returned in
|
|
192
|
+
* `blockers`. Read-only; requires `view_environments`.
|
|
193
|
+
*
|
|
194
|
+
* @param input - {@link RedeployEnvironmentInput} (same shape as redeploy).
|
|
195
|
+
* @returns The plan preview.
|
|
196
|
+
*/
|
|
197
|
+
async redeployPlan(input) {
|
|
198
|
+
const data = await this.management.request(EnvironmentRedeployPlanDocument, { input });
|
|
199
|
+
return data.environmentRedeployPlan;
|
|
200
|
+
}
|
|
186
201
|
/**
|
|
187
202
|
* Deploy a (forward-only) environment release version. Requires
|
|
188
|
-
* `manage_environments`.
|
|
203
|
+
* `manage_environments`. Preview first with {@link redeployPlan}.
|
|
189
204
|
*
|
|
190
205
|
* @param input - {@link RedeployEnvironmentInput} (target version).
|
|
191
206
|
* @returns The deploy {@link CksEnvironmentChangeOrder}.
|
|
@@ -1975,6 +1975,28 @@ export type DevLoginInput = {
|
|
|
1975
1975
|
/** Email of the account to sign in as (created if absent). */
|
|
1976
1976
|
email: Scalars['String']['input'];
|
|
1977
1977
|
};
|
|
1978
|
+
/** One manifest component's change in a redeploy plan: what the environment currently runs vs what the target release pins. */
|
|
1979
|
+
export type EnvironmentComponentChange = {
|
|
1980
|
+
__typename?: 'EnvironmentComponentChange';
|
|
1981
|
+
/** True when the redeploy would change this component. */
|
|
1982
|
+
changed: Scalars['Boolean']['output'];
|
|
1983
|
+
/** Manifest component kind (e.g. 'game_api_environment', 'buddy', 'game_api_base_image'). */
|
|
1984
|
+
component: Scalars['String']['output'];
|
|
1985
|
+
/** Version the environment currently runs for this component (observed, falling back to last-desired). Null when never deployed. */
|
|
1986
|
+
fromVersion: Maybe<Scalars['String']['output']>;
|
|
1987
|
+
/** Version the target release pins for this component. Null when the target manifest omits the component. */
|
|
1988
|
+
toVersion: Maybe<Scalars['String']['output']>;
|
|
1989
|
+
};
|
|
1990
|
+
/** A task the redeploy pipeline would enqueue, with its step kinds in execution order. Enumerated from the same planner the real change order uses. */
|
|
1991
|
+
export type EnvironmentPlannedTask = {
|
|
1992
|
+
__typename?: 'EnvironmentPlannedTask';
|
|
1993
|
+
/** Task kinds this task waits on before starting. */
|
|
1994
|
+
dependsOn: Array<Scalars['String']['output']>;
|
|
1995
|
+
/** Task kind (e.g. 'apply_schema_in_place', 'update_game_api_1'). */
|
|
1996
|
+
kind: Scalars['String']['output'];
|
|
1997
|
+
/** Step kinds in order (e.g. 'pg:apply_schema', 'ssh:install_wasm_toolchain'). */
|
|
1998
|
+
steps: Array<Scalars['String']['output']>;
|
|
1999
|
+
};
|
|
1978
2000
|
/** Input for environmentQuote. Mirrors CreateEnvironmentInput’s class/flavor shape: dedicated needs the four per-role flavors + counts; dev_single needs only the single flavor. */
|
|
1979
2001
|
export type EnvironmentQuoteInput = {
|
|
1980
2002
|
/** Flavor name from environmentFlavors(datacenter) for the Caddy LB VMs in front of the game-api fleet; must have a published hourly price. Required for dedicated. */
|
|
@@ -1999,6 +2021,32 @@ export type EnvironmentQuoteInput = {
|
|
|
1999
2021
|
udpBuddyMaxServers?: InputMaybe<Scalars['Int']['input']>;
|
|
2000
2022
|
udpBuddyMinServers?: InputMaybe<Scalars['Int']['input']>;
|
|
2001
2023
|
};
|
|
2024
|
+
/** DRY RUN preview of redeployEnvironment: exactly what moving the environment to a target release version would do — component version diffs (game-api, Buddy, base images), whether game-DB schema DDL applies, and the pipeline tasks/steps that would run — WITHOUT creating a change order or touching any VM. Blockers list everything that would make the real mutation fail. */
|
|
2025
|
+
export type EnvironmentRedeployPlan = {
|
|
2026
|
+
__typename?: 'EnvironmentRedeployPlan';
|
|
2027
|
+
/** Why the real redeployEnvironment call would be rejected right now (active change order, missing flavors, version not deployable, ...). Empty when the redeploy would proceed. */
|
|
2028
|
+
blockers: Array<Scalars['String']['output']>;
|
|
2029
|
+
/** Change-order kind the real mutation would enqueue ('redeploy_environment_services' or 'deploy_environment_version'). */
|
|
2030
|
+
changeOrderKind: Maybe<Scalars['String']['output']>;
|
|
2031
|
+
/** Per-component version diff between what the environment runs and what the target release pins. */
|
|
2032
|
+
componentChanges: Array<EnvironmentComponentChange>;
|
|
2033
|
+
/** Release version the environment currently observes (null before first deploy). */
|
|
2034
|
+
currentVersion: Maybe<Scalars['String']['output']>;
|
|
2035
|
+
/** How the redeploy would run: 'services' (in-place bump on existing VMs) or 'full' (full reprovision). Null when blocked before resolution. */
|
|
2036
|
+
deployMode: Maybe<Scalars['String']['output']>;
|
|
2037
|
+
/** Environment slug. */
|
|
2038
|
+
environmentSlug: Scalars['String']['output'];
|
|
2039
|
+
/** Human-readable highlights of what the redeploy does (game-api tag movement, Buddy artifact resolution, schema apply/skip, VM counts). */
|
|
2040
|
+
notes: Array<Scalars['String']['output']>;
|
|
2041
|
+
/** Git ref whose create-schema.sql would be applied. */
|
|
2042
|
+
schemaGitRef: Maybe<Scalars['String']['output']>;
|
|
2043
|
+
/** True when the plan applies the game schema (create-schema.sql at the target's schemaGitRef) to the tenant game DB in place. False when the observed schema ref already matches (apply skipped) or when blocked. */
|
|
2044
|
+
schemaWillApply: Scalars['Boolean']['output'];
|
|
2045
|
+
/** Release version the redeploy would move to (the requested version, or the latest available for the class when omitted). Null when no version resolves — see blockers. */
|
|
2046
|
+
targetVersion: Maybe<Scalars['String']['output']>;
|
|
2047
|
+
/** Pipeline tasks the change order would run (enumerated for 'services' mode; empty for 'full' mode and when blocked). */
|
|
2048
|
+
tasks: Array<EnvironmentPlannedTask>;
|
|
2049
|
+
};
|
|
2002
2050
|
/** Aggregate byte totals for one environment over the requested window. All *Bytes fields are string counters (may exceed Int range). */
|
|
2003
2051
|
export type EnvironmentUsageRollupRow = {
|
|
2004
2052
|
__typename?: 'EnvironmentUsageRollupRow';
|
|
@@ -3377,7 +3425,7 @@ export type Mutation = {
|
|
|
3377
3425
|
putCpEnvSecret: CpEnvSecretRow;
|
|
3378
3426
|
/** Operator only (is_operator). Creates or overwrites a control-plane secret (encrypted at rest) and writes an audit entry. SENSITIVE: plaintext is write-only and never returned by cpSecrets. */
|
|
3379
3427
|
putCpSecret: CpSecretRow;
|
|
3380
|
-
/** Redeploys the environment to a target release version (input.version) or, when omitted, the latest available version for its class, reusing its current flavors/scaling and linked apps. Preserves the environment URLs. No-op-safe: re-running when already at latest still redeploys. If a prior deploy failed but stayed in_progress, it is abandoned first so the redeploy can proceed. Requires the 'manage_environments' org permission. */
|
|
3428
|
+
/** Redeploys the environment to a target release version (input.version) or, when omitted, the latest available version for its class, reusing its current flavors/scaling and linked apps. Preserves the environment URLs. No-op-safe: re-running when already at latest still redeploys. If a prior deploy failed but stayed in_progress, it is abandoned first so the redeploy can proceed. Preview first with environmentRedeployPlan (the dry run). Requires the 'manage_environments' org permission. */
|
|
3381
3429
|
redeployEnvironment: CksEnvironmentChangeOrder;
|
|
3382
3430
|
/** Rotate the calling app token for a fresh one (same app, extended TTL) and revoke the old. Call before the current token expires to keep playing without bouncing back through the Overworld. Allowed for app-scoped tokens; re-checks entitlement. */
|
|
3383
3431
|
refreshAppToken: AppTokenResponse;
|
|
@@ -4646,6 +4694,8 @@ export type Query = {
|
|
|
4646
4694
|
environmentForwardVersions: Array<CksEnvironmentVersion>;
|
|
4647
4695
|
/** Pricing quote for the selected flavors plus the org wallet balance and a canCreate gate. Read-only — provisions nothing. Fails if any flavor is unavailable, hidden, or lacks customer pricing. Requires the 'view_billing' org permission. */
|
|
4648
4696
|
environmentQuote: CksEnvironmentQuote;
|
|
4697
|
+
/** DRY RUN of redeployEnvironment: previews exactly what moving the environment to a target release version (input.version, or latest for its class when omitted) would do — component version diffs (game-api, Buddy, base images), whether game-DB schema DDL applies or is skipped, Buddy artifact resolution, and the pipeline tasks/steps that would run — WITHOUT creating a change order or touching any VM. Anything that would make the real mutation fail is returned in `blockers`. Read-only; requires the 'view_environments' org permission. */
|
|
4698
|
+
environmentRedeployPlan: EnvironmentRedeployPlan;
|
|
4649
4699
|
/** Aggregate replication/GraphQL byte totals per app for the apps linked to an environment, over the time window. Read-only reporting. Requires the 'view_usage' org permission. */
|
|
4650
4700
|
environmentUsageByApp: Array<AppUsageRollupRow>;
|
|
4651
4701
|
/** Per-minute replication and GraphQL byte/message usage time series for the apps linked to an environment, plus replication rate peaks and live Buddy rates. Read-only observability. Requires the 'view_usage' org permission. */
|
|
@@ -5065,6 +5115,9 @@ export type QueryEnvironmentForwardVersionsArgs = {
|
|
|
5065
5115
|
export type QueryEnvironmentQuoteArgs = {
|
|
5066
5116
|
input: EnvironmentQuoteInput;
|
|
5067
5117
|
};
|
|
5118
|
+
export type QueryEnvironmentRedeployPlanArgs = {
|
|
5119
|
+
input: RedeployEnvironmentInput;
|
|
5120
|
+
};
|
|
5068
5121
|
export type QueryEnvironmentUsageByAppArgs = {
|
|
5069
5122
|
environmentSlug: Scalars['String']['input'];
|
|
5070
5123
|
orgId: Scalars['BigInt']['input'];
|
|
@@ -9654,6 +9707,37 @@ export type EnvironmentQuoteQuery = {
|
|
|
9654
9707
|
canCreate: boolean;
|
|
9655
9708
|
};
|
|
9656
9709
|
};
|
|
9710
|
+
export type EnvironmentRedeployPlanQueryVariables = Exact<{
|
|
9711
|
+
input: RedeployEnvironmentInput;
|
|
9712
|
+
}>;
|
|
9713
|
+
export type EnvironmentRedeployPlanQuery = {
|
|
9714
|
+
__typename?: 'Query';
|
|
9715
|
+
environmentRedeployPlan: {
|
|
9716
|
+
__typename?: 'EnvironmentRedeployPlan';
|
|
9717
|
+
environmentSlug: string;
|
|
9718
|
+
currentVersion: string | null;
|
|
9719
|
+
targetVersion: string | null;
|
|
9720
|
+
deployMode: string | null;
|
|
9721
|
+
changeOrderKind: string | null;
|
|
9722
|
+
schemaWillApply: boolean;
|
|
9723
|
+
schemaGitRef: string | null;
|
|
9724
|
+
blockers: Array<string>;
|
|
9725
|
+
notes: Array<string>;
|
|
9726
|
+
componentChanges: Array<{
|
|
9727
|
+
__typename?: 'EnvironmentComponentChange';
|
|
9728
|
+
component: string;
|
|
9729
|
+
fromVersion: string | null;
|
|
9730
|
+
toVersion: string | null;
|
|
9731
|
+
changed: boolean;
|
|
9732
|
+
}>;
|
|
9733
|
+
tasks: Array<{
|
|
9734
|
+
__typename?: 'EnvironmentPlannedTask';
|
|
9735
|
+
kind: string;
|
|
9736
|
+
dependsOn: Array<string>;
|
|
9737
|
+
steps: Array<string>;
|
|
9738
|
+
}>;
|
|
9739
|
+
};
|
|
9740
|
+
};
|
|
9657
9741
|
export type EnvironmentVersionsQueryVariables = Exact<{
|
|
9658
9742
|
[key: string]: never;
|
|
9659
9743
|
}>;
|
|
@@ -13732,6 +13816,7 @@ export declare const EnvironmentDatacentersDocument: DocumentNode<EnvironmentDat
|
|
|
13732
13816
|
export declare const EnvironmentFlavorsDocument: DocumentNode<EnvironmentFlavorsQuery, EnvironmentFlavorsQueryVariables>;
|
|
13733
13817
|
export declare const EnvironmentForwardVersionsDocument: DocumentNode<EnvironmentForwardVersionsQuery, EnvironmentForwardVersionsQueryVariables>;
|
|
13734
13818
|
export declare const EnvironmentQuoteDocument: DocumentNode<EnvironmentQuoteQuery, EnvironmentQuoteQueryVariables>;
|
|
13819
|
+
export declare const EnvironmentRedeployPlanDocument: DocumentNode<EnvironmentRedeployPlanQuery, EnvironmentRedeployPlanQueryVariables>;
|
|
13735
13820
|
export declare const EnvironmentVersionsDocument: DocumentNode<EnvironmentVersionsQuery, EnvironmentVersionsQueryVariables>;
|
|
13736
13821
|
export declare const LinkAppToEnvironmentDocument: DocumentNode<LinkAppToEnvironmentMutation, LinkAppToEnvironmentMutationVariables>;
|
|
13737
13822
|
export declare const OrgEnvironmentDocument: DocumentNode<OrgEnvironmentQuery, OrgEnvironmentQueryVariables>;
|