sim 2.1.8-preview.102.1 → 2.1.8-preview.103.1

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13208,6 +13208,11 @@ var V2_OPERATIONS = {
13208
13208
  },
13209
13209
  apiToken: { kind: "string", describe: "Write-only provider API token." },
13210
13210
  domain: { kind: "string", describe: "Provider account domain." },
13211
+ atlassianProduct: {
13212
+ kind: "enum",
13213
+ values: ["jira", "confluence"],
13214
+ describe: "Atlassian product to verify; defaults to Jira on create and preserves the saved product on reconnect."
13215
+ },
13211
13216
  signingSecret: { kind: "string", describe: "Write-only webhook signing secret." },
13212
13217
  botToken: { kind: "string", describe: "Write-only bot token." },
13213
13218
  clientId: { kind: "string", describe: "OAuth client identifier." },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim",
3
- "version": "2.1.8-preview.102.1",
3
+ "version": "2.1.8-preview.103.1",
4
4
  "description": "Sim CLI - talk to the Sim API from your terminal",
5
5
  "type": "module",
6
6
  "bin": {