@zapier/zapier-sdk 0.50.0 → 0.52.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/CHANGELOG.md +16 -0
- package/README.md +2 -1
- package/dist/api/auth.d.ts +1 -6
- package/dist/api/auth.d.ts.map +1 -1
- package/dist/api/auth.js +34 -27
- package/dist/api/client.d.ts.map +1 -1
- package/dist/api/client.js +87 -9
- package/dist/api/concurrency.d.ts +28 -0
- package/dist/api/concurrency.d.ts.map +1 -0
- package/dist/api/concurrency.js +90 -0
- package/dist/api/index.d.ts +1 -1
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +1 -1
- package/dist/api/schemas.d.ts +3 -3
- package/dist/api/types.d.ts +6 -0
- package/dist/api/types.d.ts.map +1 -1
- package/dist/auth.d.ts +13 -2
- package/dist/auth.d.ts.map +1 -1
- package/dist/auth.js +95 -11
- package/dist/constants.d.ts +16 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +29 -0
- package/dist/experimental.cjs +357 -34
- package/dist/experimental.d.mts +28 -28
- package/dist/experimental.d.ts +26 -26
- package/dist/experimental.mjs +353 -35
- package/dist/{index-BQ2ii0Bs.d.mts → index-DcdtPei-.d.mts} +132 -2
- package/dist/{index-BQ2ii0Bs.d.ts → index-DcdtPei-.d.ts} +132 -2
- package/dist/index.cjs +357 -34
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +353 -35
- package/dist/plugins/api/index.d.ts.map +1 -1
- package/dist/plugins/api/index.js +3 -2
- package/dist/plugins/apps/index.d.ts +2 -2
- package/dist/plugins/deprecated/inputFields.d.ts +18 -18
- package/dist/plugins/getAction/index.d.ts +6 -6
- package/dist/plugins/getAction/schemas.d.ts +4 -4
- package/dist/plugins/getActionInputFieldsSchema/index.d.ts +5 -5
- package/dist/plugins/getActionInputFieldsSchema/schemas.d.ts +4 -4
- package/dist/plugins/listActionInputFieldChoices/index.d.ts +5 -5
- package/dist/plugins/listActionInputFieldChoices/schemas.d.ts +4 -4
- package/dist/plugins/listActionInputFields/index.d.ts +5 -5
- package/dist/plugins/listActionInputFields/schemas.d.ts +4 -4
- package/dist/plugins/listActions/index.d.ts +3 -3
- package/dist/plugins/listActions/schemas.d.ts +4 -4
- package/dist/plugins/runAction/index.d.ts +5 -5
- package/dist/plugins/runAction/schemas.d.ts +4 -4
- package/dist/plugins/triggers/getTriggerInputFieldsSchema/index.d.ts +2 -2
- package/dist/plugins/triggers/listTriggerInputFieldChoices/index.d.ts +2 -2
- package/dist/plugins/triggers/listTriggerInputFields/index.d.ts +2 -2
- package/dist/schemas/Action.d.ts +1 -1
- package/dist/sdk.d.ts +52 -52
- package/dist/types/properties.d.ts +1 -1
- package/dist/types/sdk.d.ts +1 -0
- package/dist/types/sdk.d.ts.map +1 -1
- package/dist/types/sdk.js +25 -0
- package/dist/utils/telemetry.d.ts +11 -0
- package/dist/utils/telemetry.d.ts.map +1 -0
- package/dist/utils/telemetry.js +19 -0
- package/package.json +1 -1
package/dist/experimental.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BaseSdkOptions, W as WithAddPlugin, P as PluginMeta, Z as ZapierSdkOptions$1, E as EventEmissionContext, A as ApiClient, M as Manifest, R as ResolvedAppLocator, U as UpdateManifestEntryOptions, a as UpdateManifestEntryResult, b as AddActionEntryOptions, c as AddActionEntryResult, d as ActionEntry, f as findManifestEntry, r as readManifestFromFile, C as CapabilitiesContext, e as PaginatedSdkResult, F as FieldsetItem, g as PositionalMetadata, h as ZapierFetchInitOptions, D as DrainTriggerInboxOptions, i as DynamicResolver, j as WatchTriggerInboxOptions, k as ActionProxy, l as ZapierSdkApps } from './index-
|
|
2
|
-
export { u as Action,
|
|
1
|
+
import { B as BaseSdkOptions, W as WithAddPlugin, P as PluginMeta, Z as ZapierSdkOptions$1, E as EventEmissionContext, A as ApiClient, M as Manifest, R as ResolvedAppLocator, U as UpdateManifestEntryOptions, a as UpdateManifestEntryResult, b as AddActionEntryOptions, c as AddActionEntryResult, d as ActionEntry, f as findManifestEntry, r as readManifestFromFile, C as CapabilitiesContext, e as PaginatedSdkResult, F as FieldsetItem, g as PositionalMetadata, h as ZapierFetchInitOptions, D as DrainTriggerInboxOptions, i as DynamicResolver, j as WatchTriggerInboxOptions, k as ActionProxy, l as ZapierSdkApps } from './index-DcdtPei-.mjs';
|
|
2
|
+
export { u as Action, cg as ActionExecutionOptions, y as ActionExecutionResult, z as ActionField, H as ActionFieldChoice, aU as ActionItem, bv as ActionKeyProperty, b3 as ActionKeyPropertySchema, bw as ActionProperty, b4 as ActionPropertySchema, aq as ActionResolverItem, bH as ActionTimeoutMsProperty, bf as ActionTimeoutMsPropertySchema, ar as ActionTypeItem, bu as ActionTypeProperty, b2 as ActionTypePropertySchema, bU as ApiError, dB as ApiEvent, c_ as ApiPluginOptions, d0 as ApiPluginProvides, v as App, ch as AppFactoryInput, aS as AppItem, bs as AppKeyProperty, b0 as AppKeyPropertySchema, bt as AppProperty, b1 as AppPropertySchema, aB as ApplicationLifecycleEventData, c9 as ApprovalStatus, cf as AppsPluginProvides, bM as AppsProperty, bk as AppsPropertySchema, a0 as ArrayResolver, dA as AuthEvent, bA as AuthenticationIdProperty, b7 as AuthenticationIdPropertySchema, ax as BaseEvent, aj as BaseSdkOptionsSchema, a8 as BatchOptions, cN as CONTEXT_CACHE_MAX_SIZE, cM as CONTEXT_CACHE_TTL_MS, x as Choice, dH as ClientCredentialsObject, dS as ClientCredentialsObjectSchema, K as Connection, d_ as ConnectionEntry, dZ as ConnectionEntrySchema, by as ConnectionIdProperty, b6 as ConnectionIdPropertySchema, aT as ConnectionItem, bz as ConnectionProperty, b8 as ConnectionPropertySchema, e0 as ConnectionsMap, d$ as ConnectionsMapSchema, e2 as ConnectionsPluginProvides, bO as ConnectionsProperty, bm as ConnectionsPropertySchema, O as ConnectionsResponse, cz as CreateClientCredentialsPluginProvides, er as CreateTableFieldsPluginProvides, el as CreateTablePluginProvides, ez as CreateTableRecordsPluginProvides, dE as Credentials, dX as CredentialsFunction, dW as CredentialsFunctionSchema, dG as CredentialsObject, dU as CredentialsObjectSchema, dY as CredentialsSchema, e7 as DEFAULT_ACTION_TIMEOUT_MS, ee as DEFAULT_APPROVAL_TIMEOUT_MS, cW as DEFAULT_CONFIG_PATH, ef as DEFAULT_MAX_APPROVAL_RETRIES, e6 as DEFAULT_PAGE_SIZE, bF as DebugProperty, bd as DebugPropertySchema, cB as DeleteClientCredentialsPluginProvides, et as DeleteTableFieldsPluginProvides, en as DeleteTablePluginProvides, eB as DeleteTableRecordsPluginProvides, o as DrainTriggerInboxCallback, p as DrainTriggerInboxErrorObserver, aC as EnhancedErrorEventData, bV as ErrorOptions, dD as EventCallback, aA as EventContext, az as EventEmissionProvides, cj as FetchPluginProvides, w as Field, bL as FieldsProperty, bj as FieldsPropertySchema, a3 as FieldsResolver, s as FindFirstAuthenticationPluginProvides, cJ as FindFirstConnectionPluginProvides, t as FindUniqueAuthenticationPluginProvides, cL as FindUniqueConnectionPluginProvides, Y as FormatMetadata, X as FormattedItem, ai as FunctionDeprecation, aZ as FunctionOptions, ah as FunctionRegistryEntry, ct as GetActionInputFieldsSchemaPluginProvides, cF as GetActionPluginProvides, cD as GetAppPluginProvides, G as GetAuthenticationPluginProvides, cH as GetConnectionPluginProvides, cZ as GetProfilePluginProvides, ej as GetTablePluginProvides, ev as GetTableRecordPluginProvides, aW as InfoFieldItem, aV as InputFieldItem, bx as InputFieldProperty, b5 as InputFieldPropertySchema, bB as InputsProperty, b9 as InputsPropertySchema, bT as LeaseLimitProperty, br as LeaseLimitPropertySchema, bR as LeaseProperty, bp as LeasePropertySchema, bS as LeaseSecondsProperty, bq as LeaseSecondsPropertySchema, L as LeasedTriggerMessageItem, bC as LimitProperty, ba as LimitPropertySchema, cr as ListActionInputFieldChoicesPluginProvides, cp as ListActionInputFieldsPluginProvides, cn as ListActionsPluginProvides, cl as ListAppsPluginProvides, q as ListAuthenticationsPluginProvides, cx as ListClientCredentialsPluginProvides, cv as ListConnectionsPluginProvides, ep as ListTableFieldsPluginProvides, ex as ListTableRecordsPluginProvides, eh as ListTablesPluginProvides, dC as LoadingEvent, ea as MAX_CONCURRENCY_LIMIT, e5 as MAX_PAGE_LIMIT, cX as ManifestEntry, cS as ManifestPluginOptions, cV as ManifestPluginProvides, ay as MethodCalledEvent, aD as MethodCalledEventData, N as Need, I as NeedsRequest, J as NeedsResponse, bD as OffsetProperty, bb as OffsetPropertySchema, _ as OutputFormatter, bE as OutputProperty, bc as OutputPropertySchema, a$ as PaginatedSdkFunction, bG as ParamsProperty, be as ParamsPropertySchema, dI as PkceCredentialsObject, dT as PkceCredentialsObjectSchema, ak as Plugin, al as PluginProvides, au as PollOptions, c7 as RateLimitInfo, bJ as RecordProperty, bh as RecordPropertySchema, bK as RecordsProperty, bi as RecordsPropertySchema, ad as RelayFetchSchema, ac as RelayRequestSchema, at as RequestOptions, cR as RequestPluginProvides, dm as ResolveAuthTokenOptions, dN as ResolveCredentialsOptions, dF as ResolvedCredentials, dV as ResolvedCredentialsSchema, $ as Resolver, a1 as ResolverMetadata, aX as RootFieldItem, cP as RunActionPluginProvides, dz as SdkEvent, a_ as SdkPage, a2 as StaticResolver, bI as TableProperty, bg as TablePropertySchema, bN as TablesProperty, bl as TablesPropertySchema, bQ as TriggerInboxNameProperty, bo as TriggerInboxNamePropertySchema, bP as TriggerInboxProperty, bn as TriggerInboxPropertySchema, T as TriggerMessageStatus, eD as UpdateTableRecordsPluginProvides, Q as UserProfile, aY as UserProfileItem, e3 as ZAPIER_BASE_URL, ec as ZAPIER_MAX_CONCURRENT_REQUESTS, e8 as ZAPIER_MAX_NETWORK_RETRIES, e9 as ZAPIER_MAX_NETWORK_RETRY_DELAY_MS, m as ZapierAbortDrainSignal, c5 as ZapierActionError, bX as ZapierApiError, bY as ZapierAppNotFoundError, ca as ZapierApprovalError, b$ as ZapierAuthenticationError, c3 as ZapierBundleError, dv as ZapierCache, dw as ZapierCacheEntry, dx as ZapierCacheSetOptions, c2 as ZapierConfigurationError, c6 as ZapierConflictError, bW as ZapierError, c0 as ZapierNotFoundError, c8 as ZapierRateLimitError, cb as ZapierRelayError, n as ZapierReleaseTriggerMessageSignal, c1 as ZapierResourceNotFoundError, cd as ZapierSignal, c4 as ZapierTimeoutError, b_ as ZapierUnknownError, bZ as ZapierValidationError, d3 as actionKeyResolver, d2 as actionTypeResolver, c$ as apiPlugin, d1 as appKeyResolver, ce as appsPlugin, d5 as authenticationIdGenericResolver, d4 as authenticationIdResolver, a7 as batch, aN as buildApplicationLifecycleEvent, a9 as buildCapabilityMessage, aP as buildErrorEvent, aO as buildErrorEventWithContext, aR as buildMethodCalledEvent, dn as clearTokenCache, d9 as clientCredentialsNameResolver, da as clientIdResolver, ap as composePlugins, d5 as connectionIdGenericResolver, d4 as connectionIdResolver, e1 as connectionsPlugin, aQ as createBaseEvent, cy as createClientCredentialsPlugin, V as createFunction, dy as createMemoryCache, ag as createOptionsPlugin, ao as createPaginatedPluginMethod, an as createPluginMethod, af as createSdk, eq as createTableFieldsPlugin, ek as createTablePlugin, ey as createTableRecordsPlugin, av as createZapierApi, ae as createZapierSdkWithoutRegistry, am as definePlugin, cA as deleteClientCredentialsPlugin, es as deleteTableFieldsPlugin, em as deleteTablePlugin, eA as deleteTableRecordsPlugin, ci as fetchPlugin, cI as findFirstConnectionPlugin, cK as findUniqueConnectionPlugin, cc as formatErrorMessage, aE as generateEventId, cs as getActionInputFieldsSchemaPlugin, cE as getActionPlugin, cC as getAppPlugin, dQ as getBaseUrlFromCredentials, aK as getCiPlatform, dR as getClientIdFromCredentials, cG as getConnectionPlugin, aM as getCpuTime, aF as getCurrentTimestamp, aL as getMemoryUsage, aw as getOrCreateApiClient, aH as getOsInfo, aI as getPlatformVersions, cT as getPreferredManifestEntryKey, cY as getProfilePlugin, aG as getReleaseId, ei as getTablePlugin, eu as getTableRecordPlugin, ds as getTokenFromCliLogin, ed as getZapierApprovalMode, e4 as getZapierSdkService, dq as injectCliLogin, d8 as inputFieldKeyResolver, d7 as inputsAllOptionalResolver, d6 as inputsResolver, dp as invalidateCachedToken, du as invalidateCredentialsToken, aJ as isCi, dr as isCliLoginAvailable, dJ as isClientCredentials, dM as isCredentialsFunction, dL as isCredentialsObject, dK as isPkceCredentials, S as isPositional, cq as listActionInputFieldChoicesPlugin, co as listActionInputFieldsPlugin, cm as listActionsPlugin, ck as listAppsPlugin, cw as listClientCredentialsPlugin, cu as listConnectionsPlugin, eo as listTableFieldsPlugin, ew as listTableRecordsPlugin, eg as listTablesPlugin, aa as logDeprecation, cU as manifestPlugin, eb as parseConcurrencyEnvVar, as as registryPlugin, cQ as requestPlugin, ab as resetDeprecationWarnings, dt as resolveAuthToken, dP as resolveCredentials, dO as resolveCredentialsFromEnv, cO as runActionPlugin, a4 as runWithTelemetryContext, df as tableFieldIdsResolver, dh as tableFieldsResolver, dk as tableFiltersResolver, db as tableIdResolver, dg as tableNameResolver, dd as tableRecordIdResolver, de as tableRecordIdsResolver, di as tableRecordsResolver, dl as tableSortResolver, dj as tableUpdateRecordsResolver, a5 as toSnakeCase, a6 as toTitleCase, dc as triggerInboxResolver, eC as updateTableRecordsPlugin } from './index-DcdtPei-.mjs';
|
|
3
3
|
import * as zod_v4_core from 'zod/v4/core';
|
|
4
4
|
import * as zod from 'zod';
|
|
5
5
|
import '@zapier/zapier-sdk-core/v0/schemas/connections';
|
|
@@ -216,13 +216,13 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
216
216
|
} & {
|
|
217
217
|
listActions: (options?: (({
|
|
218
218
|
app: string;
|
|
219
|
-
actionType?: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
219
|
+
actionType?: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run" | undefined;
|
|
220
220
|
pageSize?: number | undefined;
|
|
221
221
|
maxItems?: number | undefined;
|
|
222
222
|
cursor?: string | undefined;
|
|
223
223
|
} | {
|
|
224
224
|
appKey: string;
|
|
225
|
-
actionType?: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
225
|
+
actionType?: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run" | undefined;
|
|
226
226
|
pageSize?: number | undefined;
|
|
227
227
|
maxItems?: number | undefined;
|
|
228
228
|
cursor?: string | undefined;
|
|
@@ -234,7 +234,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
234
234
|
description: string;
|
|
235
235
|
key: string;
|
|
236
236
|
app_key: string;
|
|
237
|
-
action_type: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
237
|
+
action_type: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
238
238
|
title: string;
|
|
239
239
|
type: "action";
|
|
240
240
|
id?: string | undefined;
|
|
@@ -251,18 +251,18 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
251
251
|
} & {
|
|
252
252
|
getAction: (options?: {
|
|
253
253
|
app: string;
|
|
254
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
254
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
255
255
|
action: string;
|
|
256
256
|
} | {
|
|
257
257
|
appKey: string;
|
|
258
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
258
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
259
259
|
actionKey: string;
|
|
260
260
|
} | undefined) => Promise<{
|
|
261
261
|
data: {
|
|
262
262
|
description: string;
|
|
263
263
|
key: string;
|
|
264
264
|
app_key: string;
|
|
265
|
-
action_type: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
265
|
+
action_type: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
266
266
|
title: string;
|
|
267
267
|
type: "action";
|
|
268
268
|
id?: string | undefined;
|
|
@@ -280,7 +280,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
280
280
|
} & {
|
|
281
281
|
listActionInputFields: (options?: (({
|
|
282
282
|
app: string;
|
|
283
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
283
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
284
284
|
action: string;
|
|
285
285
|
connection?: string | number | undefined;
|
|
286
286
|
connectionId?: string | number | null | undefined;
|
|
@@ -291,7 +291,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
291
291
|
cursor?: string | undefined;
|
|
292
292
|
} | {
|
|
293
293
|
appKey: string;
|
|
294
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
294
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
295
295
|
actionKey: string;
|
|
296
296
|
connection?: string | number | undefined;
|
|
297
297
|
connectionId?: string | number | null | undefined;
|
|
@@ -334,7 +334,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
334
334
|
} & {
|
|
335
335
|
getActionInputFieldsSchema: (options?: {
|
|
336
336
|
app: string;
|
|
337
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
337
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
338
338
|
action: string;
|
|
339
339
|
connection?: string | number | undefined;
|
|
340
340
|
connectionId?: string | number | null | undefined;
|
|
@@ -342,7 +342,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
342
342
|
inputs?: Record<string, unknown> | undefined;
|
|
343
343
|
} | {
|
|
344
344
|
appKey: string;
|
|
345
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
345
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
346
346
|
actionKey: string;
|
|
347
347
|
connection?: string | number | undefined;
|
|
348
348
|
connectionId?: string | number | null | undefined;
|
|
@@ -360,7 +360,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
360
360
|
} & {
|
|
361
361
|
listActionInputFieldChoices: (options?: (({
|
|
362
362
|
app: string;
|
|
363
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
363
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
364
364
|
action: string;
|
|
365
365
|
inputField: string;
|
|
366
366
|
connection?: string | number | undefined;
|
|
@@ -373,7 +373,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
373
373
|
cursor?: string | undefined;
|
|
374
374
|
} | {
|
|
375
375
|
appKey: string;
|
|
376
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
376
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
377
377
|
actionKey: string;
|
|
378
378
|
inputFieldKey: string;
|
|
379
379
|
connection?: string | number | undefined;
|
|
@@ -403,7 +403,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
403
403
|
} & {
|
|
404
404
|
listInputFields: (options?: (({
|
|
405
405
|
app: string;
|
|
406
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
406
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
407
407
|
action: string;
|
|
408
408
|
connection?: string | number | undefined;
|
|
409
409
|
connectionId?: string | number | null | undefined;
|
|
@@ -414,7 +414,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
414
414
|
cursor?: string | undefined;
|
|
415
415
|
} | {
|
|
416
416
|
appKey: string;
|
|
417
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
417
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
418
418
|
actionKey: string;
|
|
419
419
|
connection?: string | number | undefined;
|
|
420
420
|
connectionId?: string | number | null | undefined;
|
|
@@ -459,13 +459,13 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
459
459
|
_def: zod_v4_core.$ZodStringDef & PositionalMetadata;
|
|
460
460
|
};
|
|
461
461
|
actionType: zod.ZodEnum<{
|
|
462
|
+
filter: "filter";
|
|
462
463
|
search: "search";
|
|
463
464
|
read: "read";
|
|
464
465
|
read_bulk: "read_bulk";
|
|
465
466
|
write: "write";
|
|
466
467
|
search_or_write: "search_or_write";
|
|
467
468
|
search_and_write: "search_and_write";
|
|
468
|
-
filter: "filter";
|
|
469
469
|
run: "run";
|
|
470
470
|
}>;
|
|
471
471
|
action: zod.ZodString & {
|
|
@@ -483,13 +483,13 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
483
483
|
_def: zod_v4_core.$ZodStringDef & PositionalMetadata;
|
|
484
484
|
};
|
|
485
485
|
actionType: zod.ZodEnum<{
|
|
486
|
+
filter: "filter";
|
|
486
487
|
search: "search";
|
|
487
488
|
read: "read";
|
|
488
489
|
read_bulk: "read_bulk";
|
|
489
490
|
write: "write";
|
|
490
491
|
search_or_write: "search_or_write";
|
|
491
492
|
search_and_write: "search_and_write";
|
|
492
|
-
filter: "filter";
|
|
493
493
|
run: "run";
|
|
494
494
|
}>;
|
|
495
495
|
actionKey: zod.ZodString;
|
|
@@ -529,7 +529,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
529
529
|
} & {
|
|
530
530
|
getInputFieldsSchema: (options?: {
|
|
531
531
|
app: string;
|
|
532
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
532
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
533
533
|
action: string;
|
|
534
534
|
connection?: string | number | undefined;
|
|
535
535
|
connectionId?: string | number | null | undefined;
|
|
@@ -537,7 +537,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
537
537
|
inputs?: Record<string, unknown> | undefined;
|
|
538
538
|
} | {
|
|
539
539
|
appKey: string;
|
|
540
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
540
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
541
541
|
actionKey: string;
|
|
542
542
|
connection?: string | number | undefined;
|
|
543
543
|
connectionId?: string | number | null | undefined;
|
|
@@ -556,13 +556,13 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
556
556
|
_def: zod_v4_core.$ZodStringDef & PositionalMetadata;
|
|
557
557
|
};
|
|
558
558
|
actionType: zod.ZodEnum<{
|
|
559
|
+
filter: "filter";
|
|
559
560
|
search: "search";
|
|
560
561
|
read: "read";
|
|
561
562
|
read_bulk: "read_bulk";
|
|
562
563
|
write: "write";
|
|
563
564
|
search_or_write: "search_or_write";
|
|
564
565
|
search_and_write: "search_and_write";
|
|
565
|
-
filter: "filter";
|
|
566
566
|
run: "run";
|
|
567
567
|
}>;
|
|
568
568
|
action: zod.ZodString & {
|
|
@@ -577,13 +577,13 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
577
577
|
_def: zod_v4_core.$ZodStringDef & PositionalMetadata;
|
|
578
578
|
};
|
|
579
579
|
actionType: zod.ZodEnum<{
|
|
580
|
+
filter: "filter";
|
|
580
581
|
search: "search";
|
|
581
582
|
read: "read";
|
|
582
583
|
read_bulk: "read_bulk";
|
|
583
584
|
write: "write";
|
|
584
585
|
search_or_write: "search_or_write";
|
|
585
586
|
search_and_write: "search_and_write";
|
|
586
|
-
filter: "filter";
|
|
587
587
|
run: "run";
|
|
588
588
|
}>;
|
|
589
589
|
actionKey: zod.ZodString;
|
|
@@ -598,7 +598,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
598
598
|
} & {
|
|
599
599
|
listInputFieldChoices: (options?: (({
|
|
600
600
|
app: string;
|
|
601
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
601
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
602
602
|
action: string;
|
|
603
603
|
inputField: string;
|
|
604
604
|
connection?: string | number | undefined;
|
|
@@ -611,7 +611,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
611
611
|
cursor?: string | undefined;
|
|
612
612
|
} | {
|
|
613
613
|
appKey: string;
|
|
614
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
614
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
615
615
|
actionKey: string;
|
|
616
616
|
inputFieldKey: string;
|
|
617
617
|
connection?: string | number | undefined;
|
|
@@ -643,13 +643,13 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
643
643
|
_def: zod_v4_core.$ZodStringDef & PositionalMetadata;
|
|
644
644
|
};
|
|
645
645
|
actionType: zod.ZodEnum<{
|
|
646
|
+
filter: "filter";
|
|
646
647
|
search: "search";
|
|
647
648
|
read: "read";
|
|
648
649
|
read_bulk: "read_bulk";
|
|
649
650
|
write: "write";
|
|
650
651
|
search_or_write: "search_or_write";
|
|
651
652
|
search_and_write: "search_and_write";
|
|
652
|
-
filter: "filter";
|
|
653
653
|
run: "run";
|
|
654
654
|
}>;
|
|
655
655
|
action: zod.ZodString & {
|
|
@@ -671,13 +671,13 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
671
671
|
_def: zod_v4_core.$ZodStringDef & PositionalMetadata;
|
|
672
672
|
};
|
|
673
673
|
actionType: zod.ZodEnum<{
|
|
674
|
+
filter: "filter";
|
|
674
675
|
search: "search";
|
|
675
676
|
read: "read";
|
|
676
677
|
read_bulk: "read_bulk";
|
|
677
678
|
write: "write";
|
|
678
679
|
search_or_write: "search_or_write";
|
|
679
680
|
search_and_write: "search_and_write";
|
|
680
|
-
filter: "filter";
|
|
681
681
|
run: "run";
|
|
682
682
|
}>;
|
|
683
683
|
actionKey: zod.ZodString;
|
|
@@ -704,7 +704,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
704
704
|
} & {
|
|
705
705
|
runAction: (options?: (({
|
|
706
706
|
app: string;
|
|
707
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
707
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
708
708
|
action: string;
|
|
709
709
|
connection?: string | number | undefined;
|
|
710
710
|
connectionId?: string | number | null | undefined;
|
|
@@ -716,7 +716,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<{
|
|
|
716
716
|
cursor?: string | undefined;
|
|
717
717
|
} | {
|
|
718
718
|
appKey: string;
|
|
719
|
-
actionType: "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "
|
|
719
|
+
actionType: "filter" | "search" | "read" | "read_bulk" | "write" | "search_or_write" | "search_and_write" | "run";
|
|
720
720
|
actionKey: string;
|
|
721
721
|
connection?: string | number | undefined;
|
|
722
722
|
connectionId?: string | number | null | undefined;
|
package/dist/experimental.d.ts
CHANGED
|
@@ -232,13 +232,13 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
232
232
|
} & {
|
|
233
233
|
listActions: (options?: (({
|
|
234
234
|
app: string;
|
|
235
|
-
actionType?: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" |
|
|
235
|
+
actionType?: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | undefined;
|
|
236
236
|
pageSize?: number | undefined;
|
|
237
237
|
maxItems?: number | undefined;
|
|
238
238
|
cursor?: string | undefined;
|
|
239
239
|
} | {
|
|
240
240
|
appKey: string;
|
|
241
|
-
actionType?: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" |
|
|
241
|
+
actionType?: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | undefined;
|
|
242
242
|
pageSize?: number | undefined;
|
|
243
243
|
maxItems?: number | undefined;
|
|
244
244
|
cursor?: string | undefined;
|
|
@@ -250,7 +250,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
250
250
|
description: string;
|
|
251
251
|
key: string;
|
|
252
252
|
app_key: string;
|
|
253
|
-
action_type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
253
|
+
action_type: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
254
254
|
title: string;
|
|
255
255
|
type: "action";
|
|
256
256
|
id?: string | undefined;
|
|
@@ -267,18 +267,18 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
267
267
|
} & {
|
|
268
268
|
getAction: (options?: {
|
|
269
269
|
app: string;
|
|
270
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
270
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
271
271
|
action: string;
|
|
272
272
|
} | {
|
|
273
273
|
appKey: string;
|
|
274
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
274
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
275
275
|
actionKey: string;
|
|
276
276
|
} | undefined) => Promise<{
|
|
277
277
|
data: {
|
|
278
278
|
description: string;
|
|
279
279
|
key: string;
|
|
280
280
|
app_key: string;
|
|
281
|
-
action_type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
281
|
+
action_type: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
282
282
|
title: string;
|
|
283
283
|
type: "action";
|
|
284
284
|
id?: string | undefined;
|
|
@@ -296,7 +296,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
296
296
|
} & {
|
|
297
297
|
listActionInputFields: (options?: (({
|
|
298
298
|
app: string;
|
|
299
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
299
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
300
300
|
action: string;
|
|
301
301
|
connection?: string | number | undefined;
|
|
302
302
|
connectionId?: string | number | null | undefined;
|
|
@@ -307,7 +307,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
307
307
|
cursor?: string | undefined;
|
|
308
308
|
} | {
|
|
309
309
|
appKey: string;
|
|
310
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
310
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
311
311
|
actionKey: string;
|
|
312
312
|
connection?: string | number | undefined;
|
|
313
313
|
connectionId?: string | number | null | undefined;
|
|
@@ -350,7 +350,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
350
350
|
} & {
|
|
351
351
|
getActionInputFieldsSchema: (options?: {
|
|
352
352
|
app: string;
|
|
353
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
353
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
354
354
|
action: string;
|
|
355
355
|
connection?: string | number | undefined;
|
|
356
356
|
connectionId?: string | number | null | undefined;
|
|
@@ -358,7 +358,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
358
358
|
inputs?: Record<string, unknown> | undefined;
|
|
359
359
|
} | {
|
|
360
360
|
appKey: string;
|
|
361
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
361
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
362
362
|
actionKey: string;
|
|
363
363
|
connection?: string | number | undefined;
|
|
364
364
|
connectionId?: string | number | null | undefined;
|
|
@@ -376,7 +376,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
376
376
|
} & {
|
|
377
377
|
listActionInputFieldChoices: (options?: (({
|
|
378
378
|
app: string;
|
|
379
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
379
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
380
380
|
action: string;
|
|
381
381
|
inputField: string;
|
|
382
382
|
connection?: string | number | undefined;
|
|
@@ -389,7 +389,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
389
389
|
cursor?: string | undefined;
|
|
390
390
|
} | {
|
|
391
391
|
appKey: string;
|
|
392
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
392
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
393
393
|
actionKey: string;
|
|
394
394
|
inputFieldKey: string;
|
|
395
395
|
connection?: string | number | undefined;
|
|
@@ -419,7 +419,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
419
419
|
} & {
|
|
420
420
|
listInputFields: (options?: (({
|
|
421
421
|
app: string;
|
|
422
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
422
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
423
423
|
action: string;
|
|
424
424
|
connection?: string | number | undefined;
|
|
425
425
|
connectionId?: string | number | null | undefined;
|
|
@@ -430,7 +430,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
430
430
|
cursor?: string | undefined;
|
|
431
431
|
} | {
|
|
432
432
|
appKey: string;
|
|
433
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
433
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
434
434
|
actionKey: string;
|
|
435
435
|
connection?: string | number | undefined;
|
|
436
436
|
connectionId?: string | number | null | undefined;
|
|
@@ -476,13 +476,13 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
476
476
|
};
|
|
477
477
|
actionType: import("zod").ZodEnum<{
|
|
478
478
|
filter: "filter";
|
|
479
|
+
write: "write";
|
|
479
480
|
read: "read";
|
|
480
481
|
read_bulk: "read_bulk";
|
|
481
482
|
run: "run";
|
|
482
483
|
search: "search";
|
|
483
484
|
search_and_write: "search_and_write";
|
|
484
485
|
search_or_write: "search_or_write";
|
|
485
|
-
write: "write";
|
|
486
486
|
}>;
|
|
487
487
|
action: import("zod").ZodString & {
|
|
488
488
|
_def: import("zod/v4/core").$ZodStringDef & import("./index").PositionalMetadata;
|
|
@@ -500,13 +500,13 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
500
500
|
};
|
|
501
501
|
actionType: import("zod").ZodEnum<{
|
|
502
502
|
filter: "filter";
|
|
503
|
+
write: "write";
|
|
503
504
|
read: "read";
|
|
504
505
|
read_bulk: "read_bulk";
|
|
505
506
|
run: "run";
|
|
506
507
|
search: "search";
|
|
507
508
|
search_and_write: "search_and_write";
|
|
508
509
|
search_or_write: "search_or_write";
|
|
509
|
-
write: "write";
|
|
510
510
|
}>;
|
|
511
511
|
actionKey: import("zod").ZodString;
|
|
512
512
|
connection: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -545,7 +545,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
545
545
|
} & {
|
|
546
546
|
getInputFieldsSchema: (options?: {
|
|
547
547
|
app: string;
|
|
548
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
548
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
549
549
|
action: string;
|
|
550
550
|
connection?: string | number | undefined;
|
|
551
551
|
connectionId?: string | number | null | undefined;
|
|
@@ -553,7 +553,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
553
553
|
inputs?: Record<string, unknown> | undefined;
|
|
554
554
|
} | {
|
|
555
555
|
appKey: string;
|
|
556
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
556
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
557
557
|
actionKey: string;
|
|
558
558
|
connection?: string | number | undefined;
|
|
559
559
|
connectionId?: string | number | null | undefined;
|
|
@@ -573,13 +573,13 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
573
573
|
};
|
|
574
574
|
actionType: import("zod").ZodEnum<{
|
|
575
575
|
filter: "filter";
|
|
576
|
+
write: "write";
|
|
576
577
|
read: "read";
|
|
577
578
|
read_bulk: "read_bulk";
|
|
578
579
|
run: "run";
|
|
579
580
|
search: "search";
|
|
580
581
|
search_and_write: "search_and_write";
|
|
581
582
|
search_or_write: "search_or_write";
|
|
582
|
-
write: "write";
|
|
583
583
|
}>;
|
|
584
584
|
action: import("zod").ZodString & {
|
|
585
585
|
_def: import("zod/v4/core").$ZodStringDef & import("./index").PositionalMetadata;
|
|
@@ -594,13 +594,13 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
594
594
|
};
|
|
595
595
|
actionType: import("zod").ZodEnum<{
|
|
596
596
|
filter: "filter";
|
|
597
|
+
write: "write";
|
|
597
598
|
read: "read";
|
|
598
599
|
read_bulk: "read_bulk";
|
|
599
600
|
run: "run";
|
|
600
601
|
search: "search";
|
|
601
602
|
search_and_write: "search_and_write";
|
|
602
603
|
search_or_write: "search_or_write";
|
|
603
|
-
write: "write";
|
|
604
604
|
}>;
|
|
605
605
|
actionKey: import("zod").ZodString;
|
|
606
606
|
connection: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -614,7 +614,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
614
614
|
} & {
|
|
615
615
|
listInputFieldChoices: (options?: (({
|
|
616
616
|
app: string;
|
|
617
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
617
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
618
618
|
action: string;
|
|
619
619
|
inputField: string;
|
|
620
620
|
connection?: string | number | undefined;
|
|
@@ -627,7 +627,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
627
627
|
cursor?: string | undefined;
|
|
628
628
|
} | {
|
|
629
629
|
appKey: string;
|
|
630
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
630
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
631
631
|
actionKey: string;
|
|
632
632
|
inputFieldKey: string;
|
|
633
633
|
connection?: string | number | undefined;
|
|
@@ -660,13 +660,13 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
660
660
|
};
|
|
661
661
|
actionType: import("zod").ZodEnum<{
|
|
662
662
|
filter: "filter";
|
|
663
|
+
write: "write";
|
|
663
664
|
read: "read";
|
|
664
665
|
read_bulk: "read_bulk";
|
|
665
666
|
run: "run";
|
|
666
667
|
search: "search";
|
|
667
668
|
search_and_write: "search_and_write";
|
|
668
669
|
search_or_write: "search_or_write";
|
|
669
|
-
write: "write";
|
|
670
670
|
}>;
|
|
671
671
|
action: import("zod").ZodString & {
|
|
672
672
|
_def: import("zod/v4/core").$ZodStringDef & import("./index").PositionalMetadata;
|
|
@@ -688,13 +688,13 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
688
688
|
};
|
|
689
689
|
actionType: import("zod").ZodEnum<{
|
|
690
690
|
filter: "filter";
|
|
691
|
+
write: "write";
|
|
691
692
|
read: "read";
|
|
692
693
|
read_bulk: "read_bulk";
|
|
693
694
|
run: "run";
|
|
694
695
|
search: "search";
|
|
695
696
|
search_and_write: "search_and_write";
|
|
696
697
|
search_or_write: "search_or_write";
|
|
697
|
-
write: "write";
|
|
698
698
|
}>;
|
|
699
699
|
actionKey: import("zod").ZodString;
|
|
700
700
|
inputFieldKey: import("zod").ZodString;
|
|
@@ -720,7 +720,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
720
720
|
} & {
|
|
721
721
|
runAction: (options?: (({
|
|
722
722
|
app: string;
|
|
723
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
723
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
724
724
|
action: string;
|
|
725
725
|
connection?: string | number | undefined;
|
|
726
726
|
connectionId?: string | number | null | undefined;
|
|
@@ -732,7 +732,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("./i
|
|
|
732
732
|
cursor?: string | undefined;
|
|
733
733
|
} | {
|
|
734
734
|
appKey: string;
|
|
735
|
-
actionType: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write"
|
|
735
|
+
actionType: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
736
736
|
actionKey: string;
|
|
737
737
|
connection?: string | number | undefined;
|
|
738
738
|
connectionId?: string | number | null | undefined;
|