@zapier/zapier-sdk 0.70.2 → 0.70.4

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 (80) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +115 -80
  3. package/dist/experimental.cjs +163 -37
  4. package/dist/experimental.d.mts +160 -4
  5. package/dist/experimental.d.ts +158 -2
  6. package/dist/experimental.d.ts.map +1 -1
  7. package/dist/experimental.mjs +162 -38
  8. package/dist/{index-DjLMJ3w8.d.mts → index-BNaiNmM-.d.mts} +133 -3
  9. package/dist/{index-DjLMJ3w8.d.ts → index-BNaiNmM-.d.ts} +133 -3
  10. package/dist/index.cjs +51 -2
  11. package/dist/index.d.mts +1 -1
  12. package/dist/index.mjs +50 -3
  13. package/dist/plugins/codeSubstrate/deleteWorkflow/index.d.ts +9 -0
  14. package/dist/plugins/codeSubstrate/deleteWorkflow/index.d.ts.map +1 -1
  15. package/dist/plugins/codeSubstrate/disableWorkflow/index.d.ts +9 -0
  16. package/dist/plugins/codeSubstrate/disableWorkflow/index.d.ts.map +1 -1
  17. package/dist/plugins/codeSubstrate/enableWorkflow/index.d.ts +9 -0
  18. package/dist/plugins/codeSubstrate/enableWorkflow/index.d.ts.map +1 -1
  19. package/dist/plugins/codeSubstrate/getDurableRun/index.d.ts +1 -1
  20. package/dist/plugins/codeSubstrate/getDurableRun/schemas.d.ts +5 -5
  21. package/dist/plugins/codeSubstrate/getDurableRun/schemas.d.ts.map +1 -1
  22. package/dist/plugins/codeSubstrate/getDurableRun/schemas.js +2 -1
  23. package/dist/plugins/codeSubstrate/getTriggerRun/schemas.d.ts +1 -1
  24. package/dist/plugins/codeSubstrate/getWorkflow/index.d.ts +31 -0
  25. package/dist/plugins/codeSubstrate/getWorkflow/index.d.ts.map +1 -1
  26. package/dist/plugins/codeSubstrate/getWorkflow/schemas.d.ts +42 -0
  27. package/dist/plugins/codeSubstrate/getWorkflow/schemas.d.ts.map +1 -1
  28. package/dist/plugins/codeSubstrate/getWorkflow/schemas.js +20 -0
  29. package/dist/plugins/codeSubstrate/getWorkflowRun/index.d.ts +9 -0
  30. package/dist/plugins/codeSubstrate/getWorkflowRun/index.d.ts.map +1 -1
  31. package/dist/plugins/codeSubstrate/getWorkflowRun/schemas.d.ts +1 -1
  32. package/dist/plugins/codeSubstrate/getWorkflowVersion/index.d.ts +35 -0
  33. package/dist/plugins/codeSubstrate/getWorkflowVersion/index.d.ts.map +1 -1
  34. package/dist/plugins/codeSubstrate/getWorkflowVersion/schemas.d.ts +13 -0
  35. package/dist/plugins/codeSubstrate/getWorkflowVersion/schemas.d.ts.map +1 -1
  36. package/dist/plugins/codeSubstrate/getWorkflowVersion/schemas.js +10 -0
  37. package/dist/plugins/codeSubstrate/listDurableRuns/schemas.d.ts +3 -3
  38. package/dist/plugins/codeSubstrate/listWorkflowRuns/index.d.ts +9 -0
  39. package/dist/plugins/codeSubstrate/listWorkflowRuns/index.d.ts.map +1 -1
  40. package/dist/plugins/codeSubstrate/listWorkflowRuns/schemas.d.ts +3 -3
  41. package/dist/plugins/codeSubstrate/listWorkflowVersions/index.d.ts +22 -0
  42. package/dist/plugins/codeSubstrate/listWorkflowVersions/index.d.ts.map +1 -1
  43. package/dist/plugins/codeSubstrate/listWorkflowVersions/schemas.d.ts +26 -0
  44. package/dist/plugins/codeSubstrate/listWorkflowVersions/schemas.d.ts.map +1 -1
  45. package/dist/plugins/codeSubstrate/listWorkflowVersions/schemas.js +10 -0
  46. package/dist/plugins/codeSubstrate/listWorkflows/index.d.ts +9 -0
  47. package/dist/plugins/codeSubstrate/listWorkflows/index.d.ts.map +1 -1
  48. package/dist/plugins/codeSubstrate/listWorkflows/schemas.d.ts +32 -0
  49. package/dist/plugins/codeSubstrate/listWorkflows/schemas.d.ts.map +1 -1
  50. package/dist/plugins/codeSubstrate/listWorkflows/schemas.js +11 -0
  51. package/dist/plugins/codeSubstrate/publishWorkflowVersion/index.d.ts +22 -0
  52. package/dist/plugins/codeSubstrate/publishWorkflowVersion/index.d.ts.map +1 -1
  53. package/dist/plugins/codeSubstrate/publishWorkflowVersion/schemas.d.ts +14 -1
  54. package/dist/plugins/codeSubstrate/publishWorkflowVersion/schemas.d.ts.map +1 -1
  55. package/dist/plugins/codeSubstrate/publishWorkflowVersion/schemas.js +11 -44
  56. package/dist/plugins/codeSubstrate/runDurable/index.d.ts +6 -0
  57. package/dist/plugins/codeSubstrate/runDurable/index.d.ts.map +1 -1
  58. package/dist/plugins/codeSubstrate/runDurable/index.js +3 -0
  59. package/dist/plugins/codeSubstrate/runDurable/schemas.d.ts +12 -0
  60. package/dist/plugins/codeSubstrate/runDurable/schemas.d.ts.map +1 -1
  61. package/dist/plugins/codeSubstrate/runDurable/schemas.js +33 -0
  62. package/dist/plugins/codeSubstrate/shared-schemas.d.ts +37 -0
  63. package/dist/plugins/codeSubstrate/shared-schemas.d.ts.map +1 -0
  64. package/dist/plugins/codeSubstrate/shared-schemas.js +69 -0
  65. package/dist/plugins/codeSubstrate/triggerWorkflow/index.d.ts +9 -0
  66. package/dist/plugins/codeSubstrate/triggerWorkflow/index.d.ts.map +1 -1
  67. package/dist/plugins/codeSubstrate/updateWorkflow/index.d.ts +11 -0
  68. package/dist/plugins/codeSubstrate/updateWorkflow/index.d.ts.map +1 -1
  69. package/dist/plugins/codeSubstrate/updateWorkflow/schemas.d.ts +2 -0
  70. package/dist/plugins/codeSubstrate/updateWorkflow/schemas.d.ts.map +1 -1
  71. package/dist/plugins/codeSubstrate/updateWorkflow/schemas.js +7 -0
  72. package/dist/plugins/eventEmission/builders.d.ts.map +1 -1
  73. package/dist/plugins/eventEmission/builders.js +7 -2
  74. package/dist/plugins/eventEmission/utils.d.ts +54 -0
  75. package/dist/plugins/eventEmission/utils.d.ts.map +1 -1
  76. package/dist/plugins/eventEmission/utils.js +97 -0
  77. package/dist/types/telemetry-events.d.ts +7 -0
  78. package/dist/types/telemetry-events.d.ts.map +1 -1
  79. package/dist/types/telemetry-events.js +2 -0
  80. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
- import { B as BaseSdkOptions, P as PluginStack, a as PluginMeta, M as MethodHooks, C as CoreOptions, Z as ZapierSdkOptions$1, E as EventEmissionContext, A as ApiClient, b as Manifest, R as ResolvedAppLocator, U as UpdateManifestEntryOptions, c as UpdateManifestEntryResult, d as AddActionEntryOptions, e as AddActionEntryResult, f as ActionEntry, g as findManifestEntry, r as readManifestFromFile, h as CapabilitiesContext, i as PaginatedSdkResult, F as FieldsetItem, j as PositionalMetadata, O as OutputFormatter, k as ZapierFetchInitOptions, D as DrainTriggerInboxOptions, l as DynamicResolver, W as WatchTriggerInboxOptions, m as ActionProxy, n as ZapierSdkApps, o as WithAddPlugin } from './index-DjLMJ3w8.mjs';
2
- export { x as Action, cc as ActionExecutionOptions, I as ActionExecutionResult, J as ActionField, K as ActionFieldChoice, aQ as ActionItem, bq as ActionKeyProperty, a_ as ActionKeyPropertySchema, br as ActionProperty, a$ as ActionPropertySchema, aE as ActionResolverItem, bC as ActionTimeoutMsProperty, ba as ActionTimeoutMsPropertySchema, aF as ActionTypeItem, bp as ActionTypeProperty, aZ as ActionTypePropertySchema, c8 as ApiError, dC as ApiEvent, cW as ApiPluginOptions, cY as ApiPluginProvides, y as App, cd as AppFactoryInput, aO as AppItem, bn as AppKeyProperty, aX as AppKeyPropertySchema, bo as AppProperty, aY as AppPropertySchema, eL as ApplicationLifecycleEventData, c4 as ApprovalStatus, cb as AppsPluginProvides, bH as AppsProperty, bf as AppsPropertySchema, a5 as ArrayResolver, dB as AuthEvent, bv as AuthenticationIdProperty, b2 as AuthenticationIdPropertySchema, eT as BaseEvent, as as BaseSdkOptionsSchema, ag as BatchOptions, cJ as CONTEXT_CACHE_MAX_SIZE, cI as CONTEXT_CACHE_TTL_MS, aw as CORE_ERROR_SYMBOL, H as Choice, dI as ClientCredentialsObject, dT as ClientCredentialsObjectSchema, V as Connection, d$ as ConnectionEntry, d_ as ConnectionEntrySchema, bt as ConnectionIdProperty, b1 as ConnectionIdPropertySchema, aP as ConnectionItem, bu as ConnectionProperty, b3 as ConnectionPropertySchema, e1 as ConnectionsMap, e0 as ConnectionsMapSchema, e3 as ConnectionsPluginProvides, bJ as ConnectionsProperty, bh as ConnectionsPropertySchema, X as ConnectionsResponse, ax as CoreErrorCode, cv as CreateClientCredentialsPluginProvides, et as CreateTableFieldsPluginProvides, en as CreateTablePluginProvides, eB as CreateTableRecordsPluginProvides, dF as Credentials, dY as CredentialsFunction, dX as CredentialsFunctionSchema, dH as CredentialsObject, dV as CredentialsObjectSchema, dZ as CredentialsSchema, e8 as DEFAULT_ACTION_TIMEOUT_MS, eg as DEFAULT_APPROVAL_TIMEOUT_MS, cS as DEFAULT_CONFIG_PATH, eh as DEFAULT_MAX_APPROVAL_RETRIES, e7 as DEFAULT_PAGE_SIZE, bA as DebugProperty, b8 as DebugPropertySchema, cx as DeleteClientCredentialsPluginProvides, ev as DeleteTableFieldsPluginProvides, ep as DeleteTablePluginProvides, eD as DeleteTableRecordsPluginProvides, s as DrainTriggerInboxCallback, t as DrainTriggerInboxErrorObserver, a8 as DynamicListResolver, a9 as DynamicSearchResolver, eM as EnhancedErrorEventData, bP as ErrorOptions, dE as EventCallback, eK as EventContext, eH as EventEmissionConfig, eJ as EventEmissionProvides, cf as FetchPluginProvides, z as Field, bG as FieldsProperty, be as FieldsPropertySchema, aa as FieldsResolver, v as FindFirstAuthenticationPluginProvides, cF as FindFirstConnectionPluginProvides, w as FindUniqueAuthenticationPluginProvides, cH as FindUniqueConnectionPluginProvides, a3 as FormattedItem, ar as FunctionDeprecation, aq as FunctionRegistryEntry, cp as GetActionInputFieldsSchemaPluginProvides, cB as GetActionPluginProvides, cz as GetAppPluginProvides, G as GetAuthenticationPluginProvides, cD as GetConnectionPluginProvides, cV as GetProfilePluginProvides, el as GetTablePluginProvides, ex as GetTableRecordPluginProvides, aS as InfoFieldItem, aR as InputFieldItem, bs as InputFieldProperty, b0 as InputFieldPropertySchema, bw as InputsProperty, b4 as InputsPropertySchema, aN as JsonSseMessage, bO as LeaseLimitProperty, bm as LeaseLimitPropertySchema, bM as LeaseProperty, bk as LeasePropertySchema, bN as LeaseSecondsProperty, bl as LeaseSecondsPropertySchema, L as LeasedTriggerMessageItem, bx as LimitProperty, b5 as LimitPropertySchema, cn as ListActionInputFieldChoicesPluginProvides, cl as ListActionInputFieldsPluginProvides, cj as ListActionsPluginProvides, ch as ListAppsPluginProvides, u as ListAuthenticationsPluginProvides, ct as ListClientCredentialsPluginProvides, cr as ListConnectionsPluginProvides, er as ListTableFieldsPluginProvides, ez as ListTableRecordsPluginProvides, ej as ListTablesPluginProvides, dD as LoadingEvent, eb as MAX_CONCURRENCY_LIMIT, e6 as MAX_PAGE_LIMIT, cT as ManifestEntry, cO as ManifestPluginOptions, cR as ManifestPluginProvides, eU as MethodCalledEvent, eN as MethodCalledEventData, N as Need, Q as NeedsRequest, S as NeedsResponse, by as OffsetProperty, b6 as OffsetPropertySchema, bz as OutputProperty, b7 as OutputPropertySchema, aW as PaginatedSdkFunction, bB as ParamsProperty, b9 as ParamsPropertySchema, dJ as PkceCredentialsObject, dU as PkceCredentialsObjectSchema, ay as Plugin, az as PluginProvides, aI as PollOptions, c2 as RateLimitInfo, bE as RecordProperty, bc as RecordPropertySchema, bF as RecordsProperty, bd as RecordsPropertySchema, al as RelayFetchSchema, ak as RelayRequestSchema, aH as RequestOptions, cN as RequestPluginProvides, dn as ResolveAuthTokenOptions, dO as ResolveCredentialsOptions, dG as ResolvedCredentials, dW as ResolvedCredentialsSchema, a4 as Resolver, a6 as ResolverMetadata, aT as RootFieldItem, cL as RunActionPluginProvides, dA as SdkEvent, aV as SdkPage, aM as SseMessage, a7 as StaticResolver, bD as TableProperty, bb as TablePropertySchema, bI as TablesProperty, bg as TablesPropertySchema, bL as TriggerInboxNameProperty, bj as TriggerInboxNamePropertySchema, bK as TriggerInboxProperty, bi as TriggerInboxPropertySchema, T as TriggerMessageStatus, eF as UpdateTableRecordsPluginProvides, Y as UserProfile, aU as UserProfileItem, e4 as ZAPIER_BASE_URL, ed as ZAPIER_MAX_CONCURRENT_REQUESTS, e9 as ZAPIER_MAX_NETWORK_RETRIES, ea as ZAPIER_MAX_NETWORK_RETRY_DELAY_MS, p as ZapierAbortDrainSignal, c0 as ZapierActionError, bV as ZapierApiError, bW as ZapierAppNotFoundError, c5 as ZapierApprovalError, bT as ZapierAuthenticationError, b_ as ZapierBundleError, dw as ZapierCache, dx as ZapierCacheEntry, dy as ZapierCacheSetOptions, bZ as ZapierConfigurationError, c1 as ZapierConflictError, bQ as ZapierError, bX as ZapierNotFoundError, c3 as ZapierRateLimitError, c6 as ZapierRelayError, q as ZapierReleaseTriggerMessageSignal, bY as ZapierResourceNotFoundError, c9 as ZapierSignal, b$ as ZapierTimeoutError, bS as ZapierUnknownError, bR as ZapierValidationError, c$ as actionKeyResolver, c_ as actionTypeResolver, a2 as addPlugin, cX as apiPlugin, cZ as appKeyResolver, ca as appsPlugin, d1 as authenticationIdGenericResolver, d0 as authenticationIdResolver, af as batch, eO as buildApplicationLifecycleEvent, ah as buildCapabilityMessage, eQ as buildErrorEvent, eP as buildErrorEventWithContext, eS as buildMethodCalledEvent, eG as cleanupEventListeners, dp as clearTokenCache, d5 as clientCredentialsNameResolver, d6 as clientIdResolver, aD as composePlugins, d1 as connectionIdGenericResolver, d0 as connectionIdResolver, e2 as connectionsPlugin, eR as createBaseEvent, cu as createClientCredentialsPlugin, a1 as createCorePlugin, $ as createFunction, dz as createMemoryCache, ao as createOptionsPlugin, aC as createPaginatedPluginMethod, aB as createPluginMethod, a0 as createPluginStack, an as createSdk, es as createTableFieldsPlugin, em as createTablePlugin, eA as createTableRecordsPlugin, aJ as createZapierApi, ap as createZapierCoreStack, am as createZapierSdkWithoutRegistry, aA as definePlugin, cw as deleteClientCredentialsPlugin, eu as deleteTableFieldsPlugin, eo as deleteTablePlugin, eC as deleteTableRecordsPlugin, da as durableRunIdResolver, eI as eventEmissionPlugin, ce as fetchPlugin, cE as findFirstConnectionPlugin, cG as findUniqueConnectionPlugin, c7 as formatErrorMessage, eV as generateEventId, co as getActionInputFieldsSchemaPlugin, cA as getActionPlugin, cy as getAppPlugin, dR as getBaseUrlFromCredentials, e$ as getCiPlatform, dS as getClientIdFromCredentials, cC as getConnectionPlugin, av as getCoreErrorCause, au as getCoreErrorCode, f1 as getCpuTime, eW as getCurrentTimestamp, f0 as getMemoryUsage, aK as getOrCreateApiClient, eY as getOsInfo, eZ as getPlatformVersions, cP as getPreferredManifestEntryKey, cU as getProfilePlugin, eX as getReleaseId, ek as getTablePlugin, ew as getTableRecordPlugin, dt as getTokenFromCliLogin, ee as getZapierApprovalMode, ef as getZapierDefaultApprovalMode, e5 as getZapierSdkService, dr as injectCliLogin, d4 as inputFieldKeyResolver, d3 as inputsAllOptionalResolver, d2 as inputsResolver, dq as invalidateCachedToken, dv as invalidateCredentialsToken, e_ as isCi, ds as isCliLoginAvailable, dK as isClientCredentials, at as isCoreError, dN as isCredentialsFunction, dM as isCredentialsObject, aL as isPermanentHttpError, dL as isPkceCredentials, _ as isPositional, cm as listActionInputFieldChoicesPlugin, ck as listActionInputFieldsPlugin, ci as listActionsPlugin, cg as listAppsPlugin, cs as listClientCredentialsPlugin, cq as listConnectionsPlugin, eq as listTableFieldsPlugin, ey as listTableRecordsPlugin, ei as listTablesPlugin, ai as logDeprecation, cQ as manifestPlugin, ec as parseConcurrencyEnvVar, aG as registryPlugin, cM as requestPlugin, aj as resetDeprecationWarnings, du as resolveAuthToken, dQ as resolveCredentials, dP as resolveCredentialsFromEnv, cK as runActionPlugin, ab as runInMethodScope, ac as runWithTelemetryContext, dg as tableFieldIdsResolver, di as tableFieldsResolver, dl as tableFiltersResolver, d7 as tableIdResolver, dh as tableNameResolver, de as tableRecordIdResolver, df as tableRecordIdsResolver, dj as tableRecordsResolver, dm as tableSortResolver, dk as tableUpdateRecordsResolver, ad as toSnakeCase, ae as toTitleCase, d8 as triggerInboxResolver, dd as triggerMessagesResolver, eE as updateTableRecordsPlugin, d9 as workflowIdResolver, dc as workflowRunIdResolver, db as workflowVersionIdResolver, bU as zapierAdaptError } from './index-DjLMJ3w8.mjs';
1
+ import { B as BaseSdkOptions, P as PluginStack, a as PluginMeta, M as MethodHooks, C as CoreOptions, Z as ZapierSdkOptions$1, E as EventEmissionContext, A as ApiClient, b as Manifest, R as ResolvedAppLocator, U as UpdateManifestEntryOptions, c as UpdateManifestEntryResult, d as AddActionEntryOptions, e as AddActionEntryResult, f as ActionEntry, g as findManifestEntry, r as readManifestFromFile, h as CapabilitiesContext, i as PaginatedSdkResult, F as FieldsetItem, j as PositionalMetadata, O as OutputFormatter, k as ZapierFetchInitOptions, D as DrainTriggerInboxOptions, l as DynamicResolver, W as WatchTriggerInboxOptions, m as ActionProxy, n as ZapierSdkApps, o as WithAddPlugin } from './index-BNaiNmM-.mjs';
2
+ export { x as Action, cc as ActionExecutionOptions, I as ActionExecutionResult, J as ActionField, K as ActionFieldChoice, aQ as ActionItem, bq as ActionKeyProperty, a_ as ActionKeyPropertySchema, br as ActionProperty, a$ as ActionPropertySchema, aE as ActionResolverItem, bC as ActionTimeoutMsProperty, ba as ActionTimeoutMsPropertySchema, aF as ActionTypeItem, bp as ActionTypeProperty, aZ as ActionTypePropertySchema, c8 as ApiError, dC as ApiEvent, cW as ApiPluginOptions, cY as ApiPluginProvides, y as App, cd as AppFactoryInput, aO as AppItem, bn as AppKeyProperty, aX as AppKeyPropertySchema, bo as AppProperty, aY as AppPropertySchema, eL as ApplicationLifecycleEventData, c4 as ApprovalStatus, cb as AppsPluginProvides, bH as AppsProperty, bf as AppsPropertySchema, a5 as ArrayResolver, dB as AuthEvent, bv as AuthenticationIdProperty, b2 as AuthenticationIdPropertySchema, eT as BaseEvent, as as BaseSdkOptionsSchema, ag as BatchOptions, cJ as CONTEXT_CACHE_MAX_SIZE, cI as CONTEXT_CACHE_TTL_MS, aw as CORE_ERROR_SYMBOL, H as Choice, dI as ClientCredentialsObject, dT as ClientCredentialsObjectSchema, V as Connection, d$ as ConnectionEntry, d_ as ConnectionEntrySchema, bt as ConnectionIdProperty, b1 as ConnectionIdPropertySchema, aP as ConnectionItem, bu as ConnectionProperty, b3 as ConnectionPropertySchema, e1 as ConnectionsMap, e0 as ConnectionsMapSchema, e3 as ConnectionsPluginProvides, bJ as ConnectionsProperty, bh as ConnectionsPropertySchema, X as ConnectionsResponse, ax as CoreErrorCode, cv as CreateClientCredentialsPluginProvides, et as CreateTableFieldsPluginProvides, en as CreateTablePluginProvides, eB as CreateTableRecordsPluginProvides, dF as Credentials, dY as CredentialsFunction, dX as CredentialsFunctionSchema, dH as CredentialsObject, dV as CredentialsObjectSchema, dZ as CredentialsSchema, e8 as DEFAULT_ACTION_TIMEOUT_MS, eg as DEFAULT_APPROVAL_TIMEOUT_MS, cS as DEFAULT_CONFIG_PATH, eh as DEFAULT_MAX_APPROVAL_RETRIES, e7 as DEFAULT_PAGE_SIZE, bA as DebugProperty, b8 as DebugPropertySchema, cx as DeleteClientCredentialsPluginProvides, ev as DeleteTableFieldsPluginProvides, ep as DeleteTablePluginProvides, eD as DeleteTableRecordsPluginProvides, s as DrainTriggerInboxCallback, t as DrainTriggerInboxErrorObserver, a8 as DynamicListResolver, a9 as DynamicSearchResolver, eM as EnhancedErrorEventData, bP as ErrorOptions, dE as EventCallback, eK as EventContext, eH as EventEmissionConfig, eJ as EventEmissionProvides, cf as FetchPluginProvides, z as Field, bG as FieldsProperty, be as FieldsPropertySchema, aa as FieldsResolver, v as FindFirstAuthenticationPluginProvides, cF as FindFirstConnectionPluginProvides, w as FindUniqueAuthenticationPluginProvides, cH as FindUniqueConnectionPluginProvides, a3 as FormattedItem, ar as FunctionDeprecation, aq as FunctionRegistryEntry, cp as GetActionInputFieldsSchemaPluginProvides, cB as GetActionPluginProvides, cz as GetAppPluginProvides, G as GetAuthenticationPluginProvides, cD as GetConnectionPluginProvides, cV as GetProfilePluginProvides, el as GetTablePluginProvides, ex as GetTableRecordPluginProvides, aS as InfoFieldItem, aR as InputFieldItem, bs as InputFieldProperty, b0 as InputFieldPropertySchema, bw as InputsProperty, b4 as InputsPropertySchema, aN as JsonSseMessage, bO as LeaseLimitProperty, bm as LeaseLimitPropertySchema, bM as LeaseProperty, bk as LeasePropertySchema, bN as LeaseSecondsProperty, bl as LeaseSecondsPropertySchema, L as LeasedTriggerMessageItem, bx as LimitProperty, b5 as LimitPropertySchema, cn as ListActionInputFieldChoicesPluginProvides, cl as ListActionInputFieldsPluginProvides, cj as ListActionsPluginProvides, ch as ListAppsPluginProvides, u as ListAuthenticationsPluginProvides, ct as ListClientCredentialsPluginProvides, cr as ListConnectionsPluginProvides, er as ListTableFieldsPluginProvides, ez as ListTableRecordsPluginProvides, ej as ListTablesPluginProvides, dD as LoadingEvent, eb as MAX_CONCURRENCY_LIMIT, e6 as MAX_PAGE_LIMIT, cT as ManifestEntry, cO as ManifestPluginOptions, cR as ManifestPluginProvides, eU as MethodCalledEvent, eN as MethodCalledEventData, N as Need, Q as NeedsRequest, S as NeedsResponse, by as OffsetProperty, b6 as OffsetPropertySchema, bz as OutputProperty, b7 as OutputPropertySchema, aW as PaginatedSdkFunction, bB as ParamsProperty, b9 as ParamsPropertySchema, dJ as PkceCredentialsObject, dU as PkceCredentialsObjectSchema, ay as Plugin, az as PluginProvides, aI as PollOptions, c2 as RateLimitInfo, bE as RecordProperty, bc as RecordPropertySchema, bF as RecordsProperty, bd as RecordsPropertySchema, al as RelayFetchSchema, ak as RelayRequestSchema, aH as RequestOptions, cN as RequestPluginProvides, dn as ResolveAuthTokenOptions, dO as ResolveCredentialsOptions, dG as ResolvedCredentials, dW as ResolvedCredentialsSchema, a4 as Resolver, a6 as ResolverMetadata, aT as RootFieldItem, cL as RunActionPluginProvides, dA as SdkEvent, aV as SdkPage, aM as SseMessage, a7 as StaticResolver, bD as TableProperty, bb as TablePropertySchema, bI as TablesProperty, bg as TablesPropertySchema, bL as TriggerInboxNameProperty, bj as TriggerInboxNamePropertySchema, bK as TriggerInboxProperty, bi as TriggerInboxPropertySchema, T as TriggerMessageStatus, eF as UpdateTableRecordsPluginProvides, Y as UserProfile, aU as UserProfileItem, e4 as ZAPIER_BASE_URL, ed as ZAPIER_MAX_CONCURRENT_REQUESTS, e9 as ZAPIER_MAX_NETWORK_RETRIES, ea as ZAPIER_MAX_NETWORK_RETRY_DELAY_MS, p as ZapierAbortDrainSignal, c0 as ZapierActionError, bV as ZapierApiError, bW as ZapierAppNotFoundError, c5 as ZapierApprovalError, bT as ZapierAuthenticationError, b_ as ZapierBundleError, dw as ZapierCache, dx as ZapierCacheEntry, dy as ZapierCacheSetOptions, bZ as ZapierConfigurationError, c1 as ZapierConflictError, bQ as ZapierError, bX as ZapierNotFoundError, c3 as ZapierRateLimitError, c6 as ZapierRelayError, q as ZapierReleaseTriggerMessageSignal, bY as ZapierResourceNotFoundError, c9 as ZapierSignal, b$ as ZapierTimeoutError, bS as ZapierUnknownError, bR as ZapierValidationError, c$ as actionKeyResolver, c_ as actionTypeResolver, a2 as addPlugin, cX as apiPlugin, cZ as appKeyResolver, ca as appsPlugin, d1 as authenticationIdGenericResolver, d0 as authenticationIdResolver, af as batch, eO as buildApplicationLifecycleEvent, ah as buildCapabilityMessage, eQ as buildErrorEvent, eP as buildErrorEventWithContext, eS as buildMethodCalledEvent, eG as cleanupEventListeners, dp as clearTokenCache, d5 as clientCredentialsNameResolver, d6 as clientIdResolver, aD as composePlugins, d1 as connectionIdGenericResolver, d0 as connectionIdResolver, e2 as connectionsPlugin, eR as createBaseEvent, cu as createClientCredentialsPlugin, a1 as createCorePlugin, $ as createFunction, dz as createMemoryCache, ao as createOptionsPlugin, aC as createPaginatedPluginMethod, aB as createPluginMethod, a0 as createPluginStack, an as createSdk, es as createTableFieldsPlugin, em as createTablePlugin, eA as createTableRecordsPlugin, aJ as createZapierApi, ap as createZapierCoreStack, am as createZapierSdkWithoutRegistry, aA as definePlugin, cw as deleteClientCredentialsPlugin, eu as deleteTableFieldsPlugin, eo as deleteTablePlugin, eC as deleteTableRecordsPlugin, da as durableRunIdResolver, eI as eventEmissionPlugin, ce as fetchPlugin, cE as findFirstConnectionPlugin, cG as findUniqueConnectionPlugin, c7 as formatErrorMessage, eV as generateEventId, co as getActionInputFieldsSchemaPlugin, cA as getActionPlugin, f3 as getAgent, cy as getAppPlugin, dR as getBaseUrlFromCredentials, e$ as getCiPlatform, dS as getClientIdFromCredentials, cC as getConnectionPlugin, av as getCoreErrorCause, au as getCoreErrorCode, f1 as getCpuTime, eW as getCurrentTimestamp, f0 as getMemoryUsage, aK as getOrCreateApiClient, eY as getOsInfo, eZ as getPlatformVersions, cP as getPreferredManifestEntryKey, cU as getProfilePlugin, eX as getReleaseId, ek as getTablePlugin, ew as getTableRecordPlugin, dt as getTokenFromCliLogin, f2 as getTtyContext, ee as getZapierApprovalMode, ef as getZapierDefaultApprovalMode, e5 as getZapierSdkService, dr as injectCliLogin, d4 as inputFieldKeyResolver, d3 as inputsAllOptionalResolver, d2 as inputsResolver, dq as invalidateCachedToken, dv as invalidateCredentialsToken, e_ as isCi, ds as isCliLoginAvailable, dK as isClientCredentials, at as isCoreError, dN as isCredentialsFunction, dM as isCredentialsObject, aL as isPermanentHttpError, dL as isPkceCredentials, _ as isPositional, cm as listActionInputFieldChoicesPlugin, ck as listActionInputFieldsPlugin, ci as listActionsPlugin, cg as listAppsPlugin, cs as listClientCredentialsPlugin, cq as listConnectionsPlugin, eq as listTableFieldsPlugin, ey as listTableRecordsPlugin, ei as listTablesPlugin, ai as logDeprecation, cQ as manifestPlugin, ec as parseConcurrencyEnvVar, aG as registryPlugin, cM as requestPlugin, aj as resetDeprecationWarnings, du as resolveAuthToken, dQ as resolveCredentials, dP as resolveCredentialsFromEnv, cK as runActionPlugin, ab as runInMethodScope, ac as runWithTelemetryContext, dg as tableFieldIdsResolver, di as tableFieldsResolver, dl as tableFiltersResolver, d7 as tableIdResolver, dh as tableNameResolver, de as tableRecordIdResolver, df as tableRecordIdsResolver, dj as tableRecordsResolver, dm as tableSortResolver, dk as tableUpdateRecordsResolver, ad as toSnakeCase, ae as toTitleCase, d8 as triggerInboxResolver, dd as triggerMessagesResolver, eE as updateTableRecordsPlugin, d9 as workflowIdResolver, dc as workflowRunIdResolver, db as workflowVersionIdResolver, bU as zapierAdaptError } from './index-BNaiNmM-.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';
@@ -2537,7 +2537,16 @@ declare function createZapierSdkStack(options?: ZapierSdkOptions): PluginStack<o
2537
2537
  description: string | null;
2538
2538
  trigger_url: string;
2539
2539
  enabled: boolean;
2540
+ is_private: boolean;
2541
+ created_by_user_id: string | null;
2540
2542
  current_version_id: string | null;
2543
+ triggers: {
2544
+ selected_api: string;
2545
+ action: string;
2546
+ status: "active" | "unclaimed" | "pending" | "releasing" | "released" | "failed";
2547
+ authentication_id?: string | null | undefined;
2548
+ params?: Record<string, unknown> | undefined;
2549
+ }[];
2541
2550
  created_at: string;
2542
2551
  updated_at: string;
2543
2552
  }>;
@@ -2557,6 +2566,15 @@ declare function createZapierSdkStack(options?: ZapierSdkOptions): PluginStack<o
2557
2566
  description: string | null;
2558
2567
  trigger_url: string;
2559
2568
  enabled: boolean;
2569
+ is_private: boolean;
2570
+ created_by_user_id: string | null;
2571
+ triggers: {
2572
+ selected_api: string;
2573
+ action: string;
2574
+ status: "active" | "unclaimed" | "pending" | "releasing" | "released" | "failed";
2575
+ authentication_id?: string | null | undefined;
2576
+ params?: Record<string, unknown> | undefined;
2577
+ }[];
2560
2578
  created_at: string;
2561
2579
  updated_at: string;
2562
2580
  current_version?: {
@@ -2567,6 +2585,19 @@ declare function createZapierSdkStack(options?: ZapierSdkOptions): PluginStack<o
2567
2585
  dependencies: Record<string, string> | null;
2568
2586
  created_by_user_id: string;
2569
2587
  created_at: string;
2588
+ trigger: {
2589
+ selected_api: string;
2590
+ action: string;
2591
+ authentication_id?: string | null | undefined;
2592
+ params?: Record<string, unknown> | undefined;
2593
+ } | null;
2594
+ connections: Record<string, {
2595
+ connection_id: string | number;
2596
+ }> | null;
2597
+ app_versions: Record<string, {
2598
+ implementation_name: string;
2599
+ version?: string | undefined;
2600
+ }> | null;
2570
2601
  } | undefined;
2571
2602
  };
2572
2603
  }>;
@@ -2611,6 +2642,8 @@ declare function createZapierSdkStack(options?: ZapierSdkOptions): PluginStack<o
2611
2642
  description: string | null;
2612
2643
  trigger_url: string;
2613
2644
  enabled: boolean;
2645
+ is_private: boolean;
2646
+ created_by_user_id: string | null;
2614
2647
  created_at: string;
2615
2648
  updated_at: string;
2616
2649
  };
@@ -2726,7 +2759,7 @@ declare function createZapierSdkStack(options?: ZapierSdkOptions): PluginStack<o
2726
2759
  code: string;
2727
2760
  title: string;
2728
2761
  detail?: string | null | undefined;
2729
- } | undefined;
2762
+ } | null | undefined;
2730
2763
  } | null | undefined;
2731
2764
  operations?: {
2732
2765
  id: string;
@@ -2773,6 +2806,12 @@ declare function createZapierSdkStack(options?: ZapierSdkOptions): PluginStack<o
2773
2806
  version?: string | undefined;
2774
2807
  }> | undefined;
2775
2808
  private?: boolean | undefined;
2809
+ notifications?: {
2810
+ url: string;
2811
+ events: ("error" | "started" | "cancelled" | "completed" | "progress")[];
2812
+ type?: "webhook" | undefined;
2813
+ max_retries?: number | undefined;
2814
+ }[] | undefined;
2776
2815
  } | undefined) => Promise<{
2777
2816
  data: {
2778
2817
  id: string;
@@ -2831,6 +2870,19 @@ declare function createZapierSdkStack(options?: ZapierSdkOptions): PluginStack<o
2831
2870
  dependencies: Record<string, string> | null;
2832
2871
  created_by_user_id: string;
2833
2872
  created_at: string;
2873
+ trigger: {
2874
+ selected_api: string;
2875
+ action: string;
2876
+ authentication_id?: string | null | undefined;
2877
+ params?: Record<string, unknown> | undefined;
2878
+ } | null;
2879
+ connections: Record<string, {
2880
+ connection_id: string | number;
2881
+ }> | null;
2882
+ app_versions: Record<string, {
2883
+ implementation_name: string;
2884
+ version?: string | undefined;
2885
+ }> | null;
2834
2886
  };
2835
2887
  }>;
2836
2888
  } & {
@@ -2856,6 +2908,19 @@ declare function createZapierSdkStack(options?: ZapierSdkOptions): PluginStack<o
2856
2908
  dependencies: Record<string, string> | null;
2857
2909
  created_by_user_id: string;
2858
2910
  created_at: string;
2911
+ trigger: {
2912
+ selected_api: string;
2913
+ action: string;
2914
+ authentication_id?: string | null | undefined;
2915
+ params?: Record<string, unknown> | undefined;
2916
+ } | null;
2917
+ connections: Record<string, {
2918
+ connection_id: string | number;
2919
+ }> | null;
2920
+ app_versions: Record<string, {
2921
+ implementation_name: string;
2922
+ version?: string | undefined;
2923
+ }> | null;
2859
2924
  }>;
2860
2925
  } & {
2861
2926
  context: {
@@ -2876,6 +2941,19 @@ declare function createZapierSdkStack(options?: ZapierSdkOptions): PluginStack<o
2876
2941
  dependencies: Record<string, string> | null;
2877
2942
  created_by_user_id: string;
2878
2943
  created_at: string;
2944
+ trigger: {
2945
+ selected_api: string;
2946
+ action: string;
2947
+ authentication_id?: string | null | undefined;
2948
+ params?: Record<string, unknown> | undefined;
2949
+ } | null;
2950
+ connections: Record<string, {
2951
+ connection_id: string | number;
2952
+ }> | null;
2953
+ app_versions: Record<string, {
2954
+ implementation_name: string;
2955
+ version?: string | undefined;
2956
+ }> | null;
2879
2957
  };
2880
2958
  }>;
2881
2959
  } & {
@@ -5542,7 +5620,16 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<obje
5542
5620
  description: string | null;
5543
5621
  trigger_url: string;
5544
5622
  enabled: boolean;
5623
+ is_private: boolean;
5624
+ created_by_user_id: string | null;
5545
5625
  current_version_id: string | null;
5626
+ triggers: {
5627
+ selected_api: string;
5628
+ action: string;
5629
+ status: "active" | "unclaimed" | "pending" | "releasing" | "released" | "failed";
5630
+ authentication_id?: string | null | undefined;
5631
+ params?: Record<string, unknown> | undefined;
5632
+ }[];
5546
5633
  created_at: string;
5547
5634
  updated_at: string;
5548
5635
  }>;
@@ -5562,6 +5649,15 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<obje
5562
5649
  description: string | null;
5563
5650
  trigger_url: string;
5564
5651
  enabled: boolean;
5652
+ is_private: boolean;
5653
+ created_by_user_id: string | null;
5654
+ triggers: {
5655
+ selected_api: string;
5656
+ action: string;
5657
+ status: "active" | "unclaimed" | "pending" | "releasing" | "released" | "failed";
5658
+ authentication_id?: string | null | undefined;
5659
+ params?: Record<string, unknown> | undefined;
5660
+ }[];
5565
5661
  created_at: string;
5566
5662
  updated_at: string;
5567
5663
  current_version?: {
@@ -5572,6 +5668,19 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<obje
5572
5668
  dependencies: Record<string, string> | null;
5573
5669
  created_by_user_id: string;
5574
5670
  created_at: string;
5671
+ trigger: {
5672
+ selected_api: string;
5673
+ action: string;
5674
+ authentication_id?: string | null | undefined;
5675
+ params?: Record<string, unknown> | undefined;
5676
+ } | null;
5677
+ connections: Record<string, {
5678
+ connection_id: string | number;
5679
+ }> | null;
5680
+ app_versions: Record<string, {
5681
+ implementation_name: string;
5682
+ version?: string | undefined;
5683
+ }> | null;
5575
5684
  } | undefined;
5576
5685
  };
5577
5686
  }>;
@@ -5616,6 +5725,8 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<obje
5616
5725
  description: string | null;
5617
5726
  trigger_url: string;
5618
5727
  enabled: boolean;
5728
+ is_private: boolean;
5729
+ created_by_user_id: string | null;
5619
5730
  created_at: string;
5620
5731
  updated_at: string;
5621
5732
  };
@@ -5731,7 +5842,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<obje
5731
5842
  code: string;
5732
5843
  title: string;
5733
5844
  detail?: string | null | undefined;
5734
- } | undefined;
5845
+ } | null | undefined;
5735
5846
  } | null | undefined;
5736
5847
  operations?: {
5737
5848
  id: string;
@@ -5778,6 +5889,12 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<obje
5778
5889
  version?: string | undefined;
5779
5890
  }> | undefined;
5780
5891
  private?: boolean | undefined;
5892
+ notifications?: {
5893
+ url: string;
5894
+ events: ("error" | "started" | "cancelled" | "completed" | "progress")[];
5895
+ type?: "webhook" | undefined;
5896
+ max_retries?: number | undefined;
5897
+ }[] | undefined;
5781
5898
  } | undefined) => Promise<{
5782
5899
  data: {
5783
5900
  id: string;
@@ -5836,6 +5953,19 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<obje
5836
5953
  dependencies: Record<string, string> | null;
5837
5954
  created_by_user_id: string;
5838
5955
  created_at: string;
5956
+ trigger: {
5957
+ selected_api: string;
5958
+ action: string;
5959
+ authentication_id?: string | null | undefined;
5960
+ params?: Record<string, unknown> | undefined;
5961
+ } | null;
5962
+ connections: Record<string, {
5963
+ connection_id: string | number;
5964
+ }> | null;
5965
+ app_versions: Record<string, {
5966
+ implementation_name: string;
5967
+ version?: string | undefined;
5968
+ }> | null;
5839
5969
  };
5840
5970
  }>;
5841
5971
  } & {
@@ -5861,6 +5991,19 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<obje
5861
5991
  dependencies: Record<string, string> | null;
5862
5992
  created_by_user_id: string;
5863
5993
  created_at: string;
5994
+ trigger: {
5995
+ selected_api: string;
5996
+ action: string;
5997
+ authentication_id?: string | null | undefined;
5998
+ params?: Record<string, unknown> | undefined;
5999
+ } | null;
6000
+ connections: Record<string, {
6001
+ connection_id: string | number;
6002
+ }> | null;
6003
+ app_versions: Record<string, {
6004
+ implementation_name: string;
6005
+ version?: string | undefined;
6006
+ }> | null;
5864
6007
  }>;
5865
6008
  } & {
5866
6009
  context: {
@@ -5881,6 +6024,19 @@ declare function createZapierSdk(options?: ZapierSdkOptions): WithAddPlugin<obje
5881
6024
  dependencies: Record<string, string> | null;
5882
6025
  created_by_user_id: string;
5883
6026
  created_at: string;
6027
+ trigger: {
6028
+ selected_api: string;
6029
+ action: string;
6030
+ authentication_id?: string | null | undefined;
6031
+ params?: Record<string, unknown> | undefined;
6032
+ } | null;
6033
+ connections: Record<string, {
6034
+ connection_id: string | number;
6035
+ }> | null;
6036
+ app_versions: Record<string, {
6037
+ implementation_name: string;
6038
+ version?: string | undefined;
6039
+ }> | null;
5884
6040
  };
5885
6041
  }>;
5886
6042
  } & {
@@ -2552,7 +2552,16 @@ export declare function createZapierSdkStack(options?: ZapierSdkOptions): import
2552
2552
  description: string | null;
2553
2553
  trigger_url: string;
2554
2554
  enabled: boolean;
2555
+ is_private: boolean;
2556
+ created_by_user_id: string | null;
2555
2557
  current_version_id: string | null;
2558
+ triggers: {
2559
+ selected_api: string;
2560
+ action: string;
2561
+ status: "pending" | "active" | "unclaimed" | "releasing" | "released" | "failed";
2562
+ authentication_id?: string | null | undefined;
2563
+ params?: Record<string, unknown> | undefined;
2564
+ }[];
2556
2565
  created_at: string;
2557
2566
  updated_at: string;
2558
2567
  }>;
@@ -2572,6 +2581,15 @@ export declare function createZapierSdkStack(options?: ZapierSdkOptions): import
2572
2581
  description: string | null;
2573
2582
  trigger_url: string;
2574
2583
  enabled: boolean;
2584
+ is_private: boolean;
2585
+ created_by_user_id: string | null;
2586
+ triggers: {
2587
+ selected_api: string;
2588
+ action: string;
2589
+ status: "pending" | "active" | "unclaimed" | "releasing" | "released" | "failed";
2590
+ authentication_id?: string | null | undefined;
2591
+ params?: Record<string, unknown> | undefined;
2592
+ }[];
2575
2593
  created_at: string;
2576
2594
  updated_at: string;
2577
2595
  current_version?: {
@@ -2582,6 +2600,19 @@ export declare function createZapierSdkStack(options?: ZapierSdkOptions): import
2582
2600
  dependencies: Record<string, string> | null;
2583
2601
  created_by_user_id: string;
2584
2602
  created_at: string;
2603
+ trigger: {
2604
+ selected_api: string;
2605
+ action: string;
2606
+ authentication_id?: string | null | undefined;
2607
+ params?: Record<string, unknown> | undefined;
2608
+ } | null;
2609
+ connections: Record<string, {
2610
+ connection_id: string | number;
2611
+ }> | null;
2612
+ app_versions: Record<string, {
2613
+ implementation_name: string;
2614
+ version?: string | undefined;
2615
+ }> | null;
2585
2616
  } | undefined;
2586
2617
  };
2587
2618
  }>;
@@ -2626,6 +2657,8 @@ export declare function createZapierSdkStack(options?: ZapierSdkOptions): import
2626
2657
  description: string | null;
2627
2658
  trigger_url: string;
2628
2659
  enabled: boolean;
2660
+ is_private: boolean;
2661
+ created_by_user_id: string | null;
2629
2662
  created_at: string;
2630
2663
  updated_at: string;
2631
2664
  };
@@ -2741,7 +2774,7 @@ export declare function createZapierSdkStack(options?: ZapierSdkOptions): import
2741
2774
  code: string;
2742
2775
  title: string;
2743
2776
  detail?: string | null | undefined;
2744
- } | undefined;
2777
+ } | null | undefined;
2745
2778
  } | null | undefined;
2746
2779
  operations?: {
2747
2780
  id: string;
@@ -2788,6 +2821,12 @@ export declare function createZapierSdkStack(options?: ZapierSdkOptions): import
2788
2821
  version?: string | undefined;
2789
2822
  }> | undefined;
2790
2823
  private?: boolean | undefined;
2824
+ notifications?: {
2825
+ url: string;
2826
+ events: ("error" | "started" | "cancelled" | "completed" | "progress")[];
2827
+ type?: "webhook" | undefined;
2828
+ max_retries?: number | undefined;
2829
+ }[] | undefined;
2791
2830
  } | undefined) => Promise<{
2792
2831
  data: {
2793
2832
  id: string;
@@ -2846,6 +2885,19 @@ export declare function createZapierSdkStack(options?: ZapierSdkOptions): import
2846
2885
  dependencies: Record<string, string> | null;
2847
2886
  created_by_user_id: string;
2848
2887
  created_at: string;
2888
+ trigger: {
2889
+ selected_api: string;
2890
+ action: string;
2891
+ authentication_id?: string | null | undefined;
2892
+ params?: Record<string, unknown> | undefined;
2893
+ } | null;
2894
+ connections: Record<string, {
2895
+ connection_id: string | number;
2896
+ }> | null;
2897
+ app_versions: Record<string, {
2898
+ implementation_name: string;
2899
+ version?: string | undefined;
2900
+ }> | null;
2849
2901
  };
2850
2902
  }>;
2851
2903
  } & {
@@ -2871,6 +2923,19 @@ export declare function createZapierSdkStack(options?: ZapierSdkOptions): import
2871
2923
  dependencies: Record<string, string> | null;
2872
2924
  created_by_user_id: string;
2873
2925
  created_at: string;
2926
+ trigger: {
2927
+ selected_api: string;
2928
+ action: string;
2929
+ authentication_id?: string | null | undefined;
2930
+ params?: Record<string, unknown> | undefined;
2931
+ } | null;
2932
+ connections: Record<string, {
2933
+ connection_id: string | number;
2934
+ }> | null;
2935
+ app_versions: Record<string, {
2936
+ implementation_name: string;
2937
+ version?: string | undefined;
2938
+ }> | null;
2874
2939
  }>;
2875
2940
  } & {
2876
2941
  context: {
@@ -2891,6 +2956,19 @@ export declare function createZapierSdkStack(options?: ZapierSdkOptions): import
2891
2956
  dependencies: Record<string, string> | null;
2892
2957
  created_by_user_id: string;
2893
2958
  created_at: string;
2959
+ trigger: {
2960
+ selected_api: string;
2961
+ action: string;
2962
+ authentication_id?: string | null | undefined;
2963
+ params?: Record<string, unknown> | undefined;
2964
+ } | null;
2965
+ connections: Record<string, {
2966
+ connection_id: string | number;
2967
+ }> | null;
2968
+ app_versions: Record<string, {
2969
+ implementation_name: string;
2970
+ version?: string | undefined;
2971
+ }> | null;
2894
2972
  };
2895
2973
  }>;
2896
2974
  } & {
@@ -5557,7 +5635,16 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("kit
5557
5635
  description: string | null;
5558
5636
  trigger_url: string;
5559
5637
  enabled: boolean;
5638
+ is_private: boolean;
5639
+ created_by_user_id: string | null;
5560
5640
  current_version_id: string | null;
5641
+ triggers: {
5642
+ selected_api: string;
5643
+ action: string;
5644
+ status: "pending" | "active" | "unclaimed" | "releasing" | "released" | "failed";
5645
+ authentication_id?: string | null | undefined;
5646
+ params?: Record<string, unknown> | undefined;
5647
+ }[];
5561
5648
  created_at: string;
5562
5649
  updated_at: string;
5563
5650
  }>;
@@ -5577,6 +5664,15 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("kit
5577
5664
  description: string | null;
5578
5665
  trigger_url: string;
5579
5666
  enabled: boolean;
5667
+ is_private: boolean;
5668
+ created_by_user_id: string | null;
5669
+ triggers: {
5670
+ selected_api: string;
5671
+ action: string;
5672
+ status: "pending" | "active" | "unclaimed" | "releasing" | "released" | "failed";
5673
+ authentication_id?: string | null | undefined;
5674
+ params?: Record<string, unknown> | undefined;
5675
+ }[];
5580
5676
  created_at: string;
5581
5677
  updated_at: string;
5582
5678
  current_version?: {
@@ -5587,6 +5683,19 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("kit
5587
5683
  dependencies: Record<string, string> | null;
5588
5684
  created_by_user_id: string;
5589
5685
  created_at: string;
5686
+ trigger: {
5687
+ selected_api: string;
5688
+ action: string;
5689
+ authentication_id?: string | null | undefined;
5690
+ params?: Record<string, unknown> | undefined;
5691
+ } | null;
5692
+ connections: Record<string, {
5693
+ connection_id: string | number;
5694
+ }> | null;
5695
+ app_versions: Record<string, {
5696
+ implementation_name: string;
5697
+ version?: string | undefined;
5698
+ }> | null;
5590
5699
  } | undefined;
5591
5700
  };
5592
5701
  }>;
@@ -5631,6 +5740,8 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("kit
5631
5740
  description: string | null;
5632
5741
  trigger_url: string;
5633
5742
  enabled: boolean;
5743
+ is_private: boolean;
5744
+ created_by_user_id: string | null;
5634
5745
  created_at: string;
5635
5746
  updated_at: string;
5636
5747
  };
@@ -5746,7 +5857,7 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("kit
5746
5857
  code: string;
5747
5858
  title: string;
5748
5859
  detail?: string | null | undefined;
5749
- } | undefined;
5860
+ } | null | undefined;
5750
5861
  } | null | undefined;
5751
5862
  operations?: {
5752
5863
  id: string;
@@ -5793,6 +5904,12 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("kit
5793
5904
  version?: string | undefined;
5794
5905
  }> | undefined;
5795
5906
  private?: boolean | undefined;
5907
+ notifications?: {
5908
+ url: string;
5909
+ events: ("error" | "started" | "cancelled" | "completed" | "progress")[];
5910
+ type?: "webhook" | undefined;
5911
+ max_retries?: number | undefined;
5912
+ }[] | undefined;
5796
5913
  } | undefined) => Promise<{
5797
5914
  data: {
5798
5915
  id: string;
@@ -5851,6 +5968,19 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("kit
5851
5968
  dependencies: Record<string, string> | null;
5852
5969
  created_by_user_id: string;
5853
5970
  created_at: string;
5971
+ trigger: {
5972
+ selected_api: string;
5973
+ action: string;
5974
+ authentication_id?: string | null | undefined;
5975
+ params?: Record<string, unknown> | undefined;
5976
+ } | null;
5977
+ connections: Record<string, {
5978
+ connection_id: string | number;
5979
+ }> | null;
5980
+ app_versions: Record<string, {
5981
+ implementation_name: string;
5982
+ version?: string | undefined;
5983
+ }> | null;
5854
5984
  };
5855
5985
  }>;
5856
5986
  } & {
@@ -5876,6 +6006,19 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("kit
5876
6006
  dependencies: Record<string, string> | null;
5877
6007
  created_by_user_id: string;
5878
6008
  created_at: string;
6009
+ trigger: {
6010
+ selected_api: string;
6011
+ action: string;
6012
+ authentication_id?: string | null | undefined;
6013
+ params?: Record<string, unknown> | undefined;
6014
+ } | null;
6015
+ connections: Record<string, {
6016
+ connection_id: string | number;
6017
+ }> | null;
6018
+ app_versions: Record<string, {
6019
+ implementation_name: string;
6020
+ version?: string | undefined;
6021
+ }> | null;
5879
6022
  }>;
5880
6023
  } & {
5881
6024
  context: {
@@ -5896,6 +6039,19 @@ export declare function createZapierSdk(options?: ZapierSdkOptions): import("kit
5896
6039
  dependencies: Record<string, string> | null;
5897
6040
  created_by_user_id: string;
5898
6041
  created_at: string;
6042
+ trigger: {
6043
+ selected_api: string;
6044
+ action: string;
6045
+ authentication_id?: string | null | undefined;
6046
+ params?: Record<string, unknown> | undefined;
6047
+ } | null;
6048
+ connections: Record<string, {
6049
+ connection_id: string | number;
6050
+ }> | null;
6051
+ app_versions: Record<string, {
6052
+ implementation_name: string;
6053
+ version?: string | undefined;
6054
+ }> | null;
5899
6055
  };
5900
6056
  }>;
5901
6057
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"experimental.d.ts","sourceRoot":"","sources":["../src/experimental.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AA4F1C,cAAc,SAAS,CAAC;AAExB,MAAM,WAAW,gBAAiB,SAAQ,cAAc;CAAG;AAE3D;;;;;;;;;;GAUG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA2IqrD,CAAC;;;;sBAAiX,CAAC;qBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAvBpoE;AAED,wBAAgB,eAAe,CAAC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAqB0rD,CAAC;;;;sBAAiX,CAAC;qBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAhBpoE;AASD,MAAM,WAAW,SAAU,SAAQ,UAAU,CAAC,OAAO,eAAe,CAAC;CAAG;AAMxE,YAAY,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"experimental.d.ts","sourceRoot":"","sources":["../src/experimental.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AA4F1C,cAAc,SAAS,CAAC;AAExB,MAAM,WAAW,gBAAiB,SAAQ,cAAc;CAAG;AAE3D;;;;;;;;;;GAUG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA2IqrD,CAAC;;;;sBAAiX,CAAC;qBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAvBpoE;AAED,wBAAgB,eAAe,CAAC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAqB0rD,CAAC;;;;sBAAiX,CAAC;qBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAhBpoE;AASD,MAAM,WAAW,SAAU,SAAQ,UAAU,CAAC,OAAO,eAAe,CAAC;CAAG;AAMxE,YAAY,EAAE,UAAU,EAAE,CAAC"}