@zapier/zapier-sdk-cli 0.77.2 → 0.77.3
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 +11 -0
- package/dist/cli.cjs +2 -2
- package/dist/cli.mjs +2 -2
- package/dist/experimental.cjs +1 -1
- package/dist/experimental.d.mts +2 -1
- package/dist/experimental.d.ts +2 -1
- package/dist/experimental.mjs +1 -1
- package/dist/{extensions-m0PNHcPO.d.mts → extensions-D1NeCGqK.d.mts} +25 -24
- package/dist/{extensions-m0PNHcPO.d.ts → extensions-D1NeCGqK.d.ts} +25 -24
- package/dist/index.cjs +2 -2
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +2 -2
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @zapier/zapier-sdk-cli
|
|
2
2
|
|
|
3
|
+
## 0.77.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 52b672a: `@zapier/zapier-sdk-cli` now installs `@zapier/kitcore` as a regular dependency. Its published type declarations name types from that package, so it has to be present for them to resolve. Commands, flags, and output are unchanged.
|
|
8
|
+
- Updated dependencies [52b672a]
|
|
9
|
+
- Updated dependencies [52b672a]
|
|
10
|
+
- @zapier/zapier-sdk@0.102.0
|
|
11
|
+
- @zapier/kitcore@0.17.1
|
|
12
|
+
- @zapier/zapier-sdk-mcp@0.21.4
|
|
13
|
+
|
|
3
14
|
## 0.77.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/cli.cjs
CHANGED
|
@@ -602,7 +602,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
|
|
|
602
602
|
|
|
603
603
|
// package.json
|
|
604
604
|
var package_default = {
|
|
605
|
-
version: "0.77.
|
|
605
|
+
version: "0.77.3"};
|
|
606
606
|
var PACKAGE_MANAGERS = ["npm", "pnpm", "yarn", "bun"];
|
|
607
607
|
var LOCKFILES = [
|
|
608
608
|
["pnpm-lock.yaml", "pnpm"],
|
|
@@ -8367,7 +8367,7 @@ function buildBoxLines(message) {
|
|
|
8367
8367
|
// package.json with { type: 'json' }
|
|
8368
8368
|
var package_default2 = {
|
|
8369
8369
|
name: "@zapier/zapier-sdk-cli",
|
|
8370
|
-
version: "0.77.
|
|
8370
|
+
version: "0.77.3"};
|
|
8371
8371
|
|
|
8372
8372
|
// src/sdk.ts
|
|
8373
8373
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
package/dist/cli.mjs
CHANGED
|
@@ -558,7 +558,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
|
|
|
558
558
|
|
|
559
559
|
// package.json
|
|
560
560
|
var package_default = {
|
|
561
|
-
version: "0.77.
|
|
561
|
+
version: "0.77.3"};
|
|
562
562
|
var PACKAGE_MANAGERS = ["npm", "pnpm", "yarn", "bun"];
|
|
563
563
|
var LOCKFILES = [
|
|
564
564
|
["pnpm-lock.yaml", "pnpm"],
|
|
@@ -8323,7 +8323,7 @@ function buildBoxLines(message) {
|
|
|
8323
8323
|
// package.json with { type: 'json' }
|
|
8324
8324
|
var package_default2 = {
|
|
8325
8325
|
name: "@zapier/zapier-sdk-cli",
|
|
8326
|
-
version: "0.77.
|
|
8326
|
+
version: "0.77.3"};
|
|
8327
8327
|
|
|
8328
8328
|
// src/sdk.ts
|
|
8329
8329
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
package/dist/experimental.cjs
CHANGED
|
@@ -6860,7 +6860,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
|
|
|
6860
6860
|
// package.json with { type: 'json' }
|
|
6861
6861
|
var package_default = {
|
|
6862
6862
|
name: "@zapier/zapier-sdk-cli",
|
|
6863
|
-
version: "0.77.
|
|
6863
|
+
version: "0.77.3"};
|
|
6864
6864
|
|
|
6865
6865
|
// src/sdk.ts
|
|
6866
6866
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
package/dist/experimental.d.mts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ZapierSdkOptions } from '@zapier/zapier-sdk/experimental';
|
|
2
|
-
import { E as Extension, Z as ZapierSdkCli } from './extensions-
|
|
2
|
+
import { E as Extension, Z as ZapierSdkCli } from './extensions-D1NeCGqK.mjs';
|
|
3
3
|
import '@zapier/zapier-sdk';
|
|
4
|
+
import '@zapier/kitcore';
|
|
4
5
|
import 'zod';
|
|
5
6
|
import 'zod/v4/core';
|
|
6
7
|
|
package/dist/experimental.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ZapierSdkOptions } from '@zapier/zapier-sdk/experimental';
|
|
2
|
-
import { E as Extension, Z as ZapierSdkCli } from './extensions-
|
|
2
|
+
import { E as Extension, Z as ZapierSdkCli } from './extensions-D1NeCGqK.js';
|
|
3
3
|
import '@zapier/zapier-sdk';
|
|
4
|
+
import '@zapier/kitcore';
|
|
4
5
|
import 'zod';
|
|
5
6
|
import 'zod/v4/core';
|
|
6
7
|
|
package/dist/experimental.mjs
CHANGED
|
@@ -6819,7 +6819,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
|
|
|
6819
6819
|
// package.json with { type: 'json' }
|
|
6820
6820
|
var package_default = {
|
|
6821
6821
|
name: "@zapier/zapier-sdk-cli",
|
|
6822
|
-
version: "0.77.
|
|
6822
|
+
version: "0.77.3"};
|
|
6823
6823
|
|
|
6824
6824
|
// src/sdk.ts
|
|
6825
6825
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as _zapier_zapier_sdk from '@zapier/zapier-sdk';
|
|
2
2
|
import { AppItem, Manifest, PluginSurface, MethodPlugin, LeafSummary, PluginSummary, GetProfilePluginProvides, ListConnectionsPluginProvides, ZapierSdk, Plugin, PluginProvides } from '@zapier/zapier-sdk';
|
|
3
|
+
import * as _zapier_kitcore from '@zapier/kitcore';
|
|
3
4
|
import * as zod from 'zod';
|
|
4
5
|
import { z } from 'zod';
|
|
5
6
|
import * as zod_v4_core from 'zod/v4/core';
|
|
@@ -47,7 +48,7 @@ interface BuildManifestResult {
|
|
|
47
48
|
manifest?: Manifest;
|
|
48
49
|
}
|
|
49
50
|
|
|
50
|
-
declare const buildManifestPlugin:
|
|
51
|
+
declare const buildManifestPlugin: _zapier_kitcore.MethodPlugin<"buildManifest", BuildManifestOptions, Promise<BuildManifestResult>, readonly [], BuildManifestOptions> & _zapier_kitcore.LeafSummary<"", "buildManifest", readonly [_zapier_kitcore.MethodPlugin<"listApps", ({
|
|
51
52
|
search?: string | undefined;
|
|
52
53
|
apps?: string[] | undefined;
|
|
53
54
|
appKeys?: string[] | undefined;
|
|
@@ -61,7 +62,7 @@ declare const buildManifestPlugin: _zapier_zapier_sdk.MethodPlugin<"buildManifes
|
|
|
61
62
|
maxItems?: number;
|
|
62
63
|
} & {
|
|
63
64
|
skipOutputDataValidation?: boolean;
|
|
64
|
-
}) | undefined,
|
|
65
|
+
}) | undefined, _zapier_kitcore.PaginatedSdkResult<{
|
|
65
66
|
slug: string;
|
|
66
67
|
title: string;
|
|
67
68
|
key: string;
|
|
@@ -127,14 +128,14 @@ declare const buildManifestPlugin: _zapier_zapier_sdk.MethodPlugin<"buildManifes
|
|
|
127
128
|
maxItems?: number;
|
|
128
129
|
} & {
|
|
129
130
|
skipOutputDataValidation?: boolean;
|
|
130
|
-
}) | undefined> &
|
|
131
|
+
}) | undefined> & _zapier_kitcore.PluginSummary<"listApps", never> & _zapier_kitcore.StandInId<"listApps">, _zapier_kitcore.PropertyPlugin<"manifest", _zapier_zapier_sdk.ManifestProvider> & _zapier_kitcore.PluginSummary<"zapier/manifest", never> & _zapier_kitcore.StandInId<"zapier/manifest">]>;
|
|
131
132
|
type BuildManifestPluginProvides = PluginSurface<typeof buildManifestPlugin>;
|
|
132
133
|
|
|
133
|
-
declare const feedbackPlugin:
|
|
134
|
+
declare const feedbackPlugin: _zapier_kitcore.MethodPlugin<"feedback", {
|
|
134
135
|
feedback: string;
|
|
135
136
|
}, Promise<string>, readonly [], {
|
|
136
137
|
feedback: string;
|
|
137
|
-
}> &
|
|
138
|
+
}> & _zapier_kitcore.LeafSummary<"", "feedback", readonly [_zapier_kitcore.PropertyPlugin<"api", _zapier_zapier_sdk.ApiClient> & _zapier_kitcore.PluginSummary<"zapier/api", never> & _zapier_kitcore.StandInId<"zapier/api">]>;
|
|
138
139
|
type FeedbackPluginProvides = PluginSurface<typeof feedbackPlugin>;
|
|
139
140
|
|
|
140
141
|
declare const GenerateAppTypesSchema: z.ZodObject<{
|
|
@@ -194,7 +195,7 @@ interface GenerateAppTypesResult {
|
|
|
194
195
|
writtenFiles?: Record<string, string>;
|
|
195
196
|
}
|
|
196
197
|
|
|
197
|
-
declare const generateAppTypesPlugin:
|
|
198
|
+
declare const generateAppTypesPlugin: _zapier_kitcore.MethodPlugin<"generateAppTypes", GenerateAppTypesOptions, Promise<GenerateAppTypesResult>, readonly [], GenerateAppTypesOptions> & _zapier_kitcore.LeafSummary<"", "generateAppTypes", readonly [_zapier_kitcore.MethodPlugin<"listApps", ({
|
|
198
199
|
search?: string | undefined;
|
|
199
200
|
apps?: string[] | undefined;
|
|
200
201
|
appKeys?: string[] | undefined;
|
|
@@ -208,7 +209,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
208
209
|
maxItems?: number;
|
|
209
210
|
} & {
|
|
210
211
|
skipOutputDataValidation?: boolean;
|
|
211
|
-
}) | undefined,
|
|
212
|
+
}) | undefined, _zapier_kitcore.PaginatedSdkResult<{
|
|
212
213
|
slug: string;
|
|
213
214
|
title: string;
|
|
214
215
|
key: string;
|
|
@@ -274,7 +275,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
274
275
|
maxItems?: number;
|
|
275
276
|
} & {
|
|
276
277
|
skipOutputDataValidation?: boolean;
|
|
277
|
-
}) | undefined> &
|
|
278
|
+
}) | undefined> & _zapier_kitcore.PluginSummary<"listApps", never> & _zapier_kitcore.StandInId<"listApps">, _zapier_kitcore.MethodPlugin<"listConnections", ({
|
|
278
279
|
title?: string | undefined;
|
|
279
280
|
search?: string | undefined;
|
|
280
281
|
owner?: string | undefined;
|
|
@@ -299,7 +300,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
299
300
|
maxItems?: number;
|
|
300
301
|
} & {
|
|
301
302
|
skipOutputDataValidation?: boolean;
|
|
302
|
-
}) | undefined,
|
|
303
|
+
}) | undefined, _zapier_kitcore.PaginatedSdkResult<{
|
|
303
304
|
date: string;
|
|
304
305
|
is_invite_only: boolean;
|
|
305
306
|
is_private: boolean;
|
|
@@ -353,7 +354,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
353
354
|
maxItems?: number;
|
|
354
355
|
} & {
|
|
355
356
|
skipOutputDataValidation?: boolean;
|
|
356
|
-
}) | undefined> &
|
|
357
|
+
}) | undefined> & _zapier_kitcore.PluginSummary<"listConnections", never> & _zapier_kitcore.StandInId<"listConnections">, _zapier_kitcore.MethodPlugin<"listActions", ({
|
|
357
358
|
app: string;
|
|
358
359
|
actionType?: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run" | undefined;
|
|
359
360
|
pageSize?: number | undefined;
|
|
@@ -379,7 +380,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
379
380
|
maxItems?: number;
|
|
380
381
|
} & {
|
|
381
382
|
skipOutputDataValidation?: boolean;
|
|
382
|
-
}),
|
|
383
|
+
}), _zapier_kitcore.PaginatedSdkResult<{
|
|
383
384
|
description: string;
|
|
384
385
|
key: string;
|
|
385
386
|
app_key: string;
|
|
@@ -416,7 +417,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
416
417
|
maxItems?: number;
|
|
417
418
|
} & {
|
|
418
419
|
skipOutputDataValidation?: boolean;
|
|
419
|
-
})> &
|
|
420
|
+
})> & _zapier_kitcore.PluginSummary<"listActions", never> & _zapier_kitcore.StandInId<"listActions">, _zapier_kitcore.MethodPlugin<"listActionInputFields", ({
|
|
420
421
|
app: string;
|
|
421
422
|
actionType: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
|
|
422
423
|
action: string;
|
|
@@ -452,7 +453,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
452
453
|
maxItems?: number;
|
|
453
454
|
} & {
|
|
454
455
|
skipOutputDataValidation?: boolean;
|
|
455
|
-
}),
|
|
456
|
+
}), _zapier_kitcore.PaginatedSdkResult<{
|
|
456
457
|
key: string;
|
|
457
458
|
type: "input_field";
|
|
458
459
|
default_value: string;
|
|
@@ -508,11 +509,11 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
508
509
|
maxItems?: number;
|
|
509
510
|
} & {
|
|
510
511
|
skipOutputDataValidation?: boolean;
|
|
511
|
-
})> &
|
|
512
|
+
})> & _zapier_kitcore.PluginSummary<"listActionInputFields", never> & _zapier_kitcore.StandInId<"listActionInputFields">]>;
|
|
512
513
|
type GenerateAppTypesPluginProvides = PluginSurface<typeof generateAppTypesPlugin>;
|
|
513
514
|
|
|
514
515
|
type SignupPluginProvides = PluginSurface<typeof signupPlugin>;
|
|
515
|
-
declare const signupPlugin:
|
|
516
|
+
declare const signupPlugin: _zapier_kitcore.MethodPlugin<"signup", {
|
|
516
517
|
timeout?: string | undefined;
|
|
517
518
|
useApprovals?: boolean | undefined;
|
|
518
519
|
nonInteractive?: boolean | undefined;
|
|
@@ -526,14 +527,14 @@ declare const signupPlugin: _zapier_zapier_sdk.MethodPlugin<"signup", {
|
|
|
526
527
|
skipPrompts?: boolean | undefined;
|
|
527
528
|
headless?: boolean | undefined;
|
|
528
529
|
callbackUrl?: string | undefined;
|
|
529
|
-
}> &
|
|
530
|
+
}> & _zapier_kitcore.LeafSummary<"", "signup", readonly [_zapier_kitcore.PropertyPlugin<"api", _zapier_zapier_sdk.ApiClient> & _zapier_kitcore.PluginSummary<"zapier/api", never> & _zapier_kitcore.StandInId<"zapier/api">, _zapier_kitcore.PropertyPlugin<"resolveCredentials", _zapier_zapier_sdk.ResolveCredentialsFn> & _zapier_kitcore.PluginSummary<"zapier/resolveCredentials", never> & _zapier_kitcore.StandInId<"zapier/resolveCredentials">, _zapier_kitcore.PropertyPlugin<"eventEmission", {
|
|
530
531
|
transport: _zapier_zapier_sdk.EventTransport;
|
|
531
532
|
config: _zapier_zapier_sdk.EventEmissionConfig;
|
|
532
533
|
emit<T extends unknown>(subject: string, event: T): void;
|
|
533
534
|
createBaseEvent(): Promise<_zapier_zapier_sdk.BaseEvent>;
|
|
534
535
|
flush(): Promise<void>;
|
|
535
536
|
close(exitCode?: number): Promise<void>;
|
|
536
|
-
}> &
|
|
537
|
+
}> & _zapier_kitcore.PluginSummary<"zapier/eventEmission", never> & _zapier_kitcore.StandInId<"zapier/eventEmission">, _zapier_kitcore.PropertyPlugin<"sdkOptions", {
|
|
537
538
|
credentials?: string | {
|
|
538
539
|
clientId: string;
|
|
539
540
|
clientSecret: string;
|
|
@@ -602,10 +603,10 @@ declare const signupPlugin: _zapier_zapier_sdk.MethodPlugin<"signup", {
|
|
|
602
603
|
canIncludeSharedTables?: boolean | undefined;
|
|
603
604
|
canDeleteTables?: boolean | undefined;
|
|
604
605
|
token?: string | undefined;
|
|
605
|
-
} | undefined> &
|
|
606
|
+
} | undefined> & _zapier_kitcore.PluginSummary<never, never> & _zapier_kitcore.StandInId<"zapier/sdkOptions">]>;
|
|
606
607
|
|
|
607
608
|
type LoginPluginProvides = PluginSurface<typeof loginPlugin>;
|
|
608
|
-
declare const loginPlugin:
|
|
609
|
+
declare const loginPlugin: _zapier_kitcore.MethodPlugin<"login", {
|
|
609
610
|
name?: string | undefined;
|
|
610
611
|
timeout?: string | undefined;
|
|
611
612
|
useApprovals?: boolean | undefined;
|
|
@@ -621,14 +622,14 @@ declare const loginPlugin: _zapier_zapier_sdk.MethodPlugin<"login", {
|
|
|
621
622
|
skipPrompts?: boolean | undefined;
|
|
622
623
|
headless?: boolean | undefined;
|
|
623
624
|
callbackUrl?: string | undefined;
|
|
624
|
-
}> &
|
|
625
|
+
}> & _zapier_kitcore.LeafSummary<"", "login", readonly [_zapier_kitcore.PropertyPlugin<"api", _zapier_zapier_sdk.ApiClient> & _zapier_kitcore.PluginSummary<"zapier/api", never> & _zapier_kitcore.StandInId<"zapier/api">, _zapier_kitcore.PropertyPlugin<"resolveCredentials", _zapier_zapier_sdk.ResolveCredentialsFn> & _zapier_kitcore.PluginSummary<"zapier/resolveCredentials", never> & _zapier_kitcore.StandInId<"zapier/resolveCredentials">, _zapier_kitcore.PropertyPlugin<"eventEmission", {
|
|
625
626
|
transport: _zapier_zapier_sdk.EventTransport;
|
|
626
627
|
config: _zapier_zapier_sdk.EventEmissionConfig;
|
|
627
628
|
emit<T extends unknown>(subject: string, event: T): void;
|
|
628
629
|
createBaseEvent(): Promise<_zapier_zapier_sdk.BaseEvent>;
|
|
629
630
|
flush(): Promise<void>;
|
|
630
631
|
close(exitCode?: number): Promise<void>;
|
|
631
|
-
}> &
|
|
632
|
+
}> & _zapier_kitcore.PluginSummary<"zapier/eventEmission", never> & _zapier_kitcore.StandInId<"zapier/eventEmission">, _zapier_kitcore.PropertyPlugin<"sdkOptions", {
|
|
632
633
|
credentials?: string | {
|
|
633
634
|
clientId: string;
|
|
634
635
|
clientSecret: string;
|
|
@@ -697,9 +698,9 @@ declare const loginPlugin: _zapier_zapier_sdk.MethodPlugin<"login", {
|
|
|
697
698
|
canIncludeSharedTables?: boolean | undefined;
|
|
698
699
|
canDeleteTables?: boolean | undefined;
|
|
699
700
|
token?: string | undefined;
|
|
700
|
-
} | undefined> &
|
|
701
|
+
} | undefined> & _zapier_kitcore.PluginSummary<never, never> & _zapier_kitcore.StandInId<"zapier/sdkOptions">]>;
|
|
701
702
|
|
|
702
|
-
declare const logoutPlugin:
|
|
703
|
+
declare const logoutPlugin: _zapier_kitcore.MethodPlugin<"logout", Record<string, never>, Promise<void>, readonly [], Record<string, never>> & _zapier_kitcore.LeafSummary<"", "logout", readonly [_zapier_kitcore.PropertyPlugin<"api", _zapier_zapier_sdk.ApiClient> & _zapier_kitcore.PluginSummary<"zapier/api", never> & _zapier_kitcore.StandInId<"zapier/api">, _zapier_kitcore.PropertyPlugin<"resolveCredentials", _zapier_zapier_sdk.ResolveCredentialsFn> & _zapier_kitcore.PluginSummary<"zapier/resolveCredentials", never> & _zapier_kitcore.StandInId<"zapier/resolveCredentials">, _zapier_kitcore.PropertyPlugin<"sdkOptions", {
|
|
703
704
|
credentials?: string | {
|
|
704
705
|
clientId: string;
|
|
705
706
|
clientSecret: string;
|
|
@@ -768,7 +769,7 @@ declare const logoutPlugin: _zapier_zapier_sdk.MethodPlugin<"logout", Record<str
|
|
|
768
769
|
canIncludeSharedTables?: boolean | undefined;
|
|
769
770
|
canDeleteTables?: boolean | undefined;
|
|
770
771
|
token?: string | undefined;
|
|
771
|
-
} | undefined> &
|
|
772
|
+
} | undefined> & _zapier_kitcore.PluginSummary<never, never> & _zapier_kitcore.StandInId<"zapier/sdkOptions">]>;
|
|
772
773
|
type LogoutPluginProvides = PluginSurface<typeof logoutPlugin>;
|
|
773
774
|
|
|
774
775
|
declare const SetupSchema: z.ZodObject<{}, z.core.$strip>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as _zapier_zapier_sdk from '@zapier/zapier-sdk';
|
|
2
2
|
import { AppItem, Manifest, PluginSurface, MethodPlugin, LeafSummary, PluginSummary, GetProfilePluginProvides, ListConnectionsPluginProvides, ZapierSdk, Plugin, PluginProvides } from '@zapier/zapier-sdk';
|
|
3
|
+
import * as _zapier_kitcore from '@zapier/kitcore';
|
|
3
4
|
import * as zod from 'zod';
|
|
4
5
|
import { z } from 'zod';
|
|
5
6
|
import * as zod_v4_core from 'zod/v4/core';
|
|
@@ -47,7 +48,7 @@ interface BuildManifestResult {
|
|
|
47
48
|
manifest?: Manifest;
|
|
48
49
|
}
|
|
49
50
|
|
|
50
|
-
declare const buildManifestPlugin:
|
|
51
|
+
declare const buildManifestPlugin: _zapier_kitcore.MethodPlugin<"buildManifest", BuildManifestOptions, Promise<BuildManifestResult>, readonly [], BuildManifestOptions> & _zapier_kitcore.LeafSummary<"", "buildManifest", readonly [_zapier_kitcore.MethodPlugin<"listApps", ({
|
|
51
52
|
search?: string | undefined;
|
|
52
53
|
apps?: string[] | undefined;
|
|
53
54
|
appKeys?: string[] | undefined;
|
|
@@ -61,7 +62,7 @@ declare const buildManifestPlugin: _zapier_zapier_sdk.MethodPlugin<"buildManifes
|
|
|
61
62
|
maxItems?: number;
|
|
62
63
|
} & {
|
|
63
64
|
skipOutputDataValidation?: boolean;
|
|
64
|
-
}) | undefined,
|
|
65
|
+
}) | undefined, _zapier_kitcore.PaginatedSdkResult<{
|
|
65
66
|
slug: string;
|
|
66
67
|
title: string;
|
|
67
68
|
key: string;
|
|
@@ -127,14 +128,14 @@ declare const buildManifestPlugin: _zapier_zapier_sdk.MethodPlugin<"buildManifes
|
|
|
127
128
|
maxItems?: number;
|
|
128
129
|
} & {
|
|
129
130
|
skipOutputDataValidation?: boolean;
|
|
130
|
-
}) | undefined> &
|
|
131
|
+
}) | undefined> & _zapier_kitcore.PluginSummary<"listApps", never> & _zapier_kitcore.StandInId<"listApps">, _zapier_kitcore.PropertyPlugin<"manifest", _zapier_zapier_sdk.ManifestProvider> & _zapier_kitcore.PluginSummary<"zapier/manifest", never> & _zapier_kitcore.StandInId<"zapier/manifest">]>;
|
|
131
132
|
type BuildManifestPluginProvides = PluginSurface<typeof buildManifestPlugin>;
|
|
132
133
|
|
|
133
|
-
declare const feedbackPlugin:
|
|
134
|
+
declare const feedbackPlugin: _zapier_kitcore.MethodPlugin<"feedback", {
|
|
134
135
|
feedback: string;
|
|
135
136
|
}, Promise<string>, readonly [], {
|
|
136
137
|
feedback: string;
|
|
137
|
-
}> &
|
|
138
|
+
}> & _zapier_kitcore.LeafSummary<"", "feedback", readonly [_zapier_kitcore.PropertyPlugin<"api", _zapier_zapier_sdk.ApiClient> & _zapier_kitcore.PluginSummary<"zapier/api", never> & _zapier_kitcore.StandInId<"zapier/api">]>;
|
|
138
139
|
type FeedbackPluginProvides = PluginSurface<typeof feedbackPlugin>;
|
|
139
140
|
|
|
140
141
|
declare const GenerateAppTypesSchema: z.ZodObject<{
|
|
@@ -194,7 +195,7 @@ interface GenerateAppTypesResult {
|
|
|
194
195
|
writtenFiles?: Record<string, string>;
|
|
195
196
|
}
|
|
196
197
|
|
|
197
|
-
declare const generateAppTypesPlugin:
|
|
198
|
+
declare const generateAppTypesPlugin: _zapier_kitcore.MethodPlugin<"generateAppTypes", GenerateAppTypesOptions, Promise<GenerateAppTypesResult>, readonly [], GenerateAppTypesOptions> & _zapier_kitcore.LeafSummary<"", "generateAppTypes", readonly [_zapier_kitcore.MethodPlugin<"listApps", ({
|
|
198
199
|
search?: string | undefined;
|
|
199
200
|
apps?: string[] | undefined;
|
|
200
201
|
appKeys?: string[] | undefined;
|
|
@@ -208,7 +209,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
208
209
|
maxItems?: number;
|
|
209
210
|
} & {
|
|
210
211
|
skipOutputDataValidation?: boolean;
|
|
211
|
-
}) | undefined,
|
|
212
|
+
}) | undefined, _zapier_kitcore.PaginatedSdkResult<{
|
|
212
213
|
slug: string;
|
|
213
214
|
title: string;
|
|
214
215
|
key: string;
|
|
@@ -274,7 +275,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
274
275
|
maxItems?: number;
|
|
275
276
|
} & {
|
|
276
277
|
skipOutputDataValidation?: boolean;
|
|
277
|
-
}) | undefined> &
|
|
278
|
+
}) | undefined> & _zapier_kitcore.PluginSummary<"listApps", never> & _zapier_kitcore.StandInId<"listApps">, _zapier_kitcore.MethodPlugin<"listConnections", ({
|
|
278
279
|
title?: string | undefined;
|
|
279
280
|
search?: string | undefined;
|
|
280
281
|
owner?: string | undefined;
|
|
@@ -299,7 +300,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
299
300
|
maxItems?: number;
|
|
300
301
|
} & {
|
|
301
302
|
skipOutputDataValidation?: boolean;
|
|
302
|
-
}) | undefined,
|
|
303
|
+
}) | undefined, _zapier_kitcore.PaginatedSdkResult<{
|
|
303
304
|
date: string;
|
|
304
305
|
is_invite_only: boolean;
|
|
305
306
|
is_private: boolean;
|
|
@@ -353,7 +354,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
353
354
|
maxItems?: number;
|
|
354
355
|
} & {
|
|
355
356
|
skipOutputDataValidation?: boolean;
|
|
356
|
-
}) | undefined> &
|
|
357
|
+
}) | undefined> & _zapier_kitcore.PluginSummary<"listConnections", never> & _zapier_kitcore.StandInId<"listConnections">, _zapier_kitcore.MethodPlugin<"listActions", ({
|
|
357
358
|
app: string;
|
|
358
359
|
actionType?: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run" | undefined;
|
|
359
360
|
pageSize?: number | undefined;
|
|
@@ -379,7 +380,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
379
380
|
maxItems?: number;
|
|
380
381
|
} & {
|
|
381
382
|
skipOutputDataValidation?: boolean;
|
|
382
|
-
}),
|
|
383
|
+
}), _zapier_kitcore.PaginatedSdkResult<{
|
|
383
384
|
description: string;
|
|
384
385
|
key: string;
|
|
385
386
|
app_key: string;
|
|
@@ -416,7 +417,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
416
417
|
maxItems?: number;
|
|
417
418
|
} & {
|
|
418
419
|
skipOutputDataValidation?: boolean;
|
|
419
|
-
})> &
|
|
420
|
+
})> & _zapier_kitcore.PluginSummary<"listActions", never> & _zapier_kitcore.StandInId<"listActions">, _zapier_kitcore.MethodPlugin<"listActionInputFields", ({
|
|
420
421
|
app: string;
|
|
421
422
|
actionType: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
|
|
422
423
|
action: string;
|
|
@@ -452,7 +453,7 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
452
453
|
maxItems?: number;
|
|
453
454
|
} & {
|
|
454
455
|
skipOutputDataValidation?: boolean;
|
|
455
|
-
}),
|
|
456
|
+
}), _zapier_kitcore.PaginatedSdkResult<{
|
|
456
457
|
key: string;
|
|
457
458
|
type: "input_field";
|
|
458
459
|
default_value: string;
|
|
@@ -508,11 +509,11 @@ declare const generateAppTypesPlugin: _zapier_zapier_sdk.MethodPlugin<"generateA
|
|
|
508
509
|
maxItems?: number;
|
|
509
510
|
} & {
|
|
510
511
|
skipOutputDataValidation?: boolean;
|
|
511
|
-
})> &
|
|
512
|
+
})> & _zapier_kitcore.PluginSummary<"listActionInputFields", never> & _zapier_kitcore.StandInId<"listActionInputFields">]>;
|
|
512
513
|
type GenerateAppTypesPluginProvides = PluginSurface<typeof generateAppTypesPlugin>;
|
|
513
514
|
|
|
514
515
|
type SignupPluginProvides = PluginSurface<typeof signupPlugin>;
|
|
515
|
-
declare const signupPlugin:
|
|
516
|
+
declare const signupPlugin: _zapier_kitcore.MethodPlugin<"signup", {
|
|
516
517
|
timeout?: string | undefined;
|
|
517
518
|
useApprovals?: boolean | undefined;
|
|
518
519
|
nonInteractive?: boolean | undefined;
|
|
@@ -526,14 +527,14 @@ declare const signupPlugin: _zapier_zapier_sdk.MethodPlugin<"signup", {
|
|
|
526
527
|
skipPrompts?: boolean | undefined;
|
|
527
528
|
headless?: boolean | undefined;
|
|
528
529
|
callbackUrl?: string | undefined;
|
|
529
|
-
}> &
|
|
530
|
+
}> & _zapier_kitcore.LeafSummary<"", "signup", readonly [_zapier_kitcore.PropertyPlugin<"api", _zapier_zapier_sdk.ApiClient> & _zapier_kitcore.PluginSummary<"zapier/api", never> & _zapier_kitcore.StandInId<"zapier/api">, _zapier_kitcore.PropertyPlugin<"resolveCredentials", _zapier_zapier_sdk.ResolveCredentialsFn> & _zapier_kitcore.PluginSummary<"zapier/resolveCredentials", never> & _zapier_kitcore.StandInId<"zapier/resolveCredentials">, _zapier_kitcore.PropertyPlugin<"eventEmission", {
|
|
530
531
|
transport: _zapier_zapier_sdk.EventTransport;
|
|
531
532
|
config: _zapier_zapier_sdk.EventEmissionConfig;
|
|
532
533
|
emit<T extends unknown>(subject: string, event: T): void;
|
|
533
534
|
createBaseEvent(): Promise<_zapier_zapier_sdk.BaseEvent>;
|
|
534
535
|
flush(): Promise<void>;
|
|
535
536
|
close(exitCode?: number): Promise<void>;
|
|
536
|
-
}> &
|
|
537
|
+
}> & _zapier_kitcore.PluginSummary<"zapier/eventEmission", never> & _zapier_kitcore.StandInId<"zapier/eventEmission">, _zapier_kitcore.PropertyPlugin<"sdkOptions", {
|
|
537
538
|
credentials?: string | {
|
|
538
539
|
clientId: string;
|
|
539
540
|
clientSecret: string;
|
|
@@ -602,10 +603,10 @@ declare const signupPlugin: _zapier_zapier_sdk.MethodPlugin<"signup", {
|
|
|
602
603
|
canIncludeSharedTables?: boolean | undefined;
|
|
603
604
|
canDeleteTables?: boolean | undefined;
|
|
604
605
|
token?: string | undefined;
|
|
605
|
-
} | undefined> &
|
|
606
|
+
} | undefined> & _zapier_kitcore.PluginSummary<never, never> & _zapier_kitcore.StandInId<"zapier/sdkOptions">]>;
|
|
606
607
|
|
|
607
608
|
type LoginPluginProvides = PluginSurface<typeof loginPlugin>;
|
|
608
|
-
declare const loginPlugin:
|
|
609
|
+
declare const loginPlugin: _zapier_kitcore.MethodPlugin<"login", {
|
|
609
610
|
name?: string | undefined;
|
|
610
611
|
timeout?: string | undefined;
|
|
611
612
|
useApprovals?: boolean | undefined;
|
|
@@ -621,14 +622,14 @@ declare const loginPlugin: _zapier_zapier_sdk.MethodPlugin<"login", {
|
|
|
621
622
|
skipPrompts?: boolean | undefined;
|
|
622
623
|
headless?: boolean | undefined;
|
|
623
624
|
callbackUrl?: string | undefined;
|
|
624
|
-
}> &
|
|
625
|
+
}> & _zapier_kitcore.LeafSummary<"", "login", readonly [_zapier_kitcore.PropertyPlugin<"api", _zapier_zapier_sdk.ApiClient> & _zapier_kitcore.PluginSummary<"zapier/api", never> & _zapier_kitcore.StandInId<"zapier/api">, _zapier_kitcore.PropertyPlugin<"resolveCredentials", _zapier_zapier_sdk.ResolveCredentialsFn> & _zapier_kitcore.PluginSummary<"zapier/resolveCredentials", never> & _zapier_kitcore.StandInId<"zapier/resolveCredentials">, _zapier_kitcore.PropertyPlugin<"eventEmission", {
|
|
625
626
|
transport: _zapier_zapier_sdk.EventTransport;
|
|
626
627
|
config: _zapier_zapier_sdk.EventEmissionConfig;
|
|
627
628
|
emit<T extends unknown>(subject: string, event: T): void;
|
|
628
629
|
createBaseEvent(): Promise<_zapier_zapier_sdk.BaseEvent>;
|
|
629
630
|
flush(): Promise<void>;
|
|
630
631
|
close(exitCode?: number): Promise<void>;
|
|
631
|
-
}> &
|
|
632
|
+
}> & _zapier_kitcore.PluginSummary<"zapier/eventEmission", never> & _zapier_kitcore.StandInId<"zapier/eventEmission">, _zapier_kitcore.PropertyPlugin<"sdkOptions", {
|
|
632
633
|
credentials?: string | {
|
|
633
634
|
clientId: string;
|
|
634
635
|
clientSecret: string;
|
|
@@ -697,9 +698,9 @@ declare const loginPlugin: _zapier_zapier_sdk.MethodPlugin<"login", {
|
|
|
697
698
|
canIncludeSharedTables?: boolean | undefined;
|
|
698
699
|
canDeleteTables?: boolean | undefined;
|
|
699
700
|
token?: string | undefined;
|
|
700
|
-
} | undefined> &
|
|
701
|
+
} | undefined> & _zapier_kitcore.PluginSummary<never, never> & _zapier_kitcore.StandInId<"zapier/sdkOptions">]>;
|
|
701
702
|
|
|
702
|
-
declare const logoutPlugin:
|
|
703
|
+
declare const logoutPlugin: _zapier_kitcore.MethodPlugin<"logout", Record<string, never>, Promise<void>, readonly [], Record<string, never>> & _zapier_kitcore.LeafSummary<"", "logout", readonly [_zapier_kitcore.PropertyPlugin<"api", _zapier_zapier_sdk.ApiClient> & _zapier_kitcore.PluginSummary<"zapier/api", never> & _zapier_kitcore.StandInId<"zapier/api">, _zapier_kitcore.PropertyPlugin<"resolveCredentials", _zapier_zapier_sdk.ResolveCredentialsFn> & _zapier_kitcore.PluginSummary<"zapier/resolveCredentials", never> & _zapier_kitcore.StandInId<"zapier/resolveCredentials">, _zapier_kitcore.PropertyPlugin<"sdkOptions", {
|
|
703
704
|
credentials?: string | {
|
|
704
705
|
clientId: string;
|
|
705
706
|
clientSecret: string;
|
|
@@ -768,7 +769,7 @@ declare const logoutPlugin: _zapier_zapier_sdk.MethodPlugin<"logout", Record<str
|
|
|
768
769
|
canIncludeSharedTables?: boolean | undefined;
|
|
769
770
|
canDeleteTables?: boolean | undefined;
|
|
770
771
|
token?: string | undefined;
|
|
771
|
-
} | undefined> &
|
|
772
|
+
} | undefined> & _zapier_kitcore.PluginSummary<never, never> & _zapier_kitcore.StandInId<"zapier/sdkOptions">]>;
|
|
772
773
|
type LogoutPluginProvides = PluginSurface<typeof logoutPlugin>;
|
|
773
774
|
|
|
774
775
|
declare const SetupSchema: z.ZodObject<{}, z.core.$strip>;
|
package/dist/index.cjs
CHANGED
|
@@ -6861,7 +6861,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
|
|
|
6861
6861
|
// package.json with { type: 'json' }
|
|
6862
6862
|
var package_default = {
|
|
6863
6863
|
name: "@zapier/zapier-sdk-cli",
|
|
6864
|
-
version: "0.77.
|
|
6864
|
+
version: "0.77.3"};
|
|
6865
6865
|
|
|
6866
6866
|
// src/sdk.ts
|
|
6867
6867
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
|
@@ -6945,7 +6945,7 @@ function createZapierCliSdk(options = {}) {
|
|
|
6945
6945
|
|
|
6946
6946
|
// package.json
|
|
6947
6947
|
var package_default2 = {
|
|
6948
|
-
version: "0.77.
|
|
6948
|
+
version: "0.77.3"};
|
|
6949
6949
|
|
|
6950
6950
|
// src/telemetry/builders.ts
|
|
6951
6951
|
function createCliBaseEvent(context = {}) {
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ZapierSdkOptions, BaseEvent } from '@zapier/zapier-sdk';
|
|
2
|
-
import { E as Extension, Z as ZapierSdkCli } from './extensions-
|
|
2
|
+
import { E as Extension, Z as ZapierSdkCli } from './extensions-D1NeCGqK.mjs';
|
|
3
|
+
import '@zapier/kitcore';
|
|
3
4
|
import 'zod';
|
|
4
5
|
import 'zod/v4/core';
|
|
5
6
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ZapierSdkOptions, BaseEvent } from '@zapier/zapier-sdk';
|
|
2
|
-
import { E as Extension, Z as ZapierSdkCli } from './extensions-
|
|
2
|
+
import { E as Extension, Z as ZapierSdkCli } from './extensions-D1NeCGqK.js';
|
|
3
|
+
import '@zapier/kitcore';
|
|
3
4
|
import 'zod';
|
|
4
5
|
import 'zod/v4/core';
|
|
5
6
|
|
package/dist/index.mjs
CHANGED
|
@@ -6820,7 +6820,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
|
|
|
6820
6820
|
// package.json with { type: 'json' }
|
|
6821
6821
|
var package_default = {
|
|
6822
6822
|
name: "@zapier/zapier-sdk-cli",
|
|
6823
|
-
version: "0.77.
|
|
6823
|
+
version: "0.77.3"};
|
|
6824
6824
|
|
|
6825
6825
|
// src/sdk.ts
|
|
6826
6826
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
|
@@ -6904,7 +6904,7 @@ function createZapierCliSdk(options = {}) {
|
|
|
6904
6904
|
|
|
6905
6905
|
// package.json
|
|
6906
6906
|
var package_default2 = {
|
|
6907
|
-
version: "0.77.
|
|
6907
|
+
version: "0.77.3"};
|
|
6908
6908
|
|
|
6909
6909
|
// src/telemetry/builders.ts
|
|
6910
6910
|
function createCliBaseEvent(context = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zapier/zapier-sdk-cli",
|
|
3
|
-
"version": "0.77.
|
|
3
|
+
"version": "0.77.3",
|
|
4
4
|
"description": "Command line interface for Zapier SDK",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -95,8 +95,9 @@
|
|
|
95
95
|
"typescript": "^5.8.3",
|
|
96
96
|
"wrap-ansi": "^10.0.0",
|
|
97
97
|
"zod": "4.3.6",
|
|
98
|
-
"@zapier/
|
|
99
|
-
"@zapier/zapier-sdk-mcp": "0.21.
|
|
98
|
+
"@zapier/kitcore": "0.17.1",
|
|
99
|
+
"@zapier/zapier-sdk-mcp": "0.21.4",
|
|
100
|
+
"@zapier/zapier-sdk": "0.102.0"
|
|
100
101
|
},
|
|
101
102
|
"devDependencies": {
|
|
102
103
|
"@types/cross-spawn": "^6.0.6",
|