@zapier/zapier-sdk 0.110.0 → 0.110.2

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.
@@ -62,9 +62,9 @@ declare const AppItemSchema: z.ZodObject<{
62
62
 
63
63
  declare const ActionItemSchema: z.ZodObject<{
64
64
  description: z.ZodString;
65
+ id: z.ZodOptional<z.ZodString>;
65
66
  is_hidden: z.ZodOptional<z.ZodBoolean>;
66
67
  key: z.ZodString;
67
- id: z.ZodOptional<z.ZodString>;
68
68
  is_important: z.ZodOptional<z.ZodBoolean>;
69
69
  app_key: z.ZodString;
70
70
  app_version: z.ZodOptional<z.ZodString>;
@@ -1586,8 +1586,8 @@ declare const NeedSchema: z.ZodObject<{
1586
1586
  type: z.ZodOptional<z.ZodEnum<{
1587
1587
  string: "string";
1588
1588
  boolean: "boolean";
1589
- filter: "filter";
1590
1589
  file: "file";
1590
+ filter: "filter";
1591
1591
  integer: "integer";
1592
1592
  text: "text";
1593
1593
  datetime: "datetime";
@@ -1793,8 +1793,8 @@ declare const NeedsResponseSchema: z.ZodObject<{
1793
1793
  type: z.ZodOptional<z.ZodEnum<{
1794
1794
  string: "string";
1795
1795
  boolean: "boolean";
1796
- filter: "filter";
1797
1796
  file: "file";
1797
+ filter: "filter";
1798
1798
  integer: "integer";
1799
1799
  text: "text";
1800
1800
  datetime: "datetime";
@@ -2638,8 +2638,8 @@ declare const appsPlugin: _zapier_kitcore.PropertyPlugin<"apps", ActionProxy & Z
2638
2638
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
2639
2639
  title: string;
2640
2640
  type: "action";
2641
- is_hidden?: boolean | undefined;
2642
2641
  id?: string | undefined;
2642
+ is_hidden?: boolean | undefined;
2643
2643
  is_important?: boolean | undefined;
2644
2644
  app_version?: string | undefined;
2645
2645
  };
@@ -2672,8 +2672,8 @@ declare const appsPlugin: _zapier_kitcore.PropertyPlugin<"apps", ActionProxy & Z
2672
2672
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
2673
2673
  title: string;
2674
2674
  type: "action";
2675
- is_hidden?: boolean | undefined;
2676
2675
  id?: string | undefined;
2676
+ is_hidden?: boolean | undefined;
2677
2677
  is_important?: boolean | undefined;
2678
2678
  app_version?: string | undefined;
2679
2679
  }>, readonly [], Omit<{
@@ -2717,8 +2717,8 @@ declare const appsPlugin: _zapier_kitcore.PropertyPlugin<"apps", ActionProxy & Z
2717
2717
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
2718
2718
  title: string;
2719
2719
  type: "action";
2720
- is_hidden?: boolean | undefined;
2721
2720
  id?: string | undefined;
2721
+ is_hidden?: boolean | undefined;
2722
2722
  is_important?: boolean | undefined;
2723
2723
  app_version?: string | undefined;
2724
2724
  }>>], (input: ({
@@ -2739,8 +2739,8 @@ declare const appsPlugin: _zapier_kitcore.PropertyPlugin<"apps", ActionProxy & Z
2739
2739
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
2740
2740
  title: string;
2741
2741
  type: "action";
2742
- is_hidden?: boolean | undefined;
2743
2742
  id?: string | undefined;
2743
+ is_hidden?: boolean | undefined;
2744
2744
  is_important?: boolean | undefined;
2745
2745
  app_version?: string | undefined;
2746
2746
  };
@@ -2908,7 +2908,151 @@ declare const listAppsPlugin: _zapier_kitcore.MethodPlugin<"listApps", {
2908
2908
  }, "maxItems" | "skipOutputDataValidation"> & {
2909
2909
  cursor?: string;
2910
2910
  pageSize?: number;
2911
- }> & _zapier_kitcore.LeafSummary<"", "listApps", readonly [_zapier_kitcore.PropertyPlugin<"manifest", ManifestProvider> & _zapier_kitcore.DeclarationSummary<"zapier/manifest", ManifestProvider> & _zapier_kitcore.StandInId<"zapier/manifest">, _zapier_kitcore.PropertyPlugin<"api", ApiClient> & _zapier_kitcore.DeclarationSummary<"zapier/api", ApiClient> & _zapier_kitcore.StandInId<"zapier/api">], (input?: ({
2911
+ }> & _zapier_kitcore.LeafSummary<"", "listApps", readonly [_zapier_kitcore.PropertyPlugin<"manifest", ManifestProvider> & _zapier_kitcore.DeclarationSummary<"zapier/manifest", ManifestProvider> & _zapier_kitcore.StandInId<"zapier/manifest">, _zapier_kitcore.PropertyPlugin<"api", ApiClient> & _zapier_kitcore.DeclarationSummary<"zapier/api", ApiClient> & _zapier_kitcore.StandInId<"zapier/api">, _zapier_kitcore.PropertyPlugin<"sdkOptions", {
2912
+ credentials?: string | {
2913
+ clientId: string;
2914
+ clientSecret: string;
2915
+ type?: "client_credentials" | undefined;
2916
+ baseUrl?: string | undefined;
2917
+ scope?: string | undefined;
2918
+ } | {
2919
+ clientId: string;
2920
+ type?: "pkce" | undefined;
2921
+ baseUrl?: string | undefined;
2922
+ scope?: string | undefined;
2923
+ } | zod_v4_core.$InferOuterFunctionType<zod_v4_core.$ZodTuple<readonly [], zod_v4_core.$ZodFunctionOut>, zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
2924
+ type: zod.ZodOptional<zod.ZodEnum<{
2925
+ client_credentials: "client_credentials";
2926
+ }>>;
2927
+ clientId: zod.ZodString;
2928
+ clientSecret: zod.ZodString;
2929
+ baseUrl: zod.ZodOptional<zod.ZodString>;
2930
+ scope: zod.ZodOptional<zod.ZodString>;
2931
+ }, zod_v4_core.$strip>, zod.ZodObject<{
2932
+ type: zod.ZodOptional<zod.ZodEnum<{
2933
+ pkce: "pkce";
2934
+ }>>;
2935
+ clientId: zod.ZodString;
2936
+ baseUrl: zod.ZodOptional<zod.ZodString>;
2937
+ scope: zod.ZodOptional<zod.ZodString>;
2938
+ }, zod_v4_core.$strip>]>]>, zod.ZodPromise<zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
2939
+ type: zod.ZodOptional<zod.ZodEnum<{
2940
+ client_credentials: "client_credentials";
2941
+ }>>;
2942
+ clientId: zod.ZodString;
2943
+ clientSecret: zod.ZodString;
2944
+ baseUrl: zod.ZodOptional<zod.ZodString>;
2945
+ scope: zod.ZodOptional<zod.ZodString>;
2946
+ }, zod_v4_core.$strip>, zod.ZodObject<{
2947
+ type: zod.ZodOptional<zod.ZodEnum<{
2948
+ pkce: "pkce";
2949
+ }>>;
2950
+ clientId: zod.ZodString;
2951
+ baseUrl: zod.ZodOptional<zod.ZodString>;
2952
+ scope: zod.ZodOptional<zod.ZodString>;
2953
+ }, zod_v4_core.$strip>]>]>>]>> | undefined;
2954
+ debug?: boolean | undefined;
2955
+ baseUrl?: string | undefined;
2956
+ routeOverrides?: Record<string, string> | undefined;
2957
+ trackingBaseUrl?: string | undefined;
2958
+ maxNetworkRetries?: number | undefined;
2959
+ maxNetworkRetryDelaySeconds?: number | undefined;
2960
+ maxNetworkRetryDelayMs?: number | undefined;
2961
+ maxConcurrentRequests?: number | undefined;
2962
+ approvalTimeoutSeconds?: number | undefined;
2963
+ approvalTimeoutMs?: number | undefined;
2964
+ maxApprovalRetries?: number | undefined;
2965
+ approvalMode?: "disabled" | "poll" | "throw" | undefined;
2966
+ openAutoModeApprovalsInBrowser?: boolean | undefined;
2967
+ correlationId?: string | undefined;
2968
+ causationId?: string | undefined;
2969
+ manifestPath?: string | undefined;
2970
+ manifest?: Manifest | undefined;
2971
+ onEvent?: EventCallback | undefined;
2972
+ fetch?: typeof fetch | undefined;
2973
+ eventEmission?: EventEmissionConfig | undefined;
2974
+ callerPackage?: {
2975
+ name: string;
2976
+ version: string;
2977
+ } | undefined;
2978
+ cache?: ZapierCache | undefined;
2979
+ canIncludeSharedConnections?: boolean | undefined;
2980
+ canIncludeSharedTables?: boolean | undefined;
2981
+ canDeleteTables?: boolean | undefined;
2982
+ token?: string | undefined;
2983
+ } | undefined> & _zapier_kitcore.OptionalDeclarationSummary<"zapier/sdkOptions", {
2984
+ credentials?: string | {
2985
+ clientId: string;
2986
+ clientSecret: string;
2987
+ type?: "client_credentials" | undefined;
2988
+ baseUrl?: string | undefined;
2989
+ scope?: string | undefined;
2990
+ } | {
2991
+ clientId: string;
2992
+ type?: "pkce" | undefined;
2993
+ baseUrl?: string | undefined;
2994
+ scope?: string | undefined;
2995
+ } | zod_v4_core.$InferOuterFunctionType<zod_v4_core.$ZodTuple<readonly [], zod_v4_core.$ZodFunctionOut>, zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
2996
+ type: zod.ZodOptional<zod.ZodEnum<{
2997
+ client_credentials: "client_credentials";
2998
+ }>>;
2999
+ clientId: zod.ZodString;
3000
+ clientSecret: zod.ZodString;
3001
+ baseUrl: zod.ZodOptional<zod.ZodString>;
3002
+ scope: zod.ZodOptional<zod.ZodString>;
3003
+ }, zod_v4_core.$strip>, zod.ZodObject<{
3004
+ type: zod.ZodOptional<zod.ZodEnum<{
3005
+ pkce: "pkce";
3006
+ }>>;
3007
+ clientId: zod.ZodString;
3008
+ baseUrl: zod.ZodOptional<zod.ZodString>;
3009
+ scope: zod.ZodOptional<zod.ZodString>;
3010
+ }, zod_v4_core.$strip>]>]>, zod.ZodPromise<zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
3011
+ type: zod.ZodOptional<zod.ZodEnum<{
3012
+ client_credentials: "client_credentials";
3013
+ }>>;
3014
+ clientId: zod.ZodString;
3015
+ clientSecret: zod.ZodString;
3016
+ baseUrl: zod.ZodOptional<zod.ZodString>;
3017
+ scope: zod.ZodOptional<zod.ZodString>;
3018
+ }, zod_v4_core.$strip>, zod.ZodObject<{
3019
+ type: zod.ZodOptional<zod.ZodEnum<{
3020
+ pkce: "pkce";
3021
+ }>>;
3022
+ clientId: zod.ZodString;
3023
+ baseUrl: zod.ZodOptional<zod.ZodString>;
3024
+ scope: zod.ZodOptional<zod.ZodString>;
3025
+ }, zod_v4_core.$strip>]>]>>]>> | undefined;
3026
+ debug?: boolean | undefined;
3027
+ baseUrl?: string | undefined;
3028
+ routeOverrides?: Record<string, string> | undefined;
3029
+ trackingBaseUrl?: string | undefined;
3030
+ maxNetworkRetries?: number | undefined;
3031
+ maxNetworkRetryDelaySeconds?: number | undefined;
3032
+ maxNetworkRetryDelayMs?: number | undefined;
3033
+ maxConcurrentRequests?: number | undefined;
3034
+ approvalTimeoutSeconds?: number | undefined;
3035
+ approvalTimeoutMs?: number | undefined;
3036
+ maxApprovalRetries?: number | undefined;
3037
+ approvalMode?: "disabled" | "poll" | "throw" | undefined;
3038
+ openAutoModeApprovalsInBrowser?: boolean | undefined;
3039
+ correlationId?: string | undefined;
3040
+ causationId?: string | undefined;
3041
+ manifestPath?: string | undefined;
3042
+ manifest?: Manifest | undefined;
3043
+ onEvent?: EventCallback | undefined;
3044
+ fetch?: typeof fetch | undefined;
3045
+ eventEmission?: EventEmissionConfig | undefined;
3046
+ callerPackage?: {
3047
+ name: string;
3048
+ version: string;
3049
+ } | undefined;
3050
+ cache?: ZapierCache | undefined;
3051
+ canIncludeSharedConnections?: boolean | undefined;
3052
+ canIncludeSharedTables?: boolean | undefined;
3053
+ canDeleteTables?: boolean | undefined;
3054
+ token?: string | undefined;
3055
+ } | undefined> & _zapier_kitcore.StandInId<"zapier/sdkOptions">, _zapier_kitcore.PropertyPlugin<"coreOptions", _zapier_kitcore.CoreOptions | undefined> & _zapier_kitcore.OptionalDeclarationSummary<"kitcore/coreOptions", _zapier_kitcore.CoreOptions | undefined> & _zapier_kitcore.StandInId<"kitcore/coreOptions">], (input?: ({
2912
3056
  search?: string | undefined;
2913
3057
  apps?: string[] | undefined;
2914
3058
  appKeys?: string[] | undefined;
@@ -3003,8 +3147,8 @@ declare const listActionsPlugin: _zapier_kitcore.MethodPlugin<"listActions", (({
3003
3147
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3004
3148
  title: string;
3005
3149
  type: "action";
3006
- is_hidden?: boolean | undefined;
3007
3150
  id?: string | undefined;
3151
+ is_hidden?: boolean | undefined;
3008
3152
  is_important?: boolean | undefined;
3009
3153
  app_version?: string | undefined;
3010
3154
  }>, readonly [], Omit<{
@@ -3048,8 +3192,8 @@ declare const listActionsPlugin: _zapier_kitcore.MethodPlugin<"listActions", (({
3048
3192
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3049
3193
  title: string;
3050
3194
  type: "action";
3051
- is_hidden?: boolean | undefined;
3052
3195
  id?: string | undefined;
3196
+ is_hidden?: boolean | undefined;
3053
3197
  is_important?: boolean | undefined;
3054
3198
  app_version?: string | undefined;
3055
3199
  }>>;
@@ -3147,8 +3291,8 @@ declare const listActionInputFieldsPlugin: _zapier_kitcore.MethodPlugin<"listAct
3147
3291
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3148
3292
  title: string;
3149
3293
  type: "action";
3150
- is_hidden?: boolean | undefined;
3151
3294
  id?: string | undefined;
3295
+ is_hidden?: boolean | undefined;
3152
3296
  is_important?: boolean | undefined;
3153
3297
  app_version?: string | undefined;
3154
3298
  };
@@ -3181,8 +3325,8 @@ declare const listActionInputFieldsPlugin: _zapier_kitcore.MethodPlugin<"listAct
3181
3325
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3182
3326
  title: string;
3183
3327
  type: "action";
3184
- is_hidden?: boolean | undefined;
3185
3328
  id?: string | undefined;
3329
+ is_hidden?: boolean | undefined;
3186
3330
  is_important?: boolean | undefined;
3187
3331
  app_version?: string | undefined;
3188
3332
  }>, readonly [], Omit<{
@@ -3226,8 +3370,8 @@ declare const listActionInputFieldsPlugin: _zapier_kitcore.MethodPlugin<"listAct
3226
3370
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3227
3371
  title: string;
3228
3372
  type: "action";
3229
- is_hidden?: boolean | undefined;
3230
3373
  id?: string | undefined;
3374
+ is_hidden?: boolean | undefined;
3231
3375
  is_important?: boolean | undefined;
3232
3376
  app_version?: string | undefined;
3233
3377
  }>>], (input: ({
@@ -3248,8 +3392,8 @@ declare const listActionInputFieldsPlugin: _zapier_kitcore.MethodPlugin<"listAct
3248
3392
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3249
3393
  title: string;
3250
3394
  type: "action";
3251
- is_hidden?: boolean | undefined;
3252
3395
  id?: string | undefined;
3396
+ is_hidden?: boolean | undefined;
3253
3397
  is_important?: boolean | undefined;
3254
3398
  app_version?: string | undefined;
3255
3399
  };
@@ -3391,8 +3535,8 @@ declare const listActionInputFieldChoicesPlugin: _zapier_kitcore.MethodPlugin<"l
3391
3535
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3392
3536
  title: string;
3393
3537
  type: "action";
3394
- is_hidden?: boolean | undefined;
3395
3538
  id?: string | undefined;
3539
+ is_hidden?: boolean | undefined;
3396
3540
  is_important?: boolean | undefined;
3397
3541
  app_version?: string | undefined;
3398
3542
  };
@@ -3425,8 +3569,8 @@ declare const listActionInputFieldChoicesPlugin: _zapier_kitcore.MethodPlugin<"l
3425
3569
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3426
3570
  title: string;
3427
3571
  type: "action";
3428
- is_hidden?: boolean | undefined;
3429
3572
  id?: string | undefined;
3573
+ is_hidden?: boolean | undefined;
3430
3574
  is_important?: boolean | undefined;
3431
3575
  app_version?: string | undefined;
3432
3576
  }>, readonly [], Omit<{
@@ -3470,8 +3614,8 @@ declare const listActionInputFieldChoicesPlugin: _zapier_kitcore.MethodPlugin<"l
3470
3614
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3471
3615
  title: string;
3472
3616
  type: "action";
3473
- is_hidden?: boolean | undefined;
3474
3617
  id?: string | undefined;
3618
+ is_hidden?: boolean | undefined;
3475
3619
  is_important?: boolean | undefined;
3476
3620
  app_version?: string | undefined;
3477
3621
  }>>], (input: ({
@@ -3492,8 +3636,8 @@ declare const listActionInputFieldChoicesPlugin: _zapier_kitcore.MethodPlugin<"l
3492
3636
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3493
3637
  title: string;
3494
3638
  type: "action";
3495
- is_hidden?: boolean | undefined;
3496
3639
  id?: string | undefined;
3640
+ is_hidden?: boolean | undefined;
3497
3641
  is_important?: boolean | undefined;
3498
3642
  app_version?: string | undefined;
3499
3643
  };
@@ -3583,8 +3727,8 @@ declare const getActionInputFieldsSchemaPlugin: _zapier_kitcore.MethodPlugin<"ge
3583
3727
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3584
3728
  title: string;
3585
3729
  type: "action";
3586
- is_hidden?: boolean | undefined;
3587
3730
  id?: string | undefined;
3731
+ is_hidden?: boolean | undefined;
3588
3732
  is_important?: boolean | undefined;
3589
3733
  app_version?: string | undefined;
3590
3734
  };
@@ -3617,8 +3761,8 @@ declare const getActionInputFieldsSchemaPlugin: _zapier_kitcore.MethodPlugin<"ge
3617
3761
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3618
3762
  title: string;
3619
3763
  type: "action";
3620
- is_hidden?: boolean | undefined;
3621
3764
  id?: string | undefined;
3765
+ is_hidden?: boolean | undefined;
3622
3766
  is_important?: boolean | undefined;
3623
3767
  app_version?: string | undefined;
3624
3768
  }>, readonly [], Omit<{
@@ -3662,8 +3806,8 @@ declare const getActionInputFieldsSchemaPlugin: _zapier_kitcore.MethodPlugin<"ge
3662
3806
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3663
3807
  title: string;
3664
3808
  type: "action";
3665
- is_hidden?: boolean | undefined;
3666
3809
  id?: string | undefined;
3810
+ is_hidden?: boolean | undefined;
3667
3811
  is_important?: boolean | undefined;
3668
3812
  app_version?: string | undefined;
3669
3813
  }>>], (input: ({
@@ -3684,8 +3828,8 @@ declare const getActionInputFieldsSchemaPlugin: _zapier_kitcore.MethodPlugin<"ge
3684
3828
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
3685
3829
  title: string;
3686
3830
  type: "action";
3687
- is_hidden?: boolean | undefined;
3688
3831
  id?: string | undefined;
3832
+ is_hidden?: boolean | undefined;
3689
3833
  is_important?: boolean | undefined;
3690
3834
  app_version?: string | undefined;
3691
3835
  };
@@ -4077,7 +4221,151 @@ declare const getAppPlugin: _zapier_kitcore.MethodPlugin<"getApp", ({
4077
4221
  }, "maxItems" | "skipOutputDataValidation"> & {
4078
4222
  cursor?: string;
4079
4223
  pageSize?: number;
4080
- }> & _zapier_kitcore.LeafSummary<"", "listApps", readonly [_zapier_kitcore.PropertyPlugin<"manifest", ManifestProvider> & _zapier_kitcore.DeclarationSummary<"zapier/manifest", ManifestProvider> & _zapier_kitcore.StandInId<"zapier/manifest">, _zapier_kitcore.PropertyPlugin<"api", ApiClient> & _zapier_kitcore.DeclarationSummary<"zapier/api", ApiClient> & _zapier_kitcore.StandInId<"zapier/api">], (input?: ({
4224
+ }> & _zapier_kitcore.LeafSummary<"", "listApps", readonly [_zapier_kitcore.PropertyPlugin<"manifest", ManifestProvider> & _zapier_kitcore.DeclarationSummary<"zapier/manifest", ManifestProvider> & _zapier_kitcore.StandInId<"zapier/manifest">, _zapier_kitcore.PropertyPlugin<"api", ApiClient> & _zapier_kitcore.DeclarationSummary<"zapier/api", ApiClient> & _zapier_kitcore.StandInId<"zapier/api">, _zapier_kitcore.PropertyPlugin<"sdkOptions", {
4225
+ credentials?: string | {
4226
+ clientId: string;
4227
+ clientSecret: string;
4228
+ type?: "client_credentials" | undefined;
4229
+ baseUrl?: string | undefined;
4230
+ scope?: string | undefined;
4231
+ } | {
4232
+ clientId: string;
4233
+ type?: "pkce" | undefined;
4234
+ baseUrl?: string | undefined;
4235
+ scope?: string | undefined;
4236
+ } | zod_v4_core.$InferOuterFunctionType<zod_v4_core.$ZodTuple<readonly [], zod_v4_core.$ZodFunctionOut>, zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
4237
+ type: zod.ZodOptional<zod.ZodEnum<{
4238
+ client_credentials: "client_credentials";
4239
+ }>>;
4240
+ clientId: zod.ZodString;
4241
+ clientSecret: zod.ZodString;
4242
+ baseUrl: zod.ZodOptional<zod.ZodString>;
4243
+ scope: zod.ZodOptional<zod.ZodString>;
4244
+ }, zod_v4_core.$strip>, zod.ZodObject<{
4245
+ type: zod.ZodOptional<zod.ZodEnum<{
4246
+ pkce: "pkce";
4247
+ }>>;
4248
+ clientId: zod.ZodString;
4249
+ baseUrl: zod.ZodOptional<zod.ZodString>;
4250
+ scope: zod.ZodOptional<zod.ZodString>;
4251
+ }, zod_v4_core.$strip>]>]>, zod.ZodPromise<zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
4252
+ type: zod.ZodOptional<zod.ZodEnum<{
4253
+ client_credentials: "client_credentials";
4254
+ }>>;
4255
+ clientId: zod.ZodString;
4256
+ clientSecret: zod.ZodString;
4257
+ baseUrl: zod.ZodOptional<zod.ZodString>;
4258
+ scope: zod.ZodOptional<zod.ZodString>;
4259
+ }, zod_v4_core.$strip>, zod.ZodObject<{
4260
+ type: zod.ZodOptional<zod.ZodEnum<{
4261
+ pkce: "pkce";
4262
+ }>>;
4263
+ clientId: zod.ZodString;
4264
+ baseUrl: zod.ZodOptional<zod.ZodString>;
4265
+ scope: zod.ZodOptional<zod.ZodString>;
4266
+ }, zod_v4_core.$strip>]>]>>]>> | undefined;
4267
+ debug?: boolean | undefined;
4268
+ baseUrl?: string | undefined;
4269
+ routeOverrides?: Record<string, string> | undefined;
4270
+ trackingBaseUrl?: string | undefined;
4271
+ maxNetworkRetries?: number | undefined;
4272
+ maxNetworkRetryDelaySeconds?: number | undefined;
4273
+ maxNetworkRetryDelayMs?: number | undefined;
4274
+ maxConcurrentRequests?: number | undefined;
4275
+ approvalTimeoutSeconds?: number | undefined;
4276
+ approvalTimeoutMs?: number | undefined;
4277
+ maxApprovalRetries?: number | undefined;
4278
+ approvalMode?: "disabled" | "poll" | "throw" | undefined;
4279
+ openAutoModeApprovalsInBrowser?: boolean | undefined;
4280
+ correlationId?: string | undefined;
4281
+ causationId?: string | undefined;
4282
+ manifestPath?: string | undefined;
4283
+ manifest?: Manifest | undefined;
4284
+ onEvent?: EventCallback | undefined;
4285
+ fetch?: typeof fetch | undefined;
4286
+ eventEmission?: EventEmissionConfig | undefined;
4287
+ callerPackage?: {
4288
+ name: string;
4289
+ version: string;
4290
+ } | undefined;
4291
+ cache?: ZapierCache | undefined;
4292
+ canIncludeSharedConnections?: boolean | undefined;
4293
+ canIncludeSharedTables?: boolean | undefined;
4294
+ canDeleteTables?: boolean | undefined;
4295
+ token?: string | undefined;
4296
+ } | undefined> & _zapier_kitcore.OptionalDeclarationSummary<"zapier/sdkOptions", {
4297
+ credentials?: string | {
4298
+ clientId: string;
4299
+ clientSecret: string;
4300
+ type?: "client_credentials" | undefined;
4301
+ baseUrl?: string | undefined;
4302
+ scope?: string | undefined;
4303
+ } | {
4304
+ clientId: string;
4305
+ type?: "pkce" | undefined;
4306
+ baseUrl?: string | undefined;
4307
+ scope?: string | undefined;
4308
+ } | zod_v4_core.$InferOuterFunctionType<zod_v4_core.$ZodTuple<readonly [], zod_v4_core.$ZodFunctionOut>, zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
4309
+ type: zod.ZodOptional<zod.ZodEnum<{
4310
+ client_credentials: "client_credentials";
4311
+ }>>;
4312
+ clientId: zod.ZodString;
4313
+ clientSecret: zod.ZodString;
4314
+ baseUrl: zod.ZodOptional<zod.ZodString>;
4315
+ scope: zod.ZodOptional<zod.ZodString>;
4316
+ }, zod_v4_core.$strip>, zod.ZodObject<{
4317
+ type: zod.ZodOptional<zod.ZodEnum<{
4318
+ pkce: "pkce";
4319
+ }>>;
4320
+ clientId: zod.ZodString;
4321
+ baseUrl: zod.ZodOptional<zod.ZodString>;
4322
+ scope: zod.ZodOptional<zod.ZodString>;
4323
+ }, zod_v4_core.$strip>]>]>, zod.ZodPromise<zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
4324
+ type: zod.ZodOptional<zod.ZodEnum<{
4325
+ client_credentials: "client_credentials";
4326
+ }>>;
4327
+ clientId: zod.ZodString;
4328
+ clientSecret: zod.ZodString;
4329
+ baseUrl: zod.ZodOptional<zod.ZodString>;
4330
+ scope: zod.ZodOptional<zod.ZodString>;
4331
+ }, zod_v4_core.$strip>, zod.ZodObject<{
4332
+ type: zod.ZodOptional<zod.ZodEnum<{
4333
+ pkce: "pkce";
4334
+ }>>;
4335
+ clientId: zod.ZodString;
4336
+ baseUrl: zod.ZodOptional<zod.ZodString>;
4337
+ scope: zod.ZodOptional<zod.ZodString>;
4338
+ }, zod_v4_core.$strip>]>]>>]>> | undefined;
4339
+ debug?: boolean | undefined;
4340
+ baseUrl?: string | undefined;
4341
+ routeOverrides?: Record<string, string> | undefined;
4342
+ trackingBaseUrl?: string | undefined;
4343
+ maxNetworkRetries?: number | undefined;
4344
+ maxNetworkRetryDelaySeconds?: number | undefined;
4345
+ maxNetworkRetryDelayMs?: number | undefined;
4346
+ maxConcurrentRequests?: number | undefined;
4347
+ approvalTimeoutSeconds?: number | undefined;
4348
+ approvalTimeoutMs?: number | undefined;
4349
+ maxApprovalRetries?: number | undefined;
4350
+ approvalMode?: "disabled" | "poll" | "throw" | undefined;
4351
+ openAutoModeApprovalsInBrowser?: boolean | undefined;
4352
+ correlationId?: string | undefined;
4353
+ causationId?: string | undefined;
4354
+ manifestPath?: string | undefined;
4355
+ manifest?: Manifest | undefined;
4356
+ onEvent?: EventCallback | undefined;
4357
+ fetch?: typeof fetch | undefined;
4358
+ eventEmission?: EventEmissionConfig | undefined;
4359
+ callerPackage?: {
4360
+ name: string;
4361
+ version: string;
4362
+ } | undefined;
4363
+ cache?: ZapierCache | undefined;
4364
+ canIncludeSharedConnections?: boolean | undefined;
4365
+ canIncludeSharedTables?: boolean | undefined;
4366
+ canDeleteTables?: boolean | undefined;
4367
+ token?: string | undefined;
4368
+ } | undefined> & _zapier_kitcore.StandInId<"zapier/sdkOptions">, _zapier_kitcore.PropertyPlugin<"coreOptions", _zapier_kitcore.CoreOptions | undefined> & _zapier_kitcore.OptionalDeclarationSummary<"kitcore/coreOptions", _zapier_kitcore.CoreOptions | undefined> & _zapier_kitcore.StandInId<"kitcore/coreOptions">], (input?: ({
4081
4369
  search?: string | undefined;
4082
4370
  apps?: string[] | undefined;
4083
4371
  appKeys?: string[] | undefined;
@@ -4224,8 +4512,8 @@ declare const getActionPlugin: _zapier_kitcore.MethodPlugin<"getAction", ({
4224
4512
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
4225
4513
  title: string;
4226
4514
  type: "action";
4227
- is_hidden?: boolean | undefined;
4228
4515
  id?: string | undefined;
4516
+ is_hidden?: boolean | undefined;
4229
4517
  is_important?: boolean | undefined;
4230
4518
  app_version?: string | undefined;
4231
4519
  };
@@ -4258,8 +4546,8 @@ declare const getActionPlugin: _zapier_kitcore.MethodPlugin<"getAction", ({
4258
4546
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
4259
4547
  title: string;
4260
4548
  type: "action";
4261
- is_hidden?: boolean | undefined;
4262
4549
  id?: string | undefined;
4550
+ is_hidden?: boolean | undefined;
4263
4551
  is_important?: boolean | undefined;
4264
4552
  app_version?: string | undefined;
4265
4553
  }>, readonly [], Omit<{
@@ -4303,8 +4591,8 @@ declare const getActionPlugin: _zapier_kitcore.MethodPlugin<"getAction", ({
4303
4591
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
4304
4592
  title: string;
4305
4593
  type: "action";
4306
- is_hidden?: boolean | undefined;
4307
4594
  id?: string | undefined;
4595
+ is_hidden?: boolean | undefined;
4308
4596
  is_important?: boolean | undefined;
4309
4597
  app_version?: string | undefined;
4310
4598
  }>>], (input: ({
@@ -4325,8 +4613,8 @@ declare const getActionPlugin: _zapier_kitcore.MethodPlugin<"getAction", ({
4325
4613
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
4326
4614
  title: string;
4327
4615
  type: "action";
4328
- is_hidden?: boolean | undefined;
4329
4616
  id?: string | undefined;
4617
+ is_hidden?: boolean | undefined;
4330
4618
  is_important?: boolean | undefined;
4331
4619
  app_version?: string | undefined;
4332
4620
  };
@@ -5051,8 +5339,8 @@ declare const createActionRunPlugin: _zapier_kitcore.MethodPlugin<"createActionR
5051
5339
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
5052
5340
  title: string;
5053
5341
  type: "action";
5054
- is_hidden?: boolean | undefined;
5055
5342
  id?: string | undefined;
5343
+ is_hidden?: boolean | undefined;
5056
5344
  is_important?: boolean | undefined;
5057
5345
  app_version?: string | undefined;
5058
5346
  };
@@ -5085,8 +5373,8 @@ declare const createActionRunPlugin: _zapier_kitcore.MethodPlugin<"createActionR
5085
5373
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
5086
5374
  title: string;
5087
5375
  type: "action";
5088
- is_hidden?: boolean | undefined;
5089
5376
  id?: string | undefined;
5377
+ is_hidden?: boolean | undefined;
5090
5378
  is_important?: boolean | undefined;
5091
5379
  app_version?: string | undefined;
5092
5380
  }>, readonly [], Omit<{
@@ -5130,8 +5418,8 @@ declare const createActionRunPlugin: _zapier_kitcore.MethodPlugin<"createActionR
5130
5418
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
5131
5419
  title: string;
5132
5420
  type: "action";
5133
- is_hidden?: boolean | undefined;
5134
5421
  id?: string | undefined;
5422
+ is_hidden?: boolean | undefined;
5135
5423
  is_important?: boolean | undefined;
5136
5424
  app_version?: string | undefined;
5137
5425
  }>>], (input: ({
@@ -5152,8 +5440,8 @@ declare const createActionRunPlugin: _zapier_kitcore.MethodPlugin<"createActionR
5152
5440
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
5153
5441
  title: string;
5154
5442
  type: "action";
5155
- is_hidden?: boolean | undefined;
5156
5443
  id?: string | undefined;
5444
+ is_hidden?: boolean | undefined;
5157
5445
  is_important?: boolean | undefined;
5158
5446
  app_version?: string | undefined;
5159
5447
  };
@@ -5320,8 +5608,8 @@ declare const runActionPlugin: _zapier_kitcore.MethodPlugin<"runAction", (({
5320
5608
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
5321
5609
  title: string;
5322
5610
  type: "action";
5323
- is_hidden?: boolean | undefined;
5324
5611
  id?: string | undefined;
5612
+ is_hidden?: boolean | undefined;
5325
5613
  is_important?: boolean | undefined;
5326
5614
  app_version?: string | undefined;
5327
5615
  };
@@ -5354,8 +5642,8 @@ declare const runActionPlugin: _zapier_kitcore.MethodPlugin<"runAction", (({
5354
5642
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
5355
5643
  title: string;
5356
5644
  type: "action";
5357
- is_hidden?: boolean | undefined;
5358
5645
  id?: string | undefined;
5646
+ is_hidden?: boolean | undefined;
5359
5647
  is_important?: boolean | undefined;
5360
5648
  app_version?: string | undefined;
5361
5649
  }>, readonly [], Omit<{
@@ -5399,8 +5687,8 @@ declare const runActionPlugin: _zapier_kitcore.MethodPlugin<"runAction", (({
5399
5687
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
5400
5688
  title: string;
5401
5689
  type: "action";
5402
- is_hidden?: boolean | undefined;
5403
5690
  id?: string | undefined;
5691
+ is_hidden?: boolean | undefined;
5404
5692
  is_important?: boolean | undefined;
5405
5693
  app_version?: string | undefined;
5406
5694
  }>>], (input: ({
@@ -5421,8 +5709,8 @@ declare const runActionPlugin: _zapier_kitcore.MethodPlugin<"runAction", (({
5421
5709
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
5422
5710
  title: string;
5423
5711
  type: "action";
5424
- is_hidden?: boolean | undefined;
5425
5712
  id?: string | undefined;
5713
+ is_hidden?: boolean | undefined;
5426
5714
  is_important?: boolean | undefined;
5427
5715
  app_version?: string | undefined;
5428
5716
  };
@@ -6724,8 +7012,8 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
6724
7012
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
6725
7013
  title: string;
6726
7014
  type: "action";
6727
- is_hidden?: boolean | undefined;
6728
7015
  id?: string | undefined;
7016
+ is_hidden?: boolean | undefined;
6729
7017
  is_important?: boolean | undefined;
6730
7018
  app_version?: string | undefined;
6731
7019
  }>;
@@ -6749,8 +7037,8 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
6749
7037
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
6750
7038
  title: string;
6751
7039
  type: "action";
6752
- is_hidden?: boolean | undefined;
6753
7040
  id?: string | undefined;
7041
+ is_hidden?: boolean | undefined;
6754
7042
  is_important?: boolean | undefined;
6755
7043
  app_version?: string | undefined;
6756
7044
  };
@@ -7857,8 +8145,8 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
7857
8145
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
7858
8146
  title: string;
7859
8147
  type: "action";
7860
- is_hidden?: boolean | undefined;
7861
8148
  id?: string | undefined;
8149
+ is_hidden?: boolean | undefined;
7862
8150
  is_important?: boolean | undefined;
7863
8151
  app_version?: string | undefined;
7864
8152
  }>;
@@ -8335,7 +8623,151 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
8335
8623
  }, "maxItems" | "skipOutputDataValidation"> & {
8336
8624
  cursor?: string;
8337
8625
  pageSize?: number;
8338
- }> & _zapier_kitcore.LeafSummary<"", "listApps", readonly [_zapier_kitcore.PropertyPlugin<"manifest", ManifestProvider> & _zapier_kitcore.DeclarationSummary<"zapier/manifest", ManifestProvider> & _zapier_kitcore.StandInId<"zapier/manifest">, _zapier_kitcore.PropertyPlugin<"api", ApiClient> & _zapier_kitcore.DeclarationSummary<"zapier/api", ApiClient> & _zapier_kitcore.StandInId<"zapier/api">], (input?: ({
8626
+ }> & _zapier_kitcore.LeafSummary<"", "listApps", readonly [_zapier_kitcore.PropertyPlugin<"manifest", ManifestProvider> & _zapier_kitcore.DeclarationSummary<"zapier/manifest", ManifestProvider> & _zapier_kitcore.StandInId<"zapier/manifest">, _zapier_kitcore.PropertyPlugin<"api", ApiClient> & _zapier_kitcore.DeclarationSummary<"zapier/api", ApiClient> & _zapier_kitcore.StandInId<"zapier/api">, _zapier_kitcore.PropertyPlugin<"sdkOptions", {
8627
+ credentials?: string | {
8628
+ clientId: string;
8629
+ clientSecret: string;
8630
+ type?: "client_credentials" | undefined;
8631
+ baseUrl?: string | undefined;
8632
+ scope?: string | undefined;
8633
+ } | {
8634
+ clientId: string;
8635
+ type?: "pkce" | undefined;
8636
+ baseUrl?: string | undefined;
8637
+ scope?: string | undefined;
8638
+ } | zod_v4_core.$InferOuterFunctionType<zod_v4_core.$ZodTuple<readonly [], zod_v4_core.$ZodFunctionOut>, zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
8639
+ type: zod.ZodOptional<zod.ZodEnum<{
8640
+ client_credentials: "client_credentials";
8641
+ }>>;
8642
+ clientId: zod.ZodString;
8643
+ clientSecret: zod.ZodString;
8644
+ baseUrl: zod.ZodOptional<zod.ZodString>;
8645
+ scope: zod.ZodOptional<zod.ZodString>;
8646
+ }, zod_v4_core.$strip>, zod.ZodObject<{
8647
+ type: zod.ZodOptional<zod.ZodEnum<{
8648
+ pkce: "pkce";
8649
+ }>>;
8650
+ clientId: zod.ZodString;
8651
+ baseUrl: zod.ZodOptional<zod.ZodString>;
8652
+ scope: zod.ZodOptional<zod.ZodString>;
8653
+ }, zod_v4_core.$strip>]>]>, zod.ZodPromise<zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
8654
+ type: zod.ZodOptional<zod.ZodEnum<{
8655
+ client_credentials: "client_credentials";
8656
+ }>>;
8657
+ clientId: zod.ZodString;
8658
+ clientSecret: zod.ZodString;
8659
+ baseUrl: zod.ZodOptional<zod.ZodString>;
8660
+ scope: zod.ZodOptional<zod.ZodString>;
8661
+ }, zod_v4_core.$strip>, zod.ZodObject<{
8662
+ type: zod.ZodOptional<zod.ZodEnum<{
8663
+ pkce: "pkce";
8664
+ }>>;
8665
+ clientId: zod.ZodString;
8666
+ baseUrl: zod.ZodOptional<zod.ZodString>;
8667
+ scope: zod.ZodOptional<zod.ZodString>;
8668
+ }, zod_v4_core.$strip>]>]>>]>> | undefined;
8669
+ debug?: boolean | undefined;
8670
+ baseUrl?: string | undefined;
8671
+ routeOverrides?: Record<string, string> | undefined;
8672
+ trackingBaseUrl?: string | undefined;
8673
+ maxNetworkRetries?: number | undefined;
8674
+ maxNetworkRetryDelaySeconds?: number | undefined;
8675
+ maxNetworkRetryDelayMs?: number | undefined;
8676
+ maxConcurrentRequests?: number | undefined;
8677
+ approvalTimeoutSeconds?: number | undefined;
8678
+ approvalTimeoutMs?: number | undefined;
8679
+ maxApprovalRetries?: number | undefined;
8680
+ approvalMode?: "disabled" | "poll" | "throw" | undefined;
8681
+ openAutoModeApprovalsInBrowser?: boolean | undefined;
8682
+ correlationId?: string | undefined;
8683
+ causationId?: string | undefined;
8684
+ manifestPath?: string | undefined;
8685
+ manifest?: Manifest | undefined;
8686
+ onEvent?: EventCallback | undefined;
8687
+ fetch?: typeof fetch | undefined;
8688
+ eventEmission?: EventEmissionConfig | undefined;
8689
+ callerPackage?: {
8690
+ name: string;
8691
+ version: string;
8692
+ } | undefined;
8693
+ cache?: ZapierCache | undefined;
8694
+ canIncludeSharedConnections?: boolean | undefined;
8695
+ canIncludeSharedTables?: boolean | undefined;
8696
+ canDeleteTables?: boolean | undefined;
8697
+ token?: string | undefined;
8698
+ } | undefined> & _zapier_kitcore.OptionalDeclarationSummary<"zapier/sdkOptions", {
8699
+ credentials?: string | {
8700
+ clientId: string;
8701
+ clientSecret: string;
8702
+ type?: "client_credentials" | undefined;
8703
+ baseUrl?: string | undefined;
8704
+ scope?: string | undefined;
8705
+ } | {
8706
+ clientId: string;
8707
+ type?: "pkce" | undefined;
8708
+ baseUrl?: string | undefined;
8709
+ scope?: string | undefined;
8710
+ } | zod_v4_core.$InferOuterFunctionType<zod_v4_core.$ZodTuple<readonly [], zod_v4_core.$ZodFunctionOut>, zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
8711
+ type: zod.ZodOptional<zod.ZodEnum<{
8712
+ client_credentials: "client_credentials";
8713
+ }>>;
8714
+ clientId: zod.ZodString;
8715
+ clientSecret: zod.ZodString;
8716
+ baseUrl: zod.ZodOptional<zod.ZodString>;
8717
+ scope: zod.ZodOptional<zod.ZodString>;
8718
+ }, zod_v4_core.$strip>, zod.ZodObject<{
8719
+ type: zod.ZodOptional<zod.ZodEnum<{
8720
+ pkce: "pkce";
8721
+ }>>;
8722
+ clientId: zod.ZodString;
8723
+ baseUrl: zod.ZodOptional<zod.ZodString>;
8724
+ scope: zod.ZodOptional<zod.ZodString>;
8725
+ }, zod_v4_core.$strip>]>]>, zod.ZodPromise<zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
8726
+ type: zod.ZodOptional<zod.ZodEnum<{
8727
+ client_credentials: "client_credentials";
8728
+ }>>;
8729
+ clientId: zod.ZodString;
8730
+ clientSecret: zod.ZodString;
8731
+ baseUrl: zod.ZodOptional<zod.ZodString>;
8732
+ scope: zod.ZodOptional<zod.ZodString>;
8733
+ }, zod_v4_core.$strip>, zod.ZodObject<{
8734
+ type: zod.ZodOptional<zod.ZodEnum<{
8735
+ pkce: "pkce";
8736
+ }>>;
8737
+ clientId: zod.ZodString;
8738
+ baseUrl: zod.ZodOptional<zod.ZodString>;
8739
+ scope: zod.ZodOptional<zod.ZodString>;
8740
+ }, zod_v4_core.$strip>]>]>>]>> | undefined;
8741
+ debug?: boolean | undefined;
8742
+ baseUrl?: string | undefined;
8743
+ routeOverrides?: Record<string, string> | undefined;
8744
+ trackingBaseUrl?: string | undefined;
8745
+ maxNetworkRetries?: number | undefined;
8746
+ maxNetworkRetryDelaySeconds?: number | undefined;
8747
+ maxNetworkRetryDelayMs?: number | undefined;
8748
+ maxConcurrentRequests?: number | undefined;
8749
+ approvalTimeoutSeconds?: number | undefined;
8750
+ approvalTimeoutMs?: number | undefined;
8751
+ maxApprovalRetries?: number | undefined;
8752
+ approvalMode?: "disabled" | "poll" | "throw" | undefined;
8753
+ openAutoModeApprovalsInBrowser?: boolean | undefined;
8754
+ correlationId?: string | undefined;
8755
+ causationId?: string | undefined;
8756
+ manifestPath?: string | undefined;
8757
+ manifest?: Manifest | undefined;
8758
+ onEvent?: EventCallback | undefined;
8759
+ fetch?: typeof fetch | undefined;
8760
+ eventEmission?: EventEmissionConfig | undefined;
8761
+ callerPackage?: {
8762
+ name: string;
8763
+ version: string;
8764
+ } | undefined;
8765
+ cache?: ZapierCache | undefined;
8766
+ canIncludeSharedConnections?: boolean | undefined;
8767
+ canIncludeSharedTables?: boolean | undefined;
8768
+ canDeleteTables?: boolean | undefined;
8769
+ token?: string | undefined;
8770
+ } | undefined> & _zapier_kitcore.StandInId<"zapier/sdkOptions">, _zapier_kitcore.PropertyPlugin<"coreOptions", _zapier_kitcore.CoreOptions | undefined> & _zapier_kitcore.OptionalDeclarationSummary<"kitcore/coreOptions", _zapier_kitcore.CoreOptions | undefined> & _zapier_kitcore.StandInId<"kitcore/coreOptions">], (input?: ({
8339
8771
  search?: string | undefined;
8340
8772
  apps?: string[] | undefined;
8341
8773
  appKeys?: string[] | undefined;
@@ -8540,7 +8972,151 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
8540
8972
  }, "maxItems" | "skipOutputDataValidation"> & {
8541
8973
  cursor?: string;
8542
8974
  pageSize?: number;
8543
- }> & _zapier_kitcore.LeafSummary<"", "listApps", readonly [_zapier_kitcore.PropertyPlugin<"manifest", ManifestProvider> & _zapier_kitcore.DeclarationSummary<"zapier/manifest", ManifestProvider> & _zapier_kitcore.StandInId<"zapier/manifest">, _zapier_kitcore.PropertyPlugin<"api", ApiClient> & _zapier_kitcore.DeclarationSummary<"zapier/api", ApiClient> & _zapier_kitcore.StandInId<"zapier/api">], (input?: ({
8975
+ }> & _zapier_kitcore.LeafSummary<"", "listApps", readonly [_zapier_kitcore.PropertyPlugin<"manifest", ManifestProvider> & _zapier_kitcore.DeclarationSummary<"zapier/manifest", ManifestProvider> & _zapier_kitcore.StandInId<"zapier/manifest">, _zapier_kitcore.PropertyPlugin<"api", ApiClient> & _zapier_kitcore.DeclarationSummary<"zapier/api", ApiClient> & _zapier_kitcore.StandInId<"zapier/api">, _zapier_kitcore.PropertyPlugin<"sdkOptions", {
8976
+ credentials?: string | {
8977
+ clientId: string;
8978
+ clientSecret: string;
8979
+ type?: "client_credentials" | undefined;
8980
+ baseUrl?: string | undefined;
8981
+ scope?: string | undefined;
8982
+ } | {
8983
+ clientId: string;
8984
+ type?: "pkce" | undefined;
8985
+ baseUrl?: string | undefined;
8986
+ scope?: string | undefined;
8987
+ } | zod_v4_core.$InferOuterFunctionType<zod_v4_core.$ZodTuple<readonly [], zod_v4_core.$ZodFunctionOut>, zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
8988
+ type: zod.ZodOptional<zod.ZodEnum<{
8989
+ client_credentials: "client_credentials";
8990
+ }>>;
8991
+ clientId: zod.ZodString;
8992
+ clientSecret: zod.ZodString;
8993
+ baseUrl: zod.ZodOptional<zod.ZodString>;
8994
+ scope: zod.ZodOptional<zod.ZodString>;
8995
+ }, zod_v4_core.$strip>, zod.ZodObject<{
8996
+ type: zod.ZodOptional<zod.ZodEnum<{
8997
+ pkce: "pkce";
8998
+ }>>;
8999
+ clientId: zod.ZodString;
9000
+ baseUrl: zod.ZodOptional<zod.ZodString>;
9001
+ scope: zod.ZodOptional<zod.ZodString>;
9002
+ }, zod_v4_core.$strip>]>]>, zod.ZodPromise<zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
9003
+ type: zod.ZodOptional<zod.ZodEnum<{
9004
+ client_credentials: "client_credentials";
9005
+ }>>;
9006
+ clientId: zod.ZodString;
9007
+ clientSecret: zod.ZodString;
9008
+ baseUrl: zod.ZodOptional<zod.ZodString>;
9009
+ scope: zod.ZodOptional<zod.ZodString>;
9010
+ }, zod_v4_core.$strip>, zod.ZodObject<{
9011
+ type: zod.ZodOptional<zod.ZodEnum<{
9012
+ pkce: "pkce";
9013
+ }>>;
9014
+ clientId: zod.ZodString;
9015
+ baseUrl: zod.ZodOptional<zod.ZodString>;
9016
+ scope: zod.ZodOptional<zod.ZodString>;
9017
+ }, zod_v4_core.$strip>]>]>>]>> | undefined;
9018
+ debug?: boolean | undefined;
9019
+ baseUrl?: string | undefined;
9020
+ routeOverrides?: Record<string, string> | undefined;
9021
+ trackingBaseUrl?: string | undefined;
9022
+ maxNetworkRetries?: number | undefined;
9023
+ maxNetworkRetryDelaySeconds?: number | undefined;
9024
+ maxNetworkRetryDelayMs?: number | undefined;
9025
+ maxConcurrentRequests?: number | undefined;
9026
+ approvalTimeoutSeconds?: number | undefined;
9027
+ approvalTimeoutMs?: number | undefined;
9028
+ maxApprovalRetries?: number | undefined;
9029
+ approvalMode?: "disabled" | "poll" | "throw" | undefined;
9030
+ openAutoModeApprovalsInBrowser?: boolean | undefined;
9031
+ correlationId?: string | undefined;
9032
+ causationId?: string | undefined;
9033
+ manifestPath?: string | undefined;
9034
+ manifest?: Manifest | undefined;
9035
+ onEvent?: EventCallback | undefined;
9036
+ fetch?: typeof fetch | undefined;
9037
+ eventEmission?: EventEmissionConfig | undefined;
9038
+ callerPackage?: {
9039
+ name: string;
9040
+ version: string;
9041
+ } | undefined;
9042
+ cache?: ZapierCache | undefined;
9043
+ canIncludeSharedConnections?: boolean | undefined;
9044
+ canIncludeSharedTables?: boolean | undefined;
9045
+ canDeleteTables?: boolean | undefined;
9046
+ token?: string | undefined;
9047
+ } | undefined> & _zapier_kitcore.OptionalDeclarationSummary<"zapier/sdkOptions", {
9048
+ credentials?: string | {
9049
+ clientId: string;
9050
+ clientSecret: string;
9051
+ type?: "client_credentials" | undefined;
9052
+ baseUrl?: string | undefined;
9053
+ scope?: string | undefined;
9054
+ } | {
9055
+ clientId: string;
9056
+ type?: "pkce" | undefined;
9057
+ baseUrl?: string | undefined;
9058
+ scope?: string | undefined;
9059
+ } | zod_v4_core.$InferOuterFunctionType<zod_v4_core.$ZodTuple<readonly [], zod_v4_core.$ZodFunctionOut>, zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
9060
+ type: zod.ZodOptional<zod.ZodEnum<{
9061
+ client_credentials: "client_credentials";
9062
+ }>>;
9063
+ clientId: zod.ZodString;
9064
+ clientSecret: zod.ZodString;
9065
+ baseUrl: zod.ZodOptional<zod.ZodString>;
9066
+ scope: zod.ZodOptional<zod.ZodString>;
9067
+ }, zod_v4_core.$strip>, zod.ZodObject<{
9068
+ type: zod.ZodOptional<zod.ZodEnum<{
9069
+ pkce: "pkce";
9070
+ }>>;
9071
+ clientId: zod.ZodString;
9072
+ baseUrl: zod.ZodOptional<zod.ZodString>;
9073
+ scope: zod.ZodOptional<zod.ZodString>;
9074
+ }, zod_v4_core.$strip>]>]>, zod.ZodPromise<zod.ZodUnion<readonly [zod.ZodString, zod.ZodUnion<readonly [zod.ZodObject<{
9075
+ type: zod.ZodOptional<zod.ZodEnum<{
9076
+ client_credentials: "client_credentials";
9077
+ }>>;
9078
+ clientId: zod.ZodString;
9079
+ clientSecret: zod.ZodString;
9080
+ baseUrl: zod.ZodOptional<zod.ZodString>;
9081
+ scope: zod.ZodOptional<zod.ZodString>;
9082
+ }, zod_v4_core.$strip>, zod.ZodObject<{
9083
+ type: zod.ZodOptional<zod.ZodEnum<{
9084
+ pkce: "pkce";
9085
+ }>>;
9086
+ clientId: zod.ZodString;
9087
+ baseUrl: zod.ZodOptional<zod.ZodString>;
9088
+ scope: zod.ZodOptional<zod.ZodString>;
9089
+ }, zod_v4_core.$strip>]>]>>]>> | undefined;
9090
+ debug?: boolean | undefined;
9091
+ baseUrl?: string | undefined;
9092
+ routeOverrides?: Record<string, string> | undefined;
9093
+ trackingBaseUrl?: string | undefined;
9094
+ maxNetworkRetries?: number | undefined;
9095
+ maxNetworkRetryDelaySeconds?: number | undefined;
9096
+ maxNetworkRetryDelayMs?: number | undefined;
9097
+ maxConcurrentRequests?: number | undefined;
9098
+ approvalTimeoutSeconds?: number | undefined;
9099
+ approvalTimeoutMs?: number | undefined;
9100
+ maxApprovalRetries?: number | undefined;
9101
+ approvalMode?: "disabled" | "poll" | "throw" | undefined;
9102
+ openAutoModeApprovalsInBrowser?: boolean | undefined;
9103
+ correlationId?: string | undefined;
9104
+ causationId?: string | undefined;
9105
+ manifestPath?: string | undefined;
9106
+ manifest?: Manifest | undefined;
9107
+ onEvent?: EventCallback | undefined;
9108
+ fetch?: typeof fetch | undefined;
9109
+ eventEmission?: EventEmissionConfig | undefined;
9110
+ callerPackage?: {
9111
+ name: string;
9112
+ version: string;
9113
+ } | undefined;
9114
+ cache?: ZapierCache | undefined;
9115
+ canIncludeSharedConnections?: boolean | undefined;
9116
+ canIncludeSharedTables?: boolean | undefined;
9117
+ canDeleteTables?: boolean | undefined;
9118
+ token?: string | undefined;
9119
+ } | undefined> & _zapier_kitcore.StandInId<"zapier/sdkOptions">, _zapier_kitcore.PropertyPlugin<"coreOptions", _zapier_kitcore.CoreOptions | undefined> & _zapier_kitcore.OptionalDeclarationSummary<"kitcore/coreOptions", _zapier_kitcore.CoreOptions | undefined> & _zapier_kitcore.StandInId<"kitcore/coreOptions">], (input?: ({
8544
9120
  search?: string | undefined;
8545
9121
  apps?: string[] | undefined;
8546
9122
  appKeys?: string[] | undefined;
@@ -8695,8 +9271,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
8695
9271
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
8696
9272
  title: string;
8697
9273
  type: "action";
8698
- is_hidden?: boolean | undefined;
8699
9274
  id?: string | undefined;
9275
+ is_hidden?: boolean | undefined;
8700
9276
  is_important?: boolean | undefined;
8701
9277
  app_version?: string | undefined;
8702
9278
  }>, readonly [], Omit<{
@@ -8740,8 +9316,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
8740
9316
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
8741
9317
  title: string;
8742
9318
  type: "action";
8743
- is_hidden?: boolean | undefined;
8744
9319
  id?: string | undefined;
9320
+ is_hidden?: boolean | undefined;
8745
9321
  is_important?: boolean | undefined;
8746
9322
  app_version?: string | undefined;
8747
9323
  }>>;
@@ -8764,8 +9340,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
8764
9340
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
8765
9341
  title: string;
8766
9342
  type: "action";
8767
- is_hidden?: boolean | undefined;
8768
9343
  id?: string | undefined;
9344
+ is_hidden?: boolean | undefined;
8769
9345
  is_important?: boolean | undefined;
8770
9346
  app_version?: string | undefined;
8771
9347
  };
@@ -8798,8 +9374,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
8798
9374
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
8799
9375
  title: string;
8800
9376
  type: "action";
8801
- is_hidden?: boolean | undefined;
8802
9377
  id?: string | undefined;
9378
+ is_hidden?: boolean | undefined;
8803
9379
  is_important?: boolean | undefined;
8804
9380
  app_version?: string | undefined;
8805
9381
  }>, readonly [], Omit<{
@@ -8843,8 +9419,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
8843
9419
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
8844
9420
  title: string;
8845
9421
  type: "action";
8846
- is_hidden?: boolean | undefined;
8847
9422
  id?: string | undefined;
9423
+ is_hidden?: boolean | undefined;
8848
9424
  is_important?: boolean | undefined;
8849
9425
  app_version?: string | undefined;
8850
9426
  }>>], (input: ({
@@ -8865,8 +9441,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
8865
9441
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
8866
9442
  title: string;
8867
9443
  type: "action";
8868
- is_hidden?: boolean | undefined;
8869
9444
  id?: string | undefined;
9445
+ is_hidden?: boolean | undefined;
8870
9446
  is_important?: boolean | undefined;
8871
9447
  app_version?: string | undefined;
8872
9448
  };
@@ -11004,8 +11580,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11004
11580
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11005
11581
  title: string;
11006
11582
  type: "action";
11007
- is_hidden?: boolean | undefined;
11008
11583
  id?: string | undefined;
11584
+ is_hidden?: boolean | undefined;
11009
11585
  is_important?: boolean | undefined;
11010
11586
  app_version?: string | undefined;
11011
11587
  };
@@ -11038,8 +11614,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11038
11614
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11039
11615
  title: string;
11040
11616
  type: "action";
11041
- is_hidden?: boolean | undefined;
11042
11617
  id?: string | undefined;
11618
+ is_hidden?: boolean | undefined;
11043
11619
  is_important?: boolean | undefined;
11044
11620
  app_version?: string | undefined;
11045
11621
  }>, readonly [], Omit<{
@@ -11083,8 +11659,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11083
11659
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11084
11660
  title: string;
11085
11661
  type: "action";
11086
- is_hidden?: boolean | undefined;
11087
11662
  id?: string | undefined;
11663
+ is_hidden?: boolean | undefined;
11088
11664
  is_important?: boolean | undefined;
11089
11665
  app_version?: string | undefined;
11090
11666
  }>>], (input: ({
@@ -11105,8 +11681,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11105
11681
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11106
11682
  title: string;
11107
11683
  type: "action";
11108
- is_hidden?: boolean | undefined;
11109
11684
  id?: string | undefined;
11685
+ is_hidden?: boolean | undefined;
11110
11686
  is_important?: boolean | undefined;
11111
11687
  app_version?: string | undefined;
11112
11688
  };
@@ -11207,8 +11783,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11207
11783
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11208
11784
  title: string;
11209
11785
  type: "action";
11210
- is_hidden?: boolean | undefined;
11211
11786
  id?: string | undefined;
11787
+ is_hidden?: boolean | undefined;
11212
11788
  is_important?: boolean | undefined;
11213
11789
  app_version?: string | undefined;
11214
11790
  };
@@ -11241,8 +11817,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11241
11817
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11242
11818
  title: string;
11243
11819
  type: "action";
11244
- is_hidden?: boolean | undefined;
11245
11820
  id?: string | undefined;
11821
+ is_hidden?: boolean | undefined;
11246
11822
  is_important?: boolean | undefined;
11247
11823
  app_version?: string | undefined;
11248
11824
  }>, readonly [], Omit<{
@@ -11286,8 +11862,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11286
11862
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11287
11863
  title: string;
11288
11864
  type: "action";
11289
- is_hidden?: boolean | undefined;
11290
11865
  id?: string | undefined;
11866
+ is_hidden?: boolean | undefined;
11291
11867
  is_important?: boolean | undefined;
11292
11868
  app_version?: string | undefined;
11293
11869
  }>>], (input: ({
@@ -11308,8 +11884,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11308
11884
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11309
11885
  title: string;
11310
11886
  type: "action";
11311
- is_hidden?: boolean | undefined;
11312
11887
  id?: string | undefined;
11888
+ is_hidden?: boolean | undefined;
11313
11889
  is_important?: boolean | undefined;
11314
11890
  app_version?: string | undefined;
11315
11891
  };
@@ -11422,8 +11998,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11422
11998
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11423
11999
  title: string;
11424
12000
  type: "action";
11425
- is_hidden?: boolean | undefined;
11426
12001
  id?: string | undefined;
12002
+ is_hidden?: boolean | undefined;
11427
12003
  is_important?: boolean | undefined;
11428
12004
  app_version?: string | undefined;
11429
12005
  };
@@ -11456,8 +12032,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11456
12032
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11457
12033
  title: string;
11458
12034
  type: "action";
11459
- is_hidden?: boolean | undefined;
11460
12035
  id?: string | undefined;
12036
+ is_hidden?: boolean | undefined;
11461
12037
  is_important?: boolean | undefined;
11462
12038
  app_version?: string | undefined;
11463
12039
  }>, readonly [], Omit<{
@@ -11501,8 +12077,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11501
12077
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11502
12078
  title: string;
11503
12079
  type: "action";
11504
- is_hidden?: boolean | undefined;
11505
12080
  id?: string | undefined;
12081
+ is_hidden?: boolean | undefined;
11506
12082
  is_important?: boolean | undefined;
11507
12083
  app_version?: string | undefined;
11508
12084
  }>>], (input: ({
@@ -11523,8 +12099,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11523
12099
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11524
12100
  title: string;
11525
12101
  type: "action";
11526
- is_hidden?: boolean | undefined;
11527
12102
  id?: string | undefined;
12103
+ is_hidden?: boolean | undefined;
11528
12104
  is_important?: boolean | undefined;
11529
12105
  app_version?: string | undefined;
11530
12106
  };
@@ -11735,8 +12311,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11735
12311
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11736
12312
  title: string;
11737
12313
  type: "action";
11738
- is_hidden?: boolean | undefined;
11739
12314
  id?: string | undefined;
12315
+ is_hidden?: boolean | undefined;
11740
12316
  is_important?: boolean | undefined;
11741
12317
  app_version?: string | undefined;
11742
12318
  };
@@ -11769,8 +12345,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11769
12345
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11770
12346
  title: string;
11771
12347
  type: "action";
11772
- is_hidden?: boolean | undefined;
11773
12348
  id?: string | undefined;
12349
+ is_hidden?: boolean | undefined;
11774
12350
  is_important?: boolean | undefined;
11775
12351
  app_version?: string | undefined;
11776
12352
  }>, readonly [], Omit<{
@@ -11814,8 +12390,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11814
12390
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11815
12391
  title: string;
11816
12392
  type: "action";
11817
- is_hidden?: boolean | undefined;
11818
12393
  id?: string | undefined;
12394
+ is_hidden?: boolean | undefined;
11819
12395
  is_important?: boolean | undefined;
11820
12396
  app_version?: string | undefined;
11821
12397
  }>>], (input: ({
@@ -11836,8 +12412,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
11836
12412
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
11837
12413
  title: string;
11838
12414
  type: "action";
11839
- is_hidden?: boolean | undefined;
11840
12415
  id?: string | undefined;
12416
+ is_hidden?: boolean | undefined;
11841
12417
  is_important?: boolean | undefined;
11842
12418
  app_version?: string | undefined;
11843
12419
  };
@@ -12022,8 +12598,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12022
12598
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12023
12599
  title: string;
12024
12600
  type: "action";
12025
- is_hidden?: boolean | undefined;
12026
12601
  id?: string | undefined;
12602
+ is_hidden?: boolean | undefined;
12027
12603
  is_important?: boolean | undefined;
12028
12604
  app_version?: string | undefined;
12029
12605
  };
@@ -12056,8 +12632,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12056
12632
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12057
12633
  title: string;
12058
12634
  type: "action";
12059
- is_hidden?: boolean | undefined;
12060
12635
  id?: string | undefined;
12636
+ is_hidden?: boolean | undefined;
12061
12637
  is_important?: boolean | undefined;
12062
12638
  app_version?: string | undefined;
12063
12639
  }>, readonly [], Omit<{
@@ -12101,8 +12677,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12101
12677
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12102
12678
  title: string;
12103
12679
  type: "action";
12104
- is_hidden?: boolean | undefined;
12105
12680
  id?: string | undefined;
12681
+ is_hidden?: boolean | undefined;
12106
12682
  is_important?: boolean | undefined;
12107
12683
  app_version?: string | undefined;
12108
12684
  }>>], (input: ({
@@ -12123,8 +12699,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12123
12699
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12124
12700
  title: string;
12125
12701
  type: "action";
12126
- is_hidden?: boolean | undefined;
12127
12702
  id?: string | undefined;
12703
+ is_hidden?: boolean | undefined;
12128
12704
  is_important?: boolean | undefined;
12129
12705
  app_version?: string | undefined;
12130
12706
  };
@@ -12323,8 +12899,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12323
12899
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12324
12900
  title: string;
12325
12901
  type: "action";
12326
- is_hidden?: boolean | undefined;
12327
12902
  id?: string | undefined;
12903
+ is_hidden?: boolean | undefined;
12328
12904
  is_important?: boolean | undefined;
12329
12905
  app_version?: string | undefined;
12330
12906
  };
@@ -12357,8 +12933,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12357
12933
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12358
12934
  title: string;
12359
12935
  type: "action";
12360
- is_hidden?: boolean | undefined;
12361
12936
  id?: string | undefined;
12937
+ is_hidden?: boolean | undefined;
12362
12938
  is_important?: boolean | undefined;
12363
12939
  app_version?: string | undefined;
12364
12940
  }>, readonly [], Omit<{
@@ -12402,8 +12978,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12402
12978
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12403
12979
  title: string;
12404
12980
  type: "action";
12405
- is_hidden?: boolean | undefined;
12406
12981
  id?: string | undefined;
12982
+ is_hidden?: boolean | undefined;
12407
12983
  is_important?: boolean | undefined;
12408
12984
  app_version?: string | undefined;
12409
12985
  }>>], (input: ({
@@ -12424,8 +13000,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12424
13000
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12425
13001
  title: string;
12426
13002
  type: "action";
12427
- is_hidden?: boolean | undefined;
12428
13003
  id?: string | undefined;
13004
+ is_hidden?: boolean | undefined;
12429
13005
  is_important?: boolean | undefined;
12430
13006
  app_version?: string | undefined;
12431
13007
  };
@@ -12550,8 +13126,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12550
13126
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12551
13127
  title: string;
12552
13128
  type: "action";
12553
- is_hidden?: boolean | undefined;
12554
13129
  id?: string | undefined;
13130
+ is_hidden?: boolean | undefined;
12555
13131
  is_important?: boolean | undefined;
12556
13132
  app_version?: string | undefined;
12557
13133
  };
@@ -12584,8 +13160,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12584
13160
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12585
13161
  title: string;
12586
13162
  type: "action";
12587
- is_hidden?: boolean | undefined;
12588
13163
  id?: string | undefined;
13164
+ is_hidden?: boolean | undefined;
12589
13165
  is_important?: boolean | undefined;
12590
13166
  app_version?: string | undefined;
12591
13167
  }>, readonly [], Omit<{
@@ -12629,8 +13205,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12629
13205
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12630
13206
  title: string;
12631
13207
  type: "action";
12632
- is_hidden?: boolean | undefined;
12633
13208
  id?: string | undefined;
13209
+ is_hidden?: boolean | undefined;
12634
13210
  is_important?: boolean | undefined;
12635
13211
  app_version?: string | undefined;
12636
13212
  }>>], (input: ({
@@ -12651,8 +13227,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12651
13227
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12652
13228
  title: string;
12653
13229
  type: "action";
12654
- is_hidden?: boolean | undefined;
12655
13230
  id?: string | undefined;
13231
+ is_hidden?: boolean | undefined;
12656
13232
  is_important?: boolean | undefined;
12657
13233
  app_version?: string | undefined;
12658
13234
  };
@@ -12817,8 +13393,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12817
13393
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12818
13394
  title: string;
12819
13395
  type: "action";
12820
- is_hidden?: boolean | undefined;
12821
13396
  id?: string | undefined;
13397
+ is_hidden?: boolean | undefined;
12822
13398
  is_important?: boolean | undefined;
12823
13399
  app_version?: string | undefined;
12824
13400
  };
@@ -12851,8 +13427,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12851
13427
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12852
13428
  title: string;
12853
13429
  type: "action";
12854
- is_hidden?: boolean | undefined;
12855
13430
  id?: string | undefined;
13431
+ is_hidden?: boolean | undefined;
12856
13432
  is_important?: boolean | undefined;
12857
13433
  app_version?: string | undefined;
12858
13434
  }>, readonly [], Omit<{
@@ -12896,8 +13472,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12896
13472
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12897
13473
  title: string;
12898
13474
  type: "action";
12899
- is_hidden?: boolean | undefined;
12900
13475
  id?: string | undefined;
13476
+ is_hidden?: boolean | undefined;
12901
13477
  is_important?: boolean | undefined;
12902
13478
  app_version?: string | undefined;
12903
13479
  }>>], (input: ({
@@ -12918,8 +13494,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
12918
13494
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
12919
13495
  title: string;
12920
13496
  type: "action";
12921
- is_hidden?: boolean | undefined;
12922
13497
  id?: string | undefined;
13498
+ is_hidden?: boolean | undefined;
12923
13499
  is_important?: boolean | undefined;
12924
13500
  app_version?: string | undefined;
12925
13501
  };
@@ -13128,8 +13704,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
13128
13704
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
13129
13705
  title: string;
13130
13706
  type: "action";
13131
- is_hidden?: boolean | undefined;
13132
13707
  id?: string | undefined;
13708
+ is_hidden?: boolean | undefined;
13133
13709
  is_important?: boolean | undefined;
13134
13710
  app_version?: string | undefined;
13135
13711
  };
@@ -13162,8 +13738,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
13162
13738
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
13163
13739
  title: string;
13164
13740
  type: "action";
13165
- is_hidden?: boolean | undefined;
13166
13741
  id?: string | undefined;
13742
+ is_hidden?: boolean | undefined;
13167
13743
  is_important?: boolean | undefined;
13168
13744
  app_version?: string | undefined;
13169
13745
  }>, readonly [], Omit<{
@@ -13207,8 +13783,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
13207
13783
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
13208
13784
  title: string;
13209
13785
  type: "action";
13210
- is_hidden?: boolean | undefined;
13211
13786
  id?: string | undefined;
13787
+ is_hidden?: boolean | undefined;
13212
13788
  is_important?: boolean | undefined;
13213
13789
  app_version?: string | undefined;
13214
13790
  }>>], (input: ({
@@ -13229,8 +13805,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
13229
13805
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
13230
13806
  title: string;
13231
13807
  type: "action";
13232
- is_hidden?: boolean | undefined;
13233
13808
  id?: string | undefined;
13809
+ is_hidden?: boolean | undefined;
13234
13810
  is_important?: boolean | undefined;
13235
13811
  app_version?: string | undefined;
13236
13812
  };
@@ -13382,8 +13958,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
13382
13958
  };
13383
13959
  meta?: _zapier_kitcore.ResponseMeta;
13384
13960
  }>, readonly [], {
13385
- key?: string | undefined;
13386
13961
  name?: string | undefined;
13962
+ key?: string | undefined;
13387
13963
  action: string;
13388
13964
  inputs?: Record<string, unknown> | undefined;
13389
13965
  connection?: string | number | null | undefined;
@@ -14347,8 +14923,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
14347
14923
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
14348
14924
  title: string;
14349
14925
  type: "action";
14350
- is_hidden?: boolean | undefined;
14351
14926
  id?: string | undefined;
14927
+ is_hidden?: boolean | undefined;
14352
14928
  is_important?: boolean | undefined;
14353
14929
  app_version?: string | undefined;
14354
14930
  }>, readonly [], Omit<{
@@ -14366,8 +14942,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
14366
14942
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
14367
14943
  title: string;
14368
14944
  type: "action";
14369
- is_hidden?: boolean | undefined;
14370
14945
  id?: string | undefined;
14946
+ is_hidden?: boolean | undefined;
14371
14947
  is_important?: boolean | undefined;
14372
14948
  app_version?: string | undefined;
14373
14949
  }>, readonly [], ListActionsOptions> & _zapier_kitcore.DeclarationSummary<"listActions", (input: ListActionsOptions) => _zapier_kitcore.PaginatedSdkResult<{
@@ -14377,8 +14953,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
14377
14953
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
14378
14954
  title: string;
14379
14955
  type: "action";
14380
- is_hidden?: boolean | undefined;
14381
14956
  id?: string | undefined;
14957
+ is_hidden?: boolean | undefined;
14382
14958
  is_important?: boolean | undefined;
14383
14959
  app_version?: string | undefined;
14384
14960
  }>> & _zapier_kitcore.StandInId<"listActions">], (input: {
@@ -14400,8 +14976,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
14400
14976
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
14401
14977
  title: string;
14402
14978
  type: "action";
14403
- is_hidden?: boolean | undefined;
14404
14979
  id?: string | undefined;
14980
+ is_hidden?: boolean | undefined;
14405
14981
  is_important?: boolean | undefined;
14406
14982
  app_version?: string | undefined;
14407
14983
  }>>;
@@ -15390,8 +15966,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
15390
15966
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
15391
15967
  title: string;
15392
15968
  type: "action";
15393
- is_hidden?: boolean | undefined;
15394
15969
  id?: string | undefined;
15970
+ is_hidden?: boolean | undefined;
15395
15971
  is_important?: boolean | undefined;
15396
15972
  app_version?: string | undefined;
15397
15973
  }>> | _zapier_kitcore.ContractEntry<"zapier/capabilities", CapabilitiesContext> | _zapier_kitcore.ContractEntry<"listActionInputFields", (input: ListActionInputFieldsOptions) => _zapier_kitcore.PaginatedSdkResult<{
@@ -15518,8 +16094,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
15518
16094
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
15519
16095
  title: string;
15520
16096
  type: "action";
15521
- is_hidden?: boolean | undefined;
15522
16097
  id?: string | undefined;
16098
+ is_hidden?: boolean | undefined;
15523
16099
  is_important?: boolean | undefined;
15524
16100
  app_version?: string | undefined;
15525
16101
  }>> | _zapier_kitcore.ContractEntry<"getAction", (input: ({
@@ -15540,8 +16116,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
15540
16116
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
15541
16117
  title: string;
15542
16118
  type: "action";
15543
- is_hidden?: boolean | undefined;
15544
16119
  id?: string | undefined;
16120
+ is_hidden?: boolean | undefined;
15545
16121
  is_important?: boolean | undefined;
15546
16122
  app_version?: string | undefined;
15547
16123
  };
@@ -16704,8 +17280,8 @@ declare const zapierSdkPlugin: _zapier_kitcore.AggregatePlugin<"sdk", {
16704
17280
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
16705
17281
  title: string;
16706
17282
  type: "action";
16707
- is_hidden?: boolean | undefined;
16708
17283
  id?: string | undefined;
17284
+ is_hidden?: boolean | undefined;
16709
17285
  is_important?: boolean | undefined;
16710
17286
  app_version?: string | undefined;
16711
17287
  }>> | _zapier_kitcore.ContractEntry<"listTriggerInputFields", (input: {
@@ -17237,8 +17813,8 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
17237
17813
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
17238
17814
  title: string;
17239
17815
  type: "action";
17240
- is_hidden?: boolean | undefined;
17241
17816
  id?: string | undefined;
17817
+ is_hidden?: boolean | undefined;
17242
17818
  is_important?: boolean | undefined;
17243
17819
  app_version?: string | undefined;
17244
17820
  }>;
@@ -17262,8 +17838,8 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
17262
17838
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
17263
17839
  title: string;
17264
17840
  type: "action";
17265
- is_hidden?: boolean | undefined;
17266
17841
  id?: string | undefined;
17842
+ is_hidden?: boolean | undefined;
17267
17843
  is_important?: boolean | undefined;
17268
17844
  app_version?: string | undefined;
17269
17845
  };
@@ -18370,8 +18946,8 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
18370
18946
  action_type: "read" | "read_bulk" | "write" | "search" | "search_or_write" | "search_and_write" | "filter" | "run";
18371
18947
  title: string;
18372
18948
  type: "action";
18373
- is_hidden?: boolean | undefined;
18374
18949
  id?: string | undefined;
18950
+ is_hidden?: boolean | undefined;
18375
18951
  is_important?: boolean | undefined;
18376
18952
  app_version?: string | undefined;
18377
18953
  }>;
@@ -19921,4 +20497,4 @@ declare function getAgent(): string | null;
19921
20497
  */
19922
20498
  declare const registryPlugin: (_sdk: {}) => {};
19923
20499
 
19924
- export { sdkOptionsPluginRef as $, type ApiClient as A, type BaseSdkOptions as B, type ConnectionsProvider as C, type DeleteTriggerInboxResult as D, type EventCallback as E, type FieldsetItem as F, type GetActionInputFieldsSchemaOptions as G, type App as H, type Field as I, type Choice as J, type ActionExecutionResult as K, type ListActionsOptions as L, type ManifestProvider as M, type Need as N, type ActionField as O, type ActionFieldChoice as P, type NeedsRequest as Q, type ResolveCredentialsFn as R, type NeedsResponse as S, type TriggerMessageStatus as T, type Connection as U, type ConnectionsResponse as V, type WatchTriggerInboxOptions as W, type UserProfile as X, zapierSdkPlugin as Y, type ZapierFetchInitOptions as Z, SDK_OPTIONS_ID as _, type CapabilitiesContext as a, LeaseLimitPropertySchema as a$, getCallerContext as a0, runWithCallerContext as a1, type CallerContext as a2, batch as a3, type BatchOptions as a4, buildCapabilityMessage as a5, logDeprecation as a6, resetDeprecationWarnings as a7, RelayRequestSchema as a8, RelayFetchSchema as a9, ActionTypePropertySchema as aA, ActionKeyPropertySchema as aB, ActionPropertySchema as aC, InputFieldPropertySchema as aD, ConnectionIdPropertySchema as aE, AuthenticationIdPropertySchema as aF, ConnectionPropertySchema as aG, InputsPropertySchema as aH, LimitPropertySchema as aI, OffsetPropertySchema as aJ, OutputPropertySchema as aK, DebugPropertySchema as aL, ParamsPropertySchema as aM, ActionTimeoutSecondsPropertySchema as aN, ActionTimeoutMillisecondsPropertySchema as aO, TablePropertySchema as aP, RecordPropertySchema as aQ, RecordsPropertySchema as aR, FieldsPropertySchema as aS, AppsPropertySchema as aT, TablesPropertySchema as aU, ConnectionsPropertySchema as aV, TriggerInboxPropertySchema as aW, TriggerInboxKeyPropertySchema as aX, TriggerInboxNamePropertySchema as aY, LeasePropertySchema as aZ, LeaseSecondsPropertySchema as a_, createZapierSdkWithoutRegistry as aa, zapierCoreOptions as ab, BaseSdkOptionsSchema as ac, type ActionItem as ad, type ActionTypeItem as ae, type ResolvedAppLocator as af, getAgent as ag, registryPlugin as ah, type RequestOptions as ai, type PollOptions as aj, createZapierApi as ak, getOrCreateApiClient as al, isPermanentHttpError as am, type SseMessage as an, type JsonSseMessage as ao, DEPRECATION_NOTICE_EVENT as ap, type DeprecationNoticePayload as aq, type AppItem as ar, type ConnectionItem as as, type ActionItem$1 as at, type InputFieldItem as au, type InfoFieldItem as av, type RootFieldItem as aw, type UserProfileItem as ax, AppKeyPropertySchema as ay, AppPropertySchema as az, type ActionProxy as b, ZapierSignal as b$, type AppKeyProperty as b0, type AppProperty as b1, type ActionTypeProperty as b2, type ActionKeyProperty as b3, type ActionProperty as b4, type InputFieldProperty as b5, type ConnectionIdProperty as b6, type ConnectionProperty as b7, type AuthenticationIdProperty as b8, type InputsProperty as b9, ZapierApiError as bA, ZapierAppNotFoundError as bB, ZapierNotFoundError as bC, ZapierResourceNotFoundError as bD, ZapierConfigurationError as bE, ZapierBundleError as bF, ZapierTimeoutError as bG, ZapierActionError as bH, ZapierConflictError as bI, type RateLimitInfo as bJ, ZapierRateLimitError as bK, type ApprovalStatus as bL, ZapierApprovalError as bM, ZapierRelayError as bN, isZapierError as bO, isZapierValidationError as bP, isZapierAuthenticationError as bQ, isZapierAppNotFoundError as bR, isZapierNotFoundError as bS, isZapierResourceNotFoundError as bT, isZapierConflictError as bU, isZapierTimeoutError as bV, isZapierBundleError as bW, isZapierActionError as bX, isZapierRateLimitError as bY, isZapierApprovalError as bZ, formatErrorMessage as b_, type LimitProperty as ba, type OffsetProperty as bb, type OutputProperty as bc, type DebugProperty as bd, type ParamsProperty as be, type ActionTimeoutSecondsProperty as bf, type ActionTimeoutMillisecondsProperty as bg, type TableProperty as bh, type RecordProperty as bi, type RecordsProperty as bj, type FieldsProperty as bk, type AppsProperty as bl, type TablesProperty as bm, type ConnectionsProperty as bn, type TriggerInboxProperty as bo, type TriggerInboxKeyProperty as bp, type TriggerInboxNameProperty as bq, type LeaseProperty as br, type LeaseSecondsProperty as bs, type LeaseLimitProperty as bt, type ErrorOptions as bu, ZapierError as bv, ZapierValidationError as bw, ZapierUnknownError as bx, ZapierAuthenticationError as by, zapierAdaptError as bz, type ZapierSdkApps as c, clientIdResolver as c$, isZapierSignal as c0, appsPlugin as c1, type ActionExecutionOptions as c2, type AppFactoryInput as c3, type FetchPluginProvides as c4, fetchPlugin as c5, listAppsPlugin as c6, type ListAppsPluginProvides as c7, listActionsPlugin as c8, type ListActionsPluginProvides as c9, findManifestEntry as cA, MANIFEST_ID as cB, manifestPluginRef as cC, manifestPlugin as cD, type UpdateManifestEntryOptions as cE, type UpdateManifestEntryResult as cF, DEFAULT_CONFIG_PATH as cG, type ManifestEntry as cH, type ActionEntry as cI, getProfilePlugin as cJ, type GetProfilePluginProvides as cK, type ApiPluginOptions as cL, API_ID as cM, apiPluginRef as cN, apiPlugin as cO, RESOLVE_CREDENTIALS_ID as cP, resolveCredentialsPluginRef as cQ, resolveCredentialsPlugin as cR, appKeyResolver as cS, actionTypeResolver as cT, actionKeyResolver as cU, connectionIdResolver as cV, connectionIdGenericResolver as cW, inputsResolver as cX, inputsAllOptionalResolver as cY, inputFieldKeyResolver as cZ, clientCredentialsNameResolver as c_, listActionInputFieldsPlugin as ca, type ListActionInputFieldsPluginProvides as cb, listActionInputFieldChoicesPlugin as cc, getActionInputFieldsSchemaPlugin as cd, listConnectionsPlugin as ce, type ListConnectionsPluginProvides as cf, listClientCredentialsPlugin as cg, createClientCredentialsPlugin as ch, deleteClientCredentialsPlugin as ci, getAppPlugin as cj, getActionPlugin as ck, getConnectionPlugin as cl, findFirstConnectionPlugin as cm, findUniqueConnectionPlugin as cn, CONTEXT_CACHE_TTL_MILLISECONDS as co, CONTEXT_CACHE_MAX_SIZE as cp, createActionRunPlugin as cq, type CreateActionRunPluginProvides as cr, getActionRunPlugin as cs, type GetActionRunPluginProvides as ct, runActionPlugin as cu, type RunActionPluginProvides as cv, requestPlugin as cw, type ManifestPluginOptions as cx, readManifestFromFile as cy, getPreferredManifestEntryKey as cz, type DrainTriggerInboxOptions as d, CONNECTIONS_ID as d$, tableIdResolver as d0, triggerInboxResolver as d1, workflowIdResolver as d2, durableRunIdResolver as d3, workflowVersionIdResolver as d4, workflowDraftIdResolver as d5, workflowDraftRevisionResolver as d6, workflowRunIdResolver as d7, triggerMessagesResolver as d8, tableRecordIdResolver as d9, type LoadingEvent as dA, type Credentials as dB, type ResolvedCredentials as dC, type CredentialsObject as dD, type ClientCredentialsObject as dE, type PkceCredentialsObject as dF, isClientCredentials as dG, isPkceCredentials as dH, isCredentialsObject as dI, isCredentialsFunction as dJ, type ResolveCredentialsOptions as dK, resolveCredentialsFromEnv as dL, resolveCredentials as dM, getBaseUrlFromCredentials as dN, getClientIdFromCredentials as dO, ClientCredentialsObjectSchema as dP, PkceCredentialsObjectSchema as dQ, CredentialsObjectSchema as dR, ResolvedCredentialsSchema as dS, CredentialsFunctionSchema as dT, type CredentialsFunction as dU, CredentialsSchema as dV, ConnectionEntrySchema as dW, type ConnectionEntry as dX, ConnectionsMapSchema as dY, type ConnectionsMap as dZ, type ResolveConnection as d_, tableRecordIdsResolver as da, tableFieldIdsResolver as db, tableNameResolver as dc, tableFieldsResolver as dd, tableRecordsResolver as de, tableUpdateRecordsResolver as df, tableFiltersResolver as dg, tableSortResolver as dh, type ResolveAuthTokenOptions as di, AuthMechanism as dj, type ResolvedAuth as dk, clearTokenCache as dl, invalidateCachedToken as dm, injectCliLogin as dn, isCliLoginAvailable as dp, getTokenFromCliLogin as dq, resolveAuth as dr, resolveAuthToken as ds, invalidateCredentialsToken as dt, type ZapierCacheEntry as du, type ZapierCacheSetOptions as dv, createMemoryCache as dw, type SdkEvent as dx, type AuthEvent as dy, type ApiEvent as dz, type Manifest as e, connectionsPluginRef as e0, connectionsPlugin as e1, ZAPIER_BASE_URL as e2, getZapierSdkService as e3, getZapierCorrelationId as e4, getZapierCausationId as e5, MAX_PAGE_LIMIT as e6, DEFAULT_PAGE_SIZE as e7, DEFAULT_ACTION_TIMEOUT_MILLISECONDS as e8, ACTION_RUNS_PATH as e9, eventEmissionPluginRef as eA, eventEmissionPlugin as eB, eventEmissionHookPlugin as eC, type EventContext as eD, type ApplicationLifecycleEventData as eE, type EnhancedErrorEventData as eF, type MethodCalledEventData as eG, buildApplicationLifecycleEvent as eH, buildErrorEventWithContext as eI, buildErrorEvent as eJ, createBaseEvent as eK, buildMethodCalledEvent as eL, type MethodCalledEvent as eM, operationAnnotatorPlugin as eN, generateEventId as eO, getCurrentTimestamp as eP, getReleaseId as eQ, getOsInfo as eR, getPlatformVersions as eS, isCi as eT, getCiPlatform as eU, getMemoryUsage as eV, getCpuTime as eW, getTtyContext as eX, createZapierSdk as eY, type ZapierSdkOptions as eZ, type ZapierSdk as e_, ZAPIER_MAX_NETWORK_RETRIES as ea, ZAPIER_MAX_NETWORK_RETRY_DELAY_MILLISECONDS as eb, MAX_CONCURRENCY_LIMIT as ec, parseConcurrencyEnvVar as ed, ZAPIER_MAX_CONCURRENT_REQUESTS as ee, getZapierApprovalMode as ef, getZapierOpenAutoModeApprovalsInBrowser as eg, getZapierDefaultApprovalMode as eh, DEFAULT_APPROVAL_TIMEOUT_MILLISECONDS as ei, DEFAULT_MAX_APPROVAL_RETRIES as ej, listTablesPlugin as ek, getTablePlugin as el, createTablePlugin as em, deleteTablePlugin as en, listTableFieldsPlugin as eo, createTableFieldsPlugin as ep, deleteTableFieldsPlugin as eq, getTableRecordPlugin as er, listTableRecordsPlugin as es, createTableRecordsPlugin as et, deleteTableRecordsPlugin as eu, updateTableRecordsPlugin as ev, cleanupEventListeners as ew, type EventEmissionContext as ex, type EventEmitter as ey, EVENT_EMISSION_ID as ez, type EventEmissionConfig as f, type ZapierCache as g, type ListActionInputFieldsOptions as h, type ListActionInputFieldChoicesOptions as i, type ApiClientDurationOptions as j, type EventTransport as k, type BaseEvent as l, DrainTriggerInboxSchema as m, WatchTriggerInboxSchema as n, ZapierAbortDrainSignal as o, ZapierReleaseTriggerMessageSignal as p, isZapierAbortDrainSignal as q, isZapierReleaseTriggerMessageSignal as r, type DrainTriggerInboxCallback as s, type DrainTriggerInboxErrorObserver as t, type LeasedTriggerMessageItem as u, type ListAuthenticationsPluginProvides as v, type GetAuthenticationPluginProvides as w, type FindFirstAuthenticationPluginProvides as x, type FindUniqueAuthenticationPluginProvides as y, type Action as z };
20500
+ export { sdkOptionsPluginRef as $, type ApiClient as A, type BaseSdkOptions as B, type ConnectionsProvider as C, type DeleteTriggerInboxResult as D, type EventCallback as E, type FieldsetItem as F, type GetActionInputFieldsSchemaOptions as G, type App as H, type Field as I, type Choice as J, type ActionExecutionResult as K, type ListActionsOptions as L, type ManifestProvider as M, type Need as N, type ActionField as O, type ActionFieldChoice as P, type NeedsRequest as Q, type ResolveCredentialsFn as R, type NeedsResponse as S, type TriggerMessageStatus as T, type Connection as U, type ConnectionsResponse as V, type WatchTriggerInboxOptions as W, type UserProfile as X, zapierSdkPlugin as Y, type ZapierCache as Z, SDK_OPTIONS_ID as _, type Manifest as a, LeaseLimitPropertySchema as a$, getCallerContext as a0, runWithCallerContext as a1, type CallerContext as a2, batch as a3, type BatchOptions as a4, buildCapabilityMessage as a5, logDeprecation as a6, resetDeprecationWarnings as a7, RelayRequestSchema as a8, RelayFetchSchema as a9, ActionTypePropertySchema as aA, ActionKeyPropertySchema as aB, ActionPropertySchema as aC, InputFieldPropertySchema as aD, ConnectionIdPropertySchema as aE, AuthenticationIdPropertySchema as aF, ConnectionPropertySchema as aG, InputsPropertySchema as aH, LimitPropertySchema as aI, OffsetPropertySchema as aJ, OutputPropertySchema as aK, DebugPropertySchema as aL, ParamsPropertySchema as aM, ActionTimeoutSecondsPropertySchema as aN, ActionTimeoutMillisecondsPropertySchema as aO, TablePropertySchema as aP, RecordPropertySchema as aQ, RecordsPropertySchema as aR, FieldsPropertySchema as aS, AppsPropertySchema as aT, TablesPropertySchema as aU, ConnectionsPropertySchema as aV, TriggerInboxPropertySchema as aW, TriggerInboxKeyPropertySchema as aX, TriggerInboxNamePropertySchema as aY, LeasePropertySchema as aZ, LeaseSecondsPropertySchema as a_, createZapierSdkWithoutRegistry as aa, zapierCoreOptions as ab, BaseSdkOptionsSchema as ac, type ActionItem as ad, type ActionTypeItem as ae, type ResolvedAppLocator as af, getAgent as ag, registryPlugin as ah, type RequestOptions as ai, type PollOptions as aj, createZapierApi as ak, getOrCreateApiClient as al, isPermanentHttpError as am, type SseMessage as an, type JsonSseMessage as ao, DEPRECATION_NOTICE_EVENT as ap, type DeprecationNoticePayload as aq, type AppItem as ar, type ConnectionItem as as, type ActionItem$1 as at, type InputFieldItem as au, type InfoFieldItem as av, type RootFieldItem as aw, type UserProfileItem as ax, AppKeyPropertySchema as ay, AppPropertySchema as az, type EventEmissionConfig as b, ZapierSignal as b$, type AppKeyProperty as b0, type AppProperty as b1, type ActionTypeProperty as b2, type ActionKeyProperty as b3, type ActionProperty as b4, type InputFieldProperty as b5, type ConnectionIdProperty as b6, type ConnectionProperty as b7, type AuthenticationIdProperty as b8, type InputsProperty as b9, ZapierApiError as bA, ZapierAppNotFoundError as bB, ZapierNotFoundError as bC, ZapierResourceNotFoundError as bD, ZapierConfigurationError as bE, ZapierBundleError as bF, ZapierTimeoutError as bG, ZapierActionError as bH, ZapierConflictError as bI, type RateLimitInfo as bJ, ZapierRateLimitError as bK, type ApprovalStatus as bL, ZapierApprovalError as bM, ZapierRelayError as bN, isZapierError as bO, isZapierValidationError as bP, isZapierAuthenticationError as bQ, isZapierAppNotFoundError as bR, isZapierNotFoundError as bS, isZapierResourceNotFoundError as bT, isZapierConflictError as bU, isZapierTimeoutError as bV, isZapierBundleError as bW, isZapierActionError as bX, isZapierRateLimitError as bY, isZapierApprovalError as bZ, formatErrorMessage as b_, type LimitProperty as ba, type OffsetProperty as bb, type OutputProperty as bc, type DebugProperty as bd, type ParamsProperty as be, type ActionTimeoutSecondsProperty as bf, type ActionTimeoutMillisecondsProperty as bg, type TableProperty as bh, type RecordProperty as bi, type RecordsProperty as bj, type FieldsProperty as bk, type AppsProperty as bl, type TablesProperty as bm, type ConnectionsProperty as bn, type TriggerInboxProperty as bo, type TriggerInboxKeyProperty as bp, type TriggerInboxNameProperty as bq, type LeaseProperty as br, type LeaseSecondsProperty as bs, type LeaseLimitProperty as bt, type ErrorOptions as bu, ZapierError as bv, ZapierValidationError as bw, ZapierUnknownError as bx, ZapierAuthenticationError as by, zapierAdaptError as bz, type CapabilitiesContext as c, clientIdResolver as c$, isZapierSignal as c0, appsPlugin as c1, type ActionExecutionOptions as c2, type AppFactoryInput as c3, type FetchPluginProvides as c4, fetchPlugin as c5, listAppsPlugin as c6, type ListAppsPluginProvides as c7, listActionsPlugin as c8, type ListActionsPluginProvides as c9, findManifestEntry as cA, MANIFEST_ID as cB, manifestPluginRef as cC, manifestPlugin as cD, type UpdateManifestEntryOptions as cE, type UpdateManifestEntryResult as cF, DEFAULT_CONFIG_PATH as cG, type ManifestEntry as cH, type ActionEntry as cI, getProfilePlugin as cJ, type GetProfilePluginProvides as cK, type ApiPluginOptions as cL, API_ID as cM, apiPluginRef as cN, apiPlugin as cO, RESOLVE_CREDENTIALS_ID as cP, resolveCredentialsPluginRef as cQ, resolveCredentialsPlugin as cR, appKeyResolver as cS, actionTypeResolver as cT, actionKeyResolver as cU, connectionIdResolver as cV, connectionIdGenericResolver as cW, inputsResolver as cX, inputsAllOptionalResolver as cY, inputFieldKeyResolver as cZ, clientCredentialsNameResolver as c_, listActionInputFieldsPlugin as ca, type ListActionInputFieldsPluginProvides as cb, listActionInputFieldChoicesPlugin as cc, getActionInputFieldsSchemaPlugin as cd, listConnectionsPlugin as ce, type ListConnectionsPluginProvides as cf, listClientCredentialsPlugin as cg, createClientCredentialsPlugin as ch, deleteClientCredentialsPlugin as ci, getAppPlugin as cj, getActionPlugin as ck, getConnectionPlugin as cl, findFirstConnectionPlugin as cm, findUniqueConnectionPlugin as cn, CONTEXT_CACHE_TTL_MILLISECONDS as co, CONTEXT_CACHE_MAX_SIZE as cp, createActionRunPlugin as cq, type CreateActionRunPluginProvides as cr, getActionRunPlugin as cs, type GetActionRunPluginProvides as ct, runActionPlugin as cu, type RunActionPluginProvides as cv, requestPlugin as cw, type ManifestPluginOptions as cx, readManifestFromFile as cy, getPreferredManifestEntryKey as cz, type ZapierFetchInitOptions as d, CONNECTIONS_ID as d$, tableIdResolver as d0, triggerInboxResolver as d1, workflowIdResolver as d2, durableRunIdResolver as d3, workflowVersionIdResolver as d4, workflowDraftIdResolver as d5, workflowDraftRevisionResolver as d6, workflowRunIdResolver as d7, triggerMessagesResolver as d8, tableRecordIdResolver as d9, type LoadingEvent as dA, type Credentials as dB, type ResolvedCredentials as dC, type CredentialsObject as dD, type ClientCredentialsObject as dE, type PkceCredentialsObject as dF, isClientCredentials as dG, isPkceCredentials as dH, isCredentialsObject as dI, isCredentialsFunction as dJ, type ResolveCredentialsOptions as dK, resolveCredentialsFromEnv as dL, resolveCredentials as dM, getBaseUrlFromCredentials as dN, getClientIdFromCredentials as dO, ClientCredentialsObjectSchema as dP, PkceCredentialsObjectSchema as dQ, CredentialsObjectSchema as dR, ResolvedCredentialsSchema as dS, CredentialsFunctionSchema as dT, type CredentialsFunction as dU, CredentialsSchema as dV, ConnectionEntrySchema as dW, type ConnectionEntry as dX, ConnectionsMapSchema as dY, type ConnectionsMap as dZ, type ResolveConnection as d_, tableRecordIdsResolver as da, tableFieldIdsResolver as db, tableNameResolver as dc, tableFieldsResolver as dd, tableRecordsResolver as de, tableUpdateRecordsResolver as df, tableFiltersResolver as dg, tableSortResolver as dh, type ResolveAuthTokenOptions as di, AuthMechanism as dj, type ResolvedAuth as dk, clearTokenCache as dl, invalidateCachedToken as dm, injectCliLogin as dn, isCliLoginAvailable as dp, getTokenFromCliLogin as dq, resolveAuth as dr, resolveAuthToken as ds, invalidateCredentialsToken as dt, type ZapierCacheEntry as du, type ZapierCacheSetOptions as dv, createMemoryCache as dw, type SdkEvent as dx, type AuthEvent as dy, type ApiEvent as dz, type ActionProxy as e, connectionsPluginRef as e0, connectionsPlugin as e1, ZAPIER_BASE_URL as e2, getZapierSdkService as e3, getZapierCorrelationId as e4, getZapierCausationId as e5, MAX_PAGE_LIMIT as e6, DEFAULT_PAGE_SIZE as e7, DEFAULT_ACTION_TIMEOUT_MILLISECONDS as e8, ACTION_RUNS_PATH as e9, eventEmissionPluginRef as eA, eventEmissionPlugin as eB, eventEmissionHookPlugin as eC, type EventContext as eD, type ApplicationLifecycleEventData as eE, type EnhancedErrorEventData as eF, type MethodCalledEventData as eG, buildApplicationLifecycleEvent as eH, buildErrorEventWithContext as eI, buildErrorEvent as eJ, createBaseEvent as eK, buildMethodCalledEvent as eL, type MethodCalledEvent as eM, operationAnnotatorPlugin as eN, generateEventId as eO, getCurrentTimestamp as eP, getReleaseId as eQ, getOsInfo as eR, getPlatformVersions as eS, isCi as eT, getCiPlatform as eU, getMemoryUsage as eV, getCpuTime as eW, getTtyContext as eX, createZapierSdk as eY, type ZapierSdkOptions as eZ, type ZapierSdk as e_, ZAPIER_MAX_NETWORK_RETRIES as ea, ZAPIER_MAX_NETWORK_RETRY_DELAY_MILLISECONDS as eb, MAX_CONCURRENCY_LIMIT as ec, parseConcurrencyEnvVar as ed, ZAPIER_MAX_CONCURRENT_REQUESTS as ee, getZapierApprovalMode as ef, getZapierOpenAutoModeApprovalsInBrowser as eg, getZapierDefaultApprovalMode as eh, DEFAULT_APPROVAL_TIMEOUT_MILLISECONDS as ei, DEFAULT_MAX_APPROVAL_RETRIES as ej, listTablesPlugin as ek, getTablePlugin as el, createTablePlugin as em, deleteTablePlugin as en, listTableFieldsPlugin as eo, createTableFieldsPlugin as ep, deleteTableFieldsPlugin as eq, getTableRecordPlugin as er, listTableRecordsPlugin as es, createTableRecordsPlugin as et, deleteTableRecordsPlugin as eu, updateTableRecordsPlugin as ev, cleanupEventListeners as ew, type EventEmissionContext as ex, type EventEmitter as ey, EVENT_EMISSION_ID as ez, type ZapierSdkApps as f, type DrainTriggerInboxOptions as g, type ListActionInputFieldsOptions as h, type ListActionInputFieldChoicesOptions as i, type ApiClientDurationOptions as j, type EventTransport as k, type BaseEvent as l, DrainTriggerInboxSchema as m, WatchTriggerInboxSchema as n, ZapierAbortDrainSignal as o, ZapierReleaseTriggerMessageSignal as p, isZapierAbortDrainSignal as q, isZapierReleaseTriggerMessageSignal as r, type DrainTriggerInboxCallback as s, type DrainTriggerInboxErrorObserver as t, type LeasedTriggerMessageItem as u, type ListAuthenticationsPluginProvides as v, type GetAuthenticationPluginProvides as w, type FindFirstAuthenticationPluginProvides as x, type FindUniqueAuthenticationPluginProvides as y, type Action as z };