@sentry/api 0.288.0 → 0.290.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/zod.gen.d.ts CHANGED
@@ -3241,50 +3241,6 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
3241
3241
  prebuiltId: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
3242
3242
  }, "strip", z.ZodTypeAny, {
3243
3243
  id: string;
3244
- createdBy: {
3245
- name: string;
3246
- id: string;
3247
- avatarUrl: string;
3248
- dateJoined: string;
3249
- lastLogin: string | null;
3250
- lastActive: string | null;
3251
- experiments: Record<string, unknown>;
3252
- emails: {
3253
- id: string;
3254
- email: string;
3255
- is_verified: boolean;
3256
- }[];
3257
- email: string;
3258
- username: string;
3259
- isActive: boolean;
3260
- isSuspended: boolean;
3261
- hasPasswordAuth: boolean;
3262
- isManaged: boolean;
3263
- has2fa: boolean;
3264
- isSuperuser: boolean;
3265
- isStaff: boolean;
3266
- avatar?: {
3267
- avatarType?: string | undefined;
3268
- avatarUuid?: string | null | undefined;
3269
- avatarUrl?: string | null | undefined;
3270
- } | undefined;
3271
- identities?: {
3272
- name: string;
3273
- id: string;
3274
- provider: {
3275
- name: string;
3276
- id: string;
3277
- };
3278
- organization: {
3279
- name: string;
3280
- slug: string;
3281
- };
3282
- dateVerified: string;
3283
- dateSynced: string;
3284
- }[] | undefined;
3285
- authenticators?: unknown[] | undefined;
3286
- canReset2fa?: boolean | undefined;
3287
- } | null;
3288
3244
  dateCreated: string;
3289
3245
  title: string;
3290
3246
  projects: number[];
@@ -3345,16 +3301,6 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
3345
3301
  teamsWithEditAccess: number[];
3346
3302
  isEditableByEveryone: boolean;
3347
3303
  } | null;
3348
- prebuiltId: number | null;
3349
- isFavorited: boolean;
3350
- environment?: string[] | undefined;
3351
- end?: string | undefined;
3352
- start?: string | undefined;
3353
- period?: string | undefined;
3354
- utc?: string | undefined;
3355
- expired?: boolean | undefined;
3356
- }, {
3357
- id: string;
3358
3304
  createdBy: {
3359
3305
  name: string;
3360
3306
  id: string;
@@ -3399,6 +3345,16 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
3399
3345
  authenticators?: unknown[] | undefined;
3400
3346
  canReset2fa?: boolean | undefined;
3401
3347
  } | null;
3348
+ prebuiltId: number | null;
3349
+ isFavorited: boolean;
3350
+ environment?: string[] | undefined;
3351
+ end?: string | undefined;
3352
+ start?: string | undefined;
3353
+ period?: string | undefined;
3354
+ utc?: string | undefined;
3355
+ expired?: boolean | undefined;
3356
+ }, {
3357
+ id: string;
3402
3358
  dateCreated: string;
3403
3359
  title: string;
3404
3360
  projects: number[];
@@ -3459,6 +3415,50 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
3459
3415
  teamsWithEditAccess: number[];
3460
3416
  isEditableByEveryone: boolean;
3461
3417
  } | null;
3418
+ createdBy: {
3419
+ name: string;
3420
+ id: string;
3421
+ avatarUrl: string;
3422
+ dateJoined: string;
3423
+ lastLogin: string | null;
3424
+ lastActive: string | null;
3425
+ experiments: Record<string, unknown>;
3426
+ emails: {
3427
+ id: string;
3428
+ email: string;
3429
+ is_verified: boolean;
3430
+ }[];
3431
+ email: string;
3432
+ username: string;
3433
+ isActive: boolean;
3434
+ isSuspended: boolean;
3435
+ hasPasswordAuth: boolean;
3436
+ isManaged: boolean;
3437
+ has2fa: boolean;
3438
+ isSuperuser: boolean;
3439
+ isStaff: boolean;
3440
+ avatar?: {
3441
+ avatarType?: string | undefined;
3442
+ avatarUuid?: string | null | undefined;
3443
+ avatarUrl?: string | null | undefined;
3444
+ } | undefined;
3445
+ identities?: {
3446
+ name: string;
3447
+ id: string;
3448
+ provider: {
3449
+ name: string;
3450
+ id: string;
3451
+ };
3452
+ organization: {
3453
+ name: string;
3454
+ slug: string;
3455
+ };
3456
+ dateVerified: string;
3457
+ dateSynced: string;
3458
+ }[] | undefined;
3459
+ authenticators?: unknown[] | undefined;
3460
+ canReset2fa?: boolean | undefined;
3461
+ } | null;
3462
3462
  prebuiltId: number | null;
3463
3463
  isFavorited: boolean;
3464
3464
  environment?: string[] | undefined;
@@ -3689,6 +3689,18 @@ export declare const zDashboardListResponse: z.ZodArray<z.ZodObject<{
3689
3689
  }, "strip", z.ZodTypeAny, {
3690
3690
  environment: string[];
3691
3691
  id: string;
3692
+ dateCreated: string;
3693
+ title: string;
3694
+ projects: number[];
3695
+ filters: {
3696
+ release?: string[] | undefined;
3697
+ releaseId?: string[] | undefined;
3698
+ globalFilter?: Record<string, unknown>[] | undefined;
3699
+ };
3700
+ permissions: {
3701
+ teamsWithEditAccess: number[];
3702
+ isEditableByEveryone: boolean;
3703
+ } | null;
3692
3704
  createdBy: {
3693
3705
  name: string;
3694
3706
  id: string;
@@ -3733,6 +3745,14 @@ export declare const zDashboardListResponse: z.ZodArray<z.ZodObject<{
3733
3745
  authenticators?: unknown[] | undefined;
3734
3746
  canReset2fa?: boolean | undefined;
3735
3747
  };
3748
+ prebuiltId: number | null;
3749
+ isFavorited: boolean;
3750
+ lastVisited: string | null;
3751
+ widgetDisplay: string[];
3752
+ widgetPreview: Record<string, string>[];
3753
+ }, {
3754
+ environment: string[];
3755
+ id: string;
3736
3756
  dateCreated: string;
3737
3757
  title: string;
3738
3758
  projects: number[];
@@ -3745,14 +3765,6 @@ export declare const zDashboardListResponse: z.ZodArray<z.ZodObject<{
3745
3765
  teamsWithEditAccess: number[];
3746
3766
  isEditableByEveryone: boolean;
3747
3767
  } | null;
3748
- prebuiltId: number | null;
3749
- isFavorited: boolean;
3750
- lastVisited: string | null;
3751
- widgetDisplay: string[];
3752
- widgetPreview: Record<string, string>[];
3753
- }, {
3754
- environment: string[];
3755
- id: string;
3756
3768
  createdBy: {
3757
3769
  name: string;
3758
3770
  id: string;
@@ -3797,18 +3809,6 @@ export declare const zDashboardListResponse: z.ZodArray<z.ZodObject<{
3797
3809
  authenticators?: unknown[] | undefined;
3798
3810
  canReset2fa?: boolean | undefined;
3799
3811
  };
3800
- dateCreated: string;
3801
- title: string;
3802
- projects: number[];
3803
- filters: {
3804
- release?: string[] | undefined;
3805
- releaseId?: string[] | undefined;
3806
- globalFilter?: Record<string, unknown>[] | undefined;
3807
- };
3808
- permissions: {
3809
- teamsWithEditAccess: number[];
3810
- isEditableByEveryone: boolean;
3811
- } | null;
3812
3812
  prebuiltId: number | null;
3813
3813
  isFavorited: boolean;
3814
3814
  lastVisited: string | null;
@@ -4901,8 +4901,8 @@ export declare const zDetector: z.ZodObject<{
4901
4901
  type: "user" | "team";
4902
4902
  email?: string | undefined;
4903
4903
  } | null | undefined;
4904
- createdBy?: string | null | undefined;
4905
4904
  description?: string | null | undefined;
4905
+ createdBy?: string | null | undefined;
4906
4906
  latestGroup?: Record<string, unknown> | null | undefined;
4907
4907
  }, {
4908
4908
  name: string;
@@ -4922,8 +4922,8 @@ export declare const zDetector: z.ZodObject<{
4922
4922
  type: "user" | "team";
4923
4923
  email?: string | undefined;
4924
4924
  } | null | undefined;
4925
- createdBy?: string | null | undefined;
4926
4925
  description?: string | null | undefined;
4926
+ createdBy?: string | null | undefined;
4927
4927
  latestGroup?: Record<string, unknown> | null | undefined;
4928
4928
  }>;
4929
4929
  export declare const zDiscoverSavedQuery: z.ZodObject<{
@@ -5185,6 +5185,11 @@ export declare const zDiscoverSavedQueryListResponse: z.ZodArray<z.ZodObject<{
5185
5185
  }, "strip", z.ZodTypeAny, {
5186
5186
  name: string;
5187
5187
  id: string;
5188
+ version: number;
5189
+ dateCreated: string;
5190
+ dateUpdated: string;
5191
+ projects: number[];
5192
+ expired: boolean;
5188
5193
  createdBy: {
5189
5194
  name: string;
5190
5195
  id: string;
@@ -5229,11 +5234,6 @@ export declare const zDiscoverSavedQueryListResponse: z.ZodArray<z.ZodObject<{
5229
5234
  authenticators?: unknown[] | undefined;
5230
5235
  canReset2fa?: boolean | undefined;
5231
5236
  };
5232
- version: number;
5233
- dateCreated: string;
5234
- dateUpdated: string;
5235
- projects: number[];
5236
- expired: boolean;
5237
5237
  datasetSource: string;
5238
5238
  queryDataset: string;
5239
5239
  query?: string | undefined;
@@ -5255,6 +5255,11 @@ export declare const zDiscoverSavedQueryListResponse: z.ZodArray<z.ZodObject<{
5255
5255
  }, {
5256
5256
  name: string;
5257
5257
  id: string;
5258
+ version: number;
5259
+ dateCreated: string;
5260
+ dateUpdated: string;
5261
+ projects: number[];
5262
+ expired: boolean;
5258
5263
  createdBy: {
5259
5264
  name: string;
5260
5265
  id: string;
@@ -5299,11 +5304,6 @@ export declare const zDiscoverSavedQueryListResponse: z.ZodArray<z.ZodObject<{
5299
5304
  authenticators?: unknown[] | undefined;
5300
5305
  canReset2fa?: boolean | undefined;
5301
5306
  };
5302
- version: number;
5303
- dateCreated: string;
5304
- dateUpdated: string;
5305
- projects: number[];
5306
- expired: boolean;
5307
5307
  datasetSource: string;
5308
5308
  queryDataset: string;
5309
5309
  query?: string | undefined;
@@ -5536,6 +5536,11 @@ export declare const zDiscoverSavedQueryModel: z.ZodObject<{
5536
5536
  }, "strip", z.ZodTypeAny, {
5537
5537
  name: string;
5538
5538
  id: string;
5539
+ version: number;
5540
+ dateCreated: string;
5541
+ dateUpdated: string;
5542
+ projects: number[];
5543
+ expired: boolean;
5539
5544
  createdBy: {
5540
5545
  name: string;
5541
5546
  id: string;
@@ -5580,11 +5585,6 @@ export declare const zDiscoverSavedQueryModel: z.ZodObject<{
5580
5585
  authenticators?: unknown[] | undefined;
5581
5586
  canReset2fa?: boolean | undefined;
5582
5587
  };
5583
- version: number;
5584
- dateCreated: string;
5585
- dateUpdated: string;
5586
- projects: number[];
5587
- expired: boolean;
5588
5588
  datasetSource: string;
5589
5589
  queryDataset: string;
5590
5590
  query?: string | undefined;
@@ -5606,6 +5606,11 @@ export declare const zDiscoverSavedQueryModel: z.ZodObject<{
5606
5606
  }, {
5607
5607
  name: string;
5608
5608
  id: string;
5609
+ version: number;
5610
+ dateCreated: string;
5611
+ dateUpdated: string;
5612
+ projects: number[];
5613
+ expired: boolean;
5609
5614
  createdBy: {
5610
5615
  name: string;
5611
5616
  id: string;
@@ -5650,11 +5655,6 @@ export declare const zDiscoverSavedQueryModel: z.ZodObject<{
5650
5655
  authenticators?: unknown[] | undefined;
5651
5656
  canReset2fa?: boolean | undefined;
5652
5657
  };
5653
- version: number;
5654
- dateCreated: string;
5655
- dateUpdated: string;
5656
- projects: number[];
5657
- expired: boolean;
5658
5658
  datasetSource: string;
5659
5659
  queryDataset: string;
5660
5660
  query?: string | undefined;
@@ -11308,8 +11308,8 @@ export declare const zListDetectorSerializerResponse: z.ZodArray<z.ZodObject<{
11308
11308
  type: "user" | "team";
11309
11309
  email?: string | undefined;
11310
11310
  } | null | undefined;
11311
- createdBy?: string | null | undefined;
11312
11311
  description?: string | null | undefined;
11312
+ createdBy?: string | null | undefined;
11313
11313
  latestGroup?: Record<string, unknown> | null | undefined;
11314
11314
  }, {
11315
11315
  name: string;
@@ -11329,8 +11329,8 @@ export declare const zListDetectorSerializerResponse: z.ZodArray<z.ZodObject<{
11329
11329
  type: "user" | "team";
11330
11330
  email?: string | undefined;
11331
11331
  } | null | undefined;
11332
- createdBy?: string | null | undefined;
11333
11332
  description?: string | null | undefined;
11333
+ createdBy?: string | null | undefined;
11334
11334
  latestGroup?: Record<string, unknown> | null | undefined;
11335
11335
  }>, "many">;
11336
11336
  export declare const zListEventAttachmentsResponse: z.ZodArray<z.ZodObject<{
@@ -17723,11 +17723,11 @@ export declare const zListWorkflow: z.ZodArray<z.ZodObject<{
17723
17723
  owner: string | null;
17724
17724
  environment: string | null;
17725
17725
  id: string;
17726
- createdBy: string | null;
17727
17726
  config: Record<string, unknown>;
17728
17727
  enabled: boolean;
17729
17728
  dateCreated: string;
17730
17729
  dateUpdated: string;
17730
+ createdBy: string | null;
17731
17731
  organizationId: string;
17732
17732
  triggers: {
17733
17733
  id?: string | undefined;
@@ -17774,11 +17774,11 @@ export declare const zListWorkflow: z.ZodArray<z.ZodObject<{
17774
17774
  owner: string | null;
17775
17775
  environment: string | null;
17776
17776
  id: string;
17777
- createdBy: string | null;
17778
17777
  config: Record<string, unknown>;
17779
17778
  enabled: boolean;
17780
17779
  dateCreated: string;
17781
17780
  dateUpdated: string;
17781
+ createdBy: string | null;
17782
17782
  organizationId: string;
17783
17783
  triggers: {
17784
17784
  id?: string | undefined;
@@ -21147,68 +21147,10 @@ export declare const zOrganizationIssueView: z.ZodObject<{
21147
21147
  query: string;
21148
21148
  name: string;
21149
21149
  id: string;
21150
- createdBy: {
21151
- name: string;
21152
- id: string;
21153
- avatarUrl: string;
21154
- dateJoined: string;
21155
- lastLogin: string | null;
21156
- lastActive: string | null;
21157
- experiments: Record<string, unknown>;
21158
- emails: {
21159
- id: string;
21160
- email: string;
21161
- is_verified: boolean;
21162
- }[];
21163
- email: string;
21164
- username: string;
21165
- isActive: boolean;
21166
- isSuspended: boolean;
21167
- hasPasswordAuth: boolean;
21168
- isManaged: boolean;
21169
- has2fa: boolean;
21170
- isSuperuser: boolean;
21171
- isStaff: boolean;
21172
- avatar?: {
21173
- avatarType?: string | undefined;
21174
- avatarUuid?: string | null | undefined;
21175
- avatarUrl?: string | null | undefined;
21176
- } | undefined;
21177
- identities?: {
21178
- name: string;
21179
- id: string;
21180
- provider: {
21181
- name: string;
21182
- id: string;
21183
- };
21184
- organization: {
21185
- name: string;
21186
- slug: string;
21187
- };
21188
- dateVerified: string;
21189
- dateSynced: string;
21190
- }[] | undefined;
21191
- authenticators?: unknown[] | undefined;
21192
- canReset2fa?: boolean | undefined;
21193
- } | null;
21194
21150
  dateCreated: string;
21195
21151
  dateUpdated: string;
21196
21152
  projects: number[];
21197
21153
  environments: string[];
21198
- lastVisited: string | null;
21199
- timeFilters: {
21200
- end?: string | null | undefined;
21201
- start?: string | null | undefined;
21202
- period?: string | null | undefined;
21203
- utc?: boolean | null | undefined;
21204
- };
21205
- querySort: "user" | "new" | "date" | "trends" | "freq" | "inbox" | "recommended";
21206
- starred: boolean;
21207
- stars: number;
21208
- }, {
21209
- query: string;
21210
- name: string;
21211
- id: string;
21212
21154
  createdBy: {
21213
21155
  name: string;
21214
21156
  id: string;
@@ -21253,10 +21195,6 @@ export declare const zOrganizationIssueView: z.ZodObject<{
21253
21195
  authenticators?: unknown[] | undefined;
21254
21196
  canReset2fa?: boolean | undefined;
21255
21197
  } | null;
21256
- dateCreated: string;
21257
- dateUpdated: string;
21258
- projects: number[];
21259
- environments: string[];
21260
21198
  lastVisited: string | null;
21261
21199
  timeFilters: {
21262
21200
  end?: string | null | undefined;
@@ -21267,285 +21205,14 @@ export declare const zOrganizationIssueView: z.ZodObject<{
21267
21205
  querySort: "user" | "new" | "date" | "trends" | "freq" | "inbox" | "recommended";
21268
21206
  starred: boolean;
21269
21207
  stars: number;
21270
- }>;
21271
- export declare const zOrganizationIssueViewList: z.ZodArray<z.ZodObject<{
21272
- id: z.ZodString;
21273
- createdBy: z.ZodUnion<[z.ZodObject<{
21274
- identities: z.ZodOptional<z.ZodArray<z.ZodObject<{
21275
- id: z.ZodString;
21276
- name: z.ZodString;
21277
- organization: z.ZodObject<{
21278
- slug: z.ZodString;
21279
- name: z.ZodString;
21280
- }, "strip", z.ZodTypeAny, {
21281
- name: string;
21282
- slug: string;
21283
- }, {
21284
- name: string;
21285
- slug: string;
21286
- }>;
21287
- provider: z.ZodObject<{
21288
- id: z.ZodString;
21289
- name: z.ZodString;
21290
- }, "strip", z.ZodTypeAny, {
21291
- name: string;
21292
- id: string;
21293
- }, {
21294
- name: string;
21295
- id: string;
21296
- }>;
21297
- dateVerified: z.ZodString;
21298
- dateSynced: z.ZodString;
21299
- }, "strip", z.ZodTypeAny, {
21300
- name: string;
21301
- id: string;
21302
- provider: {
21303
- name: string;
21304
- id: string;
21305
- };
21306
- organization: {
21307
- name: string;
21308
- slug: string;
21309
- };
21310
- dateVerified: string;
21311
- dateSynced: string;
21312
- }, {
21313
- name: string;
21314
- id: string;
21315
- provider: {
21316
- name: string;
21317
- id: string;
21318
- };
21319
- organization: {
21320
- name: string;
21321
- slug: string;
21322
- };
21323
- dateVerified: string;
21324
- dateSynced: string;
21325
- }>, "many">>;
21326
- avatar: z.ZodOptional<z.ZodObject<{
21327
- avatarType: z.ZodOptional<z.ZodString>;
21328
- avatarUuid: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
21329
- avatarUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
21330
- }, "strip", z.ZodTypeAny, {
21331
- avatarType?: string | undefined;
21332
- avatarUuid?: string | null | undefined;
21333
- avatarUrl?: string | null | undefined;
21334
- }, {
21335
- avatarType?: string | undefined;
21336
- avatarUuid?: string | null | undefined;
21337
- avatarUrl?: string | null | undefined;
21338
- }>>;
21339
- authenticators: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
21340
- canReset2fa: z.ZodOptional<z.ZodBoolean>;
21341
- id: z.ZodString;
21342
- name: z.ZodString;
21343
- username: z.ZodString;
21344
- email: z.ZodString;
21345
- avatarUrl: z.ZodString;
21346
- isActive: z.ZodBoolean;
21347
- isSuspended: z.ZodBoolean;
21348
- hasPasswordAuth: z.ZodBoolean;
21349
- isManaged: z.ZodBoolean;
21350
- dateJoined: z.ZodString;
21351
- lastLogin: z.ZodUnion<[z.ZodString, z.ZodNull]>;
21352
- has2fa: z.ZodBoolean;
21353
- lastActive: z.ZodUnion<[z.ZodString, z.ZodNull]>;
21354
- isSuperuser: z.ZodBoolean;
21355
- isStaff: z.ZodBoolean;
21356
- experiments: z.ZodRecord<z.ZodString, z.ZodUnknown>;
21357
- emails: z.ZodArray<z.ZodObject<{
21358
- id: z.ZodString;
21359
- email: z.ZodString;
21360
- is_verified: z.ZodBoolean;
21361
- }, "strip", z.ZodTypeAny, {
21362
- id: string;
21363
- email: string;
21364
- is_verified: boolean;
21365
- }, {
21366
- id: string;
21367
- email: string;
21368
- is_verified: boolean;
21369
- }>, "many">;
21370
- }, "strip", z.ZodTypeAny, {
21371
- name: string;
21372
- id: string;
21373
- avatarUrl: string;
21374
- dateJoined: string;
21375
- lastLogin: string | null;
21376
- lastActive: string | null;
21377
- experiments: Record<string, unknown>;
21378
- emails: {
21379
- id: string;
21380
- email: string;
21381
- is_verified: boolean;
21382
- }[];
21383
- email: string;
21384
- username: string;
21385
- isActive: boolean;
21386
- isSuspended: boolean;
21387
- hasPasswordAuth: boolean;
21388
- isManaged: boolean;
21389
- has2fa: boolean;
21390
- isSuperuser: boolean;
21391
- isStaff: boolean;
21392
- avatar?: {
21393
- avatarType?: string | undefined;
21394
- avatarUuid?: string | null | undefined;
21395
- avatarUrl?: string | null | undefined;
21396
- } | undefined;
21397
- identities?: {
21398
- name: string;
21399
- id: string;
21400
- provider: {
21401
- name: string;
21402
- id: string;
21403
- };
21404
- organization: {
21405
- name: string;
21406
- slug: string;
21407
- };
21408
- dateVerified: string;
21409
- dateSynced: string;
21410
- }[] | undefined;
21411
- authenticators?: unknown[] | undefined;
21412
- canReset2fa?: boolean | undefined;
21413
- }, {
21414
- name: string;
21415
- id: string;
21416
- avatarUrl: string;
21417
- dateJoined: string;
21418
- lastLogin: string | null;
21419
- lastActive: string | null;
21420
- experiments: Record<string, unknown>;
21421
- emails: {
21422
- id: string;
21423
- email: string;
21424
- is_verified: boolean;
21425
- }[];
21426
- email: string;
21427
- username: string;
21428
- isActive: boolean;
21429
- isSuspended: boolean;
21430
- hasPasswordAuth: boolean;
21431
- isManaged: boolean;
21432
- has2fa: boolean;
21433
- isSuperuser: boolean;
21434
- isStaff: boolean;
21435
- avatar?: {
21436
- avatarType?: string | undefined;
21437
- avatarUuid?: string | null | undefined;
21438
- avatarUrl?: string | null | undefined;
21439
- } | undefined;
21440
- identities?: {
21441
- name: string;
21442
- id: string;
21443
- provider: {
21444
- name: string;
21445
- id: string;
21446
- };
21447
- organization: {
21448
- name: string;
21449
- slug: string;
21450
- };
21451
- dateVerified: string;
21452
- dateSynced: string;
21453
- }[] | undefined;
21454
- authenticators?: unknown[] | undefined;
21455
- canReset2fa?: boolean | undefined;
21456
- }>, z.ZodNull]>;
21457
- name: z.ZodString;
21458
- query: z.ZodString;
21459
- querySort: z.ZodEnum<["date", "new", "trends", "freq", "user", "inbox", "recommended"]>;
21460
- projects: z.ZodArray<z.ZodNumber, "many">;
21461
- environments: z.ZodArray<z.ZodString, "many">;
21462
- timeFilters: z.ZodObject<{
21463
- start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
21464
- end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
21465
- period: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
21466
- utc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNull]>>;
21467
- }, "strip", z.ZodTypeAny, {
21468
- end?: string | null | undefined;
21469
- start?: string | null | undefined;
21470
- period?: string | null | undefined;
21471
- utc?: boolean | null | undefined;
21472
- }, {
21473
- end?: string | null | undefined;
21474
- start?: string | null | undefined;
21475
- period?: string | null | undefined;
21476
- utc?: boolean | null | undefined;
21477
- }>;
21478
- lastVisited: z.ZodUnion<[z.ZodString, z.ZodNull]>;
21479
- dateCreated: z.ZodString;
21480
- dateUpdated: z.ZodString;
21481
- starred: z.ZodBoolean;
21482
- stars: z.ZodNumber;
21483
- }, "strip", z.ZodTypeAny, {
21208
+ }, {
21484
21209
  query: string;
21485
21210
  name: string;
21486
21211
  id: string;
21487
- createdBy: {
21488
- name: string;
21489
- id: string;
21490
- avatarUrl: string;
21491
- dateJoined: string;
21492
- lastLogin: string | null;
21493
- lastActive: string | null;
21494
- experiments: Record<string, unknown>;
21495
- emails: {
21496
- id: string;
21497
- email: string;
21498
- is_verified: boolean;
21499
- }[];
21500
- email: string;
21501
- username: string;
21502
- isActive: boolean;
21503
- isSuspended: boolean;
21504
- hasPasswordAuth: boolean;
21505
- isManaged: boolean;
21506
- has2fa: boolean;
21507
- isSuperuser: boolean;
21508
- isStaff: boolean;
21509
- avatar?: {
21510
- avatarType?: string | undefined;
21511
- avatarUuid?: string | null | undefined;
21512
- avatarUrl?: string | null | undefined;
21513
- } | undefined;
21514
- identities?: {
21515
- name: string;
21516
- id: string;
21517
- provider: {
21518
- name: string;
21519
- id: string;
21520
- };
21521
- organization: {
21522
- name: string;
21523
- slug: string;
21524
- };
21525
- dateVerified: string;
21526
- dateSynced: string;
21527
- }[] | undefined;
21528
- authenticators?: unknown[] | undefined;
21529
- canReset2fa?: boolean | undefined;
21530
- } | null;
21531
21212
  dateCreated: string;
21532
21213
  dateUpdated: string;
21533
21214
  projects: number[];
21534
21215
  environments: string[];
21535
- lastVisited: string | null;
21536
- timeFilters: {
21537
- end?: string | null | undefined;
21538
- start?: string | null | undefined;
21539
- period?: string | null | undefined;
21540
- utc?: boolean | null | undefined;
21541
- };
21542
- querySort: "user" | "new" | "date" | "trends" | "freq" | "inbox" | "recommended";
21543
- starred: boolean;
21544
- stars: number;
21545
- }, {
21546
- query: string;
21547
- name: string;
21548
- id: string;
21549
21216
  createdBy: {
21550
21217
  name: string;
21551
21218
  id: string;
@@ -21590,10 +21257,6 @@ export declare const zOrganizationIssueViewList: z.ZodArray<z.ZodObject<{
21590
21257
  authenticators?: unknown[] | undefined;
21591
21258
  canReset2fa?: boolean | undefined;
21592
21259
  } | null;
21593
- dateCreated: string;
21594
- dateUpdated: string;
21595
- projects: number[];
21596
- environments: string[];
21597
21260
  lastVisited: string | null;
21598
21261
  timeFilters: {
21599
21262
  end?: string | null | undefined;
@@ -21604,7 +21267,7 @@ export declare const zOrganizationIssueViewList: z.ZodArray<z.ZodObject<{
21604
21267
  querySort: "user" | "new" | "date" | "trends" | "freq" | "inbox" | "recommended";
21605
21268
  starred: boolean;
21606
21269
  stars: number;
21607
- }>, "many">;
21270
+ }>;
21608
21271
  export declare const zOrganizationMember: z.ZodObject<{
21609
21272
  externalUsers: z.ZodOptional<z.ZodArray<z.ZodObject<{
21610
21273
  externalId: z.ZodOptional<z.ZodString>;
@@ -23015,10 +22678,10 @@ export declare const zOrganizationSentryAppDetailsResponse: z.ZodArray<z.ZodObje
23015
22678
  id: number;
23016
22679
  slug: string;
23017
22680
  } | undefined;
23018
- popularity?: number | null | undefined;
23019
22681
  author?: string | null | undefined;
23020
22682
  isDisabled?: boolean | undefined;
23021
22683
  overview?: string | null | undefined;
22684
+ popularity?: number | null | undefined;
23022
22685
  redirectUrl?: string | null | undefined;
23023
22686
  webhookUrl?: string | null | undefined;
23024
22687
  clientSecret?: string | null | undefined;
@@ -23050,10 +22713,10 @@ export declare const zOrganizationSentryAppDetailsResponse: z.ZodArray<z.ZodObje
23050
22713
  id: number;
23051
22714
  slug: string;
23052
22715
  } | undefined;
23053
- popularity?: number | null | undefined;
23054
22716
  author?: string | null | undefined;
23055
22717
  isDisabled?: boolean | undefined;
23056
22718
  overview?: string | null | undefined;
22719
+ popularity?: number | null | undefined;
23057
22720
  redirectUrl?: string | null | undefined;
23058
22721
  webhookUrl?: string | null | undefined;
23059
22722
  clientSecret?: string | null | undefined;
@@ -23936,15 +23599,15 @@ export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
23936
23599
  lastModified: z.ZodOptional<z.ZodString>;
23937
23600
  }, "strip", z.ZodTypeAny, {
23938
23601
  name?: string | undefined;
23939
- created?: string | undefined;
23940
23602
  description?: string | undefined;
23941
23603
  publicKey?: string | undefined;
23604
+ created?: string | undefined;
23942
23605
  lastModified?: string | undefined;
23943
23606
  }, {
23944
23607
  name?: string | undefined;
23945
- created?: string | undefined;
23946
23608
  description?: string | undefined;
23947
23609
  publicKey?: string | undefined;
23610
+ created?: string | undefined;
23948
23611
  lastModified?: string | undefined;
23949
23612
  }>, "many">;
23950
23613
  pendingAccessRequests: z.ZodNumber;
@@ -24899,9 +24562,9 @@ export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
24899
24562
  allowJoinRequests: boolean;
24900
24563
  trustedRelays: {
24901
24564
  name?: string | undefined;
24902
- created?: string | undefined;
24903
24565
  description?: string | undefined;
24904
24566
  publicKey?: string | undefined;
24567
+ created?: string | undefined;
24905
24568
  lastModified?: string | undefined;
24906
24569
  }[];
24907
24570
  relayDsnEndpoint: string | null;
@@ -25169,9 +24832,9 @@ export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
25169
24832
  allowJoinRequests: boolean;
25170
24833
  trustedRelays: {
25171
24834
  name?: string | undefined;
25172
- created?: string | undefined;
25173
24835
  description?: string | undefined;
25174
24836
  publicKey?: string | undefined;
24837
+ created?: string | undefined;
25175
24838
  lastModified?: string | undefined;
25176
24839
  }[];
25177
24840
  relayDsnEndpoint: string | null;
@@ -26473,15 +26136,15 @@ export declare const zProjectRepoLinkResponse: z.ZodObject<{
26473
26136
  source: z.ZodString;
26474
26137
  created: z.ZodBoolean;
26475
26138
  }, "strip", z.ZodTypeAny, {
26476
- created: boolean;
26477
26139
  id: string;
26478
26140
  projectId: string;
26141
+ created: boolean;
26479
26142
  repositoryId: string;
26480
26143
  source: string;
26481
26144
  }, {
26482
- created: boolean;
26483
26145
  id: string;
26484
26146
  projectId: string;
26147
+ created: boolean;
26485
26148
  repositoryId: string;
26486
26149
  source: string;
26487
26150
  }>;
@@ -27787,10 +27450,10 @@ export declare const zSentryAppDetailsResponse: z.ZodObject<{
27787
27450
  id: number;
27788
27451
  slug: string;
27789
27452
  } | undefined;
27790
- popularity?: number | null | undefined;
27791
27453
  author?: string | null | undefined;
27792
27454
  isDisabled?: boolean | undefined;
27793
27455
  overview?: string | null | undefined;
27456
+ popularity?: number | null | undefined;
27794
27457
  redirectUrl?: string | null | undefined;
27795
27458
  webhookUrl?: string | null | undefined;
27796
27459
  clientSecret?: string | null | undefined;
@@ -27822,10 +27485,10 @@ export declare const zSentryAppDetailsResponse: z.ZodObject<{
27822
27485
  id: number;
27823
27486
  slug: string;
27824
27487
  } | undefined;
27825
- popularity?: number | null | undefined;
27826
27488
  author?: string | null | undefined;
27827
27489
  isDisabled?: boolean | undefined;
27828
27490
  overview?: string | null | undefined;
27491
+ popularity?: number | null | undefined;
27829
27492
  redirectUrl?: string | null | undefined;
27830
27493
  webhookUrl?: string | null | undefined;
27831
27494
  clientSecret?: string | null | undefined;
@@ -32002,11 +31665,11 @@ export declare const zWorkflow: z.ZodObject<{
32002
31665
  owner: string | null;
32003
31666
  environment: string | null;
32004
31667
  id: string;
32005
- createdBy: string | null;
32006
31668
  config: Record<string, unknown>;
32007
31669
  enabled: boolean;
32008
31670
  dateCreated: string;
32009
31671
  dateUpdated: string;
31672
+ createdBy: string | null;
32010
31673
  organizationId: string;
32011
31674
  triggers: {
32012
31675
  id?: string | undefined;
@@ -32053,11 +31716,11 @@ export declare const zWorkflow: z.ZodObject<{
32053
31716
  owner: string | null;
32054
31717
  environment: string | null;
32055
31718
  id: string;
32056
- createdBy: string | null;
32057
31719
  config: Record<string, unknown>;
32058
31720
  enabled: boolean;
32059
31721
  dateCreated: string;
32060
31722
  dateUpdated: string;
31723
+ createdBy: string | null;
32061
31724
  organizationId: string;
32062
31725
  triggers: {
32063
31726
  id?: string | undefined;
@@ -32931,15 +32594,15 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
32931
32594
  lastModified: z.ZodOptional<z.ZodString>;
32932
32595
  }, "strip", z.ZodTypeAny, {
32933
32596
  name?: string | undefined;
32934
- created?: string | undefined;
32935
32597
  description?: string | undefined;
32936
32598
  publicKey?: string | undefined;
32599
+ created?: string | undefined;
32937
32600
  lastModified?: string | undefined;
32938
32601
  }, {
32939
32602
  name?: string | undefined;
32940
- created?: string | undefined;
32941
32603
  description?: string | undefined;
32942
32604
  publicKey?: string | undefined;
32605
+ created?: string | undefined;
32943
32606
  lastModified?: string | undefined;
32944
32607
  }>, "many">;
32945
32608
  pendingAccessRequests: z.ZodNumber;
@@ -33894,9 +33557,9 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
33894
33557
  allowJoinRequests: boolean;
33895
33558
  trustedRelays: {
33896
33559
  name?: string | undefined;
33897
- created?: string | undefined;
33898
33560
  description?: string | undefined;
33899
33561
  publicKey?: string | undefined;
33562
+ created?: string | undefined;
33900
33563
  lastModified?: string | undefined;
33901
33564
  }[];
33902
33565
  relayDsnEndpoint: string | null;
@@ -34164,9 +33827,9 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
34164
33827
  allowJoinRequests: boolean;
34165
33828
  trustedRelays: {
34166
33829
  name?: string | undefined;
34167
- created?: string | undefined;
34168
33830
  description?: string | undefined;
34169
33831
  publicKey?: string | undefined;
33832
+ created?: string | undefined;
34170
33833
  lastModified?: string | undefined;
34171
33834
  }[];
34172
33835
  relayDsnEndpoint: string | null;
@@ -34585,6 +34248,18 @@ export declare const zListOrganizationDashboardsResponse: z.ZodArray<z.ZodObject
34585
34248
  }, "strip", z.ZodTypeAny, {
34586
34249
  environment: string[];
34587
34250
  id: string;
34251
+ dateCreated: string;
34252
+ title: string;
34253
+ projects: number[];
34254
+ filters: {
34255
+ release?: string[] | undefined;
34256
+ releaseId?: string[] | undefined;
34257
+ globalFilter?: Record<string, unknown>[] | undefined;
34258
+ };
34259
+ permissions: {
34260
+ teamsWithEditAccess: number[];
34261
+ isEditableByEveryone: boolean;
34262
+ } | null;
34588
34263
  createdBy: {
34589
34264
  name: string;
34590
34265
  id: string;
@@ -34629,6 +34304,14 @@ export declare const zListOrganizationDashboardsResponse: z.ZodArray<z.ZodObject
34629
34304
  authenticators?: unknown[] | undefined;
34630
34305
  canReset2fa?: boolean | undefined;
34631
34306
  };
34307
+ prebuiltId: number | null;
34308
+ isFavorited: boolean;
34309
+ lastVisited: string | null;
34310
+ widgetDisplay: string[];
34311
+ widgetPreview: Record<string, string>[];
34312
+ }, {
34313
+ environment: string[];
34314
+ id: string;
34632
34315
  dateCreated: string;
34633
34316
  title: string;
34634
34317
  projects: number[];
@@ -34641,14 +34324,6 @@ export declare const zListOrganizationDashboardsResponse: z.ZodArray<z.ZodObject
34641
34324
  teamsWithEditAccess: number[];
34642
34325
  isEditableByEveryone: boolean;
34643
34326
  } | null;
34644
- prebuiltId: number | null;
34645
- isFavorited: boolean;
34646
- lastVisited: string | null;
34647
- widgetDisplay: string[];
34648
- widgetPreview: Record<string, string>[];
34649
- }, {
34650
- environment: string[];
34651
- id: string;
34652
34327
  createdBy: {
34653
34328
  name: string;
34654
34329
  id: string;
@@ -34693,18 +34368,6 @@ export declare const zListOrganizationDashboardsResponse: z.ZodArray<z.ZodObject
34693
34368
  authenticators?: unknown[] | undefined;
34694
34369
  canReset2fa?: boolean | undefined;
34695
34370
  };
34696
- dateCreated: string;
34697
- title: string;
34698
- projects: number[];
34699
- filters: {
34700
- release?: string[] | undefined;
34701
- releaseId?: string[] | undefined;
34702
- globalFilter?: Record<string, unknown>[] | undefined;
34703
- };
34704
- permissions: {
34705
- teamsWithEditAccess: number[];
34706
- isEditableByEveryone: boolean;
34707
- } | null;
34708
34371
  prebuiltId: number | null;
34709
34372
  isFavorited: boolean;
34710
34373
  lastVisited: string | null;
@@ -35584,50 +35247,6 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
35584
35247
  prebuiltId: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
35585
35248
  }, "strip", z.ZodTypeAny, {
35586
35249
  id: string;
35587
- createdBy: {
35588
- name: string;
35589
- id: string;
35590
- avatarUrl: string;
35591
- dateJoined: string;
35592
- lastLogin: string | null;
35593
- lastActive: string | null;
35594
- experiments: Record<string, unknown>;
35595
- emails: {
35596
- id: string;
35597
- email: string;
35598
- is_verified: boolean;
35599
- }[];
35600
- email: string;
35601
- username: string;
35602
- isActive: boolean;
35603
- isSuspended: boolean;
35604
- hasPasswordAuth: boolean;
35605
- isManaged: boolean;
35606
- has2fa: boolean;
35607
- isSuperuser: boolean;
35608
- isStaff: boolean;
35609
- avatar?: {
35610
- avatarType?: string | undefined;
35611
- avatarUuid?: string | null | undefined;
35612
- avatarUrl?: string | null | undefined;
35613
- } | undefined;
35614
- identities?: {
35615
- name: string;
35616
- id: string;
35617
- provider: {
35618
- name: string;
35619
- id: string;
35620
- };
35621
- organization: {
35622
- name: string;
35623
- slug: string;
35624
- };
35625
- dateVerified: string;
35626
- dateSynced: string;
35627
- }[] | undefined;
35628
- authenticators?: unknown[] | undefined;
35629
- canReset2fa?: boolean | undefined;
35630
- } | null;
35631
35250
  dateCreated: string;
35632
35251
  title: string;
35633
35252
  projects: number[];
@@ -35688,16 +35307,6 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
35688
35307
  teamsWithEditAccess: number[];
35689
35308
  isEditableByEveryone: boolean;
35690
35309
  } | null;
35691
- prebuiltId: number | null;
35692
- isFavorited: boolean;
35693
- environment?: string[] | undefined;
35694
- end?: string | undefined;
35695
- start?: string | undefined;
35696
- period?: string | undefined;
35697
- utc?: string | undefined;
35698
- expired?: boolean | undefined;
35699
- }, {
35700
- id: string;
35701
35310
  createdBy: {
35702
35311
  name: string;
35703
35312
  id: string;
@@ -35742,6 +35351,16 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
35742
35351
  authenticators?: unknown[] | undefined;
35743
35352
  canReset2fa?: boolean | undefined;
35744
35353
  } | null;
35354
+ prebuiltId: number | null;
35355
+ isFavorited: boolean;
35356
+ environment?: string[] | undefined;
35357
+ end?: string | undefined;
35358
+ start?: string | undefined;
35359
+ period?: string | undefined;
35360
+ utc?: string | undefined;
35361
+ expired?: boolean | undefined;
35362
+ }, {
35363
+ id: string;
35745
35364
  dateCreated: string;
35746
35365
  title: string;
35747
35366
  projects: number[];
@@ -35802,6 +35421,50 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
35802
35421
  teamsWithEditAccess: number[];
35803
35422
  isEditableByEveryone: boolean;
35804
35423
  } | null;
35424
+ createdBy: {
35425
+ name: string;
35426
+ id: string;
35427
+ avatarUrl: string;
35428
+ dateJoined: string;
35429
+ lastLogin: string | null;
35430
+ lastActive: string | null;
35431
+ experiments: Record<string, unknown>;
35432
+ emails: {
35433
+ id: string;
35434
+ email: string;
35435
+ is_verified: boolean;
35436
+ }[];
35437
+ email: string;
35438
+ username: string;
35439
+ isActive: boolean;
35440
+ isSuspended: boolean;
35441
+ hasPasswordAuth: boolean;
35442
+ isManaged: boolean;
35443
+ has2fa: boolean;
35444
+ isSuperuser: boolean;
35445
+ isStaff: boolean;
35446
+ avatar?: {
35447
+ avatarType?: string | undefined;
35448
+ avatarUuid?: string | null | undefined;
35449
+ avatarUrl?: string | null | undefined;
35450
+ } | undefined;
35451
+ identities?: {
35452
+ name: string;
35453
+ id: string;
35454
+ provider: {
35455
+ name: string;
35456
+ id: string;
35457
+ };
35458
+ organization: {
35459
+ name: string;
35460
+ slug: string;
35461
+ };
35462
+ dateVerified: string;
35463
+ dateSynced: string;
35464
+ }[] | undefined;
35465
+ authenticators?: unknown[] | undefined;
35466
+ canReset2fa?: boolean | undefined;
35467
+ } | null;
35805
35468
  prebuiltId: number | null;
35806
35469
  isFavorited: boolean;
35807
35470
  environment?: string[] | undefined;
@@ -36307,6 +35970,66 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
36307
35970
  prebuiltId: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
36308
35971
  }, "strip", z.ZodTypeAny, {
36309
35972
  id: string;
35973
+ dateCreated: string;
35974
+ title: string;
35975
+ projects: number[];
35976
+ widgets: {
35977
+ interval: string;
35978
+ id: string;
35979
+ limit: number | null;
35980
+ description: string | null;
35981
+ dateCreated: string;
35982
+ title: string;
35983
+ thresholds: {
35984
+ max_values: Record<string, number>;
35985
+ unit: string;
35986
+ preferredPolarity?: string | undefined;
35987
+ } | null;
35988
+ queries: {
35989
+ name: string;
35990
+ fields: string[];
35991
+ id: string;
35992
+ conditions: string;
35993
+ isHidden: boolean;
35994
+ aggregates: string[];
35995
+ columns: string[];
35996
+ orderby: string;
35997
+ fieldAliases: string[];
35998
+ onDemand: {
35999
+ enabled: boolean;
36000
+ dashboardWidgetQueryId: number;
36001
+ extractionState: string;
36002
+ }[];
36003
+ selectedAggregate: number | null;
36004
+ linkedDashboards: {
36005
+ field: string;
36006
+ dashboardId: number;
36007
+ }[];
36008
+ widgetId: string;
36009
+ }[];
36010
+ layout: Record<string, number> | null;
36011
+ dashboardId: string;
36012
+ widgetType: string | null;
36013
+ axisRange: string | null;
36014
+ legendType: "default" | "breakdown" | null;
36015
+ datasetSource: string | null;
36016
+ exploreUrls: string[] | null;
36017
+ changedReason: {
36018
+ orderby: Record<string, string>[] | null;
36019
+ equations: Record<string, string | string[]>[] | null;
36020
+ selected_columns: string[];
36021
+ }[] | null;
36022
+ displayType: string;
36023
+ }[];
36024
+ filters: {
36025
+ release?: string[] | undefined;
36026
+ releaseId?: string[] | undefined;
36027
+ globalFilter?: Record<string, unknown>[] | undefined;
36028
+ };
36029
+ permissions: {
36030
+ teamsWithEditAccess: number[];
36031
+ isEditableByEveryone: boolean;
36032
+ } | null;
36310
36033
  createdBy: {
36311
36034
  name: string;
36312
36035
  id: string;
@@ -36351,6 +36074,16 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
36351
36074
  authenticators?: unknown[] | undefined;
36352
36075
  canReset2fa?: boolean | undefined;
36353
36076
  } | null;
36077
+ prebuiltId: number | null;
36078
+ isFavorited: boolean;
36079
+ environment?: string[] | undefined;
36080
+ end?: string | undefined;
36081
+ start?: string | undefined;
36082
+ period?: string | undefined;
36083
+ utc?: string | undefined;
36084
+ expired?: boolean | undefined;
36085
+ }, {
36086
+ id: string;
36354
36087
  dateCreated: string;
36355
36088
  title: string;
36356
36089
  projects: number[];
@@ -36411,16 +36144,6 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
36411
36144
  teamsWithEditAccess: number[];
36412
36145
  isEditableByEveryone: boolean;
36413
36146
  } | null;
36414
- prebuiltId: number | null;
36415
- isFavorited: boolean;
36416
- environment?: string[] | undefined;
36417
- end?: string | undefined;
36418
- start?: string | undefined;
36419
- period?: string | undefined;
36420
- utc?: string | undefined;
36421
- expired?: boolean | undefined;
36422
- }, {
36423
- id: string;
36424
36147
  createdBy: {
36425
36148
  name: string;
36426
36149
  id: string;
@@ -36465,66 +36188,6 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
36465
36188
  authenticators?: unknown[] | undefined;
36466
36189
  canReset2fa?: boolean | undefined;
36467
36190
  } | null;
36468
- dateCreated: string;
36469
- title: string;
36470
- projects: number[];
36471
- widgets: {
36472
- interval: string;
36473
- id: string;
36474
- limit: number | null;
36475
- description: string | null;
36476
- dateCreated: string;
36477
- title: string;
36478
- thresholds: {
36479
- max_values: Record<string, number>;
36480
- unit: string;
36481
- preferredPolarity?: string | undefined;
36482
- } | null;
36483
- queries: {
36484
- name: string;
36485
- fields: string[];
36486
- id: string;
36487
- conditions: string;
36488
- isHidden: boolean;
36489
- aggregates: string[];
36490
- columns: string[];
36491
- orderby: string;
36492
- fieldAliases: string[];
36493
- onDemand: {
36494
- enabled: boolean;
36495
- dashboardWidgetQueryId: number;
36496
- extractionState: string;
36497
- }[];
36498
- selectedAggregate: number | null;
36499
- linkedDashboards: {
36500
- field: string;
36501
- dashboardId: number;
36502
- }[];
36503
- widgetId: string;
36504
- }[];
36505
- layout: Record<string, number> | null;
36506
- dashboardId: string;
36507
- widgetType: string | null;
36508
- axisRange: string | null;
36509
- legendType: "default" | "breakdown" | null;
36510
- datasetSource: string | null;
36511
- exploreUrls: string[] | null;
36512
- changedReason: {
36513
- orderby: Record<string, string>[] | null;
36514
- equations: Record<string, string | string[]>[] | null;
36515
- selected_columns: string[];
36516
- }[] | null;
36517
- displayType: string;
36518
- }[];
36519
- filters: {
36520
- release?: string[] | undefined;
36521
- releaseId?: string[] | undefined;
36522
- globalFilter?: Record<string, unknown>[] | undefined;
36523
- };
36524
- permissions: {
36525
- teamsWithEditAccess: number[];
36526
- isEditableByEveryone: boolean;
36527
- } | null;
36528
36191
  prebuiltId: number | null;
36529
36192
  isFavorited: boolean;
36530
36193
  environment?: string[] | undefined;
@@ -37416,50 +37079,6 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
37416
37079
  prebuiltId: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
37417
37080
  }, "strip", z.ZodTypeAny, {
37418
37081
  id: string;
37419
- createdBy: {
37420
- name: string;
37421
- id: string;
37422
- avatarUrl: string;
37423
- dateJoined: string;
37424
- lastLogin: string | null;
37425
- lastActive: string | null;
37426
- experiments: Record<string, unknown>;
37427
- emails: {
37428
- id: string;
37429
- email: string;
37430
- is_verified: boolean;
37431
- }[];
37432
- email: string;
37433
- username: string;
37434
- isActive: boolean;
37435
- isSuspended: boolean;
37436
- hasPasswordAuth: boolean;
37437
- isManaged: boolean;
37438
- has2fa: boolean;
37439
- isSuperuser: boolean;
37440
- isStaff: boolean;
37441
- avatar?: {
37442
- avatarType?: string | undefined;
37443
- avatarUuid?: string | null | undefined;
37444
- avatarUrl?: string | null | undefined;
37445
- } | undefined;
37446
- identities?: {
37447
- name: string;
37448
- id: string;
37449
- provider: {
37450
- name: string;
37451
- id: string;
37452
- };
37453
- organization: {
37454
- name: string;
37455
- slug: string;
37456
- };
37457
- dateVerified: string;
37458
- dateSynced: string;
37459
- }[] | undefined;
37460
- authenticators?: unknown[] | undefined;
37461
- canReset2fa?: boolean | undefined;
37462
- } | null;
37463
37082
  dateCreated: string;
37464
37083
  title: string;
37465
37084
  projects: number[];
@@ -37520,16 +37139,6 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
37520
37139
  teamsWithEditAccess: number[];
37521
37140
  isEditableByEveryone: boolean;
37522
37141
  } | null;
37523
- prebuiltId: number | null;
37524
- isFavorited: boolean;
37525
- environment?: string[] | undefined;
37526
- end?: string | undefined;
37527
- start?: string | undefined;
37528
- period?: string | undefined;
37529
- utc?: string | undefined;
37530
- expired?: boolean | undefined;
37531
- }, {
37532
- id: string;
37533
37142
  createdBy: {
37534
37143
  name: string;
37535
37144
  id: string;
@@ -37574,6 +37183,16 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
37574
37183
  authenticators?: unknown[] | undefined;
37575
37184
  canReset2fa?: boolean | undefined;
37576
37185
  } | null;
37186
+ prebuiltId: number | null;
37187
+ isFavorited: boolean;
37188
+ environment?: string[] | undefined;
37189
+ end?: string | undefined;
37190
+ start?: string | undefined;
37191
+ period?: string | undefined;
37192
+ utc?: string | undefined;
37193
+ expired?: boolean | undefined;
37194
+ }, {
37195
+ id: string;
37577
37196
  dateCreated: string;
37578
37197
  title: string;
37579
37198
  projects: number[];
@@ -37634,6 +37253,50 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
37634
37253
  teamsWithEditAccess: number[];
37635
37254
  isEditableByEveryone: boolean;
37636
37255
  } | null;
37256
+ createdBy: {
37257
+ name: string;
37258
+ id: string;
37259
+ avatarUrl: string;
37260
+ dateJoined: string;
37261
+ lastLogin: string | null;
37262
+ lastActive: string | null;
37263
+ experiments: Record<string, unknown>;
37264
+ emails: {
37265
+ id: string;
37266
+ email: string;
37267
+ is_verified: boolean;
37268
+ }[];
37269
+ email: string;
37270
+ username: string;
37271
+ isActive: boolean;
37272
+ isSuspended: boolean;
37273
+ hasPasswordAuth: boolean;
37274
+ isManaged: boolean;
37275
+ has2fa: boolean;
37276
+ isSuperuser: boolean;
37277
+ isStaff: boolean;
37278
+ avatar?: {
37279
+ avatarType?: string | undefined;
37280
+ avatarUuid?: string | null | undefined;
37281
+ avatarUrl?: string | null | undefined;
37282
+ } | undefined;
37283
+ identities?: {
37284
+ name: string;
37285
+ id: string;
37286
+ provider: {
37287
+ name: string;
37288
+ id: string;
37289
+ };
37290
+ organization: {
37291
+ name: string;
37292
+ slug: string;
37293
+ };
37294
+ dateVerified: string;
37295
+ dateSynced: string;
37296
+ }[] | undefined;
37297
+ authenticators?: unknown[] | undefined;
37298
+ canReset2fa?: boolean | undefined;
37299
+ } | null;
37637
37300
  prebuiltId: number | null;
37638
37301
  isFavorited: boolean;
37639
37302
  environment?: string[] | undefined;
@@ -37799,8 +37462,8 @@ export declare const zListOrganizationDetectorsResponse: z.ZodArray<z.ZodObject<
37799
37462
  type: "user" | "team";
37800
37463
  email?: string | undefined;
37801
37464
  } | null | undefined;
37802
- createdBy?: string | null | undefined;
37803
37465
  description?: string | null | undefined;
37466
+ createdBy?: string | null | undefined;
37804
37467
  latestGroup?: Record<string, unknown> | null | undefined;
37805
37468
  }, {
37806
37469
  name: string;
@@ -37820,8 +37483,8 @@ export declare const zListOrganizationDetectorsResponse: z.ZodArray<z.ZodObject<
37820
37483
  type: "user" | "team";
37821
37484
  email?: string | undefined;
37822
37485
  } | null | undefined;
37823
- createdBy?: string | null | undefined;
37824
37486
  description?: string | null | undefined;
37487
+ createdBy?: string | null | undefined;
37825
37488
  latestGroup?: Record<string, unknown> | null | undefined;
37826
37489
  }>, "many">;
37827
37490
  export declare const zUpdateOrganizationDetectorsData: z.ZodObject<{
@@ -37926,8 +37589,8 @@ export declare const zUpdateOrganizationDetectorsResponse: z.ZodArray<z.ZodObjec
37926
37589
  type: "user" | "team";
37927
37590
  email?: string | undefined;
37928
37591
  } | null | undefined;
37929
- createdBy?: string | null | undefined;
37930
37592
  description?: string | null | undefined;
37593
+ createdBy?: string | null | undefined;
37931
37594
  latestGroup?: Record<string, unknown> | null | undefined;
37932
37595
  }, {
37933
37596
  name: string;
@@ -37947,8 +37610,8 @@ export declare const zUpdateOrganizationDetectorsResponse: z.ZodArray<z.ZodObjec
37947
37610
  type: "user" | "team";
37948
37611
  email?: string | undefined;
37949
37612
  } | null | undefined;
37950
- createdBy?: string | null | undefined;
37951
37613
  description?: string | null | undefined;
37614
+ createdBy?: string | null | undefined;
37952
37615
  latestGroup?: Record<string, unknown> | null | undefined;
37953
37616
  }>, "many">;
37954
37617
  export declare const zDeleteOrganizationDetectorData: z.ZodObject<{
@@ -38060,8 +37723,8 @@ export declare const zGetOrganizationDetectorResponse: z.ZodObject<{
38060
37723
  type: "user" | "team";
38061
37724
  email?: string | undefined;
38062
37725
  } | null | undefined;
38063
- createdBy?: string | null | undefined;
38064
37726
  description?: string | null | undefined;
37727
+ createdBy?: string | null | undefined;
38065
37728
  latestGroup?: Record<string, unknown> | null | undefined;
38066
37729
  }, {
38067
37730
  name: string;
@@ -38081,8 +37744,8 @@ export declare const zGetOrganizationDetectorResponse: z.ZodObject<{
38081
37744
  type: "user" | "team";
38082
37745
  email?: string | undefined;
38083
37746
  } | null | undefined;
38084
- createdBy?: string | null | undefined;
38085
37747
  description?: string | null | undefined;
37748
+ createdBy?: string | null | undefined;
38086
37749
  latestGroup?: Record<string, unknown> | null | undefined;
38087
37750
  }>;
38088
37751
  export declare const zUpdateOrganizationDetectorData: z.ZodObject<{
@@ -38240,8 +37903,8 @@ export declare const zUpdateOrganizationDetectorResponse: z.ZodObject<{
38240
37903
  type: "user" | "team";
38241
37904
  email?: string | undefined;
38242
37905
  } | null | undefined;
38243
- createdBy?: string | null | undefined;
38244
37906
  description?: string | null | undefined;
37907
+ createdBy?: string | null | undefined;
38245
37908
  latestGroup?: Record<string, unknown> | null | undefined;
38246
37909
  }, {
38247
37910
  name: string;
@@ -38261,8 +37924,8 @@ export declare const zUpdateOrganizationDetectorResponse: z.ZodObject<{
38261
37924
  type: "user" | "team";
38262
37925
  email?: string | undefined;
38263
37926
  } | null | undefined;
38264
- createdBy?: string | null | undefined;
38265
37927
  description?: string | null | undefined;
37928
+ createdBy?: string | null | undefined;
38266
37929
  latestGroup?: Record<string, unknown> | null | undefined;
38267
37930
  }>;
38268
37931
  export declare const zListOrganizationDiscoverSavedQueriesData: z.ZodObject<{
@@ -38526,6 +38189,11 @@ export declare const zListOrganizationDiscoverSavedQueriesResponse: z.ZodArray<z
38526
38189
  }, "strip", z.ZodTypeAny, {
38527
38190
  name: string;
38528
38191
  id: string;
38192
+ version: number;
38193
+ dateCreated: string;
38194
+ dateUpdated: string;
38195
+ projects: number[];
38196
+ expired: boolean;
38529
38197
  createdBy: {
38530
38198
  name: string;
38531
38199
  id: string;
@@ -38570,11 +38238,6 @@ export declare const zListOrganizationDiscoverSavedQueriesResponse: z.ZodArray<z
38570
38238
  authenticators?: unknown[] | undefined;
38571
38239
  canReset2fa?: boolean | undefined;
38572
38240
  };
38573
- version: number;
38574
- dateCreated: string;
38575
- dateUpdated: string;
38576
- projects: number[];
38577
- expired: boolean;
38578
38241
  datasetSource: string;
38579
38242
  queryDataset: string;
38580
38243
  query?: string | undefined;
@@ -38596,6 +38259,11 @@ export declare const zListOrganizationDiscoverSavedQueriesResponse: z.ZodArray<z
38596
38259
  }, {
38597
38260
  name: string;
38598
38261
  id: string;
38262
+ version: number;
38263
+ dateCreated: string;
38264
+ dateUpdated: string;
38265
+ projects: number[];
38266
+ expired: boolean;
38599
38267
  createdBy: {
38600
38268
  name: string;
38601
38269
  id: string;
@@ -38640,11 +38308,6 @@ export declare const zListOrganizationDiscoverSavedQueriesResponse: z.ZodArray<z
38640
38308
  authenticators?: unknown[] | undefined;
38641
38309
  canReset2fa?: boolean | undefined;
38642
38310
  };
38643
- version: number;
38644
- dateCreated: string;
38645
- dateUpdated: string;
38646
- projects: number[];
38647
- expired: boolean;
38648
38311
  datasetSource: string;
38649
38312
  queryDataset: string;
38650
38313
  query?: string | undefined;
@@ -38975,6 +38638,11 @@ export declare const zCreateOrganizationDiscoverSavedQueryResponse: z.ZodObject<
38975
38638
  }, "strip", z.ZodTypeAny, {
38976
38639
  name: string;
38977
38640
  id: string;
38641
+ version: number;
38642
+ dateCreated: string;
38643
+ dateUpdated: string;
38644
+ projects: number[];
38645
+ expired: boolean;
38978
38646
  createdBy: {
38979
38647
  name: string;
38980
38648
  id: string;
@@ -39019,11 +38687,6 @@ export declare const zCreateOrganizationDiscoverSavedQueryResponse: z.ZodObject<
39019
38687
  authenticators?: unknown[] | undefined;
39020
38688
  canReset2fa?: boolean | undefined;
39021
38689
  };
39022
- version: number;
39023
- dateCreated: string;
39024
- dateUpdated: string;
39025
- projects: number[];
39026
- expired: boolean;
39027
38690
  datasetSource: string;
39028
38691
  queryDataset: string;
39029
38692
  query?: string | undefined;
@@ -39045,6 +38708,11 @@ export declare const zCreateOrganizationDiscoverSavedQueryResponse: z.ZodObject<
39045
38708
  }, {
39046
38709
  name: string;
39047
38710
  id: string;
38711
+ version: number;
38712
+ dateCreated: string;
38713
+ dateUpdated: string;
38714
+ projects: number[];
38715
+ expired: boolean;
39048
38716
  createdBy: {
39049
38717
  name: string;
39050
38718
  id: string;
@@ -39089,11 +38757,6 @@ export declare const zCreateOrganizationDiscoverSavedQueryResponse: z.ZodObject<
39089
38757
  authenticators?: unknown[] | undefined;
39090
38758
  canReset2fa?: boolean | undefined;
39091
38759
  };
39092
- version: number;
39093
- dateCreated: string;
39094
- dateUpdated: string;
39095
- projects: number[];
39096
- expired: boolean;
39097
38760
  datasetSource: string;
39098
38761
  queryDataset: string;
39099
38762
  query?: string | undefined;
@@ -39386,6 +39049,11 @@ export declare const zGetOrganizationDiscoverSavedQueryResponse: z.ZodObject<{
39386
39049
  }, "strip", z.ZodTypeAny, {
39387
39050
  name: string;
39388
39051
  id: string;
39052
+ version: number;
39053
+ dateCreated: string;
39054
+ dateUpdated: string;
39055
+ projects: number[];
39056
+ expired: boolean;
39389
39057
  createdBy: {
39390
39058
  name: string;
39391
39059
  id: string;
@@ -39430,11 +39098,6 @@ export declare const zGetOrganizationDiscoverSavedQueryResponse: z.ZodObject<{
39430
39098
  authenticators?: unknown[] | undefined;
39431
39099
  canReset2fa?: boolean | undefined;
39432
39100
  };
39433
- version: number;
39434
- dateCreated: string;
39435
- dateUpdated: string;
39436
- projects: number[];
39437
- expired: boolean;
39438
39101
  datasetSource: string;
39439
39102
  queryDataset: string;
39440
39103
  query?: string | undefined;
@@ -39456,6 +39119,11 @@ export declare const zGetOrganizationDiscoverSavedQueryResponse: z.ZodObject<{
39456
39119
  }, {
39457
39120
  name: string;
39458
39121
  id: string;
39122
+ version: number;
39123
+ dateCreated: string;
39124
+ dateUpdated: string;
39125
+ projects: number[];
39126
+ expired: boolean;
39459
39127
  createdBy: {
39460
39128
  name: string;
39461
39129
  id: string;
@@ -39500,11 +39168,6 @@ export declare const zGetOrganizationDiscoverSavedQueryResponse: z.ZodObject<{
39500
39168
  authenticators?: unknown[] | undefined;
39501
39169
  canReset2fa?: boolean | undefined;
39502
39170
  };
39503
- version: number;
39504
- dateCreated: string;
39505
- dateUpdated: string;
39506
- projects: number[];
39507
- expired: boolean;
39508
39171
  datasetSource: string;
39509
39172
  queryDataset: string;
39510
39173
  query?: string | undefined;
@@ -39840,6 +39503,11 @@ export declare const zUpdateOrganizationDiscoverSavedQueryResponse: z.ZodObject<
39840
39503
  }, "strip", z.ZodTypeAny, {
39841
39504
  name: string;
39842
39505
  id: string;
39506
+ version: number;
39507
+ dateCreated: string;
39508
+ dateUpdated: string;
39509
+ projects: number[];
39510
+ expired: boolean;
39843
39511
  createdBy: {
39844
39512
  name: string;
39845
39513
  id: string;
@@ -39884,11 +39552,6 @@ export declare const zUpdateOrganizationDiscoverSavedQueryResponse: z.ZodObject<
39884
39552
  authenticators?: unknown[] | undefined;
39885
39553
  canReset2fa?: boolean | undefined;
39886
39554
  };
39887
- version: number;
39888
- dateCreated: string;
39889
- dateUpdated: string;
39890
- projects: number[];
39891
- expired: boolean;
39892
39555
  datasetSource: string;
39893
39556
  queryDataset: string;
39894
39557
  query?: string | undefined;
@@ -39910,6 +39573,11 @@ export declare const zUpdateOrganizationDiscoverSavedQueryResponse: z.ZodObject<
39910
39573
  }, {
39911
39574
  name: string;
39912
39575
  id: string;
39576
+ version: number;
39577
+ dateCreated: string;
39578
+ dateUpdated: string;
39579
+ projects: number[];
39580
+ expired: boolean;
39913
39581
  createdBy: {
39914
39582
  name: string;
39915
39583
  id: string;
@@ -39954,11 +39622,6 @@ export declare const zUpdateOrganizationDiscoverSavedQueryResponse: z.ZodObject<
39954
39622
  authenticators?: unknown[] | undefined;
39955
39623
  canReset2fa?: boolean | undefined;
39956
39624
  };
39957
- version: number;
39958
- dateCreated: string;
39959
- dateUpdated: string;
39960
- projects: number[];
39961
- expired: boolean;
39962
39625
  datasetSource: string;
39963
39626
  queryDataset: string;
39964
39627
  query?: string | undefined;
@@ -41820,391 +41483,6 @@ export declare const zUpdateOrganizationForwardingResponse: z.ZodObject<{
41820
41483
  organizationId: string;
41821
41484
  enrollNewProjects: boolean;
41822
41485
  }>;
41823
- export declare const zListOrganizationIssueViewsData: z.ZodObject<{
41824
- body: z.ZodOptional<z.ZodNever>;
41825
- path: z.ZodObject<{
41826
- organization_id_or_slug: z.ZodString;
41827
- }, "strip", z.ZodTypeAny, {
41828
- organization_id_or_slug: string;
41829
- }, {
41830
- organization_id_or_slug: string;
41831
- }>;
41832
- query: z.ZodOptional<z.ZodObject<{
41833
- createdBy: z.ZodOptional<z.ZodEnum<["me", "others"]>>;
41834
- sort: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["popularity", "-popularity", "visited", "-visited", "name", "-name", "created", "-created"]>, "many">>>;
41835
- query: z.ZodOptional<z.ZodString>;
41836
- cursor: z.ZodOptional<z.ZodString>;
41837
- }, "strip", z.ZodTypeAny, {
41838
- sort: ("name" | "popularity" | "-popularity" | "visited" | "-visited" | "-name" | "created" | "-created")[];
41839
- query?: string | undefined;
41840
- cursor?: string | undefined;
41841
- createdBy?: "me" | "others" | undefined;
41842
- }, {
41843
- sort?: ("name" | "popularity" | "-popularity" | "visited" | "-visited" | "-name" | "created" | "-created")[] | undefined;
41844
- query?: string | undefined;
41845
- cursor?: string | undefined;
41846
- createdBy?: "me" | "others" | undefined;
41847
- }>>;
41848
- }, "strip", z.ZodTypeAny, {
41849
- path: {
41850
- organization_id_or_slug: string;
41851
- };
41852
- query?: {
41853
- sort: ("name" | "popularity" | "-popularity" | "visited" | "-visited" | "-name" | "created" | "-created")[];
41854
- query?: string | undefined;
41855
- cursor?: string | undefined;
41856
- createdBy?: "me" | "others" | undefined;
41857
- } | undefined;
41858
- body?: undefined;
41859
- }, {
41860
- path: {
41861
- organization_id_or_slug: string;
41862
- };
41863
- query?: {
41864
- sort?: ("name" | "popularity" | "-popularity" | "visited" | "-visited" | "-name" | "created" | "-created")[] | undefined;
41865
- query?: string | undefined;
41866
- cursor?: string | undefined;
41867
- createdBy?: "me" | "others" | undefined;
41868
- } | undefined;
41869
- body?: undefined;
41870
- }>;
41871
- export declare const zListOrganizationIssueViewsResponse: z.ZodArray<z.ZodObject<{
41872
- id: z.ZodString;
41873
- createdBy: z.ZodUnion<[z.ZodObject<{
41874
- identities: z.ZodOptional<z.ZodArray<z.ZodObject<{
41875
- id: z.ZodString;
41876
- name: z.ZodString;
41877
- organization: z.ZodObject<{
41878
- slug: z.ZodString;
41879
- name: z.ZodString;
41880
- }, "strip", z.ZodTypeAny, {
41881
- name: string;
41882
- slug: string;
41883
- }, {
41884
- name: string;
41885
- slug: string;
41886
- }>;
41887
- provider: z.ZodObject<{
41888
- id: z.ZodString;
41889
- name: z.ZodString;
41890
- }, "strip", z.ZodTypeAny, {
41891
- name: string;
41892
- id: string;
41893
- }, {
41894
- name: string;
41895
- id: string;
41896
- }>;
41897
- dateVerified: z.ZodString;
41898
- dateSynced: z.ZodString;
41899
- }, "strip", z.ZodTypeAny, {
41900
- name: string;
41901
- id: string;
41902
- provider: {
41903
- name: string;
41904
- id: string;
41905
- };
41906
- organization: {
41907
- name: string;
41908
- slug: string;
41909
- };
41910
- dateVerified: string;
41911
- dateSynced: string;
41912
- }, {
41913
- name: string;
41914
- id: string;
41915
- provider: {
41916
- name: string;
41917
- id: string;
41918
- };
41919
- organization: {
41920
- name: string;
41921
- slug: string;
41922
- };
41923
- dateVerified: string;
41924
- dateSynced: string;
41925
- }>, "many">>;
41926
- avatar: z.ZodOptional<z.ZodObject<{
41927
- avatarType: z.ZodOptional<z.ZodString>;
41928
- avatarUuid: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
41929
- avatarUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
41930
- }, "strip", z.ZodTypeAny, {
41931
- avatarType?: string | undefined;
41932
- avatarUuid?: string | null | undefined;
41933
- avatarUrl?: string | null | undefined;
41934
- }, {
41935
- avatarType?: string | undefined;
41936
- avatarUuid?: string | null | undefined;
41937
- avatarUrl?: string | null | undefined;
41938
- }>>;
41939
- authenticators: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
41940
- canReset2fa: z.ZodOptional<z.ZodBoolean>;
41941
- id: z.ZodString;
41942
- name: z.ZodString;
41943
- username: z.ZodString;
41944
- email: z.ZodString;
41945
- avatarUrl: z.ZodString;
41946
- isActive: z.ZodBoolean;
41947
- isSuspended: z.ZodBoolean;
41948
- hasPasswordAuth: z.ZodBoolean;
41949
- isManaged: z.ZodBoolean;
41950
- dateJoined: z.ZodString;
41951
- lastLogin: z.ZodUnion<[z.ZodString, z.ZodNull]>;
41952
- has2fa: z.ZodBoolean;
41953
- lastActive: z.ZodUnion<[z.ZodString, z.ZodNull]>;
41954
- isSuperuser: z.ZodBoolean;
41955
- isStaff: z.ZodBoolean;
41956
- experiments: z.ZodRecord<z.ZodString, z.ZodUnknown>;
41957
- emails: z.ZodArray<z.ZodObject<{
41958
- id: z.ZodString;
41959
- email: z.ZodString;
41960
- is_verified: z.ZodBoolean;
41961
- }, "strip", z.ZodTypeAny, {
41962
- id: string;
41963
- email: string;
41964
- is_verified: boolean;
41965
- }, {
41966
- id: string;
41967
- email: string;
41968
- is_verified: boolean;
41969
- }>, "many">;
41970
- }, "strip", z.ZodTypeAny, {
41971
- name: string;
41972
- id: string;
41973
- avatarUrl: string;
41974
- dateJoined: string;
41975
- lastLogin: string | null;
41976
- lastActive: string | null;
41977
- experiments: Record<string, unknown>;
41978
- emails: {
41979
- id: string;
41980
- email: string;
41981
- is_verified: boolean;
41982
- }[];
41983
- email: string;
41984
- username: string;
41985
- isActive: boolean;
41986
- isSuspended: boolean;
41987
- hasPasswordAuth: boolean;
41988
- isManaged: boolean;
41989
- has2fa: boolean;
41990
- isSuperuser: boolean;
41991
- isStaff: boolean;
41992
- avatar?: {
41993
- avatarType?: string | undefined;
41994
- avatarUuid?: string | null | undefined;
41995
- avatarUrl?: string | null | undefined;
41996
- } | undefined;
41997
- identities?: {
41998
- name: string;
41999
- id: string;
42000
- provider: {
42001
- name: string;
42002
- id: string;
42003
- };
42004
- organization: {
42005
- name: string;
42006
- slug: string;
42007
- };
42008
- dateVerified: string;
42009
- dateSynced: string;
42010
- }[] | undefined;
42011
- authenticators?: unknown[] | undefined;
42012
- canReset2fa?: boolean | undefined;
42013
- }, {
42014
- name: string;
42015
- id: string;
42016
- avatarUrl: string;
42017
- dateJoined: string;
42018
- lastLogin: string | null;
42019
- lastActive: string | null;
42020
- experiments: Record<string, unknown>;
42021
- emails: {
42022
- id: string;
42023
- email: string;
42024
- is_verified: boolean;
42025
- }[];
42026
- email: string;
42027
- username: string;
42028
- isActive: boolean;
42029
- isSuspended: boolean;
42030
- hasPasswordAuth: boolean;
42031
- isManaged: boolean;
42032
- has2fa: boolean;
42033
- isSuperuser: boolean;
42034
- isStaff: boolean;
42035
- avatar?: {
42036
- avatarType?: string | undefined;
42037
- avatarUuid?: string | null | undefined;
42038
- avatarUrl?: string | null | undefined;
42039
- } | undefined;
42040
- identities?: {
42041
- name: string;
42042
- id: string;
42043
- provider: {
42044
- name: string;
42045
- id: string;
42046
- };
42047
- organization: {
42048
- name: string;
42049
- slug: string;
42050
- };
42051
- dateVerified: string;
42052
- dateSynced: string;
42053
- }[] | undefined;
42054
- authenticators?: unknown[] | undefined;
42055
- canReset2fa?: boolean | undefined;
42056
- }>, z.ZodNull]>;
42057
- name: z.ZodString;
42058
- query: z.ZodString;
42059
- querySort: z.ZodEnum<["date", "new", "trends", "freq", "user", "inbox", "recommended"]>;
42060
- projects: z.ZodArray<z.ZodNumber, "many">;
42061
- environments: z.ZodArray<z.ZodString, "many">;
42062
- timeFilters: z.ZodObject<{
42063
- start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
42064
- end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
42065
- period: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
42066
- utc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNull]>>;
42067
- }, "strip", z.ZodTypeAny, {
42068
- end?: string | null | undefined;
42069
- start?: string | null | undefined;
42070
- period?: string | null | undefined;
42071
- utc?: boolean | null | undefined;
42072
- }, {
42073
- end?: string | null | undefined;
42074
- start?: string | null | undefined;
42075
- period?: string | null | undefined;
42076
- utc?: boolean | null | undefined;
42077
- }>;
42078
- lastVisited: z.ZodUnion<[z.ZodString, z.ZodNull]>;
42079
- dateCreated: z.ZodString;
42080
- dateUpdated: z.ZodString;
42081
- starred: z.ZodBoolean;
42082
- stars: z.ZodNumber;
42083
- }, "strip", z.ZodTypeAny, {
42084
- query: string;
42085
- name: string;
42086
- id: string;
42087
- createdBy: {
42088
- name: string;
42089
- id: string;
42090
- avatarUrl: string;
42091
- dateJoined: string;
42092
- lastLogin: string | null;
42093
- lastActive: string | null;
42094
- experiments: Record<string, unknown>;
42095
- emails: {
42096
- id: string;
42097
- email: string;
42098
- is_verified: boolean;
42099
- }[];
42100
- email: string;
42101
- username: string;
42102
- isActive: boolean;
42103
- isSuspended: boolean;
42104
- hasPasswordAuth: boolean;
42105
- isManaged: boolean;
42106
- has2fa: boolean;
42107
- isSuperuser: boolean;
42108
- isStaff: boolean;
42109
- avatar?: {
42110
- avatarType?: string | undefined;
42111
- avatarUuid?: string | null | undefined;
42112
- avatarUrl?: string | null | undefined;
42113
- } | undefined;
42114
- identities?: {
42115
- name: string;
42116
- id: string;
42117
- provider: {
42118
- name: string;
42119
- id: string;
42120
- };
42121
- organization: {
42122
- name: string;
42123
- slug: string;
42124
- };
42125
- dateVerified: string;
42126
- dateSynced: string;
42127
- }[] | undefined;
42128
- authenticators?: unknown[] | undefined;
42129
- canReset2fa?: boolean | undefined;
42130
- } | null;
42131
- dateCreated: string;
42132
- dateUpdated: string;
42133
- projects: number[];
42134
- environments: string[];
42135
- lastVisited: string | null;
42136
- timeFilters: {
42137
- end?: string | null | undefined;
42138
- start?: string | null | undefined;
42139
- period?: string | null | undefined;
42140
- utc?: boolean | null | undefined;
42141
- };
42142
- querySort: "user" | "new" | "date" | "trends" | "freq" | "inbox" | "recommended";
42143
- starred: boolean;
42144
- stars: number;
42145
- }, {
42146
- query: string;
42147
- name: string;
42148
- id: string;
42149
- createdBy: {
42150
- name: string;
42151
- id: string;
42152
- avatarUrl: string;
42153
- dateJoined: string;
42154
- lastLogin: string | null;
42155
- lastActive: string | null;
42156
- experiments: Record<string, unknown>;
42157
- emails: {
42158
- id: string;
42159
- email: string;
42160
- is_verified: boolean;
42161
- }[];
42162
- email: string;
42163
- username: string;
42164
- isActive: boolean;
42165
- isSuspended: boolean;
42166
- hasPasswordAuth: boolean;
42167
- isManaged: boolean;
42168
- has2fa: boolean;
42169
- isSuperuser: boolean;
42170
- isStaff: boolean;
42171
- avatar?: {
42172
- avatarType?: string | undefined;
42173
- avatarUuid?: string | null | undefined;
42174
- avatarUrl?: string | null | undefined;
42175
- } | undefined;
42176
- identities?: {
42177
- name: string;
42178
- id: string;
42179
- provider: {
42180
- name: string;
42181
- id: string;
42182
- };
42183
- organization: {
42184
- name: string;
42185
- slug: string;
42186
- };
42187
- dateVerified: string;
42188
- dateSynced: string;
42189
- }[] | undefined;
42190
- authenticators?: unknown[] | undefined;
42191
- canReset2fa?: boolean | undefined;
42192
- } | null;
42193
- dateCreated: string;
42194
- dateUpdated: string;
42195
- projects: number[];
42196
- environments: string[];
42197
- lastVisited: string | null;
42198
- timeFilters: {
42199
- end?: string | null | undefined;
42200
- start?: string | null | undefined;
42201
- period?: string | null | undefined;
42202
- utc?: boolean | null | undefined;
42203
- };
42204
- querySort: "user" | "new" | "date" | "trends" | "freq" | "inbox" | "recommended";
42205
- starred: boolean;
42206
- stars: number;
42207
- }>, "many">;
42208
41486
  export declare const zCreateOrganizationIssueViewData: z.ZodObject<{
42209
41487
  body: z.ZodObject<{
42210
41488
  name: z.ZodString;
@@ -42519,6 +41797,10 @@ export declare const zCreateOrganizationIssueViewResponse: z.ZodObject<{
42519
41797
  query: string;
42520
41798
  name: string;
42521
41799
  id: string;
41800
+ dateCreated: string;
41801
+ dateUpdated: string;
41802
+ projects: number[];
41803
+ environments: string[];
42522
41804
  createdBy: {
42523
41805
  name: string;
42524
41806
  id: string;
@@ -42563,10 +41845,6 @@ export declare const zCreateOrganizationIssueViewResponse: z.ZodObject<{
42563
41845
  authenticators?: unknown[] | undefined;
42564
41846
  canReset2fa?: boolean | undefined;
42565
41847
  } | null;
42566
- dateCreated: string;
42567
- dateUpdated: string;
42568
- projects: number[];
42569
- environments: string[];
42570
41848
  lastVisited: string | null;
42571
41849
  timeFilters: {
42572
41850
  end?: string | null | undefined;
@@ -42581,6 +41859,10 @@ export declare const zCreateOrganizationIssueViewResponse: z.ZodObject<{
42581
41859
  query: string;
42582
41860
  name: string;
42583
41861
  id: string;
41862
+ dateCreated: string;
41863
+ dateUpdated: string;
41864
+ projects: number[];
41865
+ environments: string[];
42584
41866
  createdBy: {
42585
41867
  name: string;
42586
41868
  id: string;
@@ -42625,10 +41907,6 @@ export declare const zCreateOrganizationIssueViewResponse: z.ZodObject<{
42625
41907
  authenticators?: unknown[] | undefined;
42626
41908
  canReset2fa?: boolean | undefined;
42627
41909
  } | null;
42628
- dateCreated: string;
42629
- dateUpdated: string;
42630
- projects: number[];
42631
- environments: string[];
42632
41910
  lastVisited: string | null;
42633
41911
  timeFilters: {
42634
41912
  end?: string | null | undefined;
@@ -52153,8 +51431,8 @@ export declare const zCreateOrganizationProjectDetectorResponse: z.ZodObject<{
52153
51431
  type: "user" | "team";
52154
51432
  email?: string | undefined;
52155
51433
  } | null | undefined;
52156
- createdBy?: string | null | undefined;
52157
51434
  description?: string | null | undefined;
51435
+ createdBy?: string | null | undefined;
52158
51436
  latestGroup?: Record<string, unknown> | null | undefined;
52159
51437
  }, {
52160
51438
  name: string;
@@ -52174,8 +51452,8 @@ export declare const zCreateOrganizationProjectDetectorResponse: z.ZodObject<{
52174
51452
  type: "user" | "team";
52175
51453
  email?: string | undefined;
52176
51454
  } | null | undefined;
52177
- createdBy?: string | null | undefined;
52178
51455
  description?: string | null | undefined;
51456
+ createdBy?: string | null | undefined;
52179
51457
  latestGroup?: Record<string, unknown> | null | undefined;
52180
51458
  }>;
52181
51459
  export declare const zListOrganizationRelayUsageData: z.ZodObject<{
@@ -60029,10 +59307,10 @@ export declare const zListOrganizationSentryAppsResponse: z.ZodArray<z.ZodObject
60029
59307
  id: number;
60030
59308
  slug: string;
60031
59309
  } | undefined;
60032
- popularity?: number | null | undefined;
60033
59310
  author?: string | null | undefined;
60034
59311
  isDisabled?: boolean | undefined;
60035
59312
  overview?: string | null | undefined;
59313
+ popularity?: number | null | undefined;
60036
59314
  redirectUrl?: string | null | undefined;
60037
59315
  webhookUrl?: string | null | undefined;
60038
59316
  clientSecret?: string | null | undefined;
@@ -60064,10 +59342,10 @@ export declare const zListOrganizationSentryAppsResponse: z.ZodArray<z.ZodObject
60064
59342
  id: number;
60065
59343
  slug: string;
60066
59344
  } | undefined;
60067
- popularity?: number | null | undefined;
60068
59345
  author?: string | null | undefined;
60069
59346
  isDisabled?: boolean | undefined;
60070
59347
  overview?: string | null | undefined;
59348
+ popularity?: number | null | undefined;
60071
59349
  redirectUrl?: string | null | undefined;
60072
59350
  webhookUrl?: string | null | undefined;
60073
59351
  clientSecret?: string | null | undefined;
@@ -64521,11 +63799,11 @@ export declare const zListOrganizationWorkflowsResponse: z.ZodArray<z.ZodObject<
64521
63799
  owner: string | null;
64522
63800
  environment: string | null;
64523
63801
  id: string;
64524
- createdBy: string | null;
64525
63802
  config: Record<string, unknown>;
64526
63803
  enabled: boolean;
64527
63804
  dateCreated: string;
64528
63805
  dateUpdated: string;
63806
+ createdBy: string | null;
64529
63807
  organizationId: string;
64530
63808
  triggers: {
64531
63809
  id?: string | undefined;
@@ -64572,11 +63850,11 @@ export declare const zListOrganizationWorkflowsResponse: z.ZodArray<z.ZodObject<
64572
63850
  owner: string | null;
64573
63851
  environment: string | null;
64574
63852
  id: string;
64575
- createdBy: string | null;
64576
63853
  config: Record<string, unknown>;
64577
63854
  enabled: boolean;
64578
63855
  dateCreated: string;
64579
63856
  dateUpdated: string;
63857
+ createdBy: string | null;
64580
63858
  organizationId: string;
64581
63859
  triggers: {
64582
63860
  id?: string | undefined;
@@ -64931,11 +64209,11 @@ export declare const zCreateOrganizationWorkflowResponse: z.ZodObject<{
64931
64209
  owner: string | null;
64932
64210
  environment: string | null;
64933
64211
  id: string;
64934
- createdBy: string | null;
64935
64212
  config: Record<string, unknown>;
64936
64213
  enabled: boolean;
64937
64214
  dateCreated: string;
64938
64215
  dateUpdated: string;
64216
+ createdBy: string | null;
64939
64217
  organizationId: string;
64940
64218
  triggers: {
64941
64219
  id?: string | undefined;
@@ -64982,11 +64260,11 @@ export declare const zCreateOrganizationWorkflowResponse: z.ZodObject<{
64982
64260
  owner: string | null;
64983
64261
  environment: string | null;
64984
64262
  id: string;
64985
- createdBy: string | null;
64986
64263
  config: Record<string, unknown>;
64987
64264
  enabled: boolean;
64988
64265
  dateCreated: string;
64989
64266
  dateUpdated: string;
64267
+ createdBy: string | null;
64990
64268
  organizationId: string;
64991
64269
  triggers: {
64992
64270
  id?: string | undefined;
@@ -65258,11 +64536,11 @@ export declare const zUpdateOrganizationWorkflowsResponse: z.ZodArray<z.ZodObjec
65258
64536
  owner: string | null;
65259
64537
  environment: string | null;
65260
64538
  id: string;
65261
- createdBy: string | null;
65262
64539
  config: Record<string, unknown>;
65263
64540
  enabled: boolean;
65264
64541
  dateCreated: string;
65265
64542
  dateUpdated: string;
64543
+ createdBy: string | null;
65266
64544
  organizationId: string;
65267
64545
  triggers: {
65268
64546
  id?: string | undefined;
@@ -65309,11 +64587,11 @@ export declare const zUpdateOrganizationWorkflowsResponse: z.ZodArray<z.ZodObjec
65309
64587
  owner: string | null;
65310
64588
  environment: string | null;
65311
64589
  id: string;
65312
- createdBy: string | null;
65313
64590
  config: Record<string, unknown>;
65314
64591
  enabled: boolean;
65315
64592
  dateCreated: string;
65316
64593
  dateUpdated: string;
64594
+ createdBy: string | null;
65317
64595
  organizationId: string;
65318
64596
  triggers: {
65319
64597
  id?: string | undefined;
@@ -65592,11 +64870,11 @@ export declare const zGetOrganizationWorkflowResponse: z.ZodObject<{
65592
64870
  owner: string | null;
65593
64871
  environment: string | null;
65594
64872
  id: string;
65595
- createdBy: string | null;
65596
64873
  config: Record<string, unknown>;
65597
64874
  enabled: boolean;
65598
64875
  dateCreated: string;
65599
64876
  dateUpdated: string;
64877
+ createdBy: string | null;
65600
64878
  organizationId: string;
65601
64879
  triggers: {
65602
64880
  id?: string | undefined;
@@ -65643,11 +64921,11 @@ export declare const zGetOrganizationWorkflowResponse: z.ZodObject<{
65643
64921
  owner: string | null;
65644
64922
  environment: string | null;
65645
64923
  id: string;
65646
- createdBy: string | null;
65647
64924
  config: Record<string, unknown>;
65648
64925
  enabled: boolean;
65649
64926
  dateCreated: string;
65650
64927
  dateUpdated: string;
64928
+ createdBy: string | null;
65651
64929
  organizationId: string;
65652
64930
  triggers: {
65653
64931
  id?: string | undefined;
@@ -66007,11 +65285,11 @@ export declare const zUpdateOrganizationWorkflowResponse: z.ZodObject<{
66007
65285
  owner: string | null;
66008
65286
  environment: string | null;
66009
65287
  id: string;
66010
- createdBy: string | null;
66011
65288
  config: Record<string, unknown>;
66012
65289
  enabled: boolean;
66013
65290
  dateCreated: string;
66014
65291
  dateUpdated: string;
65292
+ createdBy: string | null;
66015
65293
  organizationId: string;
66016
65294
  triggers: {
66017
65295
  id?: string | undefined;
@@ -66058,11 +65336,11 @@ export declare const zUpdateOrganizationWorkflowResponse: z.ZodObject<{
66058
65336
  owner: string | null;
66059
65337
  environment: string | null;
66060
65338
  id: string;
66061
- createdBy: string | null;
66062
65339
  config: Record<string, unknown>;
66063
65340
  enabled: boolean;
66064
65341
  dateCreated: string;
66065
65342
  dateUpdated: string;
65343
+ createdBy: string | null;
66066
65344
  organizationId: string;
66067
65345
  triggers: {
66068
65346
  id?: string | undefined;
@@ -75757,15 +75035,15 @@ export declare const zLinkProjectRepositoryResponse: z.ZodObject<{
75757
75035
  source: z.ZodString;
75758
75036
  created: z.ZodBoolean;
75759
75037
  }, "strip", z.ZodTypeAny, {
75760
- created: boolean;
75761
75038
  id: string;
75762
75039
  projectId: string;
75040
+ created: boolean;
75763
75041
  repositoryId: string;
75764
75042
  source: string;
75765
75043
  }, {
75766
- created: boolean;
75767
75044
  id: string;
75768
75045
  projectId: string;
75046
+ created: boolean;
75769
75047
  repositoryId: string;
75770
75048
  source: string;
75771
75049
  }>;
@@ -77849,10 +77127,10 @@ export declare const zGetSentryAppResponse: z.ZodObject<{
77849
77127
  id: number;
77850
77128
  slug: string;
77851
77129
  } | undefined;
77852
- popularity?: number | null | undefined;
77853
77130
  author?: string | null | undefined;
77854
77131
  isDisabled?: boolean | undefined;
77855
77132
  overview?: string | null | undefined;
77133
+ popularity?: number | null | undefined;
77856
77134
  redirectUrl?: string | null | undefined;
77857
77135
  webhookUrl?: string | null | undefined;
77858
77136
  clientSecret?: string | null | undefined;
@@ -77884,10 +77162,10 @@ export declare const zGetSentryAppResponse: z.ZodObject<{
77884
77162
  id: number;
77885
77163
  slug: string;
77886
77164
  } | undefined;
77887
- popularity?: number | null | undefined;
77888
77165
  author?: string | null | undefined;
77889
77166
  isDisabled?: boolean | undefined;
77890
77167
  overview?: string | null | undefined;
77168
+ popularity?: number | null | undefined;
77891
77169
  redirectUrl?: string | null | undefined;
77892
77170
  webhookUrl?: string | null | undefined;
77893
77171
  clientSecret?: string | null | undefined;
@@ -78066,10 +77344,10 @@ export declare const zUpdateSentryAppResponse: z.ZodObject<{
78066
77344
  id: number;
78067
77345
  slug: string;
78068
77346
  } | undefined;
78069
- popularity?: number | null | undefined;
78070
77347
  author?: string | null | undefined;
78071
77348
  isDisabled?: boolean | undefined;
78072
77349
  overview?: string | null | undefined;
77350
+ popularity?: number | null | undefined;
78073
77351
  redirectUrl?: string | null | undefined;
78074
77352
  webhookUrl?: string | null | undefined;
78075
77353
  clientSecret?: string | null | undefined;
@@ -78101,10 +77379,10 @@ export declare const zUpdateSentryAppResponse: z.ZodObject<{
78101
77379
  id: number;
78102
77380
  slug: string;
78103
77381
  } | undefined;
78104
- popularity?: number | null | undefined;
78105
77382
  author?: string | null | undefined;
78106
77383
  isDisabled?: boolean | undefined;
78107
77384
  overview?: string | null | undefined;
77385
+ popularity?: number | null | undefined;
78108
77386
  redirectUrl?: string | null | undefined;
78109
77387
  webhookUrl?: string | null | undefined;
78110
77388
  clientSecret?: string | null | undefined;