Skip to content

Commit 9bb00f4

Browse files
committed
updated types
1 parent 85b36be commit 9bb00f4

1 file changed

Lines changed: 70 additions & 70 deletions

File tree

apps/sim/tools/jira/types.ts

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -806,30 +806,30 @@ export interface JiraRetrieveResponse extends ToolResponse {
806806
assignee: {
807807
accountId: string
808808
displayName: string
809-
active?: boolean
810-
emailAddress?: string
811-
avatarUrl?: string
812-
accountType?: string
813-
timeZone?: string
809+
active: boolean | null
810+
emailAddress: string | null
811+
avatarUrl: string | null
812+
accountType: string | null
813+
timeZone: string | null
814814
} | null
815815
assigneeName: string | null
816816
reporter: {
817817
accountId: string
818818
displayName: string
819-
active?: boolean
820-
emailAddress?: string
821-
avatarUrl?: string
822-
accountType?: string
823-
timeZone?: string
819+
active: boolean | null
820+
emailAddress: string | null
821+
avatarUrl: string | null
822+
accountType: string | null
823+
timeZone: string | null
824824
} | null
825825
creator: {
826826
accountId: string
827827
displayName: string
828-
active?: boolean
829-
emailAddress?: string
830-
avatarUrl?: string
831-
accountType?: string
832-
timeZone?: string
828+
active: boolean | null
829+
emailAddress: string | null
830+
avatarUrl: string | null
831+
accountType: string | null
832+
timeZone: string | null
833833
} | null
834834
labels: string[]
835835
components: Array<{ id: string; name: string; description?: string }>
@@ -869,21 +869,21 @@ export interface JiraRetrieveResponse extends ToolResponse {
869869
author: {
870870
accountId: string
871871
displayName: string
872-
active?: boolean
873-
emailAddress?: string
874-
avatarUrl?: string
875-
accountType?: string
876-
timeZone?: string
872+
active: boolean | null
873+
emailAddress: string | null
874+
avatarUrl: string | null
875+
accountType: string | null
876+
timeZone: string | null
877877
} | null
878878
authorName: string
879879
updateAuthor?: {
880880
accountId: string
881881
displayName: string
882-
active?: boolean
883-
emailAddress?: string
884-
avatarUrl?: string
885-
accountType?: string
886-
timeZone?: string
882+
active: boolean | null
883+
emailAddress: string | null
884+
avatarUrl: string | null
885+
accountType: string | null
886+
timeZone: string | null
887887
} | null
888888
created: string
889889
updated: string
@@ -894,21 +894,21 @@ export interface JiraRetrieveResponse extends ToolResponse {
894894
author: {
895895
accountId: string
896896
displayName: string
897-
active?: boolean
898-
emailAddress?: string
899-
avatarUrl?: string
900-
accountType?: string
901-
timeZone?: string
897+
active: boolean | null
898+
emailAddress: string | null
899+
avatarUrl: string | null
900+
accountType: string | null
901+
timeZone: string | null
902902
} | null
903903
authorName: string
904904
updateAuthor?: {
905905
accountId: string
906906
displayName: string
907-
active?: boolean
908-
emailAddress?: string
909-
avatarUrl?: string
910-
accountType?: string
911-
timeZone?: string
907+
active: boolean | null
908+
emailAddress: string | null
909+
avatarUrl: string | null
910+
accountType: string | null
911+
timeZone: string | null
912912
} | null
913913
comment?: string | null
914914
started: string
@@ -927,11 +927,11 @@ export interface JiraRetrieveResponse extends ToolResponse {
927927
author: {
928928
accountId: string
929929
displayName: string
930-
active?: boolean
931-
emailAddress?: string
932-
avatarUrl?: string
933-
accountType?: string
934-
timeZone?: string
930+
active: boolean | null
931+
emailAddress: string | null
932+
avatarUrl: string | null
933+
accountType: string | null
934+
timeZone: string | null
935935
} | null
936936
authorName: string
937937
created: string
@@ -1149,21 +1149,21 @@ export interface JiraSearchIssuesResponse extends ToolResponse {
11491149
assignee: {
11501150
accountId: string
11511151
displayName: string
1152-
active?: boolean
1153-
emailAddress?: string
1154-
avatarUrl?: string
1155-
accountType?: string
1156-
timeZone?: string
1152+
active: boolean | null
1153+
emailAddress: string | null
1154+
avatarUrl: string | null
1155+
accountType: string | null
1156+
timeZone: string | null
11571157
} | null
11581158
assigneeName: string | null
11591159
reporter: {
11601160
accountId: string
11611161
displayName: string
1162-
active?: boolean
1163-
emailAddress?: string
1164-
avatarUrl?: string
1165-
accountType?: string
1166-
timeZone?: string
1162+
active: boolean | null
1163+
emailAddress: string | null
1164+
avatarUrl: string | null
1165+
accountType: string | null
1166+
timeZone: string | null
11671167
} | null
11681168
labels: string[]
11691169
components: Array<{ id: string; name: string; description?: string }>
@@ -1223,21 +1223,21 @@ export interface JiraGetCommentsResponse extends ToolResponse {
12231223
author: {
12241224
accountId: string
12251225
displayName: string
1226-
active?: boolean
1227-
emailAddress?: string
1228-
avatarUrl?: string
1229-
accountType?: string
1230-
timeZone?: string
1226+
active: boolean | null
1227+
emailAddress: string | null
1228+
avatarUrl: string | null
1229+
accountType: string | null
1230+
timeZone: string | null
12311231
} | null
12321232
authorName: string
12331233
updateAuthor: {
12341234
accountId: string
12351235
displayName: string
1236-
active?: boolean
1237-
emailAddress?: string
1238-
avatarUrl?: string
1239-
accountType?: string
1240-
timeZone?: string
1236+
active: boolean | null
1237+
emailAddress: string | null
1238+
avatarUrl: string | null
1239+
accountType: string | null
1240+
timeZone: string | null
12411241
} | null
12421242
created: string
12431243
updated: string
@@ -1431,20 +1431,20 @@ export interface JiraUpdateWorklogResponse extends ToolResponse {
14311431
author: {
14321432
accountId: string
14331433
displayName: string
1434-
active?: boolean
1435-
emailAddress?: string
1436-
avatarUrl?: string
1437-
accountType?: string
1438-
timeZone?: string
1434+
active: boolean | null
1435+
emailAddress: string | null
1436+
avatarUrl: string | null
1437+
accountType: string | null
1438+
timeZone: string | null
14391439
} | null
14401440
updateAuthor: {
14411441
accountId: string
14421442
displayName: string
1443-
active?: boolean
1444-
emailAddress?: string
1445-
avatarUrl?: string
1446-
accountType?: string
1447-
timeZone?: string
1443+
active: boolean | null
1444+
emailAddress: string | null
1445+
avatarUrl: string | null
1446+
accountType: string | null
1447+
timeZone: string | null
14481448
} | null
14491449
started: string | null
14501450
created: string | null

0 commit comments

Comments
 (0)