@credal/actions 0.2.168 → 0.2.170

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 @@ export declare const AuthParamsSchema: z.ZodObject<{
62
62
  redirectUri: z.ZodOptional<z.ZodString>;
63
63
  userEmail: z.ZodOptional<z.ZodString>;
64
64
  }, "strip", z.ZodTypeAny, {
65
- userEmail?: string | undefined;
66
65
  subdomain?: string | undefined;
67
66
  username?: string | undefined;
67
+ userEmail?: string | undefined;
68
68
  authToken?: string | undefined;
69
69
  baseUrl?: string | undefined;
70
70
  apiKey?: string | undefined;
@@ -82,9 +82,9 @@ export declare const AuthParamsSchema: z.ZodObject<{
82
82
  refreshToken?: string | undefined;
83
83
  redirectUri?: string | undefined;
84
84
  }, {
85
- userEmail?: string | undefined;
86
85
  subdomain?: string | undefined;
87
86
  username?: string | undefined;
87
+ userEmail?: string | undefined;
88
88
  authToken?: string | undefined;
89
89
  baseUrl?: string | undefined;
90
90
  apiKey?: string | undefined;
@@ -884,6 +884,7 @@ export declare const slackUserSearchSlackParamsSchema: z.ZodObject<{
884
884
  channel: z.ZodOptional<z.ZodString>;
885
885
  topic: z.ZodOptional<z.ZodString>;
886
886
  timeRange: z.ZodDefault<z.ZodEnum<["latest", "today", "yesterday", "last_7d", "last_30d", "all"]>>;
887
+ messageType: z.ZodOptional<z.ZodEnum<["im", "group", "channel"]>>;
887
888
  limit: z.ZodDefault<z.ZodNumber>;
888
889
  fetchAdjacentMessages: z.ZodDefault<z.ZodBoolean>;
889
890
  }, "strip", z.ZodTypeAny, {
@@ -893,12 +894,14 @@ export declare const slackUserSearchSlackParamsSchema: z.ZodObject<{
893
894
  emails?: string[] | undefined;
894
895
  channel?: string | undefined;
895
896
  topic?: string | undefined;
897
+ messageType?: "channel" | "im" | "group" | undefined;
896
898
  }, {
897
899
  limit?: number | undefined;
898
900
  emails?: string[] | undefined;
899
901
  channel?: string | undefined;
900
902
  topic?: string | undefined;
901
903
  timeRange?: "latest" | "today" | "yesterday" | "last_7d" | "last_30d" | "all" | undefined;
904
+ messageType?: "channel" | "im" | "group" | undefined;
902
905
  fetchAdjacentMessages?: boolean | undefined;
903
906
  }>;
904
907
  export type slackUserSearchSlackParamsType = z.infer<typeof slackUserSearchSlackParamsSchema>;
@@ -3563,32 +3566,6 @@ export declare const jiraDataCenterGetJiraIssuesByQueryOutputSchema: z.ZodObject
3563
3566
  }>;
3564
3567
  export type jiraDataCenterGetJiraIssuesByQueryOutputType = z.infer<typeof jiraDataCenterGetJiraIssuesByQueryOutputSchema>;
3565
3568
  export type jiraDataCenterGetJiraIssuesByQueryFunction = ActionFunction<jiraDataCenterGetJiraIssuesByQueryParamsType, AuthParamsType, jiraDataCenterGetJiraIssuesByQueryOutputType>;
3566
- export declare const kandjiGetFVRecoveryKeyForDeviceParamsSchema: z.ZodObject<{
3567
- userEmail: z.ZodString;
3568
- subdomain: z.ZodString;
3569
- }, "strip", z.ZodTypeAny, {
3570
- userEmail: string;
3571
- subdomain: string;
3572
- }, {
3573
- userEmail: string;
3574
- subdomain: string;
3575
- }>;
3576
- export type kandjiGetFVRecoveryKeyForDeviceParamsType = z.infer<typeof kandjiGetFVRecoveryKeyForDeviceParamsSchema>;
3577
- export declare const kandjiGetFVRecoveryKeyForDeviceOutputSchema: z.ZodObject<{
3578
- success: z.ZodBoolean;
3579
- recoveryKey: z.ZodOptional<z.ZodString>;
3580
- error: z.ZodOptional<z.ZodString>;
3581
- }, "strip", z.ZodTypeAny, {
3582
- success: boolean;
3583
- error?: string | undefined;
3584
- recoveryKey?: string | undefined;
3585
- }, {
3586
- success: boolean;
3587
- error?: string | undefined;
3588
- recoveryKey?: string | undefined;
3589
- }>;
3590
- export type kandjiGetFVRecoveryKeyForDeviceOutputType = z.infer<typeof kandjiGetFVRecoveryKeyForDeviceOutputSchema>;
3591
- export type kandjiGetFVRecoveryKeyForDeviceFunction = ActionFunction<kandjiGetFVRecoveryKeyForDeviceParamsType, AuthParamsType, kandjiGetFVRecoveryKeyForDeviceOutputType>;
3592
3569
  export declare const googlemapsValidateAddressParamsSchema: z.ZodObject<{
3593
3570
  regionCode: z.ZodString;
3594
3571
  locality: z.ZodString;
@@ -3920,13 +3897,13 @@ export declare const zendeskCreateZendeskTicketParamsSchema: z.ZodObject<{
3920
3897
  subdomain: z.ZodString;
3921
3898
  groupId: z.ZodOptional<z.ZodNumber>;
3922
3899
  }, "strip", z.ZodTypeAny, {
3923
- subdomain: string;
3924
3900
  subject: string;
3901
+ subdomain: string;
3925
3902
  body?: string | undefined;
3926
3903
  groupId?: number | undefined;
3927
3904
  }, {
3928
- subdomain: string;
3929
3905
  subject: string;
3906
+ subdomain: string;
3930
3907
  body?: string | undefined;
3931
3908
  groupId?: number | undefined;
3932
3909
  }>;
@@ -4062,12 +4039,12 @@ export declare const zendeskSearchZendeskByQueryParamsSchema: z.ZodObject<{
4062
4039
  query: string;
4063
4040
  subdomain: string;
4064
4041
  limit?: number | undefined;
4065
- objectType?: "user" | "ticket" | "organization" | "group" | undefined;
4042
+ objectType?: "user" | "group" | "ticket" | "organization" | undefined;
4066
4043
  }, {
4067
4044
  query: string;
4068
4045
  subdomain: string;
4069
4046
  limit?: number | undefined;
4070
- objectType?: "user" | "ticket" | "organization" | "group" | undefined;
4047
+ objectType?: "user" | "group" | "ticket" | "organization" | undefined;
4071
4048
  }>;
4072
4049
  export type zendeskSearchZendeskByQueryParamsType = z.infer<typeof zendeskSearchZendeskByQueryParamsSchema>;
4073
4050
  export declare const zendeskSearchZendeskByQueryOutputSchema: z.ZodObject<{
@@ -7924,246 +7901,6 @@ export declare const lookerEnableUserByEmailOutputSchema: z.ZodObject<{
7924
7901
  }>;
7925
7902
  export type lookerEnableUserByEmailOutputType = z.infer<typeof lookerEnableUserByEmailOutputSchema>;
7926
7903
  export type lookerEnableUserByEmailFunction = ActionFunction<lookerEnableUserByEmailParamsType, AuthParamsType, lookerEnableUserByEmailOutputType>;
7927
- export declare const ashbyCreateNoteParamsSchema: z.ZodObject<{
7928
- candidateId: z.ZodString;
7929
- note: z.ZodString;
7930
- }, "strip", z.ZodTypeAny, {
7931
- candidateId: string;
7932
- note: string;
7933
- }, {
7934
- candidateId: string;
7935
- note: string;
7936
- }>;
7937
- export type ashbyCreateNoteParamsType = z.infer<typeof ashbyCreateNoteParamsSchema>;
7938
- export declare const ashbyCreateNoteOutputSchema: z.ZodVoid;
7939
- export type ashbyCreateNoteOutputType = z.infer<typeof ashbyCreateNoteOutputSchema>;
7940
- export type ashbyCreateNoteFunction = ActionFunction<ashbyCreateNoteParamsType, AuthParamsType, ashbyCreateNoteOutputType>;
7941
- export declare const ashbyGetCandidateInfoParamsSchema: z.ZodObject<{
7942
- candidateId: z.ZodString;
7943
- }, "strip", z.ZodTypeAny, {
7944
- candidateId: string;
7945
- }, {
7946
- candidateId: string;
7947
- }>;
7948
- export type ashbyGetCandidateInfoParamsType = z.infer<typeof ashbyGetCandidateInfoParamsSchema>;
7949
- export declare const ashbyGetCandidateInfoOutputSchema: z.ZodObject<{
7950
- candidate: z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>;
7951
- }, "strip", z.ZodTypeAny, {
7952
- candidate: {} & {
7953
- [k: string]: any;
7954
- };
7955
- }, {
7956
- candidate: {} & {
7957
- [k: string]: any;
7958
- };
7959
- }>;
7960
- export type ashbyGetCandidateInfoOutputType = z.infer<typeof ashbyGetCandidateInfoOutputSchema>;
7961
- export type ashbyGetCandidateInfoFunction = ActionFunction<ashbyGetCandidateInfoParamsType, AuthParamsType, ashbyGetCandidateInfoOutputType>;
7962
- export declare const ashbyAddCandidateToProjectParamsSchema: z.ZodObject<{
7963
- candidateId: z.ZodString;
7964
- projectId: z.ZodString;
7965
- }, "strip", z.ZodTypeAny, {
7966
- projectId: string;
7967
- candidateId: string;
7968
- }, {
7969
- projectId: string;
7970
- candidateId: string;
7971
- }>;
7972
- export type ashbyAddCandidateToProjectParamsType = z.infer<typeof ashbyAddCandidateToProjectParamsSchema>;
7973
- export declare const ashbyAddCandidateToProjectOutputSchema: z.ZodVoid;
7974
- export type ashbyAddCandidateToProjectOutputType = z.infer<typeof ashbyAddCandidateToProjectOutputSchema>;
7975
- export type ashbyAddCandidateToProjectFunction = ActionFunction<ashbyAddCandidateToProjectParamsType, AuthParamsType, ashbyAddCandidateToProjectOutputType>;
7976
- export declare const ashbyListCandidatesParamsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
7977
- export type ashbyListCandidatesParamsType = z.infer<typeof ashbyListCandidatesParamsSchema>;
7978
- export declare const ashbyListCandidatesOutputSchema: z.ZodObject<{
7979
- candidates: z.ZodArray<z.ZodAny, "many">;
7980
- }, "strip", z.ZodTypeAny, {
7981
- candidates: any[];
7982
- }, {
7983
- candidates: any[];
7984
- }>;
7985
- export type ashbyListCandidatesOutputType = z.infer<typeof ashbyListCandidatesOutputSchema>;
7986
- export type ashbyListCandidatesFunction = ActionFunction<ashbyListCandidatesParamsType, AuthParamsType, ashbyListCandidatesOutputType>;
7987
- export declare const ashbySearchCandidatesParamsSchema: z.ZodObject<{
7988
- email: z.ZodOptional<z.ZodString>;
7989
- name: z.ZodOptional<z.ZodString>;
7990
- }, "strip", z.ZodTypeAny, {
7991
- name?: string | undefined;
7992
- email?: string | undefined;
7993
- }, {
7994
- name?: string | undefined;
7995
- email?: string | undefined;
7996
- }>;
7997
- export type ashbySearchCandidatesParamsType = z.infer<typeof ashbySearchCandidatesParamsSchema>;
7998
- export declare const ashbySearchCandidatesOutputSchema: z.ZodObject<{
7999
- candidates: z.ZodArray<z.ZodAny, "many">;
8000
- }, "strip", z.ZodTypeAny, {
8001
- candidates: any[];
8002
- }, {
8003
- candidates: any[];
8004
- }>;
8005
- export type ashbySearchCandidatesOutputType = z.infer<typeof ashbySearchCandidatesOutputSchema>;
8006
- export type ashbySearchCandidatesFunction = ActionFunction<ashbySearchCandidatesParamsType, AuthParamsType, ashbySearchCandidatesOutputType>;
8007
- export declare const ashbyListCandidateNotesParamsSchema: z.ZodObject<{
8008
- candidateId: z.ZodString;
8009
- }, "strip", z.ZodTypeAny, {
8010
- candidateId: string;
8011
- }, {
8012
- candidateId: string;
8013
- }>;
8014
- export type ashbyListCandidateNotesParamsType = z.infer<typeof ashbyListCandidateNotesParamsSchema>;
8015
- export declare const ashbyListCandidateNotesOutputSchema: z.ZodObject<{
8016
- notes: z.ZodArray<z.ZodAny, "many">;
8017
- }, "strip", z.ZodTypeAny, {
8018
- notes: any[];
8019
- }, {
8020
- notes: any[];
8021
- }>;
8022
- export type ashbyListCandidateNotesOutputType = z.infer<typeof ashbyListCandidateNotesOutputSchema>;
8023
- export type ashbyListCandidateNotesFunction = ActionFunction<ashbyListCandidateNotesParamsType, AuthParamsType, ashbyListCandidateNotesOutputType>;
8024
- export declare const ashbyCreateCandidateParamsSchema: z.ZodObject<{
8025
- name: z.ZodString;
8026
- email: z.ZodOptional<z.ZodString>;
8027
- phoneNumber: z.ZodOptional<z.ZodString>;
8028
- linkedInUrl: z.ZodOptional<z.ZodString>;
8029
- githubUrl: z.ZodOptional<z.ZodString>;
8030
- website: z.ZodOptional<z.ZodString>;
8031
- alternateEmailAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8032
- sourceId: z.ZodOptional<z.ZodString>;
8033
- creditedToUserId: z.ZodOptional<z.ZodString>;
8034
- location: z.ZodOptional<z.ZodObject<{
8035
- city: z.ZodOptional<z.ZodString>;
8036
- region: z.ZodOptional<z.ZodString>;
8037
- country: z.ZodOptional<z.ZodString>;
8038
- }, "strip", z.ZodTypeAny, {
8039
- city?: string | undefined;
8040
- region?: string | undefined;
8041
- country?: string | undefined;
8042
- }, {
8043
- city?: string | undefined;
8044
- region?: string | undefined;
8045
- country?: string | undefined;
8046
- }>>;
8047
- }, "strip", z.ZodTypeAny, {
8048
- name: string;
8049
- email?: string | undefined;
8050
- location?: {
8051
- city?: string | undefined;
8052
- region?: string | undefined;
8053
- country?: string | undefined;
8054
- } | undefined;
8055
- phoneNumber?: string | undefined;
8056
- linkedInUrl?: string | undefined;
8057
- githubUrl?: string | undefined;
8058
- website?: string | undefined;
8059
- alternateEmailAddresses?: string[] | undefined;
8060
- sourceId?: string | undefined;
8061
- creditedToUserId?: string | undefined;
8062
- }, {
8063
- name: string;
8064
- email?: string | undefined;
8065
- location?: {
8066
- city?: string | undefined;
8067
- region?: string | undefined;
8068
- country?: string | undefined;
8069
- } | undefined;
8070
- phoneNumber?: string | undefined;
8071
- linkedInUrl?: string | undefined;
8072
- githubUrl?: string | undefined;
8073
- website?: string | undefined;
8074
- alternateEmailAddresses?: string[] | undefined;
8075
- sourceId?: string | undefined;
8076
- creditedToUserId?: string | undefined;
8077
- }>;
8078
- export type ashbyCreateCandidateParamsType = z.infer<typeof ashbyCreateCandidateParamsSchema>;
8079
- export declare const ashbyCreateCandidateOutputSchema: z.ZodVoid;
8080
- export type ashbyCreateCandidateOutputType = z.infer<typeof ashbyCreateCandidateOutputSchema>;
8081
- export type ashbyCreateCandidateFunction = ActionFunction<ashbyCreateCandidateParamsType, AuthParamsType, ashbyCreateCandidateOutputType>;
8082
- export declare const ashbyUpdateCandidateParamsSchema: z.ZodObject<{
8083
- candidateId: z.ZodString;
8084
- name: z.ZodOptional<z.ZodString>;
8085
- email: z.ZodOptional<z.ZodString>;
8086
- phoneNumber: z.ZodOptional<z.ZodString>;
8087
- linkedInUrl: z.ZodOptional<z.ZodString>;
8088
- githubUrl: z.ZodOptional<z.ZodString>;
8089
- websiteUrl: z.ZodOptional<z.ZodString>;
8090
- alternateEmail: z.ZodOptional<z.ZodString>;
8091
- socialLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
8092
- type: z.ZodOptional<z.ZodString>;
8093
- url: z.ZodOptional<z.ZodString>;
8094
- }, "strip", z.ZodTypeAny, {
8095
- type?: string | undefined;
8096
- url?: string | undefined;
8097
- }, {
8098
- type?: string | undefined;
8099
- url?: string | undefined;
8100
- }>, "many">>;
8101
- sourceId: z.ZodOptional<z.ZodString>;
8102
- creditedToUserId: z.ZodOptional<z.ZodString>;
8103
- location: z.ZodOptional<z.ZodObject<{
8104
- city: z.ZodOptional<z.ZodString>;
8105
- region: z.ZodOptional<z.ZodString>;
8106
- country: z.ZodOptional<z.ZodString>;
8107
- }, "strip", z.ZodTypeAny, {
8108
- city?: string | undefined;
8109
- region?: string | undefined;
8110
- country?: string | undefined;
8111
- }, {
8112
- city?: string | undefined;
8113
- region?: string | undefined;
8114
- country?: string | undefined;
8115
- }>>;
8116
- createdAt: z.ZodOptional<z.ZodString>;
8117
- sendNotifications: z.ZodOptional<z.ZodBoolean>;
8118
- }, "strip", z.ZodTypeAny, {
8119
- candidateId: string;
8120
- name?: string | undefined;
8121
- email?: string | undefined;
8122
- location?: {
8123
- city?: string | undefined;
8124
- region?: string | undefined;
8125
- country?: string | undefined;
8126
- } | undefined;
8127
- phoneNumber?: string | undefined;
8128
- linkedInUrl?: string | undefined;
8129
- githubUrl?: string | undefined;
8130
- sourceId?: string | undefined;
8131
- creditedToUserId?: string | undefined;
8132
- websiteUrl?: string | undefined;
8133
- alternateEmail?: string | undefined;
8134
- socialLinks?: {
8135
- type?: string | undefined;
8136
- url?: string | undefined;
8137
- }[] | undefined;
8138
- createdAt?: string | undefined;
8139
- sendNotifications?: boolean | undefined;
8140
- }, {
8141
- candidateId: string;
8142
- name?: string | undefined;
8143
- email?: string | undefined;
8144
- location?: {
8145
- city?: string | undefined;
8146
- region?: string | undefined;
8147
- country?: string | undefined;
8148
- } | undefined;
8149
- phoneNumber?: string | undefined;
8150
- linkedInUrl?: string | undefined;
8151
- githubUrl?: string | undefined;
8152
- sourceId?: string | undefined;
8153
- creditedToUserId?: string | undefined;
8154
- websiteUrl?: string | undefined;
8155
- alternateEmail?: string | undefined;
8156
- socialLinks?: {
8157
- type?: string | undefined;
8158
- url?: string | undefined;
8159
- }[] | undefined;
8160
- createdAt?: string | undefined;
8161
- sendNotifications?: boolean | undefined;
8162
- }>;
8163
- export type ashbyUpdateCandidateParamsType = z.infer<typeof ashbyUpdateCandidateParamsSchema>;
8164
- export declare const ashbyUpdateCandidateOutputSchema: z.ZodVoid;
8165
- export type ashbyUpdateCandidateOutputType = z.infer<typeof ashbyUpdateCandidateOutputSchema>;
8166
- export type ashbyUpdateCandidateFunction = ActionFunction<ashbyUpdateCandidateParamsType, AuthParamsType, ashbyUpdateCandidateOutputType>;
8167
7904
  export declare const salesforceUpdateRecordParamsSchema: z.ZodObject<{
8168
7905
  objectType: z.ZodString;
8169
7906
  recordId: z.ZodString;
@@ -8967,8 +8704,8 @@ export declare const githubListPullRequestsOutputSchema: z.ZodObject<{
8967
8704
  } | undefined;
8968
8705
  url?: string | undefined;
8969
8706
  title?: string | undefined;
8970
- createdAt?: string | undefined;
8971
8707
  state?: string | undefined;
8708
+ createdAt?: string | undefined;
8972
8709
  updatedAt?: string | undefined;
8973
8710
  }, {
8974
8711
  number?: number | undefined;
@@ -8978,8 +8715,8 @@ export declare const githubListPullRequestsOutputSchema: z.ZodObject<{
8978
8715
  } | undefined;
8979
8716
  url?: string | undefined;
8980
8717
  title?: string | undefined;
8981
- createdAt?: string | undefined;
8982
8718
  state?: string | undefined;
8719
+ createdAt?: string | undefined;
8983
8720
  updatedAt?: string | undefined;
8984
8721
  }>>;
8985
8722
  }, "strip", z.ZodTypeAny, {
@@ -8993,8 +8730,8 @@ export declare const githubListPullRequestsOutputSchema: z.ZodObject<{
8993
8730
  } | undefined;
8994
8731
  url?: string | undefined;
8995
8732
  title?: string | undefined;
8996
- createdAt?: string | undefined;
8997
8733
  state?: string | undefined;
8734
+ createdAt?: string | undefined;
8998
8735
  updatedAt?: string | undefined;
8999
8736
  } | undefined;
9000
8737
  }, {
@@ -9008,8 +8745,8 @@ export declare const githubListPullRequestsOutputSchema: z.ZodObject<{
9008
8745
  } | undefined;
9009
8746
  url?: string | undefined;
9010
8747
  title?: string | undefined;
9011
- createdAt?: string | undefined;
9012
8748
  state?: string | undefined;
8749
+ createdAt?: string | undefined;
9013
8750
  updatedAt?: string | undefined;
9014
8751
  } | undefined;
9015
8752
  }>, "many">>;
@@ -9027,8 +8764,8 @@ export declare const githubListPullRequestsOutputSchema: z.ZodObject<{
9027
8764
  } | undefined;
9028
8765
  url?: string | undefined;
9029
8766
  title?: string | undefined;
9030
- createdAt?: string | undefined;
9031
8767
  state?: string | undefined;
8768
+ createdAt?: string | undefined;
9032
8769
  updatedAt?: string | undefined;
9033
8770
  } | undefined;
9034
8771
  }[] | undefined;
@@ -9046,8 +8783,8 @@ export declare const githubListPullRequestsOutputSchema: z.ZodObject<{
9046
8783
  } | undefined;
9047
8784
  url?: string | undefined;
9048
8785
  title?: string | undefined;
9049
- createdAt?: string | undefined;
9050
8786
  state?: string | undefined;
8787
+ createdAt?: string | undefined;
9051
8788
  updatedAt?: string | undefined;
9052
8789
  } | undefined;
9053
8790
  }[] | undefined;
@@ -9239,7 +8976,6 @@ export declare const githubGetPullRequestDetailsOutputSchema: z.ZodObject<{
9239
8976
  description?: string | null | undefined;
9240
8977
  url?: string | undefined;
9241
8978
  title?: string | undefined;
9242
- createdAt?: string | undefined;
9243
8979
  head?: {
9244
8980
  sha?: string | undefined;
9245
8981
  ref?: string | undefined;
@@ -9268,6 +9004,7 @@ export declare const githubGetPullRequestDetailsOutputSchema: z.ZodObject<{
9268
9004
  author?: {
9269
9005
  login?: string | undefined;
9270
9006
  } | undefined;
9007
+ createdAt?: string | undefined;
9271
9008
  updatedAt?: string | undefined;
9272
9009
  htmlUrl?: string | undefined;
9273
9010
  labels?: {
@@ -9300,7 +9037,6 @@ export declare const githubGetPullRequestDetailsOutputSchema: z.ZodObject<{
9300
9037
  description?: string | null | undefined;
9301
9038
  url?: string | undefined;
9302
9039
  title?: string | undefined;
9303
- createdAt?: string | undefined;
9304
9040
  head?: {
9305
9041
  sha?: string | undefined;
9306
9042
  ref?: string | undefined;
@@ -9329,6 +9065,7 @@ export declare const githubGetPullRequestDetailsOutputSchema: z.ZodObject<{
9329
9065
  author?: {
9330
9066
  login?: string | undefined;
9331
9067
  } | undefined;
9068
+ createdAt?: string | undefined;
9332
9069
  updatedAt?: string | undefined;
9333
9070
  htmlUrl?: string | undefined;
9334
9071
  labels?: {
@@ -9365,7 +9102,6 @@ export declare const githubGetPullRequestDetailsOutputSchema: z.ZodObject<{
9365
9102
  description?: string | null | undefined;
9366
9103
  url?: string | undefined;
9367
9104
  title?: string | undefined;
9368
- createdAt?: string | undefined;
9369
9105
  head?: {
9370
9106
  sha?: string | undefined;
9371
9107
  ref?: string | undefined;
@@ -9394,6 +9130,7 @@ export declare const githubGetPullRequestDetailsOutputSchema: z.ZodObject<{
9394
9130
  author?: {
9395
9131
  login?: string | undefined;
9396
9132
  } | undefined;
9133
+ createdAt?: string | undefined;
9397
9134
  updatedAt?: string | undefined;
9398
9135
  htmlUrl?: string | undefined;
9399
9136
  labels?: {
@@ -9430,7 +9167,6 @@ export declare const githubGetPullRequestDetailsOutputSchema: z.ZodObject<{
9430
9167
  description?: string | null | undefined;
9431
9168
  url?: string | undefined;
9432
9169
  title?: string | undefined;
9433
- createdAt?: string | undefined;
9434
9170
  head?: {
9435
9171
  sha?: string | undefined;
9436
9172
  ref?: string | undefined;
@@ -9459,6 +9195,7 @@ export declare const githubGetPullRequestDetailsOutputSchema: z.ZodObject<{
9459
9195
  author?: {
9460
9196
  login?: string | undefined;
9461
9197
  } | undefined;
9198
+ createdAt?: string | undefined;
9462
9199
  updatedAt?: string | undefined;
9463
9200
  htmlUrl?: string | undefined;
9464
9201
  labels?: {
@@ -10850,98 +10587,6 @@ export declare const notionSearchByTitleOutputSchema: z.ZodObject<{
10850
10587
  }>;
10851
10588
  export type notionSearchByTitleOutputType = z.infer<typeof notionSearchByTitleOutputSchema>;
10852
10589
  export type notionSearchByTitleFunction = ActionFunction<notionSearchByTitleParamsType, AuthParamsType, notionSearchByTitleOutputType>;
10853
- export declare const jamfGetJamfFileVaultRecoveryKeyParamsSchema: z.ZodObject<{
10854
- computerId: z.ZodString;
10855
- }, "strip", z.ZodTypeAny, {
10856
- computerId: string;
10857
- }, {
10858
- computerId: string;
10859
- }>;
10860
- export type jamfGetJamfFileVaultRecoveryKeyParamsType = z.infer<typeof jamfGetJamfFileVaultRecoveryKeyParamsSchema>;
10861
- export declare const jamfGetJamfFileVaultRecoveryKeyOutputSchema: z.ZodObject<{
10862
- success: z.ZodBoolean;
10863
- data: z.ZodOptional<z.ZodString>;
10864
- error: z.ZodOptional<z.ZodString>;
10865
- }, "strip", z.ZodTypeAny, {
10866
- success: boolean;
10867
- error?: string | undefined;
10868
- data?: string | undefined;
10869
- }, {
10870
- success: boolean;
10871
- error?: string | undefined;
10872
- data?: string | undefined;
10873
- }>;
10874
- export type jamfGetJamfFileVaultRecoveryKeyOutputType = z.infer<typeof jamfGetJamfFileVaultRecoveryKeyOutputSchema>;
10875
- export type jamfGetJamfFileVaultRecoveryKeyFunction = ActionFunction<jamfGetJamfFileVaultRecoveryKeyParamsType, AuthParamsType, jamfGetJamfFileVaultRecoveryKeyOutputType>;
10876
- export declare const jamfGetJamfComputerInventoryParamsSchema: z.ZodObject<{
10877
- section: z.ZodOptional<z.ZodString>;
10878
- }, "strip", z.ZodTypeAny, {
10879
- section?: string | undefined;
10880
- }, {
10881
- section?: string | undefined;
10882
- }>;
10883
- export type jamfGetJamfComputerInventoryParamsType = z.infer<typeof jamfGetJamfComputerInventoryParamsSchema>;
10884
- export declare const jamfGetJamfComputerInventoryOutputSchema: z.ZodObject<{
10885
- success: z.ZodBoolean;
10886
- data: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
10887
- error: z.ZodOptional<z.ZodString>;
10888
- }, "strip", z.ZodTypeAny, {
10889
- success: boolean;
10890
- error?: string | undefined;
10891
- data?: any[] | undefined;
10892
- }, {
10893
- success: boolean;
10894
- error?: string | undefined;
10895
- data?: any[] | undefined;
10896
- }>;
10897
- export type jamfGetJamfComputerInventoryOutputType = z.infer<typeof jamfGetJamfComputerInventoryOutputSchema>;
10898
- export type jamfGetJamfComputerInventoryFunction = ActionFunction<jamfGetJamfComputerInventoryParamsType, AuthParamsType, jamfGetJamfComputerInventoryOutputType>;
10899
- export declare const jamfGetJamfUserComputerIdParamsSchema: z.ZodObject<{
10900
- userEmail: z.ZodString;
10901
- }, "strip", z.ZodTypeAny, {
10902
- userEmail: string;
10903
- }, {
10904
- userEmail: string;
10905
- }>;
10906
- export type jamfGetJamfUserComputerIdParamsType = z.infer<typeof jamfGetJamfUserComputerIdParamsSchema>;
10907
- export declare const jamfGetJamfUserComputerIdOutputSchema: z.ZodObject<{
10908
- success: z.ZodBoolean;
10909
- computerId: z.ZodOptional<z.ZodString>;
10910
- error: z.ZodOptional<z.ZodString>;
10911
- }, "strip", z.ZodTypeAny, {
10912
- success: boolean;
10913
- error?: string | undefined;
10914
- computerId?: string | undefined;
10915
- }, {
10916
- success: boolean;
10917
- error?: string | undefined;
10918
- computerId?: string | undefined;
10919
- }>;
10920
- export type jamfGetJamfUserComputerIdOutputType = z.infer<typeof jamfGetJamfUserComputerIdOutputSchema>;
10921
- export type jamfGetJamfUserComputerIdFunction = ActionFunction<jamfGetJamfUserComputerIdParamsType, AuthParamsType, jamfGetJamfUserComputerIdOutputType>;
10922
- export declare const jamfLockJamfComputerByIdParamsSchema: z.ZodObject<{
10923
- computerId: z.ZodString;
10924
- passcode: z.ZodString;
10925
- }, "strip", z.ZodTypeAny, {
10926
- computerId: string;
10927
- passcode: string;
10928
- }, {
10929
- computerId: string;
10930
- passcode: string;
10931
- }>;
10932
- export type jamfLockJamfComputerByIdParamsType = z.infer<typeof jamfLockJamfComputerByIdParamsSchema>;
10933
- export declare const jamfLockJamfComputerByIdOutputSchema: z.ZodObject<{
10934
- success: z.ZodBoolean;
10935
- error: z.ZodOptional<z.ZodString>;
10936
- }, "strip", z.ZodTypeAny, {
10937
- success: boolean;
10938
- error?: string | undefined;
10939
- }, {
10940
- success: boolean;
10941
- error?: string | undefined;
10942
- }>;
10943
- export type jamfLockJamfComputerByIdOutputType = z.infer<typeof jamfLockJamfComputerByIdOutputSchema>;
10944
- export type jamfLockJamfComputerByIdFunction = ActionFunction<jamfLockJamfComputerByIdParamsType, AuthParamsType, jamfLockJamfComputerByIdOutputType>;
10945
10590
  export declare const gitlabSearchGroupParamsSchema: z.ZodObject<{
10946
10591
  query: z.ZodString;
10947
10592
  groupId: z.ZodString;
@@ -11409,13 +11054,13 @@ export declare const gitlabListDirectoryParamsSchema: z.ZodObject<{
11409
11054
  ref: z.ZodOptional<z.ZodString>;
11410
11055
  }, "strip", z.ZodTypeAny, {
11411
11056
  path: string;
11412
- project: string;
11413
11057
  group: string;
11058
+ project: string;
11414
11059
  ref?: string | undefined;
11415
11060
  }, {
11416
11061
  path: string;
11417
- project: string;
11418
11062
  group: string;
11063
+ project: string;
11419
11064
  ref?: string | undefined;
11420
11065
  }>;
11421
11066
  export type gitlabListDirectoryParamsType = z.infer<typeof gitlabListDirectoryParamsSchema>;
@@ -11753,9 +11398,9 @@ export declare const linearGetIssueDetailsOutputSchema: z.ZodObject<{
11753
11398
  name?: string | undefined;
11754
11399
  id?: string | undefined;
11755
11400
  } | undefined;
11756
- createdAt?: string | undefined;
11757
11401
  priority?: number | undefined;
11758
11402
  state?: string | undefined;
11403
+ createdAt?: string | undefined;
11759
11404
  updatedAt?: string | undefined;
11760
11405
  team?: {
11761
11406
  name?: string | undefined;
@@ -11786,9 +11431,9 @@ export declare const linearGetIssueDetailsOutputSchema: z.ZodObject<{
11786
11431
  name?: string | undefined;
11787
11432
  id?: string | undefined;
11788
11433
  } | undefined;
11789
- createdAt?: string | undefined;
11790
11434
  priority?: number | undefined;
11791
11435
  state?: string | undefined;
11436
+ createdAt?: string | undefined;
11792
11437
  updatedAt?: string | undefined;
11793
11438
  team?: {
11794
11439
  name?: string | undefined;
@@ -11823,9 +11468,9 @@ export declare const linearGetIssueDetailsOutputSchema: z.ZodObject<{
11823
11468
  name?: string | undefined;
11824
11469
  id?: string | undefined;
11825
11470
  } | undefined;
11826
- createdAt?: string | undefined;
11827
11471
  priority?: number | undefined;
11828
11472
  state?: string | undefined;
11473
+ createdAt?: string | undefined;
11829
11474
  updatedAt?: string | undefined;
11830
11475
  team?: {
11831
11476
  name?: string | undefined;
@@ -11860,9 +11505,9 @@ export declare const linearGetIssueDetailsOutputSchema: z.ZodObject<{
11860
11505
  name?: string | undefined;
11861
11506
  id?: string | undefined;
11862
11507
  } | undefined;
11863
- createdAt?: string | undefined;
11864
11508
  priority?: number | undefined;
11865
11509
  state?: string | undefined;
11510
+ createdAt?: string | undefined;
11866
11511
  updatedAt?: string | undefined;
11867
11512
  team?: {
11868
11513
  name?: string | undefined;
@@ -12077,8 +11722,8 @@ export declare const linearGetProjectDetailsOutputSchema: z.ZodObject<{
12077
11722
  content?: string | undefined;
12078
11723
  author_name?: string | undefined;
12079
11724
  }[] | undefined;
12080
- createdAt?: string | undefined;
12081
11725
  state?: string | undefined;
11726
+ createdAt?: string | undefined;
12082
11727
  updatedAt?: string | undefined;
12083
11728
  team?: {
12084
11729
  name?: string | undefined;
@@ -12106,8 +11751,8 @@ export declare const linearGetProjectDetailsOutputSchema: z.ZodObject<{
12106
11751
  content?: string | undefined;
12107
11752
  author_name?: string | undefined;
12108
11753
  }[] | undefined;
12109
- createdAt?: string | undefined;
12110
11754
  state?: string | undefined;
11755
+ createdAt?: string | undefined;
12111
11756
  updatedAt?: string | undefined;
12112
11757
  team?: {
12113
11758
  name?: string | undefined;
@@ -12139,8 +11784,8 @@ export declare const linearGetProjectDetailsOutputSchema: z.ZodObject<{
12139
11784
  content?: string | undefined;
12140
11785
  author_name?: string | undefined;
12141
11786
  }[] | undefined;
12142
- createdAt?: string | undefined;
12143
11787
  state?: string | undefined;
11788
+ createdAt?: string | undefined;
12144
11789
  updatedAt?: string | undefined;
12145
11790
  team?: {
12146
11791
  name?: string | undefined;
@@ -12172,8 +11817,8 @@ export declare const linearGetProjectDetailsOutputSchema: z.ZodObject<{
12172
11817
  content?: string | undefined;
12173
11818
  author_name?: string | undefined;
12174
11819
  }[] | undefined;
12175
- createdAt?: string | undefined;
12176
11820
  state?: string | undefined;
11821
+ createdAt?: string | undefined;
12177
11822
  updatedAt?: string | undefined;
12178
11823
  team?: {
12179
11824
  name?: string | undefined;
@@ -12385,16 +12030,16 @@ export declare const hubspotGetContactDetailsOutputSchema: z.ZodObject<{
12385
12030
  id?: string | undefined;
12386
12031
  email?: string | undefined;
12387
12032
  company?: string | undefined;
12388
- createdAt?: string | undefined;
12389
12033
  state?: string | undefined;
12034
+ createdAt?: string | undefined;
12390
12035
  updatedAt?: string | undefined;
12391
12036
  address?: string | undefined;
12392
12037
  city?: string | undefined;
12393
- country?: string | undefined;
12394
12038
  firstname?: string | undefined;
12395
12039
  lastname?: string | undefined;
12396
12040
  phone?: string | undefined;
12397
12041
  zip?: string | undefined;
12042
+ country?: string | undefined;
12398
12043
  lifecyclestage?: string | undefined;
12399
12044
  leadstatus?: string | undefined;
12400
12045
  archived?: boolean | undefined;
@@ -12402,16 +12047,16 @@ export declare const hubspotGetContactDetailsOutputSchema: z.ZodObject<{
12402
12047
  id?: string | undefined;
12403
12048
  email?: string | undefined;
12404
12049
  company?: string | undefined;
12405
- createdAt?: string | undefined;
12406
12050
  state?: string | undefined;
12051
+ createdAt?: string | undefined;
12407
12052
  updatedAt?: string | undefined;
12408
12053
  address?: string | undefined;
12409
12054
  city?: string | undefined;
12410
- country?: string | undefined;
12411
12055
  firstname?: string | undefined;
12412
12056
  lastname?: string | undefined;
12413
12057
  phone?: string | undefined;
12414
12058
  zip?: string | undefined;
12059
+ country?: string | undefined;
12415
12060
  lifecyclestage?: string | undefined;
12416
12061
  leadstatus?: string | undefined;
12417
12062
  archived?: boolean | undefined;
@@ -12423,16 +12068,16 @@ export declare const hubspotGetContactDetailsOutputSchema: z.ZodObject<{
12423
12068
  id?: string | undefined;
12424
12069
  email?: string | undefined;
12425
12070
  company?: string | undefined;
12426
- createdAt?: string | undefined;
12427
12071
  state?: string | undefined;
12072
+ createdAt?: string | undefined;
12428
12073
  updatedAt?: string | undefined;
12429
12074
  address?: string | undefined;
12430
12075
  city?: string | undefined;
12431
- country?: string | undefined;
12432
12076
  firstname?: string | undefined;
12433
12077
  lastname?: string | undefined;
12434
12078
  phone?: string | undefined;
12435
12079
  zip?: string | undefined;
12080
+ country?: string | undefined;
12436
12081
  lifecyclestage?: string | undefined;
12437
12082
  leadstatus?: string | undefined;
12438
12083
  archived?: boolean | undefined;
@@ -12444,16 +12089,16 @@ export declare const hubspotGetContactDetailsOutputSchema: z.ZodObject<{
12444
12089
  id?: string | undefined;
12445
12090
  email?: string | undefined;
12446
12091
  company?: string | undefined;
12447
- createdAt?: string | undefined;
12448
12092
  state?: string | undefined;
12093
+ createdAt?: string | undefined;
12449
12094
  updatedAt?: string | undefined;
12450
12095
  address?: string | undefined;
12451
12096
  city?: string | undefined;
12452
- country?: string | undefined;
12453
12097
  firstname?: string | undefined;
12454
12098
  lastname?: string | undefined;
12455
12099
  phone?: string | undefined;
12456
12100
  zip?: string | undefined;
12101
+ country?: string | undefined;
12457
12102
  lifecyclestage?: string | undefined;
12458
12103
  leadstatus?: string | undefined;
12459
12104
  archived?: boolean | undefined;
@@ -12541,33 +12186,33 @@ export declare const hubspotGetCompanyDetailsOutputSchema: z.ZodObject<{
12541
12186
  }, "strip", z.ZodTypeAny, {
12542
12187
  name?: string | undefined;
12543
12188
  id?: string | undefined;
12544
- website?: string | undefined;
12545
- createdAt?: string | undefined;
12546
12189
  state?: string | undefined;
12190
+ createdAt?: string | undefined;
12547
12191
  updatedAt?: string | undefined;
12548
12192
  address?: string | undefined;
12549
12193
  city?: string | undefined;
12550
- country?: string | undefined;
12551
12194
  phone?: string | undefined;
12552
12195
  zip?: string | undefined;
12196
+ country?: string | undefined;
12553
12197
  archived?: boolean | undefined;
12554
12198
  domain?: string | undefined;
12555
12199
  industry?: string | undefined;
12200
+ website?: string | undefined;
12556
12201
  }, {
12557
12202
  name?: string | undefined;
12558
12203
  id?: string | undefined;
12559
- website?: string | undefined;
12560
- createdAt?: string | undefined;
12561
12204
  state?: string | undefined;
12205
+ createdAt?: string | undefined;
12562
12206
  updatedAt?: string | undefined;
12563
12207
  address?: string | undefined;
12564
12208
  city?: string | undefined;
12565
- country?: string | undefined;
12566
12209
  phone?: string | undefined;
12567
12210
  zip?: string | undefined;
12211
+ country?: string | undefined;
12568
12212
  archived?: boolean | undefined;
12569
12213
  domain?: string | undefined;
12570
12214
  industry?: string | undefined;
12215
+ website?: string | undefined;
12571
12216
  }>>;
12572
12217
  }, "strip", z.ZodTypeAny, {
12573
12218
  success: boolean;
@@ -12575,18 +12220,18 @@ export declare const hubspotGetCompanyDetailsOutputSchema: z.ZodObject<{
12575
12220
  company?: {
12576
12221
  name?: string | undefined;
12577
12222
  id?: string | undefined;
12578
- website?: string | undefined;
12579
- createdAt?: string | undefined;
12580
12223
  state?: string | undefined;
12224
+ createdAt?: string | undefined;
12581
12225
  updatedAt?: string | undefined;
12582
12226
  address?: string | undefined;
12583
12227
  city?: string | undefined;
12584
- country?: string | undefined;
12585
12228
  phone?: string | undefined;
12586
12229
  zip?: string | undefined;
12230
+ country?: string | undefined;
12587
12231
  archived?: boolean | undefined;
12588
12232
  domain?: string | undefined;
12589
12233
  industry?: string | undefined;
12234
+ website?: string | undefined;
12590
12235
  } | undefined;
12591
12236
  }, {
12592
12237
  success: boolean;
@@ -12594,18 +12239,18 @@ export declare const hubspotGetCompanyDetailsOutputSchema: z.ZodObject<{
12594
12239
  company?: {
12595
12240
  name?: string | undefined;
12596
12241
  id?: string | undefined;
12597
- website?: string | undefined;
12598
- createdAt?: string | undefined;
12599
12242
  state?: string | undefined;
12243
+ createdAt?: string | undefined;
12600
12244
  updatedAt?: string | undefined;
12601
12245
  address?: string | undefined;
12602
12246
  city?: string | undefined;
12603
- country?: string | undefined;
12604
12247
  phone?: string | undefined;
12605
12248
  zip?: string | undefined;
12249
+ country?: string | undefined;
12606
12250
  archived?: boolean | undefined;
12607
12251
  domain?: string | undefined;
12608
12252
  industry?: string | undefined;
12253
+ website?: string | undefined;
12609
12254
  } | undefined;
12610
12255
  }>;
12611
12256
  export type hubspotGetCompanyDetailsOutputType = z.infer<typeof hubspotGetCompanyDetailsOutputSchema>;
@@ -12832,8 +12477,8 @@ export declare const hubspotGetTicketDetailsOutputSchema: z.ZodObject<{
12832
12477
  id?: string | undefined;
12833
12478
  content?: string | undefined;
12834
12479
  subject?: string | undefined;
12835
- createdAt?: string | undefined;
12836
12480
  priority?: string | undefined;
12481
+ createdAt?: string | undefined;
12837
12482
  updatedAt?: string | undefined;
12838
12483
  archived?: boolean | undefined;
12839
12484
  pipeline?: string | undefined;
@@ -12843,8 +12488,8 @@ export declare const hubspotGetTicketDetailsOutputSchema: z.ZodObject<{
12843
12488
  id?: string | undefined;
12844
12489
  content?: string | undefined;
12845
12490
  subject?: string | undefined;
12846
- createdAt?: string | undefined;
12847
12491
  priority?: string | undefined;
12492
+ createdAt?: string | undefined;
12848
12493
  updatedAt?: string | undefined;
12849
12494
  archived?: boolean | undefined;
12850
12495
  pipeline?: string | undefined;
@@ -12858,8 +12503,8 @@ export declare const hubspotGetTicketDetailsOutputSchema: z.ZodObject<{
12858
12503
  id?: string | undefined;
12859
12504
  content?: string | undefined;
12860
12505
  subject?: string | undefined;
12861
- createdAt?: string | undefined;
12862
12506
  priority?: string | undefined;
12507
+ createdAt?: string | undefined;
12863
12508
  updatedAt?: string | undefined;
12864
12509
  archived?: boolean | undefined;
12865
12510
  pipeline?: string | undefined;
@@ -12873,8 +12518,8 @@ export declare const hubspotGetTicketDetailsOutputSchema: z.ZodObject<{
12873
12518
  id?: string | undefined;
12874
12519
  content?: string | undefined;
12875
12520
  subject?: string | undefined;
12876
- createdAt?: string | undefined;
12877
12521
  priority?: string | undefined;
12522
+ createdAt?: string | undefined;
12878
12523
  updatedAt?: string | undefined;
12879
12524
  archived?: boolean | undefined;
12880
12525
  pipeline?: string | undefined;