@sentry/api 0.256.0 → 0.258.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/types.gen.d.ts +8 -8
- package/dist/valibot.gen.d.ts +7 -7
- package/dist/valibot.js +7 -7
- package/dist/zod.gen.d.ts +21 -21
- package/dist/zod.js +28 -7
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -2263,7 +2263,7 @@ export type Detector = {
|
|
|
2263
2263
|
} | null;
|
|
2264
2264
|
description?: string | null;
|
|
2265
2265
|
id: string;
|
|
2266
|
-
projectId: string;
|
|
2266
|
+
projectId: string | null;
|
|
2267
2267
|
name: string;
|
|
2268
2268
|
type: string;
|
|
2269
2269
|
workflowIds: Array<string> | null;
|
|
@@ -4063,7 +4063,7 @@ export type ListDetectorSerializerResponse = Array<{
|
|
|
4063
4063
|
} | null;
|
|
4064
4064
|
description?: string | null;
|
|
4065
4065
|
id: string;
|
|
4066
|
-
projectId: string;
|
|
4066
|
+
projectId: string | null;
|
|
4067
4067
|
name: string;
|
|
4068
4068
|
type: string;
|
|
4069
4069
|
workflowIds: Array<string> | null;
|
|
@@ -12604,7 +12604,7 @@ export type ListOrganizationDetectorsResponses = {
|
|
|
12604
12604
|
} | null;
|
|
12605
12605
|
description?: string | null;
|
|
12606
12606
|
id: string;
|
|
12607
|
-
projectId: string;
|
|
12607
|
+
projectId: string | null;
|
|
12608
12608
|
name: string;
|
|
12609
12609
|
type: string;
|
|
12610
12610
|
workflowIds: Array<string> | null;
|
|
@@ -12695,7 +12695,7 @@ export type UpdateOrganizationDetectorsResponses = {
|
|
|
12695
12695
|
} | null;
|
|
12696
12696
|
description?: string | null;
|
|
12697
12697
|
id: string;
|
|
12698
|
-
projectId: string;
|
|
12698
|
+
projectId: string | null;
|
|
12699
12699
|
name: string;
|
|
12700
12700
|
type: string;
|
|
12701
12701
|
workflowIds: Array<string> | null;
|
|
@@ -12793,7 +12793,7 @@ export type GetOrganizationDetectorResponses = {
|
|
|
12793
12793
|
} | null;
|
|
12794
12794
|
description?: string | null;
|
|
12795
12795
|
id: string;
|
|
12796
|
-
projectId: string;
|
|
12796
|
+
projectId: string | null;
|
|
12797
12797
|
name: string;
|
|
12798
12798
|
type: string;
|
|
12799
12799
|
workflowIds: Array<string> | null;
|
|
@@ -13088,7 +13088,7 @@ export type UpdateOrganizationDetectorResponses = {
|
|
|
13088
13088
|
} | null;
|
|
13089
13089
|
description?: string | null;
|
|
13090
13090
|
id: string;
|
|
13091
|
-
projectId: string;
|
|
13091
|
+
projectId: string | null;
|
|
13092
13092
|
name: string;
|
|
13093
13093
|
type: string;
|
|
13094
13094
|
workflowIds: Array<string> | null;
|
|
@@ -19634,7 +19634,7 @@ export type CreateOrganizationProjectDetectorResponses = {
|
|
|
19634
19634
|
} | null;
|
|
19635
19635
|
description?: string | null;
|
|
19636
19636
|
id: string;
|
|
19637
|
-
projectId: string;
|
|
19637
|
+
projectId: string | null;
|
|
19638
19638
|
name: string;
|
|
19639
19639
|
type: string;
|
|
19640
19640
|
workflowIds: Array<string> | null;
|
|
@@ -27073,7 +27073,7 @@ export type GetProjectEventAttachmentData = {
|
|
|
27073
27073
|
};
|
|
27074
27074
|
query?: {
|
|
27075
27075
|
/**
|
|
27076
|
-
* If this parameter is present, the response will be a binary file download instead of JSON metadata. The value does not matter — any value (including empty) triggers the download.
|
|
27076
|
+
* If this parameter is present, the response will be a binary file download instead of JSON metadata. The value does not matter — any value (including empty) triggers the download. Depending on where the attachment is stored, the response may be a redirect to the storage service, so clients must follow redirects.
|
|
27077
27077
|
*/
|
|
27078
27078
|
download?: string;
|
|
27079
27079
|
};
|
package/dist/valibot.gen.d.ts
CHANGED
|
@@ -941,7 +941,7 @@ export declare const vDetector: v.ObjectSchema<{
|
|
|
941
941
|
readonly latestGroup: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
942
942
|
readonly description: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
943
943
|
readonly id: v.StringSchema<undefined>;
|
|
944
|
-
readonly projectId: v.StringSchema<undefined>;
|
|
944
|
+
readonly projectId: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
945
945
|
readonly name: v.StringSchema<undefined>;
|
|
946
946
|
readonly type: v.StringSchema<undefined>;
|
|
947
947
|
readonly workflowIds: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
|
|
@@ -2304,7 +2304,7 @@ export declare const vListDetectorSerializerResponse: v.ArraySchema<v.ObjectSche
|
|
|
2304
2304
|
readonly latestGroup: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
2305
2305
|
readonly description: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
2306
2306
|
readonly id: v.StringSchema<undefined>;
|
|
2307
|
-
readonly projectId: v.StringSchema<undefined>;
|
|
2307
|
+
readonly projectId: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
2308
2308
|
readonly name: v.StringSchema<undefined>;
|
|
2309
2309
|
readonly type: v.StringSchema<undefined>;
|
|
2310
2310
|
readonly workflowIds: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
|
|
@@ -7281,7 +7281,7 @@ export declare const vListOrganizationDetectorsResponse: v.ArraySchema<v.ObjectS
|
|
|
7281
7281
|
readonly latestGroup: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7282
7282
|
readonly description: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7283
7283
|
readonly id: v.StringSchema<undefined>;
|
|
7284
|
-
readonly projectId: v.StringSchema<undefined>;
|
|
7284
|
+
readonly projectId: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
7285
7285
|
readonly name: v.StringSchema<undefined>;
|
|
7286
7286
|
readonly type: v.StringSchema<undefined>;
|
|
7287
7287
|
readonly workflowIds: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
|
|
@@ -7316,7 +7316,7 @@ export declare const vUpdateOrganizationDetectorsResponse: v.ArraySchema<v.Objec
|
|
|
7316
7316
|
readonly latestGroup: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7317
7317
|
readonly description: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7318
7318
|
readonly id: v.StringSchema<undefined>;
|
|
7319
|
-
readonly projectId: v.StringSchema<undefined>;
|
|
7319
|
+
readonly projectId: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
7320
7320
|
readonly name: v.StringSchema<undefined>;
|
|
7321
7321
|
readonly type: v.StringSchema<undefined>;
|
|
7322
7322
|
readonly workflowIds: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
|
|
@@ -7358,7 +7358,7 @@ export declare const vGetOrganizationDetectorResponse: v.ObjectSchema<{
|
|
|
7358
7358
|
readonly latestGroup: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7359
7359
|
readonly description: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7360
7360
|
readonly id: v.StringSchema<undefined>;
|
|
7361
|
-
readonly projectId: v.StringSchema<undefined>;
|
|
7361
|
+
readonly projectId: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
7362
7362
|
readonly name: v.StringSchema<undefined>;
|
|
7363
7363
|
readonly type: v.StringSchema<undefined>;
|
|
7364
7364
|
readonly workflowIds: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
|
|
@@ -7402,7 +7402,7 @@ export declare const vUpdateOrganizationDetectorResponse: v.ObjectSchema<{
|
|
|
7402
7402
|
readonly latestGroup: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7403
7403
|
readonly description: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7404
7404
|
readonly id: v.StringSchema<undefined>;
|
|
7405
|
-
readonly projectId: v.StringSchema<undefined>;
|
|
7405
|
+
readonly projectId: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
7406
7406
|
readonly name: v.StringSchema<undefined>;
|
|
7407
7407
|
readonly type: v.StringSchema<undefined>;
|
|
7408
7408
|
readonly workflowIds: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
|
|
@@ -10246,7 +10246,7 @@ export declare const vCreateOrganizationProjectDetectorResponse: v.ObjectSchema<
|
|
|
10246
10246
|
readonly latestGroup: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
10247
10247
|
readonly description: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
10248
10248
|
readonly id: v.StringSchema<undefined>;
|
|
10249
|
-
readonly projectId: v.StringSchema<undefined>;
|
|
10249
|
+
readonly projectId: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
10250
10250
|
readonly name: v.StringSchema<undefined>;
|
|
10251
10251
|
readonly type: v.StringSchema<undefined>;
|
|
10252
10252
|
readonly workflowIds: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
|
package/dist/valibot.js
CHANGED
|
@@ -1589,7 +1589,7 @@ var vDetector = v.object({
|
|
|
1589
1589
|
latestGroup: v.optional(v.union([v.record(v.string(), v.unknown()), v.null()])),
|
|
1590
1590
|
description: v.optional(v.union([v.string(), v.null()])),
|
|
1591
1591
|
id: v.string(),
|
|
1592
|
-
projectId: v.string(),
|
|
1592
|
+
projectId: v.union([v.string(), v.null()]),
|
|
1593
1593
|
name: v.string(),
|
|
1594
1594
|
type: v.string(),
|
|
1595
1595
|
workflowIds: v.union([v.array(v.string()), v.null()]),
|
|
@@ -3053,7 +3053,7 @@ var vListDetectorSerializerResponse = v.array(v.object({
|
|
|
3053
3053
|
latestGroup: v.optional(v.union([v.record(v.string(), v.unknown()), v.null()])),
|
|
3054
3054
|
description: v.optional(v.union([v.string(), v.null()])),
|
|
3055
3055
|
id: v.string(),
|
|
3056
|
-
projectId: v.string(),
|
|
3056
|
+
projectId: v.union([v.string(), v.null()]),
|
|
3057
3057
|
name: v.string(),
|
|
3058
3058
|
type: v.string(),
|
|
3059
3059
|
workflowIds: v.union([v.array(v.string()), v.null()]),
|
|
@@ -8955,7 +8955,7 @@ var vListOrganizationDetectorsResponse = v.array(v.object({
|
|
|
8955
8955
|
latestGroup: v.optional(v.union([v.record(v.string(), v.unknown()), v.null()])),
|
|
8956
8956
|
description: v.optional(v.union([v.string(), v.null()])),
|
|
8957
8957
|
id: v.string(),
|
|
8958
|
-
projectId: v.string(),
|
|
8958
|
+
projectId: v.union([v.string(), v.null()]),
|
|
8959
8959
|
name: v.string(),
|
|
8960
8960
|
type: v.string(),
|
|
8961
8961
|
workflowIds: v.union([v.array(v.string()), v.null()]),
|
|
@@ -8990,7 +8990,7 @@ var vUpdateOrganizationDetectorsResponse = v.array(v.object({
|
|
|
8990
8990
|
latestGroup: v.optional(v.union([v.record(v.string(), v.unknown()), v.null()])),
|
|
8991
8991
|
description: v.optional(v.union([v.string(), v.null()])),
|
|
8992
8992
|
id: v.string(),
|
|
8993
|
-
projectId: v.string(),
|
|
8993
|
+
projectId: v.union([v.string(), v.null()]),
|
|
8994
8994
|
name: v.string(),
|
|
8995
8995
|
type: v.string(),
|
|
8996
8996
|
workflowIds: v.union([v.array(v.string()), v.null()]),
|
|
@@ -9029,7 +9029,7 @@ var vGetOrganizationDetectorResponse = v.object({
|
|
|
9029
9029
|
latestGroup: v.optional(v.union([v.record(v.string(), v.unknown()), v.null()])),
|
|
9030
9030
|
description: v.optional(v.union([v.string(), v.null()])),
|
|
9031
9031
|
id: v.string(),
|
|
9032
|
-
projectId: v.string(),
|
|
9032
|
+
projectId: v.union([v.string(), v.null()]),
|
|
9033
9033
|
name: v.string(),
|
|
9034
9034
|
type: v.string(),
|
|
9035
9035
|
workflowIds: v.union([v.array(v.string()), v.null()]),
|
|
@@ -9078,7 +9078,7 @@ var vUpdateOrganizationDetectorResponse = v.object({
|
|
|
9078
9078
|
latestGroup: v.optional(v.union([v.record(v.string(), v.unknown()), v.null()])),
|
|
9079
9079
|
description: v.optional(v.union([v.string(), v.null()])),
|
|
9080
9080
|
id: v.string(),
|
|
9081
|
-
projectId: v.string(),
|
|
9081
|
+
projectId: v.union([v.string(), v.null()]),
|
|
9082
9082
|
name: v.string(),
|
|
9083
9083
|
type: v.string(),
|
|
9084
9084
|
workflowIds: v.union([v.array(v.string()), v.null()]),
|
|
@@ -13291,7 +13291,7 @@ var vCreateOrganizationProjectDetectorResponse = v.object({
|
|
|
13291
13291
|
latestGroup: v.optional(v.union([v.record(v.string(), v.unknown()), v.null()])),
|
|
13292
13292
|
description: v.optional(v.union([v.string(), v.null()])),
|
|
13293
13293
|
id: v.string(),
|
|
13294
|
-
projectId: v.string(),
|
|
13294
|
+
projectId: v.union([v.string(), v.null()]),
|
|
13295
13295
|
name: v.string(),
|
|
13296
13296
|
type: v.string(),
|
|
13297
13297
|
workflowIds: v.union([v.array(v.string()), v.null()]),
|
package/dist/zod.gen.d.ts
CHANGED
|
@@ -4637,7 +4637,7 @@ export declare const zDetector: z.ZodObject<{
|
|
|
4637
4637
|
latestGroup: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
4638
4638
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
4639
4639
|
id: z.ZodString;
|
|
4640
|
-
projectId: z.ZodString
|
|
4640
|
+
projectId: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
4641
4641
|
name: z.ZodString;
|
|
4642
4642
|
type: z.ZodString;
|
|
4643
4643
|
workflowIds: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>;
|
|
@@ -4655,10 +4655,10 @@ export declare const zDetector: z.ZodObject<{
|
|
|
4655
4655
|
enabled: boolean;
|
|
4656
4656
|
dateCreated: string;
|
|
4657
4657
|
dateUpdated: string;
|
|
4658
|
+
projectId: string | null;
|
|
4658
4659
|
workflowIds: string[] | null;
|
|
4659
4660
|
dataSources: Record<string, unknown>[] | null;
|
|
4660
4661
|
conditionGroup: Record<string, unknown> | null;
|
|
4661
|
-
projectId: string;
|
|
4662
4662
|
owner?: {
|
|
4663
4663
|
name: string;
|
|
4664
4664
|
id: string;
|
|
@@ -4676,10 +4676,10 @@ export declare const zDetector: z.ZodObject<{
|
|
|
4676
4676
|
enabled: boolean;
|
|
4677
4677
|
dateCreated: string;
|
|
4678
4678
|
dateUpdated: string;
|
|
4679
|
+
projectId: string | null;
|
|
4679
4680
|
workflowIds: string[] | null;
|
|
4680
4681
|
dataSources: Record<string, unknown>[] | null;
|
|
4681
4682
|
conditionGroup: Record<string, unknown> | null;
|
|
4682
|
-
projectId: string;
|
|
4683
4683
|
owner?: {
|
|
4684
4684
|
name: string;
|
|
4685
4685
|
id: string;
|
|
@@ -10960,7 +10960,7 @@ export declare const zListDetectorSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
10960
10960
|
latestGroup: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
10961
10961
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
10962
10962
|
id: z.ZodString;
|
|
10963
|
-
projectId: z.ZodString
|
|
10963
|
+
projectId: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
10964
10964
|
name: z.ZodString;
|
|
10965
10965
|
type: z.ZodString;
|
|
10966
10966
|
workflowIds: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>;
|
|
@@ -10978,10 +10978,10 @@ export declare const zListDetectorSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
10978
10978
|
enabled: boolean;
|
|
10979
10979
|
dateCreated: string;
|
|
10980
10980
|
dateUpdated: string;
|
|
10981
|
+
projectId: string | null;
|
|
10981
10982
|
workflowIds: string[] | null;
|
|
10982
10983
|
dataSources: Record<string, unknown>[] | null;
|
|
10983
10984
|
conditionGroup: Record<string, unknown> | null;
|
|
10984
|
-
projectId: string;
|
|
10985
10985
|
owner?: {
|
|
10986
10986
|
name: string;
|
|
10987
10987
|
id: string;
|
|
@@ -10999,10 +10999,10 @@ export declare const zListDetectorSerializerResponse: z.ZodArray<z.ZodObject<{
|
|
|
10999
10999
|
enabled: boolean;
|
|
11000
11000
|
dateCreated: string;
|
|
11001
11001
|
dateUpdated: string;
|
|
11002
|
+
projectId: string | null;
|
|
11002
11003
|
workflowIds: string[] | null;
|
|
11003
11004
|
dataSources: Record<string, unknown>[] | null;
|
|
11004
11005
|
conditionGroup: Record<string, unknown> | null;
|
|
11005
|
-
projectId: string;
|
|
11006
11006
|
owner?: {
|
|
11007
11007
|
name: string;
|
|
11008
11008
|
id: string;
|
|
@@ -36774,7 +36774,7 @@ export declare const zListOrganizationDetectorsResponse: z.ZodArray<z.ZodObject<
|
|
|
36774
36774
|
latestGroup: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
36775
36775
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
36776
36776
|
id: z.ZodString;
|
|
36777
|
-
projectId: z.ZodString
|
|
36777
|
+
projectId: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
36778
36778
|
name: z.ZodString;
|
|
36779
36779
|
type: z.ZodString;
|
|
36780
36780
|
workflowIds: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>;
|
|
@@ -36792,10 +36792,10 @@ export declare const zListOrganizationDetectorsResponse: z.ZodArray<z.ZodObject<
|
|
|
36792
36792
|
enabled: boolean;
|
|
36793
36793
|
dateCreated: string;
|
|
36794
36794
|
dateUpdated: string;
|
|
36795
|
+
projectId: string | null;
|
|
36795
36796
|
workflowIds: string[] | null;
|
|
36796
36797
|
dataSources: Record<string, unknown>[] | null;
|
|
36797
36798
|
conditionGroup: Record<string, unknown> | null;
|
|
36798
|
-
projectId: string;
|
|
36799
36799
|
owner?: {
|
|
36800
36800
|
name: string;
|
|
36801
36801
|
id: string;
|
|
@@ -36813,10 +36813,10 @@ export declare const zListOrganizationDetectorsResponse: z.ZodArray<z.ZodObject<
|
|
|
36813
36813
|
enabled: boolean;
|
|
36814
36814
|
dateCreated: string;
|
|
36815
36815
|
dateUpdated: string;
|
|
36816
|
+
projectId: string | null;
|
|
36816
36817
|
workflowIds: string[] | null;
|
|
36817
36818
|
dataSources: Record<string, unknown>[] | null;
|
|
36818
36819
|
conditionGroup: Record<string, unknown> | null;
|
|
36819
|
-
projectId: string;
|
|
36820
36820
|
owner?: {
|
|
36821
36821
|
name: string;
|
|
36822
36822
|
id: string;
|
|
@@ -36901,7 +36901,7 @@ export declare const zUpdateOrganizationDetectorsResponse: z.ZodArray<z.ZodObjec
|
|
|
36901
36901
|
latestGroup: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
36902
36902
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
36903
36903
|
id: z.ZodString;
|
|
36904
|
-
projectId: z.ZodString
|
|
36904
|
+
projectId: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
36905
36905
|
name: z.ZodString;
|
|
36906
36906
|
type: z.ZodString;
|
|
36907
36907
|
workflowIds: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>;
|
|
@@ -36919,10 +36919,10 @@ export declare const zUpdateOrganizationDetectorsResponse: z.ZodArray<z.ZodObjec
|
|
|
36919
36919
|
enabled: boolean;
|
|
36920
36920
|
dateCreated: string;
|
|
36921
36921
|
dateUpdated: string;
|
|
36922
|
+
projectId: string | null;
|
|
36922
36923
|
workflowIds: string[] | null;
|
|
36923
36924
|
dataSources: Record<string, unknown>[] | null;
|
|
36924
36925
|
conditionGroup: Record<string, unknown> | null;
|
|
36925
|
-
projectId: string;
|
|
36926
36926
|
owner?: {
|
|
36927
36927
|
name: string;
|
|
36928
36928
|
id: string;
|
|
@@ -36940,10 +36940,10 @@ export declare const zUpdateOrganizationDetectorsResponse: z.ZodArray<z.ZodObjec
|
|
|
36940
36940
|
enabled: boolean;
|
|
36941
36941
|
dateCreated: string;
|
|
36942
36942
|
dateUpdated: string;
|
|
36943
|
+
projectId: string | null;
|
|
36943
36944
|
workflowIds: string[] | null;
|
|
36944
36945
|
dataSources: Record<string, unknown>[] | null;
|
|
36945
36946
|
conditionGroup: Record<string, unknown> | null;
|
|
36946
|
-
projectId: string;
|
|
36947
36947
|
owner?: {
|
|
36948
36948
|
name: string;
|
|
36949
36949
|
id: string;
|
|
@@ -37035,7 +37035,7 @@ export declare const zGetOrganizationDetectorResponse: z.ZodObject<{
|
|
|
37035
37035
|
latestGroup: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
37036
37036
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
37037
37037
|
id: z.ZodString;
|
|
37038
|
-
projectId: z.ZodString
|
|
37038
|
+
projectId: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
37039
37039
|
name: z.ZodString;
|
|
37040
37040
|
type: z.ZodString;
|
|
37041
37041
|
workflowIds: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>;
|
|
@@ -37053,10 +37053,10 @@ export declare const zGetOrganizationDetectorResponse: z.ZodObject<{
|
|
|
37053
37053
|
enabled: boolean;
|
|
37054
37054
|
dateCreated: string;
|
|
37055
37055
|
dateUpdated: string;
|
|
37056
|
+
projectId: string | null;
|
|
37056
37057
|
workflowIds: string[] | null;
|
|
37057
37058
|
dataSources: Record<string, unknown>[] | null;
|
|
37058
37059
|
conditionGroup: Record<string, unknown> | null;
|
|
37059
|
-
projectId: string;
|
|
37060
37060
|
owner?: {
|
|
37061
37061
|
name: string;
|
|
37062
37062
|
id: string;
|
|
@@ -37074,10 +37074,10 @@ export declare const zGetOrganizationDetectorResponse: z.ZodObject<{
|
|
|
37074
37074
|
enabled: boolean;
|
|
37075
37075
|
dateCreated: string;
|
|
37076
37076
|
dateUpdated: string;
|
|
37077
|
+
projectId: string | null;
|
|
37077
37078
|
workflowIds: string[] | null;
|
|
37078
37079
|
dataSources: Record<string, unknown>[] | null;
|
|
37079
37080
|
conditionGroup: Record<string, unknown> | null;
|
|
37080
|
-
projectId: string;
|
|
37081
37081
|
owner?: {
|
|
37082
37082
|
name: string;
|
|
37083
37083
|
id: string;
|
|
@@ -37215,7 +37215,7 @@ export declare const zUpdateOrganizationDetectorResponse: z.ZodObject<{
|
|
|
37215
37215
|
latestGroup: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
37216
37216
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
37217
37217
|
id: z.ZodString;
|
|
37218
|
-
projectId: z.ZodString
|
|
37218
|
+
projectId: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
37219
37219
|
name: z.ZodString;
|
|
37220
37220
|
type: z.ZodString;
|
|
37221
37221
|
workflowIds: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>;
|
|
@@ -37233,10 +37233,10 @@ export declare const zUpdateOrganizationDetectorResponse: z.ZodObject<{
|
|
|
37233
37233
|
enabled: boolean;
|
|
37234
37234
|
dateCreated: string;
|
|
37235
37235
|
dateUpdated: string;
|
|
37236
|
+
projectId: string | null;
|
|
37236
37237
|
workflowIds: string[] | null;
|
|
37237
37238
|
dataSources: Record<string, unknown>[] | null;
|
|
37238
37239
|
conditionGroup: Record<string, unknown> | null;
|
|
37239
|
-
projectId: string;
|
|
37240
37240
|
owner?: {
|
|
37241
37241
|
name: string;
|
|
37242
37242
|
id: string;
|
|
@@ -37254,10 +37254,10 @@ export declare const zUpdateOrganizationDetectorResponse: z.ZodObject<{
|
|
|
37254
37254
|
enabled: boolean;
|
|
37255
37255
|
dateCreated: string;
|
|
37256
37256
|
dateUpdated: string;
|
|
37257
|
+
projectId: string | null;
|
|
37257
37258
|
workflowIds: string[] | null;
|
|
37258
37259
|
dataSources: Record<string, unknown>[] | null;
|
|
37259
37260
|
conditionGroup: Record<string, unknown> | null;
|
|
37260
|
-
projectId: string;
|
|
37261
37261
|
owner?: {
|
|
37262
37262
|
name: string;
|
|
37263
37263
|
id: string;
|
|
@@ -50303,7 +50303,7 @@ export declare const zCreateOrganizationProjectDetectorResponse: z.ZodObject<{
|
|
|
50303
50303
|
latestGroup: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
50304
50304
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
50305
50305
|
id: z.ZodString;
|
|
50306
|
-
projectId: z.ZodString
|
|
50306
|
+
projectId: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50307
50307
|
name: z.ZodString;
|
|
50308
50308
|
type: z.ZodString;
|
|
50309
50309
|
workflowIds: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>;
|
|
@@ -50321,10 +50321,10 @@ export declare const zCreateOrganizationProjectDetectorResponse: z.ZodObject<{
|
|
|
50321
50321
|
enabled: boolean;
|
|
50322
50322
|
dateCreated: string;
|
|
50323
50323
|
dateUpdated: string;
|
|
50324
|
+
projectId: string | null;
|
|
50324
50325
|
workflowIds: string[] | null;
|
|
50325
50326
|
dataSources: Record<string, unknown>[] | null;
|
|
50326
50327
|
conditionGroup: Record<string, unknown> | null;
|
|
50327
|
-
projectId: string;
|
|
50328
50328
|
owner?: {
|
|
50329
50329
|
name: string;
|
|
50330
50330
|
id: string;
|
|
@@ -50342,10 +50342,10 @@ export declare const zCreateOrganizationProjectDetectorResponse: z.ZodObject<{
|
|
|
50342
50342
|
enabled: boolean;
|
|
50343
50343
|
dateCreated: string;
|
|
50344
50344
|
dateUpdated: string;
|
|
50345
|
+
projectId: string | null;
|
|
50345
50346
|
workflowIds: string[] | null;
|
|
50346
50347
|
dataSources: Record<string, unknown>[] | null;
|
|
50347
50348
|
conditionGroup: Record<string, unknown> | null;
|
|
50348
|
-
projectId: string;
|
|
50349
50349
|
owner?: {
|
|
50350
50350
|
name: string;
|
|
50351
50351
|
id: string;
|
package/dist/zod.js
CHANGED
|
@@ -2217,7 +2217,10 @@ var zDetector = z.object({
|
|
|
2217
2217
|
z.null()
|
|
2218
2218
|
]).optional(),
|
|
2219
2219
|
id: z.string(),
|
|
2220
|
-
projectId: z.
|
|
2220
|
+
projectId: z.union([
|
|
2221
|
+
z.string(),
|
|
2222
|
+
z.null()
|
|
2223
|
+
]),
|
|
2221
2224
|
name: z.string(),
|
|
2222
2225
|
type: z.string(),
|
|
2223
2226
|
workflowIds: z.union([
|
|
@@ -4773,7 +4776,10 @@ var zListDetectorSerializerResponse = z.array(z.object({
|
|
|
4773
4776
|
z.null()
|
|
4774
4777
|
]).optional(),
|
|
4775
4778
|
id: z.string(),
|
|
4776
|
-
projectId: z.
|
|
4779
|
+
projectId: z.union([
|
|
4780
|
+
z.string(),
|
|
4781
|
+
z.null()
|
|
4782
|
+
]),
|
|
4777
4783
|
name: z.string(),
|
|
4778
4784
|
type: z.string(),
|
|
4779
4785
|
workflowIds: z.union([
|
|
@@ -13741,7 +13747,10 @@ var zListOrganizationDetectorsResponse = z.array(z.object({
|
|
|
13741
13747
|
z.null()
|
|
13742
13748
|
]).optional(),
|
|
13743
13749
|
id: z.string(),
|
|
13744
|
-
projectId: z.
|
|
13750
|
+
projectId: z.union([
|
|
13751
|
+
z.string(),
|
|
13752
|
+
z.null()
|
|
13753
|
+
]),
|
|
13745
13754
|
name: z.string(),
|
|
13746
13755
|
type: z.string(),
|
|
13747
13756
|
workflowIds: z.union([
|
|
@@ -13797,7 +13806,10 @@ var zUpdateOrganizationDetectorsResponse = z.array(z.object({
|
|
|
13797
13806
|
z.null()
|
|
13798
13807
|
]).optional(),
|
|
13799
13808
|
id: z.string(),
|
|
13800
|
-
projectId: z.
|
|
13809
|
+
projectId: z.union([
|
|
13810
|
+
z.string(),
|
|
13811
|
+
z.null()
|
|
13812
|
+
]),
|
|
13801
13813
|
name: z.string(),
|
|
13802
13814
|
type: z.string(),
|
|
13803
13815
|
workflowIds: z.union([
|
|
@@ -13857,7 +13869,10 @@ var zGetOrganizationDetectorResponse = z.object({
|
|
|
13857
13869
|
z.null()
|
|
13858
13870
|
]).optional(),
|
|
13859
13871
|
id: z.string(),
|
|
13860
|
-
projectId: z.
|
|
13872
|
+
projectId: z.union([
|
|
13873
|
+
z.string(),
|
|
13874
|
+
z.null()
|
|
13875
|
+
]),
|
|
13861
13876
|
name: z.string(),
|
|
13862
13877
|
type: z.string(),
|
|
13863
13878
|
workflowIds: z.union([
|
|
@@ -13933,7 +13948,10 @@ var zUpdateOrganizationDetectorResponse = z.object({
|
|
|
13933
13948
|
z.null()
|
|
13934
13949
|
]).optional(),
|
|
13935
13950
|
id: z.string(),
|
|
13936
|
-
projectId: z.
|
|
13951
|
+
projectId: z.union([
|
|
13952
|
+
z.string(),
|
|
13953
|
+
z.null()
|
|
13954
|
+
]),
|
|
13937
13955
|
name: z.string(),
|
|
13938
13956
|
type: z.string(),
|
|
13939
13957
|
workflowIds: z.union([
|
|
@@ -19469,7 +19487,10 @@ var zCreateOrganizationProjectDetectorResponse = z.object({
|
|
|
19469
19487
|
z.null()
|
|
19470
19488
|
]).optional(),
|
|
19471
19489
|
id: z.string(),
|
|
19472
|
-
projectId: z.
|
|
19490
|
+
projectId: z.union([
|
|
19491
|
+
z.string(),
|
|
19492
|
+
z.null()
|
|
19493
|
+
]),
|
|
19473
19494
|
name: z.string(),
|
|
19474
19495
|
type: z.string(),
|
|
19475
19496
|
workflowIds: z.union([
|