@zapier/zapier-sdk-cli 0.66.0 → 0.66.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @zapier/zapier-sdk-cli
2
2
 
3
+ ## 0.66.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 840aca3: `list-connections`, `get-connection`, `find-first-connection`, and `find-unique-connection` (and their deprecated `list-authentications` / `get-authentication` / `find-first-authentication` / `find-unique-authentication` aliases) now show the connected app's key and slug in their output.
8
+ - Updated dependencies [840aca3]
9
+ - @zapier/zapier-sdk@0.84.4
10
+ - @zapier/zapier-sdk-mcp@0.18.10
11
+
3
12
  ## 0.66.0
4
13
 
5
14
  ### Minor Changes
package/dist/cli.cjs CHANGED
@@ -1965,7 +1965,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
1965
1965
 
1966
1966
  // package.json
1967
1967
  var package_default = {
1968
- version: "0.66.0"};
1968
+ version: "0.66.1"};
1969
1969
 
1970
1970
  // src/telemetry/builders.ts
1971
1971
  function createCliBaseEvent(context = {}) {
@@ -8226,7 +8226,7 @@ function buildBoxLines(message) {
8226
8226
  // package.json with { type: 'json' }
8227
8227
  var package_default2 = {
8228
8228
  name: "@zapier/zapier-sdk-cli",
8229
- version: "0.66.0"};
8229
+ version: "0.66.1"};
8230
8230
 
8231
8231
  // src/sdk.ts
8232
8232
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
package/dist/cli.mjs CHANGED
@@ -1922,7 +1922,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
1922
1922
 
1923
1923
  // package.json
1924
1924
  var package_default = {
1925
- version: "0.66.0"};
1925
+ version: "0.66.1"};
1926
1926
 
1927
1927
  // src/telemetry/builders.ts
1928
1928
  function createCliBaseEvent(context = {}) {
@@ -8183,7 +8183,7 @@ function buildBoxLines(message) {
8183
8183
  // package.json with { type: 'json' }
8184
8184
  var package_default2 = {
8185
8185
  name: "@zapier/zapier-sdk-cli",
8186
- version: "0.66.0"};
8186
+ version: "0.66.1"};
8187
8187
 
8188
8188
  // src/sdk.ts
8189
8189
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5109,7 +5109,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5109
5109
  // package.json with { type: 'json' }
5110
5110
  var package_default = {
5111
5111
  name: "@zapier/zapier-sdk-cli",
5112
- version: "0.66.0"};
5112
+ version: "0.66.1"};
5113
5113
 
5114
5114
  // src/sdk.ts
5115
5115
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -1,5 +1,5 @@
1
1
  import { ZapierSdkOptions } from '@zapier/zapier-sdk/experimental';
2
- import { E as Extension, Z as ZapierSdkCli } from './extensions-GB0w0RUO.mjs';
2
+ import { E as Extension, Z as ZapierSdkCli } from './extensions-DpOnXI9w.mjs';
3
3
  import '@zapier/zapier-sdk';
4
4
  import 'zod';
5
5
  import 'zod/v4/core';
@@ -1,5 +1,5 @@
1
1
  import { ZapierSdkOptions } from '@zapier/zapier-sdk/experimental';
2
- import { E as Extension, Z as ZapierSdkCli } from './extensions-GB0w0RUO.js';
2
+ import { E as Extension, Z as ZapierSdkCli } from './extensions-DpOnXI9w.js';
3
3
  import '@zapier/zapier-sdk';
4
4
  import 'zod';
5
5
  import 'zod/v4/core';
@@ -5073,7 +5073,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5073
5073
  // package.json with { type: 'json' }
5074
5074
  var package_default = {
5075
5075
  name: "@zapier/zapier-sdk-cli",
5076
- version: "0.66.0"};
5076
+ version: "0.66.1"};
5077
5077
 
5078
5078
  // src/sdk.ts
5079
5079
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -337,6 +337,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
337
337
  id: string;
338
338
  account_id: string;
339
339
  title?: string | null | undefined;
340
+ slug?: string | null | undefined;
340
341
  lastchanged?: string | undefined;
341
342
  destination_selected_api?: string | null | undefined;
342
343
  is_stale?: string | undefined;
@@ -337,6 +337,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
337
337
  id: string;
338
338
  account_id: string;
339
339
  title?: string | null | undefined;
340
+ slug?: string | null | undefined;
340
341
  lastchanged?: string | undefined;
341
342
  destination_selected_api?: string | null | undefined;
342
343
  is_stale?: string | undefined;
package/dist/index.cjs CHANGED
@@ -5109,7 +5109,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5109
5109
  // package.json with { type: 'json' }
5110
5110
  var package_default = {
5111
5111
  name: "@zapier/zapier-sdk-cli",
5112
- version: "0.66.0"};
5112
+ version: "0.66.1"};
5113
5113
 
5114
5114
  // src/sdk.ts
5115
5115
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5192,7 +5192,7 @@ function createZapierCliSdk(options = {}) {
5192
5192
 
5193
5193
  // package.json
5194
5194
  var package_default2 = {
5195
- version: "0.66.0"};
5195
+ version: "0.66.1"};
5196
5196
 
5197
5197
  // src/telemetry/builders.ts
5198
5198
  function createCliBaseEvent(context = {}) {
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ZapierSdkOptions, BaseEvent } from '@zapier/zapier-sdk';
2
- import { E as Extension, Z as ZapierSdkCli } from './extensions-GB0w0RUO.mjs';
2
+ import { E as Extension, Z as ZapierSdkCli } from './extensions-DpOnXI9w.mjs';
3
3
  import 'zod';
4
4
  import 'zod/v4/core';
5
5
 
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ZapierSdkOptions, BaseEvent } from '@zapier/zapier-sdk';
2
- import { E as Extension, Z as ZapierSdkCli } from './extensions-GB0w0RUO.js';
2
+ import { E as Extension, Z as ZapierSdkCli } from './extensions-DpOnXI9w.js';
3
3
  import 'zod';
4
4
  import 'zod/v4/core';
5
5
 
package/dist/index.mjs CHANGED
@@ -5073,7 +5073,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5073
5073
  // package.json with { type: 'json' }
5074
5074
  var package_default = {
5075
5075
  name: "@zapier/zapier-sdk-cli",
5076
- version: "0.66.0"};
5076
+ version: "0.66.1"};
5077
5077
 
5078
5078
  // src/sdk.ts
5079
5079
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5156,7 +5156,7 @@ function createZapierCliSdk(options = {}) {
5156
5156
 
5157
5157
  // package.json
5158
5158
  var package_default2 = {
5159
- version: "0.66.0"};
5159
+ version: "0.66.1"};
5160
5160
 
5161
5161
  // src/telemetry/builders.ts
5162
5162
  function createCliBaseEvent(context = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-cli",
3
- "version": "0.66.0",
3
+ "version": "0.66.1",
4
4
  "description": "Command line interface for Zapier SDK",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -94,8 +94,8 @@
94
94
  "typescript": "^5.8.3",
95
95
  "wrap-ansi": "^10.0.0",
96
96
  "zod": "4.3.6",
97
- "@zapier/zapier-sdk-mcp": "0.18.9",
98
- "@zapier/zapier-sdk": "0.84.3"
97
+ "@zapier/zapier-sdk": "0.84.4",
98
+ "@zapier/zapier-sdk-mcp": "0.18.10"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/express": "^5.0.3",