@channel.io/app-sdk-core 0.28.0 → 0.29.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/extensions/function-schemas.d.ts.map +1 -1
- package/dist/extensions/function-schemas.js +40 -0
- package/dist/extensions/function-schemas.js.map +1 -1
- package/dist/extensions/index.d.ts +1 -0
- package/dist/extensions/index.d.ts.map +1 -1
- package/dist/extensions/index.js +1 -0
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/interfaces/index.d.ts +1 -0
- package/dist/extensions/interfaces/index.d.ts.map +1 -1
- package/dist/extensions/interfaces/index.js +1 -0
- package/dist/extensions/interfaces/index.js.map +1 -1
- package/dist/extensions/interfaces/issue.d.ts +10 -0
- package/dist/extensions/interfaces/issue.d.ts.map +1 -0
- package/dist/extensions/interfaces/issue.js +2 -0
- package/dist/extensions/interfaces/issue.js.map +1 -0
- package/dist/extensions/issue.d.ts +1568 -0
- package/dist/extensions/issue.d.ts.map +1 -0
- package/dist/extensions/issue.js +186 -0
- package/dist/extensions/issue.js.map +1 -0
- package/dist/gen/channel/app/sdk/v1/extension.d.ts +112 -0
- package/dist/gen/channel/app/sdk/v1/extension.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +1471 -0
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.js +103 -0
- package/dist/gen/channel/app/sdk/v1/extension.zod.js.map +1 -1
- package/package.json +1 -1
|
@@ -31310,4 +31310,1475 @@ export declare const ConfigActionResultProtoSchema: z.ZodObject<{
|
|
|
31310
31310
|
} | undefined;
|
|
31311
31311
|
}>;
|
|
31312
31312
|
export type ConfigActionResultProto = z.infer<typeof ConfigActionResultProtoSchema>;
|
|
31313
|
+
export declare const IssueProviderStateProtoSchema: z.ZodObject<{
|
|
31314
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31315
|
+
category: z.ZodOptional<z.ZodString>;
|
|
31316
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31317
|
+
}, "strip", z.ZodTypeAny, {
|
|
31318
|
+
name?: string | undefined;
|
|
31319
|
+
id?: string | undefined;
|
|
31320
|
+
category?: string | undefined;
|
|
31321
|
+
}, {
|
|
31322
|
+
name?: string | undefined;
|
|
31323
|
+
id?: string | undefined;
|
|
31324
|
+
category?: string | undefined;
|
|
31325
|
+
}>;
|
|
31326
|
+
export type IssueProviderStateProto = z.infer<typeof IssueProviderStateProtoSchema>;
|
|
31327
|
+
export declare const IssueContainerProtoSchema: z.ZodObject<{
|
|
31328
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31329
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31330
|
+
}, "strip", z.ZodTypeAny, {
|
|
31331
|
+
name?: string | undefined;
|
|
31332
|
+
id?: string | undefined;
|
|
31333
|
+
}, {
|
|
31334
|
+
name?: string | undefined;
|
|
31335
|
+
id?: string | undefined;
|
|
31336
|
+
}>;
|
|
31337
|
+
export type IssueContainerProto = z.infer<typeof IssueContainerProtoSchema>;
|
|
31338
|
+
export declare const IssueActorProtoSchema: z.ZodObject<{
|
|
31339
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31340
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31341
|
+
url: z.ZodOptional<z.ZodString>;
|
|
31342
|
+
type: z.ZodOptional<z.ZodString>;
|
|
31343
|
+
}, "strip", z.ZodTypeAny, {
|
|
31344
|
+
type?: string | undefined;
|
|
31345
|
+
name?: string | undefined;
|
|
31346
|
+
id?: string | undefined;
|
|
31347
|
+
url?: string | undefined;
|
|
31348
|
+
}, {
|
|
31349
|
+
type?: string | undefined;
|
|
31350
|
+
name?: string | undefined;
|
|
31351
|
+
id?: string | undefined;
|
|
31352
|
+
url?: string | undefined;
|
|
31353
|
+
}>;
|
|
31354
|
+
export type IssueActorProto = z.infer<typeof IssueActorProtoSchema>;
|
|
31355
|
+
export declare const ExternalIssueProtoSchema: z.ZodObject<{
|
|
31356
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
31357
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
31358
|
+
title: z.ZodOptional<z.ZodString>;
|
|
31359
|
+
url: z.ZodOptional<z.ZodString>;
|
|
31360
|
+
state: z.ZodOptional<z.ZodString>;
|
|
31361
|
+
providerState: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31362
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31363
|
+
category: z.ZodOptional<z.ZodString>;
|
|
31364
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31365
|
+
}, "strip", z.ZodTypeAny, {
|
|
31366
|
+
name?: string | undefined;
|
|
31367
|
+
id?: string | undefined;
|
|
31368
|
+
category?: string | undefined;
|
|
31369
|
+
}, {
|
|
31370
|
+
name?: string | undefined;
|
|
31371
|
+
id?: string | undefined;
|
|
31372
|
+
category?: string | undefined;
|
|
31373
|
+
}>>>;
|
|
31374
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
31375
|
+
container: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31376
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31377
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31378
|
+
}, "strip", z.ZodTypeAny, {
|
|
31379
|
+
name?: string | undefined;
|
|
31380
|
+
id?: string | undefined;
|
|
31381
|
+
}, {
|
|
31382
|
+
name?: string | undefined;
|
|
31383
|
+
id?: string | undefined;
|
|
31384
|
+
}>>>;
|
|
31385
|
+
description: z.ZodOptional<z.ZodString>;
|
|
31386
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
31387
|
+
closedAt: z.ZodOptional<z.ZodString>;
|
|
31388
|
+
closedBy: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31389
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31390
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31391
|
+
url: z.ZodOptional<z.ZodString>;
|
|
31392
|
+
type: z.ZodOptional<z.ZodString>;
|
|
31393
|
+
}, "strip", z.ZodTypeAny, {
|
|
31394
|
+
type?: string | undefined;
|
|
31395
|
+
name?: string | undefined;
|
|
31396
|
+
id?: string | undefined;
|
|
31397
|
+
url?: string | undefined;
|
|
31398
|
+
}, {
|
|
31399
|
+
type?: string | undefined;
|
|
31400
|
+
name?: string | undefined;
|
|
31401
|
+
id?: string | undefined;
|
|
31402
|
+
url?: string | undefined;
|
|
31403
|
+
}>>>;
|
|
31404
|
+
}, "strip", z.ZodTypeAny, {
|
|
31405
|
+
description?: string | undefined;
|
|
31406
|
+
title?: string | undefined;
|
|
31407
|
+
url?: string | undefined;
|
|
31408
|
+
updatedAt?: string | undefined;
|
|
31409
|
+
state?: string | undefined;
|
|
31410
|
+
createdAt?: string | undefined;
|
|
31411
|
+
identifier?: string | undefined;
|
|
31412
|
+
closedAt?: string | undefined;
|
|
31413
|
+
issueId?: string | undefined;
|
|
31414
|
+
providerState?: {
|
|
31415
|
+
name?: string | undefined;
|
|
31416
|
+
id?: string | undefined;
|
|
31417
|
+
category?: string | undefined;
|
|
31418
|
+
} | undefined;
|
|
31419
|
+
container?: {
|
|
31420
|
+
name?: string | undefined;
|
|
31421
|
+
id?: string | undefined;
|
|
31422
|
+
} | undefined;
|
|
31423
|
+
closedBy?: {
|
|
31424
|
+
type?: string | undefined;
|
|
31425
|
+
name?: string | undefined;
|
|
31426
|
+
id?: string | undefined;
|
|
31427
|
+
url?: string | undefined;
|
|
31428
|
+
} | undefined;
|
|
31429
|
+
}, {
|
|
31430
|
+
description?: string | undefined;
|
|
31431
|
+
title?: string | undefined;
|
|
31432
|
+
url?: string | undefined;
|
|
31433
|
+
updatedAt?: string | undefined;
|
|
31434
|
+
state?: string | undefined;
|
|
31435
|
+
createdAt?: string | undefined;
|
|
31436
|
+
identifier?: string | undefined;
|
|
31437
|
+
closedAt?: string | undefined;
|
|
31438
|
+
issueId?: string | undefined;
|
|
31439
|
+
providerState?: {
|
|
31440
|
+
name?: string | undefined;
|
|
31441
|
+
id?: string | undefined;
|
|
31442
|
+
category?: string | undefined;
|
|
31443
|
+
} | undefined;
|
|
31444
|
+
container?: {
|
|
31445
|
+
name?: string | undefined;
|
|
31446
|
+
id?: string | undefined;
|
|
31447
|
+
} | undefined;
|
|
31448
|
+
closedBy?: {
|
|
31449
|
+
type?: string | undefined;
|
|
31450
|
+
name?: string | undefined;
|
|
31451
|
+
id?: string | undefined;
|
|
31452
|
+
url?: string | undefined;
|
|
31453
|
+
} | undefined;
|
|
31454
|
+
}>;
|
|
31455
|
+
export type ExternalIssueProto = z.infer<typeof ExternalIssueProtoSchema>;
|
|
31456
|
+
export declare const IssueErrorProtoSchema: z.ZodObject<{
|
|
31457
|
+
type: z.ZodOptional<z.ZodString>;
|
|
31458
|
+
message: z.ZodOptional<z.ZodString>;
|
|
31459
|
+
retryAfterMs: z.ZodOptional<z.ZodNumber>;
|
|
31460
|
+
}, "strip", z.ZodTypeAny, {
|
|
31461
|
+
message?: string | undefined;
|
|
31462
|
+
type?: string | undefined;
|
|
31463
|
+
retryAfterMs?: number | undefined;
|
|
31464
|
+
}, {
|
|
31465
|
+
message?: string | undefined;
|
|
31466
|
+
type?: string | undefined;
|
|
31467
|
+
retryAfterMs?: number | undefined;
|
|
31468
|
+
}>;
|
|
31469
|
+
export type IssueErrorProto = z.infer<typeof IssueErrorProtoSchema>;
|
|
31470
|
+
export declare const IssueTransitionFieldProtoSchema: z.ZodObject<{
|
|
31471
|
+
type: z.ZodOptional<z.ZodString>;
|
|
31472
|
+
title: z.ZodOptional<z.ZodString>;
|
|
31473
|
+
description: z.ZodOptional<z.ZodString>;
|
|
31474
|
+
enum: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
31475
|
+
}, "strip", z.ZodTypeAny, {
|
|
31476
|
+
type?: string | undefined;
|
|
31477
|
+
description?: string | undefined;
|
|
31478
|
+
title?: string | undefined;
|
|
31479
|
+
enum?: any[] | undefined;
|
|
31480
|
+
}, {
|
|
31481
|
+
type?: string | undefined;
|
|
31482
|
+
description?: string | undefined;
|
|
31483
|
+
title?: string | undefined;
|
|
31484
|
+
enum?: any[] | undefined;
|
|
31485
|
+
}>;
|
|
31486
|
+
export type IssueTransitionFieldProto = z.infer<typeof IssueTransitionFieldProtoSchema>;
|
|
31487
|
+
export declare const IssueTransitionInputProtoSchema: z.ZodObject<{
|
|
31488
|
+
type: z.ZodOptional<z.ZodString>;
|
|
31489
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
31490
|
+
type: z.ZodOptional<z.ZodString>;
|
|
31491
|
+
title: z.ZodOptional<z.ZodString>;
|
|
31492
|
+
description: z.ZodOptional<z.ZodString>;
|
|
31493
|
+
enum: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
31494
|
+
}, "strip", z.ZodTypeAny, {
|
|
31495
|
+
type?: string | undefined;
|
|
31496
|
+
description?: string | undefined;
|
|
31497
|
+
title?: string | undefined;
|
|
31498
|
+
enum?: any[] | undefined;
|
|
31499
|
+
}, {
|
|
31500
|
+
type?: string | undefined;
|
|
31501
|
+
description?: string | undefined;
|
|
31502
|
+
title?: string | undefined;
|
|
31503
|
+
enum?: any[] | undefined;
|
|
31504
|
+
}>>>>;
|
|
31505
|
+
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
31506
|
+
additionalProperties: z.ZodOptional<z.ZodBoolean>;
|
|
31507
|
+
}, "strip", z.ZodTypeAny, {
|
|
31508
|
+
type?: string | undefined;
|
|
31509
|
+
properties?: Record<string, {
|
|
31510
|
+
type?: string | undefined;
|
|
31511
|
+
description?: string | undefined;
|
|
31512
|
+
title?: string | undefined;
|
|
31513
|
+
enum?: any[] | undefined;
|
|
31514
|
+
}> | undefined;
|
|
31515
|
+
additionalProperties?: boolean | undefined;
|
|
31516
|
+
required?: string[] | undefined;
|
|
31517
|
+
}, {
|
|
31518
|
+
type?: string | undefined;
|
|
31519
|
+
properties?: Record<string, {
|
|
31520
|
+
type?: string | undefined;
|
|
31521
|
+
description?: string | undefined;
|
|
31522
|
+
title?: string | undefined;
|
|
31523
|
+
enum?: any[] | undefined;
|
|
31524
|
+
}> | undefined;
|
|
31525
|
+
additionalProperties?: boolean | undefined;
|
|
31526
|
+
required?: string[] | undefined;
|
|
31527
|
+
}>;
|
|
31528
|
+
export type IssueTransitionInputProto = z.infer<typeof IssueTransitionInputProtoSchema>;
|
|
31529
|
+
export declare const IssueTransitionProtoSchema: z.ZodObject<{
|
|
31530
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31531
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31532
|
+
targetState: z.ZodOptional<z.ZodString>;
|
|
31533
|
+
targetProviderState: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31534
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31535
|
+
category: z.ZodOptional<z.ZodString>;
|
|
31536
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31537
|
+
}, "strip", z.ZodTypeAny, {
|
|
31538
|
+
name?: string | undefined;
|
|
31539
|
+
id?: string | undefined;
|
|
31540
|
+
category?: string | undefined;
|
|
31541
|
+
}, {
|
|
31542
|
+
name?: string | undefined;
|
|
31543
|
+
id?: string | undefined;
|
|
31544
|
+
category?: string | undefined;
|
|
31545
|
+
}>>>;
|
|
31546
|
+
availability: z.ZodOptional<z.ZodString>;
|
|
31547
|
+
inputSchema: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31548
|
+
type: z.ZodOptional<z.ZodString>;
|
|
31549
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
31550
|
+
type: z.ZodOptional<z.ZodString>;
|
|
31551
|
+
title: z.ZodOptional<z.ZodString>;
|
|
31552
|
+
description: z.ZodOptional<z.ZodString>;
|
|
31553
|
+
enum: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
31554
|
+
}, "strip", z.ZodTypeAny, {
|
|
31555
|
+
type?: string | undefined;
|
|
31556
|
+
description?: string | undefined;
|
|
31557
|
+
title?: string | undefined;
|
|
31558
|
+
enum?: any[] | undefined;
|
|
31559
|
+
}, {
|
|
31560
|
+
type?: string | undefined;
|
|
31561
|
+
description?: string | undefined;
|
|
31562
|
+
title?: string | undefined;
|
|
31563
|
+
enum?: any[] | undefined;
|
|
31564
|
+
}>>>>;
|
|
31565
|
+
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
31566
|
+
additionalProperties: z.ZodOptional<z.ZodBoolean>;
|
|
31567
|
+
}, "strip", z.ZodTypeAny, {
|
|
31568
|
+
type?: string | undefined;
|
|
31569
|
+
properties?: Record<string, {
|
|
31570
|
+
type?: string | undefined;
|
|
31571
|
+
description?: string | undefined;
|
|
31572
|
+
title?: string | undefined;
|
|
31573
|
+
enum?: any[] | undefined;
|
|
31574
|
+
}> | undefined;
|
|
31575
|
+
additionalProperties?: boolean | undefined;
|
|
31576
|
+
required?: string[] | undefined;
|
|
31577
|
+
}, {
|
|
31578
|
+
type?: string | undefined;
|
|
31579
|
+
properties?: Record<string, {
|
|
31580
|
+
type?: string | undefined;
|
|
31581
|
+
description?: string | undefined;
|
|
31582
|
+
title?: string | undefined;
|
|
31583
|
+
enum?: any[] | undefined;
|
|
31584
|
+
}> | undefined;
|
|
31585
|
+
additionalProperties?: boolean | undefined;
|
|
31586
|
+
required?: string[] | undefined;
|
|
31587
|
+
}>>>;
|
|
31588
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
31589
|
+
externalUrl: z.ZodOptional<z.ZodString>;
|
|
31590
|
+
}, "strip", z.ZodTypeAny, {
|
|
31591
|
+
name?: string | undefined;
|
|
31592
|
+
inputSchema?: {
|
|
31593
|
+
type?: string | undefined;
|
|
31594
|
+
properties?: Record<string, {
|
|
31595
|
+
type?: string | undefined;
|
|
31596
|
+
description?: string | undefined;
|
|
31597
|
+
title?: string | undefined;
|
|
31598
|
+
enum?: any[] | undefined;
|
|
31599
|
+
}> | undefined;
|
|
31600
|
+
additionalProperties?: boolean | undefined;
|
|
31601
|
+
required?: string[] | undefined;
|
|
31602
|
+
} | undefined;
|
|
31603
|
+
id?: string | undefined;
|
|
31604
|
+
reason?: string | undefined;
|
|
31605
|
+
targetState?: string | undefined;
|
|
31606
|
+
targetProviderState?: {
|
|
31607
|
+
name?: string | undefined;
|
|
31608
|
+
id?: string | undefined;
|
|
31609
|
+
category?: string | undefined;
|
|
31610
|
+
} | undefined;
|
|
31611
|
+
externalUrl?: string | undefined;
|
|
31612
|
+
availability?: string | undefined;
|
|
31613
|
+
}, {
|
|
31614
|
+
name?: string | undefined;
|
|
31615
|
+
inputSchema?: {
|
|
31616
|
+
type?: string | undefined;
|
|
31617
|
+
properties?: Record<string, {
|
|
31618
|
+
type?: string | undefined;
|
|
31619
|
+
description?: string | undefined;
|
|
31620
|
+
title?: string | undefined;
|
|
31621
|
+
enum?: any[] | undefined;
|
|
31622
|
+
}> | undefined;
|
|
31623
|
+
additionalProperties?: boolean | undefined;
|
|
31624
|
+
required?: string[] | undefined;
|
|
31625
|
+
} | undefined;
|
|
31626
|
+
id?: string | undefined;
|
|
31627
|
+
reason?: string | undefined;
|
|
31628
|
+
targetState?: string | undefined;
|
|
31629
|
+
targetProviderState?: {
|
|
31630
|
+
name?: string | undefined;
|
|
31631
|
+
id?: string | undefined;
|
|
31632
|
+
category?: string | undefined;
|
|
31633
|
+
} | undefined;
|
|
31634
|
+
externalUrl?: string | undefined;
|
|
31635
|
+
availability?: string | undefined;
|
|
31636
|
+
}>;
|
|
31637
|
+
export type IssueTransitionProto = z.infer<typeof IssueTransitionProtoSchema>;
|
|
31638
|
+
export declare const IssueSearchIssuesInputProtoSchema: z.ZodObject<{
|
|
31639
|
+
query: z.ZodOptional<z.ZodString>;
|
|
31640
|
+
containerId: z.ZodOptional<z.ZodString>;
|
|
31641
|
+
since: z.ZodOptional<z.ZodString>;
|
|
31642
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
31643
|
+
orderBy: z.ZodOptional<z.ZodString>;
|
|
31644
|
+
orderDirection: z.ZodOptional<z.ZodString>;
|
|
31645
|
+
}, "strip", z.ZodTypeAny, {
|
|
31646
|
+
limit?: number | undefined;
|
|
31647
|
+
query?: string | undefined;
|
|
31648
|
+
since?: string | undefined;
|
|
31649
|
+
containerId?: string | undefined;
|
|
31650
|
+
orderBy?: string | undefined;
|
|
31651
|
+
orderDirection?: string | undefined;
|
|
31652
|
+
}, {
|
|
31653
|
+
limit?: number | undefined;
|
|
31654
|
+
query?: string | undefined;
|
|
31655
|
+
since?: string | undefined;
|
|
31656
|
+
containerId?: string | undefined;
|
|
31657
|
+
orderBy?: string | undefined;
|
|
31658
|
+
orderDirection?: string | undefined;
|
|
31659
|
+
}>;
|
|
31660
|
+
export type IssueSearchIssuesInputProto = z.infer<typeof IssueSearchIssuesInputProtoSchema>;
|
|
31661
|
+
export declare const IssueSearchIssuesOutputProtoSchema: z.ZodObject<{
|
|
31662
|
+
issues: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
31663
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
31664
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
31665
|
+
title: z.ZodOptional<z.ZodString>;
|
|
31666
|
+
url: z.ZodOptional<z.ZodString>;
|
|
31667
|
+
state: z.ZodOptional<z.ZodString>;
|
|
31668
|
+
providerState: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31669
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31670
|
+
category: z.ZodOptional<z.ZodString>;
|
|
31671
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31672
|
+
}, "strip", z.ZodTypeAny, {
|
|
31673
|
+
name?: string | undefined;
|
|
31674
|
+
id?: string | undefined;
|
|
31675
|
+
category?: string | undefined;
|
|
31676
|
+
}, {
|
|
31677
|
+
name?: string | undefined;
|
|
31678
|
+
id?: string | undefined;
|
|
31679
|
+
category?: string | undefined;
|
|
31680
|
+
}>>>;
|
|
31681
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
31682
|
+
container: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31683
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31684
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31685
|
+
}, "strip", z.ZodTypeAny, {
|
|
31686
|
+
name?: string | undefined;
|
|
31687
|
+
id?: string | undefined;
|
|
31688
|
+
}, {
|
|
31689
|
+
name?: string | undefined;
|
|
31690
|
+
id?: string | undefined;
|
|
31691
|
+
}>>>;
|
|
31692
|
+
description: z.ZodOptional<z.ZodString>;
|
|
31693
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
31694
|
+
closedAt: z.ZodOptional<z.ZodString>;
|
|
31695
|
+
closedBy: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31696
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31697
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31698
|
+
url: z.ZodOptional<z.ZodString>;
|
|
31699
|
+
type: z.ZodOptional<z.ZodString>;
|
|
31700
|
+
}, "strip", z.ZodTypeAny, {
|
|
31701
|
+
type?: string | undefined;
|
|
31702
|
+
name?: string | undefined;
|
|
31703
|
+
id?: string | undefined;
|
|
31704
|
+
url?: string | undefined;
|
|
31705
|
+
}, {
|
|
31706
|
+
type?: string | undefined;
|
|
31707
|
+
name?: string | undefined;
|
|
31708
|
+
id?: string | undefined;
|
|
31709
|
+
url?: string | undefined;
|
|
31710
|
+
}>>>;
|
|
31711
|
+
}, "strip", z.ZodTypeAny, {
|
|
31712
|
+
description?: string | undefined;
|
|
31713
|
+
title?: string | undefined;
|
|
31714
|
+
url?: string | undefined;
|
|
31715
|
+
updatedAt?: string | undefined;
|
|
31716
|
+
state?: string | undefined;
|
|
31717
|
+
createdAt?: string | undefined;
|
|
31718
|
+
identifier?: string | undefined;
|
|
31719
|
+
closedAt?: string | undefined;
|
|
31720
|
+
issueId?: string | undefined;
|
|
31721
|
+
providerState?: {
|
|
31722
|
+
name?: string | undefined;
|
|
31723
|
+
id?: string | undefined;
|
|
31724
|
+
category?: string | undefined;
|
|
31725
|
+
} | undefined;
|
|
31726
|
+
container?: {
|
|
31727
|
+
name?: string | undefined;
|
|
31728
|
+
id?: string | undefined;
|
|
31729
|
+
} | undefined;
|
|
31730
|
+
closedBy?: {
|
|
31731
|
+
type?: string | undefined;
|
|
31732
|
+
name?: string | undefined;
|
|
31733
|
+
id?: string | undefined;
|
|
31734
|
+
url?: string | undefined;
|
|
31735
|
+
} | undefined;
|
|
31736
|
+
}, {
|
|
31737
|
+
description?: string | undefined;
|
|
31738
|
+
title?: string | undefined;
|
|
31739
|
+
url?: string | undefined;
|
|
31740
|
+
updatedAt?: string | undefined;
|
|
31741
|
+
state?: string | undefined;
|
|
31742
|
+
createdAt?: string | undefined;
|
|
31743
|
+
identifier?: string | undefined;
|
|
31744
|
+
closedAt?: string | undefined;
|
|
31745
|
+
issueId?: string | undefined;
|
|
31746
|
+
providerState?: {
|
|
31747
|
+
name?: string | undefined;
|
|
31748
|
+
id?: string | undefined;
|
|
31749
|
+
category?: string | undefined;
|
|
31750
|
+
} | undefined;
|
|
31751
|
+
container?: {
|
|
31752
|
+
name?: string | undefined;
|
|
31753
|
+
id?: string | undefined;
|
|
31754
|
+
} | undefined;
|
|
31755
|
+
closedBy?: {
|
|
31756
|
+
type?: string | undefined;
|
|
31757
|
+
name?: string | undefined;
|
|
31758
|
+
id?: string | undefined;
|
|
31759
|
+
url?: string | undefined;
|
|
31760
|
+
} | undefined;
|
|
31761
|
+
}>>, "many">>;
|
|
31762
|
+
next: z.ZodOptional<z.ZodString>;
|
|
31763
|
+
}, "strip", z.ZodTypeAny, {
|
|
31764
|
+
issues?: {
|
|
31765
|
+
description?: string | undefined;
|
|
31766
|
+
title?: string | undefined;
|
|
31767
|
+
url?: string | undefined;
|
|
31768
|
+
updatedAt?: string | undefined;
|
|
31769
|
+
state?: string | undefined;
|
|
31770
|
+
createdAt?: string | undefined;
|
|
31771
|
+
identifier?: string | undefined;
|
|
31772
|
+
closedAt?: string | undefined;
|
|
31773
|
+
issueId?: string | undefined;
|
|
31774
|
+
providerState?: {
|
|
31775
|
+
name?: string | undefined;
|
|
31776
|
+
id?: string | undefined;
|
|
31777
|
+
category?: string | undefined;
|
|
31778
|
+
} | undefined;
|
|
31779
|
+
container?: {
|
|
31780
|
+
name?: string | undefined;
|
|
31781
|
+
id?: string | undefined;
|
|
31782
|
+
} | undefined;
|
|
31783
|
+
closedBy?: {
|
|
31784
|
+
type?: string | undefined;
|
|
31785
|
+
name?: string | undefined;
|
|
31786
|
+
id?: string | undefined;
|
|
31787
|
+
url?: string | undefined;
|
|
31788
|
+
} | undefined;
|
|
31789
|
+
}[] | undefined;
|
|
31790
|
+
next?: string | undefined;
|
|
31791
|
+
}, {
|
|
31792
|
+
issues?: {
|
|
31793
|
+
description?: string | undefined;
|
|
31794
|
+
title?: string | undefined;
|
|
31795
|
+
url?: string | undefined;
|
|
31796
|
+
updatedAt?: string | undefined;
|
|
31797
|
+
state?: string | undefined;
|
|
31798
|
+
createdAt?: string | undefined;
|
|
31799
|
+
identifier?: string | undefined;
|
|
31800
|
+
closedAt?: string | undefined;
|
|
31801
|
+
issueId?: string | undefined;
|
|
31802
|
+
providerState?: {
|
|
31803
|
+
name?: string | undefined;
|
|
31804
|
+
id?: string | undefined;
|
|
31805
|
+
category?: string | undefined;
|
|
31806
|
+
} | undefined;
|
|
31807
|
+
container?: {
|
|
31808
|
+
name?: string | undefined;
|
|
31809
|
+
id?: string | undefined;
|
|
31810
|
+
} | undefined;
|
|
31811
|
+
closedBy?: {
|
|
31812
|
+
type?: string | undefined;
|
|
31813
|
+
name?: string | undefined;
|
|
31814
|
+
id?: string | undefined;
|
|
31815
|
+
url?: string | undefined;
|
|
31816
|
+
} | undefined;
|
|
31817
|
+
}[] | undefined;
|
|
31818
|
+
next?: string | undefined;
|
|
31819
|
+
}>;
|
|
31820
|
+
export type IssueSearchIssuesOutputProto = z.infer<typeof IssueSearchIssuesOutputProtoSchema>;
|
|
31821
|
+
export declare const IssueGetIssueInputProtoSchema: z.ZodObject<{
|
|
31822
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
31823
|
+
url: z.ZodOptional<z.ZodString>;
|
|
31824
|
+
}, "strip", z.ZodTypeAny, {
|
|
31825
|
+
url?: string | undefined;
|
|
31826
|
+
issueId?: string | undefined;
|
|
31827
|
+
}, {
|
|
31828
|
+
url?: string | undefined;
|
|
31829
|
+
issueId?: string | undefined;
|
|
31830
|
+
}>;
|
|
31831
|
+
export type IssueGetIssueInputProto = z.infer<typeof IssueGetIssueInputProtoSchema>;
|
|
31832
|
+
export declare const IssueGetIssueOutputProtoSchema: z.ZodObject<{
|
|
31833
|
+
issue: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31834
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
31835
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
31836
|
+
title: z.ZodOptional<z.ZodString>;
|
|
31837
|
+
url: z.ZodOptional<z.ZodString>;
|
|
31838
|
+
state: z.ZodOptional<z.ZodString>;
|
|
31839
|
+
providerState: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31840
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31841
|
+
category: z.ZodOptional<z.ZodString>;
|
|
31842
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31843
|
+
}, "strip", z.ZodTypeAny, {
|
|
31844
|
+
name?: string | undefined;
|
|
31845
|
+
id?: string | undefined;
|
|
31846
|
+
category?: string | undefined;
|
|
31847
|
+
}, {
|
|
31848
|
+
name?: string | undefined;
|
|
31849
|
+
id?: string | undefined;
|
|
31850
|
+
category?: string | undefined;
|
|
31851
|
+
}>>>;
|
|
31852
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
31853
|
+
container: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31854
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31855
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31856
|
+
}, "strip", z.ZodTypeAny, {
|
|
31857
|
+
name?: string | undefined;
|
|
31858
|
+
id?: string | undefined;
|
|
31859
|
+
}, {
|
|
31860
|
+
name?: string | undefined;
|
|
31861
|
+
id?: string | undefined;
|
|
31862
|
+
}>>>;
|
|
31863
|
+
description: z.ZodOptional<z.ZodString>;
|
|
31864
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
31865
|
+
closedAt: z.ZodOptional<z.ZodString>;
|
|
31866
|
+
closedBy: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31867
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31868
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31869
|
+
url: z.ZodOptional<z.ZodString>;
|
|
31870
|
+
type: z.ZodOptional<z.ZodString>;
|
|
31871
|
+
}, "strip", z.ZodTypeAny, {
|
|
31872
|
+
type?: string | undefined;
|
|
31873
|
+
name?: string | undefined;
|
|
31874
|
+
id?: string | undefined;
|
|
31875
|
+
url?: string | undefined;
|
|
31876
|
+
}, {
|
|
31877
|
+
type?: string | undefined;
|
|
31878
|
+
name?: string | undefined;
|
|
31879
|
+
id?: string | undefined;
|
|
31880
|
+
url?: string | undefined;
|
|
31881
|
+
}>>>;
|
|
31882
|
+
}, "strip", z.ZodTypeAny, {
|
|
31883
|
+
description?: string | undefined;
|
|
31884
|
+
title?: string | undefined;
|
|
31885
|
+
url?: string | undefined;
|
|
31886
|
+
updatedAt?: string | undefined;
|
|
31887
|
+
state?: string | undefined;
|
|
31888
|
+
createdAt?: string | undefined;
|
|
31889
|
+
identifier?: string | undefined;
|
|
31890
|
+
closedAt?: string | undefined;
|
|
31891
|
+
issueId?: string | undefined;
|
|
31892
|
+
providerState?: {
|
|
31893
|
+
name?: string | undefined;
|
|
31894
|
+
id?: string | undefined;
|
|
31895
|
+
category?: string | undefined;
|
|
31896
|
+
} | undefined;
|
|
31897
|
+
container?: {
|
|
31898
|
+
name?: string | undefined;
|
|
31899
|
+
id?: string | undefined;
|
|
31900
|
+
} | undefined;
|
|
31901
|
+
closedBy?: {
|
|
31902
|
+
type?: string | undefined;
|
|
31903
|
+
name?: string | undefined;
|
|
31904
|
+
id?: string | undefined;
|
|
31905
|
+
url?: string | undefined;
|
|
31906
|
+
} | undefined;
|
|
31907
|
+
}, {
|
|
31908
|
+
description?: string | undefined;
|
|
31909
|
+
title?: string | undefined;
|
|
31910
|
+
url?: string | undefined;
|
|
31911
|
+
updatedAt?: string | undefined;
|
|
31912
|
+
state?: string | undefined;
|
|
31913
|
+
createdAt?: string | undefined;
|
|
31914
|
+
identifier?: string | undefined;
|
|
31915
|
+
closedAt?: string | undefined;
|
|
31916
|
+
issueId?: string | undefined;
|
|
31917
|
+
providerState?: {
|
|
31918
|
+
name?: string | undefined;
|
|
31919
|
+
id?: string | undefined;
|
|
31920
|
+
category?: string | undefined;
|
|
31921
|
+
} | undefined;
|
|
31922
|
+
container?: {
|
|
31923
|
+
name?: string | undefined;
|
|
31924
|
+
id?: string | undefined;
|
|
31925
|
+
} | undefined;
|
|
31926
|
+
closedBy?: {
|
|
31927
|
+
type?: string | undefined;
|
|
31928
|
+
name?: string | undefined;
|
|
31929
|
+
id?: string | undefined;
|
|
31930
|
+
url?: string | undefined;
|
|
31931
|
+
} | undefined;
|
|
31932
|
+
}>>>;
|
|
31933
|
+
}, "strip", z.ZodTypeAny, {
|
|
31934
|
+
issue?: {
|
|
31935
|
+
description?: string | undefined;
|
|
31936
|
+
title?: string | undefined;
|
|
31937
|
+
url?: string | undefined;
|
|
31938
|
+
updatedAt?: string | undefined;
|
|
31939
|
+
state?: string | undefined;
|
|
31940
|
+
createdAt?: string | undefined;
|
|
31941
|
+
identifier?: string | undefined;
|
|
31942
|
+
closedAt?: string | undefined;
|
|
31943
|
+
issueId?: string | undefined;
|
|
31944
|
+
providerState?: {
|
|
31945
|
+
name?: string | undefined;
|
|
31946
|
+
id?: string | undefined;
|
|
31947
|
+
category?: string | undefined;
|
|
31948
|
+
} | undefined;
|
|
31949
|
+
container?: {
|
|
31950
|
+
name?: string | undefined;
|
|
31951
|
+
id?: string | undefined;
|
|
31952
|
+
} | undefined;
|
|
31953
|
+
closedBy?: {
|
|
31954
|
+
type?: string | undefined;
|
|
31955
|
+
name?: string | undefined;
|
|
31956
|
+
id?: string | undefined;
|
|
31957
|
+
url?: string | undefined;
|
|
31958
|
+
} | undefined;
|
|
31959
|
+
} | undefined;
|
|
31960
|
+
}, {
|
|
31961
|
+
issue?: {
|
|
31962
|
+
description?: string | undefined;
|
|
31963
|
+
title?: string | undefined;
|
|
31964
|
+
url?: string | undefined;
|
|
31965
|
+
updatedAt?: string | undefined;
|
|
31966
|
+
state?: string | undefined;
|
|
31967
|
+
createdAt?: string | undefined;
|
|
31968
|
+
identifier?: string | undefined;
|
|
31969
|
+
closedAt?: string | undefined;
|
|
31970
|
+
issueId?: string | undefined;
|
|
31971
|
+
providerState?: {
|
|
31972
|
+
name?: string | undefined;
|
|
31973
|
+
id?: string | undefined;
|
|
31974
|
+
category?: string | undefined;
|
|
31975
|
+
} | undefined;
|
|
31976
|
+
container?: {
|
|
31977
|
+
name?: string | undefined;
|
|
31978
|
+
id?: string | undefined;
|
|
31979
|
+
} | undefined;
|
|
31980
|
+
closedBy?: {
|
|
31981
|
+
type?: string | undefined;
|
|
31982
|
+
name?: string | undefined;
|
|
31983
|
+
id?: string | undefined;
|
|
31984
|
+
url?: string | undefined;
|
|
31985
|
+
} | undefined;
|
|
31986
|
+
} | undefined;
|
|
31987
|
+
}>;
|
|
31988
|
+
export type IssueGetIssueOutputProto = z.infer<typeof IssueGetIssueOutputProtoSchema>;
|
|
31989
|
+
export declare const IssueGetIssuesInputProtoSchema: z.ZodObject<{
|
|
31990
|
+
issueIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
31991
|
+
}, "strip", z.ZodTypeAny, {
|
|
31992
|
+
issueIds?: string[] | undefined;
|
|
31993
|
+
}, {
|
|
31994
|
+
issueIds?: string[] | undefined;
|
|
31995
|
+
}>;
|
|
31996
|
+
export type IssueGetIssuesInputProto = z.infer<typeof IssueGetIssuesInputProtoSchema>;
|
|
31997
|
+
export declare const IssueGetIssuesResultProtoSchema: z.ZodObject<{
|
|
31998
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
31999
|
+
issue: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32000
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
32001
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
32002
|
+
title: z.ZodOptional<z.ZodString>;
|
|
32003
|
+
url: z.ZodOptional<z.ZodString>;
|
|
32004
|
+
state: z.ZodOptional<z.ZodString>;
|
|
32005
|
+
providerState: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32006
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32007
|
+
category: z.ZodOptional<z.ZodString>;
|
|
32008
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32009
|
+
}, "strip", z.ZodTypeAny, {
|
|
32010
|
+
name?: string | undefined;
|
|
32011
|
+
id?: string | undefined;
|
|
32012
|
+
category?: string | undefined;
|
|
32013
|
+
}, {
|
|
32014
|
+
name?: string | undefined;
|
|
32015
|
+
id?: string | undefined;
|
|
32016
|
+
category?: string | undefined;
|
|
32017
|
+
}>>>;
|
|
32018
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
32019
|
+
container: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32020
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32021
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32022
|
+
}, "strip", z.ZodTypeAny, {
|
|
32023
|
+
name?: string | undefined;
|
|
32024
|
+
id?: string | undefined;
|
|
32025
|
+
}, {
|
|
32026
|
+
name?: string | undefined;
|
|
32027
|
+
id?: string | undefined;
|
|
32028
|
+
}>>>;
|
|
32029
|
+
description: z.ZodOptional<z.ZodString>;
|
|
32030
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
32031
|
+
closedAt: z.ZodOptional<z.ZodString>;
|
|
32032
|
+
closedBy: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32033
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32034
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32035
|
+
url: z.ZodOptional<z.ZodString>;
|
|
32036
|
+
type: z.ZodOptional<z.ZodString>;
|
|
32037
|
+
}, "strip", z.ZodTypeAny, {
|
|
32038
|
+
type?: string | undefined;
|
|
32039
|
+
name?: string | undefined;
|
|
32040
|
+
id?: string | undefined;
|
|
32041
|
+
url?: string | undefined;
|
|
32042
|
+
}, {
|
|
32043
|
+
type?: string | undefined;
|
|
32044
|
+
name?: string | undefined;
|
|
32045
|
+
id?: string | undefined;
|
|
32046
|
+
url?: string | undefined;
|
|
32047
|
+
}>>>;
|
|
32048
|
+
}, "strip", z.ZodTypeAny, {
|
|
32049
|
+
description?: string | undefined;
|
|
32050
|
+
title?: string | undefined;
|
|
32051
|
+
url?: string | undefined;
|
|
32052
|
+
updatedAt?: string | undefined;
|
|
32053
|
+
state?: string | undefined;
|
|
32054
|
+
createdAt?: string | undefined;
|
|
32055
|
+
identifier?: string | undefined;
|
|
32056
|
+
closedAt?: string | undefined;
|
|
32057
|
+
issueId?: string | undefined;
|
|
32058
|
+
providerState?: {
|
|
32059
|
+
name?: string | undefined;
|
|
32060
|
+
id?: string | undefined;
|
|
32061
|
+
category?: string | undefined;
|
|
32062
|
+
} | undefined;
|
|
32063
|
+
container?: {
|
|
32064
|
+
name?: string | undefined;
|
|
32065
|
+
id?: string | undefined;
|
|
32066
|
+
} | undefined;
|
|
32067
|
+
closedBy?: {
|
|
32068
|
+
type?: string | undefined;
|
|
32069
|
+
name?: string | undefined;
|
|
32070
|
+
id?: string | undefined;
|
|
32071
|
+
url?: string | undefined;
|
|
32072
|
+
} | undefined;
|
|
32073
|
+
}, {
|
|
32074
|
+
description?: string | undefined;
|
|
32075
|
+
title?: string | undefined;
|
|
32076
|
+
url?: string | undefined;
|
|
32077
|
+
updatedAt?: string | undefined;
|
|
32078
|
+
state?: string | undefined;
|
|
32079
|
+
createdAt?: string | undefined;
|
|
32080
|
+
identifier?: string | undefined;
|
|
32081
|
+
closedAt?: string | undefined;
|
|
32082
|
+
issueId?: string | undefined;
|
|
32083
|
+
providerState?: {
|
|
32084
|
+
name?: string | undefined;
|
|
32085
|
+
id?: string | undefined;
|
|
32086
|
+
category?: string | undefined;
|
|
32087
|
+
} | undefined;
|
|
32088
|
+
container?: {
|
|
32089
|
+
name?: string | undefined;
|
|
32090
|
+
id?: string | undefined;
|
|
32091
|
+
} | undefined;
|
|
32092
|
+
closedBy?: {
|
|
32093
|
+
type?: string | undefined;
|
|
32094
|
+
name?: string | undefined;
|
|
32095
|
+
id?: string | undefined;
|
|
32096
|
+
url?: string | undefined;
|
|
32097
|
+
} | undefined;
|
|
32098
|
+
}>>>;
|
|
32099
|
+
error: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32100
|
+
type: z.ZodOptional<z.ZodString>;
|
|
32101
|
+
message: z.ZodOptional<z.ZodString>;
|
|
32102
|
+
retryAfterMs: z.ZodOptional<z.ZodNumber>;
|
|
32103
|
+
}, "strip", z.ZodTypeAny, {
|
|
32104
|
+
message?: string | undefined;
|
|
32105
|
+
type?: string | undefined;
|
|
32106
|
+
retryAfterMs?: number | undefined;
|
|
32107
|
+
}, {
|
|
32108
|
+
message?: string | undefined;
|
|
32109
|
+
type?: string | undefined;
|
|
32110
|
+
retryAfterMs?: number | undefined;
|
|
32111
|
+
}>>>;
|
|
32112
|
+
}, "strip", z.ZodTypeAny, {
|
|
32113
|
+
error?: {
|
|
32114
|
+
message?: string | undefined;
|
|
32115
|
+
type?: string | undefined;
|
|
32116
|
+
retryAfterMs?: number | undefined;
|
|
32117
|
+
} | undefined;
|
|
32118
|
+
issueId?: string | undefined;
|
|
32119
|
+
issue?: {
|
|
32120
|
+
description?: string | undefined;
|
|
32121
|
+
title?: string | undefined;
|
|
32122
|
+
url?: string | undefined;
|
|
32123
|
+
updatedAt?: string | undefined;
|
|
32124
|
+
state?: string | undefined;
|
|
32125
|
+
createdAt?: string | undefined;
|
|
32126
|
+
identifier?: string | undefined;
|
|
32127
|
+
closedAt?: string | undefined;
|
|
32128
|
+
issueId?: string | undefined;
|
|
32129
|
+
providerState?: {
|
|
32130
|
+
name?: string | undefined;
|
|
32131
|
+
id?: string | undefined;
|
|
32132
|
+
category?: string | undefined;
|
|
32133
|
+
} | undefined;
|
|
32134
|
+
container?: {
|
|
32135
|
+
name?: string | undefined;
|
|
32136
|
+
id?: string | undefined;
|
|
32137
|
+
} | undefined;
|
|
32138
|
+
closedBy?: {
|
|
32139
|
+
type?: string | undefined;
|
|
32140
|
+
name?: string | undefined;
|
|
32141
|
+
id?: string | undefined;
|
|
32142
|
+
url?: string | undefined;
|
|
32143
|
+
} | undefined;
|
|
32144
|
+
} | undefined;
|
|
32145
|
+
}, {
|
|
32146
|
+
error?: {
|
|
32147
|
+
message?: string | undefined;
|
|
32148
|
+
type?: string | undefined;
|
|
32149
|
+
retryAfterMs?: number | undefined;
|
|
32150
|
+
} | undefined;
|
|
32151
|
+
issueId?: string | undefined;
|
|
32152
|
+
issue?: {
|
|
32153
|
+
description?: string | undefined;
|
|
32154
|
+
title?: string | undefined;
|
|
32155
|
+
url?: string | undefined;
|
|
32156
|
+
updatedAt?: string | undefined;
|
|
32157
|
+
state?: string | undefined;
|
|
32158
|
+
createdAt?: string | undefined;
|
|
32159
|
+
identifier?: string | undefined;
|
|
32160
|
+
closedAt?: string | undefined;
|
|
32161
|
+
issueId?: string | undefined;
|
|
32162
|
+
providerState?: {
|
|
32163
|
+
name?: string | undefined;
|
|
32164
|
+
id?: string | undefined;
|
|
32165
|
+
category?: string | undefined;
|
|
32166
|
+
} | undefined;
|
|
32167
|
+
container?: {
|
|
32168
|
+
name?: string | undefined;
|
|
32169
|
+
id?: string | undefined;
|
|
32170
|
+
} | undefined;
|
|
32171
|
+
closedBy?: {
|
|
32172
|
+
type?: string | undefined;
|
|
32173
|
+
name?: string | undefined;
|
|
32174
|
+
id?: string | undefined;
|
|
32175
|
+
url?: string | undefined;
|
|
32176
|
+
} | undefined;
|
|
32177
|
+
} | undefined;
|
|
32178
|
+
}>;
|
|
32179
|
+
export type IssueGetIssuesResultProto = z.infer<typeof IssueGetIssuesResultProtoSchema>;
|
|
32180
|
+
export declare const IssueGetIssuesOutputProtoSchema: z.ZodObject<{
|
|
32181
|
+
results: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
32182
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
32183
|
+
issue: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32184
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
32185
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
32186
|
+
title: z.ZodOptional<z.ZodString>;
|
|
32187
|
+
url: z.ZodOptional<z.ZodString>;
|
|
32188
|
+
state: z.ZodOptional<z.ZodString>;
|
|
32189
|
+
providerState: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32190
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32191
|
+
category: z.ZodOptional<z.ZodString>;
|
|
32192
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32193
|
+
}, "strip", z.ZodTypeAny, {
|
|
32194
|
+
name?: string | undefined;
|
|
32195
|
+
id?: string | undefined;
|
|
32196
|
+
category?: string | undefined;
|
|
32197
|
+
}, {
|
|
32198
|
+
name?: string | undefined;
|
|
32199
|
+
id?: string | undefined;
|
|
32200
|
+
category?: string | undefined;
|
|
32201
|
+
}>>>;
|
|
32202
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
32203
|
+
container: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32204
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32205
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32206
|
+
}, "strip", z.ZodTypeAny, {
|
|
32207
|
+
name?: string | undefined;
|
|
32208
|
+
id?: string | undefined;
|
|
32209
|
+
}, {
|
|
32210
|
+
name?: string | undefined;
|
|
32211
|
+
id?: string | undefined;
|
|
32212
|
+
}>>>;
|
|
32213
|
+
description: z.ZodOptional<z.ZodString>;
|
|
32214
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
32215
|
+
closedAt: z.ZodOptional<z.ZodString>;
|
|
32216
|
+
closedBy: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32217
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32218
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32219
|
+
url: z.ZodOptional<z.ZodString>;
|
|
32220
|
+
type: z.ZodOptional<z.ZodString>;
|
|
32221
|
+
}, "strip", z.ZodTypeAny, {
|
|
32222
|
+
type?: string | undefined;
|
|
32223
|
+
name?: string | undefined;
|
|
32224
|
+
id?: string | undefined;
|
|
32225
|
+
url?: string | undefined;
|
|
32226
|
+
}, {
|
|
32227
|
+
type?: string | undefined;
|
|
32228
|
+
name?: string | undefined;
|
|
32229
|
+
id?: string | undefined;
|
|
32230
|
+
url?: string | undefined;
|
|
32231
|
+
}>>>;
|
|
32232
|
+
}, "strip", z.ZodTypeAny, {
|
|
32233
|
+
description?: string | undefined;
|
|
32234
|
+
title?: string | undefined;
|
|
32235
|
+
url?: string | undefined;
|
|
32236
|
+
updatedAt?: string | undefined;
|
|
32237
|
+
state?: string | undefined;
|
|
32238
|
+
createdAt?: string | undefined;
|
|
32239
|
+
identifier?: string | undefined;
|
|
32240
|
+
closedAt?: string | undefined;
|
|
32241
|
+
issueId?: string | undefined;
|
|
32242
|
+
providerState?: {
|
|
32243
|
+
name?: string | undefined;
|
|
32244
|
+
id?: string | undefined;
|
|
32245
|
+
category?: string | undefined;
|
|
32246
|
+
} | undefined;
|
|
32247
|
+
container?: {
|
|
32248
|
+
name?: string | undefined;
|
|
32249
|
+
id?: string | undefined;
|
|
32250
|
+
} | undefined;
|
|
32251
|
+
closedBy?: {
|
|
32252
|
+
type?: string | undefined;
|
|
32253
|
+
name?: string | undefined;
|
|
32254
|
+
id?: string | undefined;
|
|
32255
|
+
url?: string | undefined;
|
|
32256
|
+
} | undefined;
|
|
32257
|
+
}, {
|
|
32258
|
+
description?: string | undefined;
|
|
32259
|
+
title?: string | undefined;
|
|
32260
|
+
url?: string | undefined;
|
|
32261
|
+
updatedAt?: string | undefined;
|
|
32262
|
+
state?: string | undefined;
|
|
32263
|
+
createdAt?: string | undefined;
|
|
32264
|
+
identifier?: string | undefined;
|
|
32265
|
+
closedAt?: string | undefined;
|
|
32266
|
+
issueId?: string | undefined;
|
|
32267
|
+
providerState?: {
|
|
32268
|
+
name?: string | undefined;
|
|
32269
|
+
id?: string | undefined;
|
|
32270
|
+
category?: string | undefined;
|
|
32271
|
+
} | undefined;
|
|
32272
|
+
container?: {
|
|
32273
|
+
name?: string | undefined;
|
|
32274
|
+
id?: string | undefined;
|
|
32275
|
+
} | undefined;
|
|
32276
|
+
closedBy?: {
|
|
32277
|
+
type?: string | undefined;
|
|
32278
|
+
name?: string | undefined;
|
|
32279
|
+
id?: string | undefined;
|
|
32280
|
+
url?: string | undefined;
|
|
32281
|
+
} | undefined;
|
|
32282
|
+
}>>>;
|
|
32283
|
+
error: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32284
|
+
type: z.ZodOptional<z.ZodString>;
|
|
32285
|
+
message: z.ZodOptional<z.ZodString>;
|
|
32286
|
+
retryAfterMs: z.ZodOptional<z.ZodNumber>;
|
|
32287
|
+
}, "strip", z.ZodTypeAny, {
|
|
32288
|
+
message?: string | undefined;
|
|
32289
|
+
type?: string | undefined;
|
|
32290
|
+
retryAfterMs?: number | undefined;
|
|
32291
|
+
}, {
|
|
32292
|
+
message?: string | undefined;
|
|
32293
|
+
type?: string | undefined;
|
|
32294
|
+
retryAfterMs?: number | undefined;
|
|
32295
|
+
}>>>;
|
|
32296
|
+
}, "strip", z.ZodTypeAny, {
|
|
32297
|
+
error?: {
|
|
32298
|
+
message?: string | undefined;
|
|
32299
|
+
type?: string | undefined;
|
|
32300
|
+
retryAfterMs?: number | undefined;
|
|
32301
|
+
} | undefined;
|
|
32302
|
+
issueId?: string | undefined;
|
|
32303
|
+
issue?: {
|
|
32304
|
+
description?: string | undefined;
|
|
32305
|
+
title?: string | undefined;
|
|
32306
|
+
url?: string | undefined;
|
|
32307
|
+
updatedAt?: string | undefined;
|
|
32308
|
+
state?: string | undefined;
|
|
32309
|
+
createdAt?: string | undefined;
|
|
32310
|
+
identifier?: string | undefined;
|
|
32311
|
+
closedAt?: string | undefined;
|
|
32312
|
+
issueId?: string | undefined;
|
|
32313
|
+
providerState?: {
|
|
32314
|
+
name?: string | undefined;
|
|
32315
|
+
id?: string | undefined;
|
|
32316
|
+
category?: string | undefined;
|
|
32317
|
+
} | undefined;
|
|
32318
|
+
container?: {
|
|
32319
|
+
name?: string | undefined;
|
|
32320
|
+
id?: string | undefined;
|
|
32321
|
+
} | undefined;
|
|
32322
|
+
closedBy?: {
|
|
32323
|
+
type?: string | undefined;
|
|
32324
|
+
name?: string | undefined;
|
|
32325
|
+
id?: string | undefined;
|
|
32326
|
+
url?: string | undefined;
|
|
32327
|
+
} | undefined;
|
|
32328
|
+
} | undefined;
|
|
32329
|
+
}, {
|
|
32330
|
+
error?: {
|
|
32331
|
+
message?: string | undefined;
|
|
32332
|
+
type?: string | undefined;
|
|
32333
|
+
retryAfterMs?: number | undefined;
|
|
32334
|
+
} | undefined;
|
|
32335
|
+
issueId?: string | undefined;
|
|
32336
|
+
issue?: {
|
|
32337
|
+
description?: string | undefined;
|
|
32338
|
+
title?: string | undefined;
|
|
32339
|
+
url?: string | undefined;
|
|
32340
|
+
updatedAt?: string | undefined;
|
|
32341
|
+
state?: string | undefined;
|
|
32342
|
+
createdAt?: string | undefined;
|
|
32343
|
+
identifier?: string | undefined;
|
|
32344
|
+
closedAt?: string | undefined;
|
|
32345
|
+
issueId?: string | undefined;
|
|
32346
|
+
providerState?: {
|
|
32347
|
+
name?: string | undefined;
|
|
32348
|
+
id?: string | undefined;
|
|
32349
|
+
category?: string | undefined;
|
|
32350
|
+
} | undefined;
|
|
32351
|
+
container?: {
|
|
32352
|
+
name?: string | undefined;
|
|
32353
|
+
id?: string | undefined;
|
|
32354
|
+
} | undefined;
|
|
32355
|
+
closedBy?: {
|
|
32356
|
+
type?: string | undefined;
|
|
32357
|
+
name?: string | undefined;
|
|
32358
|
+
id?: string | undefined;
|
|
32359
|
+
url?: string | undefined;
|
|
32360
|
+
} | undefined;
|
|
32361
|
+
} | undefined;
|
|
32362
|
+
}>>, "many">>;
|
|
32363
|
+
}, "strip", z.ZodTypeAny, {
|
|
32364
|
+
results?: {
|
|
32365
|
+
error?: {
|
|
32366
|
+
message?: string | undefined;
|
|
32367
|
+
type?: string | undefined;
|
|
32368
|
+
retryAfterMs?: number | undefined;
|
|
32369
|
+
} | undefined;
|
|
32370
|
+
issueId?: string | undefined;
|
|
32371
|
+
issue?: {
|
|
32372
|
+
description?: string | undefined;
|
|
32373
|
+
title?: string | undefined;
|
|
32374
|
+
url?: string | undefined;
|
|
32375
|
+
updatedAt?: string | undefined;
|
|
32376
|
+
state?: string | undefined;
|
|
32377
|
+
createdAt?: string | undefined;
|
|
32378
|
+
identifier?: string | undefined;
|
|
32379
|
+
closedAt?: string | undefined;
|
|
32380
|
+
issueId?: string | undefined;
|
|
32381
|
+
providerState?: {
|
|
32382
|
+
name?: string | undefined;
|
|
32383
|
+
id?: string | undefined;
|
|
32384
|
+
category?: string | undefined;
|
|
32385
|
+
} | undefined;
|
|
32386
|
+
container?: {
|
|
32387
|
+
name?: string | undefined;
|
|
32388
|
+
id?: string | undefined;
|
|
32389
|
+
} | undefined;
|
|
32390
|
+
closedBy?: {
|
|
32391
|
+
type?: string | undefined;
|
|
32392
|
+
name?: string | undefined;
|
|
32393
|
+
id?: string | undefined;
|
|
32394
|
+
url?: string | undefined;
|
|
32395
|
+
} | undefined;
|
|
32396
|
+
} | undefined;
|
|
32397
|
+
}[] | undefined;
|
|
32398
|
+
}, {
|
|
32399
|
+
results?: {
|
|
32400
|
+
error?: {
|
|
32401
|
+
message?: string | undefined;
|
|
32402
|
+
type?: string | undefined;
|
|
32403
|
+
retryAfterMs?: number | undefined;
|
|
32404
|
+
} | undefined;
|
|
32405
|
+
issueId?: string | undefined;
|
|
32406
|
+
issue?: {
|
|
32407
|
+
description?: string | undefined;
|
|
32408
|
+
title?: string | undefined;
|
|
32409
|
+
url?: string | undefined;
|
|
32410
|
+
updatedAt?: string | undefined;
|
|
32411
|
+
state?: string | undefined;
|
|
32412
|
+
createdAt?: string | undefined;
|
|
32413
|
+
identifier?: string | undefined;
|
|
32414
|
+
closedAt?: string | undefined;
|
|
32415
|
+
issueId?: string | undefined;
|
|
32416
|
+
providerState?: {
|
|
32417
|
+
name?: string | undefined;
|
|
32418
|
+
id?: string | undefined;
|
|
32419
|
+
category?: string | undefined;
|
|
32420
|
+
} | undefined;
|
|
32421
|
+
container?: {
|
|
32422
|
+
name?: string | undefined;
|
|
32423
|
+
id?: string | undefined;
|
|
32424
|
+
} | undefined;
|
|
32425
|
+
closedBy?: {
|
|
32426
|
+
type?: string | undefined;
|
|
32427
|
+
name?: string | undefined;
|
|
32428
|
+
id?: string | undefined;
|
|
32429
|
+
url?: string | undefined;
|
|
32430
|
+
} | undefined;
|
|
32431
|
+
} | undefined;
|
|
32432
|
+
}[] | undefined;
|
|
32433
|
+
}>;
|
|
32434
|
+
export type IssueGetIssuesOutputProto = z.infer<typeof IssueGetIssuesOutputProtoSchema>;
|
|
32435
|
+
export declare const IssueGetIssueTransitionsInputProtoSchema: z.ZodObject<{
|
|
32436
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
32437
|
+
}, "strip", z.ZodTypeAny, {
|
|
32438
|
+
issueId?: string | undefined;
|
|
32439
|
+
}, {
|
|
32440
|
+
issueId?: string | undefined;
|
|
32441
|
+
}>;
|
|
32442
|
+
export type IssueGetIssueTransitionsInputProto = z.infer<typeof IssueGetIssueTransitionsInputProtoSchema>;
|
|
32443
|
+
export declare const IssueGetIssueTransitionsOutputProtoSchema: z.ZodObject<{
|
|
32444
|
+
stateToken: z.ZodOptional<z.ZodString>;
|
|
32445
|
+
transitions: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
32446
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32447
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32448
|
+
targetState: z.ZodOptional<z.ZodString>;
|
|
32449
|
+
targetProviderState: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32450
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32451
|
+
category: z.ZodOptional<z.ZodString>;
|
|
32452
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32453
|
+
}, "strip", z.ZodTypeAny, {
|
|
32454
|
+
name?: string | undefined;
|
|
32455
|
+
id?: string | undefined;
|
|
32456
|
+
category?: string | undefined;
|
|
32457
|
+
}, {
|
|
32458
|
+
name?: string | undefined;
|
|
32459
|
+
id?: string | undefined;
|
|
32460
|
+
category?: string | undefined;
|
|
32461
|
+
}>>>;
|
|
32462
|
+
availability: z.ZodOptional<z.ZodString>;
|
|
32463
|
+
inputSchema: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32464
|
+
type: z.ZodOptional<z.ZodString>;
|
|
32465
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
32466
|
+
type: z.ZodOptional<z.ZodString>;
|
|
32467
|
+
title: z.ZodOptional<z.ZodString>;
|
|
32468
|
+
description: z.ZodOptional<z.ZodString>;
|
|
32469
|
+
enum: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
32470
|
+
}, "strip", z.ZodTypeAny, {
|
|
32471
|
+
type?: string | undefined;
|
|
32472
|
+
description?: string | undefined;
|
|
32473
|
+
title?: string | undefined;
|
|
32474
|
+
enum?: any[] | undefined;
|
|
32475
|
+
}, {
|
|
32476
|
+
type?: string | undefined;
|
|
32477
|
+
description?: string | undefined;
|
|
32478
|
+
title?: string | undefined;
|
|
32479
|
+
enum?: any[] | undefined;
|
|
32480
|
+
}>>>>;
|
|
32481
|
+
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
32482
|
+
additionalProperties: z.ZodOptional<z.ZodBoolean>;
|
|
32483
|
+
}, "strip", z.ZodTypeAny, {
|
|
32484
|
+
type?: string | undefined;
|
|
32485
|
+
properties?: Record<string, {
|
|
32486
|
+
type?: string | undefined;
|
|
32487
|
+
description?: string | undefined;
|
|
32488
|
+
title?: string | undefined;
|
|
32489
|
+
enum?: any[] | undefined;
|
|
32490
|
+
}> | undefined;
|
|
32491
|
+
additionalProperties?: boolean | undefined;
|
|
32492
|
+
required?: string[] | undefined;
|
|
32493
|
+
}, {
|
|
32494
|
+
type?: string | undefined;
|
|
32495
|
+
properties?: Record<string, {
|
|
32496
|
+
type?: string | undefined;
|
|
32497
|
+
description?: string | undefined;
|
|
32498
|
+
title?: string | undefined;
|
|
32499
|
+
enum?: any[] | undefined;
|
|
32500
|
+
}> | undefined;
|
|
32501
|
+
additionalProperties?: boolean | undefined;
|
|
32502
|
+
required?: string[] | undefined;
|
|
32503
|
+
}>>>;
|
|
32504
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
32505
|
+
externalUrl: z.ZodOptional<z.ZodString>;
|
|
32506
|
+
}, "strip", z.ZodTypeAny, {
|
|
32507
|
+
name?: string | undefined;
|
|
32508
|
+
inputSchema?: {
|
|
32509
|
+
type?: string | undefined;
|
|
32510
|
+
properties?: Record<string, {
|
|
32511
|
+
type?: string | undefined;
|
|
32512
|
+
description?: string | undefined;
|
|
32513
|
+
title?: string | undefined;
|
|
32514
|
+
enum?: any[] | undefined;
|
|
32515
|
+
}> | undefined;
|
|
32516
|
+
additionalProperties?: boolean | undefined;
|
|
32517
|
+
required?: string[] | undefined;
|
|
32518
|
+
} | undefined;
|
|
32519
|
+
id?: string | undefined;
|
|
32520
|
+
reason?: string | undefined;
|
|
32521
|
+
targetState?: string | undefined;
|
|
32522
|
+
targetProviderState?: {
|
|
32523
|
+
name?: string | undefined;
|
|
32524
|
+
id?: string | undefined;
|
|
32525
|
+
category?: string | undefined;
|
|
32526
|
+
} | undefined;
|
|
32527
|
+
externalUrl?: string | undefined;
|
|
32528
|
+
availability?: string | undefined;
|
|
32529
|
+
}, {
|
|
32530
|
+
name?: string | undefined;
|
|
32531
|
+
inputSchema?: {
|
|
32532
|
+
type?: string | undefined;
|
|
32533
|
+
properties?: Record<string, {
|
|
32534
|
+
type?: string | undefined;
|
|
32535
|
+
description?: string | undefined;
|
|
32536
|
+
title?: string | undefined;
|
|
32537
|
+
enum?: any[] | undefined;
|
|
32538
|
+
}> | undefined;
|
|
32539
|
+
additionalProperties?: boolean | undefined;
|
|
32540
|
+
required?: string[] | undefined;
|
|
32541
|
+
} | undefined;
|
|
32542
|
+
id?: string | undefined;
|
|
32543
|
+
reason?: string | undefined;
|
|
32544
|
+
targetState?: string | undefined;
|
|
32545
|
+
targetProviderState?: {
|
|
32546
|
+
name?: string | undefined;
|
|
32547
|
+
id?: string | undefined;
|
|
32548
|
+
category?: string | undefined;
|
|
32549
|
+
} | undefined;
|
|
32550
|
+
externalUrl?: string | undefined;
|
|
32551
|
+
availability?: string | undefined;
|
|
32552
|
+
}>>, "many">>;
|
|
32553
|
+
}, "strip", z.ZodTypeAny, {
|
|
32554
|
+
stateToken?: string | undefined;
|
|
32555
|
+
transitions?: {
|
|
32556
|
+
name?: string | undefined;
|
|
32557
|
+
inputSchema?: {
|
|
32558
|
+
type?: string | undefined;
|
|
32559
|
+
properties?: Record<string, {
|
|
32560
|
+
type?: string | undefined;
|
|
32561
|
+
description?: string | undefined;
|
|
32562
|
+
title?: string | undefined;
|
|
32563
|
+
enum?: any[] | undefined;
|
|
32564
|
+
}> | undefined;
|
|
32565
|
+
additionalProperties?: boolean | undefined;
|
|
32566
|
+
required?: string[] | undefined;
|
|
32567
|
+
} | undefined;
|
|
32568
|
+
id?: string | undefined;
|
|
32569
|
+
reason?: string | undefined;
|
|
32570
|
+
targetState?: string | undefined;
|
|
32571
|
+
targetProviderState?: {
|
|
32572
|
+
name?: string | undefined;
|
|
32573
|
+
id?: string | undefined;
|
|
32574
|
+
category?: string | undefined;
|
|
32575
|
+
} | undefined;
|
|
32576
|
+
externalUrl?: string | undefined;
|
|
32577
|
+
availability?: string | undefined;
|
|
32578
|
+
}[] | undefined;
|
|
32579
|
+
}, {
|
|
32580
|
+
stateToken?: string | undefined;
|
|
32581
|
+
transitions?: {
|
|
32582
|
+
name?: string | undefined;
|
|
32583
|
+
inputSchema?: {
|
|
32584
|
+
type?: string | undefined;
|
|
32585
|
+
properties?: Record<string, {
|
|
32586
|
+
type?: string | undefined;
|
|
32587
|
+
description?: string | undefined;
|
|
32588
|
+
title?: string | undefined;
|
|
32589
|
+
enum?: any[] | undefined;
|
|
32590
|
+
}> | undefined;
|
|
32591
|
+
additionalProperties?: boolean | undefined;
|
|
32592
|
+
required?: string[] | undefined;
|
|
32593
|
+
} | undefined;
|
|
32594
|
+
id?: string | undefined;
|
|
32595
|
+
reason?: string | undefined;
|
|
32596
|
+
targetState?: string | undefined;
|
|
32597
|
+
targetProviderState?: {
|
|
32598
|
+
name?: string | undefined;
|
|
32599
|
+
id?: string | undefined;
|
|
32600
|
+
category?: string | undefined;
|
|
32601
|
+
} | undefined;
|
|
32602
|
+
externalUrl?: string | undefined;
|
|
32603
|
+
availability?: string | undefined;
|
|
32604
|
+
}[] | undefined;
|
|
32605
|
+
}>;
|
|
32606
|
+
export type IssueGetIssueTransitionsOutputProto = z.infer<typeof IssueGetIssueTransitionsOutputProtoSchema>;
|
|
32607
|
+
export declare const IssueExecuteIssueTransitionInputProtoSchema: z.ZodObject<{
|
|
32608
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
32609
|
+
transitionId: z.ZodOptional<z.ZodString>;
|
|
32610
|
+
stateToken: z.ZodOptional<z.ZodString>;
|
|
32611
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
32612
|
+
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
32613
|
+
}, "strip", z.ZodTypeAny, {
|
|
32614
|
+
requestId?: string | undefined;
|
|
32615
|
+
fields?: Record<string, any> | undefined;
|
|
32616
|
+
issueId?: string | undefined;
|
|
32617
|
+
stateToken?: string | undefined;
|
|
32618
|
+
transitionId?: string | undefined;
|
|
32619
|
+
}, {
|
|
32620
|
+
requestId?: string | undefined;
|
|
32621
|
+
fields?: Record<string, any> | undefined;
|
|
32622
|
+
issueId?: string | undefined;
|
|
32623
|
+
stateToken?: string | undefined;
|
|
32624
|
+
transitionId?: string | undefined;
|
|
32625
|
+
}>;
|
|
32626
|
+
export type IssueExecuteIssueTransitionInputProto = z.infer<typeof IssueExecuteIssueTransitionInputProtoSchema>;
|
|
32627
|
+
export declare const IssueExecuteIssueTransitionOutputProtoSchema: z.ZodObject<{
|
|
32628
|
+
issue: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32629
|
+
issueId: z.ZodOptional<z.ZodString>;
|
|
32630
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
32631
|
+
title: z.ZodOptional<z.ZodString>;
|
|
32632
|
+
url: z.ZodOptional<z.ZodString>;
|
|
32633
|
+
state: z.ZodOptional<z.ZodString>;
|
|
32634
|
+
providerState: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32635
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32636
|
+
category: z.ZodOptional<z.ZodString>;
|
|
32637
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32638
|
+
}, "strip", z.ZodTypeAny, {
|
|
32639
|
+
name?: string | undefined;
|
|
32640
|
+
id?: string | undefined;
|
|
32641
|
+
category?: string | undefined;
|
|
32642
|
+
}, {
|
|
32643
|
+
name?: string | undefined;
|
|
32644
|
+
id?: string | undefined;
|
|
32645
|
+
category?: string | undefined;
|
|
32646
|
+
}>>>;
|
|
32647
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
32648
|
+
container: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32649
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32650
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32651
|
+
}, "strip", z.ZodTypeAny, {
|
|
32652
|
+
name?: string | undefined;
|
|
32653
|
+
id?: string | undefined;
|
|
32654
|
+
}, {
|
|
32655
|
+
name?: string | undefined;
|
|
32656
|
+
id?: string | undefined;
|
|
32657
|
+
}>>>;
|
|
32658
|
+
description: z.ZodOptional<z.ZodString>;
|
|
32659
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
32660
|
+
closedAt: z.ZodOptional<z.ZodString>;
|
|
32661
|
+
closedBy: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32662
|
+
name: z.ZodOptional<z.ZodString>;
|
|
32663
|
+
id: z.ZodOptional<z.ZodString>;
|
|
32664
|
+
url: z.ZodOptional<z.ZodString>;
|
|
32665
|
+
type: z.ZodOptional<z.ZodString>;
|
|
32666
|
+
}, "strip", z.ZodTypeAny, {
|
|
32667
|
+
type?: string | undefined;
|
|
32668
|
+
name?: string | undefined;
|
|
32669
|
+
id?: string | undefined;
|
|
32670
|
+
url?: string | undefined;
|
|
32671
|
+
}, {
|
|
32672
|
+
type?: string | undefined;
|
|
32673
|
+
name?: string | undefined;
|
|
32674
|
+
id?: string | undefined;
|
|
32675
|
+
url?: string | undefined;
|
|
32676
|
+
}>>>;
|
|
32677
|
+
}, "strip", z.ZodTypeAny, {
|
|
32678
|
+
description?: string | undefined;
|
|
32679
|
+
title?: string | undefined;
|
|
32680
|
+
url?: string | undefined;
|
|
32681
|
+
updatedAt?: string | undefined;
|
|
32682
|
+
state?: string | undefined;
|
|
32683
|
+
createdAt?: string | undefined;
|
|
32684
|
+
identifier?: string | undefined;
|
|
32685
|
+
closedAt?: string | undefined;
|
|
32686
|
+
issueId?: string | undefined;
|
|
32687
|
+
providerState?: {
|
|
32688
|
+
name?: string | undefined;
|
|
32689
|
+
id?: string | undefined;
|
|
32690
|
+
category?: string | undefined;
|
|
32691
|
+
} | undefined;
|
|
32692
|
+
container?: {
|
|
32693
|
+
name?: string | undefined;
|
|
32694
|
+
id?: string | undefined;
|
|
32695
|
+
} | undefined;
|
|
32696
|
+
closedBy?: {
|
|
32697
|
+
type?: string | undefined;
|
|
32698
|
+
name?: string | undefined;
|
|
32699
|
+
id?: string | undefined;
|
|
32700
|
+
url?: string | undefined;
|
|
32701
|
+
} | undefined;
|
|
32702
|
+
}, {
|
|
32703
|
+
description?: string | undefined;
|
|
32704
|
+
title?: string | undefined;
|
|
32705
|
+
url?: string | undefined;
|
|
32706
|
+
updatedAt?: string | undefined;
|
|
32707
|
+
state?: string | undefined;
|
|
32708
|
+
createdAt?: string | undefined;
|
|
32709
|
+
identifier?: string | undefined;
|
|
32710
|
+
closedAt?: string | undefined;
|
|
32711
|
+
issueId?: string | undefined;
|
|
32712
|
+
providerState?: {
|
|
32713
|
+
name?: string | undefined;
|
|
32714
|
+
id?: string | undefined;
|
|
32715
|
+
category?: string | undefined;
|
|
32716
|
+
} | undefined;
|
|
32717
|
+
container?: {
|
|
32718
|
+
name?: string | undefined;
|
|
32719
|
+
id?: string | undefined;
|
|
32720
|
+
} | undefined;
|
|
32721
|
+
closedBy?: {
|
|
32722
|
+
type?: string | undefined;
|
|
32723
|
+
name?: string | undefined;
|
|
32724
|
+
id?: string | undefined;
|
|
32725
|
+
url?: string | undefined;
|
|
32726
|
+
} | undefined;
|
|
32727
|
+
}>>>;
|
|
32728
|
+
}, "strip", z.ZodTypeAny, {
|
|
32729
|
+
issue?: {
|
|
32730
|
+
description?: string | undefined;
|
|
32731
|
+
title?: string | undefined;
|
|
32732
|
+
url?: string | undefined;
|
|
32733
|
+
updatedAt?: string | undefined;
|
|
32734
|
+
state?: string | undefined;
|
|
32735
|
+
createdAt?: string | undefined;
|
|
32736
|
+
identifier?: string | undefined;
|
|
32737
|
+
closedAt?: string | undefined;
|
|
32738
|
+
issueId?: string | undefined;
|
|
32739
|
+
providerState?: {
|
|
32740
|
+
name?: string | undefined;
|
|
32741
|
+
id?: string | undefined;
|
|
32742
|
+
category?: string | undefined;
|
|
32743
|
+
} | undefined;
|
|
32744
|
+
container?: {
|
|
32745
|
+
name?: string | undefined;
|
|
32746
|
+
id?: string | undefined;
|
|
32747
|
+
} | undefined;
|
|
32748
|
+
closedBy?: {
|
|
32749
|
+
type?: string | undefined;
|
|
32750
|
+
name?: string | undefined;
|
|
32751
|
+
id?: string | undefined;
|
|
32752
|
+
url?: string | undefined;
|
|
32753
|
+
} | undefined;
|
|
32754
|
+
} | undefined;
|
|
32755
|
+
}, {
|
|
32756
|
+
issue?: {
|
|
32757
|
+
description?: string | undefined;
|
|
32758
|
+
title?: string | undefined;
|
|
32759
|
+
url?: string | undefined;
|
|
32760
|
+
updatedAt?: string | undefined;
|
|
32761
|
+
state?: string | undefined;
|
|
32762
|
+
createdAt?: string | undefined;
|
|
32763
|
+
identifier?: string | undefined;
|
|
32764
|
+
closedAt?: string | undefined;
|
|
32765
|
+
issueId?: string | undefined;
|
|
32766
|
+
providerState?: {
|
|
32767
|
+
name?: string | undefined;
|
|
32768
|
+
id?: string | undefined;
|
|
32769
|
+
category?: string | undefined;
|
|
32770
|
+
} | undefined;
|
|
32771
|
+
container?: {
|
|
32772
|
+
name?: string | undefined;
|
|
32773
|
+
id?: string | undefined;
|
|
32774
|
+
} | undefined;
|
|
32775
|
+
closedBy?: {
|
|
32776
|
+
type?: string | undefined;
|
|
32777
|
+
name?: string | undefined;
|
|
32778
|
+
id?: string | undefined;
|
|
32779
|
+
url?: string | undefined;
|
|
32780
|
+
} | undefined;
|
|
32781
|
+
} | undefined;
|
|
32782
|
+
}>;
|
|
32783
|
+
export type IssueExecuteIssueTransitionOutputProto = z.infer<typeof IssueExecuteIssueTransitionOutputProtoSchema>;
|
|
31313
32784
|
//# sourceMappingURL=extension.zod.d.ts.map
|