@sentry/api 0.208.0 → 0.210.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sdk.gen.d.ts +2 -1
- package/dist/types.gen.d.ts +105 -88
- package/dist/zod.gen.d.ts +85 -85
- package/dist/zod.js +17 -17
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -31880,19 +31880,19 @@ export declare const zDeleteOrganizationDetectorsData: z.ZodObject<{
|
|
|
31880
31880
|
organization_id_or_slug: string;
|
|
31881
31881
|
}>;
|
|
31882
31882
|
query: z.ZodOptional<z.ZodObject<{
|
|
31883
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
31883
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
31884
31884
|
query: z.ZodOptional<z.ZodString>;
|
|
31885
31885
|
sortBy: z.ZodOptional<z.ZodString>;
|
|
31886
31886
|
id: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
31887
31887
|
}, "strip", z.ZodTypeAny, {
|
|
31888
31888
|
query?: string | undefined;
|
|
31889
31889
|
id?: number[] | undefined;
|
|
31890
|
-
project?: number[] | undefined;
|
|
31890
|
+
project?: (string | number)[] | undefined;
|
|
31891
31891
|
sortBy?: string | undefined;
|
|
31892
31892
|
}, {
|
|
31893
31893
|
query?: string | undefined;
|
|
31894
31894
|
id?: number[] | undefined;
|
|
31895
|
-
project?: number[] | undefined;
|
|
31895
|
+
project?: (string | number)[] | undefined;
|
|
31896
31896
|
sortBy?: string | undefined;
|
|
31897
31897
|
}>>;
|
|
31898
31898
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31902,7 +31902,7 @@ export declare const zDeleteOrganizationDetectorsData: z.ZodObject<{
|
|
|
31902
31902
|
query?: {
|
|
31903
31903
|
query?: string | undefined;
|
|
31904
31904
|
id?: number[] | undefined;
|
|
31905
|
-
project?: number[] | undefined;
|
|
31905
|
+
project?: (string | number)[] | undefined;
|
|
31906
31906
|
sortBy?: string | undefined;
|
|
31907
31907
|
} | undefined;
|
|
31908
31908
|
body?: undefined;
|
|
@@ -31913,7 +31913,7 @@ export declare const zDeleteOrganizationDetectorsData: z.ZodObject<{
|
|
|
31913
31913
|
query?: {
|
|
31914
31914
|
query?: string | undefined;
|
|
31915
31915
|
id?: number[] | undefined;
|
|
31916
|
-
project?: number[] | undefined;
|
|
31916
|
+
project?: (string | number)[] | undefined;
|
|
31917
31917
|
sortBy?: string | undefined;
|
|
31918
31918
|
} | undefined;
|
|
31919
31919
|
body?: undefined;
|
|
@@ -31929,19 +31929,19 @@ export declare const zListOrganizationDetectorsData: z.ZodObject<{
|
|
|
31929
31929
|
organization_id_or_slug: string;
|
|
31930
31930
|
}>;
|
|
31931
31931
|
query: z.ZodOptional<z.ZodObject<{
|
|
31932
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
31932
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
31933
31933
|
query: z.ZodOptional<z.ZodString>;
|
|
31934
31934
|
sortBy: z.ZodOptional<z.ZodString>;
|
|
31935
31935
|
id: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
31936
31936
|
}, "strip", z.ZodTypeAny, {
|
|
31937
31937
|
query?: string | undefined;
|
|
31938
31938
|
id?: number[] | undefined;
|
|
31939
|
-
project?: number[] | undefined;
|
|
31939
|
+
project?: (string | number)[] | undefined;
|
|
31940
31940
|
sortBy?: string | undefined;
|
|
31941
31941
|
}, {
|
|
31942
31942
|
query?: string | undefined;
|
|
31943
31943
|
id?: number[] | undefined;
|
|
31944
|
-
project?: number[] | undefined;
|
|
31944
|
+
project?: (string | number)[] | undefined;
|
|
31945
31945
|
sortBy?: string | undefined;
|
|
31946
31946
|
}>>;
|
|
31947
31947
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31951,7 +31951,7 @@ export declare const zListOrganizationDetectorsData: z.ZodObject<{
|
|
|
31951
31951
|
query?: {
|
|
31952
31952
|
query?: string | undefined;
|
|
31953
31953
|
id?: number[] | undefined;
|
|
31954
|
-
project?: number[] | undefined;
|
|
31954
|
+
project?: (string | number)[] | undefined;
|
|
31955
31955
|
sortBy?: string | undefined;
|
|
31956
31956
|
} | undefined;
|
|
31957
31957
|
body?: undefined;
|
|
@@ -31962,7 +31962,7 @@ export declare const zListOrganizationDetectorsData: z.ZodObject<{
|
|
|
31962
31962
|
query?: {
|
|
31963
31963
|
query?: string | undefined;
|
|
31964
31964
|
id?: number[] | undefined;
|
|
31965
|
-
project?: number[] | undefined;
|
|
31965
|
+
project?: (string | number)[] | undefined;
|
|
31966
31966
|
sortBy?: string | undefined;
|
|
31967
31967
|
} | undefined;
|
|
31968
31968
|
body?: undefined;
|
|
@@ -32057,17 +32057,17 @@ export declare const zUpdateOrganizationDetectorsData: z.ZodObject<{
|
|
|
32057
32057
|
organization_id_or_slug: string;
|
|
32058
32058
|
}>;
|
|
32059
32059
|
query: z.ZodOptional<z.ZodObject<{
|
|
32060
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
32060
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
32061
32061
|
query: z.ZodOptional<z.ZodString>;
|
|
32062
32062
|
id: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
32063
32063
|
}, "strip", z.ZodTypeAny, {
|
|
32064
32064
|
query?: string | undefined;
|
|
32065
32065
|
id?: number[] | undefined;
|
|
32066
|
-
project?: number[] | undefined;
|
|
32066
|
+
project?: (string | number)[] | undefined;
|
|
32067
32067
|
}, {
|
|
32068
32068
|
query?: string | undefined;
|
|
32069
32069
|
id?: number[] | undefined;
|
|
32070
|
-
project?: number[] | undefined;
|
|
32070
|
+
project?: (string | number)[] | undefined;
|
|
32071
32071
|
}>>;
|
|
32072
32072
|
}, "strip", z.ZodTypeAny, {
|
|
32073
32073
|
body: {
|
|
@@ -32079,7 +32079,7 @@ export declare const zUpdateOrganizationDetectorsData: z.ZodObject<{
|
|
|
32079
32079
|
query?: {
|
|
32080
32080
|
query?: string | undefined;
|
|
32081
32081
|
id?: number[] | undefined;
|
|
32082
|
-
project?: number[] | undefined;
|
|
32082
|
+
project?: (string | number)[] | undefined;
|
|
32083
32083
|
} | undefined;
|
|
32084
32084
|
}, {
|
|
32085
32085
|
body: {
|
|
@@ -32091,7 +32091,7 @@ export declare const zUpdateOrganizationDetectorsData: z.ZodObject<{
|
|
|
32091
32091
|
query?: {
|
|
32092
32092
|
query?: string | undefined;
|
|
32093
32093
|
id?: number[] | undefined;
|
|
32094
|
-
project?: number[] | undefined;
|
|
32094
|
+
project?: (string | number)[] | undefined;
|
|
32095
32095
|
} | undefined;
|
|
32096
32096
|
}>;
|
|
32097
32097
|
export declare const zUpdateOrganizationDetectorsResponse: z.ZodArray<z.ZodObject<{
|
|
@@ -34548,7 +34548,7 @@ export declare const zListOrganizationEventsData: z.ZodObject<{
|
|
|
34548
34548
|
dataset: z.ZodEnum<["errors", "logs", "profile_functions", "spans", "tracemetrics", "uptime_results"]>;
|
|
34549
34549
|
end: z.ZodOptional<z.ZodString>;
|
|
34550
34550
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34551
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
34551
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
34552
34552
|
start: z.ZodOptional<z.ZodString>;
|
|
34553
34553
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
34554
34554
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -34562,7 +34562,7 @@ export declare const zListOrganizationEventsData: z.ZodObject<{
|
|
|
34562
34562
|
sort?: string | undefined;
|
|
34563
34563
|
query?: string | undefined;
|
|
34564
34564
|
environment?: string[] | undefined;
|
|
34565
|
-
project?: number[] | undefined;
|
|
34565
|
+
project?: (string | number)[] | undefined;
|
|
34566
34566
|
cursor?: string | undefined;
|
|
34567
34567
|
per_page?: number | undefined;
|
|
34568
34568
|
end?: string | undefined;
|
|
@@ -34575,7 +34575,7 @@ export declare const zListOrganizationEventsData: z.ZodObject<{
|
|
|
34575
34575
|
sort?: string | undefined;
|
|
34576
34576
|
query?: string | undefined;
|
|
34577
34577
|
environment?: string[] | undefined;
|
|
34578
|
-
project?: number[] | undefined;
|
|
34578
|
+
project?: (string | number)[] | undefined;
|
|
34579
34579
|
cursor?: string | undefined;
|
|
34580
34580
|
per_page?: number | undefined;
|
|
34581
34581
|
end?: string | undefined;
|
|
@@ -34590,7 +34590,7 @@ export declare const zListOrganizationEventsData: z.ZodObject<{
|
|
|
34590
34590
|
sort?: string | undefined;
|
|
34591
34591
|
query?: string | undefined;
|
|
34592
34592
|
environment?: string[] | undefined;
|
|
34593
|
-
project?: number[] | undefined;
|
|
34593
|
+
project?: (string | number)[] | undefined;
|
|
34594
34594
|
cursor?: string | undefined;
|
|
34595
34595
|
per_page?: number | undefined;
|
|
34596
34596
|
end?: string | undefined;
|
|
@@ -34609,7 +34609,7 @@ export declare const zListOrganizationEventsData: z.ZodObject<{
|
|
|
34609
34609
|
sort?: string | undefined;
|
|
34610
34610
|
query?: string | undefined;
|
|
34611
34611
|
environment?: string[] | undefined;
|
|
34612
|
-
project?: number[] | undefined;
|
|
34612
|
+
project?: (string | number)[] | undefined;
|
|
34613
34613
|
cursor?: string | undefined;
|
|
34614
34614
|
per_page?: number | undefined;
|
|
34615
34615
|
end?: string | undefined;
|
|
@@ -34705,7 +34705,7 @@ export declare const zListOrganizationEventsTimeseriesData: z.ZodObject<{
|
|
|
34705
34705
|
dataset: z.ZodEnum<["errors", "logs", "profile_functions", "spans", "tracemetrics", "uptime_results"]>;
|
|
34706
34706
|
end: z.ZodOptional<z.ZodString>;
|
|
34707
34707
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34708
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
34708
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
34709
34709
|
start: z.ZodOptional<z.ZodString>;
|
|
34710
34710
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
34711
34711
|
topEvents: z.ZodOptional<z.ZodNumber>;
|
|
@@ -34724,7 +34724,7 @@ export declare const zListOrganizationEventsTimeseriesData: z.ZodObject<{
|
|
|
34724
34724
|
query?: string | undefined;
|
|
34725
34725
|
interval?: number | undefined;
|
|
34726
34726
|
environment?: string[] | undefined;
|
|
34727
|
-
project?: number[] | undefined;
|
|
34727
|
+
project?: (string | number)[] | undefined;
|
|
34728
34728
|
end?: string | undefined;
|
|
34729
34729
|
start?: string | undefined;
|
|
34730
34730
|
statsPeriod?: string | undefined;
|
|
@@ -34741,7 +34741,7 @@ export declare const zListOrganizationEventsTimeseriesData: z.ZodObject<{
|
|
|
34741
34741
|
query?: string | undefined;
|
|
34742
34742
|
interval?: number | undefined;
|
|
34743
34743
|
environment?: string[] | undefined;
|
|
34744
|
-
project?: number[] | undefined;
|
|
34744
|
+
project?: (string | number)[] | undefined;
|
|
34745
34745
|
end?: string | undefined;
|
|
34746
34746
|
start?: string | undefined;
|
|
34747
34747
|
statsPeriod?: string | undefined;
|
|
@@ -34760,7 +34760,7 @@ export declare const zListOrganizationEventsTimeseriesData: z.ZodObject<{
|
|
|
34760
34760
|
query?: string | undefined;
|
|
34761
34761
|
interval?: number | undefined;
|
|
34762
34762
|
environment?: string[] | undefined;
|
|
34763
|
-
project?: number[] | undefined;
|
|
34763
|
+
project?: (string | number)[] | undefined;
|
|
34764
34764
|
end?: string | undefined;
|
|
34765
34765
|
start?: string | undefined;
|
|
34766
34766
|
statsPeriod?: string | undefined;
|
|
@@ -34783,7 +34783,7 @@ export declare const zListOrganizationEventsTimeseriesData: z.ZodObject<{
|
|
|
34783
34783
|
query?: string | undefined;
|
|
34784
34784
|
interval?: number | undefined;
|
|
34785
34785
|
environment?: string[] | undefined;
|
|
34786
|
-
project?: number[] | undefined;
|
|
34786
|
+
project?: (string | number)[] | undefined;
|
|
34787
34787
|
end?: string | undefined;
|
|
34788
34788
|
start?: string | undefined;
|
|
34789
34789
|
statsPeriod?: string | undefined;
|
|
@@ -35983,7 +35983,7 @@ export declare const zDeleteOrganizationIssuesData: z.ZodObject<{
|
|
|
35983
35983
|
}>;
|
|
35984
35984
|
query: z.ZodOptional<z.ZodObject<{
|
|
35985
35985
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
35986
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
35986
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
35987
35987
|
id: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
35988
35988
|
query: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
35989
35989
|
viewId: z.ZodOptional<z.ZodString>;
|
|
@@ -35995,14 +35995,14 @@ export declare const zDeleteOrganizationIssuesData: z.ZodObject<{
|
|
|
35995
35995
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
35996
35996
|
environment?: string[] | undefined;
|
|
35997
35997
|
id?: number[] | undefined;
|
|
35998
|
-
project?: number[] | undefined;
|
|
35998
|
+
project?: (string | number)[] | undefined;
|
|
35999
35999
|
viewId?: string | undefined;
|
|
36000
36000
|
}, {
|
|
36001
36001
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
36002
36002
|
query?: string | undefined;
|
|
36003
36003
|
environment?: string[] | undefined;
|
|
36004
36004
|
id?: number[] | undefined;
|
|
36005
|
-
project?: number[] | undefined;
|
|
36005
|
+
project?: (string | number)[] | undefined;
|
|
36006
36006
|
viewId?: string | undefined;
|
|
36007
36007
|
limit?: number | undefined;
|
|
36008
36008
|
}>>;
|
|
@@ -36016,7 +36016,7 @@ export declare const zDeleteOrganizationIssuesData: z.ZodObject<{
|
|
|
36016
36016
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
36017
36017
|
environment?: string[] | undefined;
|
|
36018
36018
|
id?: number[] | undefined;
|
|
36019
|
-
project?: number[] | undefined;
|
|
36019
|
+
project?: (string | number)[] | undefined;
|
|
36020
36020
|
viewId?: string | undefined;
|
|
36021
36021
|
} | undefined;
|
|
36022
36022
|
body?: undefined;
|
|
@@ -36029,7 +36029,7 @@ export declare const zDeleteOrganizationIssuesData: z.ZodObject<{
|
|
|
36029
36029
|
query?: string | undefined;
|
|
36030
36030
|
environment?: string[] | undefined;
|
|
36031
36031
|
id?: number[] | undefined;
|
|
36032
|
-
project?: number[] | undefined;
|
|
36032
|
+
project?: (string | number)[] | undefined;
|
|
36033
36033
|
viewId?: string | undefined;
|
|
36034
36034
|
limit?: number | undefined;
|
|
36035
36035
|
} | undefined;
|
|
@@ -36050,7 +36050,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36050
36050
|
}>;
|
|
36051
36051
|
query: z.ZodOptional<z.ZodObject<{
|
|
36052
36052
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
36053
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
36053
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
36054
36054
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
36055
36055
|
start: z.ZodOptional<z.ZodString>;
|
|
36056
36056
|
end: z.ZodOptional<z.ZodString>;
|
|
@@ -36068,7 +36068,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36068
36068
|
limit: number;
|
|
36069
36069
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
36070
36070
|
environment?: string[] | undefined;
|
|
36071
|
-
project?: number[] | undefined;
|
|
36071
|
+
project?: (string | number)[] | undefined;
|
|
36072
36072
|
cursor?: string | undefined;
|
|
36073
36073
|
end?: string | undefined;
|
|
36074
36074
|
start?: string | undefined;
|
|
@@ -36082,7 +36082,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36082
36082
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
36083
36083
|
query?: string | undefined;
|
|
36084
36084
|
environment?: string[] | undefined;
|
|
36085
|
-
project?: number[] | undefined;
|
|
36085
|
+
project?: (string | number)[] | undefined;
|
|
36086
36086
|
cursor?: string | undefined;
|
|
36087
36087
|
end?: string | undefined;
|
|
36088
36088
|
start?: string | undefined;
|
|
@@ -36103,7 +36103,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36103
36103
|
limit: number;
|
|
36104
36104
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
36105
36105
|
environment?: string[] | undefined;
|
|
36106
|
-
project?: number[] | undefined;
|
|
36106
|
+
project?: (string | number)[] | undefined;
|
|
36107
36107
|
cursor?: string | undefined;
|
|
36108
36108
|
end?: string | undefined;
|
|
36109
36109
|
start?: string | undefined;
|
|
@@ -36123,7 +36123,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36123
36123
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
36124
36124
|
query?: string | undefined;
|
|
36125
36125
|
environment?: string[] | undefined;
|
|
36126
|
-
project?: number[] | undefined;
|
|
36126
|
+
project?: (string | number)[] | undefined;
|
|
36127
36127
|
cursor?: string | undefined;
|
|
36128
36128
|
end?: string | undefined;
|
|
36129
36129
|
start?: string | undefined;
|
|
@@ -37013,7 +37013,7 @@ export declare const zUpdateOrganizationIssuesData: z.ZodObject<{
|
|
|
37013
37013
|
}>;
|
|
37014
37014
|
query: z.ZodOptional<z.ZodObject<{
|
|
37015
37015
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
37016
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
37016
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
37017
37017
|
id: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
37018
37018
|
query: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
37019
37019
|
viewId: z.ZodOptional<z.ZodString>;
|
|
@@ -37025,14 +37025,14 @@ export declare const zUpdateOrganizationIssuesData: z.ZodObject<{
|
|
|
37025
37025
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
37026
37026
|
environment?: string[] | undefined;
|
|
37027
37027
|
id?: number[] | undefined;
|
|
37028
|
-
project?: number[] | undefined;
|
|
37028
|
+
project?: (string | number)[] | undefined;
|
|
37029
37029
|
viewId?: string | undefined;
|
|
37030
37030
|
}, {
|
|
37031
37031
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
37032
37032
|
query?: string | undefined;
|
|
37033
37033
|
environment?: string[] | undefined;
|
|
37034
37034
|
id?: number[] | undefined;
|
|
37035
|
-
project?: number[] | undefined;
|
|
37035
|
+
project?: (string | number)[] | undefined;
|
|
37036
37036
|
viewId?: string | undefined;
|
|
37037
37037
|
limit?: number | undefined;
|
|
37038
37038
|
}>>;
|
|
@@ -37072,7 +37072,7 @@ export declare const zUpdateOrganizationIssuesData: z.ZodObject<{
|
|
|
37072
37072
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
37073
37073
|
environment?: string[] | undefined;
|
|
37074
37074
|
id?: number[] | undefined;
|
|
37075
|
-
project?: number[] | undefined;
|
|
37075
|
+
project?: (string | number)[] | undefined;
|
|
37076
37076
|
viewId?: string | undefined;
|
|
37077
37077
|
} | undefined;
|
|
37078
37078
|
}, {
|
|
@@ -37110,7 +37110,7 @@ export declare const zUpdateOrganizationIssuesData: z.ZodObject<{
|
|
|
37110
37110
|
query?: string | undefined;
|
|
37111
37111
|
environment?: string[] | undefined;
|
|
37112
37112
|
id?: number[] | undefined;
|
|
37113
|
-
project?: number[] | undefined;
|
|
37113
|
+
project?: (string | number)[] | undefined;
|
|
37114
37114
|
viewId?: string | undefined;
|
|
37115
37115
|
limit?: number | undefined;
|
|
37116
37116
|
} | undefined;
|
|
@@ -39554,19 +39554,19 @@ export declare const zListOrganizationMonitorsData: z.ZodObject<{
|
|
|
39554
39554
|
organization_id_or_slug: string;
|
|
39555
39555
|
}>;
|
|
39556
39556
|
query: z.ZodOptional<z.ZodObject<{
|
|
39557
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
39557
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
39558
39558
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
39559
39559
|
owner: z.ZodOptional<z.ZodString>;
|
|
39560
39560
|
cursor: z.ZodOptional<z.ZodString>;
|
|
39561
39561
|
}, "strip", z.ZodTypeAny, {
|
|
39562
39562
|
owner?: string | undefined;
|
|
39563
39563
|
environment?: string[] | undefined;
|
|
39564
|
-
project?: number[] | undefined;
|
|
39564
|
+
project?: (string | number)[] | undefined;
|
|
39565
39565
|
cursor?: string | undefined;
|
|
39566
39566
|
}, {
|
|
39567
39567
|
owner?: string | undefined;
|
|
39568
39568
|
environment?: string[] | undefined;
|
|
39569
|
-
project?: number[] | undefined;
|
|
39569
|
+
project?: (string | number)[] | undefined;
|
|
39570
39570
|
cursor?: string | undefined;
|
|
39571
39571
|
}>>;
|
|
39572
39572
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -39576,7 +39576,7 @@ export declare const zListOrganizationMonitorsData: z.ZodObject<{
|
|
|
39576
39576
|
query?: {
|
|
39577
39577
|
owner?: string | undefined;
|
|
39578
39578
|
environment?: string[] | undefined;
|
|
39579
|
-
project?: number[] | undefined;
|
|
39579
|
+
project?: (string | number)[] | undefined;
|
|
39580
39580
|
cursor?: string | undefined;
|
|
39581
39581
|
} | undefined;
|
|
39582
39582
|
body?: undefined;
|
|
@@ -39587,7 +39587,7 @@ export declare const zListOrganizationMonitorsData: z.ZodObject<{
|
|
|
39587
39587
|
query?: {
|
|
39588
39588
|
owner?: string | undefined;
|
|
39589
39589
|
environment?: string[] | undefined;
|
|
39590
|
-
project?: number[] | undefined;
|
|
39590
|
+
project?: (string | number)[] | undefined;
|
|
39591
39591
|
cursor?: string | undefined;
|
|
39592
39592
|
} | undefined;
|
|
39593
39593
|
body?: undefined;
|
|
@@ -41960,15 +41960,15 @@ export declare const zListOrganizationNotificationsActionsData: z.ZodObject<{
|
|
|
41960
41960
|
organization_id_or_slug: string;
|
|
41961
41961
|
}>;
|
|
41962
41962
|
query: z.ZodOptional<z.ZodObject<{
|
|
41963
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
41963
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
41964
41964
|
project_id_or_slug: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
41965
41965
|
triggerType: z.ZodOptional<z.ZodString>;
|
|
41966
41966
|
}, "strip", z.ZodTypeAny, {
|
|
41967
|
-
project?: number[] | undefined;
|
|
41967
|
+
project?: (string | number)[] | undefined;
|
|
41968
41968
|
project_id_or_slug?: string[] | undefined;
|
|
41969
41969
|
triggerType?: string | undefined;
|
|
41970
41970
|
}, {
|
|
41971
|
-
project?: number[] | undefined;
|
|
41971
|
+
project?: (string | number)[] | undefined;
|
|
41972
41972
|
project_id_or_slug?: string[] | undefined;
|
|
41973
41973
|
triggerType?: string | undefined;
|
|
41974
41974
|
}>>;
|
|
@@ -41977,7 +41977,7 @@ export declare const zListOrganizationNotificationsActionsData: z.ZodObject<{
|
|
|
41977
41977
|
organization_id_or_slug: string;
|
|
41978
41978
|
};
|
|
41979
41979
|
query?: {
|
|
41980
|
-
project?: number[] | undefined;
|
|
41980
|
+
project?: (string | number)[] | undefined;
|
|
41981
41981
|
project_id_or_slug?: string[] | undefined;
|
|
41982
41982
|
triggerType?: string | undefined;
|
|
41983
41983
|
} | undefined;
|
|
@@ -41987,7 +41987,7 @@ export declare const zListOrganizationNotificationsActionsData: z.ZodObject<{
|
|
|
41987
41987
|
organization_id_or_slug: string;
|
|
41988
41988
|
};
|
|
41989
41989
|
query?: {
|
|
41990
|
-
project?: number[] | undefined;
|
|
41990
|
+
project?: (string | number)[] | undefined;
|
|
41991
41991
|
project_id_or_slug?: string[] | undefined;
|
|
41992
41992
|
triggerType?: string | undefined;
|
|
41993
41993
|
} | undefined;
|
|
@@ -44237,7 +44237,7 @@ export declare const zListOrganizationProfilingFlamegraphData: z.ZodObject<{
|
|
|
44237
44237
|
organization_id_or_slug: string;
|
|
44238
44238
|
}>;
|
|
44239
44239
|
query: z.ZodOptional<z.ZodObject<{
|
|
44240
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
44240
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
44241
44241
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
44242
44242
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
44243
44243
|
start: z.ZodOptional<z.ZodString>;
|
|
@@ -44249,7 +44249,7 @@ export declare const zListOrganizationProfilingFlamegraphData: z.ZodObject<{
|
|
|
44249
44249
|
}, "strip", z.ZodTypeAny, {
|
|
44250
44250
|
query?: string | undefined;
|
|
44251
44251
|
environment?: string[] | undefined;
|
|
44252
|
-
project?: number[] | undefined;
|
|
44252
|
+
project?: (string | number)[] | undefined;
|
|
44253
44253
|
end?: string | undefined;
|
|
44254
44254
|
start?: string | undefined;
|
|
44255
44255
|
statsPeriod?: string | undefined;
|
|
@@ -44259,7 +44259,7 @@ export declare const zListOrganizationProfilingFlamegraphData: z.ZodObject<{
|
|
|
44259
44259
|
}, {
|
|
44260
44260
|
query?: string | undefined;
|
|
44261
44261
|
environment?: string[] | undefined;
|
|
44262
|
-
project?: number[] | undefined;
|
|
44262
|
+
project?: (string | number)[] | undefined;
|
|
44263
44263
|
end?: string | undefined;
|
|
44264
44264
|
start?: string | undefined;
|
|
44265
44265
|
statsPeriod?: string | undefined;
|
|
@@ -44274,7 +44274,7 @@ export declare const zListOrganizationProfilingFlamegraphData: z.ZodObject<{
|
|
|
44274
44274
|
query?: {
|
|
44275
44275
|
query?: string | undefined;
|
|
44276
44276
|
environment?: string[] | undefined;
|
|
44277
|
-
project?: number[] | undefined;
|
|
44277
|
+
project?: (string | number)[] | undefined;
|
|
44278
44278
|
end?: string | undefined;
|
|
44279
44279
|
start?: string | undefined;
|
|
44280
44280
|
statsPeriod?: string | undefined;
|
|
@@ -44290,7 +44290,7 @@ export declare const zListOrganizationProfilingFlamegraphData: z.ZodObject<{
|
|
|
44290
44290
|
query?: {
|
|
44291
44291
|
query?: string | undefined;
|
|
44292
44292
|
environment?: string[] | undefined;
|
|
44293
|
-
project?: number[] | undefined;
|
|
44293
|
+
project?: (string | number)[] | undefined;
|
|
44294
44294
|
end?: string | undefined;
|
|
44295
44295
|
start?: string | undefined;
|
|
44296
44296
|
statsPeriod?: string | undefined;
|
|
@@ -46933,7 +46933,7 @@ export declare const zGetOrganizationReplayCountData: z.ZodObject<{
|
|
|
46933
46933
|
start: z.ZodOptional<z.ZodString>;
|
|
46934
46934
|
end: z.ZodOptional<z.ZodString>;
|
|
46935
46935
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
46936
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
46936
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
46937
46937
|
project_id_or_slug: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
46938
46938
|
query: z.ZodOptional<z.ZodString>;
|
|
46939
46939
|
data_source: z.ZodOptional<z.ZodEnum<["discover", "events", "search_issues", "transactions"]>>;
|
|
@@ -46941,7 +46941,7 @@ export declare const zGetOrganizationReplayCountData: z.ZodObject<{
|
|
|
46941
46941
|
}, "strip", z.ZodTypeAny, {
|
|
46942
46942
|
query?: string | undefined;
|
|
46943
46943
|
environment?: string[] | undefined;
|
|
46944
|
-
project?: number[] | undefined;
|
|
46944
|
+
project?: (string | number)[] | undefined;
|
|
46945
46945
|
end?: string | undefined;
|
|
46946
46946
|
start?: string | undefined;
|
|
46947
46947
|
statsPeriod?: string | undefined;
|
|
@@ -46951,7 +46951,7 @@ export declare const zGetOrganizationReplayCountData: z.ZodObject<{
|
|
|
46951
46951
|
}, {
|
|
46952
46952
|
query?: string | undefined;
|
|
46953
46953
|
environment?: string[] | undefined;
|
|
46954
|
-
project?: number[] | undefined;
|
|
46954
|
+
project?: (string | number)[] | undefined;
|
|
46955
46955
|
end?: string | undefined;
|
|
46956
46956
|
start?: string | undefined;
|
|
46957
46957
|
statsPeriod?: string | undefined;
|
|
@@ -46966,7 +46966,7 @@ export declare const zGetOrganizationReplayCountData: z.ZodObject<{
|
|
|
46966
46966
|
query?: {
|
|
46967
46967
|
query?: string | undefined;
|
|
46968
46968
|
environment?: string[] | undefined;
|
|
46969
|
-
project?: number[] | undefined;
|
|
46969
|
+
project?: (string | number)[] | undefined;
|
|
46970
46970
|
end?: string | undefined;
|
|
46971
46971
|
start?: string | undefined;
|
|
46972
46972
|
statsPeriod?: string | undefined;
|
|
@@ -46982,7 +46982,7 @@ export declare const zGetOrganizationReplayCountData: z.ZodObject<{
|
|
|
46982
46982
|
query?: {
|
|
46983
46983
|
query?: string | undefined;
|
|
46984
46984
|
environment?: string[] | undefined;
|
|
46985
|
-
project?: number[] | undefined;
|
|
46985
|
+
project?: (string | number)[] | undefined;
|
|
46986
46986
|
end?: string | undefined;
|
|
46987
46987
|
start?: string | undefined;
|
|
46988
46988
|
statsPeriod?: string | undefined;
|
|
@@ -50234,7 +50234,7 @@ export declare const zListOrganizationSessionsData: z.ZodObject<{
|
|
|
50234
50234
|
end: z.ZodOptional<z.ZodString>;
|
|
50235
50235
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
50236
50236
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
50237
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
50237
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
50238
50238
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
50239
50239
|
interval: z.ZodOptional<z.ZodString>;
|
|
50240
50240
|
groupBy: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -50247,7 +50247,7 @@ export declare const zListOrganizationSessionsData: z.ZodObject<{
|
|
|
50247
50247
|
query?: string | undefined;
|
|
50248
50248
|
interval?: string | undefined;
|
|
50249
50249
|
environment?: string[] | undefined;
|
|
50250
|
-
project?: number[] | undefined;
|
|
50250
|
+
project?: (string | number)[] | undefined;
|
|
50251
50251
|
per_page?: number | undefined;
|
|
50252
50252
|
end?: string | undefined;
|
|
50253
50253
|
start?: string | undefined;
|
|
@@ -50261,7 +50261,7 @@ export declare const zListOrganizationSessionsData: z.ZodObject<{
|
|
|
50261
50261
|
query?: string | undefined;
|
|
50262
50262
|
interval?: string | undefined;
|
|
50263
50263
|
environment?: string[] | undefined;
|
|
50264
|
-
project?: number[] | undefined;
|
|
50264
|
+
project?: (string | number)[] | undefined;
|
|
50265
50265
|
per_page?: number | undefined;
|
|
50266
50266
|
end?: string | undefined;
|
|
50267
50267
|
start?: string | undefined;
|
|
@@ -50277,7 +50277,7 @@ export declare const zListOrganizationSessionsData: z.ZodObject<{
|
|
|
50277
50277
|
query?: string | undefined;
|
|
50278
50278
|
interval?: string | undefined;
|
|
50279
50279
|
environment?: string[] | undefined;
|
|
50280
|
-
project?: number[] | undefined;
|
|
50280
|
+
project?: (string | number)[] | undefined;
|
|
50281
50281
|
per_page?: number | undefined;
|
|
50282
50282
|
end?: string | undefined;
|
|
50283
50283
|
start?: string | undefined;
|
|
@@ -50297,7 +50297,7 @@ export declare const zListOrganizationSessionsData: z.ZodObject<{
|
|
|
50297
50297
|
query?: string | undefined;
|
|
50298
50298
|
interval?: string | undefined;
|
|
50299
50299
|
environment?: string[] | undefined;
|
|
50300
|
-
project?: number[] | undefined;
|
|
50300
|
+
project?: (string | number)[] | undefined;
|
|
50301
50301
|
per_page?: number | undefined;
|
|
50302
50302
|
end?: string | undefined;
|
|
50303
50303
|
start?: string | undefined;
|
|
@@ -51502,7 +51502,7 @@ export declare const zListOrganizationTagsData: z.ZodObject<{
|
|
|
51502
51502
|
organization_id_or_slug: string;
|
|
51503
51503
|
}>;
|
|
51504
51504
|
query: z.ZodOptional<z.ZodObject<{
|
|
51505
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
51505
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
51506
51506
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
51507
51507
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
51508
51508
|
start: z.ZodOptional<z.ZodString>;
|
|
@@ -51512,7 +51512,7 @@ export declare const zListOrganizationTagsData: z.ZodObject<{
|
|
|
51512
51512
|
useFlagsBackend: z.ZodOptional<z.ZodEnum<["0", "1"]>>;
|
|
51513
51513
|
}, "strip", z.ZodTypeAny, {
|
|
51514
51514
|
environment?: string[] | undefined;
|
|
51515
|
-
project?: number[] | undefined;
|
|
51515
|
+
project?: (string | number)[] | undefined;
|
|
51516
51516
|
dataset?: "discover" | "events" | "search_issues" | "replays" | undefined;
|
|
51517
51517
|
end?: string | undefined;
|
|
51518
51518
|
start?: string | undefined;
|
|
@@ -51521,7 +51521,7 @@ export declare const zListOrganizationTagsData: z.ZodObject<{
|
|
|
51521
51521
|
useFlagsBackend?: "0" | "1" | undefined;
|
|
51522
51522
|
}, {
|
|
51523
51523
|
environment?: string[] | undefined;
|
|
51524
|
-
project?: number[] | undefined;
|
|
51524
|
+
project?: (string | number)[] | undefined;
|
|
51525
51525
|
dataset?: "discover" | "events" | "search_issues" | "replays" | undefined;
|
|
51526
51526
|
end?: string | undefined;
|
|
51527
51527
|
start?: string | undefined;
|
|
@@ -51535,7 +51535,7 @@ export declare const zListOrganizationTagsData: z.ZodObject<{
|
|
|
51535
51535
|
};
|
|
51536
51536
|
query?: {
|
|
51537
51537
|
environment?: string[] | undefined;
|
|
51538
|
-
project?: number[] | undefined;
|
|
51538
|
+
project?: (string | number)[] | undefined;
|
|
51539
51539
|
dataset?: "discover" | "events" | "search_issues" | "replays" | undefined;
|
|
51540
51540
|
end?: string | undefined;
|
|
51541
51541
|
start?: string | undefined;
|
|
@@ -51550,7 +51550,7 @@ export declare const zListOrganizationTagsData: z.ZodObject<{
|
|
|
51550
51550
|
};
|
|
51551
51551
|
query?: {
|
|
51552
51552
|
environment?: string[] | undefined;
|
|
51553
|
-
project?: number[] | undefined;
|
|
51553
|
+
project?: (string | number)[] | undefined;
|
|
51554
51554
|
dataset?: "discover" | "events" | "search_issues" | "replays" | undefined;
|
|
51555
51555
|
end?: string | undefined;
|
|
51556
51556
|
start?: string | undefined;
|
|
@@ -54144,15 +54144,15 @@ export declare const zDeleteOrganizationWorkflowsData: z.ZodObject<{
|
|
|
54144
54144
|
query: z.ZodOptional<z.ZodObject<{
|
|
54145
54145
|
query: z.ZodOptional<z.ZodString>;
|
|
54146
54146
|
id: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
54147
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
54147
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
54148
54148
|
}, "strip", z.ZodTypeAny, {
|
|
54149
54149
|
query?: string | undefined;
|
|
54150
54150
|
id?: number[] | undefined;
|
|
54151
|
-
project?: number[] | undefined;
|
|
54151
|
+
project?: (string | number)[] | undefined;
|
|
54152
54152
|
}, {
|
|
54153
54153
|
query?: string | undefined;
|
|
54154
54154
|
id?: number[] | undefined;
|
|
54155
|
-
project?: number[] | undefined;
|
|
54155
|
+
project?: (string | number)[] | undefined;
|
|
54156
54156
|
}>>;
|
|
54157
54157
|
}, "strip", z.ZodTypeAny, {
|
|
54158
54158
|
path: {
|
|
@@ -54161,7 +54161,7 @@ export declare const zDeleteOrganizationWorkflowsData: z.ZodObject<{
|
|
|
54161
54161
|
query?: {
|
|
54162
54162
|
query?: string | undefined;
|
|
54163
54163
|
id?: number[] | undefined;
|
|
54164
|
-
project?: number[] | undefined;
|
|
54164
|
+
project?: (string | number)[] | undefined;
|
|
54165
54165
|
} | undefined;
|
|
54166
54166
|
body?: undefined;
|
|
54167
54167
|
}, {
|
|
@@ -54171,7 +54171,7 @@ export declare const zDeleteOrganizationWorkflowsData: z.ZodObject<{
|
|
|
54171
54171
|
query?: {
|
|
54172
54172
|
query?: string | undefined;
|
|
54173
54173
|
id?: number[] | undefined;
|
|
54174
|
-
project?: number[] | undefined;
|
|
54174
|
+
project?: (string | number)[] | undefined;
|
|
54175
54175
|
} | undefined;
|
|
54176
54176
|
body?: undefined;
|
|
54177
54177
|
}>;
|
|
@@ -54189,16 +54189,16 @@ export declare const zListOrganizationWorkflowsData: z.ZodObject<{
|
|
|
54189
54189
|
sortBy: z.ZodOptional<z.ZodString>;
|
|
54190
54190
|
query: z.ZodOptional<z.ZodString>;
|
|
54191
54191
|
id: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
54192
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
54192
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
54193
54193
|
}, "strip", z.ZodTypeAny, {
|
|
54194
54194
|
query?: string | undefined;
|
|
54195
54195
|
id?: number[] | undefined;
|
|
54196
|
-
project?: number[] | undefined;
|
|
54196
|
+
project?: (string | number)[] | undefined;
|
|
54197
54197
|
sortBy?: string | undefined;
|
|
54198
54198
|
}, {
|
|
54199
54199
|
query?: string | undefined;
|
|
54200
54200
|
id?: number[] | undefined;
|
|
54201
|
-
project?: number[] | undefined;
|
|
54201
|
+
project?: (string | number)[] | undefined;
|
|
54202
54202
|
sortBy?: string | undefined;
|
|
54203
54203
|
}>>;
|
|
54204
54204
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -54208,7 +54208,7 @@ export declare const zListOrganizationWorkflowsData: z.ZodObject<{
|
|
|
54208
54208
|
query?: {
|
|
54209
54209
|
query?: string | undefined;
|
|
54210
54210
|
id?: number[] | undefined;
|
|
54211
|
-
project?: number[] | undefined;
|
|
54211
|
+
project?: (string | number)[] | undefined;
|
|
54212
54212
|
sortBy?: string | undefined;
|
|
54213
54213
|
} | undefined;
|
|
54214
54214
|
body?: undefined;
|
|
@@ -54219,7 +54219,7 @@ export declare const zListOrganizationWorkflowsData: z.ZodObject<{
|
|
|
54219
54219
|
query?: {
|
|
54220
54220
|
query?: string | undefined;
|
|
54221
54221
|
id?: number[] | undefined;
|
|
54222
|
-
project?: number[] | undefined;
|
|
54222
|
+
project?: (string | number)[] | undefined;
|
|
54223
54223
|
sortBy?: string | undefined;
|
|
54224
54224
|
} | undefined;
|
|
54225
54225
|
body?: undefined;
|
|
@@ -54891,15 +54891,15 @@ export declare const zUpdateOrganizationWorkflowsData: z.ZodObject<{
|
|
|
54891
54891
|
query: z.ZodOptional<z.ZodObject<{
|
|
54892
54892
|
query: z.ZodOptional<z.ZodString>;
|
|
54893
54893
|
id: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
54894
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
54894
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
54895
54895
|
}, "strip", z.ZodTypeAny, {
|
|
54896
54896
|
query?: string | undefined;
|
|
54897
54897
|
id?: number[] | undefined;
|
|
54898
|
-
project?: number[] | undefined;
|
|
54898
|
+
project?: (string | number)[] | undefined;
|
|
54899
54899
|
}, {
|
|
54900
54900
|
query?: string | undefined;
|
|
54901
54901
|
id?: number[] | undefined;
|
|
54902
|
-
project?: number[] | undefined;
|
|
54902
|
+
project?: (string | number)[] | undefined;
|
|
54903
54903
|
}>>;
|
|
54904
54904
|
}, "strip", z.ZodTypeAny, {
|
|
54905
54905
|
body: {
|
|
@@ -54911,7 +54911,7 @@ export declare const zUpdateOrganizationWorkflowsData: z.ZodObject<{
|
|
|
54911
54911
|
query?: {
|
|
54912
54912
|
query?: string | undefined;
|
|
54913
54913
|
id?: number[] | undefined;
|
|
54914
|
-
project?: number[] | undefined;
|
|
54914
|
+
project?: (string | number)[] | undefined;
|
|
54915
54915
|
} | undefined;
|
|
54916
54916
|
}, {
|
|
54917
54917
|
body: {
|
|
@@ -54923,7 +54923,7 @@ export declare const zUpdateOrganizationWorkflowsData: z.ZodObject<{
|
|
|
54923
54923
|
query?: {
|
|
54924
54924
|
query?: string | undefined;
|
|
54925
54925
|
id?: number[] | undefined;
|
|
54926
|
-
project?: number[] | undefined;
|
|
54926
|
+
project?: (string | number)[] | undefined;
|
|
54927
54927
|
} | undefined;
|
|
54928
54928
|
}>;
|
|
54929
54929
|
export declare const zUpdateOrganizationWorkflowsResponse: z.ZodArray<z.ZodObject<{
|