@sentry/api 0.254.0 → 0.255.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/README.md +32 -0
- package/dist/error-results.gen.d.ts +427 -0
- package/dist/index.d.ts +4 -1
- package/dist/index.js +482 -3
- package/dist/sentry-errors.d.ts +55 -0
- package/dist/sentry-pagination.d.ts +5 -11
- package/dist/zod.gen.d.ts +96 -96
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -4346,8 +4346,8 @@ export declare const zDetailedProject: z.ZodObject<{
|
|
|
4346
4346
|
options: Record<string, unknown>;
|
|
4347
4347
|
id: string;
|
|
4348
4348
|
platform: string | null;
|
|
4349
|
-
features: string[];
|
|
4350
4349
|
status: string;
|
|
4350
|
+
features: string[];
|
|
4351
4351
|
slug: string;
|
|
4352
4352
|
dateCreated: string;
|
|
4353
4353
|
isMember: boolean;
|
|
@@ -4483,8 +4483,8 @@ export declare const zDetailedProject: z.ZodObject<{
|
|
|
4483
4483
|
options: Record<string, unknown>;
|
|
4484
4484
|
id: string;
|
|
4485
4485
|
platform: string | null;
|
|
4486
|
-
features: string[];
|
|
4487
4486
|
status: string;
|
|
4487
|
+
features: string[];
|
|
4488
4488
|
slug: string;
|
|
4489
4489
|
dateCreated: string;
|
|
4490
4490
|
isMember: boolean;
|
|
@@ -12066,8 +12066,8 @@ export declare const zListOrgTeamResponse: z.ZodArray<z.ZodObject<{
|
|
|
12066
12066
|
name: string;
|
|
12067
12067
|
id: string;
|
|
12068
12068
|
platform: string | null;
|
|
12069
|
-
features: string[];
|
|
12070
12069
|
status: string;
|
|
12070
|
+
features: string[];
|
|
12071
12071
|
slug: string;
|
|
12072
12072
|
dateCreated: string;
|
|
12073
12073
|
isMember: boolean;
|
|
@@ -12111,8 +12111,8 @@ export declare const zListOrgTeamResponse: z.ZodArray<z.ZodObject<{
|
|
|
12111
12111
|
name: string;
|
|
12112
12112
|
id: string;
|
|
12113
12113
|
platform: string | null;
|
|
12114
|
-
features: string[];
|
|
12115
12114
|
status: string;
|
|
12115
|
+
features: string[];
|
|
12116
12116
|
slug: string;
|
|
12117
12117
|
dateCreated: string;
|
|
12118
12118
|
isMember: boolean;
|
|
@@ -12209,8 +12209,8 @@ export declare const zListOrgTeamResponse: z.ZodArray<z.ZodObject<{
|
|
|
12209
12209
|
name: string;
|
|
12210
12210
|
id: string;
|
|
12211
12211
|
platform: string | null;
|
|
12212
|
-
features: string[];
|
|
12213
12212
|
status: string;
|
|
12213
|
+
features: string[];
|
|
12214
12214
|
slug: string;
|
|
12215
12215
|
dateCreated: string;
|
|
12216
12216
|
isMember: boolean;
|
|
@@ -12316,8 +12316,8 @@ export declare const zListOrgTeamResponse: z.ZodArray<z.ZodObject<{
|
|
|
12316
12316
|
name: string;
|
|
12317
12317
|
id: string;
|
|
12318
12318
|
platform: string | null;
|
|
12319
|
-
features: string[];
|
|
12320
12319
|
status: string;
|
|
12320
|
+
features: string[];
|
|
12321
12321
|
slug: string;
|
|
12322
12322
|
dateCreated: string;
|
|
12323
12323
|
isMember: boolean;
|
|
@@ -17662,8 +17662,8 @@ export declare const zMonitor: z.ZodObject<{
|
|
|
17662
17662
|
name: string;
|
|
17663
17663
|
id: string;
|
|
17664
17664
|
platform: string | null;
|
|
17665
|
-
features: string[];
|
|
17666
17665
|
status: string;
|
|
17666
|
+
features: string[];
|
|
17667
17667
|
slug: string;
|
|
17668
17668
|
dateCreated: string;
|
|
17669
17669
|
isMember: boolean;
|
|
@@ -17707,8 +17707,8 @@ export declare const zMonitor: z.ZodObject<{
|
|
|
17707
17707
|
name: string;
|
|
17708
17708
|
id: string;
|
|
17709
17709
|
platform: string | null;
|
|
17710
|
-
features: string[];
|
|
17711
17710
|
status: string;
|
|
17711
|
+
features: string[];
|
|
17712
17712
|
slug: string;
|
|
17713
17713
|
dateCreated: string;
|
|
17714
17714
|
isMember: boolean;
|
|
@@ -17847,8 +17847,8 @@ export declare const zMonitor: z.ZodObject<{
|
|
|
17847
17847
|
name: string;
|
|
17848
17848
|
id: string;
|
|
17849
17849
|
platform: string | null;
|
|
17850
|
-
features: string[];
|
|
17851
17850
|
status: string;
|
|
17851
|
+
features: string[];
|
|
17852
17852
|
slug: string;
|
|
17853
17853
|
dateCreated: string;
|
|
17854
17854
|
isMember: boolean;
|
|
@@ -17941,8 +17941,8 @@ export declare const zMonitor: z.ZodObject<{
|
|
|
17941
17941
|
name: string;
|
|
17942
17942
|
id: string;
|
|
17943
17943
|
platform: string | null;
|
|
17944
|
-
features: string[];
|
|
17945
17944
|
status: string;
|
|
17945
|
+
features: string[];
|
|
17946
17946
|
slug: string;
|
|
17947
17947
|
dateCreated: string;
|
|
17948
17948
|
isMember: boolean;
|
|
@@ -18141,8 +18141,8 @@ export declare const zMonitorList: z.ZodArray<z.ZodObject<{
|
|
|
18141
18141
|
name: string;
|
|
18142
18142
|
id: string;
|
|
18143
18143
|
platform: string | null;
|
|
18144
|
-
features: string[];
|
|
18145
18144
|
status: string;
|
|
18145
|
+
features: string[];
|
|
18146
18146
|
slug: string;
|
|
18147
18147
|
dateCreated: string;
|
|
18148
18148
|
isMember: boolean;
|
|
@@ -18186,8 +18186,8 @@ export declare const zMonitorList: z.ZodArray<z.ZodObject<{
|
|
|
18186
18186
|
name: string;
|
|
18187
18187
|
id: string;
|
|
18188
18188
|
platform: string | null;
|
|
18189
|
-
features: string[];
|
|
18190
18189
|
status: string;
|
|
18190
|
+
features: string[];
|
|
18191
18191
|
slug: string;
|
|
18192
18192
|
dateCreated: string;
|
|
18193
18193
|
isMember: boolean;
|
|
@@ -18326,8 +18326,8 @@ export declare const zMonitorList: z.ZodArray<z.ZodObject<{
|
|
|
18326
18326
|
name: string;
|
|
18327
18327
|
id: string;
|
|
18328
18328
|
platform: string | null;
|
|
18329
|
-
features: string[];
|
|
18330
18329
|
status: string;
|
|
18330
|
+
features: string[];
|
|
18331
18331
|
slug: string;
|
|
18332
18332
|
dateCreated: string;
|
|
18333
18333
|
isMember: boolean;
|
|
@@ -18420,8 +18420,8 @@ export declare const zMonitorList: z.ZodArray<z.ZodObject<{
|
|
|
18420
18420
|
name: string;
|
|
18421
18421
|
id: string;
|
|
18422
18422
|
platform: string | null;
|
|
18423
|
-
features: string[];
|
|
18424
18423
|
status: string;
|
|
18424
|
+
features: string[];
|
|
18425
18425
|
slug: string;
|
|
18426
18426
|
dateCreated: string;
|
|
18427
18427
|
isMember: boolean;
|
|
@@ -23254,8 +23254,8 @@ export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
|
|
|
23254
23254
|
name: string;
|
|
23255
23255
|
id: string;
|
|
23256
23256
|
platform: string | null;
|
|
23257
|
-
features: string[];
|
|
23258
23257
|
status: string;
|
|
23258
|
+
features: string[];
|
|
23259
23259
|
slug: string;
|
|
23260
23260
|
dateCreated: string;
|
|
23261
23261
|
isMember: boolean;
|
|
@@ -23299,8 +23299,8 @@ export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
|
|
|
23299
23299
|
name: string;
|
|
23300
23300
|
id: string;
|
|
23301
23301
|
platform: string | null;
|
|
23302
|
-
features: string[];
|
|
23303
23302
|
status: string;
|
|
23303
|
+
features: string[];
|
|
23304
23304
|
slug: string;
|
|
23305
23305
|
dateCreated: string;
|
|
23306
23306
|
isMember: boolean;
|
|
@@ -23397,8 +23397,8 @@ export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
|
|
|
23397
23397
|
name: string;
|
|
23398
23398
|
id: string;
|
|
23399
23399
|
platform: string | null;
|
|
23400
|
-
features: string[];
|
|
23401
23400
|
status: string;
|
|
23401
|
+
features: string[];
|
|
23402
23402
|
slug: string;
|
|
23403
23403
|
dateCreated: string;
|
|
23404
23404
|
isMember: boolean;
|
|
@@ -23504,8 +23504,8 @@ export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
|
|
|
23504
23504
|
name: string;
|
|
23505
23505
|
id: string;
|
|
23506
23506
|
platform: string | null;
|
|
23507
|
-
features: string[];
|
|
23508
23507
|
status: string;
|
|
23508
|
+
features: string[];
|
|
23509
23509
|
slug: string;
|
|
23510
23510
|
dateCreated: string;
|
|
23511
23511
|
isMember: boolean;
|
|
@@ -23865,8 +23865,8 @@ export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
|
|
|
23865
23865
|
name: string;
|
|
23866
23866
|
id: string;
|
|
23867
23867
|
platform: string | null;
|
|
23868
|
-
features: string[];
|
|
23869
23868
|
status: string;
|
|
23869
|
+
features: string[];
|
|
23870
23870
|
slug: string;
|
|
23871
23871
|
dateCreated: string;
|
|
23872
23872
|
isMember: boolean;
|
|
@@ -24135,8 +24135,8 @@ export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
|
|
|
24135
24135
|
name: string;
|
|
24136
24136
|
id: string;
|
|
24137
24137
|
platform: string | null;
|
|
24138
|
-
features: string[];
|
|
24139
24138
|
status: string;
|
|
24139
|
+
features: string[];
|
|
24140
24140
|
slug: string;
|
|
24141
24141
|
dateCreated: string;
|
|
24142
24142
|
isMember: boolean;
|
|
@@ -25994,8 +25994,8 @@ export declare const zProjectWithTeam: z.ZodObject<{
|
|
|
25994
25994
|
name: string;
|
|
25995
25995
|
id: string;
|
|
25996
25996
|
platform: string | null;
|
|
25997
|
-
features: string[];
|
|
25998
25997
|
status: string;
|
|
25998
|
+
features: string[];
|
|
25999
25999
|
slug: string;
|
|
26000
26000
|
dateCreated: string;
|
|
26001
26001
|
isMember: boolean;
|
|
@@ -26049,8 +26049,8 @@ export declare const zProjectWithTeam: z.ZodObject<{
|
|
|
26049
26049
|
name: string;
|
|
26050
26050
|
id: string;
|
|
26051
26051
|
platform: string | null;
|
|
26052
|
-
features: string[];
|
|
26053
26052
|
status: string;
|
|
26053
|
+
features: string[];
|
|
26054
26054
|
slug: string;
|
|
26055
26055
|
dateCreated: string;
|
|
26056
26056
|
isMember: boolean;
|
|
@@ -30347,8 +30347,8 @@ export declare const zTeam: z.ZodObject<{
|
|
|
30347
30347
|
name: string;
|
|
30348
30348
|
id: string;
|
|
30349
30349
|
platform: string | null;
|
|
30350
|
-
features: string[];
|
|
30351
30350
|
status: string;
|
|
30351
|
+
features: string[];
|
|
30352
30352
|
slug: string;
|
|
30353
30353
|
dateCreated: string;
|
|
30354
30354
|
isMember: boolean;
|
|
@@ -30392,8 +30392,8 @@ export declare const zTeam: z.ZodObject<{
|
|
|
30392
30392
|
name: string;
|
|
30393
30393
|
id: string;
|
|
30394
30394
|
platform: string | null;
|
|
30395
|
-
features: string[];
|
|
30396
30395
|
status: string;
|
|
30396
|
+
features: string[];
|
|
30397
30397
|
slug: string;
|
|
30398
30398
|
dateCreated: string;
|
|
30399
30399
|
isMember: boolean;
|
|
@@ -30490,8 +30490,8 @@ export declare const zTeam: z.ZodObject<{
|
|
|
30490
30490
|
name: string;
|
|
30491
30491
|
id: string;
|
|
30492
30492
|
platform: string | null;
|
|
30493
|
-
features: string[];
|
|
30494
30493
|
status: string;
|
|
30494
|
+
features: string[];
|
|
30495
30495
|
slug: string;
|
|
30496
30496
|
dateCreated: string;
|
|
30497
30497
|
isMember: boolean;
|
|
@@ -30597,8 +30597,8 @@ export declare const zTeam: z.ZodObject<{
|
|
|
30597
30597
|
name: string;
|
|
30598
30598
|
id: string;
|
|
30599
30599
|
platform: string | null;
|
|
30600
|
-
features: string[];
|
|
30601
30600
|
status: string;
|
|
30601
|
+
features: string[];
|
|
30602
30602
|
slug: string;
|
|
30603
30603
|
dateCreated: string;
|
|
30604
30604
|
isMember: boolean;
|
|
@@ -32224,8 +32224,8 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
|
32224
32224
|
name: string;
|
|
32225
32225
|
id: string;
|
|
32226
32226
|
platform: string | null;
|
|
32227
|
-
features: string[];
|
|
32228
32227
|
status: string;
|
|
32228
|
+
features: string[];
|
|
32229
32229
|
slug: string;
|
|
32230
32230
|
dateCreated: string;
|
|
32231
32231
|
isMember: boolean;
|
|
@@ -32269,8 +32269,8 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
|
32269
32269
|
name: string;
|
|
32270
32270
|
id: string;
|
|
32271
32271
|
platform: string | null;
|
|
32272
|
-
features: string[];
|
|
32273
32272
|
status: string;
|
|
32273
|
+
features: string[];
|
|
32274
32274
|
slug: string;
|
|
32275
32275
|
dateCreated: string;
|
|
32276
32276
|
isMember: boolean;
|
|
@@ -32367,8 +32367,8 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
|
32367
32367
|
name: string;
|
|
32368
32368
|
id: string;
|
|
32369
32369
|
platform: string | null;
|
|
32370
|
-
features: string[];
|
|
32371
32370
|
status: string;
|
|
32371
|
+
features: string[];
|
|
32372
32372
|
slug: string;
|
|
32373
32373
|
dateCreated: string;
|
|
32374
32374
|
isMember: boolean;
|
|
@@ -32474,8 +32474,8 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
|
32474
32474
|
name: string;
|
|
32475
32475
|
id: string;
|
|
32476
32476
|
platform: string | null;
|
|
32477
|
-
features: string[];
|
|
32478
32477
|
status: string;
|
|
32478
|
+
features: string[];
|
|
32479
32479
|
slug: string;
|
|
32480
32480
|
dateCreated: string;
|
|
32481
32481
|
isMember: boolean;
|
|
@@ -32835,8 +32835,8 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
|
32835
32835
|
name: string;
|
|
32836
32836
|
id: string;
|
|
32837
32837
|
platform: string | null;
|
|
32838
|
-
features: string[];
|
|
32839
32838
|
status: string;
|
|
32839
|
+
features: string[];
|
|
32840
32840
|
slug: string;
|
|
32841
32841
|
dateCreated: string;
|
|
32842
32842
|
isMember: boolean;
|
|
@@ -33105,8 +33105,8 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
|
33105
33105
|
name: string;
|
|
33106
33106
|
id: string;
|
|
33107
33107
|
platform: string | null;
|
|
33108
|
-
features: string[];
|
|
33109
33108
|
status: string;
|
|
33109
|
+
features: string[];
|
|
33110
33110
|
slug: string;
|
|
33111
33111
|
dateCreated: string;
|
|
33112
33112
|
isMember: boolean;
|
|
@@ -44832,8 +44832,8 @@ export declare const zListOrganizationMonitorsResponse: z.ZodArray<z.ZodObject<{
|
|
|
44832
44832
|
name: string;
|
|
44833
44833
|
id: string;
|
|
44834
44834
|
platform: string | null;
|
|
44835
|
-
features: string[];
|
|
44836
44835
|
status: string;
|
|
44836
|
+
features: string[];
|
|
44837
44837
|
slug: string;
|
|
44838
44838
|
dateCreated: string;
|
|
44839
44839
|
isMember: boolean;
|
|
@@ -44877,8 +44877,8 @@ export declare const zListOrganizationMonitorsResponse: z.ZodArray<z.ZodObject<{
|
|
|
44877
44877
|
name: string;
|
|
44878
44878
|
id: string;
|
|
44879
44879
|
platform: string | null;
|
|
44880
|
-
features: string[];
|
|
44881
44880
|
status: string;
|
|
44881
|
+
features: string[];
|
|
44882
44882
|
slug: string;
|
|
44883
44883
|
dateCreated: string;
|
|
44884
44884
|
isMember: boolean;
|
|
@@ -45017,8 +45017,8 @@ export declare const zListOrganizationMonitorsResponse: z.ZodArray<z.ZodObject<{
|
|
|
45017
45017
|
name: string;
|
|
45018
45018
|
id: string;
|
|
45019
45019
|
platform: string | null;
|
|
45020
|
-
features: string[];
|
|
45021
45020
|
status: string;
|
|
45021
|
+
features: string[];
|
|
45022
45022
|
slug: string;
|
|
45023
45023
|
dateCreated: string;
|
|
45024
45024
|
isMember: boolean;
|
|
@@ -45111,8 +45111,8 @@ export declare const zListOrganizationMonitorsResponse: z.ZodArray<z.ZodObject<{
|
|
|
45111
45111
|
name: string;
|
|
45112
45112
|
id: string;
|
|
45113
45113
|
platform: string | null;
|
|
45114
|
-
features: string[];
|
|
45115
45114
|
status: string;
|
|
45115
|
+
features: string[];
|
|
45116
45116
|
slug: string;
|
|
45117
45117
|
dateCreated: string;
|
|
45118
45118
|
isMember: boolean;
|
|
@@ -45430,8 +45430,8 @@ export declare const zCreateOrganizationMonitorResponse: z.ZodObject<{
|
|
|
45430
45430
|
name: string;
|
|
45431
45431
|
id: string;
|
|
45432
45432
|
platform: string | null;
|
|
45433
|
-
features: string[];
|
|
45434
45433
|
status: string;
|
|
45434
|
+
features: string[];
|
|
45435
45435
|
slug: string;
|
|
45436
45436
|
dateCreated: string;
|
|
45437
45437
|
isMember: boolean;
|
|
@@ -45475,8 +45475,8 @@ export declare const zCreateOrganizationMonitorResponse: z.ZodObject<{
|
|
|
45475
45475
|
name: string;
|
|
45476
45476
|
id: string;
|
|
45477
45477
|
platform: string | null;
|
|
45478
|
-
features: string[];
|
|
45479
45478
|
status: string;
|
|
45479
|
+
features: string[];
|
|
45480
45480
|
slug: string;
|
|
45481
45481
|
dateCreated: string;
|
|
45482
45482
|
isMember: boolean;
|
|
@@ -45615,8 +45615,8 @@ export declare const zCreateOrganizationMonitorResponse: z.ZodObject<{
|
|
|
45615
45615
|
name: string;
|
|
45616
45616
|
id: string;
|
|
45617
45617
|
platform: string | null;
|
|
45618
|
-
features: string[];
|
|
45619
45618
|
status: string;
|
|
45619
|
+
features: string[];
|
|
45620
45620
|
slug: string;
|
|
45621
45621
|
dateCreated: string;
|
|
45622
45622
|
isMember: boolean;
|
|
@@ -45709,8 +45709,8 @@ export declare const zCreateOrganizationMonitorResponse: z.ZodObject<{
|
|
|
45709
45709
|
name: string;
|
|
45710
45710
|
id: string;
|
|
45711
45711
|
platform: string | null;
|
|
45712
|
-
features: string[];
|
|
45713
45712
|
status: string;
|
|
45713
|
+
features: string[];
|
|
45714
45714
|
slug: string;
|
|
45715
45715
|
dateCreated: string;
|
|
45716
45716
|
isMember: boolean;
|
|
@@ -45985,8 +45985,8 @@ export declare const zGetOrganizationMonitorResponse: z.ZodObject<{
|
|
|
45985
45985
|
name: string;
|
|
45986
45986
|
id: string;
|
|
45987
45987
|
platform: string | null;
|
|
45988
|
-
features: string[];
|
|
45989
45988
|
status: string;
|
|
45989
|
+
features: string[];
|
|
45990
45990
|
slug: string;
|
|
45991
45991
|
dateCreated: string;
|
|
45992
45992
|
isMember: boolean;
|
|
@@ -46030,8 +46030,8 @@ export declare const zGetOrganizationMonitorResponse: z.ZodObject<{
|
|
|
46030
46030
|
name: string;
|
|
46031
46031
|
id: string;
|
|
46032
46032
|
platform: string | null;
|
|
46033
|
-
features: string[];
|
|
46034
46033
|
status: string;
|
|
46034
|
+
features: string[];
|
|
46035
46035
|
slug: string;
|
|
46036
46036
|
dateCreated: string;
|
|
46037
46037
|
isMember: boolean;
|
|
@@ -46170,8 +46170,8 @@ export declare const zGetOrganizationMonitorResponse: z.ZodObject<{
|
|
|
46170
46170
|
name: string;
|
|
46171
46171
|
id: string;
|
|
46172
46172
|
platform: string | null;
|
|
46173
|
-
features: string[];
|
|
46174
46173
|
status: string;
|
|
46174
|
+
features: string[];
|
|
46175
46175
|
slug: string;
|
|
46176
46176
|
dateCreated: string;
|
|
46177
46177
|
isMember: boolean;
|
|
@@ -46264,8 +46264,8 @@ export declare const zGetOrganizationMonitorResponse: z.ZodObject<{
|
|
|
46264
46264
|
name: string;
|
|
46265
46265
|
id: string;
|
|
46266
46266
|
platform: string | null;
|
|
46267
|
-
features: string[];
|
|
46268
46267
|
status: string;
|
|
46268
|
+
features: string[];
|
|
46269
46269
|
slug: string;
|
|
46270
46270
|
dateCreated: string;
|
|
46271
46271
|
isMember: boolean;
|
|
@@ -46588,8 +46588,8 @@ export declare const zUpdateOrganizationMonitorResponse: z.ZodObject<{
|
|
|
46588
46588
|
name: string;
|
|
46589
46589
|
id: string;
|
|
46590
46590
|
platform: string | null;
|
|
46591
|
-
features: string[];
|
|
46592
46591
|
status: string;
|
|
46592
|
+
features: string[];
|
|
46593
46593
|
slug: string;
|
|
46594
46594
|
dateCreated: string;
|
|
46595
46595
|
isMember: boolean;
|
|
@@ -46633,8 +46633,8 @@ export declare const zUpdateOrganizationMonitorResponse: z.ZodObject<{
|
|
|
46633
46633
|
name: string;
|
|
46634
46634
|
id: string;
|
|
46635
46635
|
platform: string | null;
|
|
46636
|
-
features: string[];
|
|
46637
46636
|
status: string;
|
|
46637
|
+
features: string[];
|
|
46638
46638
|
slug: string;
|
|
46639
46639
|
dateCreated: string;
|
|
46640
46640
|
isMember: boolean;
|
|
@@ -46773,8 +46773,8 @@ export declare const zUpdateOrganizationMonitorResponse: z.ZodObject<{
|
|
|
46773
46773
|
name: string;
|
|
46774
46774
|
id: string;
|
|
46775
46775
|
platform: string | null;
|
|
46776
|
-
features: string[];
|
|
46777
46776
|
status: string;
|
|
46777
|
+
features: string[];
|
|
46778
46778
|
slug: string;
|
|
46779
46779
|
dateCreated: string;
|
|
46780
46780
|
isMember: boolean;
|
|
@@ -46867,8 +46867,8 @@ export declare const zUpdateOrganizationMonitorResponse: z.ZodObject<{
|
|
|
46867
46867
|
name: string;
|
|
46868
46868
|
id: string;
|
|
46869
46869
|
platform: string | null;
|
|
46870
|
-
features: string[];
|
|
46871
46870
|
status: string;
|
|
46871
|
+
features: string[];
|
|
46872
46872
|
slug: string;
|
|
46873
46873
|
dateCreated: string;
|
|
46874
46874
|
isMember: boolean;
|
|
@@ -49520,12 +49520,12 @@ export declare const zListOrganizationProjectKeysData: z.ZodObject<{
|
|
|
49520
49520
|
status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
|
|
49521
49521
|
}, "strip", z.ZodTypeAny, {
|
|
49522
49522
|
team?: string | undefined;
|
|
49523
|
-
cursor?: string | undefined;
|
|
49524
49523
|
status?: "active" | "inactive" | undefined;
|
|
49524
|
+
cursor?: string | undefined;
|
|
49525
49525
|
}, {
|
|
49526
49526
|
team?: string | undefined;
|
|
49527
|
-
cursor?: string | undefined;
|
|
49528
49527
|
status?: "active" | "inactive" | undefined;
|
|
49528
|
+
cursor?: string | undefined;
|
|
49529
49529
|
}>>;
|
|
49530
49530
|
}, "strip", z.ZodTypeAny, {
|
|
49531
49531
|
path: {
|
|
@@ -49533,8 +49533,8 @@ export declare const zListOrganizationProjectKeysData: z.ZodObject<{
|
|
|
49533
49533
|
};
|
|
49534
49534
|
query?: {
|
|
49535
49535
|
team?: string | undefined;
|
|
49536
|
-
cursor?: string | undefined;
|
|
49537
49536
|
status?: "active" | "inactive" | undefined;
|
|
49537
|
+
cursor?: string | undefined;
|
|
49538
49538
|
} | undefined;
|
|
49539
49539
|
body?: undefined;
|
|
49540
49540
|
}, {
|
|
@@ -49543,8 +49543,8 @@ export declare const zListOrganizationProjectKeysData: z.ZodObject<{
|
|
|
49543
49543
|
};
|
|
49544
49544
|
query?: {
|
|
49545
49545
|
team?: string | undefined;
|
|
49546
|
-
cursor?: string | undefined;
|
|
49547
49546
|
status?: "active" | "inactive" | undefined;
|
|
49547
|
+
cursor?: string | undefined;
|
|
49548
49548
|
} | undefined;
|
|
49549
49549
|
body?: undefined;
|
|
49550
49550
|
}>;
|
|
@@ -56177,16 +56177,16 @@ export declare const zListOrganizationReposData: z.ZodObject<{
|
|
|
56177
56177
|
cursor: z.ZodOptional<z.ZodString>;
|
|
56178
56178
|
}, "strip", z.ZodTypeAny, {
|
|
56179
56179
|
query?: string | undefined;
|
|
56180
|
+
status?: "active" | "deleted" | undefined;
|
|
56180
56181
|
cursor?: string | undefined;
|
|
56181
56182
|
integration_id?: string | undefined;
|
|
56182
56183
|
expand?: string[] | undefined;
|
|
56183
|
-
status?: "active" | "deleted" | undefined;
|
|
56184
56184
|
}, {
|
|
56185
56185
|
query?: string | undefined;
|
|
56186
|
+
status?: "active" | "deleted" | undefined;
|
|
56186
56187
|
cursor?: string | undefined;
|
|
56187
56188
|
integration_id?: string | undefined;
|
|
56188
56189
|
expand?: string[] | undefined;
|
|
56189
|
-
status?: "active" | "deleted" | undefined;
|
|
56190
56190
|
}>>;
|
|
56191
56191
|
}, "strip", z.ZodTypeAny, {
|
|
56192
56192
|
path: {
|
|
@@ -56194,10 +56194,10 @@ export declare const zListOrganizationReposData: z.ZodObject<{
|
|
|
56194
56194
|
};
|
|
56195
56195
|
query?: {
|
|
56196
56196
|
query?: string | undefined;
|
|
56197
|
+
status?: "active" | "deleted" | undefined;
|
|
56197
56198
|
cursor?: string | undefined;
|
|
56198
56199
|
integration_id?: string | undefined;
|
|
56199
56200
|
expand?: string[] | undefined;
|
|
56200
|
-
status?: "active" | "deleted" | undefined;
|
|
56201
56201
|
} | undefined;
|
|
56202
56202
|
body?: undefined;
|
|
56203
56203
|
}, {
|
|
@@ -56206,10 +56206,10 @@ export declare const zListOrganizationReposData: z.ZodObject<{
|
|
|
56206
56206
|
};
|
|
56207
56207
|
query?: {
|
|
56208
56208
|
query?: string | undefined;
|
|
56209
|
+
status?: "active" | "deleted" | undefined;
|
|
56209
56210
|
cursor?: string | undefined;
|
|
56210
56211
|
integration_id?: string | undefined;
|
|
56211
56212
|
expand?: string[] | undefined;
|
|
56212
|
-
status?: "active" | "deleted" | undefined;
|
|
56213
56213
|
} | undefined;
|
|
56214
56214
|
body?: undefined;
|
|
56215
56215
|
}>;
|
|
@@ -60036,8 +60036,8 @@ export declare const zListOrganizationTeamsResponse: z.ZodArray<z.ZodObject<{
|
|
|
60036
60036
|
name: string;
|
|
60037
60037
|
id: string;
|
|
60038
60038
|
platform: string | null;
|
|
60039
|
-
features: string[];
|
|
60040
60039
|
status: string;
|
|
60040
|
+
features: string[];
|
|
60041
60041
|
slug: string;
|
|
60042
60042
|
dateCreated: string;
|
|
60043
60043
|
isMember: boolean;
|
|
@@ -60081,8 +60081,8 @@ export declare const zListOrganizationTeamsResponse: z.ZodArray<z.ZodObject<{
|
|
|
60081
60081
|
name: string;
|
|
60082
60082
|
id: string;
|
|
60083
60083
|
platform: string | null;
|
|
60084
|
-
features: string[];
|
|
60085
60084
|
status: string;
|
|
60085
|
+
features: string[];
|
|
60086
60086
|
slug: string;
|
|
60087
60087
|
dateCreated: string;
|
|
60088
60088
|
isMember: boolean;
|
|
@@ -60179,8 +60179,8 @@ export declare const zListOrganizationTeamsResponse: z.ZodArray<z.ZodObject<{
|
|
|
60179
60179
|
name: string;
|
|
60180
60180
|
id: string;
|
|
60181
60181
|
platform: string | null;
|
|
60182
|
-
features: string[];
|
|
60183
60182
|
status: string;
|
|
60183
|
+
features: string[];
|
|
60184
60184
|
slug: string;
|
|
60185
60185
|
dateCreated: string;
|
|
60186
60186
|
isMember: boolean;
|
|
@@ -60286,8 +60286,8 @@ export declare const zListOrganizationTeamsResponse: z.ZodArray<z.ZodObject<{
|
|
|
60286
60286
|
name: string;
|
|
60287
60287
|
id: string;
|
|
60288
60288
|
platform: string | null;
|
|
60289
|
-
features: string[];
|
|
60290
60289
|
status: string;
|
|
60290
|
+
features: string[];
|
|
60291
60291
|
slug: string;
|
|
60292
60292
|
dateCreated: string;
|
|
60293
60293
|
isMember: boolean;
|
|
@@ -60618,8 +60618,8 @@ export declare const zCreateOrganizationTeamResponse: z.ZodObject<{
|
|
|
60618
60618
|
name: string;
|
|
60619
60619
|
id: string;
|
|
60620
60620
|
platform: string | null;
|
|
60621
|
-
features: string[];
|
|
60622
60621
|
status: string;
|
|
60622
|
+
features: string[];
|
|
60623
60623
|
slug: string;
|
|
60624
60624
|
dateCreated: string;
|
|
60625
60625
|
isMember: boolean;
|
|
@@ -60663,8 +60663,8 @@ export declare const zCreateOrganizationTeamResponse: z.ZodObject<{
|
|
|
60663
60663
|
name: string;
|
|
60664
60664
|
id: string;
|
|
60665
60665
|
platform: string | null;
|
|
60666
|
-
features: string[];
|
|
60667
60666
|
status: string;
|
|
60667
|
+
features: string[];
|
|
60668
60668
|
slug: string;
|
|
60669
60669
|
dateCreated: string;
|
|
60670
60670
|
isMember: boolean;
|
|
@@ -60761,8 +60761,8 @@ export declare const zCreateOrganizationTeamResponse: z.ZodObject<{
|
|
|
60761
60761
|
name: string;
|
|
60762
60762
|
id: string;
|
|
60763
60763
|
platform: string | null;
|
|
60764
|
-
features: string[];
|
|
60765
60764
|
status: string;
|
|
60765
|
+
features: string[];
|
|
60766
60766
|
slug: string;
|
|
60767
60767
|
dateCreated: string;
|
|
60768
60768
|
isMember: boolean;
|
|
@@ -60868,8 +60868,8 @@ export declare const zCreateOrganizationTeamResponse: z.ZodObject<{
|
|
|
60868
60868
|
name: string;
|
|
60869
60869
|
id: string;
|
|
60870
60870
|
platform: string | null;
|
|
60871
|
-
features: string[];
|
|
60872
60871
|
status: string;
|
|
60872
|
+
features: string[];
|
|
60873
60873
|
slug: string;
|
|
60874
60874
|
dateCreated: string;
|
|
60875
60875
|
isMember: boolean;
|
|
@@ -62137,8 +62137,8 @@ export declare const zListOrganizationUserTeamsResponse: z.ZodArray<z.ZodObject<
|
|
|
62137
62137
|
name: string;
|
|
62138
62138
|
id: string;
|
|
62139
62139
|
platform: string | null;
|
|
62140
|
-
features: string[];
|
|
62141
62140
|
status: string;
|
|
62141
|
+
features: string[];
|
|
62142
62142
|
slug: string;
|
|
62143
62143
|
dateCreated: string;
|
|
62144
62144
|
isMember: boolean;
|
|
@@ -62182,8 +62182,8 @@ export declare const zListOrganizationUserTeamsResponse: z.ZodArray<z.ZodObject<
|
|
|
62182
62182
|
name: string;
|
|
62183
62183
|
id: string;
|
|
62184
62184
|
platform: string | null;
|
|
62185
|
-
features: string[];
|
|
62186
62185
|
status: string;
|
|
62186
|
+
features: string[];
|
|
62187
62187
|
slug: string;
|
|
62188
62188
|
dateCreated: string;
|
|
62189
62189
|
isMember: boolean;
|
|
@@ -62280,8 +62280,8 @@ export declare const zListOrganizationUserTeamsResponse: z.ZodArray<z.ZodObject<
|
|
|
62280
62280
|
name: string;
|
|
62281
62281
|
id: string;
|
|
62282
62282
|
platform: string | null;
|
|
62283
|
-
features: string[];
|
|
62284
62283
|
status: string;
|
|
62284
|
+
features: string[];
|
|
62285
62285
|
slug: string;
|
|
62286
62286
|
dateCreated: string;
|
|
62287
62287
|
isMember: boolean;
|
|
@@ -62387,8 +62387,8 @@ export declare const zListOrganizationUserTeamsResponse: z.ZodArray<z.ZodObject<
|
|
|
62387
62387
|
name: string;
|
|
62388
62388
|
id: string;
|
|
62389
62389
|
platform: string | null;
|
|
62390
|
-
features: string[];
|
|
62391
62390
|
status: string;
|
|
62391
|
+
features: string[];
|
|
62392
62392
|
slug: string;
|
|
62393
62393
|
dateCreated: string;
|
|
62394
62394
|
isMember: boolean;
|
|
@@ -64557,8 +64557,8 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
64557
64557
|
options: Record<string, unknown>;
|
|
64558
64558
|
id: string;
|
|
64559
64559
|
platform: string | null;
|
|
64560
|
-
features: string[];
|
|
64561
64560
|
status: string;
|
|
64561
|
+
features: string[];
|
|
64562
64562
|
slug: string;
|
|
64563
64563
|
dateCreated: string;
|
|
64564
64564
|
isMember: boolean;
|
|
@@ -64694,8 +64694,8 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
64694
64694
|
options: Record<string, unknown>;
|
|
64695
64695
|
id: string;
|
|
64696
64696
|
platform: string | null;
|
|
64697
|
-
features: string[];
|
|
64698
64697
|
status: string;
|
|
64698
|
+
features: string[];
|
|
64699
64699
|
slug: string;
|
|
64700
64700
|
dateCreated: string;
|
|
64701
64701
|
isMember: boolean;
|
|
@@ -65191,8 +65191,8 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
65191
65191
|
options: Record<string, unknown>;
|
|
65192
65192
|
id: string;
|
|
65193
65193
|
platform: string | null;
|
|
65194
|
-
features: string[];
|
|
65195
65194
|
status: string;
|
|
65195
|
+
features: string[];
|
|
65196
65196
|
slug: string;
|
|
65197
65197
|
dateCreated: string;
|
|
65198
65198
|
isMember: boolean;
|
|
@@ -65328,8 +65328,8 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
65328
65328
|
options: Record<string, unknown>;
|
|
65329
65329
|
id: string;
|
|
65330
65330
|
platform: string | null;
|
|
65331
|
-
features: string[];
|
|
65332
65331
|
status: string;
|
|
65332
|
+
features: string[];
|
|
65333
65333
|
slug: string;
|
|
65334
65334
|
dateCreated: string;
|
|
65335
65335
|
isMember: boolean;
|
|
@@ -67363,11 +67363,11 @@ export declare const zListProjectKeysData: z.ZodObject<{
|
|
|
67363
67363
|
cursor: z.ZodOptional<z.ZodString>;
|
|
67364
67364
|
status: z.ZodOptional<z.ZodString>;
|
|
67365
67365
|
}, "strip", z.ZodTypeAny, {
|
|
67366
|
-
cursor?: string | undefined;
|
|
67367
67366
|
status?: string | undefined;
|
|
67368
|
-
}, {
|
|
67369
67367
|
cursor?: string | undefined;
|
|
67368
|
+
}, {
|
|
67370
67369
|
status?: string | undefined;
|
|
67370
|
+
cursor?: string | undefined;
|
|
67371
67371
|
}>>;
|
|
67372
67372
|
}, "strip", z.ZodTypeAny, {
|
|
67373
67373
|
path: {
|
|
@@ -67375,8 +67375,8 @@ export declare const zListProjectKeysData: z.ZodObject<{
|
|
|
67375
67375
|
project_id_or_slug: string;
|
|
67376
67376
|
};
|
|
67377
67377
|
query?: {
|
|
67378
|
-
cursor?: string | undefined;
|
|
67379
67378
|
status?: string | undefined;
|
|
67379
|
+
cursor?: string | undefined;
|
|
67380
67380
|
} | undefined;
|
|
67381
67381
|
body?: undefined;
|
|
67382
67382
|
}, {
|
|
@@ -67385,8 +67385,8 @@ export declare const zListProjectKeysData: z.ZodObject<{
|
|
|
67385
67385
|
project_id_or_slug: string;
|
|
67386
67386
|
};
|
|
67387
67387
|
query?: {
|
|
67388
|
-
cursor?: string | undefined;
|
|
67389
67388
|
status?: string | undefined;
|
|
67389
|
+
cursor?: string | undefined;
|
|
67390
67390
|
} | undefined;
|
|
67391
67391
|
body?: undefined;
|
|
67392
67392
|
}>;
|
|
@@ -68954,8 +68954,8 @@ export declare const zGetProjectMonitorResponse: z.ZodObject<{
|
|
|
68954
68954
|
name: string;
|
|
68955
68955
|
id: string;
|
|
68956
68956
|
platform: string | null;
|
|
68957
|
-
features: string[];
|
|
68958
68957
|
status: string;
|
|
68958
|
+
features: string[];
|
|
68959
68959
|
slug: string;
|
|
68960
68960
|
dateCreated: string;
|
|
68961
68961
|
isMember: boolean;
|
|
@@ -68999,8 +68999,8 @@ export declare const zGetProjectMonitorResponse: z.ZodObject<{
|
|
|
68999
68999
|
name: string;
|
|
69000
69000
|
id: string;
|
|
69001
69001
|
platform: string | null;
|
|
69002
|
-
features: string[];
|
|
69003
69002
|
status: string;
|
|
69003
|
+
features: string[];
|
|
69004
69004
|
slug: string;
|
|
69005
69005
|
dateCreated: string;
|
|
69006
69006
|
isMember: boolean;
|
|
@@ -69139,8 +69139,8 @@ export declare const zGetProjectMonitorResponse: z.ZodObject<{
|
|
|
69139
69139
|
name: string;
|
|
69140
69140
|
id: string;
|
|
69141
69141
|
platform: string | null;
|
|
69142
|
-
features: string[];
|
|
69143
69142
|
status: string;
|
|
69143
|
+
features: string[];
|
|
69144
69144
|
slug: string;
|
|
69145
69145
|
dateCreated: string;
|
|
69146
69146
|
isMember: boolean;
|
|
@@ -69233,8 +69233,8 @@ export declare const zGetProjectMonitorResponse: z.ZodObject<{
|
|
|
69233
69233
|
name: string;
|
|
69234
69234
|
id: string;
|
|
69235
69235
|
platform: string | null;
|
|
69236
|
-
features: string[];
|
|
69237
69236
|
status: string;
|
|
69237
|
+
features: string[];
|
|
69238
69238
|
slug: string;
|
|
69239
69239
|
dateCreated: string;
|
|
69240
69240
|
isMember: boolean;
|
|
@@ -69562,8 +69562,8 @@ export declare const zUpdateProjectMonitorResponse: z.ZodObject<{
|
|
|
69562
69562
|
name: string;
|
|
69563
69563
|
id: string;
|
|
69564
69564
|
platform: string | null;
|
|
69565
|
-
features: string[];
|
|
69566
69565
|
status: string;
|
|
69566
|
+
features: string[];
|
|
69567
69567
|
slug: string;
|
|
69568
69568
|
dateCreated: string;
|
|
69569
69569
|
isMember: boolean;
|
|
@@ -69607,8 +69607,8 @@ export declare const zUpdateProjectMonitorResponse: z.ZodObject<{
|
|
|
69607
69607
|
name: string;
|
|
69608
69608
|
id: string;
|
|
69609
69609
|
platform: string | null;
|
|
69610
|
-
features: string[];
|
|
69611
69610
|
status: string;
|
|
69611
|
+
features: string[];
|
|
69612
69612
|
slug: string;
|
|
69613
69613
|
dateCreated: string;
|
|
69614
69614
|
isMember: boolean;
|
|
@@ -69747,8 +69747,8 @@ export declare const zUpdateProjectMonitorResponse: z.ZodObject<{
|
|
|
69747
69747
|
name: string;
|
|
69748
69748
|
id: string;
|
|
69749
69749
|
platform: string | null;
|
|
69750
|
-
features: string[];
|
|
69751
69750
|
status: string;
|
|
69751
|
+
features: string[];
|
|
69752
69752
|
slug: string;
|
|
69753
69753
|
dateCreated: string;
|
|
69754
69754
|
isMember: boolean;
|
|
@@ -69841,8 +69841,8 @@ export declare const zUpdateProjectMonitorResponse: z.ZodObject<{
|
|
|
69841
69841
|
name: string;
|
|
69842
69842
|
id: string;
|
|
69843
69843
|
platform: string | null;
|
|
69844
|
-
features: string[];
|
|
69845
69844
|
status: string;
|
|
69845
|
+
features: string[];
|
|
69846
69846
|
slug: string;
|
|
69847
69847
|
dateCreated: string;
|
|
69848
69848
|
isMember: boolean;
|
|
@@ -75406,8 +75406,8 @@ export declare const zDeleteProjectTeamResponse: z.ZodObject<{
|
|
|
75406
75406
|
name: string;
|
|
75407
75407
|
id: string;
|
|
75408
75408
|
platform: string | null;
|
|
75409
|
-
features: string[];
|
|
75410
75409
|
status: string;
|
|
75410
|
+
features: string[];
|
|
75411
75411
|
slug: string;
|
|
75412
75412
|
dateCreated: string;
|
|
75413
75413
|
isMember: boolean;
|
|
@@ -75461,8 +75461,8 @@ export declare const zDeleteProjectTeamResponse: z.ZodObject<{
|
|
|
75461
75461
|
name: string;
|
|
75462
75462
|
id: string;
|
|
75463
75463
|
platform: string | null;
|
|
75464
|
-
features: string[];
|
|
75465
75464
|
status: string;
|
|
75465
|
+
features: string[];
|
|
75466
75466
|
slug: string;
|
|
75467
75467
|
dateCreated: string;
|
|
75468
75468
|
isMember: boolean;
|
|
@@ -75629,8 +75629,8 @@ export declare const zAddProjectTeamResponse: z.ZodObject<{
|
|
|
75629
75629
|
name: string;
|
|
75630
75630
|
id: string;
|
|
75631
75631
|
platform: string | null;
|
|
75632
|
-
features: string[];
|
|
75633
75632
|
status: string;
|
|
75633
|
+
features: string[];
|
|
75634
75634
|
slug: string;
|
|
75635
75635
|
dateCreated: string;
|
|
75636
75636
|
isMember: boolean;
|
|
@@ -75684,8 +75684,8 @@ export declare const zAddProjectTeamResponse: z.ZodObject<{
|
|
|
75684
75684
|
name: string;
|
|
75685
75685
|
id: string;
|
|
75686
75686
|
platform: string | null;
|
|
75687
|
-
features: string[];
|
|
75688
75687
|
status: string;
|
|
75688
|
+
features: string[];
|
|
75689
75689
|
slug: string;
|
|
75690
75690
|
dateCreated: string;
|
|
75691
75691
|
isMember: boolean;
|
|
@@ -76544,8 +76544,8 @@ export declare const zGetTeamResponse: z.ZodObject<{
|
|
|
76544
76544
|
name: string;
|
|
76545
76545
|
id: string;
|
|
76546
76546
|
platform: string | null;
|
|
76547
|
-
features: string[];
|
|
76548
76547
|
status: string;
|
|
76548
|
+
features: string[];
|
|
76549
76549
|
slug: string;
|
|
76550
76550
|
dateCreated: string;
|
|
76551
76551
|
isMember: boolean;
|
|
@@ -76589,8 +76589,8 @@ export declare const zGetTeamResponse: z.ZodObject<{
|
|
|
76589
76589
|
name: string;
|
|
76590
76590
|
id: string;
|
|
76591
76591
|
platform: string | null;
|
|
76592
|
-
features: string[];
|
|
76593
76592
|
status: string;
|
|
76593
|
+
features: string[];
|
|
76594
76594
|
slug: string;
|
|
76595
76595
|
dateCreated: string;
|
|
76596
76596
|
isMember: boolean;
|
|
@@ -76687,8 +76687,8 @@ export declare const zGetTeamResponse: z.ZodObject<{
|
|
|
76687
76687
|
name: string;
|
|
76688
76688
|
id: string;
|
|
76689
76689
|
platform: string | null;
|
|
76690
|
-
features: string[];
|
|
76691
76690
|
status: string;
|
|
76691
|
+
features: string[];
|
|
76692
76692
|
slug: string;
|
|
76693
76693
|
dateCreated: string;
|
|
76694
76694
|
isMember: boolean;
|
|
@@ -76794,8 +76794,8 @@ export declare const zGetTeamResponse: z.ZodObject<{
|
|
|
76794
76794
|
name: string;
|
|
76795
76795
|
id: string;
|
|
76796
76796
|
platform: string | null;
|
|
76797
|
-
features: string[];
|
|
76798
76797
|
status: string;
|
|
76798
|
+
features: string[];
|
|
76799
76799
|
slug: string;
|
|
76800
76800
|
dateCreated: string;
|
|
76801
76801
|
isMember: boolean;
|
|
@@ -77131,8 +77131,8 @@ export declare const zUpdateTeamResponse: z.ZodObject<{
|
|
|
77131
77131
|
name: string;
|
|
77132
77132
|
id: string;
|
|
77133
77133
|
platform: string | null;
|
|
77134
|
-
features: string[];
|
|
77135
77134
|
status: string;
|
|
77135
|
+
features: string[];
|
|
77136
77136
|
slug: string;
|
|
77137
77137
|
dateCreated: string;
|
|
77138
77138
|
isMember: boolean;
|
|
@@ -77176,8 +77176,8 @@ export declare const zUpdateTeamResponse: z.ZodObject<{
|
|
|
77176
77176
|
name: string;
|
|
77177
77177
|
id: string;
|
|
77178
77178
|
platform: string | null;
|
|
77179
|
-
features: string[];
|
|
77180
77179
|
status: string;
|
|
77180
|
+
features: string[];
|
|
77181
77181
|
slug: string;
|
|
77182
77182
|
dateCreated: string;
|
|
77183
77183
|
isMember: boolean;
|
|
@@ -77274,8 +77274,8 @@ export declare const zUpdateTeamResponse: z.ZodObject<{
|
|
|
77274
77274
|
name: string;
|
|
77275
77275
|
id: string;
|
|
77276
77276
|
platform: string | null;
|
|
77277
|
-
features: string[];
|
|
77278
77277
|
status: string;
|
|
77278
|
+
features: string[];
|
|
77279
77279
|
slug: string;
|
|
77280
77280
|
dateCreated: string;
|
|
77281
77281
|
isMember: boolean;
|
|
@@ -77381,8 +77381,8 @@ export declare const zUpdateTeamResponse: z.ZodObject<{
|
|
|
77381
77381
|
name: string;
|
|
77382
77382
|
id: string;
|
|
77383
77383
|
platform: string | null;
|
|
77384
|
-
features: string[];
|
|
77385
77384
|
status: string;
|
|
77385
|
+
features: string[];
|
|
77386
77386
|
slug: string;
|
|
77387
77387
|
dateCreated: string;
|
|
77388
77388
|
isMember: boolean;
|