@settlemint/sdk-cli 1.2.1-main74813dd9 → 1.2.1-mainf577bcce

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/cli.js CHANGED
@@ -259517,7 +259517,7 @@ function pruneCurrentEnv(currentEnv, env2) {
259517
259517
  var package_default = {
259518
259518
  name: "@settlemint/sdk-cli",
259519
259519
  description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
259520
- version: "1.2.1-main74813dd9",
259520
+ version: "1.2.1-mainf577bcce",
259521
259521
  type: "module",
259522
259522
  private: false,
259523
259523
  license: "FSL-1.1-MIT",
@@ -259566,8 +259566,8 @@ var package_default = {
259566
259566
  "@inquirer/input": "4.1.7",
259567
259567
  "@inquirer/password": "4.0.10",
259568
259568
  "@inquirer/select": "4.0.10",
259569
- "@settlemint/sdk-js": "1.2.1-main74813dd9",
259570
- "@settlemint/sdk-utils": "1.2.1-main74813dd9",
259569
+ "@settlemint/sdk-js": "1.2.1-mainf577bcce",
259570
+ "@settlemint/sdk-utils": "1.2.1-mainf577bcce",
259571
259571
  "@types/node": "22.13.10",
259572
259572
  "@types/semver": "7.5.8",
259573
259573
  "@types/which": "3.0.4",
@@ -262199,6 +262199,8 @@ var createCustomDeployment = graphql(`
262199
262199
  $port: Int!
262200
262200
  $provider: String!
262201
262201
  $region: String!
262202
+ $size: ClusterServiceSize
262203
+ $type: ClusterServiceType
262202
262204
  ) {
262203
262205
  createCustomDeployment(
262204
262206
  applicationId: $applicationId
@@ -262210,6 +262212,8 @@ var createCustomDeployment = graphql(`
262210
262212
  environmentVariables: $environmentVariables
262211
262213
  provider: $provider
262212
262214
  region: $region
262215
+ size: $size
262216
+ type: $type
262213
262217
  ) {
262214
262218
  ...CustomDeployment
262215
262219
  }
@@ -273416,4 +273420,4 @@ async function sdkCliCommand(argv = process.argv) {
273416
273420
  // src/cli.ts
273417
273421
  sdkCliCommand();
273418
273422
 
273419
- //# debugId=E224BB4262590DA964756E2164756E21
273423
+ //# debugId=E6BEF824EE91CA1264756E2164756E21